@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: 'Kanit', sans-serif;
}

a{
    text-decoration: none !important;
}

.bg-index{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    /* -webkit-filter: blur(4px); */
    /* filter: blur(4px); */

}

/* Dashboard */
.nav-title{
    background-color: #3498db;
}

.nav-memu-style{
    background-color: #0c87da;
}

.__edit_profile_menu{
    display: none;
}

ul.member_list {
    padding: unset;
    cursor: pointer;
    max-height: 418px;
    overflow: auto;
}

ul.member_list li,ul.member_list li a {
    padding: 14px;
    color: #000;
    border-bottom: 1px solid #FFF;
}

ul.member_list li:hover{
    background-color: rgb(211, 211, 211);
}

.searchbox-dashboard{
    width: 75% !important;
}

.result-search-dashboard{
    width: 75% !important;
}

.area-button-add-dashboard{
    width: 75% !important;
}

.form-add{
    width: 60% !important;
}





/* Donor_add_page */
.tab {
    display: none;
}

.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;  
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
}

.hide-form{
    display: none !important;
}

.show-form{
    display: flex !important;
}

.ui-datepicker-calendar{
    display: none;
}

@media screen and (max-width: 991px){
    /* Dashboard */
    .__edit_profile_title{
        display: none;
    }
    .__edit_profile_menu{
        display: flex;
    }

    .area-button-add-dashboard{
        width: 100% !important;
    }
    .searchbox-dashboard{
        width: 100% !important;
    }
    
    .result-search-dashboard{
        width: 100% !important;
    }

    .form-add{
        width: 100% !important;
    }
}