:root{
  --with-container: 1140px;
}

body a {
  color: #3490dc;
}

body header {
  background-color: rgba(58, 53, 50, 0.7);
}

body header .navbar {
  padding: 0px;
}

body header .navbar ul.navbar-nav li.nav-item:first-child a.link-to-top-page {
  background: #007eff;
}

body header .navbar ul.navbar-nav li.nav-item:first-child a.nav-link {
  padding-top: 15px;
}

body header .navbar ul.navbar-nav li.nav-item:first-child a.link-to-top-page {
  font-size: 25px;
}

body header .navbar ul.navbar-nav li.nav-item a.nav-link {
  padding: 12px;
  margin: 0px;
}

body header .navbar ul.navbar-nav li.nav-item-user {
  padding-bottom: 5px;
}

body header .navbar ul.navbar-nav li.nav-item-user p {
  line-height: 20px;
}
#navbarResponsive {
  padding-right: 10px;
}

body header .navbar ul.navbar-nav li div {
  margin: 0px;
  padding: 0px;
}

body header .navbar ul.navbar-nav li div a.logout-btn,
body header .navbar ul.navbar-nav li div a.mypage-btn {
  padding: 4px 6px;
  font-size: 14px;
  border-radius: 3px;
}

body header .navbar ul.navbar-nav li div a.logout-btn:hover,
body header .navbar ul.navbar-nav li div a.mypage-btn:hover {
  text-decoration: inherit;
}

body header .navbar ul.navbar-nav li div a.nav-link.text-white.link-to-mypage {
  padding-top: 5px;
  padding-bottom: 15px;
}

body header img.logo {
  height: auto;
  max-width: 100%;
  max-height: 38px;
}

body .content-wrapper {
  padding-top: 80px;
  background: #FBF8F2;
}

body .content-wrapper .form-control.error {
  color: #e3342f;
  border-color: #e3342f;
}

body .content-wrapper input[type="radio"].error,
body .content-wrapper input[type="checkbox"].error {
  outline: 1px solid #e3342f;
}

body .content-wrapper .container {
  padding-top: 5px;
  padding-bottom: 50px;
  border-left: 1px solid #a9a69f;
  border-right: 1px solid #a9a69f;
  border-top: 1px solid #a9a69f;
  background: rgba(255, 255, 255, 0.5);
}

body .content-wrapper .container .box {
  padding: 0px 100px;
}

body .content-wrapper .container .box .register-text {
  background: #fff;
  height: 200px;
  overflow-x: auto;
}

body .content-wrapper .container .box .form-control.error {
  color: #e3342f;
  border-color: #e3342f;
}

body .content-wrapper .container .box input[type="radio"].error,
body .content-wrapper .container .box input[type="checkbox"].error {
  outline: 1px solid #e3342f;
}

body .content-wrapper .multiple-sort,
body .content-wrapper .multiple-sort-apply {
  text-decoration: none;
}

body .content-wrapper .multiple-sort span.icon,
body .content-wrapper .multiple-sort-apply span.icon {
  font-size: 16px;
  color: #e3342f;
}

body .content-wrapper .multiple-sort span.index,
body .content-wrapper .multiple-sort-apply span.index {
  font-size: 12px;
  color: #e3342f;
  font-weight: normal;
}

body .warning {
  background: url("/img/warning.png") no-repeat;
  background-size: 20px 20px;
  padding: 0px 8px;
}

body .warning.warning-button {
  background: url("/img/warning.png") no-repeat right;
  background-size: 20px 20px;
  float: right;
  position: relative;
  z-index: 666;
  top: -47px;
  padding: 0px 8px;
  width: 100%;
}

body .warning.warning-status {
  background: url("/img/warning.png") no-repeat right;
  background-size: 20px 20px;
  float: right;
  position: relative;
  z-index: 666;
  top: -47px;
  padding: 0px 8px;
}

