
@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;
    background-color: #F4F7FB !important;
}

:root {
    --primarycolor: #0047AB;
    --secondarycolor: #A7D129;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
    color: #0A0A0A;
}

.text-link {
    color: var(--primarycolor);
}

.text-grey {
    color: #8B8B8B;
}

.text-blue {
    color: #7E8DDD;
}

.text-brown {
    color: #DC936B;
}

.text-danger {
    color: #dc3545 !important;
}

/* 
.form-control::placeholder {
    color: rgba(236, 224, 210, 1);
} */

/* MODAL CSS */
.modal .form-select {
    border-color: #F4E6E6;
    color: #000000;
    font-size: 14px;
    height: 50px;
    border-radius: 60px;
    padding-right: 30px;
}




.modal .badge {
    --bs-badge-padding-x: 14px;
    --bs-badge-padding-y: 8px;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
   --bs-badge-border-radius: 50%;
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
}

.modal .text-bg-danger {
    color: #fff !important;
    background-color: #FD8371 !important;
}

/* MODAL CSS */
.form-group.input-img {
    position: relative;
}

    .form-group.input-img .form-control {
        padding-left: 40px;
    }

    .form-group.input-img .icon {
        position: absolute;
        left: 10px;
        top: 14px;
    }

.chat h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}

.chap h5 {
    font-size: 14px;
    font-weight: 500;
    color: #11182C;
}

.chap p {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
}

.chat-box h4 {
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

.blue-bg {
    background-color: #EEF0F9;
    border-radius: 11px;
    padding: 8px 13px;
    width: 70%;
    /* max-width: 624px; */
}

    .blue-bg p {
        font-size: 13px;
        font-weight: 300;
        color: #373737;
        margin: 6px auto;
    }

.orange-bg {
    background-color: #FDF4F2;
    border-radius: 11px;
    padding: 8px 13px;
    width: 70%;
    text-align: left;
    /* max-width: 624px; */
}

    .orange-bg p {
        font-size: 13px;
        font-weight: 300;
        color: #373737;
        margin: 6px auto;
    }

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: none;
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.fs-5 {
    font-size: 22px !important;
    font-weight: 500;
}

/* Login page */

.login-wrapper {
    min-height: 100vh;
}

.login-left {
    background-image: linear-gradient(#F6F3F0, #fff);
    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-size: 30px;
        font-weight: 600;
        margin: 0 0 20px;
    }

.form-label {
    color: #000 !important;
    font-size: 14px;
    font-weight: 400;
}

    .form-label sup {
        color: var(--primarycolor);
    }

.loginRightImg .form-check .form-check-label {
    padding-top: 4px;
    font-size: 15px;
    color: #747474;
    font-weight: 400;
}

.form-control.form-control-lg,
.form-select.form-select-lg {
    height: 50px;
    border-radius: 10px !important;
    border-color: rgba(244, 230, 230, 1);
}

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: 0px;
        font-size: 14px;
        line-height: 23px;
    }

    .form-check .form-check-input {
        margin-left: -30px;
    }

.form-check-input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    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);
}

.password-eye-icon {
    position: absolute;
    right: 13px;
    top: 13px;
}

.form-control,
.form-select {
    border-color: #E0E0E0;
    color: #000000;
    font-size: 14px;
    height: 50px;
    border-radius: 10px;
}

.table-result p {
    font-size: 13px;
    font-weight: 500;
    color: rgba(83, 83, 83, 1);
}

.form-select.form-select-sm {
    height: 38px;
    border-radius: 30px;
    line-height: 15px;
    padding: 10px 15px;
}

.form-control.form-control-lg,
.form-select.form-select-lg {
    height: 50px;
    border-radius: 60px;
}

.page-title-row {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

    .page-title-row h5 {
        font-size: 30px;
        font-weight: 400;
        color: #000;
    }

    .page-title-row img.backarrow {
        margin-top: -5px;
    }

.btn.btn-lg {
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.btn {
    font-size: 15px;
    line-height: normal;
    border-radius: 40px;
    padding: 8px 20px;
    color: #000;
    font-weight: 500;
    height: 42px;
}

    .btn img {
        vertical-align: text-bottom;
    }

    .btn.btn-sm {
        font-size: 13px;
        /*display: flex;
        align-items: center;*/
    }


    .btn.btn-primary.disabled {
        opacity: .5;
        background: #a4a4a4;
        border-color: #a4a4a4;
    }

.btn-primary {
    background: var(--primarycolor);
    border-color: var(--primarycolor);
    color: #fff !important;
    min-width: 80px;
}

.btn-light {
    background: #fff;
    border-color: var(--primarycolor);
    color: var(--primarycolor);
}

.btn-outline-primary {
    border-color: var(--primarycolor);
    color: var(--primarycolor);
}

.btn-secondary {
    background: #333333;
    color: #fff;
    min-width: 100px;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:active {
    background: #333333 !important;
    border-color: #333333 !important;
}

.btn-outline-danger {
    border-color: #F14336;
    color: #F14336;
}

.btn-outline-light {
    background: #F6F2F5;
    border-color: #F6F2F5;
    color: #B1B1B1;
}

    .btn-outline-light:hover {
        background: var(--primarycolor);
        border-color: var(--primarycolor);
        color: #fff;
    }

.btn.btn-outline-danger:hover {
    color: #fff;
    border-color: var(--primarycolor);
    background-color: var(--primarycolor);
}

.btn:hover,
.btn-check:checked + .btn,
.btn.active,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    background: var(--primarycolor);
    border-color: var(--primarycolor);
    color: #fff;
}




.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;
    }

/*--dashboard css--*/
.dash-item {
    background: #fff;
    border-radius: 16px;
    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: rgba(0, 0, 0, 1);
            font-weight: 300;
        }

    .dash-item .dash-item-icon {
        border-radius: 10px;
        background: #F9F9F9;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 75px;
        height: 75px;
        margin-right: 10px;
    }

    .dash-item h6 {
        font-size: 12px;
        color: rgba(50, 71, 92, .5);
        margin: 0;
        font-weight: 500;
        text-transform: uppercase;
    }

.innerbody {
    padding-left: 270px;
    /* background-image: linear-gradient(#F6F3F0, #fff); */
    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: #fff;
        }

        .user-set-menu .dropdown-toggle h6 {
            font-size: 16px;
            margin: 0;
            color: #fff;
            font-weight: 300;
        }

        .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 - 120px);
    padding: 10px 15px 0;
}

.pate-content-wrapper-dash {
    min-height: calc(100vh - 138px);
    padding: 10px 15px 0;
}

/*--dashboard css--*/

/*--sidebar--*/
.closemenu-btn {
    display: none;
}

.sidebar {
    z-index: 999;
    overflow: auto;
    position: fixed;
    width: 100%;
    max-width: 270px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 8px 15px;
    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: 5px;
    }

        .menubar li > a {
            display: flex;
            align-items: center;
            border-radius: 50px;
            padding: 8px 20px;
            color: #2E2E2E;
            font-size: 15px;
            text-decoration: none;
            height: 50px;
            font-weight: 400;
            position: relative;
            z-index: 10;
        }

            .menubar li > a img {
                margin-right: 10px;
                width: 24px;
            }

            .menubar li > a:hover,
            .menubar li.active a {
                color: #fff !important;
                background: var(--primarycolor);
            }

        .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: 20px 0 20px;
}

    .sildebarlogo img {
        width: 145px;
    }

.sidebar ul li:hover a img,
.sidebar ul li.active a img {
    filter: brightness(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;
}

.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: var(--secondarycolor);
    color: #000;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}

.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 var(--secondarycolor);
    font-size: 12px;
    font-weight: 400;
    background: #fff;
    color: #000;
}

    .table tr td {
        border-color: #F4F2EF;
        font-size: 13px;
        font-weight: 400;
    }

    .table tr:last-child td {
        border-color: var(--secondarycolor);
    }



.table-result {
    display: flex;
    align-items: center;
}

