@import url("loader-450897bfa571510023a70c9fad77a5e0.css");
@import url("selection-571e94f2c80bd2ca5cc64118fbeee30f.css");
@import url("profile-8b4d76fef682c97c71a5535c5f885172.css");
@import url("confetti-8463a52107e1553e457ddee000d89369.css");

body {
    background-color: white;
    font-family: 'GothamRounded', 'sans-serif' !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
    overflow: hidden
}

.container-fluid {
    max-width: 720px;
}

.form-control {
    height: 100px !important;
    border-radius: 25px !important;
    font-size: 32px !important;
    padding-left: 32px !important;
}

.form-floating>.form-control::placeholder {
    color: revert !important;
}

.form-floating>.form-control:not(:focus)::placeholder {
    color: transparent !important;
}

/* General stlyes */
@keyframes glow {
    100% {
        box-shadow: 0px 0px 15px 2px rgba(255, 255, 255, 0.61);
    }

    50% {
        box-shadow: 0px 0px 15px 12px rgba(255, 255, 255, 0.61);
    }

    0% {
        box-shadow: 0px 0px 15px 2px rgba(255, 255, 255, 0.61);
    }
}

.glow-border {
    animation-name: glow;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.image-container {
    margin-bottom: 32px;
}

.card {
    --bs-card-border-color: unset !important;
}

.head-text {
    font-size: 44px;
    transform: scaleY(1.1);
    text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.65);
}

.green-text {
    color: -#2EB46D !important;
    background-image: -webkit-linear-gradient(45deg, #2EB46D 51%, #00AEBB 70%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.basic-btn {
    letter-spacing: 2px;
    border: 4px solid white;
    color: white;
    font-size: 44px;
    transform: scaleY(1.1);
    border-radius: 80px;
    background-color: #081a57;
    padding-inline: 100px;
    font-family: 'GothamPro', 'sans-serif' !important;
    padding-block: 10px;
    text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.65);
    -webkit-box-shadow: 0px 0px 15px 2px rgba(255, 255, 255, 0.61);
    -moz-box-shadow: 0px 0px 15px 2px rgba(255, 255, 255, 0.61);
    box-shadow: 0px 0px 15px 2px rgba(255, 255, 255, 0.61);
}

.basic-box {
    letter-spacing: 2px;
    color: white;
    position: relative;
    font-size: 44px;
    border-radius: 80px;
    -webkit-box-shadow: 0px 0px 15px 4px rgba(255, 255, 255, 0.41);
    -moz-box-shadow: 0px 0px 15px 4px rgba(255, 255, 255, 0.41);
    box-shadow: 0px 0px 15px 4px rgba(255, 255, 255, 0.41);
}

.basic-btn:active {
    background-color: #0d2470;
}

.basic-btn:hover {
    background-color: #0d2470;
}

.small-text {
    position: absolute;
    bottom: 50px;
    z-index: 3;
    transform: scaleY(1.1);
    font-size: 24px !important;
    padding-inline: 35px !important;
    font-weight: 100
}

.button-container {
    position: relative;
    top: -40px;
    gap: 60px !important;
    position: relative;
}

#countdown {
    position: relative;
    top: -100px;
    text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.65);
    font-size: 68px;
}

#options button {
    min-width: 80vw;
    max-width: 80vw;
}

#select-text {
    text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.65);
    font-weight: 300;
}

#button-propose {
    margin-top: 48px;
}

.page-indicator {
    width: 37px;
    height: 37px;
    background-color: gray;
    border-radius: 50%;
}

.page-indicator.active {
    background: hsla(79, 100%, 37%, 1);
    background: linear-gradient(0deg, hsla(79, 100%, 37%, 1) 0%, hsla(185, 100%, 37%, 1) 100%);
    background: -moz-linear-gradient(0deg, hsla(79, 100%, 37%, 1) 0%, hsla(185, 100%, 37%, 1) 100%);
    background: -webkit-linear-gradient(0deg, hsla(79, 100%, 37%, 1) 0%, hsla(185, 100%, 37%, 1) 100%);
}

