@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'system-ui' !important;
    /*overflow: hidden;*/
    overflow-x: hidden;
}


.header-button-section {
    float: right;
}

.body-content {
    margin: 0;
    padding: 0;
    width: 100%;
}




/*//////////////// LOGIN/SIGNUP PAGE CSS START ///////////////////////*/

.login-body {
    background-color: #DEDEDE;
    margin-top: 5%;
}


.login-thumb-right {
    position: fixed;
    z-index: -1;
    left: 27%;
    bottom: -30%;
    opacity: 0.7;
    /*transform: rotate(-58deg);*/
}

.login-thumb-left {
    position: fixed;
    z-index: -1;
    left: -402px;
    top: -407px;
    opacity: 30%;
    transform: rotate(-250deg);
}

.login-field {
    margin: 25px 0;
}

.postex-logo {
    width: 190px !important;
    /*margin-top: 40px !important;
    margin: auto;*/
    /* margin-left: -7% !important; */
    /* position: absolute;
    left: 2%; */
}

.register-body {
    padding-bottom: 5%;
}

.register-header {
    margin: 85px 0 30px !important;
    /*text-align: center;*/
}

.register-heading {
    color: #1B212D;
    font-weight: bold;
}

.register-text {
    color: #686D76;
    margin-top: -7px !important;
    font-family: 'Poppins' !important;
}

.registration-form {
    /*margin: auto;*/
    width: 80%;
}

    .registration-form label {
        font-size: 85%;
        font-weight: bold;
        padding-left: 5px;
    }

    .registration-form input {
        border-color: transparent;
        background-color: #F8F8FA;
        border-radius: 13px;
        height: 65px;
    }



.form-group {
    /* margin: 25px 0; */
    position: relative;
}

.register-signup-button {
    /* margin: 18px 0; */
    width: 100%;
    height: 50px;
    border-radius: 13px !important;
    background-image: linear-gradient(350deg, #F57B20, #ffc13d);
    border: none !important;
    font-size: 15px !important;
}

.register-bottom-text {
    color: #686D76;
    font-size: 85%;
    text-align: left;
    margin-top: 78px;
}

    .register-bottom-text img {
        width: 9%;
        margin-top: 13px;
    }

#signupCheckbox {
    height: auto !important;
}

#tnc-checkbox {
    margin-bottom: 20px;
    font-weight: lighter;
    font-family: poppins;
    font-size: 12px;
}



.password-eye {
    width: 25px;
    position: absolute;
    top: 48%;
    right: 4%;
    cursor: pointer;
    opacity: 35%;
}

.form-control:focus {
    border-color: #F57B20 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(253, 180, 19) !important;
}



.req-field {
    color: rgb(219, 0, 0);
}

.login-form {
    /*margin: auto;*/
    width: 36%;
}

    .login-form input {
        height: 50px;
    }

#forgot-password p {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #686D76;
}

#forgot-password a {
    text-decoration: none;
    color: #71B7F9;
}

#login-bottom-text {
    text-align: center;
    font-size: 15px;
}

    #login-bottom-text img {
        width: 4%;
    }

#forgotPasswordModal h4, #enterNewPasswordModal h4 {
    font-size: 18px;
}

#forgotPasswordModal p, #enterNewPasswordModal p {
    text-align: center;
    font-size: 12px;
    width: 68%;
    margin: auto;
    color: #73777B;
    font-family: Poppins;
}

#forgotPasswordModal form, #enterNewPasswordModal form {
    width: 80%;
}

#forgotPasswordModal input, #enterNewPasswordModal input {
    height: 50px;
}

#forgotPasswordModal button, #enterNewPasswordModal button {
    margin-bottom: 50px;
}

#forgotPasswordOTPModal #verifiBtn p {
    width: 80%;
    margin-top: 20px;
}

#forgotPasswordOTPModal p, #enterNewPasswordModal p {
    width: 80%;
}



/*/////////////////// LOGIN/SIGNUP PAGE CSS END ///////////////////*/

