.profile-pic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f6b692, #5a67d8);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 10px;
    font-size: 16px;
}

/* .editable {
    cursor: text;
  }

  .editable[placeholder]:empty::before {
    content: attr(placeholder);
    color: gray;
    pointer-events: none;
  }
 */
 .editable {
    cursor: text;
    white-space: pre-wrap;
    word-break: break-word;
    outline: none;
    min-height: 20px;
}

.reply-input.is-zero[placeholder]::before {
    content: attr(placeholder);
}


/* .editable[placeholder]:empty::after {
    content: attr(placeholder);
    color: #888;
} */



.my-10 {
    margin: 10px 0;
}

.h-36 {
    height: 36px;
}

.fw-450 {
    font-weight: 450;
}

.color-747474 {
    color: #747474;
}
.color-929292 {
    color: #929292;
}


.post-time {
    color: #929292;
    font-weight: 350;
    font-size: 14px;
}

.post-options {
    cursor: pointer;
    font-size: 20px;
    color: #888;
}

.mt-20 {
    margin-top: 20px;
}

.message {
    line-height: 1.2;
}

.post-message {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 16px;
}

.post-actions {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.action-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    /* width: 40px; */
    color: #555;
    cursor: pointer;
}

.color-0064D9 {
    color: #0064D9;
}

.like-icon,
.reply-icon,
.comment-icon {
    font-size: 18px;
    margin-right: 5px;
}



#video_list_header,
#none_found,
#pager-bottom {
    display: none !important;
}

.justify-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.cursor-pointer {
    cursor: pointer;
}

.gap-20 {
    gap: 20px;
}

.background-white {
    background-color: white !important;
}