.input-group>.form-control:not(:focus).is-invalid {
    z-index: 0 !important;
}

#badge-icon {
    font-size: 3.25rem;
}

/* /\/\/\/\/\/\ NEW MEDIA QUERY STARTING HERE /\/\/\/\/\/\ */
@media (orientation: portrait) {
    body {
        background-image: url("../images/f4ae4de2-1b01-4a62-8357-6063163ccdc1-3a4598f4399c47295273dccbbaeaa5cd.jpeg") !important;
    }

    #inactivity-modal {
        background-image: url("../images/f4ae4de2-1b01-4a62-8357-6063163ccdc1-3a4598f4399c47295273dccbbaeaa5cd.jpeg") !important;
    }
}

@media (orientation: landscape) {
    body {
        background-image: url("../images/0c140f34-9136-4c87-915c-bdae2b7ca8ed-e3d1e1b4ffca315758c6b555480d3524.jpg") !important;
    }

    #inactivity-modal {
        background-image: url("../images/0c140f34-9136-4c87-915c-bdae2b7ca8ed-e3d1e1b4ffca315758c6b555480d3524.jpg") !important;
    }
}

@media (min-width: 1600px) and (orientation: landscape) {

    /* INACTIVITY MODAL STYLES */
    .custom-container,
    #proposal-container {
        max-width: 650px !important;
    }

    .image-container {
        margin-bottom: 16px;
    }

    .basic-btn {
        padding-inline: 50px;
        padding-block: 8px;
        border-radius: 40px !important;
        font-size: 24px;
    }

    .small-text {
        position: absolute;
        bottom: 25px;
        z-index: 3;
        padding-inline: 25px !important;
        font-size: 14px !important;
    }

    .button-container {
        position: relative;
        top: -50px;
        gap: 30px !important
    }

    /* QUIZ PAGE STYLES */
    #quiz-container {
        padding-inline: 48px;
    }

    #options button {
        gap: 16px !important;
        font-size: 22px !important;
        padding: 12px 24px !important;
    }

    #options button div span {
        top: 0;
        left: 0;
    }

    #question {
        font-size: 28px;
    }

    #question-container div {
        gap: 24px !important;
    }

    #question-container div img {
        width: 38px !important;
    }

    #progress-container div h1 {
        font-size: 48px !important;
    }

    #progress-container div div h5 {
        font-size: 16px !important;
    }

    #progress {
        height: 16px !important;
    }

    #master-container {
        gap: 16px !important;
    }

    #select-text {
        margin-top: 24px !important;
        font-size: large;
    }

    #countdown {
        position: relative;
        top: -60px;
        text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.65);
        font-size: 38px;
    }

    /* PROPOSAL STYLES */
    #button-propose {
        margin-top: 12px;
    }

    .title-text {
        letter-spacing: normal !important;
        font-size: 26px !important;
    }

    #proposal-container {
        gap: 0px !important
    }

    #row-container {
        gap: 32px !important
    }

    #row-container img {
        width: 100% !important;
        height: 160px !important;
    }

    #propose button {
        padding-inline: 12px;
        padding-block: 12px !important;
    }

    #propose button div {
        font-size: 20px !important;
    }

    #propose button img {
        width: 30px !important;
        height: 30px !important;
        top: -2px !important;
    }

    .basic-box {
        letter-spacing: 2px;
        font-size: 15px !important;
        border-radius: 40px;
    }


    p {
        margin-bottom: 0 !important;
    }

    #propose {
        font-size: 19px !important;
        overflow: hidden;
        text-wrap: nowrap;
        text-overflow: ellipsis;
    }
}

