@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alkatra:wght@400;500;600;700&display=swap");


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#upload-files-container {
    font-family: "Poppins", Arial, sans-serif;
    margin-top: 50px;
    width: 90%;
    justify-self: center;
}

#cards-container {
    background-color: white;
    padding: 0 20px 20px;
}

.campaign-cards {
    padding: 0 20px 20px;
}

#upload-header {
    display: flex;
    text-align: center;
    padding: 20px 0;
    margin: 20px 0;
    width: 100%;
    align-items: center;
    justify-content: left;
}

#upload-header>#header-text {
    font-size: 2em;
    color: #333;
    font-weight: bold;
    padding-left: 25px;
}
#header-subtext {
    font-weight: 500 !important;
    font-size: 24px;
}

#header-button {
    margin-left: 20px;
}

#upload-files-cards {
    background-color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.choose-date-btn {
    padding: 10px 20px;
    background-color: #6447ed;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 1em;
    cursor: pointer;
}

.choose-date-btn:hover {
    background-color: #5c4db1;
}

.selected-date {
    padding: 6px 8px;
    font-weight: bold;
    font-size: 1em;
    margin-left: 10px;
    display: inline-block;
}

#user-select {
    width: auto;
    max-width: 200px;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-start;
    align-items: flex-start;
}

.card {
    background-color: white;
    width: 200px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0.5px 6px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}

.circle-box {
    height: 200px;
    width: 100%;
    background-color: #f4f0ff;
    margin-bottom: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.category-tag {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0%);
    padding: 4px 8px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 500;
    color: #494747;
    text-align: center; 
    white-space: nowrap; 
    background-color: white;
    box-shadow: 0px 4px 16px 0px #0000001A;
}

#modal-category {
    padding: 4px 8px;
    border-radius: 30px;
    font-size: 18px;
    width: max-content;
    margin: 1rem 0;
    font-weight: 500;
    color: #494747;
    text-align: center; 
    white-space: nowrap; 
    background-color: white;
    box-shadow: 0px 4px 16px 0px #0000001A;;
}

#mobile-modal-category {
    padding: 4px 8px;
    border-radius: 30px;
    font-size: 16px;
    width: max-content;
    margin: 5px auto;
    font-weight: 500;
    color: #494747;
    text-align: center; 
    white-space: nowrap; 
    background-color: white;
    box-shadow: 0px 4px 16px 0px #0000001A;
    padding-bottom: 0;
}

#review-modal-category {
    padding: 4px 16px;
    border-radius: 30px;
    font-size: 18px;
    width: max-content;
    margin: 10px 0;
    font-weight: 500;
    color: white;
    text-align: center; 
    white-space: nowrap; 
    background-color: #6447ED;
    box-shadow: 0px 4px 16px 0px #0000001A;
}

#category-btn-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    max-width: 250px;
    margin-top: 16px;
}

#category-tick {
    width: 150px;
    height: 48px;
    border: 1px solid #20B038;
    background-color: #F1FFF4;
    display: grid;
    place-items: center;
    border-radius: 5px;
    color: #20B038;
    cursor: pointer;
}

#category-tick:hover {
    background-color: #20B038;
color: white;
}

#category-cross {
    width: 150px;
    height: 48px;
    border: 1px solid #FF0202;
    background-color: #FFF1F1;
    display: grid;
    place-items: center;
    border-radius: 5px;
    color: #FF0202;
    cursor: pointer;
}

#category-cross:hover {
    background-color: #FF0202;
    color: white;
}

#category-cross:disabled {
    background-color: #ccc;
    color: #666;
    pointer-events: none;
    cursor: not-allowed;
    border: none;
}

#category-tick:disabled {
    background-color: #ccc;
    color: #666;
    pointer-events: none;
    cursor: not-allowed;
    border: none;
}



.circle-plus {
    background-color: #6447ED;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.circle-plus span {
    font-size: 3em;
    color: white;
}

.file-input {
    display: none;
}

.upload-btn {
    font-size: 1em;
    padding: 10px 20px;
    background-color: #6447ed;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

.upload-btn:hover {
    background-color: #4a3c94;
}

.preview-btn {
    font-size: 1em;
    padding: 10px 20px;
    background-color: #6447ed;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    margin-top: 8px;
}

.preview-btn:hover {
    background-color: #4a3c94;
}

.undo-btn {
 font-size: 1em;
    padding: 10px 20px;
    background-color: #6447ed;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    margin-top: 8px;
}

.undo-btn:hover {
    background-color: #4a3c94;
}

.category-value {
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px ;
    text-align: center;
    color: #393737;
    
}

.banner {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    text-align: left;
    color: white;
    font-size: 0.8em;
    /* border-top-left-radius: 10px; */
    /* border-top-right-radius: 10px; */
    border-radius: 5px;
}

.green-banner {
    background-color: #20b039;
}

.red-banner {
    color: #ff0002;
    padding: 2px 10px;
}

.yellow-banner {
    background-color: #ffa602;
}

.blue-banner {
    background-color: #42a5f5;
}

/* Card Backgrounds */
.rejected-card {
    border: 1px solid #ff0002;
    opacity: 1;
    background-color: #f7c5c5;
}

.rejected-card .reason-text {
    margin-top: 10px;
    font-size: 0.8em;
    color: #fc4b4a;
    text-align: left;
    background-color: rgba(255, 0, 0, 0.1);
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.not-uploaded-card {
    height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ebebeb;
}

/* Image Box */
.image-box {
    width: 100%;
    height: 170px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

.review-img-box {
    height: 200px;
}

.image-box img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

/* Buttons */
.inactive-btn {
    background-color: #ccc;
    cursor: default;
}

.inactive-btn:hover {
    background-color: #ccc;
    cursor: default;
}

.active-btn {
    background-color: #42a5f5;
}

.active-btn:hover {
    background-color: #1e88e5;
}

.review-btn {
    font-size: 1em;
    padding: 10px 20px;
    background-color: #6447ed;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

.review-btn:hover {
    background-color: #4a3c94;
}

.not-uploaded-btn {
    font-size: 1em;
    padding: 10px 20px;
    background-color: #898989;
    color: white;
    border: none;
    border-radius: 5px;
    width: 90%;
}

.not-uploaded-btn:hover {
    background-color: #898989;
    color: white;
}

#creator-overview-container {
    font-family: "Poppins", Arial, sans-serif;
    margin-top: 150px;
    margin-bottom: 100px;
    width: 90%;
    align-items: center;
    justify-self: center;
    text-align: center;
}

#upload-overview-header {
    display: flex;
    text-align: center;
    padding: 20px 0;
    width: 100%;
    align-items: center;
    justify-content: left;
}

#upload-overview-header>#upload-overview-header-text {
    font-size: 2em;
    color: #333;
    font-weight: bold;
}

#choose-date-overview-btn {
    margin-left: 20px;
}

