/* Mobile devices */
@media screen and (max-width: 480px) {
    .auth-block {
        padding: 20px;
    }

    .auth-section {
        padding: 15px 2px;
    }


    .login-card {
        width: 100% !important;
    }

    .login-section {
        padding: 50px 13px;
    }

    .my-btns-group {
        overflow: scroll !important;
    }

    .zoom-image-con .video-js {
        height: 300px !important;
    }

    .gallery-images {
        height: 149px;
    }

    .zoom-image-con picture>img {
        height: 300px !important;
        object-fit: cover;
    }

    .mobile-crumb {
        display: flex !important;
    }

    .desk-crumb {
        display: none !important;
    }

    .en-notific-scroller {
        height: 275px !important;
    }

    .my-main {
        padding: 10px;
    }

    /* .mx-datepicker {
        width: 149px !important;
    } */

    .header-box ul {
        flex-wrap: wrap;
    }

    .header-box ul li>.vertical-hr {
        display: none;
    }

    .select-service-widget {
        margin-left: 0px;
        margin-bottom: 20px;
    }

    .select-service-widget .p-slash {
        display: none;
    }

    .service-widget-actions {
        width: 100%;
        margin-left: 0px !important;
        justify-content: center;
    }

    .header-box {
        padding: 14px;
    }

    .header-expand-card {
        padding: 14px;
        height: auto;
    }


    .chart-card {
        padding: 13px;
    }

    .chart-card .count {
        font-size: 46px;
    }

    .chart-card .cdc-container .cdc {
        width: 150px !important;
        height: 150px !important;
        margin-top: 0px !important;
    }

    .calender-type-field {
        width: 100% !important;
        margin-top: 13px;
    }

    .calender-type-field input {
        width: 100% !important;
    }

    .calender-type-field .v-input__control>.v-input__slot {
        background-color: #eee !important;
        border-radius: 8px !important;
    }

    .calendar-sidebar {
        padding: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0px;
    }


    .calendar-con {
        overflow-x: auto;
    }

    .calendar-con .v-sheet {
        width: 1000px !important;
    }
}

/*  iPads, Tablets (Portrait)*/
@media (min-width: 481px) and (max-width: 768px) {
    .auth-block {
        padding: 20px;
    }

    .auth-section {
        padding: 15px 2px;
    }

    .mobile-crumb {
        display: flex !important;
    }

    .desk-crumb {
        display: none !important;
    }

    .header-box ul {
        flex-wrap: wrap;
    }

    .header-box ul li>.vertical-hr {
        display: none;
    }

    .header-box {
        padding: 14px;
    }

    .header-expand-card {
        padding: 14px;
        height: auto;
    }

    .chart-card {
        padding: 13px;
    }

    .chart-card .count {
        font-size: 46px;
    }

    .chart-card .cdc-container .cdc {
        width: 150px !important;
        height: 150px !important;
        margin-top: 0px !important;
    }

    .calender-type-field {
        width: 100% !important;
        margin-top: 13px;
    }

    .calender-type-field input {
        width: 100% !important;
    }

    .calender-type-field .v-input__control>.v-input__slot {
        background-color: #eee !important;
        border-radius: 8px !important;
    }

    .calendar-sidebar {
        padding: 15px;
    }


}

/* Small screens, laptops or ipad (Landscape) */
@media (min-width: 769px) and (max-width: 1024px) {
    .mobile-crumb {
        display: flex !important;
    }

    .desk-crumb {
        display: none !important;
    }

    .header-box ul {
        flex-wrap: wrap;
    }

    .header-box ul li>.vertical-hr {
        display: none;
    }

    .select-service-widget .v-input {
        width: 188px !important;
    }

    .header-expand-card {
        height: auto;
    }


    .chart-card {
        padding: 18px;
    }

    .chart-card .count {
        font-size: 55px;
    }

    .chart-card .cdc-container .cdc {
        width: 170px !important;
        height: 170px !important;
        margin-top: -50px !important;
    }

    .calendar-sidebar {
        padding: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0px;
    }

}


/* Small screens, laptops or ipad (Landscape) */
@media (min-width: 1025px) and (max-width: 1300px) {


    .select-service-widget .v-input {
        width: 176px !important;
    }

    .desk-crumb {
        display: none !important;
    }

    .mobile-crumb {
        display: flex !important;
        align-items: center;
    }
}

@media (min-width: 1300px) and (max-width: 1500px) {
    .select-service-widget .v-input {
        width: 184px !important;
        font-size: 13px !important;
    }

    .select-service-widget .service-btns {
        font-size: 12px !important;
    }

    .select-service-widget .service-btns .v-icon.v-icon {
        font-size: 18px !important;
    }

    .select-service-widget .service-widget-actions {
        margin-left: 5px;
    }

    .select-service-widget .number-p {
        font-size: 12px;
    }
}



/* Extra large screens, TV */
@media (min-width: 1301px) {}



/* Dell Professional 19" Square Monitor */
@media (width: 1280px) and (height: 1024px) {

    .dash-parent-card {
        padding: 7px !important;
    }

    .dash-parent-card .col-lg-4 {
        padding: 5px !important;
    }


    .d-dash-card {
        padding: 13px !important;
        height: 100%;
    }

    .d-dash-card .d-dash-header p {
        font-size: 14px;
    }

    .d-dash-card .d-dash-header i {
        font-size: 25px !important;
    }

    .d-dash-card h2 {
        font-size: 24px !important;
    }

    .system-analytic-page .dash-parent-card {
        padding: 20px !important;
    }
}
/* Incoming-call-card  start */

.incoming-call-card {
    width: 100% !important;
    right: 0px !important;
    top: 66px !important;
}

.incoming-call-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.incoming-detail-full {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.incoming-call-card img {
    height: 130px;
    width: 130px;
}
/* Incoming-call-card  end */
