@font-face {
    font-family: FontPromotion;
    src: url("/Font/PSL116pro.ttf");
}

.btn-modal-footer {
        width: 210px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        border: none;
        background-color: #0098D8;
        color: white;
        cursor: pointer;
        border-radius: 30px;
        text-align: center;
        transition: background-color 0.3s;
        margin-top: -20px;
        margin-bottom: 4px;
}


.cross {
    height: 40px;
    width: 40px;
}

.popup-header {
    border-radius: 40px !important;
}

.modal-content {
    border-radius: 15px !important;
}

.carousel-indicators li {
    width: 15px !important;
    height: 15px !important;
    margin-right: 5px !important;
    margin-left: 5px !important;
    border-radius: 50% !important;
    border: 1px solid grey;
}

.carousel-indicators li.active {
    background-color: rgb(53, 53, 53);
}

.slider-indicators button.active {
    background-color: rgb(53, 53, 53);
}