.upload-overview-table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.upload-overview-table th,
.upload-overview-table td {
    padding: 12px;
    text-align: center;
    border: 1px solid #ddd;
}

.upload-overview-table th {
    background-color: #5c4db1;
    color: white;
    font-size: 1.2em;
}

.upload-overview-table td {
    background-color: #f9f9f9;
    color: #333;
}

.upload-overview-table td:nth-child(1) {
    font-weight: bold;
}

.upload-overview-table tr:nth-child(even) td {
    background-color: #f1f1f1;
}

.upload-overview-table tr:hover td {
    background-color: #f3f3f3;
}

@media (max-width: 400px) {
    .cards {
        flex-direction: column;
        align-items: center;
    }

    .card {
        width: 90%;
    }

    .upload-overview-table th,
    .upload-overview-table td {
        font-size: 0.9em;
        padding: 8px;
    }
}

#preview-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 1, 1, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

#preview-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    justify-self: center;
    max-width: 800px;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1100;
    overflow: hidden;
}

.modal-content {
    display: flex;
    padding: 20px;
    align-items: start;
    justify-content: center;
    gap: 20px;
}


#mobile-preview-right-text {
    display: none;
}

@media screen and (max-width: 768px) {
    .modal-content {
        flex-direction: column;
        max-height: 100%;
        justify-content: start;
        padding: 5px 10px;
        max-height: calc(100% - 60px);
        height: auto;
        overflow-y : auto;
        gap: 10px;
    }

    /* #custom-profile-container {
        max-height: 380px;
    } */

    .modal-content .preview-right {
        height: auto;
        width: 100%;
        gap: 8px;
    }

    #upload-header>#header-text {
        font-size: 1.5em;
    }

    #preview-right-text {
        display: none;
    }

    #mobile-preview-right-text {
        display: block;
    }

    #mobile-preview-right-text h3 {
        font-size: 16px;
    }

    #mobile-preview-right-text p {
        font-size: 14px;
        line-height: 16px;
    }

    #options-conteiner p {
        font-size: 16px !important;
    }


    #preview-right-buttons .action-btn {
        font-size: 0.9em;
        width: 100%;
    }

    .preview-right #preview-right-buttons {
        display: flex;
        justify-content: space-evenly;
        gap: 20px;
        width: 100%;
        margin-inline: auto;
        padding-bottom: 225px;
    }

    #upload-header {
        display: flex;
        flex-direction: column;
    }

    #upload-files-cards .cards {
        flex-direction: row;
        align-items: flex-start;
    }

    #upload-files-cards .cards .card {
        width: calc(50% - 10px);
        min-width: 132px;
        /* max-width: 200px; */
    }

    #upload-files-cards {
        padding: 0;
    }

    #upload-files-cards .cards .card .circle-box {
        height: 142px;
    }

    #preview-modal .preview-left #image-preview {
        border: 1px solid #ddd;
        border-radius: 5px;
        margin-right: 0;
        height: 100%;
        width: 100%;
    }

    #preview-modal .preview-left #quote-preview {
        border: 1px solid #ddd;
        border-radius: 5px;
        margin-right: 0;
        height: 100%;
        width: 100%;
    }

    #preview-modal .preview-left{
        max-height: 100%;
    }

    .rejected-card .reason-text {
        font-size: 12px;
        background-color: transparent;
        padding: 0;
        border-radius: 0;
        font-weight: 200;
        box-shadow: none;
        Line-height: 1.5em;
        color: black;
    }

    .green-banner {
        background-color: #20b039;
        border-radius: 4px;
        padding: 4px;
        font-size: 10px;
    }

    .red-banner {
        color: #ff0002;
        padding: 0;
    }

    .acceptimg {
        display: flex;
    }

    .rejectimg {
        display: flex;
    }

    #preview-reupload-btn {
        padding: 16px 22px;
    }

    #preview-submit-btn {
        padding: 16px 22px;
    }

    #preview-next-btn {
        padding: 16px 22px;
    }


    .preview-left {
        flex: 1;
        flex-shrink: 0 !important;
        margin: 0 auto;
    }

    #cards-container {
        background-color: white;
        padding: 0 0px 20px;
    }
}

.preview-left {
 position: relative;
 overflow: hidden;
}

