/* --- Responsiveness --- */

/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) and (max-width: 1200px) {

}

/* Medium devices (landscape tablets, 767px and up) */

@media only screen and (max-width: 991px) {
    .auth_card {
        padding: 20px;
    }
    .usertype_select label.btn {
        padding: 10px !important;
    }
    .form_btn img {
        width: 32px;
        height: 32px;
    }
    .usertype_select label.btn span{
        padding: 6px 3px;
        line-height: 25px;
        font-size: 10px;
    }
    .form_btn i{
        font-size: 10px;
    }
    .menu .sub-menu {
        left: 70px;
        width: 150px;
    }
    .menu .main-menu {
        width: 75px;
    }
    #app-container.menu-sub-hidden main, #app-container.sub-hidden main {
        margin-left: 100px;
    }
    .pl_0{
        padding-left: 0;
    }
    .teacher_dashboard .img_card h1{
        font-size: 22px;
    }
    .teacher_dashboard .img_card img{
        width: 50px;
    }
    .pl_5{
          padding-left: 5px;
      }
    .pr_5{
        padding-right: 5px;
    }
     .py_1 {
        padding-top: 1rem !important;
         padding-bottom: 1rem !important;
    }
    .teacher_dashboard .time_table_heading2 {
        font-size: 16px;
        padding-left: 10px;
    }
    .teacher_dashboard .info_about p {
        font-size: 14px;
    }
    .teacher_dashboard .badge_detail {
        font-size: 14px;
        vertical-align: text-bottom;
    }
    .teacher_dashboard .time_table th {
        padding-top: 20px;
        font-size: 16px;
    }
    .pb_2 {
        padding-bottom: 2.5rem !important;
    }
    .teacher_dashboard .time_table_heading {
        font-size: 18px;
    }
    .teacher_dashboard .news_feed p {
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 7px;
    }
    .p_5 {
        padding: 1.5rem !important;
    }
    .teacher_dashboard .students_static h1 {
        font-size: 15px;
    }
    .teacher_dashboard .students_static h6{
        font-size: 13px;
    }
    .teacher_dashboard .sales_report img {
        width: 150px;
        height: 150px;
    }
    .course_fee {
        padding-top: 0;
    }
    .teacher_dashboard .course_fee h1 {
        font-size: 18px;
    }
    .teacher_dashboard .course_fee h4 {
        font-size: 15px;
    }
    .teacher_dashboard .credit_card img {
        width: 120px;
        height: 100px;
        margin-bottom: 10px;
    }
    .teacher_dashboard .credit_card h2 {
        font-size: 16px;
    }
    .chart-container #performanceChart{
        height: 250px !important;
    }
    .chart-container {
        height: 100%;
    }
    .teacher_dashboard .courses {
        font-size: 10px;
        height: 100%;
    }
    .members h3{
        font-size: 20px;
    }
}

/* Small devices (portrait tablets and large phones, 575px and up) */

@media only screen and (max-width: 767px) {
    .auth_card {
        width: 100%;
        padding: 20px 10px;
    }
    .usertype_select label.btn span {
        padding: 0px 5px;
        font-size: 10px;
    }
    .form_btn img {
        width: 30px;
        height: 30px;
    }
    .form_btn i {
        line-height: 30px;
    }
    .logo1 {
        width: 125px;
    }
    .navbar .user img {
        width: 40px;
    }
    .mb_5 {
        margin-bottom: 2rem!important;
    }
    .f_7{
        font-size: 7px;
    }
    .f_10{
        font-size: 10px;
    }
    .availability_table input[type="radio"], input[type="checkbox"]{
        width: 10px;
        margin-top: 0 !important;
    }
    .availability_table tbody td {
        padding: 3px !important;
    }
    .availability_table th {
        padding: 3px !important;
    }
    .px_0{
        padding-right: 0;
        padding-left: 0;
    }
    .py_5{
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .mt_3 {
        margin-top: 0;
    }
    .teacher_dashboard .time_table th {
        font-size: 12px;
    }
    .teacher_dashboard .time_table .table td, .table th {
        font-size: 10px;
        padding: 5px;
    }
    .teacher_dashboard .time_table_heading1 {
        font-size: 20px;
    }
    .pl_0 {
        padding-left: 15px;
    }
    .w_50{
        width: 50%;
    }
    .teacher_dashboard .students_static img {
        width: 80px;
        height: 110px;
    }
    .teacher_dashboard .students_static h1 {
        font-size: 12px;
        font-weight: bold;
    }
    .teacher_dashboard .students_static h6 {
        font-size: 11px;
    }
    .px_5 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .teacher_dashboard .sales_report img {
        width: 110px;
        height: 110px;
    }
    .teacher_dashboard .course_fee h1 {
        font-size: 15px;
        margin-top: 5px;
    }
    .teacher_dashboard .course_fee h4 {
        font-size: 12px;
    }
    .chart-container #performanceChart {
        height: 129px !important;
    }
    .news_feed .col-md-4 {
        width: 33.33%;
    }
    .members h3 {
        font-size: 17px;
    }
    .h_86 {
        height: 80%;
    }
}

/* Extra small devices (phones, 575 and down) */

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

}

/* Extra small devices (phones, 473 and down) */

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

}

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

}
/* -- End Responsiveness -- */
