@media (max-width: 991.98px) {
  .content-main-inner.new-ws {
    width: 100%;
  }
}
html {
  font-size: 10px;
}

.new-ws {
  font-size: 14px;
  line-height: 24px;
}
.new-ws .titlepage-img, .new-ws h1 {
  padding: 0 !important;
}
.new-ws a.link-about-dxf {
  padding-left: 0;
  padding-right: 0;
}
.new-ws .load-file-block {
  margin-left: -20px;
  margin-right: -20px;
}
.new-ws .text-inner {
  padding: 45px 45px;
}
@media (max-width: 991.98px) {
  .new-ws .text-inner {
    padding: 30px 30px;
  }
}
@media (max-width: 767.98px) {
    .new-ws .text-inner {
        padding: 30px 20px;
    }
}
.new-ws a.link-instruction {
  padding: 30px 0 0;
  margin: 45px 0 0;
  position: relative;
  height: auto;
}
.new-ws a.link-instruction:after {
  content: '';
  position: absolute;
  width: calc(100% + 30px);
  height: 1px;
  top: 0;
  left: -15px;
  background: #D9D9D9;
}
@media (min-width: 320px) and (max-width: 767px) {
  .new-ws.col-md-8.content-main-inner a.link-about-dxf, .new-ws.col-md-11.content-main-inner a.link-about-dxf {
    padding: 0;
  }
}
.new-ws p {
    color: #3e3e3e;
}
.new-ws b {
    font-weight: 600;
}
.new-ws .btn {
    font-weight: 500;
}
h2 {
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 35px;
}
.fw-500 {
    font-weight: 500;
}
.fs-12 {
    font-size: 12px;
}
.collapse-content {
  padding-bottom: 30px;
}

.btn-primary {
  --bs-btn-bg: #23A54F;
  --bs-btn-border-color: #23A54F;
  --bs-btn-hover-bg: #23A54F;
  --bs-btn-hover-border-color: #23A54F;
  --bs-btn-focus-shadow-rgb: none;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #23A54F;
  --bs-btn-active-border-color: #23A54F;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #C4C4C4;
  --bs-btn-disabled-border-color: #C4C4C4;
}

.btn-outline-primary {
  --bs-btn-color: #23A54F;
  --bs-btn-border-color: #23A54F;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #23A54F;
  --bs-btn-hover-border-color: #23A54F;
  --bs-btn-focus-shadow-rgb: none;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #23A54F;
  --bs-btn-active-border-color: #23A54F;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-secondary {
  --bs-btn-color: #C4C4C4;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #C4C4C4;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #C4C4C4;
  --bs-btn-hover-border-color: #C4C4C4;
  --bs-btn-active-color: #C4C4C4;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #C4C4C4;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #C4C4C4;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #C4C4C4;
}

a.btn-primary:focus {
  color: #fff;
}

.btn {
  --bs-btn-padding-x: 30px;
  --bs-btn-padding-y: 10px;
  --bs-btn-font-size: 14px;
  --bs-btn-border-radius: 30px;
  transition: all .3s;
}
@media (max-width: 575.98px) {
  .btn {
    --bs-btn-padding-x: 25px;
  }
}
.btn:focus-visible {
  box-shadow: none;
}
.btn.btn-sm {
  --bs-btn-padding-y: 8px;
  --bs-btn-padding-x: 22px;
  --bs-btn-font-size: 14px;
  --bs-btn-border-radius: 30px;
}
.btn.btn-xs {
  --bs-btn-padding-y: 5px;
  --bs-btn-padding-x: 20px;
  --bs-btn-font-size: 14px;
}
.btn.btn-icon {
  display: flex;
  align-items: center;
}
.btn.btn-custom {
  font-size: 12px;
  padding: 8px 16px;
  border-radius: 4px !important;
  border: 1px solid #D0EADA;
  color: #23A54F;
}
.btn.btn-custom.active, .btn.btn-custom:hover {
  background: #23A54F;
  color: #fff;
}
.btn.btn-blued:hover {
  background: #005fcf;
  border-color: #005fcf;
  color: #fff;
}
.btn.btn-spinner {
  --bs-btn-padding-x: 40px;
  position: relative;
}
.btn.btn-spinner.loading .sk-fading-circle {
  display: block;
}
.btn.btn-spinner .sk-fading-circle {
  right: 5px;
  display: none;
}
.btn > svg {
  margin-right: 10px;
}
.btn.btn-disabled:hover {
    cursor: not-allowed !important;
}
.btn.btn-disabled:before, .btn.btn-disabled:after {
    display: none;
}

.btn-group.radio-group {
  border-radius: 30px;
  border: 1px solid #23A54F;
  padding: 4px;
}
.btn-group.radio-group .btn {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  font-size: 10px;
  line-height: 11px;
  border-radius: 45px !important;
}
.btn-group.radio-group .btn-check + .btn {
  margin-right: 0;
}
.btn-group.radio-group .btn-check:not(:checked) + .btn {
  z-index: 1;
  border-color: transparent;
  background: #fff;
  color: #23A54F;
}
.btn-group.radio-group .btn-check:checked + .btn {
  z-index: 5;
}

.btn-close:focus {
  box-shadow: none;
}

.btn-outline-primary.btn-icon:focus, .btn-outline-primary.btn-icon:active, .btn-outline-primary.btn-icon:hover {
  background: #fff;
  color: #23A54F;
}

.offcanvas-title {
  font-size: 18px;
  font-weight: 600;
}

