﻿@import "assets/css/bootstrap.min.css";
@import "assets/plugins/fontawesome/css/fontawesome.min.css";
@import "assets/plugins/fontawesome/css/all.min.css";
@import "assets/css/line-awesome.min.css";
@import "assets/css/material.css";
@import "assets/css/style.css";

@media screen and (max-device-width:786px), screen and (max-width:786px) {
    .account-box {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .nav-link {
        color: black !important;
    }

    .name_mob {
        text-wrap: wrap !important;
    }

    #LinkButton7 {
        height: 35px !important;
    }

    .fa-sign-out {
        margin-top: 9px !important;
    }

    .white_content {
        width: auto !important;
        left: 8% !important;
    }

    .sidebar, .two-col-bar {
        margin-left: -70%;
    }

    .user-img {
        width: 15%;
    }
}

.brand-image {
    height: 65px !important;
    margin: -24px 32px -33px 0px !important;
}

.nav-icon {
    height: 18px;
    margin-top: -5px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

    .nav-icon:hover {
        margin-top: -10px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

/* #menulist > .nav-item:hover {
            color: white !important;
            background-position: right;
            background: linear-gradient(to right, maroon 50%, white 50%) right;
            background-size: 200%;
            transition: 1s ease-out;
        }
*/
.header .header-left {
    float: left;
    height: 65px !important;
    position: relative;
    text-align: center;
    width: 250px !important;
    z-index: 1;
    padding: 0 20px;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sidebar, .two-col-bar {
    background-color: #34444c;
    border-right: 1px solid transparent;
    margin-top: 0;
    position: fixed;
    top: 65px !important;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 250px;
    z-index: 1001;
}

.sidebar-overlay {
    display: none !important;
}

.sidebar .sidebar-menu ul li a, .two-col-bar .sidebar-menu ul li a {
    color: white !important;
    padding: 13px 18px;
}

.nav-icon {
    width: 2.1rem;
    height: 2.1rem;
    box-shadow: 0px 0px 1px 1px #f1eaea;
    background: #ffff03;
    border-radius: 50%;
}

#menulist > .nav-item:hover {
    color: black !important;
    background-position: right;
    background: linear-gradient(to right, gray 50%, white 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    display: block;
}

#menulist > .nav-item > a:hover {
    color: black !important;
}

[data-layout-mode=orange] body .header #toggle_btn .bar-icon span {
    background-color: #0b0101 !important;
}

[data-layout-mode=orange] body .header .user-menu.nav > li > a {
    color: black !important;
}


.sidebar .sidebar-menu ul li a i, .two-col-bar .sidebar-menu ul li a i {
    display: inline-block;
    font-size: 25px;
    line-height: 24px;
    text-align: left;
    vertical-align: middle;
    width: 20px;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.fa-solid, .fas {
    font-weight: 900;
}

.account-page .main-wrapper .account-content .account-box .form-control {
    height: 35px !important;
    font-size: 13px;
}

.col-form-label {
    padding-top: 0 !important;
    padding-bottom: calc(-0.625rem + var(--bs-border-width)) !important;
}

.account-page .main-wrapper .account-content .account-box label {
    color: #1f1f1f;
    font-size: 15px !important;
    font-weight: normal;
}

.account-page .main-wrapper .account-content .account-box {
    box-shadow: 0px 0px 7px 0px rgb(112 99 99) !important;
}

.account-page .main-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: normal !important;
    width: 100%;
    height: 100vh;
}

@media (max-width: 991px) {
    .account-page .main-wrapper .account-content .account-box {
        margin: 0 0 20px;
        width: 330px !important;
    }
}

.Passwordchange:hover {
    background-color: white !important
}

.hover_bkgr_fricc {
    background: rgba(0,0,0,.4);
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.btn1 {
    background-color: #5e4f4f !important;
    background: #5e4f4f !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
}

.reset {
    background-color: black !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
}
user-img img
.hover_bkgr_fricc .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.hover_bkgr_fricc > div {
    background-color: #fff;
    display: inline-block;
    height: auto;
    max-width: 450px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    margin-top: 8%;
}

.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
   
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}

    .popupCloseButton:hover {
        background-color: #ccc;
    }

.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}

.otpMessagew {
    padding-bottom: 2%;
    font-weight: 600;
    text-align: center;
    color: #997a19;
}

td {
    font-size: 12px !important;
    border: 0 !important;
}

th {
    font-size: 13px !important;
    border: 0 !important;
}

#gridCircular_length, #gridCircular_filter {
    display: none;
}

.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box {
    width: 100% !important;
}

.mb-41 {
    margin-bottom: 0.5rem !important;
}

.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #13050594;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.white_content {
    position: absolute;
    top: 25%;
    left: 25%;
    width: 30%;
    height: 30%;
    padding: 16px;
    z-index: 1005;
    background-color: #edfaff;
    box-shadow: 10px 10px 60px #555;
    border-radius: 2%;
}
        
