@charset "UTF-8";
/*######################################################################################################################
     GLOBAL STYLES
######################################################################################################################*/
/**** COLORS **********************************************************************************************************/
/**********************************************************************************************************************/
/**** SHADOWS *********************************************************************************************************/
/**********************************************************************************************************************/
/**** BORDERS *********************************************************************************************************/
/**** FONTS ***********************************************************************************************************/
/**********************************************************************************************************************/
/**** TYPEFACES *******************************************************************************************************/
.F1 {
  font-family: "quicksand";
  font-weight: bold;
  font-size: 20pt;
  line-height: 32pt;
  text-transform: uppercase;
}
.F2 {
  font-family: "quicksand";
  font-size: 12pt;
  line-height: 21pt;
}
.F3 {
  font-family: "quicksand";
  font-size: 11pt;
  line-height: 13pt;
}
.F3S {
  font-family: "quicksand";
  font-size: 9pt;
  line-height: 11pt;
}
.F4 {
  font-family: "quicksand";
  font-size: 16pt;
  line-height: 19pt;
}
.F4b {
  font-family: "quicksand";
  font-size: 16pt;
  line-height: 19pt;
  font-weight: bold;
}
.F5 {
  font-family: "quicksand";
  font-weight: bold;
  font-size: 10pt;
  line-height: 14pt;
  text-transform: uppercase;
}
.F6 {
  font-family: "quicksand";
  font-weight: bold;
  font-size: 13pt;
  line-height: 16pt;
}
.F7 {
  font-family: "quicksand";
  font-size: 12pt;
  line-height: 18pt;
  text-transform: uppercase;
}
.F8 {
  font-family: "quicksand";
  font-weight: bold;
  font-size: 6pt;
  line-height: 10pt;
  text-transform: uppercase;
}
.F9 {
  font-family: "quicksand";
  font-size: 8pt;
  line-height: 10pt;
}
.F10 {
  font-family: "quicksand";
  font-weight: bold;
  font-size: 30pt;
}
.F11 {
  font-family: "quicksand";
  font-weight: bold;
  font-size: 9pt;
  line-height: 10pt;
}
.F12 {
  font-family: "roboto_mono";
  font-weight: bold;
  font-size: 10pt;
  line-height: 12pt;
}
.F13 {
  font-family: "quicksand";
  font-size: 14pt;
  line-height: 16pt;
}
/**********************************************************************************************************************/
.F13b {
  font-family: "quicksand";
  font-size: 14pt;
  line-height: 16pt;
  font-weight: bold;
}
.F14 {
  font-family: "quicksand";
  font-size: 10pt;
  line-height: 12pt;
}
.F15 {
  font-family: "quicksand";
  line-height: 15pt;
  font-size: 12pt;
}
.F16b {
  font-family: "quicksand";
  font-size: 18pt;
  line-height: 21pt;
  font-weight: bold;
}
.H1 {
  font-size: calc(1.35rem + 1.2vw);
  font-family: "quicksand";
  color: #00488F;
  margin-bottom: 20px;
}
.FS {
  font-size: 12pt;
  font-family: "quicksand";
  color: rgba(0, 0, 0, 0.5);
}
/**** GUARDED MIXINS **************************************************************************************************/
/* mobile first rules */
/* desktop first rules */
/* roboto_mono_regular */
@font-face {
  font-family: 'roboto_mono';
  src: url("/assets/fonts/roboto-mono-regular/RobotoMono-Regular.ttf") format('truetype'), url("/assets/fonts/roboto-mono-regular/RobotoMono-Regular.woff") format('woff'), url("/assets/fonts/roboto-mono-regular/RobotoMono-Regular.woff2") format('woff2');
  font-weight: normal;
  font-style: normal;
}
/* roboto_mono_bold */
@font-face {
  font-family: 'roboto_mono';
  src: url("/assets/fonts/roboto-mono-bold/RobotoMono-Bold.ttf") format('truetype'), url("/assets/fonts/roboto-mono-bold/RobotoMono-Bold.woff") format('woff'), url("/assets/fonts/roboto-mono-bold/RobotoMono-Bold.woff2") format('woff2');
  font-weight: bold;
  font-style: normal;
}
/* quicksand_regular */
@font-face {
  font-family: 'quicksand';
  src: url("/assets/fonts/quicksand-regular/Quicksand-Regular.ttf") format('truetype'), url("/assets/fonts/quicksand-regular/Quicksand-Regular.woff") format('woff'), url("/assets/fonts/quicksand-regular/Quicksand-Regular.woff2") format('woff2');
  font-weight: normal;
  font-style: normal;
}
/* quicksand_bold */
@font-face {
  font-family: 'quicksand';
  src: url("/assets/fonts/quicksand-bold/Quicksand-Bold.ttf") format('truetype'), url("/assets/fonts/quicksand-bold/Quicksand-Bold.woff") format('woff'), url("/assets/fonts/quicksand-bold/Quicksand-Bold.woff2") format('woff2');
  font-weight: bold;
  font-style: normal;
}
.tnk-button-component {
  display: flex;
}
.tnk-button-component .btn-tnk {
  border: none;
  border-radius: 5px;
  background: #00488F;
  display: flex;
  justify-content: center;
  padding: 12px 25px;
}
.tnk-button-component .btn-tnk img,
.tnk-button-component .btn-tnk i {
  height: 15px;
  margin-right: 10px;
}
.tnk-button-component .btn-tnk img {
  margin-top: -2px;
}
.tnk-button-component .btn-tnk.large-icon {
  padding: 10px;
  padding-right: 15px;
}
.tnk-button-component .btn-tnk.large-icon img,
.tnk-button-component .btn-tnk.large-icon i {
  height: 30px;
  margin-right: 15px;
}
.tnk-button-component .btn-tnk.large-icon span {
  margin: auto;
  margin-top: 4px;
}
.tnk-button-component .btn-tnk.btn-direction-right img,
.tnk-button-component .btn-tnk.btn-direction-right i {
  margin-right: 0;
  margin-left: 10px;
}
.tnk-button-component .btn-tnk.btn-direction-right span {
  float: left;
}
.tnk-button-component .btn-tnk.btn-direction-right .img-wrapper {
  margin-left: auto;
}
.tnk-button-component .btn-tnk.btn-direction-left img,
.tnk-button-component .btn-tnk.btn-direction-left i {
  float: left;
}
.tnk-button-component .btn-tnk.btn-direction-left span {
  float: right;
}
.tnk-button-component .btn-tnk.btn-direction-left .img-wrapper {
  margin-right: auto;
}
.tnk-button-component .btn-tnk:hover {
  background-color: #002e5c;
}
.tnk-button-component .btn-tnk.btn-transparent {
  border: none;
  background-color: transparent;
  color: #00488F;
}
.tnk-button-component .btn-tnk.btn-transparent:hover {
  background-color: transparent;
  color: #000000;
}
.tnk-button-component .btn-tnk.btn-transparent:focus {
  border: none;
  box-shadow: none;
}
.tnk-button-component .btn-tnk.btn-secondary {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  color: #000000;
}
.tnk-button-component .btn-tnk.btn-secondary:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #000000;
}
.tnk-button-component .btn-tnk.btn-secondary:focus {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
}
.tnk-button-component .btn-tnk.btn-icon-only {
  width: 45px;
  height: 45px;
  border: none;
  padding: 0;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #000000;
}
.tnk-button-component .btn-tnk.btn-icon-only:hover {
  background-color: #00488F;
}
.tnk-button-component .btn-tnk.btn-icon-only:hover img {
  filter: invert(1);
}
.tnk-button-component .btn-tnk.btn-icon-only:hover i {
  color: #FFFFFF;
}
.tnk-button-component .btn-tnk.btn-icon-only:focus {
  border: none;
  box-shadow: none;
}
.tnk-button-component .btn-tnk.btn-icon-only .img-wrapper {
  margin: auto;
}
.tnk-button-component .btn-tnk.btn-icon-only .img-wrapper img {
  margin: auto;
}
.tnk-button-component .btn-tnk.btn-icon-only i {
  margin-right: 0;
  height: 0;
  margin-top: 7px;
}
.tnk-button-component .btn-tnk.btn-icon-only .loader {
  margin-left: 0;
  margin-top: 12px;
}
.tnk-button-component.danger .btn-tnk {
  background: #EB608023;
  color: #EB6080;
}
.tnk-button-component.danger .btn-tnk:hover {
  background-color: #EB6080;
  color: #FFFFFF;
}
.tnk-button-component.danger .btn-tnk:focus {
  box-shadow: none;
}
.tnk-button-component.outline .btn-tnk {
  background: transparent;
  color: #00488F;
  border: 1px solid #00488F;
}
.tnk-button-component.outline .btn-tnk:hover {
  background-color: transparent;
  color: #000000;
  border: 1px solid #00488F;
}
.tnk-button-component.outline .btn-tnk:focus {
  box-shadow: none;
  border: 1px solid #00488F;
}
.tnk-button-component.white .btn-tnk {
  background: #FFFFFF;
  color: #00488F;
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  padding-top: 8px;
  text-transform: uppercase;
}
.tnk-button-component.white .btn-tnk:hover {
  background-color: #00488F;
  color: #FFFFFF;
  border: 1px solid #00488F;
}
.tnk-button-component.white .btn-tnk:focus {
  box-shadow: none;
  border: 1px solid #00488F;
}
.tnk-button-component[center] {
  justify-content: center;
}
.tnk-button-component[right] {
  justify-content: right;
}
.tnk-button-component .loader {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid;
  border-color: #B2C6DB;
  border-right-color: #00488F;
  animation: loader-animation 0.8s infinite linear;
  margin-left: 10px;
}
@keyframes loader-animation {
  to {
    transform: rotate(1turn);
  }
}
.form-component .input-with-button {
  display: flex;
  flex-wrap: wrap;
}
.form-component .input-with-button .form-item-component {
  width: calc(100% - 100px);
  min-width: 150px;
}
.form-component .input-with-button .form-item-component input {
  border-radius: 5px 0px 0px 5px;
}
.form-component .input-with-button .tnk-button-component {
  width: 100px;
  height: 50px;
}
.form-component .input-with-button .tnk-button-component button {
  border-radius: 0 5px 5px 0;
}
.form-component .input-with-button .tnk-button-component button span {
  margin: auto;
  margin-top: 4px;
}
/**********************************************************************************************************************/
/***INNOVATIVE PLACEHOLDER ELEMENTS************************************************************************************/
.th-innovative-placeholder {
  position: relative;
  margin-bottom: 20px;
}
.th-innovative-placeholder .required-label {
  color: #2499FF;
}
.th-innovative-placeholder .validation-error-msg {
  display: none;
  font-size: 10pt;
  font-family: "quicksand";
}
.th-innovative-placeholder.validation-success input {
  border-color: #00488F;
}
.th-innovative-placeholder.validation-success .validation-icon {
  display: block;
}
.th-innovative-placeholder.validation-success .validation-icon .validation-success-icon {
  color: #00488F;
}
.th-innovative-placeholder.validation-positive input,
.th-innovative-placeholder.validation-positive select {
  border: 1.5px solid #00BB83;
}
.th-innovative-placeholder.validation-positive .validation-icon {
  display: block;
}
.th-innovative-placeholder.validation-positive .validation-icon .validation-success-icon {
  color: #00BB83;
}
.th-innovative-placeholder.validation-positive .validation-error-msg {
  display: block;
  color: #00BB83;
  font-family: "quicksand";
}
.th-innovative-placeholder.validation-error input,
.th-innovative-placeholder.validation-error select {
  border: 1.5px solid #EB6080;
}
.th-innovative-placeholder.validation-error .validation-icon {
  display: block;
}
.th-innovative-placeholder.validation-error .validation-icon .validation-error-icon {
  color: #EB6080;
}
.th-innovative-placeholder.validation-error .validation-error-msg {
  display: block;
  color: #EB6080;
  font-family: "quicksand";
}
.th-innovative-placeholder .form-control[readonly] {
  background-color: #B2C6DB55;
  border: none;
  color: #21212188;
  cursor: default;
  padding-left: 10px;
}
.th-innovative-placeholder .form-control[readonly] ~ label {
  background-color: transparent;
  left: 10px;
}
.th-innovative-placeholder input {
  font-size: 14pt;
  background-color: #B2C6DB55;
  border-radius: 5px;
  border: none;
  height: 50px;
  padding-bottom: 0;
  padding-left: 14px;
  padding-top: 17px;
  font-family: "quicksand";
  color: #000000;
}
.th-innovative-placeholder input:focus {
  background-color: #B2C6DB55 !important;
  color: #00488F;
  outline: none;
}
.th-innovative-placeholder .input-icon {
  position: absolute;
  right: 10px;
  top: 17px;
  width: 20px;
  color: #000000;
  cursor: pointer;
}
.th-innovative-placeholder .option-icon-container {
  position: absolute;
  margin-left: 20px;
  margin-top: 10px;
  background: #00488F;
  padding: 5px;
  border-radius: 30px;
  height: 30px;
  width: 30px;
  color: white;
  overflow: hidden;
  pointer-events: none;
}
.th-innovative-placeholder .option-icon-container img {
  margin-bottom: 10px;
}
.th-innovative-placeholder .option-img-container {
  position: absolute;
  margin-left: 20px;
  margin-top: 10px;
  border-radius: 30px;
  height: 30px;
  width: 30px;
  overflow: hidden;
  pointer-events: none;
}
.th-innovative-placeholder .option-img-container img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.th-innovative-placeholder select {
  background-color: #B2C6DB55;
  color: #000000;
  border-radius: 5px;
  border: none;
  height: 50px;
  padding-bottom: 0;
  padding-top: 15px;
  cursor: pointer;
}
.th-innovative-placeholder select:focus {
  background-color: #B2C6DB55 !important;
  color: #00488F;
  outline: none;
}
.th-innovative-placeholder select.with-icon {
  padding-left: 58px;
}
.th-innovative-placeholder textarea {
  height: 110px;
  padding: 15px;
  padding-top: 20px;
  resize: none;
  font-family: "quicksand";
  font-size: 14pt;
  background-color: #B2C6DB55;
  color: #000000;
  border: none;
  padding-bottom: 0;
  border-radius: 5px;
}
.th-innovative-placeholder textarea:focus {
  background-color: #B2C6DB55 !important;
  color: #00488F;
  outline: none;
}
.th-innovative-placeholder .arrow {
  width: 15px;
  height: 15px;
  float: right;
  position: absolute;
  top: 15px;
  right: 15px;
}
.th-innovative-placeholder .validation-icon {
  display: none;
  width: 15px;
  height: 15px;
  float: right;
  position: absolute;
  top: 15px;
  right: 11px;
}
.th-innovative-placeholder .validation-icon img {
  width: 100%;
}
.th-innovative-placeholder .error-message {
  display: none;
  color: #EB6080;
}
.th-innovative-placeholder .success-message {
  display: none;
  color: #00BB83;
}
.th-innovative-placeholder input[disabled],
.th-innovative-placeholder select[disabled],
.th-innovative-placeholder textarea[disabled] {
  opacity: 0.7;
  background-color: #B2C6DB55;
}
[data-item="calendar"] .wrapper {
  position: relative;
}
[data-item="calendar"] .wrapper .calender-container {
  position: absolute;
  right: 0;
  top: 2px;
  padding: 4px;
}
[data-item="calendar"] .wrapper .calender-container .calendar-btn {
  height: 32px;
  width: 32px;
  padding: 5px;
  filter: invert(29%) sepia(49%) saturate(8481%) hue-rotate(201deg) brightness(85%) contrast(191%);
  margin-top: 3px;
  padding-left: 7px;
  cursor: pointer;
  border-left: 1px solid #FFFFFF;
}
[data-item="calendar"] .wrapper .calendar-input {
  padding-right: 40px;
}
.th-innovative-placeholder .email.validation-icon {
  right: 23px;
}
.th-innovative-placeholder label {
  font-family: "quicksand";
  color: #00488F;
  position: absolute;
  margin-top: -37px;
  pointer-events: none;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  left: 15px;
  font-weight: normal;
}
.th-innovative-placeholder input:focus ~ label,
.th-innovative-placeholder input.innovative-placeholder ~ label {
  margin-top: -48px;
  font-size: 10pt;
  /*padding-left: 3px;*/
  padding-right: 3px;
  color: #00488F;
  font-family: "quicksand";
}
.th-innovative-placeholder select:-moz-read-only ~ label {
  margin-top: -47px;
  margin-left: -1px;
  font-size: 10px;
  /*padding-left: 3px;
  font-weight: bold;*/
  padding-left: 0px;
  padding-right: 3px;
  color: #00488F;
}
.th-innovative-placeholder select:focus ~ select,
.th-innovative-placeholder select:valid ~ label,
.th-innovative-placeholder select:disabled ~ label,
.th-innovative-placeholder select:read-only ~ label {
  margin-top: -47px;
  margin-left: -1px;
  font-size: 10px;
  /*padding-left: 3px;
  font-weight: bold;*/
  padding-left: 0px;
  padding-right: 3px;
  color: #00488F;
}
.th-innovative-placeholder select:-moz-read-only ~ label.with-icon {
  padding-left: 45px;
}
.th-innovative-placeholder select:focus ~ select.with-icon,
.th-innovative-placeholder select:valid ~ label.with-icon,
.th-innovative-placeholder select:disabled ~ label.with-icon,
.th-innovative-placeholder select:read-only ~ label.with-icon {
  padding-left: 45px;
}
.th-innovative-placeholder select:disabled ~ .arrow {
  display: none;
}
.th-innovative-placeholder textarea:focus ~ label,
.th-innovative-placeholder textarea.innovative-placeholder ~ label {
  margin-top: -108px;
  font-size: 10pt;
  padding-left: 0px;
  padding-right: 0px;
  font-weight: bold;
  outline: none;
}
.th-innovative-placeholder select:focus ~ select,
.th-innovative-placeholder select:valid ~ label {
  margin-top: -47px;
  /*font-size: 10px;
  padding-left: 3px;
  font-weight: bold;*/
  padding-left: 0px;
  padding-right: 3px;
  color: #00488F;
}
.th-innovative-placeholder label.select {
  margin-top: -42px;
  /*font-size: 10px;
  padding-left: 3px;
  font-weight: bold;*/
  padding-left: 0px;
  padding-right: 3px;
  color: #00488F;
  padding-top: 0px !important;
  background-color: transparent;
}
.th-innovative-placeholder select ~ label {
  margin-top: -42px;
  /*font-size: 10px;
  padding-left: 3px;
  font-weight: bold;*/
  padding-left: 0px;
  padding-right: 3px;
  color: #00488F;
  background-color: transparent;
}
.form-item-component input[type='checkbox'] {
  width: 1em;
  height: 1em;
  margin-top: 0.3em;
  vertical-align: top;
  background-color: #f8fafc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  cursor: pointer;
}
.form-item-component input[type='checkbox']:checked {
  background-color: #00488F;
}
.form-item-component input[type='custom-number'] {
  text-align: center;
}
.form-item-component .decrease-btn {
  color: #00488F;
  position: absolute;
  top: -5px;
  padding: 10px;
  padding-right: 0;
  cursor: pointer;
  font-size: 20pt;
}
.form-item-component .decrease-btn:hover {
  color: #002e5c;
}
.form-item-component .decrease-btn.up-down {
  right: 0;
  top: unset;
  bottom: -15px;
  rotate: 180deg;
  height: 40px;
}
.form-item-component .increase-btn {
  color: #00488F;
  position: absolute;
  right: 0;
  top: -5px;
  padding: 10px;
  padding-left: 0;
  cursor: pointer;
  font-size: 20pt;
}
.form-item-component .increase-btn:hover {
  color: #002e5c;
}
.form-item-component .increase-btn.up-down {
  top: -15px;
  height: 36px;
}
.form-item-component .checkbox-item {
  margin: auto;
  margin-left: 10px;
  text-align: left;
  width: 20px;
  padding: 0;
}
.form-item-component .checkbox-item-label {
  margin: auto;
  width: calc(100% - 30px);
}
.form-item-component .checkbox-item-label p {
  margin-bottom: 0;
}
.form-item-component .checkbox-item-label span,
.form-item-component .checkbox-item-label p {
  cursor: pointer;
}
.form-group-component {
  padding-top: 20px;
  padding-bottom: 20px;
}
.form-group-component .column-title {
  margin: auto;
  color: #00488F;
}
.form-group-component .column-title .title-group .title {
  margin-bottom: 10px;
}
.amount-selection-component .text-column {
  margin: auto;
}
.amount-selection-component .value-column .th-innovative-placeholder {
  margin: 0;
}
.amount-selection-component .value-column .th-innovative-placeholder input {
  background-color: white;
  width: 100%;
  padding-top: 0;
  margin: 0;
}
.amount-selection-component .value-column .th-innovative-placeholder input:focus {
  background-color: white !important;
}
.selection-item-component {
  position: relative;
  opacity: 0.3;
  cursor: pointer;
}
.selection-item-component:hover {
  opacity: 0.8;
}
.selection-item-component .selection-card-border {
  display: flex;
  border: 1px solid #00488F;
  border-radius: 5px;
  background-color: #FFFFFF;
  padding: 10px;
}
.selection-item-component .check-column {
  position: absolute;
}
.selection-item-component .check-column .check-box {
  background: #00488F;
  color: #FFFFFF;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  text-align: center;
}
.selection-item-component .check-column .check-box i,
.selection-item-component .check-column .check-box img {
  display: none;
}
.selection-item-component .content-column {
  width: 100%;
  padding-right: 10px;
}
.selection-item-component .content-column .name-label {
  display: block;
}
.selection-item-component.active {
  opacity: 1;
}
.selection-item-component.active .check-box i,
.selection-item-component.active .check-box img {
  display: block;
}
.selection-item-component.active .selection-card-border {
  border-width: 2px;
}
.vehicle-selection-item .content-item {
  text-align: center;
}
.vehicle-selection-item .content-item img {
  width: 50%;
  max-width: 60px;
  margin: 20px;
}
.package-selection-item {
  padding-left: 40px;
}
.package-selection-item.active {
  opacity: 1;
}
.package-selection-item .content-item {
  color: #00488F;
}
.package-selection-item .content-item .left-column .left-column-item {
  display: flex;
  position: relative;
}
.package-selection-item .content-item .left-column .left-column-item span {
  font-weight: bold;
  float: left;
}
.package-selection-item .content-item .left-column .left-column-item .check-icon {
  right: 0;
  position: absolute;
  font-size: 15pt;
}
.package-selection-item .content-item .right-column {
  text-align: right;
  padding-top: 5px;
}
.package-selection-item .content-item .right-column .first-item {
  min-width: 100%;
  font-weight: bold;
}
.package-selection-item .content-item .right-column .second-item {
  min-width: 100%;
  display: flex;
  justify-content: right;
  line-height: 20pt;
}
.package-selection-item .content-item .right-column .second-item .symbol {
  font-size: 8pt;
  margin-top: -5px;
}
.package-selection-item .content-item .right-column .second-item .value {
  font-weight: bold;
}
.package-selection-item .content-item .right-column .second-item .small-value {
  font-size: 7pt;
  margin-top: 5px;
}
.package-selection-item .content-item .right-column .third-item {
  min-width: 100%;
  font-size: 7pt;
}
.package-selection-item .content-item .right-column.single-item {
  margin: auto;
}
.package-selection-item .content-item .right-column.single-item .first-item {
  min-width: 100%;
}
.collapsable-content-component {
  color: #00488F;
}
.collapsable-content-component .heading {
  font-style: "roboto_mono";
}
.collapsable-content-component .accordion .accordion-item {
  background-color: #FFFFFF;
  border: none;
}
.collapsable-content-component .accordion .accordion-item .accordion-button {
  background-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  font-weight: bold;
}
.collapsable-content-component .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #00488F;
}
.collapsable-content-component .accordion .accordion-item .accordion-body {
  padding-left: 0;
  padding-right: 0;
}
.tab-bar-component {
  color: #00488F;
}
.tab-bar-component.white-panel {
  background-color: #FFFFFF;
}
.tab-bar-component .nav-tabs {
  display: flex !important;
  border-bottom: 1px solid #00488F;
  transition: width 0.8s ease;
}
.tab-bar-component .nav-tabs.hidden {
  display: none !important;
}
.tab-bar-component .nav-tabs .nav-item {
  overflow: hidden;
  text-overflow: ellipsis;
  line-break: anywhere;
}
.tab-bar-component .nav-tabs .nav-item .nav-link {
  text-transform: uppercase;
  margin: auto;
  border: none;
  opacity: 0.3;
  background: transparent;
  margin-bottom: -2px;
}
.tab-bar-component .nav-tabs .nav-item .nav-link.active {
  border-bottom: 3px solid #00488F;
  color: #00488F;
  opacity: 1;
}
.nav-tab-btn {
  position: relative;
  color: rgba(0, 0, 0, 0.5) !important;
}
.nav-tab-btn img,
.nav-tab-btn i {
  filter: grayscale(1);
  opacity: 0.7;
}
.nav-tab-btn.active {
  color: #00488f !important;
}
.nav-tab-btn.active:after {
  content: '';
  position: absolute;
  border-bottom: 3px solid #00488F;
  width: 100%;
  top: 80px;
}
.nav-tab-btn.active img,
.nav-tab-btn.active i {
  filter: none;
  opacity: 1;
}
.nav-tab-btn > span {
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .nav-tab-btn.active:after {
    top: calc(35px - 2px);
    border-bottom: 2px solid #00488F;
  }
}
@media (max-width: 991px) {
  .tab-bar-component .nav-tabs .nav-item {
    width: 100% !important;
  }
  .tab-bar-component .nav-tabs .nav-item .nav-link.active {
    display: block;
  }
}
.tab-bar-item-component .tab-bar-item-key {
  font-weight: bold;
}
.tab-bar-item-component.type-item-list .tab-bar-item-value {
  display: flex;
}
.tab-bar-item-component.type-item-list .tab-bar-item-value .icon {
  width: 10px;
}
.tab-bar-item-component.type-item-list .tab-bar-item-value .text {
  width: calc(100% - 10px);
}
.result-message-component .message-status {
  display: none;
}
.result-message-component .message-status .icon-wrapper {
  margin: auto;
  width: 150px;
}
.result-message-component .message-status .icon-wrapper .icon-container {
  font-size: 20pt;
  height: 50px;
  background-color: #00488F;
  color: #FFFFFF;
  border-radius: 30px;
  width: 50px;
  cursor: pointer;
  text-align: center;
  padding-top: 6px;
  margin: auto;
}
.result-message-component .message-status .text-wrapper {
  width: calc(100% - 150px);
}
.result-message-component .message-status.active {
  display: flex;
}
.result-message-component .message-detail {
  display: none;
}
.result-message-component .message-detail.show {
  display: block;
}
.result-message-component .message-detail.error-msg {
  color: #EB6080;
}
.result-message-component.size-small .message-status .icon-wrapper .icon-container {
  position: relative;
}
.result-message-component.size-small .message-status .icon-wrapper .icon-container i {
  position: absolute;
  top: calc(50% - 13px);
  left: calc(50% - 13px);
}
.result-message-component.size-small .message-status .text-wrapper {
  margin: auto;
}
.single-select-component .form-item-component select.form-control {
  border-radius: 10px;
}
.key-value-list-item-component .key-value-item-key {
  text-transform: capitalize;
  margin-bottom: -3px !important;
}
.key-value-list-item-component .readonly-checkbox {
  width: 1em;
  height: 1em;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  background-color: #00488F;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  outline: 0;
  border-radius: 0.25em;
  margin-right: 8px;
  margin-top: 2px;
}
.search-bar-component {
  position: relative;
}
.search-bar-component .searchbar-input {
  display: flex;
  justify-content: right;
}
.search-bar-component .searchbar-input input {
  width: 32px;
  overflow: hidden;
  padding-left: 32px;
  border-radius: 30px;
  border: none;
  box-shadow: 0 0 10px 0 #b2c8de52;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  background-color: #FFFFFF;
}
.search-bar-component .searchbar-icon {
  position: absolute;
  top: 9px;
  right: 15px;
  transition: right 0.4s ease-in-out;
  pointer-events: none;
}
.search-bar-component .searchbar-icon img {
  width: 15px;
}
.search-bar-component.expanded .searchbar-icon,
.search-bar-component.expanded-only .searchbar-icon {
  right: calc(100% - 32px);
}
.search-bar-component.expanded .searchbar-input input,
.search-bar-component.expanded-only .searchbar-input input {
  width: 100%;
  padding-left: 50px;
  cursor: inherit;
}
.search-bar-component.expanded-only .searchbar-input input {
  background-color: #F4F6FA;
  border-radius: 10px;
  box-shadow: none;
}
.table-component .table-borderless > thead > tr > th {
  border: none !important;
  text-transform: uppercase;
  opacity: 0.5;
}
.table-component .table-borderless > thead > tr > th > div:first-child {
  width: -moz-fit-content;
  width: fit-content;
}
.table-component .table-borderless > thead > tr {
  border: none !important;
}
.table-component .table-borderless > tbody > tr {
  border: none !important;
  box-shadow: 0 0 10px 0 #b2c8de52;
  border-radius: 10px;
}
.table-component .table-borderless > tbody > tr:hover {
  border: none !important;
  background: transparent;
}
.table-component .table-borderless > tbody > tr > td {
  border: none !important;
  background: #FFFFFF;
}
.table-component .table-borderless > tbody > tr > td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.table-component .table-borderless > tbody > tr > td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.table-component table {
  border-spacing: 0 10px;
  border-collapse: separate;
  padding-left: 10px;
  padding-right: 10px;
}
.table-component table .row-value {
  min-height: 68px;
}
.table-component table .row-value > div {
  display: inline-table;
  margin-top: 10px;
}
.table-component table .row-sub-value {
  opacity: 0.5;
  font-size: 10pt;
}
.table-component table .row-status {
  text-align: center;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.table-component table .row-status.row-status-active,
.table-component table .row-status.row-status-3,
.table-component table .row-status.row-status-paid {
  background-color: #00BB8323;
  color: darkgreen;
}
.table-component table .row-status.row-status-1 {
  background-color: #21212188;
  color: #FFFFFF;
}
.table-component table .row-status.row-status-pending,
.table-component table .row-status.row-status-2,
.table-component table .row-status.row-status-149,
.table-component table .row-status.row-status-open {
  background-color: #EF920023;
  color: #EF9200;
}
.table-component table .row-status.row-status-inactive,
.table-component table .row-status.row-status-99,
.table-component table .row-status.row-status-canceled {
  background-color: #EB608023;
  color: #EB6080;
}
.table-component table .card-view {
  display: block !important;
}
.table-component table .card-view .card-view-title {
  line-break: anywhere;
}
.table-component table .card-view .card-view-value {
  padding-left: 10px;
}
.table-component .fixed-table-toolbar {
  height: 0;
  overflow: hidden;
}
.table-component .row-options {
  text-align: center;
}
.table-component .row-options img {
  height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}
.table-component .row-options a:hover {
  filter: invert(20%) sepia(99%) saturate(1626%) hue-rotate(193deg) brightness(86%) contrast(103%);
}
.table-component .action-column {
  display: inline-flex;
  width: 100%;
}
.table-component .action-column > * {
  margin: auto;
}
.table-component .action-column .form-item-component .th-innovative-placeholder {
  margin-bottom: 0;
}
.table-component .action-column .form-item-component .th-innovative-placeholder select {
  min-width: 150px;
}
.table-component .action-column button img:hover {
  filter: invert(14%) sepia(93%) saturate(2719%) hue-rotate(197deg) brightness(97%) contrast(102%);
}
.table-component .pagination .page-item.active .page-link {
  background-color: #00488F;
  border-color: #00488F;
  color: #FFFFFF;
}
.table-component .pagination .page-item .page-link {
  color: #00488F;
}
.table-component .pagination-detail .page-list {
  display: none !important;
}
.modal-component .modal-dialog .modal-header {
  background-color: #B2C6DB55;
  display: block;
}
.modal-component .modal-dialog .modal-header .title-row {
  display: flex;
}
.modal-component .modal-dialog .modal-header .title-row .modal-title {
  width: auto;
  font-weight: bold;
}
.modal-component .modal-dialog .modal-header .title-row .btn-close {
  margin-top: 5px;
  font-weight: bold;
  opacity: 1;
  margin-right: 1rem;
}
.modal-component .modal-dialog .modal-body {
  max-height: 100vh;
  overflow: hidden;
  overflow-y: auto;
}
.modal-component .modal-dialog .modal-footer {
  background-color: #B2C6DB55;
}
.modal-component .modal-dialog .modal-footer .footer-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.modal-component .modal-dialog .modal-footer > .footer-row > div {
  padding: 5px;
}
.modal-component.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 35vw;
  /* Adjust width as needed */
  max-width: 35vw;
  /* Adjust width as needed */
  min-width: 375px;
  /* Adjust width as needed */
  height: 100vw;
  right: 0;
  top: 0;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.3s ease-out;
}
.modal-component.right .modal-dialog .modal-content {
  height: 100vh;
  border-radius: 0;
}
.modal-component.right.show .modal-dialog {
  transform: translate3d(0, 0, 0);
}
@media (max-width: 1199px) {
  .modal-component .modal-footer .tnk-button-component {
    margin-bottom: 10px;
  }
  .modal-component .modal-footer .tnk-button-component button,
  .modal-component .modal-footer .tnk-button-component a {
    width: 100%;
  }
}
.facts-component .facts-row {
  margin: 0;
}
.facts-component .facts-row .facts-item {
  display: flex;
  flex-wrap: wrap;
  font-family: "quicksand";
  font-size: 10pt;
  line-height: 12pt;
  padding: 0;
}
.facts-component .facts-row .facts-item .facts-key {
  color: rgba(0, 0, 0, 0.5);
  margin-right: 5px;
  margin-top: auto;
  margin-bottom: auto;
}
.facts-component .facts-row .facts-item .facts-value {
  color: #00488F;
  margin-top: auto;
  margin-bottom: auto;
}
.toggle-component {
  display: flex;
  font-family: "quicksand";
  font-size: 10pt;
  line-height: 12pt;
}
.toggle-component .toggle-title {
  color: rgba(0, 0, 0, 0.5);
}
.toggle-component .toggle-title > div {
  margin-top: 5px;
}
.toggle-component * {
  margin: 0;
  padding: 0;
  border: none;
}
.toggle-component .switch {
  display: flex;
}
.toggle-component .switch input[type='checkbox'] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.toggle-component .switch .toggle-status-label {
  position: absolute;
  color: white;
  width: 50px;
  text-align: center;
  margin-top: 2px;
  font-size: 7pt;
  font-weight: bold;
}
.toggle-component .switch .toggle-status-label.state-active {
  left: 5px;
}
.toggle-component .switch .toggle-status-label.state-inactive {
  right: 5px;
}
.toggle-component .switch label {
  cursor: pointer;
  width: 75px;
  height: 20px;
  background-color: #EB6080;
  display: block;
  border-radius: 50em;
  position: relative;
  transition: 0.3s;
  padding: 4px;
  box-sizing: content-box;
}
.toggle-component .switch label span {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.toggle-component .switch label > .state-active {
  display: none;
}
.toggle-component .switch label > .state-inactive {
  display: block;
}
.toggle-component .switch label .slider-icon.active {
  display: none;
}
.toggle-component .switch label .slider-icon.inactive {
  display: block;
  padding: 5px;
  width: 30px;
}
.toggle-component .switch label > .slider.round {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50em;
  transition: 0.3s;
}
.toggle-component .switch input:checked + label {
  background-color: #00BB83;
}
.toggle-component .switch input:checked + label > .state-active {
  display: block;
}
.toggle-component .switch input:checked + label > .state-inactive {
  display: none;
}
.toggle-component .switch input:checked + label .slider-icon.active {
  display: block;
}
.toggle-component .switch input:checked + label .slider-icon.inactive {
  display: none;
}
.toggle-component .switch input:checked + label > .slider.round {
  transform: translateX(calc(250% + 5px));
  color: #EB6080;
}
.toggle-component .slider.round {
  width: auto;
  height: auto;
  font-family: sans-serif;
  text-align: center;
  color: gray;
  margin: 0;
  padding: 0;
}
.listview-item-component .listview-card {
  display: flex;
  background: #B2C6DB55;
  padding: 10px;
  border-radius: 5px;
}
.listview-item-component .listview-card .icon {
  margin: auto;
  margin-right: 10px;
  margin-left: 10px;
}
.listview-item-component .listview-card .icon img {
  width: 20px;
}
.listview-item-component .listview-card .title {
  margin-top: auto;
  margin-bottom: auto;
}
.listview-item-component .listview-card .status {
  margin-top: auto;
  margin-bottom: auto;
}
.listview-item-component .listview-card .status .status-text {
  padding: 5px 10px;
  color: #00488F;
  background: #B2C6DB;
  border-radius: 5px;
  margin-left: 10px;
  font-weight: bold;
}
.listview-item-component .listview-card .action {
  display: flex;
  margin-left: auto;
}
.listview-item-component .listview-card .action .action-text {
  text-align: right;
  color: rgba(0, 0, 0, 0.5);
  margin: auto;
}
@media (max-width: 1599px) {
  .listview-item-component .listview-card {
    flex-wrap: wrap;
  }
  .listview-item-component .listview-card .action {
    margin-right: auto;
  }
}
.multi-select-component .btn-group {
  width: 100%;
}
.multi-select-component .dropdown-toggle {
  width: 100%;
  background-color: #B2C6DB55;
  border: none;
  color: #000000;
  text-align: left;
  padding: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
}
.multi-select-component .dropdown-toggle .arrow {
  width: 15px;
  height: 15px;
  float: right;
  position: absolute;
  top: 15px;
  right: 15px;
}
.multi-select-component .dropdown-toggle:after {
  display: none;
  position: absolute;
  top: 24px;
  right: 20px;
}
.multi-select-component .dropdown-menu {
  width: 100%;
  padding: 0;
  max-height: 190px;
  overflow: hidden;
  overflow-y: auto;
  padding-top: 50px;
}
.multi-select-component .dropdown-menu .dropdown-item:active {
  background-color: #00488F;
}
.multi-select-component .dropdown-menu .search-bar {
  position: sticky;
  top: -50px;
  margin-top: -50px;
  opacity: 1;
  z-index: 1000;
}
.multi-select-component .dropdown-menu .search-bar .search-bar-component input {
  border-radius: 0;
}
.multi-select-component .dropdown-menu .select-list-item {
  position: relative;
}
.multi-select-component .dropdown-menu .select-list-item.selected:after {
  content: url("/assets/theme/images/icons/icon-check-tick.svg");
  width: 30px;
  display: block;
  position: absolute;
  right: 10px;
  top: 3px;
}
.multi-select-component .dropdown-menu .no-results-item {
  text-align: center;
}
.management-table-component .management-table-header {
  background: #00488F;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  color: #FFFFFF;
}
.management-table-component .management-table-header .title {
  font-weight: normal;
  text-transform: inherit;
}
.management-table-component table {
  background-color: #FFFFFF;
  border-radius: 0 0 10px 10px;
}
.management-table-component table tbody tr {
  position: relative;
}
.management-table-component table tbody tr:after {
  content: '';
  width: 100%;
  height: 1px;
  border: 0.25pt solid rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: -6px;
}
.management-table-component table tbody tr:first-child:after {
  display: none;
}
.management-table-component .table-component .table-borderless > tbody > tr {
  box-shadow: none;
}
.request-modal-component .modal-dialog .modal-header {
  background-color: #B2C6DB55;
  display: block;
}
.request-modal-component .modal-dialog .modal-header .title-row {
  display: flex;
}
.request-modal-component .modal-dialog .modal-header .title-row .modal-title {
  width: auto;
  font-weight: bold;
}
.request-modal-component .modal-dialog .modal-header .title-row .btn-close {
  margin-top: 5px;
  font-weight: bold;
  opacity: 1;
  margin-right: 1rem;
}
.request-modal-component .modal-dialog .modal-header .text-component {
  white-space: break-spaces;
}
.request-modal-component .modal-dialog .modal-body {
  max-height: 100vh;
  overflow: hidden;
  overflow-y: auto;
}
.request-modal-component .modal-dialog .modal-body.empty-body {
  padding: 0;
}
.request-modal-component .modal-dialog .modal-footer {
  background-color: #B2C6DB55;
}
.request-modal-component .modal-dialog .modal-footer > div {
  margin: 0;
}
.request-modal-component .modal-dialog .modal-footer .col-6:last-child .tnk-button-component {
  justify-content: right;
}
.request-modal-component[large] .modal-dialog {
  max-width: 1000px;
}
/**
Global styles across all components
 */
.panel-background {
  background-color: #B2C6DB55;
  border-radius: 5px;
  padding: 20px;
}
.hidden {
  display: none !important;
}
.tooltip {
  position: absolute;
  background-color: #FFFFFF;
  color: #000000;
  padding: 10px;
  border-radius: 5px;
  font-size: 8pt !important;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
  box-shadow: 0 0 10px 0 #b2c8de52;
  transform: translateY(-10px);
  /* Offset for the arrow */
  top: 0;
}
.tooltip:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  color: white;
}

