@import url(../plugins/fontawesome/css/all.css);
@import url(../plugins/fontawesome/css/solid.css);
@import url(../plugins/fontawesome/css/duotone.css);
@import url(../plugins/fontawesome/css/brands.css);
@import url(../plugins/bootstrap/css/bootstrap.css);
@import url(colorStructure.css);
@import url(style.css);



@font-face {
    font-family: fa_brands_400;
    src: url("../plugins/fontawesome/webfonts/fa-brands-400.woff2");
}

@font-face {
    font-family: fa_duotone_900;
    src: url("../plugins/fontawesome/webfonts/fa-duotone-900.woff2");
}

@font-face {
    font-family: fa_light_300;
    src: url("../plugins/fontawesome/webfonts/fa-light-300.woff2");
}

@font-face {
    font-family: fa_regular_400;
    src: url("../plugins/fontawesome/webfonts/fa-regular-400.woff2");
}

@font-face {
    font-family: fa_solid_900;
    src: url("../plugins/fontawesome/webfonts/fa-solid-900.woff2") format('woff2'), url("/plugins/fontawesome/webfonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
    font-family: fa_compatibility;
    src: url("../plugins/fontawesome/webfonts/fa-v4compatibility.woff2");
}

.font-brands{
    font-family: fa_brands_400, sans-serif !important;
}
.font-duotone{
    font-family: fa_duotone_900, sans-serif !important;
}
.font-light{
    font-family: fa_light_300, sans-serif !important;
}
.font-regular{
    font-family: fa_regular_400, sans-serif !important;
}
.font-solid{
    font-family: fa_solid_900, sans-serif !important;
}
.font-compatibility{
    font-family: fa_compatibility, sans-serif !important;
}



.of-hidden {
    overflow: hidden;
}

.outline-none {
    outline: none;
}

.obj-fit-cover {
    object-fit: cover;
}

.obj-fit-contain {
    object-fit: contain;
}

.obj-fit-fill {
    object-fit: fill;
}

.rotate-180-deg {
    transform: rotate(180deg);
}

.rotate-0-deg {
    transform: rotate(0deg);
}


.op-0 {
    opacity: 0;
}

.op-1 {
    opacity: 1;
}


.custom-tooltip {
    --bs-tooltip-bg: var(--bs-secondary);
}

.custom-tooltip-success {
    --bs-tooltip-bg: var(--bs-success);
}

.custom-tooltip-danger {
    --bs-tooltip-bg: var(--bs-danger);
}

.custom-tooltip-warning {
    --bs-tooltip-bg: var(--bs-warning);
}

.custom-tooltip-primary {
    --bs-tooltip-bg: var(--bs-primary);
}

.custom-tooltip-secondary {
    --bs-tooltip-bg: var(--bs-secondary);
}

.custom-tooltip-dark {
    --bs-tooltip-bg: var(--bs-dark);
}


.transform-scale-min-1 {
    transform: scaleX(-1);
}

.cursor-pointer {
    cursor: pointer;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    /*border-radius: 5px;*/
    /*background-color: transparent !important;*/
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent !important;
}

::-webkit-scrollbar-thumb {
    background: var(--site-primary);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--site-secondary);
}

/* 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;
}


.dis-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.dis-flex-center-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.dis-flex-center-around {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.dis-flex-center-end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.dis-flex-sentence {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: row;
}

.dis-flex-start-center {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.dis-flex-end-center {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
}

.dis-flex-center-start {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.dis-flex-center-even {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}


.box-shadow-1 {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.text-all-screen-sizes-1 {
    font-size: calc(0.5em + 0.3vw);
}

.text-all-screen-sizes-2 {
    font-size: calc(0.2em + 0.4vw);
}

.text-all-screen-sizes-3 {
    font-size: calc(0.3em + 0.4vw);
}

.text-all-screen-sizes-4 {
    font-size: calc(0.5em + 0.5vw);
}

.text-all-screen-sizes-5 {
    font-size: calc(1.7em + .1vw);
}

.text-all-screen-sizes-6 {
    font-size: calc(1em + 0.5vw);
}

.text-all-screen-sizes-7 {
    font-size: calc(1em + 0.6vw);
}

/*.text-all-screen-sizes-8 {*/
/*    font-size: calc(1em + 2vw);*/
/*}*/

