:root {
  --z__d_white_cr: #fff;
  --z__d_white_bg: #fff;
  --z__d_bg_h: #f1f3f5;
  --z__d_theme1_bg: #ffa500;
  --z__d_theme1_cr: #ffa500;
  --z__d_theme1_br: #ffa500;
  --z__theme_bg: #0067b8;
  --z__theme_cr: #0067b8;
  --z__theme_br: #0067b8;
  --z__theme1_bg: #ffa500;
  --z__theme1_cr: #ffa500;
  --z__theme1_br: #ffa500;
  --z__white_bg: #fff;
  --z__white_cr: #fff;
  --z__white_br: #fff;
  --z__primary_cr: #333;
  --z__secondary_cr: #666;
  --z__primary_br: #ced4da;
  --z__primary_bg: #ced4da;
  --z__secondary_bg: #eee;
  --z__top_fixed_bg: #fff;
  --z__theme_svg: #0067b8;
  --z__white_svg: #fff;
  --z__primary_svg: #333;
  --z__secondary_svg: #666;
  --z__secondary_svg_h: #444;
  --z__close_svg: #666;
  --z__close_svg_h: #444;
  --z__anchor_cr: #333;
  --z__anchor_cr_h: #0067b8;
  --top_menu_hover: #f1f3f5;
  --z__primary_bo_sh: rgba(0, 0, 0, 0.1) 0 1px 3px 0px, rgba(0, 0, 0, 0.06) 0 1px 2px 0;
  --box__shadow1: 0 1px 3px rgba(0, 0, 0, .25);
  --btn_cr: #fff;
  --btn_cr_h: #fff;
  --btn_bg_h: #015594;
  --btn_bg_a: #023459;
  --add_more_file_hover: #f9f9f9;
  --btn_log_cr: #333;
  --btn_log_bg: #f1f3f5;
  --btn_log_bg_h: rgba(57, 76, 96, .15);
  --lang_menu_bg_h: #f1f3f5;
  --sel_c_cr_bg: #fff;
  --_tooltip_bg: rgba(0, 0, 0, 0.8);
  --_tooltip_cr: #fff;
  --comp_ext_box_cr: #fff;
  --logo_h: #015594;
  --split_pdf_custom_h: #f7f7f7;
  --home_join_bg: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(0, 103, 184, 1) 50%, rgba(0, 212, 255, 1) 100%);
  --z__i__title_bg: #fff;
  --z_switch_slider_bg: #ccc;
  --user_pro__btn_bg: #f1f1f1;
  --user_pro__btn_bg_ah: #ced4da;
  --z__bg__one: #f1f3f5;
  --at__de__attention__ro: #f2e0e0;
  --svg_wh4: 16px;
  --svg_wh5: 20px;
  --svg_wh6: 24px;
  --svg_wh7: 28px;
  --svg_wh8: 32px;
  --svg_wh9: 36px;
  --svg_wh10: 40px;
  --svg_wh11: 44px;
  --svg_wh12: 48px;
  --svg_d4: var(--svg_wh4);
  --svg_d5: var(--svg_wh5);
  --svg_d6: var(--svg_wh6);
  --svg_d7: var(--svg_wh7);
  --svg_d8: var(--svg_wh8);
  --svg_d9: var(--svg_wh9);
  --svg_d10: var(--svg_wh10);
  --svg_d11: var(--svg_wh11);
  --svg_d12: var(--svg_wh12);
  --l_success: #4caf50;
  --m_success: #2e7d32;
  --d_success: #1b5e20;
  --l_error: #ef5350;
  --m_error: #d32f2f;
  --d_error: #c62828;
  --l_warning: #ff9800;
  --m_warning: #ed6c02;
  --d_warning: #e65100;
  --l_info: #03a9f4;
  --m_info: #0288d1;
  --d_info: #01579b;
  --svg_l_suc: var(--l_success);
  --svg_m_suc: var(--m_success);
  --svg_d_suc: var(--d_success);
  --svg_l_err: var(--l_error);
  --svg_m_err: var(--m_error);
  --svg_d_err: var(--d_error);
  --svg_l_war: var(--l_warning);
  --svg_m_war: var(--m_warning);
  --svg_d_war: var(--d_warning);
  --svg_l_inf: var(--l_info);
  --svg_m_inf: var(--m_info);
  --svg_d_inf: var(--d_info);
  --home__box__sh: rgba(0, 0, 0, 0.02) 0 1px 3px 0px, rgba(27, 31, 35, 0.15) 0 0 0 1px
}


.page-content {
  background-color: var(--z__white_bg);
  position: relative;
  margin: 0;
  padding: 0 24px 24px
}



.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 2px solid transparent;
  white-space: nowrap;
  background-image: none !important;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.15s, border-color 0.15s, opacity 0.15s;
  -o-transition: background-color 0.15s, border-color 0.15s, opacity 0.15s;
  transition: background-color 0.15s, border-color 0.15s, opacity 0.15s;
  position: relative;
  line-height: 1.22857143;
  outline: 0;
  width: auto;
  max-width: 100%;
  min-width: 80px;
  padding: 0
}

.btns {
  padding: 0 6px
}

._btn {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  padding: 0 8px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.btn>._btn {
  margin: auto;
  transition: opacity 0.15s ease-in-out
}

.z__btn_oe {
  border: 1px solid var(--z__theme_br);
  font-size: 1.6rem;
  background-color: transparent
}

.z__btn_oe:hover {
  background-color: var(--btn_bg_h);
  color: var(--btn_cr_h)
}

.z__btn_fl {
  background-color: var(--z__theme_bg);
  color: var(--btn_cr);
  font-size: 1.6rem
}

.z__btn_fl:hover {
  background-color: var(--btn_bg_h)
}

.z__btn_fl:active,
.z__btn_oe:active {
  background-color: var(--btn_bg_a)
}

.z__btn_dd {
  background-color: #696969;
  color: var(--btn_cr);
  cursor: no-drop
}

.z__btn_dd:hover {
  background-color: #595959
}

.btn__dd {
  background-color: #696969;
  color: var(--btn_cr);
  cursor: no-drop
}

.btn__dd:hover {
  background-color: #595959
}

.z__btn_lk {
  min-width: unset;
  background: none;
  color: #337ab7;
  box-shadow: none
}

.z__btn_lk:hover {
  text-decoration: underline
}

.z__btn_in {
  min-width: unset;
  background: transparent
}

.z__btn_in:active,
.z__btn_in:hover {
  background: transparent
}

.btn__icon {
  min-width: unset;
  background: transparent
}

.btn__icon:active,
.btn__icon:hover {
  background: transparent
}

.btn__trans {
  min-width: unset;
  background: transparent
}

.btn__trans:active,
.btn__trans:hover {
  background: transparent
}

.z__btn_s1 {
  height: 40px;
  padding: 0 6px
}

.z__btn_s2 {
  height: 50px;
  padding: 0 6px
}

.z__btn_s3 {
  height: 60px;
  padding: 0 6px
}

.z__btn_s4 {
  height: 48px;
  padding: 0 6px;
  min-width: 160px
}

.z__btn_sw1 {
  box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px, rgba(0, 0, 0, 0.3) 0 1px 3px -1px
}

.btn_svg_sw1 {
  filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.4))
}

.br__rs0 {
  border-radius: 0
}

.br__rs4 {
  border-radius: 4px
}

.ft__wt400 {
  font-weight: 400
}

.ft__wt500 {
  font-weight: 500
}

.ft__wt600 {
  font-weight: 600
}

.z__theme_main {}

.z__theme_cr {}

.z__theme_btn {
  width: 40px !important;
  height: 40px !important;
  border-radius: 4px
}

.z__theme_btn:hover {
  background-color: var(--top_menu_hover) !important
}

.z__theme_btn:focus {
  outline: none
}

.z__theme_btn svg {
  width: 20px;
  height: 20px;
  fill: var(--z__primary_svg)
}

.z__help_main {
  display: block
}

.z__help_cr a {
  transition: background-color 0.1s linear, border-color 0.1s linear, color 0.1s linear;
  width: 40px;
  height: 40px;
  min-width: unset;
  position: relative;
  text-align: center;
  color: var(--z__primary_cr);
  padding: 0 6px;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px
}

.z__help_cr a:hover {
  background-color: var(--top_menu_hover)
}

.z__help_cr a svg {
  width: 24px;
  height: 24px;
  fill: var(--z__primary_cr)
}