/*/////////////////// LOADER START ///////////////////*/
.loader {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #4BA059;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*/////////////////// LOADER END ///////////////////*/






/*/////////////////// HEADER START ///////////////////*/

/* .custom-container{
    margin-top: 0;
    max-width: 100% !important;
    display: inline-grid;
    position: absolute;
    bottom: 0;
    top: 0;

} */

.main-container {
    /* margin: 0px 20px !important; */
    margin-left: 17%;
    /*width: 78% !important;*/
    padding: 0 !important;
}

.full-height {
    height: 100%;
}

.m-29 {
    /*margin: 40px 50px;*/
    margin: 0 29px;
}

.navbar .form-inline {
    float: right;
}

.sidebar {
    background-image: linear-gradient(350deg, #f57b2085, #ad5310);
    height: auto;
    border-radius: 0 100px 0px 0;
    /*width: 22% !important;*/
    min-height: 100%;
    position: fixed;
}

.fingerprint {
    width: 150%;
    position: absolute;
    bottom: -126px;
    left: -86px;
    z-index: -10;
    opacity: 13%;
    transform: rotate(20deg);
}

.postex-logo-white {
    width: 75%;
    margin: 65px 20px 88px
}

.logo {
    text-align: center;
}

.sidebar-list {
    list-style: none;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.bottom-icon {
    width: 18px !important;
}

.bottom-list li {
    width: 240px !important;
}

.sidebar-list-icon {
    width: 20px;
    margin: 10px;
    padding-bottom: 3px;
}

.sidebar-list li {
    margin: 20px 0;
    filter: brightness(0.8);
}

    .sidebar-list li:hover {
        filter: brightness(1);
        color: white;
    }


.list-hyperlink {
    color: white;
    text-decoration: none;
}

    .list-hyperlink:hover {
        color: white;
    }

.bottom-list {
    position: absolute;
    bottom: 10px;
    max-width: 20%;
}

.active-list {
    background-image: linear-gradient(90deg, #ffffff36, #ffffff);
    filter: brightness(1) !important;
    padding: 0 25px;
    /* margin: 0 10px 0 0 !important; */
    border-radius: 5px 0 0 30px;
    /* margin-right: 10px !important; */
    font-size: 14px !important;
    /*color: #5E066C;*/
    font-weight: 500;
}




.left-header {
    float: left;
}

.right-header {
    float: right;
}

.heading {
    font-weight: bold;
    font-size: 1.7rem;
    margin-bottom: 1rem !important;
    color: #004990;
}

.search-input {
    background-color: #ffffff !important;
    border: none !important;
    display: inline !important;
    /* width: 24% !important; */
    height: 43px !important;
    border-radius: 10px !important;
    padding-left: 50px !important;
}

    .search-input::placeholder {
        color: #8c9097 !important;
        font-size: 15px;
    }

.search-bar .form-group {
    width: 20% !important;
}

.search-bar button {
    width: 100px;
    border: none;
    border-radius: 10px;
    color: white;
    background-color: #035C2A;
}

.search-bar {
    margin: 20px auto !important;
    /* border: 2px solid #035c2a; */
    background-image: linear-gradient(-30deg, #e1dada,#858585c7, #e1dada);
    width: 100%;
    padding: 20px;
    justify-content: center;
}

.header-button {
    border: 1px solid #D9D9D9 !important;
    border-radius: 50% !important;
    height: 45px !important;
    width: 45px !important;
    margin: 5px !important;
}






.search-icon {
    width: 16px;
    position: absolute;
    top: 14px;
    left: 32px;
    cursor: pointer;
    opacity: 30%;
}

.notification-button {
    background: url('./../img/header-images/notification-icon.png') no-repeat;
    background-size: 50%;
    background-position: center;
    position: relative;
}

    .notification-button span {
        background-color: #FD4E53;
        height: 16px;
        width: 16px !important;
        border-radius: 50%;
        position: absolute;
        right: -3px;
        top: -3px;
        padding: 0px 4px !important;
        font-size: 10px;
        color: white;
    }

.profile-picture-button {
    /* background: url('./../img/header-images/man-icon-green.png') no-repeat; */
    background-size: cover;
    background-position: center;
    padding: 0 !important;
}

.beneficiary-profile-picture {
    border: none !important;
    height: 60px !important;
    width: 60px !important;
    padding: 0 !important;
    margin-left: 0 !important;
}

.profile-box {
    background-color: white;
    position: absolute;
    top: 62px;
    right: 0px;
    height: 120px;
    width: 190px;
    border-radius: 15px;
    padding: 22px 15px;
    display: none;
    box-shadow: 2px 6px 7px -1px #888888;
    z-index: 1;
}

    .profile-box a {
        font-size: 15px;
        font-weight: bold;
        text-decoration: none;
        color: #000;
        margin: 8px 3px -7px !important;
    }

        .profile-box a:last-child {
            color: #FD4E53;
        }

            .profile-box a:last-child:hover {
                color: #ff8b8f;
            }

        .profile-box a:hover {
            color: #F57B20;
        }

    .profile-box hr {
        border-top: 2px solid #bbb !important;
        margin: 13px 0 !important;
    }

.profile-picture-box {
    background-image: linear-gradient(-30deg, #ffffff,#FFC498, #ffffff);
    position: absolute;
    top: 62px;
    right: 0;
    height: 215px;
    width: 285px;
    border-radius: 15px;
    padding: 15px;
    display: none;
    z-index: 1;
}

    .profile-picture-box h5 {
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 0.4px;
    }

    .profile-picture-box img {
        width: 15px !important;
    }

    .profile-picture-box .profile-picture-button {
        margin: 20px auto !important;
        width: 70px !important;
        height: 70px !important;
    }

#gallery-btn {
    background-image: url('./../img/profile-box/gallery.png');
    background-size: cover;
}

#delete-profile-picture-btn {
    background-image: url('./../img/profile-box/delete.png');
    background-size: cover;
}

.profile-action-btn button {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: none;
}



.profile-action-btn label {
    font-family: 'Poppins';
    font-size: 13px;
    display: block;
}

.profile-action-btn .col-lg-6:last-child label {
    color: #FD4E53;
}

.profile-action-btn .col-lg-6:first-child {
    display: flex;
    justify-content: right;
}


.profile-update-button {
    display: inline-block;
    text-align: center;
}

#gallerySelect {
    display: none;
}

#notificationBox {
    height: 430px;
    width: 350px;
    position: absolute;
    background-color: white;
    z-index: 2;
    right: 65;
    top: 90;
    border-radius: 10px;
    box-shadow: 0px 0px 7px 1px #888888;
    padding: 15px;
    display: none;
}

    #notificationBox h5 {
        font-size: 17px;
        font-weight: bold;
    }

    #notificationBox img {
        width: 18px !important;
    }

    #notificationBox .scroll-list {
        height: 92%;
        overflow-y: auto;
        width: 100%;
    }

        #notificationBox .scroll-list::-webkit-scrollbar {
            width: 5px;
        }