@media (min-width: 992px) {
  .offcanvas {
    --bs-offcanvas-zindex: 1055;
    --bs-offcanvas-width: 20%;
    max-width: 400px;
  }
}
.offcanvas .alert {
  margin: 0;
  flex-direction: column;
  align-items: flex-start;
  font-size: 12px;
  padding: 15px;
  border: 1px solid;
  margin-bottom: 15px;
}
.offcanvas .alert svg {
  flex: 0 0 30px;
  margin: 0 0 15px;
}
.offcanvas .list-group-item, .result-inner .list-group-item {
  margin-bottom: 15px;
  font-size: 12px;
  padding: 15px;
  word-wrap: break-word;
  line-height: 20px;
  border-color: #C4C4C4;
  border-radius: 10px;
}
.result-inner .list-group-item {
    background: #fff;
}
.result-inner .list-group-item+.list-group-item {
    border-top-width: 1px;
}
.result-inner .list-group-item.danger {
    background: #FFF9F9;
    border-color: #D70C17;
}
.result-inner .list-group-item.warning {
    background: #FFF3E8;
    border-color: #FF8E1D;
}
.offcanvas .offcanvas-body {
  overflow-y: auto;
  height: 100%;
  max-height: 90vh;
}
.offcanvas .offcanvas-body::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
}
.offcanvas .offcanvas-body::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.offcanvas .offcanvas-body::-webkit-scrollbar-thumb {
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 9999px;
  background: #E1E1E1;
  background-clip: padding-box;
}
.offcanvas .offcanvas-body::-webkit-scrollbar-thumb:horizontal {
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 9999px;
  background: #E1E1E1;
  background-clip: padding-box;
}

.offcanvas-subtitle {
  display: flex;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  padding-left: 15px;
  margin: 40px 0 15px;
  color: #3E3E3E;
}
.offcanvas-subtitle.danger {
  color: #D70C17;
}
.offcanvas .list-group-item.danger {
    background: #FFF9F9;
    border-color: #D70C17;
}
.offcanvas-subtitle.warning {
  color: #FF8E1D;
}
.offcanvas .list-group-item.warning {
    background: #FFF3E8;
    border-color: #FF8E1D;
}
.offcanvas-subtitle svg {
  margin-right: 8px;
}
.offcanvas-subtitle.warning svg path {
    fill: #FF8E1D;
}

.alert {
  display: flex;
  align-items: center;
  padding: 25px 25px 25px 25px;
  border-radius: 10px;
  border: 1px solid transparent !important;
  margin: 30px 0;
  box-shadow: 0 4px 20px rgba(172, 170, 170, 0.25);
}
@media (max-width: 575.98px) {
    .alert {
        flex-wrap: wrap;
    }
    .alert svg {
        margin: 0 0 10px;
    }
}
.alert.alert-danger {
  --bs-alert-color: #D70C17;
  --bs-alert-bg: #fff;
}
.alert.alert-danger p {
  color: #D70C17;
}
.alert.alert-success {
  --bs-alert-color: #23A54F;
  --bs-alert-bg: #fff;
}
.alert.alert-success p {
  color: #23A54F;
}
.alert.alert-warning {
  --bs-alert-color: #23A54F;
  --bs-alert-bg: #fff;
}
.alert.alert-warning p {
  color: #23A54F;
}
.alert svg {
  margin-right: 20px;
  flex: 0 0 50px;
}
.alert b {
  font-weight: 600;
}

.live-search .alert {
  padding: 15px 15% 15px 15px;
}
.live-search .alert svg {
  flex: 0 0 30px;
  position: relative;
  width: 30px;
  height: 30px;
  top: 0;
}

.accordion-item {
  margin-bottom: 12px;
  border: none;
}

.accordion-header {
  margin-bottom: 0;
  padding: 0;
  display: flex;
  align-items: center;
  border-radius: 10px;
  position: relative;
  z-index: 5;
  background: #fff;
  box-shadow: 0 0 30px rgba(227, 227, 227, 0.5);
}

.accordion-button {
  min-height: 80px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding: 20px 44px 20px 24px;
}
@media (max-width: 767.98px) {
  .accordion-button {
    padding: 20px 34px 20px 15px;
    line-height: 20px;
  }
}
@media (max-width: 575.98px) {
  .accordion-button {
    padding: 15px 15px 15px 15px;
    flex-wrap: wrap;
  }
}
.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  background: none;
  box-shadow: none;
  color: #3E3E3E;
}
.accordion-button:not(.collapsed):after {
  background-image: url(../img/form/dropdown.svg);
  transform: rotate(-180deg);
}
.accordion-button:after {
  background-image: url(../img/form/dropdown.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 15px;
  height: 8px;
  top: 42px;
  transition: none;
}
@media (max-width: 575.98px) {
  .accordion-button:after {
    position: absolute;
    top: 15px;
    right: 15px;
  }
}
.accordion-button .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
@media (max-width: 575.98px) {
  .accordion-button .icon {
    margin: 0 0 10px 0;
    justify-content: flex-start;
  }
}

.accordion-collapse {
  box-shadow: 0 0 30px rgba(227, 227, 227, 0.5);
  border-radius: 0 0 10px 10px;
}

.accordion-body {
  padding: 65px 24px 30px;
  margin-top: -35px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  position: relative;
}
@media (max-width: 991.98px) {
  .accordion-body {
    margin-top: -25px;
    padding: 55px 14px 20px;
  }
}

#forest .accordion-body .row, #forest .modal-content .row {
  align-items: flex-end;
}
#forest .nav-kpt li a, #forest .nav-kpt li > span {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  #forest .nav-kpt li a, #forest .nav-kpt li > span {
    font-size: 12px;
  }
}