body footer.footer {
  background-color: rgba(58, 53, 50, 0.7);
  color: #fff;
  font-size: 13px;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

body footer.footer img.footer-logo {
  height: auto;
  width: 240px;
}

body footer.footer .container.container-bg {
  border-left: 1px solid rgba(108, 117, 125, 0.5);
  border-right: 1px solid rgba(108, 117, 125, 0.5);
  background: rgba(255, 255, 255, 0.1);
  height: 70px;
}

body footer.footer .col-footer-lg {
  width: calc(50% - 125px);
  max-width: calc(50% - 125px);
  margin: 0px;
  padding: 0px;
  float: left;
}

body footer.footer .col-footer-center {
  width: 250px;
  margin: 0px;
  padding: 0px;
  float: left;
}

body footer.footer ul {
  margin: 0px;
}

body footer.footer ul li {
  display: inline-block;
  list-style: none;
}

body footer.footer ul li a {
  padding: 0px 0px 0px 25px;
  color: #fff;
}

body footer.footer ul li:last-child {
  padding-right: 15px;
}

body footer.footer strong {
  padding-left: 20px;
  color: #fff;
}

body table tr th a,
body table tr th a:hover {
  text-decoration: none;
  color: #1784e4;
}

body table tr th a .red2,
body table tr th a:hover .red2 {
  color: #e3342f;
}

body table tr td.n-b-l div.h-100 {
  border-left: none;
}

body table tr td {
  padding: 2px 0px !important;
}

body table tr td a,
body table tr td a:hover {
  text-decoration: none;
  color: #1784e4;
}

body table tr td div.h-100 {
  border-left: 1px solid red;
  padding-left: 10px;
}

body table tr .red2 {
  color: #f50c0c;
}

body table tr th a:hover {
  text-decoration: none;
}

body table tr td a:hover {
  text-decoration: none;
}

body table.list-item {
  border: 1px solid white;
  background: rgba(56, 193, 114, 0.05);
}

body table.list-item tr th {
  background: #38aec1;
  color: white;
  border-color: white;
}

body table.list-item tr th a {
  color: white;
}

body table.list-item tr td {
  border-color: white;
  padding-left: 10px;
}

body .color-cyan2 {
  color: #13e9f1;
}

body .go-to-top {
  cursor: pointer;
  background: url("/img/go-to-top.png") no-repeat;
  background-size: 200px auto;
  position: fixed;
  right: 0px;
  bottom: 130px;
  width: 188px;
  height: 55px;
  padding: 10px;
  line-height: 17px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

body .go-to-top .span {
  color: #fff;
}

body .error-mesages-right {
  background: #FF9C00;
  /*background-size: 200px auto;*/
  position: fixed;
  right: 0px;
  /*bottom: 180px;*/
  /*width: 188px;*/
  height: auto;
  padding: 10px;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  border-radius: 5px 0px 0px 5px;
  color: #fff;
  z-index: 100;
}

body .error-mesages-right p {
  margin-bottom: 5px;
}

body .error-mesages-right .span {
  color: #fff;
}

body .modal-dialog {
  max-width: 900px;
}

body .customM05 .modal-dialog,
body .customM03 .modal-dialog {
  max-width: 980px;
}

body .customM05 .modal-dialog form,
body .customM03 .modal-dialog form {
  padding-bottom: 50px;
}

body .customM05 .modal-dialog .form-action-area {
  padding-top: 40px;
}

body .modal-content {
  top: 50px;
}

body .button-preview {
  position: fixed;
  top: 130px;
  left: calc((100% - var(--with-container)) / 5);
  z-index: 1;
}

body .button-preview img {
  height: 42px;
}

body .modal-content .modal-body .date-choose.datepicker,
body .modal-content .modal-body .time-edit.timepicker-24-hr,
body .modal-content .modal-body .time-edit.hasWickedpicker {
  border: 3px solid #3490dc;
  border-radius: .25rem;
}

body .modal-content .modal-body .btn-default {
  border: 1px solid;
}

body .modal-content .modal-body .messages-error {
  color: #e3342f;
}

body .modal-content .modal-body .form-control.error {
  border-color: #e3342f;
}

body .modal-content .modal-body .border-part .day-of-week.active {
  border: 1px solid red;
  border-radius: 50%;
  padding: 5px 9px 5px 9px;
}

body .modal-content .modal-body .border-part .hour-working {
  font-size: 20px;
}

body .modal-content .modal-body #top-input .div-input {
  display: block;
}

body .modal-content .modal-body #top-input .div-label {
  display: none;
}

