.dashboard-box {
    font-size: 25px;
}

.panel-body  {
    word-break:break-all
}

canvas {
    background: white !important;
    /* width: 100% !important;
   height: 100% !important; */
    display: block !important;
}

.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.staff-dashboard-card {
    height: 140px;
    ;
    /* width:132px; */
    cursor: pointer;
    margin-top: 10px;
    padding: 18px;
    /* padding: 28%; */
}

#staff-dashboard-table .staff-dashboard-card {
    width: 132px;
}

#staff-dashboard-table {
    margin-left: 37%;
    margin-top: 10%;
}

.staff-dashboard-card h1 {
    font-size: 16px;
}

.staff-sales-dashbaord-card {
    background-color: #58BDBE;
    color: white;
}

.staff-contacts-dashboard-card {
    background-color: #496EA3;
    color: white;
}

.staff-products-dashboard-card {
    background-color: #D38D2B;
    color: white;
}

.staff-dahsboard-icon {
    height: 70%;
    width: 100%;
}

.copy-right-text {
    /* margin-top:-3%; */
}

.circle-container {
    width: 200px;
    height: 200px;
    position: relative;
}

.panel-heading {
    background-color: #ffffff !important;
    font-weight: bold;
}

.login-welcome-msg {
    color: #337BB3;
}

.dashboard-container {
    padding: 40px 75px 0px;
    padding-left: 4%;
    padding-right: 4%;
}

.kbz-logo {
    height: 50px;
}

.dashboard-menu {
    font-size: 15px;
    color: #327AB3;
    text-transform: uppercase;
}

.dashboard-menu-active {
    font-weight: bold;
    text-decoration: underline;
}

#dashboard-menu-container {
    margin-top: 50px;
}

.list-inline-item:hover {
    font-size: 16px;
    color: #327AB3;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: bold;
}

.dashboard-update-ago {
    font-style: italic;
    color: #327AB3;
}

.menu-wrapper {
    margin-top: 12px;
}

#dashboard-container .welcome-panel {
    padding-bottom: 2px !important;
}

.dashboard-panel {
    padding-left: 0px;
    padding-right: 0px;
}

.dashboard-body {
    /* background-image: linear-gradient(180deg, #A4C4E2 23%, #C1BDBD 90%); */
    /* border: 1px solid #979797; */
    /* background-repeat: no-repeat;
    background-attachment: fixed; */
    background-color: #F3E8FF;
}

.contact-container {
    margin-left: 38%;
}

.funnel-conversion-rate-txt {
    color: grey;
    font-size: 19px;
}

#quote-invoice-table td {
    vertical-align: bottom;
}

.progress-line {
    padding-left: 1%;
    width: 100%
}

#refresh-button {
    float: right;
}

#refresh-text {
    float: right;
}

.dashboard-box span a {
    text-decoration: underline;
}

@media (max-width: 320px) {}

@media (max-width: 768px) {
    .dashboard-container {
        padding: 30px 0px 0px;
    }
    .funnel-conversion-rate-txt {
        font-size: 15px;
    }
    .preference-menu {
        margin-top: 20px;
    }
    .login-welcome-msg {
        margin-top: 10px;
    }
    .circle-container {
        width: 125px;
        height: 125px;
        margin-left: -9px;
    }
    .contact-container {
        margin-left: 0;
    }
    .staff-dashboard-card {
        width: 39%;
        margin-left: 30%;
    }
    .row.no-gutter [class*='col-xs-6']:nth-child(odd) {
        padding-right: 5px;
        padding-left: 15px;
    }
    .row.no-gutter [class*='col-xs-6']:nth-child(even) {
        padding-right: 15px;
        padding-left: 5px;
    }
}
/** mac air **/

@media (min-width: 992px) {}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .staff-dahsboard-icon {
        width: 100px;
        height: 100px;
    }
    .staff-dashboard-card {
        height: unset;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    #staff-dashboard-table {
        margin-left: 15%;
    }
    .staff-dashboard-card {
        height: unset;
    }
}

@media screen and (min-device-width: 1024px) and (max-device-height: 768px) and (orientation: landscape) {
    #staff-dashboard-table {
        margin-left: 29%;
    }
}

@media screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
    #staff-dashboard-table {
        margin-left: 33%;
    }
}

@media screen and (min-device-width: 1366px) and (max-device-height: 1024px) and (orientation: landscape) {}

@media (min-width: 1920px) {
    #staff-dashboard-table {
        margin-left: 40%;
    }
}

#reportRange {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 5px;
}

.btn-group .btn.active {
    background-color: #337ab7;
    color: #fff;
}

.btn-group .btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* Executive Dashboard */

.d-flex {
    display:flex;
}
.d-flex>div {
    float: none;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.executive-dashboard-label {
    font-size: medium;
}

.executive-dashboard-icon {
    color: #6D5D6E;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.loading-overlay .spinner {
    margin: 0 auto;
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 2s ease-in-out infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.container-fluid {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

.custom-panel {
    margin-bottom: 10px;
    border-radius: 8px;
}