.form-label {
  font-size: 12px;
  color: #C1BEBE;
  margin-bottom: 6px;
  line-height: 18px;
}
.form-label .snow-color {
  margin-left: 2px;
}

.form-control, .form-select {
  border-color: #D0EADA;
  color: #3E3E3E;
  padding: 7px 15px;
  border-radius: 4px;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 767.98px) {
  .form-control, .form-select {
    margin-bottom: 10px;
  }
}
.form-control.error, .form-select.error {
  border-color: #D70C17;
}
.form-control:focus, .form-select:focus {
  box-shadow: none;
  border-color: #23A54F;
}
.form-control option:hover, .form-select option:hover {
  cursor: pointer;
}

.form-control.error {
  background-image: url(../img/form/error.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 16px 16px;
  padding-right: 24px;
}
.form-control::-webkit-input-placeholder {
  color: #3E3E3E;
}
.form-control::-moz-placeholder {
  color: #3E3E3E;
}
.form-control:-moz-placeholder {
  color: #3E3E3E;
}
.form-control:-ms-input-placeholder {
  color: #3E3E3E;
}
.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.form-control:focus::-moz-placeholder {
  color: transparent;
}
.form-control:focus:-moz-placeholder {
  color: transparent;
}
.form-control:focus:-ms-input-placeholder {
  color: transparent;
}
textarea.form-control {
    padding: 12px 15px;
}
.form-select {
  min-height: 38px;
  background-image: url(../img/form/dropdown.svg);
  background-size: 13px 6px;
  padding-right: 24px;
}
.form-select::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
}
.form-select::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.form-select::-webkit-scrollbar-thumb {
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 9999px;
  background: #E1E1E1;
  background-clip: padding-box;
}
.form-select::-webkit-scrollbar-thumb:horizontal {
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 9999px;
  background: #E1E1E1;
  background-clip: padding-box;
}
.form-select:hover {
  cursor: pointer;
}

.form-select[multiple]::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
}
.form-select[multiple]::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.form-select[multiple]::-webkit-scrollbar-thumb {
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 9999px;
  background: #E1E1E1;
  background-clip: padding-box;
}
.form-select[multiple]::-webkit-scrollbar-thumb:horizontal {
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 9999px;
  background: #E1E1E1;
  background-clip: padding-box;
}
@media (max-width: 575.98px) {
  .form-select[multiple] {
    padding-left: 8px;
  }
}
.form-select[multiple] option {
  padding: 4px 6px;
  border-radius: 4px;
  margin-bottom: 2px;
}
.form-select[multiple]:focus option {
  color: #3E3E3E;
}
.form-select[multiple]:focus option:checked {
  background: #E9F6ED linear-gradient(0deg, #23A54F 0%, #23A54F 100%);
}

input[type="date" i]::-webkit-calendar-picker-indicator {
  background-image: url(../img/form/calendar.svg);
  background-origin: content-box;
  background-size: contain;
  height: 20px;
  width: 20px;
  cursor: pointer;
}

.form-control[type="date"] {
  padding-right: 8px;
}

.input-group-text {
  color: #3E3E3E;
  background: none;
  border: none;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 0;
  --bs-card-border-color: transparent;
  --bs-card-border-radius: 0;
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
}

.card-header {
  padding: 0;
  background-color: #fff;
  border-bottom: none;
  font-size: 12px;
  font-weight: 500;
}

.big-title {
  font-size: 12px;
  font-weight: 500;
}

.card-body {
  padding: 8px 0 28px;
}

.btn-group-custom .btn-check:not(:checked) + .btn {
  border-color: #D0EADA;
}

.grid-wrap {
  position: relative;
  min-width: 645px;
  width: 100%;
}

.ws-grid {
  flex: 0 0 100%;
  width: 100%;
  margin-bottom: 45px;
  position: relative;
  z-index: 30;
  padding-right: 15px;
}
@media (max-width: 991.98px) {
  .ws-grid {
    overflow-y: auto;
    padding: 0 30px 15px 15px;
  }
  .ws-grid::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
  }
  .ws-grid::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
  }
  .ws-grid::-webkit-scrollbar-thumb {
    border: 4px solid rgba(0, 0, 0, 0);
    border-radius: 9999px;
    background: #E1E1E1;
    background-clip: padding-box;
  }
  .ws-grid::-webkit-scrollbar-thumb:horizontal {
    border: 4px solid rgba(0, 0, 0, 0);
    border-radius: 9999px;
    background: #E1E1E1;
    background-clip: padding-box;
  }
}
.ws-grid.gc-2 .ws-grid-th-row, .ws-grid.gc-2 .ws-grid-item {
  grid-template-columns: 60px 1fr;
}
.ws-grid.gc-3 .ws-grid-th-row, .ws-grid.gc-3 .ws-grid-item {
  grid-template-columns: 1fr 1fr 2fr;
}
.ws-grid.gc-4 .ws-grid-th-row, .ws-grid.gc-4 .ws-grid-item {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.ws-grid.gc-5 .ws-grid-th-row, .ws-grid.gc-5 .ws-grid-item {
  grid-template-columns: 1fr 1fr 1fr 2fr 1fr;
}
.ws-grid.gc-6 .ws-grid-th-row, .ws-grid.gc-6 .ws-grid-item {
  grid-template-columns: 1fr 1fr 1fr 2fr 1fr 1fr;
}
.ws-grid.gc-7 .ws-grid-th-row, .ws-grid.gc-7 .ws-grid-item {
  grid-template-columns: 1fr 1fr 1fr 2fr 1fr 1fr 1fr;
}
.ws-grid .btn-close {
  opacity: .2;
  width: 18px;
  height: 18px;
  padding: 0;
  position: absolute;
  top: 10px;
  right: -27px;
  z-index: 50;
}
.ws-grid .btn-close:hover {
  opacity: 1;
}

.ws-grid-th-row, .ws-grid-item {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr 1fr 1fr;
  width: 100%;
  min-width: 645px;
  z-index: 30;
  position: relative;
}

#collapseforestSchemeObject .ws-grid.gc-5 .ws-grid-th-row, #collapseforestSchemeObject .ws-grid.gc-5 .ws-grid-item {
  grid-template-columns: 60px 1fr 1fr 1fr 2fr;
}