.sidebar {
  width: 190px;
  float: left;
  position: static;
  padding-left: 0;
  padding-right: 0;
  position: fixed !important;
  height: calc(100vh - 60px) !important;
  overflow-y: auto;
  overflow-x: hidden !important
}

.sidebar:before {
  display: block;
  width: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: inherit;
  border-style: inherit;
  border-color: inherit;
  border-width: inherit
}

.nav-list {
  margin: 0;
  padding: 0;
  list-style: none
}

.nav-list .nav-header,
.nav-list>li,
.nav-list>li>a {
  margin: 0
}

.nav-list li>a:focus {
  outline: 0
}

.nav-list>li {
  display: block;
  position: relative;
  float: none;
  padding: 0;
  border-style: solid;
  border-width: 1px 0 0
}

.nav-list>li:last-child {
  border-bottom-width: 1px
}

.nav-list>li:hover:before {
  display: block
}

@media only screen and (max-width:991px) {
  .navbar-fixed-top+.main-container>.responsive {
    position: fixed;
    left: auto;
    margin-left: auto
  }

  .navbar-fixed-top+.main-container>.menu-toggler+.responsive.sidebar-fixed,
  .sidebar.responsive.sidebar-fixed,
  .sidebar.sidebar-fixed.responsive-max {
    position: fixed;
    left: auto;
    margin-left: auto
  }
}

@media only screen and (max-width:991px) {
  .sidebar.responsive:before {
    display: none
  }

  .sidebar.responsive {
    -webkit-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, .15);
    box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, .15);
    z-index: 1027;
    overflow: hidden;
    max-height: 0;
    -moz-transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
    -webkit-transition: -webkit-transform 0.2s linear 0s, max-height 0s linear 0.2s;
    -moz-transition: -moz-transform 0.2s linear 0s, max-height 0s linear 0.2s;
    -o-transition: -o-transform 0.2s linear 0s, max-height 0s linear 0.2s;
    transition: transform 0.2s linear 0s, max-height 0s linear 0.2s;
    position: relative;
    bottom: auto;
    left: 190px;
    margin-left: -190px
  }
}

@media only screen and (max-width:991px) {
  .sidebar.responsive.display {
    -moz-transform: none !important;
    -webkit-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    overflow: visible;
    max-height: 2000px;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    width: 65%;
    display: none
  }

  .sidebar.responsive+.main-content {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .responsive.sidebar-fixed {
    position: fixed
  }

  .show {
    display: block !important
  }
}

.main-content-inner {
  position: relative;
  float: left;
  width: 100%
}

.page-content>.row .col-lg-12,
.page-content>.row .col-md-12,
.page-content>.row .col-sm-12,
.page-content>.row .col-xs-12 {
  max-width: 100%
}

.navbar-fixed-top+.main-container {
  padding-top: 60px
}

.no-skin .sidebar {
  background-color: var(--z__white_bg);
  border-style: solid;
  border-color: var(--z__primary_br);
  border-width: 0 1px 0 0
}

.no-skin .nav-list>li {
  border-color: var(--z__primary_br)
}

.no-skin .nav-list>li:hover>a {
  background-color: var(--z__white_bg);
  color: var(--z__theme_cr)
}

@media only screen and (max-width:991px) {
  body {
    overflow-x: hidden
  }

  .no-skin .sidebar {
    border-width: 0 1px 1px 0;
    border-top-color: #d6d6d6
  }
}

.z__ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

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

.z__reg_main {
  display: block
}

.user_reg__cr {
  grid-column-gap: 16px;
  grid-template-columns: 1fr 1fr;
  display: grid
}

.user_reg__cr1 {
  display: none
}

.z__login_btn,
.z__signup_btn {
  transition: background-color 0.1s linear, border-color 0.1s linear, color 0.1s linear;
  background-color: var(--btn_log_bg);
  color: var(--btn_log_cr);
  justify-content: center;
  height: 40px;
  padding: 0 6px;
  outline: none;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  max-width: 100%;
  min-width: 80px;
  font-weight: 600;
  margin: 0;
  font-size: 1.5rem
}

.z__signup_btn {
  background-color: var(--z__theme_bg);
  color: var(--btn_cr)
}

.z__login_btn:hover {
  background-color: var(--btn_log_bg_h)
}

.z__signup_btn:hover {
  background-color: var(--btn_bg_h)
}

.z__signup_btn:active {
  background-color: var(--btn_bg_a)
}

@media only screen and (max-width: 767px) {
  .user_reg__cr {
    display: none
  }

  .user_reg__cr1 {
    display: block
  }
}

.z__user_main {
  position: relative
}

.user_pro__btn {
  width: 40px;
  height: 40px;
  background-color: var(--user_pro__btn_bg);
  border-radius: 50%;
  border: none
}

.user_pro__btn:active,
.user_pro__btn:focus,
.user_pro__btn:hover {
  background-color: var(--user_pro__btn_bg_ah)
}

.user_pro_btn__pr {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  padding: 2px;
  margin: 0;
  background-size: 40px 40px;
  border: 0;
  pointer-events: none
}

.user_pro__m {
  display: none;
  position: absolute;
  background-color: var(--z__white_bg);
  border-radius: 4px;
  z-index: 1000;
  right: 0;
  top: calc(100% + 6px);
  box-shadow: var(--box__shadow1);
}

.user_pro_m__close {
  display: flex;
  justify-content: flex-end;
  padding: 12px 18px;
  height: 60px
}

.user_pro_m_close_btn {}

.user_pro_m_close_btn svg {
  height: 28px;
  width: 28px;
  fill: var(--z__close_svg)
}

.user_pro_m_close_btn:hover svg {
  fill: var(--z__close_svg_h)
}

.user_pro__cr {
  width: 336px;
  display: flex;
  flex-direction: column
}

.user_profile__m {
  height: 96px;
  display: block;
  position: relative;
  border-bottom: 1px solid var(--z__primary_br)
}

.user_profile__cr {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 12px 24px
}

.user_icon__cr {}

.user_name__cr {
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  overflow: hidden;
  text-align: start
}

.user_email__row,
.user_name__row {
  display: block;
  max-width: 100%
}

.user_name__row {
  font-weight: 600
}

.user_email__row {
  font-size: 1.4rem
}

.user_icon__m {
  border: 4px solid var(--z__primary_br);
  margin: auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  overflow: hidden
}

.user_icon__pr {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover
}

.user_icon__big {
  width: 64px;
  height: 64px
}

.user_menu__m {
  padding-top: 6px;
  padding-bottom: 6px
}

.user_menu__m li,
.user_menu__m ul,
.user_menu_m__m ul {
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0
}

.user_menu__row {
  width: 100%;
  height: 42px;
  padding: 6px 18px;
  text-align: start;
  transition: background-color 0.1s linear, border-color 0.1s linear, color 0.1s linear;
  outline: none;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  color: var(--z__primary_cr);
  background-color: var(--z__white_bg);
  font-size: 1.6rem;
  cursor: pointer
}

.user_menu__row:hover {
  background-color: var(--top_menu_hover)
}

.user_menu__icon svg {
  width: 24px;
  height: 24px;
  fill: var(--z__primary_cr)
}

.user_menu__text {
  padding: 0 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}

.user__menu__divider {
  height: 1px;
  border-top: 1px solid var(--z__primary_br);
  margin: 6px 0;
}

.user_menu_m__m,
.user_pro_m__close {
  display: none
}

@media only screen and (max-width: 991px) {
  .user_pro__m {
    border-radius: 0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: fixed
  }

  .user_pro_m__close {
    display: flex
  }

  .user_pro__cr {
    width: 100%;
    height: calc(100% - 60px)
  }

  .user_profile_m__m {
    height: unset
  }

  .user_profile_m__cr {
    gap: 12px;
    flex-direction: column;
    position: initial
  }

  .user_name_m__cr {
    text-align: center
  }

  .user_menu__m {
    display: none
  }

  .user_menu_m__m {
    display: block;
    height: 100%;
    padding: 8px 0
  }

  .user_menu_m__cr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
  }

  .sidebar__menu__mob {
    padding: 6px 12px 6px 18px !important
  }

  .sidebar__menu__he {
    height: 40px;
    display: flex;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.4rem;
    padding: 6px 12px;
    margin-top: 24px
  }

  .sidebar__menu__desk {
    padding: 6px 12px 6px 15px
  }

  .user_menu_m__logout {
    padding: 12px
  }

  .user_menu_m__logout_a {
    display: flex;
    height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--z__primary_br);
    border-radius: 4px;
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    background-color: var(--z__theme_bg);
    color: var(--z__d_white_cr);
    border: 0;
    gap: 6px;
    font-weight: 500
  }

  .user_menu_m__logout_a {}

  .user_menu_m__logout_a svg {
    width: 20px;
    height: 20px;
    fill: var(--z__white_svg)
  }
}

