﻿@media only screen and (max-width: 767px) {

    /*MyProfile related css*/

    .login-section .loginLeftBlock {
        display: none !important;
    }

    .page-content {
        padding-top: 0px !important;
    }

    .my-profile-details {
        padding: 12px 0 12px 0px !important;
        font-size: 12px !important;
    }

    #showI {
        padding: 5px !important;
    }

    .employee-images {
        height: auto !important;
    }

    .tabs-background {
        border-radius: 5px !important;
        box-shadow: 0 2px 9px rgba(0, 0, 0, 0.2) !important;
    }

    .onboardingsTabsRow {
        justify-content: flex-start !important;
    }

    #downloadBtn {
        float: left !important;
    }

    /*LMS related css*/
    .fc-toolbar {
        display: inline !important;
    }
}
