@charset "UTF-8";
/* Size */
/* Size End */
@font-face {
  font-family: "sf";
  font-weight: 400;
  src: url(../fonts/SF-UI-Display-Regular.otf) format("opentype"), url(../fonts/SF-UI-Display-Regular.otf) format("opentype");
}
@font-face {
  font-family: "sf";
  font-weight: 500;
  src: url(../fonts/SF-UI-Display-Medium.otf) format("opentype"), url(../fonts/SF-UI-Display-Medium.otf) format("opentype");
}
@font-face {
  font-family: "sf";
  font-weight: 600;
  src: url(../fonts/SF-UI-Display-Semibold.otf) format("opentype"), url(../fonts/SF-UI-Display-Semibold.otf) format("opentype");
}
@font-face {
  font-family: "sf";
  font-weight: 700;
  src: url(../fonts/SF-UI-Display-Bold.otf) format("opentype"), url(../fonts/SF-UI-Display-Bold.otf) format("opentype");
}
@font-face {
  font-family: "sf";
  font-weight: 800;
  src: url(../fonts/SF-UI-Display-Black.otf) format("opentype"), url(../fonts/SF-UI-Display-Black.otf) format("opentype");
}
@font-face {
  font-family: "fontIcon";
  font-weight: 500;
  src: url("../fonts/icon/font.eot");
  src: url("../fonts/icon/font.eot") format("embedded-opentype"), url("../fonts/icon/font.woff") format("woff"), url("../fonts/icon/font.ttf") format("truetype"), url("../fonts/icon/font.svg#svgFontName") format("svg");
}
/* Size */
/* Size End */
/* Color */
:root {
  --backgroundColor: #f5f5f5;
  --primaryColor: #293140;
  --primaryHoverColor: #161c26;
  --createBtnColor: #109361;
  --createBtnColorHover: #0d7b51;
  --secondColor: #f77321;
  --baseColor: #111;
  --baseColorHover: #333;
  --baseTextColor: #142241;
  --fbColor: #0866FF;
  --xColor: #000;
  --boxBorder: #dcdfe6;
  --borderColor: #dddee4;
  --labelColor: #636c81;
  --tableBorder: #d5dcdf;
  --inputBorder: #cecfdb;
  --textColor: #555;
  --grayText: #858585;
  --lgrayColor: #f4f5f6;
  --checkradioBg: #f3f5f6;
  --switchBg: #f0f2f3;
  --itemBorder: #ebecef;
  --boxBg: #f5f7ff;
  --lineBg: #dbe2eb;
  --grayColor: #e1e6eb;
  --grayColorHover: #d0d7dd;
  --lightGrayColor: #eceff3;
  --statusPrimaryColor: #1b84ff;
  --statusPrimaryBg: #e9f3ff;
  --statusDangerColor: #f8285a;
  --statusDangerBg: #ffeef3;
  --statusDangerHoverColor: #da1f4b;
  --statusWaitingColor: #ff9800;
  --statusWaitingBg: #fffbf4;
  --statusSuccessColor: #10ab46;
  --statusSuccessBg: #e5ffef;
}

/* Color End */
html {
  margin: 0;
  padding: 0;
  background-color: #fff;
  overflow-x: hidden;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  clear: both;
  vertical-align: baseline;
  font-family: "sf";
  font-feature-settings: normal;
  font-variation-settings: normal;
  background-color: var(--backgroundColor);
  scroll-behavior: smooth;
  --cursor-color: #eefff6af;
  --cursor-hover: #02d866;
}

@keyframes grain {
  0%, 100% {
    transform: translate(0);
  }
  10% {
    transform: translate(-5%, -10%);
  }
  20% {
    transform: translate(-15%, 5%);
  }
  30% {
    transform: translate(7%, -25%);
  }
  40% {
    transform: translate(-5%, 25%);
  }
  50% {
    transform: translate(-15%, 10%);
  }
  60% {
    transform: translate(15%);
  }
  70% {
    transform: translateY(15%);
  }
  80% {
    transform: translate(3%, 35%);
  }
  90% {
    transform: translate(-10%, 10%);
  }
}
body {
  min-height: 100%;
  font-size: 14px;
  font-family: "sf";
  color: var(--tableColor);
  line-height: 1.4;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  background-size: cover;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: var(--textColor);
  font-size: 14px;
  text-decoration: none;
}
a:hover {
  color: var(--baseColor);
  text-decoration: none;
}

a, abbr, acronym, address, applet, b, big, blockquote, body, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, u, ul, var {
  vertical-align: baseline;
  padding: 0;
  margin: 0;
}

p {
  font-weight: 400;
  line-height: 1.4;
}
p ~ p {
  margin-top: 20px;
}

button {
  font-family: "sf";
}

/* Other Style */
.clear-fix {
  display: block;
  clear: both;
}

.clear-fix::after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

*, *:after, *:before {
  box-sizing: border-box;
  box-sizing: border-box;
}

*, *:focus, *:active {
  -ms-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  box-sizing: border-box;
}

.dg {
  display: grid;
  width: 100%;
}

.dgc {
  align-items: center;
}

.aic {
  align-items: center;
}

.g2 {
  grid-template-columns: 1fr 1fr;
}

.g3 {
  grid-template-columns: repeat(3, 1fr);
}

.g4 {
  grid-template-columns: repeat(4, 1fr);
}

.g5 {
  grid-template-columns: repeat(5, 1fr);
}

.g6 {
  grid-template-columns: repeat(6, 1fr);
}

.g8 {
  grid-template-columns: repeat(8, 1fr);
}

.g9 {
  grid-template-columns: repeat(9, 1fr);
}

.g10 {
  grid-template-columns: repeat(10, 1fr);
}

.g12 {
  grid-template-columns: repeat(12, 1fr);
}

.g50_50 {
  grid-template-columns: 50% 50%;
}

.gc1 {
  grid-column: 1/3;
}

.gap1 {
  gap: 10px;
}

.gap1_2 {
  gap: 12px;
}

.gap1_6 {
  gap: 16px;
}

.gap2 {
  gap: 20px;
}

.gap2_4 {
  gap: 24px;
}

.gap3 {
  gap: 30px;
}

.gap4 {
  gap: 40px;
}

.gap5 {
  gap: 50px;
}

.df {
  display: flex;
}

.dfc {
  display: flex;
  align-items: center;
}

.dtb {
  display: table;
}

.dfs {
  display: flex;
  align-items: flex-start;
}

