.mobile-content {
    color: #fff;
    box-sizing: border-box;
    background: linear-gradient(0deg, #5824C9 0%, #343333 100%);
    font-weight: 300;
    min-height: 100vh;
}

.each-rank-profile-name-and-info h5 {
    font-size: 0.7rem;
}

.trending-image img {
    min-height: 180px;
    object-fit: cover;
}

.selected-category h3 {
    overflow: hidden;
    overflow-x: auto;
}

.trending-image {
    height: 210px;
}

.bg_fill {
    background: #81d2ee;
}

.cancel_btn {
    color: #000000 !important;
    border: 1px solid #ffffff !important;
    background-color: #ffffff !important;
}


@media(min-width:768px) {
    .mobile-content {
        display: block;
        width: 100%;
    }

    .sticky-footer {
        width: 100%;
    }

    .each-category-listing-image img {
        height: auto !important;
    }
}

.mega_heading {
    font-weight: 400;
}

/* .got_talent {
    font-size: 1.8rem !important;
    font-weight: bold;
    color: #fff;
} */

#appeal_modal .modal-body,
#tan_modal .modal-body {
    padding: 35px;
    background: linear-gradient(360deg, #5824C9, #343333);
    border-radius: 20px;
}

#appeal_modal .modal-body h2,
#tan_modal .modal-body h2 {
    color: #fff;
    font-size: 0.8rem;
    text-align: start;
    margin-bottom: 20px;
}

.mT {
    font-weight: 500;
    font-size: 1.2rem;
    margin-bottom: 55px;
    padding-right: 80px;
}

.position-bottom.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, 50px);
}

.position-bottom .modal-dialog {
    position: fixed !important;
    bottom: 10px !important;
    left: 0% !important;
    right: 0% !important;
    margin-bottom: 0 !important;

}

.position-bottom.modal.show .modal-dialog {
    transform: none;
}

.mBtn {
    border: none;
    background: linear-gradient(180deg, #A29FFF, #5824C9);
    width: 100%;
    padding: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    box-shadow: inset -2px -2px 6px 1px #00000069;
}

.modal-close {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

.modal-close img {
    cursor: pointer;
    background: #fff;
    width: 30px;
    padding: 5px;
    border-radius: 50%;
}

.format_heading_m {
    font-size: 1.5rem;
    font-weight: bold;
}

.common-button:hover {
    color: #fff;
    border: none;
    background-color: #0f9f3300;
}

button:focus {
    outline: none;
}

@media (min-width : 768px) {

    #appeal_modal .modal-body,
    #tan_modal .modal-body {
        max-width: 96%;
        margin: 0px auto;
    }
}


.ckeck_inp {
    color: #8a8a8a;
    margin: 0;
    font-size: 12px;
    text-align: justify;
}

/* Reset default checkbox appearance */
input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 20px;
    border: 2px solid #CACACA;
    border-radius: 4px;
    /* optional: make it rounded */
    background-color: #CACACA;
    cursor: pointer;
    position: relative;
}

/* When checked */
input[type="checkbox"]:checked {
    background-color: #0F9F33;
    border-color: #0F9F33;
}

/* Optional: Add a checkmark */
input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 7px;
    width: 4px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.ACTIVE_CAT {
    border: 4px solid #05ff00;
    border-radius: 50%;
}

.common-button:disabled, .green_btn:disabled {
    background-color: #CACACA !important;
    border-color: #CACACA !important;
}

.green_btn {
    background-color: #0F9F33 !important;
    border-color: #0F9F33 !important;
}