﻿.configMenu {
    margin: 2.8% 0% 0% 0%;
}

.textMenu {
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6d7278;
    width: fit-content();
    text-align: center;
    background-color: transparent;
    cursor: pointer;
}

.collpaseButtonSubmenu {
    float: right;
    padding-top: 6px;
    padding-left: 10px;
}

.marginContent {
    margin: 0% 0% 0% 7.2%;
}

.marginContentNew {
    max-width: 1006px;
}

.lineTopMenu {
    width: 100%;
    border: 1px solid #f8f8f8;
    position: relative;
    display: block;
    margin-top: 9px;
}

.imgLogoMenu {
    width: 60px;
    border: 2px solid #f8f8f8;
    position: relative;
}

.backIMGMenu {
    width: 29px;
    cursor: pointer;
}

.exitPMenu {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6d7278;
    padding: 0px 10px 0px 0px;
    margin: 6px 0 0 0px;
}

.configRowExit {
    float: right;
}

.lineSubMenu {
    width: 100%;
    border: 1px solid #6236ff;
    position: relative;
}

.lineSubMenuOrders {
    width: 100%;
    border: 1px solid #f78e00;
    position: relative;
}

.lineSubMenuUnderline {
    width: 160px;
    margin: 0px 0 0 37px;
    height: 6px;
    background-color: #6236ff;
}

.lineSubMenuUnderlineOrders {
    width: 160px;
    margin: 0px 0 0 37px;
    height: 6px;
    background-color: #f78e00;
}

.alignTitles {
    text-align: -webkit-center;
    min-width: 20%;
}

.subMenuTitle {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6236ff;
    cursor: pointer;
    width: fit-content;
    margin: 0 0 0 2px;
}

.subMenuTitleOrders {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #f78e00;
    cursor: pointer;
    width: fit-content;
    margin: 0 0 0 2px;
}

.subMenuTitleBold {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6236ff;
    cursor: pointer;
    width: fit-content;
    margin: 0 0 0 2px;
    border-bottom: 6px solid #6236ff;
}

.subMenuTitleBoldOrders {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #f78e00;
    cursor: pointer;
    width: fit-content;
    margin: 0 0 0 2px;
    border-bottom: 6px solid #f78e00;
}

.submenuHeader {
    width: 180px;
    height: auto;
    position: absolute;
    margin-left: 18%;
    margin-top: -2px;
    z-index: 10;
    border: solid 1px #e1e1e1;
    background-color: var(--white);
}

    .submenuHeader span.lineunder {
        border: solid 1px #e1e1e1;
        width: 100%;
    }

    .submenuHeader span.submenuText {
        font-family: Roboto;
        font-size: 15px;
        padding: 8px 0 3px 8px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #6d7278;
        width: 100%;
        cursor: pointer;
    }

@media only screen and (max-width: 1260px) {
    .marginContentNew {
        margin: 0 10px;
    }
}
