body {
    display: flex;
}
*:focus
{
    outline: none;
}

input,
select {
    height: 30px;
}
input,
option,
select,
textarea {
    /* border-bottom:2px solid #E84B3A !important; */
    border-radius: 4px;
    outline: none;
    color: #2C3E50;
}
.content {
    display: contents;
    width: 100%;
    zoom: 0.3 !important;
}

.test-pdf-div {
    display: none;
    transform: translateY(15px);
    border: 2px solid #2C3E50;
    border-radius: 4px;
    margin-left: 15px;
    overflow-y: scroll;
    width: 0%;
    height: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.07), 
        0 2px 4px rgba(0,0,0,0.07), 
        0 4px 8px rgba(0,0,0,0.07), 
        0 8px 16px rgba(0,0,0,0.07),
        0 16px 32px rgba(0,0,0,0.07), 
        0 32px 64px rgba(0,0,0,0.07);
    transition: 1s;
}
body::-webkit-scrollbar,
.form-parent::-webkit-scrollbar,
.test-pdf-div::-webkit-scrollbar {
    width: 1em;
}

body::-webkit-scrollbar-thumb,
.test-pdf-div::-webkit-scrollbar-thumb {
    border: 2px solid #E84B3A;
    /* border-radius: 7px; */
    box-shadow: inset 0 0px 6px #2A3D50; 
}
.form-parent::-webkit-scrollbar-thumb {
    border: 2px solid #2A3D50;
    /* border-radius: 7px; */
    box-shadow: inset 0 0px 6px #E84B3A;
}    
.blah {
    max-width: 112px;   
    max-height: 112px;
    box-shadow: 0 1px 9px -3px #2A3D50;
}
.fileToUpload {
    max-width: 137px;
}


.sidebar-dashboard {
    flex: auto;
}
.main {
    flex: auto;
    display: flex;
    justify-content: center;
    position: relative;
}
.form-parent {
    display: flex;
    transform: translateY(15px);
    flex-direction: column;
    align-items: center;
    border: 2px solid #E84B3A;
    /* border-radius: 19px; */
    padding: 20px;
    height: 95vh;
    overflow-y: scroll;
    box-shadow: 0 1px 2px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.07), 0 4px 8px rgba(0,0,0,0.07), 0 8px 16px rgba(0,0,0,0.07), 0 16px 32px rgba(0,0,0,0.07), 0 32px 64px rgba(0,0,0,0.07);
    border-radius: 4px;
}

input,
textarea,
select {
    border: none;
    box-shadow: 0 0 5px #e84b3a40;  
}
.fileToUpload {
    box-shadow: none;
}

.form-0 {
    display: flex;
    flex-direction: column;
    /* flex: 1; */
    margin: 25px;
    width: 300px;
    border-bottom: 2px solid #2C3E50;
    padding-bottom: 46px;
}

.form-1 {
    display: flex;
    flex-direction: column;
    /* flex: 1; */
    margin: 25px;
    width: 300px;
    border-bottom: 2px solid #2C3E50;
    padding-bottom: 46px;
}
.form-1 h1 {
    font-size: 28px !important;
}

.form-2 {
    display: flex;
    flex-direction: column;
    margin: 25px;
    width: 300px;
}

.section-details {
    display: flex;
    flex-direction: row;
}

.section-content-a {
    flex: 1.7;
    display: flex;
    flex-direction: column;
}

/* .add-section-a {
    transform: translate(0px, 41px);
} */

.price-section {
    display: flex;
    flex-direction: column;
}

.page-number-financial {
    margin: 10px;
}

