﻿:root {
    --brand-color: #e21836;
    --dark-brand-color: #c71630;
}



body {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px;
}

.login-wraper {
/*    background: url(../images/loginbg2.png) no-repeat;*/
    width: 100vw;
    min-height: 100vh;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-size: contain;
    justify-content: space-between;
    background-position: right;
    isolation: isolate;
}

    .login-wraper > div {
        width: 50%;
    }

h4 {
    font-size: 18px;
}




/*table design Options List */
#ScenariosOptionsVariable th:nth-child(1) {
    width: 230px
}
#ScenariosOptionsVariable th:nth-child(2) {
    width: 230px
}
#ScenariosOptionsVariable th:last-child {
    width: 40px !important;
}
#ScenariosOptionsVariable th:nth-child(4) {
    width: 80px
}

#ScenariosOptionsVariable th:nth-child(5) {
    width: 80px
}

#ScenariosOptionsVariable td:nth-child(n-1) {
    text-align: center
}

#ScenariosOptionsVariable td:nth-child(n-2) {
    text-align: center
}

#ScenariosOptionsVariable th:nth-child(8) {
    width: 80px !important
}

#ScenariosOptionsVariable th:nth-child(6) {
    width: 90px !important
}

.dataTables_empty {
    text-align: center !important
}

#AddOptionsGrid th {
/*    padding-right: 0px !important;*/
    padding-left: 10px !important;
}

/*    #AddOptionsGrid th:nth-child(1) {
        width: 80px !important
    }

    #AddOptionsGrid th:nth-child(6) {
        width: 95px !important
    }

    #AddOptionsGrid th:nth-child(7) {
        width: 185px !important
    }
*/
/*table design Scenarios List */

#AddScenarios th {
}

 /*   #AddScenarios th:nth-child(1) {
        width: 90px !important
    }

    #AddScenarios th:nth-child(4) {
        width: 120px !important
    }

    #AddScenarios th:nth-child(5) {
        width: 192px !important
    }

    #AddScenarios th:nth-child(6) {
        width: 85px !important
    }*/


.login-bg {
    width: 50%;
    display: flex;
}

.left-section {
    display: flex;
    height: 100vh;
    flex-direction: column;
    padding: 30px 0 0 40px;
}

    .left-section .logo img {
        width: 210px;
    }

.login-heading {
    font-size: 50px;
    color: #707070;
    margin: auto;
}

.login-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: absolute;
    right: 90px;
    top: auto;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
}

.login-heading h2 span:nth-child(2) {
    border-bottom: solid 5px #b82929;
}

.login-heading h2 span:last-child {
    color: #b82929;
}

.login-heading h2 {
    font-size: 60px;
    text-align: center;
    margin-bottom: 100px;
}

.login-box {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.2);
    padding: 60px 30px 60px 30px;
    width: 70%;
    max-width: 650px;
}

    .login-box form .form-control {
        border-radius: 40px;
        padding: 18px 50px 18px 65px;
        border: solid 1px #BAB6B6;
        color: #BC2A2A !important;
    }

    .login-box .form-control {
        border-radius: 40px;
        padding: 18px 50px 18px 65px;
        border: solid 1px #BAB6B6;
        color: #BC2A2A !important;
    }

    .login-box .form-group i {
        position: absolute;
        left: 25px;
        top: 16px;
        font-size: 26px;
        color: #727272;
    }

        .login-box .form-group i.eyeImg {
            right: 25px;
            left: auto;
            color: #727272;
        }

    .login-box h2 span {
        color: #C6C6C6;
    }

.form-box h3 {
    font-size: 38px;
    font-weight: 500;
    color: var(--brand-color);
}

.btn-login {
    color: #fff;
    background-color: #B73435;
    background: var(--brand-color);
    border-radius: 80px;
    padding: 20px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
}

    .btn-login:not(:disabled):not(.disabled):active {
        background-color: #B73435;
    }

img.login-center {
    position: absolute;
    top: 50%;
    transform: translate(-54%, -50%);
    left: 48%;
}

.signup a {
    color: #B73435;
}

.form-box p {
    color: #000;
    font-size: 18px;
}

.form-box form {
    margin-top: 60px;
    margin-bottom: 0;
}

.forgotCol {
    font-size: 15px;
    color: var(--brand-color);
}

.btn-login:hover, .btn-login:focus {
    background: #BE2B2B;
    background: var(--dark-brand-color);
}

.btn-login i {
    font-size: 20px;
    margin-left: 10px;
}

