@charset "UTF-8";
/* Valiant Styles */
html {
  font-synthesis: none;
  -moz-font-feature-settings: kern;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
html* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body, html {
  height: 100%;
  min-height: 100%;
}
body {
  font-family: 'Poppins', 'Roboto', Arial, sans-serif !important;
  font-size: .875rem;
  font-style: normal;
  line-height: 1.6;
  color: #555555 !important;
  background: #fff;
}
p {
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
}
.h1, h1 {
  font-size: 2.5rem;
}
.h2, h2 {
  font-size: 2rem;
}
.h3, h3 {
  font-size: 1.75rem;
}
.h4, h4 {
  font-size: 1.5rem;
}
.h5, h5 {
  font-size: 1.25rem;
}
.h6, h6 {
  font-size: 1rem;
}
h1.heading {
  font-size: 30px;
}
h2.heading {
  font-size: 24px;
}
h3.heading {
  font-size: 21px;
}
h4.heading {
  font-size: 18px;
}
h5.heading {
  font-size: 14px;
}
h6.heading {
  font-size: 12px;
}
h1.titleheading {
  font-size: 32px;
}
h2.titleheading {
  font-size: 28px;
}
h3.titleheading {
  font-size: 24px;
}
h4.titleheading {
  font-size: 18px;
}
h5.titleheading {
  font-size: 14px;
}
h6.titleheading {
  font-size: 12px;
}
@media (max-width: 575.98px) {
  .font-bigger {
    font-size: 32px !important;
    line-height: 100% !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .font-bigger {
    font-size: 36px !important;
    line-height: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .font-bigger {
    font-size: 48px !important;
    line-height: 100% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .font-bigger {
    font-size: 50px !important;
    line-height: 100% !important;
  }
}
@media (min-width: 1200px) {
  .font-bigger {
    font-size: 50px !important;
    line-height: 100% !important;
  }
}
@media (min-width: 1400px) {
  .font-bigger {
    font-size: 60px !important;
    line-height: 100% !important;
  }
}
a {
  color: #004680;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
a:focus, a:hover {
  color: #333333;
  text-decoration: none;
  outline: 0;
}
a:active {
  color: #004680;
  text-decoration: none;
  outline: 0;
}
a.normal-link {
  color: #004680;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
a.normal-link:focus, a.normal-link:hover {
  color: #333333;
  text-decoration: none;
  outline: 0;
}
a.normal-link:active {
  color: #004680;
  text-decoration: none;
  outline: 0;
}
a.underline-link {
  color: #333333;
  text-decoration: underline !important;
  outline: 0;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
a.underline-link:focus, a.underline-link:hover {
  color: #004680;
  text-decoration: underline !important;
  outline: 0;
}
a.underline-link:active {
  color: #333333;
  text-decoration: underline !important;
  outline: 0;
}
section.login-background {
  background: url(../images/login-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: inherit;
  height: 100%;
  max-height: 100%;
}
.card-box {
  box-shadow: 0 2px 5px 0 rgb(217 217 217 / 50%);
  margin-bottom: 24px;
  word-wrap: break-word;
  background-clip: border-box;
  background-color: #fff;
  border: 0 solid transparent;
  border-radius: .25rem;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}
.card-box:hover {
  -webkit-box-shadow: 0 2px 18px 1px rgba(49, 53, 72, .1);
  -moz-box-shadow: 0 2px 18px 1px rgba(49, 53, 72, .1);
  -ms-box-shadow: 0 2px 18px 1px rgba(49, 53, 72, .1);
  box-shadow: 0 2px 18px 1px rgba(49, 53, 72, .1);
}
.card-box .card-header {
  background-color: #fff;
  border-bottom: 0 solid transparent;
  border-bottom-width: 0;
  margin-bottom: 0;
  padding: 1rem 1.25rem;
}
.card-box .card-header:first-child {
  border-radius: .25rem .25rem 0 0;
}
.card-box .card-title {
  color: #6c757d;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
.card-box .card-subtitle {
  font-weight: 400;
  color: #999;
  font-size: 12px;
  line-height: 1;
}
.card-widgets {
  float: right;
}
.card-open-close {
  cursor: pointer;
}
.card-open-close.open-close-drawer i.bi {
  color: #bbb;
  font-size: 18px;
}
.card-open-close a.open-close-drawer i.bi {
  color: #bbb;
  font-size: 18px;
}
.card-open-close .open-close-drawer i.bi:before {
  content: "\F286";
}
.card-open-close.collapsed i.bi:before {
  transform: none;
}
.card-open-close:not(.collapsed) i.bi:before {
  transform: rotate(-180deg) !important;
}
.btn {
  box-shadow: none;
}
.btn:focus {
  box-shadow: none;
}
.btn-brand {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 1;
  background-color: #004680;
  border: 1px solid #004680;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
  border-radius: 3px;
  overflow: hidden;
  width: auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
}
.btn-brand:hover {
  color: #fff;
  background-color: #333333;
  border: 1px solid #333333;
}
.btn-brand:focus, .btn-brand:active {
  color: #fff;
  background-color: #004680;
  border: 1px solid #004680;
}
.btn-brand-outline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #004680;
  color: #004680;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
  border-radius: 3px;
  overflow: hidden;
  width: auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
}
.btn-brand-outline:hover {
  color: #333333;
  background-color: #fff;
  border: 1px solid #333333;
}
.btn-brand-outline:focus, .btn-brand-outline:active {
  color: #004680;
  background-color: #fff;
  border: 1px solid #004680;
}
.brand-1 {
  color: #004680;
}
.brand-2 {
  color: #333;
}
.bg-brand-1 {
  background: #004680;
}
.bg-brand-2 {
  background: #333;
}
label {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  color: #555;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #ddd;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #999;
}
.form-control::-moz-placeholder {
  color: #c8c8c8;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #c8c8c8;
}
.form-control::-webkit-input-placeholder {
  color: #c8c8c8;
}
.form-select {
  font-family: 'Roboto', sans-serif;
  font-size: .875rem;
  color: #555;
  padding: .37rem .75rem;
  font-weight: 400;
  background-size: 8px 8px;
}
.form-select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #999;
}
.form-check-input {
  border: 1px solid rgba(0, 0, 0, .50);
}
.form-check-input:checked {
  background-color: #004680;
  border-color: #004680;
}
.form-check-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea.form-control {
  resize: none;
}
section.customized-modal .modal-header {
  padding: 1em;
  border-radius: 0;
  background: #004680;
  color: #fff;
}
section.customized-modal .modal-content {
  border-radius: 0;
}
section.customized-modal button:focus {
  box-shadow: none;
}
section.customized-modal button.close-button {
  color: #fff;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  font-size: 24px;
}
.popover {
  font-family: 'Roboto', sans-serif;
  border: 1px solid #efefef;
  box-shadow: 0 8px 16px 0 rgba(162, 169, 204, 0.24);
  padding: 0;
}
.popover .popover-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  background-color: #f5f5f5;
  border-bottom: 1px solid #efefef;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}
.popover .popover-body {
  padding: 1rem;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  background-color: #fff;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: #efefef;
}
.bs-popover-auto[x-placement^="top"] .arrow::after, .bs-popover-top .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #efefef;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after, .bs-popover-end > .popover-arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem;
  border-bottom-color: #efefef;
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #efefef;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after, .bs-popover-start > .popover-arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff;
}
header {
  background: #fff;
  position: relative;
}
header .navbar-expand-md .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (max-width: 767.98px) {
  header .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
header .navbar-dark .navbar-brand {
  color: #999;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}
header .navbar-dark .navbar-brand:hover {
  color: #999;
}
header .navbar-dark .navbar-nav .nav-link.active, header .navbar-dark .navbar-nav .show > .nav-link {
  color: #004680;
}
header .navbar-dark .navbar-nav .nav-link {
  color: #555;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
}
header .navbar-dark .navbar-nav .nav-link:hover {
  color: #004680;
  text-decoration: none;
}
header .navbar-dark .navbar-nav .nav-link:focus, header .navbar-dark .navbar-nav .nav-link:active {
  color: #555;
  text-decoration: none;
}
header .navbar-brand {
  margin: 0;
  padding: 0;
}
header .navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
header .navbar-dark .navbar-toggler {
  color: #004680;
  font-size: 24px;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
header .profile-dropdown .dropdown-toggle::after {
  display: none;
}
header .profile-dropdown .dropdown-menu {
  box-shadow: 0 8px 16px 0 rgba(162, 169, 204, 0.24);
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
header .profile-dropdown .dropdown-menu a {
  padding: 0.85em 1em;
  color: #555;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  background: #fff;
}
header .profile-dropdown .dropdown-menu a:hover {
  color: #004680;
  background: #fafafa;
}
header .notification-bell {
  position: relative;
}
header .counter {
  position: absolute;
  top: -15px;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  font-size: .75em;
  padding: 2px 4px;
}
section.page-background {
  background-color: #f7f9fc;
}
.page-content {
  position: relative;
  min-height: 100vh;
}
.table {
  vertical-align: middle;
}
.table thead th {
  font-weight: 500;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}
.table tbody td {
  font-size: 14px;
  font-weight: 400;
  color: #555 !important;
  font-family: 'Roboto', sans-serif;
}
div.dataTables_wrapper .dataTables_length select.form-select {
  background-size: 8px 8px;
}
div.dataTables_wrapper div.dataTables_length label {
  text-transform: capitalize;
  color: #bbb;
}
div.dataTables_wrapper div.dataTables_filter label {
  text-transform: capitalize;
  color: #bbb;
}
div.dataTables_wrapper div.dataTables_info {
  text-transform: capitalize;
  color: #bbb;
  font-family: 'Roboto', sans-serif;
}
.dataTables_paginate .page-item.active .page-link {
  color: #fff;
  background-color: #004680;
  border-color: #004680;
  width: 35px;
  height: 35px;
  line-height: 22px;
  text-align: center;
  box-shadow: none;
}
.dataTables_paginate .pagination-rounded .page-link {
  border-radius: 30px;
  margin: 0 3px;
  border: none;
  border-color: currentcolor;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 1em;
  padding-bottom: 1.5em;
}
.navigation-icon-split {
  height: auto;
  width: auto;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.navigation-icon-split a {
  color: #999 !important;
  background: #fff;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  line-height: 30px;
  border-radius: 5px;
  border: 1px solid #efefef;
  box-shadow: rgba(0, 0, 0, 0.025) 0px 3px 5px;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.navigation-icon-split a:hover {
  color: #004680 !important;
}
.navigation-icon-split a:focus, .navigation-icon-split a:active {
  color: #555 !important;
}
.navigation-icon-split li:after {
  color: #ddd;
}
.navigation-icon-split ul {
  padding: 0;
  margin: 0;
}
.navigation-icon-split li {
  display: inline-block;
  margin: 0;
}
.navigation-icon-split a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 0;
  margin: 0;
  outline: 0;
}
.navigation-icon-split li:after {
  content: "";
  padding: 0px 2.5px;
}
.navigation-icon-split li:last-child:after {
  content: none;
}
.badge-brand {
  display: inline-block;
  padding: .5em .7em .4em .7em;
  font-size: .75em;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-family: 'Roboto', sans-serif;
}
.stat {
  background: #ffffff;
  border-radius: 50%;
  height: 60px;
  padding: .75rem;
  width: 60px;
  line-height: 2;
  text-align: center;
  color: #293042;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  white-space: nowrap;
}
.malaysia {
  background: url("../images/malaysia.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: inherit;
  height: 100vh;
}
.singapore {
  background: url("../images/singapore.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: inherit;
  height: 100vh;
}
.australia {
  background: url("../images/australia.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: inherit;
  height: 100vh;
}
.india {
  background: url("../images/india.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: inherit;
  height: 100vh;
}
.overlay {
  position: relative;
}
.overlay-text {
  z-index: 2;
  position: relative;
}
.overlay:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.40);
  z-index: 1;
}
.region-button {
  appearance: none;
  background-color: #fafafa;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  box-sizing: border-box;
  color: #555;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  list-style: none;
  padding: 8px 20px;
  position: relative;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
}
.region-button:hover {
  color: #333;
  background-color: #fff;
  text-decoration: none;
  transition-duration: 0.1s;
}
.region-button:focus, .region-button:active {
  color: #222;
  background-color: #fff;
  box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
  transition: none 0s;
}
.datepicker.dropdown-menu {
  font-family: 'Helvetica', Arial, sans-serif;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  border: 1px solid #eaecec;
}
.datepicker-dropdown.datepicker-orient-top::before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #eaecec;
}
.dropdown-menu th {
  width: 2rem;
  height: 2rem;
  font-size: .85rem;
  font-weight: 600;
  color: #9a9a9a;
}
.dropdown-menu td {
  width: 2rem;
  height: 2rem;
  font-size: .85rem;
  font-weight: 500;
  color: #afafaf;
}
.btn-navigate {
  background-color: #fff;
  border: 2px solid #555;
  box-sizing: border-box;
  color: #555;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 24px;
  width: 100%;
  outline: 0;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.btn-navigate:hover {
  border-color: #004680;
  color: #004680;
  background: #fff;
  text-decoration: none !important;
}
.btn-navigate:focus {
  border-color: #004680;
  color: #004680;
  background: #fff;
  text-decoration: none !important;
}
.btn-navigate:active {
  border-color: #004680;
  color: #004680;
  background: #fff;
  text-decoration: none !important;
}