/* /\/\/\/\/\/\ NEW MEDIA QUERY STARTING HERE /\/\/\/\/\/\ */
@media (min-width: 1400px) and (max-width: 1599px) {
    /* INACTIVITY MODAL STYLES */
    .custom-container,
    #proposal-container {
        max-width: 470px !important;
    }

    .image-container {
        margin-bottom: 16px;
    }

    .basic-btn {
        border: 2px solid white !important;
        padding-inline: 50px;
        padding-block: 8px;
        border-radius: 40px !important;
        font-size: 24px;
    }

    .small-text {
        position: absolute;
        bottom: 25px;
        z-index: 3;
        padding-inline: 25px !important;
        font-size: 14px !important;
    }

    .button-container {
        position: relative;
        top: -30px;
        gap: 30px !important
    }

    /* QUIZ PAGE STYLES */
    #quiz-container {
        padding-inline: 48px;
    }

    #options button {
        gap: 16px !important;
        font-size: 22px !important;
        padding: 12px 24px !important;
    }

    #options button div span {
        top: 0;
        left: 0;
    }

    #question {
        font-size: 28px;
    }

    #question-container div {
        gap: 24px !important;
    }

    #question-container div img {
        width: 38px !important;
    }

    #progress-container div h1 {
        font-size: 48px !important;
    }

    #progress-container div div h5 {
        font-size: 16px !important;
    }

    #progress {
        height: 16px !important;
    }

    #master-container {
        gap: 16px !important;
    }

    #select-text {
        margin-top: 24px !important;
        font-size: large;
    }

    #countdown {
        position: relative;
        top: -45px;
        text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.65);
        font-size: 32px;
    }

    /* PROPOSAL STYLES */
    #button-propose {
        margin-top: 12px;
    }

    .title-text {
        letter-spacing: normal !important;
        font-size: 21px !important;
    }

    #proposal-container {
        gap: 0px !important;
        padding: 0px !important;
    }

    #row-container {
        gap: 24px !important
    }

    #row-container img {
        width: 100% !important;
        height: 120px !important;
    }

    #propose button {
        padding-inline: 12px;
        padding-block: 2px !important;
    }

    #propose button div {
        font-size: 15px !important;
    }

    #propose button img {
        width: 30px !important;
        height: 30px !important;
        top: -2px !important;
    }

    .basic-box {
        letter-spacing: 2px;
        font-size: 15px !important;
        border-radius: 40px;
    }
   
    p {
        margin-bottom: 0 !important;
    }

    #propose {
        font-size: 21px !important;
        overflow: hidden;
        text-wrap: nowrap;
        text-overflow: ellipsis;
    }
}

/* /\/\/\/\/\/\ NEW MEDIA QUERY STARTING HERE /\/\/\/\/\/\ */
@media (min-width: 1200px) and (max-width: 1399px) and (orientation: landscape) {

    /* INACTIVITY MODAL STYLES */
    .custom-container {
        max-width: 370px !important;
    }

    .image-container {
        margin-bottom: 16px;
    }

    .basic-btn {
        padding-inline: 50px;
        padding-block: 8px;
        border-radius: 30px !important;
        font-size: 18px !important;
    }

    .button-container {
        position: relative;
        top: -30px;
        gap: 30px !important
    }

    #countdown {
        position: relative;
        top: -45px;
        text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.65);
        font-size: 32px;
    }

    /* QUIZ PAGE STYLES */
    #options button {
        gap: 16px !important;
        font-size: 22px !important;
        padding: 12px 24px !important;
    }

    #options button div {
        width: 40px !important;
        height: 40px !important;
        max-width: 40px !important;
        max-height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
    }

    #options button div span {
        font-size: 20px;
        top: 0;
        left: 0;
    }

    #question {
        font-size: 28px;
    }

    #question-container div {
        gap: 24px !important;
    }

    #question-container div img {
        width: 38px !important;
    }

    #progress-container div h1 {
        font-size: 48px !important;
    }

    #progress-container div div h5 {
        font-size: 16px !important;
    }

    #progress {
        height: 16px !important;
    }

    #master-container {
        gap: 16px !important;
    }

    #select-text {
        margin-top: 24px !important;
        font-size: large;
    }

    /* PROPOSAL STYLES */
    #button-propose {
        margin-top: 12px;
    }

    .title-text {
        font-size: 24px !important;
    }

    #proposal-container {
        gap: 0px !important;
        padding: 0px !important;
    }

    #profile-proposal-container {
        gap: 12px !important;
        padding: 0px !important;
    }

    #row-container {
        gap: 24px !important
    }

    #row-container img {
        width: 110px !important;
        height: 110px !important;
    }

    #propose button {
        padding-inline: 12px;
        padding-block: 2px !important;
    }

    #propose button div {
        font-size: 15px !important;
    }

    #propose button img {
        width: 30px !important;
        height: 30px !important;
        top: -2px !important;
    }

    .basic-box {
        letter-spacing: 2px;
        font-size: 24px;
        border-radius: 40px;
    }

    p {
        margin-bottom: 0 !important;
    }
}

