/* logoin Page css */

.login-wrapper .login-content {
    width: 50%;
    height: 100vh;
    padding: 0 10%;
    overflow: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    background: #f6e8f4;
}

    .login-wrapper .login-content .form-login input:focus {
        border: 1px solid #a51890;
    }

    .login-wrapper .login-content:after {
        background: #f6e8f4;
        box-shadow: 0.125rem 0 1.875rem rgba(0,0,0,.15);
        -webkit-clip-path: polygon(0 100%,100% 0,0 0);
        clip-path: polygon(0 100%,100% 0,0 0);
        content: "";
        height: 100%;
        position: absolute;
        left: 50%;
        top: 0;
        width: 8.75rem;
        z-index: 99;
    }

.aside-image {
}

.aside-image-outer-box {
    margin: 0 auto;
    text-align: center;
}

.login-wrapper .aside-image img {
    width: 70%;
    height: auto;
}

.aside-image-outer-box h3 {
    font-weight: 700;
    font-size: 30px;
}

.aside-image-outer-box p {
    font-size: 18px;
    margin-top: 20px;
    color: #605f5f;
}

.login-wrapper .login-content .login-logo {
    display: block;
    margin-bottom: 25px;
    max-width: 100%;
}

.login-wrapper .login-content .form-login input {
    width: 100%;
    border: 1px solid rgb(255 255 255);
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 0.3125rem;
    box-shadow: 0 0 0.9375rem rgba(0,0,0,.08);
    height: 3.5rem;
    padding: 0.3125rem 1.25rem;
}

.login-wrapper .login-content .form-login label {
    width: 100%;
    color: #212b36;
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 700;
}

.login-wrapper .login-content .form-login .form-addons img {
    position: absolute;
    top: 22px;
    right: 20px;
}

.login-wrapper .login-content .form-login .alreadyuser h4 a {
    color: #a51890;
    font-weight: 600;
    font-size: 1rem;
}

.login-wrapper .login-content .form-setlogin h4 {
    position: relative;
    font-size: 14px;
    color: #202020;
}

    .login-wrapper .login-content .form-setlogin h4:before {
        content: "";
        background: #747474;
        width: 35%;
        height: 1px;
        position: absolute;
        top: 10px;
        right: 0;
    }

    .login-wrapper .login-content .form-setlogin h4:after {
        content: "";
        background: #747474;
        width: 35%;
        height: 1px;
        position: absolute;
        top: 10px;
        left: 0;
    }

.login-wrapper .login-img {
    width: 50%;
    height: 100vh;
    background: #ffffff;
    overflow: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.login-wrapper .login-content .form-login .btn-login {
    background: #a51890;
    border-color: #a51890;
}

    .login-wrapper .login-content .form-login .btn-login:hover {
        box-shadow: 0 50px #fff inset !important;
        color: #a51890;
    }

.login-wrapper .login-content .form-sociallink ul li a:hover {
    background: #a51890;
    color: #fff;
}

.customizer-links {
    display: none;
}

.inputcheck input {
    position: relative;
}

/* login Page css end */




/* Single sign on Page css */
.sign-on-container-outer-box {
    padding: 20px;
    margin: auto;
    overflow: auto;
    margin-top: 60px;
    width: 90%;
    border-radius: 15px;
    background-color: #fff;
    vertical-align: middle;
    position: static;
    box-shadow: 0px 0px 20px 0px #dddddd;
}

.dash-widget.single-login-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 0.3125rem 0.3125rem 0 rgba(82,63,105,.05);
    border: 0 solid transparent;
    border-radius: 2rem;
    padding: 1rem;
    position: relative;
    transition: all .5s ease-in-out;
    background: #f6e8f4;
    border: 1px dashed #fff;
    margin-bottom: 50px;
}

.sign-on-container-outer-box .row .col-xl-3 {
    padding-right: 2rem;
    padding-left: 2rem;
}

a.single-login-hover:hover .dash-widget.single-login-box {
    box-shadow: 0 1.188rem 1.188rem rgba(0,0,0,.16) !important;
    background: #c560b6;
}

.dash-widget.single-login-box .dash-widgetcontent h5 {
    font-size: 1.4rem;
    line-height: 22px;
}