.dcsb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dcsa {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.dfcc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.afe {
  align-items: flex-end;
}

.jce {
  justify-content: flex-end;
}

.txws {
  display: block;
  white-space: nowrap;
}

.pf {
  position: fixed !important;
}

.pr {
  position: relative !important;
}

.pa {
  position: absolute !important;
}

.pa_cc {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.w10 {
  width: 100%;
}

.pl_5 {
  padding-left: 5px;
}

.pr_5 {
  padding-right: 5px;
}

.mt_5 {
  margin-top: 5px;
}

.mt1 {
  margin-top: 10px !important;
}

.mt1_6 {
  margin-top: 16px;
}

.mt2 {
  margin-top: 20px;
}

.mt3 {
  margin-top: 30px !important;
}

.mr_t {
  margin-right: 5px;
}

.mr1 {
  margin-right: 10px;
}

.mr2 {
  margin-right: 20px;
}

.ml_5 {
  margin-left: 5px;
}

.ml1 {
  margin-left: 10px;
}

.ml1_6 {
  margin-left: 16px;
}

.ml2 {
  margin-left: 20px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb1 {
  margin-bottom: 10px;
}

.mb2 {
  margin-bottom: 20px;
}

.m0 {
  margin: 0 !important;
}

/* Main Style */
.container {
  margin: 0 auto;
  width: 1220px;
  transition: all 0.1s ease-in;
  box-sizing: border-box;
}

.widget {
  width: 360px;
}

.full_container {
  margin: 0 auto;
  max-width: 1280px;
  transition: all 0.1s ease-in;
  box-sizing: border-box;
}

::-moz-selection {
  color: #fff;
  background-color: var(--primaryColor);
}

::selection {
  color: #fff;
  background-color: var(--primaryColor);
}

/* Main Style End */
.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.pa_bl {
  left: 10px;
  bottom: 10px;
}

.pa_br {
  right: 10px;
  bottom: 10px;
}

.__input,
.__select,
.__textarea {
  position: relative;
  color: blue;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: "sf";
  font-weight: 400;
  height: 24px;
  padding: 0 6px;
  background-color: transparent;
  transition: border-color 0.1s cubic-bezier(0.7, 0, 0.3, 1);
  border: none;
  border-bottom: 1px solid var(--baseColor);
  z-index: 0;
}
.__input:required, .__input:required:hover, .__input:required:focus,
.__select:required,
.__select:required:hover,
.__select:required:focus,
.__textarea:required,
.__textarea:required:hover,
.__textarea:required:focus {
  background-color: #ffffd2;
  box-shadow: 0 1px 0 0 rgb(209, 61, 61);
  border-color: rgb(209, 61, 61);
}
.__input:required:valid, .__input:required:hover:valid, .__input:required:focus:valid,
.__select:required:valid,
.__select:required:hover:valid,
.__select:required:focus:valid,
.__textarea:required:valid,
.__textarea:required:hover:valid,
.__textarea:required:focus:valid {
  background-color: #fff;
  border-color: var(--baseColor);
  box-shadow: none;
}
.__input:hover, .__input:focus,
.__select:hover,
.__select:focus,
.__textarea:hover,
.__textarea:focus {
  box-shadow: 0 1px 0 0 var(--baseColor);
}
.__input:focus,
.__select:focus,
.__textarea:focus {
  background-color: #ffffd2;
}
.__input::-moz-placeholder, .__select::-moz-placeholder, .__textarea::-moz-placeholder {
  color: #acb4c1;
  font-weight: 400;
}
.__input::placeholder,
.__select::placeholder,
.__textarea::placeholder {
  color: #acb4c1;
  font-weight: 400;
}

.__input:-moz-read-only, .__textarea:-moz-read-only {
  background-color: var(--backgroundColor);
  cursor: no-drop;
  border: none;
}

.__input:disabled, .__input:read-only, .__textarea:disabled, .__textarea:read-only {
  background-color: var(--backgroundColor);
  cursor: no-drop;
  border: none;
}
.__input:-moz-read-only:hover, .__textarea:-moz-read-only:hover {
  box-shadow: none;
}
.__input:disabled:hover, .__input:read-only:hover, .__textarea:disabled:hover, .__textarea:read-only:hover {
  box-shadow: none;
}

#regId, #regNum, .register_number {
  font-weight: 500;
  text-transform: uppercase;
  max-width: 150px;
}

.__textarea {
  width: 100%;
}

.input_icon {
  position: relative;
}
.input_icon .__input,
.input_icon .__select {
  padding-left: 42px;
}
.input_icon span {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  z-index: 2;
}

.col2to1 {
  grid-column: 1/3;
}

.c2to4 {
  grid-column: 2/4;
}

.c2to5 {
  grid-column: 2/5;
}

select,
.__select,
.dropdown-toggle {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 30px;
  background: url("../images/drop-arrow.svg") no-repeat center center;
  background-position: right 10px center;
  background-size: 10px 10px;
  outline: 0;
}

.__textarea {
  line-height: 20px;
  height: auto;
  min-height: 4rem;
  max-height: 8rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 6 6"><circle cx="4" cy="4" r="1" fill="" /></svg>') 0 0.8em/2px 1.4em;
  resize: vertical;
  border: none !important;
}
.__textarea:hover, .__textarea:focus {
  border: none !important;
  box-shadow: none !important;
}

textarea::-moz-placeholder {
  color: #acb4c1;
}

textarea::placeholder {
  color: #acb4c1;
}

.__input_l {
  height: 48px;
  padding: 0 14px;
}

.__input::-moz-placeholder {
  color: #acb4c1;
  font-size: 14px;
}

.__input::placeholder {
  color: #acb4c1;
  font-size: 14px;
}

.notice {
  padding: 10px 14px;
  margin: 16px 0;
  background-color: var(--grayColor);
}
.notice.green {
  color: #0f5f55;
  background-color: #bef8ed;
}

.fw {
  flex-wrap: wrap;
}

.form_group {
  display: flex;
  align-items: center;
}
.form_group input, .form_group select {
  margin: 0 !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 1;
}
.form_group input:focus, .form_group select:focus {
  z-index: 2;
}
.form_group input ~ input, .form_group input ~ select, .form_group select ~ input, .form_group select ~ select {
  position: relative;
  margin-left: -1px !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form_group button {
  margin-left: -1px !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  z-index: 1;
}
.form_group .bfb {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.button_group {
  display: flex;
  align-items: center;
}
.button_group button, .button_group a {
  height: 36px;
  border-radius: 0;
}
.button_group button:hover, .button_group a:hover {
  background-color: var(--lgrayColor);
}
.button_group button:first-child, .button_group a:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.button_group button:last-child, .button_group a:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.required_text {
  color: var(--secondColor);
  display: none;
  font-size: 12px;
  margin-top: 4px;
}

.form_content {
  display: flex;
  flex-direction: column;
}
.form_content.required .required_text {
  display: block;
}
.form_content .label ~ .label {
  margin-top: 10px;
}
.form_content p {
  font-weight: 500;
}

#regId, #regNum {
  font-weight: 500;
  text-transform: uppercase;
  max-width: 150px;
}

.form_group .register_number, .form_group .form_input {
  max-width: 100% !important;
}

.form_label {
  display: flex;
  color: var(--labelColor);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 7px;
}

.form_item {
  position: relative;
  display: grid;
  padding: 6px 8px;
}
.form_item .dfc .__label {
  margin-bottom: 0;
}
.form_item ~ .form_item {
  margin-top: 10px;
}
.form_item ul {
  margin-top: 5px;
}
.form_item ul li p {
  font-weight: 600;
}
.form_item ul li p .checkbox-label {
  padding-left: 22px;
}
.form_item ul li p .checkbox-label .checkmark {
  left: 0;
}
.form_item ul li p .checkbox-label .label-text {
  color: var(--baseColor);
  font-weight: 600 !important;
}
.form_item ul li ~ li {
  margin-top: 10px;
}
.form_item ol {
  list-style: circle;
  margin-top: 10px;
  margin-left: 30px;
}
.form_item ol li p {
  display: inline-flex;
}
.form_item .sublist_ol ol {
  display: grid;
  list-style: none;
  margin: 0;
  counter-reset: item;
}
.form_item .sublist_ol ol[style*="list-style-type: lower-alpha;"] li:before {
  content: counters(item, ".", lower-alpha) ". ";
  counter-increment: item;
}
.form_item .sublist_ol ol li {
  position: relative;
  display: inline-flex;
}
.form_item .sublist_ol ol li ~ li {
  margin-top: 4px;
}
.form_item .sublist_ol ol li:before {
  position: relative;
  content: counters(item, ".") ". ";
  left: 0;
  counter-increment: item;
}
.form_item .sublist_ol ol li .label {
  padding-left: 10px !important;
}
.form_item .sublist_ol ol ol {
  display: grid;
  margin: 4px 0 4px 20px;
}
.form_item .dfc ~ .dfc {
  margin-top: 2px;
}
.form_item .dfc p {
  padding-right: 6px;
  white-space: nowrap;
}
.form_item .dfc input {
  margin-right: 6px;
}
.form_item p ~ p {
  margin: 0 !important;
}
.form_item i {
  font-size: 13px;
  margin-top: 5px;
}

.form_box {
  display: block;
}
.form_box ~ .form_box {
  margin-top: 20px;
}

.form_text {
  color: var(--secondColor);
  font-size: 15px;
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-top: 5px;
}

.__label {
  display: flex;
  color: #000;
  font: italic 600 14px Arial;
  line-height: 1.4;
  margin-bottom: 5px;
}
.__label span {
  color: var(--secondColor);
  font-size: 13px;
  margin-left: 4px;
}

.label ~ .label {
  margin-top: 6px;
}

.tac {
  text-align: center !important;
}

.dfc .label ~ .label {
  margin: 0 0 0 20px;
}

.txrl {
  writing-mode: vertical-rl;
  transform: scale(-1);
}
.txrl p {
  font-weight: 600;
  line-height: 1;
  max-height: 170px;
}

.label,
.label-text {
  color: var(--textColor);
  font-size: 13px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  padding: 0 !important;
}
.label em,
.label-text em {
  color: var(--secondColor);
  font-weight: 500;
  font-style: normal;
  margin-left: 10px;
}

.text_desc {
  margin-top: 8px;
}
.text_desc p {
  color: var(--primaryColor);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #495460;
}
.text_desc p ~ p {
  margin-top: 8px;
}
.text_desc .__error {
  display: table;
  color: #d0021b;
  font-weight: 500;
  padding: 3px 7px;
  background-color: var(--statusDangerBg);
  border-radius: 6px;
}

.input_col {
  display: grid;
  grid-template-columns: 1fr 60px;
}
.input_col ~ .input_col {
  margin-top: 10px;
}
.input_col .__input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input_col button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

/* Button Style */
.__btn {
  position: relative;
  color: #fff;
  font-size: 13px;
  font-family: "sf";
  font-weight: 600;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 6px 15px;
  background-color: #fff;
  transition: background-color 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  border: 1px solid transparent;
  border-radius: 6px;
  white-space: nowrap;
  cursor: pointer;
  z-index: 2;
}

.__btn_l {
  height: 48px;
  border-radius: 24px;
}

.__btn_m {
  height: 36px;
}

.__btn_htrans {
  transition: background-color 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}

.__confirm {
  color: var(--statusSuccessColor);
  background-color: var(--statusSuccessBg);
  border-color: #bfedd8;
}

.__danger {
  color: var(--statusDangerColor);
  background-color: var(--statusDangerBg);
  border-color: #ffcdd9;
}

.__cancelled {
  color: var(--statusWaitingColor);
  background-color: var(--statusWaitingBg);
  border-color: #ffe1b4;
}

.calendar_btn {
  color: var(--baseColor);
  background-color: var(--lgrayColor);
}
.calendar_btn.active, .calendar_btn.active:hover {
  color: #fff;
  background-color: var(--primaryColor);
}

.__border_btn {
  color: #697494;
  background-color: #fff;
  border-color: #d1d8ec;
}
.__border_btn:hover {
  background-color: var(--backgroundColor);
}

.__hospital_btn {
  background-color: var(--secondColor);
  border: none;
}
.__hospital_btn p {
  font-weight: 500;
}
.__hospital_btn:hover {
  color: #fff;
  background-color: #e1691e;
}
.__hospital_btn .__deactivated {
  opacity: 0.8;
}

.__primary {
  color: #fff;
  background-color: var(--primaryColor);
  border-color: var(--primaryHoverColor);
}
.__primary:hover {
  color: #fff;
  background-color: var(--primaryHoverColor);
}

.__second {
  color: #fff;
  background-color: var(--secondColor);
}

.green_btn, .red_btn {
  color: #fff;
  font-size: 13px;
  background-color: var(--statusSuccessColor);
}
.green_btn:hover, .red_btn:hover {
  color: #fff;
  background-color: var(--createBtnColor);
}

.red_btn {
  background-color: var(--statusDangerColor);
}
.red_btn:hover {
  color: #fff;
  background-color: var(--statusDangerHoverColor);
}

.normal_btn {
  font-family: "sf";
  padding: 3px 7px;
  border-radius: 5px;
  cursor: pointer;
  border: none;
}

.fb_btn {
  color: #fff;
  background-color: var(--fbColor);
}

.tw_btn {
  color: #fff;
  background-color: var(--twColor);
}

.download_btn {
  height: 28px;
  width: 28px;
  cursor: pointer;
  border: none;
}
.download_btn span {
  display: flex;
}
.download_btn.__pdf {
  background: url("../images/icon_pdf.svg") no-repeat center center;
  background-size: 100%;
}
.download_btn.__excel {
  background: url("../images/icon_excel.png") no-repeat center center;
  background-size: 100%;
}

.callback, .apportionment, .status_change {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #fff !important;
  font-size: 13px;
  font-weight: 500;
  font-family: "sf";
  line-height: 1;
  height: 22px;
  padding: 2px 10px 2px 20px !important;
  background-color: var(--secondColor);
  border: 1px solid var(--secondColor);
  border-radius: 12px;
  white-space: nowrap;
  cursor: pointer;
}
.callback:hover, .apportionment:hover, .status_change:hover {
  text-decoration: none !important;
  background-color: #eb6a1a;
}
.callback:hover span, .apportionment:hover span, .status_change:hover span {
  animation: call 1s linear infinite;
}
.callback span, .apportionment span, .status_change span {
  position: absolute;
  left: 4px;
  height: 12px;
  width: 12px;
  background: url("../images/data_download.svg") no-repeat center center;
  background-size: 100%;
}

.btn_fc .status_change {
  margin-left: 8px;
}

.status_change {
  color: #697494 !important;
  background-color: #fff;
  border-radius: 6px;
  border-color: #b5bdd2;
}
.status_change:hover {
  background-color: #e3e7f2;
}
.status_change:hover span {
  animation: none;
}
.status_change span {
  background-image: url("../images/icon_status.png");
}

.readmore {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  height: 22px;
  width: 50px;
  padding: 4px 10px !important;
  background-color: #78829D;
  transition: all 0.15s;
  border-radius: 6px;
}
.readmore:hover {
  background-color: #5c677a;
}
.readmore:hover span {
  transform: translateX(5px);
}
.readmore span {
  position: absolute;
  height: 14px;
  width: 20px;
  background: url("../images/readmore_icon.svg") no-repeat center center;
  background-size: 100%;
  transition: all 0.15s;
}

.apportionment {
  background-color: var(--textColor);
  border: none;
}
.apportionment span {
  background: url("../images/medical_icon.png") no-repeat center center;
  background-size: 100%;
}
.apportionment:hover {
  background-color: var(--baseColor);
}
.apportionment:hover span {
  animation: none;
}

@keyframes call {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.collapse_btn {
  height: 30px;
}

.jor_remove_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  width: 34px;
  min-width: 34px;
  background-color: var(--secondColor);
  border-radius: 6px;
  cursor: pointer;
  border: none;
}
.jor_remove_btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  position: relative;
}
.jor_remove_btn span::before, .jor_remove_btn span::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 12px;
  background-color: #fff;
  transform: rotate(45deg);
}
.jor_remove_btn span::after {
  transform: rotate(-45deg);
}

.contract_stat {
  font-size: 11px;
  height: 14px;
  padding: 2px 8px;
  border-radius: 8px;
}
.contract_stat.stat_no {
  color: var(--statusDangerColor);
  background-color: var(--statusDangerBg);
}
.contract_stat.stat_yes {
  color: var(--statusSuccessColor);
  background-color: var(--statusSuccessBg);
}

.btn_contract {
  justify-content: flex-start;
  padding-left: 7px;
  border-radius: 6px;
}
.btn_contract.create_btn span {
  background-image: none;
}
.btn_contract span {
  display: inline-flex;
  height: 18px;
  width: 18px;
  margin-right: 7px;
  background: url("../images/document_icon.png") no-repeat center center;
  background-size: 100%;
}

.file_btn span {
  background: url("../images/openfolder_icon.png") no-repeat center center;
  background-size: 100%;
}

.file_upload span {
  background: url("../images/file-upload.png") no-repeat center center;
  background-size: 100%;
}

.cancel_upload span {
  background: url("../images/cancel_icon.png") no-repeat center center;
  background-size: 100%;
}

.am36 {
  background-color: orange;
}
.am36:hover {
  color: #fff;
  background-color: #e79500;
}

.dn {
  display: none;
}

.urh_collapse .collapse_item {
  border: 1px solid var(--borderColor);
  border-radius: 6px;
}
.urh_collapse .collapse_item ~ .collapse_item {
  margin-top: 16px;
}
.urh_collapse .collapse_item.show h3 span::after {
  display: none;
}
.urh_collapse .collapse_item h3 {
  position: relative;
  padding: 10px 16px;
  padding-right: 40px;
  cursor: pointer;
}
.urh_collapse .collapse_item h3 span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  content: "";
  top: 50%;
  right: 16px;
  height: 14px;
  width: 14px;
  transform: translateY(-50%);
}
.urh_collapse .collapse_item h3 span::before, .urh_collapse .collapse_item h3 span::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 14px;
  background-color: var(--baseColor);
}
.urh_collapse .collapse_item h3 span::after {
  transform: rotate(90deg);
}
.urh_collapse .collapse_item .collapse_grid {
  grid-template-columns: 40% calc(60% - 16px);
  gap: 16px;
}
.urh_collapse .collapse_item .collapse_content {
  display: none;
  font-size: 15px;
  padding: 16px;
  border-top: 1px solid var(--borderColor);
}

.urh_faq .faq_content {
  font-size: 15px;
}
.urh_faq .faq_video {
  margin-top: 10px;
}

.faq_item {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 10px;
  border: 1px solid var(--borderColor);
  border-radius: 6px;
}
.faq_item .img_block {
  display: flex;
  border-radius: 2px;
  overflow: hidden;
}
.faq_item .img_block img {
  transition: all 0.2s;
}
.faq_item h3 {
  font-size: 15px;
  font-weight: 500;
  margin-top: 5px;
}
.faq_item:hover {
  box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2);
}
.faq_item:hover .img_block img {
  transform: scale(1.1);
}

.file_upload_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 5px 5px;
  background: linear-gradient(to top, #fff, var(--backgroundColor));
  border: 1px solid var(--grayColor);
  border-radius: 20px 20px 12px 12px;
}
.file_upload_box h3 {
  font-size: 20px;
}
.file_upload_box p {
  margin-bottom: 10px;
}
.file_upload_box h3, .file_upload_box p {
  text-align: center;
}

.file_upload {
  display: block;
  width: 100%;
  cursor: pointer;
}
.file_upload .fi_img {
  margin-bottom: 10px;
}
.file_upload .fi_img span {
  display: block;
  height: 40px;
  width: 40px;
  background: url("../images/file.png") no-repeat center center;
  background-size: 100%;
}
.file_upload .file_upload_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 30px;
  background-color: #fff;
  border: 1px dashed #b1b7bf;
  border-radius: 14px;
}

.file_uploaded {
  width: 100%;
  margin-top: 10px;
}
.file_uploaded ul li a {
  display: flex;
  align-items: center;
  padding: 8px;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid var(--grayColor);
}
.file_uploaded ul li a:hover {
  border-color: var(--grayColorHover);
}
.file_uploaded ul li ~ li {
  margin-top: 5px;
}
.file_uploaded ul li .file_type {
  height: 30px;
  width: 30px;
  margin-right: 10px;
}
.file_uploaded ul li .file_type span {
  display: flex;
  height: 100%;
  width: 100%;
}
.file_uploaded ul li .file_type .pdf {
  background: url("../images/icon_pdf.svg") no-repeat center center;
  background-size: 100%;
}
.file_uploaded ul li .file_type .img {
  background: url("../images/icon_image.png") no-repeat center center;
  background-size: 100%;
}

