body {
    font-family: "Inter";
    color: #505860;
}
.width-100 {
  width: 100% !important;
}
.padding-0 {
  padding: 0 !important;
}
.margin-0 {
  margin: 0 !important;
}
.padding-15 {
  padding: 15px;
}

.padding-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.margin-b-20 {
  margin-bottom: 20px;
}

.margin-tb-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.margin-tb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.margin-b-10 {
  margin-bottom: 10px;
}

.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-lg {
  width: 800px;
}

@media only screen and (max-width: 600px) {
  .modal:before {
    height: 25%;
  }
}

@media (min-width: 768px) {
  .navbar-toggler {
    display: none;
  }
  .modal-width-600 {
    width: 600px;
  }
}

.modal-header {
  border-bottom: 1px solid #f0f0f0;
}

.modal-body {
  padding: 20px 47px;
  /*height: 60vh;*/
  max-height: 60vh;
  overflow: auto;
}

.modal-footer {
  margin-right: 15px;
  padding: 10px 20px 20px;
  display: block;
  text-align: right;
}

.modal-body .form-group {
  margin-bottom: 15px;
}

.modal-body .form-group:last-child {
  margin-bottom: 0;
}

.price-table-head-title {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.form-group {
  margin-bottom: 20px;
}

.text-right {
  text-align:right;
}
.text-center {
  text-align:center;
}
.small {
  font-size:12px;
  padding: 10px;
}

/*chat*/
.mt-comment-img {
  width: 40px;
  float: left;
}

.mt-comment-body {
  position: relative;
  overflow: hidden;
  padding-left: 15px;
}

.pull-right {
  float: right;
}

/*.mt-comment-date{
	float: right;
    }*/
.app-projects .overlay .btn-group {
  position: absolute;
  top: 5px;
  left: 5px;
}

span.tag_value {
  cursor: pointer;
  font-size: 14px;
}

.m-l-10 {
  margin-left: 10px;
}

.nowrap_table td,
th {
  white-space: nowrap !important;
}

.nowrap_table th {
  border: 1px solid rgb(182, 182, 182);
  background: rgb(182, 182, 182);
  position: sticky;
  top: 0;
}

/* Tailwebs changes  */

.inactiveLink {
  pointer-events: none;
  cursor: default;
}

.short-card-list-item {
  border: 1px solid #f3f1f1;
  margin: 5px;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px;
}

.hide-tags .more-tags {
  display: none;
}

.hide-tags .more-button {
  display: inline !important;
}

.more-button {
  display: none;
}

.bg-darkgrey {
  background-color: #526069 !important;
  color: white !important;
}

.bg-yellow {
  background-color: #d8c316 !important;
  color: #fff;
}

.bg-green {
  background-color: #11c26d !important;
  color: #fff;
}

.bg-black {
  background-color: black !important;
  color: white !important;
}

.custom-tags .bootstrap-tagsinput {
  box-sizing: border-box;
  height: 2.573rem;
  font-weight: 300;
  border-color: #e4eaec;
  box-shadow: none;
  transition: box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  padding: .429rem 1rem;
  font-size: 1rem;
  line-height: 1.57142857;
  color: #76838f;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e4eaec;
  border-radius: .215rem;
}

.custom-tags .bootstrap-tagsinput .tag {
  border-radius: 3px;
  padding: 2px 5px;
}

input:disabled {
  cursor: not-allowed;
}


#date_part2 .bootstrap-select .dropdown-menu>li.selected>a {
  background-color: #e6eef2 !important;
}

.tag_btn_field.btn-dark {
  color: #fff !important;
  background-color: #526069 !important;
  border-color: #526069 !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #efefef;
  border-radius: 0px;
  height: 40px;
  padding: 5px;
  width: 100%;
  max-width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #76838f;
  font-weight: 300;
}

.select2-dropdown {
  border: 1px solid #efefef;
}

.select2-container {
  width: 100% !important;
}

.shadecss {
  border: 1px solid #daddde;
  margin-top: 10px;
}

.response-minus {
  float: right;
}

.responseMainBtn {
  background-color: #3e8ef7;
  color: #fff;
  padding: 6px 8px;
  border-radius: 4px;
}

.mainbtnwraper {
  display: flex;
  justify-content: space-between;
}

.fa-times {
  color: red;
}

.responseMainBtn:hover {
  outline: 0;
  color: white;
  text-decoration: none;
}

.previewBtnlink {
  color: #2884e5;
  background-color: #ffffff;
  border-color: #f0f0f0;
  font-weight: 600;
}

.previewBtnlink:hover {
  outline: 0;
  text-decoration: none;
}

.previewBtnLinkMainDiv {
  text-align: center;
  /*
    padding: 10px;
    margin-top: 10px;
    border-radius: 4px;
    font-size: 14px;
    */
  line-height: 32px;
  text-transform: uppercase;
  border-top: 1px solid rgba(0, 0, 0, .10);
}

.inner_msg_preview_result {
  padding-left: 10px;
  padding-right: 10px;
}

.msg-limit-margin-left {
  margin-top: 7px;
  text-align: right;
}


/* Chatbot flow CSS */

.page-aside-left .page-aside+.page-main {
  margin-left: 260px;
}

.icon_vertical {
  float: right;
  margin-right: 0;
  margin-top: 5px;
}

.dropdown-menu.show a.list-group-item.list-group-item-action.active {
  display: none;
}

:focus {
  outline: none;
  /*    border-bottom: 1px solid #000;*/
}

.flowdropdown {
  position: absolute;
  will-change: transform;
  top: 0px;
  left: 0px;
  transform: translate3d(0px, -190px, 0px);
}

.btnplacebolder::placeholder {
  color: white;
}

.btnplacebolder {
  text-align: left;
}

/* Chatbot flow CSS */

.addbtnmainDiv {
  margin-top: 20px;
}

