/* Custom css */

/* Top Margin */
.mt-0 {
    margin-top: 0px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

/* Bottom Margin */

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

/* Margin */
.m-auto {
    margin: auto !important;
}

/* Color */

.color-theme-primary {
    color: #508927;
}

.color-theme-secondary {
    color: #99C63D;
}

.color-theme-white {
    color: #fff;
}

/* Background */

.bgcolor-theme-primary {
    background-color: #99C63D;
}

.bgcolor-theme-secondary {
    background-color: #99C63D;
}

/* border */
.border-0 {
    border: none;
}

.border-1-theme {
    border: 1px solid #508927;
}

.border-2-theme {
    border: 2px solid #508927;
}

.border-radius-5 {
    border-radius: 5px;
}

.border-radius-10 {
    border-radius: 10px;
}

.border-radius-20 {
    border-radius: 20px;
}

.border-radius-30 {
    border-radius: 30px;
}

.border-radius-40 {
    border-radius: 40px;
}

.border-radius-50 {
    border-radius: 50px;
}

.border-radius-50-p {
    border-radius: 50%;
}


.colorwhite {
    color: #fff !important
}
.patient_edu_form input[type=radio], input[type=checkbox] {
    display: none;
}