/* Button Style End */
/* Core other Style */
.n_breadcrumbs {
  display: table !important;
}
.n_breadcrumbs ul {
  display: flex;
  align-items: center;
}
.n_breadcrumbs ul li ~ li {
  margin-left: 10px;
}
.n_breadcrumbs ul li a, .n_breadcrumbs ul li span {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-family: "sf";
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  max-width: 100%;
  padding: 6px 10px;
  background-color: #eff0f1;
  border-radius: 5px !important;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.n_breadcrumbs ul li a::after, .n_breadcrumbs ul li span::after {
  display: flex;
  position: absolute;
  content: "";
  top: 50%;
  right: -10px;
  height: 2px;
  width: 10px;
  background-color: var(--backgroundColor);
  transform: translateY(-50%);
}
.n_breadcrumbs ul li a {
  color: var(--baseColor);
  font-weight: 500;
}
.n_breadcrumbs ul li a:hover {
  color: var(--secondColor);
}
.n_breadcrumbs ul li span {
  color: var(--textColor);
  background: linear-gradient(to right, #eff0f1, #fff);
}
.n_breadcrumbs ul li span::after {
  display: none;
}
.n_breadcrumbs ul li a, .n_breadcrumbs ul li span {
  font-weight: 500;
  display: block;
}

.form_item {
  display: grid;
}
.form_item ~ .form_item {
  margin-top: 16px;
}

.form_label {
  color: var(--labelColor);
  font-weight: 500;
  margin-bottom: 6px;
}

.required .form_label {
  position: relative;
  padding-right: 20px;
}
.required .form_label::after {
  position: absolute;
  content: "*";
  top: 3px;
  color: red;
  font-size: 14px;
  padding-left: 4px;
}

.form_input,
.form_select,
.form_textarea {
  position: relative;
  color: var(--baseColor);
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: "sf";
  font-weight: 600;
  height: 34px;
  width: 100%;
  padding: 0 10px;
  background-color: #fff;
  transition: border-color 0.1s cubic-bezier(0.7, 0, 0.3, 1);
  border: 1px solid var(--inputBorder);
  border-radius: 6px;
  z-index: 0;
}
.form_input:required, .form_input:required:hover,
.form_select:required,
.form_select:required:hover,
.form_textarea:required,
.form_textarea:required:hover {
  background-color: #fff;
  border-color: var(--secondColor);
  box-shadow: 0 0 0 3px rgba(196, 31, 75, 0.1882352941);
}
.form_input:required:valid, .form_input:required:hover:valid,
.form_select:required:valid,
.form_select:required:hover:valid,
.form_textarea:required:valid,
.form_textarea:required:hover:valid {
  background-color: #fff;
  border-color: var(--inputBorder);
  box-shadow: none;
}
.form_input:required:valid:focus, .form_input:required:hover:valid:focus,
.form_select:required:valid:focus,
.form_select:required:hover:valid:focus,
.form_textarea:required:valid:focus,
.form_textarea:required:hover:valid:focus {
  background-color: #fff;
  border-color: var(--secondColor);
  box-shadow: 0 0 0 2px rgba(247, 115, 33, 0.1254901961);
}
.form_input:hover, .form_input:focus,
.form_select:hover,
.form_select:focus,
.form_textarea:hover,
.form_textarea:focus {
  border-color: var(--grayText);
}
.form_input:focus,
.form_select:focus,
.form_textarea:focus {
  background-color: #fff;
  border-color: var(--primaryColor);
  box-shadow: 0 0 0 2px rgba(41, 49, 64, 0.1882352941);
}
.form_input::-moz-placeholder, .form_select::-moz-placeholder, .form_textarea::-moz-placeholder {
  color: #acb4c1;
  font-weight: 500;
}
.form_input::placeholder,
.form_select::placeholder,
.form_textarea::placeholder {
  color: #acb4c1;
  font-weight: 500;
}

.form_input:required:-moz-read-only {
  background-color: var(--backgroundColor);
  border-color: var(--borderColor);
  box-shadow: none;
}

.form_input:required:read-only {
  background-color: var(--backgroundColor);
  border-color: var(--borderColor);
  box-shadow: none;
}

.form_textarea:-moz-read-only {
  background-color: var(--backgroundColor);
  border-color: var(--borderColor);
  box-shadow: none;
}

.form_textarea:read-only {
  background-color: var(--backgroundColor);
  border-color: var(--borderColor);
  box-shadow: none;
}

.form_select, select {
  padding-right: 30px;
}

.form_textarea {
  min-height: 80px;
  padding: 10px 13px;
  resize: none;
}

.form_date, .form_time {
  position: relative;
  padding-right: 30px !important;
  max-width: 172px;
  background-color: #fff !important;
  background: url("../images/icon-calendar.png") no-repeat center center;
  background-position: right 8px center;
  background-size: 14px 14px;
  outline: 0;
}

.not_text {
  padding: 0 !important;
}
.not_text .form-checkmark,
.not_text .form-radiomark {
  left: 0;
}

.form-checkbox-label, .form-radiobox-label {
  color: var(--textColor);
  display: flex;
  min-height: 20px;
  position: relative;
  padding-left: 30px;
  flex-grow: 1;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.form-checkbox-label .form-checkbox,
.form-radiobox-label .form-radiobox {
  opacity: 0;
  position: absolute;
}
.form-checkbox-label .form-checkbox .label-text,
.form-radiobox-label .form-radiobox .label-text {
  padding-left: 30px !important;
}

.form-checkmark,
.form-radiomark {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background: #cfd4df;
  border-radius: 6px;
}

.form-radiomark {
  border-radius: 50%;
}

.form-checkbox-label:hover .form-checkbox ~ .checkmark,
.form-radiobox-label:hover .form-radiobox ~ .radiomark {
  background-color: var(--itemBorder);
}

.form-checkbox[type=checkbox]:checked + .form-checkmark {
  background-color: var(--secondColor);
}

.form-radiobox[type=radio]:checked + .form-radiomark {
  background-color: var(--secondColor);
}

.form-checkmark::before, .form-checkmark::after {
  display: flex;
  position: absolute;
  content: "";
  top: 9px;
  left: 7px;
  width: 9px;
  height: 2px;
  background-color: var(--backgroundColor);
  transform: rotate(-45deg);
  border-radius: 2px;
  opacity: 0.5;
}
.form-checkmark::before {
  top: 10px;
  left: 5px;
  width: 5px;
  transform: rotate(45deg);
}

.form-checkbox[type=checkbox]:checked + .form-checkmark::before,
.form-checkbox[type=checkbox]:checked + .form-checkmark::after {
  background-color: #fff;
  opacity: 1;
}

.form-radiobox[type=radio]:checked + .form-radiomark::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  height: 8px;
  width: 8px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.form-checkbox-label:has(> .form-checkbox[type=checkbox]):disabled, .form-checkbox-label:has(> .form-radiobox[type=radio]):disabled {
  cursor: no-drop;
}

.form-checkbox[type=checkbox]:disabled + .form-checkmark, .form-radiobox[type=radio]:disabled + .form-checkmark {
  cursor: no-drop;
  background-color: var(--grayColor);
}
.form-checkbox[type=checkbox]:disabled + .form-checkmark + .label-text, .form-radiobox[type=radio]:disabled + .form-checkmark + .label-text {
  color: var(--grayColor);
  cursor: no-drop;
}

.form-checkbox[type=checkbox]:checked + .form-checkmark + .label-text,
.form-radiobox[type=radio]:checked + .form-radiomark + .label-text {
  color: var(--baseColor);
  font-weight: 500;
}

.form-checkbox-label:not(.disabled).\:focus .form-checkbox ~ .checkmark,
.form-checkbox-label:not(.disabled):focus .form-checkbox ~ .checkmark {
  opacity: 1;
  z-index: 10;
  outline: 2px dotted var(--baseColor);
  outline-offset: 2px;
}

.table_checked .label-text {
  font-size: 14px !important;
  padding-left: 28px !important;
}

.wsnw {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.wsnw input {
  width: 100%;
}

.user_role h3 {
  color: var(--baseColor);
  font-size: 14px;
  text-transform: uppercase;
}
.user_role p {
  font-size: 12px;
}

.bg_gc {
  background-color: var(--backgroundColor);
}

.is13a {
  display: table;
}
.is13a .checkbox-label {
  position: relative;
  padding: 0;
}
.is13a .checkbox-label .checkbox[type=checkbox]:checked + .checkmark + .label-text {
  color: #fff;
  background-color: var(--primaryColor);
}
.is13a .checkbox-label .checkmark {
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
  border-color: var(--grayText);
  border-radius: 4px;
  z-index: 3;
}
.is13a .checkbox-label .label-text {
  color: var(--baseColor);
  display: flex;
  padding: 8px 18px 8px 32px !important;
  background-color: var(--grayColor);
  border-radius: 10px;
}

/* Core other Style End*/
/* Other */
.img_block {
  position: relative;
  height: 100%;
}
.img_block img, .img_block video {
  height: 100%;
  width: 100%;
  vertical-align: middle;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
}

img {
  vertical-align: middle;
}

.checkbox-label, .radiobox-label {
  color: var(--textColor);
  font-family: "sf" !important;
  display: flex;
  min-height: 18px;
  position: relative;
  padding-left: 22px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.checkbox[type=checkbox]:required + .radiomark, .checkbox[type=checkbox]:required + .checkmark,
.radiobox[type=radio]:required + .radiomark,
.radiobox[type=radio]:required + .checkmark {
  border-color: rgb(209, 61, 61);
}
.checkbox[type=checkbox]:required:valid + .radiomark, .checkbox[type=checkbox]:required:valid + .checkmark,
.radiobox[type=radio]:required:valid + .radiomark,
.radiobox[type=radio]:required:valid + .checkmark {
  border-color: var(--baseColor);
}
.checkbox[type=checkbox]:required:valid:checked + .radiomark + .label-text, .checkbox[type=checkbox]:required:valid:checked + .checkmark + .label-text,
.radiobox[type=radio]:required:valid:checked + .radiomark + .label-text,
.radiobox[type=radio]:required:valid:checked + .checkmark + .label-text {
  color: blue;
}
.checkbox[type=checkbox]:required:invalid,
.radiobox[type=radio]:required:invalid {
  background-color: #fff;
  border-color: var(--baseColor);
  box-shadow: none;
}
.checkbox[type=checkbox]:required:invalid + .radiomark + .label-text, .checkbox[type=checkbox]:required:invalid + .checkmark + .label-text,
.radiobox[type=radio]:required:invalid + .radiomark + .label-text,
.radiobox[type=radio]:required:invalid + .checkmark + .label-text {
  color: var(--textColor) !important;
}

.checkbox-label .checkbox,
.radiobox-label .radiobox {
  opacity: 0;
  position: absolute;
}

.checkmark,
.radiomark {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 1px;
  left: 0;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid var(--grayText);
  border-radius: 2px;
}

.radiomark {
  border-radius: 50%;
}

.checkbox-label:hover .checkbox ~ .checkmark,
.radiobox-label:hover .radiobox ~ .radiomark {
  border-color: var(--baseColor);
}

.checkbox[type=checkbox]:checked + .checkmark {
  border-color: var(--baseColor);
}

.radiobox[type=radio]:checked + .radiomark {
  border-color: var(--baseColor);
}

.checkbox[type=checkbox]:checked + .checkmark::before,
.checkbox[type=checkbox]:checked + .checkmark::after {
  display: flex;
  position: absolute;
  content: "";
  top: 5px;
  left: 3px;
  width: 9px;
  height: 2px;
  background-color: var(--baseColor);
  transform: rotate(-45deg);
  border-radius: 2px;
}

.checkbox[type=checkbox]:checked + .checkmark::before {
  top: 6px;
  left: 1px;
  width: 5px;
  transform: rotate(45deg);
}

.radiobox[type=radio]:checked + .radiomark::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  height: 8px;
  width: 8px;
  background-color: var(--baseColor);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.checkbox[type=checkbox]:checked + .checkmark + .label-text,
.radiobox[type=radio]:checked + .radiomark + .label-text {
  color: blue;
  font-weight: 500;
}

.radiobox-label:has(> .checkbox[type=checkbox]:disabled),
.radiobox-label:has(> .radiobox[type=radio]:disabled) {
  cursor: no-drop;
}

.checkbox[type=checkbox]:disabled + .checkmark, .checkbox[type=checkbox]:disabled + .radiomark,
.radiobox[type=radio]:disabled + .checkmark,
.radiobox[type=radio]:disabled + .radiomark {
  background-color: var(--backgroundColor);
  opacity: 0.3;
}
.checkbox[type=checkbox]:disabled + .checkmark + .label-text, .checkbox[type=checkbox]:disabled + .radiomark + .label-text,
.radiobox[type=radio]:disabled + .checkmark + .label-text,
.radiobox[type=radio]:disabled + .radiomark + .label-text {
  opacity: 0.5;
}

.checkbox-label:not(.disabled).\:focus .checkbox ~ .checkmark,
.checkbox-label:not(.disabled):focus .checkbox ~ .checkmark {
  opacity: 1;
  z-index: 10;
  outline: 2px dotted var(--baseColor);
  outline-offset: 2px;
}

.__txtu {
  text-transform: uppercase;
}

.txt_c {
  text-align: center !important;
}

.txt_nw {
  white-space: nowrap;
}

ol {
  list-style: circle;
}

span[class^=icon-] {
  height: 18px;
  width: 18px;
}
span[class^=icon-].search {
  background: url("../images/icon-search.png") no-repeat center center;
}

.table_wrap {
  position: relative;
  overflow-x: auto;
}
.table_wrap::-webkit-scrollbar {
  height: 4px;
  background-color: var(--lgrayColor);
}
.table_wrap::-webkit-scrollbar-thumb {
  background-color: var(--grayColorHover);
}
.table_wrap::-webkit-scrollbar-thumb:hover {
  background-color: #78829D;
}
.table_wrap .yellow_check {
  position: absolute;
  top: 6px;
  left: 7px;
  display: inline-flex;
  height: 24px;
  width: 6px;
  margin-right: 10px;
  background-color: orange;
  border-radius: 6px;
}

.n_table {
  color: var(--tableColor);
  table-layout: auto;
  caption-side: bottom;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.n_table .__input, .n_table .__select, .n_table .__textarea {
  width: 100%;
}
.n_table th, .n_table td {
  position: relative;
  font-size: 14px;
  text-align: left;
  line-height: 1.2;
  padding: 4px 6px;
  border-left: 1px solid var(--grayText);
}
.n_table th:first-child, .n_table td:first-child {
  border-left: none;
}
.n_table th {
  font-weight: 600;
  padding: 5px 7px;
}
.n_table td {
  background-color: #fff;
  vertical-align: middle;
  border-top: 1px solid var(--grayText);
}
.n_table thead {
  background-color: #d1e2f3;
  border-top: 1px solid var(--baseColor);
}
.n_table thead tr ~ tr th {
  border-top: 1px solid var(--grayText);
}
.n_table thead th {
  border-left: 1px solid var(--grayText);
  vertical-align: bottom;
}
.n_table tbody td:first-child a, .n_table tbody td:nth-child(2) a {
  display: inline-flex;
  justify-content: center;
  padding: 3px 8px;
  min-width: 24px;
  background-color: rgba(12, 83, 251, 0.1);
  border-radius: 20px;
}
.n_table tbody td:first-child {
  vertical-align: middle;
}
.n_table tbody td em {
  color: var(--grayText);
}

.in_border_table .__input, .in_border_table .__select, .in_border_table .__textarea {
  border-bottom: 1px solid var(--baseColor) !important;
}

.table_pad tbody td {
  padding: 4px 6px !important;
}

.per_table table td:first-child {
  padding-left: 20px !important;
  min-width: 44px;
}

.tpad {
  position: relative;
  padding: 4px 6px !important;
}

.select_jor {
  display: flex;
  align-items: center;
}
.select_jor button {
  margin: 0 4px 4px 0;
}

.status {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 4px 7px;
  border: 1px solid transparent;
  border-radius: 6px;
  white-space: nowrap;
}
.status span {
  display: flex;
  align-items: center;
  padding: 4px 10px;
  white-space: nowrap;
}
.status.brand {
  color: var(--primaryColor);
  background-color: #e6eaf1;
  border-color: #c7ccd6;
}
.status.primary {
  color: var(--statusPrimaryColor);
  background-color: var(--statusPrimaryBg);
  border-color: #c6e0fe;
}
.status.danger {
  color: var(--statusDangerColor);
  background-color: var(--statusDangerBg);
  border-color: #ffcdd9;
}
.status.waiting {
  color: var(--statusWaitingColor);
  background-color: var(--statusWaitingBg);
  border-color: #ffe1b4;
}
.status.success {
  color: var(--statusSuccessColor);
  background-color: var(--statusSuccessBg);
  border-color: #bfedd8;
}

.url_button {
  display: flex;
  white-space: nowrap;
  max-width: -moz-max-content;
  max-width: max-content;
  cursor: pointer;
}
.url_button:hover {
  color: #fff !important;
  text-decoration: none !important;
  background-color: #78829d;
  border-color: #78829d;
}
.url_button span {
  padding: 0;
  margin-left: 4px;
}

.table_action a ~ a {
  margin-left: 10px;
}
.table_action a:hover span svg [fill]:not(.permanent):not(g) {
  fill: var(--primaryColor);
}
.table_action span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background-color: var(--lgrayColor);
  border-radius: 6px;
}
.table_action span svg {
  height: 14px;
  width: 14px;
}
.table_action span svg [fill]:not(.permanent):not(g) {
  fill: #b1b7bf;
}

.n_pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 16px;
}
.n_pagination .per_page {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.n_pagination .per_page .form_select {
  font-size: 13px;
  height: 28px;
  width: 80px;
  padding: 0 6px;
  margin: 0 10px;
  border-radius: 6px;
}
.n_pagination .page_center {
  display: table;
}
.n_pagination ul {
  display: flex;
  align-items: center;
}
.n_pagination ul li ~ li {
  margin-left: 4px;
}
.n_pagination ul li a, .n_pagination ul li p, .n_pagination ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  height: 28px;
  padding: 7px 11px;
  border-radius: 14px;
}
.n_pagination ul li a.active, .n_pagination ul li p.active, .n_pagination ul li span.active {
  color: #fff;
  background-color: var(--primaryColor);
}
.n_pagination ul li span {
  color: #b1b7bf;
}
.n_pagination ul li a {
  color: var(--baseColorHover);
}
.n_pagination ul li a:hover {
  background-color: var(--grayColor);
}
.n_pagination .page_prev_next {
  font-weight: 500;
  justify-content: flex-end;
}
.n_pagination .page_prev_next .pn_btn {
  display: flex;
  align-items: center;
  padding: 5px 12px;
  border: 1px solid var(--borderColor);
  border-radius: 4px;
  cursor: pointer;
}
.n_pagination .page_prev_next .pn_btn:hover {
  background-color: var(--backgroundColor);
  border-color: #d1d1d1;
}
.n_pagination .page_prev_next .pn_btn ~ .pn_btn {
  margin-left: 10px;
}

.log_wrap, .log_main, .log_left {
  height: 100vh;
  background-color: #fff;
  overflow-y: auto;
}

.log_form {
  position: relative;
}
.log_form form {
  position: relative;
  top: 42%;
  left: 50%;
  max-width: 360px;
  transform: translate(-50%, -42%);
}
.log_form form .logo {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
}
.log_form form .logo span {
  display: flex;
  height: 60px;
  width: 160px;
  background: url("../images/logo.svg") no-repeat center center;
  background-size: contain;
}
.log_form form h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.log_form form .form_content {
  margin-bottom: 20px;
}
.log_form form .__btn {
  margin-top: 30px;
}
.log_form ul {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 20px;
  bottom: 15px;
}
.log_form ul li {
  position: relative;
}
.log_form ul li ~ li {
  margin-left: 30px;
}
.log_form ul li ~ li::before {
  position: absolute;
  content: "";
  left: -15px;
  top: 50%;
  height: 5px;
  width: 5px;
  background-color: #b1b7bf;
  transform: translateY(-50%);
  border-radius: 50%;
}

.log_left {
  position: relative;
  padding: 20px;
  padding-right: 0;
}

.log_img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: linear-gradient(to top, var(--primaryColor), #3b59ee);
  border-radius: 20px;
  overflow: auto;
}
.log_img h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 30px;
  max-width: 60%;
}
.log_img .exam_skeleton {
  height: 400px;
  width: 400px;
}
.log_img .img_block {
  overflow: hidden;
}

.locked_time {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 30px;
}
.locked_time .locked_screen {
  height: 44px;
  width: 44px;
  opacity: 0.7;
}
.locked_time .locked_content {
  text-align: center;
}
.locked_time .locked_content h1 {
  margin: 10px 0 5px;
}
.locked_time .locked_content p {
  display: table;
  color: #fff;
  font-size: 13px;
  padding: 3px 10px;
  background-color: var(--statusDangerColor);
  border-radius: 20px;
}

.user_avatar {
  position: relative;
  height: 120px;
  width: 120px;
  border: 2px solid var(--grayColor);
  box-shadow: 0 2px 8px -1px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  cursor: pointer;
}
.user_avatar .file_edit {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  content: "";
  top: -12px;
  right: -12px;
  height: 24px;
  width: 24px;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  z-index: 3;
}
.user_avatar input {
  display: none;
}

.user_img_name {
  display: flex;
  align-items: center;
}
.user_img_name .img_block {
  height: 50px;
  width: 50px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
}

.con_items {
  margin-top: 10px;
}
.con_items li ~ li {
  margin-top: 10px;
}

.con_item {
  display: inline-flex;
  align-items: center;
  padding: 5px 7px 5px 10px;
  background-color: var(--backgroundColor);
}
.con_item input {
  margin-left: 5px;
}

.con_remove_item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  background-color: var(--textColor);
  border-radius: 4px;
  cursor: pointer;
}
.con_remove_item i {
  color: #fff;
}

.emiin_jor_code {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 200px;
  margin: 20px auto;
}
.emiin_jor_code > div {
  font-weight: 500;
  margin-top: 5px;
}

/* Calendar Style */
.calendar {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid var(--grayColor);
  border-radius: 12px;
}

.calendar_weekdays {
  margin-bottom: 4px;
}
.calendar_weekdays div {
  text-align: center;
}

.calendar_content,
.calendar_weekdays,
.calendar_header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  z-index: 10;
}

.calendar_weekdays, .calendar_content {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calendar_weekdays button, .calendar_content button {
  position: relative;
  font-family: "sf";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  color: var(--baseColor);
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  z-index: 3;
  border: none;
}
.calendar_weekdays button:disabled, .calendar_content button:disabled {
  color: var(--grayColor);
  cursor: no-drop;
}
.calendar_weekdays button::before, .calendar_content button::before {
  position: absolute;
  content: "";
  left: 50%;
  height: 34px;
  width: 34px;
  background-color: var(--primaryColor);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
}
.calendar_weekdays button.selected, .calendar_content button.selected {
  color: #fff;
}
.calendar_weekdays button.selected::before, .calendar_content button.selected::before {
  opacity: 1;
}
.calendar_weekdays button a, .calendar_content button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.calendar_weekdays button a:hover, .calendar_content button a:hover {
  background-color: var(--lgrayColor);
}
.calendar_weekdays .incomplete, .calendar_content .incomplete {
  color: red;
}
.calendar_weekdays .week, .calendar_content .week {
  color: #b1b7bf;
}
.calendar_weekdays .weekend, .calendar_content .weekend {
  color: var(--baseColor);
}
.calendar_weekdays .selected, .calendar_content .selected {
  border-color: var(--primaryColor);
}

.calendar_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
  background-color: transparent !important;
  z-index: 101;
}
.calendar_header h3 {
  color: #454545;
  font-size: 18px;
  font-weight: 600;
  margin: 0 auto;
}

.calendar_event {
  margin-top: 6px;
  flex-wrap: wrap;
}
.calendar_event .event_item {
  color: var(--textColor);
  line-height: 1;
  display: flex;
  align-items: center;
  position: relative;
  padding: 4px 0;
  margin-right: 24px;
  white-space: nowrap;
}
.calendar_event .event_item span {
  display: flex;
  height: 10px;
  width: 10px;
  margin-right: 10px;
  border-radius: 50%;
}
.calendar_event .event_item span.red {
  background-color: red;
}
.calendar_event .event_item span.orange {
  background-color: orange;
}
.calendar_event .event_item span.blue {
  background-color: var(--primaryColor);
}
.calendar_event .event_item span.gray {
  background-color: #b1b7bf;
}
.calendar_event .event_item span.black {
  background-color: var(--baseColor);
}

.time_user_content {
  position: relative;
  margin-top: 20px;
  padding: 16px;
  margin-bottom: 20px;
  background-color: rgba(255, 165, 0, 0.062745098);
  border: 1px dashed #f8dfb1;
  border-radius: 12px;
}
.time_user_content .form_content ~ .form_content {
  margin-top: 10px;
}
.time_user_content .form_content p {
  font-weight: 600;
  line-height: 1.2;
  padding: 5px 8px;
  background-color: #fff;
  border-radius: 6px;
}

.today::before {
  background-color: var(--statusDangerColor) !important;
}

.time_list {
  margin-top: 20px;
}
.time_list h3 {
  margin-bottom: 10px;
}
.time_list ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.time_list .time_set {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  padding: 6px 11px;
  margin: 0 5px 5px 0;
  border: 1px solid var(--grayColor);
  border-radius: 6px;
  cursor: pointer;
}
.time_list .time_set.selected {
  color: var(--primaryColor);
  background-color: rgba(22, 88, 249, 0.062745098);
  border-color: var(--primaryColor);
}

.switch_content {
  position: relative;
  height: 24px;
  width: 100px;
}
.switch_content button {
  margin: 0;
  padding: 0;
}
.switch_content .checkbox {
  position: relative;
  height: 24px;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  z-index: 3;
  opacity: 0;
}

#switchBtn .knobs:before,
#switchBtn .knobs:after,
#switchBtn .knobs span {
  position: absolute;
  top: 0;
  width: 50px;
  height: 24px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  padding: 6px;
  border-radius: 4px;
  transition: 0.3s ease all;
}