.addbtndropdown {
  position: absolute;
  will-change: transform;
  top: 0px;
  left: 0px;
  transform: translate3d(0px, -190px, 0px);
}

.submitbtnDiv {
  margin-top: 20px;
}

.panel-title {
  background: #fff !important;
  /* padding-top: 30px; */
  padding: 20px 13px;
}

.textResponseMainDiv {
  /*display: flex; */
}

.margintop15 {
  margin-top: 15px;
}

.element-main-div {
  width: 100%;
  margin-bottom: 1px;
  margin: 14px;
}


.capital-first-letter {
  text-transform: capitalize;
}


.remove-row {
  color: red;
}

.flowtitle {
  padding: 0 0 0 0;
}

.flowbody {
  /* border-top: 1px solid #ccc;
    margin-top: 50px; */
}

.inputTitle {
  font-size: 1rem;
  margin-bottom: 10px;
  font-weight: 400;
  color: #76838f;
}


.selectActionChild .textResponseMainDiv textarea.form-control {
  margin-right: 0;
}

.textResponseMainDiv textarea.form-control {
  margin-right: 0;
}

.trainingchildDiv {
  /*	background-color: transparent;
    margin: 0 30px 20px;
    padding: 0; */
}

.spanTrash {
  position: absolute;
  margin: 0;
  top: 4px;
  right: 4px;
}

.width100margin15 {
  width: 100%;
  margin: 0;
  padding: 0 13px;
}

.padding10 {
  padding: 10px 25px 35px 15px;
  /*	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2),0 2px 4px 0 rgba(0,0,0,0.19) !important;
	margin: 10px 0 30px; */
}

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

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

.p_l_0 {
  padding-left: 0 !important;
}

.p_r_0 {
  padding-right: 0
}

.scrollable-vertical.is-enabled .scrollable-container {
  height: 85vh !important;
}

input.btn.btn-primary.btnplacebolder {
  background: #f3f7f9;
  color: #76838f;
  border-color: #e4eaec;
}

textarea.form-control {
  height: 2.573rem;
}

input.btn.btn-primary.btnplacebolder::placeholder {
  color: #76838f;
}

input.btn.btn-primary.btnplacebolder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #76838f;
}

input.btn.btn-primary.btnplacebolder::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #76838f;
}

.page-content {
  height: auto !important;
  min-height: 703px;
}

.chatbotdropdown {
  margin-right: 17px;
  margin-top: 18px;
}

.colorcls {
  color: #76838f;
  text-decoration: none;
}

.colorcls:hover {
  text-decoration: none;
}

.panel-actions {
  right: 4px !important;
}

.marginleft {
  margin-left: -24px;
}

.marginleft2 {
  margin-left: 2px;
}

.inputWidth {
  width: 100%;
}

.textareaheight {
  min-height: 60px;
}

.marginleft-26 {
  margin-left: -26px;
}

.error {
  color: red;
  margin-top: 5px;
}

.error:focus {
  border: red 1px solid;
}

/*  End */



.middle label {
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  min-width: 210px;
  max-width: 210px;
}

.middle input[type=radio] {
  display: none;
}

.middle input[type=radio]:checked+.box {
  border: solid .9px #3e8ef7;
  box-shadow: -2px 10px 18px 0 rgba(139, 69, 19, .24);
}

.middle .box {
  background-color: #fff;
  transition: all 250ms ease;
  will-change: transition;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-weight: 900;
  border-radius: 5px;
  border: solid .5px #efefef;
  padding: 15px;
  color: #3e8ef7;
  text-overflow: ellipsis;
  overflow: hidden;
}

.middle .box p.sub_title {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.middle {
  margin: auto;
  text-align: center;
}

.front-end.box img {
  object-fit: cover;
  height: 40px;
  margin-bottom: 10px;
}

#fbsubmitbtn {
  display: none;
  text-align: center;
}

#fb_ad_submitbtn {
  display: none;
  text-align: center;
}

.sequreDiv {
  width: 48px;
  height: 48px;
  margin: auto;
  text-align: center;
  line-height: 48px;
  padding: 0;
  background-color: #007bff;
  color: white;
  font-size: 24px;
}

.fbaddmodelcolor {
  color: red;
}


.alert-blk {
  position: fixed;
  width: 100%;
  height: 60px;
  z-index: 9999;
  bottom: 0;
  display: ;
}