body .modal-content .modal-body #top-input.p02-show-label .div-input,
body .modal-content .modal-body #top-input.m03-show-label .div-input,
body .modal-content .modal-body #top-input.m05-show-label .div-input {
  display: none;
}

body .modal-content .modal-body #top-input.p02-show-label .div-label,
body .modal-content .modal-body #top-input.m03-show-label .div-label,
body .modal-content .modal-body #top-input.m05-show-label .div-label {
  display: block;
}

body h2.detail-title {
  font-size: 18px;
  background: #f5f6f7;
  padding: 8px 20px;
  margin-bottom: 8px;
  line-height: 1.6;
  border-radius: 2px;
  color: #35434e;
  border-left: 6px solid #ff7f00;
}

body .bl-orange {
  border-left: 6px solid #ff7f00 !important;
  padding-left: 20px !important;
  font-size: 18px !important;
}

body .boder-left-orange {
  border-left: 6px solid #ff7f00 !important;
}

body .modal-body h2.detail-title {
  font-weight: bold;
}

body .user-info-modal .modal-content {
  top: 50px;
  overflow: auto;
}

body .user-info-modal .modal-content .modal-body .work-time {
  padding-top: 20px;
  padding-bottom: 10px;
}

body .user-info-modal .modal-content .modal-body .table tr .avatar {
  width: 20%;
}

body .user-info-modal .modal-content .modal-body .table tr th {
  width: 21%;
  vertical-align: middle;
  font-size: 15px;
  text-align: left;
}

body .duration,
body .user-info-modal .modal-content .modal-body .table tr th:nth-child(1) {
  background-color: #f5f6f7;
}

body .user-info-modal .modal-content .modal-body .table tr td {
  vertical-align: middle;
}

body .user-info-modal .modal-content .modal-body .table tr td img {
  max-width: 150px;
}

body .apply-modal .modal-content {
  top: 50px;
  overflow: auto;
}

body .apply-modal .modal-content .modal-body .form-inline input.error {
  border: 1px solid #e3342f !important;
}

body .apply-modal .modal-content .modal-body .border-part {
  padding: 15px;
  margin-bottom: 20px;
}

body .apply-modal .modal-content .modal-body .border-part .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

body .apply-modal .modal-content .modal-body .border-part .show-time-box div input {
  border: 3px solid #3490dc;
  border-radius: 5px;
  font-size: 20px;
}

body .apply-modal .modal-content .modal-body .border-part .show-time-box div input.error {
  border: 3px solid #e3342f !important;
}

body .apply-modal .modal-content .modal-body .border-part .show-time-box .input-group-text {
  background-color: white;
  border: unset;
}

body .modal-body .border-part {
  border: 1px solid #e9ecef;
}

body .modal-body .popup-date-select .text-left {
  line-height: 28px;
}

body .modal-body .popup-date-select .text-left .interview_date {
  border-radius: 5px;
  padding: 0px 10px;
  border: 1px solid #ccc;
  width: 160px;
}

body .modal-body .popup-date-select .text-left .interview_time {
  border-radius: 5px;
  padding: 0px 10px;
  border: 1px solid #ccc;
  width: 160px;
}

body .modal-body .popup-date-select .text-left i {
  position: absolute;
  right: 10px;
  top: 7px;
}

body .modal-body .row.show-input .popup-date-select {
  display: block;
}

body .modal-body .row.show-input .popup-date-view {
  display: none;
}

body .modal-body .row.show-view .popup-date-select {
  display: none;
}

body .modal-body .row.show-view .popup-date-view {
  display: block;
}

body .start-date, body .end-date {
  display: inline;
}

body .dtp .dtp-buttons .btn-flat {
  background-color: white;
  text-transform: uppercase;
}

body .dtp .dtp-buttons .btn-flat:hover {
  background-color: rgba(153, 153, 153, 0.2);
}

body .ui-timepicker-container {
  z-index: 9999 !important;
}

body .ui-helper-hidden-accessible {
  display: none;
}

body .ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0;
  margin: 0 0 10px 25px;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

body .ui-autocomplete .ui-menu-item {
  padding-left: 10px;
}

body .loader_gb {
  display: none;
}

body .loader_gb.show {
  display: block;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.1);
}

