html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.w-unset{
    width: unset;
}

.rounded-1 {
    border-radius: 0.25rem !important;
}

.rounded-2 {
    border-radius: 0.50rem !important;
}

.rounded-3 {
    border-radius: 0.75rem !important;
}

.rounded-4 {
    border-radius: 1rem !important;
}

.logo-container {
    width: 75%;
    height: 10%;
    padding: 20px 30px;
}
.logo-large {
    max-width: 100%;
    max-height: 100%;
}

.invalid-tooltip {
    position: absolute;
    top: -60% !important;
    right: 0% !important;
}
@media only screen and (max-width: 900px) {
    .nav-link {
        padding: 0px !important
    }
    .twitter-bs-wizard .twitter-bs-wizard-nav .step-number {
        display: inline-block;
        width: 27px;
        height: 27px;
        line-height: 27px;
        border: 1px solid #5664d2;
        color: #5664d2;
        text-align: center;
        border-radius: 50%;
        position: relative;
        background-color: #fff;
    }
    .twitter-bs-wizard .twitter-bs-wizard-nav:before {
        content: "";
        width: 100%;
        height: 2px;
        background-color: #f1f5f7;
        position: absolute;
        left: 0;
        top: 14px;
    }
}

.table-item {
    cursor: pointer;
}

    .table-item:hover {
        background-color: #d6ddea;
        border-color: #cdd6e6;
    }

    .table-item.active {
        color: #4aa3ff;
        background-color: rgba(74,163,255,.18);
    }

.view-basic-information .form-control {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-radius: 0 !important;
    width: unset;
}

    .view-basic-information .form-control.disabled {
        opacity: 0.8;
        cursor: not-allowed;
        pointer-events: none;
    }

.select2-container .select2-selection--single {

}

.select2-container--default .select2-selection--single {
    display: block !important;
    width: 100% !important;
    height: calc(1.5em + .94rem + 2px) !important;
    padding: .47rem .75rem !important;
    font-size: .9rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #505d69 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
}

.select2-container {
    display: block !important;
    width: 100% !important;
    height: calc(1.5em + .94rem + 2px) !important;
    padding-bottom: 39px !important;
    font-size: .9rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #505d69 !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #505d69 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 5px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px !important;
    right: 10px !important;
}

