


[v-cloak] {
    display: none !important;
}

.body-left {
    width: 400px;
    float: left;
    position: fixed;
}
.body-right {
    overflow-y:auto;
}


.header {
    width: 100%;
    height: 70px;
}

.header-empty {
    width: 100%;
    background: #FFFFFF;
    height: 70px;
    border-bottom: 1px solid #E2E5ED;
    text-align: center;
}

.header-empty-logo {
    height: 100%;
    width: 100%;
   
}

.header-logo-empty
{
    padding-top:14px;
}

.header-logo-empty img {
    max-width: 110px;
    max-height: 50px;
    margin: 0 auto;
    padding-top: 14px;
}

.header-logo-empty svg {
    margin: 0 auto;
}

.header-logo {
    height: 100%;
    float: left;
    width: 70px;
    background-color: #000;
    padding-top: 20px;
    padding-left: 20px;
}

.header-logo img {
    margin: 0 auto;
    padding-left: 15px;
    padding-top: 15px;
    width: 110px;
    }

.header-account {
    width: 300px;
    float: left;
    height: 70px;
    padding: 0;
    border-right: 1px solid #E2E5ED;
    border-bottom: 1px solid #E2E5ED;
    background: #FFFFFF;
}
.header-account-merchant {
    display: block;
    width: 200px;
    float: left;
    margin-top: 10px;
    margin-left: 20px;
    border-radius: 4px;
    height: 30px;
}

    .header-account-account-name
    {
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        color: #000;
        display:inline-block;
    }

.header-account-merchant-name {
    font-weight: 200;
    font-size: 11px;
    line-height: 14px;
    color: #000;
    display: inline-block;
}

.header-account-link {
    display: block;
    width: 40px;
    float: left;
    margin-top: 20px;
    padding-left: 40px;
    height: 30px;
}

    .header-account-link img {
        width: 16px;
        height: 16px;
       
    }

    .header-notification {
        height: 100%;
        float: right;
        width: 50%;
        text-align: right;
        padding-right: 20px;
        padding-top: 22px;
    }

    .header-notification img {
        width: 20px;
        height: 20px;
        margin-left:40px;
    }

        .header-notification a, .header-notification a:hover, .header-notification a:visited, .header-notification a:visited
        {
            text-decoration:none;
        }

.menu {
    width: 70px;
    background: #FFFFFF;
    float: left;
    text-align: center;
    padding-top: 10px;
    min-height: calc(100vh);
}

.menu-top {
    height: 80%;
    vertical-align: top;
}

.menu-bottom {
    height: 20%;
    position: relative;
    bottom: 0;
    vertical-align: bottom;
}

.menu-item {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 7px;
}

    .menu-item img {
        filter: invert(32%) sepia(3%) saturate(318%) hue-rotate(335deg) brightness(94%) contrast(85%);
    }


.menu-item-active {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 7px;
}

    .menu-item-active img {
        filter: invert(21%) sepia(83%) saturate(2165%) hue-rotate(211deg) brightness(102%) contrast(100%);
    }


.menu-item img {
    width: 24px;
    height: 24px;
    color: red;
}

.menu-item a, .menu-item-active a {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.menu-item-logout {
    position: fixed;
    bottom: 20px;
    margin: 0 auto !important;
    left: 14px;

}

.submenu {
    width: 300px;
    background: #FFFFFF;
    height: calc(100vh - 70px);
    margin-right: 20px;
    position: relative;
    margin-left: 0px;
    padding: 10px;
    padding-left: 20px;
    float: left;
    min-height: calc(100vh);
    border-left: 1px solid #E2E5ED;
    border-right: 1px solid #E2E5ED;
    
}



.submenu-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 40px;
}


.submenu-item {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    width: 100%;
    line-height: 30px;
    text-transform: none;
}

.submenu-item a, .submenu-item a:active, .submenu-item a:visited {
    color: #7D7B7B;
    text-decoration: none;
}

.submenu-item a:hover {
    color: #000000;
}

.submenu-item-active {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    width: 100%;
    line-height: 30px;
    text-transform: none;
}

    .submenu-item-active a, .submenu-item-active a:active, .submenu-item-active a:visited {
        color: #000;
        text-decoration: none;
        font-weight:bold;
    }

        .submenu-item-active a:hover {
            color: #000000;
        }





.content {
    width: calc(100% - 70px);
    margin-left: 70px;
    padding: 20px;
    position: fixed;
    border-left: 1px solid #E2E5ED;
    height: calc(100vh);
    overflow:auto;
}

.content-submenu {
    margin-left: calc(299px + 70px);
    padding: 20px;
    position: relative;
    min-height: calc(100vh);  
    height: calc(100vh);  
    border-left: 1px solid #E2E5ED;
}

