/*
@font-face {
    font-family: "Montserrat";
    src: url(/assets/fonts/Montserrat-BlackItalic.ttf) format("truetype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    src: url(/assets/fonts/Montserrat-Black.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url(/assets/fonts/Montserrat-BoldItalic.ttf) format("truetype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat-bold";
    src: url(/assets/fonts/Montserrat-Bold.ttf) format("truetype");
    font-weight: bold;
}

@font-face {
    font-family: "Montserrat";
    src: url(/assets/fonts/Montserrat-ExtraBoldItalic.ttf) format("truetype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat bold";
    src: url(/assets/fonts/Montserrat-ExtraBold.ttf) format("truetype");
    font-weight: bold;
}

@font-face {
    font-family: "Montserrat";
    src: url(/assets/fonts/Montserrat-ExtraLightItalic.ttf) format("truetype");
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    src: url(/assets/fonts/Montserrat-ExtraLight.ttf) format("truetype");
    font-weight: 200;
}

@font-face {
    font-family: "Montserrat";
    src: url(/assets/fonts/Montserrat-Italic.ttf) format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    src: url(/assets/fonts/Montserrat-LightItalic.ttf) format("truetype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    src: url(/assets/fonts/Montserrat-Light.ttf) format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: "Montserrat";
    src: url(/assets/fonts/Montserrat-MediumItalic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    src: url(/assets/fonts/Montserrat-Medium.ttf) format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "Montserrat";
    src: url(/assets/fonts/Montserrat-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: 600;
}

@font-face {
    font-family: "Montserrat";
    src: url(/assets/fonts/Montserrat-SemiBoldItalic.ttf) format("truetype");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    src: url(/assets/fonts/Montserrat-SemiBold.ttf) format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: "Montserrat";
    src: url(/assets/fonts/Montserrat-ThinItalic.ttf) format("truetype");
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    src: url(/assets/fonts/Montserrat-Thin.ttf) format("truetype");
    font-weight: 100;
}
*/

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}


/* Page delegue 1 */

.container {
    /* position: absolute; */
    /* display: flex;
    justify-content: center;
    width: 100%; */
    /* top: 50%;
    transform: translateY(-50%); */
}

.simulation-container {
    position: relative;
    display: none;
    width: 32%;
    margin-top: 5em;
    left: 50%;
    transform: translateX(-50%);
}

.simulation-container>.simulation-form>input {
    font-size: 14px;
    font-style: italic;
    font-family: 'Montserrat', sans-serif;
    opacity: 0.9;
}

.simulation-container>.simulation-form>input:not(:placeholder-shown) {
    font-weight: bold;
    border-bottom: solid #021859 3px;
    font-style: normal;
}

.simulation-form {
    display: flex;
    flex-direction: column;
}

.simulation-container>h1#title-simulation {
    color: #021859;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
}

.simulation-container>h3#pharmacy-id {
    text-align: center;
    color: #021859;
    font-weight: bold;
    margin-top: -4%;
    font-size: 22px;
}

.simulation-form>input {
    color: #021859;
    margin: 1em;
    border: none;
    border-bottom: solid #021859 1px;
    padding: 10px;
}

.simulation-form>button#next-btn-simulation-form {
    position: relative;
    width: 50%;
    padding: 1em;
    background-color: #CB9E59;
    border: none;
    color: white;
    border-radius: 100000px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 8%;
    line-height: 25px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 3em;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #021859;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #021859;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #021859;
}

@media (max-width:640px) {
    .simulation-form>button#next-btn-simulation-form,
    button#atb-button,
    .sb-data-container>button#btn-calculate {
        width: 55% !important;
    }
    .simulation-container {
        width: 100%;
    }
    .simulation-form>input {
        text-align: center;
    }
    .simulation-container>h1#title-simulation {
        font-size: 30px;
    }
}

@media (max-width:935px) {
    .simulation-form>button#next-btn-simulation-form {
        width: 35%;
    }
    .simulation-container>h3#pharmacy-id {
        margin-top: -2%;
    }
    .simulation-container {
        width: 100%;
        margin-top: 2em;
    }
    .simulation-form>input {
        text-align: center;
    }
}

@media (min-width:935px) and (max-width:1310px) {
    .simulation-container {
        width: 35%;
    }
    .simulation-form>input {
        text-align: left;
    }
}


/* Page delegue 2 */

.atb-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 3em;
    margin-left: 1em;
    margin-right: 1em;
    /* margin-top: 10em; */
}

.table-atb-data {
    color: #021859;
    margin-left: auto;
    margin-right: auto;
}

.table-atb-data>tbody>tr>th {
    color: #021859;
    opacity: 0.5;
}

.table-atb-data>tbody>tr>td {
    padding: 0px 15px;
}

.table-atb-data>tbody>tr>td>input {
    color: #021859;
    margin: 1em;
    border: none;
    border-bottom: solid #021859 1px;
    padding: 10px;
    text-align: center;
    font-size: 15px;
    font-style: italic;
}

.table-atb-data>tbody>tr>td>input:not(:placeholder-shown) {
    font-weight: bold;
    border-bottom: solid #021859 3px;
    font-style: normal;
    font-size: 13px;
}

.table-atb-data>tbody>tr>td>p {
    color: #021859;
    font-weight: bold;
}

.table-atb-data>tbody>tr>td>select {
    color: #021859;
    margin: 1em;
    border: none;
    border-bottom: solid #021859 1px;
    padding: 10px;
    text-align: center;
    width: 90%;
    font-style: italic;
    font-size: 16px;
}

button#atb-button {
    position: relative;
    width: 16%;
    padding: 1em;
    background-color: #CB9E59;
    border: none;
    color: white;
    border-radius: 25px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 3%;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.atb-container>.head-atb-data {
    text-align: center;
    color: #021859;
    margin-bottom: 3em;
}

.atb-container>.head-atb-data>h1#atb-title {
    font-size: 42px;
    font-weight: 600;
}

.atb-container>.head-atb-data>h3 {
    font-weight: 600;
    margin-top: -12px;
    /*font-family: 'Montserrat bold';*/
}

@media (max-width:640px) {
    /* .atb-container {
        margin-top: 10em;
    } */
    .table-atb-data>tbody>tr>th {
        display: none;
    }
    .table-atb-data>tbody>tr {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .table-atb-data>tbody>tr>td {
        display: grid;
    }
    .atb-container {
        width: 90%;
    }
    .table-atb-data {
        width: 100%;
    }
    .table-atb-data>tbody>tr>td:nth-child(1) {
        opacity: 0.5;
        padding-top: 2em;
        padding-bottom: 2em;
    }
    .table-atb-data>tbody>tr>td>select,
    .table-atb-data>tbody>tr>td>input {
        width: 100%;
    }
    /* 
    .container {
        top: auto;
        transform: none;
    } */
}

@media (max-width:935px) {
    .atb-container {
        margin-top: 0;
    }
    button#atb-button {
        width: 35%;
    }
}


/* Page delegue 4 */


/* .result-container {
    /* margin-bottom: 10em; */


/* margin-top: 450px; 
} */

.result-container>.title-result {
    color: #021859;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 5em;
    padding-right: 7em;
}

.result-container>.title-result>.middle-title>h1 {
    font-size: 42px;
    font-weight: 500;
    text-align: center;
}

.result-container>.title-result>.right-title>button#title-download,
.result-container>.title-result>.right-title>button#title-email {
    background-color: #CB9E59;
    border-radius: 50%;
    padding: 10px;
    border: none;
    margin-right: 1em;
    cursor: pointer;
}

.result-container>.title-result>.left-title>button#customize {
    background: none;
    padding: 1em;
    padding-left: 2em;
    padding-right: 2em;
    border-radius: 555525px;
    border: solid #021859 2px;
    font-weight: bold;
    color: #021859;
    cursor: pointer;
    font-size: 16px;
    padding-left: 3em;
    padding-right: 3em;
}

.result-container>.container-table-result>.table-result {
    border-radius: 12px;
    box-shadow: 0px 0px 10px 0px gray;
    width: 70%;
    padding: 3em;
    color: #021859;
}

.result-container>.container-table-result {
    display: flex;
    justify-content: center;
    padding-left: 5em;
    padding-right: 7em;
}

.result-container>.container-table-result>.right-result {
    display: flex;
    flex-direction: column;
    margin-left: 1em;
    margin-right: 1em;
    width: 30%;
}


/* .result-container>.container-table-result>.right-result>.graph-result {
    height: 100%;
} */

.result-container>.container-table-result>.right-result>.graph-result>.graphs-titles {
    display: flex;
    justify-content: space-between;
}

.result-container>.container-table-result>.right-result>.graph-result>.graphs-titles>div {
    width: 40%;
}

.result-container>.container-table-result>.right-result>.uplift-result {
    color: white;
    padding: 1em;
    border-radius: 12px;
    background-color: #021859;
    box-shadow: 0px 0px 10px 0px gray;
    margin-bottom: 3em;
}

.result-container>.container-table-result>table {
    width: 100%;
}

.table-weekly>tbody>tr:nth-child(1) {
    font-size: 13px;
}

.table-weekly>tbody>tr:nth-child(2),
.result-container>.container-table-result>.table-result>.result-head {
    opacity: 0.8;
    font-weight: bold;
    font-size: 60%;
}

