.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.flex-container {
    display: flex;
    justify-content: space-between;
}

.table-responsive:not(.no-padding-bottom) {
    min-height: 35vh !important;
}

textarea.form-control {
    min-height: calc(7.5em + .75rem + calc(var(--bs-border-width) * 2));
}

.tracking-number {
    font-size: 1.4em;
    font-weight: bold;
    color: #0d47a1;
    margin: 20px 0;
}

.info {
    margin-top: 10px;
    color: #555;
}


.form-label:after {
    font-weight: 400;
    font-size: 18px;
}

/*.col-md-6:has(input[data-val-required]) .form-label:after,
.col-md-6:has(textarea[data-val-required]) .form-label:after,
.col-md-6:has(input[required]) .form-label:after,
.col-md-6:has(select[required]) .form-label:after,
.col-md-6:has(select[data-val-required]) .form-label:after,
.col-md-12:has(input[data-val-required]) .form-label:after,
.col-md-12:has(.form-control[data-val-required]) .form-label:after,
.col-md-12:has(input[required]) .form-label:after,
.col-md-12:has(textarea[required]) .form-label:after,
.col-md-12:has(select[required]) .form-label:after,
.col-md-12:has(select[data-val-required]) .form-label:after */

div:has(>.form-control[data-val-required]) .form-label:after,
div:has(>.form-select[data-val-required]) .form-label:after,
div:has(>.form-control[data-val-required]) .control-label:after,
div:has(>.form-select[data-val-required]) .control-label:after {
    content: " *";
    color: red;
}

/*
.col-md-6:has(input[data-val-required]) .form-label,
.col-md-6:has(input[required]) .form-label,
.col-md-6:has(select[required]) .form-label,
.col-md-6:has(select[data-val-required]) .form-label,
.col-md-12:has(input[data-val-required]) .form-label,
.col-md-12:has(input[required]) .form-label,
.col-md-12:has(select[required]) .form-label,
.col-md-12:has(select[data-val-required]) .form-label {
 /
    color: #614978;
}
*/

.user-img-link {
    width: 142px;
    height: 142px;
    border-radius: 50%;
    border: 0 solid #e5e5e5;
    padding: 0;
}


.profiles li {
    list-style: none
}

.profiles .folder {
    cursor: pointer
}

.profiles li ul {
    list-style: none;
    border-left: 1px dotted;
    margin-bottom: 0px;
    padding-left: 25px;
    margin-left: 18px;
    display: none;
}

ul#treeData {
    /*  font-family: tahoma, arial, helvetica;
    font-size: 10pt;
    white-space: nowrap;
    padding: 10px;
    padding-left: 30px;
    margin: 0;
    background-color: white;
    border: 1px dotted gray;
    min-height: 0%;
    position: relative;*/
}

ul#treeData .form-group {
    /* margin-right: 5px;
        cursor: pointer;*/
    margin-bottom: 5px;
}

.profiles i.fa {
    font-size: 16px;
    cursor: pointer;
    float: left;
    line-height: 24px;
}

.state-overview .value a, .state-overview .value a {
    color: #fff;
}

.info-box a {
    color: #fff;
}

.control-label .required, .form-group .required {
    color: #555;
    font-size: 16px;
    padding-left: 2px;
}

.form-group.required .control-label:after {
    content: " *";
    color: red;
}


/***************  [5. CHECKBOX] ***************/
.checkbox {
    padding-left: 20px;
}

    .checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            margin-top: 4px;
            border: 1px solid #cccccc;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 3px;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"] {
        opacity: 0;
    }

        .checkbox input[type="checkbox"]:checked + label::after {
            font-family: 'FontAwesome';
            content: "\f00c";
        }

        .checkbox input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before {
                background-color: #eeeeee;
                color: #eeeeef;
                cursor: not-allowed;
            }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

.checkbox-aqua input[type="checkbox"]:checked + label::before {
    background-color: #00C0EF;
    border-color: #00C0EE;
}

.checkbox-aqua input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-aqua input[type="checkbox"]:hover + label::before {
    border: 2px solid #00C0EF;
}

/* checkbox with icon color */
.checkbox-icon-aqua input[type="checkbox"]:checked + label::after {
    color: #00C0EF;
}

.checkbox-icon-aqua input[type="checkbox"]:hover + label::before {
    border: 1px solid #00C0EF;
}

/* checkbox with backgound color */
.checkbox-yellow input[type="checkbox"]:checked + label::before {
    background-color: #F39C12;
    border-color: #F39C11;
}

.checkbox-yellow input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-yellow input[type="checkbox"]:hover + label::before {
    border: 2px solid #F39C12;
}

/* checkbox with icon color */
.checkbox-icon-yellow input[type="checkbox"]:checked + label::after {
    color: #F39C12;
}

.checkbox-icon-yellow input[type="checkbox"]:hover + label::before {
    border: 1px solid #F39C12;
}

.checkbox-black input[type="checkbox"]:checked + label::before {
    background-color: #000000;
    border-color: #000009;
}

.checkbox-black input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-black input[type="checkbox"]:hover + label::before {
    border: 2px solid #000000;
}

.checkbox-icon-black input[type="checkbox"]:checked + label::after {
    color: #000000;
}

.checkbox-icon-black input[type="checkbox"]:hover + label::before {
    border: 1px solid #000000;
}

.checkbox-red input[type="checkbox"]:checked + label::before {
    background-color: #dc5754;
    border-color: #dc5755;
}

.checkbox-red input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-red input[type="checkbox"]:hover + label::before {
    border: 2px solid #dc5754;
}

