@import "register.css";
@import "businessProfile.css";

body {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

body::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}
.arrow-icon,
.search-icon {
    color: #ea297a;
    font-size: 28px;
}
.swal-footer{
    text-align: center;
}
.most-searched h5{
    color: #000000;
}
.most-searched {
    padding: 8px 0;
    border-top: 1px solid #855FA8;
    border-bottom: 1px solid #855FA8;
}
.bg-dark {
    color: #572F63 !important;
    background-color: #DAD0F2 !important;
    border-color: #DAD0F2;
    font-weight: 500;
}
.bg-dark-gray {
    background-color: #9983ca;
    color: #fff;
    padding: 8px 25px;

}
.bg-dark-gray:focus{
    background-color: #855FA8;
    box-shadow: none;
}
.shadow.bg-primary{
    background-color: #ea297a !important;
}
.voucher-offer {
    margin: 15px;
    max-width: 250px;
    object-fit: cover;
}
.post-homepage h5,
.promotion-post-wrapp h4{
    color: #441a51;
}
.card.linkContent h5{
    font-size: 1.15rem;
    color: #202124;

}
.card.linkContent h5 .text-secondary{
    font-size: 1rem;
}

.post-homepage .btn-dark{
    background-color: #9983ca;
    border-color: #9983ca;
}
.post-homepage h6{
    color: #000000;
}
.marketplace-sidebar__content--wrapper h4{
    color: #000000;
    font-size: 1.15rem;

}
.page-item.active .page-link {
    background-color: #441a51;
    border-color: #441a51;
}

div.dataTables_wrapper div.dataTables_paginate .paginate_button {
    margin: 0 10px;
}
#mys-wrapper{
    display:block !important;
}
.bg-dark-purple{
    background-color: #441a51;
}
.search-list {
    margin-bottom: 1rem;
    border: 1px solid #dad0f2;
    border-radius: 8px;
}
.post-homepage {
    box-shadow: 0 19px 38px rgb(0 0 0 / 6%), 0 15px 12px rgb(0 0 0 / 6%);
}
.navbar-light .navbar-toggler{
    border-color: transparent;
}
.input-group-text{
    line-height: 0;
}
@import "about.css";
.register-Icon {
    font-size: 20px;
    color: #441a51;
}

.login-register{
    display: none;
    width: 100%;
    padding-left: auto;
}


.contact-Icon {
    font-size: 24px;
}

.star-Icon {
    font-size: 16px;
}

.icons {
    font-size: 25px;
}

.mb25 {
    margin-bottom: 25px;
}

.w155 {
    width: 155px;
}
.navbar-nav li a h4.text-primary {
    font-size: 14px;
}

.card-link{
    font-size: 16px !important;
}
.pillLink {
    color: #441a51;
}

.businessLogo {
    border-radius: 50%;
    margin-left: 65px;
    margin-top: 30px;
}

.profileButton {
    margin-top: -42px;
}

.formWidth {
    width: 635px;
}

.border-dashed{
    border: 1px  dashed;
    border-color: rgb(179, 179, 179);
}

.dotted-border{
    border-left: 3px  dotted;
    border-color: rgb(99, 99, 99);
    padding: 10px 10px 10px 50px;

}
.voucherLogo{
    margin-right: 30px ;
}

