/* custom-dashboard-buttons */
.tutor-dashboard-header #page-open-main-menu {
    margin-left: 15px;
}

.tutor-dashboard-header-button .tm-button .button-icon {
    display: none;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .mobile-tutor-dashboard-header-button {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }
    .tutor-dashboard-header-button .tm-button .button-text {
        display: block;
    }
    .mobile-tutor-dashboard-header-button .tm-button-wrapper {
        margin: 8px 0;
        width: 100%;
    }
    .mobile-tutor-dashboard-header-button .tm-button-wrapper .tm-button {
        width: 100%;
    }
    .tutor-dashboard-content h3 {
        text-align: center;
    }
    .tutor-dashboard-content .tutor-mb-32 .tutor-nav {
        flex-direction: column;
        align-items: center;
    }
    .tutor-dashboard-content .tutor-mb-32 .tutor-nav .tutor-nav-item {
        margin-bottom: 8px !important;
    }
    .tutor-dashboard-content .tutor-mb-32 .tutor-nav .tutor-nav-item .tutor-nav-link {
        padding-bottom: 12px !important;
        margin: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .mobile-tutor-dashboard-header-button {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
    }
    .tutor-dashboard-header-button .tm-button .button-text {
        display: block;
    }
    .mobile-tutor-dashboard-header-button .tm-button-wrapper {
        margin: 16px 8px;
        width: 100%;
    }
    .mobile-tutor-dashboard-header-button .tm-button-wrapper .tm-button {
        width: 100%;
    }
}
@media screen and (min-width: 1200px) {
    .tutor-create-buttons-grid {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .tutor-create-buttons-col {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-evenly;
    }
    .tutor-create-buttons-col .tm-button-wrapper {
        margin: 12px;
        width: 33%;
    }
}
/* !custom-dashboard-buttons */