.border-black {
    border: 2px solid black !important;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.justify-between {
    justify-content: space-between;
}

.gap-18 {
    gap: 18px;
}

.justify-around {
    justify-content: space-around;
}

.background-grey {
    background-color: #f0f0f0 !important;
    color: black !important;
}

.flex-end {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.width-80 {
    width: 80%;
}

.width-100 {
    width: 100% !important;
}

.width-15 {
    width: 15% !important;
}


.padding-20 {
    padding: 20px !important;
}

.size-img {
    width: 100px;
    height: 100px;
}

.text-middle {
    align-items: center;
    justify-content: center;
}


.padding-top-20 {
    padding-top: 20px !important;
}

.flex {
    display: flex;
}

.flex-imp {
    display: flex !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-vertical-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.padding-vertical-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.justify-end {
    justify-content: flex-end;
}

.class-filter-container {
    display: flex;
    justify-content: end;
    gap: 20px;
    /* align-items: center; */
    width: 90%;
}



.list-header {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}

.list-header div {
    padding: 20px;
    text-align: center;
    width: 100%;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.past-days-list {
    /* padding: 20px; */
}

.past-days-item {
    padding: 20px;
    border-bottom: 3px solid grey;
}

.past-days-item div {
    padding-top: 3px;
    padding-bottom: 3px;
}

.past-days-item div.set {
    font-weight: 600;
}

.past-days-challenge-container {
    padding: 20px 10px 20px 10px;
    width: 100%;
    background-color: white;
    margin-bottom: 20px;
}

.challenge-item-container {
    display: flex;
    flex-direction: row;
    gap: 30px;
    /* justify-content */
    width: 100%;
    margin-top: 20px;
}

.challenge-item {
    text-align: center !important;
    width: 100px;
    padding-top: 10px !important;
}

.flex-wrap {
    flex-wrap: wrap;
}

.challenge-item-details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.hidden {
    display: none !important;
}


.today-container {
    padding: 20px;
}

.today-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    /* justify-content: center; */
}

.margin-top-20 {
    margin-top: 20px;
}


.bold {
    font-weight: bold;
}

.button {
    padding: 10px 5px 10px 5px;
    border-radius: 4px;
}
.hover-e8e8e8:hover{
    background-color:#e8e8e8;
}

.hover-5a90be:hover{
    background-color:#5a90be;
}

.hover-0-0-65:hover{
    background-color:hsl(0, 0%, 65%);
}
.border-blue {
    border: 2px solid #224a9a;
}

.background-4176a6 {
    background-color: #4176a6;
}

.border-4176a6 {
    border: 1px solid #4176a6;
}

.text-4176a6 {
    color: #4176a6;
}

.text-blue {
    color: #224a9a
}

.button-complete {
    background-color: #4caf50;
    color: white;
}

.opacity-20 {
    opacity: 0.2;
}

.cursor-none {
    cursor: none;
}

.event-none {
    pointer-events: none;
}

.w-120 {
    width: 120px;
}

.w-60 {
    width: 60px;
}

.h-42 {
    height: 42px;
}

.h-34 {
    height: 34px;
}

.w-168 {
    width: 168px !important;
}

.items-end {
    align-items: end;
}

.h-94 {
    height: 94px !important;
}

.w-100 {
    width: 100px;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}


.background-F6822B29 {
    background-color: rgba(246, 130, 43, 0.06);
}

.background-FAE5D6 {
    background-color: rgba(250, 229, 214, 1);
}

.border-F6822B29 {
    border: 1px solid #F6822B29;
}


/* BORDER */

.button-border-1-5 {
    border: 1.5px solid #224A9A !important;
}


.border-D8D8D8 {
    border: 1px solid #D8D8D8;
}


/* FONT STYLING */

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.text-center {
    text-align: center;
}

.font-bold {
    font-weight: bold;
}


/* Margin and Padding */

.mx-5 {
    margin: 0 5px;
}

.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}
.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.m-10 {
    margin: 10px;
}

.m-5 {
    margin: 5px;
}

.m-20 {
    margin: 20px;
}

.ph-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.ph-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.pv-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.mh-10 {
    margin: 0px 10px;
}

.mh-40 {
    margin: 0px 40px;
}

.mv-10 {
    margin: 50px 0;
}

.mh-50 {
    margin: 0px 50px;
}

.mv-50 {
    margin: 50px 0;
}

.gap-40 {
    gap: 40px;
}

.gap-10 {
    gap: 10px;
}


.w-15vw-full {
    width: 15vw;
}

@media(max-width: 700px) {
    .w-15vw-full {
        width: 100%;
    }
}

.ph-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.pv-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ph-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.pv-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

#challenges a, .fc_views a, #review a {
    text-decoration: none;
    color: inherit;
}

.px-2 {
    padding: 0 2px;
}

.py-2 {
    padding: 2px 0;
}


.background-C0C0C0 {
    background-color: #C0C0C0 !important;

}
.background-4176A6 {
    background-color: #4176A6 !important;

}

.h-full {
    height: 100%;;
}

.background-F8F8F8 {
    background-color: #F8F8F8;
    /* background-color: rgba(248, 248, 248, 1); */
    /* background: rgba(248, 248, 248, 1); */

}


.background-white {
    background-color: white;
}

.border-1 {
    border: 1px solid black;
}

/* POSITIONING */

.flex {
    display: flex;
}

.flex-row {
    flex-direction: row;
}

.flex-col {
    flex-direction: column;
}

.flex-row-lg {
    flex-direction: row;
}

.flex-col-lg {
    flex-direction: column;
}

.w-50 {
    width: 200px;
}

.cursor-pointer {
    cursor: pointer;
}

.r-0 {
    right: 0;
}

.l-0 {
    left: 0;
}

.z-50 {
    z-index: 50;
}


.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.width-80-none {
    width: 80%;
}

.border-b-D8D8D8 {
    border-bottom: 2px solid #D8D8D8;

}


.header-selected {
    border-bottom: 3px solid #f6822b;
    color: black;
    /* font-weight: 500; */
}

.header-not-selected {
    border-bottom: 3px solid #D8D8D8;
    color: #929292;
    /* font-weight: 400; */
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.w-max-content {
    width: max-content;
}

.pv-30-0 {
    padding: 30px 0;
}

.w-15vw-fit {
    width: 23vw;
    /* width: 230px; */
    /* min-width: fit-content; */

    /* width: max(15vw, 14%); */
}

@media(max-width: 700px) {
    .w-15vw-fit {
        width: 100%;
    }
    .flex-row-lg {
        flex-direction: column;
    }

    .flex-col-lg {
        flex-direction: row;
    }

    #onboarding {
        /* display: none; */
    }

    .sm-justify-center {
        justify-content: center;
    }

    .sm-items-center {
        align-items: center;
    }

    .width-80-none {
        width: 100%;
    }
    .pv-30-0 {
        padding: 0;
    }
}



.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.w-fit {
    width: max(fit-content, 100%);
}

.rounded-20 {
    border-radius: 20px;
}

.font-224A9A {
    color: #224A9A;
}

.gap-4 {
    gap: 4px;
}

.ml-50 {
    margin-left: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-15 {
    margin-bottom: 15px;
}

.gap-24 {
    gap: 24px;
}


.gap-5 {
    gap: 5px;
}

.items-center {
    align-items: center;
}

.justify-end {
    justify-content: end;
}


.relative .fa-play-circle {
    position: absolute;
    top: 35px;
    left: 65px;
    color: #fff;
    font-size: 200%;
}

.background-224A9A {
    background-color: #224A9A;
}

.font-size-120 {
    font-size: 120%;
}


.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.left-0 {
    left: 0;
}

.bottom-0 {
    bottom: 0;
}

.block {
    display: block;
}

.text-white {
    color: white !important;
}

.background-4caf50 {
    background-color: #4caf50;
}
.background-224A9A {
    background-color: #224A9A;
}

.flex-shrink {
    flex-shrink: 1;
}

.flex-grow {
    flex-grow: 1;
}

.outline-none {
    outline: none;
}

.border-0 {
    border: 0;
}

.background-transparent {
    background-color: transparent;
}

.border-radius-5 {
    border-radius: 5px !important;
}


input[type="radio"]:checked {
    background-clip: content-box;
    accent-color: #4176A6;
    border: none;
    box-shadow: none;
}


.d-flex {
    display: flex;
}

.opt {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: black;
}

.circle {
    width: 16px;
    height: 16px;
    border: 2px solid black;
    border-radius: 50%;
    display: inline-block;
}

.opt.active .circle {
    border: 2px solid #ff6b33;
    position: relative;
}

.opt.active .circle::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #ff6b33;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.mv-20 {
    margin: 20px 0;
}

.reply-input-bar {
    /* display: flex; */
    align-items: center;
}

.reply-input {
    /* flex: 1;
    border: 1px solid #ddd;
    border-radius: 5px; */
}

.flex-wrap {
    flex-wrap: wrap;
}


.post-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
}




