#body-override {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 0.8rem;
  font-weight: 200;
  text-transform: uppercase;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("https://insurance.alesta.group/img/bg.jpg");
  background-attachment: fixed;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

#body-override .form-custom {
  display: block;
  width: 50%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#body-override .form-custom-height {
  min-height: calc(1rem + (0.5rem + 2px));
  height: 10%;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

/* Label styles */
#body-override .form-label {
  margin-bottom: 0.1rem;
}

#body-override .col-form-label {
  padding-top: calc(0rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

#body-override .form-text {
  margin-top: 0.25rem;
  font-size: .875em;
  color: #6c757d;
  text-transform: lowercase;
}

#body-override .form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url(data:image/svg + xml,
 %3csvgxmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" %3e%3cpathfill="none" stroke="%23343a40" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2 5l6 6 6-6" /%3e%3c/svg%3e);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #b07886;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#body-override .form-select:focus {
  border-color: #9d5769;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(211 180 188);
}

#body-override .form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: .875rem;
  border-radius: 0.2rem;
}

#body-override .card-body {
  flex: 1 1 auto;
  padding: 0rem 0rem 0.2rem 0.2rem;
}

#body-override .main-card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem 1rem 1rem;
}

#body-override .card-header {
  padding: 0.2rem 0.2rem 0.2rem 0.2rem;
  margin-bottom: 0;
  background-color: rgb(7 7 7 / 37%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  text-align: center;
  font-style: italic;
  color: #fff;
}

#body-override .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fefefe8a;
  background-clip: padding-box;
  border: 1px solid #9d5769;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#body-override .form-control-dark {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #99c1ff;
  background-color: #212529;
  background-clip: padding-box;
  border: 1px solid #9d5769;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#body-override .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #b78592;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(199 158 169);
}

#body-override .form-control-dark:focus {
  color: #212529;
  background-color: #cddef7;
  border-color: #b78592;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(199 158 169);
}

#body-override .form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: .75rem;
  border-radius: 0.2rem;
}

#body-override .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgb(72 177 173);
  border-radius: 0.25rem;
}

#body-override .form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  cursor: pointer;
  box-shadow: 0 0 0 0.25rem rgb(13 110 249 / 25%);
}

#body-override .form-check-label {
  cursor: pointer;
}

#body-override .form-check-input:checked {
  background-color: #75c4c1;
  border-color: #75c4c1;
}

#body-override .form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

#body-override .section-hide,
.btn-hide {
  display: none;
}

#body-override .btn-show {
  display: inline-block;
}

#body-override .title-strong {
  font-weight: 400;
  font-size: 0.9rem;
  color: #6c757d !important;
}

#body-override .nav-tabs {
  border-bottom: 1px solid #49b1ad;
}

#body-override .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #a76878;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

#body-override .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #49b1ad #49b1ad #fff;
}

#body-override .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #b3788c;
}

#body-override .rateCurrency {
  font-size: 0.9rem;
}

#body-override .removeItem {
  cursor: pointer;
}

#body-override .editItem {
  cursor: pointer;
}

#body-override .textarea {
  resize: vertical;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #9d5769;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#body-override .textarea-dark {
  resize: vertical;
  color: #99c1ff;
  background-color: #212529;
  background-clip: padding-box;
  border: 1px solid #9d5769;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#body-override .textarea:focus {
  color: #212529;
  background-color: #fff;
  border-color: #b78592;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(199 158 169);
}

.countLines {
  counter-reset: trCount;
  overflow: auto;
}

.countLines tr td:first-child:before {
  position: relative;
  counter-increment: trCount;
  content: counter(trCount);
  color: #1d1f21;
}

.countLinesTh {
  counter-reset: trrCount;
  overflow: auto;
}

.countLinesTh tr td:nth-child(2):before {
  position: relative;
  counter-increment: trrCount;
  content: counter(trrCount);
  color: #1d1f21;
}

#body-override .alert {
  position: relative;
  padding: 0rem 1rem;
  margin-bottom: 0rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

#body-override p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