@media only screen and (max-width: 399px) {
  .z__theme_main {
    display: none
  }
}

@media only screen and (max-width: 349px) {
  .z__help_main {
    display: none
  }
}

.z_search_m {}

.z_search_i {}

.z_search_cr {}

.z_seabox {
  display: flex;
  flex-direction: row;
  border: 1px solid var(--z__primary_br);
  background-color: var(--z__white_bg);
  border-radius: 4px;
  position: relative;
  height: 40px
}

.z_seabox1 {
  padding: 8px
}

.z_seacrinput {
  border: none;
  background: none;
  outline: none;
  padding: 10px 0;
  font-size: 1.5rem;
  width: 100%;
  min-width: 100%;
  color: #555
}

.z_seabox3 {
  padding: 8px
}

.footer__main {
  margin: 0 auto;
  border-top: 1px solid var(--z__primary_br)
}

.footer__cr {
  margin: 0 auto;
  padding: 0 24px;
  max-width: 2544px;
  width: 100%
}

.footer__ct {
  display: flex;
  flex-direction: row;
  margin-bottom: 48px
}

.footer_col_ct {
  flex-basis: 0;
  flex-grow: 1;
  margin: 0
}

.footer_ct_heading {
  display: flex;
  justify-content: space-between;
  padding: 48px 0 0
}

.footer_ct_heading svg {
  height: 35px;
  width: 100px;
  fill: var(--z__theme_svg)
}

.footer_ct_heading svg:hover {
  fill: var(--logo_h);
  transition: 200ms;
  transition-timing-function: ease-in-out
}

.footer_ct_heading h4 {
  font-size: 1.8rem;
  font-weight: 600
}

.footer_ct_line {
  font-size: 1.5rem
}

.footer_col_ct>ul {
  margin: 16px 0;
  list-style: none;
  padding: 0 0 8px
}

.footer_col_ct>ul>li:not(:last-child) {
  margin-bottom: 8px
}

.footer_col_ct>ul>li>p {
  color: var(--z__anchor_cr);
  font-weight: 400;
  margin: 0
}

.footer_col_ct>ul>li>p>a {
  transition: color 0.2s;
  color: inherit;
  font-size: 1.5rem
}

.footer_col_ct>ul>li>p>a:hover {
  color: var(--z__d_theme1_cr)
}

.footer__fr {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 0;
  flex-direction: row;
  border-top: 1px solid var(--z__primary_br)
}

.footer_col_fr {
  flex-basis: 0;
  flex-grow: 1;
  margin: 0
}

.footer__language {
  grid-gap: 8px;
  grid-auto-flow: column;
  justify-content: flex-start;
  white-space: nowrap
}

.footer__rights {
  font-size: 1.5rem;
  gap: 6px;
  flex-grow: 3;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex
}

.footer__rights p {
  margin: 0;
  text-align: center
}

.footer__social {
  gap: 6px;
  justify-content: flex-end;
  display: flex
}

.footer__social a {
  height: 24px;
  width: 24px
}

.footer__social span {
  align-items: center;
  display: inline-flex
}

.lang__main {
  position: relative;
  font-size: 1.5rem
}

.btn_language {
  border: 1px solid var(--z__primary_br);
  padding: 0 6px;
  gap: 8px;
  display: flex;
  min-width: 120px;
  height: 40px
}

.btn_language:active,
.btn_language:focus,
.btn_language:hover {
  border-color: var(--z__theme_br)
}

.btn_language .lang_lang_icon {
  width: 24px;
  height: 24px;
  fill: var(--z__primary_svg)
}

.btn_language .lang_drop_icon {
  width: 18px;
  height: 18px;
  fill: var(--z__primary_svg)
}

.lang__cr {
  display: none;
  position: absolute;
  background-color: var(--z__white_bg);
  left: 0;
  bottom: calc(100% + 6px);
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px 0px, rgba(0, 0, 0, 0.06) 0 1px 2px 0
}

.lang__ct {
  max-height: 480px;
  overflow-y: scroll;
  min-width: 160px;
  padding: 6px 0;
  margin: 0;
  list-style: none;
  text-align: left;
  border-radius: 4px;
  border: 1px solid var(--z__primary_br);
  background-color: var(--z__white_bg)
}

.lang__ct li a {
  font-size: 1.5rem;
  margin-bottom: 1px;
  margin-top: 1px;
  font-weight: 400;
  display: block;
  padding: 4px 12px;
  white-space: nowrap;
  color: var(--z__primary_cr)
}

.lang__ct li a:hover {
  background-color: var(--lang_menu_bg_h)
}

@media only screen and (max-width: 899px) {
  .footer__ct {
    flex-direction: column
  }

  .footer__fr {
    flex-direction: column
  }

  .footer__rights {
    order: 3;
    flex-direction: column-reverse
  }

  .footer__rights,
  .footer__social {
    margin-top: 16px
  }
}

.tooltip {
  --_tooltip_Bg: var(--_tooltip_bg);
  --_tooltip_Br_Rs: 4px;
  --_tooltip_pa: 8px 8px;
  --_tooltip_wi: auto;
  --_tooltip_wi_min: 100%;
  --_tooltip_wi_max: 164px;
  --_tooltip_arr_wi: 12px;
  position: relative;
  isolation: isolate;
  cursor: pointer;
  z-index: 80
}

.tooltip::after,
.tooltip::before {
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s linear;
  line-height: 1.5;
  z-index: 1;
  background-color: var(--_tooltip_Bg)
}

.tooltip::before {
  content: attr(data-tooltip);
  padding: var(--_tooltip_pa);
  width: var(--_tooltip_wi);
  color: var(--_tooltip_cr);
  text-align: center;
  font-weight: 500;
  font-size: 1.3rem;
  white-space: normal;
  text-transform: none;
  border-radius: var(--_tooltip_Br_Rs);
  transform: translate(-50%, calc(-100% + var(--_tooltip_arr_wi) * -1))
}

.tooltip::after {
  content: "";
  width: var(--_tooltip_arr_wi);
  aspect-ratio: 1;
  -webkit-clip-path: polygon(44% 100%, 0 44%, 100% 44%);
  clip-path: polygon(44% 100%, 0 44%, 100% 44%);
  transform: translate(-50%, calc(-100% + var(--_tooltip_arr_wi) / 2 * -1))
}

.tooltip:hover::after,
.tooltip:hover::before {
  opacity: 1;
  visibility: visible
}

.tooltip--right::after,
.tooltip--right::before {
  left: auto;
  right: 0;
  top: 50%
}

.tooltip--right::before {
  transform: translate(calc(100% + var(--_tooltip_arr_wi)), -50%)
}

.tooltip--right::after {
  -webkit-clip-path: polygon(50% 100%, 0 50%, 50% 0);
  clip-path: polygon(50% 100%, 0 50%, 50% 0);
  transform: translate(calc(100% + var(--_tooltip_arr_wi) / 2), -50%)
}

.tooltip--bottom::after,
.tooltip--bottom::before {
  top: auto;
  bottom: 0
}

.tooltip--bottom::before {
  transform: translate(-50%, calc(100% + var(--_tooltip_arr_wi)))
}

.tooltip--bottom::after {
  -webkit-clip-path: polygon(100% 54%, 0 54%, 54% 0);
  clip-path: polygon(100% 54%, 0 54%, 54% 0);
  transform: translate(-50%, calc(100% + var(--_tooltip_arr_wi) / 2))
}

.tooltip--left::after,
.tooltip--left::before {
  top: 50%;
  left: 0
}

.tooltip--left::before {
  transform: translate(calc(-100% + var(--_tooltip_arr_wi) * -1), -50%)
}

.tooltip--left::after {
  -webkit-clip-path: polygon(100% 50%, 50% 0, 50% 100%);
  clip-path: polygon(100% 50%, 50% 0, 50% 100%);
  transform: translate(calc(-100% + var(--_tooltip_arr_wi) / 2 * -1), -50%)
}

.tt__nowrap::after,
.tt__nowrap::before {
  white-space: nowrap
}

.tt__xs::before {
  width: 60px
}

.tt__sm::before {
  width: 120px
}

.tt__md::before {
  width: 180px
}

.tt__lg::before {
  width: 240px
}

.tt__xl::before {
  width: 300px
}