.w-38 {
    width: 38px;
}

.h-38 {
    height: 38px;
}

.h-20 {
    height: 20px;
}

.w-20 {
    width: 20px;
}

.background-gradient {
    background: linear-gradient(
        to bottom,
        rgba(246, 130, 43, 0.71) 29%,
        rgba(65, 118, 166, 0.58) 56%,
        rgba(34, 74, 154, 0.63) 100%
      );

}

.rounded-50 {
    border-radius: 50%;
}


.r-0 {
    right: 0;
}

.b-0 {
    bottom: 0;
}

.l-0 {
    left: 0;
}

.pv-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}


.border-4caf50 {
    border: 2px solid #4caf50;
}
.border-224A9A {
    border: 2px solid #224A9A;
}

.font-black {
    color: black;
}

.fw-350 {
    font-weight: 350;
}

.font-24 {
    font-size: 24px;
}
.font-14 {
    font-size: 14px;
}

.font-12 {
    font-size: 12px;
}


#body {
    letter-spacing: 0.02rem;
    font-family: 'Roboto', sans-serif !important;
    user-select: none;
}

.text-white {
    color: white;
}


input[type=text] {
    word-wrap: break-word;
    word-break: break-all;
    /* height: 80px; */
}

.py-20 {
    padding: 20px 0;
}

.gap-50 {
    gap: 50px;
}

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

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

.font-18 {
    font-size: 18px;
}

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

.w-90-40 {
    width: 90px;
}

@media(max-width: 700px) {
    .font-18 {
        font-size: 16px;
    }

    .font-16 {
        font-size: 14px;
    }

    .w-90-40 {
        width: 80px;
    }
}


.pt-30 {
    padding-top: 30px;
}

.pb-15 {
    padding-bottom: 15px;
}


.text-f6822b {
    color: #f6822b;
}

.font-medium {
    font-weight: 500;
}



.pt-40 {
    padding-top: 40px;
}

.font-22 {
    font-size: 22px;
}

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

.pb-22 {
    padding-bottom: 22px;
}

.mb-50 {
    margin-bottom: 50px;
}


