.flex {
    display: flex !important;
}

@media (min-width: 576px) {
    .w-sm-50 {
        width: 50% !important;
    }
}

@media (min-width: 768px) {
    .w-md-50 {
        width: 50% !important;
    }
}

.items-cent {
    align-items: center !important;
}

.just-cent {
    justify-content: center !important;
}

#site__heading1 {
    font-size: 50px;
    line-height: 42px;
}

.line-height-30 {
    line-height: 35px !important;
}

/*__MOBILE STYLES__*/
@media (max-width: 576px) {
    #site__heading1 {
        font-size: 35px !important;
        line-height: 50px !important;
        margin-bottom: 10px !important;
        margin-top: 13px !important;;
    }

    #site__heading2 {
        padding: 0 !important;
        font-size: 18px !important;
        line-height: 29px !important;
        word-spacing: 6px !important;;
        text-align: center !important;;
        margin-bottom: 17px !important;;
    }
}

/*__MOBILE STYLES__*/
@media (max-width: 960px) {
    #itemSearchInput, #typeSearchInput, .autoComplate-fild #city {
        padding: 10px !important;
        background: white !important;
        border: 1px solid #2d2 !important;
        opacity: 0.6;
    }

    .categories-bar {
        padding-top: 10px;
    }

    .categories-bar a {
        padding: 8px;
    }

    #submitSearchBtn {
        height: 48px !important;
        margin-top: 4px !important;
        padding: 11px !important;
    }
}

body {
    background-color: #f1f1f180 !important;
}

/* Preloader Styles */
#preloader2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999999999;
}

.spinner-border2 {
    width: 3rem;
    height: 3rem;
}

/* Fade out effect */
.fade-out2 {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}


.ln-ht-55 {
    line-height: 55px !important;
}

.ln-h-40 {
    line-height: 40px !important;
}

body::-webkit-scrollbar {
    width: 5px;
}

.tc-lightgreen {
    color: #00ff64 !important;
}

.font-50 {
    font-size: 50px !important;
}

.font-35 {
    font-size: 35px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-32 {
    font-size: 32px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-27 {
    font-size: 27px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-17, .placeholder17::placeholder {
    font-size: 17px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-12 {
    font-size: 12px !important;
}

body::-webkit-scrollbar-thumb {
    background-color: #FB7E1A;
    border-radius: 5px;
}

.btn-v3 {
    height: 34px !important;
    padding: 7px 8px !important;
    color: white !important;
    border-radius: 30px;
    font-size: 14px;
}

.dataTables_wrapper.dt-bootstrap5.no-footer {
    width: 100% !important;
    font-size: 15px !important;
}

.dataTables_wrapper.dt-bootstrap5.no-footer th, .dataTables_wrapper.dt-bootstrap5.no-footer td {
    font-size: 15px !important;
}

#example_filter {
    text-align: left;
    margin-left: 9px;
}

#example_filter input {
    background: #f5f5f5 !important;
}

#example_length {
    margin-right: 10px;
}

#example_length input {
    background: #f5f5f5 !important;
}

.Loading {
    width: 100%;
    height: 100vh !important;
    background: #00000069;
    right: 0;
    position: absolute;
    top: 0;
    z-index: 99999;
    text-align: center;
    left: 0;
    bottom: 0;
    scroll-behavior: unset;
}

.select2-selection.select2-selection--single {
    height: 53px !important;
    padding: 6px;
    font-size: 18px;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 400px !important;
}

.yellow-btn {
    background: #ffc107 !important;
}

.hoverdLi {
    background: #01AF42;
    color: #fff !important;
}

.inside-contient .container {
    padding-right: 0 !important;
}

.alertfullwidth {
    display: block;
    width: 92%;
    margin: auto;
    margin-bottom: 0;
}

.badge-outline-success {
    background: white;
    border: 1px solid #26ba60;
    color: #26ba60;
    font-size: 13px;
    cursor: pointer;
}

.badge-success {
    cursor: pointer;
}

.imgPreview {
    height: 60px;
    display: inline;
    border: 1px solid #2d2d2d2d;
    margin: 6px 6px 0px 6px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-radius: 5px;
}

.text-orange {
    color: #fba21a !important;
}

.bold {
    font-weight: bold !important;
}
