html[data-placement=horizontal] .nav-container .menu-container .menu > li > a {
    padding: 0.75rem 0.6rem;
    height: 100%;
    display: inline-flex;
    align-items: center;
    font-family: Poppins;
    font-size: 0.8rem;
}

html[data-placement=horizontal] .nav-container .logo .img, html[data-placement=horizontal] .nav-container .logo img, html[data-placement=vertical] .nav-container .logo .img, html[data-placement=vertical] .nav-container .logo img {
    width: auto;
    min-height: auto;
    height: 60px;
    object-position: left;
    object-fit: cover;
    transition: width var(--transition-time),height var(--transition-time)
}

html[data-placement="horizontal"] .nav-container .menu-container .menu {
    width: 96%;
}

html[data-placement="horizontal"] main {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 4.5rem;
    padding-bottom: 120px !important;
}

.serach-icon {
    background: url(../icon/search-normal.png) center left !important;
    background-repeat: no-repeat !important;
}

.serach-icon-pad {
    padding-left: 30px !important;
    border: 1px #CBD5E1 solid !important;
}

.login-carousel .carousel .carousel-control-prev {
    right: 44px;
}

.login-carousel .carousel .carousel-control-prev {
    position: absolute;
    top: auto;
    bottom: 15px;
    width: 7%;
}

.login-carousel .carousel .carousel-indicators {
    margin-right: 75%;
    margin-left: 0%;
}

.form-check-input:checked {
    background-color: #B62028;
    border-color: #B62028 !important;
    border-radius: 9px;
}

h6 {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.card {
    border-radius: 8px !important;
}

.card-body {
    border-radius: 8px !important;
}

.card .card-header h5 {
    color: #1E293B;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.125rem; /* 121.429% */
    letter-spacing: -0.035rem;
}

.card .card-header .list-inline-item1:not(:last-child) {
    margin-right: .5rem;
}

.card .card-header .list-inline-item img {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
}

.card .card-header .list-inline-item1 {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.375rem;
    background: #F1F5F9;
}

.card .card-header .list-inline .list-inline-item {
    font-weight: normal;
    color: #1E293B;
}

    .card .card-header .list-inline .list-inline-item a {
        font-weight: normal;
        color: #64748B;
    }

.Amountbutton {
    background-color: #fff;
    color: black;
    border: 1px solid #CBD5E1;
    border-radius: 8px;
    padding: 6px 16px;
    margin-right: 7px;
    margin-bottom: 7px;
}

    .Amountbutton:hover {
        background-color: #fff;
        border: 1px solid #B62028;
    }

.amount-box label {
    color: #64748B;
    font-size: 12px;
    margin-bottom: 0px;
}

.amount-box .form-control {
    color: #040F0F;
    font-size: 14px;
}

.Description .accordion-item {
    background-color: #F8FAFC;
    border: 1px solid #CBD5E1;
    margin-bottom: 10px;
    border-radius: 10px;
}

    .Description .accordion-item:not(:first-of-type) {
        border-top: 1px solid #CBD5E1;
    }

.Description .accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid #CBD5E1;
}

.Description .accordion-flush .accordion-item:first-child {
    border-top: 1px solid #CBD5E1;
}

.Description .accordion-button {
    border-color: #CBD5E1;
    color: #1E293B;
    font-size: 14px;
}

.btn-outline-light {
    box-shadow: inset 0 0 0 1px #CBD5E1 !important;
    color: #1E293B !important;
}

.alert {
    border: initial;
    border-radius: 8px;
}
.downupPopup .alert {
    border: initial;
    border-radius: 8px;
    min-height: 100px;
}
.downupPopup .newalert .alert {
    border: initial;
    border-radius: 8px;
    min-height: 50px;
    padding: 0.5rem 1rem 0.5rem 1rem;
}

.alert-light {
    color: #1E293B;
    background-color: #F8FAFC;
    border: 1px solid #CBD5E1;
}

.list-group {
    border-radius: 8px;
}

.list-group-item:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.list-group-item:last-child {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.border-right {
    border-right: 1px solid #CBD5E1;
}

.bg-gradient-danger {
    background: rgb(182,32,40);
    background: linear-gradient(121deg, rgba(182,32,40,1) 0%, rgba(224,95,102,1) 100%);
}

.bg-gradient-light {
    background: rgb(248,250,252) !important;
    background: linear-gradient(121deg, rgba(248,250,252,1) 0%, rgba(248,250,252,1) 100%) !important;
    border: 1px solid #E2E8F0 !important;
}

.bg-gradient-white {
    background: #fff !important;
    border: 1px solid #E2E8F0 !important;
}

.primary-red-light {
    background: #FFF5F5 !important;
    border-radius: 50% !important;
    padding: 4px 12px 12px 8px;
    height: 32px;
    width: 32px;
    margin-right: 10px;
    display: inline-block;
}

.primary-green-light {
    background: #E6F2E7 !important;
    border-radius: 50% !important;
    padding: 4px 12px 12px 8px;
    height: 32px;
    width: 32px;
    margin-right: 10px;
    display: inline-block;
}

.primary-yellow-light {
    background: #FFFBEB !important;
    border-radius: 50% !important;
    padding: 4px 12px 12px 8px;
    height: 32px;
    width: 32px;
    margin-right: 10px;
    display: inline-block;
}

.bg-gery-light {
    background: #f1f5f9 !important;
}

.border-radius-16 {
    border-radius: 16px !important;
}

.cat-nav {
    display: none;
}

.height-16 {
    height: 180px !important;
    font-size: 16px !important;
    color: #1E293B !important
}

    .height-16 img {
        width: 48px !important;
        height: 48px !important
    }

.cat-nav .border-bottom {
    border-bottom: 1px solid #CBD5E1;
}

#categoryList h2 {
    padding-bottom: .5rem !important;
    color: #94A3B8;
    font-size: 16px !important;
}

#categoryList .filter {
    border-bottom: 1px solid #CBD5E1;
    padding-bottom: .5rem !important;
    color: #1E293B;
    font-size: 18px !important;
}

    #categoryList .filter a {
        color: #B62028;
        font-size: 14px !important;
        padding-right: 10px;
    }

.alllist {
    border-bottom: 1px solid #CBD5E1;
}

    .alllist .filter {
        color: #1E293B;
        font-size: 16px !important;
    }

        .alllist .filter a {
            font-size: 18px;
            color: #B62028;
            font-size: 14px !important;
            padding-right: 10px;
        }

#categoryList .form-control {
    color: #94A3B8;
    font-size: 16px !important;
    border: none !important;
    height: auto;
    background: #fff;
    width: 85% !important;
    float: left;
}

#categoryList .search {
    color: #475569;
    background: #F1F5F9;
    font-size: 14px !important;
    padding-right: 10px;
    float: left;
    border: 1px solid #CBD5E1;
    padding: 8px;
    border-radius: 25px;
}

.productImg {
    width: 237px;
    height: 152px;
    border-radius: 7px;
    object-fit: fill;
}

.productImgBig {
    width: 340px;
    height: 218px;
    border-radius: 7px;
    object-fit: fill;
}

.productImgSmall {
    width: 125px;
    height: 80px;
    border-radius: 7px;
    object-fit: fill;
}

#RenderHere label {
    font-size: 14px;
    text-align: left;
    width: 100%;
    color: #1E293B;
}

.user-menu {
    width: 350px !important;
}

.font12px {
    font-size: 12px !important;
}

.font14px {
    font-size: 14px !important;
}

html[data-placement=horizontal] .nav-container .dropdown-menu.wide, html[data-placement=vertical] .nav-container .dropdown-menu.wide {
    padding: 16px
}

.rounded-1 {
    border-radius: 7px !important;
}

.rounded-2 {
    border-radius: 10px !important;
}

.rounded-50 {
    border-radius: 50px !important;
}

.nav-pills .nav-link {
    line-height: 1.5;
    font-size: 1em;
    height: var(--input-height);
    border-radius: 8px;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        background-color: #B62028;
    }

.order {
    border: 1px solid #CBD5E1;
    border-radius: 15px;
    width: 100%;
}

    .order a {
        padding: 20px;
        width: 100%;
        display: inline-block;
    }

.callbox {
    background: #FFF5F5;
    border-radius: 5px;
    padding: 8px;
    margin-bottom: 10px;
}

