/* --------- Created by Logicvalley Technologies Pvt Ltd --------- */

* {
    margin: 0;
    padding: 0;
}

*::selection {
    background-color: #12203A;
    color: white;
}

body {
    width: 100%;
    height: 100vh;
    font-size: 14px;
    background: #F3F4F6;
}
.loader-lt {
    position: fixed;
    z-index: 9999;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.725);
}

    .loader-lt svg {
        max-height: 300px !important;
    }

.wrapper {
    min-height: 100%;
    background-image: url(../img/Marston-Form-Bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
}

.header {
    gap: 8px;
}

.content-lt {
    padding-top: 10px;
}

.brand-img {
    height: 35px;
}

.title {
    font-size: 24px;
    color: #182A47;
}

.step-name{
    font-size: 21px;
    font-weight: 600;
    color: #343A40;
    margin-bottom: 10px;
}

.form-lt{
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.mandatory-text{
    padding: 12px 20px;
}

.input-section {
    padding: 12px 20px 20px 20px;
}

.input-section-title{
    font-size: 16px;
    margin-bottom: 13px;
    color: #343A40;
    font-weight: 600;
}

.form-control,
.form-label,
.form-select {
    font-size: 14px;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none !important;
    border-color: #12203A !important;
}
.form-check-input:focus{
    box-shadow:none;
}
.form-label {
    color: #212529;
    margin-bottom: 4px;
}

.form-text {
    color: #dc3545;
    margin-top: 0px;
    /* display: none; */
}

.form-set {
    /* margin-top: auto; */
    margin-bottom: 12px;
}

.btn-primary {
    min-width: 100px;
    font-size: 14px;
    background-color: #12203A;
    border-color: #12203A;
}

.btn-primary:hover {
    background-color: #006B90;
    color: white;
    border-color: #006B90;
}
.btn-outline-primary {
    border-color: #12203A;
    font-size: 14px;
    color: #12203A;
}
    .btn-outline-primary:hover {
        background-color: #12203A;
        color: white;
        border-color: #12203A;
    }
.footer {
    text-align: center;
}

.powered-by {
    font-size: 11px;
    color: white;
}


.background-wm {
    position: absolute;
    bottom: 0;
    left: 0;
}

.select2-container {
    width: 100% !important;
    width: -moz-available !important;
    /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available !important;
    /* Mozilla-based browsers will ignore this. */
    width: fill-available !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    border-radius: 0.375rem
}

.select2-container .select2-selection--single {
    height: auto;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 6px 12px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: inherit;
}

.select2-container--open .select2-dropdown--below {
    border-color: #ced4da;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #12203A;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 30px;
    height: 31px;
}

.thank-title {
    margin-top: 6px;
    color: #162B48;
    font-size: 28px;
    font-weight: 500;
}

.thank-text {
    margin-top: 10px;
    color: #738091;
}

.tracking-no {
    font-size: 18px;
    font-weight: 500;
    margin-top: 8px;
}

.date-picker {
    background-image: url(../img/calendar.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;

}

.daterangepicker {
    font-family: Segoe UI, Arial, sans-serif;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #005E85;
}

.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
    min-width: 32px;
    height: 32px;
}

.daterangepicker td.start-date.end-date,
.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
    border-radius: 50px;
}

.stepper-lt{
    margin-top: 8px;
}

.stepper-tab{
    text-decoration: none;
    gap: 6px;
    padding: 8px 14px;
}

.stepper-tab, .stepper-no{
    display: flex;
    align-items: center;
    justify-content: center;
}

.stepper-no{
    flex: 1 0 auto;
    color: white;
    font-weight: 600;
    height: 32px;
    width: 32px;
    background-color: rgba(52, 58, 64, 0.5);
    border-radius: 50px;
}

.stepper-no.active{
    background-color: #005E85 !important;
}

.stepper-line{
    flex: 1 1 auto;
}
.modal{
    background-color: rgba(255, 255, 255, 0.3);
}

/* //// Not Found */

.page-not-found-content {
    height: calc(100% - 100px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dde9fc;
}

    .page-not-found-content .not-found-img {
        max-width: 90%;
        max-height: 90%;
    }