.pv-30 {
    padding: 30px 0px;
}





.border-D8D8D8-1-5 {
    border: 1.5px solid #D8D8D8;
}

.font-747474 {
    color: #747474 !important;
}
.font-929292 {
    color: #929292 !important;
}

.border-black-1-5 {
    border: 1.5px solid black;
}

.border-4176a6-1-5 {
    border: 1.5px solid #4176a6;
}

.mt-40 {
    margin-top: 40px;
}

.mb-18 {
    margin-bottom: 18px;
}

.rounded-4 {
    border-radius: 4px;
}

.gap-16 {
    gap: 16px;
}
.gap-12 {
    gap: 12px;
}

.p-30 {
    padding: 30px;
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px;
    /* padding: 0 40px; */
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
    /* padding: 30px 0; */
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-4 {
    margin-bottom: 4px;
}

.mb-25 {
    margin-bottom: 25px;
}

.gap-15 {
    gap: 15px;
}

.font-19 {
    font-size: 19px;
}

.text-4b4b4b {
    color: #4b4b4b
}

.gap-8 {
    gap: 8px;
}

.gap-6 {
    gap: 6px;
}
.gap-15 {
    gap: 15px;
}

.mb-6 {
    margin-bottom: 6px;
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-40 {
    margin-left: 40px;
}


.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.gap-22 {
    gap: 22px;
}

.mb-13 {
    margin-bottom: 13px;
}

.gap-8 {
    gap: 8px;
}

.mt-22 {
    margin-top: 22px;
}

.mt-10 {
    margin-top: 10px;
}

.px-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.px-16 {
    padding-left: 16px;
    padding-right: 16px;
}

.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}
.px-3 {
    padding-left: 3px;
    padding-right: 3px;
}
.py-1 {
    padding-top: 1px;
    padding-bottom: 1px;
}

.py-22 {
    padding-top: 22px;
    padding-bottom: 22px;
}

.py-38 {
    padding-top: 38px;
    padding-bottom: 38px;
}

.gap-30 {
    gap: 30px;
}

.font-15 {
    font-size: 15px;
}

.clipnum {
	padding: 4px 10px;
}
.clipnum:not(.show) {
	color: #4B4B4B !important
}
.clipnum .fa-caret-up {
	display: none;
}
.clipnum .fa-caret-down {
	display: inline-block;
}
.clipnum.show .fa-caret-down {
	display: none;
}
.clipnum.show .fa-caret-up {
	display: inline-block;
}

/* Web (desktop)-only styles (above 768px) */
@media screen and (min-width: 700px) {
    .mobile-only {
        display: none; /* Hide on desktop */
    }

    .font-22-18 {
        font-size: 22px;
    }

    .pt-40-30 {
        padding-top: 40px;
    }
    .mt-40-20 {
        margin-top: 40px;
    }
    .mb-18-15 {
        margin-bottom: 18px;
    }

    .mt-70-web {
        margin-top: 70px;
    }

    .w-49-web {
        width: 49% !important;
    }

    .sticky-menu {
        position: sticky !important;
        top: 0px !important;
        align-self: flex-start;
        height: fit-content;
    }

}

/* Mobile-only styles (up to 768px) */
@media screen and (max-width: 700px) {
    .mobile-only {
        /* display: block; Make sure it's visible on mobile */
    }

    .font-22-18 {
        font-size: 18px;
    }

    .px-20-mob {
        padding: 0px 20px;
    }


    .font-22 {
        font-size: 20px;
    }

    .sm-text-center {
        text-align: center;
    }


    .web-only {
        display: none; /* Hide on mobile */
    }
    .pt-40-30 {
        padding-top: 30px;
    }
    .mt-40-20 {
        margin-top: 20px;
    }
    .mb-18-15 {
        margin-bottom: 15px;
    }

		#challenges a.game_type {
			width: 80px !important;
			min-width: 80px !important;
		}
}

.p-12 {
    padding: 12px;
}

.font-13 {
    font-size: 13px;
}

.py-2 {
    padding: 2px 0px;
}





#deleteModal {
    display: none; /* Initially hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    z-index: 999;
    display: flex; /* Flexbox layout for centering */
    justify-content: center; /* Horizontal centering */
    align-items: center; /* Vertical centering */
}

