/* login page */

.login-bg {
    /* background-image: url('../assets/images/1.png'); */
    background-image: url(../images/1.png);
    background-size: cover;
    min-height: 100vh;
    background-position: center;
    padding-top: 20px;
    padding-bottom: 20px;
    max-height: 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.container-lgoin-kj {
    margin: 0 10%;
}

.rounded-10 {
    border-radius: 15px;
}

.btn-color {
    background-color: #0f243c;
}

.text-color-1 {
    color: #0f243c;
    font-weight: 600;
}

.card-w {
    width: 85%;
}

.password {
    color: #29425F;
    text-decoration: revert !important;
    font-weight: 600;
}


/* .font-size-50 {
    font-size: 55px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.font-size-40 {
    font-size: 30px;
    line-height: .5;
    letter-spacing: 5.1px;
} */


/* sidebar menu */

.vertical-menu {
    background-color: white !important;
}

body[data-sidebar=dark] .mm-active>a {
    color: #000000 !important;
}

#sidebar-menu ul li a {
    color: #000000 !important;
}

#sidebar-menu ul li a:hover {
    color: #000000 !important;
    font-weight: bold;
}

#sidebar-menu ul li a:hover i {
    color: #000000 !important;
}

#sidebar-menu ul li a i {
    color: #6a7187 !important;
}

.navbar-brand-box {
    background-color: white !important;
}


/* 
body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a {
    color: #ffffff !important;
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul>li {
    color: #ffffff !important;
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul ul {
    color: white !important;
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul a,
i {
    color: #ffffff !important;
} */


/* end */

.btn:hover {
    text-decoration: none !important;
}

.btn-link {
    width: 100%;
    text-align: center !important;
    vertical-align: middle;
}

.font-size-25 {
    font-size: 25px;
}

.btn-link span {
    text-align: left;
}

.position-relative {
    position: relative;
}

.Accordion-icon {
    position: absolute;
    top: 20%;
    right: 1%;
}

.font-blod {
    font-weight: bold;
}

.btn-link:hover {
    text-decoration: none !important;
}

.btn:hover {
    text-decoration: none;
}

.collapsed {
    text-align: center;
}

.Generic_Risk_activity_point,
.Generic_Risk_activity_opertionNo {
    color: #000;
}

.btn:focus {
    box-shadow: none !important;
    text-decoration: none !important;
}

.btn-link:hover {
    text-decoration: none !important;
}

.editfrom .accordion .card .card-header {
    background-color: white;
}

.card-s {
    background-color: #fff6f6;
    border-radius: 10px;
}

.card-title-s {
    background: #d8f0e7;
    font-size: 20px;
    padding: 11px;
    padding-left: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card-date {
    background-color: #f8e6e6;
    border: 2px solid #fca5a5;
    border-radius: 30px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    /* width: 55%; */
    box-shadow: 0 3px 1rem rgba(0, 0, 0, .175);
}

.text-days-remaining {
    background-color: #cc1e1e;
    color: white;
    padding: 5px;
    font-size: 25px;
    border-radius: 50px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 4px;
    font-weight: 600;
}

.showCursor {
    cursor: pointer;
}

.req:after {
    content: " *";
    color: rgb(233, 79, 79);
}

.userlistSelectSection .ng-select .ng-select-container {
    border: none !important;
}

.my-pagination .ngx-pagination .current {
    background: red;
}


/* .login_form_section_hp {
    display: flex;
    justify-content: center;
    text-align: right;
} */

@media only screen and (min-device-width: 0px) and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
    .moblie-view {
        height: 300px;
        overflow: auto;
    }
    .order-xs-last {
        order: 1;
    }
    .moblie-img {
        background-image: url(../images/1.png);
        background-size: cover;
        background-position: 15% 50%;
        margin: 0 !important;
        padding: 80px 30px !important;
        text-align: start !important;
    }
    .login-bg {
        background-image: none;
        padding: 0;
        background-color: white;
    }
    .font-size-40 {
        line-height: 1.3;
    }
    .card-w {
        width: 100%;
    }
    .container-lgoin-kj {
        margin: 0;
    }
}

.page-content-pdf {
    padding: 10px 15px;
    margin-bottom: 20px;
}

.ng-select.custom ::ng-deep .ng-option-selected {
    background-color: #b5c7e4 !important;
}

.card .show {
    display: block !important;
}

.logo-footer-kj {
    background: #90a89f2e;
    border-radius: 10px;
    padding: 10px;
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul a {
    word-break: keep-all;
    white-space: break-spaces;
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active {
    color: #000000 !important;
}

.ng-star-inserted .card-header {
    background-color: white !important;
}


/* hp */

.ng-select.ng-select-single .ng-select-container {
    height: auto !important;
}