.table-weekly,
.table-monthly,
.table-yearly,
.table-master {
    width: 100%;
    text-align: center;
    border-spacing: 0px 9px;
    color: #021859;
}

.table-monthly>tbody>tr:nth-child(1),
.table-yearly>tbody>tr:nth-child(1) {
    width: 60%;
    font-size: 60%;
    opacity: 0.8;
    font-weight: bold;
}

.table-weekly>tbody>tr:nth-child(4),
.table-monthly>tbody>tr:nth-child(4),
.table-yearly>tbody>tr:nth-child(4) {
    font-weight: bold;
}

.table-weekly>tbody>tr:last-child>td,
.table-monthly>tbody>tr:last-child>td {
    font-weight: bold;
    background-color: #F7EDE7;
    /*font-family: 'Montserrat bold';*/
}

.table-yearly>tbody>tr:nth-child(6)>td {
    background-color: #CB9E59;
    color: white;
    font-weight: bold;
    line-height: 2em;
    /*font-family: 'Montserrat bold';*/
}

.table-weekly>tbody>tr:nth-child(6)>td:first-child,
.table-monthly>tbody>tr:nth-child(6)>td:first-child {
    border-radius: 10px 0px 0px 10px !important;
}

.table-weekly>tbody>tr:nth-child(6)>td:last-child,
.table-monthly>tbody>tr:nth-child(6)>td:last-child {
    border-radius: 0px 10px 10px 0px !important;
}

.table-yearly>tbody>tr:nth-child(6)>td:first-child {
    border-radius: 16px 0px 0px 16px !important;
    font-size: medium !important;
}

.table-yearly>tbody>tr:nth-child(6)>td:last-child {
    border-radius: 0px 16px 16px 0px !important;
}

.table-weekly>tbody>tr>td:nth-child(1),
.table-monthly>tbody>tr>td:nth-child(1),
.table-yearly>tbody>tr>td:nth-child(1) {
    text-align: left;
    width: 34%;
    font-size: 90%;
}

.table-weekly>tbody>tr>td,
.table-monthly>tbody>tr>td,
.table-yearly>tbody>tr>td {
    padding: 0px 15px;
    width: 10%;
}

.table-master>tbody>tr>td>p:nth-child(1) {
    color: #021859;
    font-weight: bolder;
    text-align: center;
    font-size: 22px;
    margin: 0;
    padding: 0;
}

.table-master>tbody>tr>th:nth-child(2) {
    padding-left: 8em;
    float: right;
}

.table-weekly>tbody>tr>td:last-child,
.table-monthly>tbody>tr>td:last-child,
.table-yearly>tbody>tr>td:last-child {
    text-align: right;
    white-space: nowrap;
}

@media (min-width:1820px) {
    .table-master>tbody>tr>th:nth-child(2)>span:nth-child(1) {
        /* margin-right: 12em; */
        /* margin-right: 98px; */
        margin-right: 195px !important;
        opacity: 0.5;
    }
}

.table-master>tbody>tr>th:nth-child(2)>span:nth-child(1) {
    /* margin-right: 12em; */
    margin-right: 105px;
    /* margin-right: 195px; */
    opacity: 0.5;
}

.table-master>tbody>tr>th:nth-child(2)>span:nth-child(2) {
    opacity: 0.5;
}

.table-master>tbody>tr>td>p:nth-child(2) {
    text-align: left;
}

.result-container>.container-table-result>.right-result>.uplift-result>h3 {
    font-size: 22px;
}

.result-container>.container-table-result>.right-result>.uplift-result>h1 {
    font-size: 50px;
}

.mobile-buttons {
    display: none;
}

.right-result>.graph-result {
    box-shadow: 0px 0px 10px 0px grey;
    border-radius: 12px;
    margin-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
}

.right-result>.graph-result>h1 {
    color: #021859;
    font-size: 20px;
    /*font-family: 'Montserrat bold';*/
    font-weight: bold;
    padding: 10px;
    text-align: center;
}


/* Customize popup */

.bg-customize-popup {
    background-color: black;
    opacity: 0.4;
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    z-index: 9;
    overflow: hidden;
}

.customize-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    box-shadow: 0px 0px 10px 0px gray;
    padding: 1em;
    border-radius: 15px;
    width: 80%;
    height: 80%;
    overflow: scroll;
    z-index: 99;
}

.customize-cols {
    display: flex;
}

.customize-popup>.head-popup {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1em;
}

.customize-popup>.head-popup>img {
    cursor: pointer;
}

.customize-popup>.head-popup>h1 {
    color: #021859;
    font-size: 20px;
    font-weight: 600;
}

.customize-cols>.left,
.customize-cols>.right {
    width: 100%;
}

.customize-cols>.left>.customize-numbers {
    padding: 1em;
    border: rgba(2, 24, 89, 0.3) solid 1px;
    border-radius: 12px;
    color: #021859;
    margin-bottom: 2em;
    /*font-family: 'Montserrat bold';*/
    font-weight: bold;
}

.customize-cols>.left>.customize-atb {
    margin-bottom: 2em
}

.customize-cols>.left>.customize-numbers>.numbers-year,
.customize-cols>.left>.customize-numbers>.numbers-week,
.customize-cols>.left>.customize-numbers>.numbers-holidays {
    padding: 1em;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

.customize-cols>.left>.customize-atb>.atb-prevalence,
.customize-cols>.left>.customize-atb>.nbr-atb {
    padding: 1em;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    /*font-family: 'Montserrat bold';*/
}

.customize-cols>.left>.customize-avg-quantity>.title-tab-avg {
    margin-top: -47px;
    background-color: white;
    width: 45%;
    /*font-family: 'Montserrat bold';*/
    font-weight: bold;
}

.customize-cols>.left>.customize-avg-quantity>.title-tab-avg>h5 {
    padding-left: 5px;
    opacity: 0.5;
}

.customize-cols>.left>.customize-avg-quantity>.sku_1,
.customize-cols>.left>.customize-avg-quantity>.sku_2,
.customize-cols>.left>.customize-avg-quantity>.sku_3 {
    padding: 1em;
    display: flex;
    justify-content: space-between;
    /*font-family: 'Montserrat bold';*/
    font-weight: bold;
}

.customize-cols>.left>.customize-atb {
    padding: 1em;
    border: rgba(2, 24, 89, 0.3) solid 1px;
    border-radius: 12px;
    color: #021859;
}

.customize-cols>.left>.customize-avg-quantity {
    padding: 1em;
    border: rgba(2, 24, 89, 0.3) solid 1px;
    border-radius: 12px;
    color: #021859;
}

.customize-cols>.left>.customize-avg-quantity>.sku_1>input,
.customize-cols>.left>.customize-avg-quantity>.sku_2>input,
.customize-cols>.left>.customize-avg-quantity>.sku_3>input,
.customize-cols>.left>.customize-atb>.atb-prevalence>input,
.customize-cols>.left>.customize-atb>.nbr-atb>input,
.customize-cols>.left>.customize-numbers>.numbers-year>input,
.customize-cols>.left>.customize-numbers>.numbers-week>input,
.customize-cols>.left>.customize-numbers>.numbers-holidays>input {
    color: #021859;
    border: none;
    border-bottom: solid #021859 1px;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    font-style: italic;
}

.customize-cols>.left>.customize-avg-quantity>.sku_1>input:not(:placeholder-shown),
.customize-cols>.left>.customize-avg-quantity>.sku_2>input:not(:placeholder-shown),
.customize-cols>.left>.customize-avg-quantity>.sku_3>input:not(:placeholder-shown),
.customize-cols>.left>.customize-atb>.atb-prevalence>input:not(:placeholder-shown),
.customize-cols>.left>.customize-atb>.nbr-atb>input:not(:placeholder-shown),
.customize-cols>.left>.customize-numbers>.numbers-year>input:not(:placeholder-shown),
.customize-cols>.left>.customize-numbers>.numbers-week>input:not(:placeholder-shown),
.customize-cols>.left>.customize-numbers>.numbers-holidays>input:not(:placeholder-shown) {
    font-weight: bold;
    border-bottom: solid #021859 3px;
    font-style: normal;
    font-size: 14px;
}

.customize-profile>table>tbody>tr:nth-child(1) {
    opacity: 0.5;
}

.customize-cols>.left {
    margin-right: 2em;
}

.customize-cols>.right>.customize-profile {
    padding: 1em;
    border: rgba(2, 24, 89, 0.3) solid 1px;
    border-radius: 12px;
    color: #021859;
    margin-bottom: 2em;
}

.customize-cols>.right>.customize-sku {
    padding: 1em;
    border: rgba(2, 24, 89, 0.3) solid 1px;
    border-radius: 12px;
    color: #021859;
}

.customize-cols>.right>.customize-profile>table>tbody>tr>td>input {
    width: 40%;
    color: #021859;
    border: none;
    border-bottom: solid #021859 1px;
    padding: 10px;
    font-size: 15px;
    text-align: center;
}


/* .customize-cols>.right>.customize-profile>table>tbody>tr>td>input:not(:placeholder-shown) {
    font-weight: bold;
    border-bottom: solid #021859 2px;
    font-style: normal;
    font-size: 13px;
} */

.customize-cols>.right>.customize-profile>table>tbody>tr>td>span {
    margin-right: 12px;
    font-size: 14px;
}

.customize-cols>.right>.customize-profile>table>tbody>tr>td {
    text-align: center;
}

.customize-cols>.right>.customize-profile>table>tbody>tr>td:nth-child(1) {
    text-align: left;
    width: 20%;
    /*font-family: 'Montserrat bold';*/
    font-weight: bold;
}

.customize-cols>.right>.customize-profile>.title-tab-profile {
    margin-top: -47px;
    background-color: white;
    width: 30%;
    /*font-family: 'Montserrat bold';*/
    font-weight: bold;
}

.customize-cols>.right>.customize-profile>.title-tab-profile>h5 {
    padding-left: 5px;
    opacity: 0.5;
}

.customize-cols>.right>.customize-profile>table>tbody>tr>td {
    padding: 10px 0px;
}

.customize-cols>.right>button#button-options-save {
    position: relative;
    width: 40%;
    padding: 1em;
    background-color: #CB9E59;
    border: none;
    color: white;
    border-radius: 25px;
    float: right;
    margin-top: 8%;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.customize-cols>.right>.customize-sku>table>tbody>tr>td:nth-child(1) {
    font-weight: bold;
}

.customize-cols>.right>.customize-sku>table>tbody>tr>td>input {
    width: 40%;
    color: #021859;
    border: none;
    border-bottom: solid #021859 1px;
    padding: 10px;
    font-size: 15px;
    text-align: center;
}


/* 
.customize-cols>.right>.customize-sku>table>tbody>tr>td>input:not(:placeholder-shown) {
    font-weight: bold;
    border-bottom: solid #021859 2px;
    font-style: normal;
    font-size: 13px;
} */

.customize-cols>.right>.customize-sku>table>tbody>tr>td>span {
    margin-right: 12px;
    font-size: 14px;
}

.customize-cols>.right>.customize-sku>table>tbody>tr>td {
    text-align: center;
    padding: 10px 0px;
}

.customize-cols>.right>.customize-sku>table>tbody>tr>td:nth-child(1) {
    text-align: left;
    width: 20%;
    /*font-family: 'Montserrat bold';*/
    font-weight: bold;
}

.customize-cols>.right>.customize-sku>table>tbody>tr>th {
    opacity: 0.5;
}

.right-result>.graph-result>.graphs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    width: 100%;
}

