@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css");

:root
{
    --brand-color-theme-1:#296827;
    --brand-color-theme-2:#31b885;
    --brand-color-theme-3:#7ad470;
}

.fButton1
{
    display: block;
    background-color: white;
    width: 80%;
    padding: 10px;
    border-radius: 100px;
    margin: 30px auto 20px auto;
    color: var(--brand-color-theme-1);
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
}
.dashboard-login-section
{
    background: url("../images/demo-login-banner-1.jpg");
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.login-main
{
    /* background-color: #000000b9; */
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    place-items: center;
}

.login-form-div
{
    width: 450px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    place-items: center;
    border: 0.5px solid #ffffff57;
    background-color: #00000057;
    padding: 40px 30px;
}

.login-form-div .main-items
{
    width: 100%;
}
.login-form-div .main-items
{
    color: white;
}

.login-form-div .main-items .lock-eye
{
    display: none;
}

.login-form-div .main-items .input-group-text
{
    background-color: transparent;
    color: white;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ffffff57;
}

.login-form-div .main-items .form-control
{
    border-radius: 0;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ffffff57;
    box-shadow: none;
    color: white;
}

.login-form-div .main-items .form-control::placeholder
{
    color: white;
}

.login-form-div .main-items .input-group
{
    margin-top: 50px;
    margin-bottom: 50px;
}

.login-form-div .main-items .input-group.pass-group
{
    margin-bottom: 10px;
}

.login-form-div .main-items .form-check
{
    justify-content: center;
    display: flex;
}
.login-form-div .main-items .form-check-input
{
    border: 1px solid #ffffff57;
    background-color: transparent;
    box-shadow: none;
    margin-right: 10px;
}
.login-form-div .main-items .form-check-input:checked
{
    background-color: var(--brand-color-theme-1);
}

.login-form-div .main-items
{
    text-align: center;
}


.login-form-div .forgot-link
{
    text-decoration: none;
    color: white;
    font-weight: 400;
    display: block;
    text-align: end;
    font-size: 12px;
}

.login-form-div .sign-login-anchor
{
    font-size: 12px;
    color: white;
    text-decoration: none;
}

.login-form-div .sign-login-anchor span
{
    text-decoration: underline;
}
.alert-login-signup
{
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    padding: 15px 10px;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    border-radius: 0;
}

.login-form-div.sign-up-form-div
{
    width: 700px;
}
.login-form-div.sign-up-form-div .main-items
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.login-form-div.sign-up-form-div .main-items h3
{
    width: 100%;
}
.login-form-div.sign-up-form-div .input-group
{
    width: 48%;
}

.login-form-div.sign-up-form-div .main-items .input-group
{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 13px;
}

.login-form-div.sign-up-form-div .main-items .input-group span
{
    font-size: 13px;
}

.login-form-div.sign-up-form-div .main-items .input-group input
{
    font-size: 13px;
}

.login-form-div.sign-up-form-div .main-items .sign-login-anchor
{
    display: block;
    width: 100%;
    text-align: center;
}

.login-form-div.sign-up-form-div .fButton1
{
    width: 70%;
}

/***************************
Dashboard Start here
***************************/


.dashboard-body 
{
    width: 100%;
    background: url(../images/dashboard-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.nav-div
{
    width: 20%;
}
nav.menu-desktop
{
    width: 20%;
    background: linear-gradient(90deg, rgba(49,184,133,1) , rgba(122,212,112,1) );
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    position: fixed;
    left: 0;
    top:0;
    height: 100%;
}

.section-dash-content
{
    width: 80%;
    padding: 20px;
    height: 100%;
    
}

.section-dash-content .content-main
{
    border: 1px solid #cecece;
    /* height: 705px; */
    /* overflow-y: scroll; */
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    padding: 20px;
}
nav.menu-desktop .dashboard-tab
{
    display: flex;
    place-items: center;
}

nav.menu-desktop .dashboard-tab div.dash-text
{
    width: 75%;
    text-align: start;
    color: white;
    font-size: 20px;
    font-weight: 600;
}

nav.menu-desktop .dashboard-tab div.div-calender
{
    width: 25%;
    text-align: end;
}

nav.menu-desktop .dashboard-tab div.div-calender a
{
    color: white;
    font-size: 25px;
}

nav.dash-menu-mobile
{
    width: 100%;
}
nav.dash-menu-mobile
{
    background: linear-gradient(90deg, rgba(49,184,133,1) , rgba(122,212,112,1) );
}
nav.dash-menu-mobile .navbar-brand
{
    color: white;
    font-size: 20px;
    font-weight: 600;
}

nav.dash-menu-mobile .navbar-toggler
{
    border: 0;
    box-shadow: none;
    margin-top: 5px;
}

nav.dash-menu-mobile .btn-close.close-head
{
    position: absolute;
    top: 10px;
    right: 10px;
    box-shadow: none;
    z-index: 99999;
}

nav.dash-menu-mobile .offcanvas-body
{
    padding: 0;
}
nav.dash-menu-mobile .menu-desktop.mobile-menu
{
    position: relative;
    padding-top: 50px;
}
nav.dash-menu-mobile .navbar-toggler span.nav-line
{
    display: block;
    border-radius: 1px;
    width: 30px;
    margin-bottom: 5px;
    height: 3px;
    background-color: white;
}
.user-image
{
    text-align: center;
}

.user-image img
{
    width: 90px;
    border-radius: 500px;
    margin-top: 50px;
    border: 2px solid white;
}

.user-image label
{
    width: 100%;
    font-size: 13px;
    color: white;
    margin-top: 15px;
    text-transform: capitalize;
}

nav.menu-desktop ul.f-menu-desk
{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 40px;
}

nav.menu-desktop ul.f-menu-desk li a
{
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    color: white;
    text-decoration: none;
    display: flex;
    place-items: center;
    font-weight: 600;
    font-size: 13px;
    border-right: 3px solid transparent;
    margin-top: 10px;
    transition: all 0.2s ease;
}

nav.menu-desktop ul.f-menu-desk li a:hover,
nav.menu-desktop ul.f-menu-desk li a:active,
nav.menu-desktop ul.f-menu-desk li a:focus
{
    border-color: white;
    outline: none;
}
nav.menu-desktop ul.f-menu-desk li a i
{
    font-size: 20px;
    margin-right: 15px;
}

.back-home-btn
{
    text-align: end;
}

.back-home-btn a.anchor-home
{
    color: white;
    background-color: var(--brand-color-theme-1);
    padding: 7px 10px;
    font-size: 12px;
    text-decoration: none;
    border-radius: 4px;
    word-spacing: -1px;
    position: relative;
    top: -30px;
}
.dash-alerts
{
    position: fixed;
    top: 30px;
    left: 0;
    width: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
}

.section-dash-content .content-main .user-name h3
{
    color: #666;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    place-items: center;
}

.section-dash-content .content-main .user-name h3 span
{
    color: var(--brand-color-theme-1);
    font-weight: 600;
}

.section-dash-content .content-main .user-name h3 i
{
    margin-left: 10px;
    color: #f5c34a;
    font-size: 25px;
}

h3.heading-main-content
{
    font-size: 26px;
    letter-spacing: .5px;
    font-weight: 700;
    margin-top: 25px;
    color: var(--brand-color-theme-1);
    text-align: center;
}

.submit-btn
{
    margin-top: 25px;
}

.submit-btn
{
    background-color: var(--brand-color-theme-1);
    color: white;
    border-radius: 5px;
    padding: 10px 40px;
    outline: none;
    border: 0;
    /* margin-bottom: 40px; */
}

.doc-form
{
    width: 100%;
    height: 100%;
}
.table-div-dash
{
    height: 100%;
}
.table-div-dash div.row
{
    justify-content: space-between;
}
.table-div-dash div.row div.col-12
{
    margin-top: 20px;
    padding: 0 10px;
}

.table-div-dash div.row div.col-12 div.item
{
    background-color: #fff;
    border-radius: 7px;
    padding: 15px;
    height: 100%;
}
.table-div-dash div.row div.col-12 .form-control
{
    box-shadow: none;
    padding: 15px;
    font-size: 14px;
    border: 1px solid #cecece;
}

.table-div-dash div.row div.col-12 label:nth-child(1)
{
    font-size: 14px;
    margin-bottom: 10px;
}

.table-div-dash div.row div.col-12 label:nth-child(1) a
{
    color: var(--brand-color-theme-1);
    font-weight: 500;
    text-decoration: none;
    display: block;
}

.table-div-dash div.row div.col-12 label:nth-child(1) span
{
    display: block;
}

.table-div-dash div.row div.col-12:last-child label:nth-child(1) 
{
    display: flex;
    justify-content: space-between;
}

.table-div-dash div.row div.col-12 label.label-Intro
{
    color: rgb(126, 0, 0);
    font-weight: 500;
    font-size: 11px;
    margin-top: 10px;
}

.table-div-status
{
    overflow-x: scroll;
    padding-top: 15px;
    padding-bottom: 15px;
}
.table-div-status table.status-table
{
    width: 1500px;
}
.table-div-status table.status-table.document-information-table
{
    width: 100%;
}
.table-div-status table.status-table tr th
{
    border: 1px solid #000;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    padding: 10px;
    background-color: var(--brand-color-theme-1);
    color: white;
}

.table-div-status table.status-table tr td 
{
    font-size: 14px;
    text-align: center;
    border: 1px solid #949393;
    font-weight: 500;
    padding: 15px 10px;
}

.table-div-status table.status-table tr td span
{
    margin-right: 10px;
}
.table-div-status table.status-table tr td span.name-doc
{
    font-size: 15px;
    font-weight: 600;
}

.table-div-status table.status-table tr td span.uploaded-time
{
    color: #820000;
    font-weight: 600;
}

.table-div-status table.status-table tr td span.uploaded-date
{
    color: var(--brand-color-theme-1);
}

.table-div-status table.status-table tr td:nth-child(2)
{
    text-align: start;
}
.table-div-status table.status-table tr td.custom-status span
{
    display: block;
    font-size: 15px;
    letter-spacing: 0.3px;
    font-weight: 700;
}

.table-div-status table.status-table tr td span.declined-reason
{
    font-size: 14px;
    font-weight: 600;
}
.table-div-status table.status-table tr td.custom-status span.pending
{
    color: #f5c34a;
}

.table-div-status table.status-table tr td.custom-status span.in-review
{
    color: #01075c;
}

.table-div-status table.status-table tr td.custom-status span.approved
{
    color: #12510e;
}   

.table-div-status table.status-table tr td.custom-status span.decline,
.table-div-status table.status-table tr td span.declined-reason
{
    color: #820000;
}

.table-div-status table.status-table tr td a
{
    color: white;
    text-decoration: none;
    width: 100%;
    border: 5px;
    padding:10px 20px;
    margin-right: 7px;
    border-radius: 5px;
    font-size: 13px;
}

.table-div-status table.status-table tr td a.view
{
    background-color: #01075c;
}

.table-div-status table.status-table tr td a.edit,
.table-div-status table.status-table tr td a.decline
{
    background-color: #820000;
}

.table-div-status table.status-table tr td a.approved
{
    background-color: #12510e;
}

.table-div-status table.status-table tr td a.phone-number
{
    color: #01075c;
    font-weight: 700;
    letter-spacing: .5px;
    font-size: 14px;
}

.table-div-status table.status-table tr td a.email-id
{
    color: #820000;
    font-weight: 700;
    letter-spacing: .5px;
    font-size: 14px;
}
.custom-status-row
{
    justify-content: center;
}

.custom-status-row .col-12
{
    padding: 15px;

}

.custom-status-row .col-12 div
{
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 700;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: center;
    padding: 30px 10px 20px 10px;
    border-radius: 10px;
    background-color: white;
    border: 1.5px solid transparent;
    border-bottom: 4px solid transparent;
}

.custom-status-row .col-12 div.Pending
{
    color: #f5c34a;
    border-color: #f5c34a;
}

.custom-status-row .col-12 div.Review
{
    color: #01075c;
    border-color: #01075c;
}

.custom-status-row .col-12 div.Approved
{
    color: #296827;
    border-color: #296827;
}

.custom-status-row .col-12 div.Decline
{
    color: #820000;
    border-color: #820000;
}
.custom-status-row .col-12 div span
{
    display: block;
    font-size: 40px;
    margin-top: 10px;
}

.item-profile-image
{
    width: 150px;
    margin: 0 auto;
}
.item-profile-image input
{
    display: none;
}

.item-profile-image label
{
    text-align: center;
    font-weight: 600;
    width: 100%;
}

.item-profile-image label img
{
    width: 100px;
    border-radius: 500px;
    display: block;
    margin: 0 auto;
}

#declined-box .decline-modal-close
{
    position: absolute;
    right: -20px;
    top: -10px;
    background-color: transparent;
    border: 0;
    font-size: 30px;
    background-color: white;
    color:#12510e;
    border-radius: 500px;
    padding: 0;
}

#declined-box .modal-body
{
    padding-bottom: 0;
}

#declined-box textarea
{
    height: 100px;
    box-shadow: none;
    border-color: #cecece;
    font-size: 14px;
}


.modal-decline-form
{
    text-align: end;
}
.modal-decline-form button
{
    border: 0;
    padding: 8px 24px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    margin-top: 25px;
    margin-bottom: 0;
}

.modal-decline-form button.cancel-modal-box
{
    background-color:#820000;
    color: white;
}

.modal-decline-form button.save-button-box
{
    background-color: #12510e;
    color: white;
}

.add-admin-form
{
    height: 500px;
}

.form-add-admin form
{
    width: 100%;
    margin-top: 40px;
}

.form-add-admin form .col-admin-form
{
    padding: 10px;
}


.form-add-admin form .col-admin-form .items-add
{
    background-color: white;
    padding: 10px;
    height: 100%;
    border-radius: 7px;
}

.form-add-admin form .col-admin-form .items-add label
{
    font-size: 14px;
}

.form-add-admin form .col-admin-form .items-add input
{
    padding: 10px;
    font-size: 13px;
    border-radius: 5px;
    box-shadow: none;
    border-color: #cecece;
}

.form-add-admin form .col-admin-form .items-add label.warning-password
{
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #820000;
    font-weight: 600;
}
/***************************
Dashboard ends here
***************************/