.noti_m {
  color: var(--z__white_cr);
  background-color: var(--z__theme_bg);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  min-height: 32px;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center
}

.noti_i {}

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

.btn_top_notification {
  background-color: transparent;
  font-weight: 500 !important
}

.btn_top_notification:hover {
  text-decoration: underline !important
}

.z__hide {
  display: none !important
}

.transparent {
  background: transparent
}

.z__mt5 {
  margin-top: 5px
}

.z__mt10 {
  margin-top: 10px
}

.z__mt15 {
  margin-top: 15px
}

.z__mt20 {
  margin-top: 20px
}

.z__mt25 {
  margin-top: 25px
}

.z__mr5 {
  margin-right: 5px
}

.z__mr10 {
  margin-right: 10px
}

.z__mr15 {
  margin-right: 15px
}

.z__mr20 {
  margin-right: 20px
}

.z__mr25 {
  margin-right: 25px
}

.z__mb5 {
  margin-bottom: 5px
}

.z__mb10 {
  margin-bottom: 10px
}

.z__mb15 {
  margin-bottom: 15px
}

.z__mb20 {
  margin-bottom: 20px
}

.z__mb25 {
  margin-bottom: 25px
}

.z__ml5 {
  margin-left: 5px
}

.z__ml10 {
  margin-left: 10px
}

.z__ml15 {
  margin-left: 15px
}

.z__ml20 {
  margin-left: 20px
}

.z__ml25 {
  margin-left: 25px
}

.z__pa2 {
  padding: 2px
}

.z__pa4 {
  padding: 4px
}

.z__pt2 {
  padding-top: 2px
}

.z__br1 {
  border: 1px solid var(--z__primary_br)
}

.z__br_rs0 {
  border-radius: 0 !important
}

.z__br_rs4 {
  border-radius: 4px
}

.drer__main {
  position: fixed;
  background-color: var(--z__white_bg);
  z-index: 1001;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px
}

.drer__left {
  bottom: 30px;
  left: 30px
}

.drer__right {
  bottom: 30px;
  right: 30px
}

.drer__cr {}

.drer__ct {}

.drer__cl__m {
  position: absolute;
  right: 10px;
  top: 8px
}

.drer__cl__cr {}

.drer__cl__btn {
  width: 24px;
  height: 24px;
  transition: background-color 0.1s linear, border-color 0.1s linear, color 0.1s linear
}

.drer__cl__btn svg {
  width: var(--svg_d5);
  height: var(--svg_d5);
  fill: var(--z__close_svg)
}

.drer__cl__btn:hover svg {
  fill: var(--z__close_svg_h)
}

.cookie_m {
  min-height: 180px;
  max-width: 320px
}

.cookie_cr1 {}

.cookie_cr1 .div1 {
  font-size: 1.6rem
}

.cookie_cr1 .div2 {
  font-size: 1.4rem
}

.cookie_cr1 .div2 a:hover {
  text-decoration: underline
}

.cookie_cr1 .div3 {
  display: flex;
  justify-content: flex-end
}

.cloud__save__main {
  min-height: 180px;
  max-width: 360px;
  padding: 24px
}

.cloud__save__cr {}

.cloud__save__ct {}

.cloud_saving_top {
  margin-bottom: 18px
}

.cloud_save_fileheading {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 18px
}

.cloud_save_filename {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.cloud_saving_ct {
  height: 144px
}

.cloud_saving_ct_uploading {}

.cloud_saving_uploading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
  padding: 24px
}

.cloud_saving_per {
  font-size: 2.4rem;
  font-weight: 600
}

.cloud_saving_zip {}

.cloud_saving_ct_output {}

.cloud_saving_output {
  height: 144px;
  display: flex;
  justify-content: center;
  align-items: flex-end
}

.cloud_saving_nt_success {}

.cloud_saving_nt_failed {}

.cloud_saving_failed,
.cloud_saving_success {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center
}

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

.cloud_saving_icon svg {
  width: var(--svg_d12);
  height: var(--svg_d12)
}

.cloud_saving_suc_ic svg {
  fill: var(--svg_l_suc)
}

.cloud_saving_err_ic svg {
  fill: var(--svg_l_err)
}

@keyframes btn-bouncedelay {

  0%,
  80%,
  to {
    transform: scale(0)
  }

  40% {
    transform: scale(1)
  }
}

.pageprogress {
  position: absolute;
  width: 70%;
  height: 2px;
  top: 0;
  left: 0;
  background-color: var(--z__theme_bg);
  pointer-events: none;
  transition: width 0.4s ease-out 0s
}

.z__input {
  width: 100%;
  color: var(--z__primary_cr);
  border: 1px solid var(--z__primary_br);
  border-radius: 4px;
  padding: 0 6px;
  background: transparent;
  outline: none
}

.z__select,
.select_menu {
  width: 100%;
  outline: 0;
  border: 1px solid var(--z__primary_br);
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjJweCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjJweCIgZmlsbD0iIzAwNjdiOCI+PHBhdGggZD0iTTAgMGgyNHYyNEgwVjB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTcgMTBsNSA1IDUtNUg3eiIvPjwvc3ZnPg==") no-repeat;
  background-position: right 6px center;
  color: var(--z__primary_cr);
  background-color: var(--z__white_bg);
  font-size: 1.5rem;
  padding: 0 24px 0 12px;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-rendering: auto;
  border-radius: 4px
}

.z__select:focus,
.select_menu:focus {
  border: 1px solid var(--z__theme_br);
}

.toa_m {
  position: fixed;
  top: 100px;
  right: 30px;
  border-radius: 4px;
  background-color: var(--z__white_bg);
  padding: 20px 24px;
  overflow: hidden;
  transform: translateX(calc(100% + 30px));
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
  box-shadow: 0 0 3px rgba(121, 135, 178, .12), 0 6px 24px rgba(10, 34, 107, .08);
  z-index: 990
}

.toa_m.active {
  transform: translateX(0%)
}

.toa_i {}

.toa_cr {
  width: 280px
}

.toa_clo_cr {
  position: absolute;
  top: 6px;
  right: 10px
}

.btn_toa_clo svg {
  width: 20px;
  height: 20px;
  fill: var(--z__close_svg)
}

.btn_toa_clo:hover svg {
  fill: var(--z__close_svg_h)
}

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

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

.toa__icon_cr svg {
  width: 40px;
  height: 40px
}

.toa__message_cr {
  display: flex;
  flex-direction: column;
  margin: 0 12px
}

.toa__message_cr .heading {
  font-weight: 600
}

.toa__message_cr .description {
  font-size: 1.5rem
}

.toa__progress_m {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: #ddd
}

.toa__progress_m:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: var(--z__theme_bg)
}

.toa__progress_m.active:before {
  animation: toa__progress_m 5s linear forwards
}

@keyframes toa__progress_m {
  100% {
    right: 100%
  }
}

.sidebar__main {
  display: none;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.5s ease
}

.sidebar__cr {
  background-color: var(--z__white_bg);
  height: 100%;
  font-size: 1.6rem;
  left: -280px;
  outline: none;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  width: 80%;
  transform: translateX(0px);
  transition: transform 0.25s cubic-bezier(0.4, 0.0, 0.2, 1), visibility 0s linear 0s
}

.sidebar__main.active {
  display: block;
  background-color: rgba(9, 30, 66, 0.54)
}

.sidebar__cr.active {
  transform: translateX(280px)
}

.si__me__m {
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding: 24px 0
}

.si__me__cr {
  flex-grow: 1;
  overflow: scroll;
  overscroll-behavior: contain
}

.si__me__cr>ul,
.si__me__inner__cr>ul,
.si__me__inner__cr>ul>li>ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.si__me__btn {
  background: transparent;
  color: var(--z__primary_cr);
  justify-content: flex-start;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  border: 0;
  font-weight: 400;
  margin-bottom: 4px;
  transition: 0.5s ease
}

.si__me__btn:focus,
.si__me__btn:hover {
  background-color: var(--z__d_bg_h)
}

.si__me__btn__cr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%
}

.si__me__btn__cr>.menu_text {
  flex: 1;
  text-align: start;
  padding: 0 6px
}

.si__me__btn__cr>.menu_icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s
}

.si__me__btn__cr>.menu_icon svg {
  height: 20px;
  width: 20px;
  fill: var(--z__primary_svg)
}

.si__me__btn__cr>.menu_icon.active {
  transform: rotate(90deg)
}

