@charset "UTF-8";
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: 'NotoSansjp';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansjp-Regular.woff") format("woff"), url("../fonts/notosanscp_regular.eot") format("eot");
  font-display: swap; }

@font-face {
  font-family: 'NotoSansjp';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansjp-Medium.otf") format("woff"), url("../fonts/notosansjp_Medium.eot") format("eot");
  font-display: swap; }

@font-face {
  font-family: 'NotoSansjp';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansjp-Bold.woff") format("woff"), url("../fonts/notosansjp-bold.eot") format("eot");
  font-display: swap; }

body, html {
  font-family: 'NotoSansjp', "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #2b2b2b; }

#main {
  overflow: hidden; }

p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0; }

a {
  color: #2b2b2b; }

a:hover {
  color: #6c757d;
  text-decoration: none;
  outline: none; }

/*--------------------------------------------------------------
# Global Styles
--------------------------------------------------------------*/
.main-container .page-title {
  color: #00B2D0;
  font-size: 28px; }

@media (max-width: 767px) {
  .main-container .page-title {
    font-size: 24px; }
  .main-container .header .custom-button {
    font-size: 14px;
    min-width: unset;
    padding: 8px 12px; } }

/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
.btn.focus, .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.b_read {
  border: 1px solid #00b2d0;
  border-radius: 50px;
  color: #00b2d0;
  max-width: 250px;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.b_read:hover {
  border: 1px solid #00b2d0;
  border-radius: 50px;
  color: #fff;
  background: #00b2d0; }

/*--------------------------------------------------------------
# Background
--------------------------------------------------------------*/
.pt50 {
  padding-top: 50px; }

.pb100 {
  padding-bottom: 100px; }

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff; }

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #3fbbc0;
  border-top-color: #ecf8f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite; }

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999; }

.back-to-top i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.back-to-top i:hover {
  background: #444;
  color: #fff; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
h1 {
  margin-bottom: 0; }

#header, #header_min {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 997;
  padding: 0;
  background-color: #fff; }

#header.header-scrolled, #header_min.header-scrolled {
  background: #fff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); }

#header .logo, #header_wh .logo, #header_min .logo {
  width: 154px;
  height: auto; }

#header_wh {
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 997;
  padding: 0;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); }

@media (max-width: 991px) {
  #header .logo, #header_wh .logo, #header_min .logo {
    width: 120px;
    height: auto; }
  #header .container, #header_wh .container, #header_min .container {
    max-width: none; } }

@media (max-width: 575px) {
  #header, #header_min {
    padding: 0; }
  #header .logo, #header_wh .logo, #header_min .logo {
    width: 100px;
    height: auto; }
  #header .container, #header_wh .container, #header_min .container {
    max-width: none; } }

#header li.active a {
  color: #00B2D0;
  font-weight: bold; }

@media (min-width: 1540px) {
  #header .container {
    max-width: 1840px !important; }
  #header .main-menu li {
    padding: 10px 16px !important; } }

@media (min-width: 1200px) and (max-width: 1539px) {
  #header .container {
    max-width: 1440px !important; }
  #header .main-menu li {
    padding: 10px 12px !important; } }

@media (min-width: 992px) {
  #header .container {
    max-width: 1140px; }
  #header .main-menu li {
    padding: 10px 8px; } }

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-toggler:hover {
  background-color: white; }

/* Responsive navigation styles */
@media (max-width: 991.98px) {
  #navbarSupportedContent {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    padding: 10px;
    position: absolute;
    z-index: 999999;
    width: 100%;
    background: white;
    bottom: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  .nav-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .nav-menu li {
    position: relative;
    padding: 8px !important; }
  /* Notice notification icon positioning for mobile */
  .notice-menu .noti {
    position: absolute;
    top: -20px;
    left: 55px;
    z-index: 10; }
  .navbar-header {
    justify-self: flex-start;
    margin-top: 20px !important; }
  /* Search menu styling */
  .search-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .search-menu input {
    display: block !important;
    width: 100%;
    max-width: 300px;
    position: unset !important; }
  .search-menu a {
    display: none !important; }
  /* User menu styling */
  .user-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .user-menu .dropdown-menu {
      position: unset !important;
      display: block !important;
      padding: 0 !important;
      margin-top: -20px !important; }
      .user-menu .dropdown-menu li a {
        padding: 0 !important; }
    .user-menu #user-icon {
      display: none !important; } }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .nav-menu ul i {
    font-size: 20px; }
  .nav-menu ul .user-menu {
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .nav-menu ul .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: -230%;
    background-color: #fff;
    border: 1px solid #ccc;
    list-style: none;
    padding: 10px;
    margin: 0;
    display: none;
    text-align: center; }
  .nav-menu ul .dropdown-menu li {
    margin: 0;
    padding: 0; }
  .nav-menu ul .dropdown-menu li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333; }
  .nav-menu ul .dropdown-menu li a:hover {
    background-color: #f0f0f0; }
  .nav-menu ul .search-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .nav-menu ul #search-input {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 200px;
    padding: 5px;
    border: 1px solid #00B2D0;
    border-radius: 8px;
    outline: none;
    display: none;
    margin-right: 5px; }
  .nav-menu ul #search-input:focus {
    border-color: #00B2D0; }
  .nav-menu ul #search-input::-webkit-input-placeholder {
    color: #bbb;
    font-size: 14px; }
  .nav-menu ul #search-input::-moz-placeholder {
    color: #bbb;
    font-size: 14px; }
  .nav-menu ul #search-input:-ms-input-placeholder {
    color: #bbb;
    font-size: 14px; }
  .nav-menu ul #search-input::-ms-input-placeholder {
    color: #bbb;
    font-size: 14px; }
  .nav-menu ul #search-input::placeholder {
    color: #bbb;
    font-size: 14px; }
  .nav-menu ul .fas.fa-search {
    cursor: pointer; }

.nav-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px; }

.nav-menu a {
  display: block;
  position: relative;
  color: #2b2b2b;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 2px;
  font-family: sans-serif;
  text-transform: uppercase;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  font-weight: 600; }

.nav-menu a:after {
  position: absolute;
  bottom: 0;
  left: 0%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #2b2b2b;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s; }

.nav-menu a:hover:after {
  width: 100%;
  color: #2b2b2b; }

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 15px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible; }

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative; }

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #2b2b2b; }

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #214981; }

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px; }

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px); }

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%; }

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px; }

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px; }

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%; }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%; }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d"; } }

.sp_logo {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: -webkit-transform 1.5s;
  transition: -webkit-transform 1.5s;
  transition: transform 1.5s;
  transition: transform 1.5s, -webkit-transform 1.5s;
  -webkit-transform: translate(400px);
          transform: translate(400px); }

