/* ******************** Common styles Block *************************** */

/*------------------------ Reset styles---------------------------------*/

* {
  -webkit-font-smoothing: antialiased;
}

@import url('https://fonts.googleapis.com/css?family=Caveat');

@font-face {
  font-family: 'Poppins-Medium';
  src: url('/fonts/Poppins-Medium.woff2') format('woff2'),
    url('/fonts/Poppins-Medium.woff') format('woff'),
    url('/fonts/Poppins-Medium.ttf') format('truetype'),
    url('/fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url('./fonts/Poppins-Regular.woff2') format('woff2'),
    url('/fonts/Poppins-Regular.woff') format('woff'),
    url('/fonts/Poppins-Regular.ttf') format('truetype'),
    url('/fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
}

@font-face {
  font-family: 'Lato-Bold';
  src: url('/fonts/Lato-Bold.woff2') format('woff2'),
    url('/fonts/Lato-Bold.woff') format('woff'),
    url('/fonts/Lato-Bold.ttf') format('truetype'),
    url('/fonts/Lato-Bold.svg#Lato-Bold') format('svg');
}

@font-face {
  font-family: 'Lato-Medium';
  src: url('/fonts/Lato-Medium.woff2') format('woff2'),
    url('/fonts/Lato-Medium.woff') format('woff'),
    url('/fonts/Lato-Medium.ttf') format('truetype'),
    url('/fonts/Lato-Medium.svg#Lato-Medium') format('svg');
}

@font-face {
  font-family: 'Lato-Semibold';
  src: url('/fonts/Lato-Semibold.woff2') format('woff2'),
    url('/fonts/Lato-Semibold.woff') format('woff'),
    url('/fonts/Lato-Semibold.ttf') format('truetype'),
    url('/fonts/Lato-Semibold.svg#Lato-Semibold') format('svg');
}

@font-face {
  font-family: 'Lato-Regular';
  src: url('/fonts/Lato-Regular.woff2') format('woff2'),
    url('/fonts/Lato-Regular.woff') format('woff'),
    url('/fonts/Lato-Regular.ttf') format('truetype'),
    url('/fonts/Lato-Regular.svg#Lato-Regular') format('svg');
}

/* scrollbar for webkit */

::-webkit-scrollbar {
  width: 10px;
  height: 5px;
  background: #f9f9f9;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #ededed;
}

::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}

::-webkit-scrollbar-thumb {
  min-height: 2px;
  padding-top: 100px;
  border-radius: 2rem;
  border-right: 1px solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
  background-clip: padding-box;
  background-color: #c1c1c1;
  margin: 0 2px 0 3px;
}

::-webkit-scrollbar-track {
  /* border-left: 6px solid transparent; */
  border-right: 1px solid transparent;
  background-clip: padding-box;
}

html {
  font-size: 16px;
  font-family: 'Lato-Regular';
  letter-spacing: 0.25px;
}

html,
body {
  height: 100%;
}

body {
  overflow: auto;
  color: #626262;
}

a:hover,
a:focus {
  text-decoration: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('data:image/svg+xml;charset=UTF-8, <svg width="10px" height="5px" viewBox="0 0 10 5" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">\a     <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">\a         <g transform="translate(-881.000000, -544.000000)" fill="%23C2C2C2">\a             <polygon transform="translate(886.000000, 546.500000) rotate(-180.000000) translate(-886.000000, -546.500000) " points="886 544 891 549 881 549"></polygon>\a         </g>\a     </g>\a</svg>')
    no-repeat right 0.9375rem top 50%;
}

/* Removes blue cross */

input::-webkit-clear-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control:focus,
button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.form-control:focus {
  border-color: #1b64ff;
}

::placeholder,
::-ms-input-placeholder,
:-ms-input-placeholder {
  color: #9b9b9b;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.content {
  transition: all 0.4s ease-out;
}

.page-container {
    position: relative;
    height: 100%;
}

.content-box {
  padding: 0;
  height: 100%;
}

.data-wrapper {
  position: relative;
  height: calc(100% - 54px);
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type='time'] {
  padding: 0.5rem 0.6rem;
}

.notallowed-btn {
  pointer-events: none;
}

/*----------------------------- Datepicker design -------------------------------------*/

.datepicker.dropdown-menu {
  padding: 0.65rem 0.8rem;
  box-shadow: 0 0 0.375rem 0 rgba(214, 214, 214, 0.5);
  border: 1px solid #e5e5e5;
  font-family: 'Lato-regular';
  color: #333;
}

.datepicker table thead th.prev,
.datepicker table thead th.next {
  background: #fafafa;
  color: #9b9b9b;
  height: 35px;
  width: 35px;
  border-radius: 100%;
}

.datepicker table thead .dow {
  color: #9b9b9b;
  box-shadow: none;
  font-family: 'Lato-semibold';
}

.datepicker table tbody td.day:not(.disabled) {
    height: 34px;
    width: 34px;
    font-size: 14px;
    font-family: 'Lato-Medium';
    color: #333;
}

.datepicker table tbody td.day.active {
  color: #fff;
  background: #1b64ff;
}

.datepicker table tbody td.day.active:hover {
  background: #094ad6;
}

.datepicker table tbody td.old.day:not(.disabled),
.datepicker table tbody td.new.day:not(.disabled) {
    color: #9b9b9b;
}

.datepicker table tbody td span.month,
.datepicker table tbody td span.year {
  width: 25%;
  height: 50px;
  line-height: 50px;
  margin: 0;
  font-size: 14px;
}

.datepicker table tbody td span.month.active,
.datepicker table tbody td span.year.active {
  background: #1b64ff;
  height: 50px;
  line-height: 50px;
  color: #fff;
  margin: 0;
}

.datepicker table tbody td span.month.active:hover,
.datepicker table tbody td span.year.active:hover {
  background: #094ad6;
}

/* --------------------------------------------------------------------------- */

/*--------------------------- Date Range picker design ------------------------*/

.daterangepicker {
  padding: 0.25rem 0;
  box-shadow: 0 0 0.375rem 0 rgba(214, 214, 214, 0.5);
  border: 1px solid #e5e5e5;
  font-family: 'Lato-regular';
  color: #333;
}

.daterangepicker.show-calendar .ranges {
  margin: 0;
}

.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 1px solid #f0f0f0;
}

.daterangepicker .ranges ul li {
  padding: 0.625rem 1rem;
  font-family: 'Lato-regular';
  font-size: 0.875rem;
  color: rgb(51, 51, 51);
}

.daterangepicker .ranges ul li:hover {
  background-color: #fafafa;
}

.daterangepicker .ranges ul li.active {
  background-color: #f4f8ff;
  color: rgb(51, 51, 51);
}

.daterangepicker td.active {
  background: #1b64ff;
}

.daterangepicker td.active:hover {
  background: #094ad6;
}

.daterangepicker td.active.end-date.in-range {
  background: #1b64ff;
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.active.end-date.in-range:hover {
  background: #094ad6;
}

.daterangepicker td.in-range {
  background-color: #f1fbff;
  border-color: transparent;
  border-radius: 0;
}

.daterangepicker .drp-buttons {
  border-top: 1px solid #f0f0f0;
}

.daterangepicker .drp-buttons .btn {
  border-top: 1px solid #f0f0f0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  height: 32px;
  min-width: 5rem;
  letter-spacing: 0.5px;
  border-radius: 16px;
  font-size: 12px;
  color: rgb(255, 255, 255);
  font-family: 'Poppins-Medium';
  border: 0;
  font-weight: 100;
}

.daterangepicker .drp-buttons .btn.applyBtn {
  background-color: #1a64ff;
}

.daterangepicker .drp-buttons .btn.cancelBtn {
  color: #9b9b9b;
  background: transparent;
}

/* ------------------------------------------------------------------------------ */

/* ----------------------------Spiral Loader Style------------------------------- */

/* content loader */

.content-loader {
  position: absolute;
  display: flex;
  z-index: 1;
  align-items: center;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  justify-content: center;
}

.loader {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 40px;
  display: inline-block;
  vertical-align: middle;
}

/*LOADER-1*/

.loader-1 .loader-outter {
  position: absolute;
  border: 2px solid #fc4c82;
  border-left-color: transparent;
  border-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41)
    infinite;
  animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.loader-1 .loader-inner {
  position: absolute;
  border: 2px solid #fe756f;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  border-right: 0;
  border-top-color: transparent;
  -webkit-animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41)
    infinite;
  animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

@-webkit-keyframes loader-1-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-1-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-1-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes loader-1-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes loader-2-circles {
  0% {
    -webkit-box-shadow: 0 0 0 #18ffff;
    box-shadow: 0 0 0 #18ffff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-box-shadow: 24px -22px #18ffff, 30px -15px 0 -3px #18ffff,
      31px 0px #18ffff, 29px 9px 0 -3px #18ffff, 24px 23px #18ffff,
      17px 30px 0 -3px #18ffff, 0px 33px #18ffff, -10px 28px 0 -3px #18ffff,
      -24px 22px #18ffff, -29px 14px 0 -3px #18ffff, -31px -3px #18ffff,
      -30px -11px 0 -3px #18ffff, -20px -25px #18ffff,
      -12px -30px 0 -3px #18ffff, 5px -29px #18ffff, 13px -25px 0 -3px #18ffff;
    box-shadow: 24px -22px #18ffff, 30px -15px 0 -3px #18ffff, 31px 0px #18ffff,
      29px 9px 0 -3px #18ffff, 24px 23px #18ffff, 17px 30px 0 -3px #18ffff,
      0px 33px #18ffff, -10px 28px 0 -3px #18ffff, -24px 22px #18ffff,
      -29px 14px 0 -3px #18ffff, -31px -3px #18ffff, -30px -11px 0 -3px #18ffff,
      -20px -25px #18ffff, -12px -30px 0 -3px #18ffff, 5px -29px #18ffff,
      13px -25px 0 -3px #18ffff;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-box-shadow: 25px -22px #18ffff, 15px -22px 0 -3px black,
      31px 2px #18ffff, 21px 2px 0 -3px black, 23px 25px #18ffff,
      13px 25px 0 -3px black, 0px 33px #18ffff, -10px 33px 0 -3px black,
      -26px 24px #18ffff, -19px 17px 0 -3px black, -32px 0px #18ffff,
      -23px 0px 0 -3px black, -25px -23px #18ffff, -16px -23px 0 -3px black,
      0px -31px #18ffff, -2px -23px 0 -3px black;
    box-shadow: 25px -22px #18ffff, 15px -22px 0 -3px black, 31px 2px #18ffff,
      21px 2px 0 -3px black, 23px 25px #18ffff, 13px 25px 0 -3px black,
      0px 33px #18ffff, -10px 33px 0 -3px black, -26px 24px #18ffff,
      -19px 17px 0 -3px black, -32px 0px #18ffff, -23px 0px 0 -3px black,
      -25px -23px #18ffff, -16px -23px 0 -3px black, 0px -31px #18ffff,
      -2px -23px 0 -3px black;
  }
}

@keyframes loader-2-circles {
  0% {
    -webkit-box-shadow: 0 0 0 #18ffff;
    box-shadow: 0 0 0 #18ffff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-box-shadow: 24px -22px #18ffff, 30px -15px 0 -3px #18ffff,
      31px 0px #18ffff, 29px 9px 0 -3px #18ffff, 24px 23px #18ffff,
      17px 30px 0 -3px #18ffff, 0px 33px #18ffff, -10px 28px 0 -3px #18ffff,
      -24px 22px #18ffff, -29px 14px 0 -3px #18ffff, -31px -3px #e11a2b,
      -30px -11px 0 -3px #18ffff, -20px -25px #18ffff,
      -12px -30px 0 -3px #18ffff, 5px -29px #18ffff, 13px -25px 0 -3px #18ffff;
    box-shadow: 24px -22px #18ffff, 30px -15px 0 -3px #18ffff, 31px 0px #18ffff,
      29px 9px 0 -3px #18ffff, 24px 23px #18ffff, 17px 30px 0 -3px #18ffff,
      0px 33px #18ffff, -10px 28px 0 -3px #18ffff, -24px 22px #18ffff,
      -29px 14px 0 -3px #18ffff, -31px -3px #18ffff, -30px -11px 0 -3px #18ffff,
      -20px -25px #18ffff, -12px -30px 0 -3px #18ffff, 5px -29px #18ffff,
      13px -25px 0 -3px #18ffff;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-box-shadow: 25px -22px #18ffff, 15px -22px 0 -3px black,
      31px 2px #18ffff, 21px 2px 0 -3px black, 23px 25px #18ffff,
      13px 25px 0 -3px black, 0px 33px #18ffff, -10px 33px 0 -3px black,
      -26px 24px #18ffff, -19px 17px 0 -3px black, -32px 0px #18ffff,
      -23px 0px 0 -3px black, -25px -23px #18ffff, -16px -23px 0 -3px black,
      0px -31px #18ffff, -2px -23px 0 -3px black;
    box-shadow: 25px -22px #18ffff, 15px -22px 0 -3px black, 31px 2px #18ffff,
      21px 2px 0 -3px black, 23px 25px #18ffff, 13px 25px 0 -3px black,
      0px 33px #18ffff, -10px 33px 0 -3px black, -26px 24px #18ffff,
      -19px 17px 0 -3px black, -32px 0px #18ffff, -23px 0px 0 -3px black,
      -25px -23px #18ffff, -16px -23px 0 -3px black, 0px -31px #18ffff,
      -2px -23px 0 -3px black;
  }
}

/* ---------------------------------------------------------------------------------- */

/*---------------------------------- Left sidebar-------------------------------------*/

.sidebar-left {
  position: relative;
  z-index: 10;
  float: left;
  width: 5rem;
  height: 100%;
  border-left: 0.0625rem solid #ecebf0;
  background-color: #fff;
  -webkit-box-shadow: 4px 0 10px 0 #e5e5e5;
  box-shadow: 4px 0 10px 0 #e5e5e5;
}

.sidebar-left .logo-wrapper {
  position: relative;
  z-index: 9999;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 0.0625rem solid #e5e5e5;
}

.sidebar-left .list-unstyled {
  margin-top: 0.625rem;
}

.sidebar-left .list-unstyled li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0.567rem;
  padding-bottom: 0.567rem;
}