.si__me__inner__cr {
  display: none;
  margin-left: 18px;
  transition: 0.5s ease;
  transition: display 0.8s ease;
  transition: transform 0.9s
}

.si__me__inner__cr.active {
  display: block
}

.si__me__inner__cr>ul>li>div {
  color: var(--z__primary_cr);
  font-weight: 600;
  font-size: 1.4rem;
  text-transform: uppercase;
  padding: 8px 12px;
  height: 40px;
  display: flex;
  align-items: center
}

.si__me__di__cr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 40px;
  position: relative;
  border-radius: 4px
}

.si__me__di__cr>.menu_icon {
  fill: var(--z__theme_svg);
  height: 24px;
  width: 24px;
  position: absolute;
  left: 12px
}

.si__me__di__cr>a {
  width: 100%;
  display: flex;
  height: 40px;
  align-items: center;
  color: var(--z__primary_cr);
  padding: 8px 8px 8px 48px;
  position: absolute;
  background: transparent
}

.si__me__di__cr:hover {
  background-color: var(--z__d_bg_h)
}

.si__me__fr {
  display: flex;
  flex-direction: column;
  padding: 0 24px;
  margin-top: 12px;
  gap: 12px
}

.side__m__btn {
  height: 40px;
  border-radius: 4px;
  font-size: 1.4rem
}

@media only screen and (min-width:768px) {
  .sidebar__cr {
    width: 320px
  }
}

@media only screen and (max-width:767px) {
  .sidebar__cr {
    width: 80%
  }
}

.form__group {
  height: 84px
}

.fm__group__lbl {}

.fm__group__value {
  margin-top: 12px
}

.z__select_height {
  height: 48px
}

.z__i__lbl {
  position: relative;
  display: inline-block;
  width: 100%
}

.z__i__lbl .z__i__title {
  position: absolute;
  left: 8px;
  color: #444;
  font-size: 1.6rem;
  user-select: none;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 8px;
  background-color: var(--z__i__title_bg);
  transition: top 0.2s, font-size 0.2s, color 0.2s;
  cursor: text
}

.z__i__lbl input:focus+.z__i__title,
.z__i__lbl input:not(:placeholder-shown)+.z__i__title {
  top: 0;
  font-size: 1.4rem;
  color: var(--z__primary_cr)
}

.z__i__lbl input:not(:focus)+.z__i__title {
  color: #888
}

.z__i__pd__in {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  top: 50%;
  right: 0;
  padding: 0 12px 0 6px;
  transform: translateY(-50%);
  transition: color 0.2s
}

.z__i__pd__in:hover {
  cursor: pointer
}

.z__pd__in__hide,
.z__pd__in__show {
  fill: #888;
  display: block;
  height: 20px;
  width: 20px
}

.z__pd__in__hide {
  display: none
}

.z__i__input {
  height: 48px;
  padding: 8px 16px
}

.z__i__input:focus {
  border: 2px solid var(--z__theme_br)
}

.z__i__input__pd {
  padding-right: 36px
}

.z__i__error {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  font-size: 1.3rem;
  color: #ff0000;
  margin-top: 2px
}

.z__i__error svg {
  width: 16px;
  height: 16px;
  fill: currentColor
}

.z__gap12 {
  grid-gap: 12px
}

.z__mb12 {
  margin-bottom: 12px
}

.z__mb6 {
  margin-bottom: 6px
}

.z__mt6 {
  margin-top: 6px
}

.z__btn__ {
  height: 40px;
  padding: 0 6px;
  min-width: 120px
}

.z__btn_lk {
  background: transparent;
  color: #0067b8;
  font-weight: 500;
  min-width: unset;
  box-shadow: none
}

.overflow__hidden {
  overflow: hidden
}

.z__link:hover {
  text-decoration: underline
}

.z__anchor:hover {
  transition: color 0.2s;
  color: var(--z__d_theme1_cr)
}

.btn__link {
  background: transparent;
  color: var(--z__theme_br);
  font-weight: 500;
  min-width: unset;
  box-shadow: none;
  border: none
}

.btn__link:hover {
  text-decoration: underline
}

.btn__str {
  background: transparent;
  color: var(--z__primary_cr);
  font-weight: 400;
  min-width: unset;
  box-shadow: rgba(9, 30, 66, 0.25) 0 1px 1px, rgba(9, 30, 66, 0.13) 0 0 1px 1px;
  padding: 4px 2px;
  border-radius: 4px
}

.btn__str:hover {
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0px, rgba(0, 103, 184, 0.72) 0 0 0 1px
}

.btn__str__dd {
  color: #999;
  cursor: default
}

.btn__str__dd:hover {
  box-shadow: rgba(9, 30, 66, 0.25) 0 1px 1px, rgba(9, 30, 66, 0.13) 0 0 1px 1px
}

.z__btn_spinner {
  height: 24px;
  max-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center
}

.z__btn_spinner>div {
  width: 12px;
  height: 12px;
  background-color: var(--z__d_white_bg);
  border-radius: 100%;
  display: inline-block;
  animation: btn-bouncedelay 1.4s infinite ease-in-out both;
  animation-delay: 0s
}

.z__btn_spinner .z__btn_bounce1 {
  animation-delay: -.32s
}

.z__btn_spinner .z__btn_bounce2 {
  animation-delay: -.16s
}

.LoadingSpinner>div {
  background-color: var(--z__theme_bg)
}

.z__btn_spinner_40 {
  height: 40px;
  max-width: 80px
}

.z__btn_spinner>.div1 {
  width: 24px;
  height: 24px;
  background-color: var(--z__theme_bg)
}

.z__spinner {
  height: 24px;
  max-width: 48px;
  display: flex;
  align-items: center;
  justify-content: center
}

.z__spinner>div {
  width: 12px;
  height: 12px;
  background-color: var(--z__d_white_bg);
  border-radius: 100%;
  display: inline-block;
  animation: btn-bouncedelay 1.4s infinite ease-in-out both;
  animation-delay: 0s
}

.z__spinner .z__bounce1 {
  animation-delay: -.32s
}

.z__spinner .z__bounce2 {
  animation-delay: -.16s
}

.sbtn__spinner {
  height: 24px;
  max-width: 48px
}

.z__spinner>.sbtn__spi {
  background-color: var(--z__d_white_bg);
  height: 12px;
  width: 12px
}

.sma__spinner {
  height: 24px;
  max-width: 48px
}

.z__spinner>.sma__spi {
  background-color: var(--z__theme_bg);
  height: 12px;
  width: 12px
}

.med__spinner {
  height: 30px;
  max-width: 72px
}

.z__spinner>.med__spi {
  background-color: var(--z__theme_bg);
  height: 18px;
  width: 18px
}

.big__spinner {
  height: 36px;
  max-width: 84px
}

.z__spinner>.big__spi {
  background-color: var(--z__theme_bg);
  width: 24px;
  height: 24px
}

.z__spinner>.spi__wh__bg {
  background-color: var(--z__d_white_bg)
}

.z__spinner>.spi__th__bg {
  background-color: var(--z__theme_bg)
}

.fusc__main {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002
}

.fusc__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.72) none repeat scroll 0 0
}

.fusc__cr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%
}

.fusc__ct {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

._btn__cr {
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 6px
}

._btn__ic {
  display: inline-flex;
  align-items: center
}

._btn__ic svg {
  width: 24px;
  height: 24px;
  fill: #fff
}

._btn__te {
  min-width: 0;
  display: flex;
  align-items: center;
  -moz-box-align: center
}

._btn__te>span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.ppup__main {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002
}

.ppup__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 30, 66, 0.54) none repeat scroll 0 0
}

.ppup__cr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.ppup__ct {
  background-color: var(--z__white_bg);
  padding: 36px;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(9, 30, 66, 0.08), 0 2px 1px rgba(9, 30, 66, 0.08), 0 0 20px -6px rgba(9, 30, 66, 0.31)
}

.ppup__cl__m {
  position: absolute;
  right: 10px;
  top: 8px
}

.ppup__cl__cr {}

.ppup__cl__btn {
  width: 30px;
  height: 30px;
  transition: background-color 0.1s linear, border-color 0.1s linear, color 0.1s linear
}

.ppup__cl__btn svg {
  height: 24px;
  width: 24px;
  fill: var(--z__close_svg)
}

.ppup__cl__btn:hover svg {
  fill: var(--z__close_svg_h)
}

.pp__co__main {
  width: 100%;
  width: 400px
}

.pp__co__cr {}

.pp__co__ct {}

.pp__co__hr {
  margin-bottom: 18px
}

.pp__hr__ct {}