body .loader_gb.show .loader {
  border-top: 5px solid blue;
  border-right: 5px solid green;
  border-bottom: 5px solid red;
  border-left: 5px solid pink;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  top: calc( 50% - 15px);
  left: calc( 50% - 15px);
  position: absolute;
}

body .show-tooltip {
  cursor: pointer;
}

body div.tooltip {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  background: #b6cee0 !important;
  border-radius: 5px;
  opacity: 1 !important;
  color: black;
}

body div.tooltip .arrow {
  display: none;
}

body div.tooltip .tooltip-inner {
  text-align: left;
  max-width: 700px;
  background: #b6cee0 !important;
  font-size: 11.5px;
  color: black;
  opacity: 1;
  font-size: 16px !important;
}

body .ui-tooltip {
  background: #fff;
  max-width: 500px;
  position: absolute;
  border-radius: 5px;
  padding: 15px;
  font-size: 12px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  z-index: 9999;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

body .form-input {
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

body .bg_blue {
  background-color: #007eff;
}

body .control-label.required-left:before {
  content: "*";
  color: red;
}

body .control-label.required:after {
  content: "*";
  color: red;
  float: right;
}

body .company_register_form .control-label.required:after {
  content: "*";
  color: red;
  float: right;
  font-weight: bold;
  top: 10px;
  position: absolute;
  right: 0px;
}

body .control-label.required span {
  color: red;
}

body .nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

body .nopadding-right {
  padding-right: 0 !important;
}

body .bottom-align-text {
  position: absolute;
  bottom: 0;
  left: 0;
}

.font-weight-normal,
body .bottom-align-text strong {
  font-weight: normal;
}

body .bottom-align-text-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

body .bottom-align-text-right strong {
  font-weight: normal;
}

body .bg_free {
  background: #f3f9e9;
}

body .bg_pull_down {
  background: #ffc10721;
}

body .alert p {
  padding: 0px;
  margin: 0px;
}

body .color-red {
  color: #e3342f;
}

body .color-pink {
  color: #ff247a;
}

body .red2,
body .color-red2 {
  color: #f50c0c;
}

body .color-blue {
  color: #3490dc;
}

body .yellow3,
body .yellow3:hover {
  background: #ded435;
  color: black;
  border-color: #ded435;
}

.yellow2 {
  color: #ded435;
}

body .pointer {
  cursor: pointer;
}

body .sort {
  padding: 2px 7px;
  background: url("/img/d_ap03_00.png") no-repeat 2px 2px;
  background-size: 9px;
}

body .sort.sort-DESC {
  background: url("/img/d_ap03_02.png") no-repeat 2px 2px;
  background-size: 9px;
}

body .sort.sort-ASC {
  background: url("/img/d_ap03_01.png") no-repeat 2px 2px;
  background-size: 9px;
}

body .table-header,
body .table-body {
  padding-left: 15px;
  padding-right: 15px;
}

body .table-body .table-row {
  min-height: 65px;
}

body .table-body .table-row a:hover {
  text-decoration: none;
}

body .table-body .table-row > div {
  word-break: break-all;
}

body .table-body .table-row > div.border-right {
  border-right: 1px solid #cdccca !important;
}

body .table-body .table-row > div.border-left {
  border-left: 1px solid #cdccca !important;
}

body .table-body .table-row > div:not(.no-center) {
  height: calc(100% - 10px);
  margin: 5px 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .table-body .table-row > div.no-border-left {
  border-left: 0px solid #cdccca;
}

body .table-body .table-row > div.text-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .table-body .table-row > div.text-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

body .table-body .table-row > div.text-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

body .table-body .table-row > div:first-child {
  border-left: unset;
}

body .table-body .table-row div.action div.dropdown {
  max-width: 95%;
}

body .grid-b-b {
  border-bottom: 2px solid #cdccca;
}

body .grid-b-t {
  border-top: 2px solid #cdccca;
}

#table-demand th,
#table-offer th {
  font-weight: 500;
  vertical-align: middle;
}

.sort-header th a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sort-header tbody td {
  vertical-align: middle;
}

#table-demand .wrap-gender,
#table-offer .wrap-gender {
  position: relative;
}

#table-demand .wrap-gender .gender,
#table-offer .wrap-gender .gender {
  background-color: #fdfdfd;
  border: solid 1px #c3c3c3;
  border-radius: 3px;
  padding: 3px;
}