.sidebar-left .list-unstyled li.active a {
  background-color: #1b64ff;
}

.sidebar-left .list-unstyled li a {
  display: inline-block;
  width: 2.938rem;
  height: 2.938rem;
  padding: 0.625rem 0;
  border-radius: 100%;
  text-align: center;
}

.sidebar-left .list-unstyled li a .img-active {
  display: none;
}

.sidebar-left .list-unstyled li.active a,
.sidebar-left .list-unstyled li a:hover {
  background-color: #1b64ff;
}

.sidebar-left .list-unstyled li.active a .img-active,
.sidebar-left .list-unstyled li a:hover .img-active {
  display: inline-block;
}

.sidebar-left .list-unstyled li.active a .img-inactive,
.sidebar-left .list-unstyled li a:hover .img-inactive {
  display: none;
}

.sidebar-left .account-icon {
  position: absolute;
  bottom: 3.125rem;
  left: 0;
  right: 0;
  display: block;
  width: 2.938rem;
  height: 2.938rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.8125rem 0.3125rem;
  font-family: 'Lato-Semibold';
  font-size: 1rem;
  text-align: center;
  border-radius: 100%;
  background-color: #f5f5f5;
  color: #6c79a2;
}

/*------------------------------------------------------------------------------------*/

/*---------------------------- Stats and Tab nav bar ---------------------------------*/

/*h-navbar-2*/

.h-navbar-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 3.75rem;
  margin-left: 0;
  margin-right: 0;
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
}

.h-navbar-2 .nav {
  flex-wrap: nowrap;
}

.h-navbar-2 .nav-tabs,
.h-navbar-2 .nav-tabs .nav-link,
.h-navbar-2 .nav-tabs .nav-link.active {
  border: none;
}

.h-navbar-2 .nav-tabs .nav-item .nav-link {
  position: relative;
  padding: 1.1rem 0;
  margin: 0 1.25rem;
  font-family: 'Lato-Regular';
  color: #9b9b9b;
  white-space: nowrap;
  font-size: 1rem;
  cursor: pointer;
}

@media screen and (max-width: 866px) {
  .h-navbar-2 .nav-tabs .nav-item .nav-link {
    margin: 0 0.85rem;
  }
}

.h-navbar-2 .nav-tabs .nav-item .nav-link.active {
  font-family: 'Lato-Bold';
  color: #333;
}

.h-navbar-2 .nav-tabs .nav-item .nav-link.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.25rem;
  background-color: #fd776c;
  border-radius: 0.3125rem;
}

.h-navbar-2 .nav-tabs .nav-item .nav-link.inactive {
  cursor: default;
}

.h-navbar-2 .nav-tabs .nav-item .nav-link .badge {
  width: 1rem;
  height: 1rem;
  margin-left: 0.3125rem;
  padding: 0.125rem;
  font-family: 'Lato-Regular';
  font-size: 0.75rem;
  color: #1b64ff;
  text-align: center;
  border-radius: 0.125rem;
  background-color: #f5f9fa;
}

.h-navbar-2 .nav-tabs .nav-item .nav-link .badge.badge-highlighted {
  background-color: #fd776c;
  color: #fff;
}

.h-navbar-2 .input-group {
  width: 7.813rem;
  font-family: 'Lato-Regular';
}

.h-navbar-2 .input-group .input-group-text,
.h-navbar-2 .input-group .form-control {
  border: none;
  background-color: transparent;
}

.h-navbar-2 .input-group .input-group-text {
  padding-left: 0.625rem;
  padding-right: 0.125rem;
  color: #9b9b9b;
}

.h-navbar-2 .input-group .form-control {
  padding-right: 0;
  font-size: 0.875rem;
}

/* Steps bar v-steps-navbar Start */

.v-steps-navbar {
  display: table-caption;
  background-color: #fff;
  border-left: 1px solid #e5e5e5;
  height: 100%;
  overflow-y: auto;
  background-color: #fff;
  border-left: 1px solid #e5e5e5;
}

.v-steps-navbar .nav-tabs {
  border: none;
  width: 130px;
  font-family: 'Poppins-Regular';
}

.v-steps-navbar .nav-tabs .nav-item .nav-link {
  color: #333;
  border-radius: 0;
  width: 130px;
  height: 72px;
  cursor: pointer;
}

.v-steps-navbar .nav-tabs .nav-item .nav-link:hover,
.v-steps-navbar .nav-tabs .nav-item .nav-link.active {
  color: #1b64ff;
  background-color: #f4f8ff;
  height: 72px;
}

.v-steps-navbar .nav-tabs .nav-item .nav-link {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.v-steps-navbar .nav-tabs .nav-item .nav-link .nav-link-content {
  border-bottom: 1px solid #f2f2f2;
  padding: 5px 0 12px 0;
  margin: 0 15px;
}

.v-steps-navbar .nav-tabs .nav-item:last-child .nav-link .nav-link-content {
  border-right: bottom !important;
}

.v-steps-navbar .nav-tabs .nav-item .nav-link .stats {
  font-size: 1.25rem;
}

.v-steps-navbar .nav-tabs .nav-item .nav-link.active .stats {
  font-family: 'Poppins-Medium';
}

.v-steps-navbar .nav-tabs .nav-item .nav-link .brand {
  font-size: 12px;
}

/* stats bar h-navbar-3 Start */

.h-navbar-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 4.5rem;
  border-bottom: 1px solid #e5e5e5;
  overflow: auto;
  overflow-y: hidden;
  background-color: #fff;
  position: relative;
}

.h-navbar-3 .nav-tabs {
  border: none;
  font-family: 'Poppins-Regular';
  position: absolute;
  flex-wrap:nowrap;
}

.h-navbar-3 .nav-tabs .nav-item .nav-link {
  color: #333;
  border-radius: 0;
  height: 100%;
  cursor: pointer;
}

.h-navbar-3 .nav-tabs .nav-item .nav-link:hover {
  background-color: #fafafa;
}
.h-navbar-3 .nav-tabs .nav-item .nav-link.active {
  color: #1b64ff;
  background-color: #f4f8ff;
  border-bottom: 1px solid #e5e5e5;
}

.h-navbar-3 .nav-tabs .nav-item .nav-link {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.h-navbar-3 .nav-tabs .nav-item .nav-link .nav-link-content {
  border-right: 1px solid #f2f2f2;
  padding: 4px 0;
  width: 7.8125rem;
}

.h-navbar-3 .nav-tabs .nav-item:last-child .nav-link .nav-link-content {
  border-right: none !important;
}

.h-navbar-3 .nav-tabs .nav-item .nav-link .stats {
  font-size: 20px;
}

.h-navbar-3 .nav-tabs .nav-item .nav-link.active .stats {
  font-family: 'Poppins-Medium';
}

.h-navbar-3 .nav-tabs .nav-item .nav-link .brand {
  font-size: 12px;
}

/*--------------------------------------------------------------------------------*/

/*--------------------------  Activity Right sidebar ------------------------------*/

.sidebar-right {
  position: relative;
  width: 360px;
  margin-right: -25rem;
  height:100%;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  box-shadow: 0 4px 10px 0 #e5e5e5;
}

/* @media screen and (max-width: 992px) {
  .sidebar-right {
    position: absolute;
    right: 0;
  }
} */

.sidebar-right.open {
  margin-right: 0;
}

.sidebar-right .tasks-tab .sidebar-header,
.sidebar-right .tasks-tab .sidebar-sub-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 3.75rem;
  padding: 0 15px;
  border-bottom: 0.0625rem solid #f0f0f0;
}

.sidebar-right .hover-icon:hover {
  color: #626262 !important;
  cursor: pointer;
}

.sidebar-right .tasks-tab {
  height: 100%;
}

.sidebar-right .tasks-tab .activity-tasks,.sidebar-right .tasks-tab .activity-menu {
  height: calc(100% - 3.75rem);
    position: relative;
}

.sidebar-right .tasks-tab .header-wrapper i {
  font-size: 16px;
  opacity: 1 !important;
}

.sidebar-right .tasks-tab .sidebar-header .header-wrapper {
  font-family: 'Poppins-Medium';
  font-size: 16px;
  color: #333;
}

.sidebar-right .tasks-tab .sidebar-header .header-wrapper i.task-icon {
  width: 2rem;
  height: 2rem;
  margin-right: 0.625rem;
  line-height: 2rem;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  border-radius: 0.25rem;
  background-color: #1e66ff;
}

.sidebar-right .tasks-tab .sidebar-sub-header .header-wrapper {
  font-family: 'Lato-medium';
}

.sidebar-right .tasks-tab .sidebar-sub-header .header-wrapper i.play-icon {
  font-size: 9px;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  border-radius: 100%;
  background-color: #1e66ff;
}

.sidebar-right .tasks-tab .sidebar-sub-header .dropdown-menu {
  left: -15px !important;
}

.sidebar-right .tasks-tab .sidebar-sub-header .dropdown-menu::after {
  left: 10px;
}

.sidebar-right .tasks-tab .sidebar-body {
  height: calc(100% - 3.75rem);
  overflow: auto;
}

.sidebar-right .tasks-tab .sidebar-body .activity-tasks-list,
.sidebar-right .tasks-tab .sidebar-body .prospect-activity-tasks-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.sidebar-right .tasks-tab .sidebar-body .activity-tasks-list li:hover,
.sidebar-right .tasks-tab .sidebar-body .prospect-activity-tasks-list li:hover {
  background: #fafafa;
}

.sidebar-right .tasks-tab .sidebar-body .activity-tasks-list li {
  display: flex;
  position: relative;
  align-items: center;
  font-size: 14px;
  height: 3.125rem;
  border-bottom: 1px solid #ecebf0;
  padding: 0 15px;
  font-family: 'Lato-Medium';
  cursor: pointer;
  color: #333;
}

.sidebar-right
  .tasks-tab
  .sidebar-body
  .activity-tasks-list
  li:hover
  .activity-play-icon {
  margin-right: 0;
}

.sidebar-right
  .tasks-tab
  .sidebar-body
  .activity-tasks-list
  li
  .activity-play-icon {
  font-size: 8px;
  overflow-x: hidden;
  margin-right: -40px;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  border-radius: 100%;
  background-color: #1e66ff;
  transition: all 0.3s ease-out;
}

.sidebar-right .tasks-tab .sidebar-body .prospect-activity-tasks-list li {
  display: flex;
  align-items: center;
  font-size: 14px;
  border-bottom: 1px solid #ecebf0;
  padding: 15px;
  font-family: 'Lato-medium';
  cursor: pointer;
}

.sidebar-right
  .tasks-tab
  .sidebar-body
  .prospect-activity-tasks-list
  li
  .due-orange {
  color: #eb7800;
}

.sidebar-right
  .tasks-tab
  .sidebar-body
  .prospect-activity-tasks-list
  li
  .due-green {
  color: #55b049;
}

.sidebar-right
  .tasks-tab
  .sidebar-body
  .prospect-activity-tasks-list
  li
  .due-red {
  color: #c75749;
}

/* activity Tasks */
.sidebar-right .prospects-activity {
  height: 100%;
}

