.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs a {
  display: inline-flex;
  align-items: center;
}
.breadcrumbs a:not(:last-child):after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #E4E4E4;
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.breadcrumbs-block {
  width: 100%;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs-block a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #0077FF;
}
.breadcrumbs-block a:after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 4px;
  margin-right: 4px;
  background: url("/images/icon-breadcrumbs-arrow.svg") no-repeat center;
}
.breadcrumbs-block span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #939393;
}
.pagination {
  display: flex;
  align-items: center;
}
.pagination a.page-item {
  height: 27px;
}
.pagination a.page-item.current-page-item {
  background-color: #0077FF;
  color: #FFFFFF;
  font-weight: 700;
}
.pagination a.page-item:not(.current-page-item):not(:hover) {
  color: #282828;
}
.pagination a.page-item:not(.current-page-item):hover {
  color: #0077FF;
}
.pagination a.page-item:not(.item-arrow) {
  width: 27px;
  border-radius: 100%;
}
.pagination a.page-item.item-arrow {
  width: 12px;
}
.pagination a.page-item.item-arrow[disabled] {
  pointer-events: none;
  opacity: 0.2;
}
.pagination a.page-item.item-arrow.prev-page svg {
  transform: rotate(90deg);
}
.pagination a.page-item.item-arrow.next-page svg {
  transform: rotate(-90deg);
}
.pagination .page-item {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  justify-content: center;
  margin: 0 7px;
}
.pagination .page-item:first-child {
  margin-left: 0;
}
.pagination .page-item:last-child {
  margin-right: 0;
}
.page-authorization {
  flex: 1 1 auto;
  overflow: hidden;
  padding-top: 50px;
  position: relative;
  padding-bottom: 8px;
  background-color: #00142B;
}
.page-authorization:after {
  left: 0;
  right: 0;
  content: "";
  top: -510px;
  margin: auto;
  width: 702px;
  height: 565px;
  position: absolute;
  filter: blur(400px);
  background-color: #9E1DAF;
}
@media screen and (min-width: 768px) {
  .page-authorization {
    padding-top: 73px;
  }
}
.page-authorization .g-recaptcha {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 10px;
}
.authorization-main-block {
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
}
.authorization-main-block .logo {
  margin-bottom: 8px;
}
.authorization-main-block h1 {
  margin-bottom: 32px;
  font-weight: normal;
}
.authorization-main-block p {
  margin-bottom: 24px;
}
.authorization-main-block .text-medium {
  color: #14263A;
}
@media screen and (max-width: 767.9px) {
  .authorization-main-block .authorization-footer {
    font-size: 0.75rem;
    line-height: 1.334;
  }
}
.authorization-main-block form .btn {
  min-width: 155px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .authorization-main-block form .btn {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767.9px) {
  .authorization-main-block form .btn {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .authorization-main-block {
    max-width: 442px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767.9px) {
  .authorization-main-block {
    max-width: 90vw;
  }
}
.bordered-box {
  margin-bottom: 24px;
  padding-bottom: 8px;
}
@media screen and (max-width: 767.9px) {
  .forgot-password .bordered-box {
    margin-bottom: 32px;
    flex: 1 1 auto;
  }
}
.forgot-password .bordered-box form {
  flex: 1 1 auto;
}
@media screen and (max-width: 767.9px) {
  .forgot-password hr {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767.9px) {
  .forgot-password {
    padding-bottom: 0;
  }
}
.registration-step-2 {
  max-width: 1154px;
  padding-top: 43px;
}
.registration-step-2 .logo {
  margin-bottom: 37px;
}
.registration-step-2 .bordered-box {
  padding-bottom: 50px;
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  .registration-step-2 .bordered-box {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767.9px) {
  .registration-step-2 .bordered-box {
    margin-bottom: 0;
  }
}
.registration-step-2 form {
  max-width: 680px;
  margin-top: 32px;
}
.registration-step-2 form .btn-primary {
  min-width: 155px;
}
.registration-step-2 .breadcrumbs a {
  color: inherit;
}
.registration-step-2.connect-email form {
  margin-top: 64px;
}
.registration-step-2.connect-email .content-wrapper {
  margin-bottom: 64px;
}
.registration-step-2.connect-email .alternative-methods {
  margin-bottom: 16px;
  margin-top: 40px;
}
.registration-step-2.connect-email .alternative-methods a {
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
}
.block-progress {
  margin-bottom: 45px;
}
.block-progress .progress-step {
  padding: 0 20px 18px;
  border-bottom: 1px solid #E4E4E4;
  color: #939393;
}
.block-progress .progress-step .step-icon {
  width: 26px;
  height: 26px;
  background-color: #F9F9FC;
  border-radius: 100%;
}
@media screen and (max-width: 375.9px) {
  .block-progress .progress-step .step-icon {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 376px) {
  .block-progress .progress-step .step-icon {
    margin-right: 4px;
  }
}
.block-progress .progress-step.active {
  color: #0077FF;
  border-color: #0077FF;
}
@media screen and (max-width: 375.9px) {
  .block-progress .progress-step {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .block-progress {
    margin-bottom: 85px;
  }
}
.dashboard-single-item.single-email .item-icon {
  background-color: #66ADFF;
}
.dashboard-single-item.single-email .item-notification-icon {
  color: #FFFFFF;
  background-color: #66ADFF;
}
.dashboard-single-item.single-email .item-content-preview {
  max-width: 100%;
}
.dashboard-single-item.single-email .item-content-preview .rounded-pill {
  height: 24px;
  padding: 2px 6px;
}
@media screen and (min-width: 768px) {
  .dashboard-single-item.single-email .item-content-preview {
    max-width: calc(100% - 370px);
  }
}
@media screen and (min-width: 992px) {
  .dashboard-single-item.single-email .item-content-preview {
    max-width: calc(100% - 496px);
  }
}
.dashboard-single-item.single-task .item-icon {
  background-color: #FFBC66;
}
.dashboard-single-item.single-task .item-notification-icon {
  background-color: #7DCEA0;
  color: #FFFFFF;
}
.dashboard-single-item.single-task .item-content-preview {
  max-width: calc(100% - 142px);
}
@media screen and (min-width: 768px) {
  .dashboard-single-item.single-task .item-content-preview {
    max-width: calc(100% - 492px);
  }
}
@media screen and (min-width: 992px) {
  .dashboard-single-item.single-task .item-content-preview {
    max-width: calc(100% - 618px);
  }
}
.dashboard-single-item.single-task .item-deadline {
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.dashboard-single-item.single-notification .item-icon {
  background-color: #FFBC66;
}
.dashboard-single-item.single-notification .item-content-preview {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .dashboard-single-item.single-notification .item-content-preview {
    max-width: calc(100% - 370px);
  }
}
@media screen and (min-width: 992px) {
  .dashboard-single-item.single-notification .item-content-preview {
    max-width: calc(100% - 496px);
  }
}
.dashboard-single-item.single-notification .item-deadline {
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.inbox-items.dashboard-items-wrapper .dashboard-single-item {
  padding: 8px 16px;
  position: relative;
}
.inbox-items.dashboard-items-wrapper .dashboard-single-item .item-link {
  left: 0;
  top: 0;
}
.inbox-items.dashboard-items-wrapper .dashboard-single-item .item-checkbox {
  width: 24px;
  display: flex;
  margin-right: 4px;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .inbox-items.dashboard-items-wrapper .dashboard-single-item .item-checkbox {
    margin-right: 8px;
  }
}
.inbox-items.dashboard-items-wrapper .dashboard-single-item .item-icon {
  width: 24px;
  height: 24px;
  display: flex;
  color: #FFFFFF;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  .inbox-items.dashboard-items-wrapper .dashboard-single-item .item-icon {
    margin-right: 16px;
  }
}
.inbox-items.dashboard-items-wrapper .dashboard-single-item .item-notification-icon {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
}
.inbox-items.dashboard-items-wrapper .dashboard-single-item .dashboard-single-item-name {
  overflow: hidden;
  padding-right: 8px;
  text-overflow: ellipsis;
  width: calc(100% - 130px);
}
@media screen and (min-width: 768px) {
  .inbox-items.dashboard-items-wrapper .dashboard-single-item .dashboard-single-item-name {
    width: 150px;
  }
}
@media screen and (min-width: 992px) {
  .inbox-items.dashboard-items-wrapper .dashboard-single-item .dashboard-single-item-name {
    width: 276px;
    padding-right: 40px;
  }
}
.inbox-items.dashboard-items-wrapper .dashboard-single-item .buttons-area {
  gap: 4px;
  width: 80px;
  display: none;
  padding-right: 8px;
}
.inbox-items.dashboard-items-wrapper .dashboard-single-item .buttons-area .btn {
  opacity: 0;
  transition: 0.2s;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .inbox-items.dashboard-items-wrapper .dashboard-single-item .buttons-area {
    display: flex;
  }
}
.inbox-items.dashboard-items-wrapper .dashboard-single-item .item-content-preview {
  gap: 8px;
  align-items: center;
}
.inbox-items.dashboard-items-wrapper .dashboard-single-item .item-content-preview .rounded-pill {
  height: 24px;
  padding: 2px 6px;
}
.inbox-items.dashboard-items-wrapper .dashboard-single-item .item-content-preview p {
  overflow: hidden;
  text-overflow: ellipsis;
}
.inbox-items.dashboard-items-wrapper .dashboard-single-item .item-datetime {
  color: #939393;
  cursor: default;
  position: relative;
  z-index: 1;
}
.inbox-items.dashboard-items-wrapper .dashboard-single-item:hover .buttons-area .btn {
  opacity: 1;
}
.inbox-items.dashboard-items-wrapper .dashboard-single-item .mobile-part {
  padding-left: 55px;
}
@media screen and (max-width: 767.9px) {
  .inbox-items.dashboard-items-wrapper .dashboard-single-item.has-notification .dashboard-single-item-name {
    width: calc(100% - 147px);
  }
}
.inbox-items.dashboard-items-wrapper .dashboard-single-item.has-notification .mobile-part {
  padding-left: 84px;
}
@media screen and (min-width: 992px) {
  .inbox-items.dashboard-items-wrapper .dashboard-single-item {
    padding: 8px 24px;
  }
}
.heading-section {
  border-bottom: 1px solid #E4E4E4;
}
@media screen and (min-width: 1200px) {
  .heading-section .left-column, .heading-section .right-column {
    min-width: 237px;
  }
}
@media screen and (max-width: 767.9px) {
  .heading-section .right-column .column {
    width: 50%;
  }
}
@media screen and (max-width: 767.9px) {
  .heading-section .right-column {
    width: 100%;
  }
}
.heading-section .right-column .delimiter {
  height: 16px;
  width: 1px;
  background-color: #E4E4E4;
}
.heading-section .right-column a[data-bs-toggle="dropdown"][aria-expanded="true"] svg.icon-chevron {
  transform: rotate(180deg);
}
@media screen and (max-width: 374.9px) {
  .heading-section .inbox-tabs li .icon-wrapper {
    width: 35px;
    height: 35px;
  }
  .heading-section .inbox-tabs li .icon-wrapper svg {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 374.9px) {
  .heading-section .inbox-tabs li span {
    display: none;
  }
}
.block-title {
  position: relative;
  width: 100%;
}
.block-title .title svg {
  top: 2px;
  position: relative;
}
.block-title .title[aria-expanded="true"] svg.icon-caret {
  transform: rotate(180deg);
}
.block-title a {
  color: #14263A;
}
@media screen and (min-width: 992px) {
  .block-title {
    width: unset;
  }
}
.block-account {
  position: relative;
}
.block-account a {
  color: #14263A;
}
.block-account .custom-dropdown-content {
  white-space: nowrap;
  right: 16px;
}
.block-account .user-avatar span {
  display: flex;
  background-color: rgba(0, 119, 255, 0.1);
  font-weight: 500;
  color: #0077FF;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  line-height: 1;
}
.block-sorting {
  position: relative;
}
.block-sorting a {
  color: #14263A;
}
.custom-dropdown-content {
  white-space: nowrap;
}
.custom-dropdown-content a {
  background-color: rgba(0, 0, 0, 0);
}
.custom-dropdown-content a:hover {
  color: #0077FF;
  background-color: #FFFFFF;
}
.custom-dropdown-content a svg {
  opacity: 0;
}
.custom-dropdown-content a.active {
  color: #0077FF;
  background-color: #FFFFFF;
}
.custom-dropdown-content a.active svg {
  opacity: 1;
}
.tabs-wrapper {
  width: 100%;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}
@media screen and (min-width: 480px) {
  .tabs-wrapper {
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .tabs-wrapper {
    gap: 20px;
  }
}
@media screen and (max-width: 991.9px) {
  .tabs-wrapper {
    border-bottom: 1px solid #E4E4E4;
  }
}
@media screen and (min-width: 992px) {
  .tabs-wrapper {
    width: unset;
  }
}
.tabs-wrapper li {
  position: relative;
}
.tabs-wrapper li .btn-add-new {
  position: relative;
  top: -7px;
  width: 22px;
  height: 22px;
  border: unset;
  background-color: #80BBFF;
  color: #FFFFFF;
  transition: background-color 0.2s;
}
.tabs-wrapper li .btn-add-new:hover {
  background-color: #0077FF;
  opacity: 1;
}
.tabs-wrapper li .btn-add-new:focus {
  color: #FFFFFF;
}
.tabs-wrapper li:not(.active) a:hover {
  color: #0077FF;
}
.tabs-wrapper li.active a {
  color: #0077FF !important;
  font-weight: 500;
}
.tabs-wrapper li.active .icon-wrapper {
  background-color: #F9F9FC;
}
.tabs-wrapper li.active:after {
  width: 100%;
  background-color: #0077FF;
}
.tabs-wrapper li:after {
  content: "";
  left: 0;
  width: 0;
  right: 0;
  height: 1px;
  bottom: -1px;
  margin: auto;
  display: block;
  position: absolute;
}
.tabs-wrapper a {
  position: relative;
  padding-top: 4px;
  padding-bottom: 20px;
}
@media screen and (max-width: 479.9px) {
  .tabs-wrapper a {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 359.9px) {
  .tabs-wrapper a {
    font-size: 12px;
  }
}
.tabs-wrapper a .icon-wrapper {
  width: 26px;
  height: 26px;
  border-radius: 100%;
}
@media screen and (max-width: 479.9px) {
  .tabs-wrapper a .icon-wrapper {
    width: 20px;
    height: 20px;
  }
  .tabs-wrapper a .icon-wrapper svg {
    width: 12px;
    height: 12px;
  }
}
.management-btns button {
  padding: 0;
  width: 24px;
  height: 24px;
  border: unset;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.management-btns button:hover {
  background-color: #E4E4E4;
}
.management-btns a {
  padding: 0;
  width: 24px;
  height: 24px;
  border: unset;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.management-btns a:not(:last-child) {
  margin-right: 4px;
}
.management-btns a svg {
  color: #14263A;
}
.management-btns a:hover {
  background-color: #E4E4E4;
}
.options-area .btn-secondary[aria-expanded="true"] svg.chevron {
  transform: rotate(180deg);
}
.options-area .btn-secondary svg {
  top: -1px;
}
.message-time {
  white-space: nowrap;
  cursor: default;
  position: relative;
  z-index: 1;
}
.messages-wrapper .first-cell {
  width: 24px;
  min-width: 24px;
}
.messages-wrapper hr {
  color: #E4E4E4;
}
.messages-wrapper .message-heading-row {
  transition: all 0.25s ease-in-out;
}
.messages-wrapper .message-heading-row .message-time {
  z-index: 1;
}
.messages-wrapper .message-heading-row .btn-done {
  transition: opacity 0.2s;
}
.messages-wrapper .message-heading-row:not(:hover) .btn-done {
  opacity: 0;
}
.messages-wrapper .message-heading-row:hover {
  background: #F9F9FC;
}
.messages-wrapper .message-row .message-heading-content {
  width: calc(100% - 130px);
  min-width: calc(100% - 130px);
}
@media screen and (min-width: 992px) {
  .messages-wrapper .message-row .message-heading-content .message-theme {
    width: calc(100% - 270px);
  }
}
.messages-wrapper .message-row .message-body iframe {
  min-height: 300px;
}
@media screen and (min-width: 992px) {
  .messages-wrapper .message-row.reminder .message-heading-content .message-theme:before {
    content: "Reminder";
    background-color: #E6F1FF;
    border-radius: 50px;
    color: #0077FF;
    min-height: 24px;
    line-height: 1.334;
    padding: 4px 8px 4px 24px;
    margin-right: 8px;
    background-image: url(/images/icon-bell.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: left 8px center;
  }
}
@media screen and (max-width: 991.9px) {
  .messages-wrapper .message-row.reminder .message-heading-content {
    width: calc(100% - 170px);
  }
}
@media screen and (max-width: 991.9px) {
  .messages-wrapper .message-row.reminder .message-heading-row .cell-two:after {
    content: "";
    background-color: #E6F1FF;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    margin-left: 4px;
    background-image: url(/images/icon-bell.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.messages-wrapper .message-row .icon-wrapper {
  min-width: 24px;
  width: 24px;
  height: 24px;
  background-color: #66ADFF;
  border-radius: 100%;
  color: #FFFFFF;
}
.messages-wrapper .message-row .icon-wrapper.task {
  background-color: #FFBC66;
}
.messages-wrapper .message-row .lead-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #939393;
}
@media screen and (min-width: 992px) {
  .messages-wrapper .message-row .lead-name {
    max-width: 267px;
    padding-right: 40px;
  }
}
.messages-wrapper .message-row .message-theme {
  white-space: nowrap;
}
@media screen and (max-width: 767.9px) {
  .messages-wrapper .message-row .message-theme {
    padding-left: 56px;
  }
}
.messages-wrapper .message-row .message-theme p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.messages-wrapper .message-row .message-detail-wrapper {
  display: none;
}
@media screen and (min-width: 768px) {
  .messages-wrapper .message-row .message-detail-wrapper .message-detail-heading .message-theme {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 767.9px) {
  .messages-wrapper .message-row .message-detail-wrapper .message-detail-heading .message-theme {
    max-width: calc(100% - 70px);
    white-space: normal;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .messages-wrapper .message-row .message-detail-wrapper .message-detail-heading .message-theme {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 479.9px) {
  .messages-wrapper .message-row .message-detail-wrapper .message-detail-heading .btn-close {
    position: absolute;
    top: 19px;
    right: 8px;
    z-index: 5;
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 767.9px) {
  .messages-wrapper .message-row .message-detail-wrapper .message-detail-heading {
    flex-wrap: wrap;
  }
}
.messages-wrapper .message-row .message-detail-wrapper .message-detail-subheading .lead-name a:hover {
  text-decoration: underline;
}
.messages-wrapper .message-row.show .dashboard-single-item {
  display: none;
}
.messages-wrapper .message-row.show .message-detail-wrapper {
  display: block;
}
.message-heading-row, .message-detail-heading, .email-thread-item-header, .email-thread-message-detail {
  position: relative;
}
.message-heading-row .message-toggle, .message-detail-heading .message-toggle, .email-thread-item-header .message-toggle, .email-thread-message-detail .message-toggle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.message-heading-row input, .message-heading-row button, .message-heading-row a:not(.message-toggle), .message-detail-heading input, .message-detail-heading button, .message-detail-heading a:not(.message-toggle), .email-thread-item-header input, .email-thread-item-header button, .email-thread-item-header a:not(.message-toggle), .email-thread-message-detail input, .email-thread-message-detail button, .email-thread-message-detail a:not(.message-toggle) {
  position: relative;
  z-index: 1;
}
.email-thread-item {
  position: relative;
  border-top: 1px solid #E4E4E4;
}
.email-thread-item.draft-email:not(.show) > svg {
  top: 17px;
}
.email-thread-item.scheduled-email:not(.show) > svg {
  top: 15px;
}
.email-thread-item > svg {
  position: absolute;
  top: 13px;
  left: 18px;
  color: #939393;
  transform: rotate(-90deg);
  z-index: 1;
}
@media screen and (max-width: 991.9px) {
  .email-thread-item > svg {
    left: 16px;
  }
}
.email-thread-item .email-thread-item-header {
  white-space: nowrap;
  display: flex;
}
.email-thread-item .email-thread-item-header .email-thread-item-header-content {
  max-width: calc(100% - 165px);
}
.email-thread-item .email-thread-item-header .email-thread-item-header-content svg {
  min-width: 14px;
}
@media screen and (max-width: 767.9px) {
  .email-thread-item .email-thread-item-header .email-thread-item-header-content {
    order: 3;
    max-width: 100%;
    width: 100%;
  }
}
.email-thread-item .email-thread-item-header .email-thread-item-header-content div.text-grey {
  overflow: hidden;
  text-overflow: ellipsis;
}
.email-thread-item .email-thread-item-header .message-theme {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 22px);
  min-width: 150px;
}
@media screen and (min-width: 768px) {
  .email-thread-item .email-thread-item-header .message-theme {
    max-width: calc(100% - 30px);
  }
}
@media screen and (max-width: 767.9px) {
  .email-thread-item .email-thread-item-header {
    flex-wrap: wrap;
    padding-left: 16px;
  }
}
@media screen and (min-width: 768px) {
  .email-thread-item .email-thread-item-header {
    padding-left: 40px;
  }
}
.email-thread-item .email-thread-item-body {
  display: none;
}
.email-thread-item.show > svg {
  transform: rotate(0);
  top: 21px;
}
@media screen and (min-width: 768px) {
  .email-thread-item.show .email-thread-message-detail {
    padding-left: 40px !important;
  }
}
.email-thread-item.show .email-thread-item-header {
  display: none;
}
.email-thread-item.show .email-thread-item-body {
  display: block;
}
.flatpickr-calendar.open {
  z-index: 1 !important;
}
.datepicker-dropdown {
  z-index: 9999;
}
@media screen and (max-width: 991.9px) {
  .leads-list-page .heading-section .btns-area .btn {
    width: 100%;
  }
}
.leads-list-page .icon-wrapper {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #F9F9FC;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #66ADFF;
}
.leads-list-page table thead th {
  width: calc(100% / 3);
}
.leads-list-page table thead th.lead-name {
  min-width: 140px;
}
@media (min-width: 992px) {
  .block-sorting .custom-dropdown-content {
    transform: none !important;
    top: 20px !important;
  }
}
.lead-widget {
  width: 100%;
}
.lead-widget .lead-default-value {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 16px;
}
.lead-widget .lead-default-value span {
  width: calc(100% - 20px);
  display: flex;
  align-items: center;
  color: #282828;
}
.lead-widget .lead-default-value span svg {
  color: #0077FF;
  margin-right: 8px;
}
.lead-widget .lead-default-value svg {
  width: 12px;
  height: 12px;
  color: #282828;
}
.lead-widget .hidden-block .card-body {
  padding: 0;
  border-radius: 4px;
  border: 1px solid #E4E4E4;
  background-color: #FFFFFF;
  position: relative;
  margin-bottom: 5px;
}
.lead-widget .hidden-block .card-body .search-lead-block {
  width: 100%;
  position: relative;
}
.lead-widget .hidden-block .card-body .search-lead-block .form-control {
  width: 100%;
  border-radius: 4px 4px 0 0;
  border: none;
  border-bottom: 1px solid #E4E4E4;
}
.lead-widget .hidden-block .card-body .search-lead-block svg {
  position: absolute;
  top: 13px;
  right: 16px;
  color: #66ADFF;
}
.lead-widget .hidden-block .card-body .lead-status-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 7px 0 0;
}
.lead-widget .hidden-block .card-body .lead-status-list a {
  padding: 9px 16px;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #14263A;
  background: rgba(0, 0, 0, 0);
  transition: all 0.25s ease;
}
.lead-widget .hidden-block .card-body .lead-status-list a svg {
  color: #939393;
  width: 16px;
  height: 16px;
  opacity: 0;
  margin-right: 8px;
}
.lead-widget .hidden-block .card-body .lead-status-list a:hover {
  background: #F9F9FC;
}
.lead-widget .hidden-block .card-body .lead-status-list a:hover svg {
  opacity: 1;
}
.lead-widget .hidden-block .card-body .lead-status-list a.selected-element svg {
  opacity: 1;
  color: #0077FF;
}
.lead-widget .card-body {
  padding: 0;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: #FFFFFF;
  position: relative;
  margin-bottom: 5px;
}
.lead-widget .card-body .search-lead-block {
  width: 100%;
  position: relative;
}
.lead-widget .card-body .search-lead-block .form-control {
  width: 100%;
  border-radius: 4px 4px 0 0;
  border: none;
  border-bottom: 1px solid #E4E4E4;
}
.lead-widget .card-body .search-lead-block svg {
  position: absolute;
  top: 13px;
  right: 16px;
  color: #66ADFF;
}
.lead-widget .card-body .lead-status-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 7px 0 0;
}
.lead-widget .card-body .lead-status-list a {
  padding: 9px 16px;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #14263A;
  background: rgba(0, 0, 0, 0);
  transition: all 0.25s ease;
}
.lead-widget .card-body .lead-status-list a svg {
  color: #939393;
  width: 16px;
  height: 16px;
  opacity: 0;
  margin-right: 8px;
}
.lead-widget .card-body .lead-status-list a:hover {
  background: #F9F9FC;
}
.lead-widget .card-body .lead-status-list a:hover svg {
  opacity: 1;
}
.lead-widget .card-body .lead-status-list a.selected-element svg {
  opacity: 1;
  color: #0077FF;
}
.lead-widget .card-body select {
  padding-left: 40px;
}
.lead-widget .card-body .custom-select .ts-control {
  border: 1px solid #E4E4E4;
  cursor: pointer !important;
  border-radius: 4px;
  padding: 13px 16px 13px 40px !important;
}
.lead-widget .card-body .custom-select .ts-control .item {
  padding-left: 0;
}
.lead-widget .card-body .custom-select .ts-control .item:before {
  content: "";
  width: 16px !important;
  height: 16px;
  border-radius: 0;
  margin-right: 0;
  background: url("/images/icon-crm.svg") no-repeat center !important;
  position: absolute;
  left: -24px;
  top: 1px;
  bottom: auto;
}
.lead-widget .card-body .custom-select .ts-dropdown .dropdown-input-wrap {
  position: relative;
}
.lead-widget .card-body .custom-select .ts-dropdown .dropdown-input-wrap:after {
  content: "";
  width: 16px !important;
  height: 16px;
  border-radius: 0;
  margin-right: 0;
  background: url("/images/icon-search.svg") no-repeat center !important;
  position: absolute;
  right: 16px;
  top: 16px;
}
.lead-widget .card-body .custom-select .ts-dropdown .dropdown-input {
  padding: 13px 40px 13px 16px;
  border: none !important;
  border-bottom: 1px solid #E4E4E4 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.lead-widget .card-body .custom-select .ts-dropdown .dropdown-input::placeholder {
  color: #939393;
}
.lead-widget .card-body .custom-select .ts-dropdown-content {
  padding-top: 7px;
  padding-bottom: 7px;
}
.lead-widget .card-body .custom-select .ts-dropdown-content .option {
  color: #14263A;
  font-family: "Satoshi";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 8px 15px 8px 40px;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
}
.lead-widget .card-body .custom-select .ts-dropdown-content .option:before {
  width: 16px !important;
  height: 16px;
  top: auto;
  left: 15px;
  bottom: auto;
  transition: all 0.25s ease-in-out;
  background-image: url(/images/check-mark-hover.svg) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  opacity: 0;
}
.lead-widget .card-body .custom-select .ts-dropdown-content .option.active {
  background-color: rgba(0, 0, 0, 0);
  color: #14263A;
}
.lead-widget .card-body .custom-select .ts-dropdown-content .option:hover {
  background-color: #F9F9FC;
  color: #14263A;
}
.lead-widget .card-body .custom-select .ts-dropdown-content .option:hover:before {
  opacity: 1;
}
.lead-widget .card-body .custom-select .ts-dropdown-content .option.selected {
  background-color: rgba(0, 0, 0, 0);
  color: #14263A;
}
.lead-widget .card-body .custom-select .ts-dropdown-content .option.selected:before {
  background-image: url(/images/check-mark-select.svg) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  opacity: 1;
}
.lead-widget .card-body .custom-select .ts-dropdown-content .option.selected:hover {
  background-color: #F9F9FC;
  color: #14263A;
}
.widget-assignment .lcd-custom-ts-select.string-items .ts-control .item:first-child:before {
  content: "Assignment -";
}
.widget-tasks .lcd-custom-ts-select.has-icon .ts-control:before {
  background-image: url("/images/icon-user.svg");
}
.widget-tasks .lcd-custom-ts-select .ts-dropdown .ts-dropdown-content .option > span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 44px);
}
.widget-tasks form textarea {
  height: 48px;
  min-height: 48px;
  resize: vertical;
}
.widget-tasks .widget-task-card {
  border: 1px solid #E4E4E4;
  padding: 12px;
  border-top: unset;
}
.widget-tasks .widget-task-card:last-child {
  border-radius: 0 0 4px 4px;
}
.widget-tasks .widget-task-card .main-column {
  max-width: calc(100% - 48px);
}
.widget-tasks .widget-task-card .user-avatar {
  width: 28px;
  height: 28px;
}
.widget-tasks .widget-task-card .block-dates {
  row-gap: 5px;
  column-gap: 12px;
}
.widget-tasks .widget-task-card .created-date, .widget-tasks .widget-task-card .deadline-date {
  white-space: nowrap;
}
.widget-tasks .widget-task-card .content-wrapper {
  max-width: calc(100% - 36px);
}
.widget-tasks .widget-task-card .content-wrapper > p {
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget-tasks .widget-task-card .btns-area .edit-task-btn {
  opacity: 0;
}
.widget-tasks .widget-task-card:hover .btns-area .edit-task-btn {
  opacity: 1;
}
.widget-opportunities .lcd-custom-ts-select .option[data-status = "active"] .status-marker, .widget-opportunities .lcd-custom-ts-select .item[data-status = "active"] .status-marker {
  background-color: #FFBC66;
}
.widget-opportunities .lcd-custom-ts-select .option[data-status = "lost"] .status-marker, .widget-opportunities .lcd-custom-ts-select .item[data-status = "lost"] .status-marker {
  background-color: #E4E4E4;
}
.widget-opportunities .lcd-custom-ts-select .option[data-status = "won"] .status-marker, .widget-opportunities .lcd-custom-ts-select .item[data-status = "won"] .status-marker {
  background-color: #27AE60;
}
.widget-opportunities .lcd-custom-ts-select .status-marker {
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
.widget-opportunities .lcd-custom-ts-select .ts-control .item > svg.position-absolute {
  left: 0;
}
.widget-opportunities .lcd-custom-ts-select .ts-control .item .user-avatar {
  left: 0;
}
.widget-opportunities .lcd-custom-ts-select .ts-control .item > span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget-opportunities .lcd-custom-ts-select .ts-dropdown .ts-dropdown-content .option > span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 44px);
}
.widget-opportunities .opportunities-value {
  background-image: url("/images/icon-dollar.svg");
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-left: 32px;
}
.widget-opportunities .assign-dropdown .user-avatar {
  width: 20px;
  height: 20px;
}
.widget-opportunities textarea {
  min-height: 92px;
}
.widget-opportunities .user-avatar {
  width: 28px;
  height: 28px;
}
.widget-opportunities .description {
  border-top: 1px dashed #E4E4E4;
  margin-bottom: 12px;
}
.widget-opportunities .opportunity-single-card {
  padding: 12px 12px 0;
}
.widget-opportunities .opportunity-single-card .contact-row {
  padding: 12px 0;
  border-top: 1px dashed #E4E4E4;
}
.widget-opportunities .opportunity-single-card .contact-row .btns-area .btn-lcd-icon-round {
  color: #282828;
}
.widget-opportunities .opportunity-single-card .opport-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 6px;
  line-height: normal;
  min-height: 20px;
  text-transform: uppercase;
  color: #14263A;
  border-radius: 50px;
}
.widget-opportunities .opportunity-single-card .opport-status.status-active {
  background-color: #FFBC66;
}
.widget-opportunities .opportunity-single-card .opport-status.status-lost {
  background-color: #E4E4E4;
}
.widget-opportunities .opportunity-single-card .opport-status.status-won {
  background-color: #27AE60;
}
.widget-opportunities .single-customize-link {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  border-radius: 0 0 4px 4px;
}
.widget-opportunities .single-customize-link a {
  width: 100%;
  padding: 16px;
  display: flex;
  align-items: center;
  color: #14263A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.widget-opportunities .single-customize-link a svg {
  color: #939393;
  margin-right: 8px;
  width: 16px;
  height: 16px;
}
.widget-opportunities .single-customize-link a:hover {
  color: #0077FF;
}
.widget-opportunities .single-customize-link a:hover svg {
  color: #0077FF;
}
.widget-contacts .contact-item {
  width: 100%;
  display: flex;
  padding: 0 12px;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.widget-contacts .contact-item .contact-item-content {
  overflow: hidden;
  padding: 12px 12px 12px 0;
  width: 100%;
  height: 100%;
}
.widget-contacts .contact-item .contact-item-content p {
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget-contacts .contact-item p {
  margin-bottom: 0;
}
.widget-contacts .contact-item .btns-area {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.widget-contacts .contact-item .btns-area span {
  align-items: center;
}
.widget-contacts .contact-item .btns-area .btn-lcd-icon-round {
  color: #14263A;
}
.widget-contacts table {
  width: 100%;
  background-color: #F9F9FC;
}
.widget-contacts table tr:last-child {
  border-bottom: unset;
}
.widget-contacts table td:first-child {
  padding-left: 16px;
}
.widget-contacts table td:last-child {
  padding-right: 16px;
}
.app-contact-block .app-contact-hidden {
  display: none;
}
.app-contact-block.show .app-contact-hidden {
  display: block;
}
.app-contact-block .app-contact-toggle {
  cursor: pointer;
}
.filter-block .lead-filter {
  gap: 8px;
}
.filter-block .lead-filter .lead-filter-col select:not(.tomselected) {
  display: none;
}
.filter-block .lead-filter .lead-filter-col .filter-placeholder {
  position: relative;
  line-height: 18px;
  padding: 6px 36px 6px 24px;
}
.filter-block .lead-filter .lead-filter-col .filter-placeholder:before, .filter-block .lead-filter .lead-filter-col .filter-placeholder:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.filter-block .lead-filter .lead-filter-col .filter-placeholder:before {
  top: 7px;
  left: 0;
}
.filter-block .lead-filter .lead-filter-col .filter-placeholder:after {
  background-image: url("/images/caret.svg");
  background-size: 10px;
  background-position: center;
  right: 12px;
  top: 8px;
}
.filter-block .lead-filter .lead-filter-col .ts-wrapper ~ .filter-placeholder {
  display: none !important;
}
.filter-block .lead-filter .lead-filter-col .ts-wrapper.has-items .ts-control:not(.selected-items) > span {
  display: none;
}
.filter-block .lead-filter .lead-filter-col .ts-wrapper .ts-dropdown {
  width: unset;
}
.filter-block .lead-filter .lead-filter-col .ts-wrapper .ts-dropdown .option {
  display: flex;
  white-space: nowrap;
  font-size: 0.875rem;
}
@media screen and (min-width: 400px) and (max-width: 991.9px) {
  .filter-block .lead-filter .lead-filter-col {
    width: calc(50% - 4px);
  }
}
@media screen and (max-width: 399.9px) {
  .filter-block .lead-filter .lead-filter-col {
    width: 100%;
  }
}
.filter-block .lead-filter .ts-control {
  border: unset;
  min-height: unset;
  white-space: nowrap;
  padding: 6px 36px 6px 24px !important;
  cursor: pointer;
}
.filter-block .lead-filter .ts-control:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 7px;
  left: 0;
  background-repeat: no-repeat;
}
.filter-block .lead-filter .ts-control.selected-items .item {
  display: none;
}
.filter-block .lead-filter .ts-control > span {
  font-size: 0.875rem;
}
.filter-block .lead-filter .ts-control .item {
  font-size: 0.875rem;
  background-color: unset;
  pointer-events: none;
  padding: 0;
  margin: 0;
}
.filter-block .lead-filter .ts-control input {
  display: none !important;
}
.filter-block .lead-filter .ts-control:after {
  top: 8px;
  right: 12px;
  width: 16px;
  height: 16px;
  background-position: center !important;
}
.filter-block .lead-filter .activity-filter .ts-control:before {
  background-image: url("/images/icons/icon-flag.svg");
}
.filter-block .lead-filter .activity-filter .ts-dropdown .option .activity-type {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #E4E4E4;
}
.filter-block .lead-filter .activity-filter ~ .filter-placeholder:before {
  background-image: url("/images/icons/icon-flag.svg");
}
.filter-block .lead-filter .users-filter .ts-control:before {
  background-image: url("/images/icons/icon-users.svg");
}
.filter-block .lead-filter .users-filter ~ .filter-placeholder:before {
  background-image: url("/images/icons/icon-users.svg");
}
.filter-block .lead-filter .contacts-filter .ts-control:before {
  background-image: url("/images/icons/icon-contacts.svg");
}
.filter-block .lead-filter .contacts-filter ~ .filter-placeholder:before {
  background-image: url("/images/icons/icon-contacts.svg");
}
.filter-block .lead-filter .time-filter {
  padding: 6px 0;
}
.filter-block .lead-filter .time-filter > span {
  font-size: 0.875rem;
}
@media screen and (min-width: 992px) {
  .filter-block .lead-filter .time-filter > span {
    max-width: 105px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.filter-block .lead-filter .time-filter input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  padding: 0 !important;
  visibility: hidden !important;
}
.filter-block .lead-filter .time-filter input.active ~ .chevron {
  transform: rotate(180deg);
}
@media screen and (min-width: 1400px) {
  .filter-block .lead-filter {
    max-width: calc(100% - 260px);
  }
}
@media screen and (min-width: 1400px) {
  .filter-block .search-wrapper {
    max-width: 260px;
  }
}
.single-item.item-type-email .icon-wrapper.error:before {
  content: "";
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 100%;
  background-color: #EB5757;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/images/exclamation-point.svg");
}
.single-item.item-type-email .item-content-box {
  display: flex;
  border-top: 1px solid #E4E4E4;
  padding-left: 16px;
  padding-right: 12px;
  min-height: 40px;
}
.single-item.item-type-email .item-content-box .lcd-trigger {
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.single-item.item-type-email .item-content-box.choose-from-email .lcd-custom-ts-select {
  flex: 1 1 auto;
}
.single-item.item-type-email .item-content-box.choose-from-email .lcd-custom-ts-select:not(.dropdown-active) .ts-control:after {
  opacity: 0.6;
}
.single-item.item-type-email .item-content-box.choose-from-email .lcd-custom-ts-select .ts-control {
  padding: 0 20px 0 0 !important;
  align-items: center;
  border: unset;
}
.single-item.item-type-email .item-content-box.choose-from-email .lcd-custom-ts-select .ts-control input {
  font-size: 0.75rem;
}
.single-item.item-type-email .item-content-box.choose-from-email .lcd-custom-ts-select .ts-control .item {
  color: #939393;
  overflow: hidden;
  font-size: 0.75rem;
  text-overflow: ellipsis;
}
.single-item.item-type-email .item-content-box.choose-from-email .lcd-custom-ts-select .ts-control:after {
  width: 20px;
  background-position: center right;
}
.single-item.item-type-email .item-content-box.choose-from-email .lcd-custom-ts-select .ts-dropdown .option {
  font-size: 14px;
}
.single-item.item-type-email .item-content-box.choose-to-emails {
  position: relative;
}
.single-item.item-type-email .item-content-box.choose-to-emails .direction {
  height: 40px;
}
.single-item.item-type-email .item-content-box.choose-to-emails .ts-wrapper {
  width: 100%;
  max-width: calc(100% - 83px);
  padding-right: 10px;
}
.single-item.item-type-email .item-content-box.choose-to-emails .ts-wrapper.input-active .ts-control input {
  min-height: 27px !important;
}
.single-item.item-type-email .item-content-box.choose-to-emails .ts-control {
  gap: 4px;
  border: unset;
  min-height: 40px;
  padding: 6px 10px 6px 0 !important;
  overflow-x: auto;
}
.single-item.item-type-email .item-content-box.choose-to-emails .ts-control .item {
  margin: 0;
  display: flex;
  min-height: 23px;
  padding: 3px 12px;
  border-radius: 80px;
  color: #14263A;
  background-color: #E6F1FF;
}
.single-item.item-type-email .item-content-box.choose-to-emails .ts-control .item:hover .remove {
  background-color: unset;
}
.single-item.item-type-email .item-content-box.choose-to-emails .ts-control:after {
  display: none;
}
.single-item.item-type-email .item-content-box.choose-to-emails .ts-dropdown {
  min-width: 111px;
}
.single-item.item-type-email .item-content-box.choose-to-emails .ts-dropdown .option {
  padding-left: 40px;
}
.single-item.item-type-email .item-content-box.choose-to-emails .ts-dropdown .option svg.icon-check {
  position: absolute;
  left: 16px;
  top: 21px;
}
.single-item.item-type-email .item-content-box.choose-to-emails .btns-area {
  top: 11px;
}
.single-item.item-type-email .item-content-box.choose-to-emails .ts-control, .single-item.item-type-email .item-content-box.choose-cc-emails .ts-control, .single-item.item-type-email .item-content-box.choose-bcc-emails .ts-control {
  gap: 4px;
  border: unset;
  min-height: 40px;
  padding: 6px 10px 6px 0 !important;
}
.single-item.item-type-email .item-content-box.choose-to-emails .ts-control .item, .single-item.item-type-email .item-content-box.choose-cc-emails .ts-control .item, .single-item.item-type-email .item-content-box.choose-bcc-emails .ts-control .item {
  margin: 0;
  display: flex;
  min-height: 23px;
  padding: 3px 12px;
  border-radius: 80px;
  color: #14263A;
  background-color: #E6F1FF;
}
.single-item.item-type-email .item-content-box.choose-to-emails .ts-control .item:hover .remove, .single-item.item-type-email .item-content-box.choose-cc-emails .ts-control .item:hover .remove, .single-item.item-type-email .item-content-box.choose-bcc-emails .ts-control .item:hover .remove {
  background-color: unset;
}
@media screen and (max-width: 767.9px) {
  .single-item.item-type-email .item-content-box.choose-template-box .w-mb-50:first-child {
    border-bottom: 1px solid #E4E4E4;
  }
}
@media screen and (max-width: 767.9px) {
  .single-item.item-type-email .item-content-box.choose-template-box .w-mb-50 {
    padding: 0 12px 0 16px;
  }
}
.single-item.item-type-email .item-content-box.choose-template-box .form-control {
  border: unset;
  min-height: 40px;
  padding-left: 0;
}
.single-item.item-type-email .item-content-box.choose-template-box .lb-select {
  font-size: 0.75rem;
}
.single-item.item-type-email .item-content-box.choose-template-box .lb-select input {
  font-size: inherit !important;
  outline: none;
}
.single-item.item-type-email .item-content-box.choose-template-box .lb-select .ts-control {
  border-width: 0;
  border-left-width: 1px;
  border-radius: 0;
  padding: 0 0 0 12px !important;
  min-height: 18px;
  outline: none;
  font-size: inherit;
}
.single-item.item-type-email .item-content-box.choose-template-box .lb-select .ts-control:after {
  font-size: 12px;
  color: white;
}
.single-item.item-type-email .item-content-box.choose-template-box .ts-control {
  font-size: 12px !important;
  align-items: center;
}
.single-item.item-type-email .item-content-box.choose-template-box .lcd-custom-ts-select:not(.dropdown-active) .ts-control:after {
  opacity: 0.6;
}
.single-item.item-type-email .item-content-box.choose-template-box .lcd-custom-ts-select.dropdown-active .ts-control:after {
  background-position: top 13px right;
}
.single-item.item-type-email .item-content-box.choose-template-box .lcd-custom-ts-select .ts-control {
  min-height: 40px;
  padding-right: 48px !important;
  border: unset;
}
.single-item.item-type-email .item-content-box.choose-template-box .lcd-custom-ts-select .ts-control:after {
  background-position: center right;
  width: 20px;
}
@media screen and (min-width: 768px) {
  .single-item.item-type-email .item-content-box.choose-template-box .lcd-custom-ts-select .ts-control {
    padding-left: 12px !important;
  }
  .single-item.item-type-email .item-content-box.choose-template-box .lcd-custom-ts-select .ts-control:before {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 16px;
    margin: auto;
    position: absolute;
    background-color: #E4E4E4;
  }
}
@media screen and (max-width: 767.9px) {
  .single-item.item-type-email .item-content-box.choose-template-box .lcd-custom-ts-select .ts-control {
    padding-left: 0 !important;
  }
}
.single-item.item-type-email .item-content-box.choose-template-box .clear-template-input {
  top: 9px;
  right: 30px;
  z-index: 99;
  width: 16px;
  height: 16px;
  background-size: 9px;
}
@media screen and (min-width: 768px) {
  .single-item.item-type-email .item-content-box.choose-template-box .clear-template-input {
    top: 10px;
    right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .single-item.item-type-email .item-content-box.choose-template-box {
    gap: 10px;
  }
}
@media screen and (max-width: 767.9px) {
  .single-item.item-type-email .item-content-box.choose-template-box {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-item.item-type-email .item-content-box:not(.choose-to-emails) .ts-control {
  min-height: 40px;
}
.single-item.item-type-email .item-content-box .direction {
  min-width: 32px;
}
.single-item.item-type-email .item-footer {
  border-top: 1px solid #E4E4E4;
  padding: 12px 12px 12px 16px;
}
.single-item.item-type-email .section-manipulations {
  padding-top: 7px;
  padding-bottom: 8px;
}
.single-item.item-type-email .section-manipulations > div {
  gap: 10px;
}
.single-item.item-type-email .section-manipulations .sequence-period .btn-secondary {
  padding-left: 12px;
}
.single-item.item-type-email .section-manipulations .sequence-period .btn-secondary:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: #E4E4E4;
  color: #282828;
  opacity: 1;
}
.single-item.item-type-email .section-manipulations .sequence-period .dropdown .dropdown-toggle:after {
  display: none;
}
.single-item.item-type-email .section-manipulations .sequence-period .dropdown .dropdown-toggle[aria-expanded="true"] svg {
  transform: rotateX(180deg);
}
.single-item.item-type-email .section-manipulations .sequence-period .dropdown .dropdown-menu {
  padding: 10px;
}
.single-item.item-type-email .section-manipulations .sequence-period .dropdown .dropdown-menu .calendar-container {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #E4E4E4;
}
.single-item.item-type-email .section-manipulations .sequence-period .dropdown .dropdown-menu .period-buttons {
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
}
.single-item.item-type-email .section-manipulations .sequence-period .dropdown .dropdown-menu .period-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  text-decoration: none;
  color: #282828;
  background: #E4E4E4;
  padding: 3px;
  font-size: 14px;
}
.single-item.item-type-email .section-manipulations .sequence-period .dropdown .dropdown-menu .period-buttons a:hover {
  color: #FFFFFF;
  background: #0077FF;
}
.single-item.item-type-email .section-manipulations .sequence-period .dropdown .dropdown-menu .period-buttons a:focus {
  color: #FFFFFF;
  background: #0077FF;
}
.single-item.item-type-email .section-manipulations .sequence-period .dropdown .dropdown-menu .period-buttons a:active, .single-item.item-type-email .section-manipulations .sequence-period .dropdown .dropdown-menu .period-buttons a.active {
  color: #FFFFFF;
  background: #0077FF;
}
.single-item.item-type-email .section-manipulations .sequence-wrapper .lcd-custom-ts-select {
  font-size: 0.75rem;
}
.single-item.item-type-email .section-manipulations .sequence-wrapper .lcd-custom-ts-select.ts-wrapper:not(.has-items) .ts-control .items-placeholder {
  display: block !important;
}
.single-item.item-type-email .section-manipulations .sequence-wrapper .lcd-custom-ts-select .ts-control {
  padding: 2px 24px 2px 12px !important;
  min-height: 24px;
  align-items: center;
}
.single-item.item-type-email .section-manipulations .sequence-wrapper .lcd-custom-ts-select .ts-control:after {
  width: 24px;
  background-size: 8px;
  background-position: center;
}
.single-item.item-type-email .section-manipulations .sequence-wrapper .lcd-custom-ts-select .ts-control .item {
  font-size: 0.75rem;
}
.single-item.item-type-email .section-manipulations .sequence-wrapper .lcd-custom-ts-select input {
  font-size: 0.75rem;
  outline: none;
}
.single-item.item-type-email .section-manipulations .sequence-wrapper .lcd-custom-ts-select .ts-dropdown {
  width: unset;
}
.single-item.item-type-email .section-manipulations .sequence-wrapper .lcd-custom-ts-select .ts-dropdown-content {
  font-size: inherit;
}
.single-item.item-type-email .section-manipulations .sequence-wrapper .lcd-custom-ts-select .ts-dropdown-content .option {
  padding: 5px 5px 5px 35px;
  font-size: 0.875rem;
  white-space: nowrap;
}
.single-item.item-type-email .section-manipulations .section-enroll-sequence {
  gap: 15px;
}
.single-item.item-type-email .section-manipulations .section-enroll-sequence .lcd-custom-ts-select {
  max-width: 416px;
  width: 100%;
}
.single-item.item-type-email .section-manipulations .section-enroll-sequence .lcd-custom-ts-select .ts-control {
  padding: 2px 20px 2px 12px !important;
  line-height: 18px !important;
  min-height: 24px;
}
.single-item.item-type-email .section-manipulations .section-enroll-sequence .lcd-custom-ts-select .ts-control:after {
  width: 30px;
}
.single-item.item-type-email .section-manipulations .section-enroll-sequence .lcd-custom-ts-select .ts-control input {
  font-size: 12px !important;
  line-height: 18px !important;
}
.single-item.item-type-email .section-manipulations .section-enroll-sequence .lcd-custom-ts-select .ts-control .single-sequence-row {
  display: flex;
  align-items: center;
  color: #14263A;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.single-item.item-type-email .section-manipulations .section-enroll-sequence .lcd-custom-ts-select .ts-control .single-sequence-row .steps-count {
  display: flex;
  align-items: center;
  padding-left: 12px;
  color: #0077FF;
  position: relative;
}
.single-item.item-type-email .section-manipulations .section-enroll-sequence .lcd-custom-ts-select .ts-control .single-sequence-row .steps-count:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #E4E4E4;
  position: absolute;
  top: auto;
  left: 4px;
}
.single-item.item-type-email .section-manipulations .section-enroll-sequence .lcd-custom-ts-select .ts-control .single-sequence-row:not(:nth-last-child(2)) {
  margin-right: 4px;
}
.single-item.item-type-email .section-manipulations .section-enroll-sequence .lcd-custom-ts-select .ts-control .single-sequence-row:not(:nth-last-child(2)):after {
  content: ",";
}
.single-item.item-type-email .section-manipulations .section-enroll-sequence .lcd-custom-ts-select .ts-dropdown .ts-dropdown-content .single-sequence-row {
  display: flex;
  align-items: center;
  color: #14263A;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.single-item.item-type-email .section-manipulations .section-enroll-sequence .lcd-custom-ts-select .ts-dropdown .ts-dropdown-content .single-sequence-row .steps-count {
  display: flex;
  align-items: center;
  padding-left: 12px;
  color: #0077FF;
  position: relative;
}
.single-item.item-type-email .section-manipulations .section-enroll-sequence .lcd-custom-ts-select .ts-dropdown .ts-dropdown-content .single-sequence-row .steps-count:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #E4E4E4;
  position: absolute;
  top: auto;
  left: 4px;
}
.single-item.item-type-email .section-manipulations .section-enroll-sequence .form-check {
  min-height: unset;
}
.single-item.item-type-email .section-manipulations .section-enroll-sequence .form-check .form-check-input {
  top: 3px;
  position: relative;
}
.single-item.item-type-email .message-body {
  border-top: 1px solid #E4E4E4;
}
.single-item.item-type-email .message-body .tox.tox-tinymce {
  border: unset;
}
.single-item.item-type-email .message-body .tox .tox-statusbar {
  display: none;
}
.single-item.item-type-email .schedueld-block-header .schedule-block-label {
  min-height: 19px;
  padding: 1px 6px;
  line-height: 16px;
  font-size: 0.75rem;
  border-radius: 50px;
  color: #14263A;
  background-color: #E4E4E4;
  cursor: default;
}
.single-item.item-type-email .schedueld-block-header .btn-secondary {
  min-height: 19px;
  padding: 1px 6px;
  line-height: 16px;
  font-size: 0.75rem !important;
}
.single-item.item-type-task .icon-wrapper {
  background-color: rgba(93, 95, 239, 0.1);
  color: #5D5FEF;
}
.single-item.item-type-task .user-area {
  min-height: 24px;
}
.single-item.item-type-task .bg-green {
  padding: 3px 6px;
  height: 24px;
}
.single-item.item-type-task .item-header {
  white-space: nowrap;
}
.single-item.item-type-task .item-description {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.single-item.item-type-text .item-body {
  border-top: unset;
  position: relative;
}
.single-item.item-type-text .item-body textarea {
  width: 100%;
  padding: 10px 16px;
  border: none;
  min-height: 41px;
  transition: 0.2s;
}
.single-item.item-type-text .item-body .btns-area {
  padding: 10px 12px;
  display: none;
}
.single-item.item-type-text .item-body .btns-area .btn-xs {
  min-height: 28px;
  padding: 4px 12px;
}
.single-item.item-type-text .item-body .btns-area .btn-icon {
  width: 28px;
  height: 28px;
  border: 1px solid #E4E4E4;
  border-radius: 100%;
}
.single-item.item-type-text .item-body:not(.editing) textarea {
  height: 39px;
  overflow: hidden;
}
.single-item.item-type-text .item-body.editing textarea {
  width: calc(100% - 125px);
}
.single-item.item-type-text .item-body.editing .btns-area {
  display: flex;
}
.single-item:not(.single-note-list-item) .item-body .btns-area {
  display: flex;
}
.single-item.single-note-list-item .item-body:not(.editing) textarea {
  height: 39px;
}
.single-item.single-note-list-item .item-body:not(.editing) .btns-area-edit {
  padding: 12px 12px;
}
.single-item.single-note-list-item .item-body:not(.editing):after {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15px;
  display: block;
  position: absolute;
  pointer-events: none;
  border-radius: 0 0 4px 4px;
  background-image: linear-gradient(0deg, #fff, transparent);
}
.single-item.single-note-list-item .item-body.editing textarea {
  width: calc(100% - 125px);
}
.single-item.single-note-list-item .item-body.editing .btns-area {
  display: flex;
}
@media screen and (max-width: 575.9px) {
  .single-item.item-type-notification .item-header .user-wrapper .cropped-text {
    max-width: 80px !important;
  }
}
.single-lead-page .left-sidebar .lead-channel-status .ts-control:before {
  background-image: url("/images/icon-crm.svg");
}
.single-lead-page .left-sidebar .lead-assignment-select .ts-control:before {
  background-image: url("/images/icon-user.svg");
}
.single-lead-page .left-sidebar .lcd-widget.has-items .create-block, .single-lead-page .left-sidebar .lcd-widget.show-form .create-block {
  border-radius: 4px 4px 0 0;
}
.single-lead-page .left-sidebar .lcd-widget.has-items.show-form .lcd-widget-form {
  border-radius: 0;
  margin-bottom: 0;
}
.single-lead-page .left-sidebar .lcd-widget:not(.show-form) .lcd-widget-form {
  display: none !important;
}
.single-lead-page .left-sidebar .lcd-widget .create-block {
  border: 1px solid #E4E4E4;
  padding: 10px 12px;
  border-radius: 4px;
}
.single-lead-page .left-sidebar .lcd-widget .lcd-widget-form {
  border: 1px solid #E4E4E4;
  border-radius: 0 0 4px 4px;
  padding: 16px 12px;
  border-top: unset;
}
.single-lead-page .left-sidebar .lcd-widget .widget-item-card {
  border: 1px solid #E4E4E4;
  border-top: 0;
  overflow: hidden;
}
.single-lead-page .left-sidebar .lcd-widget .widget-item-card:last-child {
  border-radius: 0 0 4px 4px;
}
.single-lead-page .left-sidebar .widget-about-company .widget-about-company-info {
  width: 100%;
}
.single-lead-page .left-sidebar .widget-about-company .widget-about-company-info h4 {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.single-lead-page .left-sidebar .widget-about-company .widget-about-company-info h4 span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.single-lead-page .left-sidebar .widget-about-company .widget-about-company-info h4 a {
  display: none;
  color: #14263A;
  margin-left: 25px;
  text-decoration: none;
}
.single-lead-page .left-sidebar .widget-about-company .widget-about-company-info h4 a svg {
  width: 16px;
  height: 16px;
}
.single-lead-page .left-sidebar .widget-about-company .widget-about-company-info .edit-title-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 8px;
  border-radius: 50px;
  background: #F9F9FC;
  color: #14263A;
  left: auto;
  right: 0;
  text-decoration: none;
}
.single-lead-page .left-sidebar .widget-about-company .widget-about-company-info .edit-title-link svg {
  width: 16px;
  height: 16px;
}
.single-lead-page .left-sidebar .widget-about-company .widget-about-company-info.widget-about-company-info-edit h4 a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-lead-page .left-sidebar .widget-about-company .widget-about-company-form {
  width: 100%;
}
.single-lead-page .left-sidebar .widget-about-company h4 {
  word-break: break-word;
}
@media screen and (min-width: 992px) {
  .single-lead-page .left-sidebar {
    max-width: 330px;
  }
}
@media screen and (min-width: 1200px) {
  .single-lead-page .left-sidebar {
    max-width: 440px;
  }
}
@media screen and (min-width: 992px) {
  .single-lead-page .main-content {
    width: calc(100% - 330px);
  }
}
@media screen and (min-width: 1200px) {
  .single-lead-page .main-content {
    width: calc(100% - 440px);
  }
}
.single-lead-page .single-item {
  padding-left: 48px;
  position: relative;
}
.single-lead-page .single-item .icon-wrapper {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  position: absolute;
  top: 4px;
  left: 0;
}
.single-lead-page .single-item .icon-wrapper:after {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #E4E4E4;
  position: absolute;
  right: -16px;
}
.single-lead-page .single-item .item-header {
  padding: 10px 12px 10px 16px;
}
.single-lead-page .single-item .item-header p {
  margin-bottom: 0;
}
.single-lead-page .single-item .item-header .header-content {
  max-width: calc(100% - 110px);
}
.single-lead-page .single-item .item-header .user-wrapper {
  margin-top: 1px;
  white-space: nowrap;
}
.single-lead-page .single-item .item-header .user-wrapper .text-grey {
  max-width: 150px;
}
.single-lead-page .single-sequence-item .single-item .icon-wrapper {
  background: #FDEEEE;
}
.single-lead-page .single-sequence-item .single-item .icon-wrapper svg {
  color: #EB5757;
}
.single-lead-page .single-sequence-item .single-item .item-header p {
  color: #14263A;
}
.single-lead-page .single-sequence-item .single-item .item-header p span {
  color: #0077FF;
}
.app-search-lead-input:disabled {
  background: #FFFFFF;
}
.wysiwyg-block {
  border-radius: 2px 2px 0 0;
  border: 1px solid #E4E4E4;
  display: flex;
  flex-direction: column;
}
.wysiwyg-block .tox-tinymce {
  border: unset;
}
.wysiwyg-block textarea {
  min-height: 190px;
  padding: 5px 10px;
  resize: none;
  border: unset;
  font-size: 1rem;
}
.wysiwyg-block .control-bar {
  padding: 12px 16px;
  border-top: 1px solid #E4E4E4;
  display: flex;
  align-items: center;
  position: relative;
}
.wysiwyg-block .control-bar .btn {
  padding: 0;
  border: none;
}
.wysiwyg-block .control-bar .btn:not(:last-child) {
  margin-right: 16px;
}
.wysiwyg-block .control-bar .btn:not(:hover) {
  color: #939393;
}
.wysiwyg-block .control-bar .btn:hover {
  color: #0077FF;
}
.wysiwyg-block .control-bar .hidden-tooltip {
  position: absolute;
  top: 12px;
  left: 16px;
  width: 48px;
  height: 16px;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
}
.attach-files-block {
  width: calc(100% - 32px);
  padding: 16px 0 24px;
  margin: 16px 16px 0;
  border-top: 1px solid #E4E4E4;
}
.attach-files-block > p {
  margin-bottom: 16px;
  color: #14263A;
}
.custom-tooltip .tooltip-inner {
  background-color: #FFFFFF;
  color: #282828;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.custom-tooltip[data-popper-placement^=right] .tooltip-arrow::before {
  border-right-color: #FFFFFF !important;
}
.custom-tooltip[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-bottom-color: #FFFFFF !important;
}
.custom-tooltip[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: #FFFFFF !important;
}
.custom-tooltip[data-popper-placement^=left] .tooltip-arrow::before {
  border-left-color: #FFFFFF !important;
}
.account-content-wrapper .block-profile-image .user-avatar {
  width: 40px;
  height: 40px;
}
.account-content-wrapper .block-profile-image .user-avatar.no-photo span {
  font-size: 1rem;
}
.account-content-wrapper .text-block {
  max-width: 630px;
}
.general-content-wrapper form {
  /*max-width: 324px;*/
  max-width: 600px;
}
.team-management .phone-link {
  color: black;
}
.team-management .search-area {
  margin-bottom: 10px;
}
.team-management .search-wrapper {
  max-width: 300px;
}
.team-management .search-wrapper .input-group .form-control {
  border-radius: 4px 0 0 4px !important;
}
.team-management .search-filter {
  margin-left: 1px;
  max-width: calc(100% - 301px);
}
.team-management .search-filter .lcd-custom-select.has-items .ts-control {
  padding: 4px 30px 3px 8px !important;
}
.team-management .search-filter .lcd-custom-select .ts-control {
  min-height: unset;
  border: unset;
  background-color: #F9F9FC;
  border-radius: 0 4px 4px 0;
  padding: 7px 30px 7px 24px !important;
}
.team-management .search-filter .lcd-custom-select .ts-control input {
  width: 55px;
  min-width: unset;
}
.team-management .search-filter .lcd-custom-select .ts-control:after {
  right: 8px;
  top: 8px;
}
.team-management .search-filter .lcd-custom-select .ts-dropdown {
  width: 174px;
}
.team-management table thead tr th:first-child {
  width: 200px;
  max-width: 200px;
}
.team-management table tbody tr td:first-child {
  width: 200px;
  max-width: 200px;
}
.team-management table tbody tr td:first-child > div > span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.team-management table tbody tr td:nth-last-child(2) {
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 240px;
}
.roles-wrapper .card-wrapper .members-row {
  display: block;
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.roles-wrapper .card-wrapper .border-card {
  margin-bottom: 24px;
  height: calc(100% - 24px);
  position: relative;
}
.roles-wrapper .card-wrapper .border-card .border-card-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.roles-wrapper .card-wrapper .border-card .border-card-refer {
  position: relative;
  z-index: 2;
}
.roles-wrapper .card-wrapper .border-card .title a {
  color: #14263A;
}
.roles-wrapper .card-wrapper .border-card.active {
  border-color: #4DA0FF;
}
.roles-wrapper .card-wrapper .border-card.active .title {
  position: relative;
  font-weight: 700;
}
.roles-wrapper .card-wrapper .border-card.add-new {
  border: 1px dashed #CCE4FF;
}
@media screen and (min-width: 768px) {
  .roles-wrapper .card-wrapper {
    max-width: 241px;
  }
}
.border-card {
  border: 1px solid #E4E4E4;
}
.statuses-group {
  padding-bottom: 32px;
}
.statuses-group .btn {
  min-height: 28px;
}
.statuses-group .status-wrapper {
  width: 61px;
  text-align: left;
}
.statuses-group .status-wrapper .opport-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #14263A;
  border-radius: 50px;
}
.status-active {
  background: #FF8F00;
}
.status-won {
  background: #27AE60;
}
.status-lost {
  background: #E4E4E4;
}
.status-new {
  background: #2D9CDB;
}
.status-talking {
  background: #9B51E0;
}
.status-customer {
  background: #ff3c00;
}
.status-select .custom-select .ts-control {
  cursor: pointer !important;
}
.status-select .custom-select .item {
  position: relative;
  padding-left: 16px;
  cursor: pointer;
}
.status-select .custom-select .item:before {
  content: "";
  width: 8px !important;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
  background: rgba(0, 0, 0, 0) !important;
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 0;
}
.status-select .custom-select .item[data-value="active"]:before {
  background: #FF8F00 !important;
}
.status-select .custom-select .item[data-value="won"]:before {
  background: #27AE60 !important;
}
.status-select .custom-select .item[data-value="lost"]:before {
  background: #E4E4E4 !important;
}
.status-select .custom-select .item[data-value="new"]:before {
  background: #2D9CDB !important;
}
.status-select .custom-select .item[data-value="talking"]:before {
  background: #9B51E0 !important;
}
.status-select .custom-select .item[data-value="customer"]:before {
  background: #ff3c00 !important;
}
.status-select .custom-select .option:before {
  content: "";
  width: 8px !important;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
  background: rgba(0, 0, 0, 0) !important;
  position: absolute;
  left: 18px;
  top: 11px;
  bottom: 0;
}
.status-select .custom-select .option[data-value="active"]:before {
  background: #FF8F00 !important;
}
.status-select .custom-select .option[data-value="won"]:before {
  background: #27AE60 !important;
}
.status-select .custom-select .option[data-value="lost"]:before {
  background: #E4E4E4 !important;
}
.status-select .custom-select .option[data-value="new"]:before {
  background: #2D9CDB !important;
}
.status-select .custom-select .option[data-value="talking"]:before {
  background: #9B51E0 !important;
}
.status-select .custom-select .option[data-value="customer"]:before {
  background: #ff3c00 !important;
}
.status-select .custom-select .option.selected {
  background-color: #F9F9FC;
}
.status-select .custom-select .option.selected:before {
  content: "";
  width: 11px;
  height: 8px;
  position: absolute;
  left: 18px;
  top: 11px;
  bottom: 0;
  background-image: url("/images/check-mark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.templates .search-wrapper {
  max-width: 100%;
}
.templates form {
  max-width: 384px;
  width: 100%;
  margin-right: 16px;
}
.templates .btns-area .btn {
  color: #66ADFF;
  border: unset;
  padding: 3px 12px;
}
.templates .btns-area .btn:not(:last-child) {
  margin-right: 8px;
}
.templates .btns-area .btn.active {
  color: #FFFFFF;
  background-color: #0077FF;
}
.templates table tr:last-child {
  border: unset;
}
.templates table td:not(:last-child) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.templates table td:last-child {
  width: 50px;
}
.tox .tox-statusbar__path-item {
  opacity: 0;
}
.attach-file-label {
  padding: 0;
  border: none;
  min-height: auto;
  background: rgba(0, 0, 0, 0);
}
.email-template .form-group {
  max-width: 500px;
}
.email-template .form-group.subject-wrapper {
  max-width: 575px;
}
.email-template .input-group .form-control {
  padding-left: 12px;
}
.email-template .input-group .input-group-prepend {
  position: relative;
}
.email-template .input-group .input-group-prepend .hidden-tooltip-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
}
.email-template .input-group .input-group-prepend .dropdown-btn {
  padding: 16px 13px;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  margin-left: 8px;
  color: #14263A;
}
.email-template .input-group .input-group-prepend .dropdown-btn.disabled {
  pointer-events: none;
  opacity: 0.7;
}
.email-template .files-list {
  list-style: none;
  padding-left: 21px;
  font-size: 0.875rem;
}
.email-template .files-list li {
  margin-bottom: 5px;
  background-color: #F9F9FC;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
}
.email-signature .message-block {
  max-width: 500px;
  border: 1px solid #E4E4E4;
  border-radius: 2px 2px 0 0;
}
.email-signature .message-block .message-body {
  border-bottom: 1px solid #E4E4E4;
}
.email-signature .message-block .message-body textarea {
  padding-bottom: 40px;
  border: unset;
  width: 100%;
  resize: vertical;
  height: 100%;
}
.email-signature .message-block .message-footer {
  min-height: 40px;
  padding: 12px 16px;
}
.page-settings {
  display: flex;
}
.page-settings .left-sidebar {
  background-color: #F9F9FC;
  display: flex;
}
@media screen and (max-width: 991.9px) {
  .page-settings .left-sidebar a {
    padding: 8px 16px 12px;
  }
}
.page-settings .left-sidebar .permission-menu {
  width: 100%;
}
.page-settings .left-sidebar .permission-menu .icon-wrapper {
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.page-settings .left-sidebar .permission-menu h6 {
  color: #14263A;
  margin-bottom: 18px;
}
.page-settings .left-sidebar .permission-menu a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #939393;
  transition: all 0.25s ease-in-out;
}
@media screen and (min-width: 992px) {
  .page-settings .left-sidebar .permission-menu a:not(:last-child) {
    margin-bottom: 16px;
  }
}
.page-settings .left-sidebar .permission-menu a svg {
  min-width: 14px;
  width: 14px;
  height: 14px;
  margin-right: 14px;
}
.page-settings .left-sidebar .permission-menu a:hover {
  color: #0077FF;
}
.page-settings .left-sidebar .permission-menu a.active-item {
  font-weight: 700;
  color: #0077FF;
}
.page-settings .left-sidebar .permission-menu a.step-ready svg {
  color: #0077FF;
}
.page-settings .left-sidebar .menu-group {
  display: flex;
  position: relative;
}
@media screen and (min-width: 992px) {
  .page-settings .left-sidebar .menu-group:not(:last-child) {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E4E4E4;
  }
}
@media screen and (min-width: 992px) {
  .page-settings .left-sidebar .menu-group h6 {
    margin-bottom: 16px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 991.9px) {
  .page-settings .left-sidebar .menu-group h6 {
    display: none;
  }
}
.page-settings .left-sidebar .menu-group a {
  display: block;
  line-height: 21.6px;
  font-size: 1rem;
  position: relative;
  overflow: hidden;
}
.page-settings .left-sidebar .menu-group a:not(:hover) {
  color: #14263A;
}
@media screen and (min-width: 992px) {
  .page-settings .left-sidebar .menu-group a:not(:last-child) {
    margin-bottom: 16px;
  }
}
.page-settings .left-sidebar .menu-group a.current {
  font-weight: 700;
  color: #0077FF;
  padding-left: 24px;
}
.page-settings .left-sidebar .menu-group a.current:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #0077FF;
}
@media screen and (min-width: 992px) {
  .page-settings .left-sidebar .menu-group a.current:before {
    height: 100%;
    width: 2px;
    left: 0;
  }
}
@media screen and (max-width: 991.9px) {
  .page-settings .left-sidebar .menu-group a.current:before {
    width: 24px;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (min-width: 992px) {
  .page-settings .left-sidebar .menu-group a {
    padding-left: 24px;
    border-radius: 4px 0 0 4px;
  }
}
@media screen and (min-width: 992px) {
  .page-settings .left-sidebar .menu-group {
    flex-direction: column;
  }
}
@media screen and (max-width: 991.9px) {
  .page-settings .left-sidebar .menu-group {
    border-bottom: 8px solid #FFFFFF;
  }
}
@media screen and (max-width: 991.9px) {
  .page-settings .left-sidebar.create-group {
    background-color: unset;
    padding-bottom: 0;
    margin-bottom: 24px;
  }
  .page-settings .left-sidebar.create-group .menu-items {
    background-color: #F9F9FC;
  }
}
@media screen and (min-width: 992px) {
  .page-settings .left-sidebar {
    width: 314px;
    border-radius: 8px;
    padding: 24px 0;
    flex-direction: column;
  }
}
@media screen and (max-width: 991.9px) {
  .page-settings .left-sidebar {
    width: 100%;
    margin-bottom: 30px;
    overflow: auto;
    white-space: nowrap;
    position: relative;
    padding-bottom: 24px;
  }
}
.page-settings .main-content {
  width: calc(100% - 314px);
}
.page-settings .main-content .search-wrapper {
  margin-right: 16px;
  width: 100%;
}
.page-settings .main-content .search-wrapper .input-group img {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 5;
  width: 28px;
  height: 28px;
}
.page-settings .main-content .search-wrapper .input-group .form-control {
  min-height: 28px;
  font-size: 12px;
  padding-left: 24px;
}
.page-settings .main-content .search-wrapper .input-group .form-control:not(:focus) {
  background-color: #F9F9FC;
  border-color: #F9F9FC;
}
.page-settings .main-content .search-wrapper .input-group svg {
  left: 8px;
  top: 10px;
}
.page-settings .main-content .page-title-wrapper {
  border-bottom: 1px solid #E4E4E4;
}
.page-settings .main-content .form-group {
  /*max-width: 324px;*/
  max-width: 600px;
}
.page-settings .main-content .form-group label {
  font-size: 1rem;
}
.page-settings .main-content table {
  width: 100%;
  white-space: nowrap;
}
.page-settings .main-content table thead {
  color: #939393;
}
.page-settings .main-content table th {
  padding: 0 8px 16px;
  font-weight: 400;
}
.page-settings .main-content table th:first-child {
  padding-left: 0;
}
.page-settings .main-content table td {
  padding: 12px 8px 16px;
}
.page-settings .main-content table td:first-child {
  padding-left: 0;
}
.page-settings .main-content table td .custom-dropdown-content {
  padding: 6px 0;
}
.page-settings .main-content table td .custom-dropdown-content a {
  padding: 10px 16px;
  background-color: unset;
}
.page-settings .main-content table td .custom-dropdown-content a:not(:hover) {
  color: #282828;
}
.page-settings .main-content table td .custom-dropdown-content a svg {
  opacity: 1;
  top: 1px;
  position: relative;
}
.page-settings .main-content table.users-table td {
  width: 25%;
}
.page-settings .main-content table.users-table td:first-child {
  max-width: 240px;
  overflow: hidden;
}
.page-settings .main-content .templates table {
  table-layout: fixed;
}
@media screen and (max-width: 991.9px) {
  .page-settings .main-content {
    width: 100%;
  }
}
@media screen and (max-width: 991.9px) {
  .page-settings {
    flex-direction: column;
  }
}
@media screen and (max-width: 991.9px) {
  .lcd-page-wrapper-with-sidebar .page-group .main-content .page-title-wrapper {
    border-bottom: unset;
  }
}
.page-title-wrapper .editable-title .btn-lcd-icon-round {
  width: 32px;
  height: 32px;
}
.lcd-page-wrapper-with-sidebar {
  display: flex;
}
@media screen and (max-width: 991.9px) {
  .lcd-page-wrapper-with-sidebar {
    flex-wrap: wrap;
  }
}
.lcd-page-wrapper-with-sidebar .left-sidebar {
  background-color: #F9F9FC;
  display: flex;
}
@media screen and (max-width: 991.9px) {
  .lcd-page-wrapper-with-sidebar .left-sidebar a {
    padding: 8px 16px 12px;
  }
}
.lcd-page-wrapper-with-sidebar .left-sidebar .permission-menu {
  width: 100%;
}
.lcd-page-wrapper-with-sidebar .left-sidebar .permission-menu .icon-wrapper {
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.lcd-page-wrapper-with-sidebar .left-sidebar .permission-menu h6 {
  color: #14263A;
  margin-bottom: 18px;
}
.lcd-page-wrapper-with-sidebar .left-sidebar .permission-menu a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #939393;
  transition: all 0.25s ease-in-out;
}
@media screen and (min-width: 992px) {
  .lcd-page-wrapper-with-sidebar .left-sidebar .permission-menu a:not(:last-child) {
    margin-bottom: 16px;
  }
}
.lcd-page-wrapper-with-sidebar .left-sidebar .permission-menu a svg {
  min-width: 14px;
  width: 14px;
  height: 14px;
  margin-right: 14px;
}
.lcd-page-wrapper-with-sidebar .left-sidebar .permission-menu a:hover {
  color: #0077FF;
}
.lcd-page-wrapper-with-sidebar .left-sidebar .permission-menu a.active-item {
  font-weight: 700;
  color: #0077FF;
}
.lcd-page-wrapper-with-sidebar .left-sidebar .permission-menu a.step-ready svg {
  color: #0077FF;
}
.lcd-page-wrapper-with-sidebar .left-sidebar .menu-group {
  display: flex;
  position: relative;
}
@media screen and (min-width: 992px) {
  .lcd-page-wrapper-with-sidebar .left-sidebar .menu-group:not(:last-child) {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E4E4E4;
  }
}
@media screen and (min-width: 992px) {
  .lcd-page-wrapper-with-sidebar .left-sidebar .menu-group h6 {
    margin-bottom: 16px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 991.9px) {
  .lcd-page-wrapper-with-sidebar .left-sidebar .menu-group h6 {
    display: none;
  }
}
.lcd-page-wrapper-with-sidebar .left-sidebar .menu-group a {
  display: block;
  line-height: 21.6px;
  font-size: 1rem;
  position: relative;
  overflow: hidden;
}
.lcd-page-wrapper-with-sidebar .left-sidebar .menu-group a:not(:hover) {
  color: #14263A;
}
@media screen and (min-width: 992px) {
  .lcd-page-wrapper-with-sidebar .left-sidebar .menu-group a:not(:last-child) {
    margin-bottom: 16px;
  }
}
.lcd-page-wrapper-with-sidebar .left-sidebar .menu-group a.current {
  font-weight: 700;
  color: #0077FF;
  padding-left: 24px;
}
.lcd-page-wrapper-with-sidebar .left-sidebar .menu-group a.current:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #0077FF;
}
@media screen and (min-width: 992px) {
  .lcd-page-wrapper-with-sidebar .left-sidebar .menu-group a.current:before {
    height: 100%;
    width: 2px;
    left: 0;
  }
}
@media screen and (max-width: 991.9px) {
  .lcd-page-wrapper-with-sidebar .left-sidebar .menu-group a.current:before {
    width: 24px;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (min-width: 992px) {
  .lcd-page-wrapper-with-sidebar .left-sidebar .menu-group a {
    padding-left: 24px;
    border-radius: 4px 0 0 4px;
  }
}
@media screen and (min-width: 992px) {
  .lcd-page-wrapper-with-sidebar .left-sidebar .menu-group {
    flex-direction: column;
  }
}
@media screen and (max-width: 991.9px) {
  .lcd-page-wrapper-with-sidebar .left-sidebar .menu-group {
    border-bottom: 8px solid #FFFFFF;
  }
}
@media screen and (max-width: 991.9px) {
  .lcd-page-wrapper-with-sidebar .left-sidebar.create-group {
    background-color: unset;
    padding-bottom: 0;
    margin-bottom: 24px;
  }
  .lcd-page-wrapper-with-sidebar .left-sidebar.create-group .menu-items {
    background-color: #F9F9FC;
  }
}
@media screen and (min-width: 992px) {
  .lcd-page-wrapper-with-sidebar .left-sidebar {
    width: 314px;
    border-radius: 8px;
    padding: 24px 0;
    flex-direction: column;
  }
}
@media screen and (max-width: 991.9px) {
  .lcd-page-wrapper-with-sidebar .left-sidebar {
    width: 100%;
    margin-bottom: 30px;
    overflow: auto;
    white-space: nowrap;
    position: relative;
    padding-bottom: 24px;
  }
}
.lcd-page-wrapper-with-sidebar .main-content {
  width: calc(100% - 314px);
}
@media screen and (max-width: 991.9px) {
  .lcd-page-wrapper-with-sidebar .main-content {
    width: 100%;
  }
}
.lcd-page-wrapper-with-sidebar .main-content .page-title-wrapper {
  border-bottom: 1px solid #E4E4E4;
}
.lcd-page-wrapper-with-sidebar .main-content .form-group {
  /*max-width: 324px;*/
  max-width: 600px;
}
.lcd-page-wrapper-with-sidebar .main-content .form-group label {
  font-size: 1rem;
}
.lcd-page-wrapper-with-sidebar .main-content table {
  width: 100%;
  white-space: nowrap;
}
.lcd-page-wrapper-with-sidebar .main-content table thead {
  color: #939393;
}
.lcd-page-wrapper-with-sidebar .main-content table th {
  padding: 0 8px 16px;
  font-weight: 400;
}
.lcd-page-wrapper-with-sidebar .main-content table th:first-child {
  padding-left: 0;
}
.lcd-page-wrapper-with-sidebar .main-content table td {
  padding: 12px 8px 16px;
}
.lcd-page-wrapper-with-sidebar .main-content table td:first-child {
  padding-left: 0;
}
.lcd-page-wrapper-with-sidebar .main-content table td .custom-dropdown-content {
  padding: 6px 0;
}
.lcd-page-wrapper-with-sidebar .main-content table td .custom-dropdown-content a {
  padding: 10px 16px;
  background-color: unset;
}
.lcd-page-wrapper-with-sidebar .main-content table td .custom-dropdown-content a:not(:hover) {
  color: #282828;
}
.lcd-page-wrapper-with-sidebar .main-content table td .custom-dropdown-content a svg {
  opacity: 1;
  top: 1px;
  position: relative;
}
.lcd-page-wrapper-with-sidebar .main-content table.users-table td {
  width: 25%;
}
.steps-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 80px;
  border: 1px solid #E6F1FF;
  background: #FFFFFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
  color: #0077FF;
}
.steps-wrapper span {
  color: #80BBFF;
}
.page-title-wrapper h4 {
  display: flex;
  align-items: center;
}
.page-title-wrapper input {
  width: 327px;
  border: none;
  border-bottom: 1px solid #E4E4E4;
  border-radius: 0;
  min-height: 32px;
  padding: 0;
  color: #282828;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.all-members-wrapper {
  width: 100%;
  margin-bottom: 32px;
}
.all-members-wrapper .search-member {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.all-members-wrapper .search-member svg {
  position: absolute;
  top: auto;
  left: 16px;
  width: 16px;
  height: 16px;
  color: #939393;
}
.all-members-wrapper .search-member input {
  width: 100%;
  padding-left: 40px;
}
.all-members-wrapper .members-list .single-member {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 16px;
  border-bottom: 1px solid #E4E4E4;
  min-height: 56px;
}
.all-members-wrapper .members-list .single-member .form-check {
  display: flex;
  padding: 0;
  margin: 0 14px 0 0;
}
.all-members-wrapper .members-list .single-member .form-check .form-check-input {
  cursor: pointer;
  margin-left: 1px;
  margin-top: 0;
  width: 13px;
  height: 13px;
  border-radius: 2px;
}
.all-members-wrapper .members-list .single-member .form-check .form-check-input:after {
  width: 13px;
  height: 13px;
}
.all-members-wrapper .members-list .single-member .member-info {
  display: flex;
  align-items: center;
  width: 214px;
  min-width: 214px;
  white-space: nowrap;
}
.all-members-wrapper .members-list .single-member .member-info .user-avatar {
  margin-right: 8px;
  min-width: 24px;
  width: 24px;
  height: 24px;
}
.all-members-wrapper .members-list .single-member .member-info .user-avatar span {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #0077FF;
}
.all-members-wrapper .members-list .single-member .member-info img {
  min-width: 24px;
  width: 24px;
  height: 24px;
  object-fit: cover;
  object-position: center;
}
.all-members-wrapper .members-list .single-member .member-info span {
  width: calc(100% - 32px);
  color: #14263A;
  font-size: 14px;
  line-height: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}
.all-members-wrapper .members-list .single-member .member-role span {
  color: #14263A;
  font-size: 14px;
  line-height: normal;
}
.cancel-link {
  margin-right: 16px;
  color: #14263A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.cancel-link:hover {
  color: #3392FF;
}
.cancel-link:focus {
  color: #3392FF;
}
.cancel-link:hover {
  color: #3392FF;
}
.hidden-note {
  position: absolute;
  top: 0;
  right: 0;
  width: 91px;
  height: 35px;
  border-radius: 50px;
  z-index: 2;
  pointer-events: none;
}
.first-step-submit.disabled {
  pointer-events: none;
}
.first-step-submit.disabled ~ .hidden-note {
  pointer-events: all;
}
.group-nav-tabs {
  margin-bottom: 16px;
  width: 100%;
  padding: 0 24px;
  border-bottom: 1px solid #E4E4E4;
}
.group-nav-tabs .nav-item:not(:last-child) {
  margin-right: 40px;
}
.group-nav-tabs .nav-item .nav-link {
  padding: 0 4px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #939393;
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.group-nav-tabs .nav-item .nav-link svg {
  margin-right: 14px;
  width: 14px;
  height: 14px;
  stroke-width: 1.5px;
}
.group-nav-tabs .nav-item .nav-link span {
  margin-left: 8px;
  display: inline-block;
}
.group-nav-tabs .nav-item .nav-link.active {
  color: #0077FF;
  font-weight: 500;
  border-bottom: 1px solid #0077FF;
}
.group-nav-tabs .nav-item .nav-link:hover {
  opacity: 1;
}
.group-tab-content .tab-pane > .btn {
  min-width: 128px;
  min-height: 28px;
  margin-bottom: 16px;
}
.group-tab-content .tab-pane > .btn svg {
  width: 12px;
  height: 12px;
  margin-right: 8px;
  margin-top: -2px;
}
.group-tab-content .tab-pane table {
  color: #14263A;
}
.group-tab-content .tab-pane table tbody tr td {
  padding: 16px 8px;
}
.group-tab-content .tab-pane table tbody tr td:first-child {
  padding-left: 0;
}
.group-tab-content .tab-pane table tbody tr td:last-child {
  padding-right: 0;
}
.group-tab-content .tab-pane table tbody tr td a {
  color: #0077FF;
}
.group-tab-content .tab-pane table tbody tr td a:hover {
  color: #66ADFF;
}
.group-tab-content .tab-pane table tbody tr td .phone-link {
  color: #14263A;
}
.group-tab-content .tab-pane table tbody tr td .phone-link:hover {
  color: #0077FF;
}
.single-sequence-page .page-title-wrapper {
  padding: 0 24px 16px;
  border-bottom: 1px solid #E4E4E4;
  width: calc(100% + 48px);
  margin: 0 -24px 16px;
}
.single-sequence-page .page-title-wrapper h4 {
  display: flex;
  align-items: center;
}
.single-sequence-page .page-title-wrapper .save-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.single-sequence-page .page-title-wrapper .save-buttons .btn:not(:first-child) {
  margin-left: 8px;
}
.single-sequence-page .sequence-form .sequence-name {
  max-width: 456px;
  margin-bottom: 40px;
}
.single-sequence-page .sequence-form .sequence-name .form-group {
  margin-bottom: 0;
}
.single-sequence-page .sequence-form .sequence-name .form-group label {
  font-size: 14px;
  color: #14263A;
  margin-bottom: 10px;
}
.single-sequence-page .sequence-form .sequence-name .form-group input {
  width: 100%;
  padding: 13px 16px;
  color: #14263A;
}
.single-sequence-page .sequence-form .sequence-step-block {
  width: 100%;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper {
  width: 100%;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper h5 {
  width: 100%;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper h5 .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  padding: 8px;
  border-radius: 50%;
  background: #F9F9FC;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper h5 .icon-wrapper svg {
  width: 20px;
  height: 20px;
  color: #282828;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .empty-sequence-block {
  width: 100%;
  padding: 40px 24px;
  border: 3px dashed #E4E4E4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .empty-sequence-block span {
  color: #E4E4E4;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list {
  width: 100%;
  margin: 0 0 40px;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step {
  margin-bottom: 16px;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .top-part {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border-radius: 4px;
  background: #F9F9FC;
  margin-bottom: 4px;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .left-part {
  display: flex;
  align-items: center;
  width: 50%;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .left-part span {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #14263A;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  margin-right: 8px;
  border-radius: 50%;
  background: #FFFFFF;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .left-part .step-name {
  padding: 4px 8px;
  width: auto;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  color: #0077FF;
  border-radius: 50px;
  background: #FFFFFF;
  min-width: 48px;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .right-part {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 50%;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .right-part .start-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .right-part .start-block .start-select {
  min-width: 240px;
  max-width: 240px;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .right-part .start-block .start-select input {
  outline: none;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .right-part .start-block .start-select.ts-hidden-accessible {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100% !important;
  z-index: -1;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .right-part .start-block .start-select.dropdown-active .ts-control {
  border-color: #0077FF;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .right-part .start-block .start-select .ts-control {
  font-size: 14px;
  min-height: 32px;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  align-items: center;
  padding: 0.5rem !important;
  outline: none;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .right-part .start-block .start-select .ts-control:after {
  content: "";
  width: 10px;
  height: 6px;
  background-image: url("/images/caret.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 8px;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .right-part .start-block .start-select .ts-control > input {
  font-size: 14px;
  display: none !important;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .right-part .start-block .start-select.ts-wrapper.single.input-active .ts-control {
  cursor: pointer;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .right-part .start-block .start-select.ts-wrapper.single .ts-control, .single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .right-part .start-block .start-select.ts-wrapper.single .ts-control input {
  cursor: pointer;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .right-part .start-block .start-select .item {
  position: relative;
  padding-left: 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .right-part .start-block .start-select .item:before {
  display: none;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .right-part .start-block .start-select .ts-dropdown {
  display: block;
  visibility: visible;
  border-radius: 4px;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
  margin-top: 4px;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .right-part .start-block .start-select .ts-dropdown-content {
  padding-top: 11px;
  padding-bottom: 5px;
  font-size: 0.875rem;
  line-height: 1.358;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .right-part .start-block .start-select .ts-dropdown-content .option {
  padding: 5px 10px 6px 10px;
  position: relative;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .right-part .start-block .start-select .ts-dropdown-content .option:before {
  display: none;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .right-part .start-block .start-select .ts-dropdown-content .option svg {
  opacity: 0;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .right-part .start-block .start-select .ts-dropdown-content .option.selected {
  background-color: #F9F9FC;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .right-part .start-block .start-select .ts-dropdown-content .option.selected:before {
  display: none;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .right-part .start-block .start-select .ts-dropdown-content .option.selected svg {
  opacity: 1;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .right-part .start-block .hidden-start-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .right-part .start-block .hidden-start-block span {
  color: #14263A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .right-part .start-block .hidden-start-block .start-delay-days {
  padding: 5px 8px;
  min-width: 40px;
  max-width: 40px;
  min-height: 32px;
  border-color: rgba(0, 0, 0, 0);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .right-part .start-block .hidden-start-block .start-select {
  min-width: 120px;
  max-width: 120px;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .right-part .delete-step {
  margin-left: 16px;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .right-part .delete-step a {
  text-decoration: none;
  color: #282828;
  transition: all 0.25s ease-in-out;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .right-part .delete-step a svg {
  width: 16px;
  height: 16px;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .right-part .delete-step a:hover {
  color: #0077FF;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .main-part {
  padding: 16px 16px 24px 16px;
  border-radius: 4px;
  border: 1px solid #E4E4E4;
  background: #FFFFFF;
  width: 100%;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .main-part .search-template-field {
  max-width: 500px;
  width: 100%;
  margin-bottom: 16px;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .main-part .search-template-field .dropdown {
  width: 100%;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .main-part .search-template-field .dropdown .dropdown-toggle {
  width: 100%;
  padding: 12px 46px 12px 16px;
  border-radius: 4px;
  border: 1px solid #E4E4E4;
  background: #FFFFFF;
  color: #939393;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  text-align: left;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .main-part .search-template-field .dropdown .dropdown-toggle h6 {
  width: 100%;
  color: #14263A;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .main-part .search-template-field .dropdown .dropdown-toggle span {
  width: 100%;
  display: block;
  color: #939393;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .main-part .search-template-field .dropdown .dropdown-toggle span strong {
  color: #14263A;
  margin-right: 4px;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .main-part .search-template-field .dropdown .dropdown-toggle:after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/images/icon-caret.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 16px;
  top: auto;
  transition: color 0.25s ease-in-out, opacity 0.25s ease-in-out;
  border: none;
  margin: 0 !important;
  vertical-align: middle;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .main-part .search-template-field .dropdown .dropdown-toggle.show:after {
  background-image: url("/images/icon-search.svg");
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .main-part .search-template-field .dropdown .dropdown-toggle:hover {
  opacity: 1;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .main-part .search-template-field .dropdown .dropdown-menu {
  width: 500px;
  padding: 16px 0 24px;
  border-radius: 4px;
  border: 1px solid #E4E4E4;
  background: #FFFFFF;
  max-height: 330px;
  overflow-y: auto;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .main-part .search-template-field .dropdown .dropdown-menu li {
  width: 100%;
  position: relative;
  margin-bottom: 8px;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .main-part .search-template-field .dropdown .dropdown-menu li a {
  display: block;
  width: 100%;
  position: relative;
  padding: 8px 16px 8px 40px;
  color: #282828;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .main-part .search-template-field .dropdown .dropdown-menu li a:before {
  content: "";
  position: absolute;
  top: 20.5px;
  left: 16px;
  width: 16px;
  height: 16px;
  background-image: url("/images/check-mark-hover.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .main-part .search-template-field .dropdown .dropdown-menu li a h6 {
  width: 100%;
  margin-bottom: 0;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .main-part .search-template-field .dropdown .dropdown-menu li a span {
  width: 100%;
  color: #939393;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .main-part .search-template-field .dropdown .dropdown-menu li a span strong {
  color: #14263A;
  margin-right: 4px;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .main-part .search-template-field .dropdown .dropdown-menu li a.current-item {
  background: #F9F9FC;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .main-part .search-template-field .dropdown .dropdown-menu li a.current-item:before {
  opacity: 1;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .main-part .search-template-field .dropdown .dropdown-menu li a:hover {
  background: #F9F9FC;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .main-part .search-template-field .dropdown .dropdown-menu li a.option-item {
  display: flex;
  align-items: center;
  padding: 0 16px 8px;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .main-part .search-template-field .dropdown .dropdown-menu li a.option-item:before {
  display: none;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .main-part .search-template-field .dropdown .dropdown-menu li a.option-item svg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  color: #939393;
  transition: all 0.25s ease-in-out;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .main-part .search-template-field .dropdown .dropdown-menu li a.option-item:hover {
  background: rgba(0, 0, 0, 0);
  color: #0077FF;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .main-part .search-template-field .dropdown .dropdown-menu li a.option-item:hover svg {
  color: #0077FF;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .main-part .search-template-field .dropdown .dropdown-menu li a.option-item:hover:before {
  display: none;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .main-part .template-content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .main-part .template-content .template-info {
  width: 100%;
  max-width: 714px;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .main-part .template-content .template-info h5 {
  min-height: 35px;
  margin-bottom: 16px;
  color: #14263A;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .main-part .template-content .template-info p {
  margin-bottom: 16px;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-steps-wrapper .sequence-steps-list .single-sequence-step .main-part .template-content .btn svg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-add-step {
  margin: 0 0 40px;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-add-step h6 {
  margin: 0 0 16px;
  color: #14263A;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-add-step .add-step-button {
  width: 100%;
  max-width: 362px;
  padding: 16px 24px;
  border-radius: 4px;
  border: 1px solid #E4E4E4;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-add-step .add-step-button .icon-wrapper {
  min-width: 48px;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  margin-right: 7px;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-add-step .add-step-button .text-wrapper {
  width: calc(100% - 55px);
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-add-step .add-step-button .text-wrapper span {
  display: block;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-add-step .add-step-button .text-wrapper span:first-child {
  color: #14263A;
}
.single-sequence-page .sequence-form .sequence-step-block .sequence-add-step .add-step-button .text-wrapper span:last-child {
  color: #939393;
}
.single-sequence-page .sequence-form .schedule-block h5 {
  width: 100%;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.single-sequence-page .sequence-form .schedule-block h5 .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  padding: 8px;
  border-radius: 50%;
  background: #F9F9FC;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-sequence-page .sequence-form .schedule-block h5 .icon-wrapper svg {
  width: 20px;
  height: 20px;
  color: #282828;
}
.single-sequence-page .sequence-form .schedule-block .schedule-text {
  width: 100%;
  max-width: 567px;
  margin-bottom: 16px;
}
.single-sequence-page .sequence-form .schedule-block .time-windows {
  width: 100%;
  margin-bottom: 16px;
  display: flex;
  align-items: stretch;
}
.single-sequence-page .sequence-form .schedule-block .time-windows .single-time-window {
  width: calc(33% - 16px);
  max-width: 300px;
  position: relative;
}
.single-sequence-page .sequence-form .schedule-block .time-windows .single-time-window:not(:last-child) {
  margin-right: 24px;
}
.single-sequence-page .sequence-form .schedule-block .time-windows .single-time-window label {
  width: 100%;
  padding: 16px 24px;
  border-radius: 4px;
  border: 1px solid #E4E4E4;
}
.single-sequence-page .sequence-form .schedule-block .time-windows .single-time-window label span {
  display: block;
}
.single-sequence-page .sequence-form .schedule-block .time-windows .single-time-window label span:first-child {
  color: #939393;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.single-sequence-page .sequence-form .schedule-block .time-windows .single-time-window label span:last-child {
  color: #939393;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.single-sequence-page .sequence-form .schedule-block .time-windows .single-time-window input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.single-sequence-page .sequence-form .schedule-block .time-windows .single-time-window input:checked + label {
  border: 1px solid #4DA0FF;
}
.single-sequence-page .sequence-form .schedule-block .time-windows .single-time-window input:checked + label span:first-child {
  color: #14263A;
}
.single-sequence-page .sequence-form .schedule-block .timezone-block {
  margin-bottom: 24px;
  width: 100%;
  max-width: 300px;
}
.single-sequence-page .sequence-form .schedule-block .timezone-block label {
  color: #14263A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.single-sequence-page .sequence-form .schedule-block .timezone-block .timezone-select {
  min-width: 100%;
  max-width: 100%;
}
.single-sequence-page .sequence-form .schedule-block .timezone-block .timezone-select input {
  outline: none;
}
.single-sequence-page .sequence-form .schedule-block .timezone-block .timezone-select.ts-hidden-accessible {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100% !important;
  z-index: -1;
}
.single-sequence-page .sequence-form .schedule-block .timezone-block .timezone-select.dropdown-active .ts-control {
  border-color: #0077FF;
}
.single-sequence-page .sequence-form .schedule-block .timezone-block .timezone-select .ts-control {
  font-size: 16px;
  min-height: 48px;
  border-color: #E4E4E4;
  border-radius: 4px;
  align-items: center;
  padding: 13px 30px 13px 16px !important;
  outline: none;
}
.single-sequence-page .sequence-form .schedule-block .timezone-block .timezone-select .ts-control:after {
  content: "";
  width: 10px;
  height: 6px;
  background-image: url("/images/caret.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 8px;
}
.single-sequence-page .sequence-form .schedule-block .timezone-block .timezone-select .ts-control > input {
  font-size: 14px;
  display: none !important;
}
.single-sequence-page .sequence-form .schedule-block .timezone-block .timezone-select.ts-wrapper.single.input-active .ts-control {
  cursor: pointer;
}
.single-sequence-page .sequence-form .schedule-block .timezone-block .timezone-select.ts-wrapper.single .ts-control, .single-sequence-page .sequence-form .schedule-block .timezone-block .timezone-select.ts-wrapper.single .ts-control input {
  cursor: pointer;
}
.single-sequence-page .sequence-form .schedule-block .timezone-block .timezone-select .item {
  position: relative;
  padding-left: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
}
.single-sequence-page .sequence-form .schedule-block .timezone-block .timezone-select .item:before {
  display: none;
}
.single-sequence-page .sequence-form .schedule-block .timezone-block .timezone-select .ts-dropdown {
  display: block;
  visibility: visible;
  border-radius: 4px;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
  margin-top: 4px;
}
.single-sequence-page .sequence-form .schedule-block .timezone-block .timezone-select .ts-dropdown-content {
  padding-top: 11px;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 1.2;
}
.single-sequence-page .sequence-form .schedule-block .timezone-block .timezone-select .ts-dropdown-content .option {
  padding: 5px 10px 6px 10px;
  position: relative;
}
.single-sequence-page .sequence-form .schedule-block .timezone-block .timezone-select .ts-dropdown-content .option:before {
  display: none;
}
.single-sequence-page .sequence-form .schedule-block .timezone-block .timezone-select .ts-dropdown-content .option svg {
  opacity: 0;
}
.single-sequence-page .sequence-form .schedule-block .timezone-block .timezone-select .ts-dropdown-content .option.selected {
  background-color: #F9F9FC;
}
.single-sequence-page .sequence-form .schedule-block .timezone-block .timezone-select .ts-dropdown-content .option.selected:before {
  display: none;
}
.single-sequence-page .sequence-form .schedule-block .timezone-block .timezone-select .ts-dropdown-content .option.selected svg {
  opacity: 1;
}
.single-sequence-page .sequence-form .save-buttons {
  display: flex;
  align-items: center;
  margin: 0 0 32px;
}
.single-sequence-page .sequence-form .save-buttons .btn:not(:first-child) {
  margin-left: 8px;
}
.sequence-page .page-title-wrapper {
  border-bottom: 1px solid #E4E4E4;
}
.sequence-page .page-title-wrapper h4 {
  display: flex;
  align-items: center;
}
.sequence-page .page-title-wrapper .back-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
  outline: none;
  color: #282828;
  transition: all 0.25s ease-in-out;
}
.sequence-page .page-title-wrapper .back-button:hover {
  color: #0077FF;
}
.sequence-page .page-title-wrapper .save-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.sequence-page .page-title-wrapper .save-buttons .btn:not(:first-child) {
  margin-left: 8px;
}
.sequence-page .sequence-table .search-wrapper {
  max-width: 412px;
  width: 100%;
}
.sequence-page .sequence-table .search-wrapper .input-group svg {
  top: 10px;
  left: 8px;
}
.sequence-page .sequence-table .search-wrapper .form-control {
  font-size: 12px;
  line-height: normal;
  padding: 8px 25px 8px 24px;
  border-radius: 4px;
  border: none;
  background: #F9F9FC;
  min-height: 32px;
  height: 32px;
  margin-left: 0 !important;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.sequence-page .sequence-table .search-wrapper .btn-close {
  top: 0;
  bottom: 0;
  z-index: 3;
  right: 5px;
  margin: auto;
  font-size: 10px;
  position: absolute;
}
.sequence-page .sequence-table .search-wrapper .btn-close:not(:hover) {
  opacity: 0.3;
}
.sequence-page .table-wrapper table {
  color: #14263A;
}
.sequence-page .table-wrapper table p {
  margin-bottom: 0;
}
.sequence-page .table-wrapper table th {
  border-bottom: 1px solid #E4E4E4;
  font-weight: 500;
  font-size: 14px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.sequence-page .table-wrapper table th:not(:first-child) {
  padding-left: 8px;
}
.sequence-page .table-wrapper table th:not(:last-child) {
  padding-right: 8px;
}
.sequence-page .table-wrapper table th:first-child {
  padding-left: 16px;
  width: 34%;
  min-width: 150px;
}
@media screen and (min-width: 768px) {
  .sequence-page .table-wrapper table th:first-child {
    padding-left: 24px;
  }
}
.sequence-page .table-wrapper table th:last-child {
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .sequence-page .table-wrapper table th:last-child {
    padding-right: 24px;
  }
}
.sequence-page .table-wrapper table tr:last-child {
  border-bottom: none;
}
.sequence-page .table-wrapper table tr td {
  padding-top: 16px;
  padding-bottom: 16px;
}
.sequence-page .table-wrapper table tr td:not(:first-child) {
  padding-left: 8px;
}
.sequence-page .table-wrapper table tr td:not(:last-child) {
  padding-right: 8px;
}
.sequence-page .table-wrapper table tr td:first-child {
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  .sequence-page .table-wrapper table tr td:first-child {
    padding-left: 24px;
  }
}
.sequence-page .table-wrapper table tr td:last-child {
  padding-right: 16px;
  width: 4%;
}
.sequence-page .table-wrapper table tr td:last-child .dropdown-toggle {
  background: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  padding: 0;
}
.sequence-page .table-wrapper table tr td:last-child .dropdown-toggle:after {
  display: none;
}
.sequence-page .table-wrapper table tr td:last-child .dropdown-menu {
  padding: 0;
  border-radius: 0 0 4px 4px;
  border: 1px solid #E4E4E4;
  background: #FFFFFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.03);
}
.sequence-page .table-wrapper table tr td:last-child .dropdown-menu li {
  border-bottom: 1px solid #E4E4E4;
}
.sequence-page .table-wrapper table tr td:last-child .dropdown-menu li:last-child {
  border-bottom: none;
}
.sequence-page .table-wrapper table tr td:last-child .dropdown-menu li .dropdown-item {
  color: #282828;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px 16px;
  cursor: pointer;
}
.sequence-page .table-wrapper table tr td:last-child .dropdown-menu li .dropdown-item:active {
  background-color: #e9ecef;
}
.sequence-page .table-wrapper table tr td:last-child .dropdown-menu li .dropdown-item svg {
  color: #282828;
  margin-right: 8px;
}
.sequence-page .table-wrapper table tr td:last-child .dropdown-menu li .dropdown-item.red-item {
  color: #EB5757;
}
.sequence-page .table-wrapper table tr td:last-child .dropdown-menu li .dropdown-item.red-item svg {
  color: #EB5757;
}
.sequence-page .table-wrapper table tr td:last-child .btn-lcd-icon-round {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 768px) {
  .sequence-page .table-wrapper table tr td:last-child {
    padding-right: 24px;
  }
}
.sequence-page .table-wrapper table tr td:first-child a {
  color: #0077FF;
  font-weight: 500;
  line-height: normal;
}
.sequence-page .table-wrapper table tr td:first-child p {
  color: #939393;
}
.sequence-page .table-wrapper table tr td:nth-child(2) .icon-wrapper {
  height: 24px;
  width: 24px;
  min-width: 24px;
  border-radius: 50px;
  background: #0077FF;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.sequence-page .table-wrapper table tr td:nth-child(2) span {
  color: #0077FF;
  font-family: "Satoshi";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sequence-page .table-wrapper table tr td .all-status-block {
  display: flex;
  align-items: center;
}
.sequence-page .table-wrapper table tr td .all-status-block .status-block p {
  margin-bottom: 0;
}
.sequence-page .table-wrapper table tr td .all-status-block .status-block.active-status-block p {
  color: #EB5757;
}
.sequence-page .table-wrapper .pagination {
  margin-top: 32px;
  margin-bottom: 8px;
}
.app-sequence-items-list .dashboard-single-item:hover {
  background-color: #F9F9FC;
}
#templateForm .tox .tox-statusbar {
  display: none;
}
.error-page img {
  margin-top: 40px;
}
.page-top-banner {
  min-height: 270px;
  padding-top: 140px;
  padding-bottom: 40px;
  background-color: #00142B;
  background-image: url("/images/top-banner-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .page-top-banner {
    min-height: 392px;
    padding-top: 187px;
  }
}
.content-with-sidebar .left-sidebar .navigation-menu {
  list-style: none;
  padding: 0;
}
.content-with-sidebar .left-sidebar .navigation-menu li {
  border-bottom: 1px solid #EEEEF2;
}
.content-with-sidebar .left-sidebar .navigation-menu li a {
  display: flex;
  padding: 24px 30px 24px 0;
}
.content-with-sidebar .left-sidebar .navigation-menu li a svg {
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  transform: rotate(-90deg);
}
.content-with-sidebar .left-sidebar .navigation-menu li a:not(:hover) {
  color: #282828;
}
@media screen and (min-width: 992px) {
  .content-with-sidebar .left-sidebar {
    max-width: 360px;
  }
}
.steps-progress {
  border-radius: 8px;
}
.steps-progress ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  counter-reset: steps;
  color: #0077FF;
}
.steps-progress ul li {
  display: flex;
  align-items: center;
  position: relative;
}
.steps-progress ul li a {
  color: inherit;
}
.steps-progress ul li:before {
  width: 28px;
  height: 28px;
  display: flex;
  margin-right: 8px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  content: counter(steps);
  counter-increment: steps;
  border: 1px solid #0077FF;
}
.steps-progress ul li:not(:last-child):after {
  content: "";
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  width: 6px;
  height: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/images/chevron.svg");
}
@media screen and (min-width: 1200px) {
  .steps-progress ul li:not(:last-child):after {
    margin-left: 22px;
    margin-right: 22px;
  }
}
@media screen and (max-width: 991.9px) {
  .steps-progress ul li:not(:last-child):after {
    position: absolute;
    bottom: 7px;
    left: 1px;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 991.9px) {
  .steps-progress ul li:not(:last-child) {
    padding-bottom: 25px;
  }
}
.steps-progress ul li.current:before {
  background-color: #0077FF;
  color: #FFFFFF;
  font-weight: 700;
}
.steps-progress ul li.ready a {
  color: #939393;
}
.steps-progress ul li.ready:before {
  background-color: #0077FF;
  content: "";
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/images/check-mark-white.svg");
}
.steps-progress ul li a.disabled, .steps-progress ul li a:disabled {
  pointer-events: none;
  color: #939393;
}
.steps-progress ul li.disabled {
  pointer-events: none;
  color: #939393;
}
.steps-progress ul li:disabled {
  pointer-events: none;
  color: #939393;
}
@media screen and (max-width: 1199.9px) {
  .steps-progress ul {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 991.9px) {
  .steps-progress ul {
    flex-direction: column;
  }
}
.widget-files-links .files-links-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.widget-files-links .files-links-title h6 {
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  color: #14263A;
}
.widget-files-links .files-links-title button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 8px;
  border-radius: 50px;
  background: #F9F9FC;
  color: #14263A;
  margin-left: 17px;
  text-decoration: none;
}
.widget-files-links .files-links-title button.dropdown-toggle:after {
  display: none;
}
.widget-files-links .files-links-title button svg {
  width: 16px;
  height: 16px;
}
.widget-files-links .files-links-title ul {
  padding: 0;
  width: 190px;
  border-radius: 0 0 4px 4px;
  border: 1px solid #E4E4E4;
  background: #FFFFFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.03);
}
.widget-files-links .files-links-title ul li {
  padding: 8px 16px;
  border-bottom: 1px solid #E4E4E4;
}
.widget-files-links .files-links-title ul li:last-child {
  border-bottom: none;
}
.widget-files-links .files-links-title ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #282828;
  line-height: normal;
  width: 100%;
}
.widget-files-links .files-links-title ul li a svg {
  color: #282828;
  margin-right: 8px;
}
.widget-files-links .files-links-list {
  margin-top: 8px;
  margin-bottom: 16px;
  border-radius: 8px;
  background: #F9F9FC;
}
.widget-files-links .files-links-list .single-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  border-bottom: 1px solid #FFFFFF;
}
.widget-files-links .files-links-list .single-row .single-row-name {
  display: flex;
  align-items: center;
  width: calc(100% - 28px);
}
.widget-files-links .files-links-list .single-row .single-row-name svg {
  color: #0077FF;
  margin-right: 8px;
  min-width: 16px;
  flex-shrink: 0;
  flex-grow: 0;
}
.widget-files-links .files-links-list .single-row .single-row-name a {
  color: #14263A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  max-width: calc(100% - 22px);
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget-files-links .files-links-list .single-row-buttons {
  display: flex;
  align-items: center;
}
.widget-files-links .files-links-list .single-row-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #FFFFFF;
  width: 20px;
  height: 20px;
}
.widget-files-links .files-links-list .single-row-buttons a:last-child {
  margin-left: 8px;
}
.widget-files-links .files-links-list .single-row-buttons a svg {
  color: #939393;
}
.wysiwyg-block {
  border-radius: 2px 2px 0 0;
  border: 1px solid #E4E4E4;
  display: flex;
  flex-direction: column;
}
.wysiwyg-block .tox-tinymce {
  border: unset;
}
.wysiwyg-block textarea {
  min-height: 190px;
  padding: 5px 10px;
  resize: none;
  border: unset;
  font-size: 1rem;
}
.wysiwyg-block .control-bar {
  padding: 12px 16px;
  border-top: 1px solid #E4E4E4;
  display: flex;
  align-items: center;
  position: relative;
}
.wysiwyg-block .control-bar .btn {
  padding: 0;
  border: none;
}
.wysiwyg-block .control-bar .btn:not(:last-child) {
  margin-right: 16px;
}
.wysiwyg-block .control-bar .btn:not(:hover) {
  color: #939393;
}
.wysiwyg-block .control-bar .btn:hover {
  color: #0077FF;
}
.wysiwyg-block .control-bar .hidden-tooltip {
  position: absolute;
  top: 12px;
  left: 16px;
  width: 48px;
  height: 16px;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
}
.attach-files-block {
  width: calc(100% - 32px);
  padding: 16px 0 24px;
  margin: 16px 16px 0;
  border-top: 1px solid #E4E4E4;
}
.attach-files-block > p {
  margin-bottom: 16px;
  color: #14263A;
}
.custom-tooltip .tooltip-inner {
  background-color: #FFFFFF;
  color: #282828;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.custom-tooltip[data-popper-placement^=right] .tooltip-arrow::before {
  border-right-color: #FFFFFF !important;
}
.custom-tooltip[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-bottom-color: #FFFFFF !important;
}
.custom-tooltip[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: #FFFFFF !important;
}
.custom-tooltip[data-popper-placement^=left] .tooltip-arrow::before {
  border-left-color: #FFFFFF !important;
}
.attached-files-list, .attach-files-list {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}
.single-attached-file {
  width: 100%;
  max-width: 194px;
  border-radius: 4px;
  position: relative;
  color: #14263A;
  padding: 9px 8px 9px 64px;
  background-color: #F9F9FC;
}
.single-attached-file .file-preview-wrapper {
  top: 8px;
  left: 16px;
  width: 40px;
  height: 40px;
  display: flex;
  color: #0077FF;
  overflow: hidden;
  position: absolute;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  background-color: #FFFFFF;
}
.single-attached-file .file-preview-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-attached-file .file-details {
  white-space: nowrap;
}
.single-attached-file .file-details p {
  overflow: hidden;
  text-overflow: ellipsis;
}
.single-attached-file .file-delete {
  top: -4px;
  padding: 0;
  right: -4px;
  width: 16px;
  height: 16px;
  display: flex;
  position: absolute;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border: 1px solid #939393;
}
.single-attached-file.uploading {
  pointer-events: none;
}
.single-attached-file.uploading .file-preview-wrapper, .single-attached-file.uploading .file-details, .single-attached-file.uploading .file-delete {
  opacity: 0.5;
}
.single-attached-file.uploading:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 15px;
  margin: auto;
  height: 15px;
  position: absolute;
  background-size: contain;
  background-image: url("/images/spiner.svg");
}
.single-attached-file:hover {
  color: #14263A;
}