#table-demand .wrap-gender .star,
#table-offer .wrap-gender .star{
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(50%);
  width: 25px;
}
#table-demand .wrap-gender .anh-bookmarked, #table-offer .wrap-gender .anh-bookmarked {
    position: absolute;
    top: -4px;
    left: 5px;
    transform: translateX(50%);
    width: 25px;
    cursor: pointer;
}

#table-demand .wrap-gender .eye-hide,
#table-offer .wrap-gender .eye-hide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
}

#table-demand-offer th a,
#table-demand-offer th {
  font-weight: 600;
  color: #0ab0f0;
}

.tbody-scroll-y {
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
}

#table-wrapper thead {
  position: sticky;
  top: -1px;
  background-color: #fffcf7;
  z-index: 1;
}

#table-wrapper thead::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  border: 1px solid #dee2e6;
}

#table-wrapper thead::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 1px solid #dee2e6;
}

.tbody-scroll-y::-webkit-scrollbar {
  width: 6px;
}

.tbody-scroll-y::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 4px;
}

.tbody-scroll-y::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
}

#demand_form .icon-image {
  width: 100px;
}

body .cursor-default {
  cursor: default !important;
}

body .w10 {
  width: 10px !important;
}

body .w15 {
  width: 15px !important;
}

body .w20 {
  width: 20px !important;
}

body .w25 {
  width: 25px !important;
}

body .w30 {
  width: 30px !important;
}

body .w35 {
  width: 35px !important;
}

body .w40 {
  width: 40px !important;
}

body .w45 {
  width: 45px !important;
}

body .w50 {
  width: 50px !important;
}

body .w60 {
  width: 60px !important;
}

body .w65 {
  width: 65px !important;
}

body .w70 {
  width: 70px !important;
}

body .w75 {
  width: 75px !important;
}

body .w80 {
  width: 80px !important;
}

body .w85 {
  width: 85px !important;
}

body .w90 {
  width: 90px !important;
}

body .w95 {
  width: 95px !important;
}

body .w100 {
  width: 100px !important;
}

body .w110 {
  width: 110px !important;
}

body .w120 {
  width: 120px !important;
}

body .w130 {
  width: 130px !important;
}

body .w140 {
  width: 140px !important;
}

body .w150 {
  width: 150px !important;
}

body .w160 {
  width: 160px !important;
}

body .w170 {
  width: 170px !important;
}

body .w180 {
  width: 180px !important;
}

body .w200 {
  width: 200px !important;
}

body .w250 {
  width: 250px !important;
}

body .w280 {
  width: 280px !important;
}

body .w-3 {
  width: 3% !important;
}

body .w-4 {
  width: 4% !important;
}

body .w-5 {
  width: 5% !important;
}

body .w-7 {
  width: 7% !important;
}

body .w-8 {
  width: 8% !important;
}

body .w-13 {
  width: 13% !important;
}

body .w-12 {
  width: 12% !important;
}

body .w-10 {
  width: 10% !important;
}

body .w-15 {
  width: 15% !important;
}

body .w-17 {
  width: 17% !important;
}

body .w-18 {
  width: 18% !important;
}

body .w-20 {
  width: 20% !important;
}

body .w-22 {
  width: 22% !important;
}

body .w-25 {
  width: 25% !important;
}

body .w-30 {
  width: 30% !important;
}

body .w-33 {
  width: 33% !important;
}

body .w-35 {
  width: 35% !important;
}

body .w-40 {
  width: 40% !important;
}

body .w-45 {
  width: 45% !important;
}

body .w-50 {
  width: 50% !important;
}

body .w-55 {
  width: 55% !important;
}

body .w-60 {
  width: 60% !important;
}

body .w-65 {
  width: 65% !important;
}

body .w-70 {
  width: 70% !important;
}

body .w-75 {
  width: 75% !important;
}

body .w-80 {
  width: 80% !important;
}

body .w-85 {
  width: 85% !important;
}

body .w-90 {
  width: 90% !important;
}

body .w-95 {
  width: 95% !important;
}

