/* ==========================================
   Company Master
========================================== */

.module-container{
    padding:30px;
}

.module-title{
    margin-bottom:20px;
}

.module-title h3{
    font-weight:700;
    color:#222;
}

.module-title p{
    color:#777;
    margin-bottom:0;
}

.card{
    border:none;
    border-radius:12px;
    box-shadow:0 4px 12px rgba(0,0,0,.08);
}

.card-header{
    background:#d4af37 !important;
    color:#000;
    font-weight:600;
    font-size:18px;
}

.form-label{
    font-weight:600;
}

.form-control,
.form-select{
    border-radius:8px;
}

.form-control:focus,
.form-select:focus{
    border-color:#d4af37;
    box-shadow:0 0 0 .2rem rgba(212,175,55,.25);
}

.btn{
    min-width:120px;
    margin-right:10px;
    margin-bottom:10px;
}

.table{
    margin-bottom:0;
}

.table thead th{
    vertical-align:middle;
}

.table tbody td{
    vertical-align:middle;
}

@media(max-width:768px){

    .module-container{
        padding:15px;
    }

    .btn{
        width:100%;
        margin-right:0;
    }

}