.alert-waitiner {
  width: auto;
  height: 60px;
  background: #000;
  text-align: center;
  padding: 10px 0px 10px 0px;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.alert-suciner {
  width: auto;
  height: 60px;
  background: #55a500;
  text-align: center;
  padding: 10px 0px 10px 0px;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.alert-suciner table {
  margin-top: 3px;
}

.alert-erriner {
  width: auto;
  height: 60px;
  background: #d40000;
  text-align: center;
  padding: 10px 0px 10px 0px;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.sbl-circ-path2 {
  height: 38px;
  width: 38px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  display: inline-block;
  border: 3px solid;
  border-radius: 50%;
  border-right-color: #1969e1;
  animation: rotate 1s linear infinite;
  top: 45%;
  transform: translateY(-50%);
  left: 45%;
  transform: translateX(-50%);
}

.alert-suciner td {
  text-align: center;
  color: #ffffff;
  padding:0px;
  border:none;
}

.integrationbox {
  clear: both;
  margin-top: 20px;
}

.onboardingcontainer {
  background: #1d1d1d;
  padding: 20px 30px;
  padding-bottom: 10px;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 40px;
}

.progress {
  height: 5px;
  background-color: #666;
  border-radius: 10px;
}
.progress-bar-success {
  background-color: #10da10;
  height: 5px;
  border-radius: 10px;
}
.onboardingcontainer a {
  color: #fff ;
}

.onboardingsteprow {
  width: 100%;
  padding: 12px 20px;
  min-height: 40px;
  margin-bottom: 10px;
  /*border-bottom: 1px solid #666;*/
}

.onboardingstep {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: auto;
  float: left;
  position: inherit;
}

.onboardingstep-content {
  font-size: 16px;
  margin-left: 15px;
  line-height: 40px;
  float:left;
}

.onboardingstep-content a {
/*  color: #fff;*/
}

.onboardingcontainer .completed, .onboardingcontainer .completed a, .completed .onboardingstep-content a  {
  color: #10da10;
  text-decoration: line-through;
}



.dashboard .card {
  height: inherit;
}

.navbar-brand-icon {
  display:none;
}


.site-menubar-fold .navbar-brand-icon {
  display:block !important;
}

.site-menubar-fold .navbar-brand-logo {
  display:none !important;
}

.site-menubar-fold .navbar-brand-center {
  margin: auto;
}

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


  .navbar-toggler .icon {
    display:none;
  }

  .upgradebar {
    display: none;
  }

  .upgradebarbody nav, .upgradebarbody .page, .upgradebarbody .site-menubar {
    margin-top: 0px;
  }

  #recentActivityWidget {
    padding-left: 0px !important;
  }

  .desktopmenu {
    display: none !important;
  }

  .mobilemenu {
    display: block !important;
    width: 100%;
  }

  .page-header-actions a {
    margin-left: 0px !important;
  }

  .width-65 {
    width: 95%;
  }

  .navbar-brand-icon {
    display:block !important;
  }

  .navbar-brand-logo {
    display:none !important;
  }

}




a.white-box {
  display: block;
  text-align: center;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.35;
  padding-top: 15px;
  padding-bottom: 15px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #ccc;
}

a.white-box:hover {
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
}

.box1 a {
  padding: 25px;
  border: 1px solid #ccc;
  font-size: 20px;
  color: #383838;
  margin: 10px;
}

.box1 a:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
}

.box1 {
  display: inline-block;
}

.boxparent {
  width: 100%;
  margin: 30px auto;
  text-align: center;
  clear: both;
}

.orange-link {
  font-size: 16px;
  color: orange;
  font-weight: bold;
  margin: 10px 0px;
}

.infobox {
  padding: 20px;
  background-color: #fff9e9;
  border: 1px solid #f7a43e;
  color: #2d2d2d;
  border-radius: 4px;
  margin-top: 15px;
  line-height: 1.5;
  font-weight: lighter;
}

.site-menu-sub .site-menu-title {
  /*color: rgba(255, 255, 255, 0.85);*/
  font-size: 13px;
  margin-left: 32px;
  font-weight: 400;
  font-family: "Inter";
}

.btn-primary {
  background-color: #3c68ec;
  color: #fff;
}

.placeholderbox {
  text-align: center;
  width: 300px;
  margin: auto;
}

.sidebar-navigation-icon {
  position: absolute;
  left: 20px;
  top: 12px;
  position: absolute;
}

.sidebar-navigation-number {
  background: #ffffff;
  position: absolute;
  right: 20px;
  top: 16px;
  color: #3b69ec;
  font-size: 10px;
  font-weight: bold;
  padding: 0 9px;
  line-height: 18px;
  height: 18px;
  border-radius: 9px;
}

.sidebar-navigation-number.red {
  background-color: red;
  color: #ffffff;
}

.number-list li {
  float: left;
  padding: 20px;
  border: 1px solid #ccc;
  margin: 5px;
  list-style: none;
}

.number-list ul {
  margin-left: 0px;
}

.number-list li .form-group {
  margin-bottom: 0px;
}

.number-list li:hover {
  background-color: #efefef;
  cursor: pointer;
}

.toggle label::before {
  background: none !important;
  border: none !important;
}

.toggle {
  padding-left: 0px;
}

.site-action {
  right: 70px !important;
}

.site-menu-icon {
  margin-right: 14px;
  width: 1em;
}

.site-menu-arrow, .site-menu-badge, .site-menu-label {
  position: absolute;
  right: 30px;
  display: inline-block;
  vertical-align: middle
}

.site-menu-arrow {
  font-size: 10px;
}

.site-menu-arrow::before {
  content: "" !important;
}

.navbar-fixed-bottom, .navbar-fixed-top {
  width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1500;
}

/* .site-navbar {
  background-color: #3c68ec;
} */

.navbar {
  padding: 0;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.navbar-fixed-top {
  top: 0;
}

.site-navbar .navbar-header {
  color: #ffffff;
  background-color: transparent;
  box-shadow: none;
}

.site-menubar-unfold .site-navbar .navbar-header {
  width: 260px;
  min-width: 260px;
}

.site-navbar .navbar-container {
  background-color: #ffffff;
}

.navbar>.container-fluid, .navbar>.containers {
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
}

.container-fluid {
  width: 100%;
  padding-right: 1.0715rem;
  padding-left: 1.0715rem;
  margin-right: auto;
  margin-left: auto;
}

.navbar-toolbar {
  float: left;
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-toolbar .nav-item {
  float: left;
}

.navbar-toolbar {
  float: left;
}

.dropdown, .dropup {
  position: relative;
}

.navbar-default .navbar-toolbar .nav-link {
  display: block;
  color: #76838f;
}

.navbar-toolbar .nav-link {
  padding-top: 18px;
  padding-bottom: 18px;
  line-height: 28px;
}

.navbar-toolbar .dropdown-menu {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
}

.nocontent {
  text-align: center;
  vertical-align: middle;
  margin-top: 20px;
  font-size: 14px;
}

.nav-link {
  position: relative;
  display: block;
  padding: .715rem 1.072rem;
  overflow: hidden;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1200;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 5px 0 0;
  font-size: 14px;
  color: #76838f;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e4eaec;
  border-radius: 0.215rem;
  box-shadow: 0 3px 12px rgb(0 0 0 / 5%);
}

.dropdown-item {
  width: calc(100% - 10px);
  margin: 2px 5px;
  border-radius: 0.215rem;
  transition: background-color .25s;
}

.dropdown-item {
  display: block;
  padding: 0.572rem 1.072rem;
  clear: both;
  font-weight: 400;
  color: #76838f;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-menu.show {
  display: block;
}

.copytoapplist .dropdown-menu.show {
  max-height: none!important;
}

.collapse {
  display: none;
}

.navbar-search-overlap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
}

.input-search .form-control {
  border-radius: 200px;
}

.input-search-dark .form-control {
  background: #ffffff;
  box-shadow: none;
}

.navbar>.container-fluid .navbar-collapse, .navbar>.containers .navbar-collapse {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e4eaec;
}

.form-control {
  height: 36px;
  border-color: #e4eaec;
  box-sizing: border-box;
  font-weight: 300;
  box-shadow: none;
  transition: box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  padding: 6.006px 14px;
  font-size: 14px;
  line-height: 1.57142857;
  color: #76838f;
  border: 1px solid #e4eaec;
}

.dashboard-tasks-list {
  height: 400px;
  overflow-y: scroll;
}

.dashboard-upcoming-list {
  height: 400px;
  overflow-y: scroll;
}

.sidebar-navigation>li.active>a {
  padding-left: 24px;
}

@media (min-width: 768px) {
  .navbar-right {
    float: right;
    margin-right: -1.0715rem;
  }

  /* .site-navbar .navbar-container {
    margin-left: 260px;
  } */
  .site-menubar-unfold .site-navbar .navbar-container {
    margin-left: 0px;
  }

  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }


}

