
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --normal-font-style: 16px "Outfit", sans-serif;
    --normal-font-weight: 500;
}

@font-face {
    font-family: Outfit;
    src: url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
  }

*{
    font-family: Outfit;
    /* border: 1px solid blue; */
}




h1{
    font-size: 48px;
    font-weight: 600;
}
h2{
    font-size: 32px;
    font-weight: 600;
}
h3{
    font-size: 25px;
    font-weight: 500;
}
a{
    font-family:var(--normal-font-style);
    font-weight: var(--normal-font-weight);
    text-decoration: none;
    color: black;
    
}
ul{
    list-style-type: none;
}

.blue_btn{
    padding: 16px;
    border-radius: 8px;
    background: #87CEFF;
    color: #000000;
    border: none;
    width: 100%;
    font-family:var(--normal-font-style);
    font-weight: var(--normal-font-weight);

    
}
.skyblue_btn{
    width: max-content;
    border: 1px solid #87CEFF;
    background-color: #87CEFF4D;
    border-radius: 8px;
}
.white_btn{
    padding: 16px;
    border-radius: 8px;
    background: white;
    color: #000000;
    border: 1px solid #87CEFF;
    width: 100%;
    font-family:var(--normal-font-style);
    font-weight: var(--normal-font-weight);

    
}

.main{
    background-color: #FAFBFC;
    min-height: 100vh;
}
.main_navbar{
    color: #FFFFFF !important;
}

.navbar {
    background: #FFFFFF !important;
    padding: 20px;
    box-shadow: 0px 20px 24px 0px rgba(135, 206, 255, 0.1);
    border-radius: 30px;

} 

.details_container{
    border-radius: 16px;
    border: 1px solid #EAEEF2;
    padding: 15px;   
    background-color: #FFFFFF;
    margin: 30px 0px;
}
.details_container .detail_inputs{
    margin-top: 20px;
}
.details_container h3{
    margin-top: 15px;
}
.details_container span{
    font-size: 14px;
    font-weight: 500;
}
.top_page_span{

    font-size: 14px;
    font-weight: 500;

    
}
.detail_inputs select{
    padding: 16px !important;
}


select{

    font-size: 16px !important;
    font-weight: 500 !important;
  
    color: #666666 !important;

    
}
select option{

    font-size: 16px !important;
    font-weight: 500 !important;
    color: #666666 !important;
    
}

/* navbar */

.navbar_btns{
    margin-left: auto !important;
    gap: 10px;
}
.navbar_btns span{
    display: flex;
    align-items: center;
    gap: 3px;
    width: max-content;
}
.navbar_btns .dropdown, .navbar_btns .dropdown-item{
    font-size: 16px;
    font-weight: 600;
}

.navbar_btns .dropdown::after {
    display: none; /* Hide the default Bootstrap caret */
}

.custom-icon {
    width: 12px; /* Adjust size as needed */
    height: 12px;
    margin-left: 8px; /* Add some spacing between text and icon */
}
.navbar_btns .dropdown button{
    background-color: transparent;
    color: black;
    border: none;
    font-size: 16px;
    font-weight: 600;
    width: max-content;
    padding: 16px;
}


/* navbar */



/* login Page */


.login_section{
    height: 100vh;
    display: flex;
    align-items: center;
}

.login_inputs_container{
    display: flex;
    align-items: center;

}

.login_form{
    margin-top: 40px;
}

.login_inputs{
    width: 100%;

}

.login_error{
    margin-top: 12px;
    margin-bottom: 4px;
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid #FBC2C4;
    background-color: #FFF1F1;
    color: #C53030;
    font-size: 14px;
    font-weight: 500;
}

.login_error p{
    margin: 0;
}

.form-label{
    font-family: Outfit !important;
    font-family:var(--normal-font-style) !important;
    font-weight: var(--normal-font-weight) !important;
    
}

.customInput{
    padding: 16px;
    border-radius: 8px;
    font-weight: 500;
    border: 1px solid #EAEEF2;
    
}

.customInput::placeholder{
    font-size: 16px;
    font-weight: 500;
    color: #979797;
    
}
.social_login_btns{
    margin-top: 30px;
}

