﻿
.prohibited-containe {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150vh;
}

.custom-section-prohibited {
    display: flex;
    gap: 20px;
    padding: 40px;
    box-sizing: border-box;
    margin-bottom: 20vh;
}

.summary-title {
    display: flex;
    flex-direction: row;
    flex-direction: row;
    align-items: baseline;
    gap: 40px;
}

    .summary-title h3 {
        margin: 0;
    }

    .summary-title span {
        margin: 0;
        font-size: 20px;
    }

.summary-vacancies {
    display: flex;
    margin-top: 30px;
    gap: 10px;
    font-size: 20px;
    justify-content: space-between;
}


.summary-vacancies-span {
   display: flex;
   align-content: center;
   align-items: center;
   justify-content: center;
   flex-direction: row !important;
   gap: 10px;
}

.summary-content {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
}

.icon-summary-content {
    max-width: 30px;
    max-height: 30px;
}

.icon-info {
    max-width: auto;
    max-height: auto;
}

    .icon-info + span {
        color: var(--primary-color);
    }

.summary-content div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
}

    .summary-content div div {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
        flex-direction: column;
    }

    .summary-content span {
        font-size: 25px;
    }

.reserve-button.space-top {
    margin-top: 20px;
}

.prohibited-details-grid {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.prohibited-details-gridItens {
    display: flex;
    flex: 1;
    justify-content: space-between;
    margin-left: 20px;
    margin-right: 20px;
    align-items: center;
}

.prohibited-details {
    display: flex;
    flex-direction: column;
    gap: 30px;
    font-size: 25px;
}

    .prohibited-details > div {
        display: flex;
        gap: 50px;
        align-items: center;
    }

.details-bold.font-size {
    font-size: 25px;
}

.prohibited-sum {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-right: 20px;
}

.prohibited-button {
    background-color: transparent;
    color: black;
    border: none;
    font-size: 40px;
    cursor: pointer;
    width:50px;
    text-align: center;
}

    .prohibited-button:hover {
        color: dimgray;
    }

.circle-span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 3px solid black;
    border-radius: 50%;
    font-size: 18px;
}


@media (min-width: 686px) and (max-width: 930px) {
    .custom-section-prohibited {
        flex-direction: column;
        margin-bottom: 32px;
        padding: 20px;
    }

    .summary-title h3 {
        font-size: 20px;
    }

    .summary-title span {
        font-size: 15px;
    }

    .summary-vacancies {
        font-size: 15px;
    }

    .summary-content {
        flex-direction: row;
    }


    .icon-summary-content {
        max-width: 22px;
        max-height: 22px;
    }

    .icon-info {
        max-width: 18px;
        max-height: 18px;
    }

    .summary-content span {
        font-size: 25px;
    }

    .prohibited-details {
        gap: 10px;
        font-size: 20px;
    }

        .prohibited-details > div {
            gap: 10px;
            flex-direction: column;
            align-items: start;
        }

    .prohibited-sum {
        gap: 10px;
        margin-right: 5px;
    }
}


@media (max-width: 680px) {
    .custom-section-prohibited {
        flex-direction: column;
        margin-bottom: 32px;
        padding: 20px;
    }

    .summary-title h3 {
        font-size: 20px;
    }

    .summary-title span {
        font-size: 15px;
    }

    .summary-vacancies {
        font-size: 15px;
    }

    .summary-content {
        flex-direction: column;
    }


    .icon-summary-content {
        max-width: 22px;
        max-height: 22px;
    }

    .icon-info {
        max-width: 18px;
        max-height: 18px;
    }

    .summary-content span {
        font-size: 25px;
    }

    .prohibited-details {
        gap: 10px;
        font-size: 20px;
    }

        .prohibited-details > div {
            gap: 10px;
            flex-direction: column;
            align-items: start;
        }

    .prohibited-sum {
        gap: 10px;
        margin-right: 5px;
    }
}
}