.svg-container svg { width: 200px !important; }

/** Mobile **/
@media (min-width: 320px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }

    .sidebar .offcanvas-lg {
        position: -webkit-sticky;
        position: sticky;
        top: 48px;
    }

    .navbar-search {
        display: block;
    }

    ul.nav.flex-column {
        padding-top: 0px;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .fc .fc-toolbar {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    div#calendar.fc.fc-media-screen:not(.calendar-inner) .fc-header-toolbar.fc-toolbar.fc-toolbar-ltr .fc-toolbar-chunk:first-child {
        width: 100% !important;
        display: flex;
        justify-content: center;
    }
    div#calendar.fc.fc-media-screen:not(.calendar-inner) .fc-header-toolbar.fc-toolbar.fc-toolbar-ltr .fc-toolbar-chunk{
        width: 100% !important;
        display: flex;
        justify-content: center;
    }

    div#calendar.fc.fc-media-screen:not(.calendar-inner) .fc-header-toolbar.fc-toolbar.fc-toolbar-ltr .fc-toolbar-chunk:last-child {
        width: 100% !important;
        display: flex;
        justify-content: center;
    }

    .fc .fc-toolbar-title {
        margin: 10px 0px;
    }

    div#calendar.fc.fc-media-screen:not(.calendar-inner) .fc-col-header-cell-cushion {
        padding: 0px !important;
    }

    .webChat > .webChat-col.webChat-right {
        margin:0 !important;
    }
}

/** iPad Air **/
@media (min-width: 768px) and (max-width: 820px) {
    .webChat > .webChat-col.webChat-right {
        margin:0 !important;
    }
}

/** iPad  Pro **/
@media screen and (min-width: 320px) and (max-width: 1024px) {
    main > .row > div {
        width: 100%;
    }

    .widgetTabNavbar {
        margin-top: 15px;
        overflow-x: auto;
    }

    .widgetTabNavbar > button {
        min-width: 141px;
    }

    .widget-box {
        margin-left:0px;
    }

    .row > .widget-box, .row > div > .widget-box {
        margin-bottom: 20px;
    }

    .row > .widget-box:last-child, .row > div > .widget-box:last-child {
        margin-bottom: 0px;
    }

    button[data-bs-target="#sidebarMenu"] {
        color: #000 !important;
    }

    button[data-bs-target="#sidebarMenu"] > i {
        font-size: 24px;
    }

    button[data-bs-target="#sidebarMenu"] > i:before{
        content:"\f479";
        display: inline-block;
        font-family: bootstrap-icons !important;
        font-style: normal;
        font-weight: 400 !important;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        vertical-align: -.125em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    div#sidebarMenu {
        z-index: 99999;
    }

    .widget-box {
        overflow-x: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: stretch;
        width: 100%;
    }

    .widget-box[data-select2-id] {
        overflow-x: visible !important;
    }

    .DrawingApp .DrawingApp-Toolbar .form-switch > label {
        /* min-width: 105px; */
        width: 100%;
    }

    .DrawingApp-Toolbar > * > section .form-check {
        min-width: 141px;
        margin-right: 0px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    ul.nav.flex-column {
        padding-top: 40px;
    }

    main > header actions {
        display: flex !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
    .sidebar {
        width: 22% !important;
    }
    main {
        width: 78% !important;
    }
    .webChat-col.webChat-left {
        width: 40%;
    }
}

/** Desktop **/
@media screen and (min-width: 1200px) {
    .sidebar {
        top: 52px;
        position: fixed;
    }
    
    main > header {
        margin-right: -24px;
    }

    main > header actions {
        display: flex;
    }

    ul.nav.flex-column {
        padding-top: 0px;
    }

    .widget-box {
        display: block;
    }

}