/* /\/\/\/\/\/\ NEW MEDIA QUERY STARTING HERE /\/\/\/\/\/\ */
@media (min-width: 1081px) and (max-width: 1199px) {

    /* INACTIVITY MODAL STYLES */
    .custom-container {
        max-width: 470px !important;
    }

    .image-container {
        margin-bottom: 16px;
    }

    .basic-btn {
        padding-inline: 50px;
        padding-block: 8px;
        font-size: 24px !important;
    }

    .small-text {
        position: absolute;
        bottom: 25px;
        z-index: 3;
        padding-inline: 25px !important;
        font-size: 14px !important;
    }

    .button-container {
        position: relative;
        top: -70px;
        gap: 28px !important
    }

    /* QUIZ PAGE STYLES */
    #options button {
        gap: 16px !important;
        font-size: 22px !important;
        padding: 12px 24px !important;
    }

    #options button div {
        width: 40px !important;
        height: 40px !important;
        max-width: 40px !important;
        max-height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
    }

    #options button div span {
        font-size: 20px;
        top: 0;
        left: 0;
    }

    #question {
        font-size: 28px;
    }

    #question-container div {
        gap: 24px !important;
    }

    #question-container div img {
        width: 38px !important;
    }

    #progress-container div h1 {
        font-size: 48px !important;
    }

    #progress-container div div h5 {
        font-size: 16px !important;
    }

    #progress {
        height: 16px !important;
    }

    #master-container {
        gap: 16px !important;
    }

    #select-text {
        margin-top: 24px !important;
        font-size: large;
    }

    #countdown {
        position: relative;
        top: -100px;
        text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.65);
        font-size: 68px;
    }

    /* PROPOSAL STYLES */
    #button-propose {
        margin-top: 12px;
    }

    .title-text {
        font-size: 24px !important;
    }

    #proposal-container {
        gap: 0px !important;
    }

    #profile-proposal-container {
        gap: 12px !important;
    }

    #row-container {
        gap: 24px !important
    }

    #row-container img {
        width: 110px !important;
        height: 110px !important;
    }

    #propose button {
        padding-inline: 12px;
        padding-block: 2px !important;
    }

    #propose button div {
        font-size: 15px !important;
    }

    #propose button img {
        width: 30px !important;
        height: 30px !important;
        top: -2px !important;
    }

    .basic-box {
        letter-spacing: 2px;
        font-size: 24px;
        border-radius: 40px;
    }

    p {
        margin-bottom: 0 !important;
    }
}