.border-information{

    border-color: rgb(179, 179, 179);
}
.line-vertical{
    border-right: 2px  dashed;
    border-color: rgb(173, 173, 173);

}
.discount-offer{
    font-size: 32px !important;
    background: -webkit-linear-gradient(#ec5896, #7847e0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.left-side{
    width: 70%;
}

.right-side{
    width: 40%;
}

.businessBtn,
.contributorBtn,
.loginBtn,
.loginBtn1 {
    padding: 8px 7px;
    font-weight: 500;
    font-size: 13px;
}

/* .most-searched {
    display: block;
}

.most-searched * {
    margin-left: 16px;
}
.most-searched .arrow {
    position: relative;
    top: 3px;
}

.arrow {
    color: black;
} */
.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.footerAbout {
    border-radius: 0.5rem;
}

.sidebar-images-homepage {
    width: 100%;
    height: 72px;
    object-fit: cover;
}

.businessHr {
    color: #e5e5e5;
}

.poll-yes {
    background-color: #7cea90;
}

.poll-action-wrapper {
    column-gap: 10px;
}

.poll-no {
    background-color: #ce274b;
}
.poll-action-wrapper span{
    margin-bottom: 5px;
}
.poll-action-wrapper span.align-self-end{
    align-self: flex-start !important;
}
.promotion-image {
    margin: auto;
    object-fit: cover;
    text-align: center;
}

.card-footer {
    background-color: white;
    padding-top: 5px !important;
}

.follow-img {
    height: 70px;
    object-fit: cover;
}
.premium-content .btn {
    padding: 4px 10px;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 16px;
}
.poll-action-wrapper .progress {
    height: 24px;
}
.progress {
    height: 0.5rem;
}
.sidebar1,
.sidebar2 {
    height: fit-content;
}

.collect-voucher:hover{
    background-color: white;
    border: 1px solid #9983ca;
    color: #9983ca !important;
}

.mid-section {
    padding-left: 20px;
    padding-right: 20px;
}

.mid-section-scroll {
    max-height: 1000px;
    overflow-y: scroll;
    scrollbar-width: none;
}

.mid-section-scroll::-webkit-scrollbar {
    width: 0px;
}

.modal-open {
    padding-right: 0px !important;
}
/* #scrollComment::-webkit-scrollbar-track {
    background: transparent;
}
#scrollComment::-webkit-scrollbar-thumb {
    background-color: rgba(155, 155, 155, 0.5);
    border-radius: 20px;
    border: transparent;
} */
.card-img-top {
    width: auto;
    height: 200px;
    object-fit: cover;
}
.card-img-radius {
    width: auto;
    object-fit: cover;
    border-radius: 8px;
}
.card-img-gallery {
    width: auto;
    object-fit: cover;
    border-radius: 8px;
    height: 200px;
}
.owl-nav {
    margin: 0px !important;
}
.ck.ck-button .ck-button__label {
    font-size: 12px !important;
}

.ck.ck-icon {
    height: 15px !important;
}
.owl-dots {
    display: none;
}

.item {
    padding: 10px;
}

.top-item1 {
    padding: 10px 0px !important;
    width: max-content;
}

.top-item {
    padding: 0px !important;
}

.owl-carousel {
    position: relative;
    color: #441a51;
}

.owl-prev {
    position: absolute;
    top: 40%;
    left: 0%;
}

.owl-next {
    position: absolute;
    top: 40%;
    right: 0%;
}

.owl-prev,
.owl-next {
    font-size: 30px !important;
    width: 24px;
    cursor: pointer !important;
    margin: 0px !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #9983ca !important;
    opacity: 0.5;
}
.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.owl-carousel .caption {
    text-align: center;
}
.postpoup {
    /* max-height: 575px !important; */
    font-size: 12px !important;
}

.test {
    top: 50%;
    transform: translateY(-50%);
}

div#scrollComment {
    max-height: 250px;
    overflow-y: scroll;
    min-height: 100px;
}

#scrollComment::-webkit-scrollbar {
    width: 9px;
}

#scrollComment::-webkit-scrollbar-track {
    background: transparent;
}
#scrollComment::-webkit-scrollbar-thumb {
    background-color: rgba(155, 155, 155, 0.5);
    border-radius: 20px;
    border: transparent;
}

.sidebar1 {
    order: 0;
}
.mid-section {
    order: 1;
}
.sidebar2 {
    order: 2;
}

.logoforvoucher{
    height: 70px;
    object-fit: cover;
}
.text-info{
    font-size: 12px;
    font-weight: 600;
}
.list_hr_display{
    display: none;
}
.view-icon img {
    width: 20px;
    height: 20px;
}
@media (max-width: 1200px) {
    .sidebar1 {
        order: 0;
        width: 50%;
    }

    .mid-section {
        order: 1;
        width: 50%;
        padding-right: 0px;
    }
    .sidebar2 {
        order: 2;
        width: 50%;
        display: none;

    }
}