.individual-notifications {
    padding: 5px 27px 5px 11px;
}

.single-notification {
    height: 60px;
    background-color: #F8F8FA;
    border-radius: 13px;
    margin: 10px 0;
    position: relative;
}



    .single-notification img {
        margin-top: 20px;
    }

    .single-notification h5 {
        font-size: 13px !important;
        margin: 15px 0 0;
    }

    .single-notification p {
        font-size: 10px;
    }

.new-notification {
    background-color: #D7F1DF;
}

    .red-dot, .new-notification span {
        background-color: #FD4E53;
        height: 13px;
        width: 0 !important;
        border-radius: 50%;
        position: absolute;
        right: -3px;
        top: -3px;
        padding: 0 7px !important;
    }



/*/////////////////// HEADER END ///////////////////*/


/*/////////////////// DASHBOARD START ///////////////////*/

.available-balance {
    height: 200px;
    width: 99%;
    background-image: linear-gradient(130deg, #b10d007a, #edb4b075);
    border-radius: 15px;
}

    .available-balance .row:last-child {
        position: relative;
    }

        .available-balance .row:last-child .col-lg-7 {
            position: absolute;
            bottom: -66px;
        }

            .available-balance .row:last-child .col-lg-7 p {
                color: black !important;
            }

        .available-balance .row:last-child .col-lg-5 {
            position: absolute;
            right: 0;
            top: -100px;
        }

            .available-balance .row:last-child .col-lg-5 p {
                color: black;
                margin-top: -58px;
                font-size: 11px;
                text-align: center;
                position: absolute;
                top: 200px;
            }

/* .my-card{
    height: 200px;
    width: 99%;
    background-image: url('./../img/postex-card.png');
    border-radius: 15px;
} */

.box-row {
    padding-left: 43px !important;
}
.box {
    background-color: black;
    height: 100px;
    padding: 20px;
    width: 43% !important;
    margin-left: 15px;
    margin-top: 15px !important;
}


    .box p {
        margin: 0;
        font-size: 12px;
        font-weight: bold;
        color: grey;
            
    }

#lineChart {
    height: 400px !important;
    width: 95% !important;
}