.reddem-group {
}

    .reddem-group .btn-group {
        display: flex;
    }

    .reddem-group .btn-check:active + .btn-outline-secondary, .reddem-group .btn-check:checked + .btn-outline-secondary, .reddem-group .btn-outline-secondary.active, .reddem-group .btn-outline-secondary.dropdown-toggle.show, .reddem-group .btn-outline-secondary:active {
        color: #fff !important;
        background-color: #B62028;
        border-color: initial;
    }

    .reddem-group .btn-outline-secondary:hover {
        color: #fff !important;
        background-color: #B62028;
        box-shadow: initial !important;
    }

    .reddem-group .btn-outline-secondary {
        box-shadow: inset 0 0 0 0px #fff !important;
        color: #667085 !important;
    }

    .reddem-group .btn {
        border-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .reddem-group .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .reddem-group .btn-group > .btn-group:not(:last-child) > .btn {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .reddem-group .btn-group > .btn:nth-child(n+3), .reddem-group .btn-group > :not(.btn-check) + .btn, .reddem-group .btn-group > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .reddem-group label {
        display: inline-block;
        margin-bottom: 0px;
    }






.participate-group {
}

    .participate-group .btn-group {
        display: flex;
    }

    ..participate-group .btn-check:active + .btn-outline-secondary, .participate-group .btn-check:checked + .btn-outline-secondary, .participate-group .btn-outline-secondary.active, .participate-group .btn-outline-secondary.dropdown-toggle.show, .participate-group .btn-outline-secondary:active {
        color: #fff !important;
        background-color: #fff;
        border-color: #D6AC84;
    }

    .participate-group .btn-outline-secondary:hover {
        color: #64748B !important;
        background-color: #fff;
        border: 1px solid #CBD5E1 !important;
        border-color: #CBD5E1;
        border-radius: 40px;
    }

    .participate-group .btn-outline-secondary {
        box-shadow: inset 0 0 0 0px #fff !important;
        color: #667085 !important;
    }

    .participate-group .btn {
        border-radius: 40px;
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    .participate-group .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .participate-group .btn-group > .btn-group:not(:last-child) > .btn {
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    .participate-group .btn-group > .btn:nth-child(n+3), .participate-group .btn-group > :not(.btn-check) + .btn, .participate-group .btn-group > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 40px;
        border-bottom-left-radius: 40px;
    }

    .participate-group label {
        display: inline-block;
        margin-bottom: 0px;
        color: #64748B !important;
        background-color: #fff;
        border: 1px solid #CBD5E1 !important;
        border-color: #CBD5E1;
        border-radius: 40px;
        margin-right: 10px;
    }

    .participate-group .btn-check:active + .btn-outline-secondary, .participate-group .btn-check:checked + .btn-outline-secondary, .participate-group .btn-outline-secondary.active, .participate-group .btn-outline-secondary.dropdown-toggle.show, .participate-group .btn-outline-secondary:active {
        color: #D6AC84 !important;
        background-color: #fff !important;
        border: 1px solid #D6AC84 !important;
        border-color: #D6AC84 !important;
        border-radius: 40px;
        margin-right: 10px;
    }

/*div.dataTables_wrapper .bg-success {
    border: 1px solid #AEE5B2 !important;
    background-color: #E6F2E7 !important;
    color: #00900B !important;
}

div.dataTables_wrapper .bg-danger {
    border: 1px solid #FCD0D0 !important;
    background-color: #FAECEC !important;
    color: #D00 !important;
}

div.dataTables_wrapper table.dataTable td {
    font-size: 85% !important;
}

div.dataTables_wrapper table.dataTable th {
    background: #F8FAFC;
    padding-top: 7px;
    font-size: 0.70rem;
    border-radius: 10px 0px 0px 0px;
}

div.dataTables_wrapper table.table-bordered.dataTable th:last-child, div.dataTables_wrapper table.table-bordered.dataTable th:last-child, div.dataTables_wrapper table.table-bordered.dataTable td:last-child, div.dataTables_wrapper table.table-bordered.dataTable td:last-child {
    border-right-width: 0;
    border-radius: 0px 0px 0px 0px;
}

div.dataTables_wrapper .table > :not(:last-child) > :last-child > * {
    border-bottom-color: var(--separator);
    border-radius: 0px 0px 0px 0px;
}

div.dataTables_wrapper .page-link {
    font-weight: 600;
    color: #000;
}

div.dataTables_wrapper .page-item.disabled .page-link {
    opacity: .5;
    color: #000;
    background: var(--foreground);
    box-shadow: initial !important;
    border: 1px solid #CBD5E1 !important;
}

div.dataTables_wrapper .page-item.active .page-link {
    border-radius: 0.5rem !important;
    background: #F1F5F9;
    color: #1E293B;
}

div.dataTables_wrapper .page-link {
    padding: 0rem 0.8rem;
}

div.dataTables_wrapper .pagination .previous .page-link {
    border-radius: 0.5rem !important;
    border: #CBD5E1;
}

div.dataTables_wrapper .pagination .next .page-link {
    border-radius: 0.5rem !important;
    border: 1px solid #CBD5E1;
}

div.dataTables_wrapper .page-link:hover, div.dataTables_wrapper .page-link:hover:focus {
    background: #F1F5F9;
    color: #000;
}

div.dataTables_wrapper table.dataTable td {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

div.dataTables_wrapper .table-bordered > :not(caption) > * > * {
    border-width: 0px 0px 1px 0px;
    border-bottom-width: 1px;
}

div.dataTables_wrapper table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom-width: 1px;
}*/
div#DATAGRIDTABLE_wrapper .badge {
    padding: .3em .75em;
    border-radius: 10rem;
    color: var(--light-text);
    text-indent: -1px;
    line-height: 1.25;
    font-family: Poppins;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
}
div#DATAGRIDTABLE_wrapper .bg-success {
    border: 1px solid #AEE5B2 !important;
    background-color: #E6F2E7 !important;
    color: #00900B !important;
}

div#DATAGRIDTABLE_wrapper .bg-danger {
    border: 1px solid #FCD0D0 !important;
    background-color: #FAECEC !important;
    color: #D00 !important;
}
.bg-warning {
    border: 1px solid #ebb71a !important;
    background-color: #f4ecd3 !important;
    color: #bc8d00 !important;
}
div#DATAGRIDTABLE_wrapper table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-radius: 10px;
    border: 1px solid #CBD5E1;
}

    div#DATAGRIDTABLE_wrapper table.dataTable td {
        font-size: 85% !important;
    }
    /*div#DATAGRIDTABLE_wrapper  div.dataTables_paginate ul.pagination .previous .page-link {
    width: 70px !important;
}*/
    div#DATAGRIDTABLE_wrapper table.dataTable th {
        background: #F8FAFC;
        padding-top: 7px;
        font-size: 0.70rem;
        border-radius: 10px 0px 0px 0px;
    }

div#DATAGRIDTABLE_wrapper table.table-bordered.dataTable th:last-child, div#DATAGRIDTABLE_wrapper table.table-bordered.dataTable th:last-child, div#DATAGRIDTABLE_wrapper table.table-bordered.dataTable td:last-child, div#DATAGRIDTABLE_wrapper table.table-bordered.dataTable td:last-child {
    border-right-width: 0;
    border-radius: 0px 10px 10px 0px;
}

div#DATAGRIDTABLE_wrapper .table > :not(:last-child) > :last-child > * {
    border-bottom-color: var(--separator);
    border-radius: 10px 0px 0px 0px;
}

div#DATAGRIDTABLE_wrapper .page-link {
    font-weight: 600;
    color: #000;
}

div#DATAGRIDTABLE_wrapper .dt-paging .dt-paging-button.disabled .page-link {
    opacity: .5;
    color: #000;
    background: var(--foreground);
    box-shadow: initial !important;
    border: 1px solid #CBD5E1 !important;
}

div#DATAGRIDTABLE_wrapper .dt-paging .dt-paging-button.active .page-link {
    border-radius: 0.5rem !important;
    background: #F1F5F9;
    color: #1E293B;
}

div#DATAGRIDTABLE_wrapper .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
    color: inherit !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.05);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.05)));
    background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
    background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
    background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
    background: -o-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
    border: 0px solid #CBD5E1 !important;
    border-radius: 0.5rem !important;
    background: #F1F5F9;
    color: #1E293B;
}

div#DATAGRIDTABLE_wrapper .dt-paging .dt-paging-button .page-link {
    padding: 0.625rem 1rem;
}