/* /\/\/\/\/\/\ NEW MEDIA QUERY STARTING HERE /\/\/\/\/\/\ */
@media (min-width: 992px) and (max-width: 1079px) {

    /* INACTIVITY MODAL STYLES */
    .custom-container {
        max-width: 820px !important;
        padding: 0 !important;
    }

    .basic-btn {
        border: 3px solid white !important;
        padding-inline: 50px;
        padding-block: 8px;
        font-size: 30px !important;
    }

    .small-text {
        position: absolute;
        bottom: 25px;
        z-index: 3;
        padding-inline: 25px !important;
        font-size: 16px !important;
    }

    /* QUIZ STYLES */

    #options button {
        gap: 16px !important;
        font-size: 22px !important;
        padding: 12px 24px !important;
    }

    #options button div {
        width: 40px !important;
        height: 40px !important;
        max-width: 40px !important;
        max-height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
    }

    #options button div span {
        font-size: 20px;
        top: 0;
        left: 0;
    }

    #question {
        font-size: 28px;
    }

    #question-container div {
        gap: 24px !important;
    }

    #question-container div img {
        width: 38px !important;
    }

    #progress-container div h1 {
        font-size: 48px !important;
    }

    #progress-container div div h5 {
        font-size: 16px !important;
    }

    #progress {
        height: 16px !important;
    }

    #master-container {
        gap: 16px !important;
    }

    #select-text {
        margin-top: 24px !important;
        font-size: large;
    }

    .button-container {
        position: relative;
        top: -70px;
        gap: 48px !important
    }

    #countdown {
        position: relative;
        top: -90px;
        font-size: 54px;
    }

    /* PROPOSAL STYLES */
    #button-propose {
        margin-top: 12px;
    }

    .title-text {
        font-size: 24px !important;
    }

    #proposal-container {
        gap: 0px !important;
    }

    #profile-proposal-container {
        gap: 12px !important;
    }

    #row-container {
        gap: 24px !important
    }

    #row-container img {
        width: 200px !important;
        height: 200px !important;
    }

    #propose button {
        padding-inline: 12px;
        padding-block: 2px !important;
    }

    #propose button div {
        font-size: 15px !important;
    }

    #propose button img {
        width: 30px !important;
        height: 30px !important;
        top: -2px !important;
    }

    .basic-box {
        letter-spacing: 2px;
        font-size: 24px;
        border-radius: 40px;
    }

    p {
        margin-bottom: 0 !important;
    }
}

/* /\/\/\/\/\/\ NEW MEDIA QUERY STARTING HERE /\/\/\/\/\/\ */
@media (min-width: 992px) and (max-width: 1079px) and (orientation: landscape) {

    /* INACTIVITY MODAL STYLES */
    .custom-container,
    #proposal-container {
        max-width: 470px !important;
    }

    .image-container {
        margin-bottom: 16px;
    }

    .basic-btn {
        border: 2px solid white !important;
        padding-inline: 50px;
        padding-block: 8px;
        border-radius: 40px !important;
        font-size: 24px !important;
    }

    .small-text {
        position: absolute;
        bottom: 25px;
        z-index: 3;
        padding-inline: 25px !important;
        font-size: 14px !important;
    }

    .button-container {
        position: relative;
        top: -30px;
        gap: 30px !important
    }

    /* QUIZ PAGE STYLES */
    #quiz-container {
        padding-inline: 48px;
    }

    #options button {
        gap: 16px !important;
        font-size: 22px !important;
        padding: 12px 24px !important;
    }

    #options button div span {
        top: 0;
        left: 0;
    }

    #question {
        font-size: 28px;
    }

    #question-container div {
        gap: 24px !important;
    }

    #question-container div img {
        width: 38px !important;
    }

    #progress-container div h1 {
        font-size: 48px !important;
    }

    #progress-container div div h5 {
        font-size: 16px !important;
    }

    #progress {
        height: 16px !important;
    }

    #master-container {
        gap: 16px !important;
    }

    #select-text {
        margin-top: 24px !important;
        font-size: large;
    }

    #countdown {
        position: relative;
        top: -45px;
        text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.65);
        font-size: 32px;
    }

    /* PROPOSAL STYLES */
    #button-propose {
        margin-top: 12px;
    }

    .title-text {
        font-size: 21px !important;
    }

    #proposal-container {
        gap: 0px !important;
        padding: 0px !important;
    }

    #row-container {
        gap: 24px !important
    }

    #row-container img {
        width: 110px !important;
        height: 110px !important;
    }

    #propose button {
        padding-inline: 12px;
        padding-block: 2px !important;
    }

    #propose button div {
        font-size: 15px !important;
    }

    #propose button img {
        width: 30px !important;
        height: 30px !important;
        top: -2px !important;
    }

    .basic-box {
        letter-spacing: 2px;
        font-size: 15px !important;
        border-radius: 40px;
    }

    p {
        margin-bottom: 0 !important;
    }
}

