.custom-btn {
    height: 56px;
    width: 144px;
    color: #ffffff;
    background-color: #000;
    border: none;
    outline: none;
    border-radius: 12px;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.custom-btn:hover {
    background-color: black;
    color: #ffffff;
}


.edit-btn{
    color: black;
}
.edit-btn:hover{
    color: black;
}
.delete-btn{
    border: none;
    background-color: transparent;
    margin-left: 10px;
}
.form-control{
    border-radius: 12px !important;
}
.form-control:focus {
    border: 2.5px solid;
    border-color: #000000 !important; 
    box-shadow: none !important;
}

.form-check-input:checked{
    background-color: #39cb15 !important;
    border-color: #39cb15 !important;
}

.swal2-styled.swal2-confirm{
    background-color: #000 !important;
    border-color: #000 !important;
}
.swal2-styled {
box-shadow: none !important;
}


.outer-container{
    font-family: 'Poppins', sans-serif;
    padding: 20px;
    background-color: #F5F6FA;
  
}
.inner-container{
    background-color: #fff;
    border-radius: 16px;
    padding: 32px;
}
.heading{
    font-size: 28px;
    font-weight: 600;
}
.text-area{
    border-radius: 16px;
    padding: 7px;
}