.ws-grid-th {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 10px;
  color: #C4C4C4;
  font-size: 12px;
  line-height: 16px;
}
.ws-grid-th .sort-icon {
  width: 12px;
  flex: 0 0 12px;
  height: 8px;
  margin-left: 10px;
  border-radius: 4px;
  background: #E3E3E3;
  padding: 2px;
  -webkit-clip-path: polygon(100% 0, 50% 100%, 0 0);
  clip-path: polygon(100% 0, 50% 100%, 0 0);
}
.ws-grid-th .sort-icon:hover {
  cursor: pointer;
}

.ws-grid-item {
  box-shadow: 0 0 30px rgba(227, 227, 227, 0.5);
  background: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .ws-grid-item {
    box-shadow: 0 0 15px rgba(227, 227, 227, 0.5);
  }
}
.ws-grid-item:hover {
  cursor: pointer;
}
.ws-grid-item > div {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: auto;
  border-right: 1px solid #E3E3E3;
  padding: 8px 8px;
  line-height: 1.5;
  font-size: 14px;
  min-height: 66px;
}
.ws-grid-item > div:last-of-type {
  border-right-color: transparent;
}
@media (max-width: 991.98px) {
  .ws-grid-item > div {
    font-size: 12px;
    min-height: 48px;
  }
}
.ws-grid-item > div.target {
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .modal-dialog, .basket-modal .modal-content {
    --bs-modal-width: 700px;
  }

  .modal-lg, .modal-xl {
    --bs-modal-width: 750px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    --bs-modal-width: 950px;
  }
}
.modal-content {
  padding: 25px 30px;
  border-radius: 5px;
  box-shadow: 0 0 50px rgba(34, 34, 34, 0.1);
}
@media (max-width: 575.98px) {
  .modal-content {
    padding: 25px 15px;
  }
}
.modal-content .modal-header {
  padding: 0 0 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #DBDBDB;
  justify-content: flex-start;
}
.modal-content .modal-header .icon {
  flex: 0 0 60px;
  margin-right: 25px;
}
@media (max-width: 575.98px) {
  .modal-content .modal-header .icon {
    display: none;
  }
}
.modal-content .modal-header .icon img, .modal-content .modal-header .icon svg {
  width: 60px;
}
.modal-content .modal-body {
  padding: 0;
}
.modal-content .modal-body .card {
  padding: 15px 22px 25px;
  border-radius: 10px;
  border: 1px solid #E3E3E3;
  margin-bottom: 20px;
}
.modal-content .modal-body .card:last-child {
  margin-bottom: 0;
}
.modal-content .modal-body .card .mb-4:last-child:not(.btn-group) {
  margin-bottom: 0 !important;
}
.modal-content .modal-body .card-header {
  font-size: 16px;
  margin-bottom: 15px;
}
.modal-content .modal-body .card-body {
  padding: 0;
}
.modal-content .modal-body .csc-map-nav li {
  padding: 2px 15px;
}
.modal-content .modal-body .nav-kpt {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .modal-content .modal-body .nav-kpt li {
    width: auto;
  }
}
.modal-content .modal-footer {
  padding: 0;
  margin-top: 35px;
  border-top: 0;
}
.modal-content .upload-image {
  margin: 20px auto 0 auto;
}
.modal-content .file-load-alert + .upload-image {
  margin-top: 5px;
}