#chart-container{
    width: 100%;
    height: 100%;
}

#pieChart {
    display: block !important;
    box-sizing: border-box !important;
    height: 40% !important;
    width: 40% !important;
    margin: 50px auto !important;
}

.line-graph-div {
    box-shadow: 0px 0px 3px 0px #5b026a45;
    border-radius: 5px;
    /*padding:4% 1% 0 !important;*/
    height: 420px;
    width: 46% !important;
    position:relative
}

    .line-graph-div p {
        position: absolute;
        bottom: 3px;
        margin-bottom: 0;
        font-weight: 500;
        font-size: 13px;
        right: 10px;
    }

.pie-graph-div {
    box-shadow: 0px 0px 3px 0px #5b026a45;
    border-radius: 5px;
    height: 420px;
    width: 46% !important;
}

.bg-color1 {
    background-color: #c3e7c3 !important;
}
.bg-color2 {
    background-color: #fed0d0 !important;
}
.bg-color3 {
    background-color: #ffc498 !important;
    width: 88.5% !important;
}
.bg-color4 {
    background-color: #aba1e7 !important;
}

.progress-lable {
    margin-top: 20px;
    font-size: 12px;
    font-weight: bold;
    color: grey;
}

.card-heading{
    text-decoration: underline;
    text-align:center;
}



/*/////////////////// DASHBOARD END ///////////////////*/





/* COMMON MODAL CSS START*/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-row {
    padding: 2px 20px;
    display: block !important;
}

.modal-heading {
    font-weight: bold;
    display: flex;
    justify-content: center;
    margin-top: 40px !important;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 65% !important; /* Could be more or less, depending on screen size */
    border-radius: 25px !important;
}

/* The Close Button */
.close {
    width: 43px !important;
    opacity: 60% !important;
    float: right !important;
}

    .close:hover,
    .close:focus {
        opacity: 70% !important;
        text-decoration: none !important;
        cursor: pointer !important;
    }

/* COMMON MODAL CSS END*/




/*REMOVING BUTTON OF NUMBER INPUT FIELD START*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
/*REMOVING BUTTON OF NUMBER INPUT FIELD END*/





/*Styling Selectbox*/
.dropdown {
    position: relative;
    width: 300px;
    display: inline-block;
    background-color: #fff;
    border-radius: 2px;
    /* box-shadow: 0 0 2px rgb(204 204 204); */
    transition: all .5s ease;
    position: relative;
    font-size: 14px;
    color: #474747;
    /* height: 100%; */
    text-align: left;
    background-color: #F8F8FA;
    /* border: none !important; */
    border-radius: 20px;
    padding-left: 10px;
    font-size: 15px;
    color: #8c9097;
    margin-left: 20px;
    border: 0px;
    outline: 0px;
}

.dropdown-arrow {
    position: absolute;
    width: 10px;
    right: 20px;
    top: 18px;
    opacity: 40%;
}

.dropdown .select {
    cursor: pointer;
    display: block;
    padding: 10px;
    border: none !important;
}

    .dropdown .select > i {
        font-size: 13px;
        color: #888;
        cursor: pointer;
        transition: all .3s ease-in-out;
        float: right;
        line-height: 20px;
        border: none !important;
    }

.dropdown:hover {
    /* box-shadow: 0 0 4px rgb(204, 204, 204) */
}

.dropdown:active {
    /* background-color: #f8f8f8 */
    border: none !important;
}

.dropdown.active:hover,
.dropdown.active {
    /* box-shadow: 0 0 4px rgb(204, 204, 204); */
    border-radius: 20px;
    background-color: #f8f8f8;
    border: none !important;
}

    .dropdown.active .select > i {
        transform: rotate(-90deg);
        border: none !important;
    }