.right-result>.graph-result>.graphs>.charts>.graph-one {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: white;
    width: 40%;
}

.right-result>.graph-result>.graphs>.charts>.graph-one>span:nth-child(1) {
    background-color: #CB9E59;
    padding-left: 1em;
    padding-right: 1em;
    color: white;
    border-radius: 10px 10px 10px 10px;
    text-align: center;
}

.right-result>.graph-result>.graphs>.charts>.graph-one>span:nth-child(2) {
    background-color: #8C92D5;
    border-radius: 5px 5px 0px 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-top: 3px;
    margin-bottom: -3px;
}

.right-result>.graph-result>.graphs>.charts>.graph-one>span:nth-child(3) {
    border-radius: 5px 5px 0px 0px;
    background-color: #021859;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.right-result>.graph-result>.graphs>.charts {
    display: flex;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: solid grey 1px;
    width: 100%;
    justify-content: center;
}

.right-result>.graph-result>.graphs>.charts>.graph-two {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: white;
    margin-left: 15px;
    width: 40%;
}

.right-result>.graph-result>.graphs>.charts>.graph-two>span:nth-child(1) {
    background-color: #CB9E59;
    padding-left: 1em;
    padding-right: 1em;
    color: white;
    border-radius: 10px 10px 10px 10px;
    text-align: center;
}

.right-result>.graph-result>.graphs>.charts>.graph-two>span:nth-child(2) {
    background-color: #8C92D5;
    border-radius: 5px 5px 0px 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-top: 3px;
    margin-bottom: -3px;
}

.right-result>.graph-result>.graphs>.charts>.graph-two>span:nth-child(3) {
    border-radius: 5px 5px 0px 0px;
    background-color: #021859;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.right-result>.graph-result>.graphs-legend {
    display: flex;
    justify-content: center;
    font-size: 12px;
}

.right-result>.graph-result>.graphs-legend>div>span {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #CB9E59;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 8px;
}

.right-result>.graph-result>.graphs-legend>.sbad>span {
    background-color: #021859;
    margin-right: 8px;
}

.right-result>.graph-result>.graphs-legend>.sbaady>span {
    background-color: #8C92D5;
    margin-right: 8px;
}

.right-result>.graph-result>.graphs-legend>div {
    display: flex;
    align-items: center;
    padding: 5px;
}

.right-result>.graph-result>.graphs>.numbers {
    display: flex;
    flex-direction: column;
    margin-right: 1em;
    text-align: right;
    width: 22%;
    color: #BDBDBD;
    font-size: 13px;
}

.right-result>.graph-result>.graphs>.numbers>span {
    margin-bottom: 10px;
}

.right-result>.graph-result>.graphs>.numbers>span:nth-child(1) .right-result>.graph-result>.graphs>.numbers>span:nth-child(2) .right-result>.graph-result>.graphs>.numbers>span:last-child {
    margin: 0;
}

#graphPotentialTotal_ID {
    font-weight: bold;
}

@media (max-width:640px) {
    .customize-cols>.left>.customize-avg-quantity>.sku_1,
    .customize-cols>.left>.customize-avg-quantity>.sku_2,
    .customize-cols>.left>.customize-avg-quantity>.sku_3 {
        flex-direction: column;
    }
    .result-container>.container-table-result>.right-result>.graph-result>.graphs-titles>div {
        width: 30%;
    }
    .container {
        top: auto;
        transform: none;
    }
    .result-container {
        width: 100%;
    }
    .customize-popup {
        overflow: scroll;
    }
    .customize-cols>.left>.customize-numbers>.numbers-year,
    .customize-cols>.left>.customize-numbers>.numbers-week,
    .customize-cols>.left>.customize-numbers>.numbers-holidays,
    .customize-cols>.left>.customize-avg-quantity>.sku-1,
    .customize-cols>.left>.customize-avg-quantity>.sku-2,
    .customize-cols>.left>.customize-avg-quantity>.sku-3,
    .customize-cols>.left>.customize-atb>.atb-prevalence,
    .customize-cols>.left>.customize-atb>.nbr-atb {
        display: flex;
        flex-direction: column;
    }
    .customize-cols>.right>.customize-profile {
        overflow: scroll;
    }
    .customize-cols>.right>.customize-sku {
        overflow: scroll;
    }
    .customize-cols>.right>.customize-profile>.title-tab-profile {
        margin: 0;
        width: auto;
    }
}

@media (max-width:935px) {
    .table-yearly>tbody>tr:nth-child(6) {
        line-height: normal;
    }
    .result-container>.container-table-result>.right-result {
        width: auto;
        flex-direction: row;
    }

    .right-result>.graph-result {
        width: 50%;
        margin-right: 1em;
    }
    
    .result-container>.container-table-result>.right-result>.uplift-result {
        width: 50%;
        height: fit-content;
    }

    .result-container>.container-table-result {
        padding-left: 2em;
        padding-right: 3em;
    }
    .customize-cols {
        flex-direction: column;
    }
    /* .result-container>.container-table-result>.right-result>.graph-result {
        height: 40%;
    } */
    .right-result>.graph-result>.graphs-legend {
        font-size: 10px;
    }
    .container {
        top: auto;
        transform: none;
    }
    .customize-popup {
        margin-top: 2em;
        height: 70%;
        overflow: scroll;
    }
    .customize-cols>.right>.customize-profile>table>tbody>tr>th {
        padding: 0px 8px;
    }
    .customize-cols>.right>.customize-sku>table>tbody>tr>th {
        padding: 0px 30px;
    }
    .right {
        margin-top: 2em;
    }
    .customize-cols>.right>button#button-options-save {
        width: 100%;
    }
    .result-container {
        width: 100%;
        margin-top: 0;
        /* margin-bottom: 3em; */
    }
}

