@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');


/* Global CSS */
*{
    font-family: "Nunito Sans", sans-serif;
}

body{
    background: #f0f0f0;
}

.no-border{
    border: none;
}

.br-15{
    border-radius: 15px;
}

.flex-card{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.border-btm{
    border-bottom: 4px solid #5A9E7C;
}

/* Login Form */
.green-card{background: #5A9E7C;}

#login-form label{
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #FFFFFF;
}

.green-card h2{
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.custom-form{
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    padding: 10px 15px;
}

.form-control:focus{
    box-shadow: none;
    background: transparent;
    border: 1px solid #DEE2E6;
}

.btn-white, .btn-white:hover{
    background: #FFFFFF;
    border-radius: 50px;
    color: #000000;
    padding: 10px 15px;
}

.forgot-password a{
    text-decoration: none;
    color: #FFFFFF;
    font-size: 13px;
}

/* Dashboard */
.bg-green{
    background: #5A9E7C;
}

.fw-700{
    font-weight: 700;
}

.viewcards i{
    font-size: 50px;
    color: #5A9E7C;
    margin-bottom: 20px;
}

.flexboard {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
}

.title{
    font-weight: 300;
    font-size: 30px;
    text-transform: uppercase;
}

.numbers{
    font-size: 80px;
    font-weight: 900;
    color: #5A9E7C;
    opacity: 0.5;
}

.btn-green, .btn-green:hover{
    background: #5A9E7C;
    color: #FFFFFF;
    padding: 5px 20px;
    border-radius: 50px;
    font-size: 15px;
}

.w-15{
    width: 15%;
}

.title_name{
    font-size: 20px;
    font-weight: 500;
    color: #5A9E7C;
}

.card-height {
    height: 223px;
}

.title_role{
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

/* Colaborators Page */
.btn-green-new, .btn-green-new:hover{
    background: #5A9E7C;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 0px;
    font-size: 15px;
}

#addForm label{
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 10px;
}

.btn-red-new, .btn-red-new:hover{
    background: #b00909;
    color: #FFFFFF;
    padding: 5px 20px;
    border-radius: 0px;
    font-size: 15px;
}

.btn-green-table-new, .btn-green-table-new:hover{
    background: #5A9E7C;
    color: #FFFFFF;
    padding: 5px 20px;
    border-radius: 0px;
    font-size: 15px;
}

#bookingForm label{
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 10px;
}