.dash-widget.single-login-box .dash-widgetimg span {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    box-shadow: 0 0.3125rem 0.3125rem 0 rgba(82,63,105,.05);
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

a.single-login-hover:hover .dash-widget.single-login-box span {
    border: 1px dashed #ff00da;
}

a.single-login-hover:hover .dash-widget.single-login-box .dash-widgetcontent H5 {
    color: #ffffff;
}

a.single-login-hover:hover .dash-widget.single-login-box .dash-widgetcontent H6 {
    color: #000000;
}

.dash-widget.single-login-box .dash-widgetcontent {
    margin: 0;
}

    .dash-widget.single-login-box .dash-widgetcontent h6 {
        color: #a9278c;
        font-size: 1.1rem;
    }

.dash-widget.single-login-box .dash-widgetimg span img {
    width: 80px;
}

a.single-login-hover .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    flex-direction: column;
    box-shadow: 0 0.3125rem 0.3125rem 0 rgba(82,63,105,.05);
    border: 0 solid transparent;
    border-radius: 2rem;
    padding: 1.875rem;
    transition: all .5s ease-in-out;
    background: #c560b6;
    border: 1px dashed #fff;
    margin-bottom: 50px;
}

a.single-login-hover:hover .overlay {
    opacity: 1;
}

a.single-login-hover {
    position: relative;
}

    a.single-login-hover .overlay-text {
        color: #fff;
        font-size: 1rem;
        margin-bottom: 20px;
    }

    a.single-login-hover .overlay h6 {
        color: #000;
        position: absolute;
        bottom: 16px;
        text-align: center;
        left: 0;
        right: 0;
    }

    a.single-login-hover .overlay-text h5 {
        font-size: 1.4rem;
        font-weight: 600;
    }

/* Single sign on Page css End */


/*User & Role Management Page css */

.search-set.Uer-role-search-box input.form-control {
    width: 400px;
}

.form-group label {
    margin-bottom: 8px;
    display: block;
    color: #212B36;
    font-weight: 700;
    font-size: 17px;
}

.dataTables_wrapper p {
    margin-bottom: 2px;
}

.Nominees-btn-box .btn-warning {
    color: #000;
    background-color: #fff3cd;
    border-color: #fff3cd;
}

.Nominees-btn-box .btn-danger {
    color: #000;
    background-color: #f8d7da;
    border-color: #f8d7da;
}

.Nominees-btn-box .btn-success {
    color: #0c0c0c;
    background-color: #d1e7dd;
    border-color: #d1e7dd;
}

label input[type="radio"] {
    width: 20px;
    height: 20px;
}

.radio.Modules-checked-box {
    display: inline-block;
    margin-right: 20px;
}

    .radio.Modules-checked-box input[type="radio"] {
        vertical-align: text-bottom;
    }

.user-menu .page-title-top {
    margin-left: auto;
    margin-right: inherit;
}

    .user-menu .page-title-top h2 {
        font-weight: 700;
        color: #a9278c;
        padding: 5px 30px;
        text-transform: uppercase;
        font-size: 25px;
        border-radius: 10px;
        margin: 0 0 0 130px;
    }

        .user-menu .page-title-top h2 img {
            vertical-align: text-bottom;
        }

.switch-button-box {
    width: 400px;
    height: 40px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3D(-50%, -50%, 0);
    will-change: transform;
    z-index: 197 !important;
    cursor: pointer;
    transition: .3s ease all;
    border: 1px solid #f8d7da;
}


    .switch-button-box .active-box {
        color: #151515;
        background-color: #f8d7da;
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 100%;
        z-index: -1;
        transition: 0.3s ease-out all;
    }

    .switch-button-box .active-case {
        color: #000000;
        background-color: #f8d7da;
    }

.signature {
    position: fixed;
    font-family: sans-serif;
    font-weight: 100;
    bottom: 10px;
    left: 0;
    letter-spacing: 4px;
    font-size: 10px;
    width: 100vw;
    text-align: center;
    color: black;
    text-transform: uppercase;
    text-decoration: none;
}

.switch-button-case {
    display: inline-block;
    background: none;
    width: 49%;
    height: 100%;
    color: black;
    position: relative;
    border: none;
    transition: 0.3s ease all;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding-bottom: 1px;
}


.active-inactive-btn {
    position: relative;
}

.search-set.Uer-role-search-box .search-input {
    width: 100%;
}

    .search-set.Uer-role-search-box .search-input input.form-control {
        width: 100%;
    }

.top-nav-search IMG {
    width: 32px;
}

