@import url(../css/reset.css);
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
:root {
  --body-background: #F5F6FA;
  --primary-blue: #196CA7;
  --primary-black: #363F48;
  --primary-grey: #9197A5;
  --primary-red: #FD4D5C;
  --text-color: #363F48;
  --bg-grey: #F5F6FA;
  --bg-grey2: #E8F0F6;
  --bg-grey3: #E3E6F0;
  --bg-blue: #2383C8;
  --label-color: #9197a5;
  --label-color-focus: #363F48;
  --input-placeholder-color: #9197a5;
  --input-border: #9197a5;
  --input-border-hover: #5e6470;
  --input-error-text-color: #FD4D5C;
  --select-border-color: #9197A5;
  --select-border-color-hover: #5E6470;
  --select-border-color-focus: #5E6470;
  --select-option-hover: #F5F6FA;
  --select-option-active: #e8f0f6;
  --checkbox-background: #f5f6fa;
  --checkbox-border-color: #9197a5;
  --checkbox-checked-color: #196CA7;
  --checkbox-checked-border-color: #196CA7;
  --checkbox-label-color: #363f48;
  --checkbox-label-link-color: #196CA7;
  --checkbox-label-link-hover-color: #2383C8;
  --task-status-active-color: #196CA7;
  --task-status-expired-color: #FD4D5C;
  --swiper-pagination-bullet-background: #D7DBE4;
  --swiper-pagination-bullet-hover-background: #E3E6F0;
  --swiper-pagination-bullet-active-background: #196CA7;
  --cprogress-circle-stroke-color: #F5F6FA;
  --cprogress-value-stroke-color: #196CA7;
  --cprogress-text-color: #363F48; 
  --toggle-active-bg-color: #196CA7;
  --toggle-bg-color: #9197A5;
  --mdc-theme-primary: #196ca7!important;
  --table-th-bg: #196CA7;
  --table-th-color: #fff;
  --table-td-odd-bg: #F5F6FA;
  --table-td-even-bg: #DFE2EE;
  --alter-table-th-bg: #E7E8EC;
  --customers-table-td-odd-bg: #ffffff;
  --customers-table-td-even-bg: #F5F6FA;
  }

* {
  box-sizing: border-box; }
  a {
    text-decoration: none;
    color: inherit; /* Или другой цвет, который вы хотите */
    /* Убираем атрибут title, если он есть */
  }
html {
  height: 100%; }

body {
  background: var(--body-background);
  font-family: 'Inter', sans-serif;
  color: var(--text-color);
  line-height: initial; }

body.user {
  position: relative;
  min-height: 100vh;
  padding-left: 176px;
  padding-right: 70px;
  padding-bottom: 30px;
  background: var(--bg-grey);
  display: flex;
  flex-direction: column; }

ul,
ol {
  margin-left: 0; }

ul {
  list-style: none;
  padding-left: 0; }

button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer; }
  button[disabled] {
    cursor: not-allowed;
    opacity: 0.5; }





/*-- svg icons --*/
i.svg-icon{	
	display: inline-block;
}
#tableitems_wrapper table.table-striped.dataTable.no-footer tbody tr td.center:first-child {
  vertical-align: top;
}
#tableitems_wrapper table.table-striped.dataTable.no-footer tbody tr td {
  vertical-align: middle;
}
#callsbody table.table-striped tbody tr td br{
  display: none;
}
#callsbody table.table-striped tbody tr td {
  vertical-align: middle;
}
#callsbody table.table-striped tbody tr td:nth-child(2) span i{
  margin-top: -2px;
}
#callsbody table.table-striped tbody tr td:nth-child(2) span{
  display: flex;
}
#callsbody table.table-striped tbody tr td:nth-child(3) {
  vertical-align: top;
}
#callsbody table.table-striped tbody tr td:nth-child(2) {
  vertical-align: top;
  
}
.phone i.svg-icon:before{	
  height: 22px !important;
  width: 22px !important;
}
.page-block.goals-block {
  max-width: 400px;
  max-height: 360px;
}
#calls-refresh:hover {
  cursor: pointer;
  text-decoration: none;
}
#calls-refresh{
  width: max-content;
  background-color: #196CA7;
  border-radius: 6px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-family: 'Inter';
  box-shadow: none;
  border: none;
  height: 40px;
  margin-right: 16px;
}
#calls-refresh-container .autorefresh-text{
  font-size: 14px;
  line-height: 20px;
  font-family: 'Inter';
  color: #363F48;
}
#calls-refresh-container #calls-autorefresh{
  margin-right: 12px;
}
#calls-refresh-container {
  margin-left: 30px;
  margin-bottom: -70px;
  z-index: 100 !important;
  position: relative;
  width: max-content;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#batc-title {
  color: #196CA7;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  font-family: 'Inter';
  display: flex;
  align-items: center;

}
.batc-stats-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-right: 20px;
  padding-top: 70px;
}
.batc-stats-container .batc-stat .datas .data-value,
.batc-stats-container .batc-stat .datas .data-label{
  font-size: 20px;
  line-height: 36px;
  color: #363F48;
  font-weight: 600;
  font-family: 'Inter';
}

.batc-table table thead tr th {
  background-color: #E7E8EC;
  color: #363F48;
  height: 40px;
  font-weight: 600 !important;
  font-family: 'Inter';
  font-size: 14px;
  line-height: 18px;
  padding: 8px;
  padding-left: 16px;
  text-align: start;
  padding-bottom: 8px;
  white-space: nowrap;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}
.batc-table table tbody tr td {
  vertical-align: top !important;
}
.batc-table table tbody tr td .status_color_grey,
.batc-table table tbody tr td .status_color_red,
.batc-table table tbody tr td .status_color_yellow,
.batc-table table tbody tr td .status_color_green{
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
  font-family: 'Inter';
  display: flex;
  align-items: center;
  justify-content: center;
}

.batc-table .top{
  display: flex;
  flex-direction: row;
  justify-content: end;
}
.batc-table table tbody tr td .column-container{
  display: flex;
  flex-direction: column;
}
.batc-table table tbody tr td .batc-small-number{
  font-size: 12px;
  line-height: 20px;
}
.batc-table table tbody tr td .batc-number{
  font-size: 14px;
  line-height: 20px;
}
.batc-table table tbody tr td .status_color_grey{
  background-color: #EEEEEE;
  color: #9197A5;
}
.batc-table table tbody tr td .status_color_red{
  background-color: #FEE6E9;
  color: #DC3545;
}
.batc-table table tbody tr td .status_color_yellow{
  color: #FFC107;
  background-color: #FFF5D5;
}
.batc-table table tbody tr td .status_color_green{
  background-color: #DDFFE5;
  color: #28A745;
}
.batc-table table tbody tr:nth-child(even) > td {
  background-color: #F5F6FA;
}
.batc-table table tbody tr:nth-child(odd) > td {
  background-color: #ffffff;
}
.batc-table {
  border-radius: 10px;
  width: 100%;
}
.batc-stats-container .batc-stat .datas .data-value {
  font-size: 48px;
}
.batc-stats-container .batc-stat .datas{
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-right: auto;
}
.top-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 30px;
}
#batc-modal-filter-button {
  background-color: #196CA7;
  border-radius: 5px;
  border: none;
  box-shadow: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Inter';
  height: 40px;
  padding: 10px 24px;
}
.batc-stats-container .batc-stat {
  display: flex;
  flex-direction: row;
  height: 186px;
  width: 389px;
  background-color: #F5F6FA;
  border-radius: 10px;
  padding-left: 30px;
  padding-right: 77px;
  align-items: center;
}
.page:has(#callsbody) {
  background-color: #ffffff;
  border-radius: 10px;
  padding-bottom: 30px;
  margin-top: 40px;
}
.batc-table {
  overflow-x: auto;
  height: max-content;
}
#callsbody:has(.batc-stats-container) .batc-table {
  min-width: 510px;
  margin-top: 70px;
}
#callsbody:not(:has(.batc-stats-container)) .batc-table {
  min-width: 910px;
  margin-top: 100px;
}
.batc-stat .icon-container {
  width: 54px;
  height: 54px;
  background-image: none;
}
i.svg-large-headphones:before,
i.svg-large-pause:before,
i.svg-large-userspeak:before,
i.svg-large-groupcall:before,
i.svg-large-incomecall:before,
i.svg-large-missed:before{
  display: flex;
	content:'';
	width:54px;
	height:54px;
  align-items: center;
}
i.svg-white-refresh:before {
  display: flex;
	content:'';
	width:15px;
	height:19px;
  align-items: center; 
}
i.svg-next-table-ico:before,
i.svg-prev-table-ico:before {
  display: flex;
	content:'';
	width:6px;
	height:10px;
  align-items: center; 
}
i.svg-grey-search:before,
i.svg-check-blue:before,
i.svg-blocked:before,
i.svg-white-plus:before,
i.svg-blue-download:before,
i.svg-icon-delete:before,
i.svg-icon:before{	
	display: flex;
	content:'';
	width:22px;
	height:23px;
  align-items: center;
}
i.svg-icon-delete:before {
  margin-left: 5px;
  margin-top: 5px;

}
#TableLoaderImg.newWidgetTable #tableitems .span1.center{
  text-align: center;
}
i.svg-white-refresh:before{
  background:url(./svg/white_refresh.svg) no-repeat;
}
i.svg-next-table-ico:before{
  background:url(./svg/next_table_ico.svg) no-repeat;
}
i.svg-prev-table-ico:before{
  background:url(./svg/prev_table_ico.svg) no-repeat;
}
i.svg-large-headphones:before{
  background:url(./svg/large_green_headpnones.svg) no-repeat;
}
i.svg-large-pause:before{
  background:url(./svg/large_orage_pause.svg) no-repeat;
}
i.svg-large-userspeak:before{
  background:url(./svg/large_userspeak.svg) no-repeat;
}
i.svg-large-groupcall:before{
  background:url(./svg/large_groupcall.svg) no-repeat;
}
i.svg-large-incomecall:before{
  background:url(./svg/large_incomecall.svg) no-repeat;
}
i.svg-grey-search:before{
  background: url(./svg/grey_search_icon.svg) no-repeat;
}
i.svg-large-missed:before{
  background:url(./svg/large_missed.svg) no-repeat;
}
i.svg-check-blue:before{
  background:url(./svg/svg_blue_check.svg) no-repeat;
}
i.svg-blocked:before{
  background:url(./svg/svg_red_blocked.svg) no-repeat;
}
i.svg-icon-eye:before{	
	background:url(../svg/eye.svg) no-repeat;
}
i.svg-icon-edit:before{
	background:url(../svg/edit.svg) no-repeat;
}
i.svg-icon-delete:before{
	background:url(../svg/delete.svg) no-repeat;
}
i.svg-icon-delete-grey:before{
	background:url(../svg/delete-grey.svg) no-repeat;
}
i.svg-blue-download:before{
  background:url(./svg/blue_download.svg) no-repeat;
}
i.svg-white-plus:before{
  background:url(./svg/white_plus.svg) no-repeat;
  margin-top: 4px;
}
i.svg-icon-delete-blue:before{
	background:url(../svg/delete-blue.svg) no-repeat;
}
i.svg-icon-deleting:before{
	background:url(../svg/deleting.svg) no-repeat;
}
i.svg-icon-eye-hide:before{
	background:url(../svg/eye-hide.svg) no-repeat;
}
i.svg-icon-lock:before{
	background:url(../svg/lock.svg) no-repeat;
}
i.svg-icon-lock-blue:before{
	background:url(../svg/svg-icon-lock-blue.svg) no-repeat;
}
i.svg-icon-setting:before{
	background:url(../svg/setting.svg) no-repeat;
}
i.svg-icon-star:before{
	background:url(../svg/star.svg) no-repeat;
}
i.svg-icon-check:before{
	background:url(../svg/check.svg) no-repeat;
}
i.svg-icon-off:before{
	background:url(../svg/off.svg) no-repeat;
}
i.svg-icon-on:before{
	background:url(../svg/on.svg) no-repeat;
}
i.svg-icon-user:before{
	background:url(../svg/user.svg) no-repeat;
}
i.svg-icon-user-orange:before{
	background:url(../svg/user-orange.svg) no-repeat;
}
i.svg-icon-user-grey:before{
	background:url(../svg/user-grey.svg) no-repeat;
}
i.svg-icon-reload:before{
	background:url(../svg/reload.svg) no-repeat;
}
i.svg-icon-incall:before{
	background:url(../svg/incall.svg) no-repeat;
}
i.svg-icon-outcall:before{
	background:url(../svg/outcall.svg) no-repeat;
}
i.svg-icon-missed:before{
	background:url(../svg/missed.svg) no-repeat;
}
i.svg-icon-transfer:before{
	background:url(../svg/transfer.svg) no-repeat;
}
i.svg-icon-local:before{
	background:url(../svg/local.svg) no-repeat;
}
i.svg-icon-noname:before{
	background:url(../svg/noname.svg) no-repeat;
}
i.svg-icon-firstcall:before{
	background:url(../svg/firstcall.svg) no-repeat;
}
i.svg-icon-getclient:before{
	background:url(../svg/getclient.svg) no-repeat;
}
i.svg-icon-sms:before{
	background:url(../svg/sms.svg) no-repeat;
}
i.svg-icon-filter:before{
	background:url(../svg/filter.svg) no-repeat;
}
i.svg-icon-call:before{
	background:url(../svg/call.svg) no-repeat;
}
i.svg-icon-mail:before{
	background:url(../svg/mail.svg) no-repeat;
}
i.svg-icon-pencil:before{
	background:url(../svg/pencil.svg) no-repeat;
}
i.svg-icon-pencildisabled:before{
	background:url(../svg/pencildisabled.svg) no-repeat;
}
i.svg-icon-adddeal:before{
	background:url(../svg/adddeal.svg) no-repeat;
}
i.svg-icon-addtask:before{
	background:url(../svg/addtask.svg) no-repeat;
}
i.svg-icon-addcomm:before{
	background:url(../svg/addcomm.svg) no-repeat;
}
i.svg-icon-queue:before{
	background:url(../svg/queue.svg) no-repeat;
}
i.svg-icon-dropdown:before{
	background:url(../svg/dropdown.svg) no-repeat;
}
i.svg-icon-plus:before{
	background:url(../svg/plus.svg) no-repeat;
}
i.svg-icon-link:before{
	background:url(../svg/link.svg) no-repeat;
}
i.svg-icon-linkdisabled:before{
	background:url(../svg/linkdisabled.svg) no-repeat;
}
i.svg-icon-answers:before{
	background:url(../svg/answers.svg) no-repeat;
}
i.svg-icon-answersdisabled:before{
	background:url(../svg/answersdisabled.svg) no-repeat;
}
i.svg-icon-play:before{
	background:url(../svg/play.svg) no-repeat;
}
i.svg-icon-playdisabled:before{
	background:url(../svg/playdisabled.svg) no-repeat;
}
i.svg-icon-stop:before{
	background:url(../svg/stop.svg) no-repeat;
}
i.svg-icon-chart:before{
	background:url(../svg/chart.svg) no-repeat;
}
i.svg-icon-chartdisabled:before{
	background:url(../svg/chartdisabled.svg) no-repeat;
}
i.svg-icon-copy:before{
	background:url(../svg/copy.svg) no-repeat;
}
i.svg-icon-copydisabled:before{
	background:url(../svg/copydisabled.svg) no-repeat;
}
i.svg-icon-check-blue:before{
	background:url(../svg/check-blue.svg) no-repeat;
}
i.svg-icon-blocked:before{
	background:url(../svg/blocked.svg) no-repeat;
}
i.svg-icon-info:before{
	background:url(../svg/info.svg) no-repeat;
}

/*-- end svg icons --*/



.counter {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  background: var(--primary-blue);
  border: 2px solid var(--primary-blue);
  padding: 4px 6px;
  min-width: 20px;
  min-height: 20px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -4px;
  right: -4px;
  left: initial; }

.info-list {
  margin-bottom: 30px; }
  .info-list > li {
    display: flex; }
    .info-list > li:not(:last-child) {
      margin-bottom: 10px; }
    .info-list > li .item-label {
      font-size: 16px;
      font-weight: 500;
      width: 100%;
      position: relative; }
      .info-list > li .item-label span {
        background: #fff;
        position: relative;
        z-index: 2;
        display: inline-block;
        padding-right: 15px; }
      .info-list > li .item-label::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 0;
        border-bottom: 2px dotted var(--bg-grey3);
        transform: translateY(calc(-100% - 2px)); }
    .info-list > li .item-value {
      padding-left: 15px;
      white-space: nowrap;
      font-size: 14px; }

@keyframes rotating {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
  }
}
.rotating {
  animation: rotating 2s linear infinite; }

footer {
  padding-top: 70px;
  margin-top: auto; }
  footer .copyright {
    color: var(--primary-black);
    font-size: 14px;
    line-height: 20px; }

.close {
  color: var(--primary-blue); }
  .close:hover svg path{
    fill: #75AED7; }
.close:hover {
  color: #75AED7;
}
.info-list > ul[data-columns="2"] {
  columns: 2;
  gap: 60px; }

.info-list > ul > li {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 143%;
  color: var(--text-color); }
  .info-list > ul > li:not(:last-child) {
    margin-bottom: 15px; }
  .info-list > ul > li::before {
    content: '';
    display: inline-block;
    min-width: 4px;
    width: 4px;
    height: 24px;
    background: var(--primary-grey);
    border-radius: 6px;
    margin-right: 15px; }
  .info-list > ul > li[data-color=blue]::before {
    background: var(--primary-blue); }
  .info-list > ul > li[data-color=red]::before {
    background: var(--primary-red); }
  .info-list > ul > li .item-label {
    width: 100%;
    position: relative; }
    .info-list > ul > li .item-label span {
      background: #fff;
      height: 20px;
      position: relative;
      z-index: 2;
      display: inline-block;
      padding-right: 15px;
      max-width: 200px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    .info-list > ul > li .item-label:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 0px;
      border-bottom: 2px dotted var(--primary-grey);
      transform: translateY(calc(-100% - 8px)); }
  .info-list > ul > li .item-value {
    padding-left: 15px;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: var(--text-color);
    white-space: nowrap; }
    .info-list > ul > li .item-value.small {
      font-size: 16px; }

.progress-list ul > li:not(:last-child) {
  margin-bottom: 30px; }

.progress-list ul > li .item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px; }

.progress-list ul > li .item-label {
  font-size: 14px;
  line-height: 24px; }

.progress-list ul > li .item-value {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-color);
  white-space: nowrap; }
  .progress-list ul > li .item-value.small {
    font-size: 16px; }

.progress-list ul > li .item-progress {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  background: var(--bg-grey);
  position: relative; }
  .progress-list ul > li .item-progress span {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0;
    background: var(--primary-blue);
    border-radius: 10px; }

.tasks-slider .slide > ul > li {
  display: grid;
  grid-template-columns: 1fr 104px;
  grid-column-gap: 15px;
  border: 1px solid var(--bg-grey);
  border-radius: 10px;
  padding: 15px; }
  .tasks-slider .slide > ul > li:not(:last-child) {
    margin-bottom: 5px; }
  .tasks-slider .slide > ul > li .item-label {
    font-size: 14px;
    line-height: 20px; }
  .tasks-slider .slide > ul > li .item-status {
    min-width: 104px;
    background: var(--bg-grey);
    padding: 5px 10px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    border-radius: 6px; }
    .tasks-slider .slide > ul > li .item-status[data-status=active] {
      color: var(--task-status-active-color); }
    .tasks-slider .slide > ul > li .item-status[data-status=expired] {
      color: var(--task-status-expired-color); }

.swiper-container {
  display: grid;
  overflow: hidden; }

.swiper-wrapper {
  min-width: 0; }

.swiper-pagination {
  margin-top: 15px;
  position: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    background: var(--swiper-pagination-bullet-background);
    margin: 0; }
    .swiper-pagination-bullet:hover {
      background: var(--swiper-pagination-bullet-hover-background); }
    .swiper-pagination-bullet-active {
      background: var(--swiper-pagination-bullet-active-background); }
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:not(:last-of-type) {
    margin-right: 15px; }

.progress-circle {
  text-align: center; }
  .progress-circle circle-progress::part(base) {
    width: 160px;
    height: auto; }
  .progress-circle circle-progress::part(circle) {
    stroke: var(--cprogress-circle-stroke-color);
    stroke-width: 8px; }
  .progress-circle circle-progress::part(value) {
    stroke-width: 8px;
    stroke: var(--cprogress-value-stroke-color);
    stroke-linecap: round; }
  .progress-circle circle-progress::part(text) {
    font-weight: bold;
    fill: var(--cprogress-text-color); }

.page-title {
  /* transform: translateY(-43px); */
  margin-bottom: 30px;
  line-height: 0;
  display: inline-block;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: var(--primary-blue);
  position: relative;
  z-index: 1; }

.page-grid {
  display: grid;
  column-gap: 30px;
  row-gap: 30px; }
  .page-grid.columns-2 {
    grid-template-columns: 1fr 1fr; }
    @media only screen and (max-width: 991px) {
      .page-grid.columns-2 {
        display: flex;
        flex-wrap: wrap;
        row-gap: 12px; } }
    .page-grid.columns-2.c-500px-auto {
      grid-template-columns: 500px auto; }
  .page-grid.dashboard-grid {
    grid-template-columns: repeat(auto-fit, minmax(390px, 1fr)); }
    .page-grid.dashboard-grid .page-block {
      min-height: 360px;
      min-width: 0; }
      .page-grid.dashboard-grid .page-block[data-grid="1-1"] {
        grid-column: span 1;
        grid-row: span 1; }
      .page-grid.dashboard-grid .page-block[data-grid="1-2"] {
        grid-column: span 1;
        grid-row: span 2; }
      .page-grid.dashboard-grid .page-block[data-grid="2-1"] {
        grid-column: span 2;
        grid-row: span 1; }
      .page-grid.dashboard-grid .page-block .block-top {
        justify-content: space-between;
        margin-bottom: 30px; }
  .page-grid.rows-2 {
    grid-template-rows: 1fr 1fr; }

.page-block {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
  position: relative;
  width: 100%;
  height: auto; }
  @media only screen and (max-width: 767px) {
    .page-block {
      padding: 20px; } }
  .page-block .block-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 143%;
    margin-bottom: 30px;
    color: var(--primary-blue); }
    @media only screen and (max-width: 1599px) {
      .page-block .block-title {
        margin-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      .page-block .block-title {
        font-size: 18px; } }
  .page-block .block-form .form-button button {
    margin-left: auto;
    justify-content: center; }
  .page-block .block-top {
    display: flex; }
  .page-block .block-count {
    font-weight: 600;
    font-size: 48px;
    color: var(--text-color); }

body.guest .centered-page {
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding: 30px; }
  body.guest .centered-page .page-block {
    margin-top: auto; }
  body.guest .centered-page .locale-switcher {
    margin-top: auto;
    padding-top: 30px; }

body.guest .page-block {
  background: #fff;
  border-radius: 10px;
  max-width: 360px;
  padding: 30px;
  width: 100%; }
  body.guest .page-block .block-logo img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  body.guest .page-block .block-title {
    margin-top: 20px;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 0;
    text-align: center;
    font-weight: 600; }
    @media only screen and (max-width: 575px) {
      body.guest .page-block .block-title {
        margin-top: 15px;
        font-size: 18px; } }
  body.guest .page-block .block-subtitle {
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    text-align: center; }
    @media only screen and (max-width: 575px) {
      body.guest .page-block .block-subtitle {
        line-height: 144%;
        margin-top: 15px; } }
  body.guest .page-block .block-form {
    margin-top: 20px; }
    body.guest .page-block .block-form #username ~ .help-block {
      display: none; }
    body.guest .page-block .block-form button {
      width: 100%; }

.locale-switcher {
  display: flex;
  justify-content: center;
  align-items: center; }
  .locale-switcher > li span,
  .locale-switcher > li button {
    color: var(--text-color);
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
    padding: 12px;
    text-decoration: none;
    border-bottom: 2px solid var(--bg-grey);
    transition: color .25s ease-in-out, border .25s ease-in-out; }
  .locale-switcher > li button:hover {
    color: var(--primary-blue);
    border-bottom-color: var(--bg-grey3); }
  .locale-switcher > li.active button {
    color: var(--primary-blue);
    border-bottom-color: var(--bg-blue); }

.form-input {
  position: relative;
  margin-bottom: 20px; }
.form-input.header-button {
  margin-bottom: 0; 
}
  .form-input label {
    position: absolute;
    top: 0;
    left: 14px;
    background: #fff;
    padding: 0 4px;
    color: var(--label-color);
    font-size: 12px;
    line-height: 100%;
    opacity: 0;
    z-index: 3;
    user-select: none;
    transform: translateY(-50%); }
  .form-input input {
    background: #fff;
    border: 1px solid var(--input-border);
    border-radius: 5px;
    font-size: 14px;
    height: 40px;
    line-height: 143%;
    padding: 10px 14px;
    transition: border .25s ease-in-out;
    width: 100%; }
    .form-input input:-webkit-autofill, .form-input input:-webkit-autofill:hover, .form-input input:-webkit-autofill:focus, .form-input input:-webkit-autofill:active {
      -webkit-box-shadow: 0 0 0 30px white inset !important; }
    .form-input input::-webkit-input-placeholder {
      color: var(--input-placeholder-color); }
    .form-input input::-moz-placeholder {
      color: var(--input-placeholder-color); }
    .form-input input:-ms-input-placeholder {
      color: var(--input-placeholder-color); }
    .form-input input:-moz-placeholder {
      color: var(--input-placeholder-color); }
    .form-input input:focus {
      outline: 0; }
    .form-input input:hover, .form-input input:focus {
      background: #fff;
      border-color: var(--input-border-hover); }
    .form-input input:focus::-webkit-input-placeholder, .form-input input:valid:required::-webkit-input-placeholder {
      opacity: 0; }
    .form-input input:focus::-moz-placeholder, .form-input input:valid:required::-moz-placeholder {
      opacity: 0; }
    .form-input input:focus:-ms-input-placeholder, .form-input input:valid:required:-ms-input-placeholder {
      /* IE 10+ */
      opacity: 0; }
    .form-input input:focus:-moz-placeholder, .form-input input:valid:required:-moz-placeholder {
      opacity: 0; }
    .form-input input:focus + label, .form-input input:valid:required + label {
      font-size: 12px;
      left: 14px;
      top: 0;
      bottom: initial;
      right: initial;
      transform: translateY(-50%);
      opacity: 1;
      transition: top 250ms ease-in-out; }
    .form-input input:not(:placeholder-shown) + label {
      opacity: 1;
      color: var(--label-color);
      transition: opacity 0.25s ease-in-out; }
    .form-input input:focus + label {
      color: var(--label-color-focus); }
  .form-input.error .help-block {
    color: var(--input-error-text-color);
    font-size: 12px;
    line-height: 16px; }

.action-button {
  border: 0;
  background: var(--primary-blue);
  transition: background ease-in-out .25s;
  min-width: 170px;
  padding: 10px 15px;
  color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 40px;
  font-size: 14px;
  font-weight: 600; }
  .action-button:hover {
    background: var(--bg-blue); }
  .action-button .button-icon {
    margin-right: 8px; }
    .action-button .button-icon svg {
      display: block; }
  .action-button.centered {
    justify-content: center; }

header {
  padding-top: 24px;
  padding-bottom: 8px; }
  header .header-row {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  header .header-logo {
    margin-right: auto; }
    header .header-logo a, header .header-logo img {
      display: block; }
  header .header-call {
    margin-left: 70px; }
    header .header-call form {
      margin-bottom: 0;
      width: 254px;
      display: flex;
      align-items: center;
      position: relative; }
      header .header-call form .form-input {
        width: 100%; }
        header .header-call form .form-input input {
          height: initial;
          background: var(--bg-grey3);
          border-radius: 50px;
          padding: 12px 20px;
          font-size: 14px;
          line-height: 20px;
          color: var(--primary-grey);
          border: 0;
          box-shadow: none;
          margin-bottom: 0;
          width: 100%;
          display: block;
          border: 2px solid var(--bg-grey3);
          transition: background ease-in-out .25s, border ease-in-out .25s, color ease-in-out .25s; }
          header .header-call form .form-input input:hover {
            background: #fff;
            border-color: #fff; }
          header .header-call form .form-input input:focus {
            box-shadow: none;
            background: #fff;
            border-color: var(--primary-blue);
            color: var(--primary-black); }
      header .header-call form .form-submit {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%); }
        header .header-call form .form-submit button {
          background: none;
          border: 0;
          padding: 0;
          color: var(--primary-blue); }
          header .header-call form .form-submit button svg {
            display: block; }
  header .header-status {
    margin-left: 30px; }
  header .header-user {
    margin-left: 30px; }
    header .header-user small {
      font-size: 10px; }
  header .header-chat {
    margin-left: auto;
    position: relative; }
    header .header-chat > a {
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--bg-grey3);
      color: var(--primary-blue);
      width: 46px;
      height: 46px;
      min-width: 46px;
      min-height: 46px;
      border-radius: 50px;
      transition: background ease-in-out .25s; }
      header .header-chat > a .link-icon svg {
        display: block; }
      header .header-chat > a:hover {
        background: #fff; }

.sidebar {
  position: fixed;
  width: 106px;
  top: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 110;
  padding: 24px;
  display: flex;
  flex-direction: column; }
  .sidebar .side-logo {
    margin-bottom: 20px; }
    .sidebar .side-logo img {
      display: block; }
    .sidebar .side-logo a {
      background: var(--bg-grey);
      border: 2px solid var(--bg-grey2);
      border-radius: 10px;
      width: 58px;
      height: 58px;
      padding: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 32px;
      font-weight: bold;
      color: var(--primary-blue);
      text-decoration: none;
      transition: border ease-in-out .25s; }
      .sidebar .side-logo a:hover {
        border-color: var(--primary-blue); }
  .sidebar .fast-menu {
    margin-bottom: 20px;
    user-select: none; }
    .sidebar .fast-menu button {
      background: #fff;
      cursor: pointer;
      width: 58px;
      height: 58px;
      min-width: 58px;
      min-height: 58px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;
      border-radius: 16px;
      position: relative;
      border: 2px solid var(--bg-grey2);
      transition: border ease-in-out .25s;
      color: var(--primary-blue); }
      .sidebar .fast-menu button .item-icon svg {
        display: block; }
      .sidebar .fast-menu button .item-text {
        display: none; }
      .sidebar .fast-menu button:hover {
        border-color: var(--primary-blue); }
    .sidebar .fast-menu__box {
      display: none; }
    .sidebar .fast-menu.opened button {
      background: var(--primary-blue);
      color: #fff;
      border-color: var(--primary-blue); }
    .sidebar .fast-menu.opened ul {
      display: block;
      position: absolute;
      min-width: 310px;
      box-shadow: none;
      border: none;
      z-index: 100;
      border-radius: 10px;
      background: #fff;
      padding: 20px 0;
      filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.1)); }
      .sidebar .fast-menu.opened ul[data-level="1"] {
        top: 24px;
        left: 110px; }
      .sidebar .fast-menu.opened ul[data-level="2"] {
        top: 0;
        left: calc(310px + 4px); }
        .sidebar .fast-menu.opened ul[data-level="2"] > li > a {
          font-size: 14px; }
      .sidebar .fast-menu.opened ul > li {
        padding: 0 20px; }
        .sidebar .fast-menu.opened ul > li:not(:last-child) {
          margin-bottom: 4px; }
        .sidebar .fast-menu.opened ul > li > .link-item {
          background: var(--bg-grey);
          border-radius: 10px;
          padding: 8px 16px;
          font-size: 16px;
          line-height: 24px;
          color: var(--primary-black);
          text-align: left;
          display: block;
          text-decoration: none; }
          .sidebar .fast-menu.opened ul > li > .link-item:after {
            display: none; }
          .sidebar .fast-menu.opened ul > li > .link-item:hover {
            background: var(--bg-grey2); }
        .sidebar .fast-menu.opened ul > li.with-submenu > .link-item {
          display: flex;
          align-items: center;
          justify-content: space-between;
          cursor: pointer; }
        .sidebar .fast-menu.opened ul > li.with-submenu.opened > .link-item {
          background: var(--primary-blue);
          color: #fff; }
        .sidebar .fast-menu.opened ul > li.with-submenu.opened .submenu {
          display: block; }
        .sidebar .fast-menu.opened ul > li.with-submenu .submenu {
          display: none; }
  .sidebar .fav-menu > ul > li:not(:last-child) {
    margin-bottom: 20px; }
  .sidebar .fav-menu > ul > li > a {
    background: #fff;
    cursor: pointer;
    width: 58px;
    height: 58px;
    min-width: 58px;
    min-height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 16px;
    position: relative;
    border: 2px solid var(--bg-grey2);
    transition: border ease-in-out .25s;
    color: var(--primary-blue); }
    .sidebar .fav-menu > ul > li > a .item-icon svg {
      display: block; }
    .sidebar .fav-menu > ul > li > a .item-text {
      position: absolute;
      top: 50%;
      left: calc(100% + 24px + 12px);
      transform: translateY(-50%);
      background: #fff;
      padding: 8px 20px;
      border-radius: 5px;
      filter: drop-shadow(0px 2px 10px rgba(25, 108, 167, 0.3));
      text-wrap: nowrap;
      color: var(--text-color);
      font-size: 14px;
      line-height: 22px;
      display: none; }
      .sidebar .fav-menu > ul > li > a .item-text::before {
        position: absolute;
        z-index: -1;
        content: "";
        top: 10px;
        left: -8px;
        right: auto;
        border-color: transparent #fff transparent transparent;
        border-style: solid;
        border-width: 10px 10px 10px 0; }
    .sidebar .fav-menu > ul > li > a .counter:not(.active) {
      display: none; }
    .sidebar .fav-menu > ul > li > a:hover {
      border-color: var(--primary-blue); }
      .sidebar .fav-menu > ul > li > a:hover .item-text {
        display: block; }
  .sidebar .fav-menu > ul > li.active > a {
    background: var(--primary-blue);
    border: 2px solid var(--primary-blue);
    color: #fff; }
    .sidebar .fav-menu > ul > li.active > a .counter {
      border-color: #fff;
      color: #fff; }
  .sidebar .fav-menu > ul > li .informer-missed-calls.counter {
    position: absolute;
    left: 5px; }
  .sidebar .fav-menu > ul > li > .dropdown-menu:before {
    display: none; }
  .sidebar .settings-menu {
    margin-top: auto; }
    .sidebar .settings-menu a {
      background: #fff;
      cursor: pointer;
      width: 58px;
      height: 58px;
      min-width: 58px;
      min-height: 58px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;
      border-radius: 16px;
      position: relative;
      border: 2px solid var(--bg-grey2);
      transition: border ease-in-out .25s;
      color: var(--primary-blue); }
      .sidebar .settings-menu a .item-icon svg {
        display: block; }
      .sidebar .settings-menu a .item-text {
        display: none; }
      .sidebar .settings-menu a:hover {
        border-color: var(--primary-blue); }
      .sidebar .settings-menu a.active {
        background: var(--primary-blue);
        border-color: var(--primary-blue);
        color: #fff; }
.fav-menu-toggle {
  background: #fff;
    cursor: pointer;
    width: 58px;
    height: 58px;
    min-width: 58px;
    min-height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 16px;
    position: relative;
    border: 2px solid var(--bg-grey2);
    transition: border ease-in-out .25s;
    color: var(--primary-blue); 
}
.dropdown > button {
  border: 0;
  background: var(--bg-grey3);
  border-radius: 50px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  width: 254px;
  transition: background ease-in-out .25s; }
  .dropdown > button:hover {
    background: #fff; }
  .dropdown > button .button-icon {
    color: var(--primary-blue); }
    .dropdown > button .button-icon svg {
      display: block; }
  .dropdown > button .button-text {
    margin-left: 10px;
    font-size: 14px;
    line-height: 20px;
    color: var(--primary-black); }
  .dropdown > button .button-arrow {
    padding-left: 10px;
    margin-left: auto; }
    .dropdown > button .button-arrow:after {
      content: '';
      color: var(--primary-blue);
      width: 10px;
      height: 6px;
      background: url(/assets/icons/dropdown-arrow.svg) no-repeat center;
      display: block; }

.dropdown.open > button {
  position: relative;
  background: #fff;
  z-index: 1001; }
  .dropdown.open > button .button-arrow {
    transform: rotate(-180deg);
    padding-left: 0;
    padding-right: 10px; }

.dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 254px;
  padding: 20px;
  list-style: none;
  background: #fff;
  border: 0;
  border-radius: 22px;
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.1)); }
  .dropdown-menu > li:not(:last-child) {
    margin-bottom: 4px; }
  .dropdown-menu > li > a {
    display: block;
    padding: 8px 14px;
    white-space: nowrap;
    font-size: 16px;
    line-height: 24px;
    color: var(--primary-black);
    background: var(--bg-grey);
    border-radius: 10px; }
    .dropdown-menu > li > a:hover {
      background: var(--primary-blue);
      color: #fff; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(7.5px); }
  .modal-backdrop.fade {
    opacity: 0; }

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 1; }

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow-y: auto;
}
.modal .close:hover svg path{
  fill: #196CA7 !important;
}
.modal .close:hover {
  color: #196CA7 !important;
}
.modal .close svg path{
  fill: #9197A5 !important;
}
.modal .close {
  color: #9197A5;
  display: flex;
  align-items: center;
  justify-content: center;
}
  .modal.fade {
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out;
    top: -25%; }
    .modal.fade.in {
      top: 0;
    padding: 60px 16px; }
  .modal-header {
        padding: 0;
    border: 0;
    text-align: center;
    font-weight: 500;
    color: var(--primary-blue);
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--bg-grey2); }
    .modal-header .close {
      float: right; }
    .modal-header h3 {
      margin: 0;
      line-height: 30px; }
  .modal-body {
    position: relative;
    padding: 0;
   }
   .select2-container .select2-selection--single:hover{
    border-color: #9197A5 !important;
   }
   .add-info-buttons {
    padding: 9px 16px;
    border-radius: 5px;
    border: 1px solid #E7E8EC;
    margin-bottom: 26px;
   }
   i.svg-icon-add:before,
   i.svg-icon-addcomm:before{
    background: url(./svg/red_add.svg);
   }
   i.svg-icon-answers:before{
      background: url(./svg/blue_list.svg);
   }
   i.svg-icon-deal-green:before{
    background: url(./svg/green-money.svg);
   }
   i.svg-icon-addcommdisabled:before{
    background: url(./svg/red_add_disabled.svg);
   }
   i.svg-icon-answersdisabled:before{
    background: url(./svg/blue_list_disabled.svg);
   }
   i.svg-icon-dealdisabled:before{
    background: url( ./svg/green_money_disabled.svg);
   }
   i.svg-icon-editdisabled:before{
    background: url(./svg/green_redact_disabled.svg);
   }
   i.svg-white-warning:before{
    background: url(./svg/white_warning.svg);
    min-width: 20px;
    min-height: 18px;
    content: '';
    display: block;
    width: 20px;
    height: 18px;
    margin-right: 14px;
   }
   i.svg-white-close:before{
    background: url(./svg/white_close.svg);
    min-width: 20px;
    min-height: 20px;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    cursor: pointer;
    margin-right: 0;
    margin-left: auto;
   }
   i.svg-white-circle-success:before{
    background: url(./svg/white_circle_success.svg);
    min-width: 20px;
    min-height: 20px;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 14px;
   }
   i.svg-icon-edit-green:before{
    background: url(./svg/green-redact.svg);
   }
   i.reverse-shevrone:before{
    background: url(./svg/reverse_schevron.svg) no-repeat;
    width: 10px !important;
    min-width: 10px !important;
    height: 6px !important;
    min-height: 6px !important;
    cursor: pointer;
      display: block;
    content: '';
   }
   i.calendar-svg:before{
    background: url(./svg/calendar.svg) no-repeat;
    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
    min-height: 18px !important;
    cursor: pointer;
  }
   i.svg-icon-addcommdisabled:before,
   i.svg-icon-answersdisabled:before,
   i.svg-icon-dealdisabled:before,
   i.svg-icon-editdisabled:before {
    min-width: 22px;
    min-height: 22px;
    width: 22px;
    height: 22px;
    display: block;
    content: '';
  }
   i.calendar-svg:before,
   i.calendar-svg:before{
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    display: block;
    color:#ffffff;
    content: '';
  }
    .modal-body .modal-subtitle {
      font-weight: 600;
      text-align: center;
      margin-bottom: 30px; }
    .modal-body .helper {
      margin: 30px 0 0 0; }
  .modal-form {
    padding: 12px 0;
    margin-bottom: 0; }
  .modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    zoom: 1; }
    .modal-footer:before, .modal-footer:after {
      display: table;
      content: "";
      line-height: 0; }
    .modal-footer:after {
      clear: both; }
    .modal-footer .btn + .btn {
      margin-left: 5px;
      margin-bottom: 0; }
    .modal-footer .btn-group .btn + .btn {
      margin-left: -1px; }
    .modal-footer .btn-block + .btn-block {
      margin-left: 0; }