/* /\/\/\/\/\/\ NEW MEDIA QUERY STARTING HERE /\/\/\/\/\/\ */
@media (max-width: 960px) and (min-width: 820px) {

    /* INACTIVITY MODAL STYLES */
    .custom-container {
        max-width: 780px !important;
    }

    .image-container {
        margin-bottom: unset;
    }

    .basic-btn {
        border: 2px solid white !important;
        padding-inline: 50px;
        padding-block: 8px;
        font-size: 27px !important;
    }

    .small-text {
        position: absolute;
        bottom: 25px;
        z-index: 3;
        padding-inline: 25px !important;
        font-size: 12px !important;
    }

    .button-container {
        position: relative;
        top: -30px;
        gap: 26px !important
    }

    #countdown {
        position: relative;
        top: -50px;
        text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.65);
        font-size: 44px;
    }

    /* QUIZ PAGE STYLES */
    #options button {
        gap: 16px !important;
        font-size: 22px !important;
        padding: 12px 24px !important;
    }

    #options button div {
        width: 40px !important;
        height: 40px !important;
        max-width: 40px !important;
        max-height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
    }

    #options button div span {
        font-size: 20px;
        top: 0;
        left: 0;
    }

    #question {
        font-size: 28px;
    }

    #question-container div {
        gap: 24px !important;
    }

    #question-container div img {
        width: 38px !important;
    }

    #progress-container div h1 {
        font-size: 48px !important;
    }

    #progress-container div div h5 {
        font-size: 16px !important;
    }

    #progress {
        height: 16px !important;
    }

    #master-container {
        gap: 16px !important;
    }

    #select-text {
        margin-top: 24px !important;
        font-size: large;
    }

    /* PROPOSAL STYLES */
    #button-propose {
        margin-top: 12px;
    }

    .title-text {
        font-size: 24px !important;
    }

    #proposal-container {
        gap: 0px !important
    }

    #profile-proposal-container {
        gap: 16px !important
    }

    #row-container {
        gap: 18px !important
    }

    #propose button {
        padding-inline: 12px;
        padding-block: 4px !important;
    }

    #propose button div {
        font-size: 14px !important;
    }

    #propose button img {
        width: 30px !important;
        height: 30px !important;
        top: -2px !important;
    }

    .basic-box {
        letter-spacing: 1px;
        font-size: 24px;
        border-radius: 40px;
    }

    p {
        margin-bottom: 0 !important;
    }
}