#switchBtn .knobs:before {
  content: "";
  left: 0;
  background-color: var(--primaryColor);
}

#switchBtn .knobs:after {
  content: "Үгүй";
  right: 0;
  color: #4e4e4e;
}

#switchBtn .knobs span {
  display: inline-block;
  left: 0;
  color: #fff;
  z-index: 1;
}

#switchBtn .checkbox:checked + .knobs span {
  color: #4e4e4e;
}

#switchBtn .checkbox:checked + .knobs:before {
  left: 50px;
  background-color: var(--statusDangerColor);
}

#switchBtn .checkbox:checked + .knobs:after {
  color: #fff;
}

#switchBtn .checkbox:checked ~ .layer {
  background-color: #fcebeb;
}

.next_inspection em {
  color: var(--secondColor) !important;
  font-size: 15px;
  font-weight: 600;
}

.create_inspection_btn {
  color: #fff !important;
  font-size: 12px;
  height: 24px;
  padding: 5px 10px;
  background-color: var(--createBtnColor);
  border-radius: 5px;
}
.create_inspection_btn:hover {
  text-decoration: none !important;
}

.inspection_count {
  color: #fff;
  padding: 3px 7px;
  margin-left: 10px;
  background-color: var(--secondColor);
  border-radius: 5px;
}

.file_imorts {
  padding: 20px;
  margin-top: 10px;
  background-color: var(--backgroundColor);
  border-radius: 5px;
}

/* Other End */
/* Header Style */
.header_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border-bottom: 1px solid var(--grayColor);
  z-index: 9;
}
.header_wrap .header_content {
  height: 50px;
  padding: 0 20px;
}
.header_wrap .header_content .header_left .logo {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header_wrap .header_content .header_left .logo span {
  display: flex;
  height: 40px;
  width: 120px;
  background: url("../images/logo.svg") no-repeat center center;
  background-size: contain;
}
.header_wrap .header_content .header_right {
  padding: 10px 0;
}
.header_wrap .header_content .header_right .hr_item ~ .hr_item {
  margin-left: 20px;
}
.header_wrap .header_content .header_right .img_block {
  height: 36px;
  width: 36px;
  margin-right: 8px;
  border-radius: 50%;
  overflow: hidden;
}

.header_menu {
  display: flex;
  align-items: center;
  padding: 0 16px !important;
  border-top: 1px solid var(--grayColor);
}
.header_menu .menu_link {
  position: relative;
  color: var(--baseTextColor);
}
.header_menu .menu_link:hover .sublist {
  left: 0;
  transform: translate(0);
  opacity: 1;
}
.header_menu .menu_link a, .header_menu .menu_link p {
  position: relative;
  color: #4b5675;
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 1.2;
  padding: 10px 14px;
  cursor: pointer;
}
.header_menu .menu_link a:hover, .header_menu .menu_link p:hover {
  color: var(--baseColor);
}
.header_menu .menu_link a.active, .header_menu .menu_link p.active {
  color: var(--baseColor);
  font-weight: 500;
  background: linear-gradient(to top, var(--backgroundColor), rgba(245, 245, 245, 0));
}
.header_menu .menu_link a.active::before, .header_menu .menu_link p.active::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background-color: var(--secondColor);
  z-index: 1;
}
.header_menu .menu_link a i, .header_menu .menu_link p i {
  font-style: normal;
  margin-right: 8px;
}
.header_menu .menu_link .menu_icon {
  display: inline-flex;
  height: 20px;
  width: 20px;
  margin-right: 8px;
  background: url("../images/icon_clinic.svg") no-repeat center center;
  background-size: 100%;
}
.header_menu .menu_link .sublist {
  padding: 4px;
  background-color: #fff;
  box-shadow: 0 3px 8px -2px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease-in-out, top 0.35s ease-in-out, transform 0.2s ease-in;
  transform: translateY(10px);
  border-radius: 8px;
  opacity: 0;
  z-index: 9;
}
.header_menu .menu_link ul li a {
  display: flex;
  padding: 7px 12px;
  white-space: normal;
  transition: all 0.15s;
  border-radius: 2px;
}
.header_menu .menu_link ul li a:hover {
  color: var(--baseColorHover);
  background-color: var(--backgroundColor);
}
.header_menu .is_sub {
  position: relative;
}
.header_menu .is_sub:hover .submenu {
  left: 0;
  visibility: visible;
  transform: translate(0);
  opacity: 1;
}
.header_menu .is_sub p {
  padding-right: 26px;
}
.header_menu .is_sub p::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  height: 8px;
  width: 8px;
  background: url("../images/drop-arrow.svg") no-repeat center center;
  background-image: 100%;
  transition: transform 0.15s;
  transform: translateY(-50%);
  opacity: 0.7;
}
.header_menu .is_sub.show p::after {
  transform: translateY(-50%) scale(-1);
}
.header_menu .submenu {
  position: absolute;
  content: "";
  top: 100%;
  left: -10000px;
  padding: 4px;
  background-color: #fff;
  transition: opacity 0.3s ease-in-out, top 0.35s ease-in-out, transform 0.2s ease-in;
  box-shadow: 0px 5px 30px 0px rgba(82, 63, 105, 0.2);
  transform: translateY(10px);
  border-radius: 4px;
  opacity: 0;
}
.header_menu .submenu ul {
  width: 220px;
  padding: 0;
}
.header_menu .submenu ul li a {
  position: relative;
  color: #78829d;
  font-weight: 500;
  padding: 8px 10px;
}
.header_menu .submenu ul li a.active {
  color: var(--secondColor) !important;
  background: var(--backgroundColor);
}
.header_menu .submenu ul li a.active::before {
  display: none;
}
.header_menu .submenu ul li a span {
  margin-right: 10px;
}

.account_btn {
  position: relative;
  cursor: pointer;
}
.account_btn:hover p {
  background-color: var(--backgroundColor);
}
.account_btn p {
  position: relative;
  font-weight: 600;
  padding: 7px 12px;
  border: 1px solid var(--borderColor);
  border-radius: 6px;
}
.account_btn:hover .dropdown_wrap {
  right: 0;
  opacity: 1;
  transform: translateY(0);
}
.account_btn p {
  position: relative;
  padding-right: 32px;
}
.account_btn p::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 12px;
  height: 10px;
  width: 10px;
  background: url("../images/drop-arrow.svg") no-repeat center center;
  transform: translateY(-50%);
}

.dropdown_wrap {
  position: absolute;
  content: "";
  right: -10000px;
  opacity: 0;
  padding: 5px;
  min-width: 240px;
  background-color: #fff;
  transition: opacity 0.2s ease-in-out, top 0.25s ease-in-out, transform 0.2s ease-in;
  transform: translateY(5px);
  border-radius: 6px;
  box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.4);
  z-index: 99;
}
.dropdown_wrap ul li a {
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 6px 12px;
  transition: all 0.15s;
  border-radius: 4px;
}
.dropdown_wrap ul li a:hover {
  background-color: var(--backgroundColor);
}
.dropdown_wrap ul li:last-child {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px dashed var(--grayColor);
}

.create_btn {
  padding-left: 11px;
  background-color: var(--createBtnColor);
}
.create_btn:hover {
  color: #fff;
  background-color: var(--createBtnColorHover);
}
.create_btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 14px;
  width: 14px;
  margin-right: 8px;
}
.create_btn span::before, .create_btn span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  height: 1.5px;
  width: 12px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.create_btn span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.plus_btn {
  padding-left: 10px;
  padding-right: 10px;
}
.plus_btn span {
  margin-right: 0 !important;
}

