@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

html {
  font-size: 10px;
}
html,
body {
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html.main-page .page-header {
  border-bottom: 0;
}
html.main-page h1 {
  text-transform: uppercase;
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6em;
  background-color: #ebf6ff;
  padding: 0 !important;
  color: #444;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #464e7e;
}
.navbar-brand {
  padding: 15px 10px;
}
table {
  width: calc(100% - 8px);
  position: relative;
}
.header-text {
  font-size: 20.9px;
  margin-top: 40px;
}
.req-title {
  font-size: 30px;
  white-space: nowrap;
  line-height: 60px;
  color: #464e7e;
}
.ui-widget-header {
  border: 1px solid #464e7e !important;
  color: #464e7e !important;
  background-color: #cdd1ec !important;
}
.ui-state-default:hover {
  opacity: 0.7;
}
.ui-state-default,
.ui-widget-content .ui-state-default {
  border: 1px solid #464e7e !important;
  color: #464e7e !important;
  background-color: #cdd1ec !important;
  border-radius: 4px;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  border: 1px solid #a5105d !important;
  background-color: #fad2e7 !important;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  border-radius: 4px;
}
.ui-datepicker .ui-datepicker-title {
  font-size: 15px;
}
.ui-datepicker table {
  color: #464e7e;
}
#ftype {
  font-size: 16px;
  font-weight: bold;
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a {
  color: #a5105d;
  text-decoration: none;
}
hr {
  margin-top: 2px;
  margin-bottom: 2px;
}
textarea {
  resize: none;
}
.maintable {
  /*max-width: 600px;*/
}
.head-gr {
  width: 100%;
  height: 120px;
  z-index: 1;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.head-bt {
  background-color: #fff;
  border: 1px solid #464e7e;
  padding: 8px 18px !important;
  height: auto;
  border-radius: 100px;
  color: #000;
  margin: 0 10px;
}
.headerTable {
  background-color: #464e7e;
  color: #fff;
  border: 1px solid #464e7e !important;
  text-align: left;
}
/* .table-bordered > tbody > tr > td {
  border: 1px solid #626ba0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e5ccd3;
}
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f2e7ea;
} */

.table-sm > tbody {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: flex-start;
}
.table-sm > tbody > tr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.table-sm > tbody > tr > td > select,
.table-sm > tbody > tr > td > input[type="text"] {
  width: 200px;
  box-shadow: none !important;
  height: 38px;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  font-weight: 500;
}
.table-sm > tbody > tr > td > .sub-but {
  padding: 7.58px 25px;
  width: auto;
  border-radius: 5px;
}
.table > tbody > tr > td > select,
.table > tbody > tr > td > input[type="text"],
.table > tbody > tr > td > input[type="email"] {
  width: 100%;
  box-shadow: none !important;
  height: 44px;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  font-weight: 500;
}
.table > tbody > tr > td > input[name="hour[]"],
.table > tbody > tr > td > input[name="minute[]"] {
  width: 55px;
  padding: 0 10px;
  margin-inline: 2px;
}
.table > tbody > tr > td > .sub-but {
  padding: 10px 30px;
  width: auto;
  border-radius: 5px;
}
.btrg > tbody > tr > td:nth-child(7) > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.btrg > tbody > tr > td:nth-child(7) > div > a {
  margin-left: 5px;
}
.table > tbody > tr > td {
  border-top: 0;
}
.dash .alert-danger,
.dash .alert-info {
  width: calc(100% - 8px) !important;
  margin-left: 8px;
}
.dash .alert-success {
  width: calc(100% - 35px) !important;
  margin-left: 20px;
  margin-bottom: 0;
}
body > div:nth-child(4) > .row > .alert-success {
  width: auto !important;
  margin: 160px 15px -120px 25px;
}
body > div:nth-child(4) > .row > .alert-danger {
  width: auto !important;
  margin: 160px 15px -120px 25px;
}
.dash .vtb {
  font-weight: 600;
  max-width: 750px;
}
.dash .vtba {
  margin-bottom: 0;
  font-size: 12px !important;
}
.table-bordered {
  font-size: 13px !important;
}
.dash {
  background-color: #fff;
}
.dash .main-wrap > .add-tit > h2,
.dash .main-wrap > h2,
.dash .main-wrap > table,
.dash .main-wrap > form > table {
  margin-left: 8px;
}
.dash .main-wrap > table {
  margin-bottom: 40px;
}
.dash .main-wrap > .add-tit > h2 {
  margin-top: 10px;
}
.dash .navbar-brand > img {
  width: 290px;
}
.dash .main-wrap {
  margin-top: 30px;
}
input[name="LysoGal"],
input[name="FabCriter"],
input[name="Criter1"],
input[name="Criter2"],
input[name="Criter3"],
input[name="Criter4"],
input[name="Criter5"],
input[name="Criter6"],
input[name="Criter7"],
input[name="Criter8"],
input[name="Criter9"],
input[name="Criter10"],
input[name="Criter11"],
input[name="Criter12"],
input[name="ExCriter1"],
input[name="ExCriter2"],
input[name="ExCriter3"],
input[name="ExCriter4"],
input[name="ExCriter5"],
input[name="ExCriter6"],
input[name="ExCriter7"],
input[name="ExCriter8"],
input[name="ExCriter9"],
input[name="Nosology1"],
input[name="Nosology2"],
input[name="Nosology3"],
input[name="Nosology4"],
input[name="Nosology5"] {
  display: inline;
  float: left;
  margin: 7px 7px 0 0;
}
.help-block {
  font-weight: 600;
}
.add-tit {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#Birthdate_day,
#Birthdate_month,
#Birthdate_year,
#Birthdate1_day,
#Birthdate1_month,
#Birthdate1_year,
#Birthdate2_day,
#Birthdate2_month,
#Birthdate2_year,
#Birthdate3_day,
#Birthdate3_month,
#Birthdate3_year,
#Birthdate4_day,
#Birthdate4_month,
#Birthdate4_year,
#Birthdate5_day,
#Birthdate5_month,
#Birthdate5_year,
#BirthdateF_day,
#BirthdateF_month,
#BirthdateF_year,
#BirthdateM_day,
#BirthdateM_month,
#BirthdateM_year,
#DateActual_day,
#DateActual_month,
#DateActual_year,
#ContractDate_day,
#ContractDate_month,
#ContractDate_year,
#DateConfirmation_day,
#DateConfirmation_month,
#DateConfirmation_year,
#AnalysisDate_day,
#AnalysisDate_month,
#AnalysisDate_year,
#RealBiomaterialDate_day,
#RealBiomaterialDate_month,
#RealBiomaterialDate_year,
#TrDate_day,
#TrDate_month,
#TrDate_year,
input[name="hour[]"],
input[name="minute[]"] {
  width: 100px;
  padding: 0 10px;
}
.btn-add {
  border: 1px solid #464e7e;
  padding: 8px 12px;
  border-radius: 5px;
  color: #464e7e;
  font-weight: 600;
}
#tbnav {
  position: absolute;
  bottom: -55px;
  left: 0;
  z-index: 1;
}
.pagination > .active > a {
  background-color: #464e7e;
  border-color: #464e7e;
}
.pagination > li > a {
  font-size: 14px;
  border-radius: 0 !important;
}
.head-bt:hover {
  background-color: #464e7e !important;
  color: #fff !important;
}
.head-hbt {
  background-color: #fff;
  border: 1px solid #464e7e;
  padding: 5px 10px !important;
  height: auto;
  border-radius: 100px;
  color: #000;
}
.text-light {
  color: #fff;
}
.head-hbt:hover {
  background-color: #464e7e !important;
  color: #fff !important;
}
.mrtop {
  margin-top: 7px;
}
.mrright {
  margin-right: 10px;
}

.lg-info-wrap {
  margin-left: 80px;
}

.lg-text {
  color: #fff;
  font-weight: 400;
  font-size: 22px;
}
.lg-form-wrap {
  height: calc(100vh - 120px);
  margin-top: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.lg-form-wrap > form {
  width: 100%;
  padding-right: 70px;
}
.lg-form-wrap > form .control-label {
  padding-left: 0;
  line-height: 46px;
  font-weight: 400;
  font-size: 14px;
  color: #464e7e;
}
.lg-title {
  width: 100%;
  font-weight: 600;
  font-size: 48px;
  color: #464e7e;
  margin-bottom: 50px;
  line-height: 50px;
}
.lg-info {
  color: #fff;
  font-weight: 600;
  font-size: 42px;
  line-height: 44px;
}
.lg-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-right: 15px;
}
.mt-3 {
  margin-top: 75px;
}

.maintable td {
  padding: 3px 5px 3px 5px;
}
.maintable .headerTable {
  background: #b31166;
  color: #fff;
}
.lg-bg {
  background-color: #464e7e;
  width: 3000px;
  height: calc(100vh - 120px);
  margin-top: -50px;
  display: flex;
  align-items: center;
}
.info-row {
  padding: 0 0 30px;
  font-size: 20px;
}
.phone,
.email {
  color: #7030a0;
}
.phone > a {
  font-size: 2em;
  color: #7030a0;
}
.email > a {
  font-size: 2em;
  color: #7030a0;
}
.phone > a:hover,
.email > a:hover {
  text-decoration: none;
  color: #40046e;
}
.page-footer {
  padding: 20px 0;
  background: #464e7e;
  color: #fff;
  font-size: 0.8em;
  height: 189px;
  display: flex;
  align-items: center;
}
.page-footer a {
  color: #fff !important;
}
.content {
  min-height: calc(100vh - 348px);
}
.dash > .content {
  min-height: calc(100vh - 330px);
}
.pd {
  font-size: 0.8em;
  color: #8d8d8d;
  padding-bottom: 20px;
}
.pd a {
  color: #8d8d8d;
}

.color-w,
.color-w a {
  color: #fff;
}

.navbar-small a {
  font-size: 1em !important;
  padding: 10px !important;
}

.listTable .headerTable {
  background: #b0ceff;
}
.headerBlueRowTable .headerBlueRow {
  background: #d3b5e9;
  color: #fff;
}
.blueRow {
  background: #d3b5e9;
  color: #fff;
}
.table {
  font-size: 14px;
}
.antb {
  font-size: 12.5px !important;
}
.label-success,
.label-info,
.label-warning,
.label-danger {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 85%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  margin-right: 5px;
}
.help-block {
  font-size: 0.9em;
}
.btn-default + .btn-default {
  margin-left: 10px;
}
.fs-12 {
  font-size: 12px;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.table-sm td {
  padding: 4px 4px 4px 0 !important;
}
.navbar-default {
  background-color: #fff;
}
.navbar {
  border-radius: 0 !important;
  border: none !important;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a {
  color: #000;
}
.nav > li > a {
  padding: 10px;
}

.menu-e:hover {
  color: #777 !important;
}
.main-wrap {
  margin-top: 50px;
}
.ptop {
  padding-top: 100px;
}
.sub-but {
  background-color: #464e7e !important;
  outline: none !important;
  color: #fff !important;
  font-size: 16px;
  padding: 12px 0;
  width: calc(100% - 15px);
  border: none !important;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.3s;
}
.dpurp {
  color: #202020;
  font-size: 14px;
  font-weight: 400;
}
.sub-but:hover,
.sub-but:active,
.sub-but:focus {
  opacity: 0.75;
}

.up-link:hover {
  color: #ca73a0 !important;
}
/* .main-page footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
} */
.inp-bg {
  background-color: #fff;
  color: #000;
  border: 1px solid #dcdcdc;
  height: 48px;
  border-radius: 8px !important;
  box-shadow: none !important;
}
.main-page h1 {
  color: #fff;
}
.register-block-hint {
  background: #572c5c;
  color: #fff;
  padding: 0 30px;
}

.m-b-20 {
  margin-bottom: 20px;
}
.download_files {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 400px;
  font-size: 13px;
}
.navbar-small .dropdown-menu a {
  padding: 4px 10px !important;
}
.dropdown-menu .divider {
  margin: 4px 0;
}
.btn-container + .btn-container {
  margin-top: 10px;
}
.btn-container .btn {
  max-width: 640px;
  min-width: 380px;
}
.btn-green {
  color: #3c763d;
  background: #dff0d8;
}
.btn-blue {
  color: #fff;
  background: #0066ff;
}
.view-attention {
  font-weight: bold;
  color: red;
  font-size: 18px;
}
.view-attention-normal {
  font-weight: bold;
  color: red;
}
.page-logo h2 {
  margin-right: 100px;
}
.education-block a {
  color: #0066ff;
}
.education-block a.h3 {
  font-size: 28px;
  padding-bottom: 12px;
}
.education-block a.h4 {
  font-size: 18px;
  padding-bottom: 8px;
}
.education-block a.h3,
.education-block a.h4 {
  display: inline-block;
  margin: 0;
}

.download-link {
  font-size: 24px;
  display: inline-block;
  background: url("/images/download.png") no-repeat left center;
  padding-left: 30px;
  background-size: 26px;
}
.expert-photo img {
  max-width: 100%;
}
.expert-description {
  margin: 20px 0 30px 0;
}
.expert-position {
  font-size: 14px;
}
.news-item + .news-item {
  margin-top: 30px;
}
.news-item .news-date {
  color: #8d8d8d;
  font-size: 16px;
  margin-bottom: 10px;
}
.news-item .news-title a {
  font-weight: bold;
  font-size: 16px;
  color: #0066ff;
}
.news-title {
  margin-bottom: 10px;
}
.news-item .news-image img {
  max-width: 100%;
}
h1 {
  font-size: 22px;
  margin-right: 80px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 36px;
  }
}
.education-block a.h3 {
  font-size: 18px;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .education-block a.h3 {
    font-size: 28px;
    padding-bottom: 12px;
  }
}
.education-block a.h4 {
  font-size: 14px;
  padding-bottom: 6px;
}
@media (min-width: 768px) {
  .education-block a.h4 {
    font-size: 18px;
    padding-bottom: 8px;
  }
}
.page-logo {
  background-size: 64px;
  background-position: right 15px top 15px;
}
@media (min-width: 768px) {
  .page-logo {
    background-size: 118px;
  }
}
.education-block {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .education-block {
    margin-top: 40px;
  }
}

.blue-block {
  display: block;
  color: #fff;
  background: #0066ff;
  height: 80px;
  font-size: 18px;
  display: flex;
  align-items: center;
  padding: 15px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .blue-block {
    height: 150px;
    font-size: 24px;
  }
  .blue-block-2 {
    margin-top: 50px;
  }
  .blue-block-3 {
    margin-top: 100px;
  }
}
.datepicker-hidden {
  display: none;
}
.image-preview {
  width: 60px;
}
.imageContainer {
  margin-bottom: 10px;
}
.education-title {
  margin-bottom: 60px;
}
.description-hidden {
  display: none;
}
.h4,
h4 {
  margin: 0;
  padding: 10px 0;
}
.direction-btn {
  background: #0066ff;
  color: #fff;
  font-size: 16px;
  padding: 12px 24px !important;
}
.btn-width-full {
  width: 100%;
}
.btn-width-400 {
  width: 400px;
}
.maintable-300 td:first-child {
  width: 400px;
}
.delimiter-title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.delimiter-sm {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}
video {
  outline-color: #3dcbff;
}
.buttons {
  padding-top: 20px;
  padding-bottom: 20px;
}

.mp-row {
  width: 100%;
  height: 660px;
  margin-top: -50px;
}

.mp-row img {
  width: 728px;
}
.mp-title {
  width: 805px;
  font-weight: 600;
  font-size: 48px;
  color: #464e7e;
  margin-bottom: 40px;
  line-height: 50px;
}

.mp-wrap {
  height: 660px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.mp-text {
  width: 630px;
  color: #000;
  font-weight: 400;
  font-size: 14px;
}

.mp-label {
  font-weight: 600;
  font-size: 24px;
  color: #464e7e;
  margin-top: 50px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.mp-slabel {
  width: 300px;
  color: #000;
  font-weight: 400;
  font-size: 10px;
}

.bs-caret {
  background-color: #464e7e;
  width: 32px;
  height: 32px;
  border-radius: 20px;
  position: absolute;
  right: 12px;
}

.bs-caret > .caret {
  border-right: 3px solid rgb(255 255 255);
  border-bottom: 3px solid rgb(255 255 255);
  border-top: none !important;
  border-left: none !important;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  right: 11px !important;
  margin-top: -6px !important;
}

.btn-default.active,
.btn-default:active,
.btn-default.focus,
.btn-default:focus,
.open > .dropdown-toggle.btn-default {
  color: #464e7e;
  background-color: #fff;
  border-color: #464e7e;
}

.bootstrap-select .dropdown-menu {
  border: 1px solid #464e7e;
  border-radius: 8px;
  padding: 5px 0;
}

.bootstrap-select .dropdown-menu li {
  padding: 0 15px;
}

.dropdown-menu > li > a {
  padding: 7px 0;
  font-weight: 600;
  color: #464e7e !important;
  font-size: 16px;
  border-bottom: 1px solid #f2f2f2 !important;
  transition: none !important;
}

#bs-select-1-4 {
  border-bottom: 0 !important;
}
#bs-select-2-4 {
  border-bottom: 0 !important;
}

.dropdown-menu > .active > a {
  background-color: rgba(0, 0, 0, 0) !important;
  transition: none !important;
}

.dropdown-menu > li:hover {
  background-color: #f2f2f2;
  border-bottom-color: #fff;
}
a:focus {
  outline: none !important;
}

.mp-row-info {
  height: 620px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.mp-info-bg {
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50%;
  right: -50%;
  z-index: -1;
}
.mp-info-title {
  width: 1100px;
  font-weight: 600;
  font-size: 48px;
  color: #464e7e;
  margin-bottom: 50px;
  line-height: 50px;
  padding-right: 15px;
  padding-left: 15px;
}

.mp-info-text {
  width: 920px;
  font-weight: 400;
  font-size: 22px;
  color: #464e7e;
  margin-bottom: 30px;
  line-height: 26px;
  padding-right: 15px;
  padding-left: 15px;
}

.mp-info-t {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  margin-bottom: 30px;
  line-height: 17px;
  padding-right: 15px;
  padding-left: 15px;
}

.mp-row-qna {
  width: 100%;
}

.mp-row-qna img {
  width: 500px;
  position: absolute;
  left: -50px;
  bottom: 0;
}

.mp-row-il {
  width: 100%;
}

.mp-row-il img {
  width: 420px;
  position: absolute;
  left: -25px;
  bottom: -70px;
  z-index: -1;
}

.mp-title-il {
  font-weight: 600;
  font-size: 48px;
  color: #464e7e;
  margin-bottom: 25px;
  margin-top: 90px;
  line-height: 50px;
  padding-right: 15px;
  padding-left: 15px;
}

.mp-text-il {
  font-weight: 400;
  font-size: 22px;
  color: #464e7e;
  margin-bottom: 40px;
  width: 780px;
  margin-top: 0;
  line-height: 26px;
  padding-right: 15px;
  padding-left: 15px;
}

.mp-title-qna {
  font-weight: 600;
  font-size: 48px;
  color: #464e7e;
  margin-bottom: 50px;
  margin-top: 90px;
  line-height: 50px;
  padding-right: 15px;
  padding-left: 15px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  padding: 0 40px 40px 40px;
}

.doc-info .panel-default > .panel-heading + .panel-collapse > .panel-body {
  padding: 15px 20px;
  background-color: #ebf6ff;
}

.panel-default > .panel-heading {
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 0;
}

.doc-info .panel-default > .panel-heading,
.doc-info .panel-default {
  background-color: #ebf6ff;
}

.panel-heading {
  padding: 25px 40px;
}

.doc-info .panel-heading {
  padding: 10px 20px;
}

.panel-group .panel {
  margin-bottom: 10px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.panel-title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.doc-info .panel-title {
  font-size: 20px;
  color: #464e7e;
}

.panel-group {
  margin-bottom: 90px;
}

.doc-info .panel-group {
  margin-bottom: 0;
  max-width: 820px;
}

.panel-title > a {
  text-decoration: none !important;
}

#icon-1,
#icon-2,
#icon-3,
#icon-4,
#icon-5 {
  border: 2px solid #464e7e;
  border-radius: 50%;
  padding: 12px 10px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #464e7e;
}

#iconx-1,
#iconx-2,
#iconx-3,
#iconx-4,
#iconx-5 {
  border: 2px solid #464e7e;
  border-radius: 50%;
  padding: 11px 10px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #464e7e;
  display: none;
}

.bic1,
.bic2,
.bic3,
.bic4 {
  color: rgba(70, 78, 126, 0.07);
  position: absolute;
}
.bic1 {
  font-size: 175px;
  left: 90px;
  top: 18px;
}
.bic2 {
  font-size: 64px;
  right: 200px;
  top: -140px;
}
.bic3 {
  font-size: 100px;
  right: 115px;
  top: 85%;
}

.nosl {
  font-weight: 500;
  font-size: 15px;
}

.nosl .radio {
  float: left;
  margin-right: 15px;
}

.crw {
  margin-right: 0;
  margin-left: 15px;
}

.tab-md {
  background-color: rgba(244, 244, 244, 1);
  border-radius: 16px;
  padding: 40px 48px;
  height: 390px;
}

.doc-md {
  height: 390px;
  align-items: flex-start;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #464e7e;
  background: none !important;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 10px 10px 0;
}
.nav-pills > li > a,
.nav-pills > li > a:focus,
.nav-pills > li > a:hover {
  color: #6b6f75;
  background: none !important;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 10px 10px 0;
}
.nav-pills > li > a:hover {
  color: #464e7e;
}
.docs-ls {
  display: flex;
  flex-direction: column;
}
.docs-ls > a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid #000;
  padding: 15px 0 5px 0;
}
.docs-ls > a > .glyphicon {
  font-size: 14px;
  color: #333;
}
.docs-ls > a:hover {
  opacity: 0.6;
}
.tab-pane > h4 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

.item1 {
  grid-area: mann;
}
.item2 {
  grid-area: tkin;
}
.item3 {
  grid-area: fabr;
}
.item4 {
  grid-area: lipo;
}
.item5 {
  grid-area: hipr;
}
.item-list {
  margin: 7px 0 0 10px;
  padding: 0;
  font-size: 9px;
  font-weight: 600;
  line-height: 10px;
}
sup {
  font-weight: 600;
}
.grid-container {
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-areas:
    "mann tkin fabr"
    ". lipo hipr";
  gap: 30px;
  padding: 0 15px 0 30px;
  margin-bottom: 50px;
}

.grid-container > div {
  background-color: #fff;
  border-radius: 10px;
  padding: 26px 30px;
}

.grid-container > div > h3 {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.grid-container > div > p {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  line-height: 14px;
}

.mp-row-dg {
  width: 100%;
  height: 660px;
  margin-top: -50px;
  padding-right: 15px;
  padding-left: 15px;
}

.mp-row-dg .mp-title {
  width: 100%;
}

.mp-row-dg .mp-text {
  width: 100%;
}

.mp-row-dg .row {
  margin: 0;
}

.mp-row-dg .row-1 {
  margin: 70px 0 25px 0;
}

.mp-row-dg .mp-label {
  margin-top: 7px;
}

.mp-row-dg .bootstrap-select > .dropdown-toggle {
  padding: 12px 15px;
}

.reg {
  height: 680px;
}

.reg .row {
  margin: 0;
}

.ftext {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  margin: 0;
}

.ftext > span {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  width: 340px;
  display: inline-block;
}

.mail-to {
  font-weight: 600;
  font-size: 24px;
  color: #000;
  line-height: 32px;
  padding-right: 15px;
  padding-left: 15px;
  text-transform: uppercase;
}

.mail-to > a {
  color: #464e7e;
}

.reg > .mp-info-text {
  color: #000;
  width: 1020px;
}

.fixed-info {
  border-radius: 8px;
  font-size: 24px;
  color: #464e7e;
  font-weight: 600;
  width: 100%;
  display: none;
  padding: 25px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 3;
}

.reg > a {
  font-weight: 600;
  font-size: 14px;
  color: #202020;
  padding-right: 15px;
  padding-left: 15px;
  text-decoration: underline;
  margin-bottom: 50px;
}

.reg > .row button {
  margin-bottom: 50px;
}

.reg .bic1 {
  font-size: 52px;
  right: 430px;
  top: 30px;
  left: auto;
}
.reg .bic2 {
  font-size: 180px;
  right: -180px;
  top: 70px;
}
.reg .bic3 {
  font-size: 52px;
  right: auto;
  left: -75px;
  top: 222px;
}

.reg .bic4 {
  font-size: 85px;
  left: 0;
  top: calc(100% - 85px);
}

.signup .registertable > tbody {
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-areas:
    "tr1 tr2"
    "tr3 tr4"
    "tr5 ."
    "tr6 tr7"
    "tr8 tr9"
    "tr10 tr11"
    "tr15 tr12"
    "tr13 tr14"
    "tr16 tr17"
    "tr18 tr19"
    "tr20 tr21"
    "tr22 tr22"
    "tr26 tr26";
  gap: 20px 50px;
}

.signup .registertable > tbody > tr {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.signup .registertable > tbody > tr > td {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color: #464e7e;
  line-height: 17px;
}

.prec > tbody > tr > td {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color: #464e7e;
  line-height: 17px;
}

.signup .registertable > tbody > tr > td > input[type="text"],
.signup .registertable > tbody > tr > td > input[type="password"],
.signup .registertable > tbody > tr > td > input[type="email"],
.signup .registertable > tbody > tr > td > select {
  box-shadow: none !important;
  width: 368px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  font-weight: 500;
}

.prec > tbody > tr > td > input[type="text"],
.prec > tbody > tr > td > input[type="password"],
.prec > tbody > tr > td > input[type="email"],
.prec > tbody > tr > td > select {
  box-shadow: none !important;
  width: 368px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  font-weight: 500;
  margin: 10px 0;
}

.prec .sub-but {
  width: 220px;
  margin-top: 10px;
}

.row.alert-danger {
  position: absolute;
  margin-left: 15px;
  margin-top: 160px !important;
  z-index: 10;
}

.row.alert-danger > a {
  margin-left: 10px;
}

.dash .alert-danger {
  position: relative;
  margin-left: 8px;
}

.prec > tbody > tr > td > b {
  font-weight: 400;
}

.signup .registertable > tbody > tr > td > b {
  font-weight: 400;
}

.signup .registertable > tbody > tr:nth-child(1) {
  grid-area: tr1;
}
.signup .registertable > tbody > tr:nth-child(2) {
  grid-area: tr2;
}
.signup .registertable > tbody > tr:nth-child(3) {
  grid-area: tr3;
}
.signup .registertable > tbody > tr:nth-child(4) {
  grid-area: tr4;
}
.signup .registertable > tbody > tr:nth-child(5) {
  grid-area: tr5;
}
.signup .registertable > tbody > tr:nth-child(6) {
  grid-area: tr6;
}
.signup .registertable > tbody > tr:nth-child(7) {
  grid-area: tr7;
}
.signup .registertable > tbody > tr:nth-child(8) {
  grid-area: tr8;
}
.signup .registertable > tbody > tr:nth-child(9) {
  grid-area: tr9;
}
.signup .registertable > tbody > tr:nth-child(10) {
  grid-area: tr10;
}
.signup .registertable > tbody > tr:nth-child(11) {
  grid-area: tr11;
}
.signup .registertable > tbody > tr:nth-child(12) {
  grid-area: tr12;
}
.signup .registertable > tbody > tr:nth-child(13) {
  grid-area: tr13;
}
.signup .registertable > tbody > tr:nth-child(14) {
  grid-area: tr14;
}
.signup .registertable > tbody > tr:nth-child(15) {
  grid-area: tr15;
}
.signup .registertable > tbody > tr:nth-child(16) {
  grid-area: tr16;
}
.signup .registertable > tbody > tr:nth-child(17) {
  grid-area: tr17;
}
.signup .registertable > tbody > tr:nth-child(18) {
  grid-area: tr18;
}
.signup .registertable > tbody > tr:nth-child(19) {
  grid-area: tr19;
}
.signup .registertable > tbody > tr:nth-child(20) {
  grid-area: tr20;
}
.signup .registertable > tbody > tr:nth-child(21) {
  grid-area: tr21;
}
.signup .registertable > tbody > tr:nth-child(22) {
  grid-area: tr22;
}
.signup .registertable > tbody > tr:nth-child(26) {
  grid-area: tr26;
}

.signup > div.row > form > table > tbody > tr:nth-child(17) > td:nth-child(1),
.signup > div.row > form > table > tbody > tr:nth-child(18) > td:nth-child(1),
.signup > div.row > form > table > tbody > tr:nth-child(19) > td:nth-child(1) {
  display: none;
}

.signup > div.row > form > table > tbody > tr:nth-child(19) > td,
.signup > div.row > form > table > tbody > tr:nth-child(18) > td,
.signup > div.row > form > table > tbody > tr:nth-child(19) > td > input,
.signup > div.row > form > table > tbody > tr:nth-child(18) > td > input {
  width: 100%;
}

.signup .registertable > tbody > tr > td > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  background-image: url('data:image/svg+xml,<svg width="37" height="36" viewBox="0 0 37 36" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="35.5492" y="0.5" width="35" height="35.03" rx="17.5" transform="rotate(90 35.5492 0.5)" stroke="%23464E7E"/><path d="M17.4689 21.5661C17.7813 21.8785 18.2878 21.8785 18.6002 21.5661L23.6914 16.4749C24.0038 16.1625 24.0038 15.656 23.6914 15.3435C23.379 15.0311 22.8724 15.0311 22.56 15.3435L18.0345 19.869L13.5091 15.3435C13.1966 15.0311 12.6901 15.0311 12.3777 15.3435C12.0653 15.656 12.0653 16.1625 12.3777 16.4749L17.4689 21.5661ZM17.2345 20.4004L17.2345 21.0004L18.8345 21.0004L18.8345 20.4004L17.2345 20.4004Z" fill="%23464E7E"/></svg>');
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 6px;
  background-size: 35px;
}

.signup .registertable > tbody > tr > td > select:hover,
.signup .registertable > tbody > tr > td > select:active {
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: lighten;
  cursor: pointer;
}

.signup > div.row > form > table > tbody > tr:nth-child(12) > td:nth-child(1),
.signup > div.row > form > table > tbody > tr:nth-child(13) > td:nth-child(1),
.signup > div.row > form > table > tbody > tr:nth-child(14) > td:nth-child(1) {
  color: #7c7c7c;
}

input[type="file"]::file-selector-button {
  border: none !important;
  padding: 12px 30px;
  border-radius: 8px;
  background-color: #efefef;
  transition: 0.3s;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 8px;
  margin-right: 30px;
}

input[type="file"]::file-selector-button:hover {
  opacity: 0.6;
  cursor: pointer;
}
.signup > div.row > form > table > tbody > tr:nth-child(16) {
  align-items: flex-start;
}

.signup
  > div.row
  > form
  > table
  > tbody
  > tr:nth-child(17)
  > td:nth-child(2)
  > span
  > a,
.signup
  > div.row
  > form
  > table
  > tbody
  > tr:nth-child(16)
  > td
  > span.help-block
  > a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}

.signup
  > div.row
  > form
  > table
  > tbody
  > tr:nth-child(17)
  > td:nth-child(2)
  > span
  > a:hover,
.signup
  > div.row
  > form
  > table
  > tbody
  > tr:nth-child(16)
  > td
  > span.help-block
  > a:hover {
  opacity: 0.6;
  cursor: pointer;
}

.signup
  > div.row
  > form
  > table
  > tbody
  > tr:nth-child(17)
  > td:nth-child(2)
  > span
  > a.add-file-row {
  text-decoration: none;
  font-weight: 500;
}

.signup
  > div.row
  > form
  > table
  > tbody
  > tr:nth-child(16)
  > td
  > span.help-block {
  margin-top: 24px;
}

.signup > div.row > form > table > tbody > tr:nth-child(20) > td {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.signup > div.row > form > table > tbody > tr:nth-child(26) {
  justify-content: center;
}

.signup > div.row > form > table > tbody > tr:nth-child(21) {
  justify-content: flex-start;
}

.signup
  > div.row
  > form
  > table
  > tbody
  > tr:nth-child(26)
  > td
  > input[type="submit"] {
  width: 370px;
  margin: 25px 0;
}

.signup > div.row > form > table > tbody > tr:nth-child(22) > td {
  padding-top: 20px;
}

.reg.signup
  > div.row
  > form
  > table
  > tbody
  > tr:nth-child(17)
  > td:nth-child(2),
input[type="file"] {
  width: 100%;
}

.doc-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
}

.doc-con {
  margin-top: 120px;
  min-height: calc(100vh - 309px) !important;
}

.reg-info {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color: #202020;
  line-height: 17px;
  margin-bottom: 80px;
}

#navbar > ul > li {
  font-size: 16px;
}

.navbar-toggle {
  background-color: transparent;
  border: none;
  padding: 0;
  margin-top: 25px;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #464e7e;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 7px;
}

.navbar-toggle .icon-bar {
  width: 28px;
  height: 3px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}

.ftimg {
  margin-bottom: 10px;
}
.fterms,
.fconf {
  margin-left: 80px;
}

@media (min-width: 1280px) {
  .container {
    width: 1280px;
  }
}

@media (max-width: 1280px) {
  .container {
    width: 100%;
  }
}

@media (max-width: 1260px) {
  #navbar > ul > li {
    font-size: 14px;
  }
  .navbar-header > a > img {
    width: 290px;
  }
  #navbar > ul > li > a {
    padding: 8px 7px;
  }
  .navbar-brand {
    padding-right: 0;
  }
  .lg-info {
    font-size: 36px;
    line-height: 40px;
  }
}

