@font-face {
    font-family: 'redHat';
    src: url('../fonts/Red_Hat_Display/static/RedHatDisplay-Regular.ttf') format('woff');
}
input[type='radio']:checked {
    accent-color: #050505;
}
body{
    font-family: redHat !important;
    height: 100vh; /* Set the body height to 100% of the viewport height */
    display: flex;
    flex-direction: column;
}

.symp_box.input-bg.custom-input2:focus {
    background-color: #494949;
    outline: none;
    /* Add any other styles you want for the focused state */
}
.list-group-item{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: white;
}
.subcription-box{
    margin-left: 3%;
}

.title_box{
    border-radius: 35px;
}
.right_icon{
    max-width: 60%;
}
.left-column-bg {
    background-color: transparent;
    border-radius: 30px;
}
.left-column-img-box{
    position: absolute;
    bottom: 60px;
    /*width: 100%;*/
}
.left-column-img {
    max-width: 45px;
    margin: 10%;
}
.right-column-bg {
    background-color: #00070B
}
.top-title {
    font-size: 23px;
    font-weight: 600;
    line-height: 17.66px
}
.top-description {
    font-size: 16px;
    /*font-weight: 300;*/
    line-height: 16.83px
}
.form-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px
}
.form-container {
    border-radius: 50px;
    background-color: black
}
.form-bullet-input {
    margin-left: 1px;
    margin-right: 4px;
}
.inner_box
{
    max-width: 70%;
    border-radius: 34px;
}
.checkbox{
    border-radius: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.symptom_box{
    border-radius: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    max-width: 70%;
}
.agebox{
    border-radius: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: transparent;
}
.row .question_box{
    align-items: center;
    justify-content: center;
    width: fit-content;
}
.symp_box{
    border-radius: 20px;
    float: right;
    padding: 5px; /* Add padding for better appearance */
    margin-left: 10px; /* Adjust the left margin as needed */
    font-weight: bold;
    color: white;
    background-color: #343a40; /* Background color for the input */
    border: none; /* Remove the default border */
    text-align: center;
    box-sizing: border-box;
}
.selection_menu{
    border-radius: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #6C757D;
    max-width: 25%;
    margin-left: 3%;
    height: fit-content;
    margin-bottom: 5%;
}
.select_menu{
    border-radius: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    max-width: 95%;
    background-color: transparent;
}
.question_text{
    font-size: 22px;
}
.checkbox_text{
    font-size: 18px;
}
.terms_text{
    font-size: 18px;
}
.response_text{
    font-size: 16px;
}
.radio_btn{
    margin-left: 1%;
    color: #303030;
}
.add_textarea{
    border-radius: 20px;
    color: white;
    font-size: 18px   ;
    background-color: transparent;

}
.custom-input {
    height: 40px; /* Adjust the height as needed */
    border-radius: 10px; /* Adjust the border-radius for rounded corners */
    padding: 5px; /* Add padding for better appearance */
    font-weight: bold;
    color: white;
    background-color: #494949; /* Background color for the input */
    border: none; /* Remove the default border */
    text-align: center;
    box-sizing: border-box;
}

.input-bg{
    background-color: #494949
}
.question-color{
color:#2bb4d8;
}
#sidebar {
    background-color: #000;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

#sidebar a {
    /*padding: 8px 8px 8px 32px;*/
    text-decoration: none;
    font-size: 16px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
}

#sidebar a:hover {
    font-size: 18px ;
}

#sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    /* padding: 0 16px 16px 16px; */
}

@media screen and (max-height: 450px) {
    #sidebar {
        padding-top: 15px;
    }
    #sidebar a {
        font-size: 18px;
    }
}


/* Apply styles when the width is larger than 350px */
@media (min-width: 501px) {
    .display-switch {
        display: block; /* Hide the element for widths larger than 350px */
    }
}