.preview-left #image-preview {
    max-width: 380px;
    min-width: 380px;
    /* max-height: 400px; */
    border: 1px solid #ddd;
    border-radius: 5px;
}

.preview-left #quote-preview {
    max-width: 380px;
    min-width: 380px;
    /* max-height: 400px; */
    border: 1px solid #ddd;
    border-radius: 5px;
}

.preview-left #custom-profile-photo-container {
    width: 125px;
    aspect-ratio: 1/1;
    position: absolute;
    top: 20%;
    left: 30%;
    z-index: 1000;
    overflow: hidden;
    display: flex;
}

.preview-left #sticker-img {
    width: 200px;
    height: auto;
    position: absolute;
    top: 30%;
    left: 20%;
    overflow: hidden;
    display: flex;
    z-index: 4;
}

.preview-left #custom-profile-photo {
    width: 100% !important; height: 100% !important; object-fit: cover; object-position: center;
}

.preview-left #custom-profile-review-photo {
    width: 100% !important; height: 100% !important; object-fit: cover; object-position: center;
}



.preview-left #video-preview {
    max-width: 360px;
    max-height: 510px;
    height: 100%;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.preview-left #review-image-preview {
    max-width: 400px;
    /* max-height: 380px; */
    border: 1px solid #ddd;
    border-radius: 5px;
}

.preview-left #review-video-preview {
    max-width: 360px;
    max-height: 510px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.preview-left #custom-video-preview {
    max-width: 360px;
    max-height: 510px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.preview-left #custom-video-review {
    max-width: 360px;
    max-height: 510px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.preview-right {
    display: flex;
    width: 270px;
    flex-direction: column;
    height: 550px;
    gap: 10px;
}

#preview-right-text {
    flex-grow: 0;
    font-weight: normal;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.spacer {
    flex-grow: 1;
}

#preview-right-buttons {
    display: flex;
    flex-direction: row;
    gap: 10px;
    max-width: 270px;
    flex-wrap: wrap;
    justify-content: center;
}

#preview-reupload-btn {
    background-color: #f5f4fc;
    color: #6447ed;
    padding: 10px 20px;
}

#preview-reupload-btn span {
    margin-right: 10px;
}

#preview-custom-placement, #preview-custom-placement-video {
    background-color: rgba(100, 71, 237, 0.3);
    color: #6447ed;
    padding: 10px 20px;
    border-radius: 6px;
    border: 1px solid #6447ed;
    box-shadow: 0.6px 0.8px 0.2px 0.2px #6347ed48;
}

.name-type-btn {
    background-color: #6447ed;
    color: white;
    padding: 10px 20px;
    width: 100%;
}

.frame-type-btn {
    background-color: #6447ed;
    color: white;
    padding: 10px 20px;
    width: 100%;
}

#preview-submit-btn {
    background-color: #6447ed;
    color: white;
    padding: 10px 20px;
}

#preview-next-btn {
    background-color: #6447ed;
    color: white;
    padding: 10px 20px;
}

#preview-approve-btn {
    background-color: #28a745;
    /* Green */
    color: white;
}

#preview-reject-btn {
    background-color: #dc3545;
    /* Red */
    color: white;
}

.action-btn {
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
    border-width: 1px;
    border-color: #6447ed;
    border-style: none;
    box-shadow: 0.6px 0.8px 0.2px 0.2px #6347ed48;
}

.action-btn:hover {
    background-color: #4a3c94;
}

/* Modal Background */
.modal-header {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    padding: 10px 20px;
    font-weight: normal;
    background-color: #d7d5e3;
    font-size: 1em;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-title {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
}

#preview-modal.show {
    display: block;
}

#preview-modal.hide {
    display: none;
}

.close-btn {
    background: none;
    font-size: 1.5em;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 0.2px grey;
    border: none;
}

.close-btn:hover {
    color: #524d4d;
}

/* Review Modal Styles */
#review-preview-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /* display: none; */
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

#review-preview-modal {
    width: 800px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    z-index: 1100;
    display: flex;
    flex-direction: column;
}

#review-right-buttons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.action-btn {
    padding: 10px;
    font-size: 1em;
    border: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    font-family: "Poppins", Arial, sans-serif;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.action-btn:hover {
    opacity: 0.9;
}

#approve-btn {
    background-color: #f1fff4;
    border: 1px solid #20b039;
    color: #20b039;
    width: 250px;
    margin-bottom: 10px;
}

#approve-btn:disabled {
    border: none;
    cursor: not-allowed;
} 

#reject-btn:disabled {
    border: none;
    cursor: not-allowed;
}

#reject-btn {
    background-color: #fff2f1;
    border: 1px solid #ff0002;
    color: #ff0002;
    width: 250px;
    margin-bottom: 10px;
}

#approved-overlay,
#rejected-overlay,
#rejected-category-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1200;
}

.minor-modals {
    display: flex;
    flex-direction: column;
    width: 300px;
    border-radius: 10px;
    box-shadow: 0.5px 6px 8px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    background-color: white;
    justify-content: center;
    align-items: center;
}

.minor-modals span {
    display: flex;
    flex-direction: row;
    align-self: center;
    margin-bottom: 10px;
}

.minor-modal-close-btn {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: end;
    justify-content: end;
    justify-self: end;
}

.minor-modal-close-btn button {
    cursor: pointer;
    background-color: white;
    border: none;
    font-size: 1.2em;
    padding: 5px;
}

.minor-modal-icon {
    height: 70px;
    width: 70px;
    display: grid !important;
    place-items: center;
    font-size: 2.6em;
    padding: 10px;
    color: white;
    border-radius: 100%;
}