@media(max-width:367px){
    .profileButton{
        flex-wrap: nowrap !important;
    }
}

@media (max-width: 600px) {
    .sidebar1 {
        order: 0;
        width: 100%;
    }

    .mid-section {
        order: 1;
        width: 100%;
        padding: 0;
    }
    .sidebar2 {
        order: 2;
        width: 50%;
    }
    .most-searched{
        display: none !important;
    }
}

.list-unstyled > li > a {
    color: white !important;
}

@media (max-width: 1283px) {
    .contactUs {
        width: 70%;
    }
}

@media (max-width: 482px){
    .businessBtn, .contributorBtn, .loginBtn{
        padding: 5px 10px;
        width: 135px;
        margin-right: 10px !important;

    }
    .list_hr_display{
        display: block;
    }
}
@media (max-width: 766px) {
    div > .contactUs {
        display: none;
    }

}

@media (max-width: 990px) {
    .nav-profile2 {
        display: none !important;
    }
}
@media (max-width: 1024px) {
    .sidebar-images-homepage {
        height: 108px;
    }
    .businessBtn, .contributorBtn, .loginBtn, .loginBtn1{
        width: auto;
        padding: 8px;
    }
    .buttonGroup .btn{
        padding: 8px;
    }
    .btn.me-4 {
        margin-right: 10px !important;
    }
    .discount-offer{
        font-size: 26px !important;
    }

    .offer-name{
        font-size: 16px !important;
    }
}
@media (max-width: 768px) {
    .sidebar-images-homepage {
        height: 75px;
    }
    .ms-auto.search-list{
        width: 100% !important;
    }
    .voucherLogo img, .logoforvoucher{
        height: 70px ;
    }

    .logoforvoucher{
        height: 70px;
        object-fit: cover;
    }

    .voucher-details h5 {
        font-size: 20px;
    }
    .discount{
        font-size: 26px !important;
    }



}

@media (max-width: 512px) {


    .voucherLogo img{
        width: 100px;
    }

    .left-side{
        width: 100%;
    }

    .right-side{
        width: 100%;
        text-align: center
    }
    .voucherLogo p{
        font-size: 12px !important;
    }
    .coupon-sides{
        display: block !important;
    }

    .line-vertical{
        border-right: none;
        border-bottom : 2px dashed;
    }
    .valid-date{
        margin-top: 0 !important;
    }
    .logoforvoucher{
        margin: 10px 0 !important;
        height: unset;
    }


}

@media(max-width:2560px){
    .mp-logo, .loginBtn{
        display: none;
    }
}
.scrolltest {
    height: 50px;
    overflow-y: scroll;
    scrollbar-width: thin;
    padding-right: 5px;
}

.scrolltest::-webkit-scrollbar {
    width: 3px;
}

.scrolltest::-webkit-scrollbar-track {
    background: transparent;
}
.scrolltest::-webkit-scrollbar-thumb {
    background-color: #c9bbcf;
    border-radius: 20px;
    border: transparent;
}

.dashboard-link > h4 {
    text-align: left;
}

.own-business,
.contributed-business {
    background-color: #f39c12;
}

.ph-briefcase,
.contribute,
.ph-credit-card {
    background-color: #ce830a;
    padding: 10px;
    border-radius: 10px;
    font-size: 32px;
    color: white;
}

.earning {
    background-color: #0798bc;
    padding: 10px;
    border-radius: 10px;
    font-size: 32px;
    color: white;
}

.total-earning {
    background-color: #00c0ef;
}

.recharge-card {
    background-color: #00a65a;
}

.decline {
    background-color: #ef5350;
}

.recharge {
    background-color: #038349;
    padding: 10px;
    border-radius: 10px;
    font-size: 32px;
    color: white;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.decline-icon {
    background-color: #c34643 !important;
    padding: 10px !important;
    border-radius: 10px !important;
    font-size: 32px !important;
    color: white !important;
}
.mfp-content .mfp-img {
    height: 550px !important;
}



#st-2.st-has-labels .st-btn.st-remove-label {
    min-width: 15px !important;
}

