﻿@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/*--font face end--*/
body {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    color: #000;
    font-weight: 300;
}

.grey-card {
    background: #F4F4F4;
    border-radius: 6px;
    padding: 15px;
}

.card.grey-card {
    background: #F4F4F4;
    border-radius: 6px;
    padding: 20px;
    border: 0;
}

:root {
    --primarycolor: #6440DA;
    --secondarycolor: #BACB95;
}

.theme-color {
    color: var(--primarycolor);
}

.btn:focus {
    background: #6440DA !important
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 20px;
    color: #0A0A0A;
}

    h5.fnt-22 {
        font-size: 22px;
    }

h6 {
    font-size: 18px;
    font-weight: 700;
}

.login-wrapper {
    min-height: 100vh;
}

.login-left {
    background: #D4F2F4;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}

.login-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-container {
    max-width: 520px;
    width: 100%;
}

    .login-container h4 {
        font-weight: 600;
        margin: 0 0 5px;
        font-size: 20px;
    }

    .login-container p {
        color: #808080;
        line-height: 18px;
    }

input.icon-holder {
    padding-left: 45px;
}

input.icon-holder-right {
    padding-right: 35px;
}

.form-control.icon-holder-right + .input-icon-right {
    position: absolute;
    top: 8px;
    right: 10px;
}

.input-icon {
    position: absolute;
    left: 13px;
    top: 5px;
}

.form-control-lg + .input-icon,
.form-control-lg ~ .password-eye-icon {
    top: 14px;
}

.form-check {
    padding-left: 30px;
}

    .form-check .form-check-label {
        padding-top: 4px;
        font-size: 13px;
    }

    .form-check .form-check-input {
        margin-left: -30px;
    }

.form-check-input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border-color: var(--primarycolor);
}

.form-check-input[type="radio"] {
    width: 20px;
    height: 20px;
}

.form-check-input:checked {
    background-color: var(--primarycolor);
    border-color: var(--primarycolor);
}

.form-check.form-switch .form-check-input[type="checkbox"] {
    width: 52px;
    height: 28px;
    border-radius: 30px;
    background-color: #979797;
    border-color: #979797;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check.form-switch .form-check-input:checked {
    background-color: var(--primarycolor);
    border-color: var(--primarycolor);
}



.password-eye-icon {
    position: absolute;
    right: 13px;
    top: 13px;
}

.form-control,
.form-select {
    border-color: #DCE2EA;
    color: #000000;
    font-size: 14px;
    height: 50px;
    border-radius: 10px;
}

.table-result p {
    font-size: 13px;
    font-weight: 400;
    color: #535353;
}

.form-select.form-select-sm {
    height: 38px;
    border-radius: 10px;
}

.form-control.form-control-lg,
.form-select.form-select-lg {
    height: 50px;
    border-radius: 10px;
}

