:root {
  --text-gray: #393A3F;
  --bg-gray: #575961;
  --medium-gray: #989A9E;
  --light-gray: #dedede;
  --white: #FFFFFF;
  --main-blue: #6CB4F0;
  --secondary-blue: #156DAF;
  --red: #CE2020;
  --orange: #ff7900;
  --green: #08C418;
  --logo-blue: #10438f;
  --logo-blue-dark: #0e2847;
  --scale-aqua: #00acc1;
  --scale-red: #b51010;
  --scale-green: #6faa29;
  --scale-yellow: #ffb300;
  --scale-purple: #8e24aa;
  --scale-blue: #0074ff;
}
.no-scroll {
  overflow: hidden !important;
}
html {
  font-size: 14px;
  -webkit-font-smoothing: subpixel-antialiased;
}
*:not(i) {
  font-family: 'Open Sans', sans-serif !important;
}
body {
  min-height: 100vh;
  color: var(--text-gray);
  overflow-x: hidden;
}
a {
  color: var(--main-blue);
}
.label {
  font-weight: 500;
}
.label.group-label {
  font-size: 15px;
  margin-bottom: 0.5rem !important;
}
.label.group-label i {
  margin-right: 0.5rem;
}
.control.has-icons-left .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 2.25em;
}
.is-highlight {
  font-weight: 600;
  color: var(--red);
}
.is-green {
  color: var(--green) !important;
}
.is-important {
  color: var(--orange) !important;
  font-weight: 700;
}
.input:focus, .input.is-focused, .input:active, .input.is-active, .textarea:focus, .textarea.is-focused, .textarea:active, .textarea.is-active, .select select:focus, .select select.is-focused, .select select:active, .select select.is-active, .select:not(.is-multiple)::after {
  border-color: var(--main-blue);
}
.input.error, .m-select2.error ~ .select2 .select2-selection--single {
  border-color: var(--red);
}
.input[disabled], .textarea[disabled] {
  border-color: var(--light-gray);
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.label span {
  font-weight: 400;
  color: var(--medium-gray);
}
.label:not(:last-child) {
  margin-bottom: 0.2rem;
}
label.error {
  font-weight: 500;
  font-size: 14px;
  background-color: var(--red);
  color: #FFF;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 10;
  bottom: calc(100% + 10px);
  text-align: center;
  border-radius: 4px;
  padding: 0.2rem 0.2rem 0.3rem;
  box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
}
label.error::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: solid 10px var(--red);
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
  transform: translateX(-50%);
}
.button {
  
}
.button:focus, .button.is-focused {
  border-color: #b5b5b5;
  -webkit-box-shadow: 0 0 0.5em rgb(0 0 0 / 10%);
  box-shadow: 0 0 0.5em rgb(0 0 0 / 10%);
}
hr {
  margin: 0.75rem 0;
}
.select, .select select {
  width: 100%;
}
.box {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0,0,0,0.1);
  display: block;
  padding: 0.75rem;
  position: relative;
  height: 100%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.box:hover {
  box-shadow: 0 4px 6px rgba(0,0,0,0.1)
}
.box .box-icon {
  position: absolute;
}
.box .box-icon.tr {
  top: 5px;
  right: 5px;
}
.box .box-icon a {
  display: flex;
}
.box .box-icon a i {
  
}
.no-wrap {
  white-space: nowrap !important;
}
.currency {
  text-align: right;
}
.currency::first-letter {
  float: left;
}

/* Select2 */
.select2 {
  display: block;
  width: auto !important;
}
.select2-container--default .select2-selection--single {
  -webkit-box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
  box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
  border: 1px solid #dbdbdb;
  height: unset;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-bottom: calc(0.375em - 1px);
  padding-top: calc(0.375rem - 1px);
  line-height: 1.5em;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #CCC;
  border-radius: 4px;
  outline: 0;
}
.select2-results__message {
  
}
.select2-container--default .select2-results ul li .sel-subtext {
  display: block;
  font-size: 0.9em;
  color:var(--medium-gray);
}
.select2-container--default .select2-results ul li.select2-results__option--highlighted .sel-subtext {
  color: var(--light-gray);
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
  color: #7a7a7a;
}
.select2-container--default .select2-results .results-footer {
  padding: 6px;
}
.select2-container--default .select2-results .results-footer button {
  width: 100%;
}

