.btn_save{
    background: #000000;
    color: white;
}

.alert_danger{
    background-color: red;
    border-radius: 10px;
    height: 35px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alert_mauka{
    background-color: #f6c44a;
    border-radius: 10px;
    height: 35px;
    color: #1a1414;
    display: flex;
    justify-content: center;
    align-items: center;
}

.border_red{
    border: 1.5px solid red;
}

.mt21{
    margin-top: 21px;
}

.container{
    max-width: 1526px;
}

.btn_mauka{
    background-color: #f6c44a;
    border: none;
    width: 130px;
    height: 45px;
    border-radius: 10px;
}

.btn_mauka:hover{
    background-color: #1a1414;
    color: #f6c44a;
    transition: .4s ease-in-out;
}

.btn_mauka_red{
    background-color: red;
    border: none;
    width: 130px;
    height: 45px;
    border-radius: 10px;
}

.btn_mauka_red:hover{
    background-color: rgb(117, 5, 5);
    color: white;
    transition: .4s ease-in-out;
}

.btn_detalle{
    border: none;
    background-color: #f6c44a;
    width: 60px;
    border-radius: 5px;
}

.btn_detalle:hover{
    background-color: #1a1414;
    color: #f6c44a;
    transition: .4s ease-in-out;
}

.w100{
    width: 100%;
}

.btn_create{
    width: 150px;
    justify-content: center;
    align-items: center;
    display: flex;
    border: none;
    background: #f6c44a;
    border-radius: 5px;
    height: 40px;
}

.btn_create:hover{
    background-color: #1a1414;
    color: #f6c44a;
    transition: .4s ease-in-out;
}