
body {
    font-family: "Poppins", sans-serif;
    background-image: url(../img/bolt-background-img.png);
    background-size: cover;
    background-position: center;
}

.wrapper {
}

.navbar {
    background-color: transparent !important;
}

.bi {
    display: inline-block;
    width: 1rem;
    height: 1rem;
}

.main-header .navbar-nav .nav-link {
    margin: 0 25px;
}

    .main-header .navbar-nav .nav-link.active {
        border-radius: 5px;
    }

.orange-btn{
    padding:12px 20px;
    border-radius: 7px;
    color: white;
    background: #F4B011;
    background: linear-gradient(148deg, rgba(244, 176, 17, 1) 0%, rgba(237, 121, 32, 1) 98%);
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
}
.red-btn {
    padding: 12px 20px;
    border-radius: 7px;
    color: white;
    background: #ff0000;
    background: linear-gradient(148deg, rgba(244, 176, 17, 1) 0%, rgba(237, 121, 32, 1) 98%);
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
}

.section-title{
    font-size: 25px;
    font-weight: 700;
}

.section-title-2{
    font-size: 20px;
    font-weight: 500;
}

/*
 * Sidebar
 */

@media (min-width: 768px) {
    .sidebar .offcanvas-lg {
        position: -webkit-sticky;
        position: sticky;
        top: 48px;
    }

    .navbar-search {
        display: block;
    }
}



.sidebar .nav-link {
    font-size: .875rem;
    font-weight: 500;
    color: #404447 !important;
    padding: 12px 18px;
}

.sidebar .nav-link.active {
    color: white !important;
}

.sidebar-heading {
    font-size: .75rem;
}

.welcome-message{
    font-size: 28px;
    font-weight: 700;
}



/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
    padding: .75rem 1rem;
}


.wrapper .sidebar {
    min-height: 640px !important;
    background-color: white;
}

.wrapper .sidebar .dropdown {
    position: absolute;
    bottom: 60px;
}

.active {
    background: #F4B011;
    background: linear-gradient(148deg, rgba(244, 176, 17, 1) 0%, rgba(237, 121, 32, 1) 98%);
}

.card-custom {
    box-shadow: 0px 5px 10px 1px rgba(165,165,165,0.25);
-webkit-box-shadow: 0px 5px 10px 1px rgba(165,165,165,0.25);
-moz-box-shadow: 0px 5px 10px 1px rgba(165,165,165,0.25);
    border-radius: 15px;
    padding: 20px;
    background-color: white;
}

.application-form{
    padding: 30px 50px;
}

.application-form .form-control{
    background-color: #f1f1f1;
    border: none;
    height:45px;
}

.card-yellow{
    background-color: #fff2d8;
    padding: 20px 30px;
}

.btn-toolbar .btn{
    font-size: 20px;
    position: relative;
    color: #bcbdbe;
}

.btn-toolbar .btn:focus{
    outline: none;
    border: none;
}

.btn-toolbar .count-notif{
    position: absolute;
    top: -5px;
    font-size: 12px;
    color: #bcbdbe;
}

.notif-dropdown{
    font-size: 10px;
    width: 300px;
}

.notif-dropdown li{
    border-bottom:1px solid lightgrey;
}

.notif-dropdown li:last-child{
    border-bottom: none;
}

.notif-dropdown li a{
    white-space: normal;
}

.applicant-list th, .applicant-list td, dt-column-header {
    text-align: center !important;
    font-size: 12px;
    border: none;
}

.applicant-list thead th{
    background-color: #f6f6f6 !important;
    color: #ff7607;
    padding: 14px 0;
}


.login {
    background-image: url(../../images/bolt-login-bg.png);
    background-position: center;
    background-size: cover;
}

    .login .partner-login-text {
        max-width: 200px;
        width: 100%;
        margin: 0 auto 20px;
        display: block;
    }

    .login .card-body {
        padding: 30px;
    }

    .login .card {
        border-top: 12px solid #f1a31e;
    }

#form-login {
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
}

    #form-login .form-control {
        border-radius: 0;
        background-color: #efefef;
        border: none;
    }

    #form-login label {
        color: #505050;
    }

#loginUser {
    border-radius: 50px;
    text-align: center;
    max-width: 180px;
    width: 100%;
    background-color: #f3a416;
    margin: 0 auto;
    display: block;
    border: none;
    padding: 10px 0;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}


.login, .login-error {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100dvh;
}

.dropdown-menu[data-bs-popper] {
    left: -100px;
}

.main-header .navbar-nav .nav-link.active {
    border-radius: 5px;
    color: white !important;
}

.main-header .active {
    background: #F4B011;
    background: linear-gradient(148deg, rgba(244, 176, 17, 1) 0%, rgba(237, 121, 32, 1) 98%);
}

.main-header .navbar-nav .nav-link {
    margin: 0 70px;
}

.login .partner-login-text {
    max-width: 200px;
    width: 100%;
    margin: 0 auto 20px;
    display: block;
}

#mdlLogout .modal-header {
    background-color: #f2a214;
    color: white;
}

    #mdlLogout .modal-header h5 {
        color: white;
    }

#mdlLogout .btn-primary {
    color: #f2a214;
    border-color: #f2a214;
    background-color: transparent;
    margin-right: 5px;
}

#mdlLogout .btn-secondary {
    background-color: #f2a214;
    color: white;
    border-color: #f2a214;
    margin-left: 5px;
}

@media (max-width: 1500px) {
    .main-header .navbar-nav .nav-link {
        margin: 0 100px;
    }
}

    @media (max-width: 768px) {
        .card-custom .btn-cont {
            margin-bottom: 0 !important;
            position: relative !important;
            text-align: center !important;
            max-width: 100% !important;
            margin-left:0;
        }


        .card-yellow {
            margin: 15px 0;
        }

        .main-header .navbar-nav .nav-link {
            margin: 0;
            padding: 10px;
        }

        .taskbar-div{
            justify-content:start !important;
        }

        .dropdown-menu{
            left:0 !important;
        }

        #navbarScroll{
            margin-top:15px;
        }

        .applicant-list th, .applicant-list td, dt-column-header {
            font-size: 10px;
        }

        div.dt-container div.dt-layout-table > div {
            padding: 0;
        }

        .view-notes {
            width: 60px;
            height: auto;
        }

        table.table.dataTable {
            width: 770px !important;
        }

        #applications_wrapper .d-md-flex {
            overflow: auto !important;
        }
    }

    @media (min-width: 1200px) {
        .w-md-auto {
            width: auto !important;
        }
    }