.modal-title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .modal-title br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .modal-title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1199.98px) {
  .modal-dialog.modal-lg .btn-close {
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
  }
  .modal-dialog.modal-lg .btn-close:before, .modal-dialog.modal-lg .btn-close:after {
    background: #666;
  }
}
.modal-dialog.modal-dialog-scrollable .modal-body {
  margin-right: -20px;
  padding-right: 10px;
}
.modal-dialog.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
}
.modal-dialog.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.modal-dialog.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 9999px;
  background: #E1E1E1;
  background-clip: padding-box;
}
.modal-dialog.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb:horizontal {
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 9999px;
  background: #E1E1E1;
  background-clip: padding-box;
}
.modal-dialog.modal-dialog-scrollable .modal-content {
  overflow: visible;
}
.modal-dialog .modal-message-body {
  display: flex;
  flex-direction: row;
  padding: 75px 13%;
}
@media (max-width: 767.98px) {
  .modal-dialog .modal-message-body {
    padding: 45px 30px;
  }
}
.modal-dialog.modal-message .modal-content, .modal-dialog .modal-message-body .modal-content {
  display: flex;
  flex-direction: row;
  padding: 75px 13%;
}
@media (max-width: 767.98px) {
  .modal-dialog.modal-message .modal-content, .modal-dialog .modal-message-body .modal-content {
    padding: 45px 30px;
  }
}
.modal-dialog.modal-message .modal-content .modal-title, .modal-dialog .modal-message-body .modal-content .modal-title {
  font-size: 20px;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .modal-dialog.modal-message .modal-content .modal-title, .modal-dialog .modal-message-body .modal-content .modal-title {
    padding-left: 50px;
  }
}
.modal-dialog.modal-message .modal-body, .modal-dialog.modal-message .modal-message-content, .modal-dialog .modal-message-body .modal-body, .modal-dialog .modal-message-body .modal-message-content {
  flex: 0 0 78%;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .modal-dialog.modal-message .modal-body, .modal-dialog.modal-message .modal-message-content, .modal-dialog .modal-message-body .modal-body, .modal-dialog .modal-message-body .modal-message-content {
    font-size: 14px;
    line-height: 28px;
  }
}
@media (max-width: 575.98px) {
  .modal-dialog.modal-message .modal-body, .modal-dialog.modal-message .modal-message-content, .modal-dialog .modal-message-body .modal-body, .modal-dialog .modal-message-body .modal-message-content {
    flex: 0 0 100%;
  }
  .modal-dialog.modal-message .modal-body br, .modal-dialog.modal-message .modal-message-content br, .modal-dialog .modal-message-body .modal-body br, .modal-dialog .modal-message-body .modal-message-content br {
    display: none;
  }
}
.modal-dialog.modal-message .modal-message-icon, .modal-dialog .modal-message-body .modal-message-icon {
  flex: 0 0 22%;
  padding-top: 5%;
}
@media (max-width: 767.98px) {
  .modal-dialog.modal-message .modal-message-icon, .modal-dialog .modal-message-body .modal-message-icon {
    padding-right: 30px;
  }
}
@media (max-width: 575.98px) {
  .modal-dialog.modal-message .modal-message-icon, .modal-dialog .modal-message-body .modal-message-icon {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    padding: 0;
      margin-bottom: 20px;
  }
    .modal-dialog .modal-message-body {
        flex-direction: column;
    }
}
.modal-dialog.modal-message .modal-message-icon svg, .modal-dialog .modal-message-body .modal-message-icon svg {
  max-width: 100%;
  max-height: 100%;
}
.modal-dialog.modal-message .bottom-btns, .modal-dialog .modal-message-body .bottom-btns {
  margin-top: 45px;
}
@media (max-width: 575.98px) {
  .modal-dialog.modal-message .bottom-btns, .modal-dialog .modal-message-body .bottom-btns {
    margin-top: 30px;
    flex: 0 0 100%;
  }
}
.modal-dialog.modal-message .bottom-btns .btn, .modal-dialog .modal-message-body .bottom-btns .btn {
  min-width: 142px;
  margin-right: 15px;
}
@media (max-width: 575.98px) {
  .modal-dialog.modal-message .bottom-btns .btn, .modal-dialog .modal-message-body .bottom-btns .btn {
    margin-right: 5px;
    min-width: 120px;
  }
}
.modal-dialog.modal-message .bottom-btns .btn:last-of-type, .modal-dialog .modal-message-body .bottom-btns .btn:last-of-type {
  margin-right: 0;
}
.modal-dialog .btn-close, .basket-modal .md-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 50;
  right: -45px;
  top: 0;
  width: 30px;
  height: 30px;
  background: none;
  opacity: 0.8;
  border: 0;
  padding: 0;
}
.modal-dialog .btn-close:hover, .basket-modal .md-close:hover {
  opacity: 1;
}
.modal-dialog .btn-close:before, .modal-dialog .btn-close:after, .basket-modal .md-close:before, .basket-modal .md-close:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 4px;
  position: absolute;
}
.modal-dialog .btn-close:after, .basket-modal .md-close:after {
  transform: rotate(-45deg);
}
.modal-dialog .btn-close:before, .basket-modal .md-close:before {
  transform: rotate(45deg);
}
@media (max-width: 767.98px) {
  .modal-dialog .btn-close, .basket-modal .md-close {
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
  }
  .modal-dialog .btn-close:before, .modal-dialog .btn-close:after, .basket-modal .md-close:before, .basket-modal .md-close:after {
    background: #666;
  }
}

.table-round {
  border-radius: 8px;
  border: 1px solid #E3E3E3;
  margin: 30px 0;
}
@media (max-width: 767.98px) {
  .table-round {
    border: none;
    padding-bottom: 10px;
    width: 100%;
    overflow-x: scroll;
  }
}

