@import 'reset.min.css';
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  font-family: 'Source Sans Pro', sans-serif;
}

.container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.text__dark {
  color: #5a5a5a !important;
}

.text__primary {
  color: #1b5a9f !important;
}

.text__white {
  color: #ffffff;
}

.text__right {
  text-align: right;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.row .col-12,
.row .col-md-6 {
  padding-right: 15px;
  padding-left: 15px;
}

.row .col-12 {
  min-width: 100%;
  max-width: 100%;
}

@media (min-width: 970px) {
  .row .col-md-6 {
    min-width: 50%;
    max-width: 50%;
  }
}

.form {
  background: #f7f7f7 0% 0% no-repeat padding-box;
  padding: 21px;
}

.form .form__section:not(:first-of-type) {
  margin-top: 39.5px;
  padding-top: 21.5px;
}

.form .form__section:not(:first-of-type):not(.no__border) {
  border-top: 2px solid #ffffff;
}

.form__heading {
  color: #1b5a9f;
  font: 600 20px/25px;
}

.form__heading::after {
  content: ':';
}

.form .form-input,
.form .form-select {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 786px) {
  .form .form-input,
  .form .form-select {
    flex-wrap: nowrap;
  }
}

.form .form-input label,
.form .form-select label {
  margin-right: 15px;
  min-width: 115px;
  font: 600 18px/23px;
  font-weight: 600;
}

@media (max-width: 786px) {
  .form .form-input label,
  .form .form-select label {
    margin-right: 0;
    text-align: left;
  }
}

.form .form-input .input,
.form .form-select .input {
  max-width: 325px;
  width: 100%;
  position: relative;
}

.form .form-input .input.has-icon input,
.form .form-select .input.has-icon input {
  padding-right: 22px;
}

.form .form-input .input .icon,
.form .form-select .input .icon {
  position: absolute;
  top: 14px;
  right: 9px;
}

.form .form-input .input .mx-datepicker,
.form .form-select .input .mx-datepicker {
  width: 100%;
}

.form .form-input select,
.form .form-input input:not([type='checkbox']),
.form .form-input input.mx-input,
.form .form-select select,
.form .form-select input:not([type='checkbox']),
.form .form-select input.mx-input {
  max-width: 325px;
  width: 100%;
  padding: 12.5px 10px;
  border: 1px solid #dedede;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 0;
  line-height: normal;
  height: auto;
  box-shadow: none;
}

.btn__primary {
  width: 207px;
  height: 43px;
  background: #1b5a9f 0% 0% no-repeat padding-box;
  border: none;
  font: 600 18px/23px;
  letter-spacing: 0;
  color: #ffffff;
  cursor: pointer;
}

.btn__primary:disabled {
  opacity: 0.75;
  cursor: not-allowed;
}

.agreement__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

input[type='number'],
input[type='number'] {
  -webkit-appearance: none;
  margin: 0;
}

.form-select-unique {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><polygon points='0,0 100,0 50,50'/></svg>") !important;
  background-size: 10px !important;
  background-position: calc(100% - 10px) center !important;
  background-repeat: no-repeat !important;
  background-color: white !important;
  color: #555;
  font-size: 14px !important;
}

.pad-box {
  width: 310px !important;
  height: 400px !important;
}
.vdp-datepicker__calendar {
  z-index: 1000 !important;
}
.vs-table--thead {
  font-weight: 800 !important;
}