.signup {
    font-size: 15px;
    margin-top: 30px;
    color: #929292;
    text-align: center;
}

/* Reset Password starts here */


.reset-password-popup-wrapper .modal-content {
    border-radius: 10px;
    padding: 30px;
}

.reset-password-popup-wrapper .modal-header {
    padding: 0;
    padding-bottom: 15px;
}

.reset-password-popup-wrapper .modal-body {
    padding: 0;
}

.reset-password-popup-wrapper .modal-footer {
    padding: 0;
    padding-top: 20px;
    border: none;
}

.reset-password-popup-wrapper #resetPassword {
    margin-top: 20px
}

.reset-password-popup-wrapper .modal-header .close {
/*    padding: 5px;*/
}
/* Dashboard css start here */
.dashboard {
    background: rgb(46,165,217);
}

.right-section {
    background-color: #fff;
    width: calc(100% - 300px);
    height: unset;
    border-radius: 40px 0px 0px 40px;
    margin-left: 300px;
    padding: 6px 20px;
    transition: all 0.3s ease-in-out;
}

.sidebar {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 300px;
    overflow: hidden;
    background: #2ea5d9;
    height: 100vh;
    transition: all 0.3s ease-in-out;
}

.open .sidebar {
    left: -300px;
}

.open .right-section {
    width: 100%;
    margin-left: 0px;
}