.dataTables_wrapper .bottom {
    display: flex;
    justify-content: space-between;
}

    .dataTables_wrapper .bottom .dataTables_info {
        order: 2;
    }

    .dataTables_wrapper .bottom .dataTables_length {
        order: 1;
    }

    .dataTables_wrapper .bottom .dataTables_paginate {
        order: 3;
    }





/*User & Role Management Page css End */
@media (max-width: 991.98px) {
    /* login Page css end */
    .login-wrapper .login-content {
        width: 100% !important;
    }

        .login-wrapper .login-img, .login-wrapper .login-content:after {
            display: none !important;
        }
    /* login Page css end */


}
/*new css*/



/* Smart-Card-Tagging Page css End */

.form-select {
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid rgba(145, 158, 171, 0.32);
    border-radius: 1rem;
    color: #6e6e6e;
    height: 3.5rem;
    padding: 0.3125rem 1.25rem;
    display: block;
    font-size: .875rem;
    font-weight: 400;
    line-height: 3.5;
    width: 100%;
}

.user-menu .page-title-top {
    margin-left: auto;
}

.user-menu .page-title-top {
    margin-left: auto;
    margin-right: inherit;
}

    .user-menu .page-title-top h2 {
        font-weight: 700;
        color: #a9278c;
        padding: 5px 30px;
        text-transform: uppercase;
        font-size: 25px;
        border-radius: 10px;
        margin: 0 0 0 130px;
    }

        .user-menu .page-title-top h2 img {
            vertical-align: text-bottom;
        }


/*Smart-Card-Tagging Page css  */



/*Member Search popup Page css  */
.set-on-column-box {
    width: 150px;
    margin-bottom: -28px;
}

.tableFixHead {
    table-layout: fixed;
    border-collapse: collapse;
}

    .tableFixHead tbody {
        display: block;
        width: 100%;
        overflow: auto;
        height: 500px;
    }

    .tableFixHead thead tr {
        display: block;
    }

    .tableFixHead th,
    .tableFixHead td {
        padding: 5px 10px;
        width: 200px;
    }

th {
    background: #ABDD93;
}

/*Member Search popup Page css  */


/*Deactive-Smart-Card Page css  */

input.checkbox-box {
    width: 50px;
    height: 30px;
    border: 1px solid #d7d7d7;
    margin-left: 5px;
    padding: 10px;
    font-size: 16px;
    margin-top: 7px;
    color: #333;
    vertical-align: middle;
}



/*End Deactive-Smart-Card Page css  */


/*Nation Page css  */
.Nation-table-box table thead tr th, .Nation-table-box table tbody tr td {
    font-size: 1.1rem;
}

.ajs-header {
    font-size: 1rem;
    font-weight: 700;
}

.ajs-body .ajs-content {
    font-size: 1.5rem;
    color: #0f5132;
    text-transform: capitalize;
}




/*End Nation Page css  */


/*Member Page css  */
.form-Nominees-inline-box {
    display: flex;
}

    .form-Nominees-inline-box .text-end {
        margin: 7px 0 0 20px;
        vertical-align: middle;
    }

.Member-popup-box .form-group label {
    font-size: 14px;
    margin-bottom: 0;
}

.Member-popup-box .form-group input[type=text], .Member-popup-box .form-group input[type=password], .Member-popup-box .form-select {
    border-radius: 0.5rem;
    height: 2.5rem;
    padding: 0.3125rem 0.8rem;
    font-size: .875rem;
    line-height: 2.3;
}

.Member-popup-box label.check-btn-box {
    color: #000;
    background-color: #ffe2c5 !important;
    border-color: #FF9F43 !important;
    padding: 0.375rem 0.75rem;
    font-size: .8rem;
    border-radius: 0.25rem;
    vertical-align: middle;
    display: inline-block;
}

    .Member-popup-box label.check-btn-box input.checkbox-box {
        width: 20px;
        height: 20px;
        margin: 0 !important;
        padding: 0 !important;
        vertical-align: middle;
    }

    .Member-popup-box label.check-btn-box:hover {
        background-color: #FF9F43 !important;
        color: #fff;
        cursor: pointer;
    }








.Member-popup-box .card {
    border: none;
    max-width: 100% !important;
}

.Member-popup-box .card-header {
    padding: 9px 15px !important;
    border-bottom: 5px solid #e9e9e9 !important
}

.Member-popup-box .card-header {
    margin-left: -13px;
    margin-right: -13px;
    background: #fff;
}



.footer-btn-box {
    padding: 0 20px;
}