.footerlogo {
    width: 170px;
}
@media (max-width: 419px) {
    .popup-voucher{
        display: block !important;
        margin-left: 10px;
    }
}

@media (max-width: 480px) {
    .footerLogo {
        width: 320px;
    }
    .footer .d-flex {
        display: block !important;
        margin-bottom: 10px;
    }
    .footer .me-3{
        margin-right: 0 !important;
        margin-bottom: 10px !important;
    }
    .login-register{
        display: contents !important;
    }
    .owl-prev, .owl-next{
        display: none !important;
    }
    .coming-soon{
        text-align: center;
        padding: 50px 10px;
        color: #ffffff;
        height: 100%;
    }
    .coming-soon h3 {
        font-size: 14px;
    }

    .right-side{
       width: 100% !important;
    }
    .logoforvoucher{
        height: 100px;
        width: 100px !important;
    }
    .text-truncate {
        word-break: break-word;
    }
    .modal-content{
        padding: 0 5px;
    }
    .voucher-offer {
        max-width: 115px;
        margin: 0;
    }
    body{
        background-color: #ffffff;
    }
    .box-shadow{
        box-shadow: 0px 2px 10px rgba(180, 180, 180, 0.25);
    }
    .monile_post_logo{
        border-radius: 4px;
    }
    .load_more_post_data {
        margin-bottom: 20px;
    }
    .progressBar {
        margin-left: 0 !important;
    }
    .navbar-light .navbar-toggler{
        display: none;
    }
    .nav-profile .dropdown-menu{
        display: none;
    }
    .nav-profile .dropdown-toggle::after{
        display: none;
    }
    .mobile-model-wrapp ul{
        margin-top: 15px;
    }
    .mobile-model-wrapp ul li {
        margin-bottom: 10px;
        border-bottom: 1px solid;
        padding-bottom: 10px;
    }
    .mobile-model-wrapp ul li:last-child{
        border-bottom: none;
    }
    .mobile-model-wrapp ul li a i {
        font-size: 12px;
        margin-right: 5px;
    }
    .owl-carousel .owl-item .follow-img {
        width: 50px !important;
    }
    .post-homepage h6 {
        color: #8C8C8C;
        font-size: 10px;
    }
    .card-title-mobile {
        font-size: 12px;
        color: #494949;
    }
    .mr-auto {
        margin: 0 25px;
    }
    .companies-slide-mobile h5{
        font-size: 12px;
    }
    .companies-slide-mobile .btn{
        font-size: 12px;
        padding: 3px 5px;
        line-height: 1;
        border: none;
    }
    .post-homepage h5,
    .promotion-post-wrapp h4{
        font-size: 1.25rem;
        line-height: 26px;
        color: #202124;
    }
    .offer-button p {
        color: #202124;
        font-size: 1rem;
    }
    .custom_font{
        margin-left: 10px;
    }
    hr{
        margin-bottom: 15px;
    }
    .view-icon img {
        width: 20px;
        height: 20px;
    }
    .offer-button a i {
        font-size: 20px;
    }
    .offset_custom{
    display: flex;
    width: auto;
    }
    .pnw_optionimages img{
        width:38px;

    }
    .custom_pnw_optionimages img{
        width:38px;

    }
    .pagination_hide{
        display: none;
    }
    }


@media (max-width: 413px) {
   .login-side{
        margin-top: 5px;
    }


}

@media (max-width: 320px) {
    .footerLogo {
        width: 200px;
    }

    .login-side{
        margin: 0;
    }


}

@media (min-width: 481px) {
    .loadmore_hide{
         display: none !important;
     }


 }