.sp_logo img {
  display: none; }

/*--------------------------------------------------------------
# New VMV 2022
--------------------------------------------------------------*/
.main_column.content {
  margin: 60px auto 60px;
  padding-left: 100px !important;
  padding-right: 100px !important; }

.main_column.notification {
  max-width: -webkit-max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
  margin: 60px auto 60px; }

.main_column.link {
  margin: 80px auto 140px;
  max-width: 960px;
  padding: 0 5%;
  text-align: left; }

.main_column .box {
  margin: 5px;
  width: 150px;
  height: 115px;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border-radius: 5px;
  background-color: #00B2D0; }

.main_column .link-box {
  margin: 5px;
  width: 150px;
  height: 150px;
  text-align: center;
  color: #fff;
  border-radius: 5px; }

.link-box img {
  width: 100px;
  height: 100px;
  padding-top: 10px; }

.main_column .link {
  width: 150px;
  padding-top: 15px;
  text-align: center;
  color: #fff; }

.vmv_area h3 {
  border: none;
  padding: 0;
  font-size: 20px;
  font-family: soleil,sans-serif;
  font-weight: 600;
  color: #00b2d0; }

.vmv_area p {
  line-height: 2em;
  font-family: dnp-shuei-gothic-gin-std,sans-serif;
  font-size: 25px;
  font-weight: 800;
  padding-bottom: 75px; }

.notification .text_area {
  line-height: 2em;
  font-family: dnp-shuei-gothic-gin-std,sans-serif;
  font-size: 18px;
  font-weight: 500; }

.notification .banner {
  margin: 55px auto 0;
  padding: 10px;
  border-radius: 30px;
  max-width: 220px;
  color: #ffffff;
  background: #00b2d0;
  text-align: center; }

.noti {
  width: 36px;
  height: 36px;
  background-image: url("../images/svg/new_icon.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -25px;
  top: -20px; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000;
  text-align: center;
  padding: 150px 0 100px 0; }

#footer .footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#footer .footer-info a {
  position: relative;
  color: #c0c0c0;
  font-size: 12px;
  padding: 0 50px; }

#footer .footer-info a:first-of-type {
  padding-left: 0; }

#footer .footer-info a:last-of-type {
  padding-right: 0; }

#footer .footer-info a:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #c0c0c0;
  position: absolute;
  top: 0;
  right: 0; }

#footer .footer-info a:last-of-type:after {
  display: none; }

#footer .copyright {
  margin-top: 30px;
  font-size: 14px;
  color: #c0c0c0; }

@media (max-width: 768px) {
  #footer .footer-info a {
    padding: 0 30px; } }

@media (max-width: 575px) {
  #footer {
    padding: 60px 0; }
  #footer .footer-info a {
    padding: 0 15px;
    line-height: 19px; }
  #footer .copyright {
    font-size: 12px;
    margin-top: 15px; } }

@media (max-width: 575px) {
  #footer .footer-info a {
    padding: 0 10px;
    font-size: 10px; } }

/*--------------------------------------------------------------
  Sub Footer
--------------------------------------------------------------*/
.sub_footer {
  background: #29292a;
  padding: 50px 0; }

.sub_footer p {
  color: #fff;
  margin: 25px 0 40px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300; }

@media (max-width: 575px) {
  .sub_footer p {
    margin: 10px 0 20px 0;
    font-size: 13px;
    line-height: 21px; } }

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  width: 100%;
  overflow: hidden; }

.page-header.white_header, .page-header .white_header {
  padding-top: 125px; }

.page-header .page-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px; }

.page-header .page-caption p:first-of-type {
  position: relative;
  color: #fff;
  font-family: sans-serif;
  font-size: 32px;
  line-height: 46px;
  letter-spacing: 2.4px;
  padding-right: 40px; }

.page-header .page-caption p:first-of-type:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0; }

.page-header .page-caption p:last-of-type {
  color: #fff;
  font-size: 24px;
  padding-left: 40px; }

@media (max-width: 991px) {
  .page-header .partner_container {
    max-width: 991px; } }

@media (max-width: 768px) {
  .page-header.white_header, .page-header .white_header {
    padding-top: 111px; } }

@media (max-width: 575px) {
  .page-header .sp_white_header {
    padding-top: 111px; }
  .page-header .page-caption {
    margin-bottom: 10px; }
  .page-header .page-caption p:first-of-type {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1.96px;
    padding-right: 15px; }
  .page-header .page-caption p:last-of-type {
    font-size: 16px;
    padding-left: 15px; } }

/*--------------------------------------------------------------
  Popup Modal
--------------------------------------------------------------*/
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%; }

body {
  font-family: 'Inter', sans-serif; }

.wrap {
  margin: 10%; }
  @media (max-width: 575px) {
    .wrap {
      margin-top: 120px !important; } }