.call-actions {
  text-align: center; }
  .call-actions #callicon,
  .call-actions #callprogress {
    text-align: center; }
    .call-actions #callicon > a,
    .call-actions #callprogress > a {
      color: var(--primary-blue);
      display: inline-block; }
      .call-actions #callicon > a svg,
      .call-actions #callprogress > a svg {
        width: 64px;
        height: auto;
        display: block; }

.form-select {
  margin-bottom: 20px; 
  position: relative;
}
  .form-select .select2-container {
    width: 100%; }

.select2-container .select2-selection--single {
  border-color: var(--select-border-color);
  height: 40px; }
  .select2-container .select2-selection--single:hover {
    border-color: var(--select-border-color-hover); }

.select2-container--default .select2-selection--single {
  border-radius: 5px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: initial;
    font-size: 14px;
    color: var(--text-color);
    padding: 10px 26px 10px 15px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: initial;
    right: 15px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      display: none; }
    .select2-container--default .select2-selection--single .select2-selection__arrow svg {
      display: block; }

.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #9197A5 !important; }

.select2-container--default .select2-search--dropdown .select2-search__field {
border: none;
    background: none;
    height: 30px;
    margin-top: -49px;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 14px;
    color: var(--text-color);
    background: #fff;
    width: calc(100% - 2px);
    margin-bottom: 7px; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background: var(--select-option-active);
  font-weight: bold; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: var(--select-option-hover);
  color: var(--text-color); }

.select2-search--dropdown {
  padding: 0;
  border-radius: 5px; }

.select2-dropdown {
  border-color: var(--select-border-color-focus); }

.select2-results__option {
  padding: 12px;
  font-size: 14px;
  color: var(--text-color); }
  .select2-results__option:last-child {
    border-radius: 0px 0px 5px 5px; }

.form-checkbox {
  margin-bottom: 20px; }
  .form-checkbox label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    padding-left: 8px;
    user-select: none; }
    .form-checkbox label span {
      position: absolute;
      top: 0;
      left: 0; }
      .form-checkbox label span::before {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        background: var(--checkbox-background);
        border-radius: 4px;
        border: 1px solid var(--checkbox-border-color); }
      .form-checkbox label span::after {
        content: '';
        position: absolute;
        left: 7px;
        top: 3px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0; }
  .form-checkbox input {
    /* position: absolute; */
    /* left: 11px; */
    /* top: 20px; */
    /* width: 1px; */
    /* height: 1px; */
    /* opacity: 0; */
    cursor: pointer;
  margin-top:0px;
margin-bottom: 5px; }
    .form-checkbox input:checked ~ span::before {
      background: var(--checkbox-checked-color);
      border-color: var(--checkbox-checked-border-color); }
    .form-checkbox input:checked ~ span::after {
      opacity: 1; }
  .form-checkbox .label {
    font-size: 12px;
    line-height: 142%;
    color: var(--checkbox-label-color); }
    .form-checkbox .label a {
      color: var(--checkbox-label-link-color);
      text-decoration: none;
      transition: color ease-in-out .25s; }
      .form-checkbox .label a:hover {
        color: var(--checkbox-label-link-hover-color); }

.alert {
  padding: 20px;
  margin-bottom: 16px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fff;
  border: 2px solid var(--primary-blue);
  border-radius: 5px; }
  .alert .close {
    position: absolute;
    top: 2px;
    right: 2px;
    line-height: 16px;
    display: block;
    padding: 8px;
    color: var(--text-color); }
  .alert .title {
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    color: var(--primary-blue); }

.dasboard-filters form .form-select {
  width: 290px; }
.page-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.form-select label.active, .form-select label.selected {
    font-size: 12px;
    left: 10px;
    top: 0;
    bottom: initial;
    right: initial;
    transform: translateY(-50%);
    opacity: 1;
    transition: top 250ms ease-in-out;
}
.prewatch-content {
  overflow-y: auto;
  height: 100%;
}
.prewatch-content::-webkit-scrollbar {
    display: none;
}
.prewatch-side .prewatch-content::-webkit-scrollbar {
 display: block;
}

.form-select label {
    position: absolute;
    top: 0;
    left: 14px;
    background: #fff;
    padding: 0 4px;
    color: var(--cgray2);
    font-size: 12px;
    line-height: 100%;
    opacity: 0;
    z-index: 2300;
    user-select: none;
    transform: translateY(-50%);
}

.modal-form .form-daterange {
    width: 100%;
}

.form-daterange {
    position: relative;
    min-width: 290px;
    border: 1px solid var(--select-border-color);
    border-radius: 5px;
    height: 40px;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: var(--text-color);
}

.form-daterange input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    opacity: 0;
}

.daterangepicker.show-ranges {
    min-width: 290px;
}
.daterangepicker.opensright {
    border-top: 0;
    border-radius: 0 0 5px 5px;
}
.daterangepicker {
    user-select: none;
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid var(--select-border-color-focus);
    border-top: 0;
    padding: 0;
    top: 100px;
    left: -1px !important;
    right: -1px !important;
    z-index: 3001;
    display: none;
    padding-top: 15px;
}

.form-buttons, .modal-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.action-button.cancel:hover {
  color: #196CA7;
}
.action-button.cancel {
    background: #E7E8EC;
    color: var(--text-color);
    width: 270px;
}

.form-daterange label {
    position: absolute;
    top: 0;
    left: 14px;
    background: #fff;
    padding: 0 4px;
    color: var(--cgray2);
    font-size: 12px;
    line-height: 100%;
    opacity: 0;
    z-index: 2300;
    user-select: none;
    transform: translateY(-50%);
}

.form-daterange label.active, .form-daterange label.selected {
    font-size: 12px;
    left: 10px;
    top: 0;
    bottom: initial;
    right: initial;
    transform: translateY(-50%);
    opacity: 1;
    transition: top 250ms ease-in-out;
}

.daterangepicker .ranges {
    width: 100%;
    float: none;
    text-align: left;
    margin: 0;
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.daterangepicker .ranges li.active {
    background: var(--select-option-active);
    font-weight: bold;
}
.daterangepicker .ranges li {
    padding: 12px;
    font-size: 14px;
    color: var(--text-color);
    cursor: pointer;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
    border-left: 1px solid #ddd;
}
.daterangepicker .drp-calendar.left {
    padding: 8px 0 8px 8px;
    float: left;
}
.daterangepicker.show-calendar .drp-calendar, .daterangepicker.show-calendar .drp-buttons {
    display: block;
}
.daterangepicker .drp-calendar {
    display: none;
    max-width: 270px;
}

.daterangepicker .calendar-table {
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #fff;
}

.daterangepicker .calendar-table table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
}

.daterangepicker .calendar-table .next,
.daterangepicker .calendar-table .prev {
  color: #196CA7;
}

.daterangepicker th.month {
    width: auto;
}

.daterangepicker td.off {
    background-color: #fff;
    border-color: transparent;
    color: #999;
}

:not([disabled])[data-title] {
    position: relative;
}

.daterangepicker .drp-calendar.right {
    padding: 8px;
    float: right;
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 4px auto 0 auto;
    line-height: 30px;
    position: relative;
}

.daterangepicker.auto-apply .drp-buttons {
    display: none;
}

.daterangepicker .drp-selected {
    display: inline-block;
    font-size: 12px;
    padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
    margin-left: 8px;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
}

.form-daterange.active {
    border-radius: 5px 5px 0 0;
}

.modal-content {
    width: 560px;
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    outline: none;
    margin-left: auto;
    margin-right: auto;
}
#modal-nps-filter .modal-content {
  width: 100%;
  max-width: 560px;
}
.select2-container .select2-search--inline {
    padding: 8px 10px;
    font-size: 14px;
}

.daterangepicker td.active {
    background-color: var(--primary-blue);
    border-color: transparent;
    color: #fff;
}
.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px;
}

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

.form-toggle {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    user-select: none;
}

.form-toggle input {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    width: 0;
    height: 0;
}

.form-toggle label {
    font-size: 14px;
    line-height: 20px;
    color: var(--text-color);
    font-weight: 600;
    display: flex;
    align-items: center;
    position: relative;
}

.form-toggle label:hover:before {
  background-color: #AAB1C1;
}
.form-toggle label:before {
    content: '';
    width: 36px;
    min-width: 36px;
    height: 20px;
    background: var(--toggle-bg-color);
    border-radius: 50px;
    display: block;
    margin-right: 10px;
    transition: background ease-in-out .25s;
}

.form-toggle label::after {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    top: calc(50% - 8px);
    left: 2px;
    bottom: 2px;
    transition: left ease-in-out .25s;
}

.form-toggle input:checked + label:hover::before {
  background-color: #2383C8;
}
.form-toggle input:checked + label::before {
    background: var(--toggle-active-bg-color);
}

.form-toggle input:checked + label::after {
    left: 18px;
}

.form-button.center, .modal-button.center {
    display: flex;
    justify-content: center;
}

.modal.w-half.fade.in {
    bottom: 0;
}

.modal.h-center.fade.in {
    display: flex !important;
    align-items: center;
}

.modal.w-half .modal-content {
    width: calc(50% - 30px);
    max-height: calc(100vh - 120px);
    padding: 30px 0;
}

.modal.w-half .modal-header {
    padding: 0 30px 30px 30px;
}
#submit-anchor-add-user:hover {
  text-decoration: none;
} 
.modal.w-half .modal-body {
    overflow-y: auto;
    max-height: calc(100% - 70px - 62px);
    padding: 30px;
}

.modal.w-half .modal-footer {
    padding: 0 30px;
}

.form-grid:not(:last-of-type) {
    margin-bottom: 20px;
}
.form-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.form-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.action-link[data-toggle="collapse"] {
    user-select: none;
    color: var(--primary-black);
}
.action-link {
    font-size: 14px;
    color: var(--primary-blue);
    font-weight: 500;
}

.table-striped,
  .table-striped th {
    border-bottom: none !important;
  }
  .table-striped th {
    /* height: 40px; */
    box-sizing: border-box;
    background-color: #196ca7;
    color: #fff;
    font: 400 14px/18px 'Roboto', sans-serif !important;
  }

  .table-striped .even {
    background-color: #DFE2EE;
  }

  .mdc-select--outlined {
    display: none;
  } 
   #company-profile-wrapper table.dataTable.no-footer {
    border-bottom: none !important;
   }
  .table-striped td {
    padding: 13px 15px;
    font-size: 14px;
    line-height: 20px;
    color: #363F48;
    border: 0px solid #fff!important;
  }
  /* #company-profile-wrapper table.dataTable#dataTable-data-processes_wrapper {
    border-collapse: collapse !important;
    border-spacing: 0px !important;
  } */
  table.dataTable {
    border-spacing: 2px !important;
  }
  


  

  .nps-deleted {
    color: #FD4D5C;
  }
  

  .custom-row {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
    padding: 15px 10px;
    border: 1px solid #C7D1DF;
    border-radius: 5px;
  }
  .custom-cell {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    order: 1;
  }
  .custom-row:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .custom-cell span:first-of-type {
    order: 0;
    font-weight: 600;
  }
  .custom-cell span:last-of-type {
    order: 2;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-left: -5px;
    margin-right: -5px;

  }
  .custom-cell::after {
    content: '';
    flex: 1 1 100%;
    order: 1; 
    /* align-self: center; */
    /* margin-bottom: -4px; */
    height: 14px;
    background-image: radial-gradient(#C7D1DF 1px, transparent 0px);
  background-repeat: repeat; /* or omit this declaration */
  background-size: 10px 10px;
  background-position: bottom;
  }
  .custom-cell:first-of-type {
    position: relative;
  }
  .custom-cell:first-of-type::before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    right: -10px;
    top: -12px;
    border-top: 1px solid #C7D1DF;

  }
  .custom-cell:last-of-type {
    order: 0;
  }
  .custom-cell:last-of-type span:last-of-type {
    width: 100%;
    max-width: 400px;
    display: flex;  
    justify-content: end;
    margin-left: auto;
    margin-right: 10px;
  }
  .custom-cell:last-of-type::after,
  .custom-cell:last-of-type span:first-of-type {
    display: none;
  }

.dataTables_paginate span{
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.dataTables_paginate {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width: 100%;
    gap: 4px;
  }
  .mdc-text-field {
    height: 40px!important;
    width: 100%!important;
  }
  .dataTables_paginate .ellipsis,
  .paginate_button {
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    gap: 4px;
    display: inline-flex!important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #F5F6FA!important;
    border: none!important;
    cursor: pointer!important;
  }
  .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #196ca7!important;
    color: #fff!important;
  }
  .mdc-text-field__input {
    margin-bottom: 0!important;
  }

#tableitems_filter,
#tableitems_length {
  min-height: 30px !important; /* подбери под свой дизайн */
}
#tableitems_filter:not(.after-render),
#tableitems_length:not(.after-render) {
  visibility: hidden;
}
.limit-buttons {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .limit-buttons span {
    margin-right: 8px;
  }
  .dataTables_length {
    display: flex;
    width: 100%;
  }
  #tableitems_paginate,
  .limit-buttons + label {
    display: none;
  }
  .dataTables_info {
    display: none;
  }
  .limit-buttons button {
    width: 50px ;
    height: 34px;
    min-width: 50px;
    
  }
  .limit-buttons button:not(.mdc-button--raised):hover {
    color: #196CA7 !important;
  }
  .limit-buttons button:not(.mdc-button--raised) {
    color: #363F48!important;
    background-color:  #F5F6FA!important;
    border: none!important;
    }
    .limit-buttons button:first-of-type {
      border-radius: 5px 0 0 5px!important;
    }
    .limit-buttons button:last-of-type {
      border-radius: 0 5px 5px 0!important;
    }
    .limit-buttons button:nth-of-type(2) {
      border-radius: 0!important;
    }
    .limit-buttons button.mdc-button--raised:hover {
      background-color: #4789B9;
    }
    .limit-buttons button.mdc-button--raised {
      color: #fff!important;
      border: none!important;
      box-shadow: none!important;
    }
    .limit-buttons button.mdc-button--raised:hover {
      box-shadow: none!important;
    }  
.dataTables_wrapper .dataTables_paginate .paginate_button:not(.previous):not(.next):hover {
    /* background: #2383C8!important; */
    color: #196CA7!important;
  }	
.dataTables_wrapper .dataTables_paginate .paginate_button.current:not(.previous):not(.next):hover {
    background: #2383C8!important;
    color: #fff!important;
  }	
  .dataTables_wrapper .dataTables_filter input {
    margin-left: 0!important;
  }
.table-actions {
    display: inline-flex;
    align-items: center;
    gap: 15px;
}  
  
table.dataTable thead th {
    background: var(--table-th-bg);
    font-size: 12px;
    line-height: 130%;
    padding: 10px 15px;
    color: var(--table-th-color);
    font-weight: 600;
    border: 0;
    vertical-align: middle;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
    background-position: calc(100% - 3px) 4px;
}

table.dataTable tbody > tr:nth-child(odd) > td {
    background: var(--table-td-odd-bg);
}

.table-phones > li:not(:last-child) {
    margin-bottom: 15px;
}

.table-phones > li .phone {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.table-phones > li .phone-comment {
    margin-top: 5px;
}

.modal.w-full.fade.in {
    bottom: 0;
}

.modal.w-full .modal-content {
    width: calc(100% - 30px);
    max-height: calc(100vh - 120px);
    padding: 30px 0;
}

.modal.w-full .modal-header {
    padding: 0 30px 30px 30px;
}

.modal.w-full .modal-body {
    overflow-y: auto;
    max-height: calc(100% - 70px - 62px);
    padding: 30px;
}

.menu-wrapper {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    margin-top: 40px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    border: 0px solid transparent;
    white-space: nowrap;
    cursor: pointer;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
    color: #196CA7;
    background-color: #F5F6FA;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    padding-top: 3px;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: var(--bg-grey2);
    border-color: transparent;
    color: inherit;
}



.row-fluid {
  display: flex;
  flex-direction: column;
}
.row-fluid .form-horizontal {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 10px;
  width: 100%;
}
.row-fluid.form-horizontal div{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  width: 100%;
}

.company-data .row-fluid input[type="checkbox"],
.checkbox-size {
  height: 20px !important;
  width: 20px !important;
}
.row-fluid.form-horizontal div .controls{
  width: 100%;
}
.row-fluid.form-horizontal div .controls span{
  width: 100% !important;
}
.row-fluid.form-horizontal div .controls input{
  width: 100%;
}
.row-fluid.form-horizontal div .controls .date.datepicker input,
.row-fluid.form-horizontal div .controls #birth_date_add input{
  width: calc(100% - 40px) !important;
}
.modal-body {
  scrollbar-width: thin !important;
  scrollbar-color: #196CA7 #F5F6FA !important;
}
.row-fluid.form-horizontal div .controls #birth_date,
.row-fluid.form-horizontal div .controls #birth_date_add{
  width: 100% !important;
}
.row-fluid.form-horizontal div .controls #birth_date{
  margin-top: -5px;
  gap: 0;
}
.alert-success .row-fluid .form-horizontal .control-group{
  width: 100%;
}
#modal-editplus #save-cancel-buttons-wrapper {
  display: none !important;
}
.add_phone,
.add_email {
  background-color: #F5F6FA !important;
  background-image: none !important;
  color: #196CA7;
  font-size: 32px;
  text-align: center;
  align-items: center;
  width: 40px;
  text-shadow: none !important;
}

.add_customer_company {
  color: #196CA7;
  background-color: #F5F6FA;
  background-image: none !important;
  height: 40px;
  font-size: 14px;
  line-height: 22px;
  padding-left: 0;
}
.add_customer_company:hover,
.add_customer_company:active,
.add_customer_company:focus {
  color: #4789B9;
  background-color: none !important;
}
.add_phone:hover,
.add_email:hover,
.add_phone:focus,
.add_email:focus,
.add_phone:active,
.add_email:active {
  color: #4789B9;
}





#modal-callinfo.in .modal-body{
  height: max-content;
}
#modal-new-sms .modal-footer {
  margin-top: auto;
  margin-bottom: 20px;
}
#modal-new-sms .modal-body {
  height: max-content;
}
#modal-new-sms.in {
  display: flex !important;
  flex-direction: column;
}
#modal-new-sms .add-on{
  height: 40px;
}
#modal-new-sms #sms_template_add_form span {
  display: inline-flex;
  margin-top: 10px;
}
#modal-new-sms #sms_template_add_form input[name="public_template"] {
  margin-top: 10px;
}
#modal-new-sms .span6,
#modal-new-sms .span4,
#modal-new-sms .span2{
  margin-left: 0;
}
#modal-new-sms input,
#modal-new-sms select {
  height: 40px;
}
#modal-new-sms {
  background-color: #fff;
  margin-left: 5%;
  margin-right: 5%;
  top: 20px;
  margin-bottom: 5%;
}
#create-deal-field {
  min-height: 20px !important;
}
#modal-callinfo.in .modal-footer{
  margin-bottom: 20px;
  margin-top: auto;
}
#modal-callinfo.in {
  display: flex !important;
  flex-direction: column;
}
.row-fluid .form-horizontal .control-group .controls input,
.row-fluid .form-horizontal .control-group .controls select {
  height: 40px;
  width: 100%;
  flex:1;
  border-radius: 5px;
  min-height: 40px;
}


.styled-checkbox-container label{
  padding-top: 3px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Inter';
  color:#363F48;
}
.styled-checkbox-container {
  display: flex;
  flex-direction: row;
  gap:12px;
}
.n-deal-search-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}
.n-deal-search-input-icon {
    position: absolute;
    left: 12px;
    pointer-events: none;
}
.styled-checkbox:hover {
  background-color: #E8F0F6;
}
.styled-checkbox {
  position: relative;
  width: 20px !important;
  height: 20px;
  min-width: 20px;
  appearance: none;
  border: 1px solid #9197A5;
  border-radius: 4px;
  background-color: #F5F6FA;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  outline: none !important;
}
select.custom-arrow {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url("data:image/svg+xml;utf8,<svg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M5.00956 3.4955L8.20002 0.341061C9.20305 -0.673071 10.6438 0.807077 9.68655 1.75762L5.68588 5.71657C5.30566 6.09443 4.69531 6.09443 4.31509 5.71657L0.314412 1.75762C-0.642855 0.807077 0.798272 -0.673071 1.80096 0.341061L4.99141 3.4955C4.99948 3.50358 5.00149 3.50358 5.00956 3.4955Z' fill='%23196CA7'/></svg>");
  
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 6px;

  padding-right: 30px; /* Чтобы текст не налезал на стрелку */
  color: inherit;
}
select.custom-arrow::-webkit-scrollbar {
  display: none;
}
.styled-input-text {
  height: 40px !important;
  border-radius: 5px !important;
  border: 1px solid #9197A5 !important;
  outline: none !important;
  outline-offset: none !important;
}
.styled-checkbox:checked {
  /* background-color: #196CA7; */
  border-color: #196CA7;
  background-position: center;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-image: url(./svg/check-icon.svg);
  background-size: 20px 20px;
}



.company-data .row-fluid .btn.add-on{
  height: 40px !important;
  padding-top: 10px !important;
}
.company-data .details-item.row-fluid .control-group:has(button) button span{
  color: #FD4D5C;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 0;
}
.company-item .btn.btn-success.add_customer_company {
  margin-left: 10px;
  padding-left: 8px;
  padding-right: 8px;

}
.company-item .add_company_span{
  color: #6CB351;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-shadow: none !important;
}
.company-data .details-item.row-fluid .control-group:has(button) button{
  display: flex;
  flex-direction: row;
  align-items: center;
  background-image: none !important;
  background-color: #ffffff;
  padding: 9px 8px;
  border: none;
  box-shadow: none;
}

.company-data .row-fluid .control-group{
  margin-right: 10px;
}
.company-data .row-fluid .control-group.button-remove-ctrl{
  display: flex;
  align-items: center;
}
.company-data .row-fluid {
  display: flex;
  flex-direction: row !important;
}
.company-data .row-fluid input[type="text"]{
  height: 40px;
  width: 100%;
}

.btn.add-on.svg-aclendar,
#calendar-span {
  height: 40px !important;
  width: 40px !important;
  padding-top: 10px !important;
}
#calendar-span {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0;
}
.add_customer_company.bank_reqs {
  margin-top: 20px;
}
.alert-info.client-company .row-fluid .companies .company-item .company-data .row-fluid .control-group .controls .input-append.date {
  width: 90%;
}
.alert-info.client-company .row-fluid .companies .company-item .row-fluid .control-group {
  width: 100%;
}
.alert-info.client-company .row-fluid .companies .company-item .row-fluid .control-group .controls .d-flex select {
  height: 40px;
  width: 20%;
}
.one-in-row {
  width: 18% !important;
}
.one-in-row-2{
  width: 19.5% !important;
}
.two-in-row {
  width: 39.8% !important;
}
.input-append.date.datepicker.company_date {
  padding-top: 0 !important;
}
.btn.btn-success.add_customer_company {
  background-color: #fff;
  box-shadow: none;
  border: none;
}
.alert-info.client-company .row-fluid div .btn.btn-success.add_customer_company.bank_reqs,
.remove_bank_req,
#modal-editplus .btn.btn-danger,
.alert-info.client-company .row-fluid .companies .company-item .row-fluid .control-group .d-flex .btn.btn-danger {
  background-color: #ffffff;
  background-image: none;
  box-shadow: none;
  border: none;
  display: flex;
  margin-top: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 10px;
  color:#FD4D5C;
}
.remove_bank_req_container {
  height: 40px;
  margin-bottom: 0;
  margin-top: 20px;
}
.remove_bank_req_container .remove_bank_req{
  height: 40px;
}
.remove_bank_req_container .remove_bank_req:hover {
  background-color: #fff;
  color: #FD4D5C;
}
.alert-info.client-company .row-fluid div .btn.btn-success.add_customer_company.bank_reqs {
  color: #6CB351;
  text-shadow: none!important;
}
.remove_bank_req,
.alert-info.client-company .row-fluid .companies .company-item .row-fluid .control-group .controls .d-flex .btn.btn-danger  {
  color: #FD4D5C;
}


.alert-info.client-company .row-fluid div .btn.btn-success.add_customer_company.bank_reqs .bank_req_span,
.alert-info.client-company .row-fluid .companies .company-item .row-fluid .control-group .controls .d-flex .btn.btn-danger .remove_company_span {
  padding-top: 3px;
}
.alert-info.client-company .row-fluid div .btn.btn-success.add_customer_company .large-plus{
  font-size: 32px;
  text-shadow: none;
}
.alert-info.client-company .row-fluid div .btn.btn-success.add_customer_company:hover {
  background-color: #ffffff !important;
  color:#75AED7;
}
.alert-info.client-company .row-fluid div .btn.btn-success.add_customer_company {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.remove_company_span,
.alert-info.client-company .row-fluid div .btn.btn-success.add_customer_company .plus-text{
  padding-top: 5px;
  padding-left: 3px;
  text-shadow: none;;
}
.alert-info.client-company .row-fluid div .btn.btn-success.add_customer_company .plus-text
.alert.alert-info.client-address .row-fluid{
  display: flex;
  flex-direction: column;
  text-shadow: none;
}

.alert.alert-info.client-address .row-fluid .form-horizontal{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px ;
  margin-left: 0;
}
.alert.alert-info.client-address .row-fluid .form-horizontal div{
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-left: 0px;
  width: 100% !important;
  flex-wrap: wrap;
}
.alert.alert-info.client-address .row-fluid .form-horizontal .control-group{
  display: flex;
  flex-direction: column;
  gap:0 10px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  max-width: 240px;
}
.alert.alert-info.client-address .row-fluid .form-horizontal .control-group .controls .select2{
  width: 100% !important;
}
.alert.alert-info.client-address .row-fluid .form-horizontal .control-group .controls textarea{
  width: 100% ;
}


.alert.addit_data .row-fluid.form-horizontal {
  display: flex;
  flex-direction: column;
}
.alert.addit_data .row-fluid.form-horizontal .well {
  gap: 0px 10px;
}
.alert.addit_data .row-fluid.form-horizontal .well .control-group .controls select,
.alert.addit_data .row-fluid.form-horizontal .well .control-group .controls input[type='text']{
  height: 40px;
}
input[type='checkbox'] {
  width: 20px !important;
  height: 20px !important;
  padding-left: 10px;
}
.alert.addit_data .row-fluid.form-horizontal textarea{
  width: 100%;
  height: 40px;
}
.alert.addit_data .row-fluid.form-horizontal div{
  display: flex;
  flex-direction: row;
  gap: 0 10px;
  margin-left: 0;
  flex-wrap: wrap;
}
/* .alert.addit_data .row-fluid.form-horizontal div div {
  min-width: 170px;
} */
.alert.addit_data .row-fluid.form-horizontal div .control-group{
  display: flex;
  flex-direction: column;
  max-width: 240px;
}
.alert.addit_data .row-fluid.form-horizontal div .control-group .input-small{
  height: 40px;
}
.alert.addit_data .row-fluid.form-horizontal div .control-group .control-group{
  margin-bottom: 0;
}
.alert.addit_data .row-fluid.form-horizontal div .control-group .input-medium{
  height: 40px;
  width: 170px;
}
.modal-header {
  background-color: #ffffff;
  
}
.modal-header h3 {
  text-align: start;
  padding-left: 15px;
  padding-top: 10px;
}
.alert.addit_data .control-group {
  display: flex;
  flex-direction: column;
}
#modal-edit {
  background-color: #ffffff;
  overflow-x: hidden;
  margin-left: 5%;
  margin-right: 5%;
  top: 20px;
  margin-bottom: 5%;
  border-radius:5px;
  padding: 30px;
}
#modal-edit input[type="text"],
#modal-edit select {
  height: 40px;
}

#modal-edit #phones-block .control.phone-num{
  width: 100%;
}
.alert-success .row-fluid.form-horizontal div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  width: 100%;
  margin-left: 0;
}
#modal-edit .control.email-num,
#modal-edit textarea {
  width: 100%;
}
#modal-edit .btn.add-on {
  height: 40px;
  width: 40px;
  padding-left: 7px;
  padding-top: 7px;
}
#modal-edit .btn.btn-success.add_customer_company {
  margin-top: 0;
}
.btn.btn-success.add_customer_company.with-padding {
  padding-left: 20px;
}
.btn.removing-btn {
  height: 40px;
  display: flex;
  flex-direction: row;
  background-color: #ffffff;
  background-image: none;
  border: none;
  box-shadow: none;
  align-items: center;
  color: #FD4D5C;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  white-space: nowrap;
}
.alert-success .row-fluid.form-horizontal div div,
#modal-edit .alert-alert .row-fluid .form-horizontal .control-group {
  display: flex;
  flex-direction: column;
}

#modal-edit .alert{
  border: none;
}
#modal-edit .alert-alert .row-fluid .form-horizontal {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  width: 100%;
  margin-left: 0;
}
#modal-edit .alert-alert .row-fluid .form-horizontal .control-group .control-group{
  width: 100%;
}
#modal-edit .alert-alert .row-fluid .form-horizontal .control-group .control-group .controls span {
  display: block;
  width: 100% !important;
}
#modal-analytics-filter .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 9px;
}
#modal-edit #birth_date span{
  padding-top: 5px !important;
  padding-left: 5px !important;
}
#modal-edit #birth_date {
  width: 95%;
  gap: 0;
  margin-top: 0;
}
#modal-edit-item #show_pause,
#modal-edit-item #first_show_pause {
  width: 70px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 14px;
}
#modal-edit-item .modal-header h3 {
  padding-left: 0;
}
#modal-edit .alert-alert .row-fluid.form-horizontal div {
  display: flex;
  flex-direction: column;
}
.nps-edit-ancet-main-title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.custom-select-wrapper {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}
.custom-select {
    position: relative;
    width: 220px;
    cursor: pointer;
}
.custom-select.active .custom-select-title {
  color:#196CA7;
  border-color: #196CA7;
}
.custom-select-title:hover{
  background-color: #F5F6FA;
}
.custom-select-title .reverse-shevrone{
  position: absolute;
  top: 16px;
  right: 16px;
}
.custom-select-title {
  position: relative;
    display: block;
    padding: 10px 16px;
    background: #ffffff;
    border: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 2px solid #E7E8EC;
    font-size: 14px;
    line-height: 20px;
    color: #363F48;
    font-weight: 600;
    display: flex;
}
.custom-select-dropdown {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.custom-select.open .custom-select-dropdown {
    display: block;
}
.custom-select-option {
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    color: #363F48;
    font-weight: 400;

}
.custom-select-option:hover {
    background: #F5F6FA;
    color: #196CA7;
}
#analyt-export-ico {
  width: 20px !important;
  height: 20px !important;
}
.back-nps-main-anchor:focus {
  color: #ffffff;
  text-decoration: none;
  border:none;
  outline: none;
}
.back-nps-main-anchor:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #2383C8;
}
.back-nps-main-anchor {
  padding: 8px 12px 8px 12px;
  background-color:#196CA7;
  border-radius: 5px;
  width: max-content;
  min-width: 170px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #ffffff;
  font-family: 'Inter';
  text-align: center;
}
#modal-edit .form-horizontal .control-label {
  max-width: 240px;
  white-space: normal !important;
  width: calc(100% - 30px);
}
.well.span12 .control-group.span3 {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    flex: 1 1 22%; /* 4 в ряд, можно подогнать под нужное количество */
    min-width: 220px; /* минимальная ширина колонки */
    box-sizing: border-box;
    gap: 0px !important;
}
.well.span12 .control-group.span3 .control-label {
    white-space: normal !important;
    min-height: 40px;
    display: flex;
    align-items: end;
    
}
#modal-analytics-filter .control-group:has(.toggle-switch) .controls.checkbox-container{
  margin-top: 16px;
  margin-bottom: 24px;
}
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 36px !important; 
    height: 20px;
}
.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider-toggle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 50px;
}

.slider-toggle:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 50%;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: 0.4s;
}

input:checked + .slider-toggle {
    background-color: #1976d2;
}

input:checked + .slider-toggle:before {
    transform: translateX(16px);
}
.well.span12 .control-group.span3 .controls {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    min-height: 38px; /* чтобы выровнять по высоте */
}
#modal-edit .modal-header .close {
  display: flex;
  align-items: center;
  justify-content: center;
}
#modal-edit #customer_primary_data_edit {
  padding-top: 0;
}
#modal-edit .modal-header h3 {
  padding-left: 0;
}
#modal-edit .modal-header{
  border-bottom: none;
  padding-left: 0;
  padding-bottom: 24px;
}
#modal-edit .modal-footer.control-group {
  display: flex;
  justify-content: space-between;
}
#modal-edit .modal-footer.control-group::after,
#modal-edit .modal-footer.control-group::before {
  display: none;
}
#modal-edit .btn.btn-success.form-submit,
#modal-edit .btn.btn-warning {
  height: 40px;
  width: 240px;
  font-size: 14px;
  line-height: 22px;
}
#modal-edit .btn.btn-success.form-submit {
  background-color: var(--bg-grey2);
  background-image: none;
  color: #196CA7;
}
#modal-edit .btn.btn-warning {
  background-color: #196CA7;
  background-image: none;
  padding-top: 5px;
}
#modal-edit .modal-footer.control-group {
  display: flex;
  justify-content: space-between;
}

#modal-userinfo .periods-custom {
  margin-top: 20px;
}
#modal-userinfo .modal-header {
  border-bottom: none;
}
#modal-userinfo #userinfoTab {
  border-bottom: none;
  width: max-content;
  margin-bottom: 30px;
}
#modal-userinfo .modal-body{
  overflow-y: auto;
  max-height: calc(100vh - 221px);
}
#modal-userinfo #userinfoTab li a:hover{
  text-decoration: none;
}
#modal-userinfo #userinfoTab li a{
  padding: 0;
  color:#363F48;
  text-decoration: none;
}
#modal-userinfo #cdrs .table.table-striped {
  margin-top: 30px;
}
#modal-userinfo #userinfoTab li:hover{
  background-color: #E8F0F6;
}
#modal-userinfo  .tab-pane font{
  /* display: none; */
}
#modal-userinfo #userinfoTab li{
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #F5F6FA;
  border: none;
  box-shadow: none;
  border-bottom: 2px solid #E7E8EC;
  margin-right: 14px;
  height: 40px;
  padding: 10px 24px 10px 24px ;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color:#363F48;
}
#modal-edit #external_interfaces_div .content-container > div{
  margin-top: 24px;
  width: max-content;
  max-width: 303px;
  height: min-content;
}
#modal-userinfo #external_interfaces_div .title-row svg{
  margin-top: 5px;
}
#modal-userinfo #external_interfaces_div .title-row{
  display: flex;
  flex-direction: row;
  gap:7px;
  cursor: pointer;
}
#external_interfaces_div .content-container > div{
  max-width: 303px;
  width: max-content;
  height: min-content;
  margin-top: 24px;
}
#external_interfaces_div .content-container{
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
}
.dropdown-menu {
	display: none;
}
#external_interfaces_div .table.well tbody tr td{
  background-color: #ffffff !important;
}
#modal-edit .alert.addit_data {
  padding-bottom: 0;
  margin-bottom: 0;
}
#external_interfaces_div{
  padding-top: 24px !important;
}
#modal-userinfo #external_interfaces_div{
  border: none;
  padding-top: 0;
  width: 100%;
}
#modal-userinfo #userinfoTab li.active a:hover{
  text-transform: none;
}
#modal-userinfo #userinfoTab li.active a{
  background-color: inherit;
  color: #196CA7;
  border: none;
  text-decoration: none;
}
#modal-userinfo #userinfoTab li.active:hover{
  background-color: #E8F0F6;
}
#modal-userinfo #userinfoTab li.active{
  border-bottom: 2px solid #196CA7;
}
/* #modal-userinfo #userinfoTab .active{} */
#modal-userinfo .periods-custom a {
  height: 44px;
  padding: 12px 16px 12px 16px;
  background-color: #E7E8EC;
  color: #363F48;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Inter';
  border-radius: 5px;
}
#modal-userinfo .modal-body .tab-content {
    overflow-y: auto;
    max-height: calc(100% - 78px);
    scrollbar-width: thin;
}
#modal-userinfo .modal-body .tab-content > .active {
  overflow-y: auto;
}
#modal-userinfo #info tbody tr {
  height: max-content;
}
#modal-userinfo .tab-pane tbody > tr:nth-child(even) > td {
  background-color: #ffffff;
}
#modal-userinfo .tab-pane tbody > tr:nth-child(odd) > td {
  background-color: #F5F6FA;
}