.sidebar-right .prospects-activity .sidebar-header {
  background-image: linear-gradient(135deg, #000428 0%, #004e92 100%);
  color: #afd8ea;
  padding: 15px;
  height: 10rem;
  padding-top: 10px;
}

.sidebar-right .prospects-activity .sidebar-header a {
  color: #afd8ea;
}

.sidebar-right
  .prospects-activity
  .sidebar-header
  .sidebar-header-primary
  .activity-name {
  font-family: 'Poppins-medium';
  color: #fff;
}

.sidebar-right .prospects-activity .sidebar-header .sidebar-header-primary {
  padding-bottom: 10px;
}

.sidebar-right
  .prospects-activity
  .sidebar-header
  .sidebar-header-primary
  .icon {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  margin-right: 10px;
}

.sidebar-right
  .prospects-activity
  .sidebar-header
  .sidebar-header-primary
  .icon.activity-brand-email {
  background-color: #f5706c;
}

.sidebar-right
  .prospects-activity
  .sidebar-header
  .sidebar-header-primary
  .icon.activity-brand-call {
  background-color: #0fce90;
}

.sidebar-right
  .prospects-activity
  .sidebar-header
  .sidebar-header-primary
  .icon.activity-brand-linked-in {
  background-color: #007bb6;
}

.sidebar-right
  .prospects-activity
  .sidebar-header
  .sidebar-header-primary
  .icon.activity-brand-twitter {
  background-color: #4a9bdb;
}

.sidebar-right
  .prospects-activity
  .sidebar-header
  .sidebar-header-primary
  .icon.activity-brand-general {
  background-color: #8a63df;
}

.sidebar-right
  .prospects-activity
  .sidebar-header
  .sidebar-header-primary
  .general-img-icon {
  background-color: #8a63df;
  padding: 7px 9px;
  border-radius: 4px;
  margin-right: 10px;
}

.sidebar-right
  .prospects-activity
  .sidebar-header
  .sidebar-header-primary
  .sidebar-page-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.sidebar-right
  .prospects-activity
  .sidebar-header
  .sidebar-header-primary
  .sidebar-page-list
  li {
  margin-right: 15px;
}

.sidebar-right
  .prospects-activity
  .sidebar-header
  .sidebar-header-primary
  .sidebar-page-list
  li.adjustable {
  margin-top: -2px;
}

.sidebar-right
  .prospects-activity
  .sidebar-header
  .sidebar-header-primary
  .close {
  color: #afd8ea;
  font-size: 14px;
  opacity: 1 !important;
}

.sidebar-right .prospects-activity .sidebar-header-secondary {
  font-size: 14px;
  letter-spacing: 0;
}

.sidebar-right .prospects-activity .sidebar-header-secondary div {
  margin-top: 5px;
}

.sidebar-right .prospects-activity .sidebar-header-secondary div .due-red {
  font-size: 12px;
  color: #ff877f;
  font-family: 'Poppins-medium';
}

.sidebar-right .prospects-activity .sidebar-body .wrapper {
  height: 100%;
  padding-bottom: 3.875rem;
  overflow-y: auto;
}

.sidebar-right .prospects-activity .sidebar-body .instructions-block {
  padding: 15px;
  background-color: #eaf0fe;
}

.sidebar-right .prospects-activity .sidebar-body .instructions-block .overflow {
  max-height: 65px;
  overflow: auto;
}

.sidebar-right
  .prospects-activity
  .sidebar-body
  .instructions-block
  .overflow
  .title {
  margin-bottom: 0;
  font-family: 'Lato-Bold';
  font-size: 14px;
}

.sidebar-right
  .prospects-activity
  .sidebar-body
  .instructions-block
  .overflow
  .desc {
  display: block;
  margin-top: 0.3125rem;
  font-family: 'Lato-Regular';
  font-size: 12px;
  color: #626262;
}

.sidebar-right .prospects-activity .sidebar-body .input-field-wrapper {
  padding: 15px;
}

.sidebar-right .prospects-activity .sidebar-body .form-group {
  position: relative;
  margin-top: 0;
}

.sidebar-right .prospects-activity .sidebar-body .form-group label {
  display: block;
  font-family: 'Lato-Medium';
  font-size: 0.875rem;
  color: #333;
}

.sidebar-right .prospects-activity .sidebar-body .form-group textarea {
  height: 100px;
  color: #626262;
  resize: none;
  padding: 0.5rem;
}

.sidebar-right .prospects-activity .sidebar-body .form-control {
  font-family: 'Lato-Regular';
  font-size: 0.875rem;
  border-radius: 0.25rem;
  border: 0.0625rem solid #e9e7ea;
}

.sidebar-right .prospects-activity .sidebar-body .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sidebar-right .prospects-activity .sidebar-body .actions-block {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 3.875rem;
  width: 100%;
  padding-left: 7.25rem;
  padding-right: 15px;
  background-color: #fff;
  border-top: 0.0625rem solid #e8e8e8;
}

.sidebar-right .prospects-activity .sidebar-body .actions-block .list-unstyled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: flex-end;
  height: 100%;
  margin-bottom: 0;
}

.sidebar-right
  .prospects-activity
  .sidebar-body
  .actions-block
  .list-unstyled
  .li {
  display: inline-block;
}

.sidebar-right
  .prospects-activity
  .sidebar-body
  .actions-block
  .list-unstyled
  li
  .btn-group {
  margin-left: 0.25rem;
  background-color: #1b64ff;
  border-radius: 1.25rem;
}

.sidebar-right
  .prospects-activity
  .sidebar-body
  .actions-block
  .list-unstyled
  li
  .btn-group
  button {
  font-family: 'Poppins-Regular';
  font-size: 0.75rem;
  color: #fff;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0.5rem 1rem;
}

.sidebar-right
  .prospects-activity
  .sidebar-body
  .actions-block
  .list-unstyled
  li
  .btn-group
  button.bl {
  border-left: 1px solid #1258eb;
}

.sidebar-right
  .prospects-activity
  .sidebar-body
  .actions-block
  .list-unstyled
  .li
  a {
  color: #9d9d9d;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  border: 1px solid transparent;
}

.sidebar-right
  .prospects-activity
  .sidebar-body
  .actions-block
  .list-unstyled
  .li
  a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
}

.sidebar-right
  .prospects-activity
  .sidebar-body
  .actions-block
  .list-unstyled
  .activity-btn-dropdown
  .dropdown-menu {
  margin-right: 15px;
}

.sidebar-right
  .prospects-activity
  .sidebar-body
  .actions-block
  .list-unstyled
  .activity-btn-dropdown
  .dropdown-menu::after {
  top: calc(100% - 6px) !important;
  right: 10px;
  border-color: transparent #e5e5e5 #e5e5e5 transparent;
}

.sidebar-right .prospects-activity.email-activity .sidebar-body {
  position: relative;
  height: calc(100% - 10rem);
}

.sidebar-right .prospects-activity.email-activity .wrapper {
  position: absolute;
  top: 0;
  bottom: 3.875rem;
  height: auto;
  padding-bottom: 0;
  overflow-y: hidden;
  width:100%;
}

.sidebar-right .prospects-activity.email-activity .wrapper .emailcontainer .emaileditor-overflow {
  min-height: 0;
}

.sidebar-right .prospects-activity.email-activity .wrapper .emailcontainer .emaileditor-toolbarbottom {
  position: absolute;
  bottom:0;
  width:100%;
}

/*-----------------------------------------------------------------------------------*/

/*------------------------------ Check box styles -----------------------------------*/
.CheckboxContainer {
  display: inline-flex;
  position: relative;
  min-height: 18px;
  min-width: 18px;
  cursor: pointer;
  vertical-align: middle;
}

/* Hide the browser's default checkbox */
.CheckboxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.CheckedMark {
  position: absolute;
  /* margin-top: -.3rem; */
  top: 0;
  height: 18px;
  width: 18px;
  border-radius: 4px;
  border: 1px solid #d6d6d6;
  text-align: center;
  padding: 1px;
}

/* When the checkbox is checked, add a blue background */
.CheckboxContainer input:checked ~ .CheckedMark {
  background-color: #1a64ff;
  border-color: #1a64ff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.CheckedMark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.CheckboxContainer input:checked ~ .CheckedMark:after {
  display: block;
}

