.ffoonnttss
{
    font-family: 'Roboto', sans-serif;
    font-family: 'Yantramanav', sans-serif;
    font-family: 'Alegreya Sans', sans-serif;
}

*
{
    padding: 0px;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    word-wrap: break-word;
}



p
{
    color: #3a3c3c;
    font-size: 15px;
    word-wrap: break-word;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
    padding-bottom: 10px;
    margin: 0px;
    text-align: justify;
}

a,a:hover,a:focus,a:active
{
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}

h1,h2,h3,h4
{
    font-family: 'Yantramanav', sans-serif;
    font-weight: 500;
}

h1
{
    font-size: 40px;
}

h2
{
    font-size: 36px;
}

h3
{
    font-size: 32px;
}

h4
{
    font-size: 26px;
}


/*--------------------------------------------------------------
# Login Page CSS
--------------------------------------------------------------*/

.login-bg {
    min-height: 100vh;
}

.login-div {
    width: 500px;
    max-width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
}

.login-title {
    font-size: 36px;
    font-weight: 700;
}

.login-field{
        padding: 10px 0;
}

.login-label{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
}

.login-field .form-control{
        border-color: #333;
}

.loginbtn{
    padding: 10px 28px;
    background-color: #333;
    border: none;
    color: #fff;
    font-size: 18px;
    outline: none;
    box-shadow: none;
    border-radius: 6px;
    transition: all 0.4s ease-in-out;
}

.fgtpwd {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
}






.allbg
{
    background-color: #e8e8e8;
}

.rel-body{
    background-color: #eaeaea;
    min-height: 100vh;
    padding-bottom: 47px;
    position: relative;
}

.footer_copyright_div
{
    background-color: #3c4e64;
    padding-top: 12px;
    padding-bottom: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.footer_copyright_div .information
{
    color: white;
    padding: 0px;
    text-align: left;
    font-size: 14px;
    line-height: 25px;
}

.footer_copyright_div .information>a,
.footer_copyright_div .information>a:hover,
.footer_copyright_div .information>a:focus,
.footer_copyright_div .information>a:active
{
    text-decoration: none;
    color: #f68241;
    font-size: 14px;
    line-height: 25px;
}



/*--------------------------------------------------------------------*/



/*Dashboard CSS*/

.topbg
{
    background-color: #3c4e64;
}

.login_name, .login_name:hover, .login_name:focus, .login_name:active
{
    background-color: #3c4e64 !important;
    border: none;
    outline: none !important;
    box-shadow: none;
    color: white;
    font-size: 16px;
    display:flex;
    align-items:center;
}

.login_name i
{
    font-size: 22px;
}

.login_dropdown
{
    width: 100%;
    background-color: #3c4e64;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin-top: 20px;
}

.login_dropdown li a
{
    color: white;
    line-height: 26px;
}

.login_dropdown li a:hover
{
    background-color: #324153;
    color: white;
}

.body_bg
{    
    padding-bottom: 30px;
}

.dash_menu_div
{
    background-color: white;
    -webkit-box-shadow: 0 0 15px -3px #666;
    -moz-box-shadow: 0 0 15px -3px #666;
    box-shadow: 0 0 15px -3px #666;
    border: 1px solid #ccc;
    border-top: none;
    position: relative;
}

.dash_logout_div,.dash_logout_div:hover,.dash_logout_div:focus
{
    position: absolute;
    right: 15px;
    top: 14px;
    color: #3c4e64;
    font-size: 16px;
    font-family: 'Alegreya Sans', sans-serif;
}

.page-title-flex
{
    margin: 30px 0 15px 0;
}

.page-title-flex h2{
    color: #f68241;
    font-size: 24px;
    margin: 0;
}

.page-title-flex a{
    background-color: #f68241;
    color: #fff;
    display: inline-block;
    padding: 8px 16px;
}

.dash_summary_bg
{
    background-color: #ffffff;
    border-radius: 100px;
}

.dash_summary_counter
{
    padding: 0;
    border-left: 1px solid #ccc;
    text-align: center;
}

.dash_summary_counter:first-child
{
    border-left: none;
}

.dash_summary_counter .title
{
    font-size: 13px;
    line-height: 16px;
    padding-top: 4px;
    display: block;
    white-space: nowrap;
}

.dash_summary_counter .information
{
    font-size: 20px;
    line-height: 32px;
    white-space: nowrap;
}

.dash_info_bg
{
    background-color: #ffffff;
    padding: 15px;
}

.dash-grid{
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 30px 0;
}

.dash-div{
    background-color: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px;
}

.dash-flex{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dash-img{
    max-width: 60px;
}

.dash-text{
    font-size: 22px;
    color: #3c4e64;
    margin: 20px auto 0 auto;
}


/*--------------------------------------------------------------------*/



/*Other CSS*/

.form-div {
    padding: 10px 0;
}

.form-div .form-label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

.form-div .form-control {
    border-color: #000000;
    border-radius: 0;
}

.form-check-input{
    border-color: #000000;
}
.form-check-input:checked {
    background-color: #ff7c1f;
    border-color: #ff7c1f;
}

.submitbtn {
    margin-top: 20px;
    padding: 8px 28px;
    background-color: #ff7c1f;
    border: none;
    color: #fff;
    font-size: 16px;
    outline: none;
    box-shadow: none;
    transition: all 0.4s ease-in-out;
}

.submitbtn:hover {
    color: #fff;
    background-color: #ff7c1f;
}



.dashtable{
    font-size: 15px;
    line-height: 22px;
}

.ed-img{
    max-width: 28px;
}



table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align: left;
}

.password-wrapper{
    position: relative;
}

    .password-wrapper .fa-eye, .fa-eye-slash {
        position: absolute;
        right: 10px;
        bottom: 12px;
    }