.minor-modal-title {
    font-size: 1.8em;
}

.red-icon {
    background-color: #ff0402;
}

.red-text {
    color: #ff0402;
}

.green-icon {
    background-color: #20b039;
}

.green-text {
    color: #20b039;
}

.reject-reason-container {
    position: relative;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: start;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

.reject-reason-container textarea {
    width: 100%;
    height: 200px;
    padding: 5px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: none;
    overflow: auto;
}

.reject-reason-container button {
    margin-top: 10px;
    padding: 10px;
    font-size: 15px;
    background-color: #6447ed;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.reject-reason-container button:hover {
    background-color: #6850de;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#category-section {
    margin-bottom: 16px;
    text-align: left;
}

#category-section h4 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

#category-dropdown {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #cecece;
    color: #333;
    cursor: pointer;
}

#category-dropdown:disabled {
    background-color: #f5f5f5;
    color: #aaa;
}

#preview-approve-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

#preview-reject-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.red-btn {
    background-color: #d9534f;
}

.red-btn:not(:disabled):hover {
    background-color: #c9302c;
}

.action-btn:disabled,
.action-btn:disabled:hover {
    background-color: #ccc;
    color: #666;
    pointer-events: none;
    cursor: not-allowed;
}

.action-btn:disabled {
    background-color: #ccc !important;
    color: #666 !important;
    pointer-events: none !important;
}

#home-nav-container {
    padding: 20px 40px;
    display: flex;
    align-items: start;
    gap: 20px;
}

#home-nav-container div {
    border: 1px solid #6447ed;
    background-color: #8069f1;
    color: white;
    border-radius: 5px;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

#home-nav-container a {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    color: white;
}

.bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;

    background-color: #ffffff;
    border-top: 1px solid #ddd;
    /* height: 60px; */
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 900;
}

.bottom-menu .menu-item {
    text-align: center;
    flex: 1;
}

.bottom-menu .menu-item i {
    font-size: 20px;
    color: #666;
}

.bottom-menu .menu-item span {
    display: block;
    font-size: 12px;
    color: #666;

}

@media (min-width: 768px) {
    .bottom-menu {
        display: none;
    }
}

#m-shares {
    display: none;
  }

@media (max-width: 768px) {

  #m-shares {
    width: calc(100% - 60px);
    text-decoration: none;
    height: 40px;
    padding: 4px 12px ;
    gap: 8px;
    border-radius: 4px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: rgba(244, 242, 255, 1);
    margin: 8px auto;
    margin-top: 16px;
  }

  #share-text {
      text-decoration: none;
    color: rgba(100, 71, 237, 1);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    letter-spacing: 1.7803738117218018px;
    text-align: center;
  }


    .preview-left #review-video-preview {
        max-width: 400px;
        max-height: 380px;
        border: 1px solid #ddd;
        border-radius: 5px;
        margin-right: 20px;
    }

    .preview-left #video-preview {
        max-width: 400px;
        max-height: 380px;
        height: 100%;
        width: 100%;
        border: 1px solid #ddd;
        border-radius: 5px;
    }

    .category-tag {
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translate(-50%, 0%);
        padding: 2px 4px; /* Reduced padding */
        border-radius: 20px; /* Reduced border radius */
        font-size: 14px; /* Reduced font size */
        font-weight: 500;
        color: #494747;
        text-align: center; 
        white-space: nowrap; 
        background-color: white;
        box-shadow: 0px 2px 8px 0px #0000001A; /* Reduced shadow */
    }

    .bottom-menu {
        padding: 10px 20px;
    }

    .bottom-menu .menu-item {
        text-decoration: none;
        transition: background-color 0.3s ease, color 0.3s ease;
        border-radius: 8px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .bottom-menu .menu-item.active {
        background-color: #F6F4FF;
    }

    .bottom-menu .menu-item .b-text {
        font-family: "Poppins", Arial, sans-serif;
        font-weight: 500;
        font-size: 12px;
    }

    .bottom-menu .menu-item.active .b-text {
        color: #6447ED;
    }

    .bottom-menu .menu-item.active .b-image path {
        fill: #6447ED;
    }

    .bottom-menu .b-container {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    #upload-files-container {
        margin-top: 10px;
        margin-bottom: 100px;
    }

    #upload-header {
        align-items: flex-start;
    }

    #header-button {
        margin-left: 0;
        margin-top: 10px;
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    /* .choose-date-btn { */
        /* width: 50%; */
    /* } */

    .selected-date {
        width: 50%;
    }

    .cards {
        gap: 17px;
    }

    .modal-header {
        background-color: #F6F6F6;
        padding: 5px 10px;
    }

    .modal-title {
        font-size: 14px;
        font-weight: 600;
    }

    .close-btn {
        border-radius: 0px;
        box-shadow: none;
    }

    #preview-modal {
        bottom: 0;
        width: 100%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        z-index: 1000;
        height: 98%;
        transform: unset;
        top: 10%;
        transform: translateY(-10%);
        left: unset;
        overflow-y: scroll;
    }

    #upload-header>#header-text {
        font-size: 20px;
        color: #333;
        font-weight: 600;
        padding-left: 0px;
    }

}