table.ws-table {
  margin: 0;
}
table.ws-table tr {
  position: relative;
}
table.ws-table tr:first-of-type th {
  border-top: none;
}
table.ws-table tr:first-of-type th:first-of-type {
  border-radius: 8px 0 0 0;
}
table.ws-table tr:first-of-type th:last-of-type {
  border-radius: 0 8px 0 0;
}
table.ws-table tr:last-of-type td {
  border-bottom: none;
}
table.ws-table tr:last-of-type td:first-of-type {
  border-radius: 0 0 0 8px;
}
table.ws-table tr:last-of-type td:last-of-type {
  border-radius: 0 0 8px 0;
}
table.ws-table tr:hover .btn-group-frt {
  opacity: 1;
  visibility: visible;
}
table.ws-table tr:hover.tr-hover {
  cursor: pointer;
}
table.ws-table tr:hover.tr-hover td {
  background: #F1F9F4;
}
table.ws-table tr:hover.tr-hover td:first-child {
  background: #fff;
  cursor: default;
}
table.ws-table tr.tr-count td {
  color: #A5A5A5;
}
table.ws-table tr.tr-result td {
  background: #EFEFEF;
  font-weight: 600;
}
table.ws-table th, table.ws-table td {
  font-size: 12px;
  font-weight: 600;
  color: #3E3E3E;
  background: #F1F9F4;
  padding: 6px 10px;
  border: 1px solid #E3E3E3;
  border-left: none;
  text-align: center;
  line-height: 16px;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  height: 43px;
}
table.ws-table th:last-of-type, table.ws-table td:last-of-type {
  border-right: none;
}
table.ws-table td {
  background: #fff;
  font-weight: 500;
}
table.ws-table td.th {
  background: #F1F9F4;
  font-weight: 600;
  color: #3E3E3E;
}
table.ws-table td .form-control {
  border: none;
  border-radius: 0;
  text-align: center;
  margin: -6px -10px;
  width: calc(100% + 20px);
}
table.ws-table td:first-child {
  color: #A5A5A5;
}
table.ws-table td span {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
table.ws-table .btn-group-frt {
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 20px;
  right: -18px;
  padding: 0 0 0 10px;
  border-bottom: none;
  box-shadow: none;
}
table.ws-table .delete, table.ws-table .add {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  padding: 0;
  box-shadow: none;
  background: none;
  width: 18px;
  height: 18px;
}
table.ws-table .delete:hover, table.ws-table .add:hover {
  cursor: pointer;
}
table.ws-table .delete:before, table.ws-table .delete:after, table.ws-table .add:before, table.ws-table .add:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: #E3E3E3;
}
table.ws-table .delete:after, table.ws-table .add:after {
  transform: rotate(90deg);
}
table.ws-table .delete:before {
  transform: rotate(45deg);
}
table.ws-table .delete:after {
  transform: rotate(-45deg);
}
table.ws-table .add {
  margin-top: 3px;
}
table.ws-table .add:before, table.ws-table .add:after {
  background: #23A54F;
}

#modalLocInf .table-round {
  margin-bottom: 0;
}
#modalLocInf table tr th:nth-child(5) {
  min-width: 200px;
}

.btn-delete-file, .cert-text {
  background: none;
  border: none;
  color: #C4C4C4;
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
}
.btn-delete-file:hover, .cert-text:hover {
  text-decoration: underline;
}
.btn-delete-file svg, .cert-text svg {
  margin-right: 5px;
}

.btn-delete-file + .cert-text {
  margin-left: 10px;
}

.file-preview-scroll {
  height: 368px;
  flex: 0 0 100%;
  overflow-y: hidden;
}

.file-preview {
  background: #E3E3E3;
  border-radius: 15px;
  padding: 45px 30px;
  width: 100%;
  height: auto;
  min-height: 100%;
}
.file-preview > * {
  width: 100%;
}

.new-ws .custom-checkbox label {
  padding: 0;
}
.new-ws .custom-checkbox input[type="checkbox"] + span {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  margin-right: 12px;
}
.new-ws .custom-checkbox input[type="checkbox"]:not(:disabled) {
  cursor: pointer;
}
.new-ws .custom-checkbox input[type="checkbox"]:checked + span {
  background: #63B57E;
  border-color: #63B57E;
}
.new-ws .custom-checkbox input[type="checkbox"]:checked + span:before {
    border-width: 0 3px 3px 0;
    border-color: #fff;
    margin: 0 0 0 6px;
    width: 7px;
    height: 14px;
}
.new-ws .custom-checkbox input[type="checkbox"]:disabled:hover ~ .label,
.new-ws .custom-checkbox input[type="checkbox"]:disabled:hover + span {
    cursor: not-allowed;
}
.new-ws .custom-checkbox input[type="checkbox"]:disabled + span {
    background: #C8C8C8;
    border-color: #C8C8C8;
}
.new-ws .custom-checkbox input[type="checkbox"]:disabled + span:before {
    border-color: #999;
}
.new-ws .custom-checkbox .label {
  color: #3E3E3E;
  padding: 0 0 0 30px;
    cursor: pointer;
}

.load-message {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 40px 20px 0;
  width: max-content;
}

.sk-fading-circle {
  width: 26px;
  height: 26px;
  position: absolute;
  top: auto;
  right: auto;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #63B57E;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.text-spinner {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 35px;
}
.text-spinner .sk-fading-circle {
    left: 0;
}
.frt-upload-home .upload-image {
  margin: 60px auto;
}