.checkbox-icon-red input[type="checkbox"]:checked + label::after {
    color: #dc5754;
}

.checkbox-icon-red input[type="checkbox"]:hover + label::before {
    border: 1px solid #dc5754;
}

/***************  [6. RADIO BUTTONS ] ***************/

.radio {
    padding-left: 20px;
}

    .radio label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            margin-top: 4px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 7px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .radio input[type="radio"] {
        opacity: 0;
    }

        .radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .radio input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .radio input[type="radio"]:disabled + label::before {
                cursor: not-allowed;
            }

    .radio.radio-inline {
        margin-top: 0;
    }

.radio-black input[type="radio"] + label::after {
    background-color: #000000;
}

.radio-black input[type="radio"]:checked + label::before {
    border-color: #000000;
}

.radio-black input[type="radio"]:checked + label::after {
    background-color: #000000;
}

.radio-yellow input[type="radio"] + label::after {
    background-color: #F39C12;
}

.radio-yellow input[type="radio"]:checked + label::before {
    border-color: #F39C12;
}

.radio-yellow input[type="radio"]:checked + label::after {
    background-color: #F39C12;
}

.radio-red input[type="radio"] + label::after {
    background-color: #dc5754;
}

.radio-red input[type="radio"]:checked + label::before {
    border-color: #dc5754;
}

.radio-red input[type="radio"]:checked + label::after {
    background-color: #dc5754;
}

.radio-aqua input[type="radio"] + label::after {
    background-color: #00C0EF;
}

.radio-aqua input[type="radio"]:checked + label::before {
    border-color: #00C0EF;
}

.radio-aqua input[type="radio"]:checked + label::after {
    background-color: #00C0EF;
}


.radioicon-group {
    margin-top: 10px;
}

.radioicon label {
    font-weight: normal;
    font-size: 14px;
    color: black;
    margin: 0px;
    height: 25px;
}

.radioicon span {
    font-size: 19px;
    height: 25px;
    width: 20px;
    padding-top: 5px;
}
/* Hidding the radiobuttons & checkboxes */
.radioicon input[type="radio"] {
    display: none;
}
    /* Hidding the "check" status of inputs */
    .radioicon input[type="radio"] + label .fa-circle {
        display: block;
        color: #cccccc;
    }

/* Styling the "check" status */
.radioicon-aqua input[type="radio"]:checked + label .fa-circle {
    display: block;
    color: #00C0EF;
}

.radioicon-red input[type="radio"]:checked + label .fa-circle {
    display: block;
    color: #dc5754;
}

.radioicon-yellow input[type="radio"]:checked + label .fa-circle {
    display: block;
    color: #F39C12;
}

.radioicon-black input[type="radio"]:checked + label .fa-circle {
    display: block;
    color: #000000;
}


/* Spinner control */

.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 2%;
    vertical-align: middle;
    display: table-cell;
}

    .input-group-btn-vertical > .btn {
        display: block;
        float: none;
        width: 30px;
        padding: 8px;
        margin-left: -1px;
        position: relative;
        border-radius: 0;
    }

        .input-group-btn-vertical > .btn:first-child {
            border-top-right-radius: 0px;
        }

        .input-group-btn-vertical > .btn:last-child {
            border-bottom-right-radius: 0px;
        }

    .input-group-btn-vertical i {
        position: absolute;
        top: 0;
        left: 10px;
    }


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #5365ce;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px
        }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            z-index: 2;
            color: #5365ce;
            background-color: #eee;
            border-color: #ddd
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #5365ce;
        border-color: #5365ce
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}


.bg-egcm-01 {
    background-color: #e3caa8
}
.bg-egcm-02 {
    background-color: #dcbb91
}

.bg-egcm-03 {
    background-color: #d0c9c2
}

.bg-fiji {
    background-color: #004f78;
    color: white;
}

    .bg-fiji h4 {
        color: white;
    }

.text-fiji {
    color: #004f78;
}

.datepicker td, .datepicker th {
   padding: 10px;
}

.bg-light, .section-padding {
    background-color: #ffffffff !important;
    color:#000000
}

.projects td {
    vertical-align: middle;
}

/* Order Tracking */

.steps {
    display: flex;
    width: 100%;
}

.steps-light .step-item {
    color: #888a8c
}

.step-item {
    flex-basis: 0;
    flex-grow: 1;
    transition: color 0.25s ease-in-out;
    text-align: center;
    text-decoration: none !important;
}

.steps-light .step-item.active .step-count, .steps-light .step-item.active .step-progress {
    color: #ffffff;
    background-color: #30384a;
}

.step-item:first-child .step-progress {
    border-radius: .125rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.steps-light .step-count, .steps-light .step-progress {
    color: #2e323e;
    background-color: #eaf0f5;
}

.step-progress {
    position: relative;
    width: 100%;
    height: .25rem;
}

.step-count {
    position: absolute;
    top: -.75rem;
    left: 50%;
    width: 1.625rem;
    height: 1.625rem;
    margin-left: -.8125rem;
    border-radius: 50%;
    font-size: .875rem;
    line-height: 1.625rem;
}

.step-label {
    padding-top: 1.5625rem;
    font-size: 0.95rem;
}

    .step-label > i {
        margin-top: -.25rem;
        margin-right: .425rem;
        font-size: 0.75rem;
        vertical-align: middle;
    }

.steps-light .step-item.active.current {
    color: #30384a;
}

.alphanumeric, .lettersOnly, .numbersOnly {
    color: #000000;
}