.pray_times{
    width: 100%;
    background-color: #FF7A01;
    direction: rtl;
    border-radius: 7px;
    padding: 20px;
    margin: 60px 0;
}
.pray_times .details{
    border-radius: 10px;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.pray_times .image-pray{
    max-width: 100px;
}
.pray_times .pray-detail{
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.pray_times .times{
    margin: 0;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid white;
}
.pray_times .times .pray-info{
    position: relative;
    padding: 0;
    margin: 0;
}
.pray_times .times .pray-info:not(:last-child)::after{
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: white;
    top: 0;
    left: 0;
}

.pray_times .times .active{
    background-color: white;
}

.pray-modale .title-modale-pray {
    text-align: center;
}
.pray-modale .title-modale-pray span{
    color: orange;
}

/* .pray_times .row.times .pray-detail-wrapper {
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.pray_times .pray-title{
    color: white;
    font-weight: 600;
    font-size: 20px;
    margin: 0;
}

.pray_times .info-wrapper{
    display: flex;
    align-items: center;
    gap: 15px;
}

.pray_times .pray-time-detail,
.current-pray-wrapper{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.pray_times .pray-time-detail{
    width: 150px;
}

.pray_times .pray-info-wrapper{
    overflow: hidden;
}
.pray_times .pray-info .pray-detail.name{
    padding: 10px 0;
    color: black;
    border-bottom: 1px solid white;
    background-color: white;
    font-weight: 900;
}
.pray_times .pray-info .pray-detail.time{
    padding: 10px 0;
}

.pray_times .pray-detail-wrapper-name {
}

.pray_times .country-title span{
    font-size: 30px;
    font-weight: 900;
}

@media (max-width:768px){
    .pray_times .pray-title{
        font-size: 16px;
    }
    .pray_times .image-pray{
        display: none;
    }
}