
/*----------------- BTN START -------------------*/
a,
a:hover,
a:focus,
a:active,
a:visited {
    text-decoration: none;
}


.content { 
    border:solid;
    border-width: 1px;
    background-color:rgb(1, 1, 1);
    margin: 10px;
    padding: 9px;
    border-radius: 20px;
}

.btn-submit { 
    border:solid;
    border-color:rgb(173, 168, 3); 
    border-width: 1px;
    border-radius: 20px;
    background-color:rgb(40, 45, 43);
    color: white;
    margin: 10px;
    padding: 9px;
    width:110px;
}

.btn-submit:hover{
    background-color: white;
    color:rgb(40, 45, 43);
}


.btn-cancel { 
    border:solid;
    border-color:grey;
    border-width: 1px;
    border-radius: 20px;
    background-color:grey;
    color: white;
}

.btn-cancel:hover{
    background-color: white;
    color:grey; 
}



.btn-close {
	background-color: #FF0000; 
	color: #FFFFFF; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:8px;
 	border-radius: 20px;
    width:80px;
    box-shadow:0 5px 5px 2px #9c9b9b;
	-moz-box-shadow:0 5px 5px 2px #9c9b9b;
	-webkit-box-shadow:0 5px 5px 2px #cbc8c8;
}


.btn-close:hover {
	background-color: #fde1e1; 
	color: #150404; 
}


.btn-close a:hover {
	text-decoration: none;
}

.btn-close a:link {
	text-decoration: none;
}



.btn-box { 
    border:solid;
    border-color:rgb(173, 168, 3); 
    border-width: 1px;
    border-radius: 20px;
    background-color:rgb(40, 45, 43);
    color: white;
    margin: 10px;
    padding: 9px;
}

.btn-box:hover{
    background-color: white;
    color:rgb(40, 45, 43);
}


.btn-view { 
    border:solid;
    border-color:rgb(34, 33, 1); 
    border-width: 1px;
    border-radius: 20px;
    background-color:rgb(8, 159, 99);
    color: white;
    margin: 10px;
    padding: 9px;
    width:170px;
}

.btn-view:hover{
    background-color: white;
    color:rgb(8, 159, 99);
}


.btn-send { 
    border:solid;
    border-color:rgb(18, 18, 16); 
    border-width: 1px;
    border-radius: 20px;
    background-color:rgb(3, 23, 15);
    color: white;
    margin: 10px;
    padding: 9px;
}

.btn-send:hover{
    background-color: rgb(244, 244, 240);
    color:rgb(4, 89, 28);
}



.btn-logs { 
    border:solid;
    border-color:rgb(18, 18, 16); 
    border-width: 1px;
    border-radius: 20px;
    background-color:rgb(4, 124, 40);
    color: white;
    margin: 10px;
    padding: 9px;
    text-decoration: none;
    box-shadow:0 5px 5px 2px #d0cdcd;
	-moz-box-shadow:0 5px 5px 2px #e1dddd;
	-webkit-box-shadow:0 5px 5px 2px #262827;
}


.btn-logs:hover { 
    text-decoration: none;
    background-color:rgb(248, 250, 249);
    color: rgb(10, 118, 55);
}

.btn-cat { 
    border:solid;
    border-color:rgb(255, 125, 18); 
    border-width: 1px;
    border-radius: 20px;
    background-color:rgb(3, 180, 56);
    color: white;
    font-size:12px;
    margin: 8px;
    padding: 6px;
    text-decoration: none;
    box-shadow:0 5px 5px 2px #d0cdcd;
	-moz-box-shadow:0 5px 5px 2px #e1dddd;
	-webkit-box-shadow:0 5px 5px 2px #909492;
}


.btn-cat:hover { 
    text-decoration: none;
    background-color:rgb(248, 250, 249);
    color: rgb(6, 174, 76);
}



.btn-logs a:hover { 
    text-decoration: none;
}


.btn-log-ba { 
    border:solid;
    border-color:rgb(18, 18, 16); 
    border-width: 1px;
    border-radius: 20px;
    background-color:rgb(4, 124, 40);
    color: white;
    margin: 10px;
    padding: 8px;
    font-size:13px;
    text-decoration: none;
    box-shadow:0 5px 5px 2px #d0cdcd;
	-moz-box-shadow:0 5px 5px 2px #e1dddd;
	-webkit-box-shadow:0 5px 5px 2px #262827;
}

.btn-log-ba:hover { 
    text-decoration: none;
    background-color:rgb(248, 250, 249);
    color: rgb(10, 118, 55);
}



