@charset "UTF-8";
/*
Template Name: Style theme
Version: 1.0.0
Author: Maxim Chmil
Email: maxim.chmil@gmail.com
File: STYLE Css File
*/

/* Основной шрифт */
:root {
  --main-font-family: Roboto,Noto,sans-serif;
  /* --main-font-family: arial, sans-serif;
  --main-font-family: "Gill Sans", sans-serif; */
  --main-font-family-v2: Tahoma;
}

/* LOGIN & REGISTER PAGE */
.login-page
{
  background-color:#e5e7ed
}
.login-page main
{
  width:100%;
  max-width:460px;
  margin:8% auto 5%
}
.login-block
{
  background-color:#fff;
  padding:5px 30px;
  -webkit-box-shadow:0 3px 50px 0 rgba(0,0,0,.1);
  box-shadow:0 3px 50px 0 rgba(0,0,0,.1);
  text-align:left;
  border-radius:5px
}
.login-block h1,.login-block h6
{
  font-family: var(--main-font-family);
  color:#96a2b2;
  letter-spacing:1px
}
.login-block h1
{
  font-size:22px;
  margin-bottom:60px;
  margin-top:40px
}
.login-block h6
{
  font-size:11px;
  text-transform:uppercase;
  margin-top:0
}
.login-block input:-webkit-autofill
{
  -webkit-box-shadow:0 0 0 1000px #fff inset;
  -webkit-text-fill-color:#818a91;
  -webkit-transition:none;
  -o-transition:none;
  transition:none;
}
.login-block .input-group-addon
{
  color:#29aafe;
  font-size:19px;
  opacity:.5
}
.login-block .btn-block
{
  margin-top:30px;
  padding:15px;
  width: 100%;

}
.login-block .hr-xs
{
  margin-top:5px;
  margin-bottom:5px
}
.login-footer
{
  margin-top:60px;
  opacity:.5;
  -webkit-transition:opacity .3s ease-in-out;
  -o-transition:opacity .3s ease-in-out;
  transition:opacity .3s ease-in-out
}
.login-footer:hover
{
  opacity:1
}
.login-links
{
  padding:15px 5px 0;
  font-size:15px;
  color:#96a2b2
}
.login-links:after
{
  content:'';
  display:table;
  clear:both
}
.login-links a
{
  color:#96a2b2;
  opacity:.9
}
.login-links a:hover
{
  color:#29aafe;
  opacity:1
}
@media (max-width:767px)
{
  .login-page main
  {
    position:static;
    top:auto;
    left:auto;
    -webkit-transform:none;
    -o-transform:none;
    transform:none;
    padding:30px 15px
  }
  .login-block{padding:20px}}

  /* MAIN THEME */
  .autocomplite_list {
    float: left;
    list-style: none;
    margin-top: 1px;
    padding: 0;
    width: 100%;
    position: absolute;
    z-index: 2;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .25);
    max-height: 500px;
    overflow-x: auto;
    /* border: 1px solid #ced4da; */
  }
  .autocomplite_list > li {
    padding: 5px;
    background: white;
    border: 1px solid #ced4da;
    color: black;
  }
  .autocomplite_list > li:hover {
    background: #1a73e8;
    cursor: pointer;
    color: black;
  }
  .list_find {
    /*padding: 10px;*/
    border-radius: 4px;
  }

  .phone {
    width: 150px;  
  }
  
  .datetime {
    width: 153px;
  }

  .close_field_button {
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
  }
  .search_autocomplite {
      background:#fff;
      padding-right: 20px;
      top: 0;
      left: -20px;
      width: 100%;
      z-index: 103;
  }
  
  .selectize-control.single .selectize-input:after{
    transform: rotate(0deg);
  }

  .selectize-control.single .selectize-input.dropdown-active:after{
  transform: rotate(0deg);
  }
  
   .selectize-input{
    height: 37.9px;
  }
  
  .form-check-filter{
    padding-left: 2.3em;
  }
  
  a {
    text-decoration: none;  
  }
  
  .nav-second-level li a {
    font-size: 1rem;
  }  
  
  .navbar-custom {
    height: 40px;
    z-index: 9;
  }  

  .navbar-custom .topnav-menu .nav-link {
    line-height: 40px;
    color: #fff;
  }

  .nav-tabs .nav-link.active {
    color: black;
    font-size: 1rem; 
  }
  .nav-tabs .nav-link {
    color: gray;
    font-size: 1rem;   
  }

  .navbar-custom .button-menu-mobile {
    height: 40px;
    line-height: 40px;
  }

  .logo-box {
    height: 40px;
  }

  .logo-box .logo {
    line-height: 40px;
    color: white;
  }

  .content-page {
    margin-top: 50px;
    padding: 5px 5px 5px 5px;
  }

  body {
    font-family: var(--main-font-family);
    font-size: 12px;
    color: black;
    line-height: 1.2;
  }

  .row {
    --bs-gutter-x: 0.5rem;
  }

  .form-label {
    margin-bottom: 0.2rem;
    color: black;
  }

  .form-control[type="number"] {
    overflow: hidden; 
  }

  .form-control {
    font-size: 12px;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 10%);
    color: black;
    line-height: 1.2;
    /* padding: .375rem .75rem; */
    border-radius: 0.2rem;
  }  
  .form-control:focus {
    border-radius: 0rem;
  }  

  .form-control-modal {
    font-size: 12px;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 10%);
    color: black;
    padding: .375rem .75rem;
    width: auto;
  } 
  
  .form-control:hover, .form-control-modal:hover, .list_find:hover, .form-control:focus, .form-control-modal:focus .list_find:focus {
    color: black;
    border: 1px solid blue;
    border-radius: 0rem;
  }

  .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
  }  

  .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
  } 

  .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback):hover, .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback):focus {
    color: black;
    /* border: 1px solid blue; */
    border-radius: 0rem;
  }
  
  .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):hover, .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):focus {
    color: black;
    /* border: 1px solid blue; */
    border-radius: 0rem;
  }
  .noti-icon {
    font-size: 24px;
    vertical-align: middle;
  }

  :root {
    --bs-body-bg: white;
  }  
  .pagination {
    /* display: inline-block; */
    padding-left: 0;
    margin: 21px 0;
    border-radius: 0;
  }

  .footable-pagination li a {
    border-radius: 0rem;
  }

  .footable-pagination li {
    margin-left: 0px;
  }

  .left-side-menu {
    /* background: #f2f3f4; */
    background: white;
    top: 40px;
    padding: 10px 0px;
    transition: all .0s ease-out;
    font-weight: 400;
  } 

  /* .left-side-menu #sidebar-menu > ul > li > a {
    padding: 15px 20px;
    min-height: 54px;
    transition: none;
  } */
  body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li > a span {
    color: #000000;
    font-weight: bold;
  }

  body[data-sidebar-size="condensed"] .left-side-menu {
    position: absolute;
    padding-top: 10px;
    width: 70px !important;
    z-index: 5;
  }

  body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu > ul > li > a {
    padding: 5px 20px;
    min-height: 28px;
    transition: none;
  }

  #sidebar-menu>ul>li>a:hover {
    background-color: #cfd8dc; /* Цвет фона активного пункта */
    color: #1b1c1c;
    display: block;
    padding: 5px 5px;
    position: relative;
    transition: all .0s;
    font-family: var(--main-font-family);
    font-size: 14px;
    font-weight: 400;
   }

   #sidebar-menu>ul>li>a {
    color: #1b1c1c;
    display: block;
    padding: 5px 5px;
    position: relative;
    transition: all .0s;
    font-family: var(--main-font-family);
    font-size: 14px;
    font-weight: 400;
  }

  #sidebar-menu>ul>li ul {
    padding-left: 34px;
    list-style: none;
    color: #1b1c1c;
  }

  .nav-second-level li a {
    padding: 8px 20px;
    color: #1b1c1c;
    display: block;
    position: relative;
    transition: all .0s;
    font-size: .875rem;
  }

  .nav-second-level li a:hover {
    background-color: #cfd8dc;
    padding: 8px 20px;
    color: #1b1c1c;
    display: block;
    position: relative;
    transition: all .0s;
    font-size: .875rem;
  }

  #sidebar-menu .menuitem-active>a {
    color: #1b1c1c;
  }

  #sidebar-menu .menuitem-active .active {
    color: #1b1c1c;
  }

  .btn {
    line-height: 1;
  }

  .btn-circle {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #373a3c;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    /* border: 1px solid transparent; */
    padding: .375rem .75rem;
    font-size: 1rem;
    /* border-radius: 70%; */
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }

  .btn-circle:hover {
    background-color: #cfd8dc;
    /* border-radius: 70%     */
  }

  .btn-dot {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #373a3c;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 5%;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }

  .btn-dot:hover {
    background-color: #cfd8dc;
    border-radius: 5%
  }

  .btn-info {
    background-color: white;
  }

  .grey {
    color: #656b79;
  }

  .coral {
    background: #3699b7;
  }

  tbody>tr:hover {
    background-color: #cfd8dc;
  }

  .btn-label {
    background-color: inherit;
  }

  .sms-conver-count {
    background: #7a7a7a;color: white;
    padding: 0px 2.5px;
    border-radius: 5px;
    font-size: 9px;
    right: -3px;
    line-height: 9px;
    top: -2px;
    position: absolute;
    pointer-events: none;
  }

  /* .form-check-input[type=checkbox] {
    border-radius: 0em;
  } */

  .btn-primary {
    color: #fff;
    background-color: #1a73e8;
    border-color: #2780e3;
  }

  @media (min-width: 768px)
  {
    .modal-dialog-product {
      max-width: 930px;
      max-height: 630px;
      margin: 1.75rem auto;
    }
  }
  
  .card {
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
    margin-bottom: 0px;
  }

  .mt-4 {
    margin-top: 1rem!important;
  }

  /* Мусор */
  /* .card-title {
    margin: 15px 1px;
  } */
  .header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0rem 0rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
  }

  .clip {
    white-space: nowrap; /* Запрещаем перенос строк */
    overflow: hidden; /* Обрезаем все, что не помещается в область */
  }

  .column {
    white-space: nowrap; /* Запрещаем перенос строк */
    overflow: hidden; /* Обрезаем все, что не помещается в область */
    text-overflow: ellipsis; /* Добавляем многоточие */
  }

  .badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
  }

  .badge-soft-secondary {
    color: #6c757d;
    background-color: rgba(108,117,125,.18);
    box-shadow: none;
  }

  .badge-soft-success {
    color: #1abc9c;
    background-color: rgba(26,188,156,.18);
    box-shadow: none;
  }

  .badge-soft-danger {
    color: #f1556c;
    background-color: rgba(241,85,108,.18);
    box-shadow: none;
  }

  .badge-soft-warning {
    color: #f7b84b;
    background-color: rgba(247,184,75,.18);
    box-shadow: none;
  }

  .badge-soft-info {
    color: #4fc6e1;
    background-color: rgba(79,198,225,.18);
    box-shadow: none;
  }

  .badge-soft-pink {
    color: #f672a7;
    background-color: rgba(246,114,167,.18);
    box-shadow: none;
  }

  .badge-soft-blue {
    color: #4a81d4;
    background-color: rgba(74,129,212,.18);
    box-shadow: none;
  }

  .badge-soft-light {
    color: #f3f7f9;
    background-color: rgba(243,247,249,.18);
    box-shadow: none;
  }

  .badge-soft-dark {
    color: #323a46;
    background-color: rgba(50,58,70,.18);
    box-shadow: none;
  }

  .bg-primary {
    background-color: rgba(102,88,221, 1) !important;
  }

  .bg-secondary {
    background-color: rgba(108,117,125, 1) !important;
  }

  .bg-success {
    background-color: rgba(26,188,156, 1) !important;
  }

  .bg-pink {
    background-color: rgba(246,114,167, 1) !important;
  }

  .bg-dark {
    background-color: rgba(50,58,70, 1) !important;
  }

  .bg-blue {
    background-color: rgba(74,129,212, 1) !important;
  }

  .bg-danger {
    background-color: rgba(241,85,188, 1) !important;
  }

  .bg-warning {
    background-color: rgba(247,184,75, 1) !important;
  }

  .bg-light {
    background-color: rgba(243,247,249, 1) !important;
  }

  .fht-cell {
    display: none;
  }

  /* th:hover .fht-cell{
    display:block;
} */

  /* input[type="search"] {
    padding: .375rem 0rem;  
  } */

  .text-dark {
    color: rgba(50,58,70, 1) !important;
  }

  .badge-size-2 {
    font-size: 12px;
  }
  .card-body-list {
    padding: 1rem 0rem;
  }

  .card-body {
    padding: 0.2rem 1rem;
  }

  .page-title-box .page-title {
    font-size: 1rem;
  }

  .page-title-right {
    margin-top: 15px;
  }

  .form-check-input {
    /*margin-top: 0.3em; */
    width: 1.5em;
    height: 1.5em;
    margin-top: -0.1em;
    /* margin-right: 0.3rem;  */
  }
  .close-card-element {
      display: inline-block;
      vertical-align: top;
  }
  .form-check-input-column {
    margin-top: 5px;
  }  
  /* .table-light { 
    border: 1px solid #dfe0e1;
  } */

  /* table thead tr th{
    border: 1px solid #dfe0e1;
    border-style: solid;
  } */

  .text-left {
    text-align: left !important;
  }

  tbody, td, tfoot, th, thead, tr {
    border-color: #dfe0e1;
    border-style: solid;
    border-width: 1px;
    /* border: 1px solid black; */
  }

  .panel-board {
    box-sizing: border-box;
    color: rgb(33, 37, 41);
    display: flex;
    flex-wrap: wrap;
    font-family: var(--main-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
  }

  .panel-item {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(71, 70, 68, 0.17) 2px 3px 4px 1px, rgba(71, 70, 68, 0.17) 2px 3px 4px 1px;
    box-sizing: border-box;
    color: rgb(144, 144, 144);
    cursor: pointer;
    font-family: var(--main-font-family);
    font-size: 16px;
    font-weight: 400;
    height: 150px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 55px;
    text-align: center;
    text-decoration-color: rgb(144, 144, 144);
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease;
    width: 400px;
  }

  .img-integration {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    box-sizing: border-box;
    color: rgb(144, 144, 144);
    cursor: pointer;
    font-family: var(--main-font-family);
    font-size: 16px;
    font-weight: 400;
    height: 35px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
  }

  .dropdown-item {
    font-size: 14px;
  }

  .scale {
    transition: 0.5s; /* Время эффекта */
  }
  .scale:hover {
    transform: scale(1.1); /* Увеличиваем масштаб */
  }

  #sidebar-menu > ul > li > a i {
    font-size: 1.3rem;
  }

  #sidebar-menu > ul > li > a > span {
    margin-left: 20px;
  }

  .dropdown-divider {
    border-top: 1px solid #566676;
  }

  /* input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    height: auto;
    /* opacity: 1; */
  /* } */ */

  /* input[type='number'] {-moz-appearance:textfield;}
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none;margin: 0;} */


  tr:hover {
    cursor: pointer;
    color: #000000; /* Цвет ссылки при наведении на нее курсора мыши */  
   }
  
  /*Для исправления оформления bootswatch */
  .table>:not(:first-child) {
    border-top: 0px;
  } 

  .table-filtering {
    min-height: 600px;
  } 

  th {
    background-color: #f2f2f2;  
  }

  table, .table {
    color: black;
    /* border-collapse: initial; */
    border-collapse: collapse;
    /* border: 1px solid black; */
    table-layout: fixed;
    word-wrap: break-word;

  }

  .table > :not(caption) > * > * {
    padding: .2rem .3rem;
  }
  

  /* +++ стандартная таблица +++ */s
  .table {
    /* width: 100%; */
    margin-bottom: 20px;
    border: 1px solid #dddddd;
    border-collapse: collapse; 
  }
  
  .table th { 
    font-weight: bold;
    padding: 5px;
    background: #efefef;
    border: 1px solid #dddddd;
    vertical-align: top;
  }
  
  .table td {
    border: 1px solid #dddddd;
    padding: 5px;
    vertical-align: middle;
  }

  .disabled {
    pointer-events: none;
  }
  /* --- стандартная таблица --- */

    /* +++ bootstrap-table+++ */
  .bootstrap-table .table:not(.table-sm)>tbody>tr>td {
      padding: 0.25rem;
  }
  .bootstrap-table .fixed-table-toolbar .bs-bars, .bootstrap-table .fixed-table-toolbar .columns, .bootstrap-table .fixed-table-toolbar .search {
      position: relative;
      margin-top: 0px;
      margin-bottom: 0px;
  }
  .form-select {
    font-size: 14px;
    line-height: 1;
  }
  .form-control-panel {
      font-size: 14px;
      box-shadow: 0 0 0 0 rgb(0 0 0 / 10%);
      /* color: white; */
      /* padding: 0.375rem 0.75rem; */
      width: auto;
      font-weight: bold;
      /* max-height: 28px; */
  }
  .bs-bars {
      padding-bottom: 10px;    
  }
  .dropdown-menu-right {
      inset: 0px 0px auto auto;    
  }

  .language-dropdown {
    min-width: 20px;
}
  /* --- bootstrap-table --- */

  .modal-full-width {
    width: 95%;
    max-width: none;
  }
 

  /* +++ bootstrap-table-filter-control.css +++ */
  .no-filter-control {
    height: 30px;
  }
  
  .filter-control {
    margin: 0 2px 2px;
  }
  
  .ms-choice {
    border: 0;
  }
  
  .ms-parent > button:focus {
    outline: 0;
  }
  /* --- bootstrap-table-filter-control.css --- */

/* --- pay_form --- */
  .box {
    padding: 30px 30px;
    box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
    background: #fff;
    height: 100%;
    border-top: 4px solid #fff;
    border-radius: 5px;
}
.scale {
    transition: 0.5s;
}
.pricing {
    font-size: 48px;
    color: #37517e;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    margin-bottom: 25px;
}

.pricing h4 {
  font-size: 48px;
  color: #37517e;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 25px;
}

.month {
    color: #47b2e4;
    font-size: 18px;
    display: block;
}
.tariff-card {
    box-shadow: rgba(71, 70, 68, 0.17) 2px 3px 4px 1px, rgba(71, 70, 68, 0.17) 2px 3px 4px 1px;
    margin-left: 10px;
    margin-right: 10px;
}

.list-group-item2 {
  position: relative;
  display: block;
  padding: 0rem 0rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 0px;
}

#div-scroll-table-test {
    position: absolute;
    min-height: 360px;
    left: 1px;
    top: 40px;
    right: 0px;
    bottom: 36px;
    /* border: 1px solid #6A9FD0; */
    border-bottom: 1px solid #C1D8EC;
    overflow: auto;
    background: #FFF;
}