.Member-popup-box .card-header .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #e98baa #e98baa #fff;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
}

    .Member-popup-box .card-header .nav-link.active:before {
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -10px;
        content: "";
        display: block;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #aa2b8a;
    }

    .Member-popup-box .card-header .nav-link.active {
        color: #ffffff;
        background-color: #a9278c;
        border-color: #ffffff #ffffff #fff;
        border-bottom: 6px solid #fdfafb;
        margin-bottom: -6px;
    }


.form-outer-box {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.Member-popup-box {
    border: 1px solid #e3e3e3;
}

    .Member-popup-box input[type="checkbox"] {
        width: 50px;
        height: 30px;
        border: 1px solid #d7d7d7;
        margin-left: 5px;
        padding: 10px;
        font-size: 16px;
        margin-bottom: 10px;
        color: #333;
        vertical-align: -webkit-baseline-middle;
    }

    .Member-popup-box .card .card-body .card-title {
        color: #aa2b8a;
    }

    .Member-popup-box .application-form-form-box {
        border: 1px solid #e3e3e3;
        border-top: none !important;
    }

    .Member-popup-box .footer-btn-box {
        padding: 0;
    }

.Nominees-btn-box {
    width: auto;
}

.Member-Number-top-box {
    margin-bottom: -28px !important;
    padding: 0 15px !important;
    z-index: 9;
}

.table-responsive.Nation-table-box.search-bar-right-box .dataTables_filter label {
    text-align: right;
}

span.col-Member-Number-box {
    position: absolute;
    right: 23px;
    top: 17px;
    font-weight: 800;
    font-size: 1.1rem;
    background: #ff9f4f;
    padding: 3px 10px;
    height: 56px;
    display: block;
    margin: -17px -24px 0 0;
    line-height: 53px;
    color: #fff;
    text-transform: uppercase;
}

.footer-btn-box.address-btn-update .btn-primary {
    margin: 0 0 0 10px;
}


.Nominees-btn-box .btn-success {
    color: #0c0c0c;
    background-color: #d1e7dd;
    border-color: #d1e7dd;
}

.Nominees-btn-box .btn-warning {
    color: #000;
    background-color: #fff3cd;
    border-color: #fff3cd;
}

.Nominees-btn-box .btn-danger {
    color: #000;
    background-color: #f8d7da;
    border-color: #f8d7da;
}

#add-nominnes .custom-file-container .custom-file-container__image-preview, #edit-nominns .custom-file-container .custom-file-container__image-preview {
    box-sizing: border-box;
    transition: all 0.2s ease;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 99px;
    width: 100%;
    border-radius: 4px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    overflow: auto;
    padding: 10px;
}

.set-on-column-box.Nominees-btn-box {
    margin: 18px 0 -55px 0;
}









.multiple-file-box input[type=file] {
    position: absolute;
    right: -9999px;
    visibility: hidden;
    opacity: 0;
}

.multiple-file-box input[type=submit] {
    position: relative;
    padding: 1rem 3rem;
    background: #0c8fda;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
    border: 0;
    color: #fff;
}

    .multiple-file-box input[type=submit]:hover {
        background: #0b7fc2;
        color: #fff;
        cursor: pointer;
        transition: 0.2s all;
    }

.multiple-file-box label {
    position: relative;
    padding: 1rem 3rem;
    background: #eee;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
}

    .multiple-file-box label:hover {
        background: #0c8fda;
        color: #fff;
        cursor: pointer;
        transition: 0.2s all;
    }

.multiple-file-box div.files {
    background: #eee;
    padding: 1rem;
    margin: 1rem 0;
    border-radius: 10px;
}

    .multiple-file-box div.files ul {
        list-style: none;
        padding: 0;
        max-height: 150px;
        overflow: auto;
    }

        .multiple-file-box div.files ul li {
            padding: 0.5rem 0;
            padding-right: 2rem;
            position: relative;
        }

            .multiple-file-box div.files ul li i {
                cursor: pointer;
                position: absolute;
                top: 50%;
                right: 0;
                transform: translatey(-50%);
            }



.multiple-file-box span.file-size {
    color: #999;
    padding-left: 0.5rem;
}


.set-on-column-box.new-member-box {
    margin-bottom: 0;
}

