.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}

.modal-backdrop {
    background-color: rgb(0, 0, 0) !important;
}


.center-row {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.center-colum-column {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.center-column {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.preview {
    width: 80px;
    /*border: 1px solid #cdced3;*/
    border-radius: 50%;
    height: 80px;
}

.uploadcare--widget__button.uploadcare--widget__button_type_open {
    background-color: #b2b2b2;
    width: 100%;
    padding: 0.45rem 2.7rem 0.45rem 0.9rem;
    -moz-padding-start: calc(0.9rem - 3px);
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid var(--ct-border-color);
    border-radius: 0.25rem;
}

.uploadcare--widget,
.uploadcare--widget__button {
    width: 100%;
}

.slick-dots li button:before {
    color: #fff; /* Change to your preferred color */
    opacity: 0.5; /* Adjust as needed */
}

.slick-dots li.slick-active button:before {
    opacity: 1; /* Full opacity for the active dot */
    color: #727CF5
}

/*.slick-prev::before,*/
/*.slick-next::before {*/
/*    color:  #FFC35A !important; !* Or any color you want *!*/
/*}*/

@media (max-width: 767px) {
    .slider {
        padding: 0 12px;
    }

    .slider .card {
        margin-right: 12px; /* Adjust the horizontal margin as needed */
        height: 150px;
        width: 300px;
    }

    .slick-prev {
        left: 10px; /* Adjust this value to position the left arrow */
        z-index: 1; /* Make sure the arrow appears above the slides */
    }

    .slick-next {
        right: 10px; /* Adjust this value to position the right arrow */
        z-index: 1; /* Make sure the arrow appears above the slides */
    }
}