#modal-userinfo .tab-pane thead tr th{
  background-color: #E7E8EC;
  color: #363F48;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600 !important;
  font-family: 'Inter' !important;
  vertical-align: middle;
}
#modal-userinfo .tab-pane .table.table-striped thead th {
  border: none !important; /* Убираем любые границы у заголовков */
}
#modal-userinfo .tab-pane .table.table-striped {
  border-spacing: 0 !important;
  border-collapse: collapse !important;
  
}
#modal-userinfo #task table tbody tr td a {
  color:#363F48;
}
#modal-userinfo .modal-footer {
  display: none;
}


#modal-userinfo #info thead {
  display: none;
}
#modal-userinfo {
  width: auto;
  margin-left: 178px;
  margin-right: 68px;
  margin-top: 20px;
  margin-bottom: 71px;
  background-color: #ffffff;
  border-radius: 10px;
  font-family: 'Inter';
  padding: 30px;
  z-index: 2000;
}


#modal-userinfo::-webkit-scrollbar {
  width: 18px;
}
#modal-userinfo::-webkit-scrollbar-thumb {
  background-color: #196CA7; /* Цвет ползунка */
  border-radius: 10px;
  box-sizing: content-box;
  width: 4px;
  border: none;
  box-shadow: inset 0 0 0 7px #ffffff, 7px 0 0 0 #ffffff;
}

.form-horizontal .controls select{
  width: 100% !important;
}
.control-label {
  white-space: nowrap !important;
}
.control-group .control-label {
  text-align: start;
  z-index: 10;
}
.alert-danger .row-fluid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  width: 99%;
}
.alert-danger .row-fluid .control-group,
.alert-danger .row-fluid .control-group select{
  width: 100%;
}
.alert-danger .row-fluid::before,
.alert-danger .row-fluid::after {
  display: none;
}
.action-button.centered.form-submit {
  width: 240px;
  color: #ffffff
}
.alert-danger .row-fluid select{
  height: 40px;
}
.alert-alert .row-fluid.form-horizontal div {
  margin-left: 0;
}
.alert-alert .row-fluid.form-horizontal div .control-group {
  display: flex;
  flex-direction: column;
}
.alert-alert .row-fluid.form-horizontal div .control-group select,
.alert-alert .row-fluid.form-horizontal div .control-group input {
  height: 40px;
}
.alert-alert .row-fluid.form-horizontal div .control-group .add-on {
  height: 40px;
  width: 40px !important;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
#next_comm_stamp_add_customer {
  display: flex;
  flex-direction: row;
  width: 100%;
}


.alert.alert-info.external_interfaces_div .btn.btn-success.get_external_data{
  background-image: none !important;
  background-color: #196CA7;
  height: 40px;
  width: 200px;
  padding-top: 10px;
}
.alert.alert-info.external_interfaces_div table {
  width: 100%;
}
.alert.alert-info.external_interfaces_div div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
}
.alert.alert-info.external_interfaces_div {
  padding-left: 0;
}
.alert.alert-info.external_interfaces_div div div{
  display: flex;
  flex-direction: column;
}
#starttime_range {
  width: 100%;
}
.alert.alert-info.external_interfaces_div div div table.table.well {
  background-color: #fff;
  width: 100%;
  display: block;
  height: auto !important;
  padding-bottom: 0;
  padding-left: 5px;
  padding-top: 5px;
  margin-bottom: 0;
}
.alert.alert-info.external_interfaces_div div div table.table.well b{
  font-weight: 400;
}
.alert.alert-info.external_interfaces_div div div table.table.well td.span6{
  gap: 10px;
}
.alert.alert-info.external_interfaces_div div div table.table.well i.muted{
  white-space: pre-wrap;
  font-style: normal;
}
.alert.alert-info.external_interfaces_div div div table.table.well tr{
  display: block; /* Используем флекс-контейнер для строк */
  width: 100%;
}
.alert.alert-info.external_interfaces_div div div table.table.well td{
  border: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
alert.alert-info.external_interfaces_div div table.table.well td a.btn.hide_external_data:hover,
.alert.alert-info.external_interfaces_div div div table.table.well td a.btn.btn-success.get_external_data:hover{
  color: #196CA7;
}
.alert.alert-info.external_interfaces_div div div table.table.well td a.btn.btn-success.get_external_data{
  background-color: #E7E8EC;
  width: 180px;
  min-height: 44px;
  font-size: 14px;
  line-height: 20px;
  box-shadow: none;
  border: none;
  color: var(--primary-black);
  white-space: nowrap;
  text-transform: none;
  text-shadow: none;
}
.alert.alert-info.external_interfaces_div div table.table.well td a.btn.hide_external_data{
  background-color: #E7E8EC;
  background-image: none;
  width: 180px;
  min-height: 44px;
  font-size: 14px;
  line-height: 20px;
  box-shadow: none;
  border: none;
  color: var(--primary-black);
  white-space: nowrap;
  padding-top: 10px;
  text-transform: none;
}
.alert.alert-info.external_interfaces_div h4 {
  margin-bottom: 0;
}


.close {
  width: 32px;
  height: 32px;
  font-size: 32px !important;
  text-align: start;
}
#modal-analytics-filter .select2.select2-container {
  width: 100% !important;
}

#dealsNewWrapper .n_deal_container_box .n_deal_content .n_deal_leads.n_deal_list .col_status.col_name.toltiptd {
  color:#196CA7
}
#public-ancet-btn.disabled,
#public-ancet-btn:disabled {
    background-color: #75AED7;
    pointer-events: none;
    cursor: not-allowed;
}
#modal-add {
  background-color: #ffffff;
  overflow-y: hidden;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 20px;
  margin-bottom: 5%;
  border-radius: 5px;
  padding: 30px;
  padding-right: 16px;
}
#modal-add .close {
  display: flex;
  align-items: center;
  justify-content: center;
}
#daras-table tbody .col_status.col_customer{
  color: #196CA7;
}
#daras-table thead .styled-checkbox{
  margin-top: 0 !important;
  margin-bottom: -5px !important;
}
#modal-add .modal-header {
  border-bottom: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 24px !important;
}
#modal-add .modal-header h3{
  padding-top: 0;
  padding-left: 0;
}
#modal-add #customer_primary_data{
  padding-top: 0 !important;
}
#modal-add .modal-body {
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  max-height: calc(100% - 60px);
}
#modal-add .modal-body .alert.alert-danger {
  margin-bottom: 24px !important;
}
.styled-blue-btn-new {
  height:40px;
  padding: 10px 24px;
  min-width: 240px;
  color: #ffffff;
  background-color: #196CA7;
  background-image: none;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Inter';
  text-align: center;
  text-decoration: none;
}
#modal-add .modal-body .alert{
  border: none;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 0;
  padding-right: 14px;
}
#save-cancel-buttons-wrapper{
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
}
.btn.add-on.svg-aclendar,
#calendar-span {
  height: 40px !important;
  width: 40px !important;
  padding-top: 10px !important;
}
#calendar-span {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0;
}
#birth_date_add {
  padding: 0;
  width: 210px !important;
  gap: 0 !important;
}
#up-margin-1 {
  margin-top: -20px;
}
#additional_data div{
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-bottom: 0;
}
#additional_data .control-group{
  margin-bottom: 0;
}
#additional_data textarea{
  width: 100%;
}
#modal-filter .modal-footer {
  background-color: #ffffff;
}
#modal-filter .modal-content {
  height: auto;
  overflow-y: scroll;
}

/*new start ================================= */

#modal-calls-filter::-webkit-scrollbar {
  display: none;             
}

#modal-calls-filter .time-and-export {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px 0;
  margin-bottom: 16px;
}
#modal-calls-filter {
  scrollbar-width: none;
  padding: 0;
}
#modal-calls-filter #show-hide-addit:hover{
  color: #75AED7;
  text-decoration: none;
}
#modal-calls-filter #show-hide-addit{
  background-color: #ffffff;
  border: none;
  color: #196CA7;
  width: 240px;
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Inter';
  margin-left: 24px;
}
#modal-calls-filter .modal-content{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#modal-calls-filter .hor-divider {
  height: 1px;
  border: none;
  background-color: #F5F6FA;
  margin-bottom: 24px;
}
#modal-calls-filter #ext-filter.in {
  border-top: 1px solid #E7E8EC;
  padding-top: 24px;
}
#modal-calls-filter .accept-hide-filters {
  display: flex;
  flex-direction: row;
  margin-bottom: 32px;
  border-top: 1px solid #F5F6FA;
  padding-top: 24px;
}
#modal-calls-filter .accept-hide-filters button:focus {
  border: none;
}
#modal-calls-filter .accept-hide-filters button:hover{
  background-color: #4789B9;
}
#modal-calls-filter .accept-hide-filters button {
  height: 40px;
  background-image: none;
  background-color: #196CA7;
  border-radius: 5px;
  width: 240px;
}
#modal-calls-filter .modal-form{
  padding-bottom: 0;
}
#modal-calls-filter .modal-content h3{
  color: #196CA7;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}
#modal-calls-filter .modal-content div input:hover{
  color: #75AED7;
}
#modal-calls-filter .modal-content div input{
  background-color: #ffffff;
  color: #196CA7;
  background-image: none;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  border: none;
  box-shadow: none;
  text-underline-offset: 4px;
  margin-top: -3px;
  padding-right: 0;
  padding-bottom: 0;
}
#modal-calls-filter .modal-content div button{
  margin-top: 5px !important;
}
.funnel-page-block {
  min-width: 820px !important;
}
.funnel-page-block .funnel-box-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 500px; /* ширина всей "воронки" */
  margin: 0 auto;
  gap: 12px;
  margin-left: -30px;
  z-index: 10;
}

.funnel-page-block .funnel-box-left .funnel-number {
    height: 80px;
    margin-bottom: 2px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: start;
    /* clip-path будет задаваться через JS */
    width: 100%;
    background: transparent;
    position: relative;
    transition: background-color 0.3s;
    box-sizing: border-box;
    padding: 0;
    border-radius: 15px;
    font-size: 110px;
    line-height: 140px;
    font-weight: 900;
    font-family: 'Inter';

}
.generated-funnel {
  width: 450px;
  min-height: 300px; /* или больше */
  margin: 0 auto;
}
.generated-funnel svg {
  display: block;
  width: 100%;
  height: auto;
}
.page-block .funnel-box .funnel-box-right .funnel-container .funnel-item-value,
.page-block .funnel-box .funnel-box-right .funnel-container .funnel-item-label{
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #363F48;
  align-items: start;
  width: 5%;
  white-space: nowrap;
}
.page-block .funnel-box .funnel-box-right .funnel-container .funnel-item-value{
  font-weight: 400;
}
.page-block .funnel-box .funnel-box-right .funnel-container{
  border-radius: 15px;
  background-color: #F9F9FA;
  padding: 6px 27px;
  height: 61px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
}
.page-block .funnel-box .funnel-box-right:has(.funnel-container) {
  display: flex;
  flex-direction: column;
  gap: 31px;
  padding-top: 10px;
  position: absolute;
  right: 30px;
  width: 70%;
  justify-content: end;
}
.page-block .funnel-box {
  display: flex;
  flex-direction: row;
}
#modal-calls-filter .modal-body{
  background-color: #fff;
  height: auto !important;
  flex-grow: 1;
  min-height: 200px !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#modal-calls-filter .modal-body .modal-form {
  padding-top: 0;
}
#modal-calls-filter #modal-content {
  padding-bottom: 24px;
}
#modal-calls-filter .modal-body .accordion-group{
  background-color: #fff;
  border-bottom: none;
  border-top: none;
  box-shadow: none;
}
#modal-calls-filter .close {
  width: 19px;
  height: 19px;
}
#modal-calls-filter #starttime_to,
#modal-calls-filter #starttime_from{
  width: 50%;
}
#modal-calls-filter .checkbox-container{
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
  padding-top: 0;
  align-items: center;
  justify-content: start;
  height: 40px;
}
#modal-calls-filter .checkbox-container label{
  margin-bottom: -4px;
}
#modal-calls-filter .checkbox-container .controls {
  width: 20px !important;
}
#modal-calls-filter .accordion-group #collapse-filter .accordion-inner{
  border-top: none;
  padding-top: 0 !important;
}
#modal-calls-filter .accordion-group #collapse-filter .accordion-inner{
  padding-top: 15px;
}
#modal-calls-filter .accordion-group #collapse-filter .accordion-inner .controls-row{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 2fr));
  gap: 16px 20px;
  width: 100%;
}
#modal-calls-filter .online-filter select{
  color: #363F48;
}
#modal-calls-filter .select2-selection__choice {
  background-color: #D1E2ED;
}
#modal-calls-filter .online-filter.placeholder-active {
  color: #9197A5; 
}
#modal-calls-filter .online-filter.placeholder-active .select-placeholder {
  color: #9197A5;
}
  
#modal-calls-filter .online-filter option:not(.select-placeholder) {
  color: #363F48;
}
#modal-calls-filter .online-filter option.select-placeholder {
  color: #9197A5;
}

#modal-calls-filter .accordion-group #collapse-filter .accordion-inner .controls-row:after,
#modal-calls-filter .accordion-group #collapse-filter .accordion-inner .controls-row:before{
  display: none;
}
#modal-calls-filter .select2-selection__arrow {
  justify-content: end;
}
#modal-calls-filter .input-small,
#modal-calls-filter #inputNumber {
  height: 40px;
}
#modal-calls-filter #inputManager {
  padding-left: 10px; 
}
#modal-calls-filter #placeholder {
  display: block;
  font-size: 14px;
  line-height: 30px; 
}
#modal-calls-filter .select2.select2-container.select2-container--default {
  width: 100% !important;
}
#modal-calls-filter .select2.select2-container.select2-container--default .select2-search.select2-search--inline{
  padding: 0;
  line-height: 15px;
  margin-top: -10px !important;
}
#modal-calls-filter .select2.select2-container.select2-container--default .select2-search.select2-search__field{
  height: 20px;
}
#modal-calls-filter .select2.select2-container.select2-container--default ul{
  min-height: 30px !important;
  flex-grow: 1;
}
#modal-calls-filter .select2-selection.select2-selection--multiple {
  min-height: 40px !important;
  flex-grow: 1;
}
#modal-calls-filter .accordion-group #collapse-filter .accordion-inner .controls-row {
  margin-bottom: 24px;
}
#modal-calls-filter .excel-export {
  width: 250px;
  display: flex;
  justify-content: start;
}
#modal-userinfo .tab-content hr,
#modal-userinfo .tab-content br{
  display: none;
}
#modal-userinfo .modal-header .close{
  text-align: end;
}
#modal-userinfo .sms-icon-for-numbers{
  margin-bottom: -7px;
}
#modal-userinfo .nav-container font{
  margin-bottom: 30px;
  padding: 9px 16px;
  border-radius: 5px;
  border: 1px solid #E7E8EC;
}
#modal-userinfo .nav-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
div:hover > #summaryLabel {
  color:#75AED7;
}
div:has(#summaryLabel):hover svg path{
  fill: #75AED7;
}
#modal-calls-filter #export-to-excel:hover {
  color:#75AED7;
}
#modal-calls-filter #export-to-excel {
  background-color: #ffffff;
  background-image: none;
  color: #196CA7;
  text-decoration: underline;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border: none;
  box-shadow: none;
  padding-top: 10px;
  text-shadow: none;
}
#modal-calls-filter #starttime_range {
  border-radius: 5px !important;
  text-align: start;
  padding-left: 14px;
}
#modal-calls-filter .select2-dropdown,
#modal-calls-filter #starttime_range,
#modal-calls-filter #starttime_range:focus,
#modal-calls-filter .online-filter,
#modal-calls-filter .select2-container--default.select2-container--focus .select2-selection--multiple{
  border: 1px solid #9197A5 !important;
  border-color: #9197A5 !important;
}
#modal-calls-filter select:focus {
  outline: unset !important;
  outline-offset: unset;
}
#modasl-calls-filter .select2-container .select2-selection--single:hover {
  border: 1px solid #9197A5 !important;
}
#modal-calls-filter .accordion-group #collapse-filter .accordion-inner .control-group .controls select:focus,
#modal-calls-filter .accordion-group #collapse-filter .accordion-inner .control-group .controls input:focus,
#modal-calls-filter .accordion-group #collapse-filter .accordion-inner .control-group .controls select:hover,
#modal-calls-filter .accordion-group #collapse-filter .accordion-inner .control-group .controls input:hover{
  border-color: #9197A5 !important
}
#modal-calls-filter .accordion-group #collapse-filter .accordion-inner .control-group .controls select,
#modal-calls-filter .accordion-group #collapse-filter .accordion-inner .control-group .controls input{
  width: 100% ;
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Inter';
}
#modal-calls-filter .from-to-time-title {
  white-space: nowrap;
  color:#9197A5;
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
  margin-right: 28px;
  min-width: 95px;
}
#modal-calls-filter .from-to {
  display: flex;
  flex-direction: row;
  width: 145% ;
}
#modal-calls-filter .from-to select{
  margin-right: 24px;
  width: 116px !important;
  text-transform: none !important;
}
#modal-call-filter-btn:hover {
  background-color: #4789B9;
}
#modal-call-filter-btn {
  width: 170px;
  height: 40px;
  box-shadow: none;;
}
#modal-call-filter-btn span{
  text-transform: none;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Inter';
}

#modal-calls-filter #dtReloadBtn svg {
  margin-top: -3px;
}

#summaryDiv {
  padding: 0;
  margin-bottom: 30px;
  border: none !important;
  background-color: #ffffff !important;
}
#summarytable i.svg-icon:before{
  padding-top: 5px;
  padding-right: 5px;
}
#summarytable {
  border-collapse: separate;
  border: none;
}
#summarytable thead tr th {
  background-color: #F5F6FA;
  height: 40px;
  color: #196CA7;
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 600 !important;
  vertical-align: middle;
  text-align: start;
  padding-left: 16px;
  border-right: 1px solid #D1E2ED !important;
  border-left: none !important; /* убираем левую обводку у первого элемента */

}

#summarytable thead tr th:first-child {
}
#summarytable thead tr th:last-child {
  border-right: none !important; /* убираем правую обводку у последнего элемента */
}
#summarytable .row-hover {
  background-color: #ffffff !important;
}
#summarytable .cell-hover {
  background-color: #eeeeee !important;
}
#summarytable tbody tr td {
  background-color: #ffffff;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
#summarytable tbody tr td svg{
  margin-bottom: -5px;
}
#summarytable tbody tr td::after {
  content: '';
  position: absolute;
  right: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background-color: #F5F6FA;
}

#summarytable td:last-child::after {
  display: none;
}
#show-short-stat-icon {
  margin-top: 7px;
  margin-left: 8px;
}

#modal-edit-tag {
  width:500px!important;
  max-width: 90% !important;
  left: 35%; 
  height:350px!important;	
  min-height:200px!important;
  overflow-y: hidden;
}
#modal-edit-tag .modal-header{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#modal-add-user.in{
  margin-left: 5%;
  margin-right: 5%;
  top:20px;
  display: flex;
}

.fly_header2 {
  min-width: 800px;
}
#modal-add-tag,
#modal-add-user,
#modal-edit-user,
#modal-add-item,
#modal-help,
#modal-detailed-info{
  background-color: #ffffff;
}
#modal-edit-user .modal-body {
  height: max-content;
} 
#modal-add-tag .modal-footer::after,
#modal-add-tag .modal-footer::before, 
#modal-add-user .modal-footer::after,
#modal-add-user .modal-footer::before, 
#modal-edit-user .modal-footer::after,
#modal-edit-user .modal-footer::before, 
#modal-edit-autodial .modal-footer::after,
#modal-edit-autodial .modal-footer::before, 
#modal-add-item .modal-footer::after,
#modal-add-item .modal-footer::before,
#modal-add-task .modal-footer::after,
#modal-add-task .modal-footer::before,
#modal-help .modal-footer::after,
#modal-help .modal-footer::before,
#modal-new-sms .modal-footer::after,
#modal-new-sms .modal-footer::before,
#modal-edit-tag .modal-footer::after,
#modal-edit-tag .modal-footer::before{
  display: none;
}   
#modal-add-tag .modal-footer,
#modal-add-user .modal-footer,
#modal-edit-user .modal-footer,
#modal-edit-autodial .modal-footer,
#modal-add-item .modal-footer,
#modal-add-task .modal-footer,
#modal-help .modal-footer,
#modal-new-sms .modal-footer,
#modal-edit-tag .modal-footer{
  background:#fff;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  margin-bottom: 20px;
}   
#modal-edit-tag .modal-footer a{
  background-image: none;
  background-color: #196CA7;
  color: #ffffff;
}   

#modal-edit-tag .modal-body .control-label{
  font-size: 14px;
  line-height: 24px;
}
#modal-edit-tag .modal-body .controls label input{
  margin-right: 7px;
}
#modal-edit-tag .modal-body {
  padding-left: 15px;
  gap: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  height:auto !important;	
  min-height: auto!important;
  background: #fff;
}	
#modal-edit-tag .modal-body input{
  position:relative;
  top:-3px;
}

.popover-inner .popover-content p {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px 0px;
}
.popover-inner .popover-content p textarea{
  width: 100%;
}

/* .nps-error-box{
	border: 1px solid red;
    margin-top: 30px;
    padding: 15px;
    color: red;
    text-align: center;
    font-size: 18px;
    border-radius: 6px;
} */

#modal-edit-item #mini-widget-toggle button{
  background-color: transparent;
  border: none;
}
#modal-edit-item #mini-widget-toggle button span{
  color: #9197A5;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Inter';
  pointer-events: none;
}
#modal-edit-item #mini-widget-toggle button.active {
  border-bottom: 2px solid #196CA7;
}
#modal-edit-item #mini-widget-toggle button.active span{
  color: #196CA7;
}
#modal-edit-item #mini-widget-toggle{
  margin-top: 40px;
  margin-bottom: 42px;
  display: none;
  gap: 27px;
  flex-direction: row;
}


#modal-edit-item {
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
  width: 85%;
  left: 50%;
  top: 50%;
  margin-left: 20px;
  transform: translate(-50%, -50%);
  position: fixed;
  max-width: 1660px;
  height: 90%;
  padding: 0;
  max-height: 90%;
  margin-right: 5%;
  border-radius: 10px;
}
#modal-edit-item::-webkit-scrollbar {
  display: none;
}
#modal-edit-item .modal-header {
  padding: 30px  30px 0 30px ;
  max-height: 170px;
}
#modal-edit-item .modal-header .close{
  top: 25px;
}
#modal-edit-item .modal-body {
  height: 75%;
  background-color: #ffffff;
  /* max-height: 790px; */
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#modal-edit-item .modal-body::-webkit-scrollbar {
  display: none;
}
#modal-edit-item .modal-footer::before,
#modal-edit-item .modal-footer::after {
  display: none;
}
#modal-edit-item .row-fluid.work_time {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  width: 100%;
  gap: 12px;
}
#modal-edit-item .row-fluid {
  display: flex;
  flex-direction: row;
}
#modal-edit-item .row-fluid.one-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  width: 100%;
  gap: 12px;
}
#modal-edit-item #step-2 .row-fluid.one-row {
  gap: 20px;
  margin-bottom: 20px;

}
#modal-edit-item .half-fluid {
  display: flex;
  flex-direction: row;
  gap: 20px;
}


#modal-edit-item .step-container {
  display: block;
}
#modal-edit-item .content-wrapper .well.info{
  min-width: 700px;
  height: 100%;;
}
#modal-edit-item .content-wrapper {
  display: flex;
  flex-direction: row;
  gap: 30px;
  height: auto;
  flex-grow: 1;
  overflow-x: auto;
}
#modal-edit-item .input-text-container input,
#modal-edit-item input[type="email"] {
  height: 40px;
  border-radius: 5px;
  border-color: #9197A5;
}
#modal-edit-item .select-container  {
  position: relative;
}
#modal-edit-item .select-container  label{
  position: absolute;
  color: #9197A5;
  background-color: #ffffff;
  white-space: nowrap;
  font-size: 12px;
  left: 12px;
  top: -7px;
  line-height: 16px;
  font-weight: 400;
}
#modal-edit-item .select-container select {
  height: 40px;
  border-radius: 5px;
  border-color: #9197A5;
}
#modal-edit-item .well.info {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 30px;
  background-color: #ffffff;
}
#modal-edit-item #buttons-container {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
#modal-edit-item #call-later-btn-button {
  display: none;
  width: 188px;
}
#modal-edit-item #online-offline-toggle-container {
  width: 170px !important;
  white-space: nowrap;
  justify-content: end;
}
#modal-edit-item .right-side {
  display: flex;
  flex-direction: column;
  width: 50%;  
  background-color: #2383C8;
  position: relative;
}
#modal-edit-item .step-title {
  color: #196CA7;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Inter';
  margin-bottom: 20px !important;
} 
.to-column {
  display: flex;
  flex-direction: column;
}
#modal-edit-item .to-column.mate-div .checkbox-container {
    margin-top: 0;
}
#modal-edit-item #edit-item {
  background-color: #ffffff;
  /* overflow-y: auto; */
  min-height: 100%;
  display: flex;
  flex-direction: column;
  max-height: 100%;
  border-radius: 10px;
}
#sidebar.custom-sidebar-style {
  z-index: 3000;
}
#modal-edit-item #edit-item::-webkit-scrollbar {
  /* display: none; */
}
#modal-edit-item .step-container.active .step-title{
  margin-bottom: 20px;
}
#modal-edit-item .step-container.active {
  display: flex;
  flex-direction: column;
}
#modal-edit-item #step-5.active {
  gap: 0;
}
#modal-edit-item #next-step:hover {
  background-color: #4789B9;
}
#modal-edit-item #next-step {
  width: 200px;
  height: 40px;
  background-color: #196CA7;
  color: #ffffff;
  border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  font-family: 'Inter';
}
#modal-edit-item .controls.dates{
  display: flex;
  flex-direction: row;

}

#modal-edit-item .input-append.date.to input{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#modal-edit-item .input-append.date.from input{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#modal-edit-item .input-append.date input{
  height: 40px;
  border-color: #9197A5;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Inter';
}
#modal-edit-item #work_times .multiselect-native-select{
  height: 40px;
  width: 100%;
  margin-right: 16px;
}
#modal-edit-item #work_times .multiselect-native-select .btn-group{
  width: 100%;
  display: flex;
  justify-content: center;
}
#modal-edit-item #work_times .multiselect-native-select .btn-group button{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 10px;
}
#modal-edit-item #work_times .multiselect-native-select .btn-group button b.caret{
  margin-top: 5px;
}

#modal-edit-item #work_times .multiselect.dropdown-toggle.btn.btn-default{
  height: 40px;
  width: 100%;
  margin-right: 16px;
}
#modal-edit-item #orientation{
  height: 40px;
  min-width: 240px;
  width: 50%;
  margin-right: 16px;
  margin-bottom: 16px;
}
#modal-edit-item #time-week-titles{
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 28px;
  margin-bottom: 16px;
}
#modal-edit-item #time-week-titles label{
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Inter';
  color: #363F48;
}
#modal-edit-item #work_times .multiselect-container.dropdown-menu{
  border: 1px solid black;
  padding: 15px;
  padding-bottom: 5px;
}
#modal-edit-item #work_times .multiselect-container.dropdown-menu li{
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  
}
#modal-edit-item #work_times .multiselect-container.dropdown-menu a{
  width: 100%;
}

#modal-edit-item #work_times .multiselect-container.dropdown-menu a label{
  display: flex;
  gap: 15px;
  padding-top: 10px;
}
#modal-edit-item #add_work_time #add_time{
  height: 40px;
  border-radius: 5px;
  border:none;
  box-shadow: none;
  margin-top: 28px;
  width: 240px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  font-family: 'Inter';
}
#modal-edit-item #work_times .multiselect-container.dropdown-menu a label input{
  margin-top: -2px;
}
#modal-edit-item .row-fluid::after,
#modal-edit-item .row-fluid::before,
#modal-edit-item .step-container,
#modal-edit-item #mate-theme-glass-widget-container,
#modal-edit-item #custom-picture-widget-container,
#modal-edit-item #styled-widgets-container {
  display: none;
}
#modal-edit-item #custom-picture-widget-container {
  margin-bottom: 20px;
}
#modal-analytics-filter .checkbox-container,
#modal-edit-item .checkbox-container {
  display: flex;
  flex-direction: row;
  gap: 12px;
  width: 100% !important;
  margin-top: 20px;
  margin-bottom: 20px;
}
#modal-analytics-filter .checkbox-container {
  margin-top: 5px;
}
#modal-edit-item #callback_time_interval{
  width: 350px;
}

#modal-edit-item .interval-title{
  margin-top: 28px;
  margin-bottom: 20px;
}
#modal-analytics-filter .checkbox-container label,
#modal-edit-item .checkbox-container label{
  margin-bottom: 0;
  padding-top: 3px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Inter';
  width: 80%;
}
#modal-edit-item #step-5 .one-at-row,
#modal-edit-item #step-5 .crm_integration_block {
  margin-top: 20px;
}
#modal-edit-item #step-5 .crm_integration_block .row-fluid div,
#modal-edit-item #step-5 .crm_integration_block {
  width: 100%;
}
#modal-edit-item .toggle-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
#modal-edit-item .toggle-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}
#modal-edit-item .toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
#modal-edit-item .toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 20px;
}
#modal-edit-item .toggle-slider:before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
#modal-edit-item .toggle-switch input:checked + .toggle-slider {
  background-color: #1976d2;
}
#modal-edit-item .toggle-switch input:checked + .toggle-slider:before {
  transform: translateX(20px);
}
#modal-edit-item .toggle-label {
  font-size: 14px;
  color: #363F48;
  padding-bottom: 5px;
}

#modal-edit-item #step-5 .checkbox-container{
  margin-top: 0;
}
#modal-edit-item #step-5 .checkbox-container{
  margin-top: 0;
}
#modal-edit-item #step-5 .checkbox-container label{
  margin-bottom: 0;
  padding-top: 3px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Inter';
  width: 100% !important;
}
#modal-edit-item .row-fluid.checkboxes div {
  width: 50%;
}
#modal-edit-item .row-fluid.checkboxes div label{
  width: 100%;
}
#modal-edit-item select option[disabled] {
  color: #9197A5;
}
#modal-edit-item select {
  height: 40px;
  width: 100%;
}
#modal-edit-item #offline_options_block .row-fluid .to-column {
  width: 100%;
}
#modal-edit-item #offline_options_block h4,
#modal-edit-item #online_options_block h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Inter';
  margin-bottom: 20px;
}
#modal-edit-item .one-at-row div {
  width: 100%;
} 
#modal-edit-item .row-fluid.checkboxes {
  margin-top: -10px;
  gap:0 10px;
}
#modal-edit-item .row-fluid.email,
#modal-edit-item .one-at-row {
  width: 50%;
} 
#modal-edit-item .one-at-row .email-container{
  margin-top: 10px;
  margin-bottom: 10px;
}
#modal-edit-item #emails_container {
  margin-top: 0;
  margin-bottom: 20px;
} 
#modal-edit-item #emails_container input{
  margin-top: 0;
  width: 240px;
} 
#modal-edit-item #emails{
  width: auto;
  max-width: 80%;
 }
#modal-edit-item #add_email{
  display: flex;
  flex-direction: row;
  width: 50%;
}
#modal-edit-item #add_email_btn{
  height: 40px;
  border-radius: 5px;
}
#modal-edit-item #offline_options_block{
  margin-top: 20px;
}
#modal-edit-item .description-at-row{
  width: 100%;
}
#modal-edit-item #step-2 .row-fluid.one-row .checkbox-container{
  margin-top: 5px;
  margin-bottom: 0;
}
#modal-edit-item #step-2 .row-fluid.one-row .checkbox-container input{
  margin-top: 3px;
}

.styled-input-container select{
  width: 100%;
}
.styled-input-container label{
  position: absolute;
  color: #9197A5;
  background-color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  top: -10px;
  left: 12px;
  padding-left: 3px;
  padding-right: 3px;
  white-space: nowrap;
}

.relative-container,
.styled-input-container {
  position: relative;
}
#modal-edit-item .picture-container img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin-top: 20px;
  margin-left: 0;
}

#modal-edit-item .drag-delete-icon {
  position: absolute;
  right: 24px;
  top: 30px;
}
#modal-edit-item .loaded-image-icon {
  border: 1px solid #196CA7;
  border-radius: 10px;
}
#modal-edit-item .drag-drop-container .second-span-container{
  font-size: 9px;
  line-height: 13px;
  color: #9197A5;
  width: 80%;
  text-align: center;
}
#modal-edit-item #drag-image-container {
  position: relative;
  display: inline-block;
  max-width: 150px;
  max-height: 150px;
  margin-top: 10px;
}

#modal-edit-item #drag-image-container img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
#modal-edit-item .loaded-icon-container {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 5px;
}
#modal-edit-item .loaded-icon-container svg {
  cursor: pointer;
}
#modal-edit-item #image-info {
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  color: #555;
}
#modal-edit-item .drag-drop-container .first-drag-label{
  font-size: 16px;
  line-height: 36px;
  color: #595F6B;
  font-weight: 600;  
}
#modal-edit-item #step-6.active .step-title{
  font-size: 42px;
  line-height: 32px;
  font-weight: 600;
}
#modal-edit-item #step-6.active .step-discription{
  font-size: 14px;
  line-height: 20px;
  color: #595F6B;
}
#modal-edit-item #step-6.active {
  align-items: center;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
#modal-edit-item #progress-create-bar-wrapper span{
  font-size: 16px;
  line-height: 36px;
  font-weight: 600;
  font-family: 'Inter';
  border-top: 2px solid;
  width: 100%;
  white-space: nowrap;
  text-align: start;
}
#modal-edit-item #progress-create-bar-wrapper {
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding: 30px;
  padding-left: 0;
  width: 100%;
  overflow-x: auto;
}
#modal-edit-item .modal-footer {
  display: none;
}
#modal-edit-item .control-container #prev-step:hover {
  color: #196CA7;
}
#modal-edit-item .control-container #prev-step {
  width: 240px;
  height: 40px;
  background-color: #E7E8EC;
  color: #363F48;
  border-radius: 5px;
  font-size: 14px;
  line-height: 17px;
  font-family: 'Inter';
  font-weight: 600;
}
#modal-edit-item .modal-body form .control-container {
  border-radius: 10px;
}
#modal-edit-item .control-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-top: 10px;
  margin-bottom: 0;
  margin-top: 30px;
}
#modal-edit-item .drag-drop-container{
  position: relative;
  width: 100%;
  height: 72px;
  background-color: #196CA70D;
  border-radius: 5px;
  border: 2px dashed #75AED7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #888;
}
#modal-edit-item #step-4 .row-fluid{
  margin-bottom: 12px;
}
#modal-edit-item #step-5 .btn-group button{
  height: 40px;
  margin-bottom: 20px;
}
#modal-edit-item #step-5 .row-fluid.one-row {
  margin-top: 20px;
}
#modal-edit-item #step-5 .sub-title {
  margin-top: 30px;
}
#modal-edit-item #step-5 .comment-title {
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}
#modal-edit-item #step-5 .relative-container label {
  position: absolute;
  color: #9197A5;
  background-color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  top: -10px;
  left: 12px;
  padding-left: 3px;
  padding-right: 3px;
  z-index: 1500;
}
#modal-edit-item #right-side-widget:has( #social-buttons-container) .prewatch-title-container {
  width: 100%;
}
#modal-edit-item #right-side-widget {
  background-color: #F3F4F6;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 30px;
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 30px;
  min-width: 700px;
  min-height: 663px;
}
#modal-edit-item .prewatch-title-container {
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
}
#modal-edit-item .high-z-index{
  z-index: 2500;
}
#prewatch-widget-example {
  border-radius: 20px;
  background-color: #ffffff;
  border-color: none;
  box-shadow: 0 10px 30px 5px #9197A5;
  height: 340px;
  width: 640px;
  z-index: 5000;
}
#prewatch-widget-example .widget-example-header {
  height: 52px;
  width: 100%;
  position: relative;
}
#prewatch-widget-example .widget-example-content {
  display: flex;
  flex-direction: row;
  height: 285px;
}
#prewatch-widget-example .left-prewatch-content {
  display: flex;
  width: 35%;
  flex-direction: column;
  align-items: center;
  height: 285px;
}
#prewatch-widget-example .right-prewatch-content {
  display: flex;
  width: 65%;
  flex-direction: column;
  height: 285px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 26px;
}
#prewatch-widget-example .styled-chosen-image {
  height: 157px !important;
}
#prewatch-widget-example .styled-chosen-image-cat-1 {
  height: 108px !important;
}
#prewatch-widget-example .widget-example-picture {
  margin-top: 31px;
  margin-bottom: 51px;
}
#prewatch-widget-example #close-widget-example-icon {
  display: none;
}
#prewatch-widget-example .free-call-thanks.gray-text-container {
  height: 48px;
  margin-top: 30px;
}
#prewatch-widget-example .free-call-thanks.gray-text-container #thanks-1 {
  display: flex;
  justify-content: center;
  padding-top: 4px;
}
#group-image.mate-group {
  height: 165px !important;
  width: 189px !important;
}
#group-image {
  height: 189px !important;
  width: 189px !important;
}
#prewatch-widget-example .free-call-thanks.gray-text-container #thanks-1 span{
  white-space: nowrap;
  font-size: 9px;
  line-height: 13px;
  margin-bottom: 8px;
  color: #9197A5;
}
#prewatch-widget-example .free-call-thanks {
  margin-top: 2px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