/* Modal */
.blocker {
  z-index: 9500;
}
.modal {
  padding: 0.75rem 1rem;
  overflow: visible;
}
.modal.modal-md {
  max-width: 750px;
}
.modal.modal-lg {
  max-width: 900px;
}
.modal-title {
  font-weight: 600;
  font-size: 20px;
}
.modal-title i {
  margin-right: 0.5rem;
}
.modal-buttons-wrapper {
  margin-bottom: -0.75rem !important;
}
.modal-buttons {
  display: flex;
  justify-content: flex-end;
}
.modal-buttons > *:not(:last-child) {
  margin-right: 0.75rem;
}
/* Swal */
.swal2-container {
  z-index: 11000 !important;
}
.inline-checkbox,
.inline-a {
  margin-left: 1rem;
  font-size: 14px;
  font-weight: 400;
}
/* Datepicker */
.ui-datepicker.ui-widget {
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  z-index: 10 !important;
}
.ui-datepicker .ui-datepicker-header {
  border: 0;
  border-radius: 0;
  background: var(--main-blue);
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  outline: 0;
  top: 3px;
}
.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
  border: 0;
  background-color: transparent;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none;
}
.ui-datepicker-prev:before,
.ui-datepicker-next:before {
  font: var(--fa-font-regular);
  font-size: 1.1em;
  color: var(--white);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  font-weight: normal;
  align-items: center;
  justify-content: center;
}
.ui-datepicker-prev:before {
  content: "\f359";
}
.ui-datepicker-next:before {
  content: "\f35a";
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  border: 0;
  background-color: transparent;
  color: var(--white);
  outline: 0;
}
.ui-datepicker .ui-datepicker-title select {
  margin: 0;
}
.ui-datepicker th {
  font-weight: 400;
  font-size: 12px;
  color: var(--medium-gray);
}
.ui-datepicker td span, .ui-datepicker td a {
  text-align: center;
}
.ui-datepicker td .ui-state-default {
  border: 0;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #F6F6F6;
  color: var(--secondary-blue);
  font-weight: 600;
}