.member-selectdro-box {
    display: flex;
    width: auto;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

    .member-selectdro-box button.btn.btn-success {
        width: 110px;
    }

    .member-selectdro-box select.custom-select {
        width: 150px;
        margin: 0 0 0 5px;
    }

.input-group.custom-search-box {
    width: 200px;
}

.member-selectdro-box .left-search-box {
    display: flex;
}

.member-data-table-search-box .dataTables_filter {
    display: none;
}

.Nominees-search-box {
    width: 150px;
    display: inline-block;
}

.make-email-text-box p {
    font-size: 1.5rem;
}

.make-e-mail-check-box input[type="radio"] {
    width: 50px;
    height: 30px;
    border: 1px solid #d7d7d7;
    margin-left: 5px;
    padding: 10px;
    font-size: 16px;
    margin-top: 7px;
    color: #333;
    vertical-align: middle;
}

/*End Member Page css  */


/*Subscription-Tran Page css  */

.Subscription-Tran-box .card {
    border: 1px solid #E8EBED !important;
}

.customizer-links {
    display: none;
}

h5.Subscription-sub-title {
    color: #a9278c;
    font-weight: 700;
}




/*End Subscription-Tran Page css  */


.top-nav-search img {
    width: 32px;
}

footer.footer ul li {
    display: inline-block;
    width: 32px;
    margin: 0 5px 0 0;
}

footer.footer {
    background: #fff;
    padding: 10px;
}

    footer.footer p {
        line-height: 38px;
    }




/* Venues Status Page css  */


.venue-booking-outer-box .card-title {
    color: #a9278c;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}

.venue-booking-outer-box .calendar-events i {
    margin-right: 2px;
}

.text-right-box {
    text-align: right;
}

.venue-booking-outer-box .calendar-events {
    border-color: #eeeeee;
    background-color: #fff;
    margin-bottom: 10px;
    border-bottom: 2px solid #a9278c;
    border-radius: 10px;
    cursor: pointer;
    background: rgb(246,227,242);
    background: linear-gradient(264deg, rgba(246,227,242,1) 0%, rgba(255,255,255,1) 100%);
}

    .venue-booking-outer-box .calendar-events:hover {
        -webkit-box-shadow: 0 4px 4px rgb(56 65 74 / 11%);
        box-shadow: 0 4px 4px rgb(56 65 74 / 11%);
    }

    .venue-booking-outer-box .calendar-events p {
        font-weight: 500;
        font-size: 14px;
    }


    .venue-booking-outer-box .calendar-events img {
        -webkit-box-shadow: 0 1px 2px rgba(56,65,74,.15);
        box-shadow: 0 5px 5px rgb(56 65 74 / 28%);
        border: 1px solid #fff;
    }

.Member-popup-box .venue-booking-outer-box .card-header {
    background: #fff7ec;
    border-left: 4px solid #fdb045;
    border-right: 4px solid #fdb045;
    border-top: 4px solid #ffffff;
    border-bottom: 2px solid #ffefda !important;
}

.Member-popup-box .venue-booking-outer-box .application-form-form-box {
    border: 1px solid #fdb045;
    border-top: none !important;
    border-bottom: 4px solid #cbcbcb;
    padding-bottom: 10px;
}

.venue-booking-outer-box .card-header-tabs li {
    margin: 0 5px 0 0;
}

.Member-popup-box .venue-booking-outer-box .card-header .nav-link {
    border: 1px dashed #f18600;
    border-bottom: none;
}

    .Member-popup-box .venue-booking-outer-box .card-header .nav-link.active {
        background-color: #ca8d37;
    }

        .Member-popup-box .venue-booking-outer-box .card-header .nav-link.active:before {
            border-top: 10px solid #bf8431;
        }


li.title-heading-box.ribbon-box.hours-title-color-1:after {
    border-right: 1px solid #fdb045;
    content: "";
    height: 100px;
    position: absolute;
    right: 2px;
    top: 80px;
}

li.title-heading-box.ribbon-box.hours-title-color-2:after {
    border-right: 1px solid #cf96c2;
    content: "";
    height: 100px;
    position: absolute;
    right: 2px;
    top: 80px;
}

li.title-heading-box.ribbon-box.hours-title-color-3:after {
    border-right: 1px solid #cf1554;
    content: "";
    height: 100px;
    position: absolute;
    right: 2px;
    top: 80px;
}

li.title-heading-box.ribbon-box.hours-title-color-4:after {
    border-right: 1px solid #056ba1;
    content: "";
    height: 100px;
    position: absolute;
    right: 2px;
    top: 80px;
}

li.title-heading-box.ribbon-box.hours-title-color-5:after {
    border-right: 1px solid #d05637;
    content: "";
    height: 100px;
    position: absolute;
    right: 2px;
    top: 80px;
}

li.title-heading-box.ribbon-box.hours-title-color-6:after {
    border-right: 1px solid #92823c;
    content: "";
    height: 100px;
    position: absolute;
    right: 2px;
    top: 80px;
}

li.title-heading-box.ribbon-box.hours-title-color-7:after {
    border-right: 1px solid #000;
    content: "";
    height: 100px;
    position: absolute;
    right: 2px;
    top: 80px;
}
/*
li.title-heading-box.ribbon-box.hours-title-color-1.algen-box-8:after {
    right: 6px;
    top: 85px;
}

li.title-heading-box.ribbon-box.hours-title-color-2.algen-box-9:after {
    right: 12px;
    top: 95px;
}
li.title-heading-box.ribbon-box.hours-title-color-3.algen-box-10:after {
    right: 18px;
    top: 105px;
}
li.title-heading-box.ribbon-box.hours-title-color-4.algen-box-11:after {
    right: 17px;
    top: 105px;
}
li.title-heading-box.ribbon-box.hours-title-color-5.algen-box-12:after {
    right: 15px;
    top: 102px;
}
li.title-heading-box.ribbon-box.hours-title-color-6.algen-box-13:after {
    right: 14px;
    top: 100px;
}
li.title-heading-box.ribbon-box.hours-title-color-7.algen-box-14:after {
    right: 12px;
    top: 97px;
}*/

a.openFullscreen-box:hover {
    background: #e9e9e9;
}

a.openFullscreen-box {
    position: absolute;
    right: 11px;
    top: 15px;
    background: #ffffff;
    padding: 2px 7px;
    color: #000;
    border: 1px solid #d3d3d3;
    font-size: 20px;
}

#element {
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
}


.StatusRunTime-outer-box > ul {
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 0.5px dashed #d82a30;
    margin-bottom: 8px;
}

    .StatusRunTime-outer-box > ul li {
        margin-right: 4px;
        margin-bottom: 4px;
    }

    .StatusRunTime-outer-box > ul:last-child {
        border-bottom: none;
    }

.title-head-box {
    margin-bottom: 10px;
    padding: 5px;
    background: #fff7ed;
    border-left: 4px solid #fdb045;
    border-right: 4px solid #fdb045;
    border-top: 1px solid #f7f7f7;
    border-bottom: 2px solid #cdcdcd;
}

    .title-head-box span {
        font-size: 12px;
        color: #eb0000;
    }

    .title-head-box h4 {
        font-size: 15px;
        font-weight: 700;
        color: #545454;
    }

.date-day-outer-box {
    display: flex;
    justify-content: space-between;
}

.date-day-box {
    text-align: center;
    width: 50px;
    margin-right: 10px;
    margin-top: -8px;
}

    .date-day-box span.day-box {
        background: #d72629;
        display: block;
        color: #fff;
        font-size: 14px;
        font-weight: 800;
        padding: 2px 2px;
    }

    .date-day-box span.date-box {
        background: #d3d3d3;
        display: block;
        color: #000;
        font-size: 30px;
        font-weight: 800;
        padding: 2px 2px;
        line-height: 37px;
    }

.FullDayHoursDisplay-box-1 {
    font-weight: bold;
    letter-spacing: 1px;
    color: #0f5c00;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
    padding: 2px 5px;
    border-radius: 10px;
    line-height: 27px;
    font-size: 14px;
    min-width: 115px;
}

.FullDayHoursDisplay-box-2 {
    font-weight: bold;
    letter-spacing: 1px;
    color: #944323;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
    padding: 2px 5px;
    border-radius: 10px;
    line-height: 27px;
    font-size: 14px;
}

.room-booking-white-box {
    background-color: #FFFFFF;
    height: 35px;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid #DFDFDF;
    box-shadow: 1px 2px 3px 0px #e7e5e5;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    min-width: 90px;
    display: flex;
    justify-content: space-between;
}

.FullDayHoursDisplay-box-1, .FullDayHoursDisplay-box-2 {
    margin-bottom: 8px;
    padding: 5px 5px;
}

.room-booking-white-box strong {
    padding: 5px 5px;
}

.room-booking-white-box span {
    background: #fff7ee;
    line-height: 33px;
    color: #000000;
    padding: 0px;
    border-left: 1px solid #d1d1d1;
    width: 25px;
    font-size: 14px;
    margin-left: 3px;
    font-weight: 100;
}

.venue-booking-outer-box .card-body {
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
}

.title-head-outer-box {
    position: relative;
}

.title-head-box {
    overflow: hidden;
    width: 179px;
    margin-bottom: -65px;
}

.Red-box {
    background: #e35e64;
    background: linear-gradient(90deg, #e35e64 0%, #ffffff 100%);
}

.Yellow-box {
    background: #d9a60b;
    background: linear-gradient(-90deg, #d9a60b 0%, #ffffff 100%);
}

.ribbon-box {
    position: relative;
}

    .ribbon-box .ribbon-two {
        overflow: hidden;
        width: 105px;
        height: 179px;
        text-align: right;
    }

    .ribbon-box.right.ribbon-box .ribbon-two {
        left: auto;
        right: -5px;
    }

    .ribbon-box .ribbon-two span {
        font-size: 14px;
        color: #646464;
        text-align: center;
        line-height: 17px;
        -webkit-transform: rotate(300deg);
        transform: rotate(300deg);
        width: 150px;
        display: block;
        position: absolute;
        top: 70px;
        left: -12px;
        font-weight: 100;
    }

    .ribbon-box.right.ribbon-box .ribbon-two span {
        left: auto;
        right: -21px;
        -webkit-transform: rotate(300deg);
        transform: rotate(300deg);
    }

    .ribbon-box .ribbon-two-danger span {
        border-left: 4px solid #fdb045;
        border-right: 4px solid #fdb045;
        border-top: 1px solid #f7f7f7;
        border-bottom: 2px solid #cdcdcd;
        padding: 8px 5px;
    }

.Green-box {
    background: #43d109;
    background: linear-gradient(-90deg, #43d109 0%, #ffffff 100%);
}


.hours-title-color-1 span {
    border-left: 4px solid #fdb045 !important;
    border-right: 4px solid #fdb045 !important;
}

.hours-title-color-2 span {
    border-left: 4px solid #a9268c !important;
    border-right: 4px solid #a9268c !important;
}

.hours-title-color-3 span {
    border-left: 4px solid #cf1554 !important;
    border-right: 4px solid #cf1554 !important;
}

.hours-title-color-4 span {
    border-left: 4px solid #056ba1 !important;
    border-right: 4px solid #056ba1 !important;
}

.hours-title-color-5 span {
    border-left: 4px solid #d05637 !important;
    border-right: 4px solid #d05637 !important;
}

.hours-title-color-6 span {
    border-left: 4px solid #92823c !important;
    border-right: 4px solid #92823c !important;
}

.hours-title-color-7 span {
    border-left: 4px solid #000000 !important;
    border-right: 4px solid #000000 !important;
}



.StatusRunTime-outer-box li.hours-text-color-1 ul li {
    border-right: 1px solid #fdb045 !important;
    padding-right: 8px;
}

.StatusRunTime-outer-box li.hours-text-color-2 ul li {
    border-right: 1px solid #cf96c2 !important;
    padding-right: 8px;
}

.StatusRunTime-outer-box li.hours-text-color-3 ul li {
    border-right: 1px solid #cf1554 !important;
    padding-right: 8px;
}

.StatusRunTime-outer-box li.hours-text-color-4 ul li {
    border-right: 1px solid #056ba1 !important;
    padding-right: 8px;
}

.StatusRunTime-outer-box li.hours-text-color-5 ul li {
    border-right: 1px solid #d05637 !important;
    padding-right: 8px;
}

.StatusRunTime-outer-box li.hours-text-color-6 ul li {
    border-right: 1px solid #92823c !important;
    padding-right: 8px;
}

.StatusRunTime-outer-box li.hours-text-color-7 ul li {
    border-right: 1px solid #000000 !important;
    padding-right: 8px;
}


.Green-Confirmed-box {
    border: 1px solid #cce9c0;
    padding: 5px 20px;
    font-weight: 600;
    width: 200px;
    display: inline-block;
    text-align: center;
}

.not-Confirmed-box {
    border: 1px solid #f7e5ae;
    padding: 5px 20px;
    font-weight: 600;
    margin: 0 2px;
    width: 200px;
    display: inline-block;
    text-align: center;
}

.not-Available-box {
    border: 1px solid #f9e3e4;
    padding: 5px 20px;
    font-weight: 600;
    margin: 0 2px 0 0;
    width: 200px;
    display: inline-block;
    text-align: center;
}

.Available-box {
    border: 1px solid #ebebeb;
    padding: 5px 20px;
    font-weight: 600;
    background: #fff;
    width: 200px;
    display: inline-block;
    text-align: center;
}


.fixed-header-top .StatusRunTime-outer-box {
    padding-top: 237px;
}

.fixed-header {
    position: fixed;
    top: 51px;
    left: 302px;
    width: 1580px;
    background: #fff;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
}

.mini-sidebar .fixed-header {
    left: 122px;
    width: 1761px;
}

.fixed-header-top .card-header {
    position: fixed;
    top: 0px;
    left: 17px;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
}

.fixed-header-top .Fixed-bannet {
    position: fixed;
    top: 60px;
    left: 17px;
    width: 100%;
    background: #fff;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
}

#booking-request h5.card-title {
    font-size: 16px;
    font-weight: 700;
    color: #aa2b8a;
}

.Guidelines-outer-box p a {
    color: #0636c3;
    font-weight: 600;
}

.Guidelines-outer-box p {
    margin-bottom: 5px;
}

.booking-box-design {
    border: 1px solid #f7f7f7;
    border-bottom: 4px solid #ebebeb;
    padding: 10px;
}

    .booking-box-design h5.card-title {
        background: #fbfbfb;
        margin: -10px -10px 10px -10px;
        padding: 2px 10px;
        border-bottom: 1px solid #f3f3f3;
    }

    .booking-box-design textarea.form-control {
        height: 60px !important;
    }

#booking-request .modal-header {
    padding: 0.4rem 1rem;
}

    #booking-request .modal-header h5.modal-title {
        font-size: 16px;
    }

#booking-request .modal-dialog {
    margin-top: 5px;
}