.frt-btn-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 20px;
  margin: 30px 0;
}
@media (max-width: 1199.98px) {
  .frt-btn-toolbar {
    gap: 10px 10px;
  }
}
@media (max-width: 991.98px) {
  .frt-btn-toolbar {
    gap: 0 5px;
  }
}
@media (max-width: 767.98px) {
  .frt-btn-toolbar {
    gap: 10px 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.frt-btn-toolbar .frt-btn-nav:last-of-type:after {
  display: none;
}

.frt-btn-nav {
  display: flex;
  align-items: center;
  color: #23A54F;
  font-size: 14px;
  font-weight: 500;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 767.98px) {
  .frt-btn-nav {
    min-width: 190px;
  }
}
.frt-btn-nav:hover {
  text-decoration: underline;
}
.frt-btn-nav:after {
  content: '';
  width: 20px;
  height: 10px;
  background-image: url(../img/form/dropdown.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  transform: rotate(-90deg);
  margin-left: 15px;
}
@media (max-width: 1199.98px) {
  .frt-btn-nav:after {
    width: 15px;
    background-size: 15px;
    height: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 991.98px) {
  .frt-btn-nav:after {
    width: 12px;
    background-size: 12px;
    height: 10px;
    margin-left: 5px;
  }
}
@media (max-width: 767.98px) {
  .frt-btn-nav:after {
    display: none;
    margin-left: auto;
  }
}
.frt-btn-nav .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 8px;
  border: 2px solid #23A54F;
}
@media (max-width: 991.98px) {
  .frt-btn-nav .icon {
    display: none;
  }
}
.frt-btn-nav .icon svg {
  max-width: 100%;
  max-height: 100%;
}
.frt-btn-nav .icon .sk-fading-circle {
  display: block;
}
.frt-btn-nav .icon .sk-fading-circle ~ svg {
  opacity: 0;
  visibility: hidden;
}

.link-back {
  display: inline-flex;
  align-items: center;
  margin-bottom: 55px;
  font-weight: 500;
  color: #A5A5A5;
}
.link-back:hover {
  color: #A5A5A5;
}
.link-back svg {
  margin-right: 14px;
}

footer {
  overflow-x: hidden;
}

#buy-modal {
  font-weight: 500;
}
#buy-modal .modal-footer {
  margin-top: 0;
  justify-content: center;
}
@media (max-width: 767.98px) {
  #buy-modal .modal-footer {
    justify-content: center;
  }
  #buy-modal .modal-footer .btn {
    width: 90%;
  }
  #buy-modal .modal-footer .btn:first-of-type {
    margin-bottom: 10px;
  }
}
#buy-modal .counter-input {
  margin-top: 0;
  padding: 0;
}
#buy-modal .ros-white-box {
  margin: 30px 0;
}
#buy-modal .ros-white-box p.price {
  padding-top: 0;
  color: #3E3E3E;
}
#buy-modal a:not(.btn) {
  text-decoration: underline;
  cursor: pointer;
}
#buy-modal a:not(.btn):hover {
  text-decoration: none;
}
#buy-modal .counter-input .input-number,
#buy-modal .counter-input .input-number-decrement,
#buy-modal .counter-input .input-number-increment {
  margin: 0;
}
@media (min-width: 768px) {
  #buy-modal .modal-dialog {
    --bs-modal-width: 600px;
  }
}