@media (max-width: 992px) {
    .footer-menu {
        flex-direction: column !important;
        text-align: start;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.upload_logo {
    position: relative;
    padding: 11px 16px;
    font: 14px;
    font-weight: bold;
    line-height: 1.5;
    border-radius: 20px;
    color: #1561db;
    background-color: #eaeaea;
    border: none;
    overflow: hidden;
}

.upload_logo:hover {
    background-color: #1561db;
    color: white;
}

.upload_logo input[type="file"] {
    cursor: pointer;
    position: absolute;
    left: 0%;
    top: 0%;
    transform: scale(5);
    opacity: 0;
}

.offer_dashboard {
    height: 100px;
    width: 100px;
    object-fit: cover;
}

.time {
    padding: 10px;
    padding-top: 16px;
}

.image-upload {
    width: 30px;
    background-color: rgb(236, 216, 243);
    border: none;
    color: #441a51;
}

.add-image-title {
    padding: 8px;
}

.ph-x {
    border-radius: 1px;
    padding: 0.5px;
}

.coupon-img {
    width: 50px;
    height: 50px;
    border-radius: 8px !important;
}

.coupon-card {
    background: #ff5a85;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
}

.collect-btn {
    background: #a4e6dc;
}

.postpopup {
    border-right: 1px solid rgb(192, 191, 191);
    padding-right: 0px;
    padding-left: 10px;
}

.price-then {
    text-decoration: line-through;
    margin: 0%;
}

.price-now {
    color: #ff5a85;
    margin: 0%;
}

.registerImg{
   width: 40%;
}

.voucher-price {
    cursor: pointer;
    border-radius: 50%;
    background: white;
    color: #ff5a85;
    padding: 10px;
    font-size: 20px;
    height: 120px;
    width: 120px;
}
.modal-body{
    padding: 0 20px !important;
}


@media (max-width: 767px) {
    .postpoup {
        max-height: 300px !important;
    }
    .post-pop-up {
        width: auto;
        height: fit-content;
        padding: 20px;
        margin: 0 10px;
    }
    .modal-body{
        padding: 0 !important;
    }

    .pop-up-image {
        position: relative;
        width: 100%;
        height: auto;
    }

    .pop-up-close {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 1000;
    }

    .postpopup {
        border-right: 0px;
        padding-left: 0px;
    }
}

.message-img {
    width: 40px;
    height: 40px;
}

.messages:hover {
    background: #ebebeb;
    border-radius: 20px;
}


.message-icon {
    font-size: 30px;
}

input[type="number" i] {
    padding: 1px 1px;
}

.home-mid-content {
    padding: 0 12px;
}

.profile-button {
    padding: 2px 0px !important;
}
@media (max-width: 2500px) {
    .nav-profile {
        display: none !important;
    }
}
@media (max-width: 989px) {
    .nav-profile {
        display: block !important;
    }
}

.mp-logo {
    height: 35px;
    width: 35px;
}

@media (max-width: 2500px) {
    .mp-brand {
        display: none !important;
    }
}

@media (max-width: 493px) {
    .mp-brand {
        display: block !important;
        margin-right: auto;

    }

    .mp-logo{
        display: block ;
    }
    .login-register{
       margin-top: 5px;
    }




}
@media (max-width: 493px) {
    .navbar-brand {
        display: none !important;
    }
}
@media (max-width: 276px) {
    .business-navpills {
        flex-wrap: wrap !important;
        background-color: white;
        border-radius: 20px;
    }
    .galleryDiv {
        margin-left: 0px !important;
    }
}

@media (max-width: 575px) {
    .gallerys {
        display: block !important;
    }
}

.notification-img {
    width: 50px;
    height: 50px;
}

.dot {
    height: 15px;
    width: 15px;
    background-color: #441a51;
    border-radius: 50%;
    display: inline-block;
}

.notification-hover:hover {
    background-color: rgb(230, 229, 229);
    border-radius: 20px;
}
#businessbannerimage {
    max-height: 250px;
}

.navbarProfileDrop {
    left: -65px !important;
}

.badge {
    color: #441a51;
    padding: 0 0;
}

.business-table > tbody > tr > td,
.business-table > tbody > tr > th,
.business-table > tfoot > tr > td,
.business-table > tfoot > tr > th,
.business-table > thead > tr > td,
.business-table > thead > tr > th {
    padding: 20px !important;
}

.dataTables_length {
    margin-bottom: 20px;
}

select {
    border: none;
    padding: 5px;
    border-radius: 10px;
}

.dataTables_info {
    margin-top: 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #441a51 !important;
    border: none !important;
    border-radius: 0px;
    margin-top: 20px;
    padding: 1px 8px;
}
.pagination{
    margin-top: 1rem !important;
    margin-bottom: 0rem;
  }

.swal-title {
    font-size: 1rem !important;
}

.swal-text {
    font-size: 0.875rem !important;
}
.swal-button {
    font-size: 0.875rem !important;
    background-color: #441a51;
}

.swal-button:focus,
.swal-button:active {
    color: #fff;
    background-color: #361541 !important;
    border-color: #33143d;
    box-shadow: none !important;
}

.swal-button:not([disabled]):hover {
    background-color: #361541;
}
.swal-icon--warning__body,
.swal-icon--warning__dot {
    background-color: #dc3545 !important;
}

.swal-icon--warning__body {
    width: 4px;
    height: 30px;
}

.swal-icon--warning__dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-left: -2.75px;
    bottom: -9px;
}