div#DATAGRIDTABLE_wrapper .dt-paging .dt-paging-button .previous .page-link {
    border-radius: 0.5rem !important;
    border: #CBD5E1;
}

div#DATAGRIDTABLE_wrapper .dt-paging .dt-paging-button .next .page-link {
    border-radius: 0.5rem !important;
    border: 1px solid #CBD5E1;
}

div#DATAGRIDTABLE_wrapper .page-link:hover, div#DATAGRIDTABLE_wrapper .page-link:hover:focus {
    background: #F1F5F9;
    color: #000;
}

div.dt-container .dt-search input {
    border-radius: 10px;
    border-color: var(--separator);
    width: auto;
    display: inline-block;
}
div.dt-container .dt-search label {
   
    width: auto
}
div.dt-container select.dt-input {
    border-radius: 10px;
    border-color: var(--separator);
}

div#DATAGRIDTABLE_wrapper .table-bordered > :not(caption) > * > * {
    border-width: 0px 1px 1px 0px;
    border-bottom-width: 1px;
}

div#DATAGRIDTABLE_wrapper table.dataTable thead > tr > th.dt-orderable-asc:hover,
div#DATAGRIDTABLE_wrapper table.dataTable thead > tr > th.dt-orderable-desc:hover,
div#DATAGRIDTABLE_wrapper table.dataTable thead > tr > td.dt-orderable-asc:hover,
div#DATAGRIDTABLE_wrapper table.dataTable thead > tr > td.dt-orderable-desc:hover {
    outline: 0px solid rgba(0, 0, 0, 0.05);
    outline-offset: -2px;
}

div#DATAGRIDTABLE_wrapper .dt-paging {
}
div#DATAGRIDTABLE_wrapper .dt-input {
}
.User-Mster .table-striped > tbody > tr:nth-of-type(2n+1) {
    --bs-table-accent-bg: #fff !important;
    color: var(--bs-table-striped-color);
}

.User-Mster table.dataTable {
    border-top: 1px solid #E2E8F0;
}

