*{
    font-family: 'Poppins', sans-serif;
    
    
}
html{
    height: 100%;
}
body{
    /* background-color: #fbfff9; */
}

.header-container{
    text-align: center;
    /* background-image: linear-gradient(to bottom, #83BD75 , #557B83); */
    /* background-image: linear-gradient(#8E9775, #8E9775), url("/assets/kulitan-2.png"); */
    color: white;
}

.header{
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    background-color: #198754;
    /* border-top: #198754 4px solid;
    border-bottom: #198754 4px solid; */
    /* #198754 */
    /* #009603 */
    margin-top: 4%;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
}

.header a{
    text-decoration: none;
}

.header-search{
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}


.header-message{
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    padding: 15px 30px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border: solid 0.1px silver;
    text-align: center;
}

.header-message p{
    text-align: left;
}

.header-message h5{
    text-align: start;
}

#list li:hover{
    cursor: pointer;
}

#list{
    width: 25%;
    margin-left: auto;
    margin-right: auto;
}
.container-s{
    width: 25%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

.card{
    width: 100%;
    margin: auto;
    background-color: white;
    padding: 30px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

#card a{
    cursor: pointer;
    text-decoration: none;
    transition: 0.2s ease;
    color: #0d6efd;
}

/* #card a:hover{
    color: #009603;
    transition: 0.1s ease;
} */

#search-bar{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);

}

#search-bar:focus {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.4);
}

.container-s h3{
    margin-top: 20px;
}
.spinner{
    margin-top: 100px;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-40%);
}
.comment-modal{
    width: 40%;
    position: absolute;
    padding: 30px 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 5;
}


.custom-modal{
    width: 40%;
    position: absolute;
    padding: 30px 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 5;
}

.custom-modal-2{
    width: 40%;
    position: absolute;
    padding: 30px 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 5;
}

.custom-modal-4{
    width: 40%;
    position: absolute;
    padding: 30px 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 5;
}

.custom-modal h5{
    margin-bottom: 20px;
}

.custom-modal button{
    margin-top: 20px;
}

.custom-modal .card-head{
    display: flex;
    justify-content: space-between;
}

.custom-modal-2 h5{
    margin-bottom: 20px;
}

.custom-modal-2 button{
    margin-top: 20px;
}

.custom-modal-2 .card-head{
    display: flex;
    justify-content: space-between;
}

.custom-modal-4 h5{
    margin-bottom: 20px;
}

.custom-modal-4 button{
    margin-top: 20px;
}

.custom-modal-4 .card-head{
    display: flex;
    justify-content: space-between;
}

.card-head svg:hover{
    cursor: pointer;
    transform: scale(0.8);
    transition: 0.2s ease;
}

.contribute-modal{
    width: 40%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.contribute-modal-2{
    width: 40%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.contribute-modal-4{
    width: 40%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}


.success-message, .error-message{
    width: 30%;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.4);
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
}

.success-message svg{
    margin-bottom: 30px;
}

.error-message svg{
    margin-bottom: 30px;
}

.success-header{
    background-color: #198754;
    color: white;
    padding: 30px 20px;
    margin-bottom: 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.success-body, .error-body{
    width: 80%;
    margin: auto;
}


.error-header{
    background-color: #198754;
    color: white;
    padding: 30px 20px;
    margin-bottom: 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.delayed-modal{
    width: 20%;
    position: fixed;
    z-index: 1;
    bottom: 10%;
    left: 3%;
}

.contact-us-message{
    margin-bottom: 30px;
}

.contact-us-fixed{
    position: fixed;
    bottom: 3%;
    left: 3%;
    width: 62px;
    text-align: center;
    background-color: #0d6efd;
    padding: 10px;
    border-radius: 50%;
    color: white;
}

.contact-us-fixed svg:hover{
    cursor: pointer;
}

.card-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}

#minimize:hover{
    cursor: pointer;
}

.about-us{
    width: 40%;
    position: absolute;
    padding: 30px 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 5;
}

#close-team:hover{
    cursor: pointer;
}

.fluid-container{
    display: none;
    transition: 0.3s ease;
}

.the-team{
    text-align: start;
}