.swal-icon {
    width: 60px;
    height: 60px;
}
.swal-icon--warning {
    border-color: #dc3545 !important;
}

.swal-button--cancel {
    color: #441a51;
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: #441a51;
    padding: 9px 16px;
}

.swal-button--cancel:hover {
    color: white;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: #e5e5e5 !important;
    margin: 0 !important;
    top: -5px !important;
}

.search-img {
    width: 15px !important;
    height: 15px !important;
}

/* .carousel-inner{
    margin-left: 35px;
} */

.top-test {
    width: 70% !important;
    padding: 0 25px;
}

.top-test > .owl-nav > .owl-prev {
    position: absolute !important;
    top: 0% !important;
    left: 0%;
}

.top-test > .owl-nav > .owl-next {
    position: absolute !important;
    top: 0% !important;
    right: 0%;
}

@media (max-width: 1400px) {
    .top-test > .owl-nav > .owl-prev {
        position: absolute !important;
        top: 0rem !important;
        left: 0%;
    }

    .top-test > .owl-nav > .owl-next {
        position: absolute !important;
        top: 0rem !important;
        right: 0%;
    }
}

.foot-home:hover,
.foot-about:hover,
.foot-contact:hover,
.foot-privacy:hover,
.foot-ad:hover {
    text-decoration: underline;
}

.instagram-logo,
.facebook-logo {
    width: 40px;
    height: 40px;
}

/* .height-sidebar{
    background-color: white;
    margin-bottom: 25px;
    border-radius: 8px;
} */

/* .card {
    border-radius: 8px !important;
} */

.card-header:first-child {
    border-radius: 0px !important;
}
.no-gutters-1 {
    --bs-gutter-x: 0rem !important;
}

.notification-img-drop {
    width: 30px;
    height: 30px;
}

.about-img {
    width: 100%;
    height: 130px;
    position: absolute;
}

.about-text {
    position: relative;
    color: white;
}
.ph-user{
    font-size: 20px;
}
.about-para {
    text-align: justify;
}
.notification-dropdown > .dropdown-toggle::after {
    content: none;
}

.notification-menu {
    width: 360px;
}

.notification-dropdown > .dropdown-menu[data-bs-popper] {
    left: -190px;
}

.notification-dropdown > button {
    padding: 0px 0px;
}

.notification-menu > li > .dropdown-item {
    white-space: inherit !important;
}

.testtttt {
    width: 200px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #008a00;
}

input:focus + .slider {
    box-shadow: 0 0 1px #008a00;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.about {
    margin-bottom: 40px;
}