@media screen and (min-width: 768px) and (max-width: 1025px) {

  .navbar-brand-logo {
    display:none !important;
  }

  .navbar-brand-icon {
    display:block !important;
    margin:0 auto;
  }
}

.site-menu>.site-menu-item.active {
  background: #fff;
  border-left: 5px solid rgb(255 192 75);
  border-top: 1px solid rgba(0, 0, 0, .04);
  border-bottom: 1px solid rgba(0, 0, 0, .04);
}

.sidebar-navigation>li.active>a:before {
  opacity: 0 !important;
}

.site-menu .site-menu-sub .site-menu-item.active {
  background: rgba(0, 0, 0, .06);
}

.dropdown-divider {
  height: 0;
  margin: 6px 0;
  overflow: hidden;
  border-top: 1px solid #e4eaec;
}

.dropdown-item .icon:first-child {
  width: 1em;
  text-align: center;
  margin-right: 0.5em;
}

.navbar-nav .nav-link.navbar-avatar, .navbar-toolbar .nav-link.navbar-avatar {
  padding-top: 18px;
  padding-bottom: 18px;
}
.leads .navbar-nav .nav-link.navbar-avatar, .leads .navbar-toolbar .nav-link.navbar-avatar {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}

.navbar-avatar .avatar {
  width: 2.143rem;
}

.avatar {
  position: relative;
  display: inline-block;
  width: 40px;
  white-space: nowrap;
  vertical-align: bottom;
  border-radius: 1000px;
}

.avatar i {
  position: absolute;
  right: 4px;
  bottom: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 100%;
}
.navbar>.container-fluid {
  margin-left:260px;
}
.mt-15 {
  margin-top: 15px!important;
}
.btn-danger {
  color: #ffffff;
  background-color:#ff4c52;
  border-color: #ff4c52;
  box-shadow: none;
}
.btn-dark {
  color: #ffffff;
  background-color:#000;
  border-color: #000;
  box-shadow: none;
}
.btn {
  display: inline-block;
  padding: .7rem 1rem;
  border-radius: .215rem;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid transparent;

}
.pagination {
  font-size: 14px;
  padding: 10px;
  color: #999;
}
.site-navbar .navbar-header .navbar-toggler {
  color: #fff;
}
.navbar-toggler-left {
  float:left;
  margin-right:0;
  margin-left:1.0715rem;
}
.navbar-toggler {
  position: relative;
  float:right;
  height:4.715rem;
  padding:1.5715rem 1.0715rem;
  margin-top:0;
  margin-right: 1.0715rem;
  margin-bottom: 0;
  line-height: 22px;
  background: 0 0!important;
  background-image:none;
  border:1px solid transparent;
  border-radius: 0.215rem;
  transition: color .25s linear;
  font-size:1.286rem;
}

.site-navbar .navbar-header .navbar-brand {
  font-family: Roboto,sans-serif;
  cursor: pointer;
  color: #fff;
}
.navbar-brand-logo {
  display: inline-block;
  margin-top: -.357rem;
}
.navbar-brand-text {
  margin-left:.429rem;
}
.site-gridmenu-toggle:after {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  text-rendering: auto;
  position: relative;
  top:-1px;
  right: -3px;
  font-family: "Web Icons";
  font-size: 1rem;
  content: "";
  opacity: 0;
  transition: opacity .15s;
}

.site-menu-category {
  padding: 0 24px;
  margin-top: 10px;
  font-size:15px;
  line-height: 38px;
  color: #b1b1b1;
  text-transform: uppercase;
  font-family: "Inter";
  transition: all .25s,font .1s .15s,color .1s .15s;
}

.profile-description-view {
  font-size: 14px;
  margin-top:20px;
  white-space: pre-line;
}

.recipe.popup.opened {
  opacity: 1;
  pointer-events: all;
}