/* /\/\/\/\/\/\ NEW MEDIA QUERY STARTING HERE /\/\/\/\/\/\ */
@media (max-width: 819px) and (min-width: 560px) {

    /* INACTIVITY MODAL STYLES */
    .custom-container {
        max-width: 520px !important;
    }

    .basic-btn {
        padding-inline: 50px;
        padding-block: 8px;
        font-size: 24px !important;
    }

    .small-text {
        position: absolute;
        bottom: 25px;
        z-index: 3;
        padding-inline: 25px !important;
        font-size: 12px !important;
    }

    .button-container {
        position: relative;
        top: -40px;
        gap: 26px !important
    }

    /* QUIZ PAGE STYLES */
    #options button {
        gap: 16px !important;
        font-size: 22px !important;
        padding: 12px 24px !important;
    }

    #options button div {
        width: 40px !important;
        height: 40px !important;
        max-width: 40px !important;
        max-height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
    }

    #options button div span {
        font-size: 20px;
        top: 0;
        left: 0;
    }

    #question {
        font-size: 28px;
    }

    #question-container div {
        gap: 24px !important;
    }

    #question-container div img {
        width: 38px !important;
    }

    #progress-container div h1 {
        font-size: 48px !important;
    }

    #progress-container div div h5 {
        font-size: 16px !important;
    }

    #progress {
        height: 16px !important;
    }

    #master-container {
        gap: 12px !important;
    }

    #select-text {
        margin-top: 24px !important;
        font-size: medium;

    }

    #countdown {
        position: relative;
        top: -60px;
        text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.65);
        font-size: 36px;
    }

    /* PROPOSAL STYLES */
    #button-propose {
        margin-top: unset;
    }

    .title-text {
        font-size: 24px !important;
    }

    #proposal-container {
        gap: 0px !important
    }

    #profile-proposal-container {
        gap: 12px !important
    }

    #row-container {
        gap: 18px !important
    }

    #propose button {
        padding-inline: 12px;
        padding-block: 4px !important;
    }

    #propose button div {
        font-size: 14px !important;
    }

    #propose button img {
        width: 30px !important;
        height: 30px !important;
        top: -2px !important;
    }

    .basic-box {
        letter-spacing: 1px;
        font-size: 24px;
        border-radius: 40px;
    }

    p {
        margin-bottom: 0 !important;
    }
}

/* /\/\/\/\/\/\ NEW MEDIA QUERY STARTING HERE /\/\/\/\/\/\ */
@media (max-width: 559px) and (min-width: 376px) {

    /* INACTIVITY MODAL STYLES */
    .custom-container,
    .selection-container {
        max-width: 100% !important;
    }

    .basic-btn {
        letter-spacing: unset !important;
        padding-inline: 25px;
        padding-block: 4px;
        border: 1.5px solid white !important;
        font-size: 18px !important;
    }

    .small-text {
        position: absolute;
        bottom: 25px;
        z-index: 3;
        padding-inline: 20px !important;
        font-size: 8px !important;
    }

    .button-container {
        position: relative;
        top: -35px;
        gap: 16px !important
    }

    #options button {
        gap: 16px !important;
        font-size: 16px !important;
        padding: 12px 12px !important;
    }

    #options button div {
        width: 40px !important;
        height: 40px !important;
        max-width: 40px !important;
        max-height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
    }

    #options button div span {
        font-size: 20px;
        top: 0;
        left: 0;
    }

    #question {
        font-size: 20px;
    }

    #question-container div {
        gap: 16px !important;
    }

    #question-container div img {
        width: 30px !important;
    }

    #progress-container div h1 {
        font-size: 36px !important;
    }

    #progress-container div div h5 {
        font-size: 8px !important;
    }

    #progress {
        height: 8px !important;
    }

    #master-container {
        gap: 8px !important;
    }

    #select-text {
        margin-top: 16px !important;
        font-size: small;
    }

    #countdown {
        position: relative;
        top: -55px;
        text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.65);
        font-size: 24px;
    }

    /* PROPOSAL STYLES */
    #button-propose {
        margin-top: 12px;
    }

    .title-text {
        font-size: 16px !important;
        margin-bottom: 0px !important;
    }

    #button-propose {
        margin-top: 12px;
    }

    #proposal-container {
        gap: 0px !important
    }

    #profile-proposal-container {
        gap: 12px !important;
        margin-bottom: 64px;
    }

    #row-container {
        gap: 18px !important
    }

    #propose button {
        padding-inline: 12px;
        padding-block: 4px !important;
    }

    #propose button div {
        font-size: 14px !important;
    }

    #propose button img {
        width: 30px !important;
        height: 30px !important;
        top: -2px !important;
    }

    .basic-box {
        letter-spacing: 1px;
        font-size: 24px;
        border-radius: 40px;
    }
    
    #propose {
        font-size: 16px !important;
        padding-inline: 13px !important;
        padding-block: 10px !important;
        overflow: hidden;
        text-wrap: nowrap;
        text-overflow: ellipsis;
    }
    p {
        margin-bottom: 0 !important;
    }

    .basic-btn {
        text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.65);
        -webkit-box-shadow: 0px 0px 7px 2px rgba(255, 255, 255, 0.61);
        -moz-box-shadow: 0px 0px 7px 2px rgba(255, 255, 255, 0.61);
        box-shadow: 0px 0px 7px 2px rgba(255, 255, 255, 0.61);
        letter-spacing: unset !important;
        border: 2px solid white !important;
    }

}