.user-dropdown {
    width: 90%;
    margin: 15px;
    background: #fff;
    color: #000;
    text-align: left;
    border: transparent;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.dropdown-menu.show {
    display: block;
    width: 90%;
}

.sidebar-menu {
    list-style-type: none;
    margin-top: 50px;
    padding: 0px;
}

    .sidebar-menu li {
        margin-bottom: 3px;
        padding: 19px 30px;
        /* background: #1995cc; */
    }

        .sidebar-menu li.active {
            background: rgb(28,140,199);
            background: linear-gradient(218deg, rgba(28,140,199,1) 0%, rgba(67,182,242,1) 100%);
            box-shadow: 0px 0px 21px 0px rgb(0 0 0 / 40%);
            border-left: solid 4px #fff;
        }

        .sidebar-menu li a {
            color: #fff;
            font-size: 20px;
        }

            .sidebar-menu li a .fa {
                padding-right: 14px;
            }

.icons {
    display: flex;
    background: orange;
    margin-right: auto;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
}

.d-flex.card-box {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    padding: 13px;
    margin-bottom: 20px;
}

    .d-flex.card-box h2 {
        font-size: 24px;
        color: #666;
        font-weight: 400;
        text-transform: capitalize;
        margin: unset;
    }

    .d-flex.card-box a {
        font-size: 13px;
        color: orange;
        ;
        font-weight: 400;
    }

.comp .icons {
    background: #4E6EBB;
}

.comp.d-flex.card-box a {
    color: #4E6EBB;
}

.invent .icons {
    background: #4BADBD;
}

.invent.d-flex.card-box a {
    color: #4BADBD;
}

.payment .icons {
    background: #F26B6B;
}

.payment.d-flex.card-box a {
    color: #F26B6B;
}

.card-box .table thead th {
    vertical-align: bottom;
    border-bottom: 0px solid #dee2e6;
    background: #EBEDF3;
}

.rep-brd-radius {
    border-radius: 0px 0px 8px 8px !important;
}



a.notify {
    color: #272A2B;
    font-size: 22px;
    padding-top: 0px;
    display: inline-block;
}

a.hamburger {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    padding: 10px;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    display: block;
    border: solid 1px transparent;
    transition: all 0.3s ease-in-out;
}

    a.hamburger:hover {
        border: solid 1px #000;
        box-shadow: unset;
    }

.breadcrum h2 {
    font-size: 20px;
    margin-left: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.btn-add {
    background: #FF6F00;
    border-radius: 50px;
    padding: 0px 50px;
    color: #fff;
    font-size: 21px;
    border: transparent;
    height: 49px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

    .btn-add:hover, .btn-add:focus {
        background: #3e3e3e;
        outline: 0;
    }

.reg-wraper .left-section {
    display: flex;
    height: 100vh;
    flex-direction: column;
    padding: 48px 60px;
    width: 33% !important;
}

.reg-wraper.login-wraper > div {
    width: 67%;
}

.reg-wraper .login-box {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 20%);
    width: 1062px;
    padding: 60px 30px 0px 30px;
    height: 740px;
    overflow: auto;
}

    .reg-wraper .login-box .form-group {
        margin-bottom: 20px;
    }


.dataTables_wrapper .row:nth-child(3) > div:nth-child(1) {
    width: 100%;
    min-width: 35%;
    max-width: 35%;
}


.dataTables_wrapper .row:nth-child(3) > div:nth-child(2) {
    width: 100%;
    min-width: 65%;
    max-width: 65%;
    text-align: right;
}


.dataTables_paginate.paging_simple_numbers ul.pagination {
    justify-content: flex-end;
    row-gap: 5px;
}


/* Login CSS */

.login-wraper.responsiveLogin::after {
    content: "";
    position: absolute;
    width: 40%;
    height: calc(100% - 60px);
    right: 92px;
    background: url("../images/loginbg3.png") no-repeat top left;
    background-size: cover;
    top: 50%;
    transform: translateY(-50% );
    z-index: -1;
}

.login-wraper.responsiveLogin::before {
    content: "";
    position: absolute;
    width: 36.3%;
    height: 100%;
    right: 0;
    background: #f3e7e7;
    top: 50%;
    transform: translateY(-50% );
    z-index:-2;
}



    @media screen and (max-width:1800px) {
        .login-text {
        font-size: 26px;
    }



}

@media only screen and (max-width: 1750px) and (min-width: 1601px) {
    label input.form-control.form-control-sm {
        margin-top: 50px;
    }
}



@media screen and (max-width:1440px) {

    .login-wraper {
        background-position: top right -50px;
    }

    .login-box {
        transform: translateX(-70px)
    
    }


    .login-wraper.responsiveLogin::after {
        right: 50px;
    }
}





@media screen and (max-width:1367px) {

    .login-wraper.reg-wraper {
        justify-content: end;
    }

    .reg-wraper.login-wraper > div {
        width: 57%;
    }

    .reg-wraper .login-box {
        border-radius: 20px;
        background: #fff;
        box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 20%);
        width: 982px;
        padding: 60px 30px 0px 30px;
        height: 540px;
        overflow: auto;
    }

    .logo .img-fluid {
        max-width: 40%;
        height: auto;
    }

    img.login-center {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 48%;
    }
}



/*
@media  (max-width:1366px) {

  
}
*/

@media screen and (max-width:767px), screen and (max-width:768px) {

    .login-heading h2 {
        font-size: 60px;
        text-align: center;
        margin-bottom: 20px;
    }

    .btn-login.w-50 {
        width: 100% !important;
    }

    .reg-wraper .left-section {
        display: flex;
        height: auto;
        flex-direction: column;
        padding: 20px 0px;
        width: 100% !important;
    }

    .reg-wraper.login-wraper > div {
        width: 96%;
        margin: 0px auto;
    }

    img.login-center {
        display: none;
    }

    .login-wraper {
        background: #F8E9E9;
        width: 100vw;
        height: auto;
        padding-top: 0px;
        flex-direction: column;
        justify-content: center;
        align-items: normal;
        display: flex;
    }

        .login-wraper > div {
            width: 100%;
            height: auto;
        }

    .left-section {
        display: flex;
        height: 100vh;
        flex-direction: column;
        padding: 18px 10px;
    }

    .logo {
        text-align: center;
    }

    .login-heading {
        /* margin-top: auto; */
        /* margin-bottom: auto; */
        font-size: 50px;
        color: #707070;
    }

        .login-heading h2 {
            font-size: 50px;
            text-align: center;
        }

    .login-box {
        width: 96%;
        margin: 0px auto;
        background: #fff;
        padding: 50px 20px;
        border-radius: 10px;
        box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
        margin-bottom: 20px;
    }

    .form-box {
        width: 100%;
        margin: 0px auto;
    }

    /* .login-box .row div:first-child.col-md-6{
        order:2;
        margin-top: 20px;
        display: none;
    } */
    .d-flex.card-box.rep-brd-radius.p-0 {
        width: 100%;
        overflow: auto;
    }

    .right-section {
        background-color: #fff;
        width: 100%;
        height: unset;
        border-radius: 40px 0px 0px 40px;
        margin-left: 0px;
        padding: 6px 20px;
        transition: all 0.3s ease-in-out;
        height: unset;
    }

    .sidebar {
        z-index: 99;
    }

    .btn-add {
        padding: 0px 40px;
        white-space: nowrap;
    }

    .login-box {
        transform: unset;
    }
}

.fix-lbl {
    padding-left: 30px;
    position: relative;
}
/*.action-icon span:nth-child(1) {
    color: #fff;
    background: #ff5e00;
}*/

.save-btn {
    margin-top: 25px;
}

@media only screen and (min-width: 1199px) and (max-width: 1559px) {
    .login-text {
        right: 75px;
        font-size: 20px;
    }

    .login-heading {
        margin: 0;
        margin-top: 40px;
    }

    .center-logo-image {
        width: 85%;
    }

    .form-box h3 {
        font-size: 30px;
    }

    .form-box p {
        font-size: 15px;
    }

    .form-box form {
        margin-top: 30px;
    }

    .login-box form .form-control {
        padding: 12px 20px 12px 50px;
    }

    .login-box .form-group i {
        left: 20px;
        top: 14px;
        font-size: 22px;
    }

    .btn-login {
        padding: 14px;
        font-size: 18px;
        margin-top: 15px;
    }

    .login-box {
        padding: 30px;
    }

    .nav-list li a {
        font-size: 18px;
    }

        .nav-list li a img {
            width: 35px;
        }
}

.plan {
    position: relative;
    left: 26%;
    width: 63%;
}

.plan-label {
    padding-top: 5px;
}

.inc-radio {
    height: 15px;
    width: 15px;
    position: relative;
    top: 2px;
    left: 5px;
}

.btn-add1 {
    padding-top: 3%;
}

.report-btn {
    padding: 8px 8px;
    font-size: 13px;
    width: 26% !important;
    margin-bottom: 8px;
    margin-top: 7px;
}

table.dataTable > thead > tr > th:not(.sorting_disabled), table.dataTable > thead > tr > td:not(.sorting_disabled) {
    /*  padding-right: 119px;*/
}

.VerticalScrollItem {
    width: 100%;
    height: 310px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 0;
}

.div-space {
    margin-left: 4%;
}

.ExtraemailIcon {
    width: 35px !important;
    display: inline-flex;
    background-color: #707070;
    border-radius: 4px;
    justify-content: center;
    height: 38px;
    align-items: center;
}
/*.primary-btn {
    padding: 8px 8px;
    font-size: 13px !important;
}*/
.table {
    color: #000;
}

.secondary-btn {
    /*padding: 8px 8px !important;*/
    /*font-size: 13px !important;*/
}

.scn-width {
    width: 100%;
}

.view-scn {
    border: 1px solid #ccc;
    padding: 3px;
    min-height: 80px;
    overflow-x: hidden;
    overflow-y: auto;
}


.box-font {
    font-size: 14px;
    font-weight: bold;
}

.tbl-overflow {
    overflow: auto;
}

.enroll {
    margin-left: 5.5%;
}


.summary {
    width: 58%;
}

.print-btn {
    width: 40%;
    color: #fff;
}

.sve {
    width: 58%;
}

.cancel-btn {
    width: 40%;
}

div#AddScenarios_info {
    margin-top: 7%;
}

