.card-header {
background-color: aliceblue;
}
.br-5{
    border-radius: 5px;
}
.br-10{
    border-radius: 10px;
}
.color-white{
   color:#fff;
}
.bg-warning{
    background-color: #ffcb0d;
}
/* .bg-primary{
    background-color: #122432;
    

} */
.form-border{
padding: 15px;
border: 2px solid #e4d6d673;
border-radius: 4%;
}
.text-gray-700{
    padding:10px;
}
.card-subtitle{
        margin-top: 3rem !important;
}
.text-warning{
    color:rgb(213, 200, 22)
}
.cursor-pointer{
    font-size:21px;
}
.toggle-label-tag{
    cursor: auto;
}
.toggle-input{
    border-width:2px !important;
}
.bg-blue-500{
    text-align: center;
}