.content-dropdown {
    border: none;
    background-color: transparent;
    color: white;
    padding: 10px 20px;
    font-family: inherit;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.content-dropdown {
    background-image: url("data:image/svg+xml;charset=US-ASCII,<svg%20width='10'%20height='6'%20viewBox='0%200%2010%206'%20xmlns='http://www.w3.org/2000/svg'><path%20fill='white'%20d='M0%200l5%206%205-6z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 12px 8px;
    padding-right: 40px;
}

.content-dropdown:hover {
    background-color: #7a60ea;
}

.content-dropdown:focus {
    background-color: #6c55d9;
}


.preview-left video,
.review-preview-overlay video {
    max-width: 100%;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.normal-heading-deadline {
  display: flex;
  flex-direction: column;
}

.normal-cam-heading {
  gap: 50px !important;
  padding: 0px;
}

/* submit modal */

#submit-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

#submit-modal {
    width: 800px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    z-index: 1100;
    position: relative;
}

.submit-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
}

.submit-content > img {
    margin-bottom: 20px;
    height: 102px;
    width: 102px;
}

#submit-modal-heading {
    text-align: center;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 12px;
}

#submit-modal-heading > span {
    font-weight: 600;
    color: #6447ED;
}

.close-submit-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    height: 25px;
    width: 25px;
    background: transparent;
    outline: none;
    border: none;
    cursor: pointer;
}

#submit-modal-subheading {
    text-align: center;
    font-size: 20px;
    line-height: 30px;  
    color: #2c2b2b;
}

@media (max-width: 768px) {
    #submit-modal {
        width: 90%;
        margin: 20px;
    }
    
    #submit-modal-heading {
        font-size: 24px;
        line-height: 36px;
    }
    
    #submit-modal-heading > span {
        font-size: 24px;
        line-height: 36px;
    }
}


.slider-container {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .slider {
    appearance: none;
    -webkit-appearance: none;
    appearance: none;
    max-width: 150px;
    min-width: 100px;
    height: 5px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
  }
  
  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #6447ed;
    cursor: pointer;
  }
  
  .slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #6447ed;
    cursor: pointer;
    border: none;
  }
  
  #zoom-value {
    min-width: 45px;
  }
  
  .shape-container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      width: 100%;
      margin-bottom: 12px;
  }
  
  .shape-select {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #d3d3d3;
    background: white;
    font-family: inherit;
    cursor: pointer;
    max-width: 140px;
    font-size: 16px;
    font-family: "Poppins", Arial, sans-serif;
    width: 100%;
  }
  
  .shape-select:focus {
    outline: none;
    border-color: #6447ed;


  }


  @keyframes slideFromBtop {
    0% { transform: translateY(250%); }
    100% { transform: translateY(0); }
  }

  @keyframes slideFromTbottom {
    0% { transform: translateY(-250%); }
    100% { transform: translateY(0); }
  }

  @keyframes slideFromLright {
    0% { transform: translateX(-200%); }
    100% { transform: translateX(0); }
  }

  @keyframes slideFromRleft {
    0% { transform: translateX(200%); }
    100% { transform: translateX(0); }
  }


  #staticNameElementPreview {
    width: 100%;
    background-color: rgba(155, 155, 155, 1);
    text-align: center;
    color: white;
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    height: 40px;
  }

  #staticNameElementReview {
    font-weight: 600;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 100%;
    background-color: rgba(155, 155, 155, 1);
    text-align: center;
    color: white;
    font-size: 1.3rem;
    line-height: 2rem;
  }

  nav {
    background-color: #333;
    color: white;
    padding: 10px 0;
  }
  
  @media screen and (max-width: 768px) {
    nav {
      display: none !important;
    }
  
    .nav-links {
      line-height: 1.5;
    }
    .nav-content {
      padding: 0 20px;
    }
  
    #home-nav-container {
      display: flex;
      padding: 20px 5px;
      align-self: start;
      justify-content: start;
      gap: 10px;
  }
  }
  
  .nav-content {
    display: flex;
    justify-content: end;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .nav-links {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .nav-links a {
  color: white;
  text-decoration: none;
  margin-left: 16px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}



  .campaign {
    background-color: rgba(253, 186, 85, 1) !important;
  }

  .campaign-back {
    background-color: rgba(251, 251, 251, 1) !important;
  }

.campaign-header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: rgba(255, 219, 171, 1);
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  margin: 20px;
}

.header-left {
    display: flex;
    align-items: center;
    width: 38%;
    justify-content: space-between;
}

.campaign-header .header-item {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 4px;
}


.campaign-header .item-title {
  font-size: 20px;
  color: rgba(98, 96, 96, 1);
  margin-bottom: 5px;
}

.campaign-header .category-tag-button {
  display: flex;
  align-items: center;
  background-color: rgba(253, 186, 85, 1);
  border: 1px solid rgba(253, 186, 85, 1);
  color: white;
  border-radius: 20px;
  padding: 5px 15px;
}

.campaign-header .category-tag-button svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  color: white;
}

.campaign-header .category-name {
  font-size: 26px;
  color: white;
  font-weight: 600;
}

.campaign-header .date-range-button {
  background-color: rgba(255, 249, 239, 1);
  border: 1px solid #F1F4FF;
  border-radius: 20px;
  padding: 5px 15px;
}

.campaign-header .date-range-button span {
  font-size: 24px;
  color: rgba(100, 71, 237, 1);
  font-weight: 600;
}

.campaign-header .prize-section {
    display: flex;
    align-items: center;
    gap: 14px;
    }
    
    .campaign-header .prize-details {
    text-align: right;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    }
    
    .campaign-header .winner-gets {
      color: rgba(224, 79, 27, 1);
      font-family: Alkatra;
      font-weight: 600;
      font-style: Medium;
      font-size: 26px;
      line-height: 100%;
      letter-spacing: 0%;
      text-align: center;
      margin: 0;
    }

.campaign-header .prize-amount {
    font-family: Alkatra;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;    
    color: rgba(50, 57, 53, 1);
}