/* Header Style End */
/* Sign Style */
.sign_wrap {
  background-color: #fff;
}
.sign_wrap .sign_main {
  position: relative;
}
.sign_wrap .sign_column {
  grid-template-columns: 60% 40%;
}
.sign_wrap .sign_item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  padding: 60px;
}
.sign_wrap .sign_item .sign_content {
  padding: 50px;
  width: 100%;
  max-width: 440px;
  border-radius: 20px;
}
.sign_wrap .sign_item .sign_content .sign_c_head {
  margin-bottom: 20px;
}
.sign_wrap .sign_item .sign_content .sign_c_head h2 {
  font-size: 30px;
}
.sign_wrap .sign_item .sign_content .sign_c_head p {
  color: #78829D;
}
.sign_wrap .sign_item .sign_content button {
  width: 100%;
}
.sign_wrap .sign_item .urh_logo {
  margin-bottom: 30px;
}
.sign_wrap .sign_item .urh_logo span {
  display: flex;
  height: 54px;
  width: 164px;
  background: url("../images/logo.svg") no-repeat center center;
  background-size: contain;
}
.sign_wrap .left_sign {
  color: #fff;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #f85a58;
}
.sign_wrap .left_sign .left_sing_content {
  margin: 100px 0 40px;
}
.sign_wrap .left_sign .left_sing_content h1, .sign_wrap .left_sign .left_sing_content p {
  max-width: 80%;
}
.sign_wrap .left_sign .left_sing_content h1 {
  font-size: 50px;
  line-height: 1.2;
}
.sign_wrap .left_sign .left_sing_content p {
  font-size: 16px;
  margin-top: 20px;
  opacity: 0.8;
}

/* Sign Style End */
/* Body Style */
.visible {
  overflow: hidden;
}

.overflow_element {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 88;
}

.main_wrap {
  padding: 88px 0 0;
}

.main_container {
  position: relative;
  margin: 0 auto;
}

.main_container_wrap {
  display: grid;
  grid-template-columns: 290px 1fr;
}

.main_container_content {
  padding: 16px;
}

.main_width_wrap {
  margin: 16px;
}

.sidebar_menu {
  position: relative;
}

.icon_set {
  display: flex;
  height: 16px;
  width: 16px;
  min-width: 16px;
  background-image: 100%;
}

.icon_dashboard {
  background: url("../images/icon_dashboard.svg") no-repeat center center;
}

.icon_before {
  background: url("../images/icon_before.svg") no-repeat center center;
}

.icon_close {
  background-image: url("../images/icon-close.svg");
}

.__border_btn:has(> .icon_close) {
  padding: 6px 10px;
}

.icon_pointer {
  position: absolute;
  content: "";
  top: -10px;
  left: -10px;
  height: 20px;
  width: 20px;
  background: url("../images/icon_pointer.svg") no-repeat center center;
}

.sidebar_fix_wrap {
  position: relative;
}

.sidebar_fix_content {
  position: sticky;
  top: 70px;
  left: 20px;
  margin-left: 15px;
  padding-bottom: 20px;
}
.sidebar_fix_content .sidebar_item {
  width: 100%;
  padding: 12px;
}
.sidebar_fix_content .sidebar_item ~ .sidebar_item {
  margin-top: 12px;
}
.sidebar_fix_content .sidebar_item .sidebar_title {
  position: relative;
  display: flex;
  color: var(--baseColor);
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  padding-left: 16px;
}
.sidebar_fix_content .sidebar_item .sidebar_title::before, .sidebar_fix_content .sidebar_item .sidebar_title::after {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  height: 5px;
  width: 5px;
  background-color: #b1b7bf;
  border-radius: 50%;
}
.sidebar_fix_content .sidebar_item .sidebar_title.selected::before {
  background-color: var(--primaryColor);
  z-index: 3;
}
.sidebar_fix_content .sidebar_item .sidebar_title.selected::after {
  box-shadow: 0 0 0 3px rgba(22, 88, 249, 0.1882352941);
  z-index: 1;
}
.sidebar_fix_content .sidebar_item ul {
  margin-top: 5px;
  margin-left: 30px;
}
.sidebar_fix_content .sidebar_item ul li a {
  position: relative;
  color: var(--textColor);
  line-height: 1.2;
  display: flex;
  font-weight: 500;
  padding: 3px 0;
}
.sidebar_fix_content .sidebar_item ul li a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -13px;
  height: 2px;
  width: 4px;
  background-color: #b1b7bf;
  transition: all 0.15s;
  transform: translateY(-50%);
}
.sidebar_fix_content .sidebar_item ul li a.selected {
  color: var(--baseColor);
}
.sidebar_fix_content .sidebar_item ul li a.selected::before {
  left: -17px;
  width: 12px;
  background-color: var(--primaryColor);
}

.settings_wrap {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed var(--grayColor);
}

.settings_content {
  max-width: 700px;
  padding: 20px;
  margin: 0 auto;
  border: 1px solid var(--grayColor);
  border-radius: 12px;
}

.grid_col_view {
  grid-template-columns: 340px 1fr;
}

.grid_col_width {
  max-width: calc(100vw - 400px);
}

.main_exam_wrap {
  grid-template-columns: 360px 1fr;
}

.user_info_item ~ .user_info_item {
  margin-top: 16px;
}

.exam_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.exam_list input[type=checkbox]:checked + .exam_li_i {
  color: #fff;
  background-color: var(--secondColor);
  border-color: var(--secondColor);
}
.exam_list input[type=checkbox]:checked + .exam_li_i span {
  background-color: #fff;
}
.exam_list input[type=checkbox]:checked + .exam_li_i span::before, .exam_list input[type=checkbox]:checked + .exam_li_i span::after {
  opacity: 1;
}
.exam_list .exam_li {
  position: relative;
  margin: 0 10px 10px 0;
}
.exam_list .exam_li .exam_li_i {
  position: relative;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 36px 10px 16px;
  background-color: var(--lgrayColor);
  border: 1px solid #ccd7e1;
  cursor: pointer;
  border-radius: 6px;
}
.exam_list .exam_li .exam_li_i span {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  height: 18px;
  width: 18px;
  background-color: var(--grayColor);
  transform: translateY(-50%);
  border-radius: 50%;
}
.exam_list .exam_li .exam_li_i span::before, .exam_list .exam_li .exam_li_i span::after {
  position: absolute;
  content: "";
  top: 9px;
  left: 4px;
  height: 2px;
  width: 5px;
  background-color: var(--baseColor);
  transform: rotate(45deg);
  border-radius: 2px;
  opacity: 0;
}
.exam_list .exam_li .exam_li_i span::after {
  top: 8px;
  left: 6px;
  width: 8px;
  transform: rotate(-45deg);
}
.exam_list .exam_li .exam_li_i:hover {
  background-color: var(--grayColor);
}
.exam_list .exam_li .exam_li_i:hover span {
  background-color: #fff;
}
.exam_list .exam_li .exam_li_i div {
  line-height: 1;
}

.exam_add_item {
  position: relative;
  padding: 10px 12px;
  background-color: var(--backgroundColor);
  border: 1px solid var(--grayColor);
  transition: all 0.1s;
  border-radius: 6px;
  cursor: pointer;
}
.exam_add_item.exam_cust {
  padding: 0;
  overflow: hidden;
}
.exam_add_item:hover {
  background-color: var(--lgrayColor);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1882352941);
  border-color: var(--primaryColor);
}
.exam_add_item:hover span {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}
.exam_add_item:hover span::before, .exam_add_item:hover span::after {
  background-color: #fff;
}
.exam_add_item span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid var(--grayColor);
  transition: all 0.1s;
  border-radius: 50%;
}
.exam_add_item span::before, .exam_add_item span::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 12px;
  background-color: var(--primaryColor);
  border-radius: 2px;
}
.exam_add_item span::after {
  transform: rotate(90deg);
}
.exam_add_item label span {
  position: absolute;
  margin: 0;
}
.exam_add_item h4 {
  font-size: 14px;
  line-height: 1.2;
}
.exam_add_item i {
  font-size: 12px;
  font-style: normal;
}
.exam_add_item::after {
  position: absolute;
  content: "";
}

.exam_sub_view {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  padding: 5px 10px;
  background-color: var(--grayColor);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 1px solid var(--grayColorHover);
  cursor: default;
}
.exam_sub_view span {
  height: 30px;
  width: 30px;
  margin: 0;
  cursor: pointer;
}
.exam_sub_view ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.exam_sub_view ul li {
  display: table;
  font-size: 13px;
  line-height: 1.2;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 1px 4px;
  background-color: #fff;
  border: 1px solid var(--primaryColor);
  border-radius: 5px;
  white-space: nowrap;
}

.custom_check {
  display: flex;
  flex-direction: column;
}

.other_add_cont {
  border: 1px solid var(--grayText);
}
.other_add_cont .other_add_item {
  border: none;
}
.other_add_cont .other_add_item.sub_selected {
  border: none;
}
.other_add_cont .other_add_item.selected span::before, .other_add_cont .other_add_item.sub_selected span::before {
  top: 5px;
  left: 2px;
  width: 8px;
  transform: rotate(0deg);
}
.other_add_cont .other_add_item.selected span::after, .other_add_cont .other_add_item.sub_selected span::after {
  left: 2px;
  width: 8px;
  transform: rotate(90deg);
}
.other_add_cont.open .other_cont_view {
  display: block;
}
.other_add_cont.open .other_add_item {
  border-bottom: 1px solid var(--baseColor);
}
.other_add_cont.open .other_add_item span, .other_add_cont.open .other_add_item + span {
  background-color: var(--baseColor);
  border-color: var(--baseColor);
  border-width: 2px;
}
.other_add_cont.open .other_add_item span::before, .other_add_cont.open .other_add_item span::after, .other_add_cont.open .other_add_item + span::before, .other_add_cont.open .other_add_item + span::after {
  display: block;
  height: 2px;
  background-color: #fff;
}
.other_add_cont.open .other_add_item span::before, .other_add_cont.open .other_add_item + span::before {
  top: 5px;
  left: 2px;
}
.other_add_cont.open .other_add_item span::after, .other_add_cont.open .other_add_item + span::after {
  left: 2px;
  width: 8px;
  transform: rotate(90deg);
}
.other_add_cont.open .other_add_item .sub_con {
  transform: rotate(180deg) translateY(50%);
}
.other_add_cont.open .other_add_item em {
  font-style: normal;
  font-weight: 500;
}