.page-title-row {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

    .page-title-row h5 {
        font-size: 26px;
        font-weight: 600;
        color: #0A0A0A;
    }

    .page-title-row img.backarrow {
        margin-top: -5px;
    }

.btn.btn-lg {
    height: 50px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.btn {
    font-size: 15px;
    line-height: 1.4;
    border-radius: 10px;
    padding: 12px 15px;
    color: #000;
    font-weight: 500;
    height: 50px;
}

    .btn.btn-sm {
        font-size: 13px;
        height: auto;
        padding: 9px 15px;
        min-width: auto;
        line-height:1
    }


    .btn.btn-primary.disabled {
        opacity: .5;
        background: #78B8AC;
        border-color: #78B8AC;
    }

.btn-primary {
    background: var(--primarycolor);
    border-color: var(--primarycolor);
    color: #fff !important;
    min-width: 100px;
}

.btn-light {
    background: #fff;
    border-color: var(--primarycolor);
    color: var(--primarycolor)
}

.btn-outline-primary {
    border-color: var(--primarycolor);
    color: var(--primarycolor);
    padding: 12px 22px;
}

    .btn-outline-primary:focus {
        color: #fff;
    }

.btn-secondary {
    background: #BACB95;
    border-color: #BACB95;
    color: #114155;
    min-width: 100px;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus-visible,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
    background: #BACB95 !important;
    border-color: #BACB95 !important;
}

.btn-danger {
    background: #FB6A57;
    border-color: #FB6A57;
    color: #ffffff;
    min-width: 100px;
}

.btn-outline-danger {
    border-color: #F14336;
    color: #F14336;
}

.btn-outline-light {
    background: #F6F2F5;
    border-color: #F6F2F5;
    color: #B1B1B1;
}

    .btn-outline-light:hover {
        background: #78B8AC;
        border-color: #78B8AC;
        color: #fff;
    }

.btn.btn-outline-danger:hover {
    color: #fff;
    border-color: #7A58ED;
    background-color: #7A58ED;
}

.btn:hover,
.btn-check:checked + .btn,
.btn.active,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    background: #7A58ED;
    border-color: #7A58ED;
    color: #fff;
}

.text-link {
    color: var(--primarycolor);
}

.whiteBg p {
    font-size: 15px;
    font-weight: 400;
}


.form-label {
    color: #000 !important;
    font-size: 14px;
    font-weight: 400;
    word-break: break-all
}

    .form-label sup {
        color: #8B041A;
    }

.tp-search {
    position: relative;
    margin: 0 0 0 20px;
    max-width: 330px;
    width: 100%;
}

    .tp-search input {
        border: solid 1px #D4D4D4;
        border-radius: 10px;
        padding: 10px 10px 10px 40px;
        width: 100%;
    }

    .tp-search .searchicon {
        position: absolute;
        left: 13px;
        top: 10px;
    }

/*--sidebar--*/
.closemenu-btn {
    display: none;
}

.sidebar {
    z-index: 999;
    overflow: auto;
    position: fixed;
    width: 100%;
    max-width: 276px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #E8E0FF;
    padding: 23px 20px;
    color: #fff;
}

.menubar-holder {
    display: flex;
    flex-flow: column;
    min-height: calc(100vh - 224px);
    overflow: auto;
    justify-content: space-between;
}

.menubar {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .menubar li {
        margin-bottom: 10px;
    }

        .menubar li > a {
            display: flex;
            align-items: center;
            border-radius: 12px;
            padding: 8px 16px;
            background-color: #fff;
            color: #161616;
            font-size: 14px;
            text-decoration: none;
            height: 50px;
            font-weight: 400;
            position: relative;
            z-index: 10;
        }

            .menubar li > a img {
                margin-right: 10px;
            }

            .menubar li > a:hover,
            .menubar li a.active {
                color: #fff !important;
                background: #6440DA;
                font-size: 14px;
                font-weight: 700;
            }

                .menubar li > a:hover img,
                .menubar li a.active img {
                    /* filter: invert(100%); */
                    filter: brightness(0) invert(1) contrast(150%);
                }



        .menubar li.active a {
            background: var(--primarycolor);
        }

        .menubar li > a.has-submenu::after {
            content: "";
            position: absolute;
            right: 10px;
            top: 20px;
            width: 12px;
            height: 12px;
            background: url(../images/arrow-right-menu.svg) 0 0 no-repeat;
            transition: all .2s ease;
        }

        .menubar li > a.has-submenu.active::after {
            transform: rotate(90deg);
        }

.has-submenu.active + .submenu {
    display: block;
}

.submenu {
    list-style: none;
    padding: 15px;
    background: #3C3C3C;
    position: relative;
    z-index: 8;
    top: -5px;
    border-radius: 0 0 8px 8px;
    display: none;
}

    /* .submenu li {} */

    .submenu li a {
        padding: 5px 5px 5px 15px;
        border-radius: 0;
        height: auto;
        font-size: 14px;
        position: relative;
    }

        .submenu li a.active {
            background: transparent;
            color: #D87EBD;
        }

        .submenu li a:hover {
            background: transparent;
            color: #D87EBD;
        }

            .submenu li a:hover::after,
            .submenu li a.active::after {
                background: #D87EBD;
            }

        .submenu li a::after {
            content: "";
            position: absolute;
            left: 0;
            top: 14px;
            width: 5px;
            height: 5px;
            border-radius: 100%;
            background: #D9D9D9;
        }

.sildebarlogo {
    margin: 4px 0 40px;
}

    .sildebarlogo img {
        width: 130px;
    }

/* .sidebar ul li a:hover img, .sidebar ul li a.active img {
    filter: invert(100%);
} */

/*--sidebar--*/


.content-body {
    padding: 30px 30px 20px 80px;
}

.footer {
    text-align: center;
    border-top: solid 1px #E7E7E7;
    padding: 10px 0;
    font-size: 14px;
    color: #969696;
}

/*--dashboard css--*/
.dash-item {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    font-size: 26px;
    align-items: center;
    font-weight: 600;
    margin-bottom: 20px;
}

    .dash-item a {
        display: flex;
        width: 100%;
        text-decoration: none;
        align-items: center;
    }

        .dash-item a p {
            font-size: 30px;
            color: #000000;
            font-weight: 600;
        }

    .dash-item .dash-item-icon {
        border-radius: 16px;
        background: #DCEABE;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 75px;
        height: 75px;
        margin-right: 10px;
    }

    .dash-item h6 {
        font-size: 12px;
        color: #4A4A4A;
        margin: 0;
        font-weight: 600;
    }

.innerbody {
    padding-left: 270px;
    background: url(../images/bg.png) 0 0 no-repeat;
    background-size: cover;
    transition: all .3s ease-in;
}

.user-set-menu {
    /* background: #F8EBF4; */
    color: #000;
    border-radius: 27px;
    padding: 3px 10px 3px 3px;
    margin-right: 10px;
    margin-left: auto;
}

    .user-set-menu .dropdown-toggle {
        display: flex;
        align-items: center;
        text-decoration: none;
    }

        .user-set-menu .dropdown-toggle small {
            font-size: 10px;
            color: #4D4D4D;
        }

        .user-set-menu .dropdown-toggle h6 {
            font-size: 14px;
            margin: 0;
            color: #333333;
            font-weight: 600;
        }

        .user-set-menu .dropdown-toggle small {
            font-size: 10px;
        }

    .user-set-menu .dropdown-menu {
        font-size: 15px;
        color: #333;
        box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    }

        .user-set-menu .dropdown-menu .dropdown-item {
            color: #000000;
            font-weight: 400;
            font-size: 14px;
        }

.dropdown-menu img {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.user-set-menu a {
    color: #333;
}

.pate-content-wrapper {
    min-height: calc(100vh - 122px);
}

/*--dashboard css--*/

.white-body-card {
    background: #fff;
    padding: 20px;
    min-height: calc(100vh - 230px);
    margin-bottom: 20px;
    border-radius: 10px;
}

.table > thead {
    vertical-align: middle;
}

.table thead th {
    background: #333333;
    color: #ECF0F5;
    font-weight:500!important;
    font-size:13px;
    text-transform: none;
}

.table .btn-secondary {
    padding: 4px 16px !important;
    min-width: 22px !important;
    font-size: 11px;
    font-weight: 400;
}

.table .btn-danger {
    padding: 4px 16px !important;
    min-width: 22px !important;
    font-size: 11px;
    font-weight: 400;
    color: #fff !important;
}


.table thead th:first-child {
    width: 20px;
}


.table {
    border: solid 1px #d5d5d5;
    font-size:13px;
    font-weight: 400;
    background: #fff;
    color: #000;
}

    .table tr td {
        border-color: #d5d5d5;
        font-size:13px;
        font-weight:400;
    }

    .table tr:last-child td {
        border-color: #d5d5d5;
    }



.table-result {
    display: flex;
    align-items: center;
}

.pagination .page-link {
    color: #293854;
    border-color: #d5d5d5;
}

.pagination .page-item.active .page-link {
    background: var(--primarycolor);
    border-color: #F5F0EC;
    color: #fff;
}

.page-link {
    font-size: 14px;
    font-weight: 500;
}

.pagination .page-link img {
    margin-top: -3px;
}

.header {
    background: #fff;
    padding: 10px 15px 10px 30px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F7EAE9;
}

.filter-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.filter-row-search {
    display: flex;
    flex-wrap: wrap;
}

.header-serarch {
    position: relative;
    width: 260px;
}

    .header-serarch .inputicon {
        position: absolute;
        top: 14px;
        left: 14px;
    }

    .header-serarch .form-control {
        padding-left: 10px;
        padding-right: 35px;
    }

.headerserarch {
    position: relative;
    width: 260px;
}

    .headerserarch .inputicon {
        position: absolute;
        top: 14px;
        left: 14px;
    }

    .headerserarch .inputicon-rt {
        position: absolute;
        top: 6px;
        right: 14px;
        cursor: pointer;
    }

    .headerserarch .form-control {
        padding-left: 38px;
        padding-right: 35px;
    }

.filterby {
    display: flex;
    font-size: 16px;
    align-items: center;
}

    .filterby label {
        white-space: nowrap;
        margin-right: 10px;
    }

.card {
    border-radius: 10px;
}

.text-light {
    color: #B9B8B8 !important;
}

.label-heading {
    font-size: 14px;
}

.uploadbtn {
    position: relative;
}

    .uploadbtn input {
        visibility: hidden;
        position: absolute;
    }

    .uploadbtn label {
        border: solid 1px #E0E0E0;
        font-size: 10px;
        color: #77797D;
        font-weight: 500;
        border-radius: 10px;
        text-align: center;
        max-width: 250px;
        width: 100%;
        padding: 20px 10px;
    }

        .uploadbtn label p {
            font-size: 12px;
            color: #000;
        }

.m-card-min-hight {
    min-height: calc(100vh - 210px);
}

.rating-star-list {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
}

    .rating-star-list li {
        margin-right: 0 5px 0 0;
        width: 42px;
        height: 42px;
        background: url(../images/rating-star.png) center center no-repeat;
        background-size: 100%;
    }

        .rating-star-list li.fill {
            background: url(../images/rating-fill.png) center center no-repeat;
            background-size: 100%;
        }

table .rating-star-list li {
    width: 18px;
    height: 18px;
}

.modal-header {
    border: 0;
    padding: 25px 30px 0;
}

.modal-content {
    border-radius: 16px;
}

.modal-body {
    padding: 10px 30px 30px;
    font-size: 14px;
}

    .modal-body h6 {
        font-size: 14px;
        color: #0B4258;
    }

.modal-close {
    position: absolute;
    right: 1px;
    top: 5px;
    background: none;
    border: 0;
}

.profile-srt-info {
    display: flex;
    font-size: 12px;
    color: #A9A9A9;
}

    .profile-srt-info h6 {
        font-size: 15px;
    }


.backdrop-div {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}


.dropdown-item.active,
.dropdown-item:active {
    background: #bacb95;
}

.uploaded img {
    margin-right: 0;
}

.dataTables_wrapper .dataTables_paginate {
    border-radius: 8px;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        border: 0;
        background: var(--secondarycolor);
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        border: 0;
        background: var(--secondarycolor);
    }

.dataTables_paginate .current {
    color: #fff !important
}


.activeColor {
    color: #3CB5BF;
    text-decoration: none;
}

.inActiveColor {
    color: #F65AC0;
    text-decoration: none;
}

.maxWSm {
    max-width: 350px;
    width: 100%;
}

.smBtnW {
    max-width: 80px;
    width: 100%;
}

.titleBlog {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.backBtn {
    padding: 8px 25px;
}

.profileLgImage img {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #eee;
}

.userStars {
    text-align: center;
    margin-top: 15px;
}

.userStars {
    background: #F5FCFD;
    border-radius: 50px;
    padding: 5px;
}

    .userStars a img {
        width: 18px;
    }

.fw-semibold img {
    width: 40px;
    border-radius: 10px;
    margin-right: 5px;
    border: 1px solid #dfdfdf;
}

.dataTable {
    width: 100% !important
}

.fw-semibold {
    width: 180px
}

.dataTables_length {
    margin: 7px 15px;
}

.paging_full_numbers {
    background: #fff;
    margin-top: 5px !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #cdbeff !important;
    color: #000 !important;
    border: none !important;
}

.btn:focus-visible {
    color: #fff;
    background-color: #7A58ED;
    border-color: #7A58ED;
    outline: 0;
    box-shadow: none;
}



.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #cdbeff !important;
    color: #000 !important;
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #000 !important;
}



.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    background-color: #6440da !important;
    border-color: #6440da;
}


.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: black !important;
}


.form-label {
    margin-bottom: 4px;
}

.tbSmImg {
    width: 45px;
    height: 30px;
    border-radius: 8px;
}

.filesUpload label {
    width: 100%;
    border-radius: 12px;
    border: dashed 1px #6440DA;
    background: #FAF9FF;
    cursor: pointer;
    text-align: center;
    color: var(--primarycolor);
    padding: 15px;
}

.filesUpload input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.uploaded-img-rem {
    position: absolute;
    top: 5px;
    right: 5px;
}

h6.fnt-16 {
    font-size: 16px;
    font-weight: 600;
}

.uploaded-file {
    position: relative;
    width: 144px;
    height: 135px;
    border: solid 1px #e5e5e5;
    border-radius: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content:center
}

    .uploaded-file img {
        max-width: 100%;
        max-width: 142px;
        max-height: 133px;
    }
.uploaded-file-rem {
    position:absolute;
    right:5px;
    top:5px
}
    .uploaded-file-rem img {
        width:26px;
        height:26px
    }
    .uploaded-file.signature-file {
        border-radius: 12px;
        border: solid 1px #E5E5E5;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .uploaded-file.signature-file img {
            border-radius: 0;
        }

/*--smDetailslist 04-01-2025---*/
.smDetailslist {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0;
}

    .smDetailslist li {
        display: flex;
        align-items: center;
        margin: 0 30px 0 0;
    }

.profile-star {
    background: #F5FCFD;
    border-radius: 50px;
    padding: 10px 20px;
    display: inline-block;
    margin: 10px 0 0;
}

.pro-fea-lable {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 30px;
    background: #D4F2F4;
    font-size: 12px;
    font-weight: 500;
    color: #1F1F1F;
    margin: 0 10px 10px 0
}

.live-selfy-col {
    margin: 0 0 20px;
}

    .live-selfy-col img.livepic {
        width: 100%;
        border-radius: 12px;
        border: 1px solid #eee;
    }

.live-id-col {
    margin: 0 0 20px;
}

    .live-id-col .liveid {
        width: 100%;
        border-radius: 12px;
        border: 1px solid #eee;
    }

/*---*/


.loginRightImg {
    width: 100%;
    padding: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/Login4bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.whiteBg {
    border-radius: 16px;
    background: #fff;
    padding: 40px 50px;
}

.forgotPass {
    color: #6440DA;
    font-size: 15px;
    font-weight: 400;
}

.loginRightImg .form-check .form-check-label {
    padding-top: 4px;
    font-size: 13px;
    color: #000;
    font-weight: 500;
}

.innerbody .container-fluid {
    padding: 10px 30px;
}

.textArea {
    height: 110px;
    border-radius: 15px;
}

.uploadimage {
    position: relative;
    width: 110px;
    margin: auto;
    text-align: center;
}

.input-group > .form-control,
.input-group > .form-floating,
.input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    padding: 12px 20px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 3px;
    background-color: #C2C2C2;
    transition: .4s;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 2px 3px;
    color: white;
}

input:checked + .slider {
    background-color: #A4B87A;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 28px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 3.5px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider:before {
    transform: translateX(28px);
    /* Adjust based on the width of the slider */
}

.rounded-pill {
    border-radius: 24px !important;
    padding: 7px 16px !important;
    font-size: 11px;
    font-weight: 400;
}

.text-bg-success {
    color: #fff !important;
    background-color: #54BF7F !important;
}

.text-bg-danger {
    color: #fff !important;
    background-color: #F14336 !important;
}

.text-success {
    font-size: 13px;
    font-weight: 400;
    color: #7FCA20 !important;
}

.text-warning {
    font-size: 13px;
    font-weight: 400;
    color: #EC9A1F !important;
}

.text-danger {
    font-size: 12px;
    font-weight: 400;
    color: #F14336 !important;
}

.smDetailslist {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0;
}

    .smDetailslist li {
        display: flex;
        align-items: center;
        margin: 0 30px 0 0;
    }

.detail-bag .text-bg-success {
    background-color: #8B041A !important;
    padding: 8px 16px !important;
    margin-right: 10px;
}

.detail p {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.detail label {
    font-size: 15px;
    font-weight: 400;
}

.detail-im {
    width: 330px;
    max-width: 100%;
    height: 100%;
    border-radius: 4px;
    margin-bottom: 20px;
}

.bg-white-container {
    background-color: #fff;
    border-radius: 12px;
    padding: 40px;
    min-height: calc(100vh - 200px);
    display: flex;
    flex-direction: column;
    /* justify-content: center;
    align-items: center; */
    margin: 0 auto;
}

.page-title-row h4 {
    font-size: 28px;
    font-weight: 600;
    margin: 0px;
}

.btn-outline-dark {
    border-radius: 12px;
    background-color: #fff;
}

.detail h4 {
    font-size: 28px;
    font-weight: 600;
}

.smDetailslist span {
    font-size: 15px;
    font-weight: 400;
}

.upload-section {
    border: 1px solid #B7C9DD;
    background-color: #F1F1F1;
    border-radius: 10px;
    padding: 28px 0px;
    text-align: center;
    color: #000000;
    width: 118px;
    height: 118px;
}

.preview-section {
    position: relative;
    border-radius: 8px;
    width: 100%;
    width: 118px;
    height: 118px;
    border: 1px solid #B7C9DD;
    background-color: #F1F1F1;
}

.preview-default-img {
    width: 100%;
    border-radius: 10px;
    width: 30px;
    height: 40px;
    position: absolute;
    top: 43px;
    left: 45px;
}

.preview-section .import {
    position: relative;
    top: 1px;
    width: 38px;
    height: 38px;
    left: 42px;
}

.fileInput img {
    padding: 12px;
}

.upload-section img {
    height: 54px;
    width: 42px;
}

.delete-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #ff4d4d;
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

textarea.form-control {
    min-height: calc(10em + .75rem + calc(var(--bs-border-width)* 2));
}

.upload-section input[type=file] {
    position: absolute;
    width: 1px;
    height: 1px;
    visibility: hidden;
    opacity: 0;
}

.bg-white-container .form-control,
.form-select {
    border-color: #E0E0E0;
    color: #000000;
    font-size: 14px;
    height: 50px;
    border-radius: 12px;
}

.form-label {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
}

.upload-section p {
    color: #000000;
    font-size: 10px;
    font-weight: 400;
}

.upload-section span {
    color: #747474;
    font-size: 9px;
    font-weight: 400;
}

.ui-slider-handle {
    border-radius: 50px !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: 1px solid #8B041A !important;
    background: #8B041A !important;
    font-weight: normal;
    color: #454545;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #E3C3C8 !important;
    color: #333333;
    font-weight: bold;
}

.ui-widget.ui-widget-content {
    border: 1px solid #ECE9E9 !important;
    background-color: #ECE9E9 !important;
}

.ans {
    background-color: #F5F0F0;
    color: #333333;
    font-size: 14px !important;
    font-weight: 400 !important;
    border-radius: 12px;
    padding: 15px 10px;
}

.que {
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 10px 0;
}

.multi-images {
    display: flex;
    width: 70px;
    height: 60px;
    border-radius: 8px !important;
    gap: 8px;
}

.violation-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px 0px;
    max-width: 600px;
}

.violation-row {
    display: flex;
    justify-content: space-between;
    text-align: left;
    flex-wrap: wrap;
}

/* .violation-item {
    flex: 1;
  } */
.violation-item .label {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 5px;
    display: block;
}

.violation-item .value {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.event-deatil-im {
    width: 330px !important;
    height: 236px !important;
    border-radius: 4px !important;
}

.upload-image {
    position: relative;
    width: 110px;
    margin: auto;
    text-align: center;
}

.modal-body .form-check .form-check-label {
    font-size: 13px;
    font-weight: 500;
    color: #333333;
}

.modal-body .form-control,
.form-select {
    border-color: #E0E0E0;
    color: #000000;
    font-size: 14px;
    height: 50px;
    border-radius: 6px;
}

.modal-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 0;
    color: #000 !important;
    line-height: var(--bs-modal-title-line-height);
}

.accordion-body {
    font-size: 14px;
    color: #454545;
    font-weight: 400;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-align: left;
    background-color: #E6DEFD;
    /* border: none; */
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

.accordion-item:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.accordion-item:last-of-type {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.accordion-button:not(.collapsed) {
    border-bottom: 0px !important;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #E6DEFD;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

    .accordion-button:not(.collapsed)::after {
        filter: invert(0) brightness(0);
    }

.accordion-item {
    margin-bottom: 10px;
    border-color: #E6DEFD;
    border-radius: 10px;
}

.accordion-header {
    position: relative;
}

    .accordion-header .accordion-action {
        position: absolute;
        right: 50px;
        top: 50%;
        transform: translate(0, -50%);
        z-index: 5;
        font-size: 0;
        display: flex;
        gap: 8px;
    }

        .accordion-header .accordion-action a {
            line-height: 1;
            display: inline-block;
        }

            .accordion-header .accordion-action a img {
                height: 24px;
                width: 24px;
            }

    .accordion-header.accordian-action-holder .accordion-button {
        padding-right: 100px;
    }

        .accordion-header.accordian-action-holder .accordion-button::after {
            position: absolute;
            right: 15px;
        }

.action-buttons-td {
    display: flex;
    align-items: center
}

.input-flex-row {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

    .input-flex-row button {
        background: transparent;
        border: 0;
        margin: 0 0 0 10px;
    }

.modal-close {
    position: absolute;
    right: 17px;
    top: 14px;
    background: none;
    border: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    z-index: 9;
}

.upload-section-mode {
    border: 1px solid #DDDDDD;
    background-color: transparent;
    border-radius: 10px;
    text-align: center;
    color: #000000;
    width: 61px;
    height: 51px;
}

    .upload-section-mode input[type=file] {
        position: absolute;
        width: 1px;
        height: 1px;
        visibility: hidden;
        opacity: 0;
    }


.preview-section-mode {
    position: relative;
    border-radius: 8px;
    width: 100%;
    width: 61px;
    height: 51px;
}

    .preview-section-mode img {
        width: 100%;
        border-radius: 10px;
        width: 61px;
        height: 51px;
    }


.uploaded-image {
    position: relative;
    width: 110px;
    margin: auto;
    text-align: center;
    border-radius: 100%;
}

    .uploaded-image img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        object-fit: cover;
    }

.bg-white-container-faq {
    background-color: #fff;
    border-radius: 12px;
    padding: 40px;
    min-height: calc(100vh - 200px);
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
}



.form-control,
.form-select {
    border-color: #E5E7EB;
    color: #333333;
    font-size: 14px;
    height: 50px;
    border-radius: 10px;
}

.upload-section-p {
    border: 1px solid #DDDDDD;
    background: url(/images/event-img.png);
    border-radius: 60px;
    /* padding: 28px 0px; */
    text-align: center;
    color: #000000;
    width: 118px;
    height: 118px;
}

    .upload-section-p input[type=file] {
        position: absolute;
        width: 1px;
        height: 1px;
        visibility: hidden;
        opacity: 0;
    }











/*------19-03-2025*/
.upload-image {
    position: relative;
    width: 110px;
    margin: auto;
    text-align: center;
}

.input-flex-row {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

.upload-section-mode {
    border: 1px solid #DDDDDD;
    background-color: transparent;
    border-radius: 10px;
    text-align: center;
    color: #000000;
    width: 61px;
    height: 51px;
}

    .upload-section-mode input[type=file] {
        position: absolute;
        width: 1px;
        height: 1px;
        visibility: hidden;
        opacity: 0;
    }

.input-flex-row {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

.preview-section-mode img {
    width: 100%;
    border-radius: 10px;
    width: 61px;
    height: 51px;
}

.input-flex-row button {
    background: transparent;
    border: 0;
    margin: 0 0 0 10px;
}




.whiteBgBox {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
}

    .whiteBgBox hr {
        margin: 1rem 0;
        color: #DEDEDE;
        border: 0;
        border-top: var(--bs-border-width) solid;
        opacity: .25;
    }

.social-links h6 {
    font-size: 14px;
    font-weight: 600;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
    line-height:36px;
    height:auto
}


/*---*/
.maxWidthModal {
    max-width: 760px;
}

.inputIcons {
    position: relative;
}

    .inputIcons span {
        position: absolute;
        right: 10px;
        top: 12px;
    }

.filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
}

    .filters span {
        font-weight: bold;
        font-size: 14x;
    }

.filterInputW {
    width: 190px;
}

p .faqEdit {
    position: absolute;
    right: 50px;
}

.position-relative .eye {
    position: absolute;
    right: 14px;
    top: 13px;
}

.position-relative .form-control-lg {
    padding-left: 42px;
}

.position-relative .icon {
    position: absolute;
    left: 12px;
    top: 16px;
}

.content-bdr-row {
    border-bottom: solid 1px #EFEAFE;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
}

.content-bdr-row {
    word-break: break-all;
}

    .content-bdr-row:last-child {
        border-bottom: 0px;
    }

.add-more-btn {
    color: var(--primarycolor);
    display: inline-block;
    text-decoration: underline;
    font-size: 16px;
    line-height: 1;
}

    .add-more-btn img {
        position: relative;
        top: -2px;
    }

h5.sub-heading {
    font-size: 16px;
    font-weight: 600;
    color: var(--primarycolor);
}

.add-sub-class-row {
    display: flex;
    gap: 10px;
    margin: 0 0 5px;
}

    .add-sub-class-row h6 {
        color: #000;
        font-size: 14px;
        font-weight: 600;
    }

.add-sub-class-col {
    flex: 0 0 80px;
}

.add-sub-class-name-col {
    flex: 1;
    display: flex;
}

    .add-sub-class-name-col button {
        border: 0;
        background: transparent;
        padding-right: 0px;
        padding-left:10px
    }
  


    .btn.btm-mini {
        padding: 8px 10px 8px;
        border-radius: 8px;
        line-height: normal;
        font-size: 12px;
        border: 0px;
        display: inline-block;
        white-space: nowrap;
        height: 31px;
        min-width: auto;
    }

    .btn.btm-mini img {
        margin-right: 2px;
        position:relative;
        top:1px
    }

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}

.accordion-button span {
    word-break: break-all;
    margin-right: 80px
}



.table-tp-heading .table thead th:first-child {
    width:30%
}

.table-tp-heading .table tr td {
    font-weight: normal;
    font-size: 14px;
}

.table-tp-heading .table {
    background-color: #fbfbfb;
}

.table thead th.tble-tp-heading {
    background: #F2F2F2 !important;
    color: #000 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    word-break:break-all
}


.card-heading-box {
    background: #EEEEEE;
    border-radius: 10px;
    font-size: 14px;
    padding: 15px;
    border: solid 1px #DCE2EA;
    font-weight: 400;
}

.prize-heading {
    font-size: 18px;
    font-weight: 700;
    color: var(--primarycolor);
    width: 170px;
    margin: 15px 0 0;
}

.blank-slip-tbl.table-tp-heading .table thead th:first-child {
    width:150px
}
.blank-slip-tbl table td, treasurer-tbl table td, mem-checklist-tbl table td{
    word-break: break-all
}
.treasurer-tbl.table-tp-heading .table thead th:first-child, .mem-checklist-tbl.table-tp-heading .table thead th:first-child {
    width: auto
}
.checklist-tbl.table-tp-heading .table thead th:first-child {
    width:50px
}
/*---select 2---*/
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    border-color: #DCE2EA !important;
}

.select2-container .select2-selection--multiple {
    min-height: 50px !important;
    padding: 3px 30px 5px 10px !important;
}

    .select2-container .select2-selection--multiple:after {
        content: "";
        position: absolute !important;
        right: 15px !important;
        top: 20px !important;
        background: url(../images/select-down-arrow.png) 0 0 no-repeat !important;
        width: 14px !important;
        height: 8px !important;
    }

.select2-container--default .select2-selection--multiple {
    border-radius: 10px !important;
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        border-color: var(--primarycolor) !important;
        color: var(--primarycolor) !important;
        border-radius: 30px !important;
        background-color: #fff !important;
        padding: 5px 5px 5px 6px !important;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        height: 100% !important;
        padding: 0 6px !important;
        border-right: 0 !important;
    }

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 9px !important;
}


.h-light-card-theme {
    background: var(--primarycolor);
    color: #fff;
    font-size: 14px;
    border-radius: 8px;
    padding: 10px 15px;
    word-break: break-all
}

    .h-light-card-theme h5 {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        margin: 0;
    }

.h-light-card-white {
    background: #fff;
    color: #000;
    font-size: 14px;
    border-radius: 8px;
    padding: 10px 15px;
    word-break: break-all
}

    .h-light-card-white h5 {
        font-size: 16px;
        font-weight: 600;
        color: #000;
        margin: 0;
    }

.secondary-card {
    border: solid 1px #DDDDDD;
    border-radius: 6px;
    background: #EDEDED;
}

.secondary-card-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #847D97;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    word-break:break-all
}

.secondary-card-body {
    padding: 15px;
}

h6.h-theme-bold-light {
    font-size: 14px;
    font-weight: normal;
    color: var(--primarycolor);
    word-break:break-all
}

    h6.h-theme-bold-light span {
        font-weight: 700;
    }

.certificate-cont {
    max-height: 700px;
    overflow: auto;
    scrollbar-width: thin;
}

/*
.data-table_shows table thead th:last-child {
    width: 350px !important
}*/

.action-buttons-td .btn.btm-mini {
    display: flex;
    align-items: center;
    white-space: nowrap
}


.accordion-item .accordion-header .accordian-act-rem-btn {
    background: transparent;
    border: 0;
    position: absolute;
    right: 45px;
    top: 3px;
    z-index: 10;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
}


input[type="date"]::-moz-calendar-picker-indicator {
    opacity: 0;
    cursor: pointer;
}


input[type="time"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
}

input[type="time"]::-moz-calendar-picker-indicator {
    opacity: 0;
    cursor: pointer;
}



.inputicon-holder-rt {
    position: relative;
}

    .inputicon-holder-rt input {
        padding-right: 40px
    }

    .inputicon-holder-rt .input-icon-rt {
        position: absolute;
        right: 10px;
        top: 12px;
        z-index: 2
    }

a {
    text-decoration: none
}

.remove-class-btn {
    background: transparent;
    border: 0px
}

.action-btn {
    display: flex
}

.text-ellipse {
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*--certificate---*/
.certificate-card {
    background: url(../images/Certificate_bg.png) top center no-repeat;
    width: 915px;
    background-size: 100% 100%;
    margin: 0 auto 30px;
    text-align: center;
    height: 650px;
}

.certicate-logo {
    margin-bottom: 20px;
    height: 121px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .certicate-logo img {
        width: auto;
        max-height: 120px;
    }

.certificate-body {
    padding: 75px 80px;
}

.cer-hd-text {
    font-weight: 600;
    font-size:28px;
    line-height: normal;
}

.cer-hd-text-45 {
    font-weight: 600;
    font-size: 45px;
    line-height: normal;
}

.cer-hd-date {
    font-weight: 500;
    font-size:28px;
    line-height: normal;
}

.cer-hd-text-nrml {
    font-weight: 400;
    font-size: 24px;
    line-height: normal;
}

.certificate-input-row input {
    border-width: 0 0 1px 0px;
    border-bottom: solid 1px #7B7B7B;
    flex: 1;
    background: transparent;
    font-size: 20px;
    font-weight: 600;
}

.certificate-heading-content {
    margin: 0 0 30px;
}

.certificate-inner-cont {
    width: 610px;
    margin: auto;
}

    .certificate-inner-cont.certificate-input-gp {
        min-height: 130px;
    }

.certificate-input-row {
    width: 100%;
    margin: 0 auto 30px;
    display: flex;
}

.certificate-inner-cont .certificate-input-row:last-child {
    margin-bottom: 0px;
}

.certificate-input-row label {
    font-size: 20px;
    font-weight: 400;
    padding-right: 10px;
}

.certificate-sign-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.certificate-sign-col {
    width: 130px;
    text-transform: uppercase;
    font-weight: 500;
}

    .certificate-sign-col hr {
        margin: 5px 0;
        border-color: #7B7B7B;
    }

.certificate-type-second .certificate-input-row {
    margin-bottom: 25px;
}

.certificate-type-second .certificate-inner-cont.certificate-input-gp {
    min-height: 165px;
}

.certificate-type-third .certificate-heading-content {
    margin-bottom: 50px;
}
/*--print css-*/
.table-bordered th {
    font-weight: bold;
    text-align: left;
    padding: 10px;
}

.table-bordered td {
    padding: 10px;
    vertical-align: middle;
}
/* Working print css except A5 page */
@media print {

    /*body * {
        visibility: hidden;
    }*/

    /*  #printArea, #printArea * {
        visibility: visible;
    }*/

    #printArea {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    body.innerbody {
        background: none
    }

        body.innerbody .header {
            visibility: hidden;
            display: none;
        }

    .page-title-row,
    button,
    .sidebar,
    .nav,
    footer, .header .user-set-menu dropdown {
        display: none !important;
    }

    a[href]:after {
        content: none !important;
    }

    @page {
        /* size: landscape;*/
        margin: 10mm;
    }

    .print-section,
    tr {
        page-break-inside: avoid !important;
        break-inside: avoid !important;
    }



    th {
        background-color: #f0f0f0 !important;
        font-weight: bold !important;
        color: #000 !important;
    }

    Ensure table headers are always repeated on new pages
    thead {
        display: table-header-group !important;
    }

    .table-responsive {
        overflow: visible !important;
    }

    * {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }


    .firefox table tbody tr td,
    .firefox table thead tr th {
        border-bottom: 2px solid #ccc !important;
        Customize for Firefox
    }

    .firefox table {
        border: 2px solid #ccc;
    }

    .a5-certificate-print-page .certificate-body {
        padding: 40px 80px;
    }

    .a5-certificate-print-page .certificate-heading-content {
        margin: 0 0 20px;
    }

    .a5-certificate-print-page .cer-hd-date, .a5-certificate-print-page .cer-hd-text {
        font-size: 27px;
    }

    .a5-certificate-print-page .certificate-card {
        height: 600px;
        background-size: 100% 100%;
    }
}






.checklist-tbl table th {
    white-space:nowrap
}


button.remove-champion.btn:hover, button.remove-champion.btn:first-child:active {
    background-color: none !important;
    background: none !important;
    border-color: transparent !important;
    padding: 0 0 0 10px !important;
}

.row-prize {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.prize-select {
  flex:1
}

button.remove-champion.btn {
    padding: 0 0 0 10px;
}


/* 2-sept-2025 */
.data-table_membersChecklist th {
    white-space: nowrap;
}

    .data-table_membersChecklist th:first-child {
        width: 55% !important;
    }

    .data-table_membersChecklist th:last-child {
        width: 20% !important;
    }


.data-table_membersEmailAddress th {
    white-space: nowrap;
}

    .data-table_membersEmailAddress th:nth-child(2) {
        width: 55% !important;
    }

    .data-table_membersEmailAddress th:last-child {
        width: 20% !important;
    }