/* Bootsttap Icons */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/* Fonts CSS */
.fredoka{
    font-family: 'Fredoka', sans-serif;
}

.ubuntu{
    font-family: 'Ubuntu', sans-serif;
}

.poppins{
    font-family: 'Poppins', sans-serif;
}

/* Scroll Bar Start */
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-track {
    background: #eaeaea;
}

::-webkit-scrollbar-thumb {
    background: #2c7487;
}
/* Scroll Bar End  ------------------- */

/* Page */
body{
    background-color: #fff;
    margin-top: 10px;
}

/* Color */
.color1{
    color: #2c7487;
}

.color2{
    color: #169cc1;
}

.color3{
    color: #416f7b !important;
}

.heading1{
    text-align: center;
    font-size: 29px;
}

hr{
    background-color: #169cc1;
    border: 2px solid #169cc1;
    border-radius: 30px;
    opacity: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: -5px;
}

@media only screen and (max-width: 500px) {
    .heading1{
        font-size: 24px;
    }
    .bg-footer p{
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 1000px) {
    th{
        font-size: 15px;
    }

    td{
        font-size: 15px;
    }

    .status-selected{
        font-size: 15px;
    }

    .status-wait{
        font-size: 15px;
    }

    .status-unselect{
        font-size: 15px;
    }

}

@media only screen and (max-width: 767px) {
    th{
        font-size: 13px;
    }

    td{
        font-size: 13px;
    }

    .status-selected{
        font-size: 13px;
    }

    .status-wait{
        font-size: 13px;
    }

    .status-unselect{
        font-size: 13px;
    }

}

@media only screen and (max-width: 500px) {
    th{
        font-size: 12px;
    }

    td{
        font-size: 12px;
    }

    .status-selected{
        font-size: 12px;
    }

    .status-wait{
        font-size: 12px;
    }

    .status-unselect{
        font-size: 12px;
    }

}

@media only screen and (max-width: 360px) {
    th{
        font-size: 11px;
    }

    td{
        font-size: 11px;
    }

    .status-selected{
        font-size: 11px;
    }

    .status-wait{
        font-size: 11px;
    }

    .status-unselect{
        font-size: 11px;
    }

}

@media only screen and (max-width: 462px) {
    .bg-footer p{
        font-size: 13px !important;
    }
}

@media only screen and (max-width: 399px) {
    .bg-footer p{
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 356px) {
    .heading1{
        font-size: 20px;
    }
}

@media only screen and (max-width: 300px) {
    .heading1{
        font-size: 17.5px;
    }
}

.red{
    color: red;
}

.card{
    border-radius: 0;
}

.mb-3 input{
    border-radius: 0;
    transition: 1s;
}

.mb-3 input:focus{
    border: 1.3px solid #169cc1;
    box-shadow: none;
    transition: 1s;
}

.mb-3 select{
    border-radius: 0;
    transition: 1s;
}


.mb-3 select:focus{
    border: 1.3px solid #169cc1;
    box-shadow: none;
    transition: 1s;
}

.mb-3 textarea{
    border-radius: 0;
    transition: 1s;
    height: 100px;
}


.mb-3 textarea:focus{
    border: 1.3px solid #169cc1;
    box-shadow: none;
    transition: 1s;
}

.submit{
    border: 2px solid green;
    border-radius: 10px/25px;
    width: 110px;
    height: 40px;
    background-color: green;
    color: #fff;
    transition: 0.5s;
}

.submit:hover{
    background-color: rgb(196, 255, 196);
    color: green;
    transition: 0.5s;
}

.reset{
    border: 2px solid rgb(174, 23, 23);
    border-radius: 10px/25px;
    width: 110px;
    height: 40px;
    background-color: rgb(174, 23, 23);
    color: #fff;
    transition: 0.5s;
}

.reset:hover{
    background-color: rgb(255, 189, 189);
    color: rgb(174, 23, 23);
    transition: 0.5s;
}

.imgDetail{
    width: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.btn1{
    margin-top: 25px;
    margin-bottom: -15px;
    border: 2px solid #2c7487;
    border-radius: 10px/25px;
    width: 75%;
    height: 40px;
    background-color: #2c7487;
    color: #fff;
    transition: 0.5s;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.btn1:hover{
    background-color: #d2f5ff;
    color: #0c3c49;
    transition: 0.5s;
}

a{
    text-decoration: none;
}

.bg-footer{
    background-color: #2c7487;

}

.bg-footer img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}

.hr1{
    background-color: #fff;
    border: 1px solid #fff;
    opacity: 100%;
    margin-top: 8px;
}

.bg-footer p{
    color: #fff;
    font-size: 15px;
}

.bg-footer .card-footer{
    background-color: #cdf2fc;
    border-radius: 0;
    font-size: 15px;
    color: #169cc1 !important;
    padding-bottom: -25px !important;
}



.flexy{
    display: flex;
}



input{
    border-radius: 0;
    transition: 1s;
}

input:focus{
    border: 1.3px solid #169cc1;
    box-shadow: none;
    transition: 1s;
}

.btn2{
    background-color: #169cc1;
    color: #fff;
    border-radius: 0;
}

.btn2:hover{
    background-color: #b4efff;
    color: #2c7487;
    border-radius: 0;
}

.table{
    background-color: #f8f9fa;
}

.small{
    color: #169cc1;
}

.status-selected{
    background-color: rgb(206, 254, 206);
    color: green;
    border: 2px solid green;
    border-radius: 13px;
    height: 35px;
}

.status-wait{
    background-color: #fff4a4;
    color: #6a6016;
    border: 2px solid #6a6016;
    border-radius: 13px;
    height: 35px;
}

.status-unselect{
    background-color: rgb(255, 185, 185);
    color: rgb(140, 20, 20);
    border: 2px solid rgb(140, 20, 20);
    border-radius: 13px;
    height: 35px;
}

.status-notcheck{
    background-color: rgb(207, 207, 207);
    color: #000;
    border: 2px solid #000;
    border-radius: 13px;
    height: 35px;
}

.btn3{
    background-color: #0c3c49;
    height: 50px;
    width: 120px;
    color: #fff;
    border: 0.3px solid #0c3c49;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: 1s;
}

.btn3:hover{
    opacity: 90%;
    transition: 1s;
}

.applicantImg{
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.unreviwedCard{
    border-top: 5px solid #0c3c49;
}

.selectedCard{
    border-top: 5px solid rgb(26, 198, 26);
}

.waitingCard{
    border-top: 5px solid #deca30;
}

.unselectedCard{
    border-top: 5px solid red;
}

.time{
    background-color: #dff8ff;
    color: #0c3c49;
    border-radius: 20px;
    height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #cdf2fc;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.login .card{
    margin-top: 150px;
}

#main{
    display: table;
    width: 100%;
    height: 100vh;
    text-align: center;
}

.fof{
	  display: table-cell;
	  vertical-align: middle;
}

.fof h1{
	  font-size: 50px;
	  display: inline-block;
	  padding-right: 12px;
	  animation: type .5s alternate infinite;
}

@keyframes type{
	  from{box-shadow: inset -3px 0px 0px #888;}
	  to{box-shadow: inset -3px 0px 0px transparent;}
}