@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300i,400,400i,600,600i,700,700i&display=swap");
/* ---------------------------------- System Colors ----------------------------------  */
/* Material Icons */
.mdi {
  /* Required */
  font-family: "Material Design Icons";
  vertical-align: middle;
  /* Rules for sizing the icon. */
  /* Rules for using icons as black on a light background. */
  /* Rules for using icons as white on a dark background. */
}
.mdi-18 {
  font-size: 18px;
}
.mdi-20 {
  font-size: 20px;
}
.mdi-24 {
  font-size: 24px;
}
.mdi-30 {
  font-size: 30px;
}
.mdi-36 {
  font-size: 36px;
}
.mdi-48 {
  font-size: 48px;
}
.mdi.md-dark {
  color: rgba(0, 0, 0, 0.54);
}
.mdi.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}
.mdi.md-light {
  color: rgb(255, 255, 255);
}
.mdi.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

/* ---------------------------------- HTML5 Tags ----------------------------------  */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/* ---------------------------------- Form Error ---------------------------------- */
select.error, input[type=text].error, input[type=password].error, input[type=email].error, input[type=tel].error, textarea.error, button.error {
  border: solid 1px #D14646;
  border-radius: 6px 6px 6px 0;
}

.errormsg {
  font-weight: normal;
  color: #fff;
  background-color: #D14646;
  padding: 5px 15px;
  line-height: 20px;
  white-space: nowrap;
}
.errormsg .arrow {
  display: none;
  z-index: 1;
  position: absolute;
  top: -8px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #D14646;
}