@media (max-width: 1120px) {
  #navbar > ul > li > a {
    padding: 7px 5px;
  }
  #navbar > ul > li {
    font-size: 13px;
  }
  .navbar-header > a > img {
    width: 270px;
  }
  .lg-info {
    font-size: 32px;
    line-height: 34px;
  }
  .lg-title {
    font-size: 38px;
    line-height: 42px;
  }
  .mp-info-title,
  .mp-info-text {
    width: 100%;
  }
  .mp-info-title {
    margin-top: 50px;
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 46px;
  }
  .mp-row-info {
    height: auto;
  }
  .tab-md {
    margin-bottom: 50px;
  }
  .grid-container > div > h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .grid-container > div > p {
    font-size: 12px;
    line-height: 14px;
  }
  .grid-container > div {
    padding: 35px;
  }
  .ftext > span {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .container {
    width: 100%;
  }
  body > div > div > div.mp-row > div:nth-child(2) > img {
    position: absolute;
    top: -378px;
    right: -22px;
    z-index: -1;
    width: 214px;
  }
  body
    > div
    > div
    > div.mp-row
    > div:nth-child(1)
    > div
    > div
    > div.col-md-4.col-xs-12
    > button {
    margin-top: 15px;
  }
  #inst > div > img,
  #info > div > img {
    display: none;
  }
  .doc-md {
    height: auto;
    margin-bottom: 30px;
  }
  .grid-container {
    grid-template-areas:
      "mann mann mann"
      "tkin tkin tkin"
      "fabr fabr fabr"
      "lipo lipo lipo"
      "hipr hipr hipr";
  }
  .mp-text-il {
    width: 100%;
  }
  .grid-container > div > h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .grid-container > div > p {
    font-size: 14px;
    line-height: 17px;
  }
  .ftext > span {
    width: 100%;
  }
  .ftimg {
    margin-top: -5px;
    width: 95%;
  }
  .fterms,
  .fconf {
    margin-left: 0;
  }
  .confirm-modal button {
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .prec > tbody > tr > td {
    display: table;
    width: 100% !important;
    border-collapse: separate;
  }
  .navbar-header > a > img {
    width: 260px;
  }
  .mp-title {
    width: 100%;
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 30px;
  }
  .mp-row {
    height: auto;
  }
  .mp-wrap {
    height: auto;
    padding: 40px 0;
  }
  body > div > div > div.mp-row > div:nth-child(2) > img {
    top: -342px;
  }
  .container {
    width: 100%;
  }
  .head-gr {
    height: 75px;
    display: block;
  }
  .head-gr > .container {
    margin-top: 0 !important;
  }
  .navbar-nav {
    margin: 15px -5px;
  }
  #navbar > ul > li {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    padding: 7px 0;
    border-top: 1px solid #f2f2f2;
  }
  #navbar > ul > li:nth-child(6) > a {
    width: 130px;
    margin: 0 auto;
  }
  #navbar > ul > li:nth-child(1) {
    border-top: none;
  }
  .mp-text {
    width: 100%;
    margin-bottom: 40px;
  }
  .mp-label {
    font-size: 20px;
  }
  .mp-info-title,
  .mp-title-qna,
  .mp-title-il {
    font-size: 28px;
    line-height: 30px;
  }
  .reg > .mp-info-text {
    width: auto;
  }
  .lg-form-wrap {
    height: auto;
    margin-top: 0;
  }
  .lg-title {
    font-size: 25px;
    margin-bottom: 30px;
    line-height: 27px;
  }
  .lg-form-wrap > form {
    padding-right: 0;
  }
  .lg-form-wrap > form > div:nth-child(9) > div,
  .lg-form-wrap > form > div:nth-child(10) > div {
    padding-left: 0;
    padding-right: 0;
  }
  .lg-row {
    padding-right: 0;
  }
  .lg-bg {
    width: 120%;
    margin-left: -30px;
    height: auto;
    padding: 20px 0;
    margin-top: 0;
  }
  .lg-info-wrap {
    margin-left: 30px;
  }
  .lg-info {
    font-size: 32px;
  }
  .lg-form-wrap > form > p > button {
    width: 100%;
  }
  .mp-row-dg .mp-text {
    width: 100%;
  }
  body > div > div > div.mp-row-info.reg.signup > p {
    margin-top: 50px !important;
  }
  .signup .registertable > tbody {
    display: table-row-group;
  }
  .signup .registertable > tbody > tr {
    display: table-row;
  }
  .signup .registertable > tbody > tr > td {
    display: table;
    width: 100% !important;
    border-collapse: separate;
    margin: 10px 0;
  }
  .signup .registertable > tbody > tr > td > input[type="text"],
  .signup .registertable > tbody > tr > td > input[type="password"],
  .signup .registertable > tbody > tr > td > input[type="email"],
  .signup .registertable > tbody > tr > td > select {
    width: 100% !important;
  }
  .signup
    > div.row
    > form
    > table
    > tbody
    > tr:nth-child(26)
    > td
    > input[type="submit"] {
    width: 100%;
  }
  .signup > div.row > form {
    padding-right: 15px;
  }
  body > div:nth-child(2) > .alert-danger {
    top: 75px;
  }
  .prec > tbody > tr > td > input[type="text"],
  .prec > tbody > tr > td > input[type="password"],
  .prec > tbody > tr > td > input[type="email"],
  .prec > tbody > tr > td > select {
    width: 100%;
  }

  .prec .sub-but {
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  .main-wrap {
    margin-top: 0;
  }
  .page-footer {
    height: auto;
  }
  .page-footer > .container > .row {
    flex-direction: column !important;
  }
  .page-footer > .container > .row > div {
    text-align: left;
  }
  .page-footer > .container > .row .text-right a {
    text-align: left;
  }
  .fterms,
  .fconf {
    margin-left: 0;
  }
  .ftext {
    margin: 10px 0;
  }
  #confirm1 .confirm-modal {
    width: 96% !important;
  }
}