@media(max-width: 1105px){
    .right_icon{
        max-width: 25%;
    }
    .top-title {
        font-size: 25px;
        font-weight: 600;
        line-height: 17.66px
    }
    .top-description {
        font-size: 15px;
        /*font-weight: 300;*/
        line-height: 14.83px
    }
    .form-bullet-input {
        margin-left: 1px;
        margin-right: 4px;
    }
    .checkbox{
        border-radius: 20px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .checkbox_text{
        font-size: 18px;
    }
    .symptom_box{
        border-radius: 20px;
        padding-top: 2px;
        padding-bottom: 2px;
        max-width: 60%;
    }
    .agebox{
        border-radius: 20px;
        padding-top: 2px;
        padding-bottom: 2px;
        background-color: transparent;
    }
    .row .question_box{
        align-items: center;
        justify-content: center;
        width: fit-content;
    }
    .symp_box{
        border-radius: 20px;
        float: right;
        padding: 5px; /* Add padding for better appearance */
        margin-left: 10px; /* Adjust the left margin as needed */
        font-weight: bold;
        color: white;
        background-color: #343a40; /* Background color for the input */
        border: none; /* Remove the default border */
        text-align: center;
        box-sizing: border-box;
    }
    .selection_menu{
        border-radius: 20px;
        padding-top: 2px;
        padding-bottom: 2px;
        background-color: #6C757D;
        min-width: 135px;
        height: fit-content;
        margin-bottom: 5%;
    }
    .select_menu{
        border-radius: 20px;
        padding-top: 2px;
        padding-bottom: 2px;
        max-width: 95%;
        background-color: transparent;
    }
    .question_text{
        font-size: 20px;
    }
    .checkbox_text{
        font-size: 16px;
    }
    .terms_text{
        font-size: 16px;
    }
    .response_text{
        font-size: 15px;
    }
    .radio_btn{
        margin-left: 1%;
        color: #303030;
    }
    .add_textarea{
        border-radius: 19px;
        color: white;
        font-size: 18px   ;
        background-color: transparent;

    }
    .custom-input {
        height: 40px; /* Adjust the height as needed */
        border-radius: 10px; /* Adjust the border-radius for rounded corners */
        padding: 5px; /* Add padding for better appearance */
        font-weight: bold;
        color: white;
        background-color: #494949; /* Background color for the input */
        border: none; /* Remove the default border */
        text-align: center;
        box-sizing: border-box;
    }
    .btn .btn-primary .w-50 .rounded-pill{
        font-size: 15px;
    }
}
@media(max-width: 995px){
    .right_icon{
        max-width: 40%;
    }
    .stripe-background-image {
        background-size: auto 250px;
        background-position: 100% 0; /* 100% to the right, 0% from the top */
        background-repeat: no-repeat;
    }
    .top-title {
        font-size: 25px;
        font-weight: 600;
        line-height: 17.66px
    }
    .top-description {
        font-size: 14px;
        /*font-weight: 300;*/
        line-height: 13.83px
    }
    .form-title {
        font-size: 23px;
    }
    .form-container {
        border-radius: 45px;
        background-color: black
    }
    .form-bullet-input {
        margin-left: 1px;
        margin-right: 4px;
    }
    .checkbox{
        border-radius: 20px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .checkbox_text{
        font-size: 16px;
    }
    .symptom_box{
        border-radius: 20px;
        padding-top: 1.5px;
        padding-bottom: 1.5px;
        max-width: 75%;
    }
    .agebox{
        border-radius: 20px;
        padding-top: 2px;
        padding-bottom: 2px;
        background-color: transparent;
        font-size: 16px;
    }
    .row .question_box{
        align-items: center;
        justify-content: center;
        width: fit-content;
    }
    .symp_box{
        border-radius: 20px;
        float: right;
        padding: 5px; /* Add padding for better appearance */
        margin-left: 10px; /* Adjust the left margin as needed */
        font-weight: bold;
        color: white;
        background-color: #343a40; /* Background color for the input */
        border: none; /* Remove the default border */
        text-align: center;
        box-sizing: border-box;
        max-width: 90%;
    }
    .selection_menu{
        border-radius: 20px;
        padding-top: 2px;
        padding-bottom: 2px;
        background-color: #6C757D;
        max-width: 22%;
        margin-left: 2%;
        height: fit-content;
    }
    .select_menu{
        border-radius: 20px;
        padding-top: 2px;
        padding-bottom: 2px;
        background-color: transparent;
        min-width: fit-content;
    }
    .question_text{
        font-size: 18px;
    }
    .checkbox_text{
        font-size: 15px;
    }
    .terms_text{
        font-size: 15px;
    }
    .response_text{
        font-size: 13px;
    }
    .radio_btn{
        margin-left: 1%;
        color: #303030;
    }
    .add_textarea{
        border-radius: 18px;
        color: white;
        font-size: 18px   ;
        background-color: transparent;

    }
    .custom-input {
        height: 40px; /* Adjust the height as needed */
        border-radius: 10px; /* Adjust the border-radius for rounded corners */
        padding: 5px; /* Add padding for better appearance */
        font-weight: bold;
        color: white;
        background-color: #494949; /* Background color for the input */
        border: none; /* Remove the default border */
        text-align: center;
        box-sizing: border-box;
    }
    .btn .btn-primary .w-50 .rounded-pill{
        font-size: 14px;
    }
    .subcription-box{
        margin-left: 1%;
    }
}
@media(max-width: 768px){

    .inner_box{
        max-width: 100% !important;
    }
    .right_icon img{
        width: 205px;
        height: 40px;
    }
    .top-title {
        font-size: 23px;
        font-weight: 600;
        line-height: 17.66px
    }
    .top-description {
        font-size: 13px;
        /*font-weight: 300;*/
        line-height: 12.83px
    }
    .form-title {
        font-size: 21px;
    }
    .form-container {
        border-radius: 40px;
        background-color: black
    }
    .checkbox{
        border-radius: 20px;
        padding-top: 1.5px;
        padding-bottom: 1.5px;
    }
    .checkbox_text{
        font-size: 15px;
    }
    .symptom_box{
        border-radius: 20px;
        padding-top: 2px;
        padding-bottom: 2px;
        max-width: 85%;
    }
    .agebox{
        border-radius: 20px;
        padding-top: 1.5px;
        padding-bottom: 1.5px;
        background-color: transparent;
        font-size: 15px;
    }
    .row .question_box{
        align-items: center;
        justify-content: center;
        width: fit-content;
    }
    .symp_box{
        border-radius: 20px;
        float: right;
        padding: 4px; /* Add padding for better appearance */
        margin-left: 8px; /* Adjust the left margin as needed */
        font-weight: bold;
        color: white;
        background-color: #343a40; /* Background color for the input */
        border: none; /* Remove the default border */
        text-align: center;
        box-sizing: border-box;
        max-width: 80%;
    }
    .selection_menu{
        border-radius: 20px;
        padding-top: 1.5px;
        padding-bottom: 1.5px;
        background-color: #6C757D;
        max-width: 20%;
        height: fit-content;
        margin-bottom: 5%;
    }
    .select_menu{
        border-radius: 20px;
        margin-bottom: 15px;
        padding-top: 1.5px;
        padding-bottom: 1.5px;
        max-width: 75%;
        background-color: transparent;
        min-width: fit-content;
    }
    .question_text{
        font-size: 16px;
    }
    .checkbox_text{
        font-size: 14px;
    }
    .terms_text{
        font-size: 14px;
    }
    .response_text{
        font-size: 12px;
    }
    .radio_btn{
        margin-left: 1%;
        color: #303030;
    }
    .add_textarea{
        border-radius: 16px;
        color: white;
        font-size: 18px   ;
        background-color: transparent;

    }
    .custom-input {
        height: 40px; /* Adjust the height as needed */
        border-radius: 10px; /* Adjust the border-radius for rounded corners */
        padding: 5px; /* Add padding for better appearance */
        font-weight: bold;
        color: white;
        background-color: #494949; /* Background color for the input */
        border: none; /* Remove the default border */
        text-align: center;
        box-sizing: border-box;
    }
    .btn .btn-primary .w-50 .rounded-pill{
        font-size: 13px;
    }
    .subcription-box{
        margin-top: 3%;
        margin-left: 0;
    }
}
@media(max-width: 550px){
    .right_icon img{
        width: 205px;
        height: 40px;
    }
    .top-title {
        font-size: 19px;
        font-weight: 600;
        line-height: 17.66px
    }
    .top-description {
        font-size: 11px;
        /*font-weight: 300;*/
        line-height: 10.83px
    }
    .checkbox{
        border-radius: 18px;
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .checkbox_text{
        font-size: 14px;
    }
    .symptom_box{
        border-radius: 18px;
        padding-top: 1px;
        padding-bottom: 1px;
        min-width: fit-content;
    }
    .agebox{
        border-radius: 18px;
        padding-top: 1px;
        padding-bottom: 1px;
        background-color: transparent;
        font-size: 14px;
    }
    .row .question_box{
        align-items: center;
        justify-content: center;
        width: fit-content;
    }
    .symp_box{
        border-radius: 18px;
        float: right;
        padding: 3px; /* Add padding for better appearance */
        margin-left: 6px; /* Adjust the left margin as needed */
        font-weight: bold;
        color: white;
        background-color: #343a40; /* Background color for the input */
        border: none; /* Remove the default border */
        text-align: center;
        box-sizing: border-box;
    }
    .selection_menu{
        border-radius: 18px;
        padding-top: 1px;
        padding-bottom: 1px;
        background-color: #6C757D;
        max-width: 20%;
        height: fit-content;
        margin-bottom: 4%;
    }
    .select_menu{
        border-radius: 18px;
        padding-top: 1px;
        padding-bottom: 1px;
        max-width: 95%;
        background-color: transparent;
    }
    .question_text{
        font-size: 16px;
    }
    .checkbox_text{
        font-size: 13px;
    }
    .terms_text{
        font-size: 13px;
    }
    .response_text{
        font-size: 12px;
    }
    .radio_btn{
        margin-left: 1%;
        color: #303030;
    }
    .add_textarea{
        border-radius: 15px;
        color: white;
        font-size: 18px   ;
        background-color: transparent;

    }
    .custom-input {
        height: 40px; /* Adjust the height as needed */
        border-radius: 10px; /* Adjust the border-radius for rounded corners */
        padding: 5px; /* Add padding for better appearance */
        font-weight: bold;
        color: white;
        background-color: #494949; /* Background color for the input */
        border: none; /* Remove the default border */
        text-align: center;
        box-sizing: border-box;
    }
    .btn .btn-primary .w-50 .rounded-pill{
        font-size: 12px;
    }
}
@media(max-width: 470px){
    .symptom_box{
        border-radius: 18px;
        padding-top: 1px;
        padding-bottom: 1px;
        min-width: 95%;
    }
    .symp_box{
        border-radius: 18px;
        float: right;
        padding: 3px; /* Add padding for better appearance */
        margin-left: 6px; /* Adjust the left margin as needed */
        font-weight: bold;
        color: white;
        background-color: #343a40; /* Background color for the input */
        border: none; /* Remove the default border */
        text-align: center;
        box-sizing: border-box;
        max-width: 80%;
    }
    .selection_menu{
        border-radius: 18px;
        padding-top: 1px;
        padding-bottom: 1px;
        background-color: #6C757D;
        max-width: 20%;
        height: fit-content;
        margin-bottom: 4%;
    }
    .select_menu{
        border-radius: 18px;
        margin-bottom: 15px;
        padding-top: 1px;
        padding-bottom: 1px;
        max-width: 75%;
        background-color: transparent;
        min-width: fit-content;
    }
}

@media(max-width: 350px){


    .right_icon img{
        width: 205px;
        height: 40px;
    }
    .top-title {
        font-size: 20px;
        font-weight: 600;
        line-height: 17.66px
    }
    .top-description {
        font-size: 11px;
        font-weight: 300;
        line-height: 10.83px
    }
    .checkbox{
        border-radius: 18px;
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .checkbox_text{
        font-size: 14px;
    }
    .symptom-container{
        max-width: 135px;
    }
    .symptom_box{
        border-radius: 18px;
        padding-top: 1px;
        padding-bottom: 1px;
        max-width: 50%;
    }
    .agebox{
        border-radius: 18px;
        padding-top: 1px;
        padding-bottom: 1px;
        background-color: transparent;
        font-size: 14px;
    }
    .row .question_box{
        align-items: center;
        justify-content: center;
        width: fit-content;
    }
    .symptom-container{
        max-width: 135px;
    }
    .symp_box{
        border-radius: 18px;
        float: right;
        padding: 3px; /* Add padding for better appearance */
        margin-left: 6px; /* Adjust the left margin as needed */
        font-weight: bold;
        color: white;
        background-color: #343a40; /* Background color for the input */
        border: none; /* Remove the default border */
        text-align: center;
        box-sizing: border-box;
        max-width: 90%;
    }
    .selection_menu{
        border-radius: 18px;
        padding-top: 1px;
        padding-bottom: 1px;
        background-color: #6C757D;
        max-width: 120px;
        height: fit-content;
    }
    .select_menu{
        justify-content: end;
        border-radius: 18px;
        padding-top: 1px;
        padding-bottom: 1px;
        background-color: transparent;
    }
    .question_text{
        font-size: 16px;
    }
    .checkbox_text{
        font-size: 13px;
    }
    .terms_text{
        font-size: 13px;
    }
    .response_text{
        font-size: 12px;
    }
    .radio_btn{
        margin-left: 1%;
        color: #303030;
    }
    .add_textarea{
        border-radius: 15px;
        color: white;
        font-size: 18px   ;
        background-color: transparent;

    }
    .custom-input {
        width: 75%;
        height: 40px; /* Adjust the height as needed */
        border-radius: 10px; /* Adjust the border-radius for rounded corners */
        padding: 5px; /* Add padding for better appearance */
        font-weight: bold;
        color: white;
        background-color: #494949; /* Background color for the input */
        border: none; /* Remove the default border */
        text-align: center;
        box-sizing: border-box;
    }
    .btn .btn-primary .w-50 .rounded-pill{
        font-size: 12px;
    }
}

/* Default styles for both #sidebar and #navbar */
#sidebar {
    display: block;
}
.sidebar-button-view{
    display: block;
}

#navbar {
    display: none;
}
.widescreen-header-image{
    display: block;
}

/* Media query for screens up to 992px */
@media (max-width: 991px) {
    #sidebar {
        display: none;
    }
    .sidebar-button-view {
        display: none;
    }
    .widescreen-header-image{
        display: none;
    }

    #navbar {
        display: block;
    }
    .auto-y-scroll {
        height: 500px;
        overflow-y: scroll;
    }
}