.campaign-header .fixed-per-content {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: rgba(90, 95, 92, 1);
}

.campaign-header .coins-image {
    width: 37px;
    height: 34px;
  }  
  
  .campaign-header .rank-details {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
  }
  
  .campaign-header .rank-image {
    width: 35px;
    height: 48px;
  }
  
  .campaign-header .rank-item {
    opacity: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Alkatra;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
  }


  .header-item .campaign-upload-btn {
    gap: 10px;
    border-radius: 8px;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    background: #FDBA55;
    color: white;
    box-shadow: 0px 2px 6px 0px #00000014;
    border: none;
    outline: none;
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    height: 40px;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }

  .header-item .campaign-live-ranking-btn {
    gap: 10px;
    border-radius: 8px;
    border-width: 1px;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    border: 1px solid #FDBA55;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px 0px #00000014;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #FDBA55;
    height: 40px;
    display: grid;
    place-items: center;
    width: 180px;
  }

@media screen and (max-width: 1024px) {
  .campaign-header {
    padding: 15px;
  }

  .header-left {
    width: 45%;
  }

  .campaign-header .category-name {
    font-size: 22px;
  }

  .campaign-header .date-range-button span {
    font-size: 20px;
  }

  .campaign-header .prize-amount {
    font-size: 40px;
  }

  .campaign-header .winner-gets {
    font-size: 22px;
  }

  .campaign-header .fixed-per-content {
    font-size: 18px;
  }

  .campaign-header .coins-image {
    width: 70px;
    height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .campaign-header {
    flex-direction: column;
    gap: 0px;
    padding: 10px 8px;
  }

  .header-left {
    width: 100%;
    align-items: flex-start;
    gap: 10px;
  }

  .campaign-header .header-item {
    width: 100%;

  }

  .campaign-header .category-tag-button {
    width: 100%;
    justify-content: center;
  }

  .campaign-header .date-range-button {
    width: 100%;
    text-align: center;
  }

  .campaign-header .prize-section {
    width: 100%;
    justify-content: center;
  }

  .campaign-header .prize-details {
    text-align: center;
    margin-right: 0;
  }

  .campaign-header .category-name {
    font-size: 20px;
  }

  .campaign-header .date-range-button span {
    font-size: 18px;
  }

  .campaign-header .prize-amount {
    font-size: 36px;
  }

  .campaign-header .winner-gets {
    font-size: 20px;
  }

  .campaign-header .fixed-per-content {
    font-size: 16px;
  }

  .campaign-header .coins-image {
    width: 60px;
    height: 45px;
  }


/* Mobile Prize Section Styles */
.mobile-prize-section {
  display: flex;
  align-items: center;
  margin: 8px 0;
  gap: 4px;
}


.mobile-winner-gets {
  color: #E04F1B;
  margin: 0;
  text-shadow: 1px 1px 2px #ECBC50;
  font-family: Alkatra;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  white-space: nowrap;
}

.mobile-rank-details {
  display: flex;
  align-items: center;
  flex: 1;
}

.mobile-rank-item {
  display: flex;
  align-items: center;
  gap: 2px;
}

.mobile-rank-number {
  font-size: 16px;
  font-weight: bold;
  color: #0275AF;
}

.mobile-rank-number sup {
  font-size: 10px;
  color: #0275AF;
}

.mobile-rank-amount {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.mobile-rank-divider {
  width: 1px;
  height: 20px;
  background-color: #FDBA55;
  margin: 0 4px;
}

.mega-heading-deadline {
  flex-direction: row;
  align-items: center;
}

.normal-cam-heading {
  gap: 15px
}

}

@media screen and (max-width: 480px) {
  .campaign-header {
    margin: 10px 20px;
    align-items: start;
  }

  .campaign-header .item-title {
    font-size: 16px;
  }

  .campaign-header .category-name {
    font-size: 18px;
  }


  .campaign-header .date-range-button {
    width: max-content;
    padding: 5px 10px;
  }

  .campaign-header .date-range-button span {
    font-size: 12px;
  }

  .campaign-header .prize-details {
    gap: 5px;
  }

  .campaign-header .prize-amount {
    font-size: 32px;
  }

  .campaign-header .winner-gets {
    font-size: 20px;
    white-space: nowrap;
    display: flex;
    align-items: center;
  }

  .normal-cam-heading {
    width: 100%;
    gap: 0 !important;
  }

  .campaign-header .fixed-per-content {
    font-size: 14px;
  }

  .campaign-header .rank-image  {
    width: 30px;
    height: 35px;
  }

  .campaign-header .rank-number {
    font-size: 14px;
    font-weight: 500;
    font-family: Poppins;
  }
  
  .campaign-header .rank-number {
    font-family: Alkatra;
  font-weight: 600;
  font-size: 18.19px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0275AF;
  
  }
  
  .campaign-header .rank-number-text {
    font-family: Alkatra;
    font-weight: 400;
    font-size: 12.01px;
    line-height: 100%;
    letter-spacing: -2%;
    position: super;
    color: #0275AF;
  }
  
  .campaign-header .rank-item {
    font-family: Alkatra;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    gap: 4px;
    border-right: 1px solid #FDBA55;
    padding-right: 4px;
  }
  
  .campaign-header .rank-item.rd {
    border-right: none;
    padding-right: 0;
  }

}

@media screen and (max-width: 400px) {
    .campaign-header .prize-details {
      flex-wrap: wrap;
      justify-content: space-around;
    }
    .campaign-header .category-name {
    font-size: 16px;
  }
  .campaign-header .coins-image {
    height: 25px;
    width: 30px;
  }
  }



.button-container {
    display: flex;
    flex-direction: column;
}

#normal-video-profile-img {
    aspect-ratio: 1/1;
    bottom: 52px;
    width: 33%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(.85);
}

@media screen and (max-width: 420px) {
    #normal-video-profile-img {
      aspect-ratio: 1/1;
      width: 33%;
      bottom: 45px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%) scale(.90);
    }
  }

