/*Overrides*/
.modal-content {
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 0.3rem !important;
    outline: 0 !important;
}

/* .cmn-btn {
    background-color: #c7a41f !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    color: #fff !important;
}
.cmn-btn:hover {
    background-color: #ccae36 !important;
} */

.cmn-btn, .cmn-btn-2 {
    height: 40px;
    border: none;
    outline: none;
    line-height: 40px;
    padding: 0 30px;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #c7a41f;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.cmn-btn, .cmn-btn-2 {
    height: 40px;
    border: none;
    outline: none;
    line-height: 40px;
    padding: 0 30px;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #c7a41f;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}