/* ---------------------------------- Responsive items ---------------------------------- */
table, img, iframe {
  max-width: 100%;
  height: auto;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

.img-responsive, .vdo-responsive {
  width: 100%;
  display: block;
}

.img-hidden {
  visibility: hidden;
}

/* ---------------------------------- Fluid Youtube Video ---------------------------------- */
.vdowrap {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.vdowrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ---------------------------------- Main ---------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans";
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
body:after {
  content: "desktop";
  display: none;
}

@media (max-width: 992px) {
  body:after {
    content: "tablet";
  }
}
@media (max-width: 768px) {
  body:after {
    content: "tablet";
  }
}
@media (max-width: 576px) {
  body:after {
    content: "mobile";
  }
}
@media (max-width: 320px) {
  body:after {
    content: "mobile";
  }
}
.left {
  float: left;
}

.right {
  float: right;
}

.clr {
  clear: both;
}

.point {
  cursor: pointer;
}

.anchor {
  padding-top: 40px;
  margin-top: -40px;
}

.border {
  border: solid 1px #D14646;
}

*:focus {
  outline: none !important;
}

.container {
  max-width: 1200px;
}

/* ---------------------------------- Breadcrumb ---------------------------------- */
.breadcrumb {
  padding: 0;
  background-color: transparent;
  font-size: 14px;
  margin: 0;
}
.breadcrumb a {
  color: #4C5860;
}
.breadcrumb .divider {
  font-size: 10px;
  padding: 0 5px;
}
.breadcrumb .divider img {
  margin-top: -4px;
}
.breadcrumb .active {
  color: #ebb257;
  text-decoration: none;
}

/* ---------------------------------- Helper ---------------------------------- */
.helper {
  color: #b7b7b7;
  font-size: 12px;
}

/* ---------------------------------- Helpbox ---------------------------------- */
.helpbox {
  cursor: pointer;
  color: #ebb257;
  position: absolute;
  margin-top: -2px;
  margin-left: 5px;
  font-size: 20px;
}

/* ---------------------------------- Form Input ---------------------------------- */
.FormInput, .login form input, .forgot form input, .form input {
  border-color: #4C5860;
  color: #4C5860;
  height: 42px;
}
.FormInput:focus, .login form input:focus, .forgot form input:focus, .form input:focus {
  color: #4C5860;
  border-color: #ebb257 !important;
  box-shadow: none;
}

/* ---------------------------------- Input ---------------------------------- */
::-moz-placeholder {
  color: rgba(38, 42, 45, 0.5) !important;
  opacity: 1 !important;
  font-size: 14px;
}
::placeholder {
  color: rgba(38, 42, 45, 0.5) !important;
  opacity: 1 !important;
  font-size: 14px;
}

::-webkit-input-placeholder {
  color: rgba(38, 42, 45, 0.5) !important;
  opacity: 1 !important;
  font-size: 14px;
}

:-moz-placeholder {
  color: rgba(38, 42, 45, 0.5) !important;
  opacity: 1 !important;
  font-size: 14px;
}

::-moz-placeholder {
  color: rgba(38, 42, 45, 0.5) !important;
  opacity: 1 !important;
  font-size: 14px;
}

:-ms-input-placeholder {
  color: rgba(38, 42, 45, 0.5) !important;
  opacity: 1 !important;
  font-size: 14px;
}

input[type=button], input[type=submit] {
  border-radius: 0;
}

input[type=tel], input[type=email], input[type=number], input[type=text], input[type=password], input[type=search] {
  font-size: 14px;
  border-radius: 0px;
  border-color: rgba(38, 42, 45, 0.5) !important;
}

input.focus, input:focus, input.active.focus, input.active:focus, input:active.focus, input:active:focus, input.form-control:focus, .btn.focus, .btn:focus, .btn.active.focus, .btn.active:focus, .btn:active.focus, .btn:active:focus, .btn.form-control:focus {
  border-color: #ebb257;
  outline-width: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.input-group .form-control {
  border-radius: 0px 0px 0px 0px !important;
}
.input-group .input-group-text {
  border-radius: 2px 0px 0px 2px !important;
  background-color: #fff;
  border-color: #ebb257;
  font-size: 11px;
}
.input-group .input-group-text .material-icons {
  font-size: 15px;
}

/* ---------------------------------- Checkbox ---------------------------------- */
input[type=checkbox] {
  width: 13px;
  height: 13px;
  margin: 7px 0 0 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  display: block;
  float: left;
  position: relative;
  cursor: pointer;
}
input[type=checkbox]:after {
  border: solid 1px #ebb257;
  margin: -1px 0 0 -2px;
  height: 15px;
  width: 15px;
  font-size: 13px;
  line-height: 13px;
  background: #fff;
  content: "";
  text-align: center;
  position: absolute;
  cursor: pointer;
}
input[type=checkbox]:checked:after {
  background: #ebb257;
  content: "✓";
  color: #fff;
}
input[type=checkbox]:disabled:after {
  background: lightgray !important;
  border-color: lightgray !important;
}

.checkbox label {
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
.checkbox label input[type=checkbox] {
  margin-right: 8px;
  cursor: pointer;
}

/* ---------------------------------- Radio ---------------------------------- */
input[type=radio]:after {
  border: 1px solid #262A2D;
  width: 17px;
  height: 17px;
  border-radius: 17px;
  top: -3px;
  left: -2px;
  background-color: #fff;
  position: relative;
  content: "";
  display: inline-block;
  visibility: visible;
}
input[type=radio]:checked:after {
  background-color: #ebb257;
  width: 17px;
  height: 17px;
  border-radius: 17px;
  top: -3px;
  left: -2px;
  border: 0px solid white;
  position: relative;
  content: "";
  display: inline-block;
  visibility: visible;
}

.radio label {
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
.radio label input[type=radio] {
  margin-right: 8px;
  cursor: pointer;
}

/* ---------------------------------- Select ---------------------------------- */
select.focus, select:focus, select.active.focus, select.active:focus, select:active.focus, select:active:focus, select.form-control:focus {
  border-color: #ebb257;
  outline-width: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.select2-selection__rendered {
  line-height: 38px !important;
}

.select2-selection {
  height: 38px !important;
}

.select2-selection__arrow {
  height: 38px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-image: linear-gradient(#4C5860, #4C5860);
  color: #fff;
}

/* ---------------------------------- Datepicker ---------------------------------- */
.daterangepicker {
  left: 0;
  top: 0;
  margin: 0;
}
.daterangepicker .in-range {
  background-color: #4C5860 !important;
  color: #000 !important;
}
.daterangepicker .today {
  background-color: #ebb257 !important;
  color: #fff !important;
}
.daterangepicker .start-date, .daterangepicker .end-date {
  background-color: #ebb257 !important;
  color: #fff !important;
}
.daterangepicker .btn {
  font-size: 12px !important;
}
.daterangepicker .btn-primary {
  background-color: #ebb257;
  color: #fff;
  border-color: #ebb257;
}
.daterangepicker .btn-primary:hover, .daterangepicker .btn-primary:active, .daterangepicker .btn-primary:focus {
  opacity: 0.7;
  background-color: #fff;
  color: #ebb257;
  border-color: #ebb257;
}

.datepicker:hover, .datepicker-notbeforetoday:hover, .daterangepicker:hover {
  cursor: pointer;
}

.ui-widget-header {
  background-color: transparent !important;
  border: none !important;
}
.ui-datepicker {
  z-index: 999;
  font-size: 16px;
}
.ui-datepicker-calendar {
  font-size: 12px !important;
}
.ui-datepicker-month {
  font-size: 12px !important;
}
.ui-datepicker-year {
  font-size: 12px !important;
}
.ui-datepicker-title {
  background-color: transparent !important;
}
.ui-datepicker-next, .ui-datepicker-prev {
  border: none;
}
.ui-datepicker-next-hover, .ui-datepicker-prev-hover {
  cursor: pointer;
  border: none !important;
  top: 2px !important;
}
.ui-datepicker-prev-hover {
  left: 2px !important;
}
.ui-datepicker-next-hover {
  right: 2px !important;
}
.ui-state-default {
  padding: 5px !important;
  border-radius: 5px !important;
  background-color: transparent !important;
  border: none !important;
  text-align: center !important;
}
.ui-state-highlight {
  background-color: #ebb257 !important;
  border-color: #ebb257 !important;
  color: #fff !important;
}
.ui-state-active {
  background-color: #ebb257 !important;
  border-color: #ebb257 !important;
  color: #fff !important;
}

/* ---------------------------------- Buttons ---------------------------------- */
.btn-extra:hover, .btn-extra:active, .btn-extra:focus, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-selected {
  cursor: pointer;
  color: #ebb257 !important;
  border-color: #ebb257 !important;
  background-color: #fff !important;
  opacity: 1 !important;
}

.btn {
  padding: 5px 50px;
  font-size: 14px;
  border-radius: 34px;
  border-width: 2px;
  position: relative;
}
.btn-custom {
  margin-right: 15px;
  padding: 5px 40px;
}
.btn-small {
  padding: 2px 30px !important;
}
.btn-medium {
  padding: 10px 20px !important;
}
.btn-primary {
  background-color: #ebb257;
  border-color: #ebb257;
  color: #fff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  border-color: #ebb257 !important;
  color: #ebb257 !important;
}
.btn-secondary {
  background-color: #262A2D;
  border-color: #262A2D;
  color: #fff;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  border-color: #262A2D !important;
  color: #262A2D !important;
}
.btn-extra {
  background-color: rgba(76, 88, 96, 0.1) !important;
  border-color: rgba(76, 88, 96, 0.1) !important;
  color: #000;
}
.btn-extra:hover, .btn-extra:active, .btn-extra:focus {
  border-color: rgba(76, 88, 96, 0.1) !important;
  color: #000 !important;
}
.btn-link {
  color: #ebb257;
  padding: 0px !important;
  margin: 0px !important;
  text-decoration: none;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
  text-decoration: none;
  color: #ebb257;
}
.btn:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.btn.focus, .btn:focus, .btn.active.focus .btn.active:focus, .btn:active.focus, .btn:active:focus {
  outline: none !important;
  box-shadow: none;
}

@media (max-width: 768px) {
  .btn {
    font-size: 14px;
  }
}
/* ---------------------------------- Alert ---------------------------------- */
.alert {
  border-radius: 0;
  border: 0;
  margin: 0;
  margin-bottom: 30px;
}
.alert .mdi {
  font-size: 40px;
}
.alert .headline {
  font-weight: 600;
  font-size: 20px;
  padding-top: 10px;
}
.alert-danger {
  color: #D14646;
}

@media (max-width: 576px) {
  .alert .mdi {
    font-size: 30px;
  }
}
/* ---------------------------------- Spinner ---------------------------------- */
.spinner-border {
  color: #ebb257;
}

/* ---------------------------------- For Animation on Scroll ---------------------------------- */
.slideanim {
  visibility: hidden;
  visibility: visible\9 ; /*For old IE browsers IE6-8 */
}
.slideanim.slide, .slideanim.fadein.slide {
  visibility: visible;
  animation: fadeIn 2s;
}
.slideanim.slide-up.slide {
  animation: slideYUp 1s;
}
.slideanim.slide-down.slide {
  animation: slideYDown 1s;
}
.slideanim.slide-left.slide {
  animation: slideXLeft 1s;
}
.slideanim.slide-right.slide {
  animation: slideXRight 1s;
}
.slideanim::after {
  content: "";
  display: table;
  clear: both;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateZ(-50%);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes slideYUp {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideYDown {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideXLeft {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideXRight {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* ---------------------------------- Slanted ---------------------------------- */
.slanted-top-left {
  -webkit-clip-path: polygon(0% 30px, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 30px, 100% 0%, 100% 100%, 0% 100%);
}
.slanted-top-right {
  -webkit-clip-path: polygon(0 0, 100% 30px, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 30px, 100% 100%, 0 100%);
}
.slanted-bottom-left {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 30px));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 30px));
}
.slanted-bottom-right {
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 30px), 0% 100%);
  clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 30px), 0% 100%);
}

@media (max-width: 992px) {
  .slanted-top-left {
    -webkit-clip-path: polygon(0% 40px, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 40px, 100% 0%, 100% 100%, 0% 100%);
  }
  .slanted-top-right {
    -webkit-clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%);
  }
  .slanted-bottom-left {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
  }
  .slanted-bottom-right {
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 40px), 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 40px), 0% 100%);
  }
}
@media (max-width: 768px) {
  .slanted-top-left {
    -webkit-clip-path: polygon(0% 30px, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 30px, 100% 0%, 100% 100%, 0% 100%);
  }
  .slanted-top-right {
    -webkit-clip-path: polygon(0 0, 100% 30px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 30px, 100% 100%, 0 100%);
  }
  .slanted-bottom-left {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 30px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 30px));
  }
  .slanted-bottom-right {
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 30px), 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 30px), 0% 100%);
  }
}
@media (max-width: 576px) {
  .slanted-top-left {
    -webkit-clip-path: polygon(0% 20px, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 20px, 100% 0%, 100% 100%, 0% 100%);
  }
  .slanted-top-right {
    -webkit-clip-path: polygon(0 0, 100% 20px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 20px, 100% 100%, 0 100%);
  }
  .slanted-bottom-left {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 20px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 20px));
  }
  .slanted-bottom-right {
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 20px), 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 20px), 0% 100%);
  }
}
@media (max-width: 320px) {
  .slanted-top-left {
    -webkit-clip-path: polygon(0% 10px, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 10px, 100% 0%, 100% 100%, 0% 100%);
  }
  .slanted-top-right {
    -webkit-clip-path: polygon(0 0, 100% 10px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 10px, 100% 100%, 0 100%);
  }
  .slanted-bottom-left {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 10px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 10px));
  }
  .slanted-bottom-right {
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 10px), 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 10px), 0% 100%);
  }
}
/* ---------------------------------- Modal ---------------------------------- */
.modal-content {
  padding-top: 20px;
  font-size: 14px;
  border: solid 8px #262A2D !important;
  color: #000 !important;
}
.modal-footer {
  border-radius: 0;
  background-color: #262A2D !important;
  border-color: #262A2D;
}
.modal-footer .btn-link {
  color: #fff;
  padding: 0;
  margin-right: 30px;
}
.modal-footer .btn-link:hover {
  text-decoration: underline;
  color: #fff;
  opacity: 1;
}