.font-all-screen-sizes-1 {
    font-size: calc(0.5em + 0.3vw);
}

.font-all-screen-sizes-2 {
    font-size: calc(0.2em + 0.4vw);
}

.font-all-screen-sizes-3 {
    font-size: calc(0.3em + 0.4vw);
}

.font-all-screen-sizes-4 {
    font-size: calc(0.5em + 0.5vw);
}

.font-all-screen-sizes-5 {
    font-size: calc(1em + 0.5vw);
}

.font-size-input {
    font-size: 25px;
}

.h-8-per {
    height: 8%;
}

.h-10-per {
    height: 10%;
}

.h-15-per {
    height: 15%;
}

.h-16-per {
    height: 16%;
}

.h-17-per {
    height: 17%;
}

.h-18-per {
    height: 18%;
}

.h-19-per {
    height: 19%;
}

.h-19-per {
    height: 19%;
}

.h-20-per {
    height: 20%;
}

.h-21-per {
    height: 21%;
}

.h-22-per {
    height: 22%;
}

.h-23-per {
    height: 23%;
}

.h-24-per {
    height: 24%;
}

.h-25-per {
    height: 25%;
}

.h-26-per {
    height: 26%;
}

.h-27-per {
    height: 27%;
}

.h-28-per {
    height: 28%;
}

.h-29-per {
    height: 29%;
}

.h-30-per {
    height: 30%;
}

.h-33-per {
    height: 33.333333%;
}

.h-35-per {
    height: 35%;
}

.h-40-per {
    height: 40%;
}

.h-45-per {
    height: 45%;
}

.h-50-per {
    height: 50%;
}

.h-60-per {
    height: 60%;
}

.h-65-per {
    height: 65%;
}

.h-70-per {
    height: 70%;
}

.h-80-per {
    height: 80%;
}

.h-85-per {
    height: 85%;
}

.h-88-per {
    height: 88%;
}

.h-90-per {
    height: 90%;
}

.h-92-per {
    height: 92%;
}

.h-94-per {
    height: 94%;
}

.h-95-per {
    height: 95%;
}

.h-98-per {
    height: 98%;
}

.h-99-per {
    height: 99%;
}

.h-100-per {
    height: 100%;
}

.h-max-0-px {
    max-height: 0;
}

.h-min-text {
    height: 154px;
}

.h-min-100-px {
    min-height: 100px;
}

.h-min-200-px {
    min-height: 200px;
}

.h-min-300-px {
    min-height: 300px;
}

.h-min-400-px {
    min-height: 400px;
}

.h-min-0-per {
    min-height: 0;
}

.h-min-1-px {
    min-height: 1px;
}

.h-min-100-per {
    min-height: 100%;
}

.h-min-125-px {
    min-height: 125px;
}

.h-min-200-per {
    min-height: 200%;
}

.h-min-300-per {
    min-height: 300%;
}

.h-min-500-per {
    min-height: 500%;
}

.h-min-1000-per {
    min-height: 1000%;
}

.h-max-1-px {
    max-height: 1px;
}


.h-max-100-px {
    max-height: 100px;
}

.h-max-0-per {
    max-height: 0;
}

.h-max-100-per {
    max-height: 100%;
}

.h-max-300-per {
    max-height: 300%;
}

.h-max-1000-px {
    max-height: 1000px;
}

.h-max-10000-px {
    max-height: 10000px;
}

.h-max-100-px {
    max-height: 100px;
}