.pp__co__ic {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px
}

.pp__co__ic svg {
  width: 48px;
  height: 48px;
  fill: #0067b8
}

.pp__co__he {
  margin-bottom: 12px;
  font-weight: 600
}

.pp__co__he h1 {
  font-size: 2.4rem
}

.pp__co__he h2 {
  font-size: 2.2rem
}

.pp__co__he h3 {
  font-size: 2rem
}

.pp__co__he h4 {
  font-size: 1.8rem
}

.pp__co__he h5 {
  font-size: 1.6rem
}

.pp__co__te {}

.pp__co__te p {
  margin: 0
}

.pp__co__by {
  padding-bottom: 24px
}

.pp__co__fr {}

.pp__fr__ct {
  display: flex;
  justify-content: flex-end;
  gap: 12px
}

.popup_m {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002
}

.popup_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 30, 66, 0.54) none repeat scroll 0 0
}

.popup_i {}

.popup_cr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.popup_cr1 {
  position: absolute;
  right: 8px;
  top: 6px
}

.popup_cr_clo_cr {}

.btn_popup_close {
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  transition: background-color 0.1s linear, border-color 0.1s linear, color 0.1s linear;
  border-radius: 50%
}

.btn_popup_close svg {
  height: 24px;
  width: 24px;
  fill: var(--z__close_svg)
}

.btn_popup_close:hover svg {
  fill: var(--z__close_svg_h)
}

.d_m {
  width: 100%;
  max-width: 100%;
  background-color: var(--z__white_bg);
  text-align: center;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(9, 30, 66, 0.08), 0 2px 1px rgba(9, 30, 66, 0.08), 0 0 20px -6px rgba(9, 30, 66, 0.31)
}

.d_i {}

.d_cr {
  display: flex;
  flex-direction: row;
  gap: 8px;
  min-width: 640px
}

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

.d_cr2 {
  flex: 3
}

.d_cr1_m {}

.d_cr1_cr {}

.d_cr1_hr {}

.d_cr1_by {
  font-size: 16px;
  margin: 8px 0
}

.d_cr2_m {
  text-align: left
}

.d_cr2_cr {}

.d_cr2_hr {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 12px
}

.d_cr2_by {
  font-size: 16px
}

@media (max-width:767px) {
  .d_m {
    max-height: 580px;
    overflow-y: scroll
  }

  .d_cr {
    min-width: 384px;
    flex-direction: column-reverse
  }
}

@media (max-width:499px) {
  .d_cr {
    min-width: 284px
  }
}

@media (max-width:399px) {
  .d_cr {
    min-width: 220px
  }
}

@media (max-width:349px) {
  .d_m {
    padding: 20px
  }

  .d_cr {
    min-width: 180px
  }
}

.snackbar_m {
  visibility: hidden;
  max-width: 300px;
  min-width: 300px;
  margin-left: -150px;
  background-color: var(--z__white_bg);
  color: var(--z__primary_cr);
  padding: 20px 16px;
  position: fixed;
  left: 50%;
  bottom: 30px;
  box-shadow: 0 0 3px rgba(121, 135, 178, .12), 0 6px 24px rgba(10, 34, 107, .08);
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  border: 1px solid var(--z__primary_br);
  z-index: 1005;
  border-radius: 8px
}

.snackbar_m.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s
}

.snackbar_cr {
  display: flex;
  justify-content: center;
  gap: 12px;
  font-size: 16px
}

.snackbar_cr .snackbar_icon {
  padding: 2px 0
}

.snackbar_message {}

.snackbar_h {
  font-weight: 500
}

.snackbar_des {}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0
  }

  to {
    bottom: 30px;
    opacity: 1
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0
  }

  to {
    bottom: 30px;
    opacity: 1
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1
  }

  to {
    bottom: 0;
    opacity: 0
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1
  }

  to {
    bottom: 0;
    opacity: 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
}

input[type=number] {
  -moz-appearance: textfield
}


.top_inner {}

.top_cr {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 18px;
}

.wo_m {
  flex: 3;
  width: 100%
}

.wo_i {}

.heading_m {
  text-align: center;
  margin: 0 0 10px;
  padding-top: 6px
}

.heading_i {}

.top_g_ads_m {
  text-align: center
}

top_g_ads_i {}

.wo_cr {}

.rig_ads_m {
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.gads_bottom_m {
  margin-top: 20px;
  text-align: center
}

.gads_bottom_i {
  display: flex;
  justify-content: space-between;
  gap: 12px
}

.top_cr1 {
  position: sticky;
  bottom: 0
}

@media (max-width:1049px) {
  .top_cr {
    margin-left: 0
  }
}

@media (max-width:850px) {
  .top_cr {
    flex-direction: column
  }

  .rig_ads_m {
    width: auto
  }

  .wo_cr_ads {
    display: none
  }
}

.top_g_ads_m,
.rig_ads_m,
.wo_cr_ads {
  display:
}

.sel_c_m {
  margin: 0 auto;
}

.sel_c_i {}

.sel_c_cr {
  box-shadow: rgba(50, 50, 93, 0.25) 0 6px 12px -2px, rgba(0, 0, 0, 0.3) 0 3px 7px -3px;
  box-shadow: 0 0 3px rgba(121, 135, 178, .12), 0 6px 24px rgba(10, 34, 107, .08);
  border: 0px solid var(--z__primary_br);
  padding: 16px;
  background-color: var(--sel_c_cr_bg);
}

.sel_c_cr1 {
  border: 2px solid #999;
  border-style: dashed;
  background-color: #c2ecee;
  background-color: var(--z__white_bg);
  min-height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 24px;
  cursor: pointer
}

.big_select_btn {
  height: 84px;
  width: auto;
  min-width: 340px;
  font-size: 28px;
  border-radius: 8px;
  color: var(--btn_cr);
  background-color: var(--z__theme_bg);
  box-shadow: rgba(50, 50, 93, 0.25) 0 6px 12px -2px, rgba(0, 0, 0, 0.3) 0 3px 7px -3px
}

.big_select_btn:hover {
  color: var(--btn_cr_h);
  background-color: var(--btn_bg_h)
}

.drop_file_cr {
  text-align: center;
  color: var(--z__secondary_cr)
}

@media (max-width:619px) {
  .big_select_btn {
    max-width: 220px
  }
}

@media (max-width:419px) {
  .big_select_btn {
    min-width: 220px;
    max-width: 220px
  }
}

.secure_m {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 6px
}

.secure_icon {
  display: inline-flex;
  align-items: center
}

.secure_icon svg {
  width: 18px;
  height: 18px;
  fill: var(--z__secondary_svg)
}

.secure_txt {
  font-size: 15px;
  color: var(--z__secondary_cr)
}

.rating_m {
  margin-top: 20px;
  margin-bottom: 120px;
}

.rating_cr {
  text-align: center
}

.rating_cr1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 6px;
}

.rating_cr1 .rating_text {
  font-size: 16px;
  font-weight: 600
}

.rating_cr1 .rating_stars {}

.rating_cr1 .rating_count {
  font-size: 16px
}

.ratebox {
  border: 0 solid;
  float: left;
  height: 46px;
  padding: 0 10px
}

.ratebox:not(:checked)>input {
  position: absolute;
  top: -9999px;
  display: none
}

.ratebox:not(:checked)>label {
  float: right;
  width: 30px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc
}

.ratebox:not(:checked)>label:before {
  content: 'â˜… '
}

.ratebox>input:checked~label {
  color: #ffc700
}

.ratebox:not(:checked)>label:hover,
.ratebox:not(:checked)>label:hover~label {
  color: #deb217
}

.ratebox>input:checked+label:hover,
.ratebox>input:checked+label:hover~label,
.ratebox>input:checked~label:hover,
.ratebox>input:checked~label:hover~label,
.ratebox>label:hover~input:checked~label {
  color: #c59b08
}

.rating_cr2 {}

.rating_cr2_m {
  max-width: 300px;
  margin: 0 auto
}

.rating_cr2_m .div1 {}

.rating_cr2_m .div1 textarea {
  width: 100%;
  color: #555;
  border: 1px solid var(--z__primary_br);
  font-size: 15px;
  line-height: 1.42857143;
  padding: 6px 8px;
  border-radius: 4px;
  resize: vertical
}

.rating_cr2_m .div2 {
  display: flex
}

.rating_cr2_m .div2 button {
  height: 32px;
  font-size: 16px;
  font-weight: 500
}

.rating_cr3 {}

