﻿body {
    background: var(--background-color-white);
}



.content {
    background: var(--background-color-white) !important;
    height: 100%;
    width: 100%;
}

btn {
    line-height: 20px;
}

.btn-200 {
    width: 200px;
    margin: 0 3px 0 3px;
    height: 36px;
    letter-spacing: 0.03em;
}

    .btn-200 i {
        margin-right: 4px;
    }

.btn-135 {
    width: 165px;
    margin: 0 3px 0 3px;
    height: 36px;
    letter-spacing: 0.03em;
    font-size: 0.925em;
}

.btn-225 {
    width: 225px;
    margin: 0 3px 0 3px;
    height: 36px;
    letter-spacing: 0.03em;
    font-size: 0.925em;
}

    .btn-225 i {
        margin-right: 5px;
    }

.button-primary {
    font-size: .925em;
    min-height: 36px;
}

.button-primary-full-width {
    width: 100% !important;
}


.button-primary i {
    font-size: 1.1em;
}

.button-small-double-icon {
    font-size: 1em;
    height: 36px;
}

.grid {
    /*display: flex;*/
    overflow-y: auto;
    height: calc(100vh - 200px);
}

    .grid.h-220 {
        height: calc(100vh - 220px);
    }

.extra-info {
    font-size: 1em;
    color: var(--text-color-dark-50);
    padding: 0 1em;
}

.extra-info-small-2 {
    font-size: 0.9em;
    opacity: 0.6;
}

.extra-info-small {
    font-size: 1em;
    color: var(--text-color-dark-100);
}

.link {
    color: var(--text-color-blue-120);
    text-decoration: underline;
    cursor: pointer;
}

.h-3 {
    height: 3rem;
}

.h-8 {
    height: 8rem;
}

.h-10 {
    height: 10rem;
}


.h-12 {
    height: 12rem;
}


.font-1 {
    font-size: 0.1em;
}

.font-2 {
    font-size: 0.2em;
}

.font-3 {
    font-size: 0.3em;
}

.font-4 {
    font-size: 0.4em;
}

.font-5 {
    font-size: 0.5em;
}

.font-6 {
    font-size: 0.6em;
}

.font-7 {
    font-size: 0.7em;
}

.font-8 {
    font-size: 0.8em;
}

.font-9 {
    font-size: 0.9em;
}

.font-10 {
    font-size: 1.0em;
}

.font-11 {
    font-size: 1.1em;
}

.font-12 {
    font-size: 1.2em;
}

.font-13 {
    font-size: 1.3em;
}

.font-14 {
    font-size: 1.4em;
}


.flex-100 {
    flex: 0 1 100% !important;
}

.flex-80 {
    flex: 0 1 80% !important;
}

.flex-70 {
    flex: 0 1 70% !important;
}

.flex-40 {
    flex: 0 1 40% !important;
}

.flex-50 {
    flex: 0 1 50% !important;
}

.flex-33 {
    flex: 0 1 33% !important;
}

.flex-30 {
    flex: 0 1 30% !important;
}

.flex-25 {
    flex: 0 1 25% !important;
}

.flex-20 {
    flex: 0 1 20% !important;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.accordion-button:not(.collapsed) {
    color: var(--text-color-white);
    background-color: var(--primary-color);
}

.accordion-button {
    color: var(--text-color-white);
    background-color: var(--primary-color);
    font-variation-settings: 'wght' 600;
}

.form-control:focus {
    border-color: var(--primary-color-btn);
    box-shadow: none;
}

.accordion-button:focus {
    border-color: var(--primary-color-btn);
    box-shadow: none;
}

.note-note {
    padding: 0px 12px 8px 12px;
    margin-top: -2px;
}

.note-when-who {
    color: var(--text-color-blue-120);
    font-variation-settings: 'wght' 500, 'GRAD' 400;
}

    .note-when-who span {
        color: var(--text-color-dark-50);
        font-variation-settings: 'wght' 400, 'GRAD' 400;
        font-size: 0.9em;
        padding: 0 8px;
    }

.list-actions {
    font-size: 1.5em;
    display: flex;
    justify-content: space-around;
    width: 80%;
}


.flat-btn {
    cursor: pointer;
    font-size: 1.3em;
}

.flat-btn {
    cursor: pointer;
}

    .flat-btn:hover {
        color: var(--secondary-color-iron-100);
    }

.color-soft-red {
    color: var(--text-color-soft-red);
}

.color-soft-green {
    color: var(--text-color-soft-green);
}

.color-orange {
    color: var(--secondary-color-orange);
}



/*---Scroll CSS----*/
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--secondary-color-iron-40);
    border-top-right-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background: #13234c;
    border-radius: 6px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        cursor: pointer !important;
        background: #13234c;
    }

.container-right {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}

.modal-fix-height {
    height: 70vh;
}

.modal-fix-height-50 {
    height: 50vh;
}

.modal-fix-height-30 {
    height: 30vh;
}

/*---Remove arrows from Input number CSS----*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.table-sales-summary {
    margin: 0 auto;
    border: solid 1px #000;
}

    .table-sales-summary thead tr {
        background-color: var(--primary-color-btn) !important;
        border: none !important;
        color: #fff;
    }

    .table-sales-summary tbody tr {
        border: none !important;
    }

    .table-sales-summary tr td {
        padding: 5px 15px;
    }

#sales_activity_report_sectio table {
    border: solid 1px #000;
    margin: 0 auto;
}

    #sales_activity_report_sectio table tr {
        border-bottom: solid 1px #000 !important;
    }

    #sales_activity_report_sectio table thead tr {
        background-color: #ddd;
        color: #000;
        font-weight: bold;
        text-align: center;
    }

    #sales_activity_report_sectio table tbody tr td {
        padding: 2px 10px;
    }

        #sales_activity_report_sectio table tbody tr td.cell-val {
            width: 100px;
            text-align: right;
        }

.btn-175 {
    width: 175px !important;
}

.icon-pointer {
    cursor: pointer;
}

.lot-content-images-info-actions .carousel-indicators {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flow-root;
}
/*
.lot-content-images-info-actions .carousel-inner {
    max-height: 300px;
}*/

.btn-notification {
    width: 25%;
}

.full-rounded-icon {
    color: var(--text-color-white);
    border-radius: 40px;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    width: 26px;
    background-color: var(--primary-color-btn);
    font-size: .925em;
    cursor: pointer;
}

.w-min-200 {
    min-width: 200px;
}

.flex-grow {
    flex-grow: 1 !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .btn-notification {
        width: 100%;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .btn-notification {
        width: 50%;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .btn-notification {
        width: 25%;
    }
}


/*customize blazored toast css*/
.blazored-toast-container {
    z-index: 9999 !important;
}
