﻿@media all and (max-width:768px){
    /* ===== LOGIN PAGE ===== */
    .sign_up_form {
        padding: 15px;
        height: calc(100vh - 150px);
    }
    .bg_login {
        background: #fbfbfb;
    }
        .bg_login .logo {
            text-align: center;
            margin-top: 40px;
        }
    /* ===== FORGET PASSWORD POPUP ===== */
    #ForgetPopUp .modal-body h1 {
        font-size: 20px;
    }
    #ForgetPopUp .modal-body p{
        font-size:14px;
    }
    /* ===== DASHBOARD PAGE ===== */
    .side_nav {
        position: unset;
    }
    .main_body_content {
        margin: 0;
    }
    .footer{
        padding-left:0;
        position:unset;
    }
    .card_box{
        margin-bottom:20px;
    }
    .quizRule_wrapper.card_box {
        margin-bottom:70px;
    }
    .user_nav_button {
        display: none;
    }
    .dashboard_stats h1{
        font-size:30px;
    }
    .offcanvas-header {
        background: var(--bgBlue);
        color: var(--TextWhite);
    }
    .form-label{
        font-weight:600;
    }
    .toggleMenu{
        display:none;
    }
    .sign_up_form {
        height: auto;
        margin-top: 70px;
    }
    .logo img {
        max-width: 160px;
    }
    .dataTables_wrapper .dataTables_paginate{
        margin-top:3.5rem!important;
    }
    .dataTables_wrapper .dataTables_length {
      display:none;
    }
    .result_stats_wrapper{
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
}

@media (min-width:769px) and (max-width:991px) {
    .dataTables_wrapper .dataTables_length {
        left: 0;
        transform: unset;
    }
    .dataTables_wrapper .dataTables_info{
        margin-bottom:33px;
    }
    .result_stats_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-height:700px) {
    .candidate_layout .footer {
        position: absolute;
    }
  
}

@media screen and (max-width:1200px) {
    .receptionist_payment_table thead {
        display: none;
    }

    .receptionist_payment_table tbody tr {
        display: flex;
        flex-direction: column;
    }

        .receptionist_payment_table tbody tr td {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            text-align: right;
            padding: 8px 12px;
        }

    .receptionist_payment_table td::before {
        content: attr(data-label);
        font-weight: bold;
        min-width: 50%;
        text-align: left;
    }
  /*  .Results_filter_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }*/
}

@media screen and (min-width:1201px) {
    .receptionist_payment_table thead tr th {
        font-size: 14px;
        padding-inline: 8px;
        white-space: nowrap;
    }
}

@media screen and (min-width:1544px){
    .Results_filter_wrapper {
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    }
}

@media all and (min-width:1600px){
   /* .table_outer {
        max-height: 64vh;
    }*/
    table.dataTable thead th, table.dataTable tbody td, table.dataTable tbody th {
        font-size: 15px;
    }
}