.pagination .page-link {
    color: #293854;
    border-color: #F4F2EF;
}

.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: var(--primarycolor);
    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;
}

.filter-row-search {
    display: flex;
    flex-wrap: wrap;
}



body {
    background-color: #f5f8fc;
}

.login-box {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
    max-width: 480px;
    margin: auto;
}

.btn-login {
    background: #0047AB;
    color: #fff;
    border-radius: 30px;
    height: 46px;
    line-height: 20px;
}

    .btn-login:hover {
        background: #003080;
        color: #fff;
    }

.btn-signup {
    border: 1px solid #A7D129;
    color: #A7D129;
    border-radius: 30px;
    height: 46px;
    line-height: 28px;
}

.navbar .btn-signup {
    line-height: 20px;
}

.btn-signup:hover {
    background: #A7D129;
    color: #fff;
    border: 1px solid #A7D129;
}

.form-check-input:checked {
    background-color: #A7D129;
    border-color: #A7D129;
}

.form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 0.15em;
    margin-right: 5px;
}

.form-label {
    margin-bottom: 4px;
}

.form-control,
.form-select {
    padding: 10px 20px;
    font-size: 13px;
    height: 42px;
    border-radius: 30px;
}

.inputIcon {
    position: absolute;
    left: 15px;
    top: 10px;
}

.outerHeader {
    position: fixed;
    width: 100%;
    z-index: 99;
}

    .outerHeader .btn-signup,
    .outerHeader .btn-login {
        height: 40px;
        padding: 8px 20px;
    }

.greenLink {
    color: #A7D129;
}

/** Sign Up **/

.signUpBox {
    border: none;
    border-radius: 16px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.logo-upload {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px dashed #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    cursor: pointer;
    background-color: #fafafa;
    overflow: hidden;
    position: relative;
}

    .logo-upload img {
        width: 40px;
        height: 40px;
        object-fit: contain;
        opacity: 0.5;
    }

    .logo-upload input {
        display: none;
    }

.logo-upload-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.theme-option {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    border: 2px solid transparent;
    position: relative;
}

    .theme-option input[type="radio"] {
        opacity: 0;
        position: absolute;
        inset: 0;
        cursor: pointer;
    }

        .theme-option input[type="radio"] + span {
            text-align: center;
            line-height: 29px;
        }

            .theme-option input[type="radio"] + span img {
                opacity: 0;
                text-align: center;
                line-height: 29px;
            }

        .theme-option input[type="radio"]:checked + span img {
            opacity: 1;
            text-align: center;
            line-height: 29px;
        }

.slidetoggle img {
    filter: brightness(100);
}

.header .dropdown-toggle::after {
    color: #fff;
}


.toggleOuter .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;
}

.toggleOuter input:checked + .slider {
    background-color: var(--secondarycolor);
}

.toggleOuter.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggleOuter.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 28px;
}

.toggleOuter .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 3.5px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

.toggleOuter input:checked + .slider:before {
    transform: translateX(18px);
    /* Adjust based on the width of the slider */
}

.headersearch {
    position: relative;
}

    .headersearch .inputicon {
        position: absolute;
        top: 10px;
        left: 14px;
    }

    .headersearch .inputicon-rt {
        position: absolute;
        top: 6px;
        right: 14px;
        cursor: pointer;
    }

    .headersearch .form-control {
        padding-left: 45px;
        padding-right: 35px;
    }

.tableLogo {
    width: 35px;
    height: 35px;
    border-radius: 70px;
}

.pagination li:first-child a {
    border-radius: 20px 0px 0px 20px !important;
}

.pagination li:last-child a {
    border-radius: 0px 20px 20px 0px !important;
}

.innerbody .registerOuter {
    padding-top: 30px !important;
    padding-bottom: 30px;
}

textarea.form-control {
    height: 100px;
    border-radius: 12px;
}

.addIconGreen {
    border: none;
    background: none;
}

    .addIconGreen img {
        height: 42px;
    }
/** select 2 **/
.select2-container .select2-selection--multiple {
    min-height: 46px !important;
    border-radius: 30px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #e0e0e0 !important;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
    padding: 7px 20px !important;
    min-height: 46px !important;
    border-radius: 30px !important;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #e2e2e2 !important;
    border-radius: 10px !important;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    overflow: hidden
}

.registerOuter {
    padding-top: 110px !important;
    padding-bottom: 20px;
}

.logo-upload img.imgUploaded {
    width: 120px;
    height: 120px;
    object-fit: cover;
    opacity: 1;
}

.dataTables_length {
    margin-top: 8px !important;
    margin-left: 15px !important;
}

.dataTables_wrapper .dataTables_length select {
    border-radius: 15px !important;
    background: #fff !important;
    /* border: none; */
    padding: 3px 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    background: #0059ab !important;
    border: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    border-color: #0059ab;
    background: #0059ab;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover img {
        filter: brightness(100);
    }

/* Pagination container */
.dataTables_paginate {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    /* spacing between buttons */
    margin: 10px 0;
    font-family: "Segoe UI", Roboto, sans-serif;
}

/* Base button style */
.dataTables_wrapper .dataTables_paginate .paginate_button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 34px;
    height: 34px;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    /* neutral gray text */
    border: 1px solid #d1d5db;
    background: #fff;
    border-radius: 0px;
    /* softer corners */
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

/* Hover effect */
.dataTables_paginate .paginate_button:hover {
    background: #e0ecff;
    /* light blue hover */
    color: #1d4ed8;
    /* darker blue text */
    border-color: #93c5fd;
}

/* Active (current) page */
.dataTables_paginate .paginate_button.current {
    background: #2563eb;
    /* primary blue */
    color: #fff !important;
    border: 1px solid #2563eb;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(37, 99, 235, 0.3);
}

/* Disabled buttons */
.dataTables_paginate .paginate_button.disabled,
.dataTables_paginate .paginate_button.disabled:hover {
    opacity: 0.5;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    cursor: not-allowed;
    box-shadow: none;
}

/* First / Prev / Next / Last (with SVG icons) */
.dataTables_paginate .paginate_button img {
    width: 16px;
    height: 16px;
    display: block;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid #d1d5db;
    background: #fff;
    box-shadow: none;
}

.paginate_button.first {
    border-radius: 30px 0 0 30px !important;
}

.paginate_button.last {
    border-radius: 0 30px 30px 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin-left: 0px;
}

.btn.btn-sm.btn-primaryGreen {
    background: var(--secondarycolor);
    border-color: var(--secondarycolor);
    color: #fff !important;
    min-width: 82px;
    line-height: 1;
    padding: 8px 10px;
    font-weight: 500;
    height: 32px;
}

.form-control.disabled {
    background: #f2f2f2;
    pointer-events: none;
}

.eyeicon {
    position: absolute;
    right: 15px;
    top: 10px;
}

.editBtnOuter {
    position: absolute;
    bottom: 10px;
    right: 5px;
}

.Loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: url('../Images/loderimage.gif') no-repeat center center;
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 60px;
}

.btn.btn-sm.btn-primaryRed {
    background: #dc3545;
    /* Bootstrap danger red */
    border-color: #dc3545;
    color: #fff !important;
    min-width: 82px;
    line-height: 1;
    padding: 8px 10px;
    font-weight: 500;
    height: 32px;
}

.swal2-icon.swal2-warning {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #f8bb86;
    border-color: #facea8;
    font-size: 45px !important;
    line-height: 80px;
    text-align: center;
}

div:where(.swal2-icon) .swal2-icon-content {
    font-size: 45px !important;
}

.logo-uploadView {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px dashed #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background-color: #fafafa;
    overflow: hidden;
    position: relative;
}

.menu-collapse .sildebarlogo {
    margin: 0px 0 20px;
}