@media (max-width:640px) {
    .result-container>.container-table-result>.right-result {
        flex-direction: column;
    }
    .right-result>.graph-result {
        width: auto;
        margin-right: 0;
    }
    .result-container>.container-table-result>.right-result>.uplift-result {
        width: auto;
    }
    .result-container>.container-table-result {
        flex-direction: column;
        padding-left: 1em;
        padding-right: 1em;
    }
    .table-result {
        overflow: scroll;
        margin: 1em;
        margin-right: 7px !important;
        width: 87% !important;
    }
    .table-master>tbody>tr>th:nth-child(2) {
        padding-left: auto;
    }
    .table-master>tbody>tr>th:nth-child(2)>span:nth-child(1) {
        margin-right: 2em;
    }
    .result-container>.title-result {
        padding-left: 0;
        padding-right: 0;
        flex-direction: column-reverse;
    }
    .result-container>.title-result>.middle-title {
        text-align: center;
    }
    .result-container>.title-result>.left-title {
        width: 100%;
    }
    .result-container>.title-result>.left-title>button#customize {
        width: 90%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .result-container>.title-result>.right-title {
        display: none !important;
    }
    .mobile-buttons {
        padding-bottom: 4em;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .mobile-buttons>button {
        position: relative;
        width: 90%;
        padding: 1em;
        background-color: #CB9E59;
        border: 2px solid #CB9E59;
        color: white;
        border-radius: 25px;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 8%;
        line-height: 20px;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
    }
}

@media (max-width:935px) {
    .table-result {
        overflow: scroll;
        margin-left: 1em;
    }
    .result-container>.container-table-result>.table-result {
        width: auto !important;
    }
    .result-container>.title-result {
        padding-left: 3em;
        padding-right: 2em;
    }
    .table-master>tbody>tr>th:nth-child(2)>span:nth-child(1) {
        margin-right: 1em;
    }

    .result-container>.container-table-result>.right-result {
        margin-right:0;
        margin-top: 1em;
    }
}

@media (min-width:935px) and (max-width:1410px) {
    .table-master>tbody>tr>th:nth-child(2)>span:nth-child(1) {
        margin-right: 1em;
    }
    /* .result-container>.title-result {
        padding-left: 2em;
        padding-right: 2em;
    } */
    .customize-popup {
        height: 80%;
        top: 52%;
    }
}

@media (min-width:1430px) and (max-width:1610px) {
    .customize-popup {
        height: 80%;
        top: 50%;
    }
    .result-container {
        /* margin-top: 35em; */
    }
}


/* Page delegue 3 */

.sb-data-container {
    /* margin-top: 30em; */
    /* margin-bottom: 3em; */
    margin-left: 1em;
    margin-right: 1em;
}

@media (min-width:1024px) and (max-width: 1324px) {
    .result-container {
        /* margin-top: 60em; */
    }
}

.sb-data-container>.sb-data-table>table {
    height: 500px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.sb-data-container>.sb-data-container-head {
    text-align: center;
    color: #021859;
}

.sb-data-container>.sb-data-container-head>h1 {
    font-size: 42px;
    font-weight: 600;
}

.sb-data-container>.sb-data-container-head>h5 {
    font-size: 20px;
}

.sb-data-container>.sb-data-table>table>tbody>tr {
    -webkit-appearance: none;
    box-shadow: 0px 0px 10px 0px gray;
    border-radius: 12px;
    margin-bottom: 4em;
    text-align: center;
}

.sb-data-container>.sb-data-table>table>tbody>tr>td:nth-child(2) {
    text-align: left;
}

.sb-data-percent {
    width: 90%;
}

.sb-data-container>.sb-data-table>table {
    border-collapse: separate;
    border-spacing: 0 15px;
    width: 90%;
    padding-left: 5em;
    padding-right: 7em;
}

.return-old-step-result {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.return-old-step-result>.return>img {
    margin-right: 8px;
}

.return-old-step-result>.return,
.return-old-step-result>.close {
    display: flex;
    align-items: center;
    color: #021859;
    cursor: pointer;
    position: relative;
    padding-left: 4%;
    padding-right: 4%;
}

.return-old-step-result>.return>h3 {
    margin-left: 10px;
}

.sb-data-container>.sb-data-table>table>tbody>tr>td {
    padding: 1em;
}

.sb-data-container>.sb-data-table>table>tbody>tr>td>img {
    width: 60px;
}

.sb-data-container>.sb-data-table>table>tbody>tr:nth-child(1) {
    box-shadow: none;
}

.sb-data-container>button#btn-calculate {
    position: relative;
    width: 16%;
    padding: 1em;
    background-color: #CB9E59;
    border: none;
    color: white;
    border-radius: 25px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 2%;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.sb-data-container>.sb-data-table>table>tbody>tr>td>input {
    color: #021859;
    margin: 1em;
    border: none;
    border-bottom: solid #021859 1px;
    padding: 10px;
    font-size: 15px;
    font-style: italic;
    text-align: center;
}

.sb-data-container>.sb-data-table>table>tbody>tr>td>input:not(:placeholder-shown) {
    font-weight: bold;
    border-bottom: solid #021859 3px;
    font-style: normal;
    font-size: 13px;
}

.sb-data-container>.sb-data-table>table>tbody>tr>td>select {
    color: #021859;
    margin: 1em;
    border: none;
    border-bottom: solid #021859 1px;
    padding: 10px;
    text-align: center;
    width: 90%;
    font-style: italic;
    font-size: 16px;
}

span.mobile-label {
    display: none;
}

@media (max-width:640px) {
    .sb-data-container {
        margin-top: 0em;
        /* margin-bottom: 4em; */
    }
    span.mobile-label {
        display: block;
    }
    .sb-data-container>.sb-data-table>table {
        width: 90%;
        color: #021859;
        margin-top: -12%;
    }
    .sb-data-container>.sb-data-table>table>tbody>tr>th {
        display: none;
    }
    .sb-data-container>.sb-data-table>table>tbody>tr {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .sb-data-container>.sb-data-table>table>tbody>tr>td>input {
        width: 45%;
    }
    .sb-data-container>.sb-data-table>table>tbody>tr>td>select {
        width: 45%;
    }
    .sb-data-container>.sb-data-table>table>tbody>tr>td>h2 {
        color: #021859;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .sb-data-container>button#btn-calculate {
        width: 55%;
    }
}

.sb-data-container>.sb-data-table>table>tbody>tr>th {
    color: #021859;
    opacity: 0.5;
}

@media (max-width:935px) {
    .return-old-step-result {
        margin-right: 1em !important;
    }
    .sb-data-container {
        margin-top: 0em;
        /* margin-bottom: 4em; */
    }
    span.mobile-label {
        display: block;
    }
    .sb-data-container>.sb-data-table>table {
        width: 90%;
        color: #021859;
        margin-top: -12%;
        padding-left: 0;
        padding-right: 0;
    }
    .sb-data-container>.sb-data-table>table>tbody>tr>th {
        display: none;
    }
    .sb-data-container>.sb-data-table>table>tbody>tr {
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 80%;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
    }
    .sb-data-container>.sb-data-table>table>tbody>tr>td>input {
        width: 90%;
        text-align: center;
    }
    .sb-data-container>.sb-data-table>table>tbody>tr>td>select {
        width: 90%;
    }
    .sb-data-container>.sb-data-table>table>tbody>tr>td>h2 {
        color: #021859;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .sb-data-container>button#btn-calculate {
        width: 35%;
    }
}


/* Menu fixed (all pages) */

.fixed-menu {
    position: fixed;
    top:0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 2em;
    padding-left: 6em;
    z-index: 888;
    background-color: white;
}

.fixed-menu>.right {
    display: flex;
    align-items: center;
    padding-right: 14em;
}

.fixed-menu>.right>.right-profile {
    display: flex;
    align-items: center;
}

.fixed-menu>.right>.right-profile>img {
    margin-right: 5px;
    margin-left: 5px;
}

.fixed-menu>.right>.right-language {
    margin-right: 1em;
}

.fixed-menu>.right>.right-profile>select {
    background-color: none;
    border: none;
}

.fixed-menu>.right>.right-update {
    display: flex;
    align-items: center;
}

.fixed-menu>.right>.right-update>button {
    margin-left: 1em;
    margin-right: 1em;
    background-color: #CB9E59;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border: none;
    padding: 0px;
    border-radius: 15000000px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.fixed-menu>.right>.right-language>select {
    background-color: none;
    border: none;
    width: 100%;
}

.fixed-menu>img#sb-logo-mobile {
    display: none;
}

.fixed-menu>.right-hamburger-menu {
    display: none;
}

.menu-mobile-opened {
    display: none;
}

.toggleMenuOpen {
    display: block;
}

.updateBtnColor {
    background-color: #BDBDBD !important;
}


/* span#percentShow {
    color: #021859;
    margin: 1em;
    border: none;
    border-bottom: solid #021859 1px;
    padding: 10px;
    font-size: 15px;
    font-style: italic;
    text-align: center;
}

span#percentShow>input {
    border: none;
    padding: 0px;
    outline: none;
} */
@media (min-width: 1000px) and (max-width: 1200px) {
    .sb-data-container>.sb-data-table>table>tbody>tr>td>select {
        width: auto;
    }
}

@media (max-width: 1200px) {
    @media only screen and (orientation: landscape) {
        .result-container>.title-result>.right-title {
            display: flex;
        }
        .result-container>.container-table-result {
            padding-left: 3.5em;
            padding-right: 6em;
        }
        .result-container>.title-result {
            padding-left: 3.5em;
            padding-right: 6em;
        }
        .result-container>.container-table-result>.right-result {
            width: 56%;
        }
        .result-container>.container-table-result>.table-result {
            width: 100% !important;
            overflow: scroll;
        }
        .sb-data-container>.sb-data-table>table>tbody>tr>td:nth-child(2) {
            text-align: center !important;
        }
        .fixed-menu>.right>.right-update {
            display: none;
        }
        .fixed-menu>img#sb-logo-desktop {
            display: none;
        }
        .fixed-menu>img#sb-logo-mobile {
            display: block;
        }
        .fixed-menu>.right {
            display: none;
        }
        .fixed-menu>.right-hamburger-menu {
            display: block;
            position: absolute;
            right: 6%;
        }
        .fixed-menu>.right-hamburger-menu>img {
            cursor: pointer;
        }
        .fixed-menu {
            padding: 0;
            padding-top: 2em;
            padding-bottom: 2em;
            padding-left: 1em;
            background-color: white;
        }
        .menu-mobile-opened {
            background-color: #021859;
            position: fixed;
            top: 0;
            width: 100%;
            height: 100%;
            color: white;
            z-index: 99999999;
        }
        .menu-mobile-opened>.close-menu {
            float: right;
            padding: 1em;
        }
        .menu-mobile-opened>.close-menu>img {
            cursor: pointer;
        }
        .menu-mobile-opened>.menu-content {
            margin-top: 6em;
            padding: 2em;
        }
        .menu-mobile-opened>.menu-content>.menu-profile {
            display: flex;
            align-items: center;
            margin-bottom: 3em;
        }
        .menu-mobile-opened>.menu-content>.menu-profile>img {
            margin-right: 1em;
        }
        .menu-mobile-opened>.menu-content>.menu-language>.menu-language-choice {
            display: flex;
            justify-content: space-between;
        }
        .menu-mobile-opened>.menu-content>.menu-language>.menu-language-choice>span {
            width: 100%;
            text-align: center;
            padding: 1em;
            cursor: pointer;
        }
        /* .menu-mobile-opened>.menu-content>.menu-language>.menu-language-choice>span:nth-child(1) {
            border-bottom: solid white 2px;
        } */
        .languageChoice {
            border-bottom: solid white 2px;
        }
        .menu-mobile-opened>.menu-content>.menu-update {
            margin-top: 3em;
            margin-bottom: 3em;
        }
        .menu-mobile-opened>.menu-content>.menu-update>button {
            width: 100%;
            background-color: #CB9E59;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            border: none;
            padding: 1em;
            border-radius: 15000000px;
            font-size: 20px;
            font-weight: 600;
            cursor: pointer;
        }
        .menu-mobile-opened>.menu-content>.menu-update>button>img {
            margin-right: 8px;
        }
        .menu-mobile-opened>.menu-content>.menu-logout {
            margin-top: 3em;
        }
        .menu-mobile-opened>.menu-content>.menu-logout>button {
            width: 100%;
            background-color: #CB9E59;
            text-align: center;
            font-size: 20px;
            color: white;
            border: none;
            padding: 1em;
            border-radius: 15000000px;
            font-size: 20px;
            font-weight: 600;
            cursor: pointer;
        }
        .menu-mobile-opened>.menu-content>hr {
            height: 1px;
            background-color: white;
            opacity: 0.5;
            border: none;
        }
        .sb-data-container>.sb-data-table>table>tbody>tr>td:nth-child(2)>h4 {
            margin: 1em;
        }
        .sb-data-container>.sb-data-table>table>tbody>tr>td {
            padding: 0;
        }
        .sb-data-container>.sb-data-table>table>tbody>tr>td>img {
            margin-left: 2em;
        }
        .sb-data-container>.sb-data-table>table>tbody>tr>td>select {
            font-size: 15px !important;
        }

    }
    

}

@media (max-width:935px) {
    .sb-data-container>.sb-data-table>table>tbody>tr>td>select, 
    .sb-data-container>.sb-data-table>table>tbody>tr>td>input {
        text-align: center;
    }
    .result-container>.title-result>.right-title {
        display: flex;
    }
    .sb-data-container>.sb-data-table>table>tbody>tr>td:nth-child(2) {
        text-align: center !important;
    }
    .fixed-menu>.right>.right-update {
        display: none;
    }
    .fixed-menu>img#sb-logo-desktop {
        display: none;
    }
    .fixed-menu>img#sb-logo-mobile {
        display: block;
    }
    .fixed-menu>.right {
        display: none;
    }
    .fixed-menu>.right-hamburger-menu {
        display: block;
        position: absolute;
        right: 6%;
    }
    .fixed-menu>.right-hamburger-menu>img {
        cursor: pointer;
    }
    .fixed-menu {
        padding: 0;
        padding-top: 2em;
        padding-bottom: 2em;
        padding-left: 1em;
        background-color: white;
    }
    .menu-mobile-opened {
        background-color: #021859;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        color: white;
        z-index: 99999999;
    }
    .menu-mobile-opened>.close-menu {
        float: right;
        padding: 1em;
    }
    .menu-mobile-opened>.close-menu>img {
        cursor: pointer;
    }
    .menu-mobile-opened>.menu-content {
        margin-top: 6em;
        padding: 2em;
    }
    .menu-mobile-opened>.menu-content>.menu-profile {
        display: flex;
        align-items: center;
        margin-bottom: 3em;
    }
    .menu-mobile-opened>.menu-content>.menu-profile>img {
        margin-right: 1em;
    }
    .menu-mobile-opened>.menu-content>.menu-language>.menu-language-choice {
        display: flex;
        justify-content: space-between;
    }
    .menu-mobile-opened>.menu-content>.menu-language>.menu-language-choice>span {
        width: 100%;
        text-align: center;
        padding: 1em;
        cursor: pointer;
    }
    /* .menu-mobile-opened>.menu-content>.menu-language>.menu-language-choice>span:nth-child(1) {
        border-bottom: solid white 2px;
    } */
    .languageChoice {
        border-bottom: solid white 2px;
    }
    .menu-mobile-opened>.menu-content>.menu-update {
        margin-top: 3em;
        margin-bottom: 3em;
    }
    .menu-mobile-opened>.menu-content>.menu-update>button {
        width: 100%;
        background-color: #CB9E59;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        border: none;
        padding: 1em;
        border-radius: 15000000px;
        font-size: 20px;
        font-weight: 600;
        cursor: pointer;
    }
    .menu-mobile-opened>.menu-content>.menu-update>button>img {
        margin-right: 8px;
    }
    .menu-mobile-opened>.menu-content>.menu-logout {
        margin-top: 3em;
    }
    .menu-mobile-opened>.menu-content>.menu-logout>button {
        width: 100%;
        background-color: #CB9E59;
        text-align: center;
        font-size: 20px;
        color: white;
        border: none;
        padding: 1em;
        border-radius: 15000000px;
        font-size: 20px;
        font-weight: 600;
        cursor: pointer;
    }
    .menu-mobile-opened>.menu-content>hr {
        height: 1px;
        background-color: white;
        opacity: 0.5;
        border: none;
    }
}