div#AddScenarios_paginate {
    margin-top: 4%;
}

.form-control {
    font-size: 14px ;
}


div#AddOptions_paginate {
    margin-top: 4%;
}

div#AddOptions_info {
    margin-top: 7%;
}

.new-button {
    padding: 8px 0px !important;
    font-size: 11px !important;
    background-color: #BC2A2A;
    color: #fff;
    width: 18% !important;
    margin-bottom: 8px;
    margin-top: 7px;
}

div#BDM_Details {
    overflow: auto !important;
}

#BDM_Details th, #BDM_Details td {
    font-size: 13px;
    white-space: nowrap;
    padding: 0.3rem;
}

div#scenariosList {
    overflow: auto !important;
}

#BDMmodalRoot .modal-content {
/*    margin-left: -176px !important;*/
}



.report-img-list {
    width: 91%;
    padding: 15px 20px;
}

tr#myHeader {
    position: sticky;
    top: -0.1px;
}

.tbl-height tbody {
    height: 42.3vh;
    display: block;
}


.no-radius a {
    border-radius: 0 !important;
    border: 0 !important;
    color: #000;
    border-right: 1px solid #ccc !important;
    min-width: 140px;
    text-align: center;
}

.instruction {
    font-size: 15px;
    font-style: italic;
    font-weight: 500;
    margin: 5px 0;
}

.alpha_heading {
    list-style: none;
    padding-left: 0;
    background-color: #727272;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 2px;
    margin: 15px 0px 0;
    font-size: 16px;
    font-weight: 700;
    padding-inline: 5px;
}