#body-override .card-text:last-child {
  margin-top: 0;
  margin-bottom: 0;
}

#body-override .table-dark {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #5a9cdd;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #a56686;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #cfe2ff;
  vertical-align: top;
  border-color: #dee2e6;
}

#body-override .text-muted-dark {
  --bs-text-opacity: 1;
  color: #3c7fcd !important;
}

#body-overide .modal .fade {
  transition: opacity .15s linear;
}

#body-override .modal-content-dark {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #4a4a4a;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0.3rem;
  outline: 0;
}

#body-override .modal-title-dark {
  margin-bottom: 0;
  line-height: 1.5;
  color: #3c7fcd;
}

#body-override .textUp {
  text-transform: uppercase;
}

#body-override .air-datepicker-global-container {
  z-index: 2000 !important
}

#body-override .shadow-dark {
  box-shadow: 0px 0rem 1rem 0px !important;
}

input[data-name="country"] {
  /* background: url(/img/globe2.svg) no-repeat; */
}

datalist {
  position: absolute;
  max-height: 20em;
  border: 0 none;
  overflow-x: hidden;
  overflow-y: auto;
}

datalist option {
  font-size: 0.8em;
  padding: 0.3em 1em;
  background-color: #ccc;
  cursor: pointer;
}


datalist option:hover,
datalist option:focus {
  color: #fff;
  background-color: #036;
  outline: 0 none;
}

#body-override .modal {
  z-index: 1200;
}

#body-override .dropdown-menu li {
  padding-left: 1rem;
  padding-bottom: 0.5rem;
  text-transform: capitalize;
}

#body-override .glyphicon {
  color: #00bf4f !important;
}

#body-override .pop-hide {
  display: none;
}

#body-override .pop-show {
  display: block;
}

#body-override .copyItem {
  cursor: pointer;
}

#body-override .popover-body {
  height: 100px;
  width: 300px;
  overflow-y: auto;
}

#body-override .popover-content {
  cursor: pointer;
}

#body-override .input-group {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
}

#body-override .badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 1em;
  font-weight: 3;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  text-transform: none;
}

/* #body-override .offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  transform: translateY(-100%);
} */


/* Style for TNVED */

.main-item__close-folder {
  background-image: url('../img/close-folder.png');
  background-size: 20px auto;
  background-position-x: 2px;
  background-position-y: 2px;
  background-repeat: no-repeat;
  z-index: 100;
  cursor: pointer;
}

.main-item__open-folder {
  background-image: url('../img/open-folder.png');
  background-size: 20px auto;
  background-position-x: 2px;
  background-position-y: 2px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.item__indent {
  padding-left: 25px;
}

.item__final-code {
  background-color: #f1e21483;
  position: relative;
}

.item__final-code::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #222;
  left: -10px;
  top: 10px;
}

.item__tariff {
  display: block;
  font-style: italic;
  padding: 0;
  margin: 0;
  margin-top: -5px;
}

/* .main-item__open-folder::after {
    content: '';
    height: 50%;
    width: 1px;
    border-left: 1px solid black;
    position: absolute;
    left: 5px;
    top: 16px;
  } */

.main-item__tnved-code {
  background-color: #139995;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: 20px;
  position: relative;
}

.main-item__tnved-code::after {
  content: '';
  width: 8px;
  height: 8px;
  background-color: black;
  position: absolute;
  top: 7px;
  left: -15px;
  border: 1px solid black;
  border-radius: 8px;
}

.main-item__ul-arrows,
.main-item__ul-arrows li {
  position: relative;
}

.main-item__ul-arrows::after {
  content: '';
  position: absolute;
  height: calc(100% - 17px);
  top: 0;
  left: 5px;
}

/* .main-item__ul-arrows li::after {
    content: '';
    position: absolute;
    border-bottom: 1px solid black;
    left: -5px;
    top: 12px;
    width: 9px;
    height: 100%;
  } */

/* .main-item__ul-arrows li::before {
    content: '';
    position: absolute;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    left: -5px;
    top: 0px;
    /* width: 8px;
    height: 12px;
  } */