/* PDF 2 */

.pdf-2-container>.antibiotics-sales {
    box-shadow: 0px 0px 10px 0px gray;
    padding: 2em;
    margin: 6em;
    border-radius: 12px;
    margin-bottom: -3em;
}

.pdf-2-container>.antibiotics-sales>h3 {
    color: #021859;
}

.pdf-2-container>.antibiotics-sales>.table-antibiotics-sales>table {
    width: 100%;
}

.pdf-2-container>.antibiotics-sales>.table-antibiotics-sales>table>tbody>tr>td {
    text-align: center;
    color: #021859;
}

.pdf-2-container>.antibiotics-sales>.table-antibiotics-sales>table>tbody>tr>th {
    opacity: 0.5;
}

.pdf-2-container>.antibiotics-sales>.table-antibiotics-sales>table>tbody>tr>td:nth-child(2) {
    text-align: left;
    font-weight: bold;
}

.pdf-2-container>.antibiotics-sales>.table-antibiotics-sales>table>tbody>tr>td>input {
    color: #021859;
    margin: 1em;
    border: none;
    border-bottom: solid #021859 1px;
    padding: 10px;
    width: 60%;
}

.pdf-2-container>.actual-sales-quantity {
    box-shadow: 0px 0px 10px 0px gray;
    padding: 2em;
    margin: 6em;
    border-radius: 12px;
}

.pdf-2-container>.actual-sales-quantity>.table-actual-sales>table {
    width: 100%;
}

.pdf-2-container>.actual-sales-quantity>.table-actual-sales>table>tbody>tr>td {
    text-align: center;
    color: #021859;
}

.pdf-2-container>.actual-sales-quantity>.table-actual-sales>table>tbody>tr>td:nth-child(2) {
    text-align: left;
    font-weight: bold;
}

.pdf-2-container>.actual-sales-quantity>.table-actual-sales>table>tbody>tr>td>img {
    width: 60px;
}

.pdf-2-container>.actual-sales-quantity>.table-actual-sales>table>tbody>tr>td>input {
    color: #021859;
    margin: 1em;
    border: none;
    border-bottom: solid #021859 1px;
    padding: 10px;
    width: 50%;
}

.pdf-2-container>.actual-sales-quantity>.table-actual-sales>table>tbody>tr>th {
    opacity: 0.5;
}

.pdf-2-container>.actual-sales-quantity>h3 {
    color: #021859;
}

.matrix-params {
    margin: 6em;
    box-shadow: 0px 0px 10px 0px gray;
    padding: 2em;
    border-radius: 12px;
    margin-top: -3em;
    color: #021859;
}

.matrix-params>.params {
    color: #021859;
    font-weight: 600;
}

.matrix-params>.params>.params-cols {
    display: flex;
}

.matrix-params>.params>.params-cols>.left,
.matrix-params>.params>.params-cols>.right {
    width: 100%;
}