.h-max-125-px {
    max-height: 125px;
}

.h-max-150-px {
    max-height: 150px;
}

.h-max-300-px {
    max-height: 300px;
}

.h-max-500-px {
    max-height: 500px;
}

.h-max-50-px {
    max-height: 50px;
}

.h-15-px {
    height: 15px;
}

.h-20-px {
    height: 20px;
}

.h-25-px {
    height: 25px;
}

.h-30-px {
    height: 30px;
}

.h-35-px {
    height: 35px;
}

.h-40-px {
    height: 40px;
}

.h-45-px {
    height: 45px;
}

.h-50-px {
    height: 50px;
}

.h-55-px {
    height: 55px;
}

.h-60-px {
    height: 60px;
}

.h-65-px {
    height: 65px;
}

.h-70-px {
    height: 70px;
}

.h-75-px {
    height: 75px;
}

.h-80-px {
    height: 80px;
}

.h-90-px {
    height: 90px;
}

.h-100-px {
    height: 100px;
}

.h-125-px {
    height: 125px;
}

.h-150-px {
    height: 150px;
}

.h-175-px {
    height: 175px;
}

.h-200-px {
    height: 200px;
}

.h-225-px {
    height: 225px;
}

.h-250-px {
    height: 250px;
}

.h-300-px {
    height: 300px;
}

.h-350-px {
    height: 350px;
}

.h-400-px {
    height: 400px;
}

.h-450-px {
    height: 450px;
}

.h-500-px {
    height: 500px;
}

.h-600-px {
    height: 600px;
}

.h-700-px {
    height: 700px;
}

.h-300-per {
    height: 300%;
}

.w-0-per {
    width: 0%
}

.w-1-per {
    width: 1%;
}

.w-2-per {
    width: 2%;
}

.w-3-per {
    width: 3%;
}

.w-4-per {
    width: 4%;
}

.w-5-per {
    width: 5%;
}

.w-6-per {
    width: 6%;
}

.w-7-per {
    width: 7%;
}

.w-8-per {
    width: 8%;
}

.w-9-per {
    width: 9%;
}

.w-10-per {
    width: 10%;
}

.w-11-per {
    width: 11%;
}

.w-12-per {
    width: 12%;
}

.w-13-per {
    width: 13%;
}

.w-14-per {
    width: 14%;
}

.w-15-per {
    width: 15%;
}

.w-16-per {
    width: 16%;
}

.w-17-per {
    width: 17%;
}

.w-18-per {
    width: 18%;
}

.w-19-per {
    width: 19%;
}

.w-20-per {
    width: 20%;
}

.w-21-per {
    width: 21%;
}

.w-22-per {
    width: 22%;
}

.w-23-per {
    width: 23%;
}

.w-24-per {
    width: 24%;
}

.w-25-per {
    width: 25%;
}

.w-26-per {
    width: 26%;
}

.w-27-per {
    width: 27%;
}

.w-28-per {
    width: 28%;
}

.w-29-per {
    width: 29%;
}

.w-30-per {
    width: 30%;
}

.w-31-per {
    width: 31%;
}

.w-32-per {
    width: 32%;
}

.w-33-per {
    width: 33.33%;
}

.w-34-per {
    width: 34%;
}

.w-35-per {
    width: 35%;
}

.w-36-per {
    width: 36%;
}

.w-37-per {
    width: 37%;
}

.w-38-per {
    width: 38%;
}

.w-39-per {
    width: 39%;
}

.w-40-per {
    width: 40%;
}

.w-41-per {
    width: 41%;
}

.w-42-per {
    width: 42%;
}

.w-43-per {
    width: 43%;
}

.w-44-per {
    width: 44%;
}

.w-45-per {
    width: 45%;
}

.w-46-per {
    width: 46%;
}

.w-47-per {
    width: 47%;
}

.w-48-per {
    width: 48%;
}

