.sw-theme-default .toolbar>.btn.disabled {
  display:none;
}
.tab-content {height:auto !important;}
.sw-theme-default {border:none;}
.sw-theme-default>.nav .nav-link.done::after {display:none;}
.sw-theme-default>.nav .nav-link.active::after {
  display:none;
}
.sw-theme-default>.nav {box-shadow: none !important;
  border: 1px solid #cccccc;
  padding: 3px;
  border-radius: 8px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.sw-theme-default>.nav .nav-link.done, .sw-theme-default>.nav .nav-link.inactive {
  color:#808080 !important;
}
.sw-theme-default>.nav .nav-link.active {
  color:#fff !important;
}
.sw.sw-justified>.nav .nav-link, .sw.sw-justified>.nav>li {
  text-align: center;
display: inline-block;
}
.sw-theme-default>.nav .nav-link.active {
  animation: none;
background: linear-gradient(#637289,#4e637c);
width: 250px;
color: #fff !important;
padding: 15px;
border-radius: 8px;
border: none;
}
.sw-theme-default>.nav .nav-link.done, .sw-theme-default>.nav .nav-link.inactive:not(.active) {
  width: 250px;
background: #e6e6e6 !important;
border-radius: 8px;
padding: 15px;
color: #808080 !important;
}
.sw-theme-default>.nav.business .nav-link.done, .sw-theme-default>.nav.business .nav-link.inactive:not(.active), .sw-theme-default>.nav.business .nav-link.active {
    min-width:200px;
    width:initial;
}
.sw-theme-default .toolbar>.btn.sw-btn-next {
  background: #88bcf9;
  background: linear-gradient(#a2d2fd,#88bcf9);
  border:none;
  outline:none;
  color:#fff;
  min-width: 200px;
  text-align: center;
  padding:8px;
}
.sw-theme-default .toolbar>.btn.sw-btn-next:hover {
  opacity:0.8;
}
.sw-theme-default .toolbar>.btn.sw-btn-prev {
  background: #febcb9;
  background: linear-gradient(#febcb9,#f3a7a5);
  border:none;
  outline:none;
  color:#fff;
  min-width: 200px;
  text-align: center;
  padding:8px;
  float: left;
}
.sw-theme-default .toolbar>.btn.sw-btn-next:prev {
  opacity:0.8;
}
label {
  margin-bottom:6px;
font-size:13px;
font-weight: normal;
}
.double-label {height:36px;}
.custom-control-input:checked~.custom-control-label::before {
  border-color: #88bcf9;
background-color: #88bcf9;
}
.custom-control-inline {
  line-height: 22px;
}
.form-control {
      border-radius: 0.6em;
      padding:0.65rem 1rem;
}
.form-control::placeholder {
  font-size: 12px;
  color:#ccc;
}
.form-control::-webkit-input-placeholder {
  font-size: 12px;
  color:#ccc;
}
.form-control::-moz-placeholder {
  font-size: 12px;
  color:#ccc;
}
.form-control:-ms-input-placeholder {
  font-size: 12px;
  color:#ccc;
}
.input-file-container {
  position: relative;
  width: 100%;
}
select.custom-select {
  font-size: 12px;
  color:#ccc;
  border-radius: 0.6em;
  height: 38px;
}
.custom-multiselect-native {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
}
.custom-multiselect {
  position: relative;
  width: 100%;
}
.custom-multiselect__control {
  display: block;
  width: 100%;
  min-height: 38px;
  border: 1px solid #ced4da;
  border-radius: 0.6em;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23637289' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.9rem center/10px 12px;
  padding: 6px 40px 6px 12px;
  cursor: pointer;
  position: relative;
  transition: border-color .2s ease, box-shadow .2s ease;
  text-align: left;
}
.custom-multiselect__control::after {
  display: none;
}
.custom-multiselect__control:focus,
.custom-multiselect.is-open .custom-multiselect__control {
  border-color: #88bcf9;
  box-shadow: 0 0 0 0.2rem rgba(136, 188, 249, 0.18);
}
.custom-multiselect__value {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  min-height: 24px;
}
.custom-multiselect__placeholder {
  font-size: 12px;
  color: #ccc;
}
.custom-multiselect__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  padding: 4px 8px;
  border-radius: 999px;
  background: #eef5fd;
  color: #4e637c;
  font-size: 12px;
  line-height: 1.2;
}
.custom-multiselect__tag-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.custom-multiselect__tag-remove {
  border: 0;
  background: transparent;
  color: #4e637c;
  font-size: 14px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}
.custom-multiselect__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 20;
  display: none;
  background: #fff;
  border: 1px solid #d7e1ec;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(78, 99, 124, 0.12);
  overflow: hidden;
}
.custom-multiselect.is-open .custom-multiselect__dropdown {
  display: block;
}
.custom-multiselect__search {
  padding: 12px;
  border-bottom: 1px solid #eef2f7;
}
.custom-multiselect__search-input {
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: 0.6em;
  padding: 0.65rem 1rem;
  font-size: 12px;
}
.custom-multiselect__options {
  max-height: 240px;
  overflow-y: auto;
  padding: 8px;
}
.custom-multiselect__option {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 9px 10px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  color: #4e637c;
  transition: background .15s ease;
  user-select: none;
}
.custom-multiselect__option:hover {
  background: #f6f9fc;
}
.custom-multiselect__option:focus {
  outline: none;
  background: #f6f9fc;
}
.custom-multiselect__option input {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0.25rem;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
  flex: 0 0 auto;
  pointer-events: none;
  transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.custom-multiselect__option input:checked {
  background-color: #88bcf9;
  border-color: #88bcf9;
  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='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3.5 8.5l2.5 2.5 6-6'/%3e%3c/svg%3e");
}
.custom-multiselect__option input:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(136, 188, 249, 0.18);
}
.custom-multiselect__option.is-selected {
  background: #eef5fd;
}
.custom-multiselect__option.is-hidden {
  display: none;
}
.custom-multiselect__empty {
  padding: 10px 12px;
  font-size: 12px;
  color: #9aa7b5;
}
.form-group.error .custom-multiselect__control {
  border-color: red;
}
@media (max-width: 767.98px) {
  .custom-multiselect__dropdown {
    position: static;
    margin-top: 8px;
  }
}
.js .input-file-trigger {
  display: block;
  padding: 8px;
  border-radius: 8px;
  background: linear-gradient(#637289,#4e637c);
  color: #fff;
  font-size: 1rem;
  transition: all .4s;
  cursor: pointer;
  text-align: center;
}
.js .input-file {
  position: absolute;
  top: 0; left: 0;
  width: 225px;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer;
}
.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
  background: #34495E;
  color: #fff;
}

.file-return {
  margin: 0;
}
.file-return:not(:empty) {
  margin: 1em 0;
}
.js .file-return {
  font-style: italic;
  font-size: .9em;
  font-weight: bold;
}
.js .file-return:not(:empty):before {
  content: "Selected file: ";
  font-style: normal;
  font-weight: normal;
}
.dropdown-menu.scrollable-menu.show {
        width: 350px;
        max-height: 200px;
        overflow:scroll;
}
.dropdown-menu .country-name {
    white-space: break-spaces;
}
.h-145 {min-height:145px;}
.h-225 {min-height:240px;}
.datepicker {border-radius:8px !important;}
.form-group.error::after {
    content: "Field is required";
    font-size:12px;
    color:red;
        text-align: right;
    width: 100%;
    display: block;
    margin-top: 3px;
}
.error .custom-control-label::before {
    border:2px solid red;
}
.input-file-container.error::after {
    content: "Field is required";
    font-size:12px;
    color:red;
        text-align: right;
    width: 100%;
    display: block;
    margin-top: 3px;
}
.input-file-container.file-size-error::after {
    content: "The uploaded file must not exceed 5MB.";
    font-size:12px;
    color:red;
    text-align: right;
    width: 100%;
    display: block;
    margin-top: 3px;
}
.checkbox-wrapper.error::after {
    content: "Field is required";
    font-size:12px;
    color:red;
        text-align: right;
    width: 100%;
    display: block;
    margin-top: 3px;
}
.checkbox-wrapper.error {
    border:3px solid red;
    border-radius:8px;
}
.error-wrapper.error {
    border-color:red;
}
.iti.iti--allow-dropdown {width:100%;}
.file-preview-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.file-preview-delete-icon {
    background: none;
    border: none;
    cursor: pointer;
    color: #ff4d4d;
    font-size: 16px;
    margin-top: 20px;
}