.matrix-params>.params>.params-cols>.left>.params-numbers {
    padding: 1em;
    border: rgba(2, 24, 89, 0.3) solid 1px;
    border-radius: 12px;
    color: #021859;
    margin-bottom: 2em;
}

.matrix-params>.params>.params-cols>.left>.params-atb {
    margin-bottom: 2em
}

.matrix-params>.params>.params-cols>.left>.params-numbers>.numbers-year,
.matrix-params>.params>.params-cols>.left>.params-numbers>.numbers-week,
.matrix-params>.params>.params-cols>.left>.params-numbers>.numbers-holidays {
    padding: 1em;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

.matrix-params>.params>.params-cols>.left>.params-atb>.atb-prevalence,
.matrix-params>.params>.params-cols>.left>.params-atb>.nbr-atb {
    padding: 1em;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

.matrix-params>.params>.params-cols>.left>.params-avg-quantity>.title-tab-avg {
    margin-top: -60px;
    background-color: white;
    width: 32%;
}

.matrix-params>.params>.params-cols>.left>.params-avg-quantity>.title-tab-avg>h5 {
    padding-left: 10px;
    opacity: 0.5;
}

.matrix-params>.params>.params-cols>.left>.params-avg-quantity>.sku-1,
.matrix-params>.params>.params-cols>.left>.params-avg-quantity>.sku-2,
.matrix-params>.params>.params-cols>.left>.params-avg-quantity>.sku-3 {
    padding: 1em;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

.matrix-params>.params>.params-cols>.left>.params-atb {
    padding: 1em;
    border: rgba(2, 24, 89, 0.3) solid 1px;
    border-radius: 12px;
    color: #021859;
}

.matrix-params>.params>.params-cols>.left>.params-avg-quantity {
    padding: 1em;
    border: rgba(2, 24, 89, 0.3) solid 1px;
    border-radius: 12px;
    color: #021859;
}

.matrix-params>.params>.params-cols>.left>.params-avg-quantity>.sku-1>input,
.matrix-params>.params>.params-cols>.left>.params-avg-quantity>.sku-2>input,
.matrix-params>.params>.params-cols>.left>.params-avg-quantity>.sku-3>input,
.matrix-params>.params>.params-cols>.left>.params-atb>.atb-prevalence>input,
.matrix-params>.params>.params-cols>.left>.params-atb>.nbr-atb>input,
.matrix-params>.params>.params-cols>.left>.params-numbers>.numbers-year>input,
.matrix-params>.params>.params-cols>.left>.params-numbers>.numbers-week>input,
.matrix-params>.params>.params-cols>.left>.params-numbers>.numbers-holidays>input {
    color: #021859;
    border: none;
    border-bottom: solid #021859 1px;
    padding: 10px;
}

.matrix-params>.params>.params-cols>.left {
    margin-right: 2em;
}

.matrix-params>.params>.params-cols>.right>.params-profile {
    padding: 1em;
    border: rgba(2, 24, 89, 0.3) solid 1px;
    border-radius: 12px;
    color: #021859;
    margin-bottom: 2em;
}

.matrix-params>.params>.params-cols>.right>.params-sku {
    padding: 1em;
    border: rgba(2, 24, 89, 0.3) solid 1px;
    border-radius: 12px;
    color: #021859;
}

.matrix-params>.params>.params-cols>.right>.params-profile>table>tbody>tr>td>input {
    width: 20%;
    color: #021859;
    border: none;
    border-bottom: solid #021859 1px;
    padding: 10px;
}

.matrix-params>.params>.params-cols>.right>.params-profile>table>tbody>tr>td {
    text-align: center;
}

.matrix-params>.params>.params-cols>.right>.params-profile>table>tbody>tr>td:nth-child(1) {
    text-align: left;
    width: 20%;
    font-weight: bold;
}

.matrix-params>.params>.params-cols>.right>.params-profile>.title-tab-profile {
    margin-top: -60px;
    background-color: white;
    width: 22%;
}

.matrix-params>.params>.params-cols>.right>.params-profile>.title-tab-profile>h5 {
    padding-left: 10px;
    opacity: 0.5;
}

.matrix-params>.params>.right>.params-profile>table>tbody>tr>td {
    padding: 10px 15px;
}

.matrix-params>.params>.params-cols>.right>button#button-options-save {
    position: relative;
    width: 40%;
    padding: 1em;
    background-color: #CB9E59;
    border: none;
    color: white;
    border-radius: 25px;
    float: right;
    margin-top: 8%;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.matrix-params>.params>.params-cols>.right>.params-sku>table>tbody>tr>td:nth-child(1) {
    font-weight: bold;
}

.matrix-params>.params>.params-cols>.right>.params-sku>table>tbody>tr>td>input {
    width: 20%;
    color: #021859;
    border: none;
    border-bottom: solid #021859 1px;
    padding: 10px;
}

.matrix-params>.params>.params-cols>.right>.params-sku>table>tbody>tr>td {
    text-align: center;
    padding: 10px 15px;
}

.matrix-params>.params>.params-cols>.right>.params-sku>table>tbody>tr>th {
    opacity: 0.5;
}


/* Bullet point nav */

.bullet-point-nav {
    display: flex;
    justify-content: center;
    padding-top: 9em;
}

.stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 500px;
    text-align: center;
    z-index: -2;
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    color: #CB9E59;
    @media (max-width: 768px) {
        font-size: 12px;
    }
}

.stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #021859;
    width: 100%;
    top: 12px;
    left: -50%;
    z-index: 2;
}

.stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 12px;
    left: 50%;
    z-index: 2;
}

.stepper-item .step-counter {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #021859;
    margin-bottom: 6px;
}

.stepper-item .step-name {
    font-size: 13px;
    font-weight: 500;
}

.stepper-item.active {
    color: #021859;
}

.stepper-item.onit {
    color: #CB9E59;
}

.stepper-item.onit .step-counter {
    background-color: #CB9E59;
}

.stepper-item.completed .step-counter {
    background-color: #CB9E59;
}

.stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #CB9E59;
    width: 100%;
    top: 12px;
    left: 50%;
    z-index: 3;
}

.stepper-item:first-child::before {
    content: none;
}

.stepper-item:last-child::after {
    content: none;
}

.atb-container {
    display: none;
}

.sb-data-container {
    display: none;
}

.result-container {
    display: none;
}

footer {
    position: relative;
    left: 5%;
    top: 5%;
    margin-bottom: 8%;
    width: 90%;
}

.return-old-step {
    position: relative;
    display: flex;
    align-items: center;
    color: #021859;
    width: 16%;
    cursor: pointer;
    left: 4%;
}

.return-old-step>h3 {
    margin-left: 1em;
}

.activeContainer {
    display: block;
}

@media (max-width: 640px) {
    .bullet-point-nav {
        padding-top: 12em;
    }
    /* footer {
        display: none;
    } */
}

@media (max-width:935px) {
    .sb-data-container>.sb-data-table>table>tbody>tr>td>img {
        margin-left: 0;
    }
    .sb-data-container {
        margin-left: 1em;
        margin-right: 1em;
        /* width: 100%; */
    }
    .customize-cols>.right>.customize-profile>table>tbody>tr>td>input,
    .customize-cols>.right>.customize-sku>table>tbody>tr>td>input {
        width: 50%;
        font-size: 16px;
    }
    footer {
        margin-bottom: 5em;
    }
}

div#container-pdf {
    width: 50%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

div#container-pdf>.quantity-atb>.table-atb-data {
    width: 100%;
}

div#container-pdf>.sb-data-table>table {
    width: 100%;
}

.customize-cols>.right>.customize-profile>table,
.customize-cols>.right>.customize-sku>table {
    color: #021859;
}


/* home */

@media (max-width:640px) {
    .desktop {
        display: none;
    }
    .mobile-logo {
        display: block !important;
    }
    .menu {
        display: flex;
        justify-content: space-between;
        padding: 20px !important;
        margin: 0px !important;
        align-items: center;
        height: 50px !important;
        position: relative !important;
    }
    .content {
        align-items: center;
        margin: auto;
    }
    .left-display {
        margin-top: 150px;
        text-align: center;
        align-items: center;
        padding: 0;
        margin-left: 0;
    }
    /* h1 {
        font-size: 30px;
    }

    p,h4 {
        font-size: 16px;
        color: #021859;
    } */
    button#download-button {
        position: relative;
        width: 50%;
    }
    .left-display>img {
        width: 50%;
    }
    .right-display {
        display: none;
    }
    .desktop {
        display: none;
    }
    .side {
        background-color: #021859;
        color: white !important;
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .menu-profile>p {
        color: white;
    }
    .lang>h3#english-lang {
        border-bottom: solid white 1px;
    }
    .pdf-title>p {
        display: flex;
        justify-content: space-between;
        font-size: 2em;
    }
}