.article-number {
    display: flex;
    flex-direction: column;
}
.ul-child {
    margin: 0;
    padding: 0;
}
.ul-child li {
    list-style: none;
}
.butoni-generate-save {
    background-color:  #2C3E50;
    min-width: 80px; 
    max-width: 100px;
    color: #E84B3A;
    font-weight: 600;
    margin: 16px;
    padding: 0.4rem;
    text-decoration: none;
    font-weight: 600;
    border: 1.5px solid #2C3E50;
    box-shadow: 3px 4px 9px #80808087;
    min-height: 43px;
}
.butoni-generate-save:hover {
    text-decoration: none;
    color:#E84B3A;
    border: 1.5px solid #E84B3A;
    outline: none;
}
.butoni-generate-save:focus {
    outline: none;
}

.butoni-end {
    display: flex;
    flex-direction: column;
    width: 5%;
    position: relative;
    min-width: max-content;
}

.butoni-end:hover .submenu-buttons {
    display: block;
}
.submenu-opener {
    align-self: center;
    width: 20px;
    background: #2A3D50;
    transform: translate(0px, 16px);
    padding: 8% 1% 8% 1%;
    border-radius: 10px;
    cursor: pointer;
}

.submenu-buttons {
    /* display: none; */
    padding-top: 16px;
    z-index: 1;
    /* position: absolute; */
    opacity: 0;
    transition: all .5s ease;
}

.submenu-buttons:hover {
    /* display: flex; */
    opacity: 1;
}
.register-companies {
    background: #e1e3e4;
    color: #2A3D50;
    z-index: 999;
    display: none;
    flex-direction: column;
    padding: 4%;
    box-shadow: 0 0 11px #0000005e;
    width: 25%;
    height: 100%;
}
.register-companies-toggle {
    display: flex;
    justify-content: center;
}
.create-companies {
    position: fixed;
    transform: translate(59px, 0px);
    cursor: pointer;
    z-index: 999999999999;
    border: none;
    background-color: transparent;
    outline: none;
}
.create-companies:focus {
    outline: none;
}

.register-companies button {
    width: 100%;
    border: none;
    padding: 3%;
    margin-top: 6%;
    background-color: #2A3D50;
    color: white;
}
.register-companies p {
    margin: 5px 0px 0px 0px !important;
    height: 30px;
}
.companiesAdress,
.companiesName {
    margin-top: 3%;
    padding: 8%;
    width: 100%;
    margin-bottom: 3%;
}
.sticky {
    position: fixed;
    top:0;
}

.plus-icon {
    display: flex;
    margin: 17px;
    cursor: pointer;
}

.section-prepend {
    display: flex;
    flex-direction: column;
    width: 300px;
}


#plus-icon {
    background-color: #2A3D50;
    color: #E84B3A;
    margin: 16px;
    padding: 0.4rem;
    font-weight: 600;
}
.article-title-dashboard {
    display: flex;
    flex-direction: column;
}
.tvsh-price-select {
    margin-top: 14px;
}

/* Toggle button css */

.knobs, .layer
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.button-toggle
{
    position: relative;
    width: 69px;
    height: 36px;
    overflow: hidden;
    margin: 0px 0px 0px 14px;
}

.button-toggle.r, .button-toggle.r .layer
{
    border-radius: 100px;
}

.button-toggle.b2
{
    border-radius: 2px;
}

