html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #EEF2FF;
    min-height: calc(100vh - 11rem);
}

    body::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('/images/bg-1.jpg') no-repeat center;
        background-size: cover;
        opacity: 0.2;
        z-index: -1;
    }

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

main {
    margin-top: 7rem;
    padding-bottom: 1.5rem;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.profile-icon {
    background-color: #ee7623;
    border-radius: 50%;
    height: 2.5rem;
    width: 2.5rem;
    padding: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.form-label-sm {
    font-size: 0.875rem;
}

.text-bg-warning {
    color: #000 !important;
}

/****************AU color theme*******************/
.bg-blue {
    background-color: #003c7a !important
}

.bg-orange {
    background-color: #ee7623 !important
}

.text-blue {
    color: #003c7a !important
}

.text-orange {
    color: #ee7623 !important
}

.text-bg-blue {
    color: #fff !important;
    background-color: #003c7a !important
}

.text-bg-orange {
    color: #fff !important;
    background-color: #ee7623 !important
}

/************Navbar bar toggler********************/
.navbar-toggler .bar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #003c7a;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
}

    .navbar-toggler .bar:nth-child(1) {
        transform: rotate(0) translateY(0);
    }

    .navbar-toggler .bar:nth-child(2) {
        opacity: 1;
    }

    .navbar-toggler .bar:nth-child(3) {
        transform: rotate(0) translateY(0);
    }

.navbar-toggler.open .bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.navbar-toggler.open .bar:nth-child(2) {
    opacity: 0;
}

.navbar-toggler.open .bar:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/***************Navigation menu********************/
.navbar-nav .nav-link {
    font-weight: 500;
    color: #2c3e50;
    transition: color 0.2s, background 0.2s;
    border-radius: 4px;
}

    .navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
        color: #007bff;
        background: #f2f6fa;
    }

    .navbar-nav .nav-link.active {
        border-bottom: 0.3rem solid #ee7623;
    }

.navbar .nav-item {
    margin-right: 0;
    margin-left: 0;
}

/***************select2 color********************/
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #ced4da !important;
    border-radius: 0.2rem;
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    display: flex;
    align-items: center;
}

.select2-results {
    font-size: 0.875rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: #212529;
    line-height: 1.5;
    padding-left: 0;
    padding-right: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
    height: 100%;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
}

.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single.select2-selection--focus,
.select2-container--default .select2-selection--multiple:focus,
.select2-container--default .select2-selection--multiple.select2-selection--focus {
    border-color: #86b7fe !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem rgba(13,110,253,.25) !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #6c757d;
    opacity: 1;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--multiple .select2-selection__arrow b {
    border-color: #212529 transparent transparent transparent;
}

.select2-container--default .select2-selection--single .select2-selection__clear,
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    color: #6c757d;
    margin-right: 0.5rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 2px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 1px !important;
    margin-right: 0 !important;
}

/************* jquery datatble ******************/
.table td {
    font-size: 0.8rem !important;
}

.table thead th {
    border-top: 1px solid #dee2e6 !important;
    border-bottom: 2px solid #dee2e6 !important;
    font-weight: 500 !important;
    padding: 0.75em 1.5em;
    background-color: #003c7a !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: 0.05em;
}

.table tbody tr:not(:last-child) td {
    border-bottom: 1px solid #dee2e6 !important;
}

.dt-scroll-headInner {
    width: 100% !important;
}

div.dtsb-searchBuilder button.dtsb-button,
div.dtsb-searchBuilder select,
.dt-container,
.pagination,
.page-link {
    font-size: 0.8rem !important;
}

.truncate-ellipsis {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
}
/********************** country select ***************************/
.country-select input, .country-select input[type=text] {
    z-index: 1;
}