.recipe.popup {
  background: var(--theme-text);
  background-color: #1c253844;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 2510;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-out;
}
.recipe .popup-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 560px;
  max-width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 36px 36px;
  display: flex;
  flex-direction: column;
  overflow-y: visible;
  min-height: max-content;
  max-height: 90vh;
  overflow-y: auto;
}
.recipe .popup-right-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recipe .popup-center-title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 800;
}
.recipe .popup-right-close {
  height: 25px;
  width: 20px;
  background-position: center;
  cursor: pointer;
}
.recipe .notes-list-close {
  opacity: 0.6;
  border: none;
  background-color: transparent;
  grid-column: 3/4;
  grid-row: 1/2;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 4.7L10.5.2l1.3 1.3L7.3 6l4.5 4.5-1.3 1.3L6 7.3l-4.5 4.5-1.3-1.3L4.7 6 .2 1.5 1.5.2 6 4.7z' fill='%231C2538'/%3E%3C/svg%3E");
}
.recipe .save-recipe-form {
  padding-top: 35px;
}
.recipe .popup-center-form {
  flex: 1;
}
.recipe .popup-right-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-top: 20px;
}
.recipe.popup .text-input {
  margin-bottom: 12px !important;
  margin-top: 8px;
}

.recipe .popup-right-input.text-input {
  padding-left: 16px;
  height: 44px;
  min-height: 44px;
  margin-bottom: 12px;
}
.recipe .leads .text-input, .popup .text-input {
  border: 1px solid #d3d3d3;
  background-color: #ffffff;
  border-radius: 10px;
  padding-left: 47px;
  padding-right: 13px;
  display: inline-block;
  height: 48px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  transition: background-color 0.15s cubic-bezier(0.4,0,0.2,1);
}
.recipe .save-recipe-submit {
  margin-top: 0;
}
.recipe .popup-right-blue-button {
  height: 41px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  margin-top: auto;
  cursor: pointer;
}
.recipe .blue-button {
  background: #3c68ec;
  border-radius: 10px;
  height: 48px;
  min-height: 48px;
  padding: 0 26px;
  border: none;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  transition: background-color 0.15s cubic-bezier(0.4,0,0.2,1);
}
.recipe .disabledbtn
{
  background: lightgrey;
}

.recipe textarea.textarea.textarea-small {
  height: 80px;
}
.recipe textarea.textarea {
  display: block;
  font-family: "Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  resize: none;
  height: 160px;
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 12px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  scrollbar-width: none;
}
.recipe input.input-text, select.select, textarea.textarea {
  width: 100%;
  border-radius: 5px;
  height: 44px;
  border: 1px solid #e4eaec;
  background: #ffffff;
  padding: 0 14px;
  font-size: 14px;
  color: #37474f;
  transition: color 0.15s cubic-bezier(0.4,0,0.2,1),background-color 0.15s cubic-bezier(0.4,0,0.2,1),border-color 0.15s cubic-bezier(0.4,0,0.2,1);
  will-change: color,background-color,border-color;
}

.button-recipe
{
   color: white;
    width: max-content;
    border-radius: 10px;
    margin-left: 5px;
    background-color: #3c68ec;
    padding: 8px;
    border: none;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    transition: background-color 0.15s cubic-bezier(0.4,0,0.2,1);
}

.btn-xs {
  font-size: 11px;
  padding: 2px 10px;
}
.page .input-search .form-control {
  border-radius: 5px !important;
  height: 44px;
}
.page-header-actions .btn {
  height:44px;
  margin-left:15px;
}

.navbar-default .navbar-toolbar .nav-link.active {
  background-color: rgb(255 255 255);
  padding: 10px 15px;
  margin: 10px;
  border-radius: 5px !important
}
.page-nav-buttons {
  float:right;
  display:inline;
  margin-top:60px;
  margin-right:5px;
}

.page-nav-buttons .active {
  background-color:#ccc;
}

.page-nav-buttons img { width:20px; }

h5 { font-weight: 600 !important; }

.table td {
  vertical-align: middle;
}
.table {
  color: #333;
}
.table thead tr th {
  background-color: #f3f7f9;
}

.campaignlist tr td{padding:8px 12px;font-size:14px;color:#1c2538;font-weight:500}
.campaignlist  tr td span{font-weight:300;color:#b7babf;font-size:12px;letter-spacing:1.2px}

.btn-group {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.more-action-btn {
  line-height: 10px;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  height: 34px;
  border: none;
  border-radius: 0.2rem;
  background: var(--theme-green) !important;
  color: var(--theme-white);
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.action_div {
  display: flex;
  justify-content: space-between;
}

.add-action-btn {
  float: right;
}

.input-tags {
  width: 100%;
}

.action-button-div {
  float: right;
}

span.action-button {
  padding: 2px 6px;
  cursor: pointer;
  background-color: #faf9f9;
  margin-right: 10px;
  border-radius: 10px;
}

span.action-button-del {
  color: red;
}

.action-main-items-div {
  background-color: #efefef;
  padding: 20px;
  border: 1px solid #f2eded;
  margin-bottom: 5px;
}

#add_action_form {
  margin-top: 20px;
}

.show_more_activity_details {
  cursor: pointer;
  font-size: 12px;
}

#entry_flow_display_items,#entry_enrolled_flow_display_items,#entry_enrolled_flow_display_completed_items {
  min-height: 180px;
  max-height: 240px;
  width:100%;
  overflow-y: auto;
}

#entry-flow-display h4 {
  margin-top:15px;
}
.entry-flow-button {
  margin-top:10px;
}
.create-campaign-automations-show {
  display: none;
}

.formbuilder-signature canvas {
  display: block;
  border:1px solid grey;
}

li.formbuilder-icon-signature {
  display: none;
}
li.formbuilder-icon-payment {
  display: none;
}
.formbuilder-payment .cardNumber {
  margin-bottom: 20px;
}

.formbuilder-payment .cardExpiry {
  margin-bottom: 20px;
  max-width: 250px;
  margin-right:15px;
  display: inline-block !important;
}

.formbuilder-payment .cardCvv {
  margin-bottom: 20px;
  max-width: 250px;
  margin-right:15px;
  display: inline-block !important;
}

.formbuilder-payment .cardZip {
  margin-bottom: 20px;
  max-width: 250px;
  display: inline-block !important;
}

.billitems {
    list-style: none;
    padding-left: 0px;
    padding: 10px 2px;
    margin-bottom: 0px;
}
.billitems .col-4 {
  text-align: right;
}

.fieldrow {
  margin-bottom: 5px;
}

.billitems li {
  list-style: none;
  padding: 10px;
}

    .switch {
   position: relative;
   display: inline-block;
   width: 44px;
   height: 24px;
   }

   .switch input {
   opacity: 0;
   width: 0;
   height: 0;
   }

   .slider {
   position: absolute;
   cursor: pointer;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: #ccc;
   -webkit-transition: .4s;
   transition: .4s;
   }

   .slider:before {
   position: absolute;
   content: "";
   height: 18px;
   width: 18px;
   left: 4px;
   bottom: 3px;
   background-color: white;
   -webkit-transition: .4s;
   transition: .4s;
   }

   input:checked + .slider {
   background-color: #2196F3;
   }

   input:focus + .slider {
   box-shadow: 0 0 1px #2196F3;
   }

   input:checked + .slider:before {
   -webkit-transform: translateX(19px);
   -ms-transform: translateX(19px);
   transform: translateX(19px);
   }

    /* Rounded sliders */
     .slider.round {
     border-radius: 34px;
     }

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

     .workflow-div {
         display: flex;
     }

     .workflow-div .workflow-items {
         flex: 1;
     }

     .mindbody_fields {
         margin-top: 8px;
     }

.condition-div
{
  margin-bottom: 5px;
}
#addmorecondition,.removecondition,.condition_number {
  font-size:12px;
}