/* Media query for screens wider than 992px */
@media (min-width: 992px) {
    #sidebar {
        display: block;
    }
    .sidebar-button-view {
        display: block;
    }
    .widescreen-header-image{
        display: block;
    }
    #navbar {
        display: none;
    }
    .auto-y-scroll {
        height: 200px;
        overflow-y: scroll;
    }
}
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: white;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background:rgb(54, 56, 58);
}



@media (max-width: 991.98px) {
    .navbar-collapse {
        position: fixed;
        top: 5px;
        /*bottom: 0;*/
        right: -100%;
        width: 60%;
        background-color: #000; /* Navbar background color */
        transition: right 0.3s ease;
    }

    .navbar-toggler:focus + .navbar-collapse {
        right: 0;
    }

    .navbar-toggler i {
        color: white;
        font-size: 50px; /* Adjust the font size as needed */
    }
}

.nav-item a {
    text-decoration: none; /* Remove underline */
    /*display: flex;*/
    /*align-items: center; !* Align items vertically *!*/
}



@media screen and (max-width: 767px) {
    .mobile-space {margin-top:10px;}
}

.question_text {
    display: flex;
    align-items: center;
}

.question_text img {
    margin-right: 4px;

}

/*.question_text {*/
/*    display: flex;*/
/*    flex-direction: column; !* Stack elements vertically *!*/
/*    align-items: center;*/
/*}*/