img.imgUploaded {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

/*img.imgUploadedNot {
    width: 120px;
    height: 120px;
    object-fit: cover;
}
*/



.theme-option-disabled {
    pointer-events: none;
}

.field-validation-error {
    font-size: 12px;
}


/** Registration Plans **/
/* Main Content */

.page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

/* Registration Cards */
.registration-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
}

.registration-card {
    background: white;
    border-radius: 12px;
    padding: 1.75rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s, box-shadow 0.2s;
}

    .registration-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    }

.card-header-section {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 1rem;
}

.card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

.card-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0d52bf;
    margin: 0;
}

.card-description {
    color: #64748b;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.benefits-section {
    margin-bottom: 1.5rem;
}

.benefits-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .benefits-list li {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        margin-bottom: 0.5rem;
        font-size: 0.9rem;
        color: #475569;
    }

        .benefits-list li::before {
            content: '';
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: #a7d129;
            flex-shrink: 0;
        }

.card-actions {
    display: flex;
    gap: 0.75rem;
}

.btn-edit {
    flex: 1;
    background-color: #0047AB;
    color: white;
    border: none;
    padding: 0.625rem 1.25rem;
    border-radius: 50px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .btn-edit:hover {
        background-color: #0a3d8f;
    }

.btn-delete {
    flex: 1;
    background-color: #FB6A57;
    color: white;
    border: none;
    padding: 0.625rem 1.25rem;
    border-radius: 50px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .btn-delete:hover {
        background-color: #dc2626;
    }

.btn-add-plan {
    background-color: #0d52bf;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .btn-add-plan:hover {
        background-color: #0a3d8f;
    }

    .btn-add-plan i {
        font-size: 1.25rem;
    }

/* Responsive */
@media (max-width: 768px) {
    .registration-cards {
        grid-template-columns: 1fr;
    }

    .page-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
}

.inputIconOuter input {
    padding-left: 30px;
}

.inputIconOuter .inputIcon {
    top: 11px;
}


.upload-btn-wrapper {
    position: relative;
    height: 46px;
    border: 1px solid #E6EAF0;
    border-radius: 33px;
    text-align: left;
    overflow: hidden !important;
}

    .upload-btn-wrapper input[type=file] {
        opacity: 0;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        padding-left: 119px;
    }

button.upload-btn {
    height: 100%;
    border: 0;
    padding: 0 27px;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
}

.with-icon {
    position: relative;
}

.in-icon {
    position: absolute;
    right: 24px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.inner-form-title h3 {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
}

.OutIcon {
    position: absolute;
    right: 24px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.add-more-btn {
    font-size: 13px;
    color: #0047AB;
    font-weight: 600;
    text-decoration: none;
}

.card-pool {
    background: #F4F7FB;
    padding: 15px 15px;
    border-radius: 14px;
    border: 1px solid #F4F7FB;
    height: 100%;
}

    .card-pool img {
        border-radius: 12px;
        width: 100%;
        height: 140px;
        object-fit: cover;
    }

    .card-pool figcaption h5 {
        font-size: 16px;
        color: #A7D129;
        font-weight: 600;
    }

    .card-pool figcaption {
        padding-top: 10px;
    }


    .card-pool h3 {
        font-size: 16px;
        color: #000000;
        font-weight: 600;
    }

    .card-pool p {
        font-size: 12px;
        font-weight: 400;
        color: #373737;
        margin-bottom: 0;
    }

.addon-btn,
.minus-btn {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #A7D129;
    border-radius: 50%;
}

.minus-btn {
    background: #FB6A57;
}


#editor {
    height: 350px;
    background: #fff;
    border-radius: 6px;
}

.ql-toolbar {
    border-radius: 6px 6px 0 0;
}

button.btn-secondry,
button.btn-primary {
    background-color: #FB6A57;
    color: white;
    border: none;
    padding: 0.625rem 1.25rem;
    border-radius: 50px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}


button.btn-primary {
    background: #0047AB;
}


.img-icon {
    margin-bottom: 0;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E6EAF0;
    border-radius: 50%;
}

    .img-icon img {
        width: 38px;
        height: 38px;
        object-fit: contain;
    }


.innerChatPanel.inner-min {
    height: 100%;
    min-height: auto;
}

.max-select {
    min-width: 216px;
}

.white-box.inner-min {
    padding: 20px 15px 0;
    background: #fff;
    border-radius: 16px;
    overflow: auto;
    height: 95%;
}


.select-main .form-label {
    flex: none;
    margin-right: 10px;
    margin-bottom: 0;
    color: #000000;
    font-size: 14px;
}

.Club-Revenue-row .dash-item a p, .Club-Revenue-row .dash-item p {
    font-size: 18px;
    font-weight: 500;
}

.Club-Revenue-row .dash-item {
    padding: 10px 10px;
}


.big-price-Revenue {
    font-size: 22px !important;
}

.dash-item.total-revenue-box {
    border: 1px solid #A7D129;
}


/*---23-10-2025 volunteer chat and canteen management css--*/
.volunteer-chat-user {
    margin-top: 20px;
}

    .volunteer-chat-user h5 {
        font-size: 18px;
        font-weight: 500;
        font-family: "Outfit", sans-serif;
    }

.canteen-mgnt-cont {
    font-family: "Outfit", sans-serif;
}

    .canteen-mgnt-cont h5 {
        font-size: 18px;
        font-weight: 500;
        font-family: "Outfit", sans-serif;
        margin: 0 0 5px;
    }

.canteen-mgnt-timelist {
    list-style: none;
    margin: 0;
    padding: 0px;
    overflow: auto;
    max-height: calc(100vh - 69vh);
    scrollbar-width: thin;
}

    .canteen-mgnt-timelist li a {
        display: flex;
        justify-content: space-between;
        padding: 14px 15px;
        background: #F4F7FB;
        font-size: 16px;
        font-weight: 500;
        color: #333333;
        border-radius: 12px;
        margin: 0 0 0px;
        cursor: pointer;
        text-decoration: none;
    }

.volunteer-chat-user-scroll {
    max-height: calc(100vh - 64vh);
    overflow: auto;
}

.canteen-mgnt-timelist li a.active {
    background: #fff;
    border: solid 1px #0047AB;
}

.innerChatPanel-lft {
    padding: 15px 20px 0;
    background: #fff;
    border-radius: 16px;
    height: calc(100vh - 160px);
    scrollbar-width: thin;
}

.highlight-volunteer {
    /*    background-color: #e6f7ff;*/
    /*    border-left: 3px solid #1890ff;
    padding-left: 5px;*/
    border-radius: 4px;
}

.common-tabs .nav-tabs .nav-link {
    font-size: 14px;
    color: #0047AB;
    font-weight: 600;
    background: #Fff;
    border-radius: 22px;
    margin: 0;
    border: 0;
    margin-right: 10px;
    padding: 8px 27px;
}

.common-tabs .nav.nav-tabs {
    border: 0;
}

.common-tabs .nav-tabs .nav-link.active {
    background: #0047AB;
    color: #fff;
}

.modal-body .form-sub-title {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
}

.modal-body .map-view iframe {
    border-radius: 12px;
}

.with-icon {
    position: relative;
    width: 100%;
}

    .with-icon .form-control {
        padding-right: 40px !important; /* space for icon */
    }

    .with-icon .in-icon {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 18px;
        height: 18px;
        pointer-events: none; /* so clicks go to input */
        opacity: 0.7;
    }


.common-tabs .nav-tabs .nav-link {
    font-size: 14px;
    color: #0047AB;
    font-weight: 600;
    background: #Fff;
    border-radius: 22px;
    margin: 0;
    border: 0;
    margin-right: 10px;
    padding: 10px 27px;
}

.common-tabs .nav.nav-tabs {
    border: 0;
}

.common-tabs .nav-tabs .nav-link.active {
    background: #0047AB;
    color: #fff;
}

.modal-body .form-sub-title {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
}

.fieldicon {
    position: absolute;
    right: 20px;
    top: 10px
}

.common-tabs .nav-tabs .nav-link {
    font-size: 14px;
    color: #0047AB;
    font-weight: 600;
    background: #Fff;
    border-radius: 22px;
    margin: 0;
    border: 0;
    margin-right: 10px;
    padding: 10px 27px;
}

.common-tabs .nav.nav-tabs {
    border: 0;
}

.common-tabs .nav-tabs .nav-link.active {
    background: #0047AB;
    color: #fff;
}

.dollor-in {
    position: relative;
}

.dollor-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    color: #000;
    z-index: 9;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.dollor-in input {
    padding-left: 43px;
    border-radius: 22px !important;
}

.modal-body .map-view iframe {
    border-radius: 12px;
}

/***17-11-2025*/

.tab-btn-list-user-det {
    display: flex;
}

#volunteerList {
    padding-left: 0;
    margin-top: 10px;
    padding-right: 20px;
}


.tab-btn-lis-content h6 {
    margin-bottom: 0;
}

#volunteerList li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 13px;
    margin-bottom: 5px !important;
}

#slotButtons {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
    gap: 10px;
    /*  padding-bottom: 20px;*/
}


