.btn.disabled, .btn:disabled, .btn-disabled {
  background: #F5F5F5;
  color: #CDCDCD;
  border-color: transparent;
  pointer-events: auto;
  opacity: 1;
}
.btn.disabled:hover, .btn:disabled:hover, .btn-disabled:hover {
  cursor: not-allowed;
}
.btn.disabled:before, .btn.disabled:after, .btn:disabled:before, .btn:disabled:after, .btn-disabled:before, .btn-disabled:after {
  display: none !important;
}

.btn-light {
  background: #E9F6ED;
  color: #23A54F;
  border-color: transparent;
}
.btn-light:hover {
  color: #23A54F;
  background: #d7efde;
  border-color: transparent;
}

.ai-center {
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.jc-center {
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.d-flex {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.d-flex.row {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.d-flex.row:before, .d-flex.row:after {
  display: none;
}

.trans {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hide {
  display: none !important;
}

.modal-scroll {
  overflow-y: auto;
  max-height: 70vh;
  padding-right: 10px;
  margin-right: -10px;
}
.modal-scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  position: absolute;
  z-index: 5;
  top: 10px;
  right: 5px;
}
.modal-scroll::-webkit-scrollbar-track {
  background: #E5E5E5;
  border-radius: 10px;
}
.modal-scroll::-webkit-scrollbar-thumb {
  background: #C4C4C4;
  border-radius: 10px;
}

.policy-new.custom-checkbox .label {
  font-size: 10px;
  color: #3e3e3e;
  line-height: 2em;
  padding: 0 0 0 20px;
}
.policy-new.custom-checkbox label span:not(.label) {
  cursor: pointer;
}
.policy-new.custom-checkbox input[type="checkbox"] + span {
  margin: 2px 0 0 0;
}
.policy-new.custom-checkbox a {
  color: #111 !important;
}
.policy-new.custom-checkbox a:hover {
  text-decoration: underline;
}

.form-group {
  position: relative;
}

.input-text {
  color: #D70C17;
  text-align: right;
  font-size: 12px;
  display: none;
  line-height: 14px;
  position: absolute;
  margin-top: -4px;
  right: 5px;
  z-index: 10;
  background: #fff;
  padding: 6px 12px;
  border: 1px solid #D3EDDC;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  font-weight: 400;
}
.input-text.top, .input-text.input-text-top {
  top: -25px;
  margin-top: 0;
}
.input-text.top:before, .input-text.top:after, .input-text.input-text-top:before, .input-text.input-text-top:after {
  top: auto;
  bottom: -12px;
  transform: rotate(180deg);
}
.input-text.top:after, .input-text.input-text-top:after {
  top: auto;
}
.input-text:before, .input-text:after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  top: -12px;
}
.input-text:before {
  right: 13px;
  border-width: 6px 4px 6px 4px;
  border-bottom-color: #D3EDDC;
}
.input-text:after {
  top: -11px;
  right: 14px;
  border-width: 6px 3px 6px 3px;
  border-bottom-color: #fff;
}

.error:hover + .input-text, .error:hover + .fake-arrow + .input-text, .error + .fake-arrow:hover + .input-text {
  display: block;
}

.dropdown-custom, .auto-req-dropdown {
  box-shadow: 0 4px 2rem #E5E5E5;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  top: 53px;
  left: -15px;
  padding: 15px 10px;
  z-index: 15;
  min-width: 290px;
  max-width: 400px;
}
.dropdown-custom.show, .show.auto-req-dropdown {
  display: block;
}
@media (max-width: 575.98px) {
  .dropdown-custom, .auto-req-dropdown {
    left: auto;
    right: 0;
    border-top-right-radius: 0;
  }
}
.dropdown-custom:before, .auto-req-dropdown:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #fff;
  position: absolute;
  top: -12px;
  left: 15px;
}
@media (max-width: 767.98px) {
  .dropdown-custom:before, .auto-req-dropdown:before {
    left: 126px;
  }
}
@media (max-width: 575.98px) {
  .dropdown-custom:before, .auto-req-dropdown:before {
    border-bottom: 9px solid #fff;
    top: -9px;
    left: auto;
    right: 2px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
  }
}
.dropdown-custom li, .auto-req-dropdown li {
  list-style-type: none;
  display: flex;
  width: 100%;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.4;
  cursor: pointer;
  color: #3E3E3E;
  font-weight: 500;
}
.dropdown-custom li:last-child, .auto-req-dropdown li:last-child {
  margin-bottom: 0;
}
.dropdown-custom li:hover, .auto-req-dropdown li:hover {
  color: #23A54F;
}
@media (max-width: 575.98px) {
  .dropdown-custom li, .auto-req-dropdown li {
    font-size: 12px;
  }
}

.auto-req-dropdown {
  overflow: auto;
  max-height: 270px;
  max-width: 100%;
  transform: translate(0px, 0px);
}
.auto-req-dropdown::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
}
.auto-req-dropdown::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.auto-req-dropdown::-webkit-scrollbar-thumb {
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 9999px;
  background: #E1E1E1;
  background-clip: padding-box;
}
.auto-req-dropdown::-webkit-scrollbar-thumb:horizontal {
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 9999px;
  background: #E1E1E1;
  background-clip: padding-box;
}
.auto-req-dropdown:before {
  display: none;
}
.auto-req-dropdown li {
  flex-wrap: wrap;
}
.auto-req-dropdown .small-text {
  flex: 0 0 100%;
  color: #757575;
  font-size: 11px;
}

.invalid-feedback {
  position: absolute;
  z-index: 30;
  left: 6px;
  bottom: 0;
  font-size: 10px !important;
  line-height: 18px !important;
  background: #fff;
  padding: 4px 9px;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  transform: translate(0%, 100%);
  width: calc(100% - 12px) !important;
  max-width: 400px;
  top: auto !important;
  margin-top: 0 !important;
}
.invalid-feedback:before, .invalid-feedback:after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  top: -12px;
}
.invalid-feedback:before {
  left: 22px;
  border-width: 6px 4px 6px 4px;
  border-bottom-color: #E1E1E1;
}
.invalid-feedback:after {
  top: -11px;
  left: 23px;
  border-width: 6px 3px 6px 3px;
  border-bottom-color: #fff;
}