.User-Mster .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.User-Mster.nav-tabs-line > div > .nav-link.active::before, .User-Mster .nav-tabs-line > li > .nav-link.active::before {
    content: " ";
    background: #fff;
    color: var(--foreground);
    border-radius: 10px;
    position: absolute;
    width: calc(100%);
    height: 0px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.User-Mster .nav-tabs-line > div > .nav-link.active::after, .User-Mster .nav-tabs-line > li > .nav-link.active::after {
    content: " ";
    background: var(--danger);
    color: var(--foreground);
    border-radius: 10px;
    position: absolute;
    width: calc(100%);
    height: 3px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.User-Mster .nav-tabs-line > div > .nav-link, .User-Mster .nav-tabs-line > li > .nav-link {
    border: initial;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    color: var(--body);
}

    .User-Mster .nav-tabs-line > div > .nav-link.active, .User-Mster .nav-tabs-line > div > .nav-link:hover, .User-Mster .nav-tabs-line > li > .nav-link.active, .User-Mster .nav-tabs-line > li > .nav-link:hover {
        color: #181C2D;
    }

.User-Mster .nav-tabs-line > div > .nav-link, .User-Mster .nav-tabs-line > li > .nav-link {
    border: initial;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #64748B;
}

.User-Mster .card .card-header {
    padding: 20px 20px 0px 20px !important;
}

.User-Mster .card .card-header-tabs.nav-tabs-line {
    margin-top: 0px !important;
}

.User-Mster .card .card-body {
    padding: 20px 0px 20px 0px !important;
}

.User-Mster .card .card-header:first-child {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}

.User-Mster .dataTables_length {
    padding-left: 20px;
}

.User-Mster .dataTables_filter {
    padding-right: 20px;
}

.User-Mster .dataTables_info {
    padding-left: 20px;
    padding-bottom: 10px;
}

.User-Mster .dataTables_paginate {
    padding-top: 8px;
    padding-bottom: 10px;
}

.payDTL {
    width: 100%;
    padding: 20px;
    background: rgb(255,255,255);
    background: linear-gradient(121deg, rgba(255,255,255,0.1) 0%, rgba(182,32,40,0.1) 100%);
}

.text-green {
    color: #25A42F !important;
}

.Brand-1 .card {
    border: 1px solid #E2E8F0 !important;
}

    .Brand-1 .card .card-header {
        background: #FFF5F5 !important;
        color: #B62028;
    }

.MyTransactions .btn-check:checked + .btn-outline-danger, .MyTransactions .btn-check:active + .btn-outline-danger, .MyTransactions .btn-outline-danger:active, .btn-outline-danger.active, .MyTransactions .btn-outline-danger.dropdown-toggle.show {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff !important;
}

.scratcher {
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#redux {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

#robot {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100% !important;
    height: 299px !important;
}
/*#progress {
    position: absolute;
    top: 4px;
    right: 4px;
    color: black;
    pointer-events: none;
    z-index: 3;
    text-shadow: 0px 0px 2px #FFFFFF;
}*/
.container123 {
    width: 100%;
    height: 300px;
    display: inline-block;
}

.scratch-container {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dataTables_wrapper {
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.dataTables_length {
    padding: 10px;
}

.dataTables_filter {
    padding: 10px;
}

.dataTables_info {
    padding: 10px;
}

.dataTables_paginate {
    padding: 10px;
}

.bg-warning-light {
    background: #FFFBEB;
    border: 1px solid #D99D06;
    color: #D99D06 !important;
    border-radius: 8px;
}

.text-desktop {
    display: block;
}

.text-mobile {
    display: none
}

.channel-login {
    background: #FFF;
}

.sidenavsearch1 {
}


    .sidenavsearch1 .filled .form-control {
        background: #fff url(../icon/search-normal.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-repeat: no-repeat;
        border: 1px solid #CBD5E1;
        padding: 10px 7px 10px 35px;
        width: 100%;
        background-position: 7px;
        border-radius: 10px;
        font-size: 12px;
        color: #475569;
    }

        .sidenavsearch1 .filled .form-control:focus {
            background: #fff url(../icon/search-normal.png);
            background-position-x: 0%;
            background-position-y: 0%;
            background-repeat: repeat;
            background-repeat: no-repeat;
            border: 1px solid #CBD5E1;
            padding: 10px 7px 10px 35px;
            width: 100%;
            background-position: 7px;
            border-radius: 10px;
            font-size: 12px;
            color: #475569;
        }

.alert-lightGreen {
    color: #00b69f !important;
    background-color: #e6f5f0 !important;
}

.alert-lightPurple {
    color: #7743db !important;
    background-color: #e7e7ff !important;
}

.alert-lightOrange {
    color: #ffb229 !important;
    background-color: #fff5e4 !important;
}



.project-body {
}

    .project-body .project-card-body {
        padding: 1.5rem !important;
    }

    .project-body .badge {
        border-radius: 20px;
        padding: 8px 18px;
    }

    .project-body .badge-new {
        background: #FFFBEB !important;
        color: #D99D06 !important;
    }

    .project-body .badge-end {
        background: #FAECEC !important;
        color: #DD0000 !important;
    }

    .project-body #upComingEvent .badge-end {
        background: #fbf8f4 !important;
        color: #D6AC84 !important;
    }

    .project-body .badge-under {
        background: #F8EAFF !important;
        color: #7743DB !important;
    }

    .project-body .badge-ready {
        background: #E6F2E7 !important;
        color: #00900B !important;
    }

    .project-body .badge-Gallery {
        background: #fbf8f4 !important;
        color: #D6AC84 !important;
    }

    .project-body .project-box .card {
        border-radius: 0px !important;
    }

        .project-body .project-box .card img {
            object-fit: fill;
        }

        .project-body .project-box .card .card-img-overlay {
            background: rgba(0,0,0,.05);
            border-radius: var(--border-radius-lg);
        }

            .project-body .project-box .card .card-img-overlay .btn-light, .btn-light:not(:disabled):not(.disabled).focus, .btn-light:not(:disabled):not(.disabled):focus {
                background-color: #fff;
            }

        .project-body .project-box .card .card-img-overlay {
            padding: 10px 10px 10px 10px;
        }

    .project-body .project-box {
        border-radius: 0px !important;
    }

    .project-body .project-box {
        color: #1E293B !important;
    }

        .project-body .project-box small, .project-body .project-box .text-muted {
            color: #64748B !important;
        }

.bg-black {
    background: #000 !important;
}

#divShareProjects .social-menu ul li a img {
    width: 34px !important;
    height: 34px !important;
}

.text-gold {
    color: #D6AC84 !important;
}

.wrapper .dialog {
    height: auto !important;
}

.project-body .project-card-body .carousel-indicators {
    position: absolute;
    z-index: 1;
    margin-bottom: -2rem;
}

    .project-body .project-card-body .carousel-indicators [data-bs-target] {
        background-color: #000;
    }

    .project-body .project-card-body .carousel-indicators [data-bs-target] {
        width: 8px;
        height: 8px;
        border: none;
        border-radius: 25px;
    }

    .project-body .project-card-body .carousel-indicators .active {
        opacity: 1;
        width: 40px;
        border-radius: 25px;
    }

.project-body .project-card-body .text-muted {
    color: #475569 !important;
}

.project-body h5 {
    font-size: 18px !important;
    color: #1E293B !important;
}

.project-body {
    font-family: 'Poppins', sans-serif !important;
}




    .project-body .project-testimonials-body {
        padding: 16px !important;
    }


        .project-body .project-testimonials-body .rounded-box {
            border: 1px solid #E2E8F0;
            border-radius: 16px;
            padding: 20px;
            margin-bottom: 12px; /* Reduced horizontal margin */
            background-color: #ffffff; /* White background */
        }

            .project-body .project-testimonials-body .rounded-box h5 {
                font-size: 14px !important;
                color: #1E293B !important;
                font-weight: 600;
            }

        .project-body .project-testimonials-body .review-content {
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #475569 !important;
            text-align: left;
            font-size: 12px;
            font-family: 'Poppins', sans-serif !important;
        }

        .project-body .project-testimonials-body .text-muted {
            color: #475569 !important;
            text-align: left !important;
            font-size: 12px !important;
            font-family: 'Poppins', sans-serif !important;
        }

        .project-body .project-testimonials-body .rounded-box .read-more {
            color: #D6AC84 !important;
            text-decoration: underline;
            font-size: 12px !important;
        }

        .project-body .project-testimonials-body .rounded-box .user {
            font-size: 12px !important;
            color: #D6AC84 !important;
            font-weight: 500;
            border: 1px #D6AC84 solid;
            border-radius: 50%;
            padding: 8px;
            text-transform: uppercase;
            height: 36px;
            width: 36px;
            text-align: center;
            font-weight: 600;
        }

        .project-body .project-testimonials-body .rounded-box .name {
            font-size: 14px !important;
            color: #1E293B !important;
            font-weight: 500;
        }

        .project-body .project-testimonials-body .rounded-box .textsmall {
            font-size: 12px !important;
            color: #475569 !important;
            font-weight: 400;
        }

        .project-body .project-testimonials-body .testimonialsbox {
        }

            .project-body .project-testimonials-body .testimonialsbox .alert-testimonials {
                background-color: #F5F5F5;
                padding: 10px;
                margin: 0;
            }

        .project-body .project-testimonials-body .rounded-box .ps-4 {
            padding-left: 1.2rem !important;
        }

        .project-body .project-testimonials-body .testimonialsbox .btn-outline-warning {
            border-radius: 25px;
            box-shadow: inset 0 0 0 1px #64748B !important;
            color: #64748B !important;
            background-color: #fff !important;
        }

            .project-body .project-testimonials-body .testimonialsbox .btn-outline-warning:hover {
                border-radius: 25px;
                box-shadow: inset 0 0 0 1px #D6AC84 !important;
                color: #D6AC84 !important;
            }

            .project-body .project-testimonials-body .testimonialsbox .btn-outline-warning.active {
                border-radius: 25px;
                box-shadow: inset 0 0 0 1px #D6AC84 !important;
                color: #D6AC84 !important;
            }

        .project-body .project-testimonials-body .review-box {
            border: 1px #D99D06 solid;
            background: #FFFBEB;
            padding: 8px;
            width: 100%;
            height: auto;
            border-radius: 8px;
            margin-bottom: 14px;
        }

            .project-body .project-testimonials-body .review-box h5 {
                color: #D99D06 !important;
                font-size: 12px !important;
                font-weight: 600;
            }

            .project-body .project-testimonials-body .review-box p {
                color: #1E293B !important;
                font-size: 12px !important;
            }

        .project-body .project-testimonials-body .testimonialsbox .btn-check:checked + .btn-outline-warning,
        .project-body .project-testimonials-body .testimonialsbox .btn-check:active + .btn-outline-warning,
        .project-body .project-testimonials-body .testimonialsbox .btn-outline-warning:active,
        .project-body .project-testimonials-body .testimonialsbox .btn-outline-warning.active,
        .project-body .project-testimonials-body .testimonialsbox .btn-outline-warning.dropdown-toggle.show {
            border-radius: 25px;
            box-shadow: inset 0 0 0 1px #D6AC84 !important;
            color: #D6AC84 !important;
        }

        .project-body .project-testimonials-body .testimonialsbox .form-control {
            background-color: #fff;
            border-color: #CBD5E1 !important;
            border-radius: 8px !important;
        }

    .project-body .hidden {
        display: none;
    }

    .project-body .reddem-group .btn-outline-secondary:hover {
        color: #fff !important;
        background-color: #ed3237;
        box-shadow: initial !important;
    }

    .project-body .reddem-group .btn-check:active + .btn-outline-secondary,
    .project-body .reddem-group .btn-check:checked + .btn-outline-secondary,
    .reddem-group .btn-outline-secondary.active,
    .project-body .reddem-group .btn-outline-secondary.dropdown-toggle.show,
    .project-body .reddem-group .btn-outline-secondary:active {
        color: #fff !important;
        background-color: #ed3237;
        border-color: initial;
    }

.font-14 {
    font-size: 14px !important;
}

.font-12 {
    font-size: 12px !important;
}

.popover {
    border-radius: 8px !important;
    border-color: #000 !important;
    background-color: #000 !important;
    color: #fff !important;
}

    .popover .popover-body, .popover .popover-header {
        padding: var(--card-spacing-xs) var(--card-spacing-sm);
        color: #fff !important;
        border: initial;
        font-size: 1em
    }

.bs-popover-auto[x-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::before {
    border-left-color: #000 !important;
}

.bs-popover-auto[x-placement^="left"] > .popover-arrow::after, .bs-popover-start > .popover-arrow::after {
    border-left-color: #000 !important;
}

.bs-popover-auto[x-placement^="top"] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
    border-top-color: #000 !important;
}

.bs-popover-auto[x-placement^="top"] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
    border-top-color: #000 !important;
}

.project-body .btn-light:hover, .project-body .btn-light:not(:disabled):not(.disabled).focus:hover, .project-body .btn-light:not(:disabled):not(.disabled):focus:hover {
    background-color: #e6d9d7 !important;
}

.project-body .calendar-box {
    width: auto;
    height: auto;
    border: 1px solid #E2E8F0;
    border-top: 0px;
    border-radius: 8px !important;
}

    .project-body .calendar-box .calendar-month {
        background: #E2E8F0 !important;
        font-size: 9px !important;
        text-align: center;
        padding: 2px !important;
        border-radius: 8px 8px 0px 0px !important;
    }

    .project-body .calendar-box .calendar-date {
        font-size: 13px !important;
        text-align: center;
        padding: 2px !important;
    }

.project-body .bg-outline-muted {
    box-shadow: inset 0 0 0 1px #E2E8F0 !important;
    color: #E2E8F0 !important;
}

.project-body .project-event-body {
    padding: 0.5rem !important;
}

    .project-body .project-event-body .review-box {
        border: 1px #edd7c3 solid;
        background: #fbf4ed;
        padding: 8px;
        width: 100%;
        height: auto;
        border-radius: 8px;
        margin-bottom: 14px;
    }

        .project-body .project-event-body .review-box h5 {
            color: #1E293B !important;
            font-size: 12px !important;
            font-weight: 600;
        }

        .project-body .project-event-body .review-box h4 {
            color: #1E293B !important;
            font-size: 14px !important;
            font-weight: 600;
        }

        .project-body .project-event-body .review-box p {
            color: #64748B !important;
            font-size: 12px !important;
        }

    .project-body .project-event-body .btn-check:checked + .btn-outline-muted,
    .project-body .project-event-body .btn-check:active + .btn-outline-muted,
    .project-body .project-event-body .btn-outline-muted:active,
    .project-body .project-event-body .btn-outline-muted.active,
    .project-body .project-event-body .btn-outline-muted.dropdown-toggle.show {
        border-radius: 25px;
        box-shadow: inset 0 0 0 1px #CBD5E1 !important;
        color: #CBD5E1 !important;
    }

    .project-body .project-event-body .btn-check:active + .btn-outline-muted,
    .project-body .project-event-body .btn-check:checked + .btn-outline-muted,
    .project-body .project-event-body .btn-outline-muted.active,
    .project-body .project-event-body .btn-outline-muted.dropdown-toggle.show,
    .project-body .project-event-body .btn-outline-muted:active {
        color: #000 !important;
        background-color: #CBD5E1;
        border-color: initial;
        box-shadow: none !important;
        border-radius: 25px;
    }



.Bundle .card-body {
    padding: 2rem !important;
}

.downupPopup {
    position: fixed;
    bottom: 175px;
    overflow: hidden;
    z-index: 99;
    will-change: transform;
    background-color: #fff;
    height: 100%;
    left: 50%;
}

    .downupPopup.no-act {
        transform: translate(-50%, 100vh) !important;
    }

.downupPopup-header {
    padding: 2vh 15px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    display: none;
}

    .downupPopup-header .downupPopup-kapat {
        align-self: center;
        font-size: 20px;
        cursor: pointer;
    }

.downupPopup-content {
}

.downupPopup1 {
    position: fixed;
    bottom: 0px;
    overflow: hidden;
    z-index: 99;
    will-change: transform;
    background-color: #fff;
    height: 100%;
    left: 49%;
    padding: 10px;
    width: 375px;
    
}
.downupPopup1.no-act {
    transform: translate(-50%, 100vh) !important;
}

.downupPopup1-header {
    padding: 2vh 15px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    display: none;
}

    .downupPopup1-header .downupPopup1-kapat {
        align-self: center;
        font-size: 20px;
        cursor: pointer;
    }

.downupPopup1-content {
}
.enddiv1 {
    bottom: 230px !important;
}
.updiv {
    bottom: 300px !important;
}
.updiv1 {
    bottom: 175px !important;
}
.vh-90 {
    height: 90vh;
}
.vh-46 {
    height:46vh;
}
#dark-back {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    background: rgba(0, 0, 0, 0.4);
    z-index: 90;
    padding-right: 17px;
    overflow: hidden;
}