#pendingVolunteersSlotButtons {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
    gap: 10px;
    /*   padding-bottom: 20px;*/
}


/*volunter strt */

/* Optional cosmetic fix for cleaner look */
/*.time-only-mode .drp-buttons {
    text-align: right;
    padding: 6px 10px;
}

.time-only-mode .drp-calendar {
    display: none !important;
}*/
.tab-btn-row {
    display: flex;
    gap: 5px;
    overflow-x: auto;
    scrollbar-width: thin;
}

    .tab-btn-row button.btn {
        font-size: 11px;
        padding: 10px;
        line-height: 1;
        height: auto;
        font-weight: normal;
        border-radius: 30px;
        min-width: 60px;
        flex: 0 0 auto;
        border: 0;
        color: #373737;
        background: #F4F7FB;
        white-space: nowrap
    }

        .tab-btn-row button.btn.active {
            background: #0047AB;
            color: #fff
        }

.tab-btn-list-bdr-btm {
    list-style: none;
    padding: 0;
    margin: 0
}

    .tab-btn-list-bdr-btm li {
        border-bottom: solid 1px #EFF0F1;
        padding: 10px 0;
        display: flex;
        align-items: center;
    }

        .tab-btn-list-bdr-btm li .tab-btn-list-user-det {
            display: flex;
        }

            .tab-btn-list-bdr-btm li .tab-btn-list-user-det img {
                margin-right: 10px
            }

            .tab-btn-list-bdr-btm li .tab-btn-list-user-det h6 {
                font-weight: 600;
                font-size: 15px;
                color: #000;
                margin: 0
            }

        .tab-btn-list-bdr-btm li .text-muted {
            font-size: 12px;
            color: #8A91A8 !important;
            font-weight: 500
        }

        .tab-btn-list-bdr-btm li .tab-btn-list-action {
            margin-left: auto
        }



/*---23-10-2025 volunteer chat and canteen management css--*/

/*---23-10-2025 volunteer chat and canteen management css--*/
.volunteer-chat-user {
    margin-top: 20px;
}

    .volunteer-chat-user h5 {
        font-size: 18px;
        font-weight: 500;
        font-family: "Outfit", sans-serif;
    }

.canteen-mgnt-cont {
    font-family: "Outfit", sans-serif;
}

    .canteen-mgnt-cont h5 {
        font-size: 18px;
        font-weight: 500;
        font-family: "Outfit", sans-serif;
        margin: 0 0 5px;
    }

.canteen-mgnt-timelist {
    list-style: none;
    margin: 0;
    padding: 0px;
    overflow: auto;
    max-height: calc(100vh - 69vh);
    scrollbar-width: thin;
}

    .canteen-mgnt-timelist li a {
        display: flex;
        justify-content: space-between;
        padding: 14px 15px;
        background: #F4F7FB;
        font-size: 16px;
        font-weight: 500;
        color: #333333;
        border-radius: 12px;
        margin: 0 0 0px;
        cursor: pointer;
        text-decoration: none;
    }

.volunteer-chat-user-scroll {
    max-height: calc(100vh - 64vh);
    overflow: auto;
}

.canteen-mgnt-timelist li a.active {
    background: #fff !important;
    border: solid 1px #0047AB;
}

.innerChatPanel-lft {
    padding: 10px 15px 0;
    background: #fff;
    border-radius: 16px;
    height: calc(100vh - 160px);
    scrollbar-width: thin;
}

.slot-time-text {
    display: block;
    font-size: 14px;
    color: #8A91A8;
    margin-top: 1px;
    font-weight: 500;
}



div#volunteerViewModal ul.list-unstyled svg path {
    fill: #A7D129;
}

/* end volunterr */

/**volunterr chat*/

.canteen-mgnt-cont h2 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin-bottom: 15px
}

.canteen-date-info {
    padding-left: 0;
    list-style: none
}

    .canteen-date-info li {
        padding-bottom: 10px;
        font-size: 14px;
        color: #3E3E3E
    }

        .canteen-date-info li svg {
            margin-right: 10px
        }


.canteen-mgnt-timelist li {
    padding: 0;
    padding-right: 10px;
}

.player-item {
    border-bottom: 1px solid #EFF0F1 !important;
}


footer.border-top.footer.text-muted {
    margin-top: 20px;
}



img#bannerPreviewMain {
    width: 100%;
    background: #F4F7FB;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 0 !important;
    height: 93px;
    object-fit: contain;
    width: 100%;
}


.mb-2.banner-error {
    position: relative;
}

span#bannerError {
    font-size: 12px;
}

.minus-btn svg path {
    stroke: #000;
}

span#prizeBannerError {
    font-size: 12px;
}

/**25-11-2025****/


.ticket-history-list {
    padding-left: 0;
}

    .ticket-history-list li, .refferl-member li {
        list-style: none;
    }


ul.ticket-history-list li {
    background: #F4F7FB;
    padding: 13px 20px;
    border-radius: 14px;
    margin-bottom: 8px;
    font-size: 16px;
    color: #0047AB;
    font-weight: 400;
}

span.top-text {
    font-size: 13px;
    color: #000;
    display: block;
    margin-bottom: 10px;
}

.tottalamount span {
    color: #A7D129;
    font-weight: 500;
}

.tottalamount {
    font-size: 18px;
    color: #000000;
    padding-bottom: 10px;
    padding-top: 5px;
}

.refferl-member {
    padding-left: 0;
}

.refferl-member-left figure {
    margin-bottom: 0;
}

.refferl-member-left figcaption p {
    margin-bottom: 0;
}

.refferl-member-left figcaption {
    padding-left: 15px;
}

.refferl-member-left figure {
    width: 59px;
    height: 59px;
    border-radius: 50%;
}

    .refferl-member-left figure img {
        width: 100%;
        height: 100%;
    }

.refferl-member-left figcaption h4 {
    margin-bottom: 0;
}

.refferl-member-left figcaption h4 {
    font-size: 15px;
    color: #000000;
    font-weight: bold;
}

.refferl-member-left figcaption p {
    font-size: 14px;
    color: #8A91A8;
    font-weight: 500;
}

.refferl-member-right span {
    font-size: 14px;
    color: #0047AB !important;
    font-weight: 500;
}

.refferl-member li {
    border-bottom: 1px solid #EFF0F1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .refferl-member li:last-child {
        margin-bottom: 0;
        border-bottom: 0;
    }


.refferl-member-left {
    flex: 1;
}

.scroll-box {
    max-height: 500px;
    overflow: auto;
}

.scroll-box {
    padding-right: 12px
}

.scroll-box-refferalmemeber {
    max-height: 600px;
    overflow: auto;
}


.scroll-box-refferalmemeber {
    max-height: 600px;
    overflow-y: auto;
    padding-right: 5px;
}

.ticket-box .scroll-box {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 5px;
}

.refferl-member-right.text-end {
    align-items: center;
    display: flex;
}