.bindpartialEducation .tab-content > .tab-pane {
    padding: 10px;
}

.alpha_heading li {
    width: 135px;
    margin-right: 5px;
    text-align: center;
    padding: 10px 0;
}

.col-alpha {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0;
    list-style: none;
    font-size: 12px;
    text-align: center;
    margin: 0;
    border: 1px solid #c3bbbb;
    border-radius: 4px;
}

    .col-alpha li {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 7px;
        text-align: center;
    }


        .col-alpha li input {
            margin-left: -7px;
            margin-top: -4px;
        }

.bindpartialEducation .tab-content > .tab-pane .table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff !important;
}

.bindpartialEducation .tab-content > .tab-pane .table-striped tbody tr td {
    vertical-align: middle;
    padding-top: 8px;
    padding-bottom: 8px;
}

.bottom_fixed {
    background-color: #727272;
    color: #fff;
    margin-bottom: 20px;
}

    .bottom_fixed tr td {
        min-width: 75px;
        text-align: center;
        padding: 8px 0px;
    }

        .bottom_fixed tr td:last-child {
            padding-left: 20px;
            text-align: left;
        }

        .bottom_fixed tr td .tvalue {
            display: block;
            font-weight: 600;
            font-size: 18px;
        }

.fa-reply:before {
    content: "\f3e5" !important;
}

.fa, .fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}


.topFixed {
    position: fixed;
    top: 229px;
    right: 11px;
    width: calc(100% - 300px);
    padding: 0 42px !important;
    z-index: 99;
}

.gridSpace {
    margin-top: 91px !important;
}

.ScrollTableArea {
    height: Calc(100vh - 277px);
    overflow: auto;
}

#bdm_Component {
    margin-bottom: 100px;
}

.hdnPrivNext {
    width: 25px;
    height: 25px;
    padding: 0 !important;
    text-align: center;
    line-height: 29px;
    margin-left: 0 !important;
}

    .hdnPrivNext i.fa {
        font-size: 18px;
    }

.TextAlignmentForCosts {
    text-align: right;
}

/*Admin users list*/
.dataTables_info {
    margin-top: 20px;
}

.dataTables_paginate {
    margin-top: 20px;
}

.CenterText {
    text-align: center;
}
/*End admin user list*/


/*Login page css*/
.testSelect {
    position: relative;
    font-family: Arial;
}

.custom-select select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
    background-color: DodgerBlue;
}

    /*style the arrow inside the select element:*/
    .select-selected:after {
        position: absolute;
        content: "";
        top: 14px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #fff transparent transparent transparent;
    }

    /*point the arrow upwards when the select box is open (active):*/
    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #fff transparent;
        top: 7px;
    }

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}
/*end login*/


/*Log off*/
.session-block {
    width: 400px;
    margin: 140px auto auto auto;
    background-color: white;
    padding: 20px;
    box-shadow: 4px;
}
/*End log off*/


/*Start manage user page*/
/* Style all input fields */
input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
}

    /* Style the submit button */
    input[type=submit] {
        background-color: #04AA6D;
        color: white;
    }

/* Style the container for inputs */
.container {
    background-color: #f1f1f1;
    padding: 20px;
}

/* The message box is shown when the user clicks on the password field */
#message {
    /*display: none;*/
    background: #f1f1f1;
    color: #000;
    position: relative;
    padding: 20px;
    margin-top: 10px;
}

    #message p {
        padding: 10px 35px;
        font-size: 18px;
    }

/* Add a green text color and a checkmark when the requirements are right */
.valid {
    color: green;
}

    .valid:before {
        position: relative;
        left: -35px;
        content: "✔";
    }

.custom-select {
    height: 34px !important;
    margin-top: 0px;
}
/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
    color: red;
}

#ScenariosOptionsVariable .form-control {
    margin-bottom: 0px !important
}

.invalid:before {
    position: relative;
    left: -35px;
    content: "✖";
}

.form-control.OptionsRow {
    height: 34px !important;
}

#ScenariosOptionsVariable select.form-control:not([size]):not([multiple]) {
    height: 34px !important;
}

.d-flex.float-right.justify-content-end {
    margin-right: -50px !important
}

/*End manage user*/




.customAccordion {
    cursor: pointer;
}

.panel {
    padding: 0 18px;
    font-size: 12px;
}


.richTextDivIframe {
    width: 65% !important;
    margin: auto;
    display: block;
    border: 1px solid #ccc;
}

