.form-group2 {
    display: flex;
}
.form-group2 label {
    white-space: nowrap;
    margin: 5px 5px 5px 0;
}

.row2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 15px;
}

.col {
    max-width: 100%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}
.col.actions {
    white-space: nowrap;
}
.col.actions a {
    display: inline-block;
}

.col-img {
    width: 200px;
}
.col-img img {
    width: 100%;
}
.brand-logo {
    padding: 0 0 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.brand-logo img {
    width:160px;
}
.btn-red {
    background-color: #f00;
    color: #fff;
}

.btn-width {
    width: 80px;
}

.w-100 {
    width: 100%;
}

.footer-menu {
    display: none;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-10 {
    margin-left: 10px;
}

.w-date {
    width: 150px;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.bg-white {
    padding: 10px;
    margin-top: 10px;
    background-color: #fff;
}
.bg-danger {
    background-color: #f00 !important;
}
.bg-success {
    background-color: #5cb85c !important;
}
.border-1 {
    border: solid 1px #aaa;
    padding:1rem;
}

.direct-chat .card-body {
    overflow-x: hidden;
    padding: 0;
    position: relative;
}

.direct-chat.chat-pane-open .direct-chat-contacts {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.direct-chat.timestamp-light .direct-chat-timestamp {
    color: #30465f;
}

.direct-chat.timestamp-dark .direct-chat-timestamp {
    color: #ccc;
}

.direct-chat-messages {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    height: 250px;
    overflow: auto;
    padding: 10px;
}

.direct-chat-msg, .direct-chat-text {
    display: block;
}

.direct-chat-msg {
    margin-bottom: 15px;
    margin-right: 30px;
}

.direct-chat-msg::after {
    display: block;
    clear: both;
    content: "";
}

.direct-chat-contacts, .direct-chat-messages {
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.direct-chat-text {
    border-radius: 10px;
    background: #eee;
    color: #444;
    margin: 5px 0 0;
    padding: 15px;
    position: relative;
}
.direct-chat-text img {
    max-width: 100%;
    margin-top: 10px;
}
.direct-chat-text div {
    white-space: pre-wrap;
}

.direct-chat-text::after, .direct-chat-text::before {
    border: solid transparent;
    border-bottom-color: #eee;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    left: 10px;
    top: -5px;
    width: 0;
}

.direct-chat-text::after {
    border-width: 5px;
    margin-top: -5px;
}

.direct-chat-text::before {
    border-width: 6px;
    margin-top: -6px;
}

.right .direct-chat-text {
    background: #afeded;
}

.right.direct-chat-msg {
    margin-bottom: 15px;
    margin-left: 30px;
    margin-right: 0;
}

.right .direct-chat-text::after, .right .direct-chat-text::before {
    border-bottom-color: #afeded;
    right: 10px;
    left: auto;
}

.direct-chat-img {
    border-radius: 50%;
    float: left;
    height: 40px;
    width: 40px;
}

.right .direct-chat-img {
    float: right;
}

.direct-chat-infos {
    display: block;
    font-size: 12px;
    margin-bottom: 2px;
}

.direct-chat-name {
    font-weight: 600;
}

.direct-chat-timestamp {
    color: #697582;
}

.direct-chat-contacts-open .direct-chat-contacts {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.direct-chat-contacts {
    -webkit-transform: translate(101%, 0);
    transform: translate(101%, 0);
    background: #343a40;
    bottom: 0;
    color: #fff;
    height: 250px;
    overflow: auto;
    position: absolute;
    top: 0;
    width: 100%;
}

.direct-chat-contacts-light {
    background: #f8f9fa;
}

.direct-chat-contacts-light .contacts-list-name {
    color: #495057;
}

.direct-chat-contacts-light .contacts-list-date {
    color: #6c757d;
}

.direct-chat-contacts-light .contacts-list-msg {
    color: #545b62;
}

.contacts-list {
    padding-left: 0;
    list-style: none;
}

.contacts-list > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 10px;
}

.contacts-list > li::after {
    display: block;
    clear: both;
    content: "";
}

.contacts-list > li:last-of-type {
    border-bottom: 0;
}

.contacts-list-img {
    border-radius: 50%;
    float: left;
    width: 40px;
}

.contacts-list-info {
    color: #fff;
    margin-left: 45px;
}

.contacts-list-name, .contacts-list-status {
    display: block;
}

.contacts-list-name {
    font-weight: 600;
}

.contacts-list-status {
    font-size: 0.875rem;
}

.contacts-list-date {
    color: #ced4da;
    font-weight: 400;
}

.contacts-list-msg {
    color: #b1bbc4;
}

.direct-chat-primary .right > .direct-chat-text {
    background: #007bff;
    border-color: #007bff;
    color: #fff;
}

.direct-chat-primary .right > .direct-chat-text::after, .direct-chat-primary .right > .direct-chat-text::before {
    border-left-color: #007bff;
}

.direct-chat-secondary .right > .direct-chat-text {
    background: #6c757d;
    border-color: #6c757d;
    color: #fff;
}

.direct-chat-secondary .right > .direct-chat-text::after, .direct-chat-secondary .right > .direct-chat-text::before {
    border-left-color: #6c757d;
}

.direct-chat-success .right > .direct-chat-text {
    background: #28a745;
    border-color: #28a745;
    color: #fff;
}

.direct-chat-success .right > .direct-chat-text::after, .direct-chat-success .right > .direct-chat-text::before {
    border-left-color: #28a745;
}

.direct-chat-info .right > .direct-chat-text {
    background: #17a2b8;
    border-color: #17a2b8;
    color: #fff;
}

.direct-chat-info .right > .direct-chat-text::after, .direct-chat-info .right > .direct-chat-text::before {
    border-left-color: #17a2b8;
}

.direct-chat-warning .right > .direct-chat-text {
    background: #ffc107;
    border-color: #ffc107;
    color: #1f2d3d;
}

.direct-chat-warning .right > .direct-chat-text::after, .direct-chat-warning .right > .direct-chat-text::before {
    border-left-color: #ffc107;
}

.direct-chat-danger .right > .direct-chat-text {
    background: #dc3545;
    border-color: #dc3545;
    color: #fff;
}

.direct-chat-danger .right > .direct-chat-text::after, .direct-chat-danger .right > .direct-chat-text::before {
    border-left-color: #dc3545;
}

.direct-chat-light .right > .direct-chat-text {
    background: #f8f9fa;
    border-color: #f8f9fa;
    color: #1f2d3d;
}

.direct-chat-light .right > .direct-chat-text::after, .direct-chat-light .right > .direct-chat-text::before {
    border-left-color: #f8f9fa;
}

.direct-chat-dark .right > .direct-chat-text {
    background: #343a40;
    border-color: #343a40;
    color: #fff;
}

.direct-chat-dark .right > .direct-chat-text::after, .direct-chat-dark .right > .direct-chat-text::before {
    border-left-color: #343a40;
}

.direct-chat-lightblue .right > .direct-chat-text {
    background: #3c8dbc;
    border-color: #3c8dbc;
    color: #fff;
}

.direct-chat-lightblue .right > .direct-chat-text::after, .direct-chat-lightblue .right > .direct-chat-text::before {
    border-left-color: #3c8dbc;
}

.direct-chat-navy .right > .direct-chat-text {
    background: #001f3f;
    border-color: #001f3f;
    color: #fff;
}

.direct-chat-navy .right > .direct-chat-text::after, .direct-chat-navy .right > .direct-chat-text::before {
    border-left-color: #001f3f;
}

.direct-chat-olive .right > .direct-chat-text {
    background: #3d9970;
    border-color: #3d9970;
    color: #fff;
}

.direct-chat-olive .right > .direct-chat-text::after, .direct-chat-olive .right > .direct-chat-text::before {
    border-left-color: #3d9970;
}

.direct-chat-lime .right > .direct-chat-text {
    background: #01ff70;
    border-color: #01ff70;
    color: #1f2d3d;
}

.direct-chat-lime .right > .direct-chat-text::after, .direct-chat-lime .right > .direct-chat-text::before {
    border-left-color: #01ff70;
}

.direct-chat-fuchsia .right > .direct-chat-text {
    background: #f012be;
    border-color: #f012be;
    color: #fff;
}

.direct-chat-fuchsia .right > .direct-chat-text::after, .direct-chat-fuchsia .right > .direct-chat-text::before {
    border-left-color: #f012be;
}

.direct-chat-maroon .right > .direct-chat-text {
    background: #d81b60;
    border-color: #d81b60;
    color: #fff;
}

.direct-chat-maroon .right > .direct-chat-text::after, .direct-chat-maroon .right > .direct-chat-text::before {
    border-left-color: #d81b60;
}

.direct-chat-blue .right > .direct-chat-text {
    background: #007bff;
    border-color: #007bff;
    color: #fff;
}

.direct-chat-blue .right > .direct-chat-text::after, .direct-chat-blue .right > .direct-chat-text::before {
    border-left-color: #007bff;
}

.direct-chat-indigo .right > .direct-chat-text {
    background: #6610f2;
    border-color: #6610f2;
    color: #fff;
}

.direct-chat-indigo .right > .direct-chat-text::after, .direct-chat-indigo .right > .direct-chat-text::before {
    border-left-color: #6610f2;
}

.direct-chat-purple .right > .direct-chat-text {
    background: #6f42c1;
    border-color: #6f42c1;
    color: #fff;
}

.direct-chat-purple .right > .direct-chat-text::after, .direct-chat-purple .right > .direct-chat-text::before {
    border-left-color: #6f42c1;
}

.direct-chat-pink .right > .direct-chat-text {
    background: #e83e8c;
    border-color: #e83e8c;
    color: #fff;
}

.direct-chat-pink .right > .direct-chat-text::after, .direct-chat-pink .right > .direct-chat-text::before {
    border-left-color: #e83e8c;
}

.direct-chat-red .right > .direct-chat-text {
    background: #dc3545;
    border-color: #dc3545;
    color: #fff;
}

.direct-chat-red .right > .direct-chat-text::after, .direct-chat-red .right > .direct-chat-text::before {
    border-left-color: #dc3545;
}

.direct-chat-orange .right > .direct-chat-text {
    background: #fd7e14;
    border-color: #fd7e14;
    color: #1f2d3d;
}

.direct-chat-orange .right > .direct-chat-text::after, .direct-chat-orange .right > .direct-chat-text::before {
    border-left-color: #fd7e14;
}

.direct-chat-yellow .right > .direct-chat-text {
    background: #ffc107;
    border-color: #ffc107;
    color: #1f2d3d;
}

.direct-chat-yellow .right > .direct-chat-text::after, .direct-chat-yellow .right > .direct-chat-text::before {
    border-left-color: #ffc107;
}

.direct-chat-green .right > .direct-chat-text {
    background: #28a745;
    border-color: #28a745;
    color: #fff;
}

.direct-chat-green .right > .direct-chat-text::after, .direct-chat-green .right > .direct-chat-text::before {
    border-left-color: #28a745;
}

.direct-chat-teal .right > .direct-chat-text {
    background: #20c997;
    border-color: #20c997;
    color: #fff;
}

.direct-chat-teal .right > .direct-chat-text::after, .direct-chat-teal .right > .direct-chat-text::before {
    border-left-color: #20c997;
}

.direct-chat-cyan .right > .direct-chat-text {
    background: #17a2b8;
    border-color: #17a2b8;
    color: #fff;
}

.direct-chat-cyan .right > .direct-chat-text::after, .direct-chat-cyan .right > .direct-chat-text::before {
    border-left-color: #17a2b8;
}

.direct-chat-white .right > .direct-chat-text {
    background: #fff;
    border-color: #fff;
    color: #1f2d3d;
}

.direct-chat-white .right > .direct-chat-text::after, .direct-chat-white .right > .direct-chat-text::before {
    border-left-color: #fff;
}

.direct-chat-gray .right > .direct-chat-text {
    background: #6c757d;
    border-color: #6c757d;
    color: #fff;
}

.direct-chat-gray .right > .direct-chat-text::after, .direct-chat-gray .right > .direct-chat-text::before {
    border-left-color: #6c757d;
}

.direct-chat-gray-dark .right > .direct-chat-text {
    background: #343a40;
    border-color: #343a40;
    color: #fff;
}

.direct-chat-gray-dark .right > .direct-chat-text::after, .direct-chat-gray-dark .right > .direct-chat-text::before {
    border-left-color: #343a40;
}

.card2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #ddd;
    border-radius: 10px;
    margin-bottom: 10px;
}
.card2 span {
    margin: 10px;
    font-size: 30px;
}
.card2 img {
    margin:10px;
    width: 40px;
}
.card2 div {
    padding: 10px;
}
.card2 div strong {
    font-size: 18px;
}
.lines-2 {
    line-clamp: 2;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow-wrap: anywhere;
}
.fs-1 {
    font-size: 0.5rem;
}
.fs-2 {
    font-size: 0.75rem
}
.fs-3 {
    font-size: 1rem;
}
.fs-4 {
    font-size: 1.25rem;
}
.fs-5 {
    font-size: 1.5rem;
}
.bg-black {
    background-color: #000;
    color: #797d86;
    font-size: 2rem;
}
.avatar {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    background-color: #fff;
    display: inline-block;
    margin: 1rem;
}
.plan-type {
    margin-bottom: 2rem;
}
.text-white {
    color: #fff;
}
.list-item {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #797d86;
    margin-bottom: 1rem;
}
.list-item div {
    margin:1rem;
}
.list-item .glyphicon-pencil {
    font-size: 1.2rem;
}
.d-flex {
    display: flex;
}
.justify-content-between {
    justify-content: space-between;
    align-items: center;
}


@media (max-width: 768px) {
    .row2 {
        flex-direction: column;
    }
    .row2 .w-100 {
        margin-top: 10px;
    }

    .col-img {
        width: 100%;
    }

    .col.actions {
        white-space: normal;
    }
    .col.actions a {
        display: block;
        margin-bottom: 5px;
    }

    .footer-menu {
        position: fixed;
        bottom: 0;
        width: 100%;
        display: flex;
        background-color: #4472c4;
        padding: 10px;
        justify-content: space-between;
    }
    .footer-menu div {
        margin: 0 10px;
        position: relative;
    }
    .footer-menu div.big {
        width: 32px;
    }
    .footer-menu div.big div {
        position: absolute;
        background-color: #4472c4;
        border: solid 1px #666;
        bottom: 0;
        padding: 15px;
        border-radius: 50%;
        left: -34px;
    }
    .footer-menu div.big div img {
        width: 48px;
    }
    .footer-menu div .badge {
        position: absolute;
        left: 25px;
        top: 0;
        background-color: #f00;
    }
    .footer-menu img {
        width: 32px;
    }
}

/*# sourceMappingURL=app.css.map */
.order-statistics i.fa,
.order-statistics i.fas
{
    margin-left: 10px;
    font-size: 30px;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently  supported by Chrome, Edge, Opera and Firefox */
    pointer-events: none;
    cursor: not-allowed;
}