.modal {
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 20px;
    /* max-width: 90%; Ensures responsiveness */
    text-align: center; /* Optional for centering content */
}

.modal-content {
    max-width: 309px;
}


.flex-shrink-0 {
    flex-shrink: 0;
}

textarea {
    overflow: hidden !important;
}

.post-content {
    word-break:keep-all;
    outline: none;
    min-height: 20px;
}

.b-black {
    border-color: black;
}

.reply-input-container .mention
 {
    background-color: white;
}
.view-content .mention, #post-box .mention,.edit-content .mention {
    background-color: #F8F8F8;
}

.edit-content .mention,
.reply-input-container .mention,
#post-box .mention {
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    font-weight: 450;
    border-radius: 4px;
    pointer-events: none;
}
.view-content .mention {
    text-shadow: none;
    display: inline-block;
    font-weight: 450;
    border-radius: 4px;
    pointer-events: none;
}

.font-white {
    color: white;
}

.bg-black {
    background-color: black;
}

.font-black {
    color: black;
}

.bg-white {
    background-color: white;
}

.pulse-bg {
    animation: pulse 5s ease-in-out;
  }

@keyframes pulse {
    0% { background-color: #ffe8d9; }
    12.5% { background-color: #f8f8f8; }
    25% { background-color: #ffe8d9; }
    37.5% { background-color: #f8f8f8; }
    50% { background-color: #ffe8d9; }
    62.5% { background-color: #f8f8f8; }
    75% { background-color: #ffe8d9; }
    87.5% { background-color: #f8f8f8; }
    100% { background-color: #ffe8d9; }
}

.justCompleted .text-fade {
    animation: textFade 5s ease-in-out forwards;

}


.justCompleted {
    position: relative;
    width: 100%;
    /* height: 50px; */
    overflow: hidden;
  }

  .justCompleted::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background-color: #4caf50;
    opacity: 1;
    transition: none;
    border-radius: 4px;
  }

  #progress .yellow {
    background-color: rgba(249, 167, 107, 1);
    color: white;
  }
  #progress .early-yellow {
    background-color: rgba(255, 192, 44, 1);
    color: white;
  }
  #progress .purple {
    background-color: rgba(34, 74, 154, 1);
    color: white;
  }
  #progress .orange {
    background-color: rgba(246, 130, 43, 1);
    color: white;
  }
  #progress .violet {
    background-color: rgba(100, 128, 184, 1);
    color: white;
  }
  #progress .early-violet {
    background-color: rgba(34, 74, 154, 0.5);
    color: white;
  }
  #progress .yellow-bg {
    background-color: rgba(254, 178, 1, 1);
  }
  #progress .purple-bg {
    background-color: rgba(34, 74, 154, 1);
  }
  #progress .orange-bg {
    background-color: rgba(246, 130, 43, 1);
  }
  #progress .violet-bg {
    background-color: rgba(78, 110, 174, 1);
  }

  .selected-opt {
    border: #4176A6 2px solid;
    background-color: #4176A6;
    color: white;
  }

  .not-selected-opt {
    color: #4176A6;
    background-color: #F8F8F8;
    border: 2px solid #D8D8D8;
  }

  .px-5 {
    padding: 0 5px;
  }

  .font-4176a6 {
    color: #4176A6 !important;
  }


.fc_views::-webkit-scrollbar {
    /* -webkit-width */
    height: 4px;

}

.fc_views::-webkit-scrollbar-thumb {
    background: #eee
}


.unique-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility:hidden;
    opacity: 0;
    transition: opacity .3s ease, visibility .3s ease;
    z-index: 10;
  }
  /* .opacity-1 {
    opacity: 1 !important;
    visibility:visible;
  } */

  .unique-modal-overlay.active {
    visibility: visible;
    opacity: 1;
  }

  #unique-modal-content {
    background: white;
    margin: 40px;
    border-radius: 5px;
    position: relative;
  }
  .unique-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    z-index: 10000;
  }

  .unique-modal-dismiss {
    font-size: 14px;
    cursor: pointer;
  }

  #review-options-container:not(.open) #review-options-list {
    display: none;
  }


  input[type=number]::-webkit-inner-spin-button {
    opacity: 1
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


.duration-indicator {
    position: absolute;
    right: 9px;
    bottom:7px;
    color: #fff !important;
    font-size: 12px;
  }
