/*
PARAGRAPH TEXT - #545353
WARNING - #FFCC00
SUCCESS - #4BB543
Admin Panel Color - #672a18
*/
#contentDiv.style-0 {
    background: none;
    box-shadow: none;
    margin: -15px -15px 40px;
    padding: 15px;
}

.login-data {
    text-align: center;
    margin-bottom: 26px;
    padding: 8px 5px 7px;
}

.login-data::after {
    content: "";
    background: #cbc8c8;
    width: 1px;
    height: 56px;
    display: block;
    position: absolute;
    right: -1px;
    top: 8px;
}

.orders .content .row .col-md-4:last-child .login-data::after {
    display: none;
}

.login-data .title {
    color: #9DA7B6;
    font-size: 13px;
    margin-bottom: 9px;
}

#interactionBar {
    overflow: hidden;
    position: relative;
}

#interactionBar .inner-content {
    display: flex;
    height: 100%;
}

.copyright-info {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 0 0px 15px;
}

.copyright-info p {
    margin: 4px 0 0 0;
    font-size: 12px;
    color: #8d8d8d;
}

.prevent-select {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}

input.disabled,
select.disabled {
    opacity: 1;
    background-color: #E9ECEF;
}

.require {
    color: red;
    margin-left: 3px;
}

.searchBar {
    display: flex;
    justify-content: center;
    position: relative;
}

.searchBar .btn {
    min-width: unset;
    background: #eaeaea;
    color: #2a2a2a;
    width: auto;
    padding: 0 12px;
    height: 35px;
    border-radius: 8px;
    font-weight: 500;
}

.searchBar .btn svg {
    margin-right: 5px;
}

.searchBar.customer-search {
    padding: 20px 0 0;
}

.tooltip {
    font-size: 12px;
}

.show-mobile-sidebar .sidebar {
    position: absolute;
    display: block;
    z-index: 99;
}

.show-mobile-sidebar .panel:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.mobile-sidebar-close-btn {
    display: none;
}

.show-mobile-sidebar .mobile-sidebar-close-btn {
    display: block;
    position: fixed;
    left: 280px;
    top: 0px;
    z-index: 9;
    background: #fff;
    padding: 5px 5px 5px 2px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
}

.header .menu-icon {
    display: none;
    margin-top: 5px;
    margin-right: 10px;
}

@media screen and (max-width:768px) {
    .login .left-section {
        display: none;
    }

    .login .right-section {
        padding: 30px 15px;
    }

    .login .content .content-inner {
        padding-left: 0px;
        padding-right: 0px;
    }

    .login .content-inner .form-control {
        font-size: 14px !important;
        border-radius: 10px;
    }

    .login .form-action {
        text-align: center;
    }

    .header .menuright {
        display: none;
    }

    .sidebar {
        display: none;
        width: 280px;
    }

    .panel {
        width: 100%;
        padding: 15px 15px 0;
    }

    .header .menu-icon {
        display: block;
    }

    .panel .header {
        margin-bottom: 15px;
    }

    nav.sub-menu-tab {
        margin-bottom: 15px;
    }

    #interactionBar {
        margin-top: 15px;
        height: 38px;
    }

    .copyright-info p {
        font-size: 10px;
    }

    .card-header {
        padding: 10px 15px;
    }

    .card-body {
        padding: 10px 15px;
    }

    .searchBar .btn {
        font-size: 0;
    }

    .sub-menu-tab .nav-tabs .nav-link {
        font-size: 12px;
        padding: 10px 15px;
    }

    .card-header .title {
        font-size: 14px;
    }

    .form-control {
        font-size: 12px;
    }

    .table th {
        padding: 10px;
        font-size: 10px;
        /* background: #f0f0f0 !important; */
    }

    .table td {
        padding: 10px;
    }

    .table th,
    .table td {
        font-size: 12px;
        text-wrap: nowrap;
    }

    .form-label {
        margin-bottom: 7px;
        font-size: 12px;
    }

    .form-group {
        margin-bottom: 10px;
    }

    #app {
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .popup-container {
        width: 100%;
        height: 100%;
    }
}