.ticket-history-btn.btn.btn-sm,
.viewMessageBtn.btn.btn-sm {
    height: 35px;
    padding: 8px 15px;
}

.page-title-row h5 svg {
    margin-right: 10px;
    cursor: pointer;
}

.page-title-row h5 {
    display: flex;
    align-items: center;
}

.filter-row .btn.btn-primary img {
    margin-right: 5px;
}

.ql-toolbar.ql-snow .ql-formats {
    margin-right: 0px !important;
}


.ql-editor strong {
    font-weight: bold;
}

.badge.bg-danger {
    margin-left: 5px;
}

/*.combine-action-btn button.edit-prize-btn img, .combine-action-btn button.remove-prize-btn img {
    height: auto !important;
    object-fit: contain !IMPORTANT;
   width: 18px !important;
}*/

#data-table_manageEvents thead th {
    text-align: center !important;
}

/* This is for DataTables column header alignment */
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center {
    text-align: center !important;
}

.combineteam.text-end {
    display: flex;
    align-items: center;
}

.combine-action-btn.single-action-btn button {
    right: 8px !important;
    top: 8px !important;
}

}

.item-card {
    background: #F4F7FB;
    border-radius: 14px;
    padding: 10px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    position: relative;
}



.item-info span {
    font-size: 13px;
    color: #000;
    font-weight: 500;
}

.price {
    font-size: 16px;
    font-weight: 700;
    color: #0047AB;
}



/* Connector line */
.connector-line {
    width: 200px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 130px;
}

.connector-dot {
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 46%;
    left: 125px;
}


figure.itemimg {
    margin-bottom: 0;
    width: 86px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    height: 60px;
    margin-right: 10px;
}


body .combine-action-btn .edit-prize-btn img {
    height: auto !important;
    width: 19px !important;
}

.eyeboxicon {
    width: 19px !important;
}

.variants-scroll {
    max-height: 55vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.col-md-5.text-left.img-previewbox img {
    /* width: 100%;*/
    /* height: 151px;*/
    object-fit: cover;
    border-radius: 8px;
    max-width: 100%;
    max-height: 150px;
    border: 1px solid #ddd;
}

.innerChatPanel.no-height-max {
    height: auto;
    min-height: auto;
}

#productVariantContainer {
    /* max-height: 216px;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 216px;*/
}

.bdr-img-holder {
    border-radius: 10px;
    width: 90px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E6EAF0;
}

    .bdr-img-holder img {
        max-width: 92%;
        height:48px!important;
    }

div#prizeSlider button.remove-prize-btn img {
    height: auto !important;
}

.tickets-page-wrapper {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f7fa;
}

.tickets-card {
    width: 50%;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.tickets-header {
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
}

    .tickets-header h5 {
        margin: 0;
        font-weight: 600;
    }

.tickets-body {
    padding: 20px;
}

.top-text {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
}

.scroll-box {
    max-height: 260px;
    overflow-y: auto;
    margin-bottom: 16px;
}

.ticket-history-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .ticket-history-list li {
        background: #f4f7fb;
        padding: 10px 12px;
        border-radius: 8px;
        margin-bottom: 8px;
        color: #0d6efd;
        font-weight: 500;
    }

.total-amount {
    font-size: 15px;
    font-weight: 600;
}

    .total-amount span {
        color: #28a745;
    }

.order-details {
    margin-bottom: 16px;
    font-size: 14px;
}

.detail-row {
    display: flex;
    margin-bottom: 6px;
}

    .detail-row .label {
        width: 80px;
        font-weight: 600;
        color: #555;
    }

    .detail-row .value {
        flex: 1;
        color: #000;
    }

.location-link {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 500;
}

    .location-link:hover {
        text-decoration: underline;
    }

/* Mobile */
@media (max-width: 576px) {
    .tickets-card {
        max-width: 100%;
    }
}

/* Tablet */
@media (min-width: 577px) and (max-width: 991px) {
    .tickets-card {
        max-width: 520px;
    }
}

/* Desktop */
@media (min-width: 992px) {
    .tickets-card {
        max-width: 680px; /* KEY CHANGE */
    }
}

/*  Large Desktop */
@media (min-width: 1200px) {
    .tickets-card {
        max-width: 760px;
    }
}



.logo-circle-img {
    width: 40px;
    height: 40px;
    border: solid 1px #D3D3D3;
    border-radius: 50px;
    margin-right: 10px;
}

span.tag-btn {
    background: #d4f5e9;
    padding: 5px 10px;
    font-size: 12px;
    color: #04764e;
    border-radius: 22px;
    min-width: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.timeinfolist {
    padding-left: 0;
}

    ul.timeinfolist li {
        list-style: none;
        display: flex;
        align-items: center;
        margin-bottom: 6px;
    }

        ul.timeinfolist li p {
            margin-bottom: 0;
            font-size: 12px;
            color: #000;
        }

        ul.timeinfolist li svg {
            margin-right: 8px;
        }

.download-left h4 {
    margin-bottom: 0;
}

.download-terms-box {
    background: #f4f7fb;
    padding: 10px 15px;
    border-radius: 14px;
}

.download-left svg {
    margin-right: 10px;
}

.download-left h4 {
    color: #0047ab;
    font-size: 13px;
    font-weight: 600;
}

span.textcard {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}

span.text-btn {
    border: 1px solid #a7d129;
    padding: 7px 18px;
    display: inline-flex;
    border-radius: 22px;
}

    span.text-btn b {
        font-weight: 600;
        margin-left: 5px;
    }

ul.bring-list {
    padding-left: 0;
}

    ul.bring-list li {
        list-style: none;
        position: relative;
        padding-left: 20px;
    }

        ul.bring-list li:after {
            background: #000;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 7px;
            content: "";
        }

.ticket-list-box ul {
    padding-left: 0;
}

    .ticket-list-box ul li {
        list-style: none;
    }

.ticket-list-box li {
    background: #f4f7fb;
    padding: 11px 20px;
    margin-bottom: 12px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mapbox iframe {
    border-radius: 12px;
}

.ticket-list-box b {
    font-size: 16px;
    color: #a7d129;
    font-weight: 600;
}

h3.traing-title {
    font-size: 20px;
    color: #000000;
}

.action-btm-gp {
    white-space: nowrap
}

    .action-btm-gp a {
        text-decoration: none
    }

.variant-row.varient {
    margin-bottom: 15px
}

.qty-text {
    font-weight: 400;
    color: #000000c4;
    padding-right: 4px;
    font-size: 14px;
}

.text-count {
    font-weight: 400;
    color: #000000c4;
    font-size: 14px;
}

.variant-title {
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 2px !important;
}


.variant-price {
    line-height: 1.4;
}


#data-table_orders_wrapper button.btn.btn-success, #data-table_orders_wrapper button.btn-primary {
    color: #fff;
    padding: 1px 20px;
    height: auto;
    font-size: 12px;
    line-height: 22px;
    font-weight: 100;
    background: #6ec42d;
    border-color: #6ec42d;
}

.pending {
    background: #0047ab !important;
    border-color: #0047ab !important;
}

.orderplaced {
    background: #6ec42d !important;
    border-color: #6ec42d !important;
}

#data-table_orders_wrapper span.text-danger.fw-bold {
    font-weight: 100 !important;
    color: #fb6a57;
}

#data-table_orders_wrapper button.btn-primary {
    background: #0047ab;
    border-color: #0047ab;
}


/*ticket cheker*/


.event-card {
    background: #F4F7FB;
    border-radius: 14px;
    padding: 14px 14px;
    margin-bottom: 10px
}

.event-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .event-header h3 {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        color: #000;
    }



.event-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    margin-top: 5px;
}

.event-time p {
    margin: 4px 0;
    font-size: 14px;
    color: #333;
}



.join-link {
    margin-top: 5px;
    font-size: 12px;
    color: #0047AB;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    text-decoration: underline;
}

    .join-link svg {
        margin-right: 5px;
    }



    .join-link:hover {
        text-decoration: underline;
    }

