/* Modal Styles Start */

.modal-content {
    background: #ffffff;
}

.modal-title {
    color: #0b1c2d;
}

.form-control {
    padding: 10px 14px;
}

.btn-primary {
    background-color: #1565ff;
    border-color: #1565ff;
}

.btn-primary:hover {
    background-color: #0f55d6;
}

.shadow-lg {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important;
}


/* Modal Styles End */

/* Modal Sticky button start */

.sticky-cta {
    position: fixed;
    top: 105px;
    /* adjust based on navbar height */
    right: 6px;
    z-index: 1050;
    /* above content */
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

/* Modal Sticky button End */


.btn-label-primary {
    color: #7367f0 !important;
    border-color: rgba(0, 0, 0, 0) !important;
    background: #e9e7fd !important;
}

.bg-label-danger {
    background-color: #ffe2e3 !important;
    color: #ff4c51 !important;
}

.bg-label-success {
    background-color: #ddf6e8 !important;
    color: #28c76f !important;
}

.bg-label-warning {
    background-color: #fff0e1 !important;
    color: #ff9f43 !important;
}


.font-weight-bold {
    font-size: 58px;
    font-weight: 800;
    line-height: 1.1;
}

.normal-font-bold {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0px;
}