/*.question_text img {*/
/*    margin-bottom: 8px; !* Adjust the margin as needed *!*/
/*}*/

@media(max-width: 450px){
    .small-text{
        font-size: 14px;
    }
    .small-text2{
        font-size: 13px;
    }
    .small-margin-end{
        margin-right: 0.5rem !important;
    }
    ::-webkit-scrollbar {
        width: 7px;
        margin-right: 5px;
    }

}

textarea::placeholder {
    font-size: 14px;
}

@media(min-width: 701px) and (max-width: 900px)   {
    .max-image-height {
        max-height: 450px !important;
    }
}
@media(min-width: 901px) and (max-width: 1399px)   {
    .max-image-height {
        max-height: 520px !important;
    }
}
@media(min-width: 1400px) and (max-width: 1800px)   {

    .max-image-height {
        max-height: 700px !important;
    }
}
.dashboard-text-1{
    font-size: 40px;
}
.dashboard-text-2{
    font-size: 50px;
    color: #34FFFF;
    line-height: 50.97px;
}
.dashboard-text-3{
    font-size: 50px;
    line-height: 50.97px;
}
.dashboard-text-4{
    background-color: #34FFFF;
}
.text-responsive{
    font-size: 16px;
}
.navicon1-responsive{
    max-width: 50px
}
.navicon2-responsive{
    max-width: 150px
}
@media(max-width: 700px){
    .max-image-height{
        max-height: 400px !important;
    }
    .dashboard-text-1{
        font-size: 16px;
    }
    .dashboard-text-2{
        font-size: 24px;
        line-height: 30px;

    }
    .dashboard-text-3{
        font-size: 24px;
        line-height: 30px;

    }
    .text-responsive{
        font-size: 12px;
    }
    .dashboard-text-4{

    }
    .center-text-smallScreen{
        text-align: center;
    }
    .navicon1-responsive{
        max-width: 35px
    }
    .navicon2-responsive{
        max-width: 120px
    }
}