#prewatch-widget-example .gray-text-container {
  height: 15px;
  background-color: #F5F6FA;
  border-radius: 8px;
}
#prewatch-widget-example .gray-text-container #phone-number{
  height: 44px !important;
}
#prewatch-widget-example .blue-text-container {
  height: 44px;
  background-color: #75AED7;
  border-radius: 8px;
}
#prewatch-widget-example #thanks-1 {
  width: 162px;
}
#prewatch-widget-example #thanks-2 {
  width: 97px;
  height: 18px;
}
#prewatch-widget-example #call-later-btn span{
  color: #111111;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Inter';
}
#prewatch-widget-example #call-later-btn {
  width: 188px;
  height: 44px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#prewatch-widget-example #has-questions {
  margin-bottom: 8px;
}
#prewatch-widget-example #we-recall-text-2,
#prewatch-widget-example #phone-number,
#prewatch-widget-example #order-call-btn {
  margin-bottom: 20px;
}
#right-side-widget #social-buttons-container .social-btn{
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #75AED7;
}
#right-side-widget #social-buttons-container .social-btn svg{
  margin-left: -2px;
  margin-top: -1px;
  width: 105%;
  height: 105%;
}
#modal-edit-item .content-wrapper .well.info .step-container .row-fluid.one-row .help-block a {
  color: #196CA7;
  text-decoration: none;
}
#right-side-widget #social-buttons-container {
  display: none;
  width: max-content;
  height: 96px;
  border-radius: 50px;
  background-color: #ffffff;
  box-shadow: 0 4px 16px -9px #9197A5;
  padding: 16px;
  gap: 12px;
  margin-top: 50px;
}
#prewatch-widget-example #order-call-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
#prewatch-widget-example #order-call-btn span{
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Inter';
}
#prewatch-widget-example #call-later-btn-button.offline {
  display: block;
}
#prewatch-widget-example #call-later-btn-button.offline #call-later-btn {
  width: 100%;
}
#prewatch-widget-example #order-call-btn-button.offline #order-call-btn {
  width: 153px;
}
#prewatch-widget-example #has-questions {
  width: 234px;
  height: 29px;
  display: inline-block;
  box-sizing: border-box;
  white-space: nowrap;
  transition: all 0.3s ease; /* Плавный переход для ширины */
}
#prewatch-widget-example #we-recall-text-1 {
  width: 353px;
  margin-bottom: 4px;
}
#prewatch-widget-example #we-recall-text-2 {
  width: 258px;
}
#prewatch-widget-example #combine-recall-text {
  width: 369px;
  margin-bottom: 20px;
  height: 48px;
  display: flex;
  flex-direction: column;
  padding: 4px 8px 8px 4px;
}
#prewatch-widget-example #combine-info-operators-widgets {
  width: 320px;
  margin-bottom: 20px;
  height: 48px;
  display: flex;
  flex-direction: column;
  padding: 4px 8px 4px 8px;
}
#prewatch-widget-example #combine-info-operators-widgets div{
  white-space: nowrap;
}
#prewatch-widget-example #combine-info-operators-widgets div span{
  white-space: nowrap;
  font-size: 9px;
  line-height: 20px;
  color: #9197A5;
  font-family: 'Inter';
}
#prewatch-widget-example #in-combine-recall-1,
#prewatch-widget-example #in-combine-recall-2,
#prewatch-widget-example #in-combine-recall-3 {
  font-size: 14px;
  line-height: 20px;
}
#prewatch-widget-example #in-combine-recall-3 {
  color: #196CA7;
}
#prewatch-widget-example #in-combine-recall-1,
#prewatch-widget-example #in-combine-recall-2 {
  color: #9197A5;
}
#prewatch-widget-example #phone-number,
#prewatch-widget-example #order-call-btn {
  width: 353px;
  height: 44px;
}
#prewatch-widget-example #phone-number input{
  margin-bottom: 0;
  background-color: #F3F4F6;
  border: none;
  border-left: 2px solid #9197A5;
  border-radius: 0;
  padding-left: 14px;
}
#prewatch-widget-example #phone-number {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 8px  4px 8px;
  gap: 5px;
}
#prewatch-widget-example #operators-online {
  width: 97px;
  margin-bottom: 4px;
}
#prewatch-widget-example #orders-getclient {
  width: 149px;
  height: 18px;
}
#prewatch-widget-example .picture-container {
  padding-top: 31px;
  padding-bottom: auto;
  height: 190px;
  display: flex;
  align-items: center;
}
#prewatch-widget-example .picture-container.unactive {
  height: 220px;
}
#prewatch-widget-example #widget-title-title-example {
  display: none;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #111111;
}
#prewatch-widget-example .custom-select {
  position: relative;
  width: 39px !important;
  margin-right: 20px;
  background-color: #F3F4F6 !important;
}

#prewatch-widget-example .selected-flag {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

#prewatch-widget-example .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #9197A5 !important;
  border: 1px solid #9197A5;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

#prewatch-widget-example .arrow-svg {
  margin-left: 25px; /* Сдвигаем стрелку вправо */
  transition: transform 0.3s ease; /* Добавляем анимацию для стрелки */
}

#prewatch-widget-example .custom-select:hover .arrow-svg {
  transform: rotate(180deg); /* Поворачиваем стрелку при наведении */
}

#prewatch-widget-example .option {
  display: flex;
  align-items: center;
  padding: 5px;
  cursor: pointer;
  background-color: #9197A5 !important;
  margin: 10px 10px 10px 0; /* Добавляем отступ снизу между опциями */
}

#prewatch-widget-example .option:hover {
  background-color: #f0f0f0;
}
#modal-edit-item .close-widget-container{
  position: absolute;
  right: 8px;
  top: 8px;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background-color: #F5F6FA;
}
#modal-edit-item .prewatch-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  color: #196CA7;
  font-family: 'Inter';
}
#modal-edit-item .prewatch-decription {
  font-size: 14px;
  line-height: 20px;
  color: #9197A5;
}
#modal-billing-payment {
  width: 564px;
  height: 270px;
  
}
#modal-billing-payment .close {
  position: absolute;
  top: -8px;
  right: 0;
}
#modal-billing-payment #payment-title{
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 24px;
  color: #196CA7;
  font-weight: 600;
  font-family: 'Inter';
}
#modal-billing-payment #paymentprocess,
#modal-billing-payment #epaymentsAjax .payment-step-1 .well {
  background-color: #ffffff !important;
  display: flex;
  flex-direction: column;
  padding: 0;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}
#modal-billing-payment .payment-form2 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#modal-billing-payment #epaymentsAjax .payment-step-1 .payment-form {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
}
#modal-billing-payment #epaymentsAjax .payment-step-1 .payment-form .styled-input-container {
  width: 100%;
}
#modal-billing-payment #epaymentsAjax .payment-step-1 .payment-form .styled-input-container input,
#modal-billing-payment #epaymentsAjax .payment-step-1 .payment-form .styled-input-container select{
  width: 100%;
}

#modal-billing-payment .gray-text {
  color: #9197A5;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Inter';
}
#modal-billing-payment #gray-span-2.gray-text {
  font-weight: 600;
}
#modal-billing-payment .a-btns-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 49px;
}
#modal-billing-payment #payment_button,
#modal-billing-payment .succes-payment-container .to-main-btn,
#modal-billing-payment .a-btns-container a{
  background-image: none;
  height: 44px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Inter';
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
}
#modal-billing-payment .a-btns-container .btn-payment-cancel{
  background-color: #E7E8EC;
  color: #111111;
}
#modal-billing-payment .a-btns-container .btn-payment-confirm{
  background-image: none;
}
#modal-billing-payment .succes-payment-container .to-main-btn,
#modal-billing-payment .a-btns-container .btn-payment-confirm{
  background-color: #196CA7;
  color: #ffffff;
}
#modal-billing-payment .succes-payment-container .to-main-btn {
  margin-top: 24px;
}

.password-error-message-text,
.login-error-message-text {
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Inter';

}

#modal-billing-payment .payment-info-text {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 20px;
  color: #363F48;
}
#login-form .form .help-block {
  display: none;
}
#login-form .form .form-input {
  display: flex;
  flex-direction: column;
}
.error-username-login-container i,
.error-password-login-container i{
  align-items: center;
}
.error-username-login-container,
.error-password-login-container{
    background-color: #FD4D5C;
    padding: 20px 24px;
    border-radius: 7px;
    display: none;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
    position: absolute;
    bottom: 50px;
    right: 30px;
}
#callsbody::-webkit-scrollbar {
  display: none;
}
#callsbody {
  margin-bottom: 30px;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
#callbody:has(.batc-stats-container) {
  overflow-x: scroll;

}
#callsbody .data-wrapper{
  display: flex;
  flex-direction: row;
  gap: 20px 0;
}
#modal-billing-payment #payment_button {
  background-color: #196CA7;
  color: #ffffff;
  margin-right: 0;
  margin-left: auto;
  margin-top: 52px;
}
#modal-billing-payment .succes-payment-container #success-payment-title{
  color: #363F48;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  font-family: 'Inter';
}
#modal-billing-payment .succes-payment-container #success-payment-description{
  color: #9197A5;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Inter';
}
#modal-billing-payment .succes-payment-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
#modal-billing-payment #payment_button.disabled {
  pointer-events: none;
  background-color: #75AED7;
}
#modal-redact-transactions-filter .types-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  width: 100%;
}
#modal-redact-transactions-filter #date_add {
  display: flex;
  flex-direction: row;
}
#modal-billing-payment,
	#modal-redact-transactions-filter {
		width: 491px;
		min-height: 250px;
		max-height: 425px;
		background-color: #ffffff;
		left: 40%;
		top: 25%;
		border-radius: 10px;
		padding: 32px;
	}
	#modal-redact-transactions-filter .type-container-title {
		font-size: 16px;
		line-height: 36px;
		font-weight: 600;
		font-family: 'Inter';
		color: #196CA7;
		margin-top: 24px;
		margin-bottom: 24px;
	}
  #TableLoaderImg.for-trends #dataBox .row-fluid{
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
  }
  #TableLoaderImg.for-trends #dataBox .row-fluid .span6 .table.table-bordered tbody tr:first-child th{
    background-color: #196CA7;
    color: #ffffff;
    line-height: 18px;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Inter';
  }
  #TableLoaderImg.for-trends #dataBox .row-fluid .span6 .table.table-bordered tbody tr:nth-child(3){
    background-color: #E7E8EC;
  }
  
  #TableLoaderImg.for-trends #dataBox .row-fluid .span6 .table.table-bordered tbody .center{
    text-align: center;
  }
  #TableLoaderImg.for-trends #dataBox .row-fluid .span6{
    border-radius: 5px;
    border: 1px solid #E7E8EC;
    padding: 30px;
    padding-bottom: 41px;
  }
  #TableLoaderImg.for-trends #dataBox .row-fluid .span6 table{
    border: none;
    box-shadow: none;
    border-left: none;
    border-collapse: collapse;
    border-spacing: 1px;
    border-radius: 0;
  }
  #TableLoaderImg.for-trends #dataBox .row-fluid .span6 table  td, table th{
    border: 2px solid #ffffff;
  }
  
  #TableLoaderImg.for-trends #dataBox .row-fluid .span6 table:first-of-type tr:nth-child(2) td{
    padding: 16px;
    line-height: 48px;

  }
  #TableLoaderImg.for-trends #dataBox .row-fluid .span6 table:first-of-type tr:nth-child(2) {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Inter';
    vertical-align: middle; 

  }
  #TableLoaderImg.for-trends #dataBox .row-fluid .span6 .table-bordered tr:not(:first-child) td:not(:first-child) {
    font-weight: bold;
  }
  #TableLoaderImg.for-trends #dataBox .row-fluid h4 {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Inter';
    color: #363F48;
    margin-bottom: 20px;
    font-weight: 400;
  }
  #TableLoaderImg.for-trends #dataBox .row-fluid h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Inter';
    color: #196CA7;
    margin-bottom: 5px;
  }
  #TableLoaderImg.for-trends #dataBox .row-fluid::after,
  #TableLoaderImg.for-trends #dataBox .row-fluid::before{
    display: none;
  }
  #modal-batc-active-filter #search-container #callsFilterInput{
    padding-left: 44px;
  }
  #modal-batc-active-filter #search-container .svg-grey-search{
    position: absolute;
    left: 14px;
    top: 10px;
  }
  #modal-batc-active-filter #search-container {
    position: relative;
  }
  #modal-batc-active-filter,
  #modal-analytics-filter {
    margin-left: 35% !important;
    background-color: #ffffff;
    width: 568px !important;
    /* height: 461px !important; */
    /* min-height: 461px !important; */
    /* max-height: 461px !important; */
    border-radius: 10px;
    height: min-content !important;
    padding: 32px !important;
  }
  #modal-batc-active-filter .content-wrapper,
  #modal-analytics-filter .content-wrapper{
    min-height: max-content;
  }
  #modal-analytics-filter .control-group:has(#inputLost) {
    margin-bottom: 0;
  }
  #modal-batc-active-filter .footer-content,
  #modal-analytics-filter .footer-content{
    padding-top: 24px;

    margin-bottom: 0;
    border-top: 1px solid #F5F6FA;
  }
  #modal-batc-active-filter .filter-header input:hover,
  #modal-analytics-filter .filter-header input:hover{
    color: #75AED7;
  }
  #modal-batc-active-filter .filter-header input,
  #modal-analytics-filter .filter-header input{
    background-image: none;
    background-color: inherit;
    color: #196CA7;
    box-shadow: none;
    border: none;
    height: 24px;
    text-decoration: underline;
    text-underline-offset: 5px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: 'Inter';
    margin-top: 0 !important;
    padding-top: 0 !important;
    width: 92px;
  }
  #modal-analytics-filter .styled-blue-button:hover {
    background-color: #4789B9;
  }
  #modal-batc-active-filter .styled-blue-button,
  #modal-analytics-filter .styled-blue-button {
    width: 240px;
    height: 40px;
    background-color: #196CA7;
    color: #ffffff;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    font-family: 'Inter';
    border-radius: 5px;
    text-align: center;
  }
  #export-to-excel:hover,
  #modal-analytics-btn:hover {
    background-color: #4789B9;
  }
  #export-to-excel,
  #modal-analytics-btn {
    height: 40px;
    border-radius: 5px;
    background-color: #196CA7;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Inter';
    justify-content: center;
  }
  
  #export-to-excel {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  #modal-batc-active-filter .filter-header,
  #modal-analytics-filter .filter-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 24px;
  }
   #modal-batc-active-filter .modal-body .row-fluid .form-horizontal .control-label {
    display: flex;
    justify-content: start;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Inter';
    
   }
   #modal-batc-active-filter .modal-body .row-fluid .form-horizontal .controls select,
 #modal-batc-active-filter .modal-body .row-fluid .form-horizontal .controls input {
  width: 100%;
  margin-top: 0;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Inter';
  padding-left: 14px;
 }
 #modal-batc-active-filter {
  position: fixed;
  left: 20%;
  top: 30%;
  transform: translate(-50%, -50%);
 }
 #modal-batc-active-filter .modal-body .row-fluid .form-horizontal .controls select,
 #modal-batc-active-filter .modal-body .row-fluid .form-horizontal .controls input,
 #modal-batc-active-filter .modal-body .row-fluid .form-horizontal .controls{
  height: 40px;
 }
 #modal-batc-active-filter .modal-body .row-fluid .form-horizontal .control-label{
  margin-bottom: 0;
 }
 #modal-batc-active-filter .modal-body .row-fluid .form-horizontal{
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 4px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Inter';
 }
 #modal-batc-active-filter .modal-body .row-fluid .form-horizontal:has(#activeOnly){
  flex-direction: row-reverse;
  justify-content: start;
  gap: 12px;
  margin-bottom: -10px;
 }

 #modal-batc-active-filter .modal-body {
  width: 100%;
 }
 #modal-batc-active-filter .modal-body .row-fluid::before {
  display: none;}
 #modal-batc-active-filter .modal-body .row-fluid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
 }

  #modal-callaudio .plyr--audio .plyr__controls {
    background: #F2F5F9 !important;
    border-radius: 50px !important;
    padding: 12px 18px !important;
}
#modal-callaudio .plyr--audio .plyr__controls button,
#modal-callaudio .plyr--audio .plyr__controls .plyr__control {
    background: #196CA7 !important;
    color: #fff !important;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    margin: 0 4px;
    padding-left: 11px;
    transition: background 0.2s;
}
#modal-callaudio .plyr--audio .plyr__controls button:hover,
#modal-callaudio .plyr--audio .plyr__controls .plyr__control:hover {
    background: #14517e !important;
}

/* Иконки внутри кнопок */
#modal-callaudio .plyr--audio .plyr__controls svg {
    fill: #fff !important;
}

/* Прогресс-бар */
#modal-callaudio .plyr--audio .plyr__progress input[type=range] {
    accent-color: #196CA7;
}
#modal-callaudio .plyr--audio .plyr__progress__buffer {
    background: #b3d2ea !important;
}
#modal-callaudio .plyr--audio .plyr__progress__played {
    color: #196CA7 !important;
    background: #196CA7 !important;
}
#modal-callaudio .modal-header{
  border: none;
}
#modal-callaudio .modal-body .row-fluid div:has(#playbackRate){
  margin-left: 24px;
  margin-right: 1px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Inter';
  color: #363F48;
}
#modal-callaudio .modal-body .row-fluid #playbackRate{
  width: 86px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #196CA7 !important;
  border-radius: 5px !important;
}
#modal-callaudio .row-fluid:after
#modal-callaudio .row-fluid:before {
  display: none !important;
}
#modal-callaudio .modal-body .row-fluid .full-width label{
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Inter';
  color: #363F48;
}
#modal-callaudio .modal-body .row-fluid .full-width{
  width: 100%;
}
#modal-callaudio .modal-body .row-fluid #call-audio-link{
  background-color: #ffffff;
  border: none;
  margin-bottom: 0;
}
#modal-callaudio .modal-body .row-fluid #call-audio-copy{
  position: absolute;
  top:6px;
  right: 10px;
  background-image: none;
  background-color: #ffffff;
  border: none;
  box-shadow: none;
  padding: 4px;
}
#modal-callaudio .modal-body .row-fluid .copy-url-container{
  position: relative;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #9197A5;
  padding: 10px 14px;
  width: 100%;
}
#modal-callaudio .modal-body .row-fluid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#modal-callaudio .modal-body .row-fluid .last-in-row a:hover svg path{
  fill:#196CA7;
}
#modal-callaudio .modal-body .row-fluid .last-in-row a:hover{
  color: #196CA7;
}
#modal-callaudio .modal-body .row-fluid .last-in-row a{
  background-color: #E7E8EC;
  background-image: none;
  color: #363F48;
  border: none;
  box-shadow: none;
  display: flex;
  flex-direction: row;
  gap: 10px;
  height: 40px;
  border-radius: 5px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Inter';
  text-decoration: none;
}
#modal-callaudio #cdr_comment textarea{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  font-family: 'Inter';
  color: #363F48;
  margin-bottom: 4px;
  padding: 10px 14px;
  height: 40px;
}
#modal-callaudio .modal-footer {
  display: none;
}
#modal-callaudio #cdr_comment .text-left button:hover {
  background-color: #4789B9;;
}
#modal-callaudio #cdr_comment .text-left button{
  background-image: none;
  background-color: #196CA7;
  color: #ffffff;
  border: none;
  box-shadow: none;
  width: 240px;
  border-radius: 5px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Inter';
  margin-top: 12px;
}
#modal-callaudio #cdr_comment p{
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Inter';
  color: #363F48;
  margin-bottom: 4px;
}
#modal-callaudio #cdr_comment {
  margin-top: 24px;
  width: 100%;
}
#modal-callaudio .modal-body .row-fluid .last-in-row {
  margin-left: 24px;
  margin-right: 0;
  display: flex;
  align-items: end;
}
#modal-callaudio .modal-body .row-fluid:has(.last-in-row) {
  justify-content: start;
  margin-top: 24px;
}
/* Время и скорость */
#modal-callaudio .plyr--audio .plyr__time,
#modal-callaudio .plyr--audio .plyr__menu__container {
    color:#363F48 !important;
}

/* Селектор скорости */
#modal-callaudio .plyr--audio .plyr__menu__container {
    background: #F2F5F9 !important;
    border-radius: 8px !important;
    border: 1px solid #196CA7 !important;
}

/* Громкость (ползунок) */
#modal-callaudio .plyr--audio .plyr__volume input[type=range] {
    accent-color: #196CA7;
}
  #modal-callaudio {
    margin-top: 10%;
    width: 676px;
    padding: 30px;
    max-height: 90vh;
    margin-left: 30%;
    height: min-content;
    background-color: #ffffff;
    border-radius: 5px;
  }
  #modal-analytics-filter #starttime {
    display: flex;
    width: 100%;
  }
  /* some comment for push and dev */
  #modal-analytics-filter #starttime i{
    position: absolute;
    right: 14px;
    top:10px;
  }
  #modal-analytics-filter .content-wrapper:has(#inputLost) .controls-row:has(.styled-input-container) .control-group:has(#starttime){
    order: 3;
  }
  #modal-analytics-filter .content-wrapper:has(#inputLost) .controls-row:has(.styled-input-container) .control-group:has(#inputFunnel){
    order: 2;
  }
  #modal-analytics-filter .content-wrapper:has(#inputLost) .controls-row:has(.styled-input-container) .control-group:has(#inputDepartment){
    order: 1;
  }
  #modal-analytics-filter .content-wrapper:has(#inputLost) .controls-row:has(.styled-input-container) .control-group:has(#inputManager){
    order: 0;
  }
  #modal-analytics-filter #starttime {
    position: relative;
  }
  #modal-analytics-filter #starttime input{
    width: 100%;
    text-align: start;
    padding-left: 14px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Inter';
    color: #363F48;
  }
  #modal-analytics-filter .content-wrapper {
    display: flex;
    flex-direction: column;
  }
  #modal-batc-active-filter .close,
  #modal-analytics-filter .close {
    width: 20px;
    height: 20px;
    margin-top: 4px;
  }
  #modal-analytics-filter .content-wrapper .controls-row{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 20px;
    width: 100%;
  }
  #modal-analytics-filter .content-wrapper .controls-row:has(#inputSuccess) .control-group {
    margin-bottom: 12px;
  }
  #modal-analytics-filter .content-wrapper .controls-row:has(#inputSuccess) .control-group .controls{
    margin: 0;
  }
  
  #modal-analytics-filter .content-wrapper .controls-row:has(#inputSuccess) .subtitle-checkboxes{
    font-size: 16px;
    line-height: 36px;
    font-family: 'Inter';
    font-weight: 600;
    color:#196CA7;
    margin-bottom: 16px;
  }
  #modal-analytics-filter{
    min-width: 568px !important;
  }
  #modal-analytics-filter .content-wrapper .controls-row:has(#inputNoCalls),
  #modal-analytics-filter .content-wrapper .controls-row:has(#inputSuccess){
    display: flex;
    flex-direction: column;
    gap:0;
    margin-top: 7px;
    margin-bottom: 16px;
  }
  #modal-analytics-filter .content-wrapper .controls-row:has(#inputSuccess){
    margin-bottom: 24px;
  }
  #modal-analytics-filter .content-wrapper .controls-row:has(#inputNoCalls){
    margin-bottom: 6px;
  }
  #modal-analytics-filter .content-wrapper .controls-row::after,
  #modal-analytics-filter .content-wrapper .controls-row::before{
    display: none;
  }
  
  .filter-title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Inter';
    color: #196CA7;
  }
  .analytics-tables-info-wrapper .title-page,
  #trends-wrapper .title-page{
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    font-family: 'Inter';
    color: #196CA7;
  }
  #trends-wrapper .loadingprocess.for-trends{
    display: block;
  }
  #trends-wrapper .loadingprocess{
    display: none;
  }
  .analytics-tables-info-wrapper .analytics_buttons,
  #trends-wrapper .analytics_buttons {
    display: flex;
    flex-direction: row;
    box-shadow: none;
    gap: 14px;
    margin-bottom: 30px;
  }
  .analytics-tables-info-wrapper .analytics_buttons .btn.btn-primary,
  #trends-wrapper .analytics_buttons .btn.btn-primary{
    border-bottom: 3px solid #196CA7 !important;
    color: #196CA7;
    
  }
    #trends-wrapper .analytics_buttons .btn:hover{
      background-color: #E8F0F6;
    }
  .analytics-tables-info-wrapper .analytics_buttons .btn,
  #trends-wrapper .analytics_buttons .btn{
    height: 40px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: none;
    background-color: #F5F6FA;
    color: #363F48;
    padding-top: 10px;
    width: 170px;
    border-bottom: 3px solid #E7E8EC !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Inter';
    text-shadow: none;
  }
  .analytics-tables-info-wrapper,
  #trends-wrapper {
    padding: 30px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 40px;
  }
  .FixedHeader_Cloned.fixedHeader.FixedHeader_Header{
    display: none !important;
  }
  
  .analytics-tables-info-wrapper .loadingprocess.tableAnalytics #tableitems{
    width: 100% !important;
  }
  .analytics-tables-info-wrapper .loadingprocess.tableAnalytics thead th{
    background-color: #196CA7 !important;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    font-family: 'Inter';
    white-space: normal;
  }
  .analytics-tables-info-wrapper .loadingprocess.tableAnalytics thead.outcalls tr th,
  .analytics-tables-info-wrapper .loadingprocess.tableAnalytics thead tr:nth-child(2) th,
  .analytics-tables-info-wrapper .loadingprocess.tableAnalytics thead th:first-child{
    text-align: start;
  }
  .analytics-tables-info-wrapper .loadingprocess.tableAnalytics tbody.productivity tr td .in_munber{
    display: inline-grid;
  }
  .analytics-tables-info-wrapper .loadingprocess.tableAnalytics tbody.productivity tr:first-child td{
    font-weight: 600;
    color: #196CA7;
  }
  #company-profile-wrapper .page-title{
    font-size: 24px;
    line-height: 24px;
    color: #196CA7;
    font-weight: 600;
    font-family: 'Inter';
  }
  #company-profile-wrapper .data-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    gap: 16px;
    max-width: 100%;
}
  #company-profile-wrapper .data-grid#dataGrid3 #dataTable-deal-stages_wrapper{
    width: 100%;
  }
  #company-profile-wrapper .data-grid#dataGrid3 {
    display: flex;
    width: 100%;
    grid-template-columns: unset;
}
#company-profile-wrapper .data-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 12px;
  padding-right: 12px;
  background: #ffffff;
  border: none;
  height: 22px;
}

#company-profile-wrapper .data-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}

#company-profile-wrapper .data-title {
  width: max-content;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  color:#363F48;
  font-family: 'Inter';
}

#company-profile-wrapper .data-management {
  margin-top: 3px;
  text-align: right;
  width: max-content;
}
  #company-profile-wrapper {
    margin-top: 40px;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 10px;
  }
  #company-profile-wrapper .info-cube .cube-text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Inter';
    color: #363F48;
  }
  #company-profile-wrapper .info-cube .cube-action {
    background-color: inherit;
    border: none;
    width: min-content;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Inter';
    color: #196CA7;
    text-decoration: underline;
    padding: 0;

  }
   
  #company-profile-wrapper .info-cube .cube-title {
    font-size: 20px;
    line-height: 36px;
    color: #196CA7;
    font-family: 'Inter';
    font-weight: 600;
  }
  #company-profile-wrapper .info-cube {
    border-radius: 10px;
    background-color: #F5F6FA;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #company-profile-wrapper .info-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
    gap: 20px;
    width: 100%;
    margin-bottom: 30px;

  }
  #company-profile-wrapper .accordion-header .accordion-title{
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    font-family: 'Inter';
    color:#363F48;
  }
  #company-profile-wrapper .accordion-header svg {
    margin-top: 5px !important;
    transition: transform 0.3s ease;
  }
  #company-profile-wrapper .styled-accordion-container.active .accordion-header svg {
    transform: rotate(180deg);
  }
  #company-profile-wrapper .accordion-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    cursor: pointer;
  }
  #company-profile-wrapper .styled-accordion-container {
    padding: 24px;
    border-radius: 10px;
    border: 1px solid #E7E8EC;
  }

  #company-profile-wrapper .styled-accordion-container .accordion-content {
    display: none;
    flex-direction: column;
  }
  #company-profile-wrapper .styled-accordion-container.active .accordion-content {
    display: flex;
  }
  #company-profile-wrapper .accordions-container,
  #company-profile-wrapper .chapter-container.active {
    display: flex;
    flex-direction: column;
  }
  #company-profile-wrapper .chapter-container {
    display: none;
  }
  #company-profile-wrapper .accordions-container {
    gap: 10px
  }
  #company-profile-wrapper .chapter-title {
    color:#363F48;
    font-size: 20px;
    line-height: 36px;
    font-family: 'Inter';
    font-weight: 600;
    margin-bottom: 30px;
  }
  #company-profile-wrapper .storage-chapter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    width: 30%;
    margin-top: 24px;
    margin-bottom: 24px;

  }
  #company-profile-wrapper .default-black-text {
    color: #363F48;
  }
  #company-profile-wrapper .default-grey-text {
    color: #595F6B;
  }
  #company-profile-wrapper .default-black-text,
  #company-profile-wrapper .default-grey-text {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Inter';
    font-weight: 400;
  }
  #company-profile-wrapper .datacontrol-select-btn {
    margin-right: 14px;
  }
  #company-profile-wrapper .datacontrol-selects-buttons {
    display: flex;
    flex-direction: row;
    gap: 14px;
    margin-bottom: 0;
  }
  /* #company-profile-wrapper .datacontrol-select-btn-2:focus, */
  /* #company-profile-wrapper .datacontrol-selects select:focus{
    border:none !important;
    
  } */
   #company-profile-wrapper .datacontrol-selects select option:hover {
    background-color: #F5F6FA !important;
    color: #196CA7 !important;
   }
   #company-profile-wrapper .datacontrol-selects select option {
    border: none !important;
    background-color: #ffffff;
    color: #363F48;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Inter';
   }
   
  #company-profile-wrapper .datacontrol-select-btn-2,
  #company-profile-wrapper .datacontrol-selects .datacontrol-select-btn{
    height: 40px;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 2px solid #E7E8EC;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Inter';
    color: #363F48;
    outline: none !important;
    outline-offset: none !important;
    margin-bottom: 30px;
  }
   #company-profile-wrapper .datacontrol-selects select{
    box-shadow: none !important;
   }
   .datacontrol-select-btn option:hover {
    background-color: #F5F6FA;
    color: #196CA7;
}
.datacontrol-select-btn option {
    border: none !important;
    background-color: #F5F6FA;
    color: #363F48;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Inter';
}
  #company-profile-wrapper .datacontrol-select-btn-2.active {
    color: #196CA7;
    border-bottom: 2px solid #196CA7;
  }
  #company-profile-wrapper .datacontrol-selects {
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    gap: 14px;
  }
  #company-profile-wrapper .buttons-control-container {
    display: flex;
    flex-direction: row;
    gap: 14px;
    margin-bottom: 30px;
  }
  
  #company-profile-wrapper #modal-add-form-communications-control-btn,
  #company-profile-wrapper #modal-add-theme-communications-control-btn {
    margin-right: 14px;
  }
  #company-profile-wrapper #tableitems_products_paginate {
    margin-bottom: 30px;
  }
  #company-profile-wrapper #tableitems_products_wrapper .dataTables_paginate.paging_simple_numbers{
    display: none;
  }
  #company-profile-wrapper #tableitems_products_wrapper  #tableitems_products_paginate.dataTables_paginate.paging_simple_numbers{
    display: flex;
  }
  #company-profile-wrapper #tableitems_products_paginate .custom-pagination-content{
    margin-left: 0;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    gap: 14px;
  }
  #company-profile-wrapper #tableitems_products_paginate a svg{
    margin-right: 10px;
    margin-bottom: -5px;
  }
  #company-profile-wrapper #tableitems_products_paginate a:hover {
    background-color: #4789B9;
  }
  #company-profile-wrapper #tableitems_products_paginate a {
    background-image: none;
    height: 40px;
    border-radius: 5px;
    border: none;
    box-shadow: none;
    background-color: #196CA7;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Inter';
    vertical-align: middle;
    padding-top: 10px;
  }
  #company-profile-wrapper #tableitems_products_paginate {
    justify-content: end;
  }
  #company-profile-wrapper #tableitems_staff thead tr th,
  #company-profile-wrapper #datatable-sms-gateway thead tr th,
  #company-profile-wrapper #datatable-internal-numbers thead tr th,
  #company-profile-wrapper #datatable-calii-phones thead tr th,
  #company-profile-wrapper #datatable-external-numbers thead tr th,
  #company-profile-wrapper #dataTable-positions thead tr th,
  #company-profile-wrapper #dataTable-departments thead tr th,
  #company-profile-wrapper #dataTable-deal-stages thead tr th,
  #company-profile-wrapper #tableitems_products thead tr th,
  #company-profile-wrapper #dataTable-communications-form-control_wrapper thead tr th,
  #company-profile-wrapper #dataTable-communications-themes-control_wrapper thead tr th,
  #company-profile-wrapper #dataTable-communications-themes-control_wrapper thead tr th,
  #company-profile-wrapper #dataTable-deal-reasons_wrapper thead tr th,
  #company-profile-wrapper #dataTable-fields-settings_wrapper thead tr th,
  #company-profile-wrapper #dataTable-remove-reason_wrapper thead tr th,
  #company-profile-wrapper #dataTable-extra-fields_wrapper thead tr th,
  #company-profile-wrapper #dataTable-tags_wrapper thead tr th,
  #company-profile-wrapper #dataTable-data-sources_wrapper thead tr th,
  #company-profile-wrapper #dataTable-data-processes_wrapper thead tr th{
    background-color: #E7E8EC;
    color: #363F48;
  }
   #company-profile-wrapper #tableitems_products thead tr th{
    font-weight: 600 !important;
   }
   #company-profile-wrapper #dataTable-communications-form-control_wrapper table th,
#company-profile-wrapper #dataTable-communications-form-control_wrapper table td {
    width: unset !important;
    min-width: unset;
    max-width: unset;
}
#company-profile-wrapper #dataTable-deal-stages .deal_item_group.no-dt {
  font-weight: 600;
}
  #company-profile-wrapper #dataTable-communications-form-control_wrapper table th:first-child,
#company-profile-wrapper #dataTable-communications-form-control_wrapper table td:first-child {
    width: 40px !important;
    min-width: 40px;
    max-width: 40px;
}

#company-profile-wrapper #dataTable-communications-form-control_wrapper table th:last-child,
#company-profile-wrapper #dataTable-communications-form-control_wrapper table td:last-child {
    width: 150px !important;
    min-width: 150px;
    max-width: 150px;
}
  #nps-form #preview,
  #nps-form .redact-side {
    border-radius: 10px;
  }
  #custom-select-communication .custom-select-dropdown,
  #custom-select-deals .custom-select-dropdown{
    width: 220px;
  }
  #custom-select-deals {
    width: 130px;
  }
  #custom-select-communication {
    width: 170px;
  }
  #company-profile-wrapper table tbody > tr:nth-child(even) > td {
    background-color: #F5F6FA;
  }
  #company-profile-wrapper table tbody > tr:nth-child(odd) > td {
    background-color: #ffffff;
  }
  #company-profile-wrapper table tbody tr td {
    vertical-align: middle;
  }
  #company-profile-wrapper .table td {
    border-top: none !important;
  }
  #company-profile-wrapper #dataTable-deal-stages tbody tr.deal_item_group td {
    background-color: #E7E8EC;
  }
  #company-profile-wrapper .fields-settings-container{
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #E7E8EC;
    margin-bottom: 30px;
  }
  #company-profile-wrapper .sector-subtitle,
  #company-profile-wrapper #dataTable-fields-settings_wrapper .top .table-name {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #196CA7;
    font-family: 'Inter';
    padding-top: 10px;
  }
  .form-parameter-container .styled-input-text,
  .form-parameter-container .styled-select{
    max-width: 220px;
    width: 100%;
  }
  .popover-inner .popover-content input.api_data,
  .popover-inner .popover-content textarea.api_data{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Inter';
    color: #363F48;
    border-radius: 4px;
    width: 145px;
    padding: 8px 12px;
  }
  .popover-inner .popover-content input.api_data {
    height: 40px;
  }
  .popover-inner .popover-content .btn.close-popover.btn-warning,
  .popover-inner .popover-content .btn.item-save.btn-success,
  .popover-inner .popover-content .btn.btn-danger{
    background-image: none;
    background-color: #196CA7;
    color: #ffffff;
    height: 40px;
    border-radius: 5px;
    padding: 8px 12px 8px 12px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Inter';
    font-weight: 600;
    text-align: center;
    border: none;
    box-shadow: none;
    min-width: 140px;
  }
  .popover-inner .popover-content .btn.btn-danger.height-btn{
    height: max-content;
  }
  .popover-inner .popover-content .styled-input-text {
    width: 100%;
  }
  .popover-inner .popover-content .btn.close-popover.btn-warning {
    background-color: #E7E8EC;
    color: #363F48
  }
  .popover-inner .popover-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Inter';
    color: #363F48;
  }
  .popover.right {
    margin-right: 15px;
    max-width: 170px;
    /* width: min-content; */
  }
  #success-action-edit-service >div{
    display: flex;
    flex-direction: row;
    gap: 0;
  }
  #success-action-edit-service {
    display: flex;
    height: 60px;
    width: 400px;
    border-radius: 16px;
    background-color: #6CB351;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    padding: 20px 24px;
    flex-direction: row;
    justify-content: space-between;
    position: fixed;
    bottom: 30px;
    right: 30px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 2000;
  }
  #success-action-edit-service.show {
    display: flex; /* Показываем элемент */
    opacity: 1; /* Полностью видимый */
    transform: translateY(0); /* Возвращаем на место */
    animation: slideIn 0.3s ease forwards;
  }

  #success-action-edit-service.hide {
      opacity: 0; /* Прозрачность 0 */
      transform: translateY(20px); /* Смещение вниз */
      pointer-events: none
  }
  #success-action-edit-service.hidden {
    display: none; /* Полностью скрываем элемент */
}
  #company-profile-wrapper .settings-container .form-parameter-container .btn.btn-warning{
    width: 250px;
  }
  /* #company-profile-wrapper .settings-container .form-parameter-container {
    display: grid;
    grid-template-columns: 1fr 250px;
    width: 100%;
    gap: 20px;
  } */
  #company-profile-wrapper .settings-container .form-parameter-container .styled-checkbox-container{
    margin-top: 20px;
  }
  #company-profile-wrapper .settings-container form {
    display: flex;
    flex-direction: column;
  }
  #company-profile-wrapper .settings-container form .submit-container input:hover{
    background-color: #4789B9;
  }
  #company-profile-wrapper .settings-container form .submit-container input{
    background-image: none;
    box-shadow: none;
    background-color: #196CA7;
    color: #ffffff;
    height: 40px;
    border-radius: 5px;
    padding: 8px 12px 8px 12px;
    width: 180px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Inter';
    font-weight: 600;
    text-align: center;
  }
  #company-profile-wrapper .settings-container form .submit-container {
    margin-left: auto;
    margin-right: 30px;
    margin-top: 15px;
  }
  #company-profile-wrapper .settings-container .form-parameter-container div:not(.styled-checkbox-container) label{
    position: absolute;
    top: -10px;
    left: 10px;
    background-color: #ffffff;
    color: #9197A5;
    width: max-content;
    padding: 3px 6px;
  }
  #company-profile-wrapper .settings-container .form-parameter-container div:not(.styled-checkbox-container){
    position: relative;
    height: 40px;
    margin-top: 20px;
  }

  #company-profile-wrapper #dataTable-fields-settings_wrapper table th:first-child,
#company-profile-wrapper #dataTable-fields-settings_wrapper table td:first-child {
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
}