.addconditionloading {
  display: none;
  font-size: 10px;
  margin: 5px 25px;
}

.create-campaign-automations-filled-item {
  flex-wrap:wrap;
}
.create-campaign-automations-filled-text {
  overflow-wrap: anywhere;
  flex-grow: 1;
}

.contact-message-icons span {
  margin-left:10px;
  cursor: pointer;
}

.contact-message-icons i {
  font-size:15px;
}

.sort-by-inbox {
	border-color: #f9f9f9;
  padding:10px;
}

.one-message-text-single {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#inbox_phone_div,#inbox_notes_div {
  padding: 20px;
}

#inbox_phone_div label {
  margin: 6px 0px;
}

.phone_wrapper #inbox_phone_flex_div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.phone_wrapper #inbox_phone_flex_div #phone_notes_div {
  grid-column: 1 / -1;
}

.phone_wrapper textarea, .notes_wrapper textarea {
  background: #ffffff !important;
  padding: 5px !important;
  min-height: 60px;
}

#template_contents {
  padding-top : 15px;
  font-size: 14px;
}

#template_contents p {
  white-space: pre;
}
#load-campaigns-container .panel { border:none; border-top: 1px solid #eee; }
#load-campaigns-container { border-bottom:1px solid #eee; }
.nav-tabs-vertical .nav-tabs-line .nav-link.active { background: rgb(0,0,0,0.06); }
.navbar_default .navbar-toolbar .nav-link:hover { color: #000; }
.profile-info tr { border-bottom: 1px solid #eee; }
.number-list ul { padding:0px; }
.site-menu .disabled, .site-menu .disabled > a  { color: #898787 !important; }

div#dropdown-menu-profile-options a {
  display: flex !important;
}

div#dropdown-menu-profile-options .fa {
  margin-top: 5px;
}
#user_email_signature {
 display: none;
}
.one-message-content-time .delete-message {
  cursor: pointer;
}

/*css for reviews and ratings page starts here*/
#testimonials{
  display: flex;
  flex-direction: column;
  width:100%;
}
.testimonial-heading{
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-heading-left,
.testimonial-heading-right {
  display: flex;
  align-items: center;
}
.testimonial-heading h4{
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
  margin-right: 20px;
}
.testimonial-box-container{
  width:100%;
}
.testimonial-box{
  background-color: #ffffff;
  padding: 20px;
  margin: 15px;
}
.profile-img{
  width:50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.profile-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.profile{
  display: flex;
  align-items: center;
}
.name-user{
  display: flex;
  flex-direction: column;
}

.name-user span{
  color: #979797;
  font-size: 0.8rem;
}
#testimonials .reviews{
  color: #f9d71c;
}
#testimonials .reviews strong {
  color: initial;
  margin-right: 5px;
}
.box-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.client-actions {
  display: flex;
  justify-content: end;
}

#testimonials select.form-control {
  width: 150px;
}

#testimonials .reviews {
  color: #ffc107;
}

#testimonials .reviews span {
  color: #ffc107;
  font-weight: 500;
  font-size: 13px;
  font-weight: 500;
}

.filter-content label {
  font-size: 12px;
  margin-bottom: 0px;
}

.filter-content .form-control {
  border-color: #c5c5c5;
}

.input-group-addon {
  padding: 5px;
}

.client-actions .btn {
  margin-left: 15px;
}
.filter-options {
  padding: 25px;
}

.filter-header, .filter-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  margin-bottom: 25px;
}

.clear-btn {
  color: #3c68ec;
  cursor: pointer;
}