#normal-video-animation-frame {
    position: absolute;
    width: 100%;
    bottom: 5px;
    left: 0;
    aspect-ratio: 1.5/1;
    border: none;
    outline: none;
}






.mega-cam-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-right: 20px;
    gap: 30px;
    }
    
    .mega-heading-text {
    font-family: Alkatra;
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    color: #D48002;
    margin: 0;
    }
    
    .mega-cam-body {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      gap:16px
    }
    
    .daily-bonus-text {
    font-family: Alkatra;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color : #6447ed;
    margin: 0;
    }
    
    .mega-bonus-text {
    color: #E04F1B;
    font-family: Alkatra;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    margin: 0;
    }
    
    .daily-winner-gets, .mega-winner-gets {
      font-family: Alkatra;
      font-weight: 500;
      font-size: 24px;
      line-height: 100%;
      text-align: center;
      color: #018001;
      margin: 0;
    }
    
    .daily-bonus-container, .mega-bonus-container {
      gap: 8px;
      border-radius: 16px;
      border-width: 1px;
      padding: 12px 20px;
      display: flex;
      flex-direction: column;
      background: #fffdfa;
      border: 1px solid #e3c091;
      height: 220px;
      align-items: center;
      justify-content: center;
      gap: 12px;
    }
    
    .daily-bonus-dates {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 14px;
    }
    
    .daily-bonus-date-text {
      font-family: Poppins;
      font-weight: 600;
      font-size: 12px;
      line-height: 100%;
      text-align: center;
      vertical-align: middle;  
      color: #292929;
      border: 1px solid #292929;
      border-radius: 100%;
      height: 32px;
      width: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .sub-date-text {
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    }
    
    
    .daily-bonus-time, .mega-bonus-time {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color:#636966;
    text-align: center;
    }
    
    .mega-bonus-date {
      font-family: Alkatra;
      font-weight: 600;
      font-size: 32px;
      line-height: 100%;
      text-align: center;
    }
    
    .sub-mega-date-text {
      font-family: Alkatra;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    }
    
    .rank-item-daily {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 6px;
    }
    
    
    .mega-rank-text {
      font-family: Alkatra;
    font-weight: 600;
    font-size: 23.39px;
    line-height: 100%;
    color: #004A94;
    display: flex;
    }
    
    .mega-rank-text-sub {
      font-family: Alkatra;
      font-weight: 400;
      font-size: 17.08px;
      line-height: 100%;
      letter-spacing: -2%;
      position: super;
    }
    
    .mega-rank-amount {
      font-family: Alkatra;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    vertical-align: middle;
    color: #292929;
    }
    
    .winner-get-details-daily {
      display: flex;
      align-items: center;
      gap: 12px
    }
    
    .winner-get-details-mega {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
    }
    
    
    .campaign-upload-btn {
      cursor: pointer;
    gap: 10px;
    opacity: 1;
    border-radius: 8px;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    background-color: #FDBA55;
    box-shadow: 0px 2px 6px 0px #00000014;
    color: white;
    height: 42px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    }
    
    .campaign-live-ranking-btn {
      cursor: pointer;
    width: 180px;
    height:42px;
    gap: 10px;
    opacity: 1;
    border-radius: 8px;
    border-width: 1px;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    background: #FFFFFF;
    border: 1px solid #FDBA55;
    color: #FDBA55;
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    }
    
    .mega-fixed-per-content {
      font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #B2874D
    }
    
    .mega-heading-deadline {
      font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #626060;
    display: flex;
    align-items: center;
    gap: 12px;
    }



@media (max-width: 480px) {

    .campaign-header {
        margin: 10px auto;
        width: 100%;
    }
    .header-item.cta {
      flex-direction: row-reverse;
      align-items: center;
      gap: 10px;
      justify-content: start;
    }
  
    .header-item.cta,
    button {
      font-size: 12px !important;
    }
  
    .campaign-live-ranking-btn,
    .campaign-upload-btn {
      width: 100% !important;
      white-space: nowrap;
    }
  
    .mega-heading-text {
      font-family: Alkatra;
      font-weight: 600;
      font-size: 22px;
      line-height: 100%;
    }
  
    .mega-heading-deadline {
      font-family: Poppins;
      font-weight: 500;
      font-size: 10px;
      line-height: 100%;
      gap: 4px;
    }
  
    .campaign-date-range {
      height: 20;
      border-radius: 10px;
      padding-top: 2px;
      padding-right: 4px;
      padding-bottom: 2px;
      padding-left: 4px;
      gap: 8px;
      font-family: Poppins;
      font-weight: 500;
      font-size: 10px;
      line-height: 100%;
      text-align: center;
    }
  
    .campaign-header-left {
      width: 100%;
    }
  
    .mobile-bonus-card {
      display: flex;
      flex-direction: column;
      gap: 4px;
      margin: 12px 0 0;
    }

    .bonus-card {
      background: #ffffff;
      border-radius: 12px;
      padding: 10px;
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    }

    .bonus-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 12px;
    }

    .bonus-title-section {
      display: flex;
      flex-direction: column;
    }

    .bonus-title {
      font-family: Alkatra;
      font-weight: 600;
      font-size: 18px;
      font-style: italic;
    }

    .bonus-title.daily {
      color: #6447ed;
    }

    .bonus-title.mega {
      color: #fdba55;
    }

    .bonus-time {
      font-family: Poppins;
      font-weight: 400;
      font-size: 12px;
      color: #666666;
    }

    .date-indicators {
      display: flex;
      align-items: center;
      gap: 4px;
    flex-wrap: wrap;
    }

    .date-indicator {
      width: 26px;
      height: 26px;
      border-radius: 50%;
      border: 1px solid #000000;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: Poppins;
      font-weight: 500;
      font-size: 10px;
      color: #000000;
    }

    .daily-bonus-date-text {
      font-weight: 600;
      font-size: 10px;
      line-height: 100%;
      height: 26px;
      width: 26px;
    }

    .date-indicator.month {
      border: none;
      width: auto;
      color: #000000;
    }

    .mega-date-section {
      display: flex;
      flex-direction: row;
      gap: 12px;
      align-items: center;
    }

    .mega-date {
      font-family: Poppins;
      font-weight: 500;
      font-size: 14px;
      color: #000000;
    }

    .mega-time {
      font-family: Poppins;
      font-weight: 400;
      font-size: 12px;
      color: #666666;
    }

    .bonus-divider {
      height: 1px;
      background-color: #e5e5e5;
      margin: 12px 0;
    }

    .bonus-prizes {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .winners-text {
      font-family: Alkatra;
      font-weight: 500;
      font-size: 12px;
      color: #018001;
    }

    .prize-list {
      display: flex;
      align-items: center;
      gap: 4px;
    }

    .prize-item {
      display: flex;
      align-items: center;
      gap: 4px;
    }

    .rank {
      font-family: Poppins;
      font-weight: 600;
      font-size: 12px;
      color: #0275af;
    }

    .amount {
      font-family: Poppins;
      font-weight: 600;
      font-size: 12px;
      color: #000000;
    }

    .prize-divider {
      width: 1px;
      height: 20px;
      background-color: #fdba55;
    }

    .mega-heading-deadline-container-mobile {
      display: flex;
      flex-direction: column;
      align-items: start;
      gap: 2px;
    
    }

    .mega-fixed-per-content-mobile {
        font-family: Poppins;
        font-weight: 500;
        font-style: Italic;
        font-size: 10px;
        line-height: 100%;
        color: #775B37;
  }

  .campaign-date-range-mobile {
    font-family: Poppins;
    font-weight: 500;
    font-size: 10px;
    line-height: 100%;    
    color: #6447ED;

  }

  .mega-cam-heading {
    padding-right: 0px;
    gap: 0;
  }

}
  


.recuring-heading-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.recuring-heading-subtext {
  margin: 0;
  font-weight: 600;
  color: #626060;
}

@media (max-width: 768px) {
  .recuring-heading-subtext {
  font-size: 10px;
  }
  .recuring-heading-div {
    align-items: start;
  }
}


#deadline-banner {
  margin-top: 6px;
  color: #b94a48;
  font-size: 20px;
  font-weight: 600;
}