/* Style the checkmark/indicator */
.CheckboxContainer .CheckedMark:after {
  width: 4px;
  height: 8px;
  border: 2px solid #ffffff;
  border-width: 0 2px 2px 0;
  margin-left: 5px;
  margin-top: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-text {
  margin-left: 24px;
  margin-right: 10px;
}

.checkbox-label {
  margin-left: 20px;
  font-size: 12px;
  color: #333333;
}

/* medium checkbox */

.medium-checkbox .CheckedMark {
  height: 16px;
  width: 16px;
  border-width: 1px;
}

.medium-checkbox .CheckedMark:after {
  margin-left: 4px;
  margin-top: 1px;
}

/* small check box */

.small-checkbox .CheckedMark {
  top: 2px;
  margin: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #d6d6d6;
}

.small-checkbox .CheckboxText {
  font-size: 12px;
  font-family: 'Lato';
  font-weight: bold;
  margin: 0 30px 30px 20px;
}

.small-checkbox .CheckboxContainer .CheckedMark:after {
  width: 4px;
  margin-top: 1px;
  height: 7px;
  border: 2px solid #ffffff;
  border-width: 0 2px 2px 0;
  margin-left: 3px;
}

/*  ------------------------------------------------------------------------------ */

/*----------------------- Switch Button style --------------------------------------*/

.switch-wrapper .switch {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 1rem;
}

.switch-wrapper .switch input {
  display: none;
}

.switch-wrapper .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #919191;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-wrapper .slider:before {
  position: absolute;
  content: '';
  height: 0.625rem;
  width: 0.625rem;
  left: 0.25rem;
  bottom: 0.1875rem;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-wrapper input:checked + .slider {
  background-color: #55b049;
}

.switch-wrapper input:focus + .slider {
  -webkit-box-shadow: 0 0 0.0625rem #2196f3;
  box-shadow: 0 0 0.0625rem #2196f3;
}

.switch-wrapper input:checked + .slider:before {
  -webkit-transform: translateX(0.875rem);
  transform: translateX(0.875rem);
}

.switch-wrapper .slider.round {
  border-radius: 1.25rem;
}

.switch-wrapper .slider.round:before {
  border-radius: 50%;
}

.switch-wrapper-2 .switch {
  display: inline-block;
  width: 2.5rem;
  height: 1.25rem;
}

.switch-wrapper-2 .slider:before {
  height: 0.875rem;
  width: 0.875rem;
}

.switch-wrapper-2 input:checked + .slider:before {
  -webkit-transform: translateX(1srem);
  transform: translateX(1.2rem);
}

/*  ------------------------------------------------------------------------------ */

/* ---------------------------- Drop down styles --------------------------------- */

.dropdown-menu {
  -webkit-box-shadow: 0 0 0.375rem 0 rgba(214, 214, 214, 0.5);
  box-shadow: 0 0 0.375rem 0 rgba(214, 214, 214, 0.5);
  border: 1px solid #e5e5e5;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  padding: 0.25rem 0;
  min-width: auto;
}

.dropdown-link {
  font-size: 14px;
  font-family: 'Lato-Regular';
  color: #626262;
  padding: 0.625rem 1rem !important;
}

.dropdown-link:hover {
  background-color: #fafafa;
  color: #333 !important;
  cursor: pointer;
}

.dropdown-link:active {
  background-color: #f4f8ff;
  color: #1a64ff !important;
  cursor: pointer;
}

/*  ---------------------------------------------------------------------------  */

/* ---------------------------- tooltip styles --------------------------------- */

.tooltip {
  white-space: nowrap;
  z-index: 2000 !important;
  border-radius: 4px !important;
  font-size: 12px !important;
}

.tooltip-inner {
  max-width: 400px;
}

/*  ----------------------------------------------------------------------------  */

/* ---------------------------- Basic stylings -------------------------------  */

.black-bold-text {
  color: #333;
  font-family: 'Lato-bold';
}

.black-text {
  color: #333;
}

.form-control:focus {
  border-color: #ced4da;
}

.lato-r {
  font-family: 'Lato-Regular' !important;
}

.lato-medium {
  font-family: 'Lato-medium' !important;
}

.lato-semibold {
  font-family: 'Lato-Semibold';
}

.lato-bold {
  font-family: 'Lato-Bold' !important;
}

.poppins-medium {
  font-family: 'poppins-medium' !important;
}

.grey-text {
  color: #626262;
}
.text-color-55{
  color: #555555;
}
.fw-600{
  font-weight: 600;
}
.light-grey-text {
  color: #9b9b9b;
}

.blue-link {
  color: #1b64ff;
  font-family: 'Lato-Medium';
  font-style: normal;
  cursor: pointer;
  text-decoration: none;
  background-color:#fff;
}

.blue-link:hover {
  color: #094ad6;
}

.brand-default {
  color: #aeaeae;
}

.brand-email {
  color: #f5706c;
}

.brand-sequences {
  color: #1b64ff;
}

.brand-calls {
  color: #0fce90;
}

.brand-linked-in {
  color: #007bb6;
}

.brand-twitter {
  color: #4a9bdb;
}

.brand-general {
  color: #8a63df;
}

.green-color {
  color: #55b049;
}

.error-message {
  color: #f5706c;
  font-size: 12px;
  font-family: 'Lato-medium';
  margin-top: 5px;
}

.font-10 {
  font-size: 10px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-20 {
  font-size: 1.25rem !important;
}

.font-24 {
  font-size: 1.5rem !important;
}

.align-custom-btn {
  margin: 0 0 0 10px !important;
}

.btn-lg {
  padding: 0 1rem !important;
}

.pb-5px {
  padding-bottom: 1px !important;
}

.pb-10px {
  padding-bottom: 10px !important;
}

.pb-15px {
  padding-bottom: 15px !important;
}

.pb-20px {
  padding-bottom: 20px !important;
}

.pb-30px {
  padding-bottom: 30px !important;
}

.pt-5px {
  padding-top: 5px !important;
}

.pt-10px {
  padding-top: 10px !important;
}

.pt-15px {
  padding-top: 15px !important;
}

.pt-20px {
  padding-top: 20px !important;
}

.check-button {
  display: inline-flex;
  margin-left: 5px;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid #f0f0f0;
  align-items: center;
  justify-content: center;
  color: #1b64ff;
  border-radius: 4px;
}

.check-button:hover {
  color: #1b64ff;
  background-color: #f4f8ff;
  cursor: pointer;
}

.check-button:active {
  color: #fff;
  background-color: #1b64ff;
  cursor: pointer;
}

.btn-blue-color {
  color: #1b64ff;
}
.pl-5px {
  padding-left: 5px !important;
}

.pl-20px {
  padding-left: 20px !important;
}

.pl-25px {
  padding-left: 25px !important;
}

.pr-5px {
  padding-right: 5px !important;
}

.pr-10px {
  padding-right: 10px !important;
}

.pr-15px {
  padding-right: 15px !important;
}

.pr-20px {
  padding-right: 20px !important;
}

.mb-5px {
  margin-bottom: 5px !important;
}

.mb-10px {
  margin-bottom: 10px !important;
}

.mb-15px {
  margin-bottom: 15px !important;
}

.mb-20px {
  margin-bottom: 20px !important;
}

.mb-25px {
  margin-bottom: 25px !important;
}

.mb-30px {
  margin-bottom: 30px !important;
}

.mt-5px {
  margin-top: 5px !important;
}

.mt-10px {
  margin-top: 10px !important;
}

.mt-15px {
  margin-top: 15px !important;
}

.mt-20px {
  margin-top: 20px !important;
}

.mt-25px {
  margin-top: 25px !important;
}

.mt-30px {
  margin-top: 30px !important;
}

.ml-5px {
  margin-left: 5px !important;
}

.ml-10px {
  margin-left: 10px !important;
}

.ml-15px {
  margin-left: 15px !important;
}

.ml-20px {
  margin-left: 20px !important;
}

.ml-25px {
  margin-left: 25px !important;
}

.mr-5px {
  margin-right: 5px !important;
}

.mr-10px {
  margin-right: 10px !important;
}

.mr-15px {
  margin-right: 15px !important;
}

.mr-20px {
  margin-right: 20px !important;
}

.mr-60px {
  margin-right: 60px !important;
}

.lh-14px {
  line-height: 14px;
}

.lh-16px {
  line-height: 16px;
}

.lh-18px {
  line-height: 18px;
}

.lh-20px {
  line-height: 20px;
}

.lh-22px {
  line-height: 22px;
}

.lh-24px {
  line-height: 24px;
}

.lh-30px {
  line-height: 30px !important;
}

.lh-60px {
  line-height: 60px !important;
}

.w-4rem {
  width: 4rem;
}

.w-5rem {
  width: 5rem;
}

.w-7rem {
  width: 7rem;
}

.w-8rem {
  width: 8rem;
}

.w-10rem {
  width: 10rem;
}

.w-12rem {
  width: 12rem;
}

.w-15rem {
  width: 15rem;
}

.w-16rem {
  width: 16rem;
}

.w-20rem {
  width: 20rem;
}

.w-25rem {
  width: 25rem;
}

.w-30rem {
  width: 30rem;
}

.wb {
  word-break: break-word;
}

.text-limit-5rem {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 5rem;
}

.text-limit-6rem {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 6rem;
}

.text-limit-12rem {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 12rem;
}

.text-limit-10rem {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 10rem;
}

.text-limit-15rem {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 15rem;
}

.text-limit-20rem {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 20rem;
}

.text-limit-12rem {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 12rem;
}

.text-limit-25rem {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 25rem;
}

.text-limit-30rem {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 30rem;
}

.ellipse-icon {
  line-height:35px;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  text-align: center;
}

.ellipse-icon:hover {
  background: #f0f0f0;
}

.ellipse-icon:active {
  color:#1a64ff;
  background: #f4f8ff;
}

.c-blue-button {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  height: 32px;
  min-width: 5rem;
  letter-spacing: 0.5px;
  border-radius: 16px;
  background-color: #1a64ff;
  font-size: 12px;
  color: rgb(255, 255, 255);
  font-family: 'Poppins-Medium';
}

.c-blue-button-sm {
  height: 28px;
  padding: 0 1rem;
}

.c-circular-button {
  height: 2rem;
  width: 2rem;
  display: none;
  letter-spacing: 0.5px;
  border-radius: 100%;
  background-color: #1a64ff;
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-family: 'Poppins-Medium';
  padding:0 !important;
}

.c-transparent-button {
  padding: 0 1.5rem;
  height: 32px;
  min-width: 5rem;
  letter-spacing: 0.5px;
  border-radius: 16px;
  background-color: transparent;
  font-size: 12px;
  color: #9b9b9b;
  font-family: 'Poppins-Medium';
}

.c-transparent-button:hover {
  color: #333;
}

.c-blue-button-with-dropdown.btn-group {
  margin-left: 0.25rem;
  background-color: #1b64ff;
  border-radius: 1.25rem;
}

.c-blue-button-with-dropdown button {
  font-family: 'Poppins-Medium';
  font-size: 0.75rem;
  color: #fff;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0.5rem 1rem;
}

@media screen and (max-width: 800px) {
  .c-blue-button-with-dropdown button {
    padding: 0.5rem 0.7rem;
  }
}

.c-blue-button-with-dropdown.btn-group button.bl {
  border-left: 1px solid #1258eb;
}

.c-blue-button.light {
  background-color: #f1fbff;
  color: #1a64ff;
}
.c-blue-button.light:hover {
  background-color: #edfaff;
}

.c-transparent-bordered-lg-button {
  cursor: pointer;
  height: 36px;
  padding: 0.5rem 1.5rem;
  font-family: 'Poppins-Medium';
  font-size: 12px;
  color: #1b64ff;
  background-color: #fff;
  border-radius: 3rem;
  border: 0.0625rem solid #1b64ff;
}

.c-transparent-bordered-md-button {
  cursor: pointer;
  padding: 4px 8px;
  font-family: 'Poppins-Regular';
  font-size: 12px;
  background-color: #fafafa;
  border-radius: 3rem;
  color:#626262 !important;
}

.c-transparent-bordered-md-button:hover {
  color:#1b64ff !important;
  background-color: #f4f8ff;
}

.c-transparent-bordered-md-button:hover {
  color:#fff !important;
  background-color: #1b64ff;
}

.c-transparent-bordered-sm-button {
  cursor: pointer;
  padding: 0.1875rem 0.625rem;
  font-family: 'Poppins-Regular';
  font-size: 0.6875rem;
  background-color: #fff;
  border-radius: 3rem;
  border: 0.0625rem solid #f0f0f0;
}

.btn-blue-color {
  color: #1b64ff;
}

.btn-red-color {
  color: #dc3545;
}

.btn-green-color {
  color: #38a830;
}

.circular-bordered-icon {
  position: relative;
  font-size: 0.875rem;
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  margin: 0 auto;
  vertical-align: middle;
  text-align: center;
  border-radius: 100%;
  background-color: #fff;
  text-transform: uppercase;
  border: 1px solid #e5e5e5;
}

.owner-icon {
  position: relative;
  border: none;
  color: #333;
  font-size: 0.657rem;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  margin-left: 0.625rem;
  vertical-align: middle;
  text-align: center;
  border-radius: 100%;
  background-color: #f1f1f1;
}

.user-blue-icon {
  color: #626262;
  background-color: #f4f8ff;
  font-family: 'Poppins-Medium';
  border: none;
}

.user-img-icon {
  line-height: 2rem;
}


/* Empty Screen CSS*/
.nothing-found-container {
  display: flex;
  background: #f5f9fa;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.nothing-found {
  margin: 1rem 0;
  font-family: 'Caveat', cursive !important;
  font-size: 20px;
  color: #333;
}

.nothing-found-icon{
  color:#6c79a220;
  font-size: 6rem;
}

.button-block {
  display: inline-flex;
  align-items: center;
  height: 60px;
  width: 100%;
  padding: 0 1.25rem;
  border-bottom: 1px solid #e5e5e5;
}

/* --------------------------------------------------------------------------------- */

/*------------------------- pagination block ----------------------------------------*/

.c-pagination-block {
  background: #f5f9fa;
  padding: 0.635rem;
  min-height: 54px;
  color: #626262;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3226891px;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

.c-pagination-block div {
  display: flex;
  align-items: center;
}

.c-pagination-block .pagination-buttons {
  display: inline-flex;
  margin-left: 10px;
  font-size: 14px;
  color: #9b9b9b;
  font-family: 'Poppins-medium';
}

.c-pagination-block .pagination-buttons-block {
  margin-right: 10px;
}

.c-pagination-block .pagination-buttons .p-btn,
.c-pagination-block .pagination-buttons .n-btn {
  width: 32px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #e9ebec;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.c-pagination-block .pagination-buttons .p-btn {
  border-radius: 4px 0 0 4px;
}

.c-pagination-block .pagination-buttons .n-btn {
  border-radius: 0 4px 4px 0;
}

.c-pagination-block .pagination-buttons .p-btn:hover,
.c-pagination-block .pagination-buttons .n-btn:hover {
  background-color: #f1fbff;
}

.c-pagination-block .pagination-buttons .p-btn:active,
.c-pagination-block .pagination-buttons .n-btn:active {
  background-color: #daf5ff;
}

.c-pagination-block .pagination-buttons .disable-btn {
  background: #f5f5f5;
  pointer-events: none;
}

.disable-actiontype-btn {
  background: #f5f5f5;
  pointer-events: none;
}

/* buttons with checkboxes */

.btn-with-checkbox {
  height: 32px;
  border-radius: 4px;
  font-family: 'Lato-Regular';
  border: 1px solid #e9ebec;
  background-color: #ffffff;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  margin-right: 5px;
  cursor: pointer;
  font-weight: normal;
}

.btn-with-checkbox:hover {
  background: #fafafa;
  color:#333;
}

.btn-with-checkbox:active {
  background: #f4f8ff;
  color:#1b64ff !important;
}

.btn-with-checkbox.active-btn {
  background-color: #f1fbff;
  font-family: Lato-Bold;
}

/* Search field styles */

.search-field-container {
  position: relative;
}

.search-field-container i {
  position: absolute;
  left: 8px;
  top: 0px;
  font-size: 14px;
  color: rgb(155, 155, 155);
}

.search-field-container .search-field {
  width: 268px;
  height: 32px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #e9ebec;
  font-size: 14px;
  padding-left: 30px;
  padding-top: 0px;
  color: #626262;
  outline: none;
}

@media screen and (max-width:1200px) {
  .search-field-container .search-field {
    width:200px;
  }

  .content.content-has-sidebar-right .search-field-container {
    display: none;
  }
}

/* -------------------------------------------------------------------------------------- */

/* ------------------------------- Table style ------------------------------------------ */

.table-style {
  background: #ffffff;
  margin-bottom: 0;
}

.table-style tbody + tbody {
  border: 0;
}

.table-style tbody tr {
  height: 60px;
  font-size: 14px;
  color: rgb(51, 51, 51);
}

.table-style tbody tr td,
.table-style thead tr td {
  vertical-align: middle;
  border-top: none;
}

.table-style thead tr {
  height: 40px;
  background-color: #eaeef0;
  border-radius: 4px;
  font-size: 12px;
  color: #626262;
  font-family: 'Lato-medium';
}

.table-style.table-border tbody tr td {
  border-bottom: 1px solid #ecebf0;
}

.table-style tbody tr:hover {
  background-color: #fafafa;
  cursor: pointer;
}

/* .table-style.bordered-hover tbody tr {
  border: 1px solid transparent;
}

.table-style.bordered-hover tbody tr:hover {
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #f0f0f0 !important;
} */

.table-style .CheckedMark {
  margin-top: -2px !important;
}

.table-style .table-dropdown-button {
  height: 32px;
  padding: 0 5px;
  width: 80px;
  color:#626262;
  border-radius: 4px;
}

.table-style .table-dropdown-button:hover {
  background-color: #f0f0f0;
  color:#333;
}

.table-style .table-dropdown-button:active {
  background-color: #f4f8ff;
  color: #1a64ff;
}

.table-style .owner-img {
  height: 2rem;
  width: 2rem;
}

/* ------------------------------------------------------------------------------------*/

/* ------------------------------------- Modal style----------------------------------*/

/* Basic Modal Styling */

.modal {
  overflow-y: auto;
}

.modal-stats .modal-stats-block {
  height: 50px;
  background-color: #f8f8f8;
  border-top: 1px solid #e5e5e5;
}

.modal-dialog {
  max-width: 31.25rem;
  width: 100%;
  margin-top: 3rem;
}

.modal-content {
  border-radius: 0.375rem;
  background: #ffffff;
  box-shadow: 0 0 0.375rem 0 #d6d6d680;
  -webkit-box-shadow: 0 0 0.375rem 0 #d6d6d680;
  border: 1px solid #e5e5e5;
}

.modal-content .modal-header {
  padding: 1.25rem 1.25rem;
  font-family: 'Poppins-Medium';
  font-size: 18px;
  color: #333333;
  border: none;
  cursor: grab;
}

.modal-content .modal-header .close {
  outline: none;
  background: transparent;
  margin-top: -10px;
  color: #9b9b9b;
  font-size: 16px;
  opacity: 1 !important;
}

.modal-content .modal-header .close:hover {
  color: #626262;
}

.modal-content .modal-body {
  padding: 1.25rem;
  background: #fbfcfe;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  color: #626262;
}

.modal-content .modal-body label {
  font-family: 'Lato-Medium';
  font-size: 0.875rem;
  color: #626262;
}

.modal-content .modal-body .form-control {
  line-height: 36px;
  height: 36px;
  font-size: 14px;
  border-color: #e9e7ea;
}

.modal-content .modal-body .form-control.c-textarea {
  resize: none;
  height: 6.25rem;
}

.modal-content .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  border: none;
}

.modal-content .modal-footer .btn-wrapper {
  color: #ffffff;
  margin-bottom: 0;
}

.modal-content .modal-footer .btn-wrapper li {
  display: inline-block;
}

.modal-content .modal-footer .btn-wrapper li a {
  font-family: 'Poppins-Medium';
  font-size: 12px;
  cursor: pointer;
}

.modal-content .modal-footer .btn-wrapper li .btn-link:hover {
  text-decoration: none !important;
}

.modal-content .modal-footer .btn-wrapper li a.btn-link {
  color: #9b9b9b;
}

.modal-content .modal-footer .btn-wrapper li a.btn-link:hover {
  color: #333333;
}

.modal-content .modal-footer .btn-wrapper li a.btn-primary {
  display: block;
  min-width: 5rem;
  margin-left: 1.5rem;
  padding: 0.375rem 0.625rem;
  border-radius: 1.25rem;
  text-align: center;
  background-color: #1b64ff;
}

.modal-backdrop {
  background-color: #333;
}

.modal-backdrop.show {
  opacity: 0.4;
  background-color: #333;
}

/* Modal Alert  */

.modal-content.modal-alert .modal-header {
  margin-top: 0.625rem;
}

.modal-content.modal-alert .modal-header .modal-alert-icon {
  height: 36px;
  width: 36px;
  border-radius: 100%;
  margin-right: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.modal-content.modal-alert .modal-header .modal-alert-icon.blue-icon {
  color: #1b64ff !important;
  background: #f1f4fc;
}

.modal-content.modal-alert .modal-header .modal-alert-icon.grey-icon {
  color: #9b9b9b !important;
  background: #f9f9f9;
}

.modal-content.modal-alert .modal-header .modal-alert-icon.green-icon {
  color: #55b049 !important;
  background: #e3ffec;
}

.modal-content.modal-alert .modal-header .modal-alert-icon.delete-icon {
  color: #c75749 !important;
  background: #fff3f2;
}

.modal-content.modal-alert .modal-header .close-icon {
  margin-top: -45px;
}

.modal-content.modal-alert .modal-body {
  background: transparent;
  border: none;
}

.modal-content .modal-footer .btn-wrapper li a.btn-primary.delete-btn {
  background: #c75749;
}

/* Application Alert Modal*/

/* Info Start */

.application-alert {
  padding: 0.975rem;
  background: #ffffff;
  box-shadow: 0 2px 20px 0 rgba(213, 213, 213, 0.5);
  border:1px solid #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: 15px;
  bottom: 15px;
  display: none;
  z-index: 99999;
  width:30rem;
}

.application-alert:hover {
  background-color: #f5faff;
}

.application-alert .application-alert-header {
  font-family: 'Poppins-Medium';
  font-size: 16px;
  letter-spacing: 0.47px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  color: #136fd6;
}

/* Add sequences and Task  Modal */

.modal-add-sequence .modal-dialog {
  margin-top: 2rem;
}

.modal-tasks .modal-body .nav-pills,
.modal-add-sequence .modal-body .nav-pills {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -1.25rem -1.25rem 1.125rem;
  padding: 0.75rem 2rem;
  background-color: #f8f8f8;
  border-bottom: 1px solid #e5e5e5;
}

.modal-tasks .modal-body .nav-pills .nav-link,
.modal-add-sequence .modal-body .nav-pills .nav-link {
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  padding: 0;
  font-size: 1rem;
  text-align: center;
}

.modal-tasks .modal-body .nav-pills .nav-link.active,
.modal-add-sequence .modal-body .nav-pills .nav-link.active {
  background-color: transparent;
  -webkit-box-shadow: 2px 2px 6px 0 rgba(151, 147, 147, 0.5);
  box-shadow: 2px 2px 6px 0 rgba(151, 147, 147, 0.5);
}

.modal-tasks .modal-body .nav-pills .nav-link.pink:not(.active),
.modal-add-sequence .modal-body .nav-pills .nav-link.pink:not(.active) {
  color: #f3326f;
}

.modal-tasks .modal-body .nav-pills .nav-link.pink.active,
.modal-add-sequence .modal-body .nav-pills .nav-link.pink.active {
  background-color: #f3326f;
}

.modal-tasks .modal-body .nav-pills .nav-link.green1:not(.active),
.modal-add-sequence .modal-body .nav-pills .nav-link.green1:not(.active) {
  color: #0ecf90;
}

.modal-tasks .modal-body .nav-pills .nav-link.green1.active,
.modal-add-sequence .modal-body .nav-pills .nav-link.green1.active {
  background-color: #0ecf90;
}

.modal-tasks .modal-body .nav-pills .nav-link.dark-blue:not(.active),
.modal-add-sequence .modal-body .nav-pills .nav-link.dark-blue:not(.active) {
  color: #007bb6;
}

.modal-tasks .modal-body .nav-pills .nav-link.dark-blue.active,
.modal-add-sequence .modal-body .nav-pills .nav-link.dark-blue.active {
  background-color: #007bb6;
}

.modal-tasks .modal-body .nav-pills .nav-link.light-blue:not(.active),
.modal-add-sequence .modal-body .nav-pills .nav-link.light-blue:not(.active) {
  color: #439cd6;
}

.modal-tasks .modal-body .nav-pills .nav-link.light-blue.active,
.modal-add-sequence .modal-body .nav-pills .nav-link.light-blue.active {
  background-color: #439cd6;
}

.modal-tasks .modal-body .nav-pills .nav-link.purple:not(.active),
.modal-add-sequence .modal-body .nav-pills .nav-link.purple img {
  margin-top: -2px;
}

.modal-tasks
  .modal-body
  .nav-pills
  .nav-link.purple:not(.active)
  .general-icon-active-img,
.modal-add-sequence
  .modal-body
  .nav-pills
  .nav-link.purple:not(.active)
  .general-icon-active-img {
  display: none;
}

.modal-tasks
  .modal-body
  .nav-pills
  .nav-link.purple.active
  .general-icon-inactive-img,
.modal-add-sequence
  .modal-body
  .nav-pills
  .nav-link.purple.active
  .general-icon-inactive-img {
  display: none;
}

.modal-tasks .modal-body .nav-pills .nav-link.purple.active,
.modal-add-sequence .modal-body .nav-pills .nav-link.purple.active {
  background-color: #8d65d7;
}

.modal-tasks .modal-body .nav-pills .nav-link.disabled,
.modal-add-sequence .modal-body .nav-pills .nav-link.disabled {
  opacity: 0.3;
}

.modal-tasks .modal-body .tab-content .form-group,
.modal-add-sequence .modal-body .tab-content .form-group {
  margin-bottom: 0.75rem;
}

.modal-tasks .modal-body .tab-content .col .form-group,
.modal-add-sequence .modal-body .tab-content .col .form-group {
  display: table;
  width: 100%;
}

.modal-tasks .modal-body .tab-content .col .form-group .form-control,
.modal-tasks .modal-body .tab-content .col .form-group .form-control + span,
.modal-add-sequence .modal-body .tab-content .col .form-group .form-control,
.modal-add-sequence
  .modal-body
  .tab-content
  .col
  .form-group
  .form-control
  + span {
  display: table-cell;
}

.modal-tasks .modal-body .tab-content .col .form-group .form-control,
.modal-add-sequence .modal-body .tab-content .col .form-group .form-control {
  width: 85%;
}

.modal-tasks .modal-body .tab-content .col .form-group .form-control + span,
.modal-add-sequence
  .modal-body
  .tab-content
  .col
  .form-group
  .form-control
  + span {
  width: 15%;
  font-family: 'Lato-Medium';
  font-size: 0.875rem;
  color: #626262;
}

.modal-tasks .modal-body .tab-content label,
.modal-add-sequence .modal-body .tab-content label {
  margin-bottom: 0.3125rem;
}

.modal-tasks .modal-body .tab-content .form-control,
.modal-add-sequence .modal-body .tab-content .form-control {
  padding: 0.5rem !important;
  font-family: 'Lato-Medium';
  font-size: 0.875rem;
  border-color: #e9e7ea;
}

.modal-tasks .modal-body .tab-content textarea,
.modal-add-sequence .modal-body .tab-content textarea {
  height: 6.875rem;
  resize: none;
}

/* Create Email Template Modal Start */

.modal-create-email .modal-dialog {
  margin-top: 2rem;
  max-width: 62rem;
  width: 62rem;
  transition: all 0.4s !important;
}

.modal-create-email .modal-content {
  border-radius: 0;
}

.modal-create-email .modal-dialog.collapse-create-email {
  width: 40rem;
}

/*Header*/
.add-varient .modal-header {
  width: 100%;
  height: 2.5rem;
  padding: 9px 15px;
  background-color: #e4e5e6;
  border-bottom: 1px solid #e5e5e5;
  align-items: center;
  border-radius: 0;
}

/*Notofication Bar*/
.add-varient-notification-bar {
  height: 2.5rem;
  display: none;
  line-height: 2.5rem;
  text-align: center;
  font-size: 14px;
  background-color: #feffe6;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #d6d6d6;
  display: none;
}

/*Modal Body*/
.add-varient .modal-body {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border: none;
  background-color: #ffffff;
}

.add-varient .modal-body .note-editable {
  min-height: 340px;
}

.add-varient .modal-body .emailcontainer-to {
  display: none;
}

/*Modal Body Email Editor Block*/
.add-varient .modal-body .email-editor-block {
  width: 40rem;
  z-index: 2;
  position: relative;
  transition: all 0.4s;
}

.add-varient .modal-body .collapse-email-editor-block {
  width: 37rem;
}

.add-varient .modal-body .email-editor-block .preview-btn {
  position: absolute;
  width: 28px;
  height: 28px;
  background: #1b64ff;
  line-height: 16px;
  border-radius: 10rem;
  color: #fff;
  font-size: 14px;
  text-align: center;
  right: -14px;
  padding-top: 6px;
  top: 14.5rem;
  cursor: pointer;
  z-index: 9;
}

.add-varient .modal-body .email-editor-block .c-blue-button {
  position: absolute;
  bottom: 9px;
  right: 15px;
}

/*Type Block*/
.add-varient .modal-body .email-editor-block .type-block {
  height: 40px;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}

.add-varient .modal-body .email-editor-block .type-block .type {
  width: 100px;
  padding-left: 1rem;
  color: #333;
  font-family: 'Lato-Medium';
}

/*Subject Block Templates Search*/
.add-varient .modal-body .email-editor-block .subject-block .search-block {
  height: 50px;
  background-color: #f5f5f5;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

.add-varient
  .modal-body
  .email-editor-block
  .subject-block
  .search-block
  .search {
  position: relative;
  color: #9b9b9b;
  font-size: 14px;
  margin: 8px;
  border-radius: 5rem;
}

.add-varient
  .modal-body
  .email-editor-block
  .subject-block
  .search-block
  .search
  input {
  width: 100%;
  height: 32px;
  background: #fff;
  border-radius: 5rem;
  border: 1px solid #d6d6d6;
  text-indent: 28px;
}

.add-varient
  .modal-body
  .email-editor-block
  .subject-block
  .search-block
  .search
  .fa-search {
  position: absolute;
  top: 10px;
  left: 10px;
}

.add-varient .modal-body .email-editor-block .subject-block .template-list {
  height: 180px;
  overflow: auto;
}

.add-varient
  .modal-body
  .email-editor-block
  .subject-block
  .template-list
  .template {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0px 0px 10px;
}

.add-varient
  .modal-body
  .email-editor-block
  .subject-block
  .template-list
  .template
  p {
  line-height: 5px;
}

.add-varient
  .modal-body
  .email-editor-block
  .subject-block
  .template-list
  .template:last-child {
  border-bottom: none !important;
}

/*Subject Block Templates List*/
.add-varient .modal-body .email-editor-block .subject-block input {
  height: 40px;
  width: 290px;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  font-family: 'lato-medium';
  color: #626262;
  font-size: 14px;
  outline: 0;
}

.add-varient .modal-body .email-editor-block .templates {
  width: 80px;
  padding-left: 1rem;
  color: #333;
}

.add-varient .modal-body .email-editor-block .body-block {
  padding: 0;
  font-size: 0.875rem;
  line-height: 24px;
}

/*Footer*/

.add-varient .modal-footer .footer-icons .editor-icon {
  font-size: 1rem;
  color: #626262;
  width: 2rem;
  height: 2rem;
  line-height: 28px;
  text-align: center;
  height: 2rem;
  border-radius: 4px;
  margin-left: 5px;
  border: 1px solid transparent;
}

.add-varient .modal-footer .footer-icons .editor-icon:hover,
.add-varient .modal-footer .footer-icons .editor-icon.active {
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  margin-left: 5px;
  color: #333;
}

.add-varient .modal-footer .footer-icons .editor-icon .search-block {
  height: 40px;
  background-color: #f5f5f5;
  align-items: center;
  padding-left: 10px;
  padding-top: 20px;
  font-family: 'Lato-Semibold';
  font-size: 12px;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

.add-varient .modal-footer .footer-icons .editor-icon .search-block .search {
  position: relative;
  color: #9b9b9b;
  font-size: 14px;
  margin: 8px;
  border-radius: 5rem;
}

.add-varient
  .modal-footer
  .footer-icons
  .editor-icon
  .search-block
  .search
  input {
  width: 100%;
  height: 32px;
  background: #fff;
  border-radius: 5rem;
  border: 1px solid #d6d6d6;
}

.add-varient
  .modal-footer
  .footer-icons
  .editor-icon
  .search-block
  .search
  input {
  text-indent: 28px;
}

.add-varient
  .modal-footer
  .footer-icons
  .editor-icon
  .search-block
  .search
  .fa-search {
  position: absolute;
  top: 10px;
  left: 10px;
}

.add-varient .modal-footer .footer-icons .editor-icon .template-list {
  height: 180px;
  overflow: auto;
}

.add-varient .modal-footer .footer-icons .editor-icon .template-list .template {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0px 0px 10px;
}

.add-varient
  .modal-footer
  .footer-icons
  .editor-icon
  .template-list
  .template
  p {
  line-height: 5px;
}

.add-varient
  .modal-footer
  .footer-icons
  .editor-icon
  .template-list
  .template:last-child {
  border-bottom: none !important;
}

.add-varient .modal-footer .footer-icons .editor-icon .meeting-book {
  padding: 1rem;
  width: 300px;
}

.add-varient .modal-footer .footer-icons .editor-icon .meeting-book .title {
  align-items: center;
}

.add-varient
  .modal-footer
  .footer-icons
  .editor-icon
  .meeting-book
  .select-radio-btns
  input {
  align-items: center;
  padding-left: 1rem;
}

/*Email Preview Block*/
.add-varient .modal-body .email-preview-block {
  background-color: #fbfcfe;
  border-left: 1px solid #e5e5e5;
  position: absolute;
  left: 0;
  height: 100%;
  width: 24.95rem;
  z-index: 1;
  padding: 0;
  transition: all 0.4s;
}

.add-varient .modal-body .email-preview-block.expand-preview-block {
  left: 37rem;
}

/*Preview Header Block*/
.add-varient .modal-body .email-preview-block .preview-header-block {
  align-items: center;
  height: 35px;
  padding: 0 10px;
}

/*Preview Body Block*/
.add-varient .modal-body .email-preview-block .preview-body-block {
  padding: 15px 20px 0 20px;
  word-wrap: break-word;
  height: calc(100% - 60px);
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0.875rem;
  line-height: 24px;
  color: #626262;
  margin: 7px 0;
}

.add-varient .modal-body .email-preview-block .preview-body-block .file-div {
  background-color: #f5f5f5;
  border: 1px solid #dcdcdc;
  margin: 0;
  overflow-y: hidden;
  padding: 5px 8px 4px 8px;
  max-width: 448px;
  font-size: 12px;
  font-family: 'Lato-Bold';
  color: #626262;
}

.add-varient .modal-body .email-preview-block .preview-body-block p {
  color: #626262;
  line-height: 22px;
  font-size: 14px;
}

/*Preview Sign Block*/
.add-varient .modal-body .email-preview-block .preview-sign-block {
  align-items: center;
  padding: 0 15px;
  margin-top: 0;
}

.add-varient .modal-body .email-preview-block .sign-text {
  line-height: 3px;
}

.email-editor-text-format-btn{
  cursor: pointer;
    padding: 0 8px 0 4px;
    font-size: .6875rem;
    background-color: #fef4c8 !important;
    border-radius: 4px;
    border: none;
}

.email-editor-text-format-btn:hover{
  background-color:#fff;
}

.email-editor-text-format-btn.red{
  color:#dc3545;
}

.email-editor-text-format-btn.green{
  color:#38a830;
}

.email-editor-text-format-btn.blue{
  color:#1b64ff
}

/*-------------------------------------------------------------------------------*/

/* Tags style */

.tag {
  padding: 4px 8px;
  border-radius: 0.25rem;
  font-family: 'Lato-Medium';
  font-size: 13px;
  border: none;
  margin: 0 0.3125rem 0.3125rem 0;
  display: inline-block;
  align-items: center;
}

.tag-fail {
  background-color: #f9f2f4;
  border-radius: 4px;
  margin-left: 20px;
  margin-right: 10px;
  color: #626262;
  padding: 5px 10px;
}

.tag-default {
  background-color: #e7f6f8;
  color: #17a2b8;
}

.tag-default:hover {
  background-color: #e7f3f5;
  color: #138496;
}

.tag-grey {
  background-color: #ececed70;
  color: #626262;
}

.tag-grey:hover {
  background-color: #eaeaeb90;
  color: #333333;
}

.tag-orange {
  background-color: #fcb95110;
  color: #fb8e00;
}

.tag-orange:hover {
  background-color: #fcb95120;
  color: #e0a800;
}

.tag-blue {
  background-color: #007bff10;
  color: #007bff;
}

.tag-blue:hover {
  background-color: #0069d920;
  color: #0069d9;
}

.tag-green {
  background-color: #28a74510;
  color: #28a745;
}

.tag-green:hover {
  background-color: #21883820;
  color: #218838;
}

.tag-red {
  background-color: #dc354510;
  color: #dc3545;
}

.tag-red:hover {
  background-color: #c8233320;
  color: #926065;
}

.tag-white {
  color: #626262;
  border-radius: 4px;
  font-family: 'lato-Medium';
  background-color: #fff;
  border: 1px solid #f0f0f0;
}

.tag-white:hover {
  color: #333;
  background-color: #e2e6ea;
}

.tag-field-wrapper {
  position: relative;
}

.c-tag-input {
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #e9e7ea;
  min-height: 40px;
  padding-left: 0.3rem;
  color: #9b9b9b;
  font-size: 14px;
  font-family: 'Lato-medium';
  position: relative;
}

.c-tag-input .ng2-tag-input {
  padding: 0 !important;
  border: none !important;
}

.c-tag-input .ng2-tag-input .ng2-tags-container {
  align-items: center !important;
}

.c-tag-input .ng2-tag-input .ng2-tags-container .tag-wrapper {
  height: 100% !important;
  align-items: center !important;
}

.c-tag-input .ng2-tag-input .ng2-tags-container delete-icon {
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  transition: all 0.1s;
}

.c-tag-input .ng2-tag-input .ng2-tags-container delete-icon:hover {
  -webkit-transform: scale(1.1) translateZ(-2px) translateY(0px) !important;
  transform: scale(1.2) translateZ(-2px) translateY(0px) !important;
}

.c-tag-input .ng2-tag-input .ng2-tags-container delete-icon svg {
  width: 12px !important;
  color: #626262 !important;
}

.c-tag-input .ng2-tag-input tag {
  border-radius: 4px;
  background-color: #f1fbff;
  font-size: 12px;
  color: #626262;
  font-family: 'Poppins-medium';
}

.c-tag-input .ng2-tag-input tag:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: #d9edf5 !important;
}

.ng2-dropdown-menu {
  width: 456px !important;
  max-height: 250px !important;
  transition: all 0s !important;
  border-radius: 0 !important;
  animation-duration: '0ms' !important;
  padding: 0 !important;
  box-shadow: 0 0 0.375rem 0 rgba(214, 214, 214, 0.5) !important;
  border-color: #e5e5e5 !important;
  position: absolute !important;
  left: calc(50% - 228px) !important;
}

.ng2-dropdown-menu .ng2-menu-item--selected {
  background: #f1fbff !important;
}

/* ------------------------------------------------------------------------------- */

/*------------------------------- Sidebar-Profile -------------------------------- */

.sidebar-profile {
  height: 100%;
  background: #ffffff;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #f0f0f0;
}

/* sidebar-profile-details */
.sidebar-profile .header-block {
  border-bottom: 1px solid #f0f0f0;
  padding: 1.25rem;
  position: relative;
  height: 17rem;
}

.sidebar-profile .header-block .text-align {
  margin-bottom: -3px;
  margin-top: -1px;
}

/* Profile Icon */
.sidebar-profile .header-block .profile-icon {
  color: #ffffff;
  font-size: 0.875rem;
  text-align: center;
  border-radius: 4px;
  width: 2.625rem;
  height: 2.625rem;
  background: #1b64ff;
  font-weight: 700;
  padding-top: 10px;
}

/* Contact-Details */

.sidebar-profile .contact-details-block {
  overflow-y: auto;
  -webkit-height: calc(100% - 17rem);
  -moz-height: calc(100% - 17rem);
  height: calc(100% - 17rem);
  padding: 1.25rem;
  font-size: 14px;
}

.sidebar-profile
  .contact-details-block
  .details-action-container
  input.form-control {
  height: 32px;
  line-height: 32px;
  width: 90%;
  padding: 0;
  border: 1px solid transparent;
  transition: all 0.2s;
}

.sidebar-profile
  .contact-details-block
  .details-action-container
  input.form-control:disabled {
  background: #fff;
}

.sidebar-profile .contact-details-block .details-action-container .edit-action,
.sidebar-profile .contact-details-block .details-action-container .save-action {
  display: none;
}

.sidebar-profile
  .contact-details-block
  .details-action-container:hover
  input.form-control {
  background-color: #f1fbff;
  cursor: default;
  padding: 0 0.375rem;
}

.sidebar-profile
  .contact-details-block
  .details-action-container:hover
  .edit-action {
  display: block;
  cursor: pointer;
}

.sidebar-profile
  .contact-details-block
  .details-action-container
  input.form-control.focus {
  border: 1px solid #d8d8d8;
  padding: 0 0.375rem;
  cursor: text;
  background: #fff;
  height: 2.25rem;
  margin-top: 5px;
}

/* -------------------------------------------------------------------------------*/

/* ------------------------------Activity Timeline style----------------------------*/

.activity-timeline-layout {
  padding: 1.25rem;
  margin: 0.625rem;
  background-color: #fff;
}

.activity-timeline-layout .show-account-activity {
  position: relative;
  top: -0.125rem;
}

.activity-timeline-layout .show-account-activity input {
  position: absolute;
  left: -0.4rem;
  top: 0.0625rem;
  z-index: 99999;
  opacity: 0;
  cursor: pointer;
}

.activity-timeline-layout
  .show-account-activity
  input:checked
  + .checkbox-checked {
  width: 1.125rem;
  height: 1.125rem;
  background-image: url('/dist/assets/img/icon-checkbox-checked.svg');
  border: none;
}

.activity-timeline-layout .show-account-activity .checkbox-checked {
  position: absolute;
  left: -0.5rem;
  top: -0.125rem;
  width: 1.125rem;
  height: 1.125rem;
  border: 0.0625rem solid #439cd6;
  border-radius: 0.1875rem;
}

.activity-timeline-layout .show-account-activity .checkbox-title {
  display: block;
  margin-left: 1.625rem;
  font-family: 'Lato-Regular';
  font-size: 0.875rem;
  color: #333;
  line-height: 1;
  margin-top: -1.5rem;
}

.activity-timeline-layout {
  padding-left: 1.563rem;
  padding-right: 1.563rem;
}

.activity-timeline-layout .timeline-item {
  position: relative;
  padding: 1.25rem 0 0.3125rem 1.25rem;
}

.activity-timeline-layout .timeline-item:last-child {
  padding-bottom: -0.75rem;
}

.activity-timeline-layout .timeline-item:before {
  content: '';
  position: absolute;
  top: 0.125rem;
  left: 0;
  height: 100%;
  width: 0.0625rem;
  background-color: #d6d6d6;
}

.activity-timeline-layout .check-box-margin-fix {
  margin-left: -8px;
}

.activity-timeline-layout .timeline-item .message {
  position: relative;
  margin-bottom: 0.4375rem;
  font-size: 14px;
  color: #626262;
  font-family: 'Lato-Semibold';
}

.activity-timeline-layout .timeline-item .message .badge {
  display: inline-flex;
  position: absolute;
  top: -0.125rem;
  left: -2.125rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 100%;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.activity-timeline-layout .timeline-item .message .badge.badge-purple {
  background-color: #8d65d7;
}

.activity-timeline-layout .timeline-item .message .badge.badge-red {
  background-color: #f5706c;
}

.activity-timeline-layout .message .badge.badge-green {
  background-color: #0ecf90;
}

.activity-timeline-layout .message .badge.badge-linkedin {
  background-color: #007bb6;
}

.activity-timeline-layout .message .badge.badge-twitter {
  background-color: #439cd6;
}

.activity-timeline-layout .timeline-item .message .form-control {
  display: block;
  width: 400px;
  min-height: 100px;
  max-height: 100px;
  padding: 5px;
  margin: 10px 0px;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #e9e7ea;
  border-radius: 0.25rem;
}

.activity-timeline-layout .timeline-item .message .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.activity-timeline-layout .timeline-item .message button {
  padding: 0.3125rem 1.25rem;
  font-family: 'Poppins-Medium';
  font-size: 0.75rem;
  color: #fff;
  border-radius: 1.875rem;
  border: none;
  background-color: #338ef9;
  cursor: pointer;
}

.activity-timeline-layout .timeline-item .message a {
  color: #1b64ff;
  text-decoration: underline;
}

.activity-timeline-layout .timeline-item .message strong {
  font-family: 'Lato-Bold';
}

.activity-timeline-layout .timeline-item .details {
  margin-bottom: 0;
  font-family: 'Lato-Regular';
  font-size: 0.75rem;
  color: #828282;
  -webkit-font-smoothing: antialiased;
}

/* -------------------------------------------------------------------------------*/

/* -------------------------- custom select design ----------------------*/

.custom-select {
  display: block;
  padding: 0;
  background: none;
  height: 100%;
  border: 0;
}

.custom-select .select2-container {
  width: 100% !important;
  min-height: 36px;
}

.select2-dropdown {
  padding: 0.25rem 0;
  border: 0;
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0.375rem 0 rgba(214, 214, 214, 0.5);
  box-shadow: 0 0 0.375rem 0 rgba(214, 214, 214, 0.5);
  border: 1px solid #ced4da;
}

.select2-dropdown .select2-results .select2-results__option {
  font-size: 14px;
  font-family: 'Lato-Regular';
  color: rgb(51, 51, 51);
  padding: 0.625rem 1rem !important;
}

.select2-dropdown
  .select2-results
  .select2-results__option[aria-selected='true'] {
  background: #f1fbff !important;
}

.select2-dropdown .select2-results .select2-results__option--highlighted {
  background: #f1fbff;
}

.select2-dropdown .select2-results .select2-results__option:hover {
  background: #f1fbff;
}

.custom-select .select2-container--default .select2-selection--single {
  height: 2.25rem;
  border-color: #e9e7ea;
  outline: none;
}

.select2-container--default.select2-container .select2-selection--multiple {
  border: 1px solid #e9e7ea;
  outline: 0;
  min-height: 100%;
  font-size: 13px;
  min-height: 2.25rem;
  line-height: 24px;
}

.custom-select-without-b {
  border: 1px solid transparent !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 36px;
  padding-left: 10px;
  font-family: 'Lato-regular';
  font-size: 14px;
  color: #9b9b9b;
}

.custom-select
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 36px;
  right: 15px;
}

.custom-select .select2-selection__clear {
  display: none;
}

.custom-select
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #c2c2c2 transparent transparent transparent;
  border-width: 5px 5px 0px 5px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #f1fbff;
  color: #626262;
  border-radius: 4px;
  border: none;
  cursor: default;
  float: left;
  white-space: normal;
  font-size: 14px;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 7px;
  font-family: 'Lato-Medium';
}

.select2-container
  .select2-selection__rendered
  > *:first-child.select2-search--inline {
  width: 100% !important;
}

.select2-container
  .select2-selection__rendered
  > *:first-child.select2-search--inline
  .select2-search__field {
  width: 100% !important;
}

/* ------------------------------------------------------------------------*/

/* ********************** End of common styling blocks *************************** */

/*----------------------------- Sequence individual styles --------------------------*/

.days-input-width {
  width: 5rem;
}

.note {
  background-color: #e2f6fb;
  border-radius: 4px;
  padding: 12px;
  line-height: 18px;
  color: #333;
}

.notAllowedBtn {
  cursor: not-allowed;
}

.disableBtn {
  pointer-events: none;
}

.disableActionBtn {
  cursor: default !important;
  opacity: 0.7;
}

.disable-confirm-button {
  opacity: 0.7;
  cursor: default !important;
  pointer-events: none;
}

.emailcontainer-name {
  display: none;
}

/*---------------------------------------------------------------------------------*/

.w-250px {
  width: 350px;
}

.w-35px {
  width: 35px;
  height: 100%;
}

.status-icon-active {
  color: #333;
}

.status-icon-inactive {
  color: #d6d6d6;
}

.select2-selection__choice__remove {
  float: right;
  margin-left: 5px;
}

.capitalize-text {
  text-transform: capitalize;
}

/* ----------------------------- Prospects Page ---------------------------------*/

.prospect-individual-wrapper {
  position: relative;
  height: calc(100% - 3.75rem);
  width: 100%;
}

.prospect-individual-wrapper .c-tab-pane {
  height: 100%;
}

.prospect-individual-wrapper .wrap-data {
  overflow-y: auto;
  -webkit-height: calc(100% - 54px);
  -moz-height: calc(100% - 54px);
  height: calc(100% - 54px);
}

/*Email-Details-Layout*/

.email-layout-content {
  padding: 1rem;
  width: 100%;
}

.email-layout-content .email-title-bar {
  background-color: #feffe6;
  height: 2.5rem;
  align-items: center;
  padding: 0 1rem;
}

.email-layout-content .email-title-bar-status-block .icon {
  position: relative;
}

.email-layout-content .email-title-bar-status-block .icon .notification-icon {
  position: absolute;
  font-size: 12px;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #333;
  line-height: 15px;
  margin-left: -26px;
  margin-top: -4px;
  vertical-align: middle;
  text-align: center;
  border-radius: 100%;
  background-color: #fff;
}

.email-layout-content .media-block {
  align-items: center;
}

.email-layout-content .content-block {
  font-size: 14px;
  margin-top: 20px;
  padding: 15px;
  color:#363636;
}

.email-layout-content .author-block p {
  line-height: 18px;
  font-size: 14px;
}

/* -------------------------------Email Editor Modal -----------------------------------
/*Header*/
.email-editor-modal .modal-header {
  width: 100%;
  height: 3.125rem;
  padding: 9px 15px;
  background-color: #e4e5e6;
  border-bottom: 1px solid #e5e5e5;
  align-items: center;
  border-radius: 0;
}

/*Notofication Bar*/
.email-editor-modal-notification-bar {
  height: 2.5rem;
  display: none;
  line-height: 2.5rem;
  text-align: center;
  font-size: 14px;
  background-color: #feffe6;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #d6d6d6;
  display: none;
}

/*Modal Body*/
.email-editor-modal .modal-body {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border: none;
  background-color: #ffffff;
}

.email-editor-modal .modal-body .emailcontainer-to {
  display: none;
}

/*Modal Body Email Editor Block*/
.email-editor-modal .modal-body .email-editor-block {
  width: 40rem;
  z-index: 2;
  position: relative;
  transition: all 0.4s;
}

.email-editor-modal .modal-body .collapse-email-editor-block {
  width: 37rem;
}

.email-editor-modal .modal-body .email-editor-block .preview-btn {
  position: absolute;
  width: 28px;
  height: 28px;
  background: #1b64ff;
  line-height: 16px;
  border-radius: 10rem;
  color: #fff;
  font-size: 14px;
  text-align: center;
  right: -14px;
  padding-top: 6px;
  top: 14.5rem;
  cursor: pointer;
  z-index: 9;
}

.email-editor-modal .modal-body .email-editor-block .c-blue-button {
  position: absolute;
  bottom: 9px;
  right: 15px;
}

/*Type Block*/
.email-editor-modal .modal-body .email-editor-block .type-block {
  height: 40px;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}

.email-editor-modal .modal-body .email-editor-block .type-block .type {
  width: 100px;
  padding-left: 1rem;
  color: #333;
  font-family: 'Lato-Medium';
}

/*Subject Block Templates Search*/
.email-editor-modal
  .modal-body
  .email-editor-block
  .subject-block
  .search-block {
  height: 50px;
  background-color: #f5f5f5;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

.email-editor-modal
  .modal-body
  .email-editor-block
  .subject-block
  .search-block
  .search {
  position: relative;
  color: #9b9b9b;
  font-size: 14px;
  margin: 8px;
  border-radius: 5rem;
}

.email-editor-modal
  .modal-body
  .email-editor-block
  .subject-block
  .search-block
  .search
  input {
  width: 100%;
  height: 32px;
  background: #fff;
  border-radius: 5rem;
  border: 1px solid #d6d6d6;
  text-indent: 28px;
}

.email-editor-modal
  .modal-body
  .email-editor-block
  .subject-block
  .search-block
  .search
  .fa-search {
  position: absolute;
  top: 10px;
  left: 10px;
}

.email-editor-modal
  .modal-body
  .email-editor-block
  .subject-block
  .template-list {
  height: 180px;
  overflow: auto;
}

.email-editor-modal
  .modal-body
  .email-editor-block
  .subject-block
  .template-list
  .template {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0px 0px 10px;
}

.email-editor-modal
  .modal-body
  .email-editor-block
  .subject-block
  .template-list
  .template
  p {
  line-height: 5px;
}

.email-editor-modal
  .modal-body
  .email-editor-block
  .subject-block
  .template-list
  .template:last-child {
  border-bottom: none !important;
}

/*Subject Block Templates List*/
.email-editor-modal .modal-body .email-editor-block .subject-block input {
  height: 40px;
  width: 290px;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  font-family: 'lato-medium';
  color: #626262;
  font-size: 14px;
  outline: 0;
}

.email-editor-modal .modal-body .email-editor-block .templates {
  width: 80px;
  padding-left: 1rem;
  color: #333;
}

.email-editor-modal .modal-body .email-editor-block .body-block {
  padding: 0;
  font-size: 0.875rem;
  line-height: 24px;
}

/*Footer*/

.email-editor-modal .modal-footer .footer-icons .editor-icon {
  font-size: 1rem;
  color: #626262;
  width: 2rem;
  height: 2rem;
  line-height: 28px;
  text-align: center;
  height: 2rem;
  border-radius: 4px;
  margin-left: 5px;
  border: 1px solid transparent;
}

.email-editor-modal .modal-footer .footer-icons .editor-icon:hover,
.email-editor-modal .modal-footer .footer-icons .editor-icon.active {
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  margin-left: 5px;
  color: #333;
}

.email-editor-modal .modal-footer .footer-icons .editor-icon .search-block {
  height: 40px;
  background-color: #f5f5f5;
  align-items: center;
  padding-left: 10px;
  padding-top: 20px;
  font-family: 'Lato-Semibold';
  font-size: 12px;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

.email-editor-modal
  .modal-footer
  .footer-icons
  .editor-icon
  .search-block
  .search {
  position: relative;
  color: #9b9b9b;
  font-size: 14px;
  margin: 8px;
  border-radius: 5rem;
}

.email-editor-modal
  .modal-footer
  .footer-icons
  .editor-icon
  .search-block
  .search
  input {
  width: 100%;
  height: 32px;
  background: #fff;
  border-radius: 5rem;
  border: 1px solid #d6d6d6;
}

.email-editor-modal
  .modal-footer
  .footer-icons
  .editor-icon
  .search-block
  .search
  input {
  text-indent: 28px;
}

.email-editor-modal
  .modal-footer
  .footer-icons
  .editor-icon
  .search-block
  .search
  .fa-search {
  position: absolute;
  top: 10px;
  left: 10px;
}

.email-editor-modal .modal-footer .footer-icons .editor-icon .template-list {
  height: 180px;
  overflow: auto;
}

.email-editor-modal
  .modal-footer
  .footer-icons
  .editor-icon
  .template-list
  .template {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0px 0px 10px;
}

.email-editor-modal
  .modal-footer
  .footer-icons
  .editor-icon
  .template-list
  .template
  p {
  line-height: 5px;
}

.email-editor-modal
  .modal-footer
  .footer-icons
  .editor-icon
  .template-list
  .template:last-child {
  border-bottom: none !important;
}

.email-editor-modal .modal-footer .footer-icons .editor-icon .meeting-book {
  padding: 1rem;
  width: 300px;
}

.email-editor-modal
  .modal-footer
  .footer-icons
  .editor-icon
  .meeting-book
  .title {
  align-items: center;
}

.email-editor-modal
  .modal-footer
  .footer-icons
  .editor-icon
  .meeting-book
  .select-radio-btns
  input {
  align-items: center;
  padding-left: 1rem;
}

/*Email Preview Block*/
.email-editor-modal .modal-body .email-preview-block {
  background-color: #fbfcfe;
  border-left: 1px solid #e5e5e5;
  position: absolute;
  left: 0;
  height: 100%;
  width: 24.95rem;
  z-index: 1;
  padding: 0;
  transition: all 0.4s;
}

.email-editor-modal .modal-body .email-preview-block.expand-preview-block {
  left: 37rem;
}

/*Preview Header Block*/
.email-editor-modal .modal-body .email-preview-block .preview-header-block {
  align-items: center;
  height: 35px;
  padding: 0 10px;
}

/*Preview Body Block*/
.email-editor-modal .modal-body .email-preview-block .preview-body-block {
  padding: 15px 20px 0 20px;
  word-wrap: break-word;
  height: calc(100% - 60px);
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0.875rem;
  line-height: 24px;
  color: #626262;
  margin: 7px 0;
}

.email-editor-modal
  .modal-body
  .email-preview-block
  .preview-body-block
  .file-div {
  background-color: #f5f5f5;
  border: 1px solid #dcdcdc;
  margin: 0;
  overflow-y: hidden;
  padding: 5px 8px 4px 8px;
  max-width: 448px;
  font-size: 12px;
  font-family: 'Lato-Bold';
  color: #626262;
}

/*Email Preview Block*/
.email-editor-modal .modal-body .email-preview-block {
  background-color: #fbfcfe;
  border-left: 1px solid #e5e5e5;
  position: absolute;
  left: 0;
  height: 100%;
  width: 24.95rem;
  z-index: 1;
  padding: 0;
  transition: all 0.4s;
}

.email-editor-modal .modal-body .email-preview-block.expand-preview-block {
  left: 37rem;
}

/*Preview Header Block*/
.email-editor-modal .modal-body .email-preview-block .preview-header-block {
  align-items: center;
  height: 35px;
  padding: 0 10px;
}

/*Preview Body Block*/
.email-editor-modal .modal-body .email-preview-block .preview-body-block {
  padding: 15px 20px 0 20px;
  word-wrap: break-word;
  height: calc(100% - 60px);
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0.875rem;
  line-height: 24px;
  color: #626262;
  margin: 7px 0;
}

.email-editor-modal .modal-body .email-preview-block .preview-body-block .file-div {
  background-color: #f5f5f5;
  border: 1px solid #dcdcdc;
  margin: 0;
  overflow-y: hidden;
  padding: 5px 8px 4px 8px;
  max-width: 448px;
  font-size: 12px;
  font-family: 'Lato-Bold';
  color: #626262;
}

.email-editor-modal .modal-body .email-preview-block .preview-body-block p {
  color: #626262;
  line-height: 22px;
  font-size: 14px;
}

/*Preview Sign Block*/
.email-editor-modal .modal-body .email-preview-block .preview-sign-block {
  align-items: center;
  padding: 0 15px;
  margin-top: 0;
}

.email-editor-modal .modal-body .email-preview-block .sign-text {
  line-height: 3px;
}

/*--------------------------------------------------------------------------------*/

/* ------------------------------filter bar-------------------------------------- */

.filter-bar {
  background-color: #f5f5f5;
  width: 100%;
  padding: 0.375rem;
  align-content: center;
  text-align: center;
  flex-shrink: 0;
  border-bottom: 1px solid #e5e5e5;
}

.filter-tag-white {
  display: inline-flex;
  align-items: center;
  color: #626262;
  background-color: #f1fbff;
  border: 1px solid #d6d6d6;
  padding: 4px 7px;
  font-family: 'Poppins-medium';
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 0.3125rem;
  margin-top: 0.3125rem;
  white-space: nowrap;
  overflow: hidden;
  max-width: 250px;
  text-overflow: ellipsis;
}

.filter-tag-white:hover {
  color: #333;
  background-color: #d9edf5;
}

.filter-tag-close-icon {
  color: #9b9b9b;
  cursor: pointer;
}

.filter-tag-close-icon:hover {
  color: #333;
  cursor: pointer;
}

.filter-bar .filter-tag-white {
  margin-top: 0;
}

/*-------------------------------------------------------------------------------*/

/* -------------------------- settings page --------------------------------------*/

.page-settings {
  overflow-y: auto;
  height: 100%;
}

.page-settings .btn-file {
  position: relative;
}

.page-settings .btn-file [type='file'] {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.page-settings .settings-body {
  padding: 1.25rem;
  margin: 0;
}

.page-settings .settings-header {
  font-family: 'Poppins-Medium';
  color: #333;
  font-size: 1.125rem;
  padding: 10px 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.page-settings .settings-sub-header {
  font-family: 'Poppins-Medium';
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 12px;
  height: 30px;
  display: flex;
  align-items: center;
  color: #626262;
}

.page-settings .settings-sub-header i {
  margin-right: 5px;
}

.page-settings label {
  font-family: 'Lato-Medium';
  font-size: 0.875rem;
  color: #333;
  margin-bottom: 5px;
}

.page-settings .form-control {
  height: 36px;
  padding: 8px;
  font-family: 'Lato-Regular';
  color: #9b9b9b;
  font-size: 0.875rem;
  border-color: #e9e7ea;
}

.page-settings .form-control:focus {
  color: #626262;
}

.page-settings settings-body .form-group {
  margin-bottom: 25px !important;
}

/* white-grey list */

.custom-list-menu .custom-list {
  min-height: 42px;
  padding: 0 1.25rem;
  font-size: 14px;
  border: none;
}

.custom-list-menu .custom-list:nth-child(odd) {
  background-color: #fbfbfb;
}

/* Mailbox */

.page-settings .mailbox .card {
  border: 0;
  border-radius: 0;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.page-settings .mailbox .note-toolbar-wrapper {
  height: 100%;
}

/* -------------------------------- Others css style ----------------------------- */

.hover-effect{
  cursor: pointer;
}
.time-input-width-fix {
  width: 118px;
}

.w-50px {
  width: 50px;
}

.table-link-tag {
  color: #094ad6;
  background-color: #fff;
}

.table-link-tag:hover {
  color: #0069d9;
  background-color: #f5f6f7;
}




.custom-control-label::after {
  top: 0.125rem;
}
.custom-control-label::before {
  top: 0.125rem;
}

/* Tasks -Page */
.tasks-tab-number-default {
  background: #f5f9fa;
  border-radius: 4px;
  font-family: Lato-Bold;
  font-size: 12px;
  color: #1b64ff;
  letter-spacing: 0.28px;
  padding: 1px 3px;
}

.tasks-tab-number-due {
  background: #f5706c;
  border-radius: 4px;
  font-family: Lato-Bold;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.28px;
  padding: 1px 3px;
}

.tasks-tomezone-btn {
  background-color: #1b64ff;
  font-size: 14px;
  color: #fff;
  height: 34px;
  padding: 0px 8px;
  border-radius: 0.25rem;
}

.tasks-time {
  position: absolute;
  font-family: 'Lato-Bold';
  font-size: 10px;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.375rem;
  bottom: -8px;
  right: -12px;
  vertical-align: middle;
  text-align: center;
  border-radius: 100%;
  background-color: #fff;
  text-transform: lowercase;
}

.tasks-time.today {
  border: 0.0625rem solid #c39839;
  color: #c39839;
}

.tasks-time.due {
  border: 0.0625rem solid #dc3545;
  color: #dc3545;
}

.tasks-time.upcoming,
.tasks-time.completed {
  border: 0.0625rem solid #28a745;
  color: #28a745;
}

.tasks-time.skipped {
  border: 0.0625rem solid #007bff;
  color: #007bff;
}

/* Dashboard */

/*Tasks Container*/

.task-container {
  background-color: #fff;
  height: 100%;
}

.task-header {
  align-items: center;
  height: 60px;
  border-bottom: 1px solid #e5e5e5;
}

/*Dashboard Tasks CSS*/

.table-email-task-icon {
  border: 0.0625rem solid #e5e5e5;
  color: #f5706c;
}

.table-call-task-icon {
  border: 0.0625rem solid #e5e5e5;
  color: #0fce90;
}

.table-linkedin-task-icon {
  border: 0.0625rem solid #e5e5e5;
  color: #007bb6;
}

.table-twitter-task-icon {
  border: 0.0625rem solid #e5e5e5;
  color: #439cd6;
}

.table-general-task-icon {
  border: 0.0625rem solid #e5e5e5;
  display: inline-block;
}

.table-style.table-border-bottom tbody tr td {
  border-bottom: 1px solid #ecebf0;
}

/* Transitions */
.transition-container {
  transition: all 0.2s;
}

.c-textarea {
  font-size: 0.875rem;
  color: #9b9b9b;
  font-family: Lato-regular;
  padding: 15px;
  height: 6.875rem !important;
  resize: none;
}

.modal-bg-add {
  background-color: #62626280;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

#modalCloseConfirm {
  background-color: #62626280;
}

.stat-number {
  display: none;
}

.stats-block:hover .stat-number {
  display: block;
  transition: all 0.3s ease-in;
}

.stats-block:hover .stat-percentage {
  display: none;
  transition: all 0.3s ease-out;
}

.bc-red {
  border-color: #fa7072;
}

.dropdown-max-height {
  max-height: 225px;
  overflow: auto;
}

.td-transition {
  transition: all 0.2s;
}

/* Dropdown Icon */
.dropdown-icon {
  width: 1.75rem;
  height: 1.75rem;
  text-align: center;
  border-radius: 4px;
  color: #9b9b9b;
  font-size: 12px;
  line-height: 1.75rem;
}

.dropdown-icon:hover {
  background-color: #f5f5f5;
}

.ng2-tag-input {
  padding: 0 !important;
  border: 0 !important;
}

.ng2-tags-container {
  display: inline-flex !important;
  align-items: center !important;
}

/* .ng2-tags-container input {
  display: none !important;
} */

.ng2-tags-container tag {
  font-family: 'Lato-Medium' !important;
  font-size: 13px !important;
  letter-spacing: 0.02rem !important;
  border-radius: 4px !important;
  padding: 0 6px !important;
  height: 28px !important;
  line-height: 28px !important;
  cursor: pointer !important;
  position: relative !important;
  background-color: #f0f0f0 !important;
  color: #333 !important;
  border: 1px solid #fafafa;
}

.ng2-tags-container tag:hover {
  box-shadow: none !important;
  border: none !important;
  padding: 0 6px !important;
  border: 1px solid #fafafa !important;
  background: #f0f0f0 !important;
  color: #333 !important;
  -webkit-box-shadow: none !important;
}

.time-popup .form-control {
  display: block;
  width: 6.25rem;
  height: 2.125rem;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #626262;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.c-label {
  display: block;
  font-family: 'Lato-Medium';
  font-size: 0.875rem;
  color: #333;
}

.c-input {
  font-family: 'Lato-Regular' !important;
  color: #626262 !important;
  font-size: 0.875rem !important;
}

.info-box {
  background-color: #f5faff;
  color: #136fd6;
  padding: 10px !important;
  border-radius: 0.25rem;
  font-size: 13px;
}

.settings-block-space {
  height: 30px;
}
.settings-block-space-md {
  height: 15px;
}

.description {
  font-size: 14px;
  color: #9b9b9b;
  line-height: 20px;
}

.c-sub-header-icon {
  font-size: 14px;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 5rem;
}

.default {
  color: #9b9b9b;
  background-color: #fafafa;
}

.purple {
  color: #8c66d7;
  background-color: #f9f7fd;
}

.blue {
  color: #1b64ff;
  background-color: #edf1f950;
}

.green {
  color: #0fce90;
  background-color: #0fce9010;
}

.red {
  color: #f5706c;
  background-color: #f5706c05;
}

.grey-info-bar {
  padding: 15px;
  background-color: #fafafa;
  border-radius: 4px;
  margin: 10px 0;
}
.d-block-imp {
  display: block !important;
}

.d-none-imp {
  display: none !important;
}

.input-200{
  min-width: 300px;
}






/* ***************************************************************************************** */
/* Media queries */

/* Common */ 

@media screen and (max-width: 992px) {

  /* basic styles */
  .c-blue-button {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  .c-circular-button {
    display:block;
  }

  .content.content-has-sidebar-right .hd-wtew-992{
    display: none !important;
  }

  /* header */

  .content.content-has-sidebar-right .navbar-top .page-sub-title {
    max-width: 100px !important;
  }

  .content.content-has-sidebar-right .navbar-top .user-account-icon .user-img {
    width:30px !important;
    height:30px !important;
  }

  .content.content-has-sidebar-right .navbar-top .list-unstyled-2 {
    padding-left:0 !important;
  }
}


/*Calendar CSS*/















/* Dashboard */

.h-992 {
  display: table-cell;
}

.s-992 {
  display: none;
}

@media screen and (max-width: 1128px) {
  .content.content-has-sidebar-right .dashboard-wrapper.has-live-feed .dasboard-list-container{
    display:none;
  }
}

@media screen and (min-width: 1128px) and (max-width: 1238px) {
  .content.content-has-sidebar-right .dashboard-wrapper.has-live-feed .h-992 {
    display: none;
  }
  
  .content.content-has-sidebar-right .dashboard-wrapper.has-live-feed .s-992 {
    display: table-cell;
  }
}

/* sequence list */

.slist-stats1 {
  display: table-cell;
}

.slist-stats2 {
  display: none;
}

.h-data-992 {
  display:none;
}

@media only screen and (max-width: 1200px) {
  .content.content-has-sidebar-right .sequence-list-page .status-text {
    margin-right: 25px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .content.content-has-sidebar-right .slist-stats1 {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .slist-stats2 {
    display: table-cell;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1128px){
  .slist-stats2 {
    display: table-cell;
  }

  .content.content-has-sidebar-right .slist-stats2 {
    display: none;
  }

  .content.content-has-sidebar-right .slist-stats1 {
    display: none;
  }
}

@media only screen and (min-width: 1129px) {
  .content.content-has-sidebar-right .slist-stats2 {
    display: none;
  }
}

@media only screen and (min-width: 1429px) {
  .content.content-has-sidebar-right .slist-stats1 {
    display: table-cell;
  }

  .content.content-has-sidebar-right .slist-stats2 {
    display: table-cell;
  }
}

/* sequence-steps */

@media only screen and (max-width: 866px) {
  .content.content-has-sidebar-right .sequence-step-page .stats-wrapper {
    justify-content: left !important;
  }

  .steps-text {
    max-width: 100px;
  }
  .content.content-has-sidebar-right .steps-text {
    max-width: 50px;
  }
}

@media only screen and (min-width: 867px) and (max-width: 992px) {
  .steps-text {
    max-width: 150px;
  }
  .content.content-has-sidebar-right .steps-text {
    max-width: 100px;
  }
}

@media only screen and (max-width: 1128px) {

  .content.content-has-sidebar-right .all-steps-stats {
    display: none !important;
  }

  .content.content-has-sidebar-right .step-stats-buttons-block {
    display: none;
  }
}

@media only screen and (min-width: 1129px) and (max-width:1200px){
  .steps-text {
    max-width: 200px;
  }
  .content.content-has-sidebar-right .steps-text {
    max-width: 110px;
  }

  .content.content-has-sidebar-right .steps-time {
    display: none;
  }
}


@media only screen and (max-width:1200px) {
  .content.content-has-sidebar-right .steps-nav {
    display: none;
  }
}

@media only screen and (min-width: 1201px) and (max-width:1325px){
  .steps-text {
    max-width: 200px;
  }
  .content.content-has-sidebar-right .steps-text {
    max-width: 150px;
  }
}

@media only screen and (min-width:1326px){
  .steps-text {
    max-width: 250px;
  }
}

/* sequence Email */

@media screen and (max-width:867px) {
  .content.content-has-sidebar-right .semail-owner-icon {
    display: none;
  }
}

@media screen and (max-width:927px) {
  .semail-action-icons {
    display: none;
  }
}

@media screen and (max-width:958px) {
  .semail-status {
    display: none;
  }
}

@media screen and (max-width:970px) {
  .content.content-has-sidebar-right .semail-date {
    display: none;
  }
}


@media screen and (min-width:971px) {
  .content.content-has-sidebar-right .semail-date {
    display: table-cell;
  }
}

@media screen and (min-width:928px) and (max-width:992px) {
  .semail-action-icons {
    display: table-cell;
  }
}

@media screen and (max-width:1128px) {
  .content.content-has-sidebar-right .sequence-emails .v-steps-navbar{
    display: none;
  }
}

@media screen and (max-width:1279px) {
  .semail-email-text {
    max-width: 8rem;
  }

  .content.content-has-sidebar-right .semail-action-icons {
    display: none;
  }
}

@media screen and (min-width:1280px) {
  .semail-email-text {
    max-width: 8rem;
  }

  .content.content-has-sidebar-right .semail-action-icons {
    display: table-cell;
  }
}

@media screen and (max-width:1332px) {
  .content.content-has-sidebar-right .semail-status {
    display:none;
  }
}

/* Sequence calls */

@media screen and (max-width:1128px) {
  .content.content-has-sidebar-right .sequence-calls .v-steps-navbar{
    display: none;
  }
}


/* Sequence Settings */

@media screen and (max-width:800px) {
  .content.content-has-sidebar-right .sequence-settings .wrapper .form-control.input-lg {
    width: 17.5rem !important;
  }
}