.content-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 40px;
}


.text-11 {
    font-size: 11px;
}

.text-12 {
    font-size: 12px;
}

.text-13 {
    font-size: 13px;
}

.text-14 {
    font-size: 14px;
}

.text-15 {
    font-size: 15px;
}

.text-16 {
    font-size: 16px;
}

/** SIGN  IN*/
    .signin-container {
    min-width: 400px;
    max-width:600px;
    height: 200px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.signin-container-header-text
{
    
}

.input-signin-email {
    width: 300px;
    height: 70px;
    text-align: center;
    font-size: 14px;
    color: #7D7B7B;
    margin: 0 auto;
    float: none;
    text-transform: lowercase;
}

.input-signin-totp {
    width: 300px;
    height: 70px;
    text-align: center;
    font-size: 24px;
    color: #7D7B7B;
    margin: 0 auto;
    float: none;
    text-transform:uppercase;
}

.btn-signin-totp-validate {
    width:400px;
    margin: 0 auto;
    float: none;
}

.alert-signin-totp-invalid {
    text-align: center;
    margin: 0 auto;
    float: none;
    max-width:400px;
    margin-bottom:20px;
}
/** PROFESSIONALS **/
.content-professionals {
    background-image: url('/img/bg-professionals.jpg');
    background-size: cover;
    margin-left: 0px;
    padding: 0px;
    height: calc(100vh);
}

.content-title-professionals {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color:#FFF;
    margin-left:10px;
    padding:20px;
    display:block;
    margin-bottom:0;
}

.content-subtitle-professionals {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #FFF;
    display: block;
    margin-left: 10px;
    padding: 20px;
    display: block;
    line-height:normal;
}
.content-professionals-actions {
    margin-left: 10px;
    padding: 20px;
    display: block;
}

.professionals-call {
    width: 300px;
    height: 35px;
    background-color: #FF7A00;
    color: #FFF;
    font-size: 12px;
    display: block;
    padding: 8px;
    font-weight: 600;
    padding-left: 20px;
}

.content-professionals-actions a,
.content-professionals-actions a:hover,
.content-professionals-actions a:visited,
.content-professionals-actions a:active,
.content-professionals-actions a:focus {
    text-decoration: none;
    color: #FFF;
}

.professionals-recruiter {
    width: 300px;
    height: 35px;
    background-color: #4A0D77;
    color: #FFF;
    font-size: 12px;
    display: block;
    padding: 8px;
    font-weight: 600;
    padding-left: 20px;
}


    .professionals-recruiter a,
    .professionals-recruiter a:hover,
    .professionals-recruiter a:visited,
    .professionals-recruiter a:active,
    .professionals-recruiter a:focus {
        text-decoration: none;
        color: #FFF;
    }


.professionals-follow {
    width: 300px;
    height: 35px;
    background-color: #FFF;
    color: #817C7C;
    font-size: 12px;
    display: block;
    padding: 8px;
    font-weight: 600;
    padding-left:20px;
}

    .professionals-follow a,
    .professionals-follow a:hover,
    .professionals-follow a:visited,
    .professionals-follow a:active,
    .professionals-follow a:focus {
        text-decoration: none;
        color: #817C7C;
    }


/** SHOPPING **/

.content-shopping {
    background-image: url('/img/bg-shopping.jpg');
    background-size: cover;
    margin-left: 0px;
    padding: 0px;
    height: calc(100vh);
}

.content-title-shopping {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFF;
    margin-left: 10px;
    padding: 20px;
    display: block;
    margin-bottom: 0;
}

.content-subtitle-shopping {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #FFF;
    display: block;
    margin-left: 10px;
    padding: 20px;
    display: block;
    line-height: normal;
}

.content-shopping-actions {
    margin-left: 10px;
    padding: 20px;
    display: block;
}

.shopping-promotions {
    width: 300px;
    height: 35px;
    background-color: #FF7A00;
    color: #FFF;
    font-size: 12px;
    display: block;
    padding: 8px;
    font-weight: 600;
    padding-left: 20px;
}

.content-shopping-actions a,
.content-shopping-actions a:hover,
.content-shopping-actions a:visited,
.content-shopping-actions a:active,
.content-shopping-actions a:focus {
    text-decoration: none;
    color: #FFF;
}

.shopping-follow {
    width: 300px;
    height: 35px;
    background-color: #FFF;
    color: #817C7C;
    font-size: 12px;
    display: block;
    padding: 8px;
    font-weight: 600;
    padding-left: 20px;
}

    .shopping-follow a,
    .shopping-follow a:hover,
    .shopping-follow a:visited,
    .shopping-follow a:active,
    .shopping-follow a:focus {
        text-decoration: none;
        color: #817C7C;
    }

    /** SALE CHANNELS */

.sale-channel-list-type {
    font-size: 14px;
    font-weight: 600;
    display: block;
    color: #817C7C;
}

.sale-channel-list-item-container {
    width: 120px;
    height: 150px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
    display: block;
    text-align: center;
}
.sale-channel-list-item-action{
    height:30px;
    padding-top:6px;
}

.sale-channel-list-item-box {
    height: 120px;
    background: #FFFFFF;
    mix-blend-mode: normal;
    border: 1px solid #E4E4E4;
    border-radius: 6px;
}

.sale-channel-list-item-icon {
    padding-top:20px;
    height: 90px;
}
.sale-channel-list-item-icon img
{
    width:40px;
    height:40px;
}

    .sale-channel-list-item-name {
        height: 30px;
        font-weight: 400;
        font-size: 12px;
        text-align: center;
    }

.sale-channel-list-items a,
.sale-channel-list-items a:hover,
.sale-channel-list-items a:visited,
.sale-channel-list-items a:active,
.sale-channel-list-items a:focus {
    text-decoration: none;
    color: #7D7B7B;
}


/* MAIN */

.main-summary-container {
    height: 80px;
    background: #FFFFFF;
    mix-blend-mode: normal;
    border: 1px solid #E4E4E4;
    border-radius: 6px;
}
.main-summary-container-title {
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    color: #817C7C;
}

.main-summary-box-title {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #7F7F7F;
    padding-top: 10px;
    margin-bottom: 10px;
}

.main-summary-box-data {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    line-height: 20px;
}

.main-summary-box-separator {
    border-right: 1px solid #E4E4E4;
    height:80px;
}


/** ADAPTERS **/
.adapter-detail-container 
{
    max-width:500px;
    min-width:400px;
    display:block;
    min-height:400px;
}

.adapter-detail-container-title
{
    font-size:12px;
}

.form-select {
    font-size: 13px !important;
}


/*****/

.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}