.testimonial-box{
  margin-bottom: 0px 10px;
  /*box-shadow: 0px 0px 21px 5px #d3d2d2ad;*/
  border-radius: 5px;
}
.testimonial-replies {
  margin-top: 15px;
  padding-left: 15px;
  padding-top: 5px;
  border-top: 1px solid #e7e7e7;
}
.testimonial-replies .client-replies{
  margin-top: 15px;
  padding: 15px;
  padding-left: 20px;
  border-left: 5px solid #d9d9d9;
  background: #e7e7e7;
}
.client-replies .box-top {
  margin-bottom: 10px;
}
.testimonial-replies p{
  margin-bottom: 0px;
}
.client-replies-more{
  text-align: center;
  padding: 15px;
}
.client-replies-more span{
  color: #3c68ec;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}


/*dashboard*/
.dashboard-filter-content {
  display: flex;
}

.dashboard-filter-content select {
  width: 200px;
}

.dashboard-filter-content > .form-group {
  margin: 0 15px;
}

.dashboard-graphs {
  margin: 10px 0;
  padding: 20px 25px;
  background-color: #fff;
  border: 1px solid #eee;
}

.dashboard-rating-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dashboard-graphs h4 {
  margin-bottom: 5px;
}

.dashboard-rating-info h2 {
  font-size: 50px;
  color: #3c68ec;
  font-weight: 600;
  margin-bottom: 0;
}

.dashboard-rating-info .reviews {
  color: #3c68ec;
}

.dashboard-review {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 5px 0;
}

.dashboard-review img {
  width: 30px;
  border-radius: 50%;
  margin-right: 10px;
}

.dashboard-graphs a {
  color: #3c68ec;
}

.review-sources-rating {
  margin-left: auto;
  background: #3c68ec;
  color: #fff;
  padding: 0px 15px;
  border-radius: 20px;
}
.review-sources-rating i {
  margin: 3px;
}

.dashboard-review-sources {
  width: 100%;
}

.dashboard-summary-info {
  padding: 25px 10px;
}

.dashboard-summary-info > div {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.dashboard-summary-info h5 {
  margin: 8px 0;
}
.dg-more {
  padding-top: 15px;
  display: block;
  color: #757575;
  font-size: 12px;
}

.dashboard-filter-options {
  margin-bottom: 20px;
}

.report-count {
  display: flex;
  align-items: center;
  margin: 40px;
}

.dashboard-graph-content {
  margin-top: 15px;
}

.report-count img {
  width: 100px;
  margin-right: 50px;
}

.report-count h3 {
  margin: 0;
  font-size: 33px;
}

.report-count strong {
  color: #8bc34a;
  font-weight: 500;
}

.reports-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.reports-heading h4 {
  font-size: 24px;
  font-weight: 500;
}

.reports-heading .form-control {
  border-color: #d9d9d9;
}

.reports-right i {
  font-size: 22px;
  margin-right: 8px;
}

.staticon {
  text-align: center;
  margin-top:5px;
  margin-right:5px;
  color: #76838f;
}

#websites { list-style: none; padding-left:0px; margin-left:0px; max-width:100%; }
#websites li { display:inline-block; width:150px; margin: 20px; }
#websites li a {display:block; border:1px solid #eee; border-radius: 10px; padding:20px; font-size: 18px; color: #000; font-weight: bold; text-decoration: none; background:#ffffff;}
#websites li a img { margin-bottom: 10px; }
#websites li a:hover { background-color: #efefef; }
.websitesfooter { clear:both; }
#sendfeedback { width:700px; margin:auto; text-align:left; max-width:100%; background-color: #fff; color: #000; padding: 25px; border: 1px solid #ccc;}
#sendfeedback h3 { text-align: center; }
.connectionlist .panel1 { border: 1px solid #eee; }
.connectionlist figure { height: 180px; padding: 20px; vertical-align: middle; }
.connectionlist img { margin: 30px 0px; }
.connectionlist a { color: #fff; }

/*css for reviews and ratings page ends here*/


.filterdiv {
  width:250px;
  float:left;
  margin-right:20px;
  padding:20px;
  margin-top:10px;
  background-color:#ffffff;
  border:1px solid #ddd;
}
.filterdiv ul {
  list-style:none;
  margin-left:5px;
  padding-left: 5px;
}
.filterdiv li {
  list-style:none;
  margin-left:5px;
}
.filterdiv h4 { margin-top: 5px; }
.filterdiv label { padding-left: 5px; }
.ribbon-2 {
  --f: 10px; /* control the folded part*/
  --r: 15px; /* control the ribbon shape */
  --t: 10px; /* the top offset */

  position: absolute;
  inset: var(--t) calc(-1*var(--f)) auto auto;
  padding: 5px 10px 15px calc(10px + var(--r));
  clip-path:
    polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%,
      calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)),
      var(--r) calc(50% - var(--f)/2));
  background: #000;
  box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
  color:#fff;
  top:20px;
  font-size: 12px;
}

.custom-checkbox{margin:0;cursor:pointer}
.custom-checkbox-hiden{position:absolute;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px}
.custom-checkbox-hiden:checked+.custom-checkbox-check{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cdefs/%3E%3Cpath fill='%233C68EC' d='M13 .5H3A2.5 2.5 0 00.5 3v10A2.5 2.5 0 003 15.5h10a2.5 2.5 0 002.5-2.5V3A2.5 2.5 0 0013 .5zM11.6 6l-3.8 5a.8.8 0 01-1.3 0l-2-2.6a.8.8 0 111.2-1l1.4 1.7L10.3 5a.8.8 0 011.3 1z'/%3E%3C/svg%3E");
  background-size:contain;border:none;background-position:center
}
.custom-checkbox-check{
  display:flex;justify-content:center;align-items:center;height:15px;width:15px;border:2px solid #9a9fa7;border-radius:2px;padding:0;transition:background-color 0.15s cubic-bezier(0.4,0,0.2,1)
}
.custom-checkbox-check:hover{
  background-color:var(--theme-secondary)
}
.recipe-text {
  padding: 10px;
}
.recipe-text strong { color:#000; }

.pearl-icon { font-size: 13px;}
.pearl.active .pearl-icon, .pearl.active .pearl-number, .pearl.current .pearl-icon, .pearl.current .pearl-number {
  color: #06b006;
  border-color: #06b006;
}
.pearl.active:after, .pearl.active:before, .pearl.current:after, .pearl.current:before {
  background-color: #06b006;
}
.pearl-title {
  font-size: 13px;
  font-weight: 600;
}
.pearl {
  cursor: pointer;
}
.label-right-actions {
  font-size:16px;

}
.label-right-actions a {
  margin-left: 10px;
  font-size:13px;
  font-weight:normal;
}
.label-right-actions a > i {
  font-size: 16px;
  font-weight: bold;
}
.panel1 {
  padding: 15px;
  border: 1px solid #eee;
}
.panel1 h4 {
  margin-top:40%;
}
.overlay-panel .btn-outline.btn-default {
  color:#fff;
}

.multiple-fields .input-group, .multiple-fields select{
  width:30%;
  margin-right: 10px;
  float:left;
}
.multiple-fields .form-control, .multiple-fields .input-group-text {
  height: 44px;

}

#recipe-list .overlay-figure {
  height: 190px;
  object-fit: contain;
}

#previewRecipe .overlay-figure {
  height: 350px;
  object-fit: contain;
}