.w-49-per {
    width: 49%;
}

.w-50-per {
    width: 50%;
}

.w-51-per {
    width: 51%;
}

.w-52-per {
    width: 52%;
}

.w-53-per {
    width: 53%;
}

.w-54-per {
    width: 54%;
}

.w-55-per {
    width: 55%;
}

.w-56-per {
    width: 56%;
}

.w-57-per {
    width: 57%;
}

.w-58-per {
    width: 58%;
}

.w-59-per {
    width: 59%;
}

.w-60-per {
    width: 60%;
}

.w-61-per {
    width: 61%;
}

.w-62-per {
    width: 62%;
}

.w-63-per {
    width: 63%;
}

.w-64-per {
    width: 64%;
}

.w-65-per {
    width: 65%;
}

.w-66-per {
    width: 66%;
}

.w-67-per {
    width: 67%;
}

.w-68-per {
    width: 68%;
}

.w-69-per {
    width: 69%;
}

.w-70-per {
    width: 70%;
}

.w-71-per {
    width: 71%;
}

.w-72-per {
    width: 72%;
}

.w-73-per {
    width: 73%;
}

.w-74-per {
    width: 74%;
}

.w-75-per {
    width: 75%;
}

.w-76-per {
    width: 76%;
}

.w-77-per {
    width: 77%;
}

.w-78-per {
    width: 78%;
}

.w-79-per {
    width: 79%;
}

.w-80-per {
    width: 80%;
}

.w-81-per {
    width: 81%;
}

.w-82-per {
    width: 82%;
}

.w-83-per {
    width: 83%;
}

.w-84-per {
    width: 84%;
}

.w-85-per {
    width: 85%;
}

.w-86-per {
    width: 86%;
}

.w-87-per {
    width: 87%;
}

.w-88-per {
    width: 88%;
}

.w-89-per {
    width: 89%;
}

.w-90-per {
    width: 90%;
}

.w-91-per {
    width: 91%;
}

.w-92-per {
    width: 92%;
}

.w-93-per {
    width: 93%;
}

.w-94-per {
    width: 94%;
}

.w-95-per {
    width: 95%;
}

.w-96-per {
    width: 96%;
}

.w-97-per {
    width: 97%;
}

.w-98-per {
    width: 98%;
}

.w-99-per {
    width: 99%;
}

.w-100-per {
    width: 100%;
}

.w-2-px {
    width: 2px;
}

.w-5-px {
    width: 5px;
}

.w-10-px {
    width: 10px;
}

.w-20-px {
    width: 20px;
}

.w-25-px {
    width: 25px;
}

.w-30-px {
    width: 30px;
}

.w-35-px {
    width: 35px;
}

.w-40-px {
    width: 40px;
}

.w-45-px {
    width: 45px;
}

.w-50-px {
    width: 50px;
}

.w-65-px {
    width: 65px;
}

.w-70-px {
    width: 70px;
}

.w-75-px {
    width: 75px;
}

.w-80-px {
    width: 80px;
}

.w-100-px {
    width: 100px;
}

.w-min-120-px {
    min-width: 120px;
}

.w-min-200-px {
    min-width: 200px;
}

.w-min-250-px {
    min-width: 250px;
}

.w-min-300-px {
    min-width: 300px;
}

.w-max-350-px {
    max-width: 600px;
}

.w-max-600-px {
    max-width: 600px;
}

.w-min-400-px {
    min-width: 400px;
}

.w-min-600-px {
    min-width: 600px;
}

.w-min-20-per {
    min-width: 20%;
}

.w-150-px {
    width: 150px;
}

.w-200-px {
    width: 200px;
}

.w-250-px {
    width: 250px;
}

.w-300-px {
    width: 300px;
}

.w-350-px {
    width: 350px;
}

.w-400-px {
    width: 400px;
}

.w-500-px {
    width: 500px;
}

.w-600-px {
    width: 600px;
}


