<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.promotion-user-details-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.promotion-user-details-box  .card-box {
    flex-basis: 45%;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.promotion-user-details-box .card-header {
    background-color: #F6F6F6;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.centered-row td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.centered-row td:first-child {
    text-align: right;
    width: 49%;
}

.centered-row td:nth-child(2) {
    text-align: center;
    width: 2%;
}

.centered-row td:nth-child(3) {
    text-align: left;
    width: 49%;
}

.promotion-investition-form {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.promotion-sum-points-box {
    background-color: var(--green);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.promotion-sum-points-box div:first-child {
    font-size: large;
}

.promotion-sum-points-box div:last-child {
    font-size: xx-large;
    font-weight: bold;
}

.single-investition-box {
    display: flex;
    flex-direction: row;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #CED4DA;
    border-radius: 10px;
    margin-top: 20px;
    font-size: 10px;
}

.single-investition-box b {
    font-size: 14px;
}

.single-investition-box &gt; div:first-child {
    flex-basis: 55%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px;
    row-gap: 20px;
}

.single-investition-box &gt; div:first-child &gt; div:first-child {
    flex-basis: 50%;
}

.single-investition-box &gt; div:first-child &gt; div:nth-child(2) {
    flex-basis: 50%;
}

.single-investition-box &gt; div:first-child &gt; div:nth-child(3) {
    flex-basis: 40%;
}

.single-investition-box &gt; div:first-child &gt; div:nth-child(4) {
    flex-basis: 30%;
}

.single-investition-box &gt; div:first-child &gt; div:nth-child(5) {
    flex-basis: 30%;
}

.single-investition-box &gt; div:first-child &gt; div:nth-child(6) {
    flex-basis: 100%;
}

.single-investition-box &gt; div:nth-child(2) {
    flex-basis: 30%;
    border-left: 1px #CED4DA solid;
    border-right: 1px #CED4DA solid;
    padding: 10px;
}

.single-investition-box &gt; div:last-child {
    flex-basis: 15%;
    padding: 10px;
}

.invoices-table {
    width: 100%;
}

.invoices-table td, .invoices-table th{
    text-align: right;
}

.invoices-table tr:nth-last-child(2) {
    border-top: 1px black solid;
    font-weight: bold;
}

.invoices-table tr:last-child {
    font-weight: bold;
}

.add-invoice-to-investition-button {
    border: none;
    box-shadow: none;
    background-color: var(--green);
    color: #fff !important;
    height: 25px;
    display: inline-block;
    line-height: 40px;
    font-size: 14px;
    border-radius: 50px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #006656;
}

.order-awards-button {
    background-color: white;
    display: inline-block;
    font-size: 15px;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--green);
    border: 1px var(--green) solid;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.order-awards-button-disabled {
    opacity: 0.5;
}

.order-awards-button:hover {
    color: var(--green);
}

.order-investition-data {
    background-color: rgba(0, 102, 86, 0.05);
    display: flex;
    flex-direction: row;
    font-size: 10px;
}

.order-investition-data b {
    font-size: 14px;
}

.order-investition-data &gt; div:first-child {
    flex-basis: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px;
    row-gap: 10px;
}

.order-investition-data &gt; div:first-child &gt; div:nth-child(1) {
    flex-basis: 100%;
}

.order-investition-data &gt; div:first-child &gt; div:nth-child(2) {
    flex-basis: 20%;
}

.order-investition-data &gt; div:first-child &gt; div:nth-child(3) {
    flex-basis: 15%;
}

.order-investition-data &gt; div:first-child &gt; div:nth-child(4) {
    flex-basis: 30%;
}

.order-investition-data &gt; div:first-child &gt; div:nth-child(5) {
    flex-basis: 35%;
}


.order-investition-data &gt; div:last-child {
    flex-basis: 10%;
    padding-top: 20px;
}

.packet-for-user {
    margin-top: 30px;
    border: 1px var(--green) solid;
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 10px;
    row-gap: 20px;
}

.packet-for-user b, .packet-for-user a {
    font-size: 14px;
}

.packet-for-user &gt; div:first-child {
    flex-basis: 50%;
}


.packet-for-user &gt; div:nth-child(2) {
    flex-basis: 50%;
    display: flex;
    justify-content: flex-end;
}

.packet-for-user &gt; div:nth-child(2) a {
    color: var(--green);
    font-weight: bold;

} 

.packet-for-user &gt; div:nth-child(3) {
    flex-basis: 100%;
    display: flex;
    flex-direction: row;
}

.packet-for-user &gt; div:nth-child(3) &gt; div:nth-child(1) {
  flex-basis: 15%;
}

.packet-for-user &gt; div:nth-child(3) &gt; div:nth-child(2) {
    flex-basis: 20%;
}

.packet-for-user &gt; div:nth-child(3) &gt; div:nth-child(3) {
    flex-basis: 20%;
}

.packet-for-user &gt; div:nth-child(3) &gt; div:nth-child(4) {
    flex-basis: 40%;
}

.award-2-qty &gt; table {
    width: 100%;
}

.award-2-qty &gt; table  tr:first-child {
    border-bottom: 2px var(--green) solid;
}

.award-2-qty &gt; table  td, .award-2-qty &gt; table  th {
    padding-top: 10px;
    font-size: 12px;
    gap: 10px;
}

.award-2-qty &gt; table  input {
    width: 60px;
}

.award-2-qty .input-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.minus-qty, .plus-qty, .minus-qty:hover, .plus-qty:hover {
    font-size: 25px;
    cursor: pointer;
    color: black;
}

.submit-form-button {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}

.order-sumbit-box {
    background-color: #F2F7F6;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.order-sumbit-box &gt; div:first-child {
    border-bottom: 2px var(--green) solid;
    padding: 10px;
}

.order-sumbit-box &gt; div:nth-child(2) {
    display: flex;
    flex-direction: row;
    padding: 20px;
    gap: 25px;
}

.products-table {
    width: 100%;
}

.products-table .big-product-row {
    border-top: 1px rgba(0, 0, 0, 0.2) solid;
    font-weight: bold;
}

.products-table td {
    padding: 5px;
}

.products-table .big-product-row:last-child {
    border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
}

.products-table-box {
    flex-basis: 45%;    
}

.orders-comment-box {
    flex: 45%;
}

.orders-comment-border {
    border: 1px #CED4DA solid;
    border-radius: 10px;
    padding: 5px;
    width: 100%;
    height: 100%;
}

.submit-order-button-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.submit-order-button-box a {
    color: var(--green);
    font-weight: bold;
}

.change-order-status-button {
    border: 1px var(--green) solid;
    border-radius: 50px;
    color: var(--green);
    background-color: white;
    font-weight: bold;
    font-size: 10px;
}

.raports-download-box {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.raports-download-box a {
    border: 2px var(--green) solid; 
    border-radius: 50px;
    color: var(--green);
    font-weight: bold;
    padding: 10px;
}

.raports-download-box a:hover {
    border: 2px white solid; 
    color: white;
    background-color: var(--green);
}

.steps-modal-header {
    background-color: var(--green);
    color: white;
    padding: 10px 5px 1px 5px;
}

.steps-modal-table-header{
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}

.steps-modal-table-row  {
    display: flex;
    flex-direction: row;
    border-bottom: 1px #cfd4d9 solid;
}

.steps-modal-table-row &gt; div  {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.steps-modal-table-header &gt; div:nth-child(1), .steps-modal-table-row &gt; div:nth-child(1) {
    flex-basis: 10%;
}

.steps-modal-table-header &gt; div:nth-child(2), .steps-modal-table-row &gt; div:nth-child(2) {
    flex-basis: 25%;
}

.steps-modal-table-header &gt; div:nth-child(3), .steps-modal-table-row &gt; div:nth-child(3) {
    flex-basis: 25%;
}

.steps-modal-table-header &gt; div:nth-child(4), .steps-modal-table-row &gt; div:nth-child(4) {
    flex-basis: 40%;
}

.row-href {
    cursor: pointer;
    transition: all;
    transition-duration: 0.3s;
}

.row-href:hover {
    background-color: #00665620;
}</pre></body></html>