body .w-100 {
  width: 100% !important;
}

body .max-w-30 {
  max-width: 30%;
}

body .max-w-40 {
  max-width: 40%;
}

body .max-w-45 {
  max-width: 45%;
}

body .max-w-50 {
  max-width: 50%;
}

body .max-w-70 {
  max-width: 70%;
}

body .max-width-200 {
  max-width: 200px;
}

body .min-width-80 {
  min-width: 80px;
}

body .max-width-80 {
  max-width: 80px;
}

body .mg-l10 {
  margin-left: 10px;
}

body .mg-l15 {
  margin-left: 15px;
}

body .mg-l20 {
  margin-left: 20px;
}

body .mg-r5 {
  margin-right: 5px;
}

body .mg-r10 {
  margin-right: 10px;
}

body .mg-r15 {
  margin-right: 15px;
}

body .mg-r20 {
  margin-right: 20px;
}

body .mgt-10 {
  margin-top: 10px;
}

body .mgt-20 {
  margin-top: 20px;
}

body .mgt-30 {
  margin-top: 30px;
}

body .mgt-40 {
  margin-top: 40px;
}

body .mgt-50 {
  margin-top: 50px;
}

body .mgb-0 {
  margin-bottom: 0px;
}

body .mgb-10 {
  margin-bottom: 10px;
}

body .mgb-20 {
  margin-bottom: 20px;
}

body .mgb-30 {
  margin-bottom: 30px;
}

body .mgb-40 {
  margin-bottom: 40px;
}

body .mgb-50 {
  margin-bottom: 50px;
}

body .fs-12 {
  font-size: 12px;
}

body .fs-14 {
  font-size: 14px;
}

body .fs-16 {
  font-size: 16px;
}

body .pd-l10 {
  padding-left: 10px;
}

body .pd-l15 {
  padding-left: 15px;
}

body .pd-l20 {
  padding-left: 20px;
}

body .pd-r10 {
  padding-right: 10px;
}

body .pd-r15 {
  padding-right: 15px;
}

body .pd-r20 {
  padding-right: 20px;
}

body .min-h-70 {
  min-height: 70px;
}

body .bold {
  font-weight: bold;
}

body .p-l-0 {
  padding-left: 0px !important;
}

body .p-r-0 {
  padding-right: 0px !important;
}

body .move_top {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
}

body .ms-choice > span {
  padding: 6px 15px;
}

body button.ms-choice {
  border: none;
}

body .ms-choice > div {
  background-size: 15px;
  background-position: 0px 14px;
}

body .icon-clock {
  background: url(/img/d_im_01.png) no-repeat;
  background-size: 20px;
}

body span.icon-clock {
  padding-left: 25px !important;
  margin-left: -20px;
}

body .wickedpicker__controls {
  padding: 0px;
}

body .wickedpicker {
  z-index: 1100 !important;
}

body .fzlg {
  font-size: 30px;
}

body .mobile-only {
  display: none;
}

body .desktop-only {
  display: block;
}

body .tablet-max {
  display: none;
}

body.scroll_down .move_top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 90px;
  right: 2%;
  background: url("/img/move-top.png") no-repeat;
  background-size: 50px;
  cursor: pointer;
  visibility: visible;
  opacity: 1;
}

/*===== TICKETS =====*/
.modal-ticket .modal-content {
  background-color: #fffcf7;
}

.wrap-modal .header,
.modal-ticket .header {
  position: relative;
  padding: 10px;
  background-color: #f2f2f2;
  text-align: center;
}

.wrap-modal .close,
.modal-ticket .close {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.modal-ticket .modal-title {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
}

.modal-ticket .wrap-pay {
  margin-top: 5px;
}

.wrap-modal .note1 span,
#modal-order .note1 span,
#modal-order .note2 span,
#modal-order .note3,
.modal-ticket .modal-body .note,
.modal-ticket .company-name {
  color: #ff247a;
  font-size: unset;
}

.text-confirm-order,
.modal-ticket .re-pay {
  color: #e6a23d;
}

.modal-ticket hr {
  width: calc(100% - 32px);
  margin: 5px auto;
}

.modal-ticket .modal-body .account-name {
  background-color: #f2f2f2;
  padding: 6px;
  border-left: solid 4px #ffc000;
}

.modal-ticket .modal-body .wrap-tick-number {
  border: solid 1px rgb(0,0,0,.1);
  padding: 10px 6px;
}

#offer-notify .modal-content,
#header-order {
  padding: 20px 0;
  background-color: #fffcf7;
}