.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    /* box-shadow: 0 1px 2px rgb(204, 204, 204); */
    border-radius: 0 1px 2px 2px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9;
    border: none !important;
}

    .dropdown .dropdown-menu li {
        padding: 10px;
        transition: all .2s ease-in-out;
        cursor: pointer;
        border: none !important;
    }

.dropdown .dropdown-menu {
    padding: 0 10px 0;
    margin-top: 10px;
    list-style: none;
    border: none !important;
    background-color: #F8F8FA;
    font-family: 'Roboto';
    font-size: 14px;
    border-radius: 10px;
}

    .dropdown .dropdown-menu li:hover {
        background-color: #f2f2f2
    }

    .dropdown .dropdown-menu li:active {
        background-color: #e2e2e2;
        border: none !important;
    }

.dropdown .scroll-list {
    height: auto;
}

    .dropdown .scroll-list::-webkit-scrollbar {
        width: 5px;
    }



/*/////////////////// SUPPORT START  ///////////////////*/

.support-divider {
    border-top: 2px solid #bbb;
    width: 20%;
    margin-top: -5px;
}

.support-heading {
    font-family: "Poppins";
    color: #686D76;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.7px;
}

.support-buttons h3, .support-buttons p {
    letter-spacing: 0.5px;
}

.support-buttons button {
    border: none !important;
}

/*/////////////////// SUPPORT END  ///////////////////*/

/*/////////////////// SETTING START  ///////////////////*/
.settings-input label {
    font-size: 15px;
    font-weight: bold;
}

.settings-input .form-group {
    width: 450px;
}

.settings-input input {
    border: none;
    background-color: #F8F8FA;
    height: 55px;
}

.settings-input button {
    margin: 0;
    width: 450px;
    height: 6.5%;
}

.settings-input hr {
    width: 70%;
    margin-top: 70px;
}

.notification-setting {
    margin: 40px 0 60px;
}

.notification-toggle-field {
    background-color: #F8F8FA;
    height: 100px;
    margin: 15px 0;
    border-radius: 20px;
}

.notification-setting .row {
    padding: 0px 50px;
}

.notification-setting h6 {
    font-weight: bold;
}

.notification-setting p {
    font-size: 13px;
    width: 60%;
    color: #73777B;
}

.notification-setting .col-lg-6 {
    margin: 20px 0;
}

.toggle-button-div {
    display: flex;
    justify-content: right;
    margin: auto !important;
    height: 40px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 20px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    /* background-color: #92CF4F; */
}

