﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
}
:root {
    --color-green: #339545;
    --loader-display:none;
}
@font-face {
    font-family: 'Raleway', sans-serif;
    src: url("../font/Raleway/Raleway-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway', sans-serif;
    src: url("../font/Raleway/Raleway-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway', sans-serif;
    src: url("../font/Raleway/Raleway-SemiBold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway', sans-serif;
    src: url("../font/Raleway/Raleway-Bold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway', sans-serif;
    src: url("../font/Raleway/Raleway-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Share Tech Mono', monospace;
    src: url("../font/Share_Tech_Mono/ShareTechMono-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;+
}

/* ------------------------Common------------------------ */

body {
    position: relative;
    /* overflow: hidden; */
    height: 100vh;
    overflow-anchor: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    flex-direction: column;
    background-color: #F6F8FE;
}
.main_div {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}
.fs-14 {
    font-size: 14px !important;
}

.login-section {
    flex: 1 1 auto; /* display: flex; */
}

.Login-bg {
    background-image: url(../img/dark-bg.jpg);
    background-size: cover;
    display:flex;
    justify-content:center;
    align-items:center;
}

.logo-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Login-bg .logo-wrap img {
    width: 200px;
}

.btn {
    padding: 0.775rem 3.5em;
    border-radius: 0px;
    font-family: 'Share Tech Mono', monospace;
    text-transform: uppercase;
   
}

.light-c-text-button {
    text-decoration: none;
    color: #444444;
    font-weight: 500;
    font-size: 16px;
}

    .light-c-text-button:hover {
        color: #339545;
    }

.login-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.login-content-wrap {
    padding: 50px 140px;
}

.login-content-wrap {
    padding: 50px 100px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.Login-content {
    background-color: #F6F8FE;
}

.form-group .label-wrap label, .form-label {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #000000;
}

.form-group .label-wrap {
    margin-bottom: 10px;
}

.form-control {
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    height: 50px;
    border-radius: 0px;
}

.icon-input {
    padding-left: 50px;
}

.input-group-text {
    padding: 0px;
    background-color: transparent;
    border: none;
    border-radius: 0.25rem;
    position: absolute;
    z-index: 10;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.login-heading {
    font-weight: 800;
    font-size: 42px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.form-title p {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-transform: capitalize;
    color: #444444;
    margin-bottom: 30px;
}

.hover-dark:hover {
    background: #000000;
}

.form-control:focus {
    border-color: #339545;
    outline: 0;
    box-shadow: none;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #339545;
    border-color: #339545;
    box-shadow: none;
}

.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus, .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: none !important;
}

.navbar .logo-wrap img {
    width: 150px;
}

.navbar-dark {
    background-image: url(../img/nav-bg.jpg);
    background-size: cover;
}

.alphabet-or-img {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
}

.avatar-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}


.user-name-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

.table-content {
    background: #F6F8FE;
    flex: 1 1 auto;
    /*padding-top: 50px;*/
    padding-top: 30px;
}

.section-title {
    font-weight: 800;
    font-size: 30px;
    margin:0 auto;
}
.Homer_page_name {
    font-weight: 800;
    font-size: 50px;
    margin: 0 auto;
    color:var(--color-green);
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%)
}

.table thead tr th {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #8B8B8B;
}

.password-container {
    position: relative;
}

    .password-container input[type="password"],
    .password-container input[type="text"] {
        width: 100%;
        padding: 12px 36px 12px 12px;
        box-sizing: border-box;
    }

    .password-container i {
        position: absolute;
        top: 28%;
        right: 4%;
        cursor: pointer;
        color: black;
    }

.pointer_none {
    pointer-events: none;
}

.password-container i {
    display: none;
}

.password-container input[name=Password]:focus + i {
    display: block !important;
}

.password-container input[name=ConfirmPassword]:focus + i {
    display: block !important;
}

.password-container input[name=Password] + i:hover {
    display: block !important;
}

.password-container input[name=ConfirmPassword] + i:hover {
    display: block !important;
}

.content-table {
    padding-top: 30px;
}

.table thead tr th {
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #8B8B8B;
    border-bottom: 2px solid #CFCFCF;
}

    .edit-button {
        color: #BC2C2A !important;
        font-size: 16px;
        font-weight: 500;
        display: inline-flex;
        text-decoration: none;
        align-items: center;
        gap: 4px;
        cursor: pointer;
    }

    .edit-button img {
        width: 18px;
        margin-bottom: 3px;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 700;
}

.modal-cross {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Share Tech Mono', monospace;
    background: #BC2C2A;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 10px;
}

.modal-content {
    background-color: #F6F8FE;
}

.modal-footer {
    justify-content: flex-start;
    border: none;
}

textarea.form-control {
    min-height: calc(5.5em + 0.75rem + 2px);
}

.table-responsive {
    background: #fff;
    max-height: 400px;
}

footer.fixed-footer {
    padding: 30px 0px;
    background: #f6f8fe;
    text-align: right;
    width:100%;
}

.table-responsive {
    background: #fff;
    max-height: calc(100vh - 310px);
}

.table tbody tr td {
    line-height: 40px;
    vertical-align: middle;
}

.sb-header {
    background: #339545;
    color: #fff;
    padding: 10px 20px;
}

    .sb-header h4 {
        font-weight: 800;
        font-size: 18px;
    }

.sb-body-item:last-child {
    border-bottom: none;
}

.sb-body-item:first-child {
    border-bottom: 1px solid #CFCFCF;
}

.sb-body-item {
    border-bottom: 1px solid #CFCFCF;
    padding: 20px 20px;
}


    .sb-body-item span {
        font-weight: 500;
        font-size: 16px;
        color: #444;
    }

    .sb-body-item:hover {
        box-shadow: 2px 0px 15px rgba(0, 0, 0, 0.08);
        /*box-shadow: 2px 0px 50px rgba(0, 0, 0, 0.08);*/
        border-color: #fff;
    }

        .sb-body-item:hover span {
            color: #339545;
        }

.sb-body {
    background: #fff;
    max-height: calc( 100vh - 340px );
    overflow-y: auto;
    min-height: calc( 100vh - 340px );
}

.transfer-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.submit-form {
    background-color: var(--color-green);
    transition: 0.3s;
}
.btn-outline-green {
    color: #339545;
    border-color: #339545;
    transition:0.4s;
}
    .btn-outline-green:hover {
        background-color: var(--color-green);
        color:white;
    }
.btn-add {
    background-color: var(--color-green);
    
}
/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #339445 #d9d9d9;
}

    /* Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 4px;
    }

    *::-webkit-scrollbar-track {
        background: #d9d9d9;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #339445;
        border-radius: 0px;
        border: 0px none #ffffff;
    }

    .red{
        color:red;
    }
.content-table {
    padding-top: 40px !important;
}
.table thead {
    position: sticky;
    top: 0;
    background-color: white;
    box-shadow: 0px 1px 1px var(--color-green);
}
.forgot_password_bgdiv{
    position:fixed;
    background-color: rgba(0,0,0,0.8);
    top:0;
    height:100%;
    width:100%;
    z-index:10;
}
#forgot_password {
    height: 25vh;
    width: 30%;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #F6F8FE;
    transform: translate(-50%,-50%);
    z-index: 15;
    box-shadow: 2px 2px 2px 2px lightgray;
    display: none;
    min-height: 280px;
}
.forgot_form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #F6F8FE;
    border:1px solid lightgray;
}

/*Loader Css*/
.Loader_Section {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    background-color: rgba(0,0,0,0.8);
    display: var(--loader-display);
    z-index:1000;
}
    .Loader_Section .loader{
        position:absolute;
        transform:translate(-50%,-50%);
        top:50%;
        left:50%;
    }

/*.top-menu a:active {
    color:white;
    border-bottom:2px solid var(--color-green)
}
*/
.navbar-dark .nav-item:hover .nav-link {
    border-bottom: 2px solid var(--color-green);
}
.navbar-dark .nav-item > .nav-link.active {
    border-bottom: 2px solid var(--color-green);
}
@media only screen and (min-width: 500px) {
    #forgot_password {
        width: 500px;
    }
}