.btn-logs a { 
    text-decoration: none;
    background-color:rgb(248, 250, 249);
    color: rgb(10, 118, 55);
}

.btn-logs a:hover { 
    text-decoration: none;
}



.btn-log:hover{
    background-color: rgb(250, 250, 249);
    color:rgb(99, 2, 94);
}

a {text-decoration: none;}
a:hover{text-decoration: none;}



/*----------------- BTN END -------------------*/



.btn-loan { 
    border:solid;
    border-color:rgb(166, 166, 165); 
    border-width: 1px;
    border-radius: 20px;
    background-color:rgb(13, 153, 48);
    color: white;
    margin: 10px;
    padding: 9px;
    width:150px;
    box-shadow:0 5px 5px 2px #484848;
	-moz-box-shadow:0 5px 5px 2px #484848;
	-webkit-box-shadow:0 5px 5px 2px #484848;
}

.btn-loan:hover{
    background-color: white;
    color:rgb(13, 153, 48);
}



.btn-login { 
    border:solid;
    border-color:rgb(166, 166, 165); 
    border-width: 1px;
    border-radius: 20px;
    background-color:rgb(5, 62, 19);
    color: white;
    margin: 10px;
    padding: 9px;
    width:150px;
}

.btn-login:hover{
    background-color: white;
    color:rgb(5, 79, 24);
}

.txt-h2 { 
    color:rgb(7, 99, 36);
}




/* =========================
   LOGIN BUTTON
========================= */

.login-btn {
    background: #0b6b3a;
    color: #ffffff;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.login-btn:hover {
    background: #084d2a;
}

/* =========================
   MODAL BACKGROUND
========================= */

.employee-modal-overlay {
    position: fixed;
    inset: 0;
    width: 98%;
    height: 98vh;
    background: rgba(0, 0, 0, 0.65);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 9999;
}


/* Modal becomes visible */

.employee-modal-overlay.show {
    display: flex;
}


/* =========================
   MODAL
========================= */

.employee-modal {
    width: 100%;
    max-width: 450px;
    background: #ffffff;
    border-radius: 18px;
    padding: 35px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
    animation: modalOpen 0.3s ease;
}

/* Animation */

@keyframes modalOpen {

    from {
        opacity: 0;
        transform: translateY(-30px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

}


/* =========================
   CLOSE BUTTON
========================= */

.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
    background: #f1f5f3;
    color: #555;
    font-size: 25px;
    cursor: pointer;
    transition: 0.3s;
}

.modal-close:hover {
    background: #0b6b3a;
    color: #ffffff;
}


/* =========================
   LOGO
========================= */

.modal-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.logo-icon {

    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #0b6b3a;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    border: 5px solid #e4f2eb;
}

/* =========================
   HEADING
========================= */

.employee-modal h2 {
    text-align: center;
    margin: 0 0 10px;
    color: #123d29;
    font-size: 25px;

}

/* =========================
   DESCRIPTION
========================= */

.modal-description {
    text-align: center;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;

}


/* =========================
   FORM
========================= */

.form-group {
    margin-bottom: 18px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #26352d;
}


/* =========================
   INPUT
========================= */

.input-wrapper {

    position: relative;

}

.input-wrapper input {
    width: 100%;
    height: 52px;
    border: 1px solid #d5ddd8;
    border-radius: 10px;
    padding: 0 15px 0 45px;
    font-size: 15px;
    outline: none;
}

.input-wrapper input:focus {
    border-color: #0b6b3a;
    box-shadow: 0 0 0 3px rgba(11,107,58,0.1);
}

.input-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}


/* =========================
   INFORMATION BOX
========================= */

.verification-info {

    display: flex;
    gap: 10px;
    align-items: flex-start;
    background: #f0f8f3;
    border: 1px solid #d7edde;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 20px;

}

.info-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background: #0b6b3a;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

.verification-info p {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #496055;
}


/* =========================
   VERIFY BUTTON
========================= */

.verify-btn {
    width: 100%;
    height: 52px;
    border: none;
    border-radius: 10px;
    background: #0b6b3a;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.verify-btn:hover {
    background: #084d2a;
}


/* =========================
   FOOTER
========================= */

.modal-footer {
    text-align: center;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #eeeeee;
    color: #7b857f;
    font-size: 12px;
}


/* =========================
   MOBILE
========================= */

@media (max-width: 500px) {
    .employee-modal {
        padding: 30px 22px;
    }
    .employee-modal h2 {
        font-size: 22px;
    }
}