.other_add_item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 8px;
  border: 1px solid var(--grayText);
  transition: all 0.1s;
  cursor: pointer;
}
.other_add_item .checkbox[type=checkbox] span,
.other_add_item span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  margin-right: 6px;
  background-color: #fff;
  border: 1px solid var(--grayText);
  border-radius: 2px;
}
.other_add_item .checkbox[type=checkbox] span::before, .other_add_item .checkbox[type=checkbox] span::after,
.other_add_item span::before,
.other_add_item span::after {
  display: none;
  position: absolute;
  content: "";
  height: 1px;
  width: 8px;
  background-color: var(--baseColor);
}
.other_add_item:hover, .other_add_item:focus, .other_add_item:focus-within {
  color: blue;
}
.other_add_item:hover span, .other_add_item:focus span, .other_add_item:focus-within span {
  border-color: var(--baseColor);
}
.other_add_item:hover span::before, .other_add_item:focus span::before, .other_add_item:focus-within span::before {
  display: block;
}
.other_add_item:has(> input[type=checkbox]:disabled) {
  cursor: no-drop;
  opacity: 0.5;
}
.other_add_item .checkbox[type=checkbox]:checked + span + em {
  color: var(--baseColor);
  font-weight: 600 !important;
}
.other_add_item.sub_selected, .other_add_item .checkbox[type=checkbox]:checked {
  color: var(--baseColor);
  font-weight: 600;
  background-color: var(--backgroundColor);
}
.other_add_item.sub_selected span, .other_add_item.sub_selected + span, .other_add_item .checkbox[type=checkbox]:checked span, .other_add_item .checkbox[type=checkbox]:checked + span {
  background-color: var(--baseColor);
  border-color: var(--baseColor);
  border-width: 2px;
}
.other_add_item.sub_selected span::before, .other_add_item.sub_selected span::after, .other_add_item.sub_selected + span::before, .other_add_item.sub_selected + span::after, .other_add_item .checkbox[type=checkbox]:checked span::before, .other_add_item .checkbox[type=checkbox]:checked span::after, .other_add_item .checkbox[type=checkbox]:checked + span::before, .other_add_item .checkbox[type=checkbox]:checked + span::after {
  display: block;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
}
.other_add_item.sub_selected span::before, .other_add_item.sub_selected + span::before, .other_add_item .checkbox[type=checkbox]:checked span::before, .other_add_item .checkbox[type=checkbox]:checked + span::before {
  top: 6px;
  left: 1px;
  width: 5px;
}
.other_add_item.sub_selected span::after, .other_add_item.sub_selected + span::after, .other_add_item .checkbox[type=checkbox]:checked span::after, .other_add_item .checkbox[type=checkbox]:checked + span::after {
  left: 3px;
  width: 8px;
  transform: rotate(-45deg);
}
.other_add_item.sub_selected .sub_con, .other_add_item .checkbox[type=checkbox]:checked .sub_con {
  transform: rotate(180deg) translateY(50%);
}
.other_add_item em {
  font-style: normal;
  font-weight: 500;
}
.other_add_item i {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  height: 16px;
  min-width: 16px;
  padding: 0 3px;
  margin: 0;
  margin-left: 6px;
  background-color: var(--textColor);
  border-radius: 20px;
}
.other_add_item .sub_con {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  content: "";
  top: 50%;
  right: 6px;
  height: 20px;
  width: 20px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.other_add_item .sub_con::before, .other_add_item .sub_con::after {
  position: absolute;
  content: "";
  left: 4px;
  height: 2px;
  width: 7.5px;
  background-color: var(--textColor);
  transform: rotate(45deg);
}
.other_add_item .sub_con::after {
  left: auto;
  right: 4px;
  transform: rotate(-45deg);
}

.other_cont_view {
  display: none;
}

.other_table {
  border: 1px solid var(--baseColor);
}
.other_table .n_table tbody td {
  padding: 4px 6px;
}

.custom_check {
  padding: 10px 40px 10px 12px;
  cursor: pointer;
}
.custom_check:hover span {
  background-color: #fff;
  border-color: var(--grayColor);
}
.custom_check:hover span::before, .custom_check:hover span::after {
  background-color: var(--grayColor);
}
.custom_check span {
  top: 6px;
  left: auto;
  right: 6px;
  height: 20px;
  width: 20px;
}
.custom_check span::before, .custom_check span::after {
  background-color: var(--grayColor);
}
.custom_check span::before {
  top: 9px;
  left: 4px;
  width: 5px;
  transform: rotate(45deg);
}
.custom_check span::after {
  top: 8px;
  left: 6px;
  width: 9px;
  transform: rotate(-45deg);
}
.custom_check h4 {
  font-size: 13px;
  font-weight: 600;
}
.custom_check .custom_label {
  cursor: pointer;
}
.custom_check:has(> input[type=checkbox]:checked) {
  background-color: #fff;
  border-color: var(--primaryColor);
}
.custom_check:has(> input[type=checkbox]:checked) span {
  background-color: var(--createBtnColor);
  border-color: var(--createBtnColor);
}
.custom_check:has(> input[type=checkbox]:checked) span::before, .custom_check:has(> input[type=checkbox]:checked) span::after {
  background-color: #fff;
}

.posticky {
  position: sticky;
  top: 76px;
}

.card_box {
  background-color: #fff;
  border: 1px solid var(--borderColor);
  border-radius: 8px;
}
.card_box .form_section {
  max-width: 100%;
}

.card_header {
  padding: 10px 16px;
  border-bottom: 1px solid #e6e8ed;
}
.card_header .dcsb {
  margin-top: 6px;
  margin-bottom: 12px;
}
.card_header .img_block {
  height: 40px;
  width: 40px;
  margin-right: 12px;
  border-radius: 8px;
  overflow: hidden;
}
.card_header .card_toolbar {
  padding: 4px 8px;
  margin-left: 20px;
  background-color: var(--backgroundColor);
  border-radius: 8px;
}
.card_header .card_toolbar em {
  color: #78829D;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

.card_title h3 {
  position: relative;
  font-size: 19px;
  line-height: 1.2;
}
.card_title h3 span {
  font-size: 13px;
  padding: 3px 6px;
  margin-left: 5px;
  background-color: var(--grayColor);
  border-radius: 20px;
}
.card_title p {
  color: #99a1b7;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 2px;
}
.card_title p span {
  margin-left: 5px;
}
.card_title.dcsb {
  margin: 0;
}

.card_content {
  padding: 0 20px 20px;
}

.dialog_footer {
  padding: 16px 20px 20px !important;
  border-top: 1px solid var(--grayColor);
}

.card_status {
  position: relative;
  height: 27px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--borderColor);
}
.card_status .dfc {
  flex-wrap: wrap;
  align-items: flex-end;
}
.card_status a {
  height: 24px;
  margin: 0;
  padding: 0 10px 0 24px;
  background-color: var(--backgroundColor);
  border-radius: 6px 6px 0 0;
  border: none;
}
.card_status a ~ a {
  margin-left: 2px;
}
.card_status a span {
  position: absolute;
  content: "";
  left: 7px;
  display: flex;
  height: 8px;
  width: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.card_status a.__border_btn span {
  background-color: var(--primaryColor);
}
.card_status a.__confirm span {
  background-color: var(--statusSuccessColor);
}
.card_status a.__cancelled span {
  background-color: var(--statusWaitingColor);
}
.card_status a.__danger span {
  background-color: var(--statusDangerColor);
}
.card_status a.selected {
  color: #fff;
  height: 26px;
}
.card_status a.selected.__border_btn {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}
.card_status a.selected.__confirm {
  background-color: var(--statusSuccessColor);
  border-color: var(--statusSuccessColor);
}
.card_status a.selected.__cancelled {
  background-color: var(--statusWaitingColor);
  border-color: var(--statusWaitingColor);
}
.card_status a.selected.__danger {
  background-color: var(--statusDangerColor);
  border-color: var(--statusDangerColor);
}
.card_status a.selected span {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  border-color: #fff;
}

.card_main {
  padding: 14px 16px 16px;
}

.action_tools button {
  height: 30px;
}
.action_tools button ~ button {
  margin-left: 12px;
}

.sub_content {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #e6e8ed;
}

.card_footer {
  padding: 20px;
  border-top: 1px solid #e6e8ed;
}

.table_search_form {
  margin-bottom: 10px;
}
.table_search_form .dcsb, .table_search_form .dfc {
  align-items: flex-end;
}
.table_search_form .search_items {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 2px 2px;
  overflow: hidden;
}
.table_search_form .form_input, .table_search_form .form_section {
  font-size: 13px;
  height: 30px;
  padding: 0 8px;
}
.table_search_form .search_item {
  margin-right: 10px;
  min-width: 140px;
}

.search_btn {
  padding: 2px 0;
}
.search_btn .__btn {
  height: 30px !important;
  border-radius: 6px !important;
}

.search_other_item {
  display: none;
  position: relative;
}
.search_other_item .search_more_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 36px;
  margin-left: 10px;
  background-color: var(--backgroundColor);
  border: 1px solid var(--grayColorHover);
  border-radius: 6px;
  cursor: pointer;
}
.search_other_item .search_more_btn.active {
  background-color: var(--grayColor);
  border-color: var(--grayColorHover);
}
.search_other_item .search_more_btn::after {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  background: url("../images/search_more_icon.svg") no-repeat center center;
  background-size: 100%;
}
.search_other_item .so_list {
  position: absolute;
  content: "";
  top: calc(100% + 3px);
  right: 0;
  width: 200px;
  padding: 12px 10px 10px;
  background-color: #fff;
  box-shadow: 0 2px 15px -4px rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}
.search_other_item .so_list.view {
  display: block;
  visibility: visible;
  opacity: 1;
}
.search_other_item .so_list .search_item {
  margin-right: 0;
}
.search_other_item .search_item ~ .search_item {
  margin: 0;
  margin-top: 10px;
}

.table_content {
  width: 100%;
  letter-spacing: 0;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid var(--borderColor);
}
.table_content .required_text {
  display: block;
  white-space: break-spaces;
}
.table_content thead {
  position: sticky;
  top: 0;
  background-color: #ebecee;
  border-top: 1px solid var(--borderColor);
  border-bottom: 1px solid var(--borderColor);
}
.table_content thead tr th {
  color: var(--primaryColor) !important;
  font-size: 14px;
}
.table_content thead tr, .table_content tbody tr {
  padding: 0;
}
.table_content thead tr th, .table_content thead tr td, .table_content tbody tr th, .table_content tbody tr td {
  position: relative;
  color: var(--textColor);
  font-weight: 500;
  text-align: left;
  vertical-align: bottom;
  min-width: 20px;
  padding: 6px 8px;
  border-right: 1px solid var(--borderColor);
}
.table_content thead tr th:last-child, .table_content thead tr td:last-child, .table_content tbody tr th:last-child, .table_content tbody tr td:last-child {
  border: none;
}
.table_content tbody tr {
  border-bottom: 1px solid var(--borderColor);
}
.table_content tbody tr:hover {
  background-color: var(--backgroundColor);
}
.table_content tbody tr:hover td {
  color: #465267;
}
.table_content tbody tr:hover td:last-child {
  background: linear-gradient(to left, rgba(245, 245, 245, 0), #f5f5f5);
}
.table_content tbody tr:hover td .action .action_item {
  background-color: var(--grayColor);
}
.table_content tbody tr:hover td .action .action_item:hover {
  background-color: var(--grayColorHover);
}
.table_content tbody tr:hover td .action .action_item:first-child .svg_icon svg path {
  fill: var(--primaryColor);
}
.table_content tbody tr:hover td .action .action_item:last-child .svg_icon svg path {
  fill: var(--statusDangerColor);
}
.table_content tbody tr td {
  display: table-cell;
  max-width: 300px;
  vertical-align: top;
}
.table_content tbody tr td:nth-child(2) {
  color: var(--baseColor);
}
.table_content tbody tr td a {
  color: var(--baseColor);
}
.table_content tbody tr td a:hover {
  color: var(--primaryColor);
  text-decoration: underline;
}
.table_content tbody tr .table_content tbody tr, .table_content tbody tr .table_content tbody td {
  padding: 0;
  border: none;
}

.action .action_item {
  padding: 6px;
  background-color: transparent;
  border-radius: 6px;
  cursor: pointer;
  border: none;
}
.action .action_item ~ .action_item {
  margin-left: 5px;
}
.action .action_item:hover .svg_icon svg path {
  fill: var(--primaryColor);
}

.svg_icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.svg_icon svg {
  height: 16px;
  width: 16px;
}
.svg_icon svg path {
  fill: #a1a5b7;
}

.card_primary {
  background-color: var(--primaryColor);
  border-radius: 14px;
}
.card_primary .card_header .card_title h3 {
  color: #fff;
}
.card_primary .card_header .card_title p {
  color: rgba(255, 255, 255, 0.5647058824);
}

.sidebar_wrap {
  margin: 20px;
  margin-right: 0;
}
.sidebar_wrap .sidebar_content .sidebar_item ~ .sidebar_item {
  margin-top: 20px;
}

.section_container {
  position: relative;
  max-width: 1800px;
  padding: 0;
  margin: 0 auto;
}

.main_grid {
  grid-template-columns: 280px 1fr;
}

.main_sidebar {
  position: relative;
}
.main_sidebar .sidebar_content {
  position: fixed;
  top: 64px;
  height: calc(100vh - 64px);
  width: 280px;
  padding: 20px;
  background-color: #fff;
  overflow-y: auto;
}
.main_sidebar .sidebar_content .sidebar_items h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.main_sidebar .sidebar_content .sidebar_items .sidebar_item > a {
  display: block;
  padding: 10px 0;
  font-weight: bold;
  text-transform: uppercase;
}
.main_sidebar .sidebar_content .sidebar_items .sidebar_item ul li a {
  color: var(--textColor);
  font-weight: 500;
  display: block;
  padding: 5px;
}

.content_ul {
  max-height: calc(100vh - 220px);
  overflow-y: auto;
}
.content_ul li a {
  font-weight: 500;
  display: flex;
  padding: 6px 9px;
  border-radius: 6px;
}
.content_ul li a:hover, .content_ul li a.active, .content_ul li a.active:hover {
  color: var(--secondColor);
  background-color: var(--backgroundColor);
}

.main_content {
  padding: 40px 0;
}
.main_content .mobile_head {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 48px;
  padding: 4px 12px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  z-index: 9;
}
.main_content .mobile_head .mobile_menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin-right: 12px;
  background-color: var(--inputBg);
  transition: all 0.15s;
  border-radius: 8px;
  cursor: pointer;
}
.main_content .mobile_head .mobile_menu:hover {
  background-color: var(--grayColor);
}
.main_content .mobile_head .mobile_menu span {
  position: absolute;
  height: 2px;
  width: 22px;
  background-color: #5c677a;
  border-radius: 2px;
}
.main_content .mobile_head .mobile_menu span:first-child {
  margin-top: -12px;
}
.main_content .mobile_head .mobile_menu span:last-child {
  left: 9px;
  width: 18px;
  margin-top: 12px;
}
.main_content .mobile_head .mobile_search {
  flex-grow: 1;
}
.main_content .content_list {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 980px;
}
.main_content .content_list h1, .main_content .content_list h5 {
  text-align: center;
}
.main_content .content_list h1 {
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.main_content .content_list > div h5 {
  color: var(--primaryColor);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}
.main_content .content_list .card_box ~ .card_box {
  margin-top: 30px;
}
.main_content .content_list .card_box h2, .main_content .content_list .card_box h4 {
  display: block;
  text-align: center;
}
.main_content .content_list .card_box h2 {
  padding-top: 40px;
}
.main_content .content_list .card_box h4 {
  color: var(--grayText);
  margin-top: 5px;
  padding-bottom: 20px;
}
.main_content .content_list .section_content_item {
  padding: 8px 14px;
}
.main_content .content_list .section_content_item ~ .section_content_item {
  border-top: 1px dashed var(--grayColor);
}
.main_content .content_list .section_content_item .section_head {
  font-size: 20px;
  font-weight: 600;
  padding: 16px;
}
.main_content .content_list .section_content_item .section_item {
  padding: 0 16px 16px;
}
.main_content .content_list .section_content_item .section_item .section_title {
  color: var(--textColor);
  font-size: 15px;
  font-weight: 500;
}
.main_content .content_list .section_content_item .section_item .section_main {
  margin-top: 10px;
}

.tab_wrap .tab_item {
  color: var(--textColor);
  font-family: "sf";
  font-weight: 600;
  height: 30px;
  padding: 6px 10px;
  background-color: transparent;
  border-radius: 6px;
  cursor: pointer;
  border: none;
}
.tab_wrap .tab_item.active {
  color: #fff;
  background-color: var(--primaryColor);
}

.tab-content {
  margin-top: 10px;
}
.tab-content .tab-pane {
  display: none;
}
.tab-content .tab-pane.active {
  display: block;
}
.tab-content .tab-pane ul li p {
  color: var(--textColor);
  font-weight: 400;
}
.tab-content .tab-pane ul .file_icon span {
  cursor: pointer;
}
.tab-content .tab-pane ul .file_icon span img {
  height: 24px;
  width: 24px;
}

.tab-main-content {
  display: table;
}

.form_wrap {
  color: var(--baseColor);
  font-family: "Arial", sans-serif !important;
  padding: 40px;
  margin: 0 auto 20px;
  min-width: 980px;
  max-width: 1040px;
  background-color: #fff;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.4);
}
.form_wrap h2 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 24px auto 16px;
  max-width: 90%;
}

.form_wrap .table_content, .sub_content .table_content, .special_content .table_content {
  border: 1px solid var(--borderColor);
}

.pink_note {
  position: relative;
  padding: 18px;
  background: #f5d1f0 url("../images/star_icon.png") repeat 0 0;
  background-size: 12px 12px;
  border: 2px solid #88162d;
}
.pink_note::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 12px;
  width: 12px;
}

.pink_note_view {
  color: #fff;
  font-family: "sf";
  font-weight: 500;
  position: fixed;
  top: 100px;
  right: -5px;
  padding: 20px 10px 20px 15px;
  background-color: #88162d;
  writing-mode: vertical-rl;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  transition: all 0.15s;
  transform: scale(-1);
  cursor: pointer;
  border: none;
  z-index: 9;
}
.pink_note_view:hover {
  right: 0;
}

#chartdiv {
  width: 100%;
  height: 500px;
}

.open .diagram_box {
  transform: translateX(0);
  opacity: 1;
}

.diagram_box {
  position: fixed;
  top: 10px;
  right: 10px;
  bottom: 10px;
  max-width: 60vw;
  transform: translateX(calc(100% + 20px));
  transition: all 0.15s;
  z-index: 101;
  opacity: 0;
}
.diagram_box.man .diagram_box_header h2 {
  color: rgb(52, 52, 145);
}
.diagram_box.man .diagram_box_header p {
  color: rgb(239, 79, 39);
}
.diagram_box.woman h2 {
  color: rgb(239, 79, 39);
}
.diagram_box.woman p {
  color: rgb(52, 52, 145);
}
.diagram_box .diagram_box_header {
  text-align: center;
  padding: 20px;
  border-bottom: var(--lgrayColor);
}
.diagram_box .diagram_box_header h2, .diagram_box .diagram_box_header p {
  font-weight: 600;
  text-transform: uppercase;
}
.diagram_box .diagram_box_main {
  padding: 20px;
  height: calc(100vh - 110px);
  overflow-y: auto;
}
.diagram_box .diagram_box_main .diagram_notice {
  text-align: center;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid var(--grayText);
}