.project-body .project-Referrals-body {
    padding: 1.5rem !important;
}

    .project-body .project-Referrals-body .user {
        font-size: 12px !important;
        color: #D6AC84 !important;
        font-weight: 500;
        border: 1px #D6AC84 solid;
        border-radius: 50%;
        padding: 10px;
        text-transform: uppercase;
        height: 40px;
        width: 40px;
        text-align: center;
        font-weight: 600;
    }

    .project-body .project-Referrals-body #referrals-body h6 {
        font-size: 14px !important;
        color: #1E293B !important;
        font-weight: 500 !important;
        margin-bottom: 2px !important;
    }

    .project-body .project-Referrals-body #referrals-body .textsmall {
        font-size: 14px !important;
        color: #475569 !important;
        font-weight: 400;
    }

    .project-body .project-Referrals-body #referrals-body .text-warning {
        color: #D99D06 !important;
        font-size: 14px !important;
        font-weight: 500;
    }

    .project-body .project-Referrals-body #referrals-body .text-success {
        color: #25A42F !important;
        font-size: 14px !important;
        font-weight: 500;
    }

.project-body .sidenavsearch1 h5 {
    font-size: 16px !important;
    font-weight: 500;
}

.project-body .top-review-box {
    border: 0px #D99D06 solid;
    background: #FFEFF1;
    padding: 20px 16px 20px 16px;
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 14px;
}

    .project-body .top-review-box h5 {
        color: #1E293B !important;
        font-size: 18px !important;
        font-weight: 600;
    }

    .project-body .top-review-box .review-box p {
        color: #64748B !important;
        font-size: 14px !important;
    }








.project-body .files input[type="file"]::file-selector-button {
    background: var(--foreground);
    color: #fff;
}

.project-body .files .form-control::file-selector-button {
    padding: .375rem 0rem;
    padding-top: 0.375rem;
    margin: -.375rem -1.75rem;
    border-inline-end-width: 0px;
    text-align: center;
    padding-top: 3rem;
}

.project-body .files .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: transparent;
}

.project-body .files input {
    outline: 2px dashed #92b0b3;
    /* outline-offset: -10px;*/
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 30px 0px 85px 0%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}

    .project-body .files input:focus {
        outline: 2px dashed #92b0b3;
        /*outline-offset: -10px;*/
        -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
        transition: outline-offset .15s ease-in-out, background-color .15s linear;
        border: 1px solid #92b0b3;
    }

.project-body .files .form-control {
    border-color: transparent;
}

.project-body .files {
    position: relative
}

    .project-body .files::before {
        pointer-events: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 96%;
        right: 0;
        height: 36px;
        content: "";
        display: block;
        margin: 0px auto;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("../icon/document-download.svg");
        background-position: center top;
    }

.project-body .color input {
    background-color: #f1f1f1;
}

.project-body .files:after {
    position: absolute;
    bottom: 20px;
    left: 0;
    pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: "Click to upload \a PNG or JPG  (max. 10mb)";
    white-space: pre-wrap;
    display: block;
    margin: 0 auto;
    color: #D6AC84;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
}







.project-body .files1 input[type="file"]::file-selector-button {
    background: var(--foreground);
    color: #fff;
}

.project-body .files1 .form-control::file-selector-button {
    padding: .375rem 0rem;
    padding-top: 0.375rem;
    margin: -.375rem -1.75rem;
    border-inline-end-width: 0px;
    text-align: center;
    padding-top: 3rem;
}

.project-body .files1 .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: transparent;
}

.project-body .files1 input {
    outline: 2px dashed #92b0b3;
    /* outline-offset: -10px;*/
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 30px 0px 85px 0%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}

    .project-body .files1 input:focus {
        outline: 2px dashed #92b0b3;
        /*outline-offset: -10px;*/
        -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
        transition: outline-offset .15s ease-in-out, background-color .15s linear;
        border: 1px solid #92b0b3;
    }

.project-body .files1 .form-control {
    border-color: transparent;
}

.project-body .files1 {
    position: relative
}

    .project-body .files1::before {
        pointer-events: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 96%;
        right: 0;
        height: 36px;
        content: "";
        display: block;
        margin: 0px auto;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("../icon/document-download.svg");
        background-position: center top;
    }

.project-body .color input {
    background-color: #f1f1f1;
}

.project-body .files1:after {
    position: absolute;
    bottom: 20px;
    left: 0;
    pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: "Click to upload \a MP4, MOV, WEBM (max. 50mb)";
    white-space: pre-wrap;
    display: block;
    margin: 0 auto;
    color: #D6AC84;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
}








.project-body .files input[type="file"]::file-selector-button {
    background: var(--foreground);
    color: #fff;
}

.project-body .files .form-control::file-selector-button {
    padding: .375rem 0rem;
    padding-top: 0.375rem;
    margin: -.375rem -1.75rem;
    border-inline-end-width: 0px;
    text-align: center;
    padding-top: 3rem;
}

.project-body .files .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: transparent;
}

.project-body .files input {
    outline: 2px dashed #92b0b3;
    /* outline-offset: -10px;*/
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 30px 0px 85px 0%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}

    .project-body .files input:focus {
        outline: 2px dashed #92b0b3;
        /*outline-offset: -10px;*/
        -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
        transition: outline-offset .15s ease-in-out, background-color .15s linear;
        border: 1px solid #92b0b3;
    }

.project-body .files .form-control {
    border-color: transparent;
}

.project-body .files {
    position: relative
}

    .project-body .files::before {
        pointer-events: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 96%;
        right: 0;
        height: 36px;
        content: "";
        display: block;
        margin: 0px auto;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("../icon/document-download.svg");
        background-position: center top;
    }

.project-body .color input {
    background-color: #f1f1f1;
}

.project-body .files:after {
    position: absolute;
    bottom: 20px;
    left: 0;
    pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: "Click to upload \a PNG or JPG  (max. 10mb)";
    white-space: pre-wrap;
    display: block;
    margin: 0 auto;
    color: #D6AC84;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
}







