body, .font-bahij, .font-dg {
    font-family: Arial, Helvetica, sans-serif;
}

.cloud-start {
    left: -50px;
}

.dropdown-profile-menu {
    transform: translate3d(-1.8px, 28px, 0px) !important;
}

.wizard-cart-step::after {
    border-right: unset;
    border-left: 35px solid #006EAD;
    left: unset;
    right: -34px;
}

.bg-light .wizard-cart-step::after {
    border-right-color: unset;
    border-left-color: #f8f9fa;
}

.next-material {
    left: unset !important;
    right: 0;
}

.previous-material {
    left: 0;
    right: unset !important;
}

.send-message-btn {
    transform: rotate(180deg);
}

.course-info-container {
    max-height: calc(100vh - 185px);
    overflow-y: auto;
}