.alert{
    --bs-alert-border-radius: 12px !important;
}
.map-load-over {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 0.8rem;
    left: 0;
    padding: 0.25rem 0.5rem;
    position: absolute;
    right: 8px;
    top: 3px;
    z-index: 999;
    width: fit-content !important;
    border-radius: 12px;
    margin: 5px;
}

/* all product style  */

.leaflet_custom_event {
    display: none !important;
}

/* #sidebar {
    height: 500px;
    display: flex;
    flex-direction: column;
    overflow: scroll;
} */

.height {
    width: 100%;
    padding: 50px 0 0 0;
    margin: 0;
    float: right;
    position: relative;
}

.sidebar-el {
    background-color: white;
    display: inline-block;
    border: 3px solid #ccc;
    border-radius: 0.5em;
    /* height: 200px; */
    margin: 3px 6px;
}

.sidebar-el:hover {
    border: 3px solid #f0c000;
    box-shadow: 4px 4px 10px -2px;
}

.image-size {
    width: 100px;
    height: 100px;
}

.image-size2 {
    width: 100px;
    height: 100px;
}

.bgred {
    /* background-color: rgb(30, 165, 120); */
    margin: 6px;
    border: 3px solid #f0c000;
    box-shadow: 4px 4px 10px -2px;
    border-radius: 0.5em;
    /* box-shadow: 3px; */
}

.header-sidebar-element {
    text-align: center;
}

.justify-content {
    justify-content: space-between;
}

.leaflet-popup-content {
    width: 310px !important;
}

.d-flex div {
    text-align: start;
}

.select2-container--default .select2-selection--single , #createProductAdModal select{
    border: 2px solid #fd7f76 ;
    border-radius: 8px !important;
    height: 40px !important;
    background-position: left;
    background: var(--arrow-down-svg);
    min-width: 100% !important;
    background-size: 10px;
    background-position: 20px;
    background-repeat: no-repeat;
}


.select2-container--disabled .select2-selection, .form-select:disabled,.form-control.confirmed, .form-control:disabled{
    filter: grayscale(1) !important;
    background-color: #CCCCCCCC !important;
}


.select2-container--default[dir="rtl"]
.select2-selection--single
.select2-selection__arrow {
    left: 1px;
    display: none;
    right: auto;
}
.select2-container--default .select2-selection--multiple:not(.form-filter *), .form-select {
    border: 2px solid #fd7f76;
    border-radius: 8px;
}

.select2-container--default .select2-selection--multiple, .form-select{
    background-position: left;
    background: var(--arrow-down-svg);
    background-size: 10px;
    background-position: 20px;
    background-repeat: no-repeat;
    min-height: 40px !important;
    padding-left: 12px;
    padding-right: 12px !important;
}
.tabulator-col .select2-container--default .select2-selection--multiple{
    border: 1px solid #ced4da !important;
    min-height: unset !important;
}

.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__arrow {
    left: 1px;
    display: none;
    right: auto;
}

.accordion-button::after {
    margin-right: auto !important;
    margin-left: unset !important;
}

.slider-img {
    height: 12em !important;
}

.slider-img img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

.select2 {
    max-width: 100% !important;
    /*min-width: 100% !important;*/
}

.leaflet-touch .leaflet-geosearch-bar form input {
    padding-right: 15px;
}

.agency-logo {
    height: 42px !important;
    width: 42px !important;
    position: absolute;
    margin: 58px 0;
    border: 1px solid #be473f
}

.sidebar-dashboard.closed .agency-logo {
    height: 2rem !important;
    width: 2rem !important;;
    margin: 2rem 0;
}

.text-align-right {
    text-align: right;
}

.map-broker {
    border: 3px solid #fd5f54;
    filter: drop-shadow(0px 7px 7px rgba(190, 71, 63, 0.35));
    border-radius: 16px;
    height: 400px;
}

.g-recaptcha {
    width: 100% !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.btn-loader-icon {
    width: 20px;
    height: 20px;
}

.btn-loader-loader {
    padding-right: 5px;
}


.img-slider-bigger img {
    height: 30rem ;
    max-height: 30rem ;
}

.product-detail-container .slick-slider {
    height: 35rem ;
}

.product-detail-container {
    margin-top: 2rem !important;
}

.product__agency-title {
    font-size: 17px;
}

.product__provider-name {
    font-size: 16px;
}

.product-detail-container .iframe-container iframe {
    height: 30rem ;
    max-height: 30rem ;
}

.agent-search-list {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.select2-selection--multiple {
    height: fit-content !important;
}

@media screen and (max-width: 1000px) {
    .leaflet-popup-content {
        width: 250px !important;
    }
}

@media screen and (max-width: 450px) {
    .img-slider-bigger img, .product-detail-container .iframe-container iframe {
        height: 16rem ;
        max-height: 16rem ;
    }

    .product-detail-container .slick-slider {
        height: fit-content !important;
    }
}