@charset "UTF-8";
@import url("https://cdn.materialdesignicons.com/5.4.55/css/materialdesignicons.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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 {
  display: inline-block;
  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 {
  background-color: #E6E7E7;
  font-family: "Inter";
  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;
}

/* ---------------------------------- H1, H2, H3 ---------------------------------- */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-weight: normal;
  color: #0B3C45;
  overflow: hidden;
  text-overflow: ellipsis;
}

h1, .h1 {
  font-size: 40px;
  margin-bottom: 15px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 20px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

@media (max-width: 576px) {
  h1, .h1 {
    font-size: 30px;
  }
  h2, .h2 {
    font-size: 24px;
  }
}
/* ---------------------------------- Datatable ---------------------------------- */
.dataTables_filter {
  color: #0B3C45;
}
.dataTables_filter input[type=search] {
  border-radius: 4px;
  border: solid 1px #70767D;
  text-indent: 10px;
  line-height: 30px;
  height: 30px;
}
.dataTables_filter input[type=search]::-moz-placeholder {
  opacity: 1;
}
.dataTables_filter input[type=search]::placeholder {
  opacity: 1;
}

/* ---------------------------------- Breadcrumb ---------------------------------- */
.breadcrumb {
  padding: 0;
  background-color: transparent;
}
.breadcrumb a {
  color: #000;
}
.breadcrumb .divider img {
  margin-top: -4px;
}
.breadcrumb .active {
  color: #000;
  text-decoration: underline;
}

/* ---------------------------------- Helper ---------------------------------- */
.helper {
  color: #b7b7b7;
  font-size: 12px;
  line-height: 16px !important;
  display: block;
  padding-top: 5px;
}
.helper-extra {
  font-size: 14px;
  color: #505050;
}

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

/* ---------------------------------- Input ---------------------------------- */
::-moz-placeholder {
  color: #70767D !important;
  opacity: 1 !important;
}
::placeholder {
  color: #70767D !important;
  opacity: 1 !important;
}

::-webkit-input-placeholder {
  color: #70767D !important;
  opacity: 1 !important;
}

:-moz-placeholder {
  color: #70767D !important;
  opacity: 1 !important;
}

::-moz-placeholder {
  color: #70767D !important;
  opacity: 1 !important;
}

:-ms-input-placeholder {
  color: #70767D !important;
  opacity: 1 !important;
}

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

input[type=tel], input[type=email], input[type=number], input[type=text], input[type=search] {
  border-radius: 12px !important;
  border-color: #0B3C45;
}

input, textarea {
  background-color: #E2FEEC;
}
input.focus, input:focus, input.active.focus, input.active:focus, input:active.focus, input:active:focus, input.form-control:focus, textarea.focus, textarea:focus, textarea.active.focus, textarea.active:focus, textarea:active.focus, textarea:active:focus, textarea.form-control:focus {
  border-color: #0B3C45;
  outline-width: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
input:-moz-read-only, textarea:-moz-read-only {
  background-color: #3A95A6;
}
input:read-only, textarea:read-only {
  background-color: #3A95A6;
}
input:-moz-read-only.focus, input:-moz-read-only:focus, textarea:-moz-read-only.focus, textarea:-moz-read-only:focus {
  background-color: #3A95A6;
}
input:read-only.focus, input:read-only:focus, textarea:read-only.focus, textarea:read-only:focus {
  background-color: #3A95A6;
}

.form-group {
  margin-bottom: 10px;
}

.input-group .form-control {
  border-radius: 12px 0px 0px 12px !important;
}
.input-group .input-group-text {
  border-radius: 0px 12px 12px 0px !important;
  background-color: #fff;
  border-color: #0B3C45;
  font-size: 16px;
}
.input-group .input-group-text .material-icons, .input-group .input-group-text .mdi {
  font-size: 16px !important;
}

label {
  margin-bottom: 3px;
}

textarea {
  resize: none;
}

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

.form-check {
  margin-top: 8px;
}
.form-check input[type=checkbox] {
  margin-right: 10px;
  cursor: pointer;
}
.form-check label {
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
.form-check .error {
  display: none !important;
}

@media (max-width: 576px) {
  .form-check {
    margin-top: 10px;
  }
}
/* ---------------------------------- Radio ---------------------------------- */
input[type=radio]:after {
  border: 1px solid #0B3C45;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  top: -2px;
  left: -2px;
  background-color: #fff;
  position: relative;
  content: "";
  display: inline-block;
  visibility: visible;
}
input[type=radio]:checked:after {
  background-color: #96FAB9;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  top: -2px;
  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;
}

@media (max-width: 576px) {
  input[type=radio]:after {
    top: -2px;
    left: -1px;
  }
  input[type=radio]:checked:after {
    top: -2px;
    left: -1px;
  }
}
/* ---------------------------------- Select ---------------------------------- */
select {
  border-radius: 12px !important;
  border-color: #0B3C45 !important;
}
select.focus, select:focus, select.active.focus, select.active:focus, select:active.focus, select:active:focus, select.form-control:focus {
  border-color: #0B3C45;
  outline-width: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

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

.select2-selection--multiple .select2-search__field {
  width: auto !important;
  height: 22px !important;
  margin-top: 8px !important;
}

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

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

.select2-selection--single, .select2-selection--multiple {
  border-color: #ced4da !important;
}

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

.select2-close-mask {
  z-index: 2099;
}

.select2-dropdown {
  z-index: 3051;
}

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

.datepicker, .datepicker-notbeforetoday, .daterangepicker {
  z-index: 1600 !important;
}
.datepicker:hover, .datepicker-notbeforetoday:hover, .daterangepicker:hover {
  cursor: pointer;
}

.ui-widget-header {
  background-color: transparent !important;
  border: none !important;
}
.ui-datepicker {
  z-index: 9;
  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-datepicker-month, .ui-datepicker-year {
  cursor: pointer;
  display: inline-block;
  padding: 2px 10px 2px 10px !important;
  line-height: 1.5;
  margin: 0 2px !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 16px 12px;
  border: 1px solid #c5c5c5 !important;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.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: #0B3C45 !important;
  border-color: #0B3C45 !important;
  color: #fff !important;
}
.ui-state-active {
  background-color: #0B3C45 !important;
  border-color: #0B3C45 !important;
  color: #fff !important;
}

.text-primary {
  color: #0B3C45 !important;
}

/* ---------------------------------- Buttons ---------------------------------- */
.btn-danger:hover, .btn-danger:active, .btn-danger:focus .btn-danger:disabled, .btn-danger.disabled, .btn-orange:hover, .btn-orange:active, .btn-orange:focus .btn-orange:disabled, .btn-orange.disabled, .btn-extra:hover, .btn-extra:active, .btn-extra:focus .btn-extra:disabled, .btn-extra.disabled, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus .btn-secondary:disabled, .btn-secondary.disabled, .btn-primary:hover, .btn-primary:active, .btn-primary:focus .btn-primary:disabled, .btn-primary.disabled, .btn-selected {
  cursor: pointer;
  color: #0B3C45 !important;
  border-color: #0B3C45 !important;
  background-color: #fff !important;
}

.btn {
  padding: 5px 50px;
  font-size: 14px;
  border-radius: 24px;
  border-width: 2px;
  position: relative;
}
.btn .bi {
  font-size: 14px !important;
}
.btn-custom {
  margin-right: 15px;
  padding: 5px 40px;
}
.btn-xsmall {
  padding: 3px 10px !important;
}
.btn-small {
  padding: 2px 30px !important;
}
.btn-medium {
  padding: 4px 20px !important;
}
.btn-primary {
  background-color: #0B3C45 !important;
  border-color: #0B3C45;
  color: #96FAB9;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus .btn-primary:disabled, .btn-primary.disabled {
  border-color: #0B3C45 !important;
  color: #0B3C45 !important;
}
.btn-secondary {
  background-color: #0B3C45;
  border-color: #0B3C45;
  color: #96FAB9;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus .btn-secondary:disabled, .btn-secondary.disabled {
  border-color: #0B3C45 !important;
  color: #0B3C45 !important;
}
.btn-extra {
  background-color: #82b5b9;
  border-color: #82b5b9;
  color: #fff;
}
.btn-extra:hover, .btn-extra:active, .btn-extra:focus .btn-extra:disabled, .btn-extra.disabled {
  border-color: #82b5b9 !important;
  color: #82b5b9 !important;
}
.btn-orange {
  background-color: #96FAB9;
  border-color: #96FAB9;
  color: #0B3C45;
}
.btn-orange:hover, .btn-orange:active, .btn-orange:focus .btn-orange:disabled, .btn-orange.disabled {
  border-color: #96FAB9 !important;
  color: #0B3C45 !important;
}
.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-danger:hover, .btn-danger:active, .btn-danger:focus .btn-danger:disabled, .btn-danger.disabled {
  border-color: #dc3545 !important;
  color: #dc3545 !important;
}
.btn-link {
  color: #0B3C45;
  padding: 0px !important;
  margin: 0px !important;
  text-decoration: none;
}
.btn-link:hover, .btn-link:active, .btn-link:focus .btn-link:disabled, .btn-link.disabled {
  text-decoration: none;
  color: #0B3C45;
}
.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, .btn.disabled, .btn:disabled {
  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: #0B3C45;
}

/* ---------------------------------- 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% 50px, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 50px, 100% 0%, 100% 100%, 0% 100%);
}
.slanted-top-right {
  -webkit-clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%);
}
.slanted-bottom-left {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 50px));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 50px));
}
.slanted-bottom-right {
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 50px), 0% 100%);
  clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 50px), 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%);
  }
}
/* ---------------------------------- Header ---------------------------------- */
header {
  height: 80px;
  border-bottom: solid 1px #ccc;
  background-color: #96FAB9;
}
header .logo {
  max-width: 100px;
}
header nav {
  font-size: 18px;
  letter-spacing: 0;
  text-align: right;
}
header nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header nav ul li {
  position: relative;
  display: inline-block;
  color: #0B3C45;
  cursor: pointer;
}
header nav ul li a {
  color: #0B3C45;
  text-decoration: none;
  padding-bottom: 8px;
}
header nav ul li a:hover {
  color: #0B3C45;
  opacity: 1;
  text-decoration: none;
  border-bottom: solid 2px #0B3C45;
}
header nav ul li a.current {
  color: #0B3C45;
  font-weight: 600;
  opacity: 1;
  border-bottom: solid 2px #0B3C45;
}
header nav ul li:after {
  content: "|";
  margin: 0 6px 0 8px;
  color: #000;
  font-weight: 600;
}
header nav ul li:last-child::after {
  content: "";
}
header nav ul .flexMenu-viewMore a:hover {
  border-bottom: none;
}
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 {
  color: #0B3C45;
  white-space: nowrap;
  margin-bottom: 5px;
  display: flex;
  cursor: pointer;
}
header nav ul .flexMenu-popup li a {
  color: #0B3C45;
  border-bottom: solid 1px transparent !important;
}
header nav ul .flexMenu-popup li a:hover {
  opacity: 1;
  color: #0B3C45;
  text-decoration: none;
  border-bottom: solid 1px #0B3C45;
}
header nav ul .flexMenu-popup li a.current {
  opacity: 1;
  color: #0B3C45;
  cursor: default;
}
header nav ul .flexMenu-popup li:after {
  content: "";
}
header nav ul .flexMenu-popup li.current {
  font-weight: bold;
  cursor: default;
}

@media (max-width: 576px) {
  header nav ul .flexMenu-viewMore {
    font-size: 30px;
  }
  header nav ul .flexMenu-viewMore .flexMenu-popup {
    font-size: 18px;
  }
  header nav ul .flexMenu-viewMore li {
    line-height: 35px;
  }
  header nav ul .flexMenu-viewMore li a {
    display: block;
  }
}
/* ---------------------------------- Odd / Even ---------------------------------- */
.odd, .even {
  line-height: 35px;
}

.odd {
  background-color: #EBECF0;
}

a {
  color: #0B3C45;
}
a:hover {
  color: #0B3C45;
}

/* ---------------------------------- Upload ---------------------------------- */
.uploadArea {
  width: 100%;
  height: 200px;
  background-size: 40px;
  opacity: 0.5;
  position: relative;
  border: 2px dashed #000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='bi bi-upload' viewBox='0 0 16 16'%3E%3Cpath d='M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5z'/%3E%3Cpath d='M7.646 1.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 2.707V11.5a.5.5 0 0 1-1 0V2.707L5.354 4.854a.5.5 0 1 1-.708-.708l3-3z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}
.uploadArea input {
  width: 100%;
  height: 100%;
  opacity: 0;
  border: none;
  cursor: pointer;
}
.uploadArea-text {
  position: absolute;
  z-index: -1;
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
.uploadArea-text-top {
  top: 25px;
}
.uploadArea-text-bottom {
  bottom: 25px;
}
.uploadArea:hover, .uploadArea.dragging {
  filter: invert(30%) sepia(91%) saturate(1078%) hue-rotate(88deg) brightness(92%) contrast(106%);
}

.uploadPreview-file {
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  font-size: 14px;
  background-color: #f0f0f0;
  padding: 5px 8px;
  margin: 5px 5px 5px 0;
  border-radius: 6px;
}
.uploadPreview-file-icon {
  margin-right: 5px;
}
.uploadPreview-file:hover {
  box-shadow: 0px 0px 5px #ddd;
}

/* ---------------------------------- Document ---------------------------------- */
#dvResult {
  padding-top: 20px;
  border-top: solid 1px #0B3C45;
}
#dvResult .calcBox {
  margin: 10px 0;
  text-align: center;
  color: #909090;
  font-size: 18px;
  font-style: italic;
  background-color: #ccc;
  border-radius: 6px;
  height: 100px;
  line-height: 100px;
}

.document {
  margin: 30px 0;
  padding: 20px;
  border-radius: 12px;
  background-color: #FAFFFC;
  color: #000;
  box-shadow: 0 0 5px #ccc;
  /* Confirm */
}
.document .bi {
  font-size: 20px;
}
.document.confirm {
  padding-top: 30px;
}
.document.confirm .mdi {
  font-size: 60px;
  color: #0B3C45;
}

@media (max-width: 576px) {
  .document #dvResult .calcBox {
    font-size: 16px;
  }
}