#company-profile-wrapper #dataTable-fields-settings_wrapper table th:last-child,
#company-profile-wrapper #dataTable-fields-settings_wrapper table td:last-child {
    width: 120px !important;
    min-width: 120px !important;
    max-width: 120px !important;
}
#company-profile-wrapper #dataTable-fields-settings_wrapper table th,
#company-profile-wrapper #dataTable-fields-settings_wrapper table td {
    width: unset !important;
    min-width: unset !important;
    max-width: unset !important;
}
  #company-profile-wrapper .settings-container .form-parameter-container div select{
    max-width: 100%;
  }
  #company-profile-wrapper .settings-container .form-parameter-container {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* Автоматически распределяем элементы по рядам */
    gap: 20px; /* Пробел между элементами */
    width: 100%;
}
  #company-profile-wrapper .settings-container .styled-input-container{
    width: 250px;
  }
  
  #company-profile-wrapper .sector-subtitle{
    padding: 0;
  }
  #company-profile-wrapper #dataTable-fields-settings_wrapper .top #department_list {
    margin-left: auto;
    height: 40px ;
    margin-top: 5px;
  }
  #company-profile-wrapper #datatable-sms-gateway_wrapper .top,
  #company-profile-wrapper #datatable-internal-numbers_wrapper .top,
  #company-profile-wrapper #datatable-calii-phones_wrapper .top,
  #company-profile-wrapper #datatable-external-numbers_wrapper .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  #company-profile-wrapper .blue-interhit-btn {
    background-image: none;
    background-color: inherit;
    color: #196CA7;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Inter';
    border: none;
    box-shadow: none !important;
    text-shadow: none;
  }
  .styled-intable-select {
    height: 36px;
    width: 338px;
    border-radius: 5px;
    padding-left: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Inter';
  }

  

  #company-profile-wrapper .datacontrol-select-btn-5,
  #company-profile-wrapper .datacontrol-select-btn-4 {
    background-color: inherit;
    color: #363F48;
    border-radius: 0;
    border-bottom: 2px solid #E7E8EC;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Inter';
    margin-right: 14px;
    margin-bottom: 30px;
    height: 40px !important;
  }
  #company-profile-wrapper .datacontrol-select-btn-5.active,
  #company-profile-wrapper .datacontrol-select-btn-4.active {
    border-bottom: 2px solid #196CA7;
    color: #196CA7;
  }
  #company-profile-wrapper .content {
    display: flex;
    flex-direction: column;
  }
  #company-profile-wrapper .content-title {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 36px;
    font-weight: 600;
    font-family: 'Inter';
    color: #363F48;
  }
  #company-profile-wrapper #dataTable-positions_wrapper .top,
  #company-profile-wrapper #dataTable-departments_wrapper .top,
  #company-profile-wrapper #dataTable-communications-form-control_wrapper .top,
  #company-profile-wrapper #dataTable-communications-themes-control_wrapper .top,
  #company-profile-wrapper #dataTable-fields-settings_wrapper .top,
  #company-profile-wrapper #dataTable-remove-reason_wrapper .top,
  #company-profile-wrapper #dataTable-extra-fields_wrapper .top,
  #company-profile-wrapper #dataTable-tags_wrapper .top,
  #company-profile-wrapper #dataTable-deal-reasons_wrapper .top,
  #company-profile-wrapper #dataTable-data-sources_wrapper .top,
  #company-profile-wrapper #dataTable-data-processes_wrapper .top {
    display: flex;
    flex-direction: row;
    justify-content: end;
    margin-bottom: 30px;
  }
  #company-profile-wrapper #datatable-sms-gateway_length,
  #company-profile-wrapper #datatable-internal-numbers_length,
  #company-profile-wrapper #datatable-calii-phones_length,
  #company-profile-wrapper #datatable-external-numbers_length {
    width: min-content;
    justify-content: end;
    margin-right: auto;
    margin-left: 0;
  }
  #company-profile-wrapper #dataTable-positions_length,
  #company-profile-wrapper #dataTable-departments_length,
  #company-profile-wrapper #dataTable-communications-form-control_length,
  #company-profile-wrapper #dataTable-communications-themes-control_length,
  #company-profile-wrapper #dataTable-deal-reasons_length,
  #company-profile-wrapper #dataTable-fields-settings_length,
  #company-profile-wrapper #dataTable-remove-reason_length,
  #company-profile-wrapper #dataTable-extra-fields_length,
  #company-profile-wrapper #dataTable-tags_length,
  #company-profile-wrapper #dataTable-data-sources_length,
  #company-profile-wrapper #dataTable-data-processes_length {
    width: min-content;
    justify-content: end;
    margin-right: 24px;
    margin-left: auto;
  }
  #company-profile-wrapper #dataTable-fields-settings_length{
    margin-left: 24px;
  }
  #company-profile-wrapper #tableitems_staff_paginate {
    margin-bottom: 30px;
  }
  #company-profile-wrapper #tableitems_staff_paginate,
  #company-profile-wrapper #datatable-sms-gateway_paginate,
  #company-profile-wrapper #datatable-internal-numbers_paginate,
  #company-profile-wrapper #datatable-calii-phones_paginate,
  #company-profile-wrapper #datatable-external-numbers_paginate,
  #company-profile-wrapper #dataTable-positions_paginate,
  #company-profile-wrapper #dataTable-departments_paginate,
  #company-profile-wrapper #dataTable-communications-form-control_paginate,
  #company-profile-wrapper #dataTable-communications-themes-control_paginate,
  #company-profile-wrapper #dataTable-deal-reasons_paginate,
  #company-profile-wrapper #dataTable-fields-settings_paginate,
  #company-profile-wrapper #dataTable-remove-reason_paginate,
  #company-profile-wrapper #dataTable-extra-fields_paginate,
  #company-profile-wrapper #dataTable-tags_paginate,
  #company-profile-wrapper #dataTable-data-sources_paginate,
  #company-profile-wrapper #dataTable-data-processes_paginate {
      width: max-content;
      justify-content: end;
      margin-top: 0;
  }
  #company-profile-wrapper .select-container {
    position: relative;
    display: inline-block;
    width: 250px;
}
 #modal-addcomm.in{
        display: flex !important;
        flex-direction: column !important;
        padding: 30px;
        height: max-content;
        max-height: 90vh;
        overflow-y: auto;

  }
  #modal-addcomm .modal-header {
    border: none;
  }
  #modal-addcomm .alert.alert-info {
    height: 40px;
    background-color: #F5F6FA;
    border-radius: 4px;
    border: none;
    padding: 12px 10px;
    margin-bottom: 30px;
  }
  #modal-addcomm .modal-body .form .row-fluid .control-label{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Inter';
    color: #363F48;
    padding-top: 0;
  }
  #modal-addcomm .modal-body .form .row-fluid input,
  #modal-addcomm .modal-body .form .row-fluid textarea,
  #modal-addcomm .modal-body .form .row-fluid select{
    width: 340px !important;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Inter';
    color: #363F48;
  }
  #modal-addcomm .modal-body .form .row-fluid input{
    width: 300px !important;
  }
  #modal-addcomm .modal-footer {
    border: none;
    padding: 0;
  }
  #modal-addcomm .modal-body {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #modal-addcomm .modal-body .alert.alert-success {
    border: none;
    padding: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  #modal-addcomm .modal-body .form .row-fluid {
    display: flex;
    flex-direction: row;
    gap: 30px;
  }
  #modal-addcomm .modal-body .form .row-fluid .form-horizontal .control-group{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #modal-addcomm .modal-body .form .row-fluid .form-horizontal {
    display: flex;
    flex-direction: column;
  }
  #modal-addcomm .btn.btn-warning{
    width: 145px;
    height: 40px;
    background-color: #E7E8EC;
    color:#363F48;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Inter';
    border-radius: 5px;
    border: none;
    box-shadow: none;
  }
  #modal-addcomm{
      top:10%;
      margin-right: 68px;
      width: 86%;
      background-color: #ffffff;
      border-radius: 10px;
  }
  #modal-add-deal input[type="text"]{
    width: 210px;
  }
  #modal-add-deal .btn.add-on,
  #modal-add-deal input{
    height: 36px;
  }
  #modal-add-deal #planned_deal_stamp input{
    height: 36px;
    width: calc(100% - 16px);
  }
  #modal-add-deal .modal-footer .btn{
      display: flex;
      align-items: center;
  }
  #modal-add-deal .modal-footer::after,
  #modal-add-deal .modal-footer::before {
      display: none;
  }
  #modal-add-deal .modal-footer{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #modal-add-deal h4 {
    padding-left: 10px;
    font-size: 16px;
    line-height: 36px;
  }
  #modal-add-deal .modal-header h3{
    padding-left: 10px;
  }
  #modal-add-deal .modal-footer .btn.btn-warning,
  #modal-add-deal .modal-footer .btn.btn-success.form-submit{
    background-image: none;
    background-color: #196CA7;
    color: #ffffff;
    height: 40px;
    border-radius: 5px;
    padding: 8px 12px 8px 12px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Inter';
    font-weight: 600;
    text-align: center;
    border: none;
    box-shadow: none;
    min-width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;

  }
  #modal-add-deal .modal-footer .btn.btn-warning {
    background-color: #E7E8EC;
    color: #363F48;
    
  }
  #modal-add-deal .modal-footer {
    background-color: #ffffff;
    padding-bottom: 10px;
    padding-top: 24px;

  }
  #modal-add-deal .modal-header {
    border-bottom: none;;
  }
  #modal-add-deal #planned_deal_stamp {
    width: calc(100% - 10px);
    padding-left: 0;
    }
  #modal-add-deal .control-group textarea,
  #modal-add-deal .control-group input[type="text"],
  #modal-add-deal .control-group span,
  #modal-add-deal .control-group select{
    width: 100%;
    height: 40px;
  }
  #modal-add-deal .btn.add-on {
    width: 32px;
  }
  #modal-add-deal .control-group{
    margin-left: 0;
    width: 100%;
  }
  #modal-add-deal .well.info .row-fluid .control-group .controls,
  #modal-add-deal .well.info .row-fluid .control-group label{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
  }
  #modal-add-deal .select2-selection__rendered{
    width: 100% !important;
  }
  #modal-add-deal .well.info .row-fluid .control-group .select2.select2-container.select2-container--default{
    width: 100% !important; 
  }
  #modal-add-deal .well.info .row-fluid .control-group{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #modal-add-deal .well.info .row-fluid .control-group > * {
    flex: 1 1.5 0;
    min-width: 0;
}
  #modal-add-deal .well.info .row-fluid{
    display: flex;
    flex-direction: column;;
  }
  #modal-add-deal .well.info{
    border: none;
    box-shadow: none;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    gap: 0 24px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Inter';
    color: #363F48;
  }
  #modal-add-deal {
        background-color: #ffffff;
        border-radius: 5px;
        padding-top: 20px;
        padding-bottom: 20px;
        flex-direction: column;
        top: 40%;
        border: 1px solid #ccc;
        width: 1000px;
        margin-left: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        position: fixed;
        height: max-content;
    }
#company-profile-wrapper  .select-btn {
    background-color: #ffffff;
    border: none;
    border-bottom: 2px solid #E7E8EC;
    padding: 10px 15px;
    cursor: pointer;
    width: 100px;
    text-align: left;
    position: relative;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Inter';
    color: #363F48;
}
#company-profile-wrapper  .select-btn::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 15px;
    width: 10px;
    height: 6px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.01054 3.49544L8.201 0.341C9.20403 -0.673132 10.6448 0.807016 9.68753 1.75755L5.68685 5.71651C5.30664 6.09437 4.69628 6.09437 4.31607 5.71651L0.315389 1.75755C-0.641879 0.807016 0.799248 -0.673132 1.80194 0.341L4.99238 3.49544C5.00046 3.50352 5.00246 3.50352 5.01054 3.49544Z' fill='%23196CA7'/%3E%3C/svg%3E");
}
#company-profile-wrapper .control-panel .pagination-controls {
  display: flex;
  flex-direction: row;
  gap: 4px;
  margin-left: auto;
  margin-right: 0;
}
#company-profile-wrapper .control-panel .pagination-controls span {
  border-radius: 5px;
  width: 40px;
  height: 40px;
  background-color:#196CA7;
  color: #ffffff;
  font-weight: 600;
  line-height: 20px;
  font-size: 14px;
  font-family: 'Inter';
  text-align: center;
  padding-top: 10px;
}
#company-profile-wrapper .control-panel .pagination-controls button {
  border-radius: 5px;
  width: 40px;
  height: 40px;
  background-color: #F5F6FA;
}
#company-profile-wrapper #items-per-page {
  margin-right: auto;
  margin-left: 14px;
}


#company-profile-wrapper #modal-change-deal-setting-btn {
  margin-left: 0;
  margin-right: 14px;
}
#company-profile-wrapper .control-panel {
  display: flex;
  flex-direction: row;
  justify-content: end;
  width: 100%;
  margin-bottom: 30px;
}
#company-profile-wrapper #smsgateway .to-row {
  gap: 16px;
  margin-bottom: 30px;
}
#company-profile-wrapper .one-parameter-container #autodial_of_dept_block_modify select {
  width: 100%;
  height: 32px;
  border-radius: 5px;
  border: 1px solid #9197A5;

}
#company-profile-wrapper .right-parameters-side,
#company-profile-wrapper .left-parameters-side{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#company-profile-wrapper .one-parameter-container #autodial_of_dept_block_modify th {
  text-align: left;
  background-color: #F5F6FA;
  color:#196CA7;
  padding-left: 12px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
#company-profile-wrapper .one-parameter-container #autodial_of_dept_block_modify td {
  height: 40px;
}
#company-profile-wrapper .one-parameter-container #autodial_of_dept_block_modify td:nth-child(1) {
  padding-left: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#company-profile-wrapper .one-parameter-container #autodial_of_dept_block_modify td:nth-child(2) {
  text-align: right;
  padding: 12px 11px 12px 11px ;

}
#company-profile-wrapper .one-parameter-container .form-parameter-container {
  display: flex;
  flex-direction: column;
  gap:24px 20px;
}
#modal-edit-item #add_email_btn {
  background-color: #196CA7;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Inter';
  border: none;
  box-shadow: none;
  height: 40px;
  padding: 10px 24px 10px 24px ;
  margin-left: 15px;
}
#company-profile-wrapper .one-parameter-container input.btn.btn-warning:hover {
  background-color: #4789B9;
}
#company-profile-wrapper .one-parameter-container input.btn.btn-warning {
  background-image: none;
  background-color: #196CA7;
  height: 40px;
  padding: 10px 24px 10px 24px ;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Inter';
  margin-left: auto;
  margin-right: 0;
}
#company-profile-wrapper .one-parameter-container .parameter-title{
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #363F48;
  font-family: 'Inter';
}
#company-profile-wrapper .one-parameter-container table,
#company-profile-wrapper .one-parameter-container form{
  width: 100%;
}
#company-profile-wrapper .one-parameter-container {
  border-radius: 4px;
  border: 1px solid #E7E8EC;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  padding: 30px;
}
#company-profile-wrapper #modal-add-employee-btn:hover {
  text-decoration: none!important;

}
#company-profile-wrapper #modal-add-employee-btn {
  margin-left: 100px;
  margin-bottom: -45px;
  position: relative;
  left: 15px;
}
#modal-employees-filter .modal-header .modal-title .close{
  width: 20px;
}
#modal-employees-filter .modal-header .modal-title h3 {
  padding-left: 0;
}
#company-profile-wrapper #modal-change-employee-filter-btn {
  margin-bottom: -40px;
}
#company-profile-wrapper #datatable-internal-numbers tbody > tr > td:last-child {
    color: #196CA7;
}
#company-profile-wrapper #integrations-parapetres-container .to-grid-2 {
  margin-bottom: 0;
}
#company-profile-wrapper #integrations-parapetres-container.to-row,
#company-profile-wrapper #main-parapetres-container.to-row {
  gap: 30px;
}
#company-profile-wrapper #tableitems_staff_wrapper #tableitems_staff tbody > tr > td a{
  color: #196CA7 !important;
}
#modal-add-employees .modal-body #add-employees-form {
  margin-right: 16px;
}

#company-profile-wrapper #datatable-external-numbers th:first-child,
#company-profile-wrapper #datatable-external-numbers td:first-child {
    width: 20px !important;
    min-width: 10px;
    max-width: 10px;
}
#modal-add-employees .modal-body #add-employees-form .row-fluid .control-group .control-label {
  margin: 0;
}
#company-profile-wrapper #tableitems_staff thead tr th {
  font-weight: 600 !important;
}
#company-profile-wrapper #smsgateway .to-row .select-label{
  font-size: 14px;
  line-height: 20px;
  font-family: 'Inter';
  color: #363F48;
  padding-top: 10px;
}
#company-profile-wrapper #dataGrid3,
#company-profile-wrapper #dataGrid2 {
  padding-bottom: 30px;
}
#company-profile-wrapper #dataTable-deal-stages_wrapper .dataTables_length,
#company-profile-wrapper #dataTable-deal-stages_wrapper .dataTables_paginate,
#company-profile-wrapper #dataTable-deal-stages_wrapper .dataTables_info {
    display: none;
}
#company-profile-wrapper #dataGrid2_wrapper .dataTables_length,
#company-profile-wrapper #dataGrid2_wrapper .dataTables_paginate,
#company-profile-wrapper #dataGrid2_wrapper .dataTables_info {
    display: none;
    
}
#company-profile-wrapper  #carouselHeader2,
#company-profile-wrapper  #carouselHeader3,
#company-profile-wrapper  #carouselHeader  {
  margin-bottom: 17px;
  cursor: pointer;
}
#company-profile-wrapper  .carousel-content{
  border: 1px solid #E7E8EC;
  padding: 12px 16px 0 16px;
}
#company-profile-wrapper  .carousel-content:has(#dataGrid3) #dataTable-deal-stages{
  margin-left: -16px;
  margin-right: -16px;
}
#company-profile-wrapper  #carouselHeader2 .carousel-title,
#company-profile-wrapper  #carouselHeader3 .carousel-title,
#company-profile-wrapper  #carouselHeader .carousel-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #196CA7;
  font-family: 'Inter';
  margin-left: 8px;

}
#company-profile-wrapper  .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #ccc;
    width: 100%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 100;
}
#company-profile-wrapper  .dropdown .option {
    padding: 8px 16px 8px 16px;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    font-size: 14px;
    line-height: 28px;
    font-family: 'Inter';
    color: #363F48;
}
#company-profile-wrapper  .dropdown .option:hover {
    background-color: #F5F6FA;
    color: #196CA7;
}
#company-profile-wrapper  .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background: white;
    border: 1px solid #ccc;
    width: 180px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
#company-profile-wrapper  .dropdown .option.has-submenu:hover .submenu {
    display: block;
}
  #modal-employees-filter .modal-body input[type="submit"]:hover,
  #modal-add-positions .modal-body input[type="submit"]:hover,
  #modal-add-departments .modal-body input[type="submit"]:hover,
  #modal-change-deal-setting .modal-body input[type="submit"]:hover,
  #modal-add-deal-setting .modal-body input[type="submit"]:hover,
  #modal-add-form-communications-control .modal-body input[type="submit"]:hover,
  #modal-add-theme-communications .modal-body input[type="submit"]:hover,
  
  #modal-add-category .modal-body input[type="submit"]:hover,
  #modal-add-deal-reasons .modal-body input[type="submit"]:hover,
  #modal-add-fields-settings .modal-body input[type="submit"]:hover,
  #modal-add-remove-reason .modal-body input[type="submit"]:hover,
  #modal-add-extra-fields .modal-body input[type="submit"]:hover,
  #modal-add-tags .modal-body input[type="submit"]:hover,
  #modal-add-data-sources .modal-body input[type="submit"]:hover,
  #modal-add-info-sources .modal-body input[type="submit"]:hover {
    background-color: #4789B9;
  }
  #modal-employees-filter .modal-body input[type="submit"],
  #modal-add-positions .modal-body input[type="submit"],
  #modal-add-departments .modal-body input[type="submit"],
  #modal-change-deal-setting .modal-body input[type="submit"],
  #modal-add-deal-setting .modal-body input[type="submit"],
  #modal-add-form-communications-control .modal-body input[type="submit"],
  #modal-add-theme-communications .modal-body input[type="submit"],
  
  #modal-add-category .modal-body input[type="submit"],
  #modal-add-deal-reasons .modal-body input[type="submit"],
  #modal-add-fields-settings .modal-body input[type="submit"],
  #modal-add-remove-reason .modal-body input[type="submit"],
  #modal-add-extra-fields .modal-body input[type="submit"],
  #modal-add-tags .modal-body input[type="submit"],
  #modal-add-data-sources .modal-body input[type="submit"],
  #modal-add-info-sources .modal-body input[type="submit"] {
    height: 40px;
    border-radius: 5px;
    background-image: none;
    background-color: #196CA7;
    color: #ffffff;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    font-family: 'Inter';
    padding: 10px 24px;
    margin-left: auto;
    margin-right: 0;
  }
  #modal-add-data-sources .modal-body input[type="submit"],
  #modal-add-info-sources .modal-body input[type="submit"] {
    width: 100%;;
  }
  #modal-add-products .modal-footer .styled-blue-btn {
    height: 40px;
    border-radius: 5px;
    background-image: none;
    background-color: #196CA7;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Inter';
    padding: 10px 24px 10px 24px;
    vertical-align: middle;
  }
  #modal-employees-filter .modal-body input[type="text"],
  #modal-add-positions .modal-body input[type="text"],
  #modal-add-departments .modal-body input[type="text"],
  #modal-add-deal-setting .modal-body input[type="text"],
  #modal-add-form-communications-control .modal-body input[type="text"],
  #modal-add-theme-communications .modal-body input[type="text"],
  #modal-add-products .modal-body input[type="text"],
  #modal-add-category .modal-body input[type="text"],
  #modal-add-deal-reasons .modal-body input[type="text"],
  #modal-add-fields-settings .modal-body input[type="text"],
  #modal-add-remove-reason .modal-body input[type="text"],
  #modal-add-extra-fields .modal-body input[type="text"],
  #modal-add-tags .modal-body input[type="text"],
  #modal-add-data-sources .modal-body input[type="text"],
  #modal-add-info-sources .modal-body input[type="text"] {
    height: 40px;
    border-radius: 5px;
    background-image: none;
    background-color: #ffffff;
    color: #363F48;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Inter';
    width: 100%;
    margin-bottom: 24px !important;
  }
  #modal-edit-user .modal-body form,
  #modal-add-employees .modal-body form,
  #modal-employees-filter .modal-body form,
  #modal-add-positions .modal-body form,
  #modal-add-departments .modal-body form,
  #modal-add-deal-setting .modal-body form,
  #modal-add-form-communications-control .modal-body form,
  #modal-add-theme-communications .modal-body form,
  #modal-add-products .modal-body form,
  #modal-add-category .modal-body form,
  #modal-add-deal-reasons .modal-body form,
  #modal-add-fields-settings .modal-body form,
  #modal-add-remove-reason .modal-body form,
  #modal-add-extra-fields .modal-body form,
  #modal-add-tags .modal-body form,
  #modal-add-data-sources .modal-body form,
  #modal-add-info-sources .modal-body form {
    display: flex;
    flex-direction: column;
  }
  
  #modal-employees-filter .modal-body,
  #modal-add-positions .modal-body,
  #modal-add-departments .modal-body,
  #modal-change-deal-setting .modal-body,
  #modal-add-deal-setting .modal-body,
  #modal-config-form-communications-control .modal-body,
  #modal-add-form-communications-control .modal-body,
  #modal-config-theme-communications-control .modal-body,
  #modal-add-theme-communications .modal-body,
  #modal-add-category .modal-body,
  #modal-product-categories-filter .modal-body,
  #modal-add-deal-reasons .modal-body,
  #modal-add-fields-settings .modal-body,
  #modal-add-remove-reason .modal-body,
  #modal-add-extra-fields .modal-body,
  #modal-add-tags .modal-body,
  #modal-add-data-sources .modal-body,
  #modal-add-info-sources .modal-body {
    background-color: #ffffff;
    margin-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    display: flex;
    flex-direction: column;
  }
  #modal-add-products .modal-body,
  #modal-edit-user .modal-body,
  #modal-add-employees .modal-body {
    padding-left: 0;
    padding-right: 0;
  }
  #settings02 .btn.btn-warning {
    box-shadow: none;
    border: none;
  }
  #modal-add-form-communications-control .modal-body > .styled-input-text {
    width: 141px !important;
    padding-left: 16px;
  }
  #modal-add-form-communications-control .modal-body > span {
    margin-bottom: 24px;
  }
  #modal-config-theme-communications-control .modal-body form .form-parameter-container {
    display: flex;
    flex-direction: column;
  }
  #accept-config-theme-communication-control {
    margin-left: auto;
    margin-right: 0;

  }
  #modal-add-form-communications-control  #comment_tpl_edit  {
    display: flex;
    flex-direction: column;

  }
  #modal-add-form-communications-control  #comment_tpl_edit .btn.item-save.btn-info {
    min-width: 140px;
    margin-left: auto;
    margin-right: 0;
  }
  table.dataTable tbody td {
    padding-left: 15px;
  }
  #modal-add-form-communications-control #accept-config-theme-communication-control {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Inter';
    color: #ffffff;
    background-color: #196CA7;
    border-radius: 5px;
    padding: 10px 16px 10px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
    min-width: 124px;
    width: max-content;
    /* margin-left: auto;
    margin-right: 0; */
  }
  #modal-config-form-communications-control .modal-header h3,
  #modal-add-departments .modal-header h3,
  #modal-add-positions .modal-header h3,
  #modal-add-form-communications-control .modal-header h3,
  #modal-add-theme-communications .modal-header h3,
  #modal-change-deal-setting .modal-header h3,
  #modal-add-deal-setting .modal-header h3,
  #modal-config-theme-communications-control .modal-header h3,
  #modal-product-categories-filter .modal-header h3,
  #modal-add-deal-reasons .modal-header h3,
  #modal-add-remove-reason .modal-header h3,
  #modal-add-extra-fields .modal-header h3,
  #modal-add-tags .modal-header h3,
  #modal-add-data-sources .modal-header h3,
  #modal-add-products .modal-header h3,
  #modal-add-info-sources .modal-header h3 {
    padding-left: 0 !important;
    padding-top: 0 !important;
  }
  #modal-add-theme-communications #accept-add-theme-communications-btn,
  #modal-change-deal-setting #accept-change-deal-setting,
  #modal-add-deal-setting .modal-body .btn.btn-info{
    box-shadow: none;
    border: none;
  }
  #modal-change-deal-setting form {
    display: flex;
    flex-direction: column;
    gap: 24px 0;
  }
    #modal-change-deal-setting #accept-change-deal-setting {
      margin-left: auto;
      margin-right: 0;
    }
  input[type="text"].input-large:focus,
  input[type="text"].input-large:hover{
    border-color: #9197A5 !important;
  }
  #modal-add-departments .btn.btn-info,
  #modal-add-positions .btn.btn-info{
    width: 100% !important;
    box-shadow: none;
    border: none;
  }
  #modal-add-departments .modal-header .close,
  #modal-add-positions .modal-header .close,
  #modal-add-form-communications-control .modal-header .close,
  #modal-add-theme-communications .modal-header .close,
  #modal-change-deal-setting .modal-header .close,
  #modal-add-deal-setting .modal-header .close,
  #modal-config-theme-communications-control .modal-header .close,
  #modal-product-categories-filter .modal-header .close,
  #modal-add-deal-reasons .modal-header .close,
  #modal-add-remove-reason .modal-header .close,
  #modal-add-extra-fields .modal-header .close,
  #modal-add-tags .modal-header .close,
  #modal-add-data-sources .modal-header .close,
  #modal-add-products .modal-header .close,
  #modal-add-info-sources .modal-header .close{
    margin: 0 !important;
    width: 20px !important;
    height: 20px !important;
    margin-top: 3px !important;
    margin-left: 0 !important;
    padding: 0 !important;
  }
  #modal-add-deal-setting{
    width: 500px !important;
    max-width: 500px !important;
  }
  #modal-change-deal-setting,
  #modal-product-categories-filter{
    width: 600px !important;
    max-width: 600px !important;
  }
  #modal-add-form-communications-control .modal-header .close {
    margin-top: 5px !important;
  }
  #modal-edit-user .modal-header,
  #modal-add-employees .modal-header,
  #modal-employees-filter .modal-header,
  #modal-add-positions .modal-header,
  #modal-add-departments .modal-header,
  #modal-change-deal-setting .modal-header,
  #modal-add-deal-setting .modal-header,
  #modal-config-form-communications-control .modal-header,
  #modal-add-form-communications-control .modal-header,
  #modal-config-theme-communications-control .modal-header,
  #modal-add-theme-communications .modal-header,
  #modal-add-category .modal-header,
  #modal-add-products .modal-header,
  #modal-product-categories-filter .modal-header,
  #modal-add-deal-reasons .modal-header,
  #modal-add-fields-settings .modal-header,
  #modal-add-remove-reason .modal-header,
  #modal-add-extra-fields .modal-header,
  #modal-add-tags .modal-header,
  #modal-add-data-sources .modal-header,
  #modal-add-info-sources .modal-header {
    background-color: #ffffff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 32px;
    padding-bottom: 24px;
    border-color: #ffffff;
    margin-bottom: -1px;
  }
  #modal-add-positions .modal-header,
  #modal-add-departments .modal-header,
  #modal-change-deal-setting .modal-header,
  #modal-config-form-communications-control .modal-header,
  #modal-config-theme-communications-control .modal-header{
    border-bottom: none;
  }
  #modal-add-form-communications-control .btn.item-save.btn-info {
    background-image: none;
    background-color: #196CA7;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 5px;
    box-shadow: none;
    width: max-content;
    margin-top: 48px;
    padding-top: 10px;
  }
  #modal-add-form-communications-control #tpl_text {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Inter';
  }
  #modal-employees-filter .to-row .controls{
    height: 48px;
  }
  #modal-employees-filter .to-row a:hover{
    background-color: #4789B9;
  }
  #modal-employees-filter .to-row a{
    background-image: none;
    background-color:#196CA7;
    box-shadow: none;
    height: 40px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 12px 8px 12px;
    font-weight: 600;
    font-family: 'Inter';
    border: none;
    box-shadow: none;;
  }
  #modal-edit-user .styled-gray-btn:hover {
    color: #196CA7;
  }
   #modal-edit-user .styled-gray-btn:hover,
  #modal-edit-user .styled-blue-btn:hover {
    text-decoration: none;
  }
  #modal-edit-company {
    background-color: #FFFFFF;
    margin-left: 20px;
    margin: 5%;
    border-radius: 5px;
  }
  #modal-edit-user .styled-blue-btn,
  #modal-add-employees .styled-blue-btn {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 600;
    padding: 11px 24px 11px 24px;
    width: min-content;
    vertical-align: middle;
    margin-top: 15px;
  }
  .parameter-subtitle {
    font-size: 14px;
    line-height: 20px;
    color: #363F48;
    font-family: 'Inter';
    margin-bottom: 20px;
  }
  #settings-subnets thead th {
    background-color: #F5F6FA; /* светло-голубой фон */
    color: #196CA7; /* тёмно-синий текст */
    font-weight: 600;
    text-align: left;
    font-size: 14px;
    padding-left: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    line-height: 20px;
    font-family: 'Inter';
  }
  
  #modal-edit-user {
    border-radius: 10px;
    height: max-content;
  }
  #modal-edit-user .select2.select2-container{
    width: 100% !important;
  }
  #modal-edit-user .business-process-container .control-group{
    width: 100%;
  }
  #modal-edit-user .business-process-container{
    display: flex;
    flex-direction: row;
    gap: 20px;
    grid-column: span 2;
    width: 100%;
  }
  #modal-edit-user select,
  #modal-edit-user input[type="text"] {
    width: 100% !important;
  }
  /* #modal-edit-user input, */
  #modal-edit-user select,
  #modal-add-employees input,
  #modal-add-employees select {
    width: 220px;
  }
  #modal-add-products .styled-gray-btn,
  #modal-edit-user .styled-gray-btn,
  #modal-add-employees .styled-gray-btn {
    font-size: 14px;
    line-height: 20px;
    color:#363F48;
    font-weight: 600;
    padding: 11px 24px 11px 24px;
    width: min-content;
    vertical-align: middle;
    margin-top: 15px;
    background-color: #E7E8EC;
    border-radius: 5px;
  }
  #modal-add-products .styled-gray-btn:hover {
    color: #196CA7;
  }
  #modal-add-products .styled-gray-btn {
    margin-top: 0;  
  }
  #modal-employees-filter .styled-blue-btn:hover {
    background-color: #4789B9;
  }
  #modal-employees-filter .styled-blue-btn {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 600;
    padding: 8px 12px 8px 12px;
    width: max-content;
    vertical-align: middle;
    margin-top: 15px;
    text-transform: none;
    text-shadow: none;
    font-family: 'Inter';
    padding: 10px 16px;
    text-transform: none;
    border:none;
    box-shadow: none;
  }
  #modal-employees-filter .to-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #modal-employees-filter .control-group {
    height: 40px;
  }
  #modal-edit-user {
    padding: 30px;
  }
  #modal-add-employees{
    max-height: 92%;
    bottom: 5%;
    border-radius: 5px;
    height: max-content;
  }
  
  #modal-add-employees,
  #modal-employees-filter {
    width: 824px;
    left: 50%;
    top: 50% !important;
    transform: translate(-50%, -50%);

  }
  #modal-employees-filter {
    overflow-y: hidden !important;
    height: 650px;
  }
  #modal-add-employees .modal-body .well.info{
    padding: 24px 0;
  }
  #modal-add-employees .modal-body{
    overflow-y: auto;
    overflow-x: hidden;
    height: 88%;
  }

  #modal-edit-user,
  #modal-add-employees .modal-title{
    padding-left: 0;
    padding-top: 0;
    border-radius: 10px;
  }
  #modal-add-employees .close{
    width: 20px;
    height: 20px;
  }
  #modal-add-employees .modal-header{
    padding: 0;
    border-color: #ffffff;
  }
  #modal-add-employees{
    background-color: #ffffff;
    padding: 30px;
  }
   #modal-add-employees .modal-body .well.info .row-fluid .select2.select2-container.select2-container--default,
   #modal-add-employees .modal-body .well.info .row-fluid .select2.a-btns-container.select2-container--default,
   #modal-add-employees .modal-body .well.info .row-fluid .select2-selection.select2-selection--single,
   #modal-add-employees .modal-body .well.info .row-fluid .select2-selection__rendered,
   #modal-add-employees .modal-body .well.info .row-fluid select,
   #modal-add-employees .modal-body .well.info .row-fluid input[type="text"] {
     width: 100% !important;
     border-color: #9197A5;
   }
  #modal-edit-user .modal-body .well.info .row-fluid .styled-checkbox-container label,
  #modal-add-employees .modal-body .well.info .row-fluid .styled-checkbox-container label {
    white-space: normal !important;
  }
  #modal-edit-user .modal-body .well.info .row-fluid select,
  #modal-edit-user .modal-body .well.info .row-fluid input,
  #modal-add-employees .modal-body .well.info .row-fluid select,
  #modal-add-employees .modal-body .well.info .row-fluid input {
    height: 40px;
  }
  #modal-edit-user .modal-body .well.info .row-fluid::after,
  #modal-edit-user .modal-body .well.info .row-fluid::before,
  #modal-add-employees .modal-body .well.info .row-fluid::after,
  #modal-add-employees .modal-body .well.info .row-fluid::before{
    display: none !important;
  }
  #modal-edit-user::-webkit-scrollbar,
  #modal-add-employees::-webkit-scrollbar {
    display: none;
  }
  #modal-edit-user .modal-body .well.info .row-fluid,
  #modal-add-employees .modal-body .well.info .row-fluid{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px 20px;
    margin-bottom: 24px;
  }
    #modal-add-employees .modal-footer{
      padding-top: 9px;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0;
      border-color: #ffffff;;
    }
    #modal-add-employees .modal-body .well.info .row-fluid{
      margin-bottom: 0;
    }
  #modal-add-products .modal-body .control-group {
    height: 40px;
    width: 100%;
  }
  #modal-add-products .modal-footer {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
  }
  #modal-add-products .modal-body select {
    width: 100%;
  }
  #modal-add-products .modal-body {
    background-color: #ffffff;
    border-color: none;
  }
  #modal-add-products .modal-body .well.info .row-fluid,
  #modal-add-products .modal-body .well.info .row-fluid >div .controls{
    max-width: 100%;
    width: 100%;
  }
  #modal-add-products .modal-body .well.info .row-fluid >div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px 20px;
  }
  #modal-add-products .modal-body .well.info{
    height: max-content;
    border-color: #ffffff;
    box-shadow: none;
    background-color: #ffffff;
    padding-top: 0;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  #modal-edit-user .modal-body .well.info,
  #modal-add-employees .modal-body .control-group {
    height: 40px;
  }
  #modal-add-employees .modal-body .well.info {
    background-color: #ffffff;
    box-shadow: none;
    border: none;
    display: grid;
    margin-bottom: 0;
    padding-bottom: 15px !important;
  }
  #modal-edit-user .modal-footer  .styled-blue-btn,
  #modal-add-employees .modal-footer  .styled-blue-btn{
    cursor: pointer;
  }
  #modal-edit-user .modal-footer::after,
  #modal-edit-user .modal-footer::before,
  #modal-add-products .modal-footer::after,
  #modal-add-products .modal-footer::before,
  #modal-add-employees .modal-footer::after,
  #modal-add-employees .modal-footer::before  {
    display: none;
  }
  #modal-add-products .modal-footer,
  #modal-edit-user .modal-footer,
  #modal-add-employees .modal-footer  {
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-color: #ffffff;
    margin-top: -1px;
  }
 
  #modal-edit-user .modal-body .well.info br,
  #modal-edit-user .modal-body .well.info h4,
  #modal-add-employees .modal-body .well.info br,
  #modal-add-employees .modal-body .well.info h4 {
    display: none;
  }
  #modal-employees-filter.in,
  #modal-add-positions.in,
  #modal-add-departments.in,
  #modal-change-deal-setting.in,
  #modal-add-deal-setting.in,
  #modal-config-form-communications-control.in,
  #modal-add-form-communications-control.in,
  #modal-config-theme-communications-control.in,
  #modal-add-theme-communications.in,
  #modal-add-category.in,
  #modal-product-categories-filter.in,
  #modal-add-products.in,
  #modal-add-deal-reasons.in,
  #modal-add-fields-settings.in,
  #modal-add-remove-reason.in,
  #modal-add-extra-fields.in,
  #modal-add-tags.in,
  #modal-add-data-sources.in,
  #modal-edit-user.in,
  #modal-add-info-sources.in {
    padding: 0;
  }
  #modal-config-form-communications-control #accept-config-form-communication-control {

    margin-left: auto;
    min-width: 180px;
    display: flex;
    align-self: center;
    justify-content: center;
  }
  #modal-config-form-communications-control,
  #modal-add-positions,
  #modal-add-departments,
  #modal-change-deal-setting,
  #modal-add-deal-setting,
  #modal-config-form-communications-control,
  #modal-add-form-communications-control,
  #modal-config-theme-communications-control,
  #modal-add-theme-communications,
  #modal-add-category,
  #modal-product-categories-filter,
  #modal-add-products,
  #modal-add-deal-reasons,
  #modal-add-fields-settings,
  #modal-add-remove-reason,
  #modal-add-extra-fields,
  #modal-add-tags,
  #modal-add-data-sources,
  #modal-edit-user,
  #modal-add-info-sources {
    width: 400px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 400px;
    
  }
  #modal-edit-user:has(#deal_status_id) .modal-body .well.info{
    height: max-content;
  }
  #modal-edit-user:has(#deal_status_id) .modal-header,
  #modal-edit-user:has(#deal_status_id) .modal-body {
    position: unset;
  }
  #modal-edit-user:has(#deal_status_id) .modal-body {
    height: 500px;
    overflow-y: auto;
    padding-right: 16px;
  }
  #modal-edit-user:has(#deal_status_id) {
    width: 700px;
    max-width: 700px;
  }
  #modal-edit-user {
    padding: 30px !important;
    top: 40% !important;
    width: 500px;
    max-width: 500px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #modal-change-deal-setting .modal-body label {
    max-width: 210px;
  }
  #modal-add-positions .modal-body input[type="submit"],
  #modal-add-departments .modal-body input[type="submit"],
  #modal-change-deal-setting .modal-body input[type="submit"],
  #modal-add-deal-setting .modal-body input[type="submit"] {
    width: max-content;
    margin-left: auto;
    margin-right: 0;
    padding: 11px 24px 11px 24px ;
  } 
  #modal-add-deal-setting .to-row{ 
    gap: 20px;
  }
  #modal-change-deal-setting,
  #modal-add-deal-setting {
    width: max-content;
  }
  #modal-config-form-communications-control #accept-config-form-communication-control,
  #modal-config-theme-communications-control #accept-config-theme-communication-control{
    width: max-content;
    color:#ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Inter';
    margin-top: 48px;
    border: none !important;
    box-shadow: none !important;
  }
  #modal-config-form-communications-control span,
  #modal-config-theme-communications-control span {
    font-size: 14px;
    line-height: 20px;
    color: #363F48;
    font-family: 'Inter';
    margin-bottom: 16px;
  }
  #modal-add-form-communications-control{
    width: 425px !important;
    max-width: 425px !important;
  }

  #modal-config-theme-communications-control{
    width: 500px;
    max-width: 500px;
    height: max-content;
  }
  .to-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 24px;
  }
  .to-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 24px;
  }
  .to-grid-200 {
    display: grid;
    grid-template-columns: 1fr 200px;
    gap: 20px;
  }

  #open-add-categories {
    margin-left: 10px;
    height: 20px;
    background-color: #ffffff;
    color: #196CA7;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Inter';
    border: none;
    box-shadow: none;
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 16px;
  }
  #open-products-categories-filter,
  #modal-product-categories-filter button {
    width: max-content;
    padding: 11px 24px 11px 24px;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Inter';
  }
  #modal-product-categories-filter input,
  #modal-product-categories-filter select{
    width: 240px;
  }
  #modal-product-categories-filter {
    width: max-content;
  }
  .styled-select{
    height: 40px;
    padding-left: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: max-content;
  }
  .styled-blue-btn span{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Inter';
    color: #ffffff;
  }
  #tableitems_staff_wrapper a.styled-blue-btn {
    width: max-content;
    padding: 10px 24px 10px 24px;
  }
  .styled-blue-btn:hover {
    background-color: #4789B9 !important;
  }
  .styled-blue-btn {
    display: flex;
    gap: 10px;
    height: 40px;
    border-radius: 5px;
    background-color: #196CA7;
    padding: 10px 16px 10px 16px;
  }

  input.styled-blue-btn {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Inter';
    color: #ffffff;
    border: none !important;
    box-shadow: none !important;
  }
  
  .styled-accordion-container.active .accordion-content .one-accorrdion-row.half-accord .bar-text span{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Inter';
    color: #595F6B;
  }
  .styled-accordion-container.active .accordion-content .one-accorrdion-row.half-accord .bar-text span.counts{
    white-space: nowrap;
  }
  .styled-accordion-container.active .accordion-content .one-accorrdion-row.half-accord .bar-text {
    margin-bottom: 16px;
  }
  .styled-accordion-container.active .accordion-content .one-accorrdion-row.half-accord {
    display: grid !important; 
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    width: 100%;
    margin-top: 24px;
  }
  .one-accorrdion-row.half-accord .bar-content .progress .bar{
    background-color: #8DCC74;
    background-image: none;
    border-radius: 10px;
  }
  .to-row {
    display: flex;
    flex-direction: row;
  }
  .one-accorrdion-row.half-accord .bar-content .progress.progress-danger .bar{
    background-color: #FD4D5C;
  }
  .one-accorrdion-row.half-accord .bar-content .progress{
    width: 100%;
    background-color: #E7E8EC;
    box-shadow: none;
    border: none;
    border-radius: 10px;
    height: 8px;
  }
  .one-accorrdion-row.half-accord .bar-content {
    display: flex;
    flex-direction: column;
  }
  .one-accorrdion-row.half-accord .bar-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .styled-page-toggle-btn span{
    color: #363F48;
    font-size: 14px;
    line-height: 10px;
    font-weight: 600;
    color: #363F48;
    font-family: 'Inter';
  }
  .styled-page-toggle-btn:hover {
    text-decoration: none !important;
  }
  .styled-page-toggle-btn {
    height: 40px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: none;
    background-color: #F5F6FA;
    border-bottom: 3px solid #E7E8EC;
    padding: 10px 24px 10px 24px ;
    text-decoration: none !important;
    display: flex;
    align-items: center;
  }
  .styled-page-toggle-btn.active span{
    color: #196CA7;
  }
  #company-profile-wrapper .dataTables_wrapper .top .styled-blue-btn{
    margin-top: 10px;
  }
  #company-profile-wrapper .dataTables_length label {
    margin-top: -5px;
  }
  #company-profile-wrapper .dataTables_length label select{
    height: 40px;
  }
  .styled-page-toggle-btn.active:hover {
    background-color: #e8f0f6c2 !important;
  }


  .styled-page-toggle-btn:hover {
    background-color: #e8f0f6c2;
  }
  .styled-page-toggle-btn.active {
    border-bottom: 3px solid #196CA7 !important;
  }