.buy-points {
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  padding: 30px 27px;
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .buy-points {
    flex-direction: column;
  }
}
.buy-points .count {
  display: flex;
  gap: 0 6px;
  margin-right: 15px;
  color: #17863d;
}
@media (max-width: 767.98px) {
  .buy-points .count {
    margin-bottom: 15px;
  }
}
.buy-points .count span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 47px;
  border-radius: 5px;
  border: 1px solid #E3E3E3;
  font-size: 24px;
  background: -webkit-linear-gradient(0deg, #9ed3ae 10%, #bde8ca 90%);
  background: -moz-linear-gradient(0deg, #9ed3ae 10%, #bde8ca 90%);
  background: -ms-linear-gradient(0deg, #9ed3ae 10%, #bde8ca 90%);
  background: -o-linear-gradient(0deg, #9ed3ae 10%, #bde8ca 90%);
  background: linear-gradient(0deg, #9ed3ae 10%, #bde8ca 90%);
}
.buy-points h2 {
  margin-bottom: 15px;
}
.buy-points p {
  font-weight: 500;
}
.buy-points .btn {
  --bs-btn-padding-x: 20px;
}
@media (max-width: 767.98px) {
  .buy-points .btn {
    margin-top: 15px;
  }
}

.text-error {
  color: #D70C17;
  font-weight: 500;
}

.text-success {
  color: #23A54F !important;
  font-weight: 500;
}

.frt-table-round {
  padding-right: 20px;
}

.select-editable {
  position: relative;
}
.select-editable input {
  border: 0;
  position: absolute;
  top: 1px;
  left: 1px;
  height: calc(100% - 2px);
  min-height: 36px;
  width: calc(100% - 24px);
  padding: 6px 14px;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  background: #fff;
  border-radius: 4px;
}
.select-editable input:focus ~ select.form-select {
  border-color: #23A54F;
}

.accordion-button .tooltip-group {
  margin-right: 8px;
}
@media (max-width: 575.98px) {
    .accordion-button .tooltip-group {
        margin: 0 0 8px;
        flex: 0 0 calc(100% - 50px);
    }
}
.accordion-button .frt-tooltip {
  left: -16px;
}

.frt-count {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  background: #D3EDDC;
  color: #23A54F;
  font-size: 10px;
  letter-spacing: -.7px;
}
.frt-count:empty {
  display: none;
}

.tooltip-group {
  position: relative;
}
.tooltip-group:hover .frt-tooltip:not(:empty) {
  display: flex;
}

.frt-tooltip {
  align-items: center;
  position: absolute;
  z-index: 105;
  left: 0;
  bottom: -8px;
  font-size: 12px;
  line-height: 16px;
  color: #5F5F5F;
  background: #fff;
  padding: 6px 12px;
  border: 1px solid #D3EDDC;
  border-radius: 4px;
  transform: translate(0%, 100%);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.14);
  width: max-content;
  text-align: right;
  display: none;
  max-width: 400px;
}
.frt-tooltip:before, .frt-tooltip:after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  top: -12px;
}
.frt-tooltip:before {
  left: 24px;
  border-width: 6px 4px 6px 4px;
  border-bottom-color: #D3EDDC;
}
.frt-tooltip:after {
  top: -11px;
  left: 23px;
  border-width: 6px 3px 6px 3px;
  border-bottom-color: #fff;
}

.tab-content-desc {
  color: #3E3E3E;
  text-align: center;
}
.tab-content-desc a {
  text-decoration: underline;
}
.tab-content-desc a:hover {
  text-decoration: none;
}

.table-scroll {
  max-height: 600px;
  overflow: auto;
  margin-bottom: 20px;
  position: relative;
}
.table-scroll::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
}
.table-scroll::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.table-scroll::-webkit-scrollbar-thumb {
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 9999px;
  background: #E1E1E1;
  background-clip: padding-box;
}
.table-scroll::-webkit-scrollbar-thumb:horizontal {
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 9999px;
  background: #E1E1E1;
  background-clip: padding-box;
}
.table-scroll::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.table-scroll .table-round {
  width: min-content;
  min-width: calc(100% - 30px);
  margin-bottom: 10px;
}

.snow-color {
  color: #D70C17;
}

.snow-color:before {
  content: "*";
}

.file-load-alert {
  margin-top: 30px;
}

.frt-cert-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-shadow: 0 0 30px rgba(227, 227, 227, 0.5);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
.frt-cert-item .content {
  flex: 0 0 80%;
}
@media (max-width: 767.98px) {
  .frt-cert-item .content {
    flex: 0 0 100%;
  }
}
.frt-cert-item .title {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.frt-cert-item .title img, .frt-cert-item .title svg {
  margin-right: 10px;
}
.frt-cert-item p {
  font-size: 12px;
  color: #A5A5A5;
  margin-bottom: 9px;
}
.frt-cert-item p:last-of-type {
  margin-bottom: 0;
}
.frt-cert-item p b {
  color: #3E3E3E;
  font-weight: 500;
}
.frt-cert-item .btn {
  margin-top: auto;
  margin-left: auto;
}

.modal-text-add {
  position: relative;
}
.modal-text-add .sk-fading-circle {
  left: -35px;
}

#modalCerts .modal-dialog-scrollable .modal-body {
  padding: 20px 10px;
  margin: -20px -10px;
}

.table-wrapper {
  position: relative;
}
.table-wrapper.active {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: fixed !important;
  z-index: 1005;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  top: 0;
  left: 0;
  padding: 10vh 30px;
  background: #fff;
}
@media (max-width: 767.98px) {
  .table-wrapper.active {
    padding: 10px;
  }
}
.table-wrapper.active .table-round {
  min-width: auto;
}
.table-wrapper.active .table-scroll {
  max-height: 90vh;
}
.table-wrapper.active .table-fullsize {
  position: fixed;
  z-index: 1010;
  top: 30px;
  right: 30px;
}
@media (max-width: 767.98px) {
  .table-wrapper.active .table-fullsize {
    top: 10px;
    right: 10px;
  }
}

.table-fullsize {
  width: 44px;
  height: 33px;
  border: 0;
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(172, 170, 170, 0.25);
  position: absolute;
  top: 10px;
  z-index: 10;
  right: 10px;
}
.table-fullsize:hover * {
  cursor: pointer;
}

.round-text {
  background: #D0EADA;
  padding: 3px 14px;
  border-radius: 45px;
  color: #23A54F;
  width: max-content;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.text-green {
    color: #23A54F !important;
}
.text-grey {
  color: #C4C4C4 !important;
}
.text-red {
    color: #D70C17 !important;
}
.text-orange {
    color: #EF6C00 !important;
}
.text-blue {
    color: #2A5FCB !important;
}

.tooltip-static {
  display: flex;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.tooltip-static .icon {
  margin-right: 9px;
  margin-top: 2px;
  flex: 0 0 18px;
}
.tooltip-static .text {
  flex: 0 0 calc(100% - 27px);
}
.search-dropdown {
    position: relative;
    width: 100%;
}
.search-dropdown:hover {
    cursor: pointer;
}
.search-dropdown .form-control {
    padding-right: 24px;
    background-image: url(../img/form/dropdown.svg);
    background-size: 13px 6px;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
}
.search-dropdown .form-control[readonly]:hover {
    cursor: pointer;
}
.search-dropdown.show {
    z-index: 100;
}
.search-dropdown.show ul {
    display: flex;
}
.search-dropdown.show input.form-control {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.search-dropdown ul {
    display: none;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    border: 1px solid #D0EADA;
    border-radius: 4px;
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 30;
    overflow-y: auto;
    overflow-x: auto;
    max-height: 400px;
    top: 100%;
}
.search-dropdown ul::-webkit-scrollbar {
    width: 14px;
    height: 14px;
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
}
.search-dropdown ul::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}
.search-dropdown ul::-webkit-scrollbar-thumb {
    border: 4px solid rgba(0, 0, 0, 0);
    border-radius: 9999px;
    background: #E1E1E1;
    background-clip: padding-box;
}
.search-dropdown ul::-webkit-scrollbar-thumb:horizontal {
    border: 4px solid rgba(0, 0, 0, 0);
    border-radius: 9999px;
    background: #E1E1E1;
    background-clip: padding-box;
}
.search-dropdown ul::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
.search-dropdown ul li {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    list-style-type: none;
    align-items: center;
    justify-content: flex-start;
    padding: 3px 12px 4px;
    line-height: 18px;
    flex: 0 0 100%;
    display: flex;
    position: relative;
    font-size: 12px;
}
.search-dropdown ul li:hover {
    cursor: pointer;
}
.search-dropdown ul li:hover:not(.active) {
    background: #F1F9F4;
}
.search-dropdown ul li.active {
    display: flex;
}
.search-dropdown ul li.active:hover {
    background: none;
    cursor: pointer;
}
.search-dropdown input.form-control ~ ul {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#present-points table.ws-table td:first-child {
  color: #3E3E3E;
}
#present-points .table-round {
  margin: 0;
}
@media (max-width: 991.98px) {
    .kpt-content .ws-grid {
        padding-left: 5px;
    }
}
