.subtitle-heading {
    font-size: 1rem;
    color: #999;
    text-transform: none;
}

body[dir="rtl"] h1,
body[dir="rtl"] h2,
body[dir="rtl"] h3,
body[dir="rtl"] h4,
body[dir="rtl"] h5,
body[dir="rtl"] h6,
body[dir="rtl"] p,
body[dir="rtl"] span,
body[dir="rtl"] a,
body[dir="rtl"] label,
body[dir="rtl"] ::placeholder,
body[dir="rtl"] button {
    letter-spacing: 0 !important;
}

header ul li a.text-gray-100:hover {
    color: #d5d6d8 !important;
}

header li ul a,
header li ul a:hover {
    color: #1f2937 !important;
}

header li ul {
    width: 130px !important;
}

.filters {
    display: flex;
    margin-top: 16px;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 8px;
}

.filters-search {
    flex: 1;
}

@media (min-width: 768px) {
    .filters {
        flex-direction: row;
    }
    .md\:h-\[750px\] {
        height: 570px;
    }
}

input {
    border-radius: 0 !important;
}

.select2-selection--single {
    border: none !important;
    border-radius: 0 !important;
}

.select2-search__field {
    border-radius: 0 !important;
}

.select2-container {
    width: 140px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    text-align: center !important;
}

*,
input,
button,
a,
textarea {
    border-radius: 0 !important;
}

.select2-search__field {
    display: none !important;
}

/* .select2-results__options:first-child {
    display: none !important;
} */

.select2-selection__rendered {
    line-height: 40px !important;
}
.select2-container .select2-selection--single {
    height: 40px !important;
}
.select2-selection__arrow {
    height: 40px !important;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: #352f5f !important;
    border-radius: 0 !important;
}

/*
  reset elements to browser default in terms and conditions
*/
.no-reset blockquote {
    display: block !important;
    margin-top: 1em !important;
    margin-bottom: 1em !important;
    /* margin-left: 40px !important;
    margin-right: 40px !important; */
}

.no-reset dl {
    display: block !important;
    margin-top: 1em !important;
    margin-bottom: 1em !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-reset dd {
    display: block !important;
    margin-left: 40px !important;
}

.no-reset p {
    display: block !important;
    margin-top: 1em !important;
    margin-bottom: 1em !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-reset pre {
    display: block !important;
    font-family: monospace !important;
    white-space: pre !important;
    margin: 1em 0 !important;
}

.no-reset figure {
    display: block !important;
    margin-top: 1em !important;
    margin-bottom: 1em !important;
    margin-left: 40px !important;
    margin-right: 40px !important;
}

.no-reset h1 {
    display: block !important;
    font-size: 2em !important;
    margin-top: 0.67em !important;
    margin-bottom: 0.67em !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-weight: bold !important;
}

.no-reset h2 {
    display: block !important;
    font-size: 1.5em !important;
    margin-top: 0.83em !important;
    margin-bottom: 0.83em !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-weight: bold !important;
}

.no-reset h3 {
    display: block !important;
    font-size: 1.17em !important;
    margin-top: 1em !important;
    margin-bottom: 1em !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-weight: bold !important;
}

.no-reset h4 {
    display: block !important;
    margin-top: 1.33em !important;
    margin-bottom: 1.33em !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-weight: bold !important;
}

.no-reset h5 {
    display: block !important;
    font-size: 0.83em !important;
    margin-top: 1.67em !important;
    margin-bottom: 1.67em !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-weight: bold !important;
}

.no-reset h6 {
    display: block !important;
    font-size: 0.67em !important;
    margin-top: 2.33em !important;
    margin-bottom: 2.33em !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-weight: bold !important;
}

.no-reset ol {
    display: block !important;
    list-style-type: decimal !important;
    margin-top: 1em !important;
    margin-bottom: 1em !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 40px !important;
}

.no-reset ul {
    display: block !important;
    list-style-type: disc !important;
    margin-top: 1em !important;
    margin-bottom: 1 em !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 40px !important;
}

.no-reset img {
    display: inline-block !important;
}
.swiper-button-disabled {
    opacity: 0.4 !important;
}