/* new end================================================ */
#modal-add .modal-body{
  overflow-x: hidden;
}
.page-top #add-client-btn {
  color: #ffffff !important;
}
#modal-add #deal-prone-check-container {
  margin-left: 0;
}
#modal-add #deal-prone-check-container  .row-fluid.phonemail:after,
#modal-add #deal-prone-check-container  .row-fluid.phonemail:before {
  display: none;
}

#modal-add #deal-prone-check-container  .control-group,
#modal-add #deal-prone-check-container  .row-fluid.phonemail .control {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
#modal-add .alert-success #deal-prone-check-container {
  width: 40% !important;
}
#modal-add .alert-success #deal-prone-check-container .styled-checkbox{
  border-radius: 4px;
}
#modal-add .alert-success #deal-prone-check-container .control-label{
  padding-top: 6px;
  border-radius: 3px;
}
#widgetsbody table.table.stripped td{
  line-height: 20px;
  vertical-align: middle !important;
}
.newWidgetTable #sum_time{
  display: none;
}

.newWidgetTable .dataTables_length.after-render .limit-select {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    border: 1px solid #9197A5;
    border-radius: 4px;
    width: max-content;
    min-width: 170px;
    font-family: 'Inter';
}
.newWidgetTable .dataTables_length.after-render #top-tableitems-paginate{
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 3px;
}
.newWidgetTable .dataTables_length.after-render .action-button.centered{
  display: flex;
  box-shadow: none !important;
}
.newWidgetTable .dataTables_length.after-render {
  display: flex !important;
}
.newWidgetTable .dataTables_length.after-render #create-new-widget-btn-anchor:hover {
    background-color: #2383C8 !important;
  }
.newWidgetTable .dataTables_length.after-render #create-new-widget-btn-anchor{
  display: flex;
  margin-left: 0;
}
.newWidgetTable .dataTables_length.after-render label:has( .select2-hidden-accessible){
  display: none !important;
}
.newWidgetTable .dataTables_paginate{
  justify-content: end;
}
.newWidgetTable #tableitems_length .limit-buttons span{
  white-space: nowrap;
}
.newWidgetTable #tableitems_length .limit-buttons{
  margin-left:0;
}
.newWidgetTable .dataTables_length.after-render .dataTables_paginate{
  margin-top: 0;
  width: max-content;
}
.newWidgetTable .dataTables_filter.after-render{
  display: none;
}
.newWidgetTable .dataTables_length.after-render{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
  gap: 20px 14px;
  flex-wrap: wrap;
  
}
.newWidgetTable .dataTables_length.after-render #widgetFilterReset:hover {
  background-color: #2383C8 !important;
}
.after-render #widgetFilterReset  {
  display: none;
  background-image: none;
  background-color: #196CA7;
  border: none;
  box-shadow: none;
  border-radius: 5px;
  padding: 10px 18px;
  min-width: 170px;
  width: max-content;
  white-space: nowrap;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Inter';
}
.after-render #create-new-widget-btn-anchor  {
  display: flex !important;
}
#create-new-widget-btn-anchor  {
  display: none;
  background-image: none;
  background-color: #196CA7;
  /* margin-bottom: 15px; */
  padding: 10px 24px 10px 24px ;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  width: max-content;
  color: #ffffff;
  font-weight: 600;
  font-family: 'Inter';
  white-space: nowrap;
  box-shadow: none !important;
}
.alert-info.client-company .row-fluid div .btn.btn-success.add_customer_company.bank_reqs:focus,
.alert-info.client-company .row-fluid div .btn.btn-success.add_customer_company.bank_reqs:hover {
  background-color: #ffffff !important;
}

.alert-info.client-address .addit_data {
  padding-left: 0 !important;
}

#modal-editplus .alert.alert-info.client-address .select2-container .select2-selection--single,
#modal-editplus .alert.addit_data .select2-container .select2-selection--single {
  border-color: #cccccc !important;
}
#modal-edit .alert.addit_data .well.span12,
#modal-editplus .alert.addit_data .well.span12,
#modal-add .alert.addit_data .well.span12 {
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
  border: none;
  width: 100%;
  box-shadow: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#modal-editplus.in {
  display: flex;
  flex-direction: column;
}
#modal-editplus .alert.addit_data .well.span12 h4,
#modal-add .alert.addit_data .well.span12 h4 {
  width: 100%;
}
#modal-edit .alert.addit_data .well.span12 .control-group,
#modal-editplus .alert.addit_data .well.span12 .control-group,
#modal-add .alert.addit_data .well.span12 .control-group{
  width: 300px;
}
#modal-add .alert.addit_data .well.span12 .control-group select,
#modal-add .alert.addit_data .well.span12 .control-group textarea,
#modal-add .alert.addit_data .well.span12 .control-group input[type="text"] {
  height: 40px;
}

#modal-add .alert.addit_data {
  padding-right: 0;
}

#modal-add .alert.alert-info.client-address .alert-danger {
  padding-left: 0;
  padding-right: 0;
}
#modal-add .alert.alert-info.client-address .alert-danger .row-fluid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  width: 100%;
}
#modal-add .alert.alert-info.client-address .alert-danger .row-fluid .control-group {
  margin-left: 0;
}
#modal-add  .alert-info .alert-alert > div .control-group .controls .help-block{
  margin-top: 0;
}
#modal-add  .alert-info .alert-alert > div .control-group .controls{
  display: flex;
  flex-direction: column;
}
#modal-add  .alert-info .alert-alert > div .control-group{
  min-width: 240px;
  margin-bottom: 0;
}
#modal-add  .alert-info .alert-alert > div .span3{
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;

}
#modal-add  .alert-info .alert-alert > div{
  flex-wrap: wrap;

}
#modal-add  .alert-info .alert-alert {
  padding-left: 0;
}
#modal-add .control-group.no-margin.form-horizontal.reset-to-block {
  justify-content: start;
}
#modal-add textarea.reset-to-block {
  height: 40px;
}
#modal-add .controls.reset-to-block span.add-on {
  padding-left: 5px;

}

#modal-edit #customer_primary_data_edit .row-fluid.form-horizontal .span2.phonemail {
  display: flex;
  flex-direction: column;
  gap: 0;
}
#modal-edit #customer_primary_data_edit .row-fluid.form-horizontal .span2.phonemail div{
  margin-bottom: 0;
}

#modal-edit #customer_primary_data_edit {
  margin-bottom: 0;
}

#modal-edit .btn.btn-success.add_customer_company.bank_reqs {
  margin-top: 0;
}

#modal-edit .alert.alert-success {
  padding-bottom: 0;
}
#modal-edit .alert.alert-info.client-company,
#modal-edit #birth_date,
#modal-edit #birth_date input  {
  padding-top: 0;
}
#modal-edit #birth_date {
  width: 88%;
}

#modal-edit #birth_date input,
#modal-edit #birth_date span  {
  margin-top: -1px;
}
#modal-edit .alert.alert-alert .row-fluid .form-horizontal.flex {
  display: flex;
  flex-direction: row;
}
#modal-edit .alert.alert-alert .row-fluid .form-horizontal.flex textarea {
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
}
#modal-edit .alert-alert .control-group.add-client-address span{
  width: 100% !important;
}

#modal-edit .alert.alert-alert .well.span12 {
  padding-left: 0;
  padding-right: 0;
  margin-left: -10px;
  background-color: #fff;
  border: none;
  width: 100%;
  box-shadow: none;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
}
#modal-edit .alert.alert-alert .well.span12 h4 {
  width: 100%;
}
#modal-edit .alert.alert-alert .well.span12 .control-group{
  width: 300px;
}
#modal-widget-filter .modal-body .controls-row::after,
#modal-widget-filter .modal-body .controls-row::before {
  display: none;
}
#modal-widget-filter .modal-body .controls-row input{
  height: 40px;
  width: 240px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Inter';
  padding: 10px 14px;
  border-color: #9197A5 !important;
}
#modal-widget-filter .line-divider {
  background-color: #F5F6FA;
  width: 100%;
  height: 1px;
  margin: 30px 0;
}
.newWidgetTable #tableitems_wrapper table.table-striped.dataTable.no-footer {
    border-collapse: collapse;
    width: 100% !important;
    overflow-x: auto;

}
.newWidgetTable #tableitems_wrapper table.table-striped.dataTable.no-footer thead tr th {
  background: none;
  background-color: #E7E8EC !important;
  color: #363F48;
  font-weight: 600 !important;
  justify-content: space-between;
  white-space: nowrap;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 18px;
}
#modal-widget-filter #dtReloadBtn {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  background-image: none;
  background-color: #196CA7;
  padding: 10px 24px 10px 24px ;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  width: max-content;
  color: #ffffff;
  font-weight: 600;
  font-family: 'Inter';
  white-space: nowrap;
  border-radius: 5px;
  border: none;
  border-color: none !important;
  box-shadow: none;
}
#modal-widget-filter .select2-container--default .select2-selection--single .select2-selection__rendered[title="Тип"] {
    color: #9197A5 !important; /* Задай нужный цвет */
}
#modal-widget-filter .select2-container--default .select2-selection--single .select2-selection__rendered[title="Статус"] {
    color: #9197A5 !important; /* Задай нужный цвет */
}
#modal-widget-filter .online-filter.select2-select {
  width: 240px !important;
}
#modal-widget-filter .modal-body .controls-row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
#modal-widget-filter .modal-body .accordion-inner,
#modal-widget-filter .modal-body .accordion-group{
  border: none;
  padding: 0;
}
#modal-widget-filter .modal-content .modal-title{
  color: #196CA7;
  font-size: 24px;
  line-height: 24px;
}
#modal-widget-filter .modal-content .btn.btn-info.pull-right:hover{
  text-decoration: underline;
}
#modal-widget-filter .modal-content .btn.btn-info.pull-right{
  background-image: unset;
  background-color: #ffffff;
  color: #9197A5;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Inter';
  box-shadow: none !important;
  border: none !important;
  text-shadow: none !important;
}
#newWidgetsWrapper .mainTitle{
  color: #196CA7;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  font-family: 'Inter';
}
#newWidgetsWrapper {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
  margin-top: 40px;
}
#modal-widget-filter .modal-content > div .close svg path{
  fill: #196CA7 !important;
}
#modal-widget-filter .modal-content > div{
  position: absolute;
  right: 0;
  top: 0;
  gap: 5px !important;
}
#modal-widget-filter .modal-content{
  padding: 0 0 30px 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  position: relative;
}
#modal-widget-filter {
  max-width: 822px;
  width: 822px;
  min-width: 300px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-45%, -50%);
  max-width: 822px;
  margin: 0;
  background-color: #ffffff;
  border-radius: 10px;
  height: max-content;
  padding: 30px;
}
#modal-edit .alert.alert-alert .well.span12 .control-group select,
#modal-edit .alert.alert-alert .well.span12 .control-group textarea,
#modal-edit .alert.alert-alert .well.span12 .control-group input[type="text"] {
  height: 40px;
}
div.error-icon {
  width: 20px !important;
}
#modal-edit .alert.alert-alert {
  padding-right: 0;
}
#modal-edit .alert.alert-alert::after {
  display: none;
}
#modal-addcomm .modal-footer .btn.btn-warning:hover{
  color: #196CA7 !important;
}
#modal-addcomm .modal-footer .btn.btn-warning {
  background-image: none;
  background-color: #E7E8EC;
  height: 40px;
  border-radius: 5px;
  padding: 10px 12px 10px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #363F48;
  font-weight: 600;
  font-family: 'Inter';
  text-shadow: none;
}

#modal-addcomm .modal-footer .btn.btn-success.form-submit:hover {
  background-color: #4789B9;
}
#modal-addcomm .modal-footer .btn.btn-success.form-submit {
  background-image: none;
  background-color: #196CA7;
  height: 40px;
  border-radius: 5px;
  padding: 10px 12px 10px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 600;
  font-family: 'Inter';
  box-shadow: none !important;
  border:none !important
}
#modal-addcomm .modal-footer::before,
#modal-addcomm .modal-footer::after {
  display: none;
}
#modal-addcomm .modal-footer{
  background-color: #ffffff;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#modal-filter .modal-content::-webkit-scrollbar {
  display: none;
}
#modal-filter {
  overflow-y: scroll;        /* включаем вертикальный скролл */
  scrollbar-width: none;     /* Firefox */
  -ms-overflow-style: none;  /* IE/Edge */
}
#modal-addcomm .modal-body {
  padding-left: 15px;
  padding-right: 15px;
}
#modal-addcomm .modal-body .row-fluid .form-horizontal .with-date-and-label .with-date div{
  display: flex;
  flex-direction: row;
}
#modal-addcomm .modal-body .row-fluid .form-horizontal .with-date-and-label {
  display: flex;
  flex-direction: column;
}
#modal-addcomm .modal-body .row-fluid .form-horizontal label {
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #363F48;
  font-family: 'Inter';
}
#modal-addcomm .modal-body .row-fluid::after,
#modal-addcomm .modal-body .row-fluid::before{
  display: none;
}
#modal-addcomm .modal-footer{
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#modal-addcomm .modal-header{
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
#modal-addcomm .modal-body{
  background-color: #ffffff;
}
#modal-addcomm {
  margin-left: 10%;
  border: 1px solid #E7E8EC;
}

#trends-wrapper #dataBox .to-one-line span.small-text-span{
  width: min-content;
  font-size: 14px;
  line-height: 48px;
  padding-left: 5px;
  padding-right: 5px;
}
#trends-wrapper #dataBox .to-one-line.small{
  font-size: 14px;
  line-height: 48px;
}
#trends-wrapper #dataBox .to-one-line {
  display: flex;
  flex-direction: row;
  margin-top: -17px;
  justify-content: center;
}
#trends-wrapper #dataBox table tr td.center span.small-text-span {
 display: inline;
}
.analytics-tables-info-wrapper #modal-analytics-btn,
.analytics-tables-info-wrapper #export-to-excel,
#trends-wrapper #modal-analytics-btn,
#trends-wrapper #export-to-excel {
  width: 170px;
}
#trends-wrapper .table.table-bordered tbody tr th {
  border-radius: 0;
}
#modal-edit .modal-body  .btn.btn-success.add_customer_company.with-padding {
  padding-left: 0;
}
#modal-edit .modal-body  .control-group #birth_date input{
  width: calc(100% - 40px);
}
#modal-edit .modal-body  .alert{
  padding-left: 0 !important;
}
#modal-edit .modal-body  {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100% - 70px);
}
#modal-edit .modal-body  #form-task-add .well.info #start_stamp .btn.add-on{
  margin-left: 0;
}
#modal-edit .modal-body  #form-task-add .well.info #start_stamp{
  display: flex;
  flex-direction: row;
}
#modal-edit .modal-body  #form-task-add .well.info #tasktype1 .alert.alert-info{
  padding-left: 0;
}
#modal-edit .modal-body  #form-task-add .well.info{
  background-color: #ffffff;
  border: none;
  box-shadow: none;
}

#modal-edit .modal-footer a.btn.btn-warning {
  padding-top: 6px;
}

#modal-add .modal-footer,
#modal-edit .modal-footer {
  background-color: #ffffff;
  padding-top: 0;
}
#modal-add .modal-footer a,
#modal-edit .modal-footer a{
  display: none;
}
#modal-add .modal-footer button:hover,
#modal-edit .modal-footer button:hover{
  background-color: #4789B9 !important;
}
#modal-add .modal-footer button,
#modal-edit .modal-footer button{
  background-color: #196CA7 !important;
  color: #fff !important; 
}
#modal-edit .modal-footer {
  border: none;
}
#modal-editplus #external_interfaces_div .title-row,
#modal-add #external_interfaces_div .title-row{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 24px;
}
#modal-add #external_interfaces_div {
  padding-left: 0;
}

#add-client-btn {
  text-decoration: none;
}
#user-info-wrapper #user-info-table {
  margin-top: 20px;
}
#user-info-table td:first-child,
#user-info-table th:first-child {
  width: 228px;
  color: #9197A5;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Inter';
}
#user-info-table td:last-child,
#user-info-table th:last-child {
  color: #363F48;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Inter';
}
#user-info-wrapper div {
  background-color: #ffffff;
}
#user-info-wrapper #additChapter {
  margin-top: 20px;
  border-collapse: collapse;
}
#user-info-wrapper select,
#user-info-wrapper .passChanger {
  flex: 1 1 150px;
  max-width: 315px;
  min-width: 150px;
  width: 100%;
}
#user-info-wrapper #passInfoText {
  font-size: 14px;
  line-height: 20px !important;
  font-family: 'Inter';
  color: #363F48;
}
#user-info-wrapper #changePassWrapper,
#user-info-wrapper #favorits {
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: 4px;
}

#user-info-wrapper #additParams-container {
  display: flex;
  flex-direction: column;
}
#user-info-wrapper .alert {
  padding: 30px;
  border-radius: 4px;
}
#user-info-wrapper .muted {
  color: #363F48;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Inter';
}
#user-info-wrapper #additionalOptions {
  table-layout: auto;
  width: 100%;
}
#user-info-wrapper #additionalOptions td:first-child,
#user-info-wrapper #additionalOptions td:last-child {
  width: 50%;
}
#user-info-wrapper #additionalOptions td:first-child {
  max-width: 415px;
}
#user-info-wrapper #additionalOptions td:last-child {
  max-width: 415px;
}
#user-info-wrapper #additionalOptions td {
  text-align: left;
  padding: 10px;
}
#user-info-wrapper #additionalOptions tr,
#user-info-wrapper #additionalOptions td,
#user-info-wrapper #additionalOptions th,
#user-info-wrapper #additionalOptions a,
#user-info-wrapper #changePasswordUser tr,
#user-info-wrapper #changePasswordUser td,
#user-info-wrapper #changePasswordUser th,
#user-info-wrapper #changePasswordUser a {
  border: none !important;
}
#user-info-wrapper #changePasswordUser td,
#user-info-wrapper #changePasswordUser th {
  vertical-align: middle;
}
#user-info-wrapper #changePasswordUser td:last-child,
#user-info-wrapper #changePasswordUser th:last-child {
  text-align: right;
}
#user-info-wrapper #additionalOptions td:first-child,
#user-info-wrapper #additionalOptions th:first-child,
#user-info-wrapper #additionalOptions td:last-child,
#user-info-wrapper #additionalOptions th:last-child,
#user-info-wrapper #changePasswordUser td:first-child,
#user-info-wrapper #changePasswordUser th:first-child {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Inter';
  color: #363F48;
}
#user-info-wrapper #additChapter td,
#user-info-wrapper #additChapter th,
#user-info-wrapper #additionalOptions td,
#user-info-wrapper #additionalOptions th {
  padding-top: 12px;
  padding-bottom: 12px;
}
#user-info-wrapper #avalRights tbody > tr:nth-child(odd) > td{
  background-color: #ffffff;
}
#user-info-wrapper #avalRights {
  margin-top: 20px;
}
#user-info-wrapper #changePasswordUser input[type="password"] {
  height: 32px;
  margin-bottom: 0;
  margin-top: auto;
}
#user-info-wrapper #avalRights td:first-child,
#user-info-wrapper #avalRights th:first-child {
  color: #9197A5;
}
#user-info-wrapper input.styled-blue-btn-2:hover {
  background-color: #4789B9 !important;
}
/* body:has(#dealsnew-canban) {
  max-width: 100vw;
  overflow-x: hidden;
} */
#user-info-wrapper input.styled-blue-btn,
#user-info-wrapper input.styled-blue-btn-2 {
  width: 124px;
  height: 40px;
  line-height: 15px !important;
  background-image: none;
  background-color: #196CA7 !important;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Inter';
  border-radius: 5px;
  text-align: center;
  box-shadow: none;
  border: none;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#user-info-all-container #page-title {
  margin-bottom: 30px;
  color: #196CA7;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  font-family: 'Inter';
}
.summary-container {
  display: none;
}
#user-info-all-container .row-fluid::after,
#user-info-all-container .row-fluid::before{
  display: none;
}
#user-info-all-container {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
  margin-top: 40px;
}

#user-info-wrapper input.styled-blue-btn:hover {
  background-color: #4789B9 !important;
}
#user-info-wrapper input.styled-blue-btn {
  width: max-content;
  padding-left: 24px;
  padding-right: 24px;
}

#user-info-wrapper #additChapter thead th {
  background-color: #F5F6FA;
  border-right: 1px solid #D1E2ED !important;
  color: #196CA7;
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 600 !important;
  font-family: 'Inter' !important;
}
#user-info-wrapper #user-info-table tr,
#user-info-wrapper #user-info-table td,
#user-info-wrapper #user-info-table th,
#user-info-wrapper #user-info-table a {
  border: none !important;
}
#user-info-wrapper #additChapter tr th,
#user-info-wrapper  #additChapter tr td {
    border-right: 1px solid transparent;
}
#user-info-wrapper #additChapter tbody tr td {
  border-right: 1px solid #F5F6FA !important
}
#user-info-wrapper #additChapter tbody tr td {
  background-color: #ffffff;
}
#user-info-wrapper #additChapter tr th:last-child,
#user-info-wrapper #additChapter tr td:last-child {
    border-right: none;
    border-left: 0;
}

#user-info-wrapper .info-title{
  font-size: 16px;
  line-height: 20px;
  font-family: 'Inter';
  font-weight: 600 !important;
  color: #363F48;
}
#user-info-wrapper select{
  height: 32px;
}
#user-info-wrapper #additParams-container input[type="checkbox"]:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 4px;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  transform: translate(-50%, -50%) rotate(135deg);
  box-sizing: border-box;
}
#user-info-wrapper #additParams-container input[type="checkbox"]:checked{
  background-color: #196CA7;
  border-color: #196CA7;
}
#user-info-wrapper #additParams-container input[type="checkbox"]{
  background-color: #F5F6FA;
  border: 1px solid #9197A5;
}
#user-info-wrapper #additParams-container .info-title{
  margin-bottom: 20px;
}
#user-info-wrapper .title-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#user-info-wrapper .info-container {
  border: 1px solid #E7E8EC;
}
#user-info-wrapper .accordion-info .title-container{
  cursor: pointer;

}
#user-info-wrapper .accordion-info {
  border: 1px solid #75AED7;
}
#user-info-wrapper .accordion-info .accordion-icon {
  transform: rotate(180deg); 
  transition: transform 0.3s;
  margin-top: 5px;
}

#user-info-wrapper .accordion-info.open .accordion-icon {
  transform: rotate(0deg);
}
#user-info-wrapper {
  display: flex;
  flex-direction: row;
  gap: 30px;
  
}
#view-content.tasks20Wrapper .n_deal_lead_block_selector strong {
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  font-family: 'Inter';
  color: #363F48;
}
#view-content.tasks20Wrapper .n_deal_lead_block_selector .company-name-container div:first-child,
#view-content.tasks20Wrapper .n_deal_lead_block_selector .client-name-container div:first-child {
  width: 60px;
}
#view-content.tasks20Wrapper .n_deal_lead_block_selector .client-name-container,
#view-content.tasks20Wrapper .n_deal_lead_block_selector .client-name-container {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-bottom: 8px;
}
#view-content.tasks20Wrapper .n_deal_lead_block_selector .name-container,
#view-content.tasks20Wrapper .n_deal_lead_block_selector .date-container {
  margin-bottom: 8px;
}
#task-chapter-wrapper .n_task_control_block {
  width: min-content;
  padding: 30px;
}
#task-chapter-wrapper .n_task_container #n-task-addtask:hover{
  background-color: #4789B9;
}
#task-chapter-wrapper .n_task_container #n-task-addtask span{
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Inter';
}
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-left.timepicker-orient-top.open .bootstrap-timepicker-minute,
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-left.timepicker-orient-top.open .bootstrap-timepicker-hour {
  width: 40px;
  height: 30px;
}
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-left.timepicker-orient-top.open {
  z-index: 2800 !important;
  width: 125px;
}
#task-chapter-wrapper #view-toggle-container .n_task_view_item{
  width: 32px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#task-chapter-wrapper #view-toggle-container {
  background-color: #F5F6FA;
  padding: 2px;
  border-radius: 5px;
}
#modal-filter-tasks-new .modal-header{
  margin-bottom: 0;
  padding-left: 30px;
  padding-top: 30px;
  padding-right: 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#modal-filter-tasks-new .modal-body #nt-filter-param-low-part {
  width: 100%;
}
#modal-filter-tasks-new .modal-body .filter-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#modal-filter-tasks-new .modal-body #nt-filter-param-selects .nt-filter-small-item {
  width: 100%;
  margin-bottom: 0;
}

#modal-filter-tasks-new .modal-body .nt-filter-big-item {
    display: inline-flex;
    align-items: center;
    padding-left: 26px;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    border-bottom: none;
}
#modal-filter-tasks-new .modal-body .task-btn.task-btn-small:hover {
  background-color: #4789B9;
}
#modal-filter-tasks-new .modal-body .task-btn.task-btn-small {
  width: 240px;
  height: 40px;
  border-radius: 5px;
  background-color: #196CA7;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  font-family: 'Inter';
  text-transform: capitalize;
}
#modal-filter-tasks-new .modal-body .nt-filter-big-item:hover::before {
  background-color: #E8F0F6;}
#modal-filter-tasks-new .modal-body .nt-filter-big-item::before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #9197A5;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-70%);
    background-color: #F5F6FA;
}
#modal-filter-tasks-new .modal-body .search-input-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}
#modal-filter-tasks-new .modal-body .search-icon {
	position: absolute;
	left: 8px;
  top:8px;
	pointer-events: none;
}

#modal-filter-tasks-new .modal-body .search-box {
	padding-left: 28px; /* место под иконку */
	height: 32px;
	width: 100%;
}
#modal-filter-tasks-new .modal-body .nt-dropdown-list-item-name {
  display: flex;
  align-items: end;
}
#modal-filter-tasks-new .modal-body .nt-dropdown-title-name {
  display: flex;
  align-items: center;
}
#modal-filter-tasks-new .modal-body .nt-dropdown-list-item {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Inter';
  padding: 8px 16px 8px 16px;
  vertical-align: center;
}
#modal-filter-tasks-new .modal-body .nt-dropdown-list-item.check-all .nt-dropdown-list-item-name {
  color:#363F48;
  font-weight: 600;
}
#modal-filter-tasks-new .modal-body .nt-dropdown-list-item label {
  gap: 12px
}
#modal-filter-tasks-new .modal-body .nt-dropdown-title-name {
  margin-left: 0;
}
#modal-filter-tasks-new .modal-body .nt-dropdown-title {
  gap: 12px;
}
#modal-filter-tasks-new .modal-body .nt-filter-big-item.active:hover::before {
  box-shadow: inset 0 0 0 4px #E8F0F6;
}
#modal-filter-tasks-new .modal-body .nt-filter-big-item.active::before {
    background-color: #196ca7;
    /* border-color:#196ca7; */
    box-shadow: inset 0 0 0 4px #F5F6FA;
}

#modal-filter-tasks-new .modal-body .styled-checkbox{
  background-color: #F5F6FA;
}
#modal-filter-tasks-new .modal-body .styled-checkbox:checked{
  background-color: #196CA7;
}
#modal-filter-tasks-new .modal-body #nt-filter-param-selects,
#modal-filter-tasks-new .modal-body #nt-filter-param-checkboxes{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
#modal-filter-tasks-new .modal-body .nt-filter-params{
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#modal-filter-tasks-new .modal-header .modal-title{
  padding-left: 0;
  padding-top: 0;
}
#modal-filter-tasks-new .modal-header .close #close-button{
  display: flex;
  align-items: start;
}
#modal-filter-tasks-new .modal-header .close #filter-clear:hover{
  color: #75AED7;
}
#modal-filter-tasks-new .modal-header .close #filter-clear{
  border: none;
  color: #196CA7;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: 'Inter';
  text-decoration: underline;
  padding-top: 0;
  text-transform:capitalize;
}
#modal-filter-tasks-new .modal-header .close{
  display: flex;
  flex-direction: row;
  width: min-content;
  /* margin-right: 75px; */
  gap: 16px;
  align-items:start;
}
#modal-filter-tasks-new .modal-body{
  height: max-content !important;
  max-height: max-content !important;
  min-height: max-content !important;
  background-color: #ffffff;
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#modal-filter-tasks-new {
  left: 30% !important;
  margin-left: 0 !important;
  width: 691px !important;
  padding: 30px 15px 30px 30px;
  /* height: 409px !important; */
}
#newtask .n-task-modalpopup-box-inner #newtask-save:hover {
  background-color: #4789B9;
}
#newtask .n-task-modalpopup-box-inner #newtask-save {
  padding: 10px 44px 12px 44px;
  background-color: #196CA7;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Inter';
  height: 40px;
  border-radius: 5px;
  border: none;
  width: 154px;
  color: #ffffff;
  padding-bottom: 12px;
  text-transform: capitalize;
}
#n_deal_list_table table .task-item {
  border: none;
  border-bottom: 3px solid #ffffff !important;
}
#n_deal_list_table table  .task-item.task_green{
  background-color: #F1FFEC;
}
#n_deal_list_table table  .task-item.task_grey{
  background-color: #F5F6FA;
}
#n_deal_list_table table  .task-item.task_red{
  background-color: #FFEEEE;
}
#n_deal_list_table table  .task-item td{
  padding-top: 12px;
  padding-left: 16px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Inter';
  color: #363F48;
}
.nt-select-filter {
  background-color: #ffffff;
  padding-left: 30px;
  gap: 8px;
}
#n_deal_list_table table  .task-item {
  height: 123px;
  vertical-align: top;
}
#n_deal_list_table table  th {
  border: none;
  border-bottom: 2px solid #ffffff;
}
#n_deal_list_table tbody tr th {
  background-color: #E7E8EC;
  white-space: nowrap;
  color: #363F48;
  text-transform: none;
}
#n_deal_list_table tbody tr th::first-letter {
  text-transform: uppercase;
}
#newtask .n-task-modalpopup-box-inner .n-task-modalpopup-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 15px;
}
#newtask .n-task-modalpopup-box-inner .task-btn-delete {
  background-color: #FFEEEE;
  color: #FD4D5C;
  height: 40px;
  width: 145px;
  margin-left: 10px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Inter';
}
#newtask .n-task-modalpopup-box-inner .task-btn.task-btn-small.modalpopup-close:hover {
  color: #196CA7;
}
#newtask .n-task-modalpopup-box-inner .task-btn.task-btn-small.modalpopup-close {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #E7E8EC;
  color: #363F48;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Inter';
  border: none;
  border-radius: 5px;
  width: 145px;
  height: 40px;
  text-transform: capitalize;
}
#newtask .n-task-modalpopup-box-inner #close-btn-modal{
  position: absolute;
  right: 30px;
  top: 33px;
  width: 18px;
  height: 18px;
}
#newtask .n-task-modalpopup-box-inner h4{
  font-size: 24px;
  line-height: 24px;
  color: #196CA7;
  font-weight: 600;
  font-family: 'Inter';
}
#newtask .n-task-modalpopup-box-inner {
  width: 690px;
  border-radius: 5px; 
  position: relative;
  padding: 30px;
}
#newtask .task_datetime #start_date input{
  width: 100%;
  text-align: start;
  height: 40px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Inter';

}

#newtask .input-with-icon {
	position: relative;
	display: inline-block;
	width: 100%;
}
#newtask .input-with-icon input {
	width: 100%;
	padding-right: 32px;
	box-sizing: border-box;
  padding-left: 14px;
}
#newtask .task-search-user.active input {
  font-size: 14px;
  top: 0;
  margin-left: 4px;
}
#newtask .task-selected-type {
  font-size: 14px;
  line-height: 20px;
}
#newtask .task-selected-type.task-selected-hover {
  top:0;
  padding-top: 0;
}
#newtask #comment textarea {
  min-height: 125px;
  padding-left: 14px;
  padding-top: 10px;
}
#newtask .control-group.task_datetime {
  margin-bottom: 24px;
}
#newtask .task-selected-user.task-selected-hover {
  top: 0;
  height: 20px;
  font-size: 14px;
  padding: 0;
  margin-left: 4px;
  color:#196CA7;
}
#newtask #for.text_task_for {
  margin-right: 0;
  margin-left: 0;
}
#newtask .text_task_for.text_task_for_allday label{
  font-size: 14px;
  line-height: 20px;
  font-family: 'Inter';
  color: #363F48;
}
#newtask .text_task_for.text_task_for_allday {
  margin-bottom: 24px;
}
#newtask #task-status-selector {
  height: 40px;
  border-radius: 5px;
  width: 303px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Inter';
  color:#363F48;
  margin-bottom: 24px;
}
#newtask .n_d_number .write-sms-deal-svg{
  margin-left: 27px;
}
#newtask .n_d_number .call-number-deal-svg{
  margin-left: 16px;
}
#newtask .n_d_number{
  font-size: 14px;
  line-height: 20px;
  color: #363F48;
  font-family: 'Inter';
  margin-bottom: 12px;
  display: flex;
  flex-direction: row;
}
#newtask .n_d_numbers-title{
  font-size: 14px;
  line-height: 20px;
  color: #363F48;
  font-family: 'Inter';
  font-weight: 600;
  margin-bottom: 12px;
}
#newtask .n_d_numbers{
  margin-top: 24px;
}
#newtask #deal_link,
#newtask #client_link {
  color: #196CA7;
  text-decoration: underline;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Inter';
}
#newtask .styled-checkbox {
  margin-right: 12px;
  margin-top: 0;
  background-color: #F5F6FA;
  margin-bottom: 0;
}
#newtask .styled-checkbox:checked {
  background-color: #196CA7;
}
#newtask .input-with-icon .input-icon {
	position: absolute;
	right: 8px;
	top: 40%;
	transform: translateY(-50%);
	pointer-events: none;
	fill: #999;
}