input:focus + .slider {
    box-shadow: 0 0 1px #92CF4F;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/*/////////////////// SETTING END  ///////////////////*/


/*/////////////////// MEDIA QUERIES ///////////////////*/

/*@media(max-width:1366px){
    #statement-file{
        transform: scale(0.47);
    }
    #statement-preview{
        height: 650px;
    }
}

@media (max-width: 1332px) {

    .col-lg-9{

        width: 74% !important;

    }
    
}

@media (max-width: 1024px) {

    .main-container{
        margin-left: 30% ;
    }

    .sidebar{
        min-width: 29% !important;
    }

    .main-container{
        max-width: 67% !important;
    }

    nav .search-input{
        max-width: 60% !important;
    }

    .select-company{
        display: block !important;
    }

    .select-company label{
        margin-top: 20px !important;
    }

    #copy-button{
        width: 30%;
        float: right;
    }

    .statement-form p{
        min-width: 50% !important;
    }

    .statement-form button{
        font-size: 15px !important;
        min-width: 60% !important;
    }

    .balance-div button{
        width: 40%;
        height: 30px !important;
        font-size: 9px !important;
        float: right;
        margin: 20px 20px 5px;
    }

    #statement-file{
        transform: scale(0.31);
    }

    #statement-preview{
        height: 473px;
    }
    
}

@media (max-width: 999px) {

    .col-lg-9{

        width: 73% !important;

    }
    
}


@media (max-width: 991px) {
    .postex-logo{
        width: 20% !important;
    }
    .reg-right-container{
        margin-top: 30px !important;
    }
    .password-eye{
        width: 4% !important;
    }
    .register-signup-button{
        margin-top: 13% !important;
    }
    .register-bottom-text img{
        width: 6% !important;
    }
}

@media(min-height: 657px){
    .fund-transfer-list .scroll-list{
        height: 370px;
    }
}

@media (min-height:939px) {
    .fund-transfer-list .scroll-list{
        height: 650px;
    }
}*/


.google-visualization-tooltip {
    background-image: linear-gradient(0deg, #469D5A, #91CF4F) !important;
    /* font-size: 14px; */
    /* width: 57px !important; */
    /* height: 45px !important; */
    /* left: 126.357px !important; */
    /* top: -10.7px !important; */
    border-radius: 12px !important;
}

    .google-visualization-tooltip ul li:first-child {
        display: none !important;
    }

    .google-visualization-tooltip ul li span:first-child {
        display: none !important;
    }

    .google-visualization-tooltip ul li span {
        /* color: black !important; */
        font-size: 13px !important;
        text-align: center !important;
        padding-left: 10px !important;
        /* font-weight: bold !important; */
    }






.centered {
    width: 400px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #000;
    filter: blur(10px) contrast(20);
}

.blob-1, .blob-2 {
    width: 70px;
    height: 70px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.blob-1 {
    left: 20%;
    animation: osc-l 2.5s ease infinite;
}

.blob-2 {
    left: 80%;
    animation: osc-r 2.5s ease infinite;
    background: #7ccd7c;
}

@keyframes osc-l {
    0% {
        left: 20%;
    }

    50% {
        left: 50%;
    }

    100% {
        left: 20%;
    }
}

@keyframes osc-r {
    0% {
        left: 80%;
    }

    50% {
        left: 50%;
    }

    100% {
        left: 80%;
    }
}




/*REPORTS START*/

.btn {
    background-color: #f57b20 !important;
    border: none !important;
    color: white !important;
}

    .btn:hover {
        background-color: #5e066ca3 !important;
        border: none !important;
    }

.bahl-table {
    margin: auto;
     min-width: 100%;
    /*min-width: 94% !important;*/
    width: 0 !important;
    font-size: 12px;
    letter-spacing: 0.6px;
}

.table-width{
    min-width: 94% !important;
}

.bahl-table thead {
    background-color: #f57b20;
    color: white;
    letter-spacing: 1.3px;
}
/*REPORTS END*/

/* ROLE START */
.role-table {
    border: 2px solid #035C2A;
}

.add-btn {
    color: #034922 !important;
    padding: 0 !important;
    background-color: #FFD78F !important;
    width: 25px;
    float: right;
    margin-right: 30px;
    margin-bottom: 10px;
}

.modal label {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5;
    color: #898989;
}

.modal .form-group .row {
    margin: 5px 0;
}

table button {
    background-color: transparent;
    border: none;
    margin: auto;
}

    table button img {
        width: 17px;
    }

/* tr td:last-child{
    text-align: right;
} */
td:last-child {
    width: 120px;
}

.action-btn-column {
    color: darkgreen;
}

.sidebar-list-item {
    cursor: pointer;
}


ul, #myUL {
    list-style-type: none;
}

#myUL {
    margin: 5px 20px;
    padding: 0;
    font-size: 13px;
    /*font-weight: bold;*/
    letter-spacing: 0.5;
    /*color: #898989;*/
}

.caret {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

    .caret::before {
        content: url(../img/modal/arrowhead-pointing-to-the-right-2px.png);
        color: black;
        display: inline-block;
        margin-right: 6px;
    }

.caret-down::before {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    ' transform: rotate(90deg);
}

.nested {
    display: none;
}

.active {
    display: block;
}

.text-right {
    text-align: right !important;
}

#myUL input {
    margin-right: 6px;
}

/* ROLE END */



/*USERS START*/

select {
    -webkit-appearance: button !important;
    appearance: unset;
    height: 38px;
}
/*USERS END*/

.negative-img {
    filter: invert(100%);
}

.w-10 {
    width: 10px;
}

.tableSearch {
    display: none;
    /*position: fixed;*/
    width: 100px;
}

.empty-div {
    height: 35px;
}

/*SNACKBAR*/

#loginErrorSnackbar, #roleAdditionUnsuccessSnackbar, #roleUpdationUnsuccessSnackbar, #userAdditionUnsuccessSnackbar, #userUpdationUnsuccessSnackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #D84646; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 5px; /* Rounded borders */
    padding: 10px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    /*left: 50%;*/ /* Center the snackbar */
    /*bottom: 30px;*/ /* 30px from the bottom */
    top: 20px;
    right: 42%;
}

    /* Show the snackbar when clicking on a button (class added with JavaScript) */
    #loginErrorSnackbar.show, #roleAdditionUnsuccessSnackbar.show, #roleUpdationUnsuccessSnackbar.show, #userAdditionUnsuccessSnackbar.show, #userUpdationUnsuccessSnackbar.show {
        visibility: visible; /* Show the snackbar */
        /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