@media (max-width:935px) {
    button#download-button {
        width: 80% !important;
    }
    .mobile-logo {
        display: block !important;
    }
    .left-display {
        padding-left: 0 !important;
        margin: 0 !important;
        align-items: center;
        text-align: center;
    }
    .left-display>img {
        margin-top: 35px !important;
        width: 50% !important;
    }
    .desktop {
        display: none;
    }
    .menu {
        display: flex !important;
        justify-content: space-between !important;
        padding: 0;
        height: 45px !important;
        position: absolute;
        width: 100%;
    }
    .menu>img {
        align-items: center;
    }
    .menu-profile {
        display: flex;
        justify-content: flex-start;
    }
    .lang {
        display: flex;
        justify-content: space-around;
        text-align: center;
    }
    .lang>h3 {
        width: 100%;
        padding-bottom: 10px;
    }
    .side {
        padding-right: 1em;
        padding-left: 1em;
        padding-top: 1em;
    }
    .bg-side {
        background-color: #021859;
        color: white !important;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
    }
    .side>img {
        float: right;
    }
    .menu-profile>p {
        color: white;
    }
    .lang>h3#english-lang {
        border-bottom: solid white 1px;
        padding-bottom: 10px;
    }
    #update {
        position: relative;
        width: 100%;
        padding: 1em;
        background-color: #CB9E59;
        border: none;
        color: white;
        border-radius: 25px;
        margin-top: 8%;
        line-height: 20px;
        font-size: 16px;
        font-weight: bold;
    }
    #logout {
        position: relative;
        width: 100%;
        padding: 1em;
        background-color: #CB9E59;
        border: none;
        color: white;
        border-radius: 25px;
        margin-top: 8%;
        line-height: 20px;
        font-size: 16px;
        font-weight: bold;
    }
}

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat";
}

.content {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #021859;
}

button#download-button {
    position: relative;
    width: 25%;
    padding: 1em;
    background-color: #CB9E59;
    border: none;
    color: white;
    border-radius: 25px;
    margin-top: 8%;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
}

.menu {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    height: 20px;
    position: absolute;
    width: 95%;
}

.menu>.name {
    display: flex;
    align-items: center;
    z-index: 9999;
    height: 50px;
}

.div2 {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.left-display {
    margin-top: 100px;
    margin-left: 70px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #021859;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    padding-left: 100px;
}

.left-display>img {
    margin-top: 100px;
    width: 30%;
}

.right-display {
    background-image: url("assets/BG-welcome.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}


/* p,h4{
    font-size: 14px;
}

h1{
    font-size: 50px;
} */

.cursor:hover {
    cursor: pointer;
}

.mobile-logo {
    display: none;
}

.bg-login-form {
    position: absolute;
    background-color: black;
    width: 100%;
    height: 102%;
    top: 0;
    z-index: 999;
    opacity: 0.3;
    display: none;
}

.login-form {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    z-index: 9999999;
    height: 50%;
    width: 30%;
    padding: 1em;
    /* display: flex; */
    flex-direction: column;
    border-radius: 12px;
    color: #021859;
    justify-content: center;
}

.login-form>p {
    font-size: 45px;
    font-weight: 400;
    text-align: center;
    margin: 0;
    margin-bottom: 15px;
}

.login-form>input {
    color: #021859;
    margin: 1em;
    border: none;
    border-bottom: solid #021859 1px;
    padding: 10px;
    background: none;
}

.login-form>button {
    position: relative;
    width: 50%;
    padding: 1em;
    background-color: #CB9E59;
    border: none;
    color: white;
    border-radius: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

@media (max-width:935px) {
    .login-form {
        justify-content: center;
        width: 70%;
        height: 60%;
    }
}

.connection-internet {
    color: red;
}

.connection-internet>h1 {
    font-size: 13px;
}

.btn-login-disable {
    opacity: 0.5;
    cursor: not-allowed !important;
}

.languageActive {
    border-bottom: solid white 2px !important;
}

.bg-loading-screen {
    background: black;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99999999999;
    opacity: 0.4;
    display: block;
}

.loading-screen {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20%;
    background: white;
    z-index: 9999999999;
    border-radius: 12px;
    padding: 1em;
}

.loading-screen>p:nth-child(1) {
    text-align: center;
    font-weight: bold;
    color: #021859;
    font-size: 22px;
}

.loading-screen>p:nth-child(2) {
    color: #021859;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 20px;
}

.dot-flashing {
    position: relative;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #e7d1af;
    color: #9880ff;
    animation: dotFlashing 1s infinite linear alternate;
    animation-delay: .5s;
    margin-left: 12px;
    margin-bottom: 2px;
}

.dot-flashing::before,
.dot-flashing::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
}

.dot-flashing::before {
    left: -8px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #e7d1af;
    color: #9880ff;
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 0s;
}

.dot-flashing::after {
    left: 8px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #e7d1af;
    color: #9880ff;
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 1s;
}


@keyframes dotFlashing {
    0% {
        background-color: #021859;
    }
    50%,
    100% {
        background-color: #e7d1af;
    }
}

@media (max-width:935px) {
    .loading-screen {
        width: 50%;
    }
}

@media (max-width:640px) {
    .loading-screen {
        width: 60%;
    }
    .loading-screen>p:nth-child(1) {
        font-size: 20px;
    }
    .loading-screen>p:nth-child(2) {
        font-size: 18px;
    }
}

.addMoney {
    white-space: nowrap;
}

/* PDF Wrapper : Start */
#pdf-gen-wrapper,
#pdf-content-wrapper {
    display: block;
    position: relative;
    width: 1024px;
    margin: 0 auto;
}

#pdf-content-wrapper .fixed-menu{
    position: relative;
    padding: 0;
}
#pdf-content-wrapper .fixed-menu .right,
#pdf-content-wrapper .fixed-menu .right-hamburger-menu{
    display: none!important;
}
#pdf-content-wrapper .sb-data-table tr,
#pdf-content-wrapper .customize-popup,
#pdf-content-wrapper .graph-result {
    box-shadow: none!important;
}

#pdf-content-wrapper #atb-button,
#pdf-content-wrapper #btn-calculate,
#pdf-content-wrapper #button-options-save,
#pdf-content-wrapper #close-popup,
#pdf-content-wrapper .return-old-step{
    display: none!important;
}
#pdf-content-wrapper .atb-container,
#pdf-content-wrapper .sb-data-container,
#pdf-content-wrapper .customize-popup {
    position: relative!important;
    display: block!important;
    top: 0;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    height: initial;
    transform:unset;
    border: outset darkgrey 2px;
    border-radius: 12px!important;
    padding: 10px 25px 25px 25px;
    max-width: 93%!important;
}

#pdf-content-wrapper .middle-title{
    color: #021859;
    font-size: 2em;
}
#pdf-content-wrapper .graph-result .graphs-titles{
    display: none!important;
}

#pdf-content-wrapper .middle-title h1{
    display: none!important;
}

#pdf-content-wrapper .container-table-result>.right-result>.uplift-result {
    color: white;
    padding: 1em;
    border-radius: 12px;
    background-color: #021859;
    box-shadow: none!important;
    margin-bottom: 2em;
    height: 120px;
}
#pdf-content-wrapper .container-table-result .table-result {
    border: outset darkgrey 2px;
    border-radius: 12px!important;
    padding: 30px;
    max-width: 93%!important;
}

#pdf-content-wrapper .container-table-result .right-result .graph-result {
    border: outset darkgrey 2px;
    border-radius: 12px!important;
    padding: 10px;
    max-width: 33%!important;
    margin-top: 20px;
    height: 390px !important;
}

#pdf-content-wrapper .container-table-result .right-result .uplift-result {
    margin-right: 5px;
    margin-top: 20px;
}

#pdf-content-wrapper .sb-data-container .sb-data-table table {
    padding-left: 0;
    padding-right: 0;
}
#pdf-content-wrapper .pdf-page-sub-header .header-info-wrapper{
    margin-top: 25px;
}
#pdf-content-wrapper .pdf-page-sub-header .header-info-wrapper .title-wrapper {
    display: flex;
    justify-content: space-between;
}

#pdf-content-wrapper .pdf-page-sub-header .header-info-wrapper .title-info {
    display: block;
    width: 80%;
    color: #021859;
    font-size: 2.4rem!important;
    font-weight: bold;
}
#pdf-content-wrapper .pdf-page-sub-header .header-info-wrapper .title-info h3 {
    color: #021859;
    font-size: 2rem!important;
    font-weight: bold;
}

#pdf-content-wrapper .pdf-page-sub-header .header-info-wrapper .date-info {
    color: #021859;
    margin: 40px 0;
}

#pdf-content-wrapper .pdf-page-sub-header .header-info {
    display: flex;
    justify-content: space-between;
}

#pdf-content-wrapper .pdf-page-sub-header .pharmacy-info {
    display: flex;
    justify-content: space-between;
    color: #021859;
    margin-bottom: 40px;
    width: 80%;
}

#pdf-content-wrapper .pdf-page-sub-header .pharmacy-info span.pharmacy-info-title {
    display: block;
    padding: 18px 0;
    color: #021859;
    font-size: 1.2em;
    font-weight: bold;
}

#pdf-content-wrapper .pdf-page-sub-header .pharmacy-info span.pharmacy-info-value {
    color: #021859;
}



#pdf-content-wrapper .right-result {
    display: flex;
    justify-content: space-between;
}

#pdf-content-wrapper .right-result .graph-result {
    width: 60%
}

#pdf-content-wrapper .pdf-page-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px !important;
    padding-top: 0!important;
    color: #021859;
}

