@import "../vendor/bootstrap/css/bootstrap.min.css";

/* Roboto  font*/

@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto/Roboto-Regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto/Roboto-Bold.ttf");
  font-weight: bold;
  font-display: swap;
}

/* SF Pro Text !  font*/

@font-face {
  font-family: SF Pro Text;
  src: url("../fonts/NotoSansJP/NotoSansJP-Regular.otf");
  font-display: swap;
}

@font-face {
  font-family: SF Pro Text;
  src: url("../fonts/NotoSansJP/NotoSansJP-Bold.otf");
  font-weight: bold;
  font-display: swap;
}

/* Racing Sans One */

@font-face {
  font-family: Racing Sans One;
  src: url("../fonts/Racing_Sans_One/RacingSansOne-Regular.ttf");
  font-display: swap;
}

.notification-master{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-content: center;
  /*background-color: #666666;*/
  padding: 10px;
  margin-left: 5px;
}
.number-notification {
  position: absolute;
  top: 9px;
  right: 6px;
  border-radius: 50%;
  background-color: red;
  color: white;
  height: 20px;
  width: 20px;
  text-align: center;
  font-size: 12px;
  border: 2px solid;
}
.show-description-notification{
  position: absolute;
  width: 300px;
  background-color: #fff;
  top: 55px;
  right: 0px;
  z-index: 10000;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
  /*display: none;*/
  transform-origin: top center;
  transform: scale(1, 0);
}

.show-description-notification-custom{
  top: 45px !important;
}

.show-description-notification  li {
  list-style-type: none;
}
.show-description-notification  li a{
  padding: 10px 0px;
}
.tab-content-notification{
  margin-top: 10px;
}
.tab-content-notification hr{
  margin: 1rem 0!important;
}
#showread, #unread{
  overflow-x:hidden;
  overflow-y:auto;
  max-height: 350px;
}

.rule-password {
  color: #959595;
}

