/* default-button */
.default-button {
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #4da42f;
    border-radius: 25px;
    color: #fff;
    transition: 0.3s;
}
.default-button:hover {
    background: #379025;
    color: #fff;
}
.default-button:active {
    background: #006e12;
    color: #fff;
}
.default-button.default-button--white {
    background: #fff;
    color: var(--theme__color1);
}
.default-button.default-button--white:hover {
    background: #f2f7f1;
    color: var(--theme__color1);
}

.default-button.default-button--small {
    padding: 8px 16px;
}

/* text-button */
.text-button {
    color: var(--theme__color1);
    font-weight: 700;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
a.text-button.bottom-button.open-chat {
    color: #4da42f !important;
}
.text-button .icon {
    margin: 0px 0 0 8px;
    font-size: 20px;
    transition: 0.3s;
}
.text-button .icon.icon--first {
    margin: 0px 8px 0 0;
}
.text-button:hover .icon {
    /* transform: translate(20%,0); */
}
.text-button:hover {
    color: #379025;
}

.text-button.text-button--ass {
    color: #757575;
}
.text-button.text-button--ass:hover {
    color: var(--theme__color1);
}
.text-button.text-button--white {
    color: #fff;
}
.text-button.text-button--white:hover {
    color: #87d15f;
}

.text-button--sm {
    font-size: 14px;
}

/* round-icon-button */
.round-icon-button {
    flex-shrink: 0;
    font-size: 18px;
    height: 48px;
    width: 48px;
    background: var(--theme__color1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    transition: 0.3s;
}
.round-icon-button:hover {
    background: #379025;
    color: #fff;
}

/* checkbox-model */
.checkbox-model {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 3px;
    font-size: 14px;
    flex-shrink: 0;
    position: relative;
}
.checkbox-model::before {
    content: "";
    height: 100%;
    width: 100%;
    border: 2px solid #bdbdbd;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    border-radius: inherit;
}
.checkbox-model::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    height: 100%;
    width: 100%;
    position: absolute;
    background: var(--theme__color1);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: inherit;
    border-radius: inherit;
    opacity: 0;
    transition: 0.3s;
}
.checkbox-model:checked::after {
    opacity: 1;
}
.checkbox-model.checkbox-model--white::before {
    border-color: #fff;
}
.checkbox-model.checkbox-model--white::after {
    background: transparent;
}

/* small-tools */
.op-0 {
    opacity: 0 !important;
    visibility: hidden;
}
.section-light-bordered {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background: #f2f7f1;
}
.underline {
    text-decoration: underline !important;
}
.h-initial {
    height: initial !important;
}
.space-nowrap {
    white-space: nowrap;
}
.hidden-scroll {
    overflow-y: auto !important;
    -ms-overflow-style: none !important; /* IE and Edge */
    scrollbar-width: none !important; /* Firefox */
}
.hidden-scroll::-webkit-scrollbar {
    display: none !important;
}
.pseudo-before-none::before {
    display: none !important;
}
.pseudo-after-none::after {
    display: none !important;
}
.pseudo-none::before,
.pseudo-none::after {
    display: none !important;
}

.owl-stage {
    display: flex !important;
    padding: 1px;
}
.owl-stage .owl-item > * {
    height: 100%;
}

.flip {
    transform: rotateY(180deg);
}
.flip-x {
    transform: rotateX(180deg);
}
.rotate1_8 {
    transform: rotate(45deg) !important;
}
.rotate2_8 {
    transform: rotate(90deg) !important;
}
.rotate3_8 {
    transform: rotate(135deg) !important;
}
.rotate4_8 {
    transform: rotate(180deg) !important;
}
.rotate5_8 {
    transform: rotate(225deg) !important;
}
.rotate6_8 {
    transform: rotate(270deg) !important;
}
.rotate7_8 {
    transform: rotate(315deg) !important;
}
.rotate8_8 {
    transform: rotate(360deg) !important;
}

/* bg */
.bg-theme1 {
    background: var(--theme__color1) !important;
}
.bg-theme2 {
    background: var(--theme__color2) !important;
}
.bg-theme3 {
    background: var(--theme__color3) !important;
}
.bg-theme4 {
    background: var(--theme__color4) !important;
}

/* hover--bg */
.hover-bg-theme1:hover {
    background: var(--theme__color1) !important;
}
.hover-bg-theme2:hover {
    background: var(--theme__color2) !important;
}
.hover-bg-theme3:hover {
    background: var(--theme__color3) !important;
}
.hover-bg-theme4:hover {
    background: var(--theme__color4) !important;
}

/* fonts */
.font1 {
    font-family: var(--font1) !important;
}
.font2 {
    font-family: var(--font2) !important;
}
.font3 {
    font-family: var(--font3) !important;
}
.font4 {
    font-family: var(--font4) !important;
}

/* text-color */
.color-white {
    color: #fff !important;
}
.color-text {
    color: var(--text__color1) !important;
}
.color-theme1 {
    color: var(--theme__color1) !important;
}
.color-theme2 {
    color: var(--theme__color2) !important;
}
.color-theme3 {
    color: var(--theme__color3) !important;
}
.color-theme4 {
    color: var(--theme__color4) !important;
}
.color-text {
    color: var(--color__text) !important;
}
.color-ass {
    color: #757575 !important;
}

/* text-align */
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-justified {
    text-align: justify !important;
}

/* font-weights */
.fw-300 {
    font-weight: 300 !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-800 {
    font-weight: 800 !important;
}

/* line-height */
.line-height1-3 {
    line-height: 1.3 !important;
}

/* nice-select-edit */
.nice-select {
    height: initial;
    min-height: initial;
    line-height: 1;
    padding: 0 20px 0 0;
    float: none;
    display: inline-block;
    border: none;
}
.nice-select:after {
    margin-top: -2px;
}
.nice-select .list .option,
.nice-select.open .list .option {
    font-size: 14px;
    line-height: initial;
    min-height: initial;
    padding: 10px 12px;
    min-width: 50px;
}
.nice-select .option.selected {
    font-weight: inherit;
}
.nice-select .list {
    border-radius: 2px;
    min-width: 100%;
    height: 350px;
    overflow: scroll;
}

@media (max-width: 767px) {
    .nice-select .list .option,
    .nice-select.open .list .option {
        font-size: 16px;
        line-height: initial;
        min-height: initial;
        padding: 8px 12px;
        min-width: 50px;
    }
}

/* ui-slider */
.ui-widget-content .ui-state-default {
    height: 22px;
    width: 22px;
    border: 2px solid #fff !important;
    background: var(--theme__color1);
    border-radius: 50%;
    margin-top: -4px;
}
.ui-slider .ui-slider-range {
    background: var(--theme__color1) !important;
}
#slider-range {
    margin-bottom: 35px;
    background: #e0e0e0;
    height: 5px;
    border-radius: 4px;
    border: none;
}

#slider-range .steps-show {
    display: flex;
    justify-content: space-between;
}
#slider-range .steps-show .step {
    margin-top: -2px;
    width: 1px;
    height: 10px;
    background: #757575;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
#slider-range .steps-show .step .step-content {
    width: max-content;
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translate(-50%, 0);
}
#slider-range .steps-show .step:first-child .step-content {
    left: 0;
    transform: none;
}
#slider-range .steps-show .step:first-child .step-content .prep,
#slider-range .steps-show .step:first-child .step-content .apnd {
    display: none;
}
#slider-range .steps-show .step:last-child .step-content {
    left: auto;
    right: 0;
    transform: none;
}

/* important */
#scrollUp {
    background-image: url("../images/base/top.png");
    bottom: 20px;
    right: 20px;
    width: 38px; /* Width of image */
    height: 38px; /* Height of image */
    color: transparent;
}
