* {
    margin: 0;
    padding: 0;
}

.header-logo {
    height: 50px;
}

.add-dashboard-btn .fa {
    vertical-align: middle;
    font-weight: inherit;
    font-size: 14px !important;
}

.tabs-width {
    max-width: 70rem;
}

.list-grid-btn {
    border-radius: 0px 5px 5px 0px;
    height: 10;
}

#toast-container {
    z-index: 99999 !important;
}

.list-grid-sty {
    cursor: pointer;
    width: 10rem;
    word-wrap: break-word;
    white-space: normal;
}

.cart-view {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

.single-cart-view {
    height: 150px;
    object-fit: cover;
    width: 200px;
    margin: 0 auto;
    margin-top: 15px !important;
}

.cart-content-outsite {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.out-border {
    border: 1px solid #25408f !important;
    border-radius: 5px;
    min-height: 41px !important;
    height: 23px !important;
}

.footer-container {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}
/* active menu */
button.MuiTab-root.Mui-selected {
    color: #fff !important;
    text-shadow: .25px 0 0 #000759;
    text-shadow: .25px 0 0 var(--color-primary);
    background: #000759;
}

    button.MuiTab-root.Mui-selected:active, button.MuiTab-root.Mui-selected:focus {
        background-color: #000759 !important;
        border: none !important;
        color: #fff !important;
    }
/* active menu */



.btn-class {
    border: 0px !important;
    padding: 0px;
    width: 0px;
    min-width: 0px !important;
    box-shadow: none Im !important;
    margin: 0px !important;
}