.rating_cr3_m {
  max-width: 300px;
  margin: 0 auto
}

.rating_cr3_m .div1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px
}

@media (max-width:899px) {
  .rating_cr1 {
    flex-direction: column
  }
}

.fe__main {
  margin-bottom: 60px
}

.fe__cr {
  margin: 0 auto;
  max-width: 1440px;
  width: 84%
}

.fe_cr_cr {
  gap: 24px;
  flex-direction: column;
  display: flex;
  width: 100%
}

.fe_cr_row {
  gap: 30px;
  display: flex;
  margin: 0 auto
}

.fe_row_box {
  flex: 1 1 0;
  max-width: 344px;
  min-width: 128px
}

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

.fe_box_icon {
  text-align: center;
  margin-bottom: 6px
}

.fe_box_icon svg {
  width: 64px;
  height: 64px;
  fill: var(--z__theme_svg)
}

.fe_box_title {
  text-align: center
}

.fe_box_title h3 {
  font-size: 2.4rem
}

.fe_box_desc p {
  font-size: 16px;
  text-align: center
}

@media (max-width: 899px) {
  .fe__cr {
    width: 100%
  }

  .fe_cr_row {
    justify-content: center;
    flex-direction: column;
    display: flex
  }

  .fe_row_box {
    max-width: 100%
  }
}

.how__m {
  margin-bottom: 60px
}

.how__cr {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding: 60px 12px;
  border-radius: 8px;
  border: 1px solid var(--z__primary_br);
  margin: 0 auto;
  max-width: 1440px;
  width: 84%
}

.how__mg {
  flex: 1 0 40%
}

.how_mg_cr {
  padding: 48px 0;
  justify-content: center;
  display: flex
}

.how_mg_cr svg {
  height: 100px;
  width: 100px;
  fill: var(--z__theme_svg)
}

.how__ct {
  flex: 1 0 60%
}

.how_ct_cr {}

.how_ct_cr h2 {
  padding-left: 20px;
  font-size: 2.8rem;
  font-weight: 600
}

.how_ct_cr ol {
  font-size: 16px;
  font-weight: 400
}

.how_ct_cr ol li {
  padding: 6px 0
}

@media (max-width:899px) {
  .how__cr {
    gap: 48px;
    flex-direction: column;
    width: 100%
  }
}

.para_m {
  margin-bottom: 48px;
}

.para_cr {
  margin: 0 auto;
  max-width: 1440px;
  width: 84%;
}

.para_cr h2 {
  font-size: 24px;
  font-weight: 600
}

@media (max-width: 899px) {
  .para_cr {
    width: 100%;
  }
}

.horizontal_line {
  border-top: 1px solid var(--z__primary_br);
  height: 1px;
  margin-bottom: 40px;
}

.btn_back,
.btn_delete {}

.btn_back svg,
.btn_delete svg {
  width: 36px;
  height: 36px;
  fill: var(--z__theme_svg)
}

.btn_add_file__m svg,
.btn_delete_file__m svg {
  width: 54px;
  height: 54px;
  fill: var(--z__theme_svg)
}

.btn_delete_file__d svg {
  width: 48px;
  height: 48px;
  fill: var(--z__theme_svg)
}

.btn_add_file__m svg:hover,
.btn_back svg:hover,
.btn_delete svg:hover,
.btn_delete_file__d svg:hover,
.btn_delete_file__m svg:hover {
  fill: var(--btn_bg_h)
}

.btn_back_dis svg {
  fill: #696969
}

.btn_back_dis:hover {
  cursor: no-drop
}

.quota_m {
  margin-bottom: 10px
}

.quota_cr {
  height: 300px;
  border: 1px solid var(--z__primary_br);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 12px
}

.quota_div1 {
  margin-bottom: 12px
}

.quota_div2 {
  font-size: 24px;
  font-weight: 500;
  color: var(--z__primary_cr)
}

.quota_div3 {
  color: var(--z__secondary_cr)
}

.quota_div4 {
  margin-top: 12px
}

.quota_retry_btn {
  width: 120px;
  height: 40px;
  font-weight: 500
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

.table {
  width: 100%;
  max-width: 100%
}

.z__table>tbody>tr,
.z__table>tbody>tr,
.z__table>thead>tr,
.z__table>thead>tr {
  vertical-align: middle;
  border-bottom: 1px solid var(--z__primary_br);
  color: var(--z__primary_cr)
}

.z__table>thead>tr>th {
  text-align: left;
  font-weight: 600
}

.z__table>tbody>tr>td,
.z__table>thead>tr>th {
  padding: 12px
}

.z__table>tbody>tr:hover {
  background-color: var(--top_menu_hover)
}

.z__table>tbody>tr {
  height: 60px
}

@media (max-width:767px) {
  .z__table {
    min-width: 480px
  }
}

.faq_m {
  margin-bottom: 84px
}

.faq_i {}

.faq_cr {
  margin: 0 auto;
  padding: 36px 0;
  max-width: 1440px;
  width: 84%
}

.faq_cr h2 {
  font-size: 28px
}

.accordion {
  margin-top: 24px;
}

.accordion .accordion-item {
  border-bottom: 1px solid var(--z__primary_br)
}

.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid var(--z__primary_br)
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 16px 22px 16px 0;
  color: var(--z__primary_cr);
  font-size: 16px;
  font-weight: 400;
  border: none;
  background: none;
  outline: none
}

.accordion button:focus::after,
.accordion button:hover::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2
}

.accordion button .accordion-title {
  font-weight: 500;
  font-size: 18px;
  padding: 0
}

.accordion button .accordion-title:focus,
.accordion button .accordion-title:hover {
  cursor: pointer;
  color: var(--z__theme_cr) !important
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 0 solid;
  border-radius: 22px
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor
}

.accordion button[aria-expanded=true] h3 {
  color: var(--z__theme_cr)
}

.accordion button[aria-expanded=true] .icon::after {
  width: 0
}

.accordion button[aria-expanded=true]+.accordion-content {
  opacity: 1;
  max-height: 200px;
  transition: all 200ms linear;
  will-change: opacity, max-height
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height
}

.accordion .accordion-content p {
  font-weight: 400;
  font-size: 16px
}

@media (max-width: 899px) {
  .faq_cr {
    width: 100%
  }
}

@media (max-width: 599px) {
  .faq_cr {
    padding: 0
  }
}

.cust_m {
  background-color: var(--z__white_bg);
  border: 1px solid var(--z__primary_br);
  margin-bottom: 12px
}

.cust_i {}

.cust_cr {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  gap: 12px;
  padding: 8px
}

.cust__cr1 {}

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

.gif-preivew-main {
  border: 1px solid var(--z__primary_br);
  background-color: var(--z__white_bg);
  margin-bottom: 12px;
}

.gif-preivew-area-main {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  background-color: var(--z__white_bg);
  padding: 10px 0
}

.gif-setting-main {
  border: 1px solid var(--z__primary_br);
  border-radius: 8px;
  margin: 10px
}

.gif-setting-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  border: 0 solid
}

.gif-setting1 {
  border: 0 solid;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0
}

.setting-element-1 {
  width: 70px;
  padding: 0 10px;
}

.setting-element-2 {
  padding-left: 10px
}

.setting-element-3 {
  padding: 2px;
  width: 30px;
  color: var(--z__secondary_cr)
}

.setting-element-4 {
  padding: 0 10px
}

.setting-row-text {
  width: 60px;
  text-align: center;
  height: 40px;
}

@media (max-width:420px) {
  .gif-setting-row {
    display: block;
    min-width: 260px
  }

  .gif-setting1 {
    display: block
  }

  .setting-element-1,
  .setting-element-2,
  .setting-element-3 {
    display: inline-flex
  }

  .setting-element-4 {
    display: flex;
    justify-content: center;
    margin-top: 20px
  }
}

.fil_pre_m {
  min-height: 300px;
  height: auto;
  border: 1px solid var(--z__primary_br);
  border-bottom: none;
  text-align: center;
}

.fil_pre_i {}

.fil_pre_cr {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 0
}

@media (min-width:768px) {
  .sti_m {
    background-color: var(--z__white_bg);
    border: 2px solid var(--z__primary_br);
    position: sticky;
    bottom: 0;
    padding: 12px;
    z-index: 99
  }

  .sti_i {}

  .sti_cr {}

  .sti_cr1 {
    display: none
  }

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

  .sti_cr2_desk {
    display: flex;
    align-items: center;
    gap: 6px
  }
}