.special-day-text {
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  color: #b94a48;
  margin-top: 6px;
}

@media screen and (max-width: 768px) {
  #deadline-banner {
    font-size: 14px;
  }
  .special-day-text {
  font-size: 10px;
}
}

#keywords-guidelines-container {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}

#keywords-guidelines-title {
  font-family: Noto Sans;
  font-weight: 600;
  font-size: 18px; 
  color: #2e2e2e; 
}

.keywords-guidelines-text-tick {
  font-family: Yantramanav;
  font-weight: 400;
  font-size: 16px;
  color: #018C01;
}

.keywords-guidelines-text-cross {
  font-family: Yantramanav;
  font-weight: 400;
  font-size: 16px;
  color: #E53E3E;
}

.keywords-guidelines-text-minimum {
  font-family: Noto Sans;
  font-weight: 400;
  font-size: 16px;  
  color: #999999;
}

.keywords-input-container {
  display: flex;
  position: relative;
  width: 100%;
}

#keywords-input {
  width: 100%;
  height: 40px;
  border-radius: 100px;
  border-width: 1px;  
  background-color: #F3F1FE;
  border: 1px solid #6447ed;
  color: #2e2e2e;
  font-family: Noto Sans;
  font-weight: 400;
  font-size: 16px;
  padding: 0 20px;
}

#keywords-input::placeholder {
  color: #C5C1DC;
}

.keywords-add-btn {
  font-family: Noto Sans;
  font-weight: 600;
  font-size: 16px;
  text-align: right;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;  
  color: #6447ED;
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.keywords-guidelines-text img {
  margin-right: 6px;
}

.keywords-guidelines-text span {
  margin-right: 6px;
} 

#keywords-list-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.keyword-pill {
  display: flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 6px;
  border: 0.5px solid #8C8C8C;
  background-color: #F7F7F7;
  font-family: Noto Sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  color: #383838;
  gap: 4px;
}

.keyword-text {
  white-space: nowrap;
}

.keyword-remove-btn {
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  color: #949494;
  padding: 0 2px;
}

.keyword-remove-btn:hover {
  color: #8C8C8C;
}


.dropdown-list {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 110%;
  width: 100%;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  z-index: 100;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.dropdown-search {
  width: 95%;
  margin: 5px 0px;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.dropdown-options {
  max-height: 250px;
  overflow-y: scroll;
  font-size: 14px;
}

.dropdown-option {
  padding: 10px;
  cursor: pointer;
  text-align: start;
  margin-top: 4px;
}

.dropdown-option:hover {
  background-color: #f0f0f0;
}