#confirm1,
#confirm2 {
  display: none;
}

.confirm-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.confirm-modal {
  background-color: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
  padding: 30px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
}

#confirm1 .confirm-modal {
  width: 90%;
}

.confirm-modal p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.confirm-modal button {
  padding: 10px 0;
  border-radius: 5px;
}

@media (max-width: 375px) {
  .dash .navbar-brand > img {
    width: 250px;
  }
}

@media (max-width: 350px) {
  .navbar-header > a > img {
    width: 230px;
  }
  .dash .navbar-brand > img {
    width: 230px;
  }
}

.table-responsive {
  border: none;
  margin-bottom: 20px;
  margin-left: 8px;
}

.table-responsive > table {
  width: auto;
}

.doc-con .table-bordered {
  font-size: 12.5px !important;
}

@media (max-width: 430px) {
  body > div:nth-child(4) > .row > .alert-success {
    margin: 105px 15px -85px 25px;
  }
  .add-tit {
    flex-direction: column;
    align-items: flex-start;
  }
  .add-tit > .btn-add {
    margin-left: 8px;
    width: calc(100% - 16px);
  }
  .add-tit > h2 {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .table-sm > tbody {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    width: calc(100% + 4px);
  }
  .table-sm {
    min-width: auto !important;
  }
  .table-sm > tbody > tr > td > select,
  .table-sm > tbody > tr > td > input[type="text"],
  .table-sm > tbody > tr > td,
  .table-sm > tbody > tr,
  .table-sm > tbody > tr > td > .sub-but {
    width: 100%;
  }
  .table-sm > tbody > tr > td > .sub-but {
    margin-top: 10px;
  }
  .doc-con.container.content > div > div > h2 {
    font-size: 26px;
    margin-top: -50px;
  }
  .doc-con.container.content > div > h2 {
    font-size: 26px;
    margin-top: -50px;
  }
  .download_files {
    margin: 0 0 20px -25px;
  }
  .download_files > .text-center {
    text-align: left;
    padding-left: 25px;
  }
  .doc-info .panel-title {
    font-size: 15px;
  }
  .nosl {
    min-width: 340px !important;
  }
  .doc-con.container.content
    > div
    > form
    > table
    > tbody
    > tr
    > td
    > .upt
    > tbody
    > tr
    > td,
  .doc-con.container.content .vtb > tbody > tr > td,
  .doc-con.container.content .maintable > tbody > tr > td {
    display: table;
    width: calc(100vw - 44px) !important;
    border-collapse: separate;
  }
  .doc-con .upt .req-title {
    font-size: 20px;
    white-space: normal;
    line-height: 32px;
  }
  .doc-con.container.content
    > div
    > form
    > table
    > tbody
    > tr
    > td
    > .upt
    > tbody
    > tr
    > td
    > .sub-but,
  .doc-con.container.content
    > div
    > form
    > table
    > tbody
    > tr
    > td
    > .maintable
    > tbody
    > tr
    > td
    > .sub-but {
    width: 100%;
    margin-bottom: 10px;
  }
  .doc-con.container.content .vtb > tbody > tr > td:nth-child(2) {
    font-weight: 400;
  }
  .doc-con.container.content
    .maintable
    > tbody
    > tr
    > td
    > select[name="year[]"],
  .doc-con.container.content
    .maintable
    > tbody
    > tr
    > td
    > select[name="month[]"],
  .doc-con.container.content
    .maintable
    > tbody
    > tr
    > td
    > select[name="day[]"] {
    width: 100% !important;
    margin-bottom: 10px;
  }
  body > div.doc-con.container.content > div .btn-container .btn {
    width: calc(100% - 8px);
    min-width: auto;
    white-space: normal;
  }
  .dash .alert-danger,
  .dash .alert-info {
    width: calc(100% - 16px) !important;
  }
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: calc(100% - 16px);
  }
}

.navbar > .head-gr > .container {
  background-color: #fff;
}