/* Side Menu */
.menu-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.side-menu-wrapper {
  height: 100vh;
  background-color: var(--logo-blue-dark);
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 36px;
  z-index: 10000;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.side-menu-wrapper:hover {
  width: 160px;
  box-shadow: 0 0 10px rgba(0,0,0,0.8);
  transition-delay: 500ms;
}
.side-menu-wrapper:hover ~ .menu-overlay {
  opacity: 1;
  transition-delay: 500ms;
}
.side-menu-wrapper .side-logo {
  padding: 1rem 0;
}
.side-menu-wrapper .side-logo .main-nav-logo {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.side-menu-wrapper .side-logo .main-nav-logo img {
  height: 40px;
  object-fit: cover;
  object-position: left;
}
.side-menu-wrapper .menu-wrapper {

}
.side-menu-wrapper .menu-wrapper.top-menu {
  flex-grow: 1;
}
.side-menu-wrapper .menu-wrapper.bottom-menu {
  margin: 1rem 0;
}
.side-menu-wrapper .menu-wrapper ul {

}
.side-menu-wrapper .menu-wrapper ul li {
  width: 160px;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.side-menu-wrapper .menu-wrapper ul li:hover {
  background-color: rgba(255,255,255,0.05);
}
.side-menu-wrapper .menu-wrapper ul li.active {
  background-color: rgba(255,255,255,0.2);
}
.side-menu-wrapper .menu-wrapper ul li a {
  display: flex;
  padding: 0.25rem 0;
  color: var(--white);
}
.side-menu-wrapper .menu-wrapper ul li a .nav-icon {
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.side-menu-wrapper .menu-wrapper ul li a .nav-icon i {

}
.side-menu-wrapper .menu-wrapper .separator {
  background-color: var(--white);
  opacity: 0.3;
  margin: 1rem 0;
}
/* Ends Side Menu */




/* Full wrapper */
.full-wrapper {
  padding: 1rem 2.5rem 2rem;
  margin-left: 36px
}
.full-wrapper.has-actions-bar {
  margin-bottom: 54px;
}
/* Ends Full wrapper */




/* Actions bar */
.actions-bar {
  width: 100vw;
  padding-left: 36px;
  position: fixed;
  bottom: 0;
  background-color: white;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  display: flex;
  justify-content: space-between;
  z-index: 9000;
}
.actions-bar .actions-left {
  padding: 0.75rem;
}
.actions-bar .actions-right {
  padding: 0.75rem;
}
.actions-bar button:not(:first-child) {
  margin-left: 0.75rem;
}
/* Ends Actions bar */


.page-title {
  font-size: 28px;
  color: var(--secondary-blue);
  display: inline;
}
.page-subtitle {
  font-size: 20px;
}
.sec-title {
  font-weight: 600;
  font-size: 18px;
}
.sec-title i {
  margin-right: 0.5rem;
}
.help,
.sec-subtitle {
  color: var(--medium-gray);
}



/* Terms and conditions */
.terms-and-conditions {

}
.terms-and-conditions .page-title {
  display: block;
  text-align: center;
}



/* Profile */
.phones-wrapper {

}
.phones-wrapper .phone-item {
  margin-bottom: 0;
}
.phones-wrapper .phone-item .select {
  width: calc(100% - 20px);
}
.delitem {
  color: var(--red);
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
}
.delitem i {
  font-size: 16px;
}





/* Event detail */
.ev-icons {
  display: inline-flex;
  margin-right: 0.5rem;
  vertical-align: text-bottom;
  font-size: 22px;
}
.ev-icons .ev-icon {
  color: var(--medium-gray);
}
.ev-icons .ev-icon:not(:last-child) {
  margin-right: 0.5rem;
}
.ev-icons .ev-icon i {
  
}
.ev-header {

}
.ev-header .right-h {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ev-subheader {
  position: relative;
}
.ev-subheader::before, .ev-subheader::after {
  content: '';
  position: absolute;
  width: calc(100% - 1.5rem);
  height: 1px;
  top: 0;
  left: 0.75rem;
  background-color: var(--light-gray);
}
.ev-subheader::after {
  top: unset;
  bottom: 0;
}
.ev-subheader .datum {
  color: var(--medium-gray);
}
.ev-subheader .dval {
  font-weight: 600;
}



.module {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 4px rgb(0 0 0 / 10%);
}
.module:not(:last-child) {
  margin-bottom: 2rem;
}
.module.expanded {
  box-shadow: 0 0 8px rgb(0 0 0 / 10%);
}
.module-header {
  padding: 0.75rem 1rem;
  background-color: var(--light-gray);
}
.module-header .module-title {

}
.module-header .module-title p {
  font-weight: 600;
  font-size: 16px;
  color: var(--white);
}
.module-header .module-title p i {
  margin-right: 0.5rem;
}
.module-header .module-tools {

}
.module.bli .module-header {
  background-color: var(--scale-aqua);
}
.module.evi .module-header {
  background-color: var(--scale-blue);
}
.module.vei .module-header {
  background-color: var(--scale-purple);
}
.module.ins .module-header {
  background-color: var(--scale-yellow);
}
.module-body {
  padding: 1rem;
}
.module-body .columns:last-child {
  margin-bottom: 0;
}

.tc-check {
  font-size: 16px;
  margin: 2rem 0 1rem;
}


.radio-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.radio-wrapper input {
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  padding: 0.5rem 1.5rem;
  background: var(--white);
  border: 1px solid var(--light-gray);
  color: var(--text-gray);
  font-size: 14px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.radio-wrapper input:disabled {
  opacity: 0.75;
  cursor: not-allowed;
}
.radio-wrapper input:not(:first-child) {
  margin-left: 1rem;
}
.radio-wrapper input:before {
	content: attr(label);
	display: inline-block;
	text-align: center;
	width: 100%;
}
.radio-wrapper input:checked {
	color: var(--white);
}
.radio-wrapper input.yes:checked {
  background-color: var(--main-blue);
  border-color: var(--main-blue);
}
.radio-wrapper input.no:checked {
  background-color: var(--scale-red);
  border-color: var(--scale-red);
}

.insurance-collapse {
  height: 0;
}



/* Responsiveness */


/* Desktop */
@media screen and (min-width: 1009px) {
  
}

/* Full HD */
@media screen and (min-width: 1441px) {

}

/* Touch */
@media screen and (max-width: 1008px) {
  
}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1008px) {
  .full-wrapper {
    padding: 1rem 1.5rem 2rem;
  }
  .page-title {
    font-size: 26px;
  }
  .page-subtitle {
    font-size: 18px;
  }
}
/* Mobile */
@media screen and (max-width: 767px) {
  .full-wrapper {
    padding: 1rem 1rem 2rem;
  }
  .ev-header .left-h {
    padding-bottom: 0;
  }
  .ev-header .right-h {
    justify-content: flex-start;
    padding-top: 0;
  } 
  .ev-icons .ev-icon i {
    font-size: 16px;
  }
  .page-title {
    font-size: 24px;
  }
  .page-subtitle {
    font-size: 18px;
  }
}