@media (max-width: 766px) {
  .modal-body {
    padding-top: 10px;
  }
}
/* ---------------------------------- Login ---------------------------------- */
@media (min-width: 768px) {
  .h-md-100 {
    height: 100% !important;
  }
}
.login, .forgot {
  width: 100%;
}
.login-logo, .forgot-logo {
  position: absolute;
  margin: 50px 0 0 50px !important;
}
.login-logo img, .forgot-logo img {
  max-width: 120px;
}
.login h1, .forgot h1 {
  color: #262A2D;
  font-size: 28px;
  font-weight: 700;
}
.login h2, .forgot h2 {
  font-size: 16px;
  color: rgba(76, 88, 96, 0.75);
}
.login form .btn, .forgot form .btn {
  padding: 6px 30px;
  font-weight: 600;
}
.login-copyright, .forgot-copyright {
  position: absolute;
  width: 50% !important;
  text-align: center;
  bottom: 40px;
  color: #4C5860;
  font-size: 11px;
  font-weight: 600;
}

@media (max-width: 766px) {
  .login, .forgot {
    border: none;
    margin-top: 20px;
  }
  .login-logo, .forgot-logo {
    position: relative;
    margin: 10px 0 0 0 !important;
  }
  .login-copyright, .forgot-copyright {
    position: relative;
    width: 100% !important;
    bottom: 0px;
    top: 40px;
  }
}
/* ---------------------------------- Header ---------------------------------- */
header {
  position: relative;
  z-index: 99;
  background-color: #fff;
  width: 100%;
  height: 70px;
}
header .logo {
  display: inline-block;
}
header .name {
  border-radius: 34px;
  background: rgba(76, 88, 96, 0.1);
  border: solid 2px transparent;
  padding: 7px 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  vertical-align: middle;
  margin-right: 5px;
  font-weight: bold !important;
}
header .name-icon {
  font-size: 20px;
}
header .name:hover {
  background-color: transparent;
  border-color: rgba(76, 88, 96, 0.1);
}
header nav {
  font-size: 16px;
  letter-spacing: 0;
  margin-top: 0px;
}
header nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header nav ul li {
  position: relative;
  display: inline-block;
  color: #4C5860;
  cursor: pointer;
  margin: 0 10px;
}
header nav ul li a {
  color: #4C5860;
  text-decoration: none; /*text-shadow: 0px 0px 2px $Color-DarkGreen;*/
}
header nav ul li a:hover, header nav ul li a.current {
  opacity: 1;
  text-decoration: none;
  color: #ebb257 !important;
}
header nav ul .flexMenu-popup {
  right: 0px;
  z-index: 1;
  padding: 10px 20px !important;
  text-align: left;
  background-color: #fff;
  box-shadow: 5px 5px 10px #505050;
}
header nav ul .flexMenu-popup hr {
  margin: 5px 0;
}
header nav ul .flexMenu-popup li {
  line-height: 35px;
  color: #4C5860;
  white-space: nowrap;
  margin-bottom: 5px;
  display: block;
  cursor: pointer;
}
header nav ul .flexMenu-popup li a {
  color: #ebb257;
  text-shadow: none;
}
header nav ul .flexMenu-popup li a:hover, header nav ul .flexMenu-popup li a.current {
  opacity: 1;
  text-decoration: none;
  color: #ebb257;
}
header nav ul .flexMenu-popup li:after {
  content: "";
}
header nav ul .flexMenu-popup li.current {
  font-weight: bold;
  cursor: default;
}
header .dropdown {
  display: inline-block;
  cursor: pointer;
  margin: 0;
}
header .dropdown-item {
  font-size: 13px;
}
header .dropdown-item:hover, header .dropdown-item:active {
  background-color: #fff;
  color: #262A2D;
}
header .dropdown-item:active {
  opacity: 0.7;
}
header .dropdown .btn-link {
  color: #262A2D;
  padding: 0;
  margin-top: 0;
}
header .dropdown-toggle.noarrow .bi {
  font-size: 30px;
  color: #262A2D;
}
header .dropdown-toggle.noarrow:hover .bi {
  color: #262A2D;
}
header .dropdown .bi {
  width: 18px;
  height: 22px;
}

@media (max-width: 766px) {
  header .name {
    text-align: right;
  }
}
/* ---------------------------------- Main ---------------------------------- */
main {
  margin: 30px 0 60px 0;
  min-height: calc(100vh - 453px);
}
main.loginmain {
  margin-top: 0;
}
main .text a {
  color: #ebb257 !important;
}

a {
  color: #4C5860 !important;
  text-decoration: none;
}
a:hover, a.current {
  color: #ebb257 !important;
  text-decoration: underline;
}

a.btn {
  text-decoration: none;
}

footer {
  font-size: 12px;
  color: #fff;
  padding: 85px 0 60px 0;
  background: linear-gradient(0deg, #262A2D 0%, #262A2D 100%), linear-gradient(0deg, #262A2D 0%, #262A2D 100%), #F9C34F;
}
footer .copyright {
  color: rgba(255, 255, 255, 0.5019607843);
  font-size: 11px;
  padding-top: 60px;
}