.congratsImg {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.winner-detail {
    color: #441a51;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #441a51;
    border-radius: 6px;
    display: inline-block;
    padding: 4px 15px;
}

.winner-img {
    border: 3px solid #fff;
    border-radius: 50%;
}

.winner-info {
    text-align: justify;
}
.imgContainer {
    opacity: 0.85;
    background-color: Black;
    z-index: 10;
}

.imgContainer:hover {
    opacity: 0.3;
}

.imgContainer img {
    z-index: 5;
}
.imgContainerPreview {
    max-width: 600px;
}

.containerBottom {
    margin-bottom: 40px !important;
}

.b-margin {
    margin: 1px 4px;
}

.banner-ad {
    width: 100%;
    height: 323px;
    object-fit: cover;
    font-size: 30;
}

.banner-ad2 {
    height: 130px;
    width: 100%;
    object-fit: cover;
}

.top-ad,
.main-ad,
.end-ad {
    height: 130px;
    width: 100%;
    object-fit: cover;
}



/* .zoom {
  transition: transform .2s;
}

.zoom:hover {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);

} */

.card-ul > ul {
    -moz-column-count: 3;
    -moz-column-gap: 50px;
    -webkit-column-count: 3;
    -webkit-column-gap: 50px;
    column-count: 3;
    column-gap: 50px;
    padding-left: 0rem !important;
}

li {
    overflow: hidden;
}

@media (max-width: 1200px) {
    .card-ul > ul {
        -moz-column-count: 2;
        -moz-column-gap: 50px;
        -webkit-column-count: 2;
        -webkit-column-gap: 50px;
        column-count: 2;
        column-gap: 50px;
        padding-left: 0rem !important;
    }

}


@media (max-width: 768px) {
    .card-ul > ul {
        -moz-column-count: 1;
        -moz-column-gap: 50px;
        -webkit-column-count: 1;
        -webkit-column-gap: 50px;
        column-count: 1;
        column-gap: 50px;
        padding-left: 0rem !important;
    }

    .right-side{
        width: 25%;
    }
}

.ecard-img {
    -webkit-box-shadow: 2px 2px 9px -3px rgba(145, 140, 145, 1);
    -moz-box-shadow: 2px 2px 9px -3px rgba(145, 140, 145, 1);
    box-shadow: 2px 2px 9px -3px rgba(145, 140, 145, 1);
}

@media (max-width: 5887px) {
    .banner-ad {
        height: 398px;
    }
}

@media (max-width: 1399px) {
    .banner-ad {
        height: 323px;
    }
}

@media (max-width: 991px) {
    .banner-ad,
    .banner-ad2 {
        height: 380px;
    }

    .end-ad {
        height: 100px;
    }

    .login-register{
        display: inline;
    }



    .navbar > .container{
        justify-content: end;
    }

    .navbar-brand{
        margin-right: auto;
    }

}

@media (max-width: 991px) {
    .banner-ad,
    .banner-ad2,
    .end-ad {
        height: 390px;
    }

    .loginBtn{
        display: block;
        margin-right: 20px;
    }
}

.table.dataTable.no-footer {
    border-bottom: none;
}

@media (max-width: 992px) {
    .about-top {
        flex-direction: column !important;
    }

    .about-top > img {
        width: 100% !important;
    }

    .about-top > div {
        margin-left: 0px !important;
        margin-top: 20px !important;
    }
}

.edit-icon {
    font-size: 20px;
}

.pass-input {
    width: 80% !important;
}
.pass-input2 {
    width: 80% !important;
}

.table {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (max-width: 800px) {
}
.participate-task {
    border: 2px solid #441a51;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 6px;
    border-left-width: 5px;
    border-left-color: #1561db;
}

.coming-soon{
    text-align: center;
    padding: 150px 25px;
    color: #ffffff;
    height: 100%;
}
.btn-width {
    width: 80px;
}

.e-social-share-list {
    padding-left: 0rem !important;
}

.rotate {
    animation: rotation 2s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.voucher1 {
    background-color: rgb(227, 227, 227);
}

/* .shareDropdown {
    transform: translate3d(100px, 241px, 0px) !important;
} */

.vertical {
    writing-mode: vertical-lr;
    rotate: 180deg;
    text-align: center;
}

@media (max-width: 767px) {
    .vertical {
        rotate: 0deg;
        writing-mode: unset;
    }
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    padding: 5px;
    width: 35px;
    height: 35px;
    border: none;
}

@media (max-width: 991px) {
    #myBtn {
        visibility: hidden;
    }
}

.payment-img {
    width: 50px;
    height: auto;
}

.payment-option {
    display: flex;
}

.heightClass {
    max-height: 1600px;
    overflow: scroll;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none;
}

.heightClass::-webkit-scrollbar {
    width: 0px;
}

@media(max-width:990px){
    .nav-profile2{
        visibility: hidden;

    }
}