.social_login_btns img{
    position: relative;
    top: -2px;
}


.login_img{
    display: flex;
}
.intersect_style{
    font-family:var(--normal-font-style);
    font-weight: var(--normal-font-weight);
    position: relative;
    margin: 40px 0px;
    
}
.intersect_style hr{
    border: 2px solid #C2CDD6;
    border-radius: 5px;
    
}
.intersect_style span{
    position: absolute;
    top: -12px;
    left: calc(50% - 20px);
    padding: 0px 10px;
    background-color: white;
}

/* login Page */


/* Home Page */

.patients_list{
    margin: 40px 0px;
    align-items: center;
}
.search{
    gap: 10px;
}
.search .row{
    justify-content: flex-end;
}
.home{
    margin-bottom: 50px;
}
.home .search .searchinput{
    position: relative;
    
}
.home .search .searchinput input{
    border: 1px solid rgba(234, 238, 242, 1);
    padding: 16px 40px 16px 16px;
}
.home .searchIcon{
    position: absolute ;
    top: 16px;
    right: 15px;
    border: none;
    background-color: transparent;
}

.tables{
    margin-top: 40px !important;
}
.tables button{
    padding: 6px 10px !important;

}
.tables button img{
    height: 20px;
    width: 20px;
}
.tables thead{
    border: 1px solid rgba(234, 238, 242, 1)
}
.tables thead th{
    background-color: #F1F5F8 !important;
    font-family:var(--normal-font-style);
    font-weight: 700 !important;
}
.tables thead th, .tables tbody td {
    padding: 20px !important;
    vertical-align: middle;
    font-family: var(--normal-font-style);
    font-weight: var(--normal-font-weight);
    width: auto; /* Let the cell's width be determined by content */
    min-width: 100px; /* Set a base minimum width */
}

.tables thead th span{
    margin-right: 20px !important;
    display: block !important;
    width: max-content !important;
}
table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align: left !important;
}

/* Home Page */


/* Detail Page */

.patient_detail{
    margin-top: 40px;
}

.treatment_select_section{
    background-color: #87CEFF4D;
    border-radius: 20px;
    padding: 24px;
}

.treatment_type{
    background-color: #ffffff;
    border-radius: 16px;
    padding: 16px;
}
.treatment_type h3{
    margin-top: 15px;
}




/* Detail Page */



/* Treatment Detail Page */

.treatment_detail{
    margin-top: 30px;
}
.canvas_image{
    margin: 20px 0px;
    display: flex;
    justify-content: center;
}
#drawingCanvas{
    margin: 0px !important;
}
/* Treatment Detail Page */




/* Adding new Patient */

.add_patient{
    margin-top: 40px;
}
.radio_selection{
    display: flex;
    gap: 40px;
    
}

.radio_selection *{
    cursor: pointer;
}

.radio_selection label{
    padding: 0px 10px;
    color: #666666;
}
.release_info_radio{
    display: flex;
    align-items: baseline;
}
.release_info_radio label{
    font-size: 15px;
    font-weight: 500;
}

.add_patient p{
    font-family:var(--normal-font-style) !important;
    font-weight: var(--normal-font-weight) !important;
    font-size: 14px;
}
.add_patient p span{
    font-weight: 700 !important;
}

.consent_form p{
    font-size: 20px !important;
}

.for_staff_only label{
    font-family:var(--normal-font-style);
    font-weight: var(--normal-font-weight);
}


.select_note{
    margin-top: 10px !important;
}
.select_note p{
    font-size: 12px !important;
}
.select_note p span{
    color: red !important;
}

.consent_confirmation_labels label{
    font-size: 18px;
    font-weight: 600;
}



/* Adding new Patient */


/* Data Table Styles */

.dt-input{
    margin-right: 5px !important;
}

#main_table_wrapper .dt-length label, .dt-search label, .dt-info, .dt-paging button{
    font-size: 13px !important;
    font-weight: var(--normal-font-weight) !important;
}

/* Data Table Styles */



@media screen and (max-width: 768px){
    .login_img{
        display: none;
    }
    .treatment_type{
        margin-bottom: 20px;
    }
    .search button{
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 576px){
    .social_login_btns{
        gap: 10px;
    }
}