.booking-box-design .form-control {
    height: 2rem !important;
    line-height: 1 !important;
}

.booking-box-design .form-group label {
    padding: 2px 10px;
}

#confirm-booking-te-box .modal-content p {
    background: #cce9c0;
    background: linear-gradient(-90deg, #cce9c0 0%, #ffffff 100%);
    padding: 10px;
    border: 1px dashed #064e0b;
    font-size: 16px;
    text-align: center;
    color: #08560f;
    font-weight: 600;
    margin-bottom: 10px;
}

#confirm-booking-te-box h5.modal-title {
    color: #084405;
}


.catering-order-tableleft-box .table-responsive {
    overflow: scroll;
    border-collapse: collapse;
    height: 474px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

    .catering-order-tableleft-box .table-responsive th {
        width: 150px;
        white-space: nowrap;
        height: 30px;
        padding: 15px;
        position: sticky;
        top: 0;
        color: #aa2b8a;
        background: #fafbfe;
    }


.catering-order-tableright-box .table-responsive {
    height: 570px;
}

.booking-box-design .text-head-input-box {
    height: 4rem !important;
}

.collapse.in {
    display: block;
}

body.modal-open #element:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: .5;
}

.Member-popup-box .card-header .sub-menutex-box .nav-link.active {
    font-size: 14px;
    background-color: #727272;
}

    .Member-popup-box .card-header .sub-menutex-box .nav-link.active:before {
        border-top: 10px solid #727272;
    }