/* .main-item__ul-arrows li:not(:last-child):before {
    content: '';
    position: absolute;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    top: 0px;
    height: 100%;
  } */

/* .main__item
   li{
    border: 2px solid red;
  } */

.main-item__second-folder {
  width: 24px;
  height: 24px;
  padding-left: 0;
}

.main-item__tariff-advalor {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  font-size: 14px;
  font-style: italic;
}

/* SEARCH BLOCK */

.search__btn {
  padding: 20px;
  background-image: url('../img/search.svg');
  background-size: 30px auto;
  background-position: 4px;
  background-repeat: no-repeat;
}

.search__btn:hover {
  background-size: 25px auto;
  background-position: 6px;
}

.search__btn:active {
  background-size: 32px;
  background-position: 2px;
}

/* FOOTER */

/* КЛАССЫ ДЛЯ РАЗДЕЛОВ/ПОДРАЗДЕЛОВ */

.main-section__2 {
  padding-left: 30px;
}



#main__search-field li {
  cursor: pointer;
  border-top: 1px solid black;
  padding: 5px 0;
}

#main__search-field li:last-child {
  border-bottom: 1px solid black;
  padding: 5px 0;
}

#main__search-field li:hover {
  border: 2px solid black;
  border-left: none;
  border-right: none;
}

.letters {
  background-color: var(--green);
}

#body-override .form form {
  width: 400px;
  margin: 0 auto;
  padding-top: 100px;
}

#body-override .shadow {
  background-color: white;
}

#body-override .logo-pad {
  padding-top: 100px;
}

#body-override .user-wrapper-end {
  display: flex;
  justify-content: flex-end;
}

#body-override .linkType {
  cursor: pointer;
}

#body-override .sticky-top {
  position: static;
}

#body-override .btn-info {
  color: rgb(246, 239, 239);
  background-color: #000000c2;
  border-color: #0dcaf0;
}

#body-override .btn-success {
  color: #fff;
  background-color: #19875470;
  border-color: #198754;
}

#body-override .list-group-item-green {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #f2eeee;
  text-decoration: none;
  background-color: #070707db;
  border: 1px solid rgba(0, 0, 0, .125);

}

#body-override .list-group-item-purple {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #fbfdff;
  text-decoration: none;
  background-color: #179cecab;
  border: 1px solid rgba(0, 0, 0, .125);
}

#body-override .list-group-item-logs {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #fbfdff;
  text-decoration: none;
  background-color: #2917ecab;
  border: 1px solid rgb(126 126 252 / 26%);
}

#body-override .badge-red {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 1em;
  font-weight: 3;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  text-transform: none;
  background-color: #f0141496 !important;
}

#body-override .badge-logs {
  display: inline-block;
  /* padding: 0.35em 0.65em; */
  font-size: 1em;
  font-weight: 3;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  text-transform: none;
  background-color: #f0921496 !important;
}

.border-logs {
  border-color: #491bef !important;
}

.btn-secondary-grey {
  color: #fff;
  background-color: #6c757d8f;
  border-color: #6c757d;
}

#body-override .card-header-logs {
  padding: 0.2rem 0.2rem 0.2rem 0.2rem;
  margin-bottom: 0;
  background-color: #2917ecab;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  text-align: center;
  font-style: italic;
  color: #fff;
}

.important_input {
  border: 3px solid #9d5769 !important;
}

.countdown {
  color: #000;
  display: inline-block;
  font-weight: 1;
  text-align: center;
  /* font-size: 1px; */
}

.countdown-number {
  padding: 1px;
  border-radius: 3px;
  display: inline-block;
}

.countdown-time {
  padding: 5px;
  border-radius: 3px;
  background: #a29e9e;
  display: inline-block;
}

.countdown-text {
  display: block;

}

.card_new {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  background-color: #7fd2e2;
}

/* On mouse-over, add a deeper shadow */
.card_new:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

/* Add some padding inside the card container */
.container_card {
  padding: 2px 16px;
}

.swal2-container {
  z-index: 20000 !important;
}

#body-override .dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: #f5eaa7;
}