.tag-bages {
    background: #D4F5E9;
    padding: 6px 18px;
    border-radius: 30px;
    color: #04764E;
    min-width: 108px;
    text-align: center;
}

.event-time .label {
    font-weight: 500;
    font-size: 12px;
    color: #000;
}

p.timeslot {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    display: flex;
    align-items: center;
}

.timeslot svg {
    margin-right: 5px;
}

.event-wrapper {
    overflow: auto;
    max-height: 438px;
}

/*end ticket checker*/
}

.price-sec b {
    font-weight: bold;
}

.pac-container {
    display: block !important;
    z-index: 999999 !important;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    font-family: Arial, sans-serif;
}

.pac-item {
    cursor: pointer;
    padding: 5px 10px;
    border-bottom: 1px solid #e6e6e6;
}

.pac-container:empty {
    display: none !important;
}

}

.completed-text {
    color: green;
}

.btn.btn-sm:hover {
    opacity: 0.9;
}

.refunded-text {
    color: orange;
}

.product-box-card .product-title {
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
}

.product-box-card img {
    height: 131px;
    width: 100%;
    object-fit: cover;
    border-radius: 18px;
}

.product-box-card-content {
    padding: 12px 15px;
}

.product-price {
    font-size: 20px;
    color: #1a48ae;
    font-weight: 600;
}

.add-to-cart-btn {
    font-size: 13px;
    padding: 4px 27px !important;
    height: auto;
    background: transparent !IMPORTANT;
    border: 1px solid #1a48ae !IMPORTANT;
    color: #1a48ae !important;
    font-weight: 600 !important;
    width: auto !important;
    min-width: auto;
}

button#btnPlaceOrder {
    white-space: nowrap;
    margin-left: 0 !IMPORTANT;
}

    

body.placeOrder-btn {
    margin-left: 0 !important
}


.category-tabs {
    background: #fff;
    border-radius: 16px;
    padding: 5px 5px;
    display: flex;
    overflow: auto;
}



    .category-tabs button.tab {
        background: transparent;
        border: 0;
        font-size: 12px;
        color: #000;
        padding: 17px 20px;
        display: flex;
        align-items: center;
        white-space: nowrap;
    }

    .category-tabs button svg {
        margin-right: 10px;
    }

    .category-tabs button.tab.active svg path {
        stroke: #0047AB;
    }

    .category-tabs button.tab.active {
        background: #f4f7fb;
        border-radius: 12px;
        color: #0047AB;
    }

        .category-tabs button.tab.active svg.fillsvg path {
            fill: #0047AB;
        }

.product-card.product-box-card {
    background: #fff;
    border-radius: 15px;
}

.search-bar {
    position: relative;
    max-width: 315px;
}

input.form-control.seachinput {
    padding-left: 42px;
    font-size: 14px;
    color: #000;
    width: 100%;
    height: 42px;
    font-weight: 400;
}

    input.form-control.seachinput::placeholder {
        color: #ECE0D2;
    }

button.serch-btn {
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    border: 0;
    background: transparent;
    padding-left: 0;
}

.canteen-banner img {
    height: 215px;
    object-fit: contain;
    width: 100%;
}

.canteen-banner {
    border: 1px solid rgb(221 221 221 / 40%);
    border-radius: 12px;
}

.modal-text-price, .modal-text-price span {
    font-size: 20px;
    color: #0047AB;
    font-weight: 600;
}

.canteen-title {
    font-size: 14px;
    color: #1D2430;
    font-weight: 600;
    margin-bottom: 5px;
}

.canteen-main-title {
    font-size: 18px;
    font-weight: 700;
    color: #1D2430;
}

.des-canteen p {
    font-size: 14px;
    font-weight: 400;
    color: #5A5E64;
    margin-bottom: 0;
}

}


/****/


.product-card figure img {
    height: 131px;
    width: 100%;
    object-fit: cover;
    border-radius: 18px;
}

.card-body-content h6 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}

.product-card {
    background: #fff;
    border-radius: 16px;
}

    .product-card figure {
        margin-bottom: 0px;
    }

.card-body-content p {
    font-size: 20px;
    font-weight: 600;
    color: #0047AB;
    margin-bottom: 0;
}

.search-bar {
    position: relative;
    max-width: 315px;
}

input.form-control.search-input {
    padding-left: 42px;
    font-size: 16px;
    color: #000;
    width: 100%;
    height: 46px;
    font-weight: 400;
}

    input.form-control.search-input::placeholder {
        color: #ECE0D2;
    }

.num-main-box span {
    font-size: 12px;
    color: #000000;
    font-weight: 600;
}

.card-body-content {
    padding: 14px 15px;
}

span.plus, span.minus {
    cursor: pointer;
}

.cart-summary {
    background: #FFFFFF;
    padding: 22px 28px;
    border-radius: 24px;
    height: calc(100vh - 150px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cart-summary-items {
    height: calc(100% - 200PX);
    overflow: auto;
}

.cart-item {
    background: #F4F7FB;
    padding: 10px 10px;
    border-radius: 14px;
}

.cart-summary-title {
    font-size: 22px;
    font-weight: 500;
    color: #333333;
}


.cart-item figure {
    margin-bottom: 0;
    background: #fff;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #F3F3F3;
    margin-right: 15px;
}

.cart-item img {
    object-fit: cover;
}

.cart-item-content h4 {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 2px;
}

.cart-item-content .price {
    font-size: 16px;
    color: #0047AB;
    font-weight: 600;
    margin-bottom: 5px;
}

button.serch-btn {
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    border: 0;
    background: transparent;
    padding-left: 0;
}

.total-section span {
    font-size: 15px;
    color: #1D2430;
    font-weight: 400;
}

.main-total p {
    margin-bottom: 0;
    font-size: 18px;
    color: #1D2430;
    font-weight: 600;
}

.sub-total span {
    margin-bottom: 0;
    font-size: 18px;
    color: #1D2430;
    font-weight: 600;
}

.number input {
    width: 28px;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    font-weight: 600;
    color: #000000;
}


.number {
    border: 1px solid #F2E9F9;
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 33px;
    background: #fff;
}

.cart-item-content {
    flex: 1;
}

button.delete-btn {
    border: 0;
    padding: 0;
    cursor: pointer;
}


.btnadd {
    text-decoration: none;
    color: #0047AB;
    border: 1px solid #0047AB;
    padding: 2px 20px;
    border-radius: 22px;
    font-size: 14px;
}


.product-info span {
    font-size: 13px;
}

.product-info span {
    font-size: 13px;
    padding-right: 10px;
}

/* 12-jan-2026 */
.cart-empty-wrapper {
    justify-content: unset;
}

/* Group 1000012641 */



.place-order {
    width: 100%;
    max-width: 972px;
    margin: auto;
    border-radius: 20px;
    border: 3px solid #fff;
    overflow: hidden;
}

    .place-order .cart-summary {
        border-radius: 0px;
    }

    .place-order .row, .place-order .row > div {
        padding: 0;
        margin: 0;
    }

    .place-order .qr-code {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px;
    }

        .place-order .qr-code img {
            max-width: 100%;
            width: 395px;
            aspect-ratio: 1/1;
            background: #fff;
            padding: 30px;
            border-radius: 25px;
        }


.filter-btn.dropdown button.form-select:after {
    display: none;
}

.filter-btn.dropdown button.form-select {
    padding-right: 38px;
}

body .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: var(--primarycolor);
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    border-radius: 20px;
    min-height: 24px;
    align-items: center;
    display: inline-flex;
    padding: 0 2px 0 6px;
    gap: 4px;
    margin: 3px 5px 0 0;
}

    body .select2-container--default .select2-selection--multiple .select2-selection__choice button {
        border: 0;
        padding: 0;
        width: 20px;
        height: 20px;
        border-radius: 30px;
        background: rgb(242 105 83);
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: normal;
        position: initial;
        order: 2;
    }

body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: var(--primarycolor);
}