.project-body .files1 input[type="file"]::file-selector-button {
    background: var(--foreground);
    color: #fff;
}

.project-body .files1 .form-control::file-selector-button {
    padding: .375rem 0rem;
    padding-top: 0.375rem;
    margin: -.375rem -1.75rem;
    border-inline-end-width: 0px;
    text-align: center;
    padding-top: 3rem;
}

.project-body .files1 .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: transparent;
}

.project-body .files1 input {
    outline: 2px dashed #92b0b3;
    /* outline-offset: -10px;*/
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 30px 0px 85px 0%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}

    .project-body .files1 input:focus {
        outline: 2px dashed #92b0b3;
        /*outline-offset: -10px;*/
        -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
        transition: outline-offset .15s ease-in-out, background-color .15s linear;
        border: 1px solid #92b0b3;
    }

.project-body .files1 .form-control {
    border-color: transparent;
}

.project-body .files1 {
    position: relative
}

    .project-body .files1::before {
        pointer-events: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 96%;
        right: 0;
        height: 36px;
        content: "";
        display: block;
        margin: 0px auto;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("../icon/document-download.svg");
        background-position: center top;
    }

.project-body .color input {
    background-color: #f1f1f1;
}

.project-body .files1:after {
    position: absolute;
    bottom: 20px;
    left: 0;
    pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: "Click to upload \a MP4, MOV, WEBM (max. 50mb)";
    white-space: pre-wrap;
    display: block;
    margin: 0 auto;
    color: #D6AC84;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
}


#Ongoing {
    width: 31%;
    left: 50%;
    padding: 0px 15px 30px 15px;
}

#Past {
    width: 31%;
    left: 50%;
    padding: 0px 15px 30px 15px;
    padding-top: 15px;
    height: 95vh;
}

#Upcoming {
    width: 31%;
    left: 50%;
    padding: 0px 15px 30px 15px;
    padding-top: 15px;
    height: 95vh;
}

#Ongoing .progress {
    position: relative;
    top: 20px;
    z-index: 1;
    left: 30px;
}

    #Ongoing .progress .progress-bar {
        background-color: #ED3237 !important;
    }



#EligibilityPopup {
    width: 31% !important;
    left: 50%;
    padding: 0px 15px 30px 15px;
}

    #EligibilityPopup .progress {
        position: absolute;
        left: 34px;
        z-index: 1;
        top: 26px;
    }

    #EligibilityPopup .progress {
        width: .25rem;
        height: 100%;
        border-radius: 0px;
        background-color: var(--separator-light);
    }

        #EligibilityPopup .progress .progress-bar {
            background-color: #ED3237 !important;
            width: .25rem;
        }

    #EligibilityPopup .progress {
        position: absolute;
        left: 34px;
        z-index: 1;
        top: 26px;
    }

    #EligibilityPopup .progress {
        width: .25rem;
        height: 100%;
        border-radius: 0px;
        background-color: var(--separator-light);
    }

        #EligibilityPopup .progress .progress-bar {
            background-color: #ED3237 !important;
            width: .25rem;
        }

.progressbar-wrapper {
    background: transparent;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
}

    .progressbar-wrapper ul {
        padding-left: 1rem;
    }

    .progressbar-wrapper .progressbar li {
        list-style-type: none;
        width: 20%;
        float: left;
        font-size: 12px;
        position: relative;
        text-align: center;
        text-transform: none;
        color: #7d7d7d;
        text-align: left;
    }

        .progressbar-wrapper .progressbar li:before {
            width: 40px;
            height: 40px;
            content: "";
            line-height: 40px;
            border: 2px solid #FEA535;
            display: block;
            text-align: center;
            margin: 0 auto 3px 0;
            border-radius: 50%;
            position: relative;
            z-index: 2;
            background-color: #FEA535;
        }

        .progressbar-wrapper .progressbar li:after {
            width: 100%;
            height: 4px;
            content: '';
            position: absolute;
            background-color: #fff;
            top: 20px;
            left: -100%;
            z-index: 0;
        }

        .progressbar-wrapper .progressbar li:first-child:after {
            content: none;
        }

        .progressbar-wrapper .progressbar li.active {
            color: green;
            font-weight: bold;
        }

            .progressbar-wrapper .progressbar li.active:before {
                border-color: #ED3237;
                background: green;
            }

            .progressbar-wrapper .progressbar li.active + li:after {
                /*background-color: #ED3237;*/
                background-color: #ED3237;
            }


        .progressbar-wrapper .progressbar li.active15 + li:after {
            /* width: 100% !important;*/
            /*   background-color: #ED3237;*/
            /* background-image: linear-gradient(to right, orange 20%, rgba(0,0,0,0) 80%);*/
            background-image: linear-gradient(to right, #ED3237 15%, rgb(251 247 247 / 100%) 0%);
        }

        .progressbar-wrapper .progressbar li.active20 + li:after {
            /* width: 20% !important;
            background-color: #ED3237;*/
            background-image: linear-gradient(to right, #ED3237 20%, rgb(251 247 247 / 100%) 0%);
        }

        .progressbar-wrapper .progressbar li.active30 + li:after {
            background-image: linear-gradient(to right, #ED3237 30%, rgb(251 247 247 / 100%) 0%);
        }

        .progressbar-wrapper .progressbar li.active40 + li:after {
            background-image: linear-gradient(to right, #ED3237 40%, rgb(251 247 247 / 100%) 0%);
        }

        .progressbar-wrapper .progressbar li.active50 + li:after {
            background-image: linear-gradient(to right, #ED3237 50%, rgb(251 247 247 / 100%) 0%);
        }

        .progressbar-wrapper .progressbar li.active60 + li:after {
            background-image: linear-gradient(to right, #ED3237 60%, rgb(251 247 247 / 100%) 0%);
        }

        .progressbar-wrapper .progressbar li.active70 + li:after {
            background-image: linear-gradient(to right, #ED3237 70%, rgb(251 247 247 / 100%) 0%);
        }

        .progressbar-wrapper .progressbar li.active80 + li:after {
            background-image: linear-gradient(to right, #ED3237 80%, rgb(251 247 247 / 100%) 0%);
        }

        .progressbar-wrapper .progressbar li.active90 + li:after {
            background-image: linear-gradient(to right, #ED3237 90%, rgb(251 247 247 / 100%) 0%);
        }

        .progressbar-wrapper .progressbar li.active:before {
            content: "\2713";
            color: #fff;
            background: #ED3237;
            background-size: 60%;
        }

        .progressbar-wrapper .progressbar li::before {
            background: #FEA535;
            background-size: 60%;
            color: #fff;
        }

    .progressbar-wrapper .progressbar {
        counter-reset: step;
    }

        .progressbar-wrapper .progressbar li:before {
            content: counter(step);
            counter-increment: step;
        }

        .progressbar-wrapper .progressbar .alertbox {
            margin-left: 0px;
            top: 0px;
            background: #FFFCF899;
            width: 90%;
        }

#EligibilityPopup .progressbar-wrapper {
    background: transparent;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 5px;
    position: relative;
}


    #EligibilityPopup .progressbar-wrapper .progressbar li::after {
        width: 4px;
        height: 100px;
        content: '';
        position: absolute;
        background-color: #E2E8F0;
        top: -100px;
        left: 4%;
        z-index: 0;
    }

    #EligibilityPopup .progressbar-wrapper .progressbar li {
        list-style-type: none;
        width: 100%;
        float: none;
        font-size: 12px;
        position: relative;
        text-align: center;
        text-transform: none;
        color: #7d7d7d;
        height: 135px;
    }

        #EligibilityPopup .progressbar-wrapper .progressbar li::before {
            background: #FEA535;
            background-size: 60%;
            color: #fff;
        }

        #EligibilityPopup .progressbar-wrapper .progressbar li::before {
            margin: 0 auto 3px 0px;
        }

        #EligibilityPopup .progressbar-wrapper .progressbar li.active::before {
            background-color: #ED3237;
        }

        #EligibilityPopup .progressbar-wrapper .progressbar li.active + li:after {
            background-color: #ED3237;
            /* background-color: #e2e8f;*/
        }

        #EligibilityPopup .progressbar-wrapper .progressbar li.active15 + li:after {
            background-image: linear-gradient(to bottom, #ED3237 15%, rgb(251 247 247 / 100%) 0%);
        }

        #EligibilityPopup .progressbar-wrapper .progressbar li.active20 + li:after {
            background-image: linear-gradient(to bottom, #ED3237 20%, rgb(251 247 247 / 100%) 0%);
        }

        #EligibilityPopup .progressbar-wrapper .progressbar li.active30 + li:after {
            background-image: linear-gradient(to bottom, #ED3237 30%, rgb(251 247 247 / 100%) 0%);
        }

        #EligibilityPopup .progressbar-wrapper .progressbar li.active40 + li:after {
            background-image: linear-gradient(to bottom, #ED3237 40%, rgb(251 247 247 / 100%) 0%);
        }

        #EligibilityPopup .progressbar-wrapper .progressbar li.active50 + li:after {
            background-image: linear-gradient(to bottom, #ED3237 50%, rgb(251 247 247 / 100%) 0%);
        }

        #EligibilityPopup .progressbar-wrapper .progressbar li.active60 + li:after {
            background-image: linear-gradient(to bottom, #ED3237 60%, rgb(251 247 247 / 100%) 0%);
        }

        #EligibilityPopup .progressbar-wrapper .progressbar li.active70 + li:after {
            background-image: linear-gradient(to bottom, #ED3237 70%, rgb(251 247 247 / 100%) 0%);
        }

        #EligibilityPopup .progressbar-wrapper .progressbar li.active80 + li:after {
            background-image: linear-gradient(to bottom, #ED3237 80%, rgb(251 247 247 / 100%) 0%);
        }

        #EligibilityPopup .progressbar-wrapper .progressbar li.active90 + li:after {
            background-image: linear-gradient(to bottom, #ED3237 90%, rgb(251 247 247 / 100%) 0%);
        }




    #EligibilityPopup .progressbar-wrapper .progressbar .alertbox {
        margin-left: 50px;
        top: -50px;
        background: #F8FAFC;
        width: auto;
        border-radius: 6px;
        overflow: scroll;
        height: 125px;
    }

    #EligibilityPopup .progressbar-wrapper .progressbar h5 {
        font-size: 14px !important;
    }



