@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
}
body {
    font-family: "Nunito", sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    color: #3a3a3a;
    background: #f8f8f8;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
/*theme colors*/
.green_color {
    color: #98BC62;
}
.ratting {
    color: #FFC700;
}
.skills_tag{
    white-space: nowrap;
}
.skills_tag li{
    border: 1px solid #dbdbdb;
    padding: 4px 8px;
    margin: 2px;
    border-radius: 4px;
}
.flag_tag {
    white-space: nowrap;
}
.flag_tag li{
    margin-right: 7px;
}
.students_number li{
    border: 1px solid #dbdbdb;
    padding: 4px;
    border-radius: 4px;
}
.card_style {
    border: none;
    background: white;
    border-radius: 0.75rem;
    box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
}
.theme_button {
    background-color: #98BC62;
    border: 1px solid #98BC62;
    font-family: "Nunito", sans-serif !important;
}
.theme_button:active, .theme_button:hover {
    background-color: #759447 !important;
    border: 1px solid #759447 !important;
    color: #fff !important;
}

.theme_button:focus {
    box-shadow: none !important;
    outline: none !important;
}

.upload_file {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}
.upload_file:hover {
    cursor: pointer;
}
.upload_file .btn {
    border-radius: 0.1rem;
    outline: initial !important;
    box-shadow: initial !important;
    font-size: 0.8rem;
    padding: 0.5rem 0.75rem;
    line-height: 1;
    border: 1px solid #d7d7d7;
    background: white;
    color: #3a3a3a;
    height: calc(2em + 0.8rem);
    width: 100%;
    text-align: left;

}
.upload_file input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;

}
.badge-primary {
    background-color: #98BC62;
    padding: 5px;
}


.detail_review p{
    margin-bottom: 10px;
}
.profile_img{
    width: 90px;
    height: 90px;
}
.main_profile ul li:last-of-type {
    margin-bottom: 2px;
}
.main_profile h5{
    font-size: 18px;
    font-weight: bold;
}
.main_profile h4{
    font-weight: bold;
    font-size: 22px;
}
.text_green{
    color: #5cb85c;
}
.certificate_image{
    width: 100px;
    height: 100px;
}


/* --- image uploader input --- */
.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 40px;
    border: 1px solid #d7d7d7;
    margin-bottom: 20px;
}
.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 13px;
    background: #fff;
    padding: 10px 15px;
    display: block;
    width: 100%;
    height: 38px;
    line-height: 20px;
    color: #3a3a3a;
    font-weight: 300;
}
.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    cursor: pointer;
}
/* --- End image uploader input --- */
.navbar .user img{
    height: 40px;
}
.search_result img{
    width: 135px !important;
    height: 135px;
}