/**** NAVBAR ****/

.navbar-toggler {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand {
    font-size: 1.1rem;
}

.bi {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item ::deep .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item ::deep a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item ::deep .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.nav-scrollable {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .nav-scrollable {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}


/****** TABLE ******/

.table-custom
{

}

    .table-custom thead, .table-custom tfoot {
        font-size: 12px;
        background-color: #F8F9FB !important;        
        min-height: 40px !important;
        height: 40px !important;
    }




    .table-custom tbody td {
        font-size: 12px;
        min-height: 40px !important;
        height: 40px !important;
        vertical-align: middle;
        background-color: #FFFFFF !important;
        cursor:pointer;
    }


/*** SALE CHANNELS ***/

.sale-channel-list-type {
    font-size: 14px;
    font-weight: 600;
    display: block;
    color: #817C7C;
}

.sale-channel-list-item-container {
    width: 120px;
    height: 150px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
    display: block;
    text-align: center;
}

.sale-channel-list-item-action {
    height: 30px;
    padding-top: 6px;
}

.sale-channel-list-item-box {
    height: 120px;
    background: #FFFFFF;
    mix-blend-mode: normal;
    border: 1px solid #E4E4E4;
    border-radius: 6px;
}

.sale-channel-list-item-icon {
    padding-top: 20px;
    height: 90px;
}

    .sale-channel-list-item-icon img {
        width: 40px;
        height: 40px;
    }

.sale-channel-list-item-name {
    height: 30px;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
}

.sale-channel-list-items a,
.sale-channel-list-items a:hover,
.sale-channel-list-items a:visited,
.sale-channel-list-items a:active,
.sale-channel-list-items a:focus {
    text-decoration: none;
    color: #7D7B7B;
}

/********** ORDERS **********/

.submenu-orders {
    width: 300px;
    background: #FFFFFF;
    height: calc(100vh - 70px);
    margin-right: 0px;
    position: relative;
    margin-left: 0px;
    padding: 0px;
    padding-left: 0px;
    float: left;
    border-left: 1px solid #E2E5ED;

}


.submenu-title-orders {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    padding: 10px;
    padding-left: 20px;
}

.submenu-orders-container-header {
    border-bottom: 1px solid #E2E5ED;
    min-height: 60px;
    cursor: pointer;
}

.submenu-orders-container-header a {

    color:#000;
    text-decoration:none;
}


    .submenu-orders-container-header span {
        line-height: 60px;        
    }

.submenu-orders-container-header-active {
    background: #F8F8F8;

}

    .divider-right {
        border-right: 1px solid #E2E5ED;
    }

.divider-left {
    border-left: 1px solid #E2E5ED;
}

.divider-bottom {
    border-bottom: 1px solid #E2E5ED;
}

.divider-dashed-bottom {
    border-bottom: 1px dashed #E2E5ED;
}


.order-container .card-header {
    background: #000 !important;
    color: #FFF !important;
}

.order-container .card-footer {
    background: #FFF !important;
}

    .order-container .card-footer a, .order-container .card-footer a:active, .order-container .card-footer a:hover, .order-container .card-footer a:visited
    {
        text-decoration:none;
    }

    .order-container .card-footer img {
        filter: invert(32%) sepia(3%) saturate(318%) hue-rotate(335deg) brightness(94%) contrast(85%);
    }


.submenu-orders-container-search {
    border-bottom: 1px solid #E2E5ED;
    min-height: 60px;
}

    .submenu-orders-container-search input::placeholder {
        font-family: 'Inter';
        font-style: normal;
        font-size: 11px;
    }
    .submenu-orders-container-search input:focus{
        text-decoration:none;
        box-shadow:none;
    }

    .submenu-orders-container-search input {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        color: #000;
    }

.order-result-loading {
    margin-left: 30px;
    margin-top: 20px;
}


.submenu-orders-container-search-result {
    min-height: 60px;
    max-height: calc(100vh - 274px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.submenu-orders-container-search-result-item {    
    border-bottom: 1px solid #E2E5ED;
    min-height: 60px;
    background: #FFF;
}
    .submenu-orders-container-search-result-item:hover {
        background: #F8F8F8;
        cursor: pointer;
    }


.submenu-orders-container-search-result-item img
{
    max-width:26px;
}

    .submenu-orders-container-search-result-item svg {
        width: 20px;
        filter: brightness(0) saturate(100%) invert(29%) sepia(55%) saturate(2941%) hue-rotate(344deg) brightness(83%) contrast(110%);
        margin-top:10px;
    }


.submenu-orders-container-search-result-item .order-info {
    padding-top: 10px;
}

.submenu-orders-container-search-result-item .order-status {
    width: 6px;
    height: 60px;
    float: left;
}


    .submenu-orders-container-search-result-item a,
    .submenu-orders-container-search-result-item a:hover,
    .submenu-orders-container-search-result-item a:visited,
    .submenu-orders-container-search-result-item a:active 
    {
        text-decoration:none;
        color:#000;
    }

.order-status-container {
    border-bottom: 1px solid #E2E5ED;
    min-height: 40px;
}

    .order-status-container span {
        padding-top: 10px;
        color: #FFF;
    }


.order-status-new {
    background-color: #FF7700;
}

.order-status-confirmed {
    background-color: #01CB63;
}

.order-status-cancelled {
    background-color: red;
}

.order-status-dispatched {
    background-color: #F56416;
}

.order-status-cancellation-requested {
    background-color: #DD1C1A;
}

.order-status-concluded {
    background-color: #7BC950;
}

.order-status-ready-for-pickup {
    background-color: #FFCF00;    
}

    .order-status-ready-for-pickup span {
        color: #000 !important;
    }

    .order-status-error {
        background-color: #A61C3C;
    }









    .order-sale-channel-img {
        max-width: 26px;
    }



    .order-customer-container {
        display: block;
    }

.order-detail-container {
    display: block;
    min-height: 100px;
    max-height: 100px;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.order-logistics-container {
    display: block;
    min-height: 100px;
    max-height: 100px;
    border-bottom: 1px solid #E2E5ED;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.order-items-container {
    display: block;
    max-height: 300px;
    overflow-y: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.order-items-item-name {
    line-height: 20px;
}

.order-items-item-option-group {
    margin-left:20px;
    color:#7D7B7B;
    line-height:20px;
}

.order-items-item-option-group-item {
    margin-left: 20px;
    line-height: 20px;
}


.submenu-orders-merchant-status {
    height: 80px;
    width: 100%;
    border-top: 1px solid #E2E5ED;
    border-right: 1px solid #E2E5ED;
    position: absolute;
    bottom: 0px;
    text-align: center;    
}

    .submenu-orders-merchant-status a, .submenu-orders-merchant-status a:hover, .submenu-orders-merchant-status a:visited, .submenu-orders-merchant-status a:active {
        width: 100%;
        height: 80%;
        text-decoration: none;
        color: #FFF;
        padding-top: 24px;
        display:block;
    }

    .submenu-orders-merchant-status-closed {
        background-color: #55a630;
        width: 100%;
        height: 80px;
        
    }

.submenu-orders-merchant-status-opened {
    background-color: #d00000;
    width: 100%;
    height: 80px;
}


.submenu-orders-merchant-status img {
    width: 24px;
    margin-right: 10px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.order-cancellation-form
{
    min-height:400px;
}

.label-title {
    font-size: 12px;
}

.form-label-required {
color:red;
}


.item-offers-icon-item{
    width:16px;
}