.Member-popup-box .card-header .sub-menutex-box .nav-link {
    font-size: 14px;
}

.card-header.card-header-box {
    border-bottom: 2px solid #e9e9e9 !important;
}

/* End Venues Status Page css  */
@media (max-width: 991.98px) {
}

.Member-popup-box .venue-booking-outer-box .card-header {
    background: #fff7ec;
    border-left: 4px solid #fdb045;
    border-right: 4px solid #fdb045;
    border-top: 4px solid #ffffff;
    border-bottom: 2px solid #ffefda !important;
}

.Member-popup-box .venue-booking-outer-box .application-form-form-box {
    border: 1px solid #fdb045;
    border-top: none !important;
    border-bottom: 4px solid #cbcbcb;
    padding-bottom: 10px;
}

.venue-booking-outer-box .card-header-tabs li {
    margin: 0 5px 0 0;
}

.fade-in-text {
    color: red;
    text-align: center;
    font-weight: 700;
    opacity: 0; /* Initially hidden */
    transform: translateY(-30px); /* Move up */
    animation: fadeInMoveDown 1.5s ease-in-out forwards;
}

@keyframes fadeInMoveDown {
    from {
        opacity: 0;
        transform: translateY(-30px); /* Start higher */
    }

    to {
        opacity: 1;
        transform: translateY(0); /* Move to normal position */
    }
}