.checkbox-toggle
{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs
{
    z-index: 2;
}

.layer
{
    width: 100%;
    background-color: #2c3e501f;
    transition: 0.3s ease all;
    z-index: 1;
}

.button-14 {
    box-shadow: 1px 2px 10px #80808087;
}

.button-14 .knobs:before, .button-14 .knobs:after, .button-14 .knobs span:before, .button-14 .knobs span:after
{
    position: absolute;
    top: 4px;
    width: 24px;
    height: 26px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    border-radius: 2px;
    transition: 0.3s ease all;
}

.button-14 .knobs:before, .button-14 .knobs:after
{
    color: #4e4e4e;
    z-index: 1;
}

.button-14 .knobs:before
{
    /* content: 'YES'; */
    left: 4px;
}

.button-14 .knobs:after
{
    /* content: 'NO'; */
    right: 4px;
}

.button-14 .knobs span
{
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.button-14 .knobs span:before
{
    left: 4px;
    top: -28px;
    background-color: #E84B3A;
}

.button-14 .knobs span:after
{
    top: 5px;
    left: 40px;
    background-color: #2C3E50;
}

.button-14 .knobs span:before, .button-14 .knobs span:after
{
    content: '';
    width: 23px;
    z-index: 2;
}

.checkbox-toggle ::after,.checkbox-toggle ::before
{
    box-sizing: content-box !important;
}
.button-14 .checkbox-toggle:checked + .knobs span:before
{
    top: 4px;
}

.button-14 .checkbox-toggle:checked + .knobs span:after
{
    top: -28px;
}

.button-14 .checkbox-toggle:checked ~ .layer
{
    background-color: #e84b3a2e;
}


@media only screen and (max-width: 1030px) {
    /* .main {
        padding-top: 49px;
    } */
    .butoni-end {
        position: fixed;
        display: flex;
        flex-direction: row;
        top: -7;
        /* left: 80px; */
        background-color: #ffffffd6;
        width: 90%;
        justify-content: center;
        box-shadow: 0px 2px 5px 1px grey;
        height: 65px;
    }
    .add-section-a {
        transform: translate(-19px, 1px);
    }
    .button-toggle.b2 {
        transform: translate(35px, 21px);
    }
}

@media only screen and (max-width: 980px) {
    .main {
        /* margin-left: 56px; */
        margin-bottom: 10px;
    }
    .form-parent{
        width: 46%;
    }
    .test-pdf-div {
        width: 47% !important;
    }
}

@media only screen and (max-width: 850px) {
    .main {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .form-parent {
        width: 70%;
        margin-bottom: 2%;
    }
    .test-pdf-div {
        width: 70% !important;
        margin-left: 0;
        margin-top: 2%;
    }
}

@media only screen and (max-width: 850px) {
    .form-parent {
        width: 80%;
        margin-bottom: 2%;
    }
    .test-pdf-div {
        width: 80% !important;
    }
}

/* Modal for save and Print */

.modal-window {
    position: fixed;
    background-color: rgba(200, 200, 200, 0.75);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%;
}
  
.modal-window:target {
    opacity: 1;
    pointer-events: auto;
}
  
.modal-window>div {
    width: 350px;
    position: relative;
    margin: 27% auto;
    padding: 1.5rem;
    background: #2A3D50;
    color: #fffafa;
    border-radius:px ;
}   
  
.modal-window header {
    font-weight: bold;
}
  
.modal-close {
    color: #aaa;
    line-height: 50px;
    font-size: 80%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    text-decoration: none;
}
  
.modal-close:hover {
    color: #000;
}
  
.modal-window h1 {
    font-size: 150%;
    margin: 0 0 15px;
}

.modal-open-save {
    padding: 9px 20px 10px 14px;
    border: 1.5px solid transparent;
    text-decoration: none;
    width: 357px;
    margin-top: 3%;
    margin-bottom: 3%;
    margin-left: auto;
    margin-right: auto;
    background-color: #2A3D50;
    color: #E84B3A;
    cursor: pointer;
    font-weight: 600;
    outline: none;
    display: flex;
    justify-content: center;
}
.modal-open-save:hover {
    border: 1.5px solid #E84B3A;
    text-decoration: none;
    color: #E84B3A;
}
.modal-footer-print {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
}
.buttoni-modal-close,
.buttoni-modal-print {
    width: 80px;
    height: 30px;
    margin: 5px 1px 0px 16px;
    background-color: #2A3D50;
    color: #E84B3A;
    border: 1px solid transparent;
    cursor: pointer;
    font-weight: 600;
    outline: none;
}
.buttoni-modal-close:hover,
.buttoni-modal-print:hover {
    border: 1px solid #E84B3A;
    box-shadow: 0px 2px 4px #6c757da1;
}
.buttoni-modal-close:focus,
.buttoni-modal-print:focus {
    outline: none;
}