.w-min-800-px {
    min-width: 800px;
}

.w-min-900-px {
    min-width: 900px;
}

.w-min-1000-px {
    min-width: 1000px;
}

.w-min-1100-px {
    min-width: 1100px;
}

.w-min-1200-px {
    min-width: 1200px;
}

.z-min-1 {
    z-index: -1;
}

.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.z-4 {
    z-index: 4;
}

.z-100 {
    z-index: 100;
}

.pos-right-0-per {
    right: 0;
}

.pos-right-min-200-per {
    right: -200%;
}

.pos-right-min-150-per {
    right: -150%;
}


.pos-right-25-per {
    right: 25%;
}

.pos-right-min-5-px {
    right: -5px;
}

.pos-right-min-20-px {
    right: -20px;
}

.pos-right-min-2-px {
    right: -2px;
}

.pos-right-5-px {
    right: 5px;
}

.pos-right-min-50-px {
    right: -50px;
}

.pos-right-min-75-px {
    right: -75px;
}

.pos-right-min-100-px {
    right: -100px;
}

.pos-right-min-300-px {
    right: -300px;
}

.pos-left-min-150-per {
    left: -150%;
}

.pos-left-min-200-per {
    left: -200%;
}

.pos-left-0-per {
    left: 0;
}

.pos-left-100-per {
    left: 100%;
}

.pos-left-5-px {
    left: 5px;
}

.pos-left-50-per {
    left: 50%;
}

.pos-left-75-per {
    left: 75%;
}


.pos-left-min-20-px {
    left: -20px;
}

.pos-left-min-50-px {
    left: -50px;
}

.pos-left-min-75-px {
    left: -75px;
}

.pos-left-min-300-px {
    left: -300px;
}

.pos-left-min-300-per {
    left: -300px;
}

.pos-left-25-per {
    left: 25%;
}

.pos-top-0-per {
    top: 0;
}

.pos-top-50-per {
    top: 50%;
}

.pos-top-100-per {
    top: 100%;
}


.pos-bottom-0-per {
    bottom: 0;
}

.p-top-8-px {
    padding-top: 8px;
}

.p-bottom-8-px {
    padding-bottom: 8px;
}

.m-top-10-px {
    margin-top: 10px;
}

.vis-on {
    visibility: visible;
}

.vis-off {
    visibility: hidden;
}

.scroll-x {
    overflow-x: scroll;
}

.scroll-y {
    overflow-y: scroll;
}

.scroll-y-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
}

.direction-rtl {
    direction: rtl;
}

.direction-ltr {
    direction: ltr;
}

.grey-white-E5 {
    background-color: #e5e5e5;
}

.grey-white-F6 {
    background-color: #f6f6f6;
}

/*.border-start-dim-yellow{*/
/*    border-left-color: #ACA474 !important;*/
/*}*/

.b-bottom-2-px-sec-sec-der {
    border-bottom: 3px solid var(--secondary-second-der) !important;
}


.rounded-bottom-15-px {
    border-radius: 0 0 10px 10px;
}

.rounded-top-15-px {
    border-radius: 10px 10px 0 0;
}

.estate-button, .button {
    border: 1px solid var(--primary);
}

.button:hover {
    background-color: var(--primary) !important;
    color: var(--secondary) !important;
}

.estate-button:hover {
    background-color: var(--estate-sidebar) !important;
    color: var(--secondary) !important;
}


.list-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-buttons button {
    margin-left: 5px;
    width: 40px;
    height: 40px;
}

.dis-grid-auto-400-px {
    display: flex;
    grid-template-columns: repeat(auto-fill, 400px);
    gap: 8px;
    justify-content: space-evenly;
    align-items: flex-start;
}

/************************************* START OF TABLE CSS *************************************/