body .select2-container--default .select2-selection--multiple {
    padding-left: 10px !important
}

.bdr-img-holder {
    display: block;
    overflow: hidden !important;
}

    .bdr-img-holder img {
        max-width: 100%;
        height: 100%;
        width: 100%;
        margin: 0;
    }
/*.img-previewbox img {
    max-height: 150px !important;
    height: auto !important;
}*/

.header .user-set-menu.dropdown h6 {
    /*display: block;
    max-width: 280px;
    white-space: nowrap; overflow:hidden;
    text-overflow: ellipsis;*/
}

.filtertable .btn {
    height: 42px;
    padding: 10px;
    line-height: normal;
    min-width: 80px;
}


input.form-control.seachinput::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

input.form-control.seachinput::-moz-placeholder {
    color: #000;
    opacity: 1;
}

input.form-control.seachinput:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

input.form-control.seachinput:-moz-placeholder {
    color: #000;
    opacity: 1;
}

.filter-row .btn {
    display: inline-flex;
    align-items: center; justify-content:center;
}

.inputicon img {
    display: block;
}

.maxfilterboxTop input.form-control.seachinput {
    font-size: 14px;
    height: 42px;
}

.table.dataTable thead tr th {
    white-space: nowrap;
}

@media screen and (max-width:1850px) {
    main .pate-content-wrapper-dash {
        padding-left: 5px;
        padding-right: 5px
    }

    table.dataTable tr td:last-child {
        white-space: nowrap;
    }

    body .player-avatar {
        width: 40px;
        height: 40px;
    }

    body .chatPanelOuter .team-avatar-wrapper {
        width: 40px;
        min-width: 40px;
        height: 40px;
    }
}


.myteampage {
    height: calc(100vh - 200px);
    display: flex;
    flex-direction: column;
    width: 100%;
}

.rchatpanelh {
    flex-grow: 1;
    height: calc(100% - 42px);
    overflow: auto;
}

    .rchatpanelh .chat-section-right {
        height: 100%;
    }

        .rchatpanelh .chat-section-right .chatPanelOuter {
            height: 100%;
        }

@media screen and (max-width:1399px) {
    .myteampage {
        height: auto;
    }

    .white-box.inner-min.heightdefault {
        height: inherit;
    }

    .m-card.setmargins {
        min-height: 200px;
        margin-top: 20px;
        height: auto;
    }

    .manageteamsboxx .innerChatPanel {
        height: auto !important;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .manageteamsboxx .chatPanelOuter {
        height: 70vh !important;
    }

    .manageteamsboxx .innerChatPanel .accordion-container {
        overflow: visible;
    }

    .manageteamsboxx .search-container input.form-control.seachinput.mb-3 {
        margin-bottom: 0 !important
    }
}

@media screen and (min-width:992px) and (max-width:1850px) {
    .filtertable .form-control, .filtertable .form-select {
        font-size: 12px;
        padding-left: 10px;
        width: auto;
        min-width: 120px;
        max-width: 280px;
    }

    .filtertable .Filter-btn {
        min-width: 30px;
    }

    .filtertable .btn, .Filter-btn,
    .filtertable button.btn-primary {
        font-size: 12px;
        height: 42px;
        padding: 10px 10px;
        min-width: 56px;
    }

    input.form-control.seachinput {
        font-size: 12px;
        height: 42px;
        padding-left: 32px;
    }

    .filtertable .with-icon .datepicker {
        width: 140px;
        padding-right: 30px !important;
    }

    .with-icon .in-icon {
        right: 6px;
    }

        .with-icon .in-icon img {
            width: 100%;
        }

    .filtertable .max-select {
        min-width: inherit;
    }

    .filtertable .dropdown-item {
        font-size: 12px;
    }

    .filtertable .form-select {
        padding-right: 30px;
    }

    .filter-row-search {
        gap: 10px;
    }

    .white-box .chart-box {
        height: 250px !important;
    }
}

@media screen and (max-width:991px) {
    .filter-row-search {
        gap: 10px;
    }

    .filtertable {
        flex-wrap: wrap;
        gap: 5px;
    }

        .filtertable .with-icon {
            width: auto;
        }

    .maxfilterboxTop {
        flex-grow: 1;
    }
}


.maxfilterbox {
    gap: 10px;
}

.volunteer_chat_box {
    height: calc(100vh - 200px);
    display: flex;
    width: 100%;
}

.volunteer_chat_left {
    height: 100%;
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    overflow: auto;
}

    .volunteer_chat_left > div {
        height: 100%;
    }

.volunteer_chat_right {
    flex-grow: 1;
    margin-left: 20px;
    height: 100%;
}

.volunteer_chat_left .innerChatPanel-lft {
    height: 100% !important;
}

.volunteer_chat_right .chatPanelOuter {
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.volunteer_chat_right .messages-container {
    height: calc(100% - 130px);
    overflow: auto;
    flex-grow: 1;
}

.volunteer_chat_right .message-input-area {
    padding-top: 10px;
}

.volunteer_chat_right .chat-column {
    overflow: visible;
    height: 100%;
}

@media screen and (max-width:1199px) {
    .place-order .qr-code img {
        width: 270px;
        padding: 20px;
        border-radius: 15px;
    }

    .category-tabs button.tab {
        padding: 10px;
    }

    .manageproductspage_left .search-bar {
        max-width: 100%;
        width: 100%;
    }

    .volunteer_chat_left {
        width: 260px;
        min-width: 260px;
        max-width: 260px;
    }

    .manageteamrow_left {
        width: 260px !important;
        min-width: 260px !important;
        max-width: 260px !important;
    }

    .heightautoinm {
        height: auto !important;
        margin-bottom: 0 !important;
    }
}

.receiveMsg .message-avatar + .flex-fill {
    max-width: calc(100% - 48px);
}

.manageteamsboxx .innerChatPanel,
.manageteamsboxx .chatPanelOuter {
    height: calc(100vh - 200px);
    padding: 15px;
}

.manageteamsboxx .threads-column {
    height: 100%;
    padding-bottom: 10px;
}

.manageteamsboxx .chat-column {
    height: 100%;
    overflow: visible;
}

.manageteamrow {
    width: 100%;
    height: 100%;
    display: flex;
}

.manageteamrow_left {
    height: 100%;
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    overflow: auto;
}

.manageteamrow_right {
    flex-grow: 1;
    height: 100%;
}

    .manageteamrow_right .chat-header {
        padding-top: 0;
        padding-right: 0;
    }
.chat-header-row {
    display:flex;
    align-items:center;
    margin-bottom:10px
}
    .chat-header-row .chatUserStatus {
        font-size: 13px
    }
    .chat-header-row h5 {
        font-size:24px
    }
.chatUserStatus{ margin-top:-5px;}
.chatUserStatus span {
    font-size: 12px !important
}

.chat-header-action {
    margin-left: auto
}

.manageteamrow_right .message-input-area {
    padding-right: 0;
}

.manageteamrow_left .thread-list {
    max-height: 100%;
}

.manageteamrow_left .threads-list {
    max-height: inherit;
    min-height: inherit;
    flex-grow: 1;
}

.announcementpanelbox {
    height: calc(100vh - 200px) !important;
    padding: 0 !important;
    overflow: visible !important;
}

    .announcementpanelbox .chat-column {
        width: 100%;
        display: flex;
        flex-direction: column;
        overflow: visible;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .announcementpanelbox .messages-container {
        height: calc(100% - 100px);
        padding-right: 15px;
        flex-grow: 1;
    }

    .announcementpanelbox .message-input-area {
        margin-top: 10px;
        background: transparent;
    }

    .announcementpanelbox .chat-header,
    .announcementpanelbox .message-input-area,
    .announcementpanelbox .messages-container .message-group {
        width: 100%;
        max-width: 768px;
        margin-left: auto;
        margin-right: auto;
    }



@media screen and (max-width:1850px) {
    .filtertable .btn, .maxfilterbox .Filter-btn, .filtertable button.btn-primary, .filtertable .form-select, .maxfilterbox .form-control, .maxfilterboxTop input.form-control.seachinput {
        height: 36px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 12px;
    }

    .registration-card {
        padding: 15px;
    }

    .filtertable button.Filter-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .price-btn-bottom .btn {
        padding-inline: 10px !important;
    }

    .product-price {
        font-size: 18px;
    }
}

@media screen and (max-width:991px) {
    .maxfilterbox .with-icon,
    .maxfilterbox .select-main {
        flex-grow: 1;
    }
}

table.dataTable tbody td {
    white-space: nowrap;
}

.inventory-header .form-control.numbersOnly {
    width: 150px !important;
}

.page-header .btn,
.filter-row-search .btn {
    display: inline-flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}


.manageproductspage {
    display: flex;
    width: 100%;
    height: calc(100vh - 180px);
}

.manageproductspage_left {
    flex-grow: 1;
    height: 100%;
    padding-right: 25px;
    max-width: calc(100% - 350px);
    display: flex;
    flex-direction: column;
}

.manageproductspage_right {
    width: 350px;
    min-width: 350px;
    max-width: 350px;
    height: 100%;
}

    .manageproductspage_right > div {
        height: 100%;
    }

    .manageproductspage_right .cart-summary {
        height: 100%;
        padding: 15px;
        border-radius: 18px;
    }

    .manageproductspage_right .cart-summary-items {
        height: 100%;
        flex-grow: 1;
    }

.productListbxx {
    height: 100%;
    overflow: auto;
    flex-grow: 1;
}

.product_list_full {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.product_list_col {
    width: calc(25% - 15px);
}

    .product_list_col .product-box-card {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .product_list_col .product-box-card-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-grow: 1;
    }

@media screen and (max-width:1550px) {
    .product_list_col {
        width: calc(33.33% - 15px);
    }
}

@media screen and (max-width:1299px) {
    .product_list_col {
        width: calc(50% - 15px);
    }
}



@media screen and (min-width:992px) and (max-width:1140px) {
    .product_list_col {
        width: 100%;
    }

        .product_list_col .product-box-card {
            flex-direction: row;
        }

    .product-box-card img {
        width: 130px;
    }

    .product-price {
        font-size: 16px;
    }
}

@media screen and (max-width:900px) {
    .product_list_col {
        width: 100%;
    }

        .product_list_col .product-box-card {
            flex-direction: row;
        }

    .product-box-card img {
        width: 130px;
    }

    .product-price {
        font-size: 16px;
    }
}

.placeorderfull {
    width: 100%;
    height: calc(100vh - 200px);
    display: flex;
}

.placeorderfull_left {
    width: 350px;
    min-width: 350px;
    max-width: 350px;
}

    .placeorderfull_left .cart-summary {
        padding: 15px;
        height: 100%;
    }

.placeorderfull_right {
    flex-grow: 1;
}

.placeorderfull_left .cart-summary-items {
    height: 100%;
    flex-grow: 1;
    margin-bottom: 10px;
}

.color-dot {
    /*box-shadow: 0 0 0 1px inset rgba(0, 0, 0, 0.15);*/
}
/*raffelse loading hide on place holader */
.card-pool-wrapper .placeholder {
    cursor: inherit;
}

.action-btm-gp .btn.btn-sm {
    display: inline-flex !important;
}

.action-btm-gp a {
    display: inline-block;
}

    .action-btm-gp a img {
        display: inline-block;
    }

.tab-btn-row button.btn.active span {
    color:#fff !important;
}

table.dataTable tbody td.wrap-text {
    white-space:normal !important;
}
#data-table_volunteer_wrapper .table.dataTable thead tr th[data-name=Address] {
    width: 220px !important;
}
#data-table_volunteer_wrapper .table.dataTable thead tr th[data-name=Title] {
    width: 400px !important;
}
.availability-tab {
    cursor: pointer;
    opacity: 0.6;
}

    .availability-tab.active {
        opacity: 1;
    }

.btn-primary-outlined {
    border: 1px solid #0047AB;
    color: #0047AB;
}


.availability-container {
    padding: 20px;
    background: #f1f1f1;
    border-radius: 12px;
}

    .availability-container ul, .availability-container ul li:last-child {
        margin-bottom: 0 !important;
    }

li.d-flex.align-items-center.mb-2 {
}

#availabilityList {
    max-height: 105px;
    overflow: auto;
}

    #availabilityList::-webkit-scrollbar {
        width: 5px;
        height: 10px;
    }

    #availabilityList::-webkit-scrollbar-track {
        background: #e5e7eb;
        border-radius: 10px;
    }

    #availabilityList::-webkit-scrollbar-thumb {
        background: #6b7280;
        border-radius: 10px;
    }

        #availabilityList::-webkit-scrollbar-thumb:hover {
            background: #4b5563;
        }