.wrap-user-form {
  width: 50%;
  margin: 160px auto;
  padding: 60px;
  background-color: #FFFFFF;
  border-radius: 16px;
  border: 1px solid #f5f5f5;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.1); }
  .wrap-user-form .page-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
    color: #474C59; }
  .wrap-user-form label {
    display: block;
    margin: 10px 0 5px;
    font-size: 14px;
    font-weight: 600;
    color: #474C59; }
  .wrap-user-form input, .wrap-user-form select {
    width: 100%;
    padding: 12px;
    margin-bottom: 18px;
    border-radius: 8px;
    border: 1px solid #C0C0C0;
    background-color: #F3F6FF;
    font-size: 14px; }
  .wrap-user-form input::-webkit-input-placeholder {
    color: #C0C0C0;
    font-size: 12px;
    opacity: 1; }
  .wrap-user-form input::-moz-placeholder {
    color: #C0C0C0;
    font-size: 12px;
    opacity: 1; }
  .wrap-user-form input:-ms-input-placeholder {
    color: #C0C0C0;
    font-size: 12px;
    opacity: 1; }
  .wrap-user-form input::-ms-input-placeholder {
    color: #C0C0C0;
    font-size: 12px;
    opacity: 1; }
  .wrap-user-form input::placeholder {
    color: #C0C0C0;
    font-size: 12px;
    opacity: 1; }
  .wrap-user-form button {
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600; }
  .wrap-user-form .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px; }
    .wrap-user-form .btn-group .custom-outline-button {
      margin-right: 20px;
      display: inline-block;
      color: #00B2D0;
      background-color: #fff;
      border: 1px solid #00B2D0;
      border-radius: 8px;
      padding: 10px;
      text-decoration: none;
      text-align: center;
      min-width: 150px;
      cursor: pointer; }
    .wrap-user-form .btn-group .custom-outline-button:hover {
      background-color: #00B2D0;
      border: 1px solid #ccc;
      color: #fff; }
    .wrap-user-form .btn-group .custom-button {
      display: inline-block;
      color: #fff;
      background-color: #00B2D0;
      border: 0px solid #ccc;
      border-radius: 8px;
      padding: 10px;
      text-decoration: none;
      text-align: center;
      min-width: 150px;
      cursor: pointer; }
    .wrap-user-form .btn-group .custom-button:hover {
      background-color: #10cae9;
      color: #fff; }
  .wrap-user-form button:hover {
    background-color: #007a99; }
  .wrap-user-form .error-message {
    background-color: #ffdddd;
    padding: 10px;
    margin-bottom: 15px;
    border-left: 5px solid #f44336; }
  .wrap-user-form .password-container {
    position: relative; }
  .wrap-user-form .toggle-password {
    position: absolute;
    top: 50%;
    right: 2%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer; }
  .wrap-user-form .toggle-password i {
    font-size: 16px;
    color: #CCCCCC; }

@media (max-width: 1200px) {
  .wrap-user-form {
    width: 70%; } }

@media (max-width: 768px) {
  .wrap-user-form {
    width: 90%;
    margin: 120px auto; }
  input, select {
    width: 100%; }
  .toggle-password {
    right: 2%; } }

@media (max-width: 400px) {
  .wrap-user-form {
    padding: 40px; }
    .wrap-user-form .btn-group {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      .wrap-user-form .btn-group .custom-outline-button {
        margin-top: 20px;
        margin-right: unset; } }

button:focus {
  outline: 1px dotted; }

.custom-outline-button {
  display: inline-block;
  color: #00B2D0;
  background-color: #fff;
  border: 1px solid #00B2D0;
  border-radius: 8px;
  padding: 9px;
  text-decoration: none;
  text-align: center;
  min-width: 150px;
  cursor: pointer; }

.custom-outline-button:hover {
  background-color: #00B2D0;
  border: 1px solid #ccc;
  color: #fff; }

.custom-button {
  display: inline-block;
  color: #fff;
  background-color: #00B2D0;
  border: 0px solid #ccc;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  min-width: 150px;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 600; }

.custom-button:hover {
  background-color: #10cae9;
  color: #fff; }

ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  unicode-bidi: -webkit-isolate;
  unicode-bidi: -moz-isolate;
  unicode-bidi: isolate; }

.products-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px; }

.notifications-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px; }

.main-content .header-text {
  text-align: center; }

.table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

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

.products-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px; }

.notifications-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px; }

.products-table td, th {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  font-size: 14px;
  color: #252525;
  padding: 12px 15px;
  text-align: left; }

.notifications-table td, th {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  font-size: 14px;
  color: #252525;
  padding: 12px 15px;
  text-align: left; }

.products-content-search {
  background: #fff;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px; }

.products-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px; }

.products-input-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.products-form-options {
  text-align: center; }

.form-row-left, .form-row-right {
  width: 48%; }

td input[type="text"], input[type="textarea"] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.btn-search {
  background-color: #007bff;
  color: white;
  padding: 5px 27px !important; }

.btn-reset {
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc !important; }

.button-group button {
  padding: 5px 12px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer; }

.first-input-row.custom-select {
  border: 1px solid #000000; }

.first-input-row {
  margin-bottom: 10px; }

.action-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.action-buttons .custom-outline-button {
  padding: 0px 12px;
  font-size: 13px;
  font-weight: 600;
  min-width: 55px; }

.custom-outline-button {
  display: inline-block;
  color: #00B2D0;
  background-color: #fff;
  border: 1px solid #00B2D0;
  border-radius: 8px;
  padding: 9px;
  text-decoration: none;
  text-align: center;
  min-width: 150px;
  cursor: pointer; }

.delete-button {
  color: red;
  cursor: pointer;
  font-size: 18px; }

.form-table-wrapper {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden; }

.form-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0; }

.form-control input {
  width: 100%;
  padding: 6px 12px;
  border: 1px solid #ddd;
  background-color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.radio-group-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.radio-group-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* xếp các radio thành cột */ }

tr {
  display: table-row;
  vertical-align: inherit;
  unicode-bidi: -webkit-isolate;
  unicode-bidi: -moz-isolate;
  unicode-bidi: isolate;
  border-color: inherit; }

td {
  display: table-cell;
  vertical-align: inherit;
  unicode-bidi: -webkit-isolate;
  unicode-bidi: -moz-isolate;
  unicode-bidi: isolate; }

.form-table tr {
  border-bottom: 1px solid #ddd; }

.btn-primary {
  background-color: #00B2D0;
  color: white; }

.btn-secondary {
  min-width: 100px;
  background-color: #6c757d;
  color: white; }

.lbl-required {
  color: red; }

@media only screen and (min-width: 751px) {
  .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 160px; } }

@media only screen and (min-width: 751px) {
  .inner {
    width: 100%; } }

@media only screen and (min-width: 751px) {
  .inner .side-nav {
    min-width: 250px; }
  .inner .product-list {
    width: 100%; }
  .inner .product-main {
    width: 100%; } }

.inner .product-main ul {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #55afcc;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  gap: 1rem .4rem; }

.inner .product-main ul a {
  color: #55afcc; }

.custom-input-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.custom-input-prepend {
  position: absolute;
  left: 12px;
  color: #666;
  font-size: 14px;
  z-index: 1;
  pointer-events: none; }

.custom-input-prepend-control {
  padding-left: 24px !important; }

/*--------------------------------------------------------------
# Related Products Card Styling
--------------------------------------------------------------*/
.relatedItem .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0;
  /* Adjust for gap */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* Ensure full width */
  gap: 15px;
  /* Adjust spacing between cards */ }

/*--------------------------------------------------------------
# Product Form
--------------------------------------------------------------*/
.product-form .table {
  margin-bottom: 0; }

.page-header {
  margin-bottom: 30px;
  padding-bottom: 10px;
  text-align: center; }

.page-header h1 {
  color: #00B2D0;
  font-size: 28px;
  margin: 0; }

.form-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0; }

.form-table tr {
  border-bottom: 1px solid #ddd; }

.form-table tr:last-child {
  border-bottom: none; }

.form-label {
  background-color: #EDEDED;
  padding: 15px;
  border-right: 1px solid #ddd;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  width: 170px;
  vertical-align: middle;
  white-space: nowrap; }

.form-label.required::after {
  content: ""; }

.form-input {
  padding: 15px;
  background-color: #fff;
  vertical-align: top;
  font-size: 14px; }

.form-control {
  width: 100%;
  padding: 6px 12px;
  border: 1px solid #C0C0C0;
  color: #2b2b2b !important;
  font-size: 14px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px; }

.form-control:focus {
  outline: none;
  border-color: #00B2D0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 178, 208, 0.2);
          box-shadow: 0 0 0 2px rgba(0, 178, 208, 0.2); }

.price-input-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.currency-symbol {
  position: absolute;
  left: 12px;
  color: #666;
  font-size: 14px;
  z-index: 1;
  pointer-events: none; }

.price-input {
  padding-left: 24px !important; }

.textarea-field {
  min-height: 80px;
  resize: vertical; }

.radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 14px;
  cursor: pointer; }

.radio-label input[type="radio"] {
  margin: 0;
  width: 16px;
  height: 16px;
  accent-color: #00B2D0;
  cursor: pointer; }

/* Custom radio button styling for better browser compatibility */
.radio-label input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #ddd;
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
  position: relative;
  margin: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.radio-label input[type="radio"]:hover {
  border-color: #00B2D0; }

.radio-label input[type="radio"]:checked {
  border-color: #00B2D0;
  background-color: #00B2D0; }

.form-actions {
  padding: 20px;
  text-align: center; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.alert ul {
  margin: 0;
  padding-left: 20px; }

.alert li {
  margin-bottom: 5px; }

.btn {
  margin: 0 5px;
  font-size: 14px !important; }

/* Mobile responsive - Full width display */
@media (max-width: 768px) {
  .form-table tr {
    display: block; }
  .form-label,
  .form-input {
    display: block;
    width: 100% !important;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .radio-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px; }
  .btn {
    width: 100%;
    margin: 5px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  input[type=radio] {
    width: unset; } }

@media (min-width: 992px) {
  .product-main {
    width: 90%;
    justify-self: center; } }

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar-nav {
  min-width: 250px;
  left: 0;
  height: 100%;
  background-color: #EDEDED;
  padding: 20px 0;
  z-index: 1000;
  overflow-y: auto;
  border: 1px solid #e0e0e0; }

.sidebar-menu {
  padding: 0 15px; }

.sidebar-title {
  font-size: 18px;
  margin-bottom: 15px;
  color: #000000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

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

.sidebar-menu-list li {
  margin-bottom: 8px; }

.sidebar-menu-list li a {
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 8px 0;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px; }

.sidebar-menu-list li a:hover {
  color: #FFFFFF;
  background-color: #55afcc;
  padding-left: 5px;
  border-radius: 16px; }

.sidebar-menu-list li.active > a {
  color: #FFFFFF;
  background-color: #55afcc;
  padding-left: 5px;
  border-radius: 16px; }

/* Dropdown styles */
.dropdown-menu-item {
  position: relative; }

.dropdown-menu-item.active > .cat-dropdown-toggle {
  color: #FFFFFF;
  background-color: #55afcc;
  padding-left: 5px;
  border-radius: 10px; }

.dropdown-menu-item.active > .cat-dropdown-toggle:hover {
  background-color: #55afcc; }

.cat-dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  gap: 8px; }

.dropdown-arrow {
  font-size: 14px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  min-width: 12px; }

.dropdown-submenu {
  display: none;
  list-style-type: disc;
  margin: 5px 0 0 0;
  max-height: none;
  overflow-y: visible; }

.dropdown-submenu li {
  margin-bottom: 4px;
  border-bottom: none;
  /* Remove border */ }

.dropdown-submenu li:last-child {
  border-bottom: none; }

.dropdown-submenu li.active-product > a {
  color: #FFFFFF !important;
  background-color: #55afcc !important;
  border-radius: 16px !important;
  padding-left: 8px !important; }

.dropdown-submenu li.active-product > a:hover {
  background-color: #55afcc !important; }

.dropdown-submenu li a {
  padding: 4px;
  font-size: 14px;
  color: #000000 !important;
  border-radius: 0;
  display: block;
  font-weight: normal !important; }

.dropdown-submenu li a:hover {
  color: #FFFFFF !important;
  background-color: #55afcc;
  border-radius: 16px;
  padding-left: 8px; }

/* Product name truncation */
.sidebar-nav .product-name {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
  /* Adjust for padding */ }

.no-products {
  padding: 4px 8px;
  font-size: 13px;
  color: #999;
  font-style: italic;
  list-style: none; }

.main-container {
  padding-top: 180px;
  padding-bottom: 180px; }

@media (max-width: 991.98px) {
  .main-container {
    padding-top: 90px;
    padding-bottom: 90px; }
  .product-main {
    padding-top: 20px; }
  .notification-main {
    padding-top: 20px; } }

@media (min-width: 768px) {
  .sidebar-nav {
    position: fixed;
    z-index: 1; }
  .product-name {
    max-width: calc(100vw - 120px); } }

/*--------------------------------------------------------------
# Notification Styles - Form Create/Edit
--------------------------------------------------------------*/
.notification-form .form-label {
  width: 100px;
  margin-right: 15px;
  background: transparent;
  border: none;
  font-weight: 400;
  padding: 0;
  font-size: 16px; }

.notification-form .form-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0; }

.notification-form .wp-editor-tabs button {
  border-radius: 0;
  font-weight: 400; }

hr {
  margin: 0px; }

.main_column .content {
  margin: 180px auto 140px;
  padding-left: 100px !important;
  padding-right: 100px !important;
  padding: 0;
  text-align: left; }

.header {
  color: #00B2D0;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px; }

.header-button {
  color: #00B2D0; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 575px) {
  .form-row {
    display: block !important; }
  .form-label {
    margin-right: unset !important; } }

.wp-editor-container textarea.wp-editor-area {
  border-radius: 4px; }

/*--------------------------------------------------------------
# Notification Styles - List View
--------------------------------------------------------------*/
.notification .result-text {
  color: #000000;
  font-size: 20px;
  margin-bottom: 15px; }

.notification .noti_area {
  padding: 0 10%; }

.notification .title {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0; }

.created_at {
  width: 90px;
  min-width: 90px;
  color: #878686;
  font-size: 14px; }

.btn_group {
  width: 80px;
  min-width: 80px;
  padding-top: 0 !important; }

.table-view-list {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
  margin: 20px 0;
  table-layout: fixed; }

.table-view-list th,
.table-view-list td {
  padding: 10px;
  border: 0;
  text-align: left;
  font-size: 14px;
  color: #252525;
  vertical-align: bottom;
  background-color: transparent; }

.pagination {
  margin: 20px 0;
  text-align: center;
  font-weight: bold; }

.pagination a {
  padding: 5px 15px;
  margin: 0 5px;
  color: #111;
  text-decoration: none; }

.pagination a:hover {
  color: #00B2D0; }

.pagination .current {
  padding: 5px 15px;
  margin: 0 5px;
  color: #00B2D0; }

.header {
  color: #00B2D0;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px; }

.header-button {
  color: #00B2D0; }

/* Delete Confirmation Popup */
.delete-popup {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.popup-content {
  background-color: #fff;
  width: 400px;
  padding: 30px 20px;
  text-align: center;
  border-radius: 16px; }

@media (max-width: 768px) {
  .table-view-list {
    width: 100%; }
  .noti_area {
    padding: 0;
    width: 100%;
    overflow-x: auto; }
  .popup-content {
    width: 90%; }
  .btn_group {
    width: 80px !important; } }

@media (max-width: 575px) {
  .wrap {
    margin: 5%;
    margin-top: 120px; }
  .created_at {
    width: 80px;
    min-width: 80px; }
  .btn_group {
    width: 65px;
    min-width: 65px; }
  .department {
    width: 100px;
    min-width: 100px; } }

/* Notification area */
.noti_area {
  border: none;
  gap: 5px;
  font-family: soleil,sans-serif;
  font-size: 16px; }

@media (max-width: 768px) {
  .noti_area {
    padding: unset; } }

/* Department badge */
.department {
  display: inline-block;
  width: 120px;
  min-width: 120px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  color: #ffffff !important;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

/* Edit / delete icons */
.edit-button {
  color: #00B2D0;
  cursor: pointer;
  font-size: 18px;
  padding-right: 5px; }

.delete-button {
  color: red;
  cursor: pointer;
  font-size: 18px; }

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.footer-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px; }

.pagination {
  display: inline-block;
  margin: 20px auto 0; }

.notification-list {
  width: 100%;
  margin: 20px 0; }

.notification-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  margin-bottom: 8px;
  gap: 10px; }

.title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 600px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 30px; }

/* Responsive styles */
@media (max-width: 768px) {
  .notification-list {
    width: 100%; }
  .title {
    min-width: 100%;
    margin-top: 5px; } }

/*--------------------------------------------------------------
# Notification Styles - View Detail
--------------------------------------------------------------*/
.footer-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px; }

.notification-detail {
  padding: 10px 165px; }

.notification .notification-createdat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  color: #C0C0C0; }

.notification .notification-createdat .department {
  width: 120px;
  height: 37px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-size: 14px;
  padding: 10px; }

.notification-detail > .notification-title {
  font-weight: 600;
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: 32px; }

.notification .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px; }

.header-button {
  color: #00B2D0;
  cursor: pointer; }

.vmv_area {
  padding: 10px 0px; }

@media (max-width: 1200px) {
  .notification-detail {
    padding: 10px 100px; }
  .notification-detail > .notification-title {
    font-size: 28px; } }

@media (max-width: 1024px) {
  .notification-detail > .notification-title {
    font-size: 24px; } }

@media (max-width: 768px) {
  .notification-detail {
    padding: 10px 20px; }
  .notification-detail > .notification-title {
    font-size: 20px; } }

@media (max-width: 375px) {
  .notification-detail {
    padding: 10px 0; }
  .header {
    display: block !important; }
  .header-text {
    margin-bottom: 10px; } }

/*--------------------------------------------------------------
# Main Layout - Flexbox for Sidebar and Content
--------------------------------------------------------------*/
/* Main layout container */
.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  width: 100%; }

/* Inner container with flexbox for sidebar and content */
.inner {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0; }

/* Side navigation adjustments for flexbox layout */
.side-nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  /* Fixed width of 250px, no grow/shrink */
  width: 250px;
  position: relative;
  /* Change from fixed to relative */
  top: auto;
  /* Reset top positioning */
  left: auto;
  /* Reset left positioning */
  height: auto;
  /* Reset height */
  min-height: calc(100vh - 160px);
  /* Adjust for header height */
  margin-top: 160px;
  /* Account for header */
  z-index: 100;
  /* Lower z-index since it's not fixed */ }

.product-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /* Take remaining space */
  width: auto;
  /* Let flexbox handle width */
  max-width: none;
  /* Remove max-width constraints */ }

/* Responsive design for mobile */
@media (max-width: 768px) {
  .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .side-nav {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    position: static;
    margin-top: 0;
    min-height: auto; } }

/* Body margin reset for flexbox compatibility */
body {
  margin: 0; }

/*--------------------------------------------------------------
# User Styles - Form Create/Edit
--------------------------------------------------------------*/
.user-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px; }

.custom-button {
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 600; }

.users-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px; }

.users-table th,
.users-table td {
  padding: 12px 15px;
  text-align: left; }

.users-table th {
  background-color: #fff;
  border-bottom: 2px solid #000000;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  white-space: nowrap; }

.users-table td {
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  color: #252525; }

.select-checkbox {
  text-align: center !important; }

.action-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .action-buttons .custom-outline-button {
    padding: 0px 12px;
    font-size: 13px;
    font-weight: 600;
    min-width: 55px; }

.del-multi-button {
  background-color: #C0C0C0;
  color: #FFFFFF;
  padding: 0px 9px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #C0C0C0; }

.del-multi-button:disabled {
  background-color: #ccc;
  cursor: not-allowed; }

.delete-button {
  color: red;
  cursor: pointer;
  font-size: 18px; }

.pagination {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.pagination-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  font-size: 14px;
  height: 33px; }

.pagination-links a {
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0 2px; }

.pagination-links a.current {
  color: #007bff;
  border: 1px solid #007bff; }

select {
  padding: 0 10px;
  font-size: 14px;
  border-radius: 4px;
  border-color: #ccc;
  height: 33px;
  line-height: 33px; }

.table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.table-wrapper table {
  min-width: 1000px; }

/* Delete Confirmation Popup */
.delete-popup {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.popup-content {
  background-color: #fff;
  margin: 15% auto;
  border: 1px solid #888;
  width: 400px;
  text-align: center;
  padding: 40px 20px;
  border-radius: 16px; }
  .popup-content .custom-button,
  .popup-content .custom-outline-button {
    min-width: unset;
    font-size: 15px; }
  @media (max-width: 768px) {
    .popup-content {
      width: 90%; } }

.title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px; }

.popup-button {
  margin: 10px;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer; }

.cancel {
  background-color: #FFFFFF;
  border: 1px solid #00B2D0;
  color: #00B2D0; }

.danger {
  background-color: #00B2D0;
  color: white;
  border: none; }

.wrap-user-form .content {
  font-size: 15px;
  color: #474C59;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 12px;
  height: 47px; }

.wrap-user-form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

button {
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  background-color: #00B2D0;
  color: white; }

button:hover {
  background-color: #007a99; }

select.common-select {
  padding-left: 12px;
  height: 47px;
  border-radius: 4px;
  border-color: #ccc; }

/*--------------------------------------------------------------
# Products Styles - List View
--------------------------------------------------------------*/
.product-list {
  /* Search Product */
  /* Delete Confirmation Popup */ }
  .product-list .results-info {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 33px;
    gap: 10px; }
    .product-list .results-info select {
      padding: 0 10px !important;
      height: 33px; }
    .product-list .results-info .pagination-current {
      color: #007bff;
      border: 1px solid #007bff; }
    .product-list .results-info a, .product-list .results-info span {
      padding: 5px 10px;
      text-decoration: none;
      border: 1px solid #ccc;
      border-radius: 4px; }
  .product-list .no-border-bottom {
    border-bottom: none !important;
    padding-bottom: 0 !important; }
  .product-list .no-border-top {
    border-top: none !important;
    padding-top: 0 !important; }
  .product-list .special-td {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .product-list .no-results {
    text-align: center;
    padding: 20px 0; }
  .product-list .product-name-private {
    color: #00B2D0 !important; }
  .product-list .header {
    display: block; }
  .product-list .header-text {
    text-align: center; }
    .product-list .header-text h4 {
      color: #00B2D0;
      font-weight: 600;
      font-size: 28px; }
  .product-list .first-input-row {
    margin-bottom: 10px;
    height: 39px; }
    .product-list .first-input-row.custom-select {
      border: 1px solid #000000; }
      .product-list .first-input-row.custom-select:focus {
        -webkit-box-shadow: none;
                box-shadow: none; }
  .product-list .content-search {
    padding: 24px;
    background: #fff; }
  .product-list .title-input {
    width: 140px;
    text-align: right;
    margin-bottom: 0 !important;
    padding-right: 5px; }
  .product-list .input-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .product-list .input-search table {
      font-size: 14px;
      width: 100%;
      border-spacing: 12px 8px; }
    @media (max-width: 768px) {
      .product-list .input-search {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 16px; } }
  .product-list .search-title {
    color: #00aacc;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: center; }
  .product-list .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px; }
  .product-list input[type="text"] {
    padding: 8px;
    border-radius: 6px;
    width: 100%;
    font-size: 14px; }
  .product-list .form-options {
    text-align: center; }
    @media (max-width: 768px) {
      .product-list .form-options {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .product-list .radio-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .product-list .radio-group label {
      white-space: nowrap;
      padding: 5px 0;
      font-size: 14px; }
    .product-list .radio-group input[type="radio"] {
      display: none; }
    .product-list .radio-group .custom-radio {
      width: 16px;
      height: 16px;
      border: 2px solid #999;
      border-radius: 50%;
      margin-bottom: -2px;
      display: inline-block;
      position: relative;
      cursor: pointer; }
    .product-list .radio-group .radio-item input[type="radio"]:checked + .custom-radio {
      background-color: #00bcd4;
      border-color: #00bcd4; }
  .product-list .button-group {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    gap: 20px !important;
    position: relative !important; }
    .product-list .button-group button {
      padding: 5px 12px;
      border: none;
      border-radius: 6px;
      font-size: 14px;
      cursor: pointer; }
    .product-list .button-group .custom-button {
      position: absolute;
      right: -24px;
      top: 0; }
      @media (max-width: 575px) {
        .product-list .button-group .custom-button {
          top: 50px; } }
      .product-list .button-group .custom-button:not(#confirm-delete-button-product) {
        padding: 5px 12px;
        font-size: 14px;
        font-weight: 600; }
    @media (max-width: 768px) {
      .product-list .button-group {
        width: 100%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .product-list .btn-search {
    background-color: #007bff;
    color: white;
    padding: 5px 27px !important; }
  .product-list .btn-reset {
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc !important; }
  .product-list td input[type="text"] {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .product-list td select {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 8px;
    border-radius: 6px;
    font-size: 14px;
    border: 1px solid #000000; }
  .product-list table {
    width: 100%; }
    .product-list table input {
      border: 1px solid #000000; }
  .product-list label {
    font-size: 14px; }
  .product-list .delete-button-product {
    font-size: 14px;
    color: red; }
  .product-list .products-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 20px; }
  .product-list .products-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px; }
    .product-list .products-table th {
      background-color: #fff;
      border-bottom: 2px solid #000000;
      font-size: 15px;
      font-weight: bold;
      color: #333; }
    .product-list .products-table td {
      border-bottom: 1px solid #ddd;
      border-top: 1px solid #ddd;
      font-size: 14px;
      color: #252525;
      padding: 12px 15px;
      text-align: left; }
  .product-list .select-checkbox {
    text-align: center !important; }
  .product-list .action-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .product-list .action-buttons .custom-outline-button {
      padding: 0px 12px;
      font-size: 14px;
      font-weight: 600;
      min-width: 55px; }
  .product-list .del-multi-button {
    background-color: #C0C0C0;
    color: #FFFFFF;
    padding: 0px 9px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #C0C0C0; }
    .product-list .del-multi-button:disabled {
      background-color: #ccc;
      cursor: not-allowed; }
  .product-list .delete-button {
    color: red;
    cursor: pointer;
    font-size: 18px; }
  .product-list .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .product-list .pagination-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 12px;
    height: 33px; }
    .product-list .pagination-links a {
      padding: 5px 10px;
      text-decoration: none;
      border: 1px solid #ccc;
      border-radius: 4px;
      margin: 0 2px; }
      .product-list .pagination-links a.current {
        color: #007bff;
        border: 1px solid #007bff; }
  .product-list select {
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 4px;
    border-color: #ccc; }
  .product-list .table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .product-list .table-wrapper table {
      min-width: 1000px; }
  .product-list .delete-popup {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .product-list .popup-content {
    background-color: #fff;
    margin: 15% auto;
    border: 1px solid #888;
    width: 400px;
    text-align: center;
    padding: 40px 20px;
    border-radius: 16px; }
    .product-list .popup-content .custom-button,
    .product-list .popup-content .custom-outline-button {
      min-width: unset;
      font-size: 15px; }
    @media (max-width: 768px) {
      .product-list .popup-content {
        width: 90%; } }
  .product-list .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px; }
  .product-list .popup-button {
    margin: 10px;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer; }
  .product-list .cancel {
    background-color: #FFFFFF;
    border: 1px solid #00B2D0;
    color: #00B2D0; }
  .product-list .danger {
    background-color: #00B2D0;
    color: white;
    border: none; }
  .product-list .calculate-profit-popup {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .product-list .calculate-profit-popup .popup-content {
      background-color: #fff;
      margin: 15% auto;
      border: 1px solid #888;
      width: 868px;
      text-align: center;
      padding: 30px 20px;
      border-radius: 16px; }
      @media (max-width: 768px) {
        .product-list .calculate-profit-popup .popup-content {
          width: 90%; } }
    .product-list .calculate-profit-popup .product-info-name {
      font-weight: 500;
      font-size: 18px; }
    .product-list .calculate-profit-popup .product-info-item label {
      text-align: right; }
    .product-list .calculate-profit-popup .product-info-item span {
      text-align: left; }
    .product-list .calculate-profit-popup .calculate-type {
      grid-column: span 2; }
      .product-list .calculate-profit-popup .calculate-type label {
        padding: 0 22px; }
    .product-list .calculate-profit-popup .radio-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 44px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-family: sans-serif;
      padding-right: 55px; }
    .product-list .calculate-profit-popup .radio-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
      position: relative;
      font-size: 16px; }
      .product-list .calculate-profit-popup .radio-item input[type="radio"] {
        display: none; }
        .product-list .calculate-profit-popup .radio-item input[type="radio"]:checked + .custom-radio {
          background-color: #00bcd4;
          border-color: #00bcd4; }
    .product-list .calculate-profit-popup .custom-radio {
      width: 16px;
      height: 16px;
      border: 2px solid #999;
      border-radius: 50%;
      margin-right: 6px;
      display: inline-block;
      position: relative; }
  .product-list .calculate-result > .row {
    margin-bottom: 30px; }
  .product-list .calculate-result input {
    height: 45px;
    border-radius: 8px;
    width: 100%;
    padding-inline: 8px;
    border-color: #C0C0C0 !important; }
  .product-list .calculate-result label {
    text-align: right; }
  @media (max-width: 768px) {
    .product-list .form-row {
      grid-template-columns: 1fr; }
      .product-list .form-row label {
        margin-top: 8px; }
    .product-list .form-row-left,
    .product-list .form-row-right {
      width: 100%; } }
  @media (max-width: 575px) {
    .product-list .col-form-label {
      text-align: left !important; } }

/*--------------------------------------------------------------
# Products Styles - Calculate Profit Popup
--------------------------------------------------------------*/
.calculate-profit-popup {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .calculate-profit-popup .product-info-name {
    font-weight: 500;
    font-size: 18px; }
  .calculate-profit-popup .product-info-item label {
    text-align: right; }
  .calculate-profit-popup .product-info-item span {
    text-align: left; }
  .calculate-profit-popup .calculate-type {
    grid-column: span 2; }
    .calculate-profit-popup .calculate-type label {
      padding: 0 22px; }
  .calculate-profit-popup .radio-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 44px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: sans-serif;
    padding-right: 55px; }
  .calculate-profit-popup .radio-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    position: relative;
    font-size: 16px; }
    .calculate-profit-popup .radio-item input[type="radio"] {
      display: none; }
    .calculate-profit-popup .radio-item input[type="radio"]:checked + .custom-radio {
      background-color: #00bcd4;
      /* Màu xanh dương nhạt */
      border-color: #00bcd4; }
  .calculate-profit-popup .custom-radio {
    width: 16px;
    height: 16px;
    border: 2px solid #999;
    border-radius: 50%;
    margin-right: 6px;
    display: inline-block;
    position: relative; }
  .calculate-profit-popup .popup-content {
    background-color: #fff;
    margin: 15% auto;
    border: 1px solid #888;
    width: 868px;
    text-align: center;
    padding: 30px 20px;
    border-radius: 16px; }
    @media (max-width: 768px) {
      .calculate-profit-popup .popup-content {
        width: 90%; } }
  .calculate-profit-popup .calculate-result > .row {
    margin-bottom: 30px; }
  .calculate-profit-popup .calculate-result input {
    height: 45px;
    border-radius: 8px;
    width: 100%;
    padding-inline: 8px;
    border-color: #C0C0C0 !important; }
  .calculate-profit-popup .calculate-result label {
    text-align: right; }

@media screen and (max-width: 576px) {
  .calculate-profit-popup {
    overflow: auto; } }

/*--------------------------------------------------------------
# Home Page Styles
--------------------------------------------------------------*/
.home-container {
  margin: 0 14%; }
  .home-container .main_column.notification.empty-noti {
    max-width: 100% !important;
    margin: 180px 0px 60px; }
  .home-container .main_column.link.empty-link {
    max-width: 100% !important;
    margin: 60px 0px 60px;
    padding: unset; }
  .home-container h3 {
    font-family: 'Roboto', sans-serif !important;
    color: #333333 !important;
    font-size: 22px !important;
    font-weight: normal !important; }
  .home-container h4 {
    font-family: 'Roboto', sans-serif !important;
    color: #333333 !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    margin-bottom: unset; }
  .home-container .main_column.notification {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
    margin: 180px auto 60px; }
  .home-container .main_column .box {
    width: 180px;
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 32px;
    margin: 5px 44px; }
  .home-container .main_column .noti-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    text-align: center;
    width: 100%; }
  .home-container .main_column .box .noti-title h4 {
    text-align: center;
    width: 100%; }
  .home-container .main_column .box .noti-title h4 a {
    color: #FFFFFF !important; }
  .home-container .text_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .home-container .notification .banner {
    background: #FFFFFF;
    color: #00B2D0;
    border-radius: 5px;
    border: 1px solid #00B2D0;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 2px 16px; }
  .home-container .main_column.link {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
    margin: 60px auto 60px; }
    @media (max-width: 1500px) {
      .home-container .main_column.link .noti_area {
        gap: 100px; } }
  .home-container .main_column .link-box {
    width: 180px;
    height: 130px;
    margin: 5px 44px; }
    .home-container .main_column .link-box img {
      padding-top: unset;
      max-width: 220px;
      height: 160px;
      width: unset; }
    .home-container .main_column .link-box .link {
      width: auto;
      font-family: 'Inter', sans-serif;
      font-size: 16px; }
      .home-container .main_column .link-box .link a {
        color: #000000; }
    .home-container .main_column .link-box .icon-vector {
      width: 15px;
      height: 15px;
      margin-left: 5px; }

/*--------------------------------------------------------------
# Forget-password
--------------------------------------------------------------*/
.logo {
  text-align: center; }

.login-container {
  max-width: 440px;
  margin: 0 auto;
  margin-top: 60px; }
  @media (max-width: 486px) {
    .login-container {
      max-width: 340px; } }
  @media (max-width: 375px) {
    .login-container {
      max-width: 240px; } }

.login-container form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px; }

.login-container input::-webkit-input-placeholder {
  color: #C0C0C0;
  opacity: 1; }

.login-container input::-moz-placeholder {
  color: #C0C0C0;
  opacity: 1; }

.login-container input:-ms-input-placeholder {
  color: #C0C0C0;
  opacity: 1; }

.login-container input::-ms-input-placeholder {
  color: #C0C0C0;
  opacity: 1; }

.login-container input::placeholder {
  color: #C0C0C0;
  opacity: 1; }

.login-container input {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #F3F6FF;
  height: 50px; }

.login-container .btn-submit {
  padding: 10px;
  background-color: #00B2D0;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  height: 50px; }

.login-container .btn-back {
  margin-top: 8px;
  padding: 10px;
  background-color: #B9B9B9;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  height: 50px; }

.error {
  color: red;
  text-align: center; }

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.modal-content {
  background-color: #fff;
  margin: 15% auto;
  border: 1px solid #888;
  width: 600px;
  text-align: center;
  padding-top: 28px;
  border-radius: 8px; }
  @media (max-width: 768px) {
    .modal-content {
      width: 90%; } }

.modal-content h2 {
  margin: 0;
  font-size: 18px;
  font-weight: bold; }

.modal-content p {
  margin: 15px 0; }

.modal-content button {
  padding: 10px 20px;
  background-color: #fff;
  border: none;
  cursor: pointer;
  border-top: 1px solid #B9B9B9;
  border-radius: 0 0 8px 8px; }

/*--------------------------------------------------------------
# reset-password
--------------------------------------------------------------*/
.logo-reset-password {
  text-align: center; }

.login-container-reset-password {
  max-width: 440px;
  margin: 0 auto;
  margin-top: 60px; }
  @media (max-width: 486px) {
    .login-container-reset-password {
      max-width: 340px; } }
  @media (max-width: 375px) {
    .login-container-reset-password {
      max-width: 240px; } }
  .login-container-reset-password form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px; }
  .login-container-reset-password input::-webkit-input-placeholder {
    color: #C0C0C0;
    opacity: 1; }
  .login-container-reset-password input::-moz-placeholder {
    color: #C0C0C0;
    opacity: 1; }
  .login-container-reset-password input:-ms-input-placeholder {
    color: #C0C0C0;
    opacity: 1; }
  .login-container-reset-password input::-ms-input-placeholder {
    color: #C0C0C0;
    opacity: 1; }
  .login-container-reset-password input::placeholder {
    color: #C0C0C0;
    opacity: 1; }
  .login-container-reset-password input {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #F3F6FF;
    height: 50px; }
  .login-container-reset-password .btn-submit {
    padding: 10px;
    background-color: #00B2D0;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    height: 50px; }
  .login-container-reset-password .btn-back {
    margin-top: 8px;
    padding: 10px;
    background-color: #B9B9B9;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    height: 50px; }
  .login-container-reset-password .error {
    color: red;
    text-align: center; }

.password-container {
  position: relative; }
  .password-container input {
    width: 100%; }

.toggle-password {
  position: absolute;
  top: 40%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer; }
  .toggle-password i {
    font-size: 16px;
    color: #CCCCCC; }

.modal-reset-password {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .modal-reset-password .modal-content {
    background-color: #fff;
    margin: 15% auto;
    border: 1px solid #888;
    width: 600px;
    text-align: center;
    padding-top: 28px;
    border-radius: 8px; }
    @media (max-width: 768px) {
      .modal-reset-password .modal-content {
        width: 90%; } }
    .modal-reset-password .modal-content h2 {
      margin: 0;
      font-size: 18px;
      font-weight: bold; }
    .modal-reset-password .modal-content p {
      margin: 15px 0; }
    .modal-reset-password .modal-content button {
      padding: 10px 20px;
      background-color: #fff;
      border: none;
      cursor: pointer;
      border-top: 1px solid #B9B9B9;
      border-radius: 0 0 8px 8px;
      color: #000000;
      font-weight: 400;
      font-size: 16px; }

/*--------------------------------------------------------------
# forget-password
--------------------------------------------------------------*/
.logo-forget-password {
  text-align: center; }

.login-container-forget-password {
  max-width: 440px;
  margin: 0 auto;
  margin-top: 60px; }
  @media (max-width: 486px) {
    .login-container-forget-password {
      max-width: 340px; } }
  @media (max-width: 375px) {
    .login-container-forget-password {
      max-width: 240px; } }
  .login-container-forget-password form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px; }
  .login-container-forget-password input::-webkit-input-placeholder {
    color: #C0C0C0;
    opacity: 1; }
  .login-container-forget-password input::-moz-placeholder {
    color: #C0C0C0;
    opacity: 1; }
  .login-container-forget-password input:-ms-input-placeholder {
    color: #C0C0C0;
    opacity: 1; }
  .login-container-forget-password input::-ms-input-placeholder {
    color: #C0C0C0;
    opacity: 1; }
  .login-container-forget-password input::placeholder {
    color: #C0C0C0;
    opacity: 1; }
  .login-container-forget-password input {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #F3F6FF;
    height: 50px; }
  .login-container-forget-password .btn-submit {
    padding: 10px;
    background-color: #00B2D0;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    height: 50px; }
  .login-container-forget-password .btn-back {
    margin-top: 8px;
    padding: 10px;
    background-color: #B9B9B9;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    height: 50px; }
  .login-container-forget-password .error {
    color: red;
    text-align: center; }

.modal-forget-password {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  font-weight: 400;
  font-size: 16px; }
  .modal-forget-password .modal-content {
    background-color: #fff;
    margin: 15% auto;
    border: 1px solid #888;
    width: 600px;
    text-align: center;
    padding-top: 28px;
    border-radius: 8px; }
    @media (max-width: 768px) {
      .modal-forget-password .modal-content {
        width: 90%; } }
    .modal-forget-password .modal-content h2 {
      margin: 0;
      font-size: 18px;
      font-weight: bold; }
    .modal-forget-password .modal-content p {
      margin: 15px 0; }
    .modal-forget-password .modal-content button {
      padding: 10px 20px;
      background-color: #fff;
      border: none;
      cursor: pointer;
      border-top: 1px solid #B9B9B9;
      color: #000000;
      font-weight: 400;
      border-radius: 0;
      font-size: 16px; }