.down-right-reverse-curves::after {
    content: "";
    position: absolute;
    /*background-color: #0074D9;*/
    z-index: -1;
    right: -29px;
    top: 2%;
    height: 50px;
    width: 30px;
    /*border: 1px solid red;*/
    border-bottom-left-radius: 60px;
    box-shadow: 0 25px 0 0 var(--primary); /* This is where the magic happens! */
}

.down-left-reverse-curves::before {
    content: "";
    position: absolute;
    /*background-color: #0074D9;*/
    z-index: -1;
    left: -29px;
    top: 2%;
    height: 50px;
    width: 30px;
    /*border: 1px solid red;*/
    border-bottom-right-radius: 60px;
    box-shadow: 0 25px 0 0 var(--primary); /* This is where the magic happens! */
}


.up-right-reverse-curves::after {
    content: "";
    position: absolute;
    /*background-color: #0074D9;*/
    z-index: -1;
    right: -43px;
    top: -2%;
    height: 50px;
    width: 50px;
    /*border: 1px solid red;*/
    border-top-left-radius: 60px;
    box-shadow: 0 -25px 0 0 var(--primary); /* This is where the magic happens! */
}

.up-left-reverse-curves::before {
    content: "";
    position: absolute;
    /*background-color: #0074D9;*/
    z-index: -1;
    left: -43px;
    top: -2%;
    height: 50px;
    width: 50px;
    /*border: 1px solid red;*/
    border-top-right-radius: 60px;
    box-shadow: 0 -25px 0 0 var(--primary); /* This is where the magic happens! */
}


.down-left-reverse-curves::before,
.down-right-reverse-curves::after {
    box-shadow: 0 25px 0 0 var(--primary); /* This is where the magic happens! */
}

.up-left-reverse-curves::before,
.up-right-reverse-curves::after {
    box-shadow: 0 -25px 0 0 var(--primary); /* This is where the magic happens! */
}

.down-custom-color::after,
.down-custom-color::before {
    box-shadow: 0 25px 0 0 var(--tertiary-first-der) !important;
}

.up-custom-color::after,
.up-custom-color::before {
    box-shadow: 0 -25px 0 0 var(--tertiary-first-der) !important;
}


.table-pagination-buttons:hover {
    background-color: var(--secondary-second-der) !important;
    color: var(--secondary) !important;
}

.down-left-reverse-curves::before,
.down-right-reverse-curves::after {
    box-shadow: 0 25px 0 0 var(--primary); /* This is where the magic happens! */
}

.up-left-reverse-curves::before,
.up-right-reverse-curves::after {
    box-shadow: 0 -25px 0 0 var(--primary); /* This is where the magic happens! */
}


@media screen and (min-width: 0) and (max-width: 600px) {
    .table-utils-container-up div:not(:first-child) {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .table-utils-container-up div:not(:first-child) {
        /*border-top-left-radius: 0;*/
        /*border-top-right-radius: 0;*/
    }

    .table-utils-container-up div:not(:first-child) div {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .down-left-reverse-curves::before,
    .down-right-reverse-curves::after {
        display: none !important;
    }

    .up-left-reverse-curves::before,
    .up-right-reverse-curves::after {
        display: none !important;
    }

    .details-container {
        font-size: 18px !important;
    }

}


/************************************* END OF TABLE CSS *************************************/


@media screen and (min-width: 0)  and (max-width: 1300px) {
    .products-container {
        flex-direction: column;
    }

    .products-container div {
        width: 100%;
    }
}


@media screen  and (min-width: 400px) and (max-width: 900px) {

    .list-buttons {
        /*display: flex;*/
        justify-content: flex-start;
        /*align-items: top_center;*/
    }

    .list-buttons button {
        margin-left: 5px;
        width: 35px;
        height: 35px;
    }

    #form-holder {
        width: 100%;
    }

    .list-container {
        width: 100%;
    }
}

@media screen  and (min-width: 0px) and (max-width: 400px) {
    #form-holder {
        width: 100%;
    }

}