#pdf-content-wrapper .atb-header-wrapper,
#pdf-content-wrapper .sb-header-wrapper,
#pdf-content-wrapper .customize-popup-header-wrapper{
    color: #021859;
    font-size: 1em;
    font-weight: bold;
}

#pdf-content-wrapper .atb-container .table-atb-data{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

#pdf-content-wrapper .sb-data-container>.sb-data-table>table{
    width: 100%;
    height: auto;
}

#pdf-content-wrapper .sb-data-container>.sb-data-table>table>tbody>tr{
    margin-bottom: 10px;
    height: 50px;
}
#pdf-content-wrapper .sb-data-container>.sb-data-table>table>tbody>tr+tr{
    margin-bottom: 2px;
    height: 50px;
}

#pdf-content-wrapper .sb-data-container>.sb-data-table>table>tbody>tr>td{
    padding-top: 0;
    padding-bottom: 0;
}

#pdf-content-wrapper .sb-data-container>.sb-data-table>table>tbody>tr>td>img{
    width: 50px;
}

#pdf-content-wrapper .customize-popup .customize-cols * {
    font-size: 0.8rem;
}

#pdf-content-wrapper .customize-popup .customize-cols>.right>.customize-sku>table>tbody>tr>td,
#pdf-content-wrapper .customize-popup .customize-cols>.right>.customize-profile>table>tbody>tr>td{
    padding: 4px 0;
}

#pdf-content-wrapper .customize-popup .customize-cols input{
    line-height: 23px;
    padding-top: 0;
    padding-bottom: 0;
}

#pdf-content-wrapper .sb-data-container>.sb-data-table>table>tbody>tr>td>h4,
#pdf-content-wrapper .sb-data-container>.sb-data-table>table>tbody>tr>td>select,
#pdf-content-wrapper .sb-data-container>.sb-data-table>table>tbody>tr>td>input{
    margin-top: 2px;
    margin-bottom: 2px;
}

#pdf-content-wrapper h4{
    color: #021859;
    font-weight: bold;
}

#pdf-content-wrapper .atb-container .table-atb-data>tbody>tr>td>input,
#pdf-content-wrapper .sb-data-container>.sb-data-table>table>tbody>tr>td>input{
    padding-top: 0;
    padding-bottom: 0;
    line-height: 35px;
}

#pdf-content-wrapper .customize-popup .customize-cols>.left>.customize-avg-quantity>.sku_1,
#pdf-content-wrapper .customize-popup .customize-cols>.left>.customize-avg-quantity>.sku_2,
#pdf-content-wrapper .customize-popup .customize-cols>.left>.customize-avg-quantity>.sku_3,
#pdf-content-wrapper .customize-popup .customize-cols>.left>.customize-atb>.atb-prevalence,
#pdf-content-wrapper .customize-popup .customize-cols>.left>.customize-numbers>.numbers-year,
#pdf-content-wrapper .customize-popup .customize-cols>.left>.customize-numbers>.numbers-holidays,
#pdf-content-wrapper .customize-popup .customize-cols>.left>.customize-numbers>.numbers-week{
    padding: 4px 1em;
    align-items: center;
}

#pdf-content-wrapper .pdf-page-footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

#pdf-content-wrapper .pdf-page-footer .footer-info-txt{
    padding-left: 20px;
    font-size: 0.7rem;
}

@media  (max-width:935px),(max-width:640px),(max-width:380px) {
    body.pdf-body-wrapper{
        width: 1024px;
        max-width: 1024px;
        display: block;
        position: relative;
        top:0;
        margin-top: 0;
        padding-top: 0;
    }

    #pdf-content-wrapper, #pdf-gen-wrapper{
        width: 1024px;
        max-width: 1024px;
    }

    #pdf-gen-wrapper > img{
        display: block;
        position: relative;
        top: 0;
        padding: 0;
        margin: 0;
    }

    #pdf-content-wrapper .table-result{
        /*
        margin: 10px!important;
        overflow: initial!important;
        */
        width: auto!important;
        margin: 0px!important;
        padding-right: 60px!important;
        padding-top: 1em!important;
        padding-bottom: 1em!important;
    }

    #pdf-content-wrapper .sb-data-container>.sb-data-table>table {
        width: 100%;
        margin-top: 3px;
        padding-left: 5px;
        padding-right: 5px;
    }
    #pdf-content-wrapper .sb-data-container>.sb-data-table>table>tbody>tr>th {
        display: table-cell;
    }
    #pdf-content-wrapper .sb-data-container>.sb-data-table>table>tbody>tr {
        display: table-row;
        flex-direction: column;
        text-align: center;
        width: auto;
        left: unset;
        position: initial;
        transform: initial;
    }
    #pdf-content-wrapper .sb-data-container>.sb-data-table>table>tbody>tr>td>input {
        width: auto;
        text-align: left;
    }
    #pdf-content-wrapper .sb-data-container>.sb-data-table>table>tbody>tr>td>select {
        width: auto;
    }
    #pdf-content-wrapper .sb-data-container>.sb-data-table>table>tbody>tr>td>h2 {
        color: #021859;
        position: relative;
        left: initial;
        transform: initial;
    }
    #pdf-content-wrapper .sb-data-container>button#btn-calculate {
        width: initial;
    }

    #pdf-content-wrapper .table-atb-data>tbody>tr>th {
        display: table-cell;
    }
    #pdf-content-wrapper .table-atb-data>tbody>tr {
        display: table-row;
        flex-direction: initial;
        text-align: center;
    }
    #pdf-content-wrapper .table-atb-data>tbody>tr>td {
        display: table-cell;
    }
    #pdf-content-wrapper .atb-container {
        width: initial;
    }
    #pdf-content-wrapper .table-atb-data {
        width: initial;
    }
    #pdf-content-wrapper .table-atb-data>tbody>tr>td:nth-child(1) {
        opacity: initial;
        padding-top: initial;
        padding-bottom: initial;
    }
    #pdf-content-wrapper .table-atb-data>tbody>tr>td>select {
        width: initial;
    }


    #pdf-content-wrapper .customize-cols>.left>.customize-avg-quantity>.sku_1,
    #pdf-content-wrapper .customize-cols>.left>.customize-avg-quantity>.sku_2,
    #pdf-content-wrapper .customize-cols>.left>.customize-avg-quantity>.sku_3 {
        flex-direction: row;
    }

    #pdf-content-wrapper .result-container {
        width: auto;
        overflow: hidden;
    }

    #pdf-content-wrapper .result-container>.container-table-result {
        flex-direction: initial;
    }

    #pdf-content-wrapper .table-result {
        overflow: initial!important;
        margin: 0;
        margin-right: 0!important;
        width: 90% !important;
    }
    #pdf-content-wrapper .table-master>tbody>tr>th:nth-child(2) {
        padding-left: 0;
    }
    #pdf-content-wrapper .table-master>tbody>tr>th:nth-child(2)>span:nth-child(1) {
        margin-right: 0;
    }
    #pdf-content-wrapper .result-container>.title-result {
        padding-left: 0;
        padding-right: 0;
        flex-direction: initial;
    }

    #pdf-content-wrapper .result-container>.title-result>.middle-title {
        text-align: center;
    }

    #pdf-content-wrapper .result-container>.title-result>.left-title {
        width: 100%;
    }

    #pdf-content-wrapper .result-container>.container-table-result>.right-result>.graph-result>.graphs-titles>div {
        width: 40%;
    }

    #pdf-content-wrapper .container {
        top: auto;
        transform: initial!important;
    }
    #pdf-content-wrapper .customize-popup {
        overflow: initial!important;
    }
    #pdf-content-wrapper .customize-cols>.left>.customize-numbers>.numbers-year,
    #pdf-content-wrapper .customize-cols>.left>.customize-numbers>.numbers-week,
    #pdf-content-wrapper .customize-cols>.left>.customize-numbers>.numbers-holidays,
    #pdf-content-wrapper .customize-cols>.left>.customize-avg-quantity>.sku-1,
    #pdf-content-wrapper .customize-cols>.left>.customize-avg-quantity>.sku-2,
    #pdf-content-wrapper .customize-cols>.left>.customize-avg-quantity>.sku-3,
    #pdf-content-wrapper .customize-cols>.left>.customize-atb>.atb-prevalence,
    #pdf-content-wrapper .customize-cols>.left>.customize-atb>.nbr-atb {
        display: flex;
        flex-direction: row;
    }
    #pdf-content-wrapper .customize-cols>.right>.customize-profile {
        overflow: initial!important;;
    }
    #pdf-content-wrapper .customize-cols>.right>.customize-sku {
        overflow: initial!important;;
    }
    #pdf-content-wrapper .customize-cols>.right>.customize-profile>.title-tab-profile {
        margin: 0;
        width: auto;
    }


    #pdf-content-wrapper .customize-popup .customize-cols{
        flex-direction: row!important;
    }

    #pdf-content-wrapper .pdf-page-footer .footer-info-txt{
        font-size: 0.5rem;
    }
    #pdf-content-wrapper .mobile-buttons{
        display: none!important;
    }
}

@media (max-width:935px) {
    .result-container>.container-table-result {
        flex-direction: column;
    }
}

/* PDF Wrapper : END */