#newtask .block_results.name_results{
  left: -100px;
}
.n_deal_customer .fa-user-o:before{
  content:"\f007"!important;
}
.n_deal_customer {
  font-size: 12px;
  line-height: 17px;
}
.n_deal_lead_block_selector {
  border-radius: 16px !important;
}
.n_deal_manager {
  font-size: 9px;
  line-height: 13px;
  color: #9197A5 !important;
}
#dealsnew-canban .n_deal_flex.cost-flex .dealtaskscount .tasksnull{
  color: #FD4D5C;
}
#dealsnew-canban .n_deal_flex.cost-flex .dealtaskscount{
  font-size: 12px;
  line-height: 17px;
}
#dealsnew-canban .n_deal_flex.cost-flex .cost.inmain{
  font-size: 12px;
  line-height: 17px;
  color:#333333;
  font-weight: 700;
  margin-right: 13px;
}

.n_deal_flex div {
  display: flex;
  flex-direction: row;
  justify-content: start;
}

.n_deal_flex {
  display: grid !important;
  grid-template-columns: 100px 1fr;
  gap: 12px;
  font-size: 12px;
  line-height: 17px;
  color: #363F48;
  margin-bottom: 8px;
}
.n-deal-singe {
  margin-bottom: 14px;
  color: #196CA7;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Inter';
}
.nd_tags .nd_tag {
  padding: 4px 8px 4px 8px;
  border-radius: 4px;
  height: 25px;
  font-size: 12px;
  line-height: 17px;
  font-family: 'Inter';
}
.nd_tags {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.n_deal_flex.block-date-flex {
  display: flex;
  flex-direction: row;
  justify-content: start;
}
.n_deal_flex .cost.inmain {
  width: max-content;
}
.n_deal_flex .nl_block_date {
  width: 100%;
  white-space: nowrap;
}
#dealsnew-canban .n_deal_column {
  border-radius: 20px;
  background-color: #F5F6FA;
  padding: 16px;
}
#dealsnew-canban .n_deal_lead_block_selector {
  z-index: 5;
}
.n_deal_lead_block_selector {
  padding: 10px 12px 10px 12px;
  margin-bottom: 12px;
  border: none !important;
}
#dealsnew-canban .n-deal-message--color {
  background-color: #FFE7D6;
}
#dealsNewWrapper .n-deal-selector .funnel_counters {
  font-size: 12px;
  line-height: 17px;
  color: #9197A5;
  font-family: 'Inter'
}
#dealsNewWrapper .n-deal-selector .n-deal-selector-selected:hover {
  color: #75AED7;
}
#dealsNewWrapper .n-deal-selector .n-deal-selector-selected {
  font-size: 14px;
  line-height: 20px;
  color: #196ca7;
  font-weight: 600;
  font-family: 'Inter';
  text-decoration: underline;
}
#dealsNewWrapper .n_deal_control_block.n_deal_control_block_search .n-deal-search-flex #n-deal-search-input::placeholder{
  color: #363F48;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Inter';
}
#dealsNewWrapper .n_deal_control_block.n_deal_control_block_search .n-deal-search-flex #n-deal-search-input{
  background-color: #E7E8EC;
  color: #363F48;
  width: 122px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Inter';
}
#dealsNewWrapper .n_deal_control_block.n_deal_control_block_search .n-deal-search-flex .n-deal-search-label{
  margin-top: 7px;
}
#dealsNewWrapper .n_deal_control_block.n_deal_control_block_search .n-deal-search-flex .n-deal-search-label::before,
#dealsNewWrapper .n_deal_control_block.n_deal_control_block_search .n-deal-search-flex .n-deal-search-label::after{
  display: none;
}
.deal-btn.deal-btn-small.n-deal-funnel-close {
  margin-right: 0;
  margin-left: 0;
  border: none;
}
.n-deal-funnel-buttons {
  padding-left: 0 !important;
  padding-top: 24px !important;
}
.n-deal-funnel-list .n-deal-funnel-title{
  text-transform: none;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #196CA7;
  font-family: 'Inter';
  display: flex;
  flex-direction: row;
  padding: 0;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
}
#n-deal-funnel-save:hover {
  background-color: #4789B9;
}
#n-deal-funnel-save {
  width: 240px;
  height: 40px;
  color: #ffffff;
  background-color: #196CA7;
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  font-weight: 600;
}
.n-deal-funnel-list .n-ndeal-new-funnel{
  padding-right: 0;
  border-top: none;
}


#modal-params-filter {
  margin-left: 20% !important;
  width: 676px !important;
  height: 908px !important;
  top: 15% !important;
  background-color: #ffffff;
  border-radius: 5px;
}
.n-deal-funnel-move {
  gap: 12px;
  display: flex;
  flex-direction: column;
}
.n-deal-funnel-item .n-deal-funnel-item-check{
  position: unset;
}
.n-deal-funnel-item .n-deal-funnel-item-visibility{
  display: none;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 2px;
}

.n-deal-funnel-item.active input{
  width: 100%;
  background-color: #F5F6FA;
  height: 22px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Inter';
  color: #363F48;
}
.n-deal-funnel-item.active .n-deal-funnel-item-drag{
  margin-top: -1px;
  position: unset;
}
.n-deal-funnel-item.active .n-deal-funnel-item-visibility{
  display: block;
}
.n-deal-funnel-item .n-deal-funnel-item-name:hover{
  color: #196CA7;
}
.n-deal-funnel-item .n-deal-funnel-item-name{
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #363F48;
  font-family: 'Inter';
  padding: 0;
}
.n-deal-funnel-item {
  border-top: none !important;
  background-color: #F5F6FA !important;
  border-radius: 4px;
  padding: 14px 16px 14px 16px;
}
.n-deal-funnel-item.active {
  display: flex;
  flex-direction: row;
}
.n-deal-funnel-list .n-ndeal-add-funnel{
  position: unset;
  width: max-content;
  padding: 10px 24px 10px 24px;
  height: 40px;
  background-color: #E7E8EC;
  color: #363F48 !important;
  border: none;
  box-shadow: none;
  border-radius: 5px;

}
.n-deal-funnel-list .n-ndeal-new-funnel .n-ndeal-add-funnel svg{
  margin-bottom: -4px;
  margin-right: 10px;
}
.n-deal-funnel-title-span {
  margin-left: 0;
  margin-right: auto;
}
.n-deal-funnel-list .n-ndeal-new-funnel .n-ndeal-add-funnel.n-ndeal-add-funnel:hover svg path{
  fill: #196CA7 !important;
}
.n-deal-funnel-list .n-ndeal-new-funnel .n-ndeal-add-funnel.n-ndeal-add-funnel:hover {
  color:#196CA7 !important;
}
.n-deal-funnel-list .n-ndeal-new-funnel .n-ndeal-add-funnel {
  position: unset;
  border: none;
  border-radius: 5px;
  text-transform: none;
  margin-right: 24px;
  margin-left: auto;
}
.n-deal-funnel-list {
  height: 70% !important;
  top: 15% !important;
  left: 20% !important;
  width: 802px !important;
  border-radius: 5px;
  padding: 30px;
  overflow-y: auto;
  max-height: max-content;
}
#dealsNewWrapper .n_deal_control_block.n_deal_control_block_search .n-deal-search-flex{
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: max-content;
}
.n-deal-search-params #n-deal-search-input{
  height: 40px;
  border-radius: 5px;
  background-color: #F5F6FA;
  color: #9197A5;
  font-size: 14px;
  line-height: 20px;
  width: 304px;
  padding-left: 36px;
  padding-top: 10px;
  padding-bottom: 10px;
  border:none;
  outline: none;
}
.n-deal-search-params .n-deal-search-row{
  display: flex;
  flex-direction: row;
  gap: 12px;
  padding: 0;
}
.n-deal-search-params .n_deal_tag_check span, .n_deal_search_check span {
  height: 36px !important;
  border-radius: 5px !important;
  padding: 8px 12px 8px 12px !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  font-family: 'Inter' !important;
  color: #363F48 !important;
  border: 1px solid #9197A5 !important;
  width: max-content !important;
}
.n-deal-search-params .n_deal_tag_check input:checked +span, .n_deal_search_check input:checked +span{
  background-color: #196CA7 !important;
  border: 1px solid #196CA7 !important;
  color: #ffffff !important;
}
.n-deal-search-params .n-deal-search-param-subtitle{
  font-size: 14px;
  line-height: 20px;
  color: #363F48;
  font-family: 'Inter';
  font-weight: 600;
  text-transform: none;
  margin-bottom: 24px;
  margin-top: 24px;
}
.n-deal-search-params .styled-checkbox-container{
  gap: 0;
  align-items: center;
}
#dealsNewWrapper .n-deal-search-variants {
  display: none;
}
.n-deal-search-params .n-deal-search-param-title{
  font-size: 14px;
  line-height: 20px;
  color: #363F48;
  font-family: 'Inter';
  text-transform: none;
  font-weight: 400;
  margin-bottom: 0;
  height: 40px;
  display: flex;
  align-items: center;
}
.n-deal-search-params .n-deal-search-param-list > div{
  margin-right: 0;
}
.n-deal-search-params .one-row-dates,
.n-deal-search-params .one-row-inputs{
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
  margin-bottom: 24px;
}
.n-deal-search-params .n-deal-search-dates.named-input .n-deal-search-param-title,
.n-deal-search-params .n-deal-search-row.named-input .n-deal-search-param-title{
  height: 20px;
}
.n-deal-search-params .n-deal-search-param-input-name{
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Inter';
  color: #363F48;
}
.n-deal-search-params .n-deal-search-row.named-input .n_deal_search_select_check,
.n-deal-search-params .n-deal-search-row.named-input .select2{
  width: 100% !important;
  height: 40px;
}
.n-deal-search-param-list > div {
  float: unset !important;
}
.n-deal-search-params .n-deal-search-row.tasks-row .n-deal-search-param-list .select-date-list.active{
  margin-top: 16px;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.n-deal-search-params .n-deal-search-row.tasks-row .n-deal-search-param-list select{
  height: 40px;
  width: 49%;
  border-radius: 5px;
  padding-left: 14px;
}
.n-deal-search-params .n-deal-search-row.tasks-row .n-deal-search-param-title{
  margin-bottom: 4px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Inter';
  color: #363F48;
}
.n-deal-search-params .one-row-decline .n-deal-search-row .n-deal-search-param-title{
  margin-bottom: 4px;
}
.n-deal-search-params .one-row-decline .nt-dropdown-list{
  top: 40px !important
}
.n-deal-search-params .one-row-decline .nt-filter-small-item{
  width: 49%;
  height: 40px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Inter';
  color: #363F48;
  padding-left: 14px;
  padding-top: 9px;
}
.n-deal-search-params .pseudo-modal-header .n-deal-search-title{
  margin-left: 0;
  margin-right: auto;
}
.n-deal-search-params .pseudo-modal-header .n-deal-search-reset:hover{
  color: #75AED7;
}
.n-deal-search-params .pseudo-modal-header .n-deal-search-reset{
  margin-right: 0;
  padding-right: 0;
  margin-left: auto;
  padding-top: 0;
  border-radius: 5px;
  background-color: transparent;
  color: #196CA7;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: underline;
  text-transform: none;
  border: none;
}
.n-deal-search-params .pseudo-modal-header .n-deal-search-close{
  margin-right: 0;
  margin-left: 16px;
  margin-top: -5px;
}
.n-deal-search-params .pseudo-modal-header {
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
}
.n-deal-search-params .n-deal-search-apply:hover {
  background-color: #4789B9 !important;
}
.n-deal-search-params .n-deal-search-apply {
  width: max-content;
  height: 40px;
  background-color: #196CA7 !important;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Inter';
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  text-transform: none;
}
.n-deal-search .n-deal-search-open-btn {
  height: 20px;
  margin-top: 4px;
  
}
.n-deal-search-params .n-deal-search-actions {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 24px;
}
.n-deal-search-params .one-row-decline .n-deal-search-row {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.n-deal-search-params .n-deal-search-row.tasks-row{
  display: flex;
  flex-direction: column;
  gap:0;
  margin-bottom: 24px;
}
.n-deal-search-params .n-deal-search-row.tasks-row .n-deal-date-input-wrap input,
.n-deal-search-params .one-row-dates .n-deal-search-row.named-input .n-deal-search-date .n-deal-date-input-wrap input{
  width: 100%;
  height: 40px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Inter';
  color: #363F48;
  padding-left: 14px;
  padding-right: 34px !important;
  box-sizing: border-box;
}
.n-deal-search-params .n-deal-search-row.tasks-row .n-deal-date-input-icon,
.n-deal-search-params .one-row-dates .n-deal-date-input-wrap .n-deal-date-input-icon {
    position: absolute;
    right: 14px;
    top: 20px;
    transform: translateY(-50%);
    pointer-events: none;
    width: 16px;
    height: 16px;
}
.n-deal-search-params .n-deal-search-row.tasks-row .n-deal-date-input-wrap,
.n-deal-search-params .one-row-dates .n-deal-date-input-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}
.n-deal-search-params .one-row-dates .n-deal-search-row.named-input .n-deal-search-date {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
}
.n-deal-search-params .n-deal-search-row.named-input{
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
#analyticSales #chart-container #chart-switcher {
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 10px;
}
#analyticSales #chart-container #chart-switcher button {
  background-color: #E7E8EC;
  border-radius: 50px;
  font-family: 'Inter';
  font-size: 14px;
  line-height: 20px;
  padding: 10px 20px;
  height: 40px;
}
#analyticSales #chart-container #chart-switcher button.active {
  background-color: #196CA7;
  color: #ffffff;
}
#modal-editplus .alert h4{
  font-size: 16px;
  line-height: 36px;
  font-weight: 600;
  color:#363F48;
  font-family: 'Inter';
}
#modal-editplus .alert{
  border: none;
  padding: 0;
}
#modal-editplus .modal-header h3{
  padding: 0;
}
#modal-editplus .modal-header{
  padding: 0;
  padding-bottom: 24px;
  border-bottom: none;
}
#modal-editplus .modal-footer .btn.btn-warning,
#modal-editplus .modal-footer::after,
#modal-editplus .modal-footer::before {
  display: none;
}
#modal-editplus .modal-footer .btn.btn-success.form-submit{
  background-image: none;
  background-color: #196CA7;
  height: 40px;
  width: 240px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  color: #ffffff;
}
#modal-editplus .modal-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #ffffff;
  border-top: none;
  padding: 0;
}
#modal-editplus {
  background-color: #ffffff;
  padding: 30px;
  overflow-x: hidden;
  margin-right: 3%;
  margin-left: 3%;
  border-radius: 10px;
  top: 20px;
  bottom: 20px;
}
#analyticSales .title-span {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #196CA7;
  font-family: 'Inter';
  margin-bottom: 20px;
  margin-left: 0 !important;
}
.page-block .info-list .item-label {
  font-weight: 600;
}
.page-block:has(.deal-rates) .buttons-control-container{
  display: flex;
  flex-direction: row;
  gap: 14px;
}
.page-block:has(.deal-rates) .tab-pane .deal_rating_box::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0.1;
  border-radius: 5px;
  z-index: 0;
  pointer-events: none;
}
.block-top.deal-rates {
  margin-bottom: 20px;
}
.page-block:has(.deal-rates) .tab-pane .deal_rating_box .deal_rating_name{
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  font-family: 'Inter';
  color: #ffffff;
}
.page-block:has(.deal-rates) .tab-pane .deal_rating_box .deal_rating_text{
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  font-family: 'Inter';
  color: #E7E8EC;
  margin-bottom: 4px;
  text-align: center;
}
.page-block:has(.deal-rates) .tab-pane .deal_rating_box .deal_rating_title{
  color: #ffffff;
  font-size: 24px;
  line-height: 29px;

}
.page-block:has(.deal-rates) .tab-pane .deal_rating_box {
  position: relative;
  background: transparent;
  z-index: 1;
  padding: 32px 19px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 900;
  margin-bottom: 8px;
  width: 100%;
}
.page-block:has(.deal-rates) .tab-pane.active{
  display: flex;
}
.page-block:has(.deal-rates) .tab-pane {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  gap: 8px; /*some comment*/
}
.page-block:has(.deal-rates) .styled-page-toggle-btn span{
  color: #75AED7;
  opacity: 100%;
}
.page-block:has(.deal-rates) .styled-page-toggle-btn.active span{
  color: #ffffff;
  opacity: 100%;
}
.page-block:has(.deal-rates) .styled-page-toggle-btn{
   position: relative;
  background: transparent;
  border-bottom: 3px solid #75AED7 !important;
  z-index: 1;
  text-decoration: unset !important;
}
.page-block:has(.deal-rates) .styled-page-toggle-btn.active{
   position: relative;
  background: transparent;
  border-bottom: 3px solid #ffffff !important;
  z-index: 1;

}
.page-block:has(.deal-rates) .styled-page-toggle-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #F5F6FA33;
  opacity: 0.2;
  border-radius: 5px;
  border-bottom-left-radius: 0; 
  border-bottom-right-radius: 0;
  z-index: 0;
  pointer-events: none;
}
.page-block:has(.deal-rates) .styled-page-toggle-btn.active::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0.3;
  border-radius: 5px;
  border-bottom-left-radius: 0; 
  border-bottom-right-radius: 0;
  z-index: 0;
  pointer-events: none;
}
.page-block:has(.deal-rates) .styled-page-toggle-btn.active > * {
  position: relative;
  z-index: 1;
}
.page-block:has(.deal-rates) .block-title{
  color: #ffffff;
}
.page-block:has(.deal-rates) {
  background-color:#196CA7;
  max-width: 820px;
  max-height: 263px;

}
.dashboard-settings-accordion {
  border-radius: 5px;
  border: 1px solid #E7E8EC;
  padding: 30px;
  display: none;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(.4,0,.2,1);
}
#clear-dashboard-settings:hover {
  color: #75AED7;
}
#clear-dashboard-settings {
  height: 44px;
  color: #196CA7;
  text-decoration: underline;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: 'Inter';
  display: flex;
  align-items: start;
}
#dashboard-settings-btn >div span{
  display: flex;
  padding-top: 0;
}
#dashboard-settings-btn >div{
  display: flex;
  flex-direction: row;
  gap: 8px;
}

#dashboard-settings-btn .settings-icon-wrapper {
  display: inline-block;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
#dashboard-settings-btn .settings-icon-wrapper.rotated {
   transform: rotate(0deg);
}
#dashboard-settings-btn:hover svg path{
  fill: #75AED7
}
#dashboard-settings-btn:hover {
  color: #75AED7;
}
#dashboard-settings-btn {
  background-color: #ffffff;
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap:8px;
  color: #196CA7;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Inter';
}
.dashboard-settings-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#saveSetting{
  width: 240px;
}
.dashboard-settings-accordion.open {
  display: flex;
  max-height: 1000px; /* достаточно большое значение для содержимого */
  transition: max-height 0.3s cubic-bezier(.4,0,.2,1);
}
.dashboard-settings-accordion #form-dsett .checkbox-list .styled-checkbox{
  margin-right: 0 !important;
  width: 20px;
}
.page-block:has(.deals-ancets-ctrl) .block-top{
  margin-bottom: 12px !important;
}
.page-block:has(.deals-ancets-ctrl) .slide.swiper-slide li{
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #F5F6FA;
  padding: 16px 0;
}
.page-block:has(.deals-ancets-ctrl) .item-value{
  display: flex;
  justify-content: end;
}
.page-block:has(.deals-ancets-ctrl) .block-title{
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.page-block:has(.deals-ancets-ctrl) {
  max-width: 395px;
}
.buttons-control-container.deals-ancets-ctrl a:hover {
  text-decoration: none;
  background-color: #E8F0F6;
}
.buttons-control-container.deals-ancets-ctrl a{
  width: 155px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #E7E8EC !important;
  color:#363F48;
}
.page-block:has( #tab_customer.active) .buttons-control-container.deals-ancets-ctrl a.ancets-btn,
.page-block:has( #tab_deal.active) .buttons-control-container.deals-ancets-ctrl a.deals-btn span{
  color:#196CA7;
}
.page-block:has( #tab_customer.active) .buttons-control-container.deals-ancets-ctrl a.ancets-btn,
.page-block:has( #tab_deal.active) .buttons-control-container.deals-ancets-ctrl a.deals-btn {
  border-bottom: 2px solid #196CA7 !important;
}
.buttons-control-container.deals-ancets-ctrl {
  display: flex;
  flex-direction: row;
  gap: 14px;
  justify-content: center;
  margin-bottom: 30px;
}
.dashboard-settings-accordion #form-dsett .checkbox-list{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px 24px;
  align-items: start;
  margin-bottom: 24px;
}
.blue-a-bold {
  font-weight: 600;
  color: #196CA7;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Inter';
}
span.bold-span {
  font-weight: 600;
  color:#363F48;
  font-size: 14px;
  line-height: 20px;
  margin-left: 0;
  font-family: 'Inter';
}
#analyticSales .stages-counts .one-stage-container .container-sum,
#analyticSales .one-deal-stat-container .container-sum{
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Inter';
  color: #363F48;
  display: flex;
  justify-content: center;
  margin-bottom: 21px;
}
#analyticSales .stages-counts .one-stage-container .container-val,
#analyticSales .one-deal-stat-container .container-val{
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  font-family: 'Inter';
  color: #363F48;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
#analyticSales .stages-counts .one-stage-container .container-name,
#analyticSales .one-deal-stat-container .container-name{
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
  color: #363F48;
  margin-bottom: 10px;
  font-weight: 400;
  font-family: 'Inter';
  display: flex;
  justify-content: center;
  text-align: center;
}
#analyticSales .lost-deals {
  width: 300px;
  background-color: #FAF2F3;
  border-top: 2px solid #FD4D5C;
  display: flex;
  justify-content: center;
  padding: 15px 15px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Inter';
  font-weight: 400;
  color: #363F48;
}
#analyticSales .one-deal-stat-container {
  width: 300px;
  background-color: #F5F6FA;
  border-top: 2px solid #9197A5;
  display: flex;
  flex-direction: column;
}
#analyticSales .stats-diagrams {
  display: flex;
  flex-direction: row;
  gap: 15px;
  width: 709px;
}
#analyticSales .sub-container .toggle-diagram-container .toggle-diagram{
  font-size: 14px;
  line-height: 20px;
  border-radius: 50px;
  padding: 10px 20px;
  background-color: #E7E8EC;
  color: #363F48;
}
#analyticSales .sub-container .toggle-diagram-container .toggle-diagram.active{
  background-color:#196CA7;
  color: #ffffff;
}
#deals-analytics .sub-container .one-stat-diagram .one-diagram .diagram-text .diagram-title,
#analyticSales .sub-container .one-stat-diagram .one-diagram .diagram-text .diagram-title{
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #363F48;
  font-family: 'Inter';
  margin-left: 0;
  margin-right: auto;
}
#deals-analytics .sub-container .one-stat-diagram .one-diagram .diagram-text .diagram-stats,
#analyticSales .sub-container .one-stat-diagram .one-diagram .diagram-text .diagram-stats{
  margin-left: auto;
  margin-right: 209px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Inter';
  color: #363F48;
}
#deals-analytics .sub-container .one-stat-diagram .one-diagram .diagram-text .diagram-stats{
  margin-right: 0;
}
#analyticSales .sub-container .one-stat-diagram .one-diagram .diagram-body .empty-diagram-divider{
  width: 4px;
  height: 40px;
  border-radius: 6px;
  margin-right: 15px;
  margin-left: auto;
}

#deals-analytics .sub-container .one-stat-diagram .one-diagram .diagram-body .diagram-day,
#analyticSales .sub-container .one-stat-diagram .one-diagram .diagram-body .diagram-day,
#deals-analytics .sub-container .one-stat-diagram .one-diagram .diagram-body .diagram-percent,
#analyticSales .sub-container .one-stat-diagram .one-diagram .diagram-body .diagram-percent{
  font-size: 24px;
  line-height: 20px;
  color: #9197A5;
  font-family: 'Inter';
  font-weight: 400;
  margin-right: auto;
  margin-left: 15px;
  display: flex;
  align-items: center;
}
#deals-analytics .sub-container .one-stat-diagram .one-diagram .diagram-body .diagram-day,
#analyticSales .sub-container .one-stat-diagram .one-diagram .diagram-body .diagram-day {
  margin-left: 15px;
  margin-right: 0;
}
#deals-analytics .sub-container .one-stat-diagram .one-diagram .diagram-body .diagram-fulling,
#analyticSales .sub-container .one-stat-diagram .one-diagram .diagram-body .diagram-fulling{
  height: 40px;
  border-radius: 10px;
}
#deals-analytics .sub-container .one-stat-diagram .one-diagram .diagram-body .diagram-empty,
#analyticSales .sub-container .one-stat-diagram .one-diagram .diagram-body .diagram-empty{
  width: 500px;
  border-radius: 10px;
  background-color: #F5F6FA;
  height: 40px;
  margin-right: 15px;
}
#deals-analytics .sub-container .one-stat-diagram .one-diagram .diagram-body,
#analyticSales .sub-container .one-stat-diagram .one-diagram .diagram-body{
  display: flex;
  flex-direction: row;
}
#deals-analytics .sub-container .one-stat-diagram .one-diagram .diagram-text,
#analyticSales .sub-container .one-stat-diagram .one-diagram .diagram-text{
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 12px;
}
#deals-analytics .sub-container .one-stat-diagram .one-diagram .diagram-text {
  width: 500px;
}
#dataStatBox .stat-bar-container #deal-stat-bar {
    display: block;
}
.line-radios {
  display: flex;
  gap: 10px;
}

.line-radio-btn {
  position: relative;
  display: inline-block;
}

.line-radio-btn input[type="radio"] {
  display: none;
}
.line-radio-btn {
  background-color: #E7E8EC;
  border-radius: 50px;
  font-family: 'Inter';
  font-size: 14px;
  line-height: 20px;
  padding: 10px 20px;
  height: 40px;
  color: #363F48;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  user-select: none;
}
/* .line-radio-btn input[type="radio"]:checked + span,
.line-radio-btn input[type="radio"]:checked { */
  /* не используется, см. ниже */
/* } */
.btn.add-deal-mod.btn-success.old-deals {
 max-width: 300px;
 margin-left: auto;
 margin-right: 1em; 
}
.dashboard-header{
  margin-bottom: 40px;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 30px;
}
.dashboard-accordion-title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #196CA7;
  font-family: 'Inter';
  margin-bottom: 24px;
}
.line-radio-btn.active,
.line-radio-btn input[type="radio"]:checked + label,
.line-radio-btn input[type="radio"]:checked ~ * {
  background-color: #196CA7;
  color: #fff;
}
#dataStatBox .header-stat-bar-container .stat-bar-title{
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  font-family: 'Inter';
  color: #196CA7;
  display: flex;
  align-items: center;
}
#dataStatBox .header-stat-bar-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#color-show-container .one-color{
  display: flex;
  flex-direction: row;
  gap: 15px;
}
#color-show-container .one-color .color-text{
  font-size: 14px;
  line-height: 14px;
  color: #363F48;
  font-family: 'Inter';
  display: flex;
  align-items: center;
}
#color-show-container .one-color .color-demonstrator{
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 10px solid #F5F6FA;
}
#color-show-container .one-color.col-blue .color-demonstrator{
  background-color: #196CA7;
}
#color-show-container .one-color.col-green .color-demonstrator{
  background-color: #6CB351;
}
#color-show-container .one-color.col-red .color-demonstrator{
  background-color: #FD4D5C;
}
#color-show-container {
  display: flex;
  flex-direction: row;
  gap: 50px;
  width: 100%;
  justify-content: start;
  margin-bottom: 30px;
}
#dataStatBox .stat-bar-container {
  width: 102%;
  height: 360px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
#deals-analytics .sub-container .one-stat-diagram .one-diagram,
#analyticSales .sub-container .one-stat-diagram .one-diagram{
  width: 100%;
  margin-bottom: 30px;
}
#deals-analytics .sub-container .one-stat-diagram {
  width: max-content;
}
#analyticSales .sub-container .one-stat-diagram{
  display: none;
  width: 100%;
}
#deals-analytics .sub-container .one-stat-diagram,
#analyticSales .sub-container .one-stat-diagram.active{
  display: block;
}
#analyticSales .sub-container .toggle-diagram-container{
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 30px;
}
#doughnut-center {
  width: 180px;
  top:62% !important
}
#doughnut-center .chart-money {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #363F48;
  font-family: 'Inter';
}
#doughnut-center .chart-count {
  font-size: 48px;
  line-height: 64px;
  font-weight: 600;
  font-family: 'Inter';
  color: #363F48;
  margin-bottom: 15px;

}
#doughnut-center .chart-title {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Inter';
  margin-bottom: 15px;
  color:#363F48;
}
.one-manager-container .one-manager-stats,
.one-manager-container .manager-name{
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Inter';
  color: #363F48;
}
 .one-manager-container .one-manager-stats{
  font-weight: 400;
}
 .one-manager-container .managers-divider{
  background-color: #196CA7;
  width: 4px;
  height: 40px;
  border-radius: 6px;
  margin-right: 10px;
}
#tasks-doughnut-center .tasks-doughnut-count {
  font-size: 48px;
  line-height: 68px;
  font-weight: 600;
  color: #363F48;
  font-family: 'Inter';
}
#tasks-doughnut-center .tasks-doughnut-title {
  font-size: 14px;
  line-height: 20px;
  color: #363F48;
  font-family: 'Inter';
}
#tasks-doughnut-center {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
 .one-manager-container .managers-divider.green-div {
  background-color: #6CB351;
 }
 .one-manager-container .managers-divider.red-div {
  background-color: #FD4D5C;
 }
 .one-manager-container .managers-divider.light-blue-div {
  background-color: #4DA9FD;
 }
#deals-analytics #new-deals-center .new-deals-count{
  font-size: 48px;
  line-height: 68px;
  font-weight: 600;
  font-family: 'Inter';
  color: #363F48;
}
#deals-analytics #new-deals-center .new-deals-money,
#deals-analytics #new-deals-center .new-deals-title{
  font-size: 14px;
  line-height: 20px;
  font-family: 'Inter';
  font-weight: 400;
  color:#363F48;
}
#deals-analytics #new-deals-center .new-deals-money{
  font-weight: 600;
}
#deals-analytics #new-deals-center{
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  text-align: center;
}
#deals-analytics .sub-container .new-deals-chart{
  margin-left: 30px;
  margin-right: 30px;
}
 .deals-managers{
  width: 400px;
}
 .one-manager-container .manager-percent{
  font-size: 24px;
  line-height: 20px;
  font-family: 'Inter';
  font-weight: 400;
  margin-left: 0;
  margin-right: 25px;
  color: #9197A5;
  display: flex;
  align-items: center;
}
 .one-manager-container{
  display: flex;
  flex-direction: row;
}
#dataTaskBox .sub-container .sub-container-title,
#deals-analytics .sub-container .sub-container-title {
  font-size: 24px;
  line-height: 24px;
  color: #196CA7;
  font-weight: 600;
  font-family: 'Inter';
  margin-bottom: 30px;
}
.managers-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#dataTaskBox .sub-container .content-container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.managers-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Inter';
  color: #9197A5;
  margin-bottom: 30px;
}
#deals-analytics .one-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.row-fluid.form-horizontal .datepicker-calendar{
	gap: 0;
}

.datepicker.datepicker-calendar{
	padding:0;
}

.alert-alert .row-fluid.form-horizontal div.datepicker-calendar .add-on{
	padding: 5px 5px 5px 8px;
	margin-left:0;
}

div.datepicker-calendar,
#additional_data div.datepicker-calendar{
	display: flex;
	flex-direction: row;
    gap: 0;
}

#additional_data div.datepicker-calendar input{
	width: 100%;
}

#additional_data div.datepicker-calendar .add-on{
	padding: 8px 5px 5px 6px;
    margin-left: 0;
    width: 40px !important;
    height: 40px;
}

#modal-edit #birth_date span,
div.datepicker-calendar .add-on{
	padding: 8px 5px 7px 5px !important;
}

#dataTaskBox .sub-container,
#deals-analytics .sub-container,
#analyticSales .sub-container {
  border-radius: 5px;
  border: 1px solid #E7E8EC;
  padding: 30px;
  display: flex;
  flex-direction: column;
  overflow-x: auto;
  margin-bottom: 20px;
}

#analyticSales .sub-container.last .chart-wrapper{
  margin-right: 0;
  margin-left: auto;
}
#analyticSales .sub-container.last {
  display: flex;
  flex-direction: row;
}
#analyticSales .stages-counts .one-stage-container{
  width: 300px;
  border-top: 2px solid #8219A7;
  background-color: #F5F6FA;
}
#analyticSales .stages-counts {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: nowrap;
  min-width: max-content;
}
#analyticSales .deals-stat {
  display: flex;
  flex-direction: row;
  gap:24px;
  margin-bottom: 20px;
  flex-wrap: nowrap;
  min-width: max-content;
}
.n-deal-search-params .n-deal-search-param-list.tags-list{
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
  width: 100%;
}
.n-deal-search-params .n-deal-search-title{
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #196CA7;
  font-family: 'Inter';
}
.n-deal-search-params .one-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.n-deal-search-params.active {
    position: fixed;
    z-index: 2702;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0 8px 32px rgba(0,0,0,0.25);
    border-radius: 8px;
    max-height: 90vh;
    /* overflow-y: auto; */
    width: 676px; /* или нужная ширина */
    display: flex !important;
    flex-direction: column;
    padding: 30px;
}
.n-deal-search-overlay {
    position: fixed;
    z-index: 2701;
    left: 0; top: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.4);
    transition: opacity 0.2s;
    opacity: 1;
}
.n-deal-search-overlay.nd-hide {
    display: none;
    opacity: 0;
}

.hidden{
	display:none!important;
}

.row-fluid.form-horizontal div .controls span .select2-selection__choice__remove {
    width: auto !important;
}

#modal-edit-user .modal-header h3{
  padding-left: 0;
}
#modal-edit-user .modal-header {
  padding: 0;
  padding-bottom: 20px;
  
}
#modal-edit-user .modal-footer {
  padding-bottom: 0;
  margin-bottom: 0;
  padding-left: 0;
}
#dealsNewWrapper .n_deal_control_block.n_deal_control_block_search .n-deal-search-box .n_deal_set_flex.n-flex-set-wrap{
  flex-wrap: nowrap;
}
#dealsNewWrapper .n_deal_control_block.n_deal_control_block_search .n-deal-search-box{
  margin: 0;
}

#dealsNewWrapper .n_p_box .n_p_tags svg {
  margin-top: 3px;
}
#dealsNewWrapper .n_p_box .n_p_tags,
#dealsNewWrapper .n_p_box .n_p_sort_item{
  padding-left: 16px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  border-bottom: 1px solid #E7E8EC;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Inter';
  color: #363F48;
  text-transform: none;
}
#dealsNewWrapper .n_p_box {
  left: -195px;
  width: 270px;
  border-radius: 10px;
}
.n-deal-popup .n-deal-popup-box{
  opacity: 1;
  background-color: #ffffff;
  height: 80%;
  top: 10%;
  width: 85%;
  left: 5%;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}