.btn-row-prev-next {
  display: flex;
  margin-top: 45px;
}
.btn-row-prev-next .btn-next {
  margin-left: auto;
}

.objects-db {
  display: inline-flex;
  flex-direction: column;
  margin: 0 0 40px;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .objects-db {
    padding: 15px;
  }
}
.objects-db p {
  font-size: 12px;
  font-weight: 400;
}
.objects-db .count {
  margin: 8px 0;
  display: flex;
  gap: 0 4px;
}
.objects-db .count span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #646B89;
  width: 30px;
  height: 40px;
  flex: 0 0 30px;
  text-align: center;
  border: 1px solid #E7ECF6;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .objects-db .count span {
    font-size: 18px;
    width: 25px;
    height: 30px;
    flex: 0 0 25px;
  }
}
.objects-db .statistic-info {
  font-size: 10px;
  color: #646B89;
}
.objects-db .count-row {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.objects-db .count-row > svg {
  margin-right: 16px;
}

.objects-count {
  display: flex;
  align-items: center;
  font-size: 16px;
  flex-wrap: wrap;
}
.objects-count .loading-anim {
  margin-left: auto;
  width: 24px;
  height: 24px;
}
.objects-count .recount {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 991.98px) {
  .objects-count .recount {
    flex: 0 0 100%;
    margin: 10px 0 0;
    align-items: flex-start;
  }
}
.objects-count .recount .btn {
  background: #F0F9F3;
}
.objects-count .recount .btn:hover {
  color: #23A54F;
}

@media (min-width: 320px) and (max-width: 767px) {
  .title {
    padding: 0;
  }
}
.mb-45 {
  margin-bottom: 45px;
}

.gks-ws .nav-kpt {
  margin-bottom: 45px;
}
@media (min-width: 992px) {
  .gks-ws .nav-kpt {
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .gks-ws .nav-kpt {
    margin-bottom: 20px;
  }
}
.gks-ws .nav-kpt li {
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .gks-ws .nav-kpt li {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    margin: 5px 0;
    flex: 0 0 90%;
  }
}
.gks-ws .nav-kpt li:before {
  left: 0;
}
.gks-ws .frt-btn-toolbar {
  margin: 0 0 45px;
}
.gks-ws .frt-btn-toolbar .frt-btn-nav {
  text-align: left;
  color: #CDCDCD;
  line-height: 18px;
}
@media (max-width: 991.98px) {
  .gks-ws .frt-btn-toolbar .frt-btn-nav br {
    display: none;
  }
}
.gks-ws .frt-btn-toolbar .frt-btn-nav:after {
  background-image: url(../../frt/img/form/dropdown-gray.svg);
}
.gks-ws .frt-btn-toolbar .frt-btn-nav.active {
  color: #23A54F;
}
.gks-ws .frt-btn-toolbar .frt-btn-nav.active:after {
  background-image: url(../../frt/img/form/dropdown.svg);
}
.gks-ws .frt-btn-toolbar .frt-btn-nav.active .icon {
  border-color: #23A54F;
}
.gks-ws .frt-btn-toolbar .frt-btn-nav.active .icon > svg path {
  stroke: #23A54F;
}
.gks-ws .frt-btn-toolbar .frt-btn-nav.active .icon > svg.fill path {
  stroke: none;
  fill: #23A54F;
}
.gks-ws .frt-btn-toolbar .frt-btn-nav:hover, .gks-ws .frt-btn-toolbar .frt-btn-nav.default {
  cursor: default;
  text-decoration: none;
}
.gks-ws .frt-btn-toolbar .frt-btn-nav .icon {
  border-color: #CDCDCD;
}
.gks-ws .upload-image {
  margin: 30px auto 30px auto;
  padding: 50px 15px;
}
@media (max-width: 767.98px) {
  .gks-ws .upload-image {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .gks-ws .upload-image .text br {
    display: none;
  }
}
.gks-ws .upload-image .warning, .gks-ws .upload-image .downloading, .gks-ws .upload-image .success, .gks-ws .upload-image .iddle {
  padding: 0;
  height: auto;
}
.gks-ws .upload-image .warning .svg, .gks-ws .upload-image .downloading .svg, .gks-ws .upload-image .success .svg, .gks-ws .upload-image .iddle .svg {
  width: 100px;
  height: 100px;
  margin: 30px auto;
}
@media (max-width: 575.98px) {
  .gks-ws .upload-image .warning .svg, .gks-ws .upload-image .downloading .svg, .gks-ws .upload-image .success .svg, .gks-ws .upload-image .iddle .svg {
    width: 80px;
    height: 80px;
    margin: 15px auto;
  }
}
.gks-ws .upload-image .warning .text, .gks-ws .upload-image .downloading .text, .gks-ws .upload-image .success .text, .gks-ws .upload-image .iddle .text {
  line-height: 2em;
  font-size: 12px;
  margin: 0 0 15px 0;
}
.gks-ws .btn-row-prev-next {
  margin-top: 45px;
  padding-top: 45px;
  border-top: 1px solid #D9D9D9;
}
@media (max-width: 575.98px) {
  .gks-ws .objects-db {
    width: 100%;
  }
}
.gks-ws .objects-db p {
  font-size: 14px;
  font-weight: 500;
  flex: 0 0 100%;
}
@media (max-width: 575.98px) {
  .gks-ws .gks-step-desc.mb-45 + .btn + .btn {
    margin-top: 12px;
  }
}

p.big {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 45px;
  font-weight: 600;
}

.modal-content .files-table {
  margin-bottom: 24px;
}

@media (max-width: 1199.98px) {
  .gks-step-desc br {
    display: none;
  }
}

.files-table {
  margin: 24px 0 45px;
}
@media (max-width: 991.98px) {
  .files-table {
    overflow: auto;
  }
  .files-table::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
  }
  .files-table::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
  }
  .files-table::-webkit-scrollbar-thumb {
    border: 4px solid rgba(0, 0, 0, 0);
    border-radius: 9999px;
    background: #E1E1E1;
    background-clip: padding-box;
  }
  .files-table::-webkit-scrollbar-thumb:horizontal {
    border: 4px solid rgba(0, 0, 0, 0);
    border-radius: 9999px;
    background: #E1E1E1;
    background-clip: padding-box;
  }
}
.files-table .files-table-th-row, .files-table .files-table-item {
  width: 100%;
  display: grid;
  grid-template-columns: 3fr 2fr 100px;
}
@media (max-width: 991.98px) {
  .files-table .files-table-th-row, .files-table .files-table-item {
    min-width: 760px;
    grid-template-columns: 2fr 2fr 100px;
  }
}
@media (max-width: 575.98px) {
  .files-table .files-table-th-row, .files-table .files-table-item {
    grid-template-columns: 2fr 1.5fr 100px;
  }
}
.files-table .files-table-th-row {
  background: #fff;
  border-bottom: 1px solid #EDEDED;
  position: sticky;
  top: 0;
  z-index: 5;
}
.files-table .files-table-th {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  padding: 10px 16px;
  color: #3E3E3ECC;
}
.files-table .files-table-th:first-of-type {
  justify-content: flex-start;
  padding-left: 0;
}
.files-table .files-table-th-row > div, .files-table .files-table-item > div {
  position: relative;
  justify-content: flex-end;
}
.files-table .files-table-th-row > div:before, .files-table .files-table-item > div:before {
  content: '';
  width: 1px;
  height: 40%;
  position: absolute;
  top: 30%;
  right: 0;
  background: #3E3E3ECC;
}
.files-table .files-table-th-row > div:first-of-type:before, .files-table .files-table-th-row > div:last-of-type:before, .files-table .files-table-item > div:first-of-type:before, .files-table .files-table-item > div:last-of-type:before {
  display: none;
}
.files-table .files-table-th-row > div:last-of-type, .files-table .files-table-item > div:last-of-type {
  justify-content: center;
}
.files-table .files-table-item > div {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  font-weight: 400;
  gap: 0 8px;
}
.files-table .files-table-item > div.name {
  justify-content: flex-start;
  padding-left: 0;
}
.files-table .files-table-item > div.name .hover-und.short-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  word-break: break-word;
}
.files-table .files-table-item > div.name svg {
  flex: 0 0 24px;
}
.files-table .files-table-item > div.name .tooltip-group + .tooltip-group {
  margin-left: 18px;
  flex: 0 0 auto;
}
.files-table .files-table-item > div.name .tooltip-group + .tooltip-group:before {
  content: '';
  width: 1px;
  height: 12px;
  position: absolute;
  top: 6px;
  left: -14px;
  background: #3e3e3e;
}
.files-table .files-table-item > div.name .ws-tooltip {
  right: auto;
  left: -10px;
  max-width: 400px;
}
.files-table .files-table-item > div.type {
  text-align: right;
  flex-wrap: wrap;
}
.files-table .files-table-item > div.type .tooltip-group .ws-tooltip {
  left: auto;
  right: -10px;
}
.files-table .files-table-item > div.type .error {
  color: #D70C17;
  flex: 0 0 100%;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.files-table .files-table-item > div.action {
  text-decoration: underline;
}
.files-table .files-table-item > div.action:hover {
  text-decoration: none;
  cursor: pointer;
}
.files-table .files-table-item .custom-checkbox input[type="checkbox"] + span {
  margin-right: 0;
  position: relative;
}

.files-table-bottom {
  display: flex;
  align-items: center;
  gap: 8px 8px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.files-table-bottom .check-all {
  color: #3E3E3ECC;
  text-decoration: underline;
  margin-left: auto;
}
.files-table-bottom .check-all:hover {
  text-decoration: none;
  cursor: pointer;
}
.files-table-bottom .btn {
  display: flex;
  align-items: center;
}

.tooltip-group {
  position: relative;
}
.tooltip-group:hover .ws-tooltip {
  display: block;
}
.tooltip-group .ws-tooltip {
  align-items: center;
  position: absolute;
  z-index: 105;
  font-size: 10px;
  line-height: 14px;
  color: #3E3E3E;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  transform: translate(0%, 100%);
  width: max-content;
  text-align: left;
  display: none;
  max-width: 320px;
  bottom: 0;
  left: 0;
  padding: 8px 12px;
}
@media (max-width: 575.98px) {
  .tooltip-group .ws-tooltip {
    left: auto;
    right: -15px;
    transform: translate(0%, 110%);
  }
}
.tooltip-group .ws-tooltip.bottom, .tooltip-group .files-table .files-table-item:last-of-type > div .ws-tooltip, .files-table .files-table-item:last-of-type > div .tooltip-group .ws-tooltip, .tooltip-group .docs-table .docs-table-item:last-of-type > div .ws-tooltip, .docs-table .docs-table-item:last-of-type > div .tooltip-group .ws-tooltip {
  bottom: auto;
  top: 0;
  transform: translate(0%, -100%);
}
.tooltip-group .ws-tooltip .sig {
  display: block;
  margin: 0 0 12px 10px;
}
.tooltip-group .ws-tooltip a {
  display: inline-block;
  text-decoration: underline;
}

.hover-und {
  text-decoration: underline;
}
.hover-und:hover {
  text-decoration: none;
  cursor: pointer;
}

.message-empty {
  text-align: center;
  margin: 75px auto;
  color: #3E3E3ECC;
}

.modal-alert {
  display: flex;
  align-items: center;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #E3E3E3;
  margin: 32px 0;
  position: relative;
}
@media (max-width: 575.98px) {
  .modal-alert {
    flex-wrap: wrap;
  }
}
@media (max-width: 991.98px) {
  .modal-alert .text br {
    display: none;
  }
}
.modal-alert .icon {
  margin-right: 20px;
  flex: 0 0 45px;
}
@media (max-width: 575.98px) {
  .modal-alert .icon {
    margin: 0 0 10px;
    flex: 0 0 28px;
  }
}
@media (max-width: 575.98px) {
  .modal-alert .icon svg {
    width: 28px;
  }
}

.modal-alert-close {
  font-size: 12px;
  font-weight: 400;
  padding: 2px 6px;
  background: #fff;
  position: absolute;
  right: 60px;
  bottom: -13px;
}
@media (max-width: 575.98px) {
  .modal-alert-close {
    right: 30px;
  }
}
.modal-alert-close:hover {
  cursor: pointer;
}

.alert.alert-attention {
  color: #3e3e3e;
  background: #E8D3161A;
  border: 1px solid #E8D316 !important;
  box-shadow: none;
}

.docs-table {
  overflow: auto;
  max-height: 900px;
  margin: 0 0 45px;
  border-radius: 8px;
  border: 1px solid #E3E3E3;
}
.docs-table::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
}
.docs-table::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.docs-table::-webkit-scrollbar-thumb {
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 9999px;
  background: #E1E1E1;
  background-clip: padding-box;
}
.docs-table::-webkit-scrollbar-thumb:horizontal {
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 9999px;
  background: #E1E1E1;
  background-clip: padding-box;
}
.docs-table .docs-table-th-row, .docs-table .docs-table-item {
  display: flex;
  min-width: max-content;
}
.docs-table .docs-table-th-row {
  background: #23A54F1A;
}
@media (min-width: 576px) {
  .docs-table .docs-table-th-row {
    position: sticky;
    top: 0;
    z-index: 5;
  }
}
.docs-table .docs-table-th {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.docs-table .docs-table-th-row > div, .docs-table .docs-table-item > div {
  flex: 0 0 200px;
  position: relative;
  justify-content: flex-start;
  padding: 16px;
}
.docs-table .docs-table-th-row > div:first-child, .docs-table .docs-table-item > div:first-child {
  flex: 0 0 300px;
}
@media (max-width: 991.98px) {
  .docs-table .docs-table-th-row > div, .docs-table .docs-table-item > div {
    padding: 12px 8px;
  }
}
@media (min-width: 576px) {
  .docs-table .docs-table-item:nth-child(2n) {
    background: #F9F9F9;
  }
  .docs-table .docs-table-item:nth-child(2n) > div .form-control {
    background: #F9F9F9;
  }
}
.docs-table .docs-table-item > div {
  display: flex;
  align-items: center;
  font-weight: 500;
  gap: 10px;
}
.docs-table .docs-table-item > div.specify {
  color: #3E3E3ECC;
}
.docs-table .docs-table-item > div.action {
  text-decoration: underline;
}
.docs-table .docs-table-item > div.action:hover {
  text-decoration: none;
  cursor: pointer;
}
.docs-table .docs-table-item > div.doc .hover-und {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.docs-table .docs-table-item > div.doc svg {
  flex: 0 0 20px;
}
.docs-table .docs-table-item > div .form-control {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  padding: 4px 12px;
}

.gks-step-radio {
  margin: 45px 0;
}
.gks-step-radio .custom-radio:not(:last-of-type) {
  margin-bottom: 12px;
}

.modal-desc {
  margin: 32px 0;
}

.view-doc-table {
  margin: 0 0 45px;
  border-radius: 8px;
  border: 1px solid #E3E3E3;
}
.view-doc-table .view-doc-table-item {
  width: 100%;
  display: grid;
  grid-template-columns: 3fr 1fr;
}
.view-doc-table .view-doc-table-item:not(:last-of-type) {
  border-bottom: 1px solid #E3E3E3;
}
.view-doc-table .view-doc-table-item > div {
  display: flex;
  align-items: center;
  padding: 16px;
  font-weight: 500;
  gap: 10px;
  position: relative;
  justify-content: flex-start;
}
.view-doc-table .view-doc-table-item > div:not(:last-of-type) {
  border-right: 1px solid #E3E3E3;
}
.view-doc-table .view-doc-table-item > div.status {
  color: #3E3E3ECC;
  font-weight: 400;
  justify-content: center;
}
.view-doc-table .view-doc-table-item > div.status.signs {
  color: #23A54F;
}

.doc-preview {
  background: #F4F4F4;
  padding: 24px;
  border-radius: 8px;
  height: 100%;
  margin-bottom: 45px;
}
@media (max-width: 575.98px) {
  .doc-preview {
    padding: 16px 10px 16px 16px;
    border-radius: 8px;
  }
}
.doc-preview .inner {
  display: flex;
  flex-direction: column;
  height: 60vh;
  position: relative;
  border-radius: 8px;
}
@media (max-width: 575.98px) {
  .doc-preview .inner {
    height: calc(100vh - 415px);
    margin-bottom: 16px;
  }
}
.doc-preview .inner .file-preview {
  padding: 0;
  border-radius: 8px;
}
.doc-preview .inner img[src=""] {
  display: none;
}
.doc-preview .inner canvas {
  position: absolute;
}
.doc-preview .inner * {
  user-select: text;
}
.doc-preview .message-error {
  color: #D70C17;
  text-align: center;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px 0;
}
.doc-preview .loading {
  margin: auto;
}
.doc-preview .loading svg {
  animation: loading 2s infinite;
}

.btn-send {
  display: flex;
  align-items: center;
}
.btn-send > svg {
  margin: 0 0 0 14px;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 16px;
  margin: 45px 0;
}
@media (max-width: 575.98px) {
  .btn-row {
    margin: 30px 0;
  }
}
.btn-row .form-select, .btn-row .form-control {
  margin-bottom: 0;
}
.btn-row .form-group {
  flex: 0 0 220px;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .btn-row .form-group {
    flex: 0 0 100%;
  }
}

.accordion-item-gks {
  padding: 16px;
  border: 1px solid #E3E3E3;
  border-radius: 10px;
}
@media (max-width: 575.98px) {
  .accordion-item-gks {
    padding: 14px;
  }
}
.accordion-item-gks + .accordion-item-gks {
  margin-top: 24px;
}
.accordion-item-gks .docs-table .docs-table-th-row, .accordion-item-gks .docs-table .docs-table-item {
  width: 100%;
  min-width: 980px;
}
@media (max-width: 1199.98px) {
  .accordion-item-gks .docs-table .docs-table-th-row, .accordion-item-gks .docs-table .docs-table-item {
    min-width: 860px;
  }
}
.accordion-item-gks .docs-table .docs-table-th-row > div, .accordion-item-gks .docs-table .docs-table-item > div {
  flex: 0 0 30%;
}
.accordion-item-gks .docs-table .docs-table-th-row > div:first-child, .accordion-item-gks .docs-table .docs-table-item > div:first-child {
  flex: 0 0 40%;
}
.accordion-item-gks .accordion-header {
  box-shadow: none;
  border-radius: 0;
  flex-wrap: wrap;
  gap: 8px;
}
.accordion-item-gks .accordion-header .accordion-button-row {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.accordion-item-gks .accordion-header .title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  flex: 1 0 0;
}
@media (max-width: 575.98px) {
  .accordion-item-gks .accordion-header .title {
    font-size: 14px;
  }
}
.accordion-item-gks .accordion-header .title:hover {
  text-decoration: underline;
  cursor: pointer;
}
.accordion-item-gks .accordion-header .title:hover svg {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .accordion-item-gks .accordion-header .title {
    flex: 0 0 100%;
  }
}
.accordion-item-gks .accordion-header .title svg {
  transform: rotate(180deg);
  flex: 0 0 14px;
}
.accordion-item-gks .accordion-header .title.collapsed svg {
  transform: rotate(0deg);
}
.accordion-item-gks .accordion-header .download {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  color: #3E3E3ECC;
}
@media (max-width: 991.98px) {
  .accordion-item-gks .accordion-header .download {
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .accordion-item-gks .accordion-header .download svg {
    order: -1;
    width: 16px;
  }
}
.accordion-item-gks .accordion-header .download a, .accordion-item-gks .accordion-header .download span {
  text-decoration: underline;
  cursor: pointer;
}
.accordion-item-gks .accordion-header .download a:hover, .accordion-item-gks .accordion-header .download span:hover {
  text-decoration: none;
}
.accordion-item-gks .accordion-header .snils {
  flex: 0 0 215px;
  justify-content: center;
  text-align: center;
}
.accordion-item-gks .accordion-header .status {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}
@media (min-width: 576px) {
  .accordion-item-gks .accordion-header .status + .status {
    margin-left: 6px;
    padding-left: 12px;
  }
  .accordion-item-gks .accordion-header .status + .status:before {
    content: '';
    width: 1px;
    height: 14px;
    background: #E3E3E3;
    position: absolute;
    top: calc(50% - 7px);
    left: 0;
  }
}
.accordion-item-gks .accordion-header .status.check {
  text-decoration: underline;
  color: #656565;
}
.accordion-item-gks .accordion-header .status.check:hover {
  text-decoration: none;
  cursor: pointer;
}
.accordion-item-gks .accordion-header .status svg {
  flex: 0 0 16px;
}
.accordion-item-gks .accordion-header .date {
  margin-left: auto;
  color: #3E3E3ECC;
  font-size: 12px;
}
@media (max-width: 991.98px) {
  .accordion-item-gks .accordion-header .date {
    margin-left: 0;
  }
}
.accordion-item-gks .accordion-collapse {
  box-shadow: none;
  border-radius: 0;
}
.accordion-item-gks .accordion-body {
  border-radius: 0;
  margin-top: 0;
  box-shadow: none;
  padding: 24px 0 0;
}
.accordion-item-gks .accordion-body .accordion-item-gks .accordion-header .status {
  flex: 0 0 205px;
}
@media (max-width: 991.98px) {
  .accordion-item-gks .accordion-body .accordion-item-gks .accordion-header .status {
    justify-content: flex-end;
  }
}
@media (max-width: 575.98px) {
  .accordion-item-gks .accordion-body .accordion-item-gks .accordion-header .status {
    justify-content: flex-start;
  }
}
.accordion-item-gks .accordion-item-gks {
  box-shadow: 0 4px 15px #0000001A;
}
@media (max-width: 575.98px) {
  .accordion-item-gks .accordion-item-gks {
    box-shadow: none;
  }
}
.accordion-item-gks .accordion-item-gks + .accordion-item-gks {
  margin-top: 8px;
}
.accordion-item-gks .accordion-item-gks .accordion-header {
  position: relative;
}
.accordion-item-gks .accordion-item-gks .accordion-header .title ~ div {
  padding: 0 20px;
  border-left: 1px solid #E3E3E3;
}
@media (min-width: 992px) {
  .accordion-item-gks .accordion-item-gks .accordion-header .title ~ div:last-child {
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .accordion-item-gks .accordion-item-gks .accordion-header .title ~ div {
    border-left: none;
  }
}
.accordion-item-gks .accordion-item-gks .accordion-header .title + div {
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .accordion-item-gks .accordion-item-gks .accordion-header .title + div {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .accordion-item-gks .accordion-item-gks .accordion-header .title + div + div {
    margin-left: auto;
  }
}
@media (max-width: 575.98px) {
  .accordion-item-gks .accordion-item-gks .accordion-header .title + div + div {
    margin-left: 0;
  }
}
.accordion-item-gks .accordion-item-gks .accordion-body {
  margin-top: 16px;
  border-top: 1px solid #E3E3E3;
}
.accordion-item-gks .accordion-item-gks .accordion-body h4 {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 24px;
}
.accordion-item-gks .accordion-item-gks .docs-table {
  margin-bottom: 0;
}
.accordion-item-gks .accordion-item-gks .docs-table .docs-table-th-row {
  background: #F4F4F4;
  border-bottom: 1px solid #E3E3E3;
}
.accordion-item-gks .accordion-item-gks .docs-table .docs-table-th-row, .accordion-item-gks .accordion-item-gks .docs-table .docs-table-item {
  grid-template-columns: 3fr 1fr 1fr;
}
.accordion-item-gks .accordion-item-gks .docs-table .docs-table-th-row > div:not(:last-of-type), .accordion-item-gks .accordion-item-gks .docs-table .docs-table-item > div:not(:last-of-type) {
  border-right: 1px solid #E3E3E3;
}
.accordion-item-gks .accordion-item-gks .docs-table .docs-table-th-row > div:not(:first-of-type), .accordion-item-gks .accordion-item-gks .docs-table .docs-table-item > div:not(:first-of-type) {
  justify-content: center;
}
.accordion-item-gks .accordion-item-gks .docs-table .docs-table-item:not(:last-of-type) {
  border-bottom: 1px solid #E3E3E3;
}
.accordion-item-gks .accordion-item-gks .docs-table .docs-table-item:nth-child(2n) {
  background: none;
}
.accordion-item-gks .accordion-item-gks .docs-table .docs-table-item > div.count {
  text-decoration: underline;
}
.accordion-item-gks .accordion-item-gks .docs-table .docs-table-item > div.count:hover {
  text-decoration: none;
  cursor: pointer;
}

.new-ws-about .well p {
  padding-bottom: 5px;
}
.new-ws-about .well p.big {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 5px;
}

/*# sourceMappingURL=gks.css.map */