/* /\/\/\/\/\/\ NEW MEDIA QUERY STARTING HERE /\/\/\/\/\/\ */
@media (max-width: 375px) and (min-width: 200px) {

    /* INACTIVITY MODAL STYLES */
    .custom-container,
    .selection-container {
        max-width: 100% !important;
    }

    .basic-btn {
        text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.65);
        -webkit-box-shadow: 0px 0px 7px 2px rgba(255, 255, 255, 0.61);
        -moz-box-shadow: 0px 0px 7px 2px rgba(255, 255, 255, 0.61);
        box-shadow: 0px 0px 7px 2px rgba(255, 255, 255, 0.61);
        letter-spacing: unset !important;
        padding-inline: 25px;
        padding-block: 4px;
        border: 2px solid white !important;
        font-size: 18px !important;
    }

    .small-text {
        position: absolute;
        bottom: 25px;
        z-index: 3;
        padding-inline: 20px !important;
        font-size: 8px !important;
    }

    .button-container {
        position: relative;
        top: -35px;
        gap: 16px !important
    }

    #options button {
        gap: 16px !important;
        font-size: 16px !important;
        padding: 12px 12px !important;
    }

    #options button div {
        width: 40px !important;
        height: 40px !important;
        max-width: 40px !important;
        max-height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
    }

    #options button div span {
        font-size: 20px;
        top: 0;
        left: 0;
    }

    #question {
        font-size: 20px;
    }

    #question-container div {
        gap: 16px !important;
    }

    #question-container div img {
        width: 30px !important;
    }

    #progress-container div h1 {
        font-size: 36px !important;
    }

    #progress-container div div h5 {
        font-size: 8px !important;
    }

    #progress {
        height: 8px !important;
    }

    #master-container {
        gap: 8px !important;
    }

    #select-text {
        margin-top: 16px !important;
        font-size: small;
    }

    #countdown {
        position: relative;
        top: -55px;
        text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.65);
        font-size: 24px;
    }

    /* PROPOSAL STYLES */
    #button-propose {
        margin-top: 12px;
    }

    .title-text {
        font-size: 16px !important;
        margin-bottom: 0px !important;
    }

    #button-propose {
        margin-top: 12px;
    }

    #proposal-container {
        gap: 0px !important
    }

    #profile-proposal-container {
        gap: 12px !important;
        padding-bottom: 96px;
    }

    #row-container {
        gap: 18px !important
    }

    #propose button {
        padding-inline: 12px;
        padding-block: 4px !important;
    }

    #propose button div {
        font-size: 14px !important;
    }

    #propose button img {
        width: 30px !important;
        height: 30px !important;
        top: -2px !important;
    }

    .basic-box {
        letter-spacing: 1px;
        font-size: 24px;
        border-radius: 40px;
    }

    #propose {
        font-size: 16px !important;
        padding-inline: 13px !important;
        padding-block: 10px !important;
        overflow: hidden;
        text-wrap: nowrap;
        text-overflow: ellipsis;
    }

    p {
        margin-bottom: 0 !important;
    }
}