/*   iframe {
        height: 600px !important;
        background-color: white;
    }*/

.richTextDivOnly {
    border: none;
    margin-bottom: 10px;
}

.buttonInputSelect {
    margin: 5px;
}

.Button {
    color: white;
    background-color: #FF4447;
}
.reset-bg {
    width: 100%;
    max-width: 620px;
}
.reset-box {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 20%);
    padding:25px;
}
.reset-box .form-group i {
    position: absolute;
    left: 25px;
    top: 16px;
    font-size: 26px;
    color: #727272;
}
.reset-box .form-control {
    border-radius: 40px;
    padding: 18px 50px 18px 65px;
    border: solid 1px #BAB6B6;
    color: #BC2A2A !important;
}
.btn-reset {
    color: #fff;
    background: linear-gradient( 218deg, #BE2B2B 0%, #B52828 100%);
    border-radius: 10px;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}
.btn-back {
    color: #fff;
    background: grey;
    border-radius: 10px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
}
.bg-image {
    display: flex;
    background: url(../images/login-bg.png);
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-repeat: no-repeat;
}

.foradd-btn .ExtraemailIcon {
    width: 35px !important;
    display: inline-flex;
    background-color: #707070;
    border-radius: 4px;
    justify-content: center;
    height: 38px;
    align-items: center;
    padding: 5px 30px;
    margin-left: 10px;
}
.foradd-btn {
    margin-bottom: 25px;
}


@media (max-width:460px) {
    .reset-bg .reset-box {
        padding:20px 0px;
    }
    .reset-box .form-box h3 {
        font-size: 24px;
    }
    .reset-box .btn-back {
        width:100%;
        margin-right:0px;
    }
    .reset-box .btn-reset {
        width: 100%;
        margin-top: 10px;
    }
}

@media(max-width:1100px)
{
    .borderDiv.mx-auto.report-img-list {
        height: 120px !important;
    }
}

.conditionfullfill {
    color: #15b945;
}

.conditionNotfullfill {
    color: #ff0000;
}
@media (max-width:1440px) {
    .responsiveLogin .login-text {
        right: 81px;
        font-size: 16px;
    }
}
@media (max-width:1200px) {
    .responsiveLogin .center-logo-image {
        width: 100%;
        max-width: 320px;
    }


    .login-box {
        transform: unset;
    }
    .responsiveLogin .login-box form input.form-control {
        height: 45px; 
        padding: 14px 0 15px 50px;
    }
    .responsiveLogin .form-box form {
        margin-top: 30px;
    }
    .responsiveLogin .form-box h3 {
        font-size: 26px;
    }
    .responsiveLogin .form-box p {
        font-size: 16px;
    }
    .responsiveLogin .login-box .form-group i { 
        left: 21px;
        top: 13px;
        font-size: 20px; 
    }
    .responsiveLogin .login-box .btn-login {
        height: 45px;
        padding: 0;
    }
    .responsiveLogin .login-box .form-group i.eyeImg {
        left: inherit;
    }


    .login-wraper .left-section {
        width: 45%
    }

    .login-wraper .login-bg {
        width: 65%
    }
}
@media (max-width:991px) {
    .responsiveLogin .login-heading {
        display: none;
    }
    .login-wraper.responsiveLogin {
        background-size: cover;
    }
    .responsiveLogin .left-section {
        display: none;
    }
    .responsiveLogin .login-bg {
        width: 100%;
    }
}
@media (max-width:768px) {
    .responsiveLogin h4.login-text {
        display: none;
    }
    .responsiveLogin .login-bg {
        min-height: 100vh;
    }
    .responsiveLogin .login-box {
        margin: 10px auto;
        padding: 30px 20px;
    }
}





/*08-05-2023*/
#AddOptionsGrid th, #facilityGrid th {
    font-size: 16px;
    font-weight: 800;
    color: #000;
    text-shadow: 0px 1px #191919;
}
#AddOptionsGrid td, #facilityGrid td {
    font-size: 14px;
    font-weight: bold;
    word-break: break-word;
}

.borderDiv h4 {
    font-weight: 800;
    color: #000;
}
body {
    font-size: 14px;
}
.form-control {
    font-size: 15px !important;
    color: #000 !important;
    font-weight: 500;
}
#master_filter input::placeholder, #facility_filter input::placeholder, #master_type_filter input::placeholder {
    color: #000 !important;
}

h5, .form-group.position-relative {
    font-weight: bold;
}
.btn{
    font-weight:bold !important;
}