@charset "utf-8";

/* CSS Document */

@media screen and (min-width: 1200px) {}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .dash_bx {
        padding: 20px 10px;
    }
    .dash_bx span {
        font-size: 30px;
    }
    .dash_bx h1 {
        font-size: 23px;
    }
    .dash-container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .menus {
        overflow: auto;
        height: 100%;
        padding-bottom: 20px;
    }
    .main_body {
        margin-left: 0;
    }
    .backdrop-layout {
        position: fixed;
        background: #0000008c;
        width: 100%;
        height: 100vh;
        z-index: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }
    .backdrop-layout.open {
        opacity: 1;
        z-index: 999;
    }
    .menubar {
        width: 223px;
        transform: translate(-102%, 0px);
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }
    .menubar.open {
        transform: translate(0%, 0px);
    }
    .collapse_nav {
        display: block;
    }
    .dash-container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .topmenubar {
        left: 0;
    }
    .menubar.open {
        width: 260px;
    }
    .smlogo {
        display: none;
    }
    .menubar.open .lrglogo {
        display: block;
    }
    .menubar.open .smlogo {
        display: none;
    }
    .main_body.open {
        margin-left: 0px;
    }
    .main_body.open .topmenubar {
        left: 0px;
    }
    .menubar.open .mtxt {
        display: inline;
    }
    .menubar.open #accordian ul ul {
        position: inherit;
        left: inherit;
        top: inherit;
        width: inherit;
        background: inherit;
        margin-left: inherit;
        box-shadow: inherit;
    }
    .menubar.open #accordian li h3:not(:only-child):after {
        display: block;
    }
    .menubar.open .micon {
        font-size: inherit;
        line-height: inherit;
        text-align: inherit;
        display: inline;
    }
    .menubar.open .menus {
        overflow: auto;
    }
    .menubar.open #accordian ul ul ul {
        border-left: 1px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .dash_bx h1 {
        font-size: 27px;
    }
    .dash-container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .extra_button {
        top: -46px;
        right: 0 !important;
        left: 130px;
        justify-content: end;
    }
    .topbarlink ul.others_link li label {
        font-size: 16px;
    }
    .dropdown_bx {
        left: -211px;
    }
}

@media only screen and (max-width: 576px) {
    .dash_title {
        text-align: left;
    }
    .page_title {
        font-size: 17px;
    }
    .extra_button {
        top: -8px;
        right: 0 !important;
        left: 0;
        justify-content: center;
        position: relative;
    }
    .dash_card .title {
        font-size: 16px;
    }
    .stdprof .imgpf {
        margin: auto;
        width: 180px;
        height: 180px;
        border-radius: 50%;
        overflow: hidden;
    }
    .stdprof .imgpf img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }
    .stdp {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        border: 1px solid #dfdfdf;
        padding: 10px;
    }
    .stdp label {
        max-width: 134px;
        min-width: 134px;
        width: 100%;
    }
    .stdp p {
        width: 100%;
        text-align: right;
        margin: 0;
    }
    .meeting_cards {
        display: flex;
    }
    .icon_type {
        min-width: 65px;
    }
    .icon_type i.fa {
        width: 50px;
        height: 50px;
        font-size: 21px;
        line-height: 2;
        border: 3px solid;
    }
    .icon_type span {
        font-size: 9px;
        font-weight: 500;
    }
    .meeting_body {
        width: 100%;
        padding-top: 0;
        padding-left: 10px;
    }
    .meeting_body h2 {
        font-size: 14px;
    }
    .meeting_body span {
        font-size: 11px;
    }
    .meeting_body p {
        font-size: 12px;
        line-height: 1;
    }
    .meeting_body span.badge {
        font-size: 10px;
        padding: 4px 8px;
    }
}