#recipe-list .recipe-text {
  min-height: 125px;
  max-height: 125px;
}

#recipe-list .recipe-text p {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
}

.new-group-step .bootstrap-tagsinput {
  width: 100% !important;
  border-radius: 10px;
  border: 1px solid var(--theme-light-gray);
  background: var(--theme-white);
  box-shadow: none;
  height:44px;
}

.new-group-step .campaign_err {
  display: none;
  color:red;
}

div#tags_show {
  background: none;
  overflow: hidden;
}

.template_list_item,.library_list_item {
  min-width: 190px;
}

.new-group-step-caption-new {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  color: var(--theme-dark-gray);
  text-decoration: none;
}

.new-group-step-caption-new:hover {
  color: var(--theme-dark-gray);
}

.back-template-list,.change-design,.edit-template-selection {
  margin-left:10px;
  margin-bottom : 10px;
}

#email-template-list .overlay-background {
  background: rgba(0, 0, 0, 0.8);
}

.nav-link.active.active-item{
  background-color: #f8fafb !important;
}

.profile {
  width: 675px !important;
}
#other-info-div td {
  max-width: 240px;
  word-wrap: break-word;
}
.unlock-features ul {
  font-size: 18px;
  list-style:none;
  text-align: left;

}
.unlock-features ul > li:before {
  content: '✓';
  margin-right: 10px;
}

.unlock-features ul > li {
  margin-bottom: 10px;
}

.unlock-features .btn {
  font-size: 18px;
}
.unlock-features p {
  margin: 0px 20px;
}

.cursor_pointer {
  cursor: pointer !important;
}

.d_none {
  display: none !important;
}

.text_secondary {
  color: #6c757d!important;
}
.border_2 {
  border-width: 2px !important;
}

.w_100 {
  width: 100% !important;
}

.text_secondary {
  color: #6c757d!important;
}

#load-campaigns h5 a {
  overflow-wrap: break-word;
}

.ui-datepicker {
  max-width: 300px;
  background: var(--theme-white);
  padding: 10px;
  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}

/* ==================== Call Outcomes ====================== */
#call_outcomes .show_data_container>div {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}

#call_outcomes .initial_loading img{
  width: 100px;
}

#call_outcomes .show_data_container .show_data {
  border: 2px solid;
  border-radius: 50px;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  margin-bottom: 8px;
}

#call_outcomes .show_data_container .show_title {
  color: #9f9f9f !important;
  text-transform: uppercase;
}

#call_outcomes .show_data_container .show_title span {
  height: 9px;
  width: 9px;
  display: inline-block;
  border: 2px solid;
  border-radius: 5px;
}
/* ==================== End Call Outcomes ====================== */

.gettingstartedvideo li {
  line-height: 30px;
}

audio.widget-voip-conversion:hover{
  background-color: transparent!important;
}
.reportlist {
  margin-left:0px;
  padding-left: 0px;
  width: 100%;
}
.reportlist li {
  list-style: none;
  float:left;
  margin:15px;
}

.reportlist li a {
  display:grid;
  width:175px;
  height: 150px;
  font-size:15px;
  font-weight: bold;
  color: #000;
  border: 1px solid #ccc;
  text-align: center;
  align-items: center;
  padding: 20px;
  background: #fff;
}
.reportlist li a:hover {
  background-color: #efefef;
  text-decoration: none;
}
.panel-title h3 {
  font-size: 20px;
}

.reportlist li a.disabled {

  color: #ccc;
}

.reportlist li a span {
  font-size: 12px;
  font-weight: normal;
}

#inbox_email_sms_div .note-editable {
	max-height: 200px !important;
}

.note-color-all .note-dropdown-menu {
	width: max-content !important;
}

.profile-info-title-additonal {
  font-size: 14px;
  line-height: 1.334;
  color: var(--theme-quaternary);
  margin-bottom: 5px;
}

.profile-info-text-additonal {
  margin-bottom: 10px;
}

.bullet-div {
  position: relative;
  padding-left: 20px; /* Adjust padding to make space for the bullet */
}

.bullet-div::before {
  content: '-'; /* Unicode character for bullet */
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px; /* Adjust size as needed */
  line-height: 1; /* Adjust line height to align bullets properly */
  color: blue; /* Change color if needed */
}

#warning_message {
  color: #000;
  background-color: #fff9e9;
  border: 1px solid #f7a43e;
  border-radius: 4px;
  padding: 10px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}

#messages-main-content .one-message-content p:last-child{
  overflow-wrap: anywhere;
}

/* switch toggle css */
.active-linking-switch-div input[type=checkbox]{
    height: 0;
    width: 0;
    visibility: hidden;
}

.active-linking-switch-div label {
    cursor: pointer;
    text-indent: -9999px;
    width: 45px;
    height: 22px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}

.active-linking-switch-div label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.active-linking-switch-div input:checked + label {
    background: #bada55;
}

.active-linking-switch-div input:checked + label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.active-linking-switch-div label:active:after {
    width: 30px;  
}

li.animation-scale-up .vertical-align-single::before {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh; /* Or ensure a fixed parent height */
  position: relative;
}

li.animation-scale-up .vertical-align-single a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}