.header {
    width: 100%;
    background: #FFFFFF;
    height: 60px;
    border-bottom: 1px solid #E2E5ED;
}

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

.header-empty-logo {
    height: 100%;
    width: 100%;
   
}
.header-logo-empty img {
    max-width: 160px;
    max-height: 50px;
    margin: 0 auto;
    padding-top: 20px;
}

.header-logo {
    height: 100%;
    float: left;
    width: 50%;
}


.header-logo img {
    max-width: 160px;
    max-height: 40px;
    margin: 0 auto;
    padding-left: 20px;
    padding-top: 20px;
}

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

    .header-notification img {
        width: 20px;
        height: 20px;
        color: red;
    }

.menu {
    width: 60px;
    background: #FFFFFF;
    border-right: 1px solid #E2E5ED;
    float: left;
    text-align: center;
    padding-top: 20px;
    height: 100vh;
}

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

.menu-bottom {
    height: 20%;
    bottom: 0;
}

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

.menu-item-active {
    width: 40px;
    height: 40px;
    background-color: #F2F2F2;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 7px;
}

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

.menu-item a {
    width: 100%;
    height: 100%;
}

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

.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;
        }


.content {
    margin-left: 70px;
    padding: 20px;
    position: relative;
}

.content-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

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

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

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

/** 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-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: 60px;
    padding: 0px;
    height: 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: 60px;
    padding: 0px;
    height: 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;
}