#dialog-title,
#modal-messages .title,
#header-order .title {
  font-weight: 600;
}

#modal-order hr {
  margin: 0 auto;
}

#modal-order .modal-body .wrap-tick-number {
  padding: 6px;
}

#modal-order .static-value{
  position: absolute;
  top: 60%;
  transform: translateY(-60%);
  left: 10px;
  z-index: 1;
}

#form-request .text-quantity,
#modal-order .text-inner-title {
  font-weight: 600;
  font-size: 15px;
}

#price {
  padding-left: ;
}

.note-cancel-order {
  color: #ff0000;
  font-size: 15px;
}

.custom-checkbox input {
  padding: 0;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custom-checkbox label {
  position: relative;
  cursor: pointer;
}

.custom-checkbox label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #cdcdcd;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-right: 10px;
  border-radius: 3px;
}

.custom-checkbox input[type="checkbox"]:disabled + label:before {
  border-color: #eee;
  background-color: #eee;
}

.custom-checkbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 5px;
  height: 12px;
  border: solid #0ab0f0;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

@media (max-width: 575.98px) {
  :root{
    --with-container: width: 540px;
  }

  header .page-title {
    font-size: 18px !important;
  }

  .company_register_form .control-label.required {
    width: auto;
  }

  .company_register_form .control-label.required:after {
    position: unset !important;
    top: 0px;
  }

  .company_register_form .find-address {
    margin-top: 10px;
  }
}

@media (max-width: 767.98px) {
  :root{
    --with-container: width: 720px;
  }

  .mobile-only {
    display: block !important;
  }

  .desktop-only {
    display: none !important;
  }

  footer.footer .align-bottom .col-footer-lg {
    display: none;
  }

  footer.footer .align-bottom .col-footer-center {
    width: 100% !important;
    text-align: center;
  }

  footer.footer .align-bottom .col-footer-center .footer-logo {
    max-width: 150px !important;
    padding-bottom: 15px;
  }

  body footer.footer .container.container-bg {
    display: none;
  }

  body footer.footer .row.align-bottom {
    top: 0px;
  }

  body footer.footer .row.align-bottom .col-md-4.text-center .footer-logo {
    padding-top: 25px;
  }

  body footer.footer .row.align-bottom .col-md-4.text-left,
  body footer.footer .row.align-bottom .col-md-4.text-right {
    display: none;
  }

  body .move_top,
  body.scroll_down .move_top {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
  }
}

@media (max-width: 991.98px) {
  :root{
    --with-container: width: 960px;
  }

  body .tablet-max {
    display: block !important;
  }

  body .navbar-collapse.desktop-only {
    display: none;
  }

  body .content-wrapper .container .box {
    padding: 0px 15px;
  }

  body .page-title {
    font-size: 24px !important;
  }

  body footer.footer .col-footer-center {
    width: 150px;
  }

  body footer.footer .col-footer-lg {
    width: calc(50% - 75px);
    max-width: calc(50% - 75px);
    font-size: 12px;
  }

  body footer.footer .col-footer-lg ul li a {
    padding: 0px 0px 0px 15px;
    font-size: 10px;
  }

  body footer.footer .bottom-align-text strong {
    padding-left: 5px !important;
    font-size: 10px;
  }

  body footer.footer ul li:last-child {
    padding-right: 5px;
  }
}

@media (max-width: 1090px) {
  footer.footer .col-footer-center {
    width: 200px !important;
  }

  footer.footer .col-footer-center .footer-logo {
    padding-top: 10px;
  }

  footer.footer .col-footer-lg {
    width: calc(50% - 125px) !important;
    max-width: calc(50% - 125px) !important;
  }
}

