body {
    font-family: "Poppins", sans-serif;
    background-color: #f8f8f9;
}

.wrapper {
    background-color: #f8f8f9;
}

.bi {
    display: inline-block;
    width: 1rem;
    height: 1rem;
}

.main-header .navbar-nav .nav-link {
    margin:0 70px;
}

    .main-header .navbar-nav .nav-link.active{
        border-radius:5px;
        color:white !important;
    }

    .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;
    }

.section-title{
    font-size: 25px;
    font-weight: 700;
}

.section-title-2{
    font-size: 20px;
    font-weight: 500;
}

.dropdown-menu[data-bs-popper]{
    left:-100px;
}
/*
 * 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 .dropdown {
    position: absolute;
    bottom: 15px;
}

.dashboard-table-div{
    height:100%;
}

    .dashboard-table-div .card-custom.mt-4 {
        height: 100%;
    }

    .dashboard-body .col-lg-8, .dashboard-body .col-lg-4 {
        min-height: 750px;
    }

.sidebar {
    position: relative;
}

.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;
    height:100%;
}

.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, .login-error {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100dvh;
}

.modal-header {
    color: rgba(0,0,0,.65);
    font-weight: 600;
    text-transform: none;
    position: relative;
    display: block;
    padding: 13px 16px;
    padding-bottom: 13px;
    font-size: 27px;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
    border-bottom:0;
}

.modal-sub-header {
    text-align: center;
    color: #33ACFF;
    font-size: 15px;
    font-weight: 400;
    word-spacing: 1px;
    letter-spacing: 1px;
    color: rgba(0,0,0,.65);
    font-weight: bold;
    font-style: italic;
    border-bottom:0;
}

.application-email-modal .orange-btn {
    border-radius: 50px;
    color: white;
    background: #F4B011;
    background-color: none;
    background: linear-gradient(148deg, rgba(244, 176, 17, 1) 0%, rgba(237, 121, 32, 1) 50%) !important;
    font-weight: 500;
    font-size: 20px;
    padding: 10px 80px;
    margin:0 auto;
}

.bolt-email-popup {
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
}

.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;
}

#mdlNotes .modal-header{
    padding:0;
}

#mdlNotes .closebtn {
    border-radius: 50px;
    padding:12px 50px;
}

.taskbar-div{
    width:280px;
}

.page-link {
    color: #ff7607 !important;
}

    .active>.page-link, .page-link.active {
        background-color: #ff7607 !important;
        border-color: #ff7607 !important;
        color:white !important;
    }

.bottom-wrapper {
    background-color: #f8f8f9;
    margin-top:50px;
}

    .bottom-wrapper .card {
        margin: 10px 0;
        padding:25px 15px;
    }

        .bottom-wrapper .card img{
            width:50px;
        }

    .bottom-wrapper .card-custom-2 {
        background-color: #f6f6f6;
        padding:20px;
        text-align:center;
    }

        .bottom-wrapper .card-custom-2 img{
            width:165px;
        }

        .bottom-wrapper .card-custom-2 h5 {
            color: #ed7920;
            font-weight:700;
        }

        .bottom-wrapper .card-custom-2 p{
            font-size:14px;
        }

        

        .bottom-wrapper .guidelines-btn {
            border-radius: 5px;
            background: hsla(42, 91%, 51%, 1);
            background: linear-gradient(180deg, hsla(42, 91%, 51%, 1) 0%, hsla(26, 85%, 53%, 1) 100%);
            background: -moz-linear-gradient(180deg, hsla(42, 91%, 51%, 1) 0%, hsla(26, 85%, 53%, 1) 100%);
            background: -webkit-linear-gradient(180deg, hsla(42, 91%, 51%, 1) 0%, hsla(26, 85%, 53%, 1) 100%);
            filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#F4B011", endColorstr="#ED7920", GradientType=1 );
            padding: 10px 20px;
            color: white;
            text-decoration: none;
        }

.notes .avatar{
    border-radius:50px;
}

.notes .comment-date {
    color: #ff7878;
    font-size: 10px;
}

.bottom-wrapper{
    display:none;
}

#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) {
    .bottom-wrapper .card-custom-2 .d-flex {
        display:block !important;
    }
    .card-yellow {
        margin: 15px 0;
    }

    .dashboard-table-div {
        height: unset;
    }

        .dashboard-table-div .card-custom.mt-4 {
            height: unset;
        }

    .dashboard-body .col-lg-8, .dashboard-body .col-lg-4 {
        min-height: unset;
    }

    .wrapper .sidebar {
        min-height: unset !important;
    }

    .sticky-top {
        display: none;
    }

    .main-header .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }

    #navbarScroll .taskbar-div {
        justify-content: center !important;
    }
}

@media (min-width: 1200px) {
    .w-md-auto {
        width: auto !important;
    }
}