.scrolling-wrapper {
    overflow-x: scroll;
}

.w1000 {
    width: 600px;
    height: auto;
}

#EligibilityPopup .w1000 {
    width: auto;
    height: 400px;
}

#EligibilityPopup .desk-none {
    display: inline-block;
}


.project-body .project-testimonials-body .visitor-box .user {
    font-size: 12px !important;
    color: #D6AC84 !important;
    font-weight: 500;
    border: 1px #D6AC84 solid;
    border-radius: 50%;
    padding: 11px 8px 8px 8px;
    text-transform: uppercase;
    height: 42px;
    width: 42px;
    text-align: center;
    font-weight: 600;
}

.project-body .project-testimonials-body .visitor-box .name {
    font-size: 14px !important;
    color: #1E293B !important;
    font-weight: 500;
}

.project-body .project-testimonials-body .visitor-box .textsmall {
    font-size: 12px !important;
    color: #D99D06 !important;
}

.Bundle .card-body {
    padding: 2rem !important;
}

.project-body .sidenavsearch1 .Couponfilter {
    display: none;
}

.project-body .project-coupon-body .sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 25px;
    width: 100%;
    border: 1px #E2E8F0 solid;
}

    .project-body .project-coupon-body .sidebar-menu > li {
        margin-bottom: 0px;
    }

    .project-body .project-coupon-body .sidebar-menu .cat-element {
        padding: 5px 5px 5px 15px;
        display: block;
        color: #1E293B;
        border-bottom: 1px #E2E8F0 solid;
    }

.project-body .project-coupon-body .CouponTab .nav-pills .nav-link.active, .project-body .project-coupon-body .CouponTab .nav-pills .show > .nav-link {
    background-color: #000000 !important;
    color: #D6AC84 !important;
}

.project-body .project-coupon-body .CouponTab .nav-pills .nav-link {
    width: 100%;
}

.project-body .project-coupon-body .CouponTab .nav > li {
    width: 33.3%;
}

#flip {
    cursor: pointer;
}

#panel {
    display: none;
    color: #1E293B !important;
}

/*#flip:not(.slideToggle)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}*/
.clickon,
.textopen {
    color: #D6AC84 !important;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0;
    border-radius: 0px;
    width: 100%;
    padding: 10px 5px 0px 25px;
}

    .pagination > li > a, .pagination > li > span {
        display: inline-block;
        margin: 0 7px;
        padding: 0 13px;
        line-height: 32px;
        height: 36px;
        border: 2px solid transparent;
        border-radius: 4px;
        -webkit-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }




    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        border-color: #000000;
        background-color: #000000;
        color: #D6AC84;
    }


    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        border-color: #000000;
        background-color: #000000;
        color: #D6AC84;
    }

    .pagination > li {
        display: inline;
    }

.Event-p-3 {
    padding: 1rem !important;
}
#mainBoxBody p {
    margin-top: 0;
    margin-bottom: .5rem;
}

.left-design {
    /* background-image: url('../img/left-bg.jpg');*/
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 82px;
    width: 91px;
    position: absolute;
    bottom: 60px;
    z-index: 100;
}
#kycForm .filled .form-select {
    border-color: #64748B;
    background-color: #fcfcfc;
    color: #050505;
}

#seeResultsPopup {
    
    background: #fd6579 url(../img/background/Announcement-Background.png);
    background-position: center top;
    background-repeat: no-repeat;
}
.btn-date {
    background: #F96667;
    background: linear-gradient(0deg,rgba(249, 102, 103, 1) 0%, rgba(255, 182, 108, 1) 100%);
    border:2px solid #fff;
    border-radius:50px;
    color:#fff;
    text-align:center;
    width:100%;
}
.pink-text {
    color: #f86572;
}
#seeResultsPopup .table th {
    font-size: 12px;
    color: #f86572;
    font-weight: bold;
    border-bottom: 1px solid #E9EAEB;
}
#seeResultsPopup .table td {
    background: #FFF !important;
    font-size: 12px;
    border-bottom: 1px solid #E9EAEB;
}
#seeResultsPopup h6 {
    color: #1E293B;
    font-size: 16px;
}
#seeResultsPopup p {
    font-size: 12px;
    color: #64748B;
}
#seeResultsPopup .table-striped > tbody > tr:nth-of-type(2n+1) {
    --bs-table-accent-bg: #FFF;
    
}
#MoreInfoPopup {
    background: #fd6579 url(../img/background/Frame-Background.png);
    background-position: center top;
    background-repeat: no-repeat;
}
    #MoreInfoPopup h6 {
        color: #1E293B;
        font-size:16px;
    }
    #MoreInfoPopup p {
        font-size: 12px;
        color: #64748B;
    }
    #MoreInfoPopup .table th {
        font-size: 12px;
        color: #f86572;
        font-weight: bold;
        border-bottom: 1px solid #E9EAEB;
    }

    #MoreInfoPopup .table td {
        background: #FFF !important;
        font-size: 12px;
        border-bottom: 1px solid #E9EAEB;
    }
    #MoreInfoPopup .table-striped > tbody > tr:nth-of-type(2n+1) {
        --bs-table-accent-bg: #FFF;
    }







#AadharPopup {
    background: #fff);
    background-position: center top;
    background-repeat: no-repeat;
}

    #AadharPopup h6 {
        color: #1E293B;
        font-size: 16px;
    }

    #AadharPopup p {
        font-size: 12px;
        color: #64748B;
    }

    #AadharPopup .table th {
        font-size: 12px;
        color: #f86572;
        font-weight: bold;
        border-bottom: 1px solid #E9EAEB;
    }

    #AadharPopup .table td {
        background: #FFF !important;
        font-size: 12px;
        border-bottom: 1px solid #E9EAEB;
    }

    #AadharPopup .table-striped > tbody > tr:nth-of-type(2n+1) {
        --bs-table-accent-bg: #FFF;
    }

.confetti-bg {
    background: url(../icon/confetti-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: -40px;
    width: 96px;
    height: 96px;
    left: 34%;
}
#RetailerImageDialog {
    padding: 0px !important;
    border-color: transparent !important;
}
    #RetailerImageDialog .ui-widget-content {
        border-radius:0rem !important;
    }
    #RetailerImageDialog .ui-widget-content {
        border-radius: 0rem !important;
    }
