/* ------- 15/01/2025 -------*/
@media only screen and (max-width: 1680px) {
    .cstmside-menu {
        height: calc(100% - 200px);
    }
}

/* ------- Mobile Device -------*/
@media only screen and (max-width: 767px) {
    .menu {
        display: none;
    }

    .Hospital {
        left: 75px;
    }

    .sidebar {
        width: 50%;
        display: none;
    }

    .sidebar_img {
        display: none;
    }

    .sidebar_brand {
        margin-top: 5rem;
    }

    .header {
        width: 100%;
        border-radius: 0;
        top: 0;
        left: 0;
        position: fixed;
    }

    .content_area_in {
        top: 14%;
        left: 4%;
        width: 92%;
    }

    .menu2 {
        display: block;
    }

    .name {
        font-size: 20px;
    }

    .msg {
        font-size: 16px;
    }

    .language .selected {
        width: 160px;
        padding: 0 16px;
        border-radius: 10px;
    }

    #img1, #img2 {
        width: 24px;
    }

    .navbar-brand img {
        width: 100%;
    }

    .loginSection {
        padding: 1rem;
    }

    .btn_Login {
        width: 100%;
    }

    .logoWidth {
        width: 100% !important;
    }

    .loginImage img {
        display: none;
    }

    .qrCode + p {
        font-size: 18px;
    }

    .loginimg {
        position: absolute;
    }

    .services .modalBoxInput {
        width: 80%;
    }

    .addSpecialtyBtn {
        right: 0;
    }

    .serviceInput {
        width: 74vw;
    }
    /* -----calendar----- */
    #calendar .fc-toolbar-chunk h2 {
        font-size: 1rem;
        margin: 1rem;
        text-align: center;
    }

    #calendar .fc-header-toolbar.fc-toolbar.fc-toolbar-ltr {
        display: block;
    }

    button.fc-today-button.fc-button.fc-button-primary {
        float: right;
    }

    .fc-view-harness.fc-view-harness-active {
        height: 540px !important;
        z-index: 0;
    }

    .fc .fc-button-group {
        z-index: 0;
    }

    .accptBtn, .decBtn {
        width: 100%;
        margin-bottom: 1rem;
    }
}

/* ------- iPad Device -------*/
@media only screen and (min-width: 768px) and (max-width: 1024px){
    .menu {
        /* display: none; */
        left: 171px;
        top: 121px;
        width: 24px;
        height: 24px;
    }
        .menu img {
            width: 6px;
        }
    .hide_menu {
        width: 8%;
        overflow: hidden;
    }
    p.msg {
        margin-left: 2rem;
    }
    h1.name {
        margin-left: 2rem;
    }
    .header{
        width: 100%;
        border-radius: 0;
        top: 0;
        left: 0;
        position: fixed;
    }
    .content_area_in{
        top: 10%;
        left: 9% !important;
        width: 94%;
    }
    .menu2{
        display: block;
    }
    /*.sidebar{
        width: auto;
        display: none;
    }*/
    .sidebar_brand {
        margin-top: 5rem;
    }
    .sidebar_img{
        display: none;
    }
    .loginBg > img{
        display: none;
    }
    .loginImage img{
        align-items: flex-start;
    }
    .serviceInput{
        width: 85%;
    }
    .modal-dialog{
        max-width: 700px;
    }
    .fc-view-harness.fc-view-harness-active{
        height: 540px !important;
        z-index: 0;
    }
    .fc .fc-button-group{
        z-index: 0;
    }
    .accptBtn, .decBtn{
        width: 100%;
        margin-bottom: 1rem;
    }
}

/* ------- Desktop Device -------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .sidebar{
        width: 22%;
    }
    .content_area_in{
        top: 18%;
        left: 24%;
        width: 74%;
    }
    .listing_scroll{
        height: 100%;
    }
    .box_section{
        height: auto;
    }
    .header{
        left: 24%;
        width: 74%;
    }
    .loginImage img{
        left: 0;
    }
    .loginSection{
        right: 5%;
    }
    .logo_close img{
        width: auto;
    }
    .hide_menu{
        width: 5%;
    }
    .li_close a{
        padding: 1rem 2.7rem 1rem 1rem !important;
    }
    .menu{
        left: -5.5%;
        top: 65%;
    }
    .header_close .menu {
        left: -4.5%;
        top: 45%;
    }
}
/*22/10/2024*/
@media only screen and (max-width: 1024px) {
    .scanqr-outer{
        background-color: #000;
    }
    .scanqr-outer video {
        object-fit: contain;
    }
    .scanqr-head img:nth-child(1) {
        filter: brightness(0.5) invert(1);
    }
    .QrscanBtn button{
        font-size: 18px;
    }
    .scanqr-head a svg {
        color: #fff;
    }
}
/*16/10/2024*/
@media only screen and (max-width: 576px) {
    .QrscanBtn button {
        margin: 0px 10px
    }

    .scanqr-head img:nth-child(1) {
        width: 100px;
    }

    .scanqr-head img:nth-child(2) {
        width: 100px;
    }
}