
html,
body {
    background-color: #fff;
    color: #a0a1a2;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
    overflow: hidden;
}

.full-height {
    height: 100vh;
}

.full-width {
    width: 100%;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.links>a {
    color: #a0a1a2;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    /* text-transform: uppercase; */
}

.m-b-md {
    margin-bottom: 30px;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 285px;
    max-width: 285px;
    margin-left: -285px;
    background: #fff;
    color: #a0a1a2;
    transition: all 0.3s;
    position: relative;
}

#sidebar.active {
    margin-left: 0px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #a0a1a2;
}

#sidebar ul.components {
    padding: 60px 0 0 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.2em;
    display: block;
}

#sidebar ul li a:hover {
    color: #007bff;
    font-weight: 600;
}

/* 
#sidebar ul li a:active {
    color: #272929;
    font-weight: 600;
    background-color: #ddd;
} */

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #000;
    font-weight: 600;
    background-color: #d8d9d9;
}

span.sidebar-text {
    font-size: 0.7em;
    padding-left: 15px;
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before,
a[aria-expanded="true"]::before {
    /* content: '\e259'; */
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}

/* a[aria-expanded="true"]::before {
    content: '\e260';
} */


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
}

a.article,
a.article:hover {
    background: #007bff !important;
    color: #fff !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -300px;
    }

    #sidebar.active {
        margin-left: 0;
    }

    #sidebarCollapse span {
        margin: 0;
        display: none;
    }
}

/* Custom */

span.bg-f9 {
    background-color: #f9f8fa;
}

.nav-custom-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #fff;
    background-color: #007bff !important;
    text-decoration: none;
    /* transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out; */
}

a.nav-custom-link:hover {
    color: #fff;
    font-weight: 800;
    background-color: #007bff !important;
}

a.nav-custom-link::after {
    color: #fff;
    font-weight: 800;
    background-color: #007bff !important;
}

a.nav-custom-link:focus {
    color: #fff;
    font-weight: 800;
    background-color: #007bff !important;
}

.dropdown {
    padding-left: 15px;
    padding-right: 15px;
}

nav.navbar {
    margin: 0px;
    padding: 0px;
}

.navbar-collapse {
    margin-top: 0px;
}


/* ================================  */
/* ========== Home Cards ==========  */
/* ================================  */


.travel-advance-req-img {
    height: 200px;
    width: 100%;
    text-align: center;
    padding-top: 85px;
    color: white;
    overflow: hidden;
    background: #007bff;
    background: linear-gradient(rgb(72, 0, 72, 0.8), rgba(72, 192, 76, 0.8)), url(/images/img/claim.jpg);
    background: linear-gradient(rgb(131 148 197/70%), rgb(32 31 100 / 70%)), url(/images/img/claim.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.travel-advance-req-img:hover {
    transform: scale(0.95);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    transition: 0.5s all ease-in-out;
}

.claim-reim-img {
    height: 200px;
    width: 100%;
    text-align: center;
    padding-top: 85px;
    color: white;
    overflow: hidden;
    background: #007bff;
    background: linear-gradient(rgb(72, 0, 72, 0.8), rgb(72, 192, 76, 0.8)), url(/images/img/rembursement.jpg);
    background: linear-gradient(rgb(131 148 197/70%), rgb(32 31 100 / 70%)), url(/images/img/rembursement.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.claim-reim-img:hover {
    transform: scale(0.95);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    transition: 0.5s all ease-in-out;
}

.flight-hotel-img {
    height: 200px;
    width: 100%;
    text-align: center;
    padding-top: 85px;
    color: white;
    overflow: hidden;
    background: #007bff;
    background: linear-gradient(rgb(72, 0, 72, 0.8), rgba(72, 192, 76, 0.8)), url(/images/img/international-travel.jpg);
    background: linear-gradient(rgb(131 148 197/70%), rgb(32 31 100 / 70%)), url(/images/img/international-travel.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.flight-hotel-img:hover {
    transform: scale(0.95);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    transition: 0.5s all ease-in-out;
}

h3.card-heading {
    text-decoration: none;
}

.ApproveTable {
    padding: 12px;
    background: fb9c31;
    color: white;
    border: 2px solid #007bff;
    border-radius: 7px;
    font-weight: 700;
}

/* SlideIn Animation */
@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.card-header-bg {
    background-color: #007bff !important;
}

.card-heading {
    color: #fff !important;
}


.width-50 {
    width: 50%;
}

.ml-auto {
    margin-left: auto;
}

.text-center {
    text-align: center;
}

/* Progressbar */
.progressbar {
    position: relative;
    display: flex;
    justify-content: space-between;
    counter-reset: step;
    margin: 2rem 0 4rem;
    z-index: 1;
}

.progressbar::before,
.progress {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    width: 100%;
    background-color: #dcdcdc;
}

.progress {
    background-color: #007bff !important;
    height: 1rem !important;
    width: 0%;
    transition: 0.3s;
}

.progress-step {
    width: 2.1875rem;
    height: 2.1875rem;
    background-color: #dcdcdc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.progress-step::before {
    counter-increment: step;
    content: counter(step);
}

.progress-step::after {
    content: attr(data-title);
    position: absolute;
    top: calc(100% + 0.5rem);
    font-size: 0.85rem;
    color: #666;
}

.progress-step-active {
    background-color: #007bff;
    color: #f3f3f3;
}

/* Form */
.form {
    width: clamp(320px, 30%, 430px);
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 0.35rem;
    padding: 1.5rem;
}

.form-step {
    display: none;
    transform-origin: top;
    animation: animate 0.5s;
}

.form-step-active {
    display: block;
}

.input-group {
    margin: 2rem 0;
}

@keyframes animate {
    from {
        transform: scale(1, 0);
        opacity: 0;
    }

    to {
        transform: scale(1, 1);
        opacity: 1;
    }
}

/* Button */
.btns-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.btn {
    padding: 0.75rem;
    display: block;
    text-decoration: none;
    background-color: #007bff;
    color: #f3f3f3;
    text-align: center;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: 0.3s;
}

.btn:hover {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #007bff;
}


/* --------- Loader --------- */
#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    /* background: rgba(0,0,0,0.75) url("../images/square-loader.gif") no-repeat center center; */
    background: rgba(255, 255, 255, 1) url("../images/blue-loader.gif") no-repeat center center;
    z-index: 99999;
}

.header-item {
    font-size: 6em;
}
.header-item:hover {
    font-size: 8em;
    transition: 0.5s;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

/* .rt-4 {
    font-size: 4vw!important;
} */
@media screen and (max-width: 500px) {
    .rt-4 {
            font-size: 4vw !important;
        }
}
@media screen and (min-width: 500px) and (max-width: 768) {
    .rt-4 {
            font-size: 4vw !important;
        }
}

@media screen and (min-width:690px) and (max-width: 1200px){
    #sidenav-main {
        padding-top: 2.4rem!important;
    }
}
@media screen and (min-width:575px) and (max-width: 689px) {
    #sidenav-main {
        padding-top: 5rem!important;
    }
}
@media screen and (max-width:575px) {
    #sidenav-main {
        padding-top: 2.4rem!important;
    }
}