.form-select:focus {
  box-shadow: none;
  border-color: #d9d9d9;
}
.dropdown-toggle::after {
  display: none;
}
.show-submenu i {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.menu-item {
  color: #16181b;
}
.menu-item:hover {
  color: #EF8205;
}
html {
  height: 100%;
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: "Roboto";
  min-width: 100%;
  min-height: 100%;
  margin-bottom: 200px;
  width: fit-content;
}
input:focus-visible {
  outline: none;
}
img {
  max-width: 100%;
}
input {
  width: 100%;
  height: 44px;
  border: 1px solid #d9d9d9;
  outline: none;
  padding: 10px 25px;
}
main {
  min-height: calc(100vh - 160px);
  padding: 30px 0;
  margin: 0 auto;
  background-color: #f4f5f6;
  width: 100%;
  max-width: 100%;
}
.no-bg {
  background: none;
}
.top-page-content {
  max-width: 1110px;
  margin: auto;
}
.header-button {
  display: none;
  margin-left: auto;
}

.footer {
  background: #120203;
  min-height: 200px;
  /* position: absolute; */
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 24px;
}
.wpcc-container{
  margin: 0px !important;
}
p {
  overflow-wrap: anywhere;
}

.footer__link {
  width: fit-content;
  margin-right: 84px;
}

.footer__link a {
  text-decoration: none !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  text-transform: uppercase;
  color: #ffffff !important;
}

.footer__info {
  margin-top: 56px;
  border-top: 1px solid #ffffff;
  padding: 16px 0;
  color: rgba(255, 255, 255, 0.6);
  opacity: 0.7;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  align-items: center;
}

.btn--link {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

.btn--link:hover {
  color: #ffffff;
}

.btn--link:focus {
  outline: none;
}

.truncate-overflow {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: Roboto;
  line-height: 1.6;
}

.truncate-overflow-4line {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: Roboto;
}
select2.select2-container {
  width: 100% !important;
}

.select2.select2-container .select2-selection {
  border: 1px solid #d9d9d9;
  height: 44px;
  outline: none !important;
  transition: all .15s ease-in-out;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
  color: #333;
  line-height: 42px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
  background: #f8f8f8;
  border-left: 1px solid #ccc;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  height: 42px;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
  background: #f8f8f8;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}


.select2.select2-container .select2-selection--multiple {
  height: auto;
  min-height: 44px;
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 0;
  height: 42px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
  padding: 0 4px;
  line-height: 42px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
  margin: 9px 4px 0 0;
  padding: 0 6px 0 22px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  position: relative;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  margin: 0;
  text-align: center;
  color: #999;
  font-weight: bold;
  font-size: 16px;
}

.select2-container .select2-dropdown {
  background: transparent;
  border: none;
  margin-top: -5px;
}

.select2-container .select2-dropdown .select2-search {
  padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border-bottom: none !important;
  padding: 4px 6px !important;
}

.select2-container .select2-dropdown .select2-results {
  padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
  background: #fff;
  border: 1px solid #d9d9d9;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: #3498db;
}
.label-tooltip{
  cursor: pointer;
}
.tooltip-inner {
  background-color: #ffffff;
  color: black;
  border: 1px solid red;
  white-space: pre-wrap;
  max-width: 400px;
  text-align: start;
}
.tooltip.bs-tooltip-right .tooltip-arrow:before {
  display:none !important;
}
.tooltip.bs-tooltip-left .tooltip-arrow:before {
  display:none !important;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow:before {
  display:none !important;
}
.tooltip.bs-tooltip-top .tooltip-arrow:before {
  display:none !important;
}

[data-title] {
  position: relative;
}

.wrap {
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -hp-pre-wrap; /* HP printers */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
  word-break: break-all;
}

.coming-soon {
  position: absolute;
  top: -19px;
  font-size: 0.8em;
  right: 14px;
  color: rgb(0, 32, 96);
}
.btn-download-cv-layout {
  background-color: #ed7d31;
  border: none;
  border-radius: 5px;
  width: auto!important;
  height: auto!important;
}

.btn-download-cv-layout:hover {
  background-color: #ed7d31;
}

.normal-a {
  text-decoration: initial;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  margin: 0 40px;
}

.normal-span {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  margin: 0 8px;
}

.dark-text {
  text-decoration: initial;
  font-style: normal!important;
  /*font-weight: bold;*/

  line-height: 22px!important;
  text-align: center;
  color: #16181b;
  margin: 0 10px;
  cursor: pointer;
  position: relative;
}
.dark-text-font-size{
  font-size: 14px!important;
}
.dark-text-font-size-vn{
  font-size: 14px;
}
.dark-text:hover {
  color: #EF8205 !important;
}
.dark-text > label {
  color: #16181b !important;
  margin-bottom: 0 !important;
  font-weight: bold;
}
.dark-text > label:hover {
  color: #cb181d !important;
}
.fixed {
  visibility: visible !important;
  opacity: 1 !important;
  top: 0 !important;
}

.light-text {
  color: #fff;
}

.user-profile {
  cursor: pointer;
  position: relative;
  display: flex;
  margin-left: -10px;
  justify-content: center;
  align-items: center;
}

.user-profile .user-name {
  margin-bottom: 0;
  white-space: nowrap;
  max-width: 125px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px!important;
}
.authent-page {
  max-width: 540px;
}
input:read-only,
.v-checkbox--disabled {
  cursor: unset;
}
.ui-datepicker {
  z-index: 9999 !important;
}
.user-profile a {
  color: #16181b;
  /*font-weight: bold;*/
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  margin: 0 !important;
  gap: 10px;
}

.text-ellipsis {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}

.user-profile a:hover {
  color: #EF8205;
}

.user-profile a:hover svg path {
  fill: #EF8205;
}

.dark-text-user {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #16181b;
  margin: 0 8px;
}

.navbar-header{
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
  align-items: center;
  gap: 65px;
}

.header-menu{
  display: flex;
  align-items: center;
  gap: 23px;
  font-weight: bold;
}

.user-setting {
  position: absolute;
  width: 180px;
  background-color: #fff;
  top: 41px;
  right: 0;
  z-index: 10000;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  /*display: none;*/
  transform-origin: top center;
  transform: scale(1, 0);
}

/*.user-setting-custom{
  top: 20px !important;
}*/
.header-drop-content {
  position: absolute;
  width: 180px;
  background-color: #fff;
  top: 45px;
  right: 0;
  z-index: 10000;
  display: none;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s cubic-bezier(0.88, -0.72, 0, 1),
    opacity 0.3s ease-in-out;
}
.error-form {
  width: 100%;
  background: #faeec4;
  height: 32px;
  letter-spacing: -0.408px;
  color: #ea484e;
  font-size: 12px;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.user-setting > ul {
  padding: 0;
  margin-bottom: 0;
}
.header-drop-content > ul {
  padding: 0;
  margin-bottom: 0;
}
.header-drop-content > ul > li {
  overflow: hidden;
  text-align: left;
  padding: 10px 10px;
  display: block !important;
}
.header-drop-content > ul > li::before {
  display: none !important;
}
.user-setting > ul > li {
  overflow: hidden;
  text-align: center;
  display: block !important;
  padding: 1px;
}
.user-setting > ul > li a {
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  text-align: left!important;
}

.user-setting > ul > li::before {
  display: none !important;
}

.user-setting > ul > li > button {
  border: none;
  background-color: #cb181d;
  color: #fff;
  width: 190px;
  height: 32px;
}

.fixed-header {
  position: fixed;
  top: -70px;
  left: 0;
  width: 100%;
  background-color: #fff;
  visibility: hidden;
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
}

.navbar {
  padding: 15px 45px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  height: 70px;
  z-index: 1000;
  background: #ffffff;
}

.navbar a {
  text-decoration: none;
  height: fit-content;
}

.form-control:focus {
  outline: none;
  border-color: #ced4da;
  box-shadow: none;
}

.form-control.is-invalid {
  border-color: #dc3545 !important;
}
.mobile-button-setting {
  display: none;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 4px;
}
.img-top {
  object-fit: cover;
}
.mobile-menu ul li {
  text-align: left;
}

/* button */

button:focus {
  outline: none !important;
}

a {
  text-decoration: none;
}

.link {
  font-style: normal !important;
  font-size: 12px !important;
  line-height: 22px !important;
  color: #16181b !important;
  text-decoration: none !important;
  margin: 0 !important;
  display: block;
}

.link:not(.flag):hover,
.link:not(.flag):hover svg path {
  fill: #cb181d;
  color: #cb181d;
}

/* The checkbox custom */

.v-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.v-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.v-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 2px solid #959595;
  box-sizing: border-box;
  border-radius: 4px;
}

.v-checkbox input:checked ~ .checkmark {
  background-color: #cb181d;
  border-color: #cb181d;
}

.v-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.v-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.v-checkbox .checkmark:after {
  left: 6px;
  top: 1px;
  width: 9px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* The v-radio custom radio */

.v-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

/* Hide the browser's default radio button */

.menu-block {
  display: block !important;
}

.menu-flex{
  display: flex !important;
  flex-direction: column;
}

.v-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */

.v-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #ffffff;
  border: 1px solid #444444;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */

.v-radio:hover input ~ .checkmark {
  background-color: #ffffff;
  border: 1px solid #cb181d;
}

/* When the radio button is checked, add a blue background */

.v-radio input:checked ~ .checkmark {
  background-color: #ffffff;
  border: 1px solid #cb181d;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.v-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */

.v-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */

.v-radio .checkmark:after {
  top: 3px;
  left: 3px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: #ef4123;
}

/* Datepicker */
.ui-datepicker-year:focus,
.ui-datepicker-month:focus {
  outline: none;
}

.ui-datepicker-year,
.ui-datepicker-month {
  width: auto !important;
  border: none;
  padding: 0 !important;
  height: auto;
  background: #e9e9e9;
}

/* style footer ver 2 */

.footer-v2 {
  background: Black;
  display: block;
  position: initial !important;
  padding: 0 18px;
  padding-top: 24px;
  text-align: left;
  left: 0 !important;
  transform: translate(0,0) !important;
}

.footer-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #ffffff;
}

.footer-link {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  text-decoration: initial;
  margin-bottom: 15px;
  margin-top: 10px;
}
.footer-link:hover {
  color: #cb181d;
}
.link-notification{
  font-size: 10px !important;
  color: #16181b !important;
  font-weight: 100;
}
.add-data-read{
  color: #5793C7;
  cursor:pointer;
  text-align: center;
}
.icon-vn{
  display: flex;
  align-items: center;

}
.icon-vn svg{
  margin-right: .2rem;
}
/*loader*/
.loader {
  position: fixed;
  right: 50%;
  top: 50%;
  z-index: 100;
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* end loader*/

#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.98;
  background-color: #fff;
  z-index: 99;
}

#loading-image {
  z-index: 100;
}

.ml-10{
  margin-left: 10px !important;
}

.user-profile .box-login-register{
  display: flex;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  gap: 20px
}

.box-login-language{
  display: flex;
  gap: 25px;
}

.border-bottom .link span {
  font-weight: normal;
}

@media screen and (max-width: 1600px) {
  .header-menu {
    gap: 16px;
  }
}

@media (max-width: 1466px) {
  .dark-text{
    margin: 0 15px;
  }
}
@media (max-width: 1440px) {
  .navbar-header{
    gap: 10px;
  }

  .box-login-language{
    gap: 10px;
  }

  .user-profile .box-login-register{
    gap: 10px;
  }

  .dark-text {
    margin: 0 10px !important;
  }

}

@media (max-width: 1240px) {
  .header-menu {
    gap: 10px;
  }
}

@media (max-width: 1175px) {
  .dark-text{
    margin: 0px !important;
  }

  .header-menu{
    gap: 10px;
  }
}



@media only screen and (max-width: 991px) {
  .user-setting {
    overflow-y: auto;
    /*max-height: 580px;*/
    height: 100vh;
  }
  .navbar {
    padding: 15px;
  }
  .mobile-button-setting {
    display: block;
    cursor: pointer;
  }

  .user-profile {
    display: none;
  }
}

@media (min-width: 992px) {
  .truncate-overflow-1line {
    max-width: 120px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 768px) {
  .navbar-header{
    justify-content: space-between;
  }
}

@media only screen and (max-width: 575px) {
  main {
    /* padding-bottom: 352px; */
  }
  .footer {
    padding-left: 17px;
    padding-right: 17px;
  }
  .footer__logo {
    margin-bottom: 25px;
  }
  .footer-link {
    font-size: 11px!important;
  }
  .footer__link {
    width: 100%;
    text-align: left;
    margin-bottom: 16px;
  }
  .footer__link:last-child {
    margin-bottom: 0;
  }
  .footer__info {
    margin-top: 42px;
    text-align: center;
  }
}

.hover1:hover .block-hover1{
  display: block;
  top: 100%;
  left: 0;
}

.hover1:hover .block-hover2 {
  display: block;
}

.hover1:hover .block-hover3 {
  display: block;
  top: 100%;
  left: 0;
}

.hover1:hover .block-hover1,
.hover1:focus-within .block-hover1 {
  display: block;
  top: 100%;
  left: 0;
}

.hover1:hover .block-hover2,
.hover1:focus-within .block-hover2 {
  transform: scaleY(1);
}
