.colorBO {
    background-color: #FFFFFF;
}

.position-absolute {
    position: absolute;
}

.position-absolute-important {
    position: absolute !important;
}

.position-relative {
    position: relative;
}

.position-fixed {
    position: fixed;
}

.top0 {
    top: 0;
}

.left0 {
    left: 0px;
    margin-right: auto;
}

.left-10 {
    left: -10px;
}

.right0 {
    right: 0px;
    margin-left: auto;
}

.right-2 {
    right: -2px;
}

.display-none {
    display: none;
}

.display-none-important {
    display: none !important;
}

.display-block {
    display: block;
}

.display-flex {
    display: flex;
}

.display-flex-important {
    display: flex !important;
}

.uppercase {
    text-transform: uppercase;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.align-justify {
    text-align: justify;
}

.vertical-align {
    margin-top: auto;
    margin-bottom: auto;
}

.horizontal-align {
    margin-right: auto;
    margin-left: auto;
}

.center-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-indent-0 {
    text-indent: 0px;
}

.text-indent {
    text-indent: 5px;
}

.text-indent-10 {
    text-indent: 10px;
}

.text-indent-12 {
    text-indent: 12px;
}

.text-indent-20 {
    text-indent: 20px;
}

.text-indent-25 {
    text-indent: 25px;
}

.text-indent-40 {
    text-indent: 40px;
}

.text-indent-right-10 {
    right: 10px;
}

.text-indent-right-20 {
    right: 20px;
}


.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-hidden-important {
    overflow: hidden !important;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-y-overlay {
    overflow-y: auto;
}

.overflow-y-scroll {
    overflow-y: scroll;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.overflow-x-auto {
    overflow-x: auto;
}

.overflow-x-scroll {
    overflow-x: scroll;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.overflow-x-visible {
    overflow-x: visible;
}

.overflow-auto {
    overflow: auto;
}

.overflow-scroll {
    overflow: scroll;
}

.overflow-visible {
    overflow: visible;
}

.underline-block {
    text-decoration: underline;
}

.underline:hover {
    text-decoration: underline;
}

.no-underline {
    text-decoration: none;
}

.text-strike-out {
    text-decoration: line-through
}

.pointer-event-none {
    pointer-events: none;
}

.pointer-event-fill {
    pointer-events: fill;
}

.hidden {
    display: none;
}

.resize-none {
    resize: none;
}

.© {
    pointer-events: none;
}

.no-padding {
    padding: 0px;
}

.padding1 {
    padding: 1px;
}

.padding3 {
    padding: 3px;
}

.padding5 {
    padding: 5px;
}

.padding8 {
    padding: 8px
}

.padding10 {
    padding: 10px;
}

.padding15 {
    padding: 15px;
}

.padding20 {
    padding: 20px;
}

.padding25 {
    padding: 25px;
}

.padding30 {
    padding: 30px;
}

.padding40 {
    padding: 40px;
}

.padding50 {
    padding: 50px;
}

.padding60 {
    padding: 60px;
}

.padding80 {
    padding: 80px;
}

.padding90 {
    padding: 90px;
}

.margin0 {
    margin: 0px;
}

.margin10 {
    margin: 10px;
}

.margin15 {
    margin: 15px;
}

.margin20 {
    margin: 20px;
}

.margin25 {
    margin: 25px;
}

.margin40 {
    margin: 40px;
}

.padding-top-2 {
    padding-top: 2px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-45 {
    padding-top: 45px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-120 {
    padding-top: 120px;
}

.padding-top-130 {
    padding-top: 130px;
}

.padding-top-140 {
    padding-top: 140px;
}

.padding-top-150 {
    padding-top: 150px;
}

.padding-top-160 {
    padding-top: 160px;
}

.padding-top-170 {
    padding-top: 170px;
}

.padding-top-190 {
    padding-top: 190px;
}


.padding-bottom-2 {
    padding-bottom: 2px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-35 {
    padding-bottom: 35px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-45 {
    padding-bottom: 45px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-75 {
    padding-bottom: 75px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-bottom-150 {
    padding-bottom: 150px;
}

.padding-left-2 {
    padding-left: 2px;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-left-25 {
    padding-left: 25px;
}

.padding-left-30 {
    padding-left: 30px;
}

.padding-left-35 {
    padding-left: 35px;
}

.padding-left-40 {
    padding-left: 40px;
}

.padding-left-45 {
    padding-left: 45px;
}

.padding-left-50 {
    padding-left: 50px;
}

.padding-left-60 {
    padding-left: 60px;
}

.padding-left-70 {
    padding-left: 70px;
}

.padding-left-80 {
    padding-left: 80px;
}

.padding-left-100 {
    padding-left: 100px;
}

.padding-left-140 {
    padding-left: 140px;
}

.padding-left-200 {
    padding-left: 200px;
}

.padding-right-0 {
    padding-right: 0px;
}

.padding-right-2 {
    padding-right: 2px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-right-20 {
    padding-right: 20px;
}

.padding-right-25 {
    padding-right: 25px;
}

.padding-right-30 {
    padding-right: 30px;
}

.padding-right-35 {
    padding-right: 35px;
}

.padding-right-40 {
    padding-right: 40px;
}

.padding-right-50 {
    padding-right: 50px;
}

.padding-right-60 {
    padding-right: 60px;
}

.padding-right-70 {
    padding-right: 70px;
}

.padding-right-80 {
    padding-right: 80px;
}

.padding-right-85 {
    padding-right: 85px;
}

.padding-right-90 {
    padding-right: 90px;
}

.padding-right-100 {
    padding-right: 100px;
}

.padding-right-130 {
    padding-right: 130px;
}

.padding-right-140 {
    padding-right: 140px;
}

.padding-right-200 {
    padding-right: 200px;
}


.no-margin {
    margin: 0px;
}

.margin-auto {
    margin: auto;
}

.margin-width-auto {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.margin-height-auto {
    margin-top: calc(50vh - 150px);
}

.margin-left-auto {
    margin-left: auto;
}

.margin-right-auto {
    margin-right: auto;
}


.margin-right-2 {
    margin-right: 2px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-12 {
    margin-right: 12px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-right-25 {
    margin-right: 25px;
}

.margin-right-30 {
    margin-right: 30px;
}

.margin-right-35 {
    margin-right: 35px;
}

.margin-right-40 {
    margin-right: 40px;
}

.margin-right-45 {
    margin-right: 45px;
}

.margin-right-50 {
    margin-right: 50px;
}

.margin-right-55 {
    margin-right: 55px;
}

.margin-right-60 {
    margin-right: 60px;
}

.margin-right-65 {
    margin-right: 65px;
}

.margin-right-70 {
    margin-right: 70px;
}

.margin-right-75 {
    margin-right: 75px;
}

.margin-right-80 {
    margin-right: 80px;
}

.margin-right-90 {
    margin-right: 90px;
}

.margin-right-100 {
    margin-right: 100px;
}

.margin-right-120 {
    margin-right: 120px;
}

.margin-right-150 {
    margin-right: 150px;
}

.margin-right-160 {
    margin-right: 160px;
}

.margin-right-200 {
    margin-right: 200px;
}

.margin-right-210 {
    margin-right: 210px;
}

.margin-right-215 {
    margin-right: 215px;
}

.margin-left-2 {
    margin-left: 2px;
}

.margin-left-4 {
    margin-left: 4px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-25 {
    margin-left: 25px;
}

.margin-left-30 {
    margin-left: 30px;
}

.margin-left-35 {
    margin-left: 35px;
}

.margin-left-40 {
    margin-left: 40px;
}

.margin-left-45 {
    margin-left: 45px;
}

.margin-left-50 {
    margin-left: 50px;
}

.margin-left-55 {
    margin-left: 55px;
}

.margin-left-60 {
    margin-left: 60px;
}

.margin-left-65 {
    margin-left: 65px;
}

.margin-left-70 {
    margin-left: 70px;
}

.margin-left-75 {
    margin-left: 75px;
}

.margin-left-80 {
    margin-left: 80px;
}

.margin-left-85 {
    margin-left: 85px;
}

.margin-left-90 {
    margin-left: 90px;
}

.margin-left-95 {
    margin-left: 95px;
}

.margin-left-100 {
    margin-left: 100px;
}

.margin-left-125 {
    margin-left: 125px;
}

.margin-left-140 {
    margin-left: 140px;
}

.margin-left-150 {
    margin-left: 150px;
}


.margin-top-auto {
    margin-top: auto;
}

.margin-top-1 {
    margin-top: 1px;
}

.margin-top-2 {
    margin-top: 2px;
}

.margin-top-3 {
    margin-top: 3px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-7 {
    margin-top: 7px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-45 {
    margin-top: 45px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-55 {
    margin-top: 55px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-85 {
    margin-top: 85px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-300 {
    margin-top: 100px;
}

.margin-top-110 {
    margin-top: 110px;
}

.margin-top-120 {
    margin-top: 120px;
}

.margin-top-150 {
    margin-top: 150px;
}

.margin-top-300 {
    margin-top: 200px;
}

.margin-top-250 {
    margin-top: 250px;
}

.margin-bottom-auto {
    margin-bottom: auto;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-2 {
    margin-bottom: 2px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-55 {
    margin-bottom: 55px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.inline-block {
    display: inline-block;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-progress {
    cursor: progress;
}

.cursor-pointer-default {
    cursor: default;
}

.border-top {
    border-top: 1px solid #eee;
}

.border-bottom {
    border-bottom: 1px solid #eee;
}

.border-bottom-dashed {
    border-bottom: 1px dashed #eee;
}

.border-none {
    border: 0px solid #eee;
}

.line-height-10 {
    line-height: 10px;
}

.line-height-12 {
    line-height: 12px;
}

.line-height-14 {
    line-height: 14px;
}

.line-height-15 {
    line-height: 15px;
}

.line-height-16 {
    line-height: 16px;
}

.line-height-18 {
    line-height: 18px;
}

.line-height-20 {
    line-height: 20px;
}

.line-height-22 {
    line-height: 22px;
}

.line-height-30 {
    line-height: 30px;
}

.line-height-32 {
    line-height: 32px;
}

.line-height-36 {
    line-height: 36px;
}

.line-height-38 {
    line-height: 38px;
}

.line-height-40 {
    line-height: 40px;
}

.line-height-50 {
    line-height: 50px;
}

.line-height-60 {
    line-height: 60px;
}

.border-radius-0 {
    border-radius: 0px;
}

.border-radius-5 {
    border-radius: 5px;
}

.border-radius-10 {
    border-radius: 10px;
}

.border-radius-15 {
    border-radius: 15px;
}

.border-radius-20 {
    border-radius: 20px;
}

.border-radius-25 {
    border-radius: 25px;
}

.border-radius-30 {
    border-radius: 30px;
}

.border-radius-35 {
    border-radius: 35px;
}

.border-radius-40 {
    border-radius: 40px;
}

.border-radius-50 {
    border-radius: 50px;
}

.border-radius-left-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.border-radius-left-10 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.border-radius-left-20 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.border-radius-right-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.border-radius-right-10 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.border-radius-right-20 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.border-radius-right-30 {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.border-radius-right-50 {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.border-radius-bottom-0 {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.border-radius-bottom-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.border-radius-bottom-10 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.border-radius-bottom-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.border-radius-top-10 {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.border-radius-top-5 {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.border-radius-circle {
    border-radius: 50%;
}

.border-bottom-radius-5 {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.border-bottom-radius-10 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.border-bottom-radius-20 {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.border-right-radius-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.border-right-radius-10 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.border-right-radius-15 {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.border-right-radius-20 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.border-left-radius-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.border-left-radius-10 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.border-left-radius-20 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.border-top-radius-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.border-top-radius-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.border-top-radius-20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.border-top-right-5 {
    border-top-right-radius: 5px;
}

.border-top-right-10 {
    border-top-right-radius: 10px;
}

.border-top-right-20 {
    border-top-right-radius: 20px;
}

.border-top-right-30 {
    border-top-right-radius: 30px;
}

.border-top-left-10 {
    border-top-left-radius: 10px;
}

.border-top-left-20 {
    border-top-left-radius: 20px;
}

.border-top-left-30 {
    border-top-left-radius: 30px;
}

.border-bottom-left-20 {
    border-bottom-left-radius: 20px;
}

.border-bottom-right-10 {
    border-bottom-right-radius: 10px;
}

.border-bottom-right-20 {
    border-bottom-right-radius: 20px;
}

.border-bottom-right-50 {
    border-bottom-right-radius: 50px;
}

.border-bottom-left-10 {
    border-bottom-left-radius: 10px;
}

.border-bottom-left-20 {
    border-bottom-left-radius: 20px;
}

.border-width-0 {
    border-width: 0px;
}

.border-width-1 {
    border-width: 1px;
}

.border-style-solid {
    border-style: solid;
}

.border-right {
    border-right: 1px solid #bababa;
}

.border-left {
    border-left: 1px solid #bababa;
}

.border-top {
    border-top: 1px solid #bababa;
}

.border-bottom {
    border-bottom: 1px solid #bababa;
}

.border-top-dashed {
    border-top: 1px dashed #bababa;
}

.border-top-hidden {
    border-top: hidden !important;
}

.pointer-events {
    pointer-events: none;
}


.full-container {
    height: 100%;
    width: 100%;
}

.full-width-screen {
    width: 100vw;
}

/*HEIGHTS*/
.height0 {
    vertical-align: middle;
    height: 0px;
}

.height5 {
    vertical-align: middle;
    height: 5px;
    line-height: 5px;
}

.height7 {
    vertical-align: middle;
    height: 7px;
    line-height: 7px;
}

.height10 {
    vertical-align: middle;
    height: 10px;
    line-height: 10px;
}

.height15 {
    vertical-align: middle;
    height: 15px;
    line-height: 15px;
}

.height16 {
    vertical-align: middle;
    height: 16px;
    line-height: 16px;
}

.height20 {
    vertical-align: middle;
    height: 20px;
    line-height: 20px;
}

.height25 {
    vertical-align: middle;
    height: 25px;
    line-height: 25px;
}

.height30 {
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
}

.height34 {
    vertical-align: middle;
    height: 34px;
    line-height: 34px;
}

.height35 {
    vertical-align: middle;
    height: 35px;
    line-height: 35px;
}

.height-30 {
    height: 30px;
}

.height-40 {
    height: 40px;
}

.height40 {
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
}

.height45 {
    vertical-align: middle;
    height: 45px;
    line-height: 45px;
}

.height50 {
    vertical-align: middle;
    height: 50px;
    line-height: 50px;
}

.height55 {
    vertical-align: middle;
    height: 55px;
    line-height: 55px;
}

.height-50 {
    vertical-align: middle;
    height: 50px;
}

.height60 {
    vertical-align: middle;
    height: 60px;
    line-height: 60px;
}

.height65 {
    vertical-align: middle;
    height: 65px;
    line-height: 65px;
}

.height70 {
    vertical-align: middle;
    height: 70px;
    line-height: 70px;
}

.height75 {
    vertical-align: middle;
    height: 75px;
    line-height: 75px;
}

.height80 {
    vertical-align: middle;
    height: 80px;
    line-height: 80px;
}

.height85 {
    vertical-align: middle;
    height: 85px;
    line-height: 85px;
}

.height90 {
    vertical-align: middle;
    height: 90px;
    line-height: 90px;
}

.height100 {
    vertical-align: middle;
    height: 100px;
    line-height: 100px;
}

.height110 {
    vertical-align: middle;
    height: 110px;
    line-height: 110px;
}

.height115 {
    vertical-align: middle;
    height: 115px;
    line-height: 115px;
}

.height120 {
    vertical-align: middle;
    height: 120px;
    line-height: 120px;
}

.height130 {
    vertical-align: middle;
    height: 130px;
    line-height: 130px;
}

.height140 {
    vertical-align: middle;
    height: 140px;
    line-height: 140px;
}

.height150 {
    vertical-align: middle;
    height: 150px;
    line-height: 150px;
}

.height155 {
    vertical-align: middle;
    height: 155px;
    line-height: 155px;
}

.height160 {
    vertical-align: middle;
    height: 160px;
    line-height: 160px;
}

.height170 {
    vertical-align: middle;
    height: 170px;
    line-height: 170px;
}

.height175 {
    vertical-align: middle;
    height: 175px;
    line-height: 175px;
}

.height180 {
    vertical-align: middle;
    height: 180px;
    line-height: 180px;
}

.height185 {
    vertical-align: middle;
    height: 180px;
    line-height: 180px;
}

.height190 {
    vertical-align: middle;
    height: 190px;
    line-height: 190px;
}

.height195 {
    vertical-align: middle;
    height: 195px;
    line-height: 195px;
}

.height200 {
    vertical-align: middle;
    height: 200px;
    line-height: 200px;
}

.height210 {
    vertical-align: middle;
    height: 210px;
    line-height: 210px;
}

.height215 {
    vertical-align: middle;
    height: 215px;
    line-height: 215px;
}

.height220 {
    vertical-align: middle;
    height: 220px;
    line-height: 220px;
}

.height225 {
    vertical-align: middle;
    height: 225px;
    line-height: 225px;
}

.height230 {
    vertical-align: middle;
    height: 230px;
    line-height: 230px;
}

.height240 {
    vertical-align: middle;
    height: 240px;
    line-height: 240px;
}

.height250 {
    vertical-align: middle;
    height: 250px;
    line-height: 250px;
}

.height260 {
    vertical-align: middle;
    height: 260px;
    line-height: 260px;
}

.height270 {
    vertical-align: middle;
    height: 270px;
    line-height: 270px;
}

.height275 {
    vertical-align: middle;
    height: 275px;
    line-height: 275px;
}

.height280 {
    vertical-align: middle;
    height: 280px;
}

.height290 {
    vertical-align: middle;
    height: 290px;
}

.height295 {
    vertical-align: middle;
    height: 295px;
}

.height300 {
    vertical-align: middle;
    height: 300px;
    line-height: 300px;
}

.height305 {
    vertical-align: middle;
    height: 305px;
    line-height: 305px;
}

.height310 {
    vertical-align: middle;
    height: 310px;
    line-height: 310px;
}

.height320 {
    vertical-align: middle;
    height: 320px;
    line-height: 320px;
}

.height330 {
    vertical-align: middle;
    height: 330px;
    line-height: 330px;
}

.height340 {
    vertical-align: middle;
    height: 340px;
    line-height: 340px;
}

.height345 {
    vertical-align: middle;
    height: 345px;
    line-height: 345px;
}

.height350 {
    vertical-align: middle;
    height: 350px;
    line-height: 350px;
}

.height360 {
    vertical-align: middle;
    height: 360px;
    line-height: 360px;
}

.height370 {
    vertical-align: middle;
    height: 370px;
    line-height: 370px;
}

.height375 {
    vertical-align: middle;
    height: 375px;
    line-height: 375px;
}

.height380 {
    vertical-align: middle;
    height: 380px;
    line-height: 380px;
}

.height390 {
    vertical-align: middle;
    height: 390px;
    line-height: 390px;
}

.height400 {
    vertical-align: middle;
    height: 400px;
    line-height: 400px;
}

.height420 {
    vertical-align: middle;
    height: 420px;
    line-height: 420px;
}

.height460-nolineheight {
    vertical-align: middle;
    height: 460px;
}

.height440 {
    vertical-align: middle;
    height: 440px;
    line-height: 440px;
}

.height450 {
    vertical-align: middle;
    height: 450px;
    line-height: 450px;
}

.height460 {
    vertical-align: middle;
    height: 460px;
    line-height: 460px;
}

.height480 {
    vertical-align: middle;
    height: 480px;
    line-height: 480px;
}

.height-500 {
    vertical-align: middle;
    height: 500px;
}

.height500 {
    vertical-align: middle;
    height: 500px;
    line-height: 500px;
}

.height520 {
    vertical-align: middle;
    height: 520px;
    line-height: 520px;
}

.height530 {
    vertical-align: middle;
    height: 530px;
    line-height: 530px;
}

.height535 {
    vertical-align: middle;
    height: 535px;
    line-height: 535px;
}

.height550 {
    vertical-align: middle;
    height: 550px;
    line-height: 550px;
}

.height560 {
    vertical-align: middle;
    height: 560px;
    line-height: 560px;
}

.height590 {
    vertical-align: middle;
    height: 590px;
    line-height: 590px;
}

.height600 {
    vertical-align: middle;
    height: 600px;
    line-height: 600px;
}

.height620 {
    vertical-align: middle;
    height: 620px;
    line-height: 620px;
}

.height650 {
    vertical-align: middle;
    height: 650px;
    line-height: 650px;
}

.height700 {
    vertical-align: middle;
    height: 700px;
    line-height: 700px;
}

.height800 {
    vertical-align: middle;
    height: 800px;
    line-height: 800px;
}

.height820 {
    vertical-align: middle;
    height: 820px;
    line-height: 820px;
}

.height840 {
    vertical-align: middle;
    height: 840px;
    line-height: 840px;
}

.height940 {
    vertical-align: middle;
    height: 940px;
    line-height: 940px;
}

.height-auto {
    height: auto;
}

.height-100vh {
    height: 100vh;
}

.height-100-percent {
    height: 100%;
}

.height-90-percent {
    height: 90%;
}

.height-75-percent {
    height: 75%;
}

.height-60-percent {
    height: 60%;
}

.height-50-percent {
    height: 50%;
}

.height-45-percent {
    height: 45%;
}

.height-40-percent {
    height: 40%;
}

.height-30-percent {
    height: 30%;
}

.height-20-percent {
    height: 20%;
}


.height-reset {
    vertical-align: baseline !important;
    line-height: normal !important;
}

.line-height-25 {
    line-height: 25px;
}

/*HEIGHTS*/

/*WIDTH*/
.width-auto {
    width: auto;
}

.width0 {
    width: 0px;
}

.width1 {
    width: 1px;
}

.width2 {
    width: 2px;
}

.width5 {
    width: 5px;
}

.width7 {
    width: 7px;
}

.width10 {
    width: 10px;
}

.width15 {
    width: 15px;
}

.width16 {
    width: 16px;
}

.width20 {
    width: 20px;
}

.width25 {
    width: 25px;
}

.width30 {
    width: 30px;
}

.width35 {
    width: 35px;
}

.width40 {
    width: 40px;
}

.width45 {
    width: 45px;
}

.width50 {
    width: 50px;
}

.width55 {
    width: 55px;
}

.width60 {
    width: 60px;
}

.width65 {
    width: 65px;
}

.width70 {
    width: 70px;
}

.width75 {
    width: 75px;
}

.width80 {
    width: 80px;
}

.width85 {
    width: 85px;
}

.width90 {
    width: 90px;
}

.width100 {
    width: 100px;
}

.width105 {
    width: 105px;
}

.width110 {
    width: 110px;
}

.width115 {
    width: 115px;
}

.width120 {
    width: 120px;
}

.width130 {
    width: 130px;
}

.width140 {
    width: 140px;
}

.width150 {
    width: 150px;
}

.width155 {
    width: 155px;
}

.width160 {
    width: 160px;
}

.width165 {
    width: 165px;
}

.width170 {
    width: 170px;
}

.width175 {
    width: 175px;
}

.width180 {
    width: 180px;
}

.width190 {
    width: 190px;
}

.width200 {
    width: 200px;
}

.width205 {
    width: 205px;
}

.width210 {
    width: 210px;
}

.width220 {
    width: 220px;
}

.width225 {
    width: 225px;
}

.width230 {
    width: 230px;
}

.width240 {
    width: 240px;
}

.width250 {
    width: 250px;
}

.width260 {
    width: 260px;
}

.width270 {
    width: 270px;
}

.width275 {
    width: 275px;
}

.width280 {
    width: 280px;
}

.width290 {
    width: 290px;
}

.width300 {
    width: 300px;
}

.width305 {
    width: 305px;
}

.width310 {
    width: 310px;
}

.width315 {
    width: 315px;
}

.width320 {
    width: 320px;
}

.width330 {
    width: 330px;
}

.width340 {
    width: 340px;
}

.width345 {
    width: 345px;
}

.width350 {
    width: 350px;
}

.width365 {
    width: 365px;
}

.width370 {
    width: 370px;
}

.width380 {
    width: 380px;
}

.width400 {
    width: 400px;
}

.width420 {
    width: 420px;
}

.width440 {
    width: 440px;
}

.width450 {
    width: 450px;
}

.width465 {
    width: 465px;
}

.width500 {
    width: 500px;
}

.width520 {
    width: 520px;
}

.width540 {
    width: 540px;
}

.width550 {
    width: 550px;
}

.width560 {
    width: 560px;
}

.width600 {
    width: 600px;
}

.width620 {
    width: 620px;
}

.width660 {
    width: 660px;
}

.width700 {
    width: 700px;
}

.width780 {
    width: 780px;
}

.width800 {
    width: 800px;
}

.width900 {
    width: 900px;
}

.width950 {
    width: 950px;
}

.width990 {
    width: 990px;
}

.width1000 {
    width: 1000px;
}

.width1080 {
    width: 1080px;
}

.width1280 {
    width: 1280px;
}

.width-50-percent {
    width: 50%;
}

.width-90-percent {
    width: 90%;
}

.width-100-percent {
    width: 100%;
}

.max-width-20 {
    max-width: 20px;
}

.max-width-30 {
    max-width: 30px;
}

.max-width-40 {
    max-width: 40px;
}

.max-width-50 {
    max-width: 50px;
}

.max-width-70 {
    max-width: 70px;
}

.max-width-80 {
    max-width: 80px;
}

.max-width-100 {
    max-width: 100px;
}

.max-width-150 {
    max-width: 150px;
}

.max-width-200 {
    max-width: 200px;
}

.max-width-220 {
    max-width: 220px;
}

.max-width-250 {
    max-width: 250px;
}

.max-width-210 {
    max-width: 210px;
}

.max-width-280 {
    max-width: 280px;
}

.max-width-300 {
    max-width: 300px;
}

.max-width-340 {
    max-width: 340px;
}

.max-width-350 {
    max-width: 350px;
}

.max-width-400 {
    max-width: 400px;
}

.max-width-420 {
    max-width: 420px;
}

.max-width-440 {
    max-width: 440px;
}

.max-width-465 {
    max-width: 465px;
}

.max-width-600 {
    max-width: 600px;
}

.max-width-650 {
    max-width: 650px;
}

.max-width-1200 {
    max-width: 1200px;
}

.max-width-100-percent {
    max-width: 100%;
}

.max-height-10 {
    max-height: 10px;
}

.max-height-20 {
    max-height: 20px;
}

.max-height-30 {
    max-height: 30px;
}

.max-height-100 {
    max-height: 100px;
}

.max-height-150 {
    max-height: 150px;
}

.max-height-200 {
    max-height: 200px;
}

.max-height-210 {
    max-height: 210px;
}

.max-height-250 {
    max-height: 250px;
}

.max-height-280 {
    max-height: 280px;
}

.max-height-300 {
    max-height: 300px;
}

.max-height-350 {
    max-height: 350px;
}

.max-height-400 {
    max-height: 400px;
}

.max-height-610 {
    max-height: 610px;
}

.max-height-820 {
    max-height: 820px;
}

.max-height-55-percent {
    max-height: 55%;
}

.max-height-100-percent {
    max-height: 100%;
}

.min-height-0 {
    min-height: 0px;
}

.min-height-0-important {
    min-height: 0px !important;
}

.min-height-50 {
    min-height: 50px;
}

.min-height-70 {
    min-height: 70px;
}

.min-height-80 {
    min-height: 80px;
}

.min-height-100 {
    min-height: 100px;
}

.min-height-200 {
    min-height: 200px;
}

.min-height-100-percent {
    min-height: 100%;
}

.min-height-20vw {
    min-height: 20vw;
}

.min-width-0 {
    min-width: 0px;
}

.min-width-10 {
    min-width: 10px;
}

.min-width-15 {
    min-width: 15px;
}

.min-width-25 {
    min-width: 25px;
}

.min-width-45 {
    min-width: 45px;
}

.min-width-50 {
    min-width: 50px;
}

.min-width-60 {
    min-width: 60px;
}

.min-width-70 {
    min-width: 70px;
}

.min-width-80 {
    min-width: 80px;
}

.min-width-90 {
    min-width: 90px;
}

.min-width-100 {
    min-width: 100px;
}

.min-width-110 {
    min-width: 110px;
}

.min-width-115 {
    min-width: 115px;
}

.min-width-120 {
    min-width: 120px;
}

.min-width-140 {
    min-width: 140px;
}

.min-width-170 {
    min-width: 170px;
}

.min-width-190 {
    min-width: 190px;
}

.min-width-200 {
    min-width: 200px;
}

.min-width-220 {
    min-width: 220px;
}

.min-width-250 {
    min-width: 250px;
}

.min-width-300 {
    min-width: 300px;
}

.min-width-380 {
    min-width: 380px;
}

.min-width-410 {
    min-width: 410px;
}

.min-width-440 {
    min-width: 440px;
}

.min-width-450 {
    min-width: 450px;
}

.min-width-460 {
    min-width: 460px;
}

.min-width-500 {
    min-width: 500px;
}

.min-width-590 {
    min-width: 590px;
}

.min-width-600 {
    min-width: 600px;
}

.min-width-640 {
    min-width: 640px;
}

.min-width-650 {
    min-width: 650px;
}

.min-width-700 {
    min-width: 700px;
}

.min-width-720 {
    min-width: 720px;
}

.min-width-900 {
    min-width: 900px;
}

.min-width-950 {
    min-width: 950px;
}

.min-width-1280 {
    min-width: 1280px;
}

.min-width-25-important {
    min-width: 25px !important;
}


.width40perc {
    width: 40%;
}

.width100perc {
    width: 100% !important;
}

.width-fit-content {
    width: fit-content;
}

/*WIDTH*/

.center-element {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-top: auto;
}

.center-element-horizontal {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.center-element-no-absolute {
    top: 50%;
    transform: translateY(-50%);
}

/*GRID*/
.grid-center-500 {
    position: relative;
    width: 500px;
    margin: 0 auto;
}

.grid-flex {
    display: flex;
    position: relative;
    width: 100%;
    flex: 1;
}

.grid-wrap {
    flex-wrap: wrap;
}

.grid-flew-start {
    justify-content: flex-start;
}

.grid-flew-between {
    justify-content: space-between;
}

.grid-button {
    position: relative;
    width: 100%;
    height: 40px;
}

.grid-1fr-1fr {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.grid-1fr-200 {
    display: grid;
    grid-template-columns: 1fr 200px;
}

.grid-1fr-1fr-1fr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.grid-200-1fr-1fr {
    display: grid;
    grid-template-columns: 200px 1fr 1fr;
}

.grid-1fr-200-1fr {
    display: grid;
    grid-template-columns: 1fr 200px 1fr;
}

.grid-1fr-1fr-200 {
    display: grid;
    grid-template-columns: 1fr 1fr 200px;
}

.grid-1fr-1fr-1fr-1fr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.gap-60 {
    gap: 60px;
}

.gap-40 {
    gap: 40px;
}

.gap-30 {
    gap: 30px;
}

.gap-20 {
    gap: 20px;
}

.gap-10 {
    gap: 10px;
}

.gap-5 {
    gap: 5px;
}

.grid-gap-5 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}

.grid-gap-20 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.grid-gap-40 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.grid-1-1 {
    position: relative;
    box-sizing: border-box;
    width: 100%;
}

.grid-1-2 {
    position: relative;
    width: 50%;
}

.grid-1-3 {
    position: relative;
    width: 33%;
    display: inline-block;
    vertical-align: top;
}

.grid-1-4-no-inline {
    position: relative;
    width: 25%;
}

.grid-1-4 {
    position: relative;
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.grid-1-4-no-inline {
    position: relative;
    width: 25%;
}

.grid-1-5 {
    position: relative;
    width: 20%;
    display: inline-block;
    vertical-align: top;
}

.grid-4-5 {
    position: relative;
    width: 80%;
    display: inline-block;
    vertical-align: top;
}

.grid-1-6 {
    position: relative;
    width: 16%;
    display: inline-block;
    vertical-align: top;
}

.grid-1-7 {
    position: relative;
    width: 14.28%;
    display: inline-block;
    vertical-align: top;
}

.grid-1-8 {
    position: relative;
    width: 12.5%;
    display: inline-block;
    vertical-align: top;
}

.grid-1-10 {
    position: relative;
    width: 10%;
    display: inline-block;
    vertical-align: top;
}

.grid-1-14 {
    position: relative;
    width: 7%;
    display: inline-block;
    vertical-align: top;
}

.grid-2-3 {
    position: relative;
    width: 67%;
    display: inline-block;
    vertical-align: top;
}

.grid-3-4 {
    position: relative;
    width: 75%;
    display: inline-block;
    vertical-align: top;
}

.grid-3-4-no-inline {
    position: relative;
    width: 75%;
}

.grid-5-6 {
    position: relative;
    width: 84%;
    vertical-align: top;
}

.grid-7-8 {
    position: relative;
    width: 87.5%;
    display: inline-block;
    vertical-align: top;
}

.grid-9-10 {
    position: relative;
    width: 90%;
    display: inline-block;
    vertical-align: top;
}

.grid_btns {
    margin-top: 10px;
    margin-bottom: 20px;
    vertical-align: top;
}

.grid-flex-column {
    display: flex;
    flex-direction: column;
}

.grid-row {
    border-bottom: 1px solid #eaeaea;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
}

.grid-flex-row-5 {
    margin-bottom: 5px;
}

.grid-flex-row-5:last-child {
    margin-bottom: 0px;
}

.grid-flex-row-10 {
    margin-bottom: 10px;
}

.grid-flex-row-10:last-child {
    margin-bottom: 0px;
}

.grid-flex-row-20 {
    margin-bottom: 20px;
}

.grid-flex-row-20:last-child {
    margin-bottom: 0px;
}

.grid-box-1-3 {
    position: relative;
    width: calc(33% - 30px);
    display: inline-block;
    min-height: 40px;
    line-height: 40px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 4px;
}

.grid-box-1-3:first-child {
    margin-left: 0px;
}

.grid-box-1-3:last-child {
    margin-right: 0px;
}

.grid-auto-width {
    width: auto;
}

.grid-flex-grow {
    flex-grow: 1;
    flex-shrink: 100;
}

.grid-page-numbers {
    position: relative;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 5px 5px 5px;
}

.grid-circle {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0px 5px 0px 5px;
}

.grid-table-header-icon {
    position: relative;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: 50%;
    width: 20px;
    cursor: pointer;
}

.flex-justify-end {
    justify-content: flex-end;
}

.flex-space-between {
    justify-content: space-between;
}

.flex-justify-center {
    justify-content: center;
}

/*ICONS*/
.icon-size-8 {
    background-size: 8px 8px;
    min-width: 8px;
    min-height: 8px;
    background-repeat: no-repeat;
}

.icon-size-10 {
    background-size: 10px 10px;
    min-width: 10px;
    min-height: 10px;
    background-repeat: no-repeat;
}

.icon-size-12 {
    background-size: 12px 12px;
    min-width: 12px;
    min-height: 12px;
    background-repeat: no-repeat;
}

.icon-size-13 {
    background-size: 13px 13px;
    min-width: 13px;
    min-height: 13px;
    background-repeat: no-repeat;
}

.icon-size-15 {
    background-size: 15px 15px;
    min-width: 15px;
    min-height: 15px;
    background-repeat: no-repeat;
}

.icon-size-16 {
    background-size: 16px 16px;
    min-width: 16px;
    min-height: 16px;
    background-repeat: no-repeat;
}

.icon-size-18 {
    background-size: 18px 18px;
    min-width: 18px;
    min-height: 18px;
    background-repeat: no-repeat;
}

.icon-size-20 {
    background-size: 20px 20px;
    min-width: 20px;
    min-height: 20px;
    background-repeat: no-repeat;
}

.icon-size-25 {
    background-size: 25px 25px;
    min-width: 25px;
    min-height: 25px;
    background-repeat: no-repeat;
}

.icon-size-30 {
    background-size: 30px 30px;
    min-width: 30px;
    min-height: 30px;
    background-repeat: no-repeat;
}

.icon-size-35 {
    background-size: 35px 35px;
    min-width: 35px;
    min-height: 35px;
    background-repeat: no-repeat;
}

.icon-size-40 {
    background-size: 40px 40px;
    min-width: 40px;
    min-height: 40px;
    background-repeat: no-repeat;
}

.icon-size-50 {
    background-size: 50px 50px;
    min-width: 50px;
    min-height: 50px;
    background-repeat: no-repeat;
}

.icon-size-60 {
    background-size: 60px 60px;
    min-width: 60px;
    min-height: 60px;
    background-repeat: no-repeat;
}

.icon-size-70 {
    background-size: 70px 70px;
    min-width: 70px;
    min-height: 70px;
    background-repeat: no-repeat;
}

.icon-size-80 {
    background-size: 80px 80px;
    min-width: 80px;
    min-height: 80px;
    background-repeat: no-repeat;
}

.icon-size-100 {
    background-size: 100px 100px;
    min-width: 100px;
    min-height: 100px;
    background-repeat: no-repeat;
}

.icon-size-150 {
    background-size: 150px 150px;
    min-width: 150px;
    min-height: 150px;
    background-repeat: no-repeat;
}

.icon-size-200 {
    background-size: 200px 200px;
    min-width: 200px;
    min-height: 200px;
    background-repeat: no-repeat;
}

.icon-size-300 {
    background-size: 300px 300px;
    min-width: 300px;
    min-height: 300px;
    background-repeat: no-repeat;
}

.icon-size-horizontal-220-25 {
    background-size: 220px 25px;
    min-width: 220px;
    min-height: 25px;
    background-repeat: no-repeat;
}

.icon-size-horizontal-250 {
    background-size: 250px 70px;
    min-width: 250px;
    min-height: 70px;
    background-repeat: no-repeat;
}

.icon-size-horizontal-200 {
    background-size: 200px 70px;
    min-width: 200px;
    min-height: 70px;
    background-repeat: no-repeat;
}

.icon-size-horizontal-200-40 {
    background-size: 200px 40px;
    min-width: 200px;
    min-height: 40px;
    background-repeat: no-repeat;
}

.icon-size-horizontal-140-20 {
    background-size: 140px 20px;
    min-width: 140px;
    min-height: 20px;
    background-repeat: no-repeat;
}

.icon-size-horizontal-160-24 {
    background-size: 160px 24px;
    min-width: 160px;
    min-height: 24px;
    background-repeat: no-repeat;
}

.icon-size-horizontal-100-40 {
    background-size: 100px 40px;
    min-width: 100px;
    min-height: 40px;
    background-repeat: no-repeat;
}

.icon-size-horizontal-100-20 {
    background-size: 100px 20px;
    min-width: 100px;
    min-height: 20px;
    background-repeat: no-repeat;
}

.icon-size-horizontal-70-20 {
    background-size: 70px 20px;
    min-width: 70px;
    min-height: 20px;
    background-repeat: no-repeat;
}

.icon-align-left {
    background-position: left center;
    background-repeat: no-repeat;
}

.icon-align-right {
    background-position: right center;
    background-repeat: no-repeat;
}

.icon-align-center {
    background-position: center;
    background-repeat: no-repeat;
}

.icon-align-bottom {
    background-position: bottom;
    background-repeat: no-repeat;
}

.icon-round {
    border-radius: 50%;
    object-fit: cover;
}

.icon-full-size {
    background-size: cover;
    background-repeat: no-repeat;
}

.icon-cover-center {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.icon-contain {
    background-size: contain;
    background-repeat: no-repeat;
}

/*ICONS*/
.zindex-1 {
    z-index: 1;
}

.zindex-2 {
    z-index: 2;
}

.zindex-666 {
    z-index: 666;
}

.zindex-777 {
    z-index: 777;
}

.zindex-887 {
    z-index: 887;
}

.zindex-888 {
    z-index: 888;
}

.zindex-999 {
    z-index: 999;
}

.zindex-1100 {
    z-index: 1100;
}

/*INPUT*/
.checkbox_input {
    position: relative;
    width: 10%;
    height: 100%;
    display: inline-block;
}

.checkbox_label {
    position: relative;
    width: 90%;
    height: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.product_item {
    position: relative;
    height: 150px;
    margin: 10px;
    background-color: #fff;
    border: 1px solid #ececec;
    cursor: pointer;
}

.input_regular {
    position: relative;
    width: 80%;
    margin-left: 10px;
    height: 30px;
    line-height: 30px;
    outline: 0;
    top: 5px;
    border-radius: 3px;
    border: 1px solid #cecece;
    text-indent: 5px;
}


.top-center {
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.top-right {
    top: 0;
    right: 0;
    margin-left: auto;
}

.bottom-center {
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.bottom-right {
    bottom: 0;
    right: 0;
    margin-left: auto;
    margin-top: auto;
}

.bottom-left {
    bottom: 0;
    left: 0;
    margin-right: auto;
    margin-top: auto;
}

.bottom0 {
    position: absolute;
    bottom: 0;
}

/* Rounded sliders */
.switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 22px;
    top: -2px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */


input:checked + .slider {
    background-color: #25a196;
}

input:focus + .slider {
    box-shadow: 0 0 1px #25a196;
}


.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.label-color-dove-grey {
    color: #707070;
}

.fill {
    object-fit: fill;
}

.contain {
    object-fit: contain;
}

.cover {
    object-fit: cover;
}

.scale-down {
    object-fit: scale-down;
}

.none {
    object-fit: none;
}

.object-position-left {
    object-position: left;
}

.object-position-right {
    object-position: right;
}

/*ANIMATION*/

.animation-all {
    transition: all 0.3s ease-in-out;
}

.animation-width {
    transition: width 0.3s ease-in-out;
}

.loading {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: rgb(245, 245, 245);
    z-index: 9999;
    pointer-events: none;
    display: none;
}


.hidden {
    display: none;
}

.toggle_password {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 40px;
    width: 40px;
}

.icon-eye {
    background-image: url('icons/eye.svg');
}

.icon-eye-blocked {
    background-image: url('icons/eye-blocked.svg');
}

.position-lower-right-10 {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.position-lower-left-10 {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.position-top-right-10 {
    position: absolute;
    top: 10px;
    right: 10px;
}

.position-top-left-10 {
    position: absolute;
    top: 10px;
    left: 10px;
}

.clearfix {
    clear: both;
}

.flex-algin-items-center {
    align-items: center;
}

.text-capitalize {
    text-transform: capitalize;
}

.rotate-180 {
    rotate: 180deg;
}

.border-box {
    box-sizing: border-box;
}

html,
body {
    height: 100vh;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    overflow: hidden;
    scroll-behavior: smooth;
}

.right30 {
    right: 60px;
}

iframe {
    width: 100%;
    border: none;
}

.dynamic-iframe {
    height: 0;
    min-height: 0;
    border: none;
    transition: height 0.2s ease;
}

.grid-flex-grow {
    flex-grow: 1;
    flex-shrink: 100;
}

.grid-1-1 {
    position: relative;
    box-sizing: border-box;
    width: 100%;
}

.label-size-14 {
    font-size: 13px;
    height: 16px;
    line-height: 14px;
    max-width:1500px;
}
.label-size-16 {
    font-size: 16px;
    line-height: 1.8;
    max-width:1500px;
}
.label-size-24 {
    font-size: 24px;
    line-height: 1.8;
        max-width:1500px;

}
.margin-left-10 {
    margin-left: 10px;
}

.colorCultured {
    background-color: #f5f5f5;
}

.colorWhite {
    background-color: #fff;
}

.padding60 {
    padding: 60px;
}

.padding30 {
    padding: 30px;
}

.label-size-32 {
    font-size: 32px;
}

.label-size-26 {
    font-size: 26px;
}

.label-size-20 {
    font-size: 20px;
}

.label-weight-bold {
    font-weight: 600;
}

.margin-bottom-30 {
    margin-bottom: 30px
}

.margin-bottom-20 {
    margin-bottom: 20px
}

.align-left {
    text-align: left;
}

.max-width-150 {
    max-width: 150px;
}

.loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgb(245, 245, 245);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.loading_animation {
    padding: 10px;
    width: 24px;
    height: 24px;
    background-image: url('../assets/loading.svg');
    background-repeat: no-repeat;
    background-size: 100%;
}


.height50 {
    height: 50px;
}

.height-100vh-important {
    height: 100vh !important;
}

.position-relative {
    position: relative;
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #e6e6e6;
    border-radius: 10px;
    margin-bottom:5px;
    margin-left:5px;
    margin-right:5px;
    margin-top:5px;

}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #999999;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #575757;
}

.scrollToTopDiv {
    position: fixed;
    bottom: 25px;
    right: 35px;
    width: 48px;
    height: 48px;
    background-color: #126BFC;
    border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    z-index: 1000;
    transition: background-color 0.3s;
}

.scrollToTopDiv:hover {
    background-color: #0C58D1;
}

.icon_search {
    margin-right: 10px;
}

.search-bar {
    background-color: transparent;
    border-bottom: 1px solid #999999;
    padding-left: 6px !important;
    padding: 12px;
    position: relative;
    display: flex !important;
    align-items: center;
}

.search-bar input[type="text"] {
    background-color: transparent;
    font-size: 14px;
    border: 0px solid #ffff;
    /*background-color: #f5f5f5;*/
}

.search-bar input[type="text"]:focus {
    background-color: transparent;
    outline: none;
    border: none;
}

.search-bar-menu {
    border-bottom: 1px solid #999999;
    padding-left: 6px !important;
    padding: 12px;
}

.search-bar-menu input[type="text"] {
    font-size: 14px;
    border: 0px solid #ffff;
}

.search-bar-menu input[type="text"]:focus {
    outline: none;
    border: none;
}

.highlight {
    background-color: #ffce5d;
    border-radius: 2px;
    padding-left: 0px;
    padding-right: 0px;
    color: black;

}

.highlight-gray {
    background-color: lightgray;
    border-radius: 2px;
    padding-left: 0px;
    padding-right: 0px;

}

.margin60 {
    margin: 60px;
}

.error-message {
    font-size: 10px;
    color: red;
}

.border-bottom-mercury {
    border-bottom: 1px solid #999999;
}


.icon-next {
    margin-top:2px;
    width: 10px;
    height: 10px;
    background-image: url('/assets/icons/icon_next.svg');
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    border: none;

}

.icon-prev {
    margin-top:2px;
    width: 10px;
    height: 10px;
    background-image: url('/assets/icons/icon_next.svg');
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    border: none;
    transform: rotateY(180deg);
}

.top-40-percent{
    top:40%;
}

.label-size-10 {
    font-size: 10px;
}

.width250 {
    width: 250px;
}

.width270 {
    width: 270px;
}

.width100 {
    width: 100px;
}

.text-underline {
    text-decoration: underline;
    text-decoration-color: #444444;
}

.no-select {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.labelColorOuterSpace {
    color: #444444;
}

.labelColorVampireBlack {
    color: #0A0A0A;
}

.labelColorSpanishGray {
    color: #999999;
}

.labelColorBlueCrayola {
    color: #126BFC;
}

.label-size-12 {
    font-size: 12px;
}

.cursor-pointer {
    cursor: pointer;
}

.padding-left-60 {
    padding-left: 60px;
}

.padding-right-60 {
    padding-right: 60px;
}


.menu_left_desktop {
    box-shadow: 10px -10px 20px rgba(0, 0, 0, 0.1);
}

.menu_left_desktop.open {
    transform: translateX(0);
}

.menu_left_desktop.close {
    transform: translateX(-101%);
    width: 0;
}

.menu_left_mobile {
    z-index: 1001;
    position: fixed;
}

.clickable {
    cursor: pointer;
}

.labelColorDeepCarrotOrange{
    color:#e97335;
}
.labelColorMaximumRed{
    color:#db291c;
}
.labelColorKiwi{
    color:#92d050;
}
.labelColorAmber{
    color:#ffc000;
}
.labelColorPhilippineSilver{
    color:#b3b3b3;
}
.label-size-14{
    font-size:13px;
 }

.max-width-1500{
    max-width:1500px;
}
.max-width-2000{
    max-width:2000px;
}
.anchor-offset {
    position: relative;
    top: -80px;
    height: 0;
    visibility: hidden;
}
a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: underline
}

a:visited {
    color: inherit;
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1002;
}

.popup-image {
    max-width: 85%;
    max-height: 95%;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
        cursor: initial;
}
.popup-image.zoom {
    transform: scale(2);
    cursor: zoom-out;
}
.close-button {
       cursor: pointer;
       position: absolute;
       top: 20px;
       right: 20px;
       background: none;
       border: none;
       cursor: pointer;
       width: 30px !important;
       height: 30px !important;
}

img{
cursor:pointer;
}

.margin-top-20 {
    margin-top: 20px;
}

.labelColorMiddleGreen{
    color:#98d259
}
    .labelColorAnnulled{
    color:#999999;
}
.icon_close_main {
    width: 20px;
    height: 20px;
    background-image: url('../assets/icons/icon_close_main.svg');
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    border: none;
        top: -2px;
        position: absolute;
        left: -20px;
}

.label-size-18{
    font-size: 18px;
    line-height: 1.8;
}

.labelColorBurntSienna{
color:#F1795D;
}
.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}


.color1{color: #D7E6FF;}
.color2{color: #83C85C;}
.color3{color: #F3F9EF;}
.color4{color: #FFCE5D;}
.color5{color: #FFF9EB;}
.textshadow{text-shadow: #bababa 1px 1px 2px;}