.line-break-anywhere {
  line-break: anywhere;
}
.video-profile {
    position: relative;
}
.d-lock-ticket {
    position: absolute;
    left: 0px;
    top: -15px;
    max-width: 45px !important;
    cursor: pointer;
}
.ticket-lock-applicant {
    position: absolute;
    width: 30px;
    left: 16px;
    top: -13px;
}
.btn-dark-disabled.disabled,.btn-dark-disabled:disabled{
    color: #fff;
    background-color: #b2b2b2;
    border-color: #b2b2b2;
}
/*.text-danger.font-weight-bold {*/
/*    color: red !important;*/
/*}*/
.text-underline {
    text-decoration: underline;
}
.guest-front-title {
    position: relative;
    padding: 0px 110px 0 20px;
    font-weight: bold;
    color: #4F5357;
}
.guest-front-title>img {
    width: 110px;
    right: 10px;
    top: 0px;
    position: absolute;
}
.text-warning2 {
    color: #e36c09;
}
.main-content-small {
    max-width: 930px;
    margin: 0 auto;
}
.title-pricing {
    font-size: 32px;
    font-weight: bold;
    color: #595959;
}
.pricing-main {
    display: flex;justify-content: center;
    flex-wrap: wrap;
}
.pricing-main-card {
    width: 345px;
    background-color: #fff;
    padding: 9px;
    border-radius: 10px;
    border: solid 2px #dedede;
    box-shadow: 1px 0px 9px 4px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 1px 0px 9px 4px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 1px 0px 9px 4px rgba(0, 0, 0, 0.16);
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}
.pricing-main-card-header {
    display: flex;
    justify-content: space-between;
}
.pricing-main-card-button {
    background-color: #f79646;
    padding: 5px 15px;
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
}
.pricing-text-p {
    color: #595959;
    font-size: 14px;
}
span.price-big {
    font-weight: bold;
    font-size: 22px;
    color: #000;
}
.size-22 {
    font-size: 22px;
}
.btn-book-price {
    min-width: 170px;
    padding: 6px;
    font-size: 20px;
    border-radius: 10px;
    box-shadow: 3px 2px 8px 2px rgba(0,0,0,0.13);
    -webkit-box-shadow: 3px 2px 8px 2px rgba(0,0,0,0.13);
    -moz-box-shadow: 3px 2px 8px 2px rgba(0,0,0,0.13);
}
.pricing-main-card-body>div {
    margin-left: 35px;
    position: relative;
    color: #595959;
    border-bottom: dashed 2px #ddd;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
}
.pricing-main-card-body>div.feature-pricing-hide {
    border: none;
    color: #b9b9b9;
}
.pricing-main-card-body>div>div {
    position: absolute;
    left: -35px;
    color: #007eff;
}

.pricing-main-card-body>div.feature-pricing-hide>div {
    border: none;
    color: #b9b9b9;
}
.btn-info-gray:disabled {
    background-color: #A1A2A3 !important;
    border-color: #A1A2A3 !important;
}
.container-fluid-anhtt {
    width: 100% !important;
    border: none !important;
    background: inherit !important;
    max-width: 100%;
}
.login-btn-container {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    margin-bottom: 4px;
    margin-right: 4px;
    z-index: 10;
    line-height: normal;
    transition: transform 0.2s ease;
}

.login-btn-bottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F38173;
    border: 2px solid #000;
    border-radius: 0.5rem;
    transform: translate(0px, 5px);
    z-index: -1;
    transition: transform 0.2s ease;
}

.login-btn-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #ffffff;
    border: 2px solid #000;
    border-radius: 0.5rem;
    padding: 8px 24px;
    margin: 0 !important;
    color: #000;
    font-weight: 550;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    text-decoration: none !important;
    transition: all 0.2s ease;
    z-index: 2;
    white-space: nowrap;
}

.login-btn-top svg {
    display: block;
}

.login-btn-container:hover {
    transform: translateY(-2px);
}

.login-btn-container:hover .login-btn-top {
    background-color: #83B737;
    color: #ffffff;
}

.login-btn-container:active .login-btn-top {
    transform: translate(4px, 4px);
}

.login-btn-container:active .login-btn-bottom {
    transform: translate(4px, 4px);
}

.only-mobile {
    display: none !important;
}

.only-mobile a {
    text-decoration: none;
    color: #333;
    padding: .5rem 0;
}

@media (max-width: 768px) {
    .only-mobile {
        display: block !important;
    }
}