@media (max-width:767px) {
  .fil_pre_m {
    border-bottom: 1px solid var(--z__primary_br)
  }

  .sti_m {
    z-index: 99;
    border: none
  }

  .sti_cr1 {
    display: block;
    bottom: 90px;
    right: 16px;
    position: fixed;
    z-index: 98
  }

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

  .sti_cr2 {
    bottom: 25px;
    right: 16px;
    position: fixed;
    z-index: 98
  }

  .sti_cr2 ._hide {
    display: none
  }
}

.card_m {
  width: 210px;
  height: 280px;
  position: relative;
  margin: 6px;
  border: 1px solid var(--z__white_br);
  background-color: var(--z__white_bg);
  color: var(--z__primary_cr);
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(121, 135, 178, .12), 0 6px 24px rgba(10, 34, 107, .08);
  text-align: center
}

.card_m:hover {
  background-color: var(--z__white_bg);
  transition: 0.4s
}

.card_cr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%
}

.cc1 {
  position: absolute;
  top: 4px;
  right: 6px;
  left: 6px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 6px
}

.cc1 svg {
  pointer-events: none
}

.cc1_cr {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 6px
}

.cc1_fi__si {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  width: 86px
}

.__com_fn {
  width: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  font-size: 14px
}

.__com_fs {
  font-size: 14px;
  width: 82px
}

.card__btn {
  min-width: unset;
  width: 28px;
  height: 28px;
  background-color: var(--z__white_bg);
  border-radius: 100%;
  padding: 2px;
  box-shadow: 0 1px 2px 0 rgba(115, 115, 115, .6)
}

.card__btn svg {
  width: 20px;
  height: 20px;
  fill: var(--z__primary_svg)
}

.card__btn:hover {
  background-color: var(--z__theme_bg)
}

.card__btn:hover svg {
  fill: #fff
}

.cc2 {
  width: 90%;
  height: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.__com2 {
  position: absolute;
  top: 44px;
  height: 60%
}

.cc2_fi__sp>div {
  background-color: var(--z__theme_bg)
}

.cc2_fi__va {}

.cc2_loading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px
}

.cc2__loa_per {
  font-size: 30px;
  font-weight: 600
}

.cc2_fi__cr {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.cc2_fi__pr {
  max-width: 100%;
  max-height: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px
}

.cc2_fi__cr canvas {
  max-width: 100%;
  max-height: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px
}

.__img_pdf2 {
  border: 1px solid var(--z__primary_br);
  width: 128px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center
}

.cc3 {
  position: absolute;
  bottom: 6px;
  width: 100%
}

.__com_ns {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px
}

.__com_con {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px
}

.cc3_fi__do button {
  width: 80%;
  height: 30px;
  font-size: 14px;
  background-color: var(--color-theme);
  color: white;
  border-radius: 4px
}

.cc3_fi__do button:hover {
    background-color: var(--color-theme);
}

.cc3_fi__do button:active {
    background-color: var(--color-theme);
}

.cc3_fi__na {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 15px;
  padding: 4px 6px;
  width: 90%;
  margin: 0 auto
}

.cc3_pa__nu {
  font-size: 16px
}

.cc2_pa__cr {
  width: 100%
}

.cc2_pa__en {
  margin-top: 12px;
  margin-bottom: 12px
}

.cc2_pa__en input {
  width: 80%;
  height: 36px;
  border: 1px solid var(--z__primary_br);
  border-radius: 4px;
  font-size: 15px;
  text-align: center;
  outline: 0;
  padding: 0 6px;
  margin-bottom: 10px;
  background: transparent
}

.cc2_pa__en button {
  width: 60%;
  background-color: var(--z__theme_bg);
  color: var(--btn_cr);
  padding: 6px 8px;
  font-size: 15px;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  outline: 0
}

.cc1__flex_end {
  justify-content: flex-end
}

@media (max-width:991px) {
  .card_m {
    width: 240px;
    height: 320px
  }

  .__com_fn {
    width: 50px;
    font-size: 16px
  }

  .cc1_fi__si {
    font-size: 16px;
    width: 92px
  }

  .cc2_pa__en input {
    font-size: 16px
  }

  .cc2_pa__en button {
    font-size: 16px
  }

  .cc3 {
    bottom: 12px
  }

  .__com_con,
  .__com_ns {
    font-size: 16px;
    margin-bottom: 8px
  }

  .cc3_fi__do button {
    height: 32px;
    font-size: 16px
  }

  .cc3_fi__na,
  .cc3_pa__nu {
    font-size: 16px
  }
}

.load_m {
  margin-bottom: 40px
}

.load_i {}

.load_cr {}

.load_cr .load_main {
  height: 380px;
  text-align: center;
  color: var(--z__primary_cr);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px
}

.load_main .load_icon {}

.load_main .load_heading {
  font-size: 32px
}

.load_main .load_text {}

.fin_m {
  text-align: center;
  margin-bottom: 60px
}

.fin_i {}

.fin_cr {}

.fin_cr1 {
  font-size: 24px;
  margin: 0 0 30px 0;
  font-weight: 500
}

.fin_cr2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 12px;
  position: relative
}

.btn_download_big {
  min-width: 320px;
  height: 72px;
  font-size: 22px
}

@media (max-width:479px) {
  .fin_m {
    margin-bottom: 72px;
  }

  .btn_download_big {
    width: 70% !important;
    min-width: 70% !important
  }

  .btn_back {
    position: absolute;
    top: 90px;
    left: 15%
  }

  .btn_delete {
    position: absolute;
    top: 90px;
    right: 15%
  }
}

.out_pre_m {
  margin-bottom: 24px;
  padding: 8px 0;
  border: 0 solid var(--z__primary_br);
  text-align: center
}

.out_pre_cr {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 0
}

.final_scr_pre_cr {
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}

.image-preview-container {
  width: 250px;
  height: 180px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--z__primary_br)
}

.image-preview-display {
  max-width: 100%;
  max-height: 100%
}

.rating_fin_main {
  padding: 20px 30px
}

.rating_fin_cr {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
  min-width: 320px
}

.rating_fin_cr1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column
}

.rating_now_text {
  font-size: 16px;
  font-weight: 600
}

.rating_stars {}

.rating_count {
  font-size: 16px
}

.rating_fin_cr2 {
  width: 100%
}

.rating_feedback_m {}

.rating_feedback_m .div1 {
  margin: 10px 0
}

.rating_feedback_m .div1 textarea {
  width: 100%;
  height: 100px;
  color: #555;
  border: 1px solid var(--z__primary_br);
  font-size: 15px;
  line-height: 1.42857143;
  padding: 6px 8px;
  border-radius: 4px;
  resize: vertical
}

.rating_feedback_m .div2 {
  display: flex
}

.rating_feedback_m .div2 button {
  height: 32px;
  font-size: 16px;
  font-weight: 500
}

.rating_fin_cr3 {}

.rating_thank_m {}

.rating_thank_m .div1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px
}

.rating_clo_cr {
  position: absolute;
  top: 6px;
  right: 10px
}

.btn_rat_clo svg {
  width: 20px;
  height: 20px;
  fill: var(--z__close_svg)
}

.btn_rat_clo:hover svg {
  fill: var(--z__close_svg_h)
}

@media (max-width: 419px) {
  .rating_fin_cr {
    min-width: 240px;
  }
}

@media (max-width: 349px) {
  .rating_fin_cr {
    min-width: 200px;
  }
}

.do_sh_m {
  background-color: var(--z__white_bg);
  padding: 40px 32px;
  max-width: 780px;
  margin: 0 auto;
  box-shadow: 0 0 3px rgba(121, 135, 178, .12), 0 6px 24px rgba(10, 34, 107, .08);
  border-radius: 8px
}

.do_sh_i {}

.do_sh_cr {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 32px
}

.do_sh_first {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
  background-color: var(--z__secondary_bg);
  padding: 12px;
  border-radius: 8px;
  flex: 2
}

.do_sh_second {
  border: 1px solid var(--z__primary_br);
  border-radius: 8px;
  padding: 12px;
  flex: 2;
  display: flex;
  justify-content: center;
  align-items: center
}

.do_text_cr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px
}

.sh_text_cr {
  color: var(--z__secondary_cr);
  padding: 0 12px
}

.do_text_cr h4,
.sh_text_cr h4 {
  font-size: 20px
}

.sh_text_cr span {
  font-size: 16px
}

.sh_icon_cr {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px
}

.sh_icon_cr:hover {
  cursor: pointer
}

@media (max-width:767px) {
  .do_sh_cr {
    flex-direction: column
  }
}