.box-profile {
    margin-bottom: 40px;
    background: #fee9e3;
    height: 160px;
    width: 100%;
}
    .box-profile .box-avatar {
        width: 96px;
        height: 96px;
        position: relative;
        bottom: -110px;
        background: #fff;
        padding: 7px;
        border-radius: 50%;
        left:20px;
    }
        .box-profile .box-avatar img {
            border-radius: 50%;
            width: 100%;
        }
#AadharPopup p {
    color: #475569;
    font-size:14px;
    font-weight:400;
}
.wrapper1 {
    position: absolute;
    top: 30%;
	left: 40%; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
}

.dialog1 {
    display: none;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    width: 350px;
    height: auto;
}

    .dialog1 .update-pan {
        background-color: #007bff;
        color: white;
    }

    .dialog1 .update-bank {
        background-color: #28a745;
        color: white;
    }

    .dialog1 .close {
        background-color: transparent;
        color: #000;
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 20px;
        padding: 0;
        border: none;
        cursor: pointer;
    }

        .dialog1 .close:hover {
            color: #dc3545;
        }

    .dialog1 button:hover {
        opacity: 0.8;
    }

.spinappbtm {
    padding-top: 1.5rem !important;
}

    .spinappbtm .spinapptop .col-md-7 br {
        display: none !important
    }

@media (max-width: 768px) {
    .spinappbtm .spinapptop .col-md-7 br {
        display: inline-block !important
    }

    .wrapper1 {
        position: absolute;
        top: 30%;
        left: 0%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        background-color: transparent;
        margin-left: auto;
        margin-right: auto;
    }

    .left-design {
        bottom: 94px;
    }

    html[data-placement="horizontal"] .nav-container .menu-container .menu > li > a {
        padding: 0.75rem 0.6rem;
        height: auto !important;
        display: inline-flex;
        align-items: center;
        font-family: Poppins;
        font-size: 0.8rem;
    }

    #EligibilityPopup .progressbar-wrapper .progressbar li::after {
        left: 5%;
    }

    .w1000 {
        width: 600px;
        height: auto;
    }

    .desk-none {
        display: inline-block;
    }
    /*.progressbar-wrapper .progressbar li::after {
        width: 4px;
        height: 105px;
        content: '';
        position: absolute;
        background-color: #fff;
        top: -100px;
        left: 6%;
        z-index: 0;
    }
    .progressbar-wrapper .progressbar li {
        list-style-type: none;
        width: 100%;
        float: none;
        font-size: 12px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        color: #7d7d7d;
        height: 100px;
    }
   
        .progressbar-wrapper .progressbar li::before {
            background: #FEA535;
            background-size: 60%;
            color: #fff;
        }

        .progressbar-wrapper .progressbar li::before {
           
            margin: 0 auto 3px 0px;
           
        }
        .progressbar-wrapper .progressbar li.active::before {
            
            
        }
    .progressbar-wrapper .progressbar .alertbox {
        margin-left: 50px;
        top: -50px;
        background: #F8FAFC;
    }*/
    #Ongoing {
        width: 100%;
        left: 50%;
    }

    #Past {
        width: 100%;
        left: 50%;
    }

    #Upcoming {
        width: 100%;
        left: 50%;
    }

    .project-body .project-coupon-body .main-sidebar, .project-body .project-coupon-body .left-side {
        position: absolute;
        top: 120px;
        left: 0;
    }

    .project-body .sidenavsearch1 .Couponfilter {
        display: block;
    }

    .project-body .project-Referrals-body {
        padding: 0.5rem !important;
    }

    #EligibilityPopup {
        width: 100% !important;
        left: 50%;
    }

    .Bundle .card-body {
        padding: 1rem !important;
    }

    .project-body .calendar-box {
        width: 35px;
    }

    #divShareProjects #footer-icon-ul {
        display: flex;
        align-items: start;
        justify-content: left;
    }

    .project-body .project-card-body {
        padding: 0rem !important;
    }

    .height-16 {
        height: 108px !important;
        font-size: 12px !important;
        color: #1E293B !important
    }

        .height-16 img {
            width: 40px !important;
            height: 40px !important
        }

    .productImgBig {
        width: 300px;
        height: 180px;
        border-radius: 7px;
        object-fit: fill;
    }

    .productImgSmall {
        width: 125px;
        height: 80px;
        border-radius: 7px;
        object-fit: fill;
    }

    .border-right-mob {
        border-right: 0px solid #CBD5E1;
    }

    .text-desktop {
        display: none;
    }

    .text-mobile {
        display: block
    }

    .scratcLeftPad {
        padding-left: 10px;
    }

    .ScratchPadBox {
        background: #eeefef;
        padding: 0px;
        width: 100%;
        border-radius: 0px;
        margin-bottom: 30px;
    }

    order {
        border: 1px solid #CBD5E1;
        border-radius: 15px;
        width: 100%;
    }

    .order a {
        padding: 10px;
        width: 100%;
        display: inline-block;
    }

    .ImgDiv {
        text-align: center;
    }

    #RenderHere label {
        font-size: 12px;
        width: 100%;
    }

    .productImg {
        width: 160px;
        height: 103px;
        border-radius: 7px;
        object-fit: fill;
    }

    .user-menu {
        width: 340px !important;
        background: #fff !important;
        z-index: 1000000;
    }

    #mySidenav {
        display: none;
    }

    #closeNav {
        display: none;
    }

    .cat-nav {
        display: block;
        margin-top: 10px;
    }
    /* The side navigation menu */
    .sidenav {
        height: auto; /* 100% Full-height */
        width: 100%; /* 0 width - change this with JavaScript */
        position: absolute;
        z-index: 10001; /* Stay on top */
        /*top: 0; */
        left: 0;
        background-color: #fff; /* Black*/
        overflow-x: visible !important; /* Disable horizontal scroll */
        padding-top: 60px; /* Place content 60px from the top */
        transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
        padding-top: 20px !important;
        margin-top: 0px;
    }

        /* The navigation menu links */
        .sidenav a {
            padding: 8px 8px 8px 32px;
            text-decoration: none;
            font-size: 25px;
            color: #000;
            display: block;
            transition: 0.3s;
        }

            /* When you mouse over the navigation links, change their color */
            .sidenav a:hover {
                color: #f1f1f1;
            }

        /* Position and style the close button (top right corner) */
        .sidenav .closebtn {
            position: absolute;
            top: 0;
            right: 15px;
            font-size: 36px;
            margin-left: 50px;
            display: block;
            color: #000;
        }

    .sidenavsearch {
        height: auto; /* 100% Full-height */
        width: 100%; /* 0 width - change this with JavaScript */
        position: relative;
        z-index: 10; /* Stay on top */
        /*top: 0; */
        left: 0;
        background-color: #fff; /* Black*/
        overflow-x: visible !important; /* Disable horizontal scroll */
        padding-top: 60px; /* Place content 60px from the top */
        transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
        padding-top: 20px !important;
        margin-top: 0px;
    }

    .sidenavsearch1 {
    }

        .sidenavsearch1 .filled .form-control {
            background: #fff url(../icon/search-normal.png);
            background-position-x: 0%;
            background-position-y: 0%;
            background-repeat: repeat;
            background-repeat: no-repeat;
            border: 1px solid #CBD5E1;
            padding: 10px 7px 10px 35px;
            width: 100%;
            background-position: 7px;
            border-radius: 10px;
            font-size: 12px;
            color: #475569;
        }

    #closeNav {
        position: relative;
        top: -10px;
        z-index: 100001;
        display: block;
        color: #94A3B8;
        font-size: 16px !important;
        border: none !important;
        height: auto;
        background: #F1F5F9;
        border: 1px solid #CBD5E1;
        padding: 8px;
        border-radius: 25px;
    }


    /*main {
        padding-left:10px !important;
        padding-right:10px !important;
    }*/
    .catalogue-page .card {
        min-height: 140px;
        margin-bottom: 15px;
        border-radius: 0px;
        border: 0px solid #c8cdd5;
        background: transparent;
        box-shadow: none !important;
    }


        .catalogue-page .card .card-body, .catalogue-page .card .card-footer, .catalogue-page .card .card-header {
            padding: 0px;
        }

            .catalogue-page .card .card-body img {
                width: 100% !important;
                height: 80px !important;
            }
}
@media (max-width: 768px) {
    .downupPopup1 {
       
        width: 350px;
    }
}