.n-deal-popup::before {
  background-color: #111111 !important;
  opacity: 0.4;
}
.n-deal-popup-content .n-deal-popup-menu .n-deal-popup-menu-item{
  width: 250px;
  height: 40px;
  border-bottom: 2px solid #E7E8EC;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #F5F6FA;
  color: #363F48;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Inter';
  display: flex;
  align-items: center;
  justify-content: center;
}
.n-deal-popup-content .n-deal-popup-menu .n-deal-popup-menu-item:hover{
  background-color: #E8F0F6;
}
.n-deal-popup-content .n-deal-popup-menu .n-deal-popup-menu-item.active{
  border-bottom: 2px solid #196CA7;
  color:#196CA7;
}
.n-deal-popup-content .n-deal-popup-data .n-deal-popup-stage.n_deal_hide_scroll .n-deal-popup-stage-title .n-stage-settings  {
  margin-right: 0;
  margin-left: auto;
}
.n-deal-popup-content .n-deal-popup-data .n-deal-popup-stage.n_deal_hide_scroll .n-deal-popup-stage-title .n-stage-settings > div {
  position: unset;
}
.n-deal-popup-content .n-deal-popup-data .n-deal-popup-stage.n_deal_hide_scroll .n-deal-popup-stage-title .n-stage-drag{
  margin-right: 14px;
  display: flex;
  flex-direction: column;
  position: unset;
  padding-top: 31px !important;
}
.n-deal-popup-content .n-deal-popup-data .n-deal-popup-stage.n_deal_hide_scroll .n-deal-popup-stage-title {
  display: flex;
  flex-direction: row;
  padding-right: 0;
}
.n-deal-popup-content .n-deal-popup-data .n-deal-popup-stage.n_deal_hide_scroll .n-deal-popup-stage-title > input {
  max-width: 180px;
}
.n-deal-popup-content .n-deal-popup-data .n-deal-popup-stage.n_deal_hide_scroll .n-deal-popup-stage-title > span{
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #363F48;
  font-family: 'Inter';
  display: flex;
  width: 206px;
  padding: 0;
  align-items: center;
  text-align: start;
}
.n-deal-popup-content .n-deal-popup-data .n-deal-popup-stage.n_deal_hide_scroll{
  width: 300px;
  height: 105px;
  border-radius: 20px;
  background-color: #F5F6FA;
  padding: 16px;
  box-shadow: none;
  border: none;
}
.n-deal-popup-content .n-deal-popup-data .n-deal-popup-cols.ui-sortable {
  gap:4px
}
.n-deal-popup-content .n-deal-popup-data{
  height: 100%;
  overflow-y: auto;
  width: 100%;
}
.n-deal-popup-content .n-deal-popup-menu{
  display: flex;
  flex-direction: row;
  gap: 14px;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  height: 40px;
}
.n-deal-popup-content {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 0;
  overflow-y: auto;
  margin-top: 0;
  margin-bottom: 24px;
  height: 894px !important;
}
.bottom-n-deal-popup-container #n-deal-save-settings:hover{
  background-color: #4789B9;
}
.bottom-n-deal-popup-container #n-deal-save-settings{
  width: 240px;
  height: 40px;
  color: #ffffff;
  background-color: #196CA7;
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  font-weight: 600;
}
.bottom-n-deal-popup-container {
  height: 40px;
  width: 100%;
  margin-bottom: 0;
  margin-top: 24px;
  margin-bottom: 30px;
  padding-left: 30px;
}
.n-deal-popup-header.text-right #btn-close-ndeal-popup{
  border: none;
  display: flex;
  justify-content: end;
  margin-left: 42px;
  width: 19px;
  padding: 0;
  height: 40px;
  align-items: center;
}
.n-deal-popup-header.text-right #n-deal-addstage:hover {
  background-color: #4789B9;
}
.n-deal-popup-header.text-right #n-deal-addstage{
  width: 180px;
  border-radius: 5px;
  height: 40px;
  background-color: #196CA7;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Inter';
  text-transform: none;
  display: flex;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 10px;
}
.n-deal-popup-header.text-right .fleft-name.f-left{
  margin-left: 0;
  margin-right: auto;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #196CA7;
  font-family: 'Inter';
}
.n-deal-popup-header {
  border-bottom: none !important;
}
.n-deal-popup-header.text-right {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 0;
}
#dealsNewWrapper .n_p_box .n_p_title {
  height: 44px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Inter';
  color: #363F48;
  padding-left: 16px;
  padding-top: 16px;
  padding-bottom: 8px;
}
#dealsNewWrapper .n_p_box .n_p_title,
#dealsNewWrapper .n_p_box .n_p_sort_item,
#dealsNewWrapper .n_p_box .n_p_tags{
  text-align: start;
}
#dealsNewWrapper .n_deal_control_block .n_deal_set_flex {
  width: max-content;
}
#dealsNewWrapper .n_deal_control_block .n_deal_set_flex.n_flex_right{
  height: 38px;
}
#dealsNewWrapper .n_deal_control_block {
  padding-top: 0;
  padding-right: 0;
  border-left: none;
  padding-left: 0;
  max-width: max-content;
  margin-right: 0;
  margin-left: 0;
}
#dealsNewWrapper .n_deal_control_block.n_deal_control_block_search:hover {
  color:#196CA7;
}
#dealsNewWrapper .n_deal_control_block.n_deal_control_block_search {
  border-radius: 5px;
  background-color: #E7E8EC;
  color: #363F48;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Inter';
  padding: 9px 16px 9px 16px;
  display: flex;
  flex-direction: row;
  height: 38px;
  width: 186px;
  margin-left: auto;
  margin-right: 0;
  border: none !important;
  box-shadow: none;
}
.fc .fc-daygrid-day.fc-day-today,
.fc .fc-timegrid-col.fc-day-today{
  background-color: #ffffff !important;
}
#dealsNewWrapper .n-deal-selector {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: max-content;
  gap: 82px;
  
}
#dealsNewWrapper > h1{
  font-size: 24px;
  line-height: 24px;
  color: #196CA7;
  font-weight: 600;
  font-family: 'Inter';
  margin-top: 0;
  margin-bottom: 30px;
}
#dealsNewWrapper {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
  margin: 0;
  margin-top: 40px;
  overflow-x: auto;
}
#dealsNewWrapper #n-deal-settings:hover {
  color: #196CA7;
}
#dealsNewWrapper #n-deal-settings {
  font-size: 14px;
  line-height: 20px;
  width: max-content;
  padding: 8px 21px 8px 21px;
  font-family: 'Inter';
  font-weight: 600;
  color: #363F48;
  background-color: #E7E8EC;
  height: 38px;
  border-radius: 5px;
  text-transform: lowercase;
  box-shadow: none;
  border: none;
}
#dealsNewWrapper #n-deal-adddeal .to-upper-first-letter{
  text-decoration: none;
  text-transform: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#dealsNewWrapper .n_p_points_box::before,
#dealsNewWrapper .n_p_points_box::after {
  display: none;
}
#dealsNewWrapper .n_deal_type .n_deal_type_box .active{
  background-color: #2383C8;
}
#dealsNewWrapper .n_deal_type .n_deal_type_box {
  gap: 2px;
}
#dealsNewWrapper .n_deal_type .n_deal_type_list span::after,
#dealsNewWrapper .n_deal_type .n_deal_type_list span::before,
#dealsNewWrapper .n_deal_type .n_deal_type_kanban::after
#dealsNewWrapper .n_deal_type .n_deal_type_kanban::before {
  display: none;
}
#dealsNewWrapper .n_deal_type .n_deal_type_list,
#dealsNewWrapper .n_deal_type .n_deal_type_kanban {
  width: 32px;
  height: 34px;
  background-color: #F5F6FA;
  margin-right: 0;
  padding: 8px;
  border-radius: 5px;
}
#dealsNewWrapper .n_deal_type .n_deal_type_list.active:hover,
#dealsNewWrapper .n_deal_type .n_deal_type_kanban.active:hover {
  background-color: #2383C8;
}
#dealsNewWrapper .n_deal_type .n_deal_type_list.active,
#dealsNewWrapper .n_deal_type .n_deal_type_kanban.active {
  background-color: #196CA7;
  box-shadow: none;
  border: none;
}
#dealsNewWrapper .n_deal_type .n_deal_type_list.active svg path,
#dealsNewWrapper .n_deal_type .n_deal_type_list.active svg rect,
#dealsNewWrapper .n_deal_type .n_deal_type_kanban.active svg rect,
#dealsNewWrapper .n_deal_type .n_deal_type_kanban.active svg path{
  fill: #ffffff;
}
#dealsNewWrapper .n_deal_type .n_deal_type_list.active,
#dealsNewWrapper .n_deal_type .n_deal_type_kanban.active {
  background-color: #196CA7;
}
#dealsNewWrapper .n_deal_type {
  width: 70px;
  border-radius: 5px;
  background-color: #F5F6FA;
  height: 38px;
  padding: 2px;
  margin-left: 0;
  margin-right: 0;
}  
#dealsNewWrapper .n_deal_properties {
  width:auto;
  margin-right: 16px;
}
#dealsNewWrapper .n_p_points_box:hover {
  background-color: #2383C8;
}
#dealsNewWrapper .n_p_points_box {
  background-color: #196CA7;
  height: 38px;
  width: 46px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  border: none;
}
#dealsNewWrapper #n-deal-adddeal:hover {
  background-color: #2383C8;
}
#dealsNewWrapper #n-deal-adddeal {
  font-size: 14px;
  line-height: 20px;
  width: max-content;
  padding: 8px 21px 8px 21px;
  font-family: 'Inter';
  font-weight: 600;
  color: #ffffff;
  background-color: #196CA7;
  height: 38px;
  border-radius: 5px;
  text-transform: lowercase;
  display: flex;
  flex-direction: row;
  gap: 10px;
  text-transform:lowercase ;
  box-shadow: none;
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#company-profile-wrapper .dataTables_wrapper {
  width: 99%;
}
.dataTables_empty + .dataTables_paginate,
.dataTables_wrapper:has(.dataTables_empty) .dataTables_paginate,
.dataTables_wrapper:has(.dataTables_empty) .dataTables_info,
.dataTables_wrapper:has(.dataTables_empty) .dataTables_length {
    display: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled svg path{
  fill: #C6CBD4 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  color: #C6CBD4 !important;
}
.paginate_button.current:hover {
  background-color: #2383C8 !important;
}
#dealsNewWrapper #n-deal-adddeal .to-upper-first-letter::first-letter,
#dealsNewWrapper #n-deal-settings::first-letter {
  text-transform: uppercase;
}
#dealsnew-canban .n_deal_heading_title{
  text-align: start;
  text-transform: none;
}
#dealsnew-canban .n_deal_heading{
  background-color: #F5F6FA;
}
#dealsnew-canban .n_deal_kanban_box{
  gap: 16px;
}
#dealsnew-canban .n-deal-overdue--color {
  border-left: 3px solid #FD4D5C;
}
#dealsnew-canban .n-deal-payment--color {
  border-right: 3px solid #6CB351;
}
#newtask .text_task_for.dates span{
  font-size: 14px;
  line-height: 17px;
  font-family: 'Inter';
  display: flex;
  align-items: center;
  height: 40px;
  margin-right: 10px;
  margin-left: 12px;
  top: -6px;
}

#newtask #search_deal input,
#newtask #search input{
  width: 100%;
  height: 40px;
  border-radius: 5px;
  padding-left: 14px;
}
#newtask .text_task_for.dates{
  display: flex;
  align-items: center;
}
#newtask #start_time input{
  width: 100%;
  height: 40px;
  text-align: start;
  border-radius: 5px;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Inter';
}
#newtask #start_time {
  width: 126px;
}
#newtask .task_datetime #start_date {
  width: 303px;
  margin-bottom: 4px;
}
#newtask .task_datetime .one-date-row .block_task_time,

#newtask .one-date-row{
  display: flex;
  flex-direction: row;
}
#newtask #selectors-tasks.one-date-row > div{
  display: flex;
  flex-direction: row;
}

#newtask #selectors-tasks.one-date-row{
  justify-content: space-between;
  width: 528px;
}
#newtask #selectors-tasks-column #first-container-of-column-selector{
  display: flex;
  flex-direction: row;
}
#newtask #selectors-tasks-column.one-date-row{
  flex-direction: column;
  gap: 16px;
  justify-content: unset;
}
#newtask .task_datetime {
  display: flex;
  flex-direction: column;
}

#task-chapter-wrapper .n_task_view_item.active .n_deal_type_list svg path,
#task-chapter-wrapper .n_task_view_item.active .n_deal_type_list svg rect,
#task-chapter-wrapper .n_task_view_item.active .n_deal_type_kanban svg path,
#task-chapter-wrapper .n_task_view_item.active .n_deal_type_kanban svg rect{
  fill: #ffffff;
}
#view-toggle-wrapper,
#task-chapter-wrapper .n_task_control_block.text-right {
  display: flex;
  align-items: center;
}
#task-chapter-wrapper .n_task_view_item.active {
  background-color: #196CA7;
}
#task-chapter-wrapper #view-toggle-wrapper .n_task_view_item {
  margin-right: 0;
  border-radius: 5px;
}
#task-chapter-wrapper .n_task_control_block.n_task_control_filter {
  padding-left: 0;
  display: flex;
  align-items: center;
 
}
#task-chapter-wrapper .n_task_control_block.n_task_control_filter,
#task-chapter-wrapper .n_task_control_block.n_task_control_period {
  width: min-content;
  max-width: unset;
}
#task-chapter-wrapper #chose-time-period-controls {
  display: flex;
  flex-direction: row;
  gap: 2px;
}


#task-chapter-wrapper #chose-time-period-controls .n_task_view_item.active:hover {
  background-color: #4789B9;
}
#task-chapter-wrapper #chose-time-period-controls .n_task_view_item:hover {
  color: #196CA7;
}
#task-chapter-wrapper #chose-time-period-controls .n_task_view_item {
  background-color: #F5F6FA;
  padding: 8px 16px 8px 16px;
  color: #363F48;
  margin-right: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  font-family: 'Inter';
  text-transform: capitalize;
}
#task-chapter-wrapper #chose-time-period-controls .n_task_view_item.active {
  background-color: #196CA7;
  color: #ffffff;
}
#task-chapter-wrapper #chose-time-period-controls .n_task_view_item:last-child{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#task-chapter-wrapper #chose-time-period-controls .n_task_view_item:first-child{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#task-chapter-wrapper .n_task_control_block,
#task-chapter-wrapper .n_task_controls{
  border: none
}
#task-chapter-wrapper .n_task_container #n-task-addtask{
  white-space: nowrap;
  background-color: #196CA7;
  display: flex;
  height: 40px;
  flex-direction: row;
  border-radius: 5px;
  gap: 10px;
  padding: 10px 24px 10px 24px;
  align-items: center;
  text-transform: capitalize;
}
#task-chapter-wrapper .n_task_container .n_task_control_block.text-right{
  margin-left: auto;
  margin-right: 0;
}
#task-chapter-wrapper .n_task_container div:last-child{
  margin-left: 0;
  margin-right: 0;
}
#task-chapter-wrapper .chapter-title {
  margin-left: 30px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  font-family: 'Inter';
  color: #196CA7;
}
#task-chapter-wrapper .nt-icon-filter.hideicon:hover {
  background-color: #4789B9;
}
#task-chapter-wrapper .nt-icon-filter.hideicon {
  background-color: #196CA7;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 24px 10px 24px;
  height: 40px;
}
#task-chapter-wrapper .n_deal_content {
  max-width: 100%;
  padding: 30px;
}
#task-chapter-wrapper .nt-select-filter-item-close {
  top: -2px;
  padding-left: 8px;
}
#task-chapter-wrapper .nt-select-filter-item {
  border-radius: 50px;
  white-space: nowrap;
  width: min-content;
  background-color: #ffffff;
  height: 36px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Inter';
  padding-left: 12px;
  padding-right: 12px;
  border-color: #E7E8EC;

}
#task-chapter-wrapper .n_task_table_line,
#task-chapter-wrapper .n_task_container{
  margin: 0;
}
#task-chapter-wrapper {
  padding-top: 30px;
  margin-top: 40px;
  border-radius: 10px;
  background-color: #ffffff !important;
}
#view-content.tasks20Wrapper .n_deal_lead_block_selector .nl_block_date {
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  color: #363F48;
  font-weight: 600;
  font-family: 'Inter';
}
#view-content.tasks20Wrapper .n_deal_lead_block_selector.task_grey strong,
#view-content.tasks20Wrapper .n_deal_lead_block_selector.task_grey .nl_block_date {
  color: #9197A5;
}
#view-content.tasks20Wrapper .n_deal_lead_block_selector.task_grey {
  border: 1px solid #9197A5;
  color: #9197A5 !important;
}
#view-content.tasks20Wrapper .n_deal_lead_block_selector.task_green {
  border: 1px solid #6CB351;
}
#view-content.tasks20Wrapper .n_deal_lead_block_selector.task_red {
  border: 1px solid #FD4D5C;
}
#view-content.tasks20Wrapper .n_deal_lead_block_selector {
  border-radius: 16px;
}
#view-content.tasks20Wrapper .n_deal_heading_count {
  text-align: start;
  color: #595F6B;
  font-size: 12px;
  line-height: 17px;
  font-family: 'Inter';
}
#view-content.tasks20Wrapper .n_deal_heading_title {
  text-align: start;
  font-size: 14px;
  line-height: 20px;
  color: #363F48;
  font-weight: 600;
  font-family: 'Inter';
  text-transform: none;
}
#view-content.tasks20Wrapper .n_deal_heading_title::first-letter {
  text-transform: uppercase;
}
#view-content.tasks20Wrapper .n_deal_content {
  background-color: #ffffff;
}
#view-content.tasks20Wrapper .n_deal_kanban_box {
  gap: 20px;
}
/* #task-chapter-wrapper .fc-scrollgrid-section, */
#task-chapter-wrapper .fc-timegrid-divider.fc-cell-shaded{
  background-color: #ffffff !important;
}
#task-chapter-wrapper .fc-scrollgrid thead tr th {
  border: none !important
}
#task-chapter-wrapper .fc-scrollgrid tbody tr td {
  border: 1px solid #E7E8EC;
  border-left: none;
  border-top: none !important;

}
#task-chapter-wrapper .fc-dayGridMonth-view .fc-scrollgrid tbody tr td {
  border-left: 1px solid #E7E8EC;
}
#task-chapter-wrapper .fc-scrollgrid  thead tr th{
  padding-bottom: 30px !important;
}
#task-chapter-wrapper .fc-timeGridDay-view.fc-view.fc-timegrid .fc-timegrid-slots table tbody tr td{
  border-left: none !important;
} 
#task-chapter-wrapper .fc-dayGridMonth-view.fc-view.fc-daygrid .fc-scrollgrid .fc-scrollgrid-sync-table tbody tr td {
  height: 208px;
  padding: 15px;
}
#task-chapter-wrapper .fc-dayGridMonth-view.fc-view.fc-daygrid .fc-scrollgrid .fc-scrollgrid-sync-table tbody tr td .fc-daygrid-day-top{
  display: flex;
  width: 100% !important;
  justify-content: center !important;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Inter';
  margin-bottom: 13px;
}
#task-chapter-wrapper .fc-timeGridWeek-view.fc-view.fc-timegrid .fc-timegrid-slots table .fc-timegrid-slot-label-frame.fc-scrollgrid-shrink-frame,
#task-chapter-wrapper .fc-timeGridDay-view.fc-view.fc-timegrid .fc-timegrid-slots table .fc-timegrid-slot-label-frame.fc-scrollgrid-shrink-frame{
  display: flex;
  align-items: center !important;
}
#task-chapter-wrapper .fc-timeGridDay-view.fc-view.fc-timegrid .fc-col-header thead tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#task-chapter-wrapper .fc-timeGridDay-view.fc-view.fc-timegrid .fc-col-header thead tr th:nth-child(2) {
  width: 100%;
  display: table-cell;
}
#task-chapter-wrapper .tasks20Wrapper.fc.fc-media-screen.fc-direction-ltr.fc-theme-standard {
  padding: 0 30px  30px  30px ;
}
#task-chapter-wrapper .fc-timeGridDay-view.fc-view.fc-timegrid .fc-col-header thead tr th:first-child {
  display: none;
}
#task-chapter-wrapper .fc-col-header thead tr th {
  border: none;
}
#task-chapter-wrapper .fc-event-main {
  display: flex;
  align-items: center !important;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  font-family: 'Inter';
  border-radius: 8px;
}

#task-chapter-wrapper .fc-timegrid-divider.fc-cell-shaded{
  display: none !important;
}
#task-chapter-wrapper .fc-timegrid-event-harness .fc-event-main{
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  font-family: 'Inter';
  padding: 10px 16px 10px 16px;
}
#task-chapter-wrapper .fc-timegrid-event-harness {
  height: 40px;
  border-radius: 8px;
}
#task-chapter-wrapper .fc-timegrid-slots tbody tr {
  height: 50px;
}
#task-chapter-wrapper .fc-theme-standard .fc-scrollgrid,
#task-chapter-wrapper .fc-timeGridDay-view.fc-view.fc-timegrid thead th{
  border: none !important;
}


#task-chapter-wrapper thead .fc-scrollgrid-sync-inner{
  background-color: #F5F6FA !important;
  border-radius: 50px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  text-transform: capitalize;
}
#task-chapter-wrapper .fc-timeGridWeek-view.fc-view.fc-timegrid .fc-col-header  thead tr th .fc-scrollgrid-sync-inner,
#task-chapter-wrapper .fc-dayGridMonth-view.fc-view.fc-daygrid .fc-col-header  thead tr th .fc-scrollgrid-sync-inner {
  border-radius: 0 !important;
  border-right: 1px solid #ffffff !important;
}
#task-chapter-wrapper .fc-timeGridWeek-view.fc-view.fc-timegrid .fc-col-header thead tr th:last-child .fc-scrollgrid-sync-inner,
#task-chapter-wrapper .fc-dayGridMonth-view.fc-view.fc-daygrid .fc-col-header thead tr th:last-child .fc-scrollgrid-sync-inner {
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  border-right: none !important;
}
#task-chapter-wrapper .fc-timeGridWeek-view.fc-view.fc-timegrid .fc-col-header thead tr th:nth-child(2) .fc-scrollgrid-sync-inner,
#task-chapter-wrapper .fc-dayGridMonth-view.fc-view.fc-daygrid .fc-col-header thead tr th:nth-child(1) .fc-scrollgrid-sync-inner {
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}
#task-chapter-wrapper .fc-header-toolbar.fc-toolbar.fc-toolbar-ltr .fc-toolbar-chunk button{
  background-color: #ffffff !important;
  color: #363F48 !important;
  border: none !important;
} 
#task-chapter-wrapper .fc-header-toolbar.fc-toolbar.fc-toolbar-ltr {
  justify-content: center !important;
  gap: 10px;
}
#comms-filter-mod .modal-header {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  border-bottom: none;
  float: unset;
  padding-bottom: 24px;
}
#comms-filter-mod .modal-header .close{
  display: flex;
  flex-direction: row;
  width: max-content;

}
#comms-filter-mod #filter-clear:hover{
  color: #75AED7;
}
#comms-filter-mod #filter-clear{
  border: none;
  text-decoration: underline;
  color: #196CA7;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: 'Inter';
  text-transform: none;
  margin-bottom: -4px;
  margin-right: 16px;
}
#comms-filter-mod {
  background-color: #ffffff;
  width: 691px;
  margin-left: 30%;
  padding: 30px;
  top:10%;
  border-radius: 5px;
  height: 676px;
}
#comms-wrapper .comms-header-line .btns-wrapper #export-to-excel-csv:hover,
#comms-wrapper .comms-header-line .btns-wrapper #export-to-excel:hover{
  color:#196CA7;
}
#comms-wrapper .comms-header-line .btns-wrapper #export-to-excel-csv,
#comms-wrapper .comms-header-line .btns-wrapper #export-to-excel{
  background-color: #E7E8EC;
  width: max-content;
  height: 40px;
  font-size: 16px;
  font-weight: 550;
  font-family: "Inter";
  text-transform: none;
  letter-spacing: 0;
  line-height: 22px;
  border-radius: 5px;
	color: #363F48;
  box-shadow: none;
  border: none;
  padding: 10px 16px 10px 16px;
}
#comms-wrapper .comms-header-line .btns-wrapper #comms-filter{
  background-color: #196CA7;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Inter';
  width: 170px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: none;
  box-shadow: none;
  border: none;
}
#comms-wrapper .comms-header-line .btns-wrapper #comms-filter:focus-visible{
  outline: none;
}
#comms-wrapper .comms-header-line .btns-wrapper #comms-filter:hover{
  background-color: #2383C8;
}
#comms-wrapper .comms-header-line .btns-wrapper{
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: end;
}
#comms-wrapper .comms-header-line{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;

}
#comms-wrapper .modal-body .controls-row::after,
#comms-wrapper .modal-body .controls-row::before{
  display: none;
}
#comms-wrapper .modal-body .controls-row .control-group .select2-selection {
  height: min-content;
}

#comms-wrapper .modal-body .controls-row .control-group .select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
}
#comms-wrapper .modal-body .controls-row .control-group .select2-search.select2-search--inline {
  padding-top: 0;
  padding-bottom: 0;
}
#comms-wrapper .modal-body .controls-row .control-group .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  margin-bottom: -5px;
}
#comms-wrapper .modal-body .controls-row .input-daterange{
  display: flex;
  flex-direction: row;
  gap: 16px;
  border-radius: 5px;
}
#comms-wrapper #comms-filter-mod #filter-save:hover{
  background-color: #4789B9;
}
#comms-wrapper #comms-filter-mod #filter-save{
  margin-bottom: 0;
  margin-top: auto;
  height: 40px;
  width: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #196CA7;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Inter';
  border-radius: 5px;
  text-transform: none;
  border: none;
}
#comms-wrapper #comms-filter-mod .control-label{
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Inter';
  color: #363F48;
  margin-bottom: 2px;
}
#comms-wrapper #comms-filter-mod{
  overflow-x: hidden;
  max-height: 90vh;
  height: min-content;
}
#comms-wrapper .modal-body .controls-row .input-small-container .calendar-icon{
  position: absolute;
  top: 10px;
  right: 9px;
}
#comms-wrapper .modal-body .controls-row .input-small-container{
  position: relative;
}
#comms-wrapper .modal-body .controls-row .input-small{
  width: 100% !important;
  height: 40px;
  text-align: start;
  padding-left: 14px;
  border-radius: 5px;
  text-transform: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Inter';
  color: #363F48;
  border: 1px solid #9197A5;
}
#comms-wrapper .modal-header .modal-title{
  padding-left: 0;
}
#comms-wrapper .modal-body .controls-row .control-group input:not(.select2-search__field),
#comms-wrapper .modal-body .controls-row .control-group .select2-select{
    border: 1px solid #9197A5;
}
#comms-wrapper .modal-body .controls-row .control-group select,
#comms-wrapper .modal-body .controls-row .control-group span.select2,
#comms-wrapper .modal-body .controls-row .control-group input:not(.input-small),
#comms-wrapper .modal-body .controls-row .control-group {
  width: 100% !important;
  height: auto;
  min-height: 40px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Inter';
  color: #363F48;
}

#comms-wrapper .modal-body .controls-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  column-gap: 24px;
  row-gap: 24px;
  margin-bottom: 24px;
}

.batc-table .top .dataTables_info{
  display: flex;
  order: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Inter';
  color: #363F48;
  margin-right: 30px;
}
.batc-table .top {
  height: 40px;
  margin-bottom: 30px;
}
.batc-table .dataTables_length select{
  height: 40px;
  border-radius: 5px;
  border: 1px solid #9197A5;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Inter';
  color: #363F48;
  padding-left: 14px;
}
.batc-table .dataTables_length {
  height: 40px;
  margin-right: 24px;
  order: -1;
}
.batc-table .dataTables_length,
.batc-table .dataTables_paginate{
  width: max-content ;
}
.batc-table .dataTables_paginate{
  height: 40px;
  margin-top: 0;
}
#comms-wrapper {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
  margin: 0;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
#comms-wrapper .comms-title{
      font-size: 24px;
    line-height: 24px;
    font-weight: 550;
    font-family: 'Inter';
    color: #196CA7;
}
#comms-wrapper #tableitems_wrapper table {
  border-spacing: 0 !important;
  border-collapse: collapse !important;
}
#comms-wrapper #tableitems_wrapper table thead tr th br{
  display: none;
}
#comms-wrapper #tableitems_wrapper table thead tr th .muted{
  display: none;
}
#modal-addcomm .table.table-striped {
  margin-top: 30px;
}
#modal-addcomm .table.table-striped thead tr th {
  background-color: #F5F6FA;
  color: #363F48;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600 !important;
  font-family: 'Inter';
  vertical-align: middle;
}
#comms-wrapper #tableitems_wrapper table thead tr th {
        background: none;
        background-color: #E7E8EC !important;
        color: #363F48;
        font-weight: 600 !important;
        justify-content: space-between;
        white-space: nowrap;
        border-collapse: collapse;
        font-size: 14px;
        line-height: 18px;
}
 #comms-wrapper #tableitems_wrapper table.dataTable thead .sorting::after {
      content: "";
      display: inline-block;
      background-image: url("../../assets/css/images/sort_both_alt.png") !important;
  }
  #comms-wrapper #tableitems_wrapper table.dataTable thead .sorting_asc::after {
      content: "";
      display: inline-block;
      background-image: url("../../assets/css/images/sort_asc_alt.png") !important;
  }
  #comms-wrapper #tableitems_wrapper table.dataTable thead .sorting_desc::after {
      content: "";
      display: inline-block;
      background-image: url("../../assets/css/images/sort_desc_alt.png") !important;
  }
  #comms-wrapper #tableitems_wrapper table.dataTable thead .sorting_asc_disabled::after {
      content: "";
      display: inline-block;
      background-image: url("../../assets/css/images/sort_asc_disabled_alt.png") !important;
  }
  #comms-wrapper #tableitems_wrapper table.dataTable thead .sorting_desc_disabled::after {
      content: "";
      display: inline-block;
      background-image: url("../../assets/css/images/sort_desc_disabled_alt.png") !important;
  }
  #comms-wrapper #tableitems_wrapper table thead .sorting::after,
  #comms-wrapper #tableitems_wrapper table.dataTable thead .sorting_asc::after,
  #comms-wrapper #tableitems_wrapper table.dataTable thead .sorting_desc::after,
  #comms-wrapper #tableitems_wrapper table.dataTable thead .sorting_asc_disabled::after,
  #comms-wrapper #tableitems_wrapper table.dataTable thead .sorting_desc_disabled::after {
      content: ""; /* Псевдоэлемент для иконки */
      display: inline-block;
      background-repeat: no-repeat;
      background-size: contain;
      margin-left: 15px !important;
      width: 16px; /* Ширина иконки */
      height: 16px; /* Высота иконки */
      margin-left: 8px; /* Отступ между текстом и иконкой */
      margin-bottom: -4px;
  }
#view-content.tasks20Wrapper .n_deal_heading {
  background-color:#F5F6FA;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
#view-content.tasks20Wrapper .n_deal_column {
  background-color: #F5F6FA;
  border-radius: 20px;
  padding: 16px;
}

@media (max-width: 1250px) {
  #modal-edit-item {
    margin-left: 55px;
  }
}
@media (max-width: 1130px) {
 
  #user-info-wrapper {
    flex-wrap: wrap;
  }
  #modal-analytics-filter {
    margin-left: 20% !important;
  }
}

@media (max-width: 1080px) {
  #modal-widget-filter {
    width: 350px !important;
  }
  #modal-widget-filter .modal-body .controls-row {
    justify-content: center;
  }
}
@media (max-width: 1000px) {
  .nps-edit-ancet-main-title-wrapper {
    flex-direction: column-reverse;
    gap: 15px;
  }
  .back-nps-main-anchor {
    margin-top: 15px;
  }
  .nps-edit-ancet-main-title-wrapper span {
    width: max-content;
    margin-bottom: 0px;
  }
  .title-wrapper .buttons-container {
    margin-top: auto !important;
    margin-bottom: 0;
  }
}
@media (max-width: 1955px) {
  /* Стили внутри этого блока применяются, когда ширина экрана <= 1955px */
  .analytics-tables-info-wrapper .loadingprocess.tableAnalytics table.table-striped.dataTable.no-footer thead th {
   padding: 5px 7px;
  }
}
@media (max-width: 1790px) {
  
  .analytics-tables-info-wrapper .loadingprocess.tableAnalytics table.table-striped.dataTable.no-footer thead th {
   /* padding: 5px 7px; */
   font-size: 12px !important;
  }
}
@media (max-width: 1690px) {
  
  .analytics-tables-info-wrapper .loadingprocess.tableAnalytics table.table-striped.dataTable.no-footer thead th {
   /* padding: 5px 7px; */
   font-size: 11px !important;
  }
}
@media (max-width: 1640px) {
  
  .analytics-tables-info-wrapper .loadingprocess.tableAnalytics table.table-striped.dataTable.no-footer thead th {
   padding: 3px 5px;
  }
  .analytics-tables-info-wrapper .loadingprocess.tableAnalytics table.table-striped.dataTable.no-footer tbody td {
   width: min-content;
   padding: 0 !important;
   font-size: 12px;
  }
}
@media (max-width: 1550px) {
  #TableLoaderImg.for-trends #dataBox .row-fluid {
    flex-direction: column;
  }
  #TableLoaderImg.for-trends #dataBox .row-fluid .span6{
    margin-left: 0px;
    width: 100%;
  }
}

@media (max-width: 1385px) {
  #tableitems_length.after-render {
        flex-wrap: wrap; /* Позволяем перенос элементов на новую строку */
    }
    .newWidgetTable .dataTables_length.after-render #create-new-widget-btn-anchor {
      margin-right: 50%;
    }
    .newWidgetTable #tableitems_length .limit-buttons {
      margin-top: 10px;
    }
    .newWidgetTable .dataTables_length.after-render .limit-select {
      margin-bottom: -20px;
    }


  /* Задаём порядок для элементов */
  .action-button.centered {
      order: 1;
  }

  #create-new-widget-btn-anchor {
      order: 2;
  }

  .limit-buttons {
      order: 3;
  }

  #top-tableitems-paginate {
      order: 4;
  }
  .analytics-tables-info-wrapper .loadingprocess.tableAnalytics table.table-striped.dataTable.no-footer thead th {
   padding: 3px 5px;
  }
  .analytics-tables-info-wrapper .loadingprocess.tableAnalytics table.table-striped.dataTable.no-footer tbody td {
   width: min-content;
   padding: 0 !important;
   font-size: 11px;
  }
  
  
}
@media (max-width: 1280px) {
  
  .analytics-tables-info-wrapper .loadingprocess.tableAnalytics table {
   margin-left: -20px;
  }
  
}
@media (max-width: 1260px) {
  
  .analytics-tables-info-wrapper .loadingprocess.tableAnalytics table.table-striped.dataTable.no-footer tbody td {
    font-size: 9px;
   }
   .analytics-tables-info-wrapper .loadingprocess.tableAnalytics table.table-striped.dataTable.no-footer thead th {
    padding: 1px 1px;
   }
   .analytics-tables-info-wrapper .loadingprocess.tableAnalytics table.table-striped.dataTable.no-footer thead th {
    /* padding: 5px 7px; */
    font-size: 9px !important;
   }
}
@media (max-width: 1200px) {
  
  #newWidgetsWrapper #tableitems_wrapper{
    overflow-x: scroll;
  }
  .analytics-tables-info-wrapper .loadingprocess.tableAnalytics table.table-striped.dataTable.no-footer tbody td {
    font-size: 9px;
   }
   .analytics-tables-info-wrapper .loadingprocess.tableAnalytics table.table-striped.dataTable.no-footer thead th {
    padding: 1px 1px;
   }
   .analytics-tables-info-wrapper .loadingprocess.tableAnalytics table.table-striped.dataTable.no-footer thead th {
    /* padding: 5px 7px; */
    font-size: 9px !important;
   }
}
@media (max-width: 1080px) {
  .newWidgetTable .dataTables_length.after-render #create-new-widget-btn-anchor {
    margin-right: 20%;
  }
  #modal-widget-filter .modal-content .modal-title {
    margin-top: 40px;
  }
}
@media (max-width: 900px) {
  .for-trends #dataBox .row-fluid .span6 .table.table-bordered{
    width: 620px;
    max-width: 580px;
  }
  #modal-edit-item {
    width: 80%;
  }
  .for-trends #dataBox .row-fluid .span6{
    width: 100%;
    overflow-x: scroll;
  }
  
  .analytics-tables-info-wrapper #TableLoaderImg {
    width: 100%;
    padding-left: 20px;
    overflow-x: scroll;
   }
}
@media (max-width: 800px) {
#modal-analytics-filter {
    margin-left: 10% !important;
  }
  
  .newWidgetTable .dataTables_length.after-render #create-new-widget-btn-anchor {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #modal-edit-user .modal-footer{
    padding-top: 0;
  }
   .sidebar .fast-menu.opened ul[data-level="2"] {
    left: 150px;
  }
  #modal-edit-user .modal-body{
    position: unset;
    height: 225px;
  }
  #modal-edit-user:has(#deal_status_id) {
    height: 690px;
    overflow-y: hidden;
  }
  #modal-edit-user:has(#deal_status_id) .modal-body .well.info{
    height: max-content;
  }
  #modal-edit-user:has(#deal_status_id) .modal-footer {
    padding-top: 14px;
  }
  #modal-edit-user:has(#deal_status_id) .modal-header,
  #modal-edit-user:has(#deal_status_id) .modal-body {
    position: unset;
  }
  #modal-edit-user {
    height: 400px;
  }
}
@media (max-width: 650px) {
   .sidebar .fast-menu.opened ul[data-level="2"] {
    left: 50px;
  }
  #modal-edit-item .control-container{
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  #modal-edit-item .control-container button{
    min-width: 240px;
  }

  #modal-edit-item {
    width: 75%;
  }
}
@media (min-width: 677px) {
    .fav-menu-toggle {
        display: none;
    }
}
@media (max-width: 676px) {
    #modal-edit-item {
      top: 57%;
      left: 40%;
      width: 90%;
    }
  #modal-nps-filter .nps-wrapper {
    gap: 20px;
  }
  #dataTableMobile .custom-row .custom-cell span .table-actions span {
    margin-bottom: 0 ;
    margin-right: 0;
  }
  header .header-row {
    margin-right: 20px;
  }
  .sidebar {
    width: 100%;
    height: 106px;
    flex-direction: row;
    gap: 0 20px;
  }
  .sidebar .sidebar-bottom,
  .sidebar .sidebar-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0 20px;
    width: 100%;
  }
   .sidebar .sidebar-bottom{
    width: max-content;
   }
  .menu-wrapper {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .sidebar .fav-menu {
    display: none;
    position: absolute;
    left: -10px;
    top: 70px;
    z-index: 1000;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(0,0,0,0.1);
    padding: 10px;
    border-radius: 10px;
    width: max-content;
  }
  .fav-menu-toggle:hover {
    border-color: #196CA7;
  }
  .fav-menu-wrapper {
    position: relative;
    width: max-content;
  }
  .fav-menu-toggle {
      display: inline-block;
      transition: background 0.2s;
  }
  .fav-menu-toggle.active {
    background-color: #196CA7;
    width: 56px;
  }
  .fav-menu-toggle.active .item-icon svg path {
    fill: #fff !important;
    transition: fill 0.2s;
  }
  .sidebar .settings-menu {
    margin-top: 0;
  }
  body.user {
    padding-left: 10px;
    padding-right: 10px;
  }
  header {
    padding-top: 125px;
  }
  .sidebar .side-logo {
    margin-right: 0;
    margin-left: 0;
  }
  .sidebar .side-logo {
    margin-left: 0;
    margin-right: auto;
  }
}

@media (max-width: 500px) {
   #modal-edit-item {
    transform: translate(-55%, -50%);
  }
   .sidebar .fast-menu.opened ul[data-level="2"] {
    left: 0;
  }
  #modal-widget-filter {
    width: 300px !important;
    left: 45%;
  }
   #modal-edit-item .control-container button{
    min-width: 180px !important;
    width: 180px !important;
  }
}
@media (max-width: 460px) {
  .nps-wrapper .mdc-button{
    max-width: 280px !important;
    width: 100% !important;
  }
  .nps-wrapper {
    flex-direction: column !important;
    gap: 20px 0;
  }
}
@media (max-width: 410px) {
  header .header-user {
    margin-left: 10px;
    width: 100%;
  }
  .dropdown > button {
    width: 100%;
  }
  header .header-chat {
    margin-left: 10px;
  }
  header .header-row {
    width: 100%;
  }
}
@media (max-width: 440px) {

  .sidebar .fast-menu.opened ul {
    position: fixed;
    left: 0 !important;
  }
}
@media (max-width: 380px) {

  header {
    padding-top: 204px;
  }
  .sidebar .sidebar-bottom {
    justify-content: end;
    margin-right: 0;
    margin-left: auto;
  }
  .custom-cell:last-of-type span:last-of-type .table-actions span{
    width: unset !important;
    margin-left: unset !important;
  }
  .custom-cell:last-of-type span:last-of-type .table-actions{
     flex-wrap: wrap;
     justify-content: start;
  }
  
}
@media (max-width: 362px) {
  .sidebar {
    height: 185px;
    flex-wrap: wrap;
  }
  #modal-edit-item {
      top: 62%;
    }
}
@media (max-height: 900px) {
  #modal-edit-item .modal-body form .control-container {
    padding-bottom: 10px;
  }
  #modal-edit-item #edit-item {
    max-height: 96%;
    min-height: 96%;
  }
}
@media (max-height: 725px) {
  #modal-edit-item .modal-body form .control-container {
    padding-bottom: 0;
    margin-bottom: -20px;
  }
  #modal-edit-item #edit-item {
    max-height: 90%;
    min-height: 90%;
  }
}
@media (max-height: 575px) {
  #modal-edit-item #edit-item {
    max-height: 85%;
    min-height: 85%;
    border-radius: 10px;
  }
}