#roleAdditionSuccessSnackbar, #roleUpdationSuccessSnackbar, #userAdditionSuccessSnackbar, #userUpdationSuccessSnackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #4D9A51; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 5px; /* Rounded borders */
    padding: 10px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    /*left: 50%;*/ /* Center the snackbar */
    /*bottom: 30px;*/ /* 30px from the bottom */
    top: 20px;
    right: 40%;
}

    /* Show the snackbar when clicking on a button (class added with JavaScript) */
    #roleAdditionSuccessSnackbar.show, #roleUpdationSuccessSnackbar.show, #userAdditionSuccessSnackbar.show, #userUpdationSuccessSnackbar.show {
        visibility: visible; /* Show the snackbar */
        /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }


#deleteSnackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #515151; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 5px; /* Rounded borders */
    padding: 10px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    /*left: 50%;*/ /* Center the snackbar */
    /*bottom: 30px;*/ /* 30px from the bottom */
    top: 20px;
    right: 40%;
}

    /* Show the snackbar when clicking on a button (class added with JavaScript) */
    #deleteSnackbar.show {
        visibility: visible; /* Show the snackbar */
        /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 20px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 20px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        top: 20px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        top: 20px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}


/*.activeSearch{
    display:flex !important;
}*/


.change-password .form-control {
    width: 90% !important;
    margin: 15px auto;
}

.change-password {
    text-align: center;
}

    .change-password button {
        background-color: #035c2a;
        font-size: 14px;
        border: none;
    }


#table-container {
    margin-bottom: 20px;
}

#my-table {
    width: 0;
    min-width: 70% !important;
    border-collapse: collapse;
}

    #my-table th,
    #my-table td {
        /* padding: 8px;
        text-align: left;
        border-bottom: 1px solid #ddd;*/
    }

    #my-table th {/*
        background-color: #f2f2f2;*/
    }

#pagination-container {
    text-align: center;
    margin-top: 10px;
}

.pagination {
    display: block;
    padding: 0;
    margin: 0;
    margin: 0 30px;
}

    .pagination li {
        display: inline-block;
        margin-right: 5px;
    }

        .pagination li a {
            display: inline-block;
            padding: 5px 10px;
            background-color: #f2f2f2;
            color: #666;
            text-decoration: none;
            border: 1px solid #ddd;
        }

            .pagination li a:hover {
                background-color: #ddd;
            }

/*.active {
    background-color: #035C2A !important;
    color: white !important;
}*/

.status-desc-Fail {
    background-color: #ff7373;
    color: white;
    width: 50px;
    text-align: center;
    border-radius: 20px;
    padding: 2px 0;
}

.status-desc-Success {
    background-color: #68b568;
    color: white;
    width: 64px;
    text-align: center;
    border-radius: 20px;
    padding: 2px 0;
}

.dataTables_filter, .dataTables_info, .dataTables_paginate {
    margin: 10px 45px;
}

.dataTables_length{
    display: none;
}

.dataTables_scroll {
    margin: 40px !important;
}
.no-display{
    display: none;
}

.dtsp-titleRow{
    display: none;
}

.dtsp-searchPanes {
    margin: 0 45px;
    float: left;
}

.export-panel {
    background-color: lightgrey;
    padding: 20px;
    margin: 0 40px;
}

.dt-buttons{
    margin-left: 40px;
}

.dt-button-collection {
    width: 60% !important;
    left: 17% !important;
    padding: 30px 0 !important;
}