.the-contributors{
    text-align: start;
}

.the-team h5{
    margin-bottom: 15px;
}

.the-team button{
    width: 40%;
    margin: 10px auto;
}

#search-button button{
    display: flex;
    align-items: center;
    gap: 5px;
}

.spn-accept{
    color: blue;
}

#example-modals{
    width: 20%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.4);*/
}
#example-modals p{
    font-size: 1.2em;
}


.modal-head svg:hover{
    cursor: pointer;
    transform: scale(0.8);
    transition: 0.2s ease;
}

#example-modals .modal-head{
    display: flex;
    justify-content: space-between;
}


#contact-message{
    display: none;
}

.about-us{
    display: none;
}

.comment-modal{
    display: none;
}

.about-team{
    display: flex;
    gap: 50px;
}

.about-us #close-teame{
    margin-left:auto;
    margin-right: auto;
    text-align: center;
}

.separator-hr{
    display:none;
}

@media screen and (max-width: 1600px) {
    .header{
        width: 40%;
    }

    .header-search{
        width: 35%;
        margin-top: 40px;
    }

    #list{
        width: 35%;
    }
    .container-s{
        width: 35%;
    }

    .custom-modal{
        width: 50%;
    }
    
    .custom-modal-2{
        width: 50%;
    }

    
    .success-message, .error-message{
        width: 40%;
    }
    
    .header-message{
        width: 35%;
    }
}

@media screen and (max-width: 1000px) {
    .header{
        width: 80%;
    }

    .header-search{
        width: 60%;
        margin-top: 40px;
    }

    #list{
        width: 60%;
    }
    .container-s{
        width: 60%;
    }

    .custom-modal{
        width: 70%;
    }
    
    .custom-modal-2{
        width: 70%;
    }

    .contribute-modal{
        width: 70%;
    }

    .contribute-modal-2{
        width: 70%;

    }

    .comment-modal{
        width: 70%;
    }
    
    .success-message, .error-message{
        width: 60%;
    }

    .delayed-modal{
        width: 40%;
    }

    .about-us{
        width: 90%;
    }

    /* .name-row{
        flex-direction: column;
    } */
    
     #example-modals{
    width: 50%;

    }
    
    .header-message{
        width: 60%;
    }
}

@media screen and (max-width: 600px) {
    .header{
        width: 100%;
        border-radius: 0;
        margin-top: 0;
    }

    .header-search{
        width: 90%;
        margin-top: 20px;
    }

    #list{
        width: 90%;
    }
    .container-s{
        width: 90%;
    }

    .custom-modal{
        position: fixed;
        width: 90%;
        height: 70%;
    }
    
    .custom-modal-2{
        position: fixed;
        width: 90%;
        height: 70%;
    }

    .privacy-text{
        height: 100%;
        overflow-y: scroll;
    }

    
    .contribute-modal{
        width: 90%;
    }

    .contribute-modal-2{
        width: 90%;
        overflow-y: scroll;
        height: 100%;

    }

    .success-message, .error-message{
        width: 90%;
    }

    .delayed-modal{
        width: 100%;
        bottom: -3%;
        right: 0%;
        z-index: 1;
    }

    .comment-modal{
        width: 90%;
        position: fixed;
    }

    .about-us{
        width: 90%;
        max-height: 100vh;
        overflow: scroll;
    }

    .name-row{
        flex-direction: column;
    }

    .delayed-modal{
        bottom: 0%;
        left: 0%;
        width: 100%;
    }

    .contact-us-fixed{
        margin-left: 2%;
        margin-bottom: 0%;
    }

    .contact-us-message{
        margin-bottom: 0;
    }

    .searched-container{
        padding-bottom: 80px;
    }
    
    #not-icon-search{
        display: none;
    }
    
    #search-button button{
        height: 100%;  
    }
    
    #example-modals{
    width: 90%;

    }
    
    .header-message{
        width: 90%;
        word-spacing: -2px;
       
    }
    
    .about-team{
        flex-direction: column;
        gap:20px;
    }
    
    .separator-hr{
        display:flex;
    }
    
    .about-us button{
        margin-top: 20px;
    }
    
    
}