.mfox {
  position: absolute;
  content: "";
  top: -1px;
  right: 25%;
  transform-origin: center -20px;
  animation: swing ease-in-out 1s infinite alternate;
}
.mfox span {
  display: flex;
  position: relative;
  height: 100px;
  width: 70px;
  background: url("../images/mfox_img.svg") no-repeat center center;
  background-size: 100%;
}

@keyframes swing {
  0% {
    transform: rotate(-3deg) translate(3px);
  }
  50% {
    transform: rotate(3deg) translate(-3px);
  }
  100% {
    transform: rotate(-3deg) translate(3px);
  }
}
.pink_content {
  padding: 19px;
  background-color: #fff;
  border: 1px solid #88162d;
}

.rotate, .form_section {
  max-width: 1300px;
}
.rotate .n_table td, .form_section .n_table td {
  padding: 0;
}
.rotate .n_table td .__input, .rotate .n_table td .__select, .form_section .n_table td .__input, .form_section .n_table td .__select {
  border-bottom: none;
}
.rotate .n_table td i, .form_section .n_table td i {
  color: var(--grayText);
  font-style: normal;
}

.form_header {
  margin-bottom: 10px;
}
.form_header p {
  text-align: center;
}
.form_header p:first-child {
  text-align: left;
}
.form_header p:nth-child(2) {
  text-align: center;
  max-width: 300px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.form_header p ~ p {
  margin: 0 !important;
}
.form_header .mayagt_number {
  display: flex;
  justify-content: flex-end;
}
.form_header strong {
  max-width: 230px;
  text-align: right;
}

.label_content {
  margin-bottom: 20px;
}
.label_content .label_item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 10px;
  text-align: left;
}
.label_content .label_item p {
  font-weight: bold;
  text-align: left;
  max-width: 100%;
  margin: 0 !important;
}

.form_section_line {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form_section_line ~ .form_section_line {
  margin-top: 20px;
}
.form_section_line h3 {
  text-transform: uppercase;
}
.form_section_line ol {
  margin-left: 30px;
}
.form_section_line ol li {
  list-style: decimal;
}

.form_main_wrap {
  margin-top: 12px;
  border: 2px solid var(--baseColor);
  overflow: hidden;
}
.form_main_wrap .form_main_head {
  padding: 5px 30px;
  background-color: var(--lineBg);
  border-bottom: 1px solid var(--grayText);
}
.form_main_wrap .form_main_head h2 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
}

.form_register_group, .form_company {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  width: 191px;
  gap: 0;
}
.form_register_group input, .form_company input {
  position: relative;
  font-weight: 500;
  text-align: center;
  height: 20px;
  width: 20px;
  padding: 0;
  border: 1px solid var(--baseColor);
  z-index: 1;
}
.form_register_group input:hover, .form_company input:hover {
  box-shadow: 0 0 0 2px var(--grayColor);
  z-index: 2;
}
.form_register_group input:focus, .form_company input:focus {
  box-shadow: 0 0 0 1px var(--baseColor);
  z-index: 3;
}
.form_register_group input ~ input, .form_company input ~ input {
  margin-left: -1px;
}

.form_register {
  display: flex;
  align-items: center;
}

.form_company {
  width: 172px;
}

.form_hori_group {
  display: grid;
  grid-template-columns: 240px 180px;
  gap: 10px;
}
.form_hori_group ~ .form_hori_group {
  margin-top: 6px;
}

.form_footer {
  margin-top: 16px;
}
.form_footer i {
  color: var(--grayText);
}
.form_footer .footer_item {
  font-weight: 500;
  display: flex;
  justify-content: center;
}
.form_footer .footer_item ~ .footer_item {
  margin-top: 4px;
}
.form_footer .footer_item .dfc {
  white-space: nowrap;
}
.form_footer .footer_item input {
  width: 140px;
}
.form_footer ul li h4 {
  margin-right: 20px;
}

.other_form_btns {
  margin-bottom: 20px;
  border-radius: 12px;
}
.other_form_btns .btns {
  display: flex;
  flex-wrap: wrap;
}
.other_form_btns button {
  display: block;
  align-items: center;
  position: relative;
  max-width: 190px;
  padding-right: 34px;
  margin: 0 10px 10px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.other_form_btns button span {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  height: 16px;
  width: 16px;
  background: url("../images/form_link.svg") no-repeat center center;
  background-size: 100%;
  transform: translateY(-50%) rotate(-90deg);
}

.done {
  background: var(--createBtnColor);
}
.done span {
  background: url("../images/form_link_done.svg") no-repeat center center !important;
  transform: translateY(-50%) rotate(0deg) !important;
}
.done:hover {
  background-color: var(--createBtnColorHover);
}

.not_select span {
  transform: translateY(-50%) rotate(0deg) !important;
}

.form_footer_content {
  margin-top: 30px;
}

.custom_box .__input, .custom_box .__select, .custom_box .__textarea {
  width: 100%;
}
.custom_box .form_item ~ .form_item {
  margin: 0 !important;
}

.fullmin_tools {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 3;
}
.fullmin_tools button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  padding: 0;
  background: none;
  cursor: pointer;
  border: none;
}
.fullmin_tools button span {
  height: 18px;
  width: 18px;
  background: url("../images/icon_full.svg") no-repeat center center;
  background-size: 100%;
}

.section_line {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--grayText);
  padding: 5px 30px;
}
.section_line > span {
  position: absolute;
  top: 50%;
  right: 5px;
  height: 20px;
  width: 20px;
  background-color: var(--baseColor);
  transform: translateY(-50%);
  border-radius: 50%;
  cursor: pointer;
}
.section_line > span::before, .section_line > span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  height: 2px;
  width: 10px;
  background-color: #fff;
  transition: all 0.15s;
  transform: translate(-50%, -50%);
}
.section_line h3, .section_line i {
  font-size: 15px;
  text-align: center;
}
.section_line i {
  color: #7f7f7f;
  font-weight: 400;
}

.hide .section_line {
  background-color: #d3dffd;
}
.hide .section_line span::after {
  transform: rotate(90deg) translate(-1px, 5px);
}

.emd_column {
  grid-template-columns: 1fr 280px;
}
.emd_column .register_find {
  max-width: 340px;
}

.emd_main .register_fresult {
  margin-top: 16px;
}
.emd_main .register_fresult .form_content {
  padding: 7px 10px;
  background-color: var(--lgrayColor);
  border-radius: 8px;
}
.emd_main .register_fresult .form_content .form_label {
  color: var(--grayText);
  line-height: 1;
  margin-bottom: 4px;
}
.emd_main .register_fresult .form_content .status {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.emd_main .register_fresult .form_content .success {
  background-color: var(--statusSuccessColor);
}
.emd_main .register_fresult .form_content .danger {
  background-color: var(--statusDangerColor);
}
.emd_main .register_fresult p {
  color: var(--baseColor);
  font-weight: 600;
}

.emd_sidebar {
  padding: 0 !important;
}
.emd_sidebar h3, .emd_sidebar ul {
  padding: 8px 12px;
}
.emd_sidebar h3 {
  font-size: 15px;
  border-bottom: 1px solid var(--grayColor);
}
.emd_sidebar input {
  font-size: 13px;
  font-family: "sf";
  padding: 3px 6px;
  margin-left: 4px;
  width: 110px;
  background-color: var(--backgroundColor);
  border-radius: 4px;
  border: none;
}
.emd_sidebar ul {
  margin: 0 !important;
  max-height: 300px;
  overflow-y: auto;
}
.emd_sidebar ul li {
  font-size: 13px;
}
.emd_sidebar ul li em {
  color: var(--textColor);
  font-style: normal;
}
.emd_sidebar ul li p {
  font-weight: 500;
}
.emd_sidebar ul li ~ li {
  padding: 3px 0 0;
  margin-top: 3px;
  border-top: 1px dashed var(--grayColor);
}

.emd_sidebar ul::-webkit-scrollbar, .pink_card ul::-webkit-scrollbar {
  width: 3px;
  background-color: var(--grayColor);
}
.emd_sidebar ul::-webkit-scrollbar-thumb, .pink_card ul::-webkit-scrollbar-thumb {
  background-color: var(--grayColorHover);
}
.emd_sidebar ul::-webkit-scrollbar-thumb:hover, .pink_card ul::-webkit-scrollbar-thumb:hover {
  background-color: var(--tertiaryColor);
}

.pink_card {
  top: 61px;
  left: 0;
  width: 280px;
  padding: 0 !important;
  margin: 5px;
  margin-right: 0;
  background-color: #fff;
  box-shadow: 2px 0 5px -1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.pink_card h3 {
  position: relative;
  font-size: 15px;
  line-height: 1.2;
  padding: 10px 12px;
  border-bottom: 1px solid var(--grayColor);
}
.pink_card h3 .la_btn {
  position: absolute;
  right: 2px;
}
.pink_card ~ .pink_card {
  z-index: initial;
}
.pink_card .pink_menu {
  list-style: none !important;
  width: 100%;
  margin: 0 !important;
  max-height: 380px;
  overflow-y: auto;
}
.pink_card .pink_menu li {
  position: relative;
  display: flex;
  align-self: start;
  justify-content: space-between;
  padding: 8px 12px;
}
.pink_card .pink_menu li ~ li {
  border-top: 1px solid var(--switchBg);
}
.pink_card .pink_menu li:hover {
  background-color: var(--backgroundColor);
}
.pink_card .pink_menu li a {
  align-items: center;
  line-height: 1.2;
}
.pink_card .pink_menu li a.active {
  color: var(--secondColor);
  font-weight: 500;
}
.pink_card .primary_menu li a.active {
  color: blue;
}
.pink_card .user_exam_info {
  padding: 10px 12px;
}

.view_choose {
  margin-top: 20px;
}
.view_choose.mtb {
  margin: 0 0 16px !important;
}
.view_choose ul {
  padding: 3px;
  background-color: var(--backgroundColor);
  border-radius: 8px;
}
.view_choose ul li {
  position: relative;
}
.view_choose ul li ~ li::before {
  position: absolute;
  content: "";
  top: 50%;
  height: 50%;
  width: 1px;
  background-color: var(--borderColor);
  transform: translateY(-50%);
}
.view_choose ul li a {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  display: flex;
  position: relative;
  padding: 5px 3px;
  transition: all 0.15s;
  border-radius: 5px;
}
.view_choose ul li a.active, .view_choose ul li a.active:hover {
  color: #fff;
  background-color: var(--secondColor);
}
.view_choose ul li a:hover {
  background-color: #ebecee;
}

.view_care ul li ~ li {
  border-top: 1px dashed var(--grayColor);
}
.view_care ul li ~ li::before {
  display: none;
}
.view_care ul li:first-child a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.view_care ul li:last-child a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.view_care ul li a {
  text-align: left;
  padding: 5px 8px;
  border-radius: 0;
}

.confirm_code {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}
.confirm_code b {
  font-size: 18px;
}
.confirm_code .reset_code {
  color: var(--secondColor);
  font-weight: 500;
}

.biometric_elem {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  width: 100px;
  margin: 0 auto;
  box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.biometric_elem span {
  display: flex;
  height: 70px;
  width: 70px;
  background: url("../images/biometric.png") no-repeat center center;
  background-size: 100%;
}

.view_choose_content {
  margin-top: 10px;
}

.other_menu .list_add_btn {
  background-color: var(--createBtnColor);
}
.other_menu .list_add_btn::before, .other_menu .list_add_btn::after {
  background-color: #fff !important;
}
.other_menu .list_add_btn:hover {
  background-color: var(--createBtnColorHover);
}
.other_menu ul li a {
  padding-right: 60px;
}

.la_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-width: 34px;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
.la_btn span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  width: 26px;
  transition: all 0.15s;
  border-radius: 50%;
}
.la_btn span.list_add_btn::before, .la_btn span.list_add_btn::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  height: 2px;
  width: 12px;
  background-color: #a1a5b7;
  transform: translate(-50%, -50%);
  border-radius: 2px;
}
.la_btn span.list_add_btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.la_btn:hover span {
  background-color: var(--grayColor);
}
.la_btn:hover span.list_add_btn::before, .la_btn:hover span.list_add_btn::after {
  background-color: #5c677a;
}
.la_btn:hover .svg_icon svg path {
  fill: #5c677a;
}

.list_action {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  display: flex;
  align-items: center;
  height: 100%;
}

.form_loader {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1001;
  opacity: 0;
}
.form_loader.load {
  display: block;
  opacity: 1;
}
.form_loader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  text-indent: -9999em;
  animation: mulShdSpin 1.3s infinite linear;
  transform: translate(-50%, -50%);
}
@keyframes mulShdSpin {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

.sub_content h3 {
  margin-bottom: 10px;
}
.sub_content ~ .sub_content {
  margin-top: 24px;
}

.cat_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cat_list .dropdown {
  margin-right: 5px;
  margin-bottom: 5px;
}

.remove_btn {
  position: relative;
  background-color: var(--secondColor);
  border-radius: 6px;
  cursor: pointer;
}
.remove_btn span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
}
.remove_btn span::before, .remove_btn span::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 10px;
  background-color: #fff;
  transform: rotate(45deg);
}
.remove_btn span::after {
  transform: rotate(-45deg);
}

.primary_tab .nav-link.active {
  color: #fff !important;
  background-color: var(--primaryColor) !important;
}