#data_table_coaches_wrapper .table.dataTable thead tr th[data-name=email] {
    width: 570px !important;
}

#data_table_coaches_wrapper .table.dataTable thead tr th[data-name=coachname] {
    width: 390px !important;
}
#data_table_coaches_wrapper .table.dataTable thead tr th[data-name=action] {
    width: 260px !important;
}
#data_table_coaches_wrapper .table.dataTable thead tr th[data-name=teamcount] {
    width: 216px !important;
}

#data-table_teams_wrapper .table.dataTable thead tr th[data-name=action] {width: 372px !important;}
#data-table_teams_wrapper .table.dataTable thead tr th[data-name=Name] {
    width: 500px !important;
}
#data-table_teams_wrapper .table.dataTable thead tr th[data-name=TeamMembers] {
    width: 405px !important;
}
#data-table_teams_wrapper .table.dataTable thead tr th[data-name=Status] {
    width: 250px !important;
}



.chatPanelOuter.chat-sigle {
    height: calc(100vh - 210px);
    padding-bottom:10px
}

.chatPanelOuter.chat-sigle .messages-container {
    height: calc(60vh);
}

.chatPanelOuter.chat-sigle .chat-column {
    overflow: inherit;
    height:100%;
}

.emojionearea .emojionearea-button .emojionearea-button-close {
    top:10px
}

#datatable-chat_members_info,
#datatable-chat_members_paginate,
#datatable-chat_members_length{
    display: none !important;
}


.cash-note {
    display: block;
    font-size: 11px;
    color: #6c757d;
    margin-top: 2px;
    line-height: 1;
}

.info-icon {
    font-size: 14px;
    margin-left: 4px;
    cursor: pointer;
    color: #6c757d;
}

.cancel-reason-box {
    background: #fff5f5;
    color: #b02a37;
    border: 1px solid #f1aeb5;
    padding: 8px 12px;
    border-radius: 6px;
    margin-top: 10px;
    font-size: 13px;
}


/* 11-may-2026 */
.download-btn-wrap .btn {
    padding: 12px;
    width: 50px !important;
    min-width: unset;
    height: 50px;
}

    .download-btn-wrap .btn img {
        width: 21px;
    }

.download-btn-wrap .close {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px !important;
    height: 20px !important;
    background: red;
    padding-bottom: 8px !important;
    display: block;
}

.download-btn-wrap {
    position: relative;
    display: inline-block;
}

    .download-btn-wrap .close svg path {
    }

    .download-btn-wrap .close svg {
        fill: #fff;
        width: 18px;
        height: 18px;
        margin-bottom: 2px;
    }

/* 2-june-2026 */
#data-table_volunteer_wrapper .dataTable tbody td{white-space:unset;}
th[data-name="Action"] {
    min-width: 85px;
}

.place-order .cart-summary {
    overflow: unset;
    height: auto !important;
}

@media(max-width:1852px){
    .with-icon .in-icon {
        right: 28px !important;
    }
    input[type="date" i]::-webkit-calendar-picker-indicator{display:none;}
}















