.header-menu .menu-nav>.menu-item>.menu-link .menu-text {
    font-weight: 400;
    font-size: 0.9rem;
    text-transform: initial;
}

.tujju-bg-color {
    background-color: #1890ff !important;
}

footer.sticky-footer {
    padding: 2rem 0 !important;
    flex-shrink: 0 !important;
}

.bg-white {
    background-color: #fff!important;
}

/* .text-center {
    text-align: center !important;
} */

.w-full {
    width: 100% !important;
}

.h-full {
    width: 100% !important;
}

.w-10rem {
    width: 10rem !important;
}

.h-10rem {
    height: 10rem !important;
}

.w-auto {
    width: auto !important;
}

.h-auto {
    height: auto !important;
}

.badge-circle {
    border-radius: 50% !important;
}

.v-align-top {
    vertical-align: top !important;
}

.v-align-middle {
    vertical-align: middle !important;
}

.w-90 {
    width: 90px !important;
}

.w-100 {
    width: 100px !important;
}

.w-125 {
    width: 125px !important;
}

.w-175 {
    width: 175px !important;
}

.w-200 {
    width: 200px !important;
}

.w-210 {
    width: 210px !important;
}

.w-235 {
    width: 235px !important;
}

.h-40 {
    height: 40px !important;
}

/* Dashed border */

hr.custom-separator-dashed {
    border-top: 3px dashed #bbb;
}

/* Dotted border */

hr.custom-separator-dotted {
    border-top: 3px dotted #bbb;
}

/* Solid border */

hr.custom-separator-solid {
    border-top: 3px solid #bbb;
}

/* Rounded border */

hr.custom-separator-rounded {
    border-top: 8px solid #bbb;
    border-radius: 5px;
}

.container-mw-none {
    max-width: none !important;
}

.tms-text-revise {
    color: #E000CA !important;
}