.nav-tabs {
  display: flex;
  align-items: center;
  padding: 4px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--lgrayColor);
  border-radius: 10px;
}
.nav-tabs .nav-link {
  color: var(--textColor);
  line-height: 1.1;
  display: flex;
  padding: 8px 20px;
  border-radius: 6px;
  cursor: pointer;
}
.nav-tabs .nav-link.active {
  color: var(--secondColor);
  font-weight: 600;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.yellow_bg {
  background-color: #fff5bd !important;
}

.navi_bg {
  background-color: rgb(3, 255, 255) !important;
}

.gray_bg {
  background-color: var(--lineBg) !important;
}

.border_dashed_top {
  border-top: 2px dashed var(--baseColor);
}

.border_left {
  border-left: 1px solid var(--grayText) !important;
}

.bt1 {
  border-top: 1px solid var(--grayText) !important;
}

.grid_box {
  border-right: 1px solid var(--grayText);
}

.border_bottom {
  border-bottom: 1px solid var(--grayText) !important;
}

.gline ~ .gline {
  border-top: 1px solid var(--grayText);
}

.spinner-border {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: -10px;
  margin-right: 10px;
  vertical-align: text-bottom;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.dropdown-toggle {
  padding-right: 30px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  content: "";
  min-width: 200px;
  padding: 6px 0;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  z-index: 1000;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-menu li a {
  font-weight: 400;
  display: flex;
  align-items: center;
  padding: 10px 16px;
}
.dropdown-menu li a:hover {
  background-color: var(--lgrayColor);
}

@keyframes spinner-border {
  100% {
    transform: rotate(360deg);
  }
}
.alert {
  font-weight: 500;
  position: relative;
  padding: 7px 10px;
  border-radius: 8px;
  border: 1px solid transparent;
}
.alert a {
  color: var(--secondColor);
  text-decoration: underline;
}

.alert-primary {
  color: #052c65;
  background-color: #cfe2ff;
  border-color: #9ec5fe;
}

.alert-secondary {
  color: #2b2f32;
  background-color: #e2e3e5;
  border-color: #c4c8cb;
}

.alert-success {
  color: #0a3622;
  background-color: #d1e7dd;
  border-color: #a3cfbb;
}

.alert-danger {
  color: #58151c;
  background-color: #f8d7da;
  border-color: #f1aeb5;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffe69c;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #9eeaf9;
}

.form_toast {
  position: fixed;
  top: 20px;
  right: 20px;
  transform: translateX(200%);
  transition: all 0.3s;
  z-index: 99;
}
.form_toast.show {
  transform: translateX(0);
  opacity: 1;
}
.form_toast .toast_content {
  position: relative;
  background-color: #fff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.form_toast .toast-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  padding: 10px;
  background-color: transparent;
  border-radius: 6px;
}
.form_toast .toast-icon span {
  display: flex;
  align-items: center;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
}
.form_toast .toast_content {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  padding: 12px;
  width: 340px;
}
.form_toast .toast_content .toast_desc h3 {
  font-size: 15px;
}
.form_toast .toast_content .toast_desc h3 .toast_close {
  display: flex;
  height: 18px;
  width: 18px;
  cursor: pointer;
}
.form_toast .toast_content .toast_desc h3 .toast_close span {
  height: 100%;
  width: 100%;
  background: url("../images/icon-close.svg") no-repeat center center;
  background-size: 100%;
}
.form_toast .toast_content .toast_desc p {
  color: var(--textColor);
}
.form_toast.success .toast-icon {
  background-color: rgba(58, 196, 127, 0.1882352941);
}
.form_toast.success .toast-icon span {
  background: url("../images/icon-success.svg") no-repeat center center;
}
.form_toast.danger .toast-icon {
  background-color: rgba(236, 0, 71, 0.1882352941);
}
.form_toast.danger .toast-icon span {
  background: url("../images/icon-danger.svg") no-repeat center center;
}
.form_toast.info .toast-icon {
  background-color: rgba(59, 101, 226, 0.1882352941);
}
.form_toast.info .toast-icon span {
  background: url("../images/icon-info.svg") no-repeat center center;
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.g2t1 {
  grid-column: 1/3;
}

.gr1-2 {
  grid-row: 1/2;
}

.gr1-3 {
  grid-row: 1/3;
}

.gr2-3 {
  grid-row: 2/3;
}

.gr3-4 {
  grid-row: 3/4;
}

.gr1-9 {
  grid-row: 1/9;
}

.gr1-10 {
  grid-row: 1/10;
}

.gr2-10 {
  grid-row: 2/10;
}

.gr9-10 {
  grid-row: 9/10;
}

.gc1-3 {
  grid-column: 1/3;
}

.gc1-4 {
  grid-column: 1/4;
}

.gc1-6 {
  grid-column: 1/6;
}

.gc1-7 {
  grid-column: 1/7;
}

.gc1-8 {
  grid-column: 1/8;
}

.gc2-5 {
  grid-column: 2/5;
}

.gc3-5 {
  grid-column: 3/5;
}

.gc3-6 {
  grid-column: 3/6;
}

.gc3-7 {
  grid-column: 3/7;
}

.gc4-9 {
  grid-column: 4/9;
}

.gc5-7 {
  grid-column: 5/7;
}

.gc5-9 {
  grid-column: 5/9;
}

.gc6-9 {
  grid-column: 6/9;
}

.gc7-8 {
  grid-column: 7/8;
}

.gc7-9 {
  grid-column: 7/9;
}

.gc8-9 {
  grid-column: 8/9;
}

.small_text {
  font-size: 10px;
}

.hidden_input, .hidden {
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  padding-block: 0 !important;
  padding-inline: 0 !important;
  border: none !important;
  opacity: 0;
}

.dental_col {
  border-top: 1px solid var(--grayText);
  border-left: 1px solid var(--grayText);
}
.dental_col .dental_item .hidden, .dental_col .dental_item .hidden_input {
  display: none;
}
.dental_col .dental_item input[type=checkbox]:checked + .di_bg {
  background-color: var(--grayColor);
}
.dental_col .dental_item .di_bg {
  color: var(--primaryColor);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  border-right: 1px solid var(--grayText);
  border-bottom: 1px solid var(--grayText);
  cursor: pointer;
}

.sub_title {
  font-size: 15px;
  margin-bottom: 10px;
}

.clinic_treatment .title {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.clinic_treatment textarea {
  min-height: 200px;
  max-height: 300px;
}

.danger_notice {
  display: table;
  color: var(--statusDangerColor);
  text-align: center;
  line-height: 1;
  padding: 10px;
  margin: 0 auto 10px;
  background-color: var(--statusWaitingBg);
  border-radius: 6px;
}

.clinic_modal, .full_modal {
  margin: 40px auto;
  box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.2);
  pointer-events: all;
}
.clinic_modal .modal_header, .full_modal .modal_header {
  padding: 12px 16px;
  border-bottom: 1px solid var(--lineBg);
}
.clinic_modal .modal_header h2, .full_modal .modal_header h2 {
  color: var(--tableColor);
  font-size: 18px;
}
.clinic_modal .modal_main, .full_modal .modal_main {
  padding: 16px;
}
.clinic_modal .modal_main .table_content, .full_modal .modal_main .table_content {
  border: 1px solid var(--borderColor);
}
.clinic_modal .modal_main .table_content thead, .full_modal .modal_main .table_content thead {
  position: relative;
}
.clinic_modal .modal_main .n_pagination, .full_modal .modal_main .n_pagination {
  margin: 10px 0 0;
}
.clinic_modal .modal_footer, .full_modal .modal_footer {
  padding: 0 16px 16px;
}

.fade {
  transition: opacity 0.15s linear;
}
.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

.small_modal {
  width: 400px;
}

.full_modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  overflow: hidden;
  z-index: 111;
}
.full_modal.show {
  display: block;
}
.full_modal .table_wrap {
  position: relative;
  left: calc(50% - 20px);
  padding: 0;
  margin: 30px 20px;
  max-height: 90vh;
  max-width: 1300px;
  padding: 10px;
  background-color: #fff;
  transform: translateX(-50%);
  border: 2px solid var(--baseColor);
  overflow-y: auto;
}
.full_modal .table_wrap .n_table {
  border: 1px solid var(--baseColor) !important;
}
.full_modal .table_wrap .n_table td {
  padding: 0;
}
.full_modal .minSize {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  content: "";
  top: 20px;
  right: 20px;
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px -1px rgba(0, 0, 0, 0.3);
  z-index: 115;
  cursor: pointer;
  border: none;
}
.full_modal .minSize span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 20px;
  width: 20px;
}
.full_modal .minSize span::before, .full_modal .minSize span::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 14px;
  background-color: var(--baseColor);
  transform: rotate(45deg);
}
.full_modal .minSize span::after {
  transform: rotate(-45deg);
}

.overhide {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.show {
  position: fixed;
  display: block;
}

.question_modal .card_box {
  margin: 30px auto;
  max-width: 400px;
  box-shadow: 0 5px 25px -3px rgba(0, 0, 0, 0.2);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  transition: transform 0.3s ease-out;
  pointer-events: none;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.3;
}

.full_modal_view .modal-dialog {
  width: 1100px;
}

.teeth_wrap {
  border: 1px solid var(--borderColor);
}

.teeth_col {
  grid-template-columns: 1fr 260px;
}

.teeth_header {
  font-size: 16px !important;
  font-weight: 600;
  text-align: center;
  padding: 8px 30px;
  margin-bottom: 20px;
}

.teeth_grid {
  grid-template-columns: repeat(7, 1fr);
}

.teeth_main, .teeth_sidebar {
  padding: 16px;
}

.teeth_main {
  background-color: var(--backgroundColor);
}

.teeth_sidebar {
  border-left: 1px solid var(--borderColor);
}

.teeth_content .teeth_col {
  text-align: center;
}
.teeth_content .teeth_col h5 {
  margin-bottom: 16px;
}
.teeth_content .teeth_col.left {
  padding-right: 10px;
  border-right: 1px solid var(--borderColor);
}
.teeth_content .teeth_col.left h5 {
  text-align: left;
}
.teeth_content .teeth_col.right {
  padding-left: 10px;
}
.teeth_content .teeth_col.right h5 {
  text-align: right;
}

.top .left, .top .right {
  padding-bottom: 10px;
}

.teeth_cm .bottom {
  border-top: 1px solid var(--borderColor);
}

.teeth_item, .teeth_treat_item {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  min-height: 78px;
  width: 100%;
  padding: 10px 0;
  margin: 0 auto;
  transition: all 0.1s;
  cursor: pointer;
}
.teeth_item:hover, .teeth_treat_item:hover {
  background-color: #fff;
  box-shadow: 0 0 0 1px var(--borderColor);
  z-index: 0;
}
.teeth_item:hover .ti_box, .teeth_treat_item:hover .ti_box {
  opacity: 1;
}
.teeth_item:hover p, .teeth_treat_item:hover p {
  font-weight: 500;
}
.teeth_item p, .teeth_treat_item p {
  color: var(--grayText);
  line-height: 1;
  margin-bottom: 4px;
}
.teeth_item:has(> input[type=radio]:checked), .teeth_treat_item:has(> input[type=radio]:checked) {
  background-color: #fff;
  box-shadow: 0 0 0 1px var(--secondColor);
  z-index: 3;
}
.teeth_item:has(> input[type=radio]:checked) p, .teeth_treat_item:has(> input[type=radio]:checked) p {
  color: var(--secondColor);
}
.teeth_item:has(> input[type=radio]:checked) .ti_box, .teeth_treat_item:has(> input[type=radio]:checked) .ti_box {
  opacity: 1;
}
.teeth_item .ti_box, .teeth_treat_item .ti_box {
  position: relative;
  height: 64px;
  width: 36px;
}
.teeth_item .ti_box img, .teeth_treat_item .ti_box img {
  width: 100%;
}
.teeth_item .tx_box, .teeth_treat_item .tx_box {
  position: relative;
}
.teeth_item .tx_box span, .teeth_treat_item .tx_box span {
  display: none;
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  position: absolute;
  content: "";
  top: 100%;
  left: -10000px;
  padding: 3px 8px;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.65);
  transition: opacity 0.3s ease-in-out, top 0.35s ease-in-out, transform 0.1s ease-in;
  transform: translate(-50%, 0);
  visibility: hidden;
  border-radius: 8px;
  opacity: 0;
}
.teeth_item.selected .teeth_selected, .teeth_treat_item.selected .teeth_selected {
  opacity: 1;
}
.teeth_item .teeth_selected, .teeth_treat_item .teeth_selected {
  color: #fff;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  height: 18px;
  width: 18px;
  margin-bottom: 10px;
  background-color: var(--secondColor);
  border-radius: 50%;
  opacity: 0;
}
.teeth_item .teeth_selected.drop, .teeth_treat_item .teeth_selected.drop {
  animation: animated 0.15s linear;
}

.teeth_treat_item {
  position: relative;
  padding: 5px;
  padding-bottom: 5px;
  border-radius: 8px;
}
.teeth_treat_item .teeth_selected {
  margin: 0 !important;
}
.teeth_treat_item .tx_box {
  height: 0;
}
.teeth_treat_item:hover .tx_box span {
  display: block;
  left: 50%;
  visibility: visible;
  transform: translate(-50%, 10px);
  opacity: 1;
}

@keyframes animated {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1.1);
  }
}
.bottom .left, .bottom .right {
  padding-top: 10px;
}
.bottom .teeth_item .teeth_selected, .bottom .teeth_treat_item .teeth_selected {
  margin: 5px 0 0;
}
.bottom .teeth_item p, .bottom .teeth_treat_item p {
  margin: 4px 0 0;
}
.bottom .small {
  padding-bottom: 10px;
}
.bottom .small .teeth_item .teeth_selected, .bottom .small .teeth_treat_item .teeth_selected {
  margin: 0 0 5px;
}

.teeth_choice_list ul li {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.2;
  padding: 4px 6px 4px 10px;
  border: 1px solid var(--borderColor);
  transition: all 0.15s;
  border-radius: 4px;
  cursor: pointer;
}
.teeth_choice_list ul li::before {
  position: absolute;
  content: "";
  top: -1px;
  bottom: -1px;
  left: -1px;
  width: 4px;
  background-color: #78829D;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.teeth_choice_list ul li.active, .teeth_choice_list ul li.active:hover {
  color: #252935;
  font-weight: 500;
  background-color: #d3dae7;
  border-color: #78829d;
}
s .teeth_choice_list ul li.active::before, s .teeth_choice_list ul li.active:hover::before {
  background-color: #545c71;
}
.teeth_choice_list ul li:first-child {
  background-color: #eefdf1;
  border-color: #afddba;
}
.teeth_choice_list ul li:first-child::before {
  background-color: #13bd3b;
}
.teeth_choice_list ul li:first-child.active, .teeth_choice_list ul li:first-child.active:hover {
  background-color: #88e79e;
  border-color: #13bd3b;
}
.teeth_choice_list ul li:nth-child(5) {
  background-color: #F3F7FF;
  border-color: #b2c5e0;
}
.teeth_choice_list ul li:nth-child(5)::before {
  background-color: #2678EA;
}
.teeth_choice_list ul li:nth-child(5).active, .teeth_choice_list ul li:nth-child(5).active:hover {
  background-color: #9bbcec;
  border-color: #2678EA;
}
.teeth_choice_list ul li:nth-child(3), .teeth_choice_list ul li:nth-child(6) {
  background-color: #FAF3F4;
  border-color: #ebc2c2;
}
.teeth_choice_list ul li:nth-child(3)::before, .teeth_choice_list ul li:nth-child(6)::before {
  background-color: #CD2B2C;
}
.teeth_choice_list ul li:nth-child(3).active, .teeth_choice_list ul li:nth-child(3).active:hover, .teeth_choice_list ul li:nth-child(6).active, .teeth_choice_list ul li:nth-child(6).active:hover {
  background-color: #fbd5d5;
  border-color: #e06464;
}
.teeth_choice_list ul li:hover {
  background-color: var(--grayColor);
}
.teeth_choice_list ul li ~ li {
  margin-top: 3px;
}

.gap_5 {
  gap: 5px;
}

.gap_8 {
  gap: 8px;
}

.teeth_change_img {
  padding: 10px;
  margin-top: 20px;
  background-color: #fff;
}

.teeth_choice {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: var(--lgrayColor);
  cursor: pointer;
}
.teeth_choice:hover {
  background-color: var(--grayColor);
}
.teeth_choice:hover .ti_box img, .teeth_choice.active .ti_box img, .teeth_choice.active:hover .ti_box img {
  filter: grayscale(0%);
  opacity: 1;
}
.teeth_choice.active, .teeth_choice.active:hover {
  background-color: #b7c5db;
}

.teeth_bigs, .teeth_middle, .teeth_small, .teeth_smedium, .teeth_sbig {
  display: none;
}

/* Body Style End */
/* Footer Style */
/* Footer Style End */
/* Responsive Style */
@media (min-width: 576px) {
  .modal-dialog {
    width: 750px;
    margin: 1.75rem auto;
  }
  .small_modal {
    width: 400px;
  }
  .exam_modal .modal-dialog {
    width: 900px;
  }
}
/* Responsive Style End *//*# sourceMappingURL=style.css.map */