.modal-content {
    border: none;
    border-radius: 29px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.modal-header {
    background-color: #ffffff;
    border: none;
    padding: 1.3rem 1.4rem 1rem 1.4rem;

    .modal-title {
        font-family: 'Poppins';
        font-weight: 400;
        font-style: Regular;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 7%;
        vertical-align: middle;
        text-transform: uppercase;
    }
}

.modal-body {
    padding: 0px 22px;
    text-align: center;
    background-color: #ffffff;
}

.modal-footer {
    border: none;
    padding: 0rem .7rem .8rem 1.4rem;
    background-color: #ffffff;
    justify-content: end;
    border-radius: 0 0 15px 15px;

    button {
        border-radius: 36px;
        font-family: 'Poppins';
        font-weight: 100;
        font-size: 14px;
        padding: 6px 10px 6px 22px;
    }

    .next {
        background: #ffffff;
        padding: 8px;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        margin-left: 12px;
    }
}

.btn-custom {
    font-family: 'Poppins', sans-serif;
    padding: 10px 25px;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    /* Espacio entre íconos y texto */
}

.btn-primary {
    background-color: #000000;
    /* Verde, ajustable */
    border: none;
    color: white;
}

.btn-primary:hover {
    background-color: #000000db;
}

.btn-icon {
    width: 18px;
    height: 18px;
    fill: white;
}

#btn_team_previous,
#btn_register_previous {
    justify-content: flex-start;
    padding-left: 2px;
    padding-right: 20px;

    img {
        margin-right: 10px;
    }
}


#customModal {
    .modal-header {
        .modal-title {
            font-family: 'Poppins';
            font-weight: 400;
            font-style: Regular;
            font-size: 20px;
            line-height: 20px;
            letter-spacing: 7%;
            vertical-align: middle;
            text-transform: uppercase;
        }

        .close-icon {
            width: 43px;
            height: 43px;

        }
    }
}

.custom-form {
    .form-group {
        .item-success {
            background: #f8fff4;
            border-color: #27c731;

            input {
                background: #f8fff4;
                pointer-events: none;
            }
        }

        .item-error {
            background: #fff3f2;
            border-color: #fca39d;

            input {
                background: #fff3f2;
                /* pointer-events: none; */
            }
        }

        .container-types {
            justify-content: space-around;
            display: flex;
            margin-top: 26px;
            margin-bottom: 22px;

            .item-type {

                .type {
                    background: #ececec;
                    padding: 19px 21px 12px 21px;
                    border-radius: 18px;
                    margin-bottom: 7px;
                    width: 76px;
                    height: 65px;
                    cursor: pointer;
                }

                .type-selected {
                    background: #000000;
                    color: #c7a864;
                }

                img {
                    margin-bottom: 7px;
                }

                p {
                    font-family: 'Poppins';
                    font-weight: 400;
                    font-style: Regular;
                    font-size: 13px;
                    leading-trim: NONE;
                    line-height: 20px;
                    letter-spacing: 7%;
                    text-align: center;

                }
            }
        }
    }

    .form-label {
        color: #333333;
        display: block;
        font-weight: 100;
        line-height: 20px;
        text-align: left;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .form-control {
        font-family: 'Poppins', sans-serif;
        border-radius: 8px;
        border: 1px solid #ddd;
        padding: 10px 15px;
        font-size: 1rem;
        width: 100%;
        letter-spacing: 1px;
    }

    .form-check {
        text-align: left;
        margin-top: 40px;
    }

    .form-check-input {
        border: 2px solid #000000 !important;
    }

    .form-check-input:checked {
        border-color: #000000 !important;
        background-color: #000000;
        border-width: 2px;
    }

    .container-consent {
        display: flex;
        align-items: center;

        img {
            width: 38px;
            position: absolute;
            right: 25px;
            z-index: 9;
        }

        .form-check-input {
            position: relative;
            top: -2px;
        }

        label {
            padding-left: 20px;
        }
    }

    .disable-control {
        background: #e7e7e7;
        color: #a7a7a7;
        pointer-events: none;
    }

    .form-select {
        font-family: 'Poppins', sans-serif;
        border-radius: 8px;
        border: 1px solid #ddd;
        padding: 10px 15px;
        font-size: 1rem;
        width: 100%;
        color: #000000;
    }

    .btn-custom {
        font-family: 'Poppins', sans-serif;
        padding: 10px 25px;
        font-weight: 500;
        border-radius: 8px;
        transition: all 0.3s ease;
    }

    .item-phone {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        border-radius: 8px;
        border: 1px solid #dddddd;
        padding: 2px 10px;

        .block-one {
            display: flex;
            align-items: center;

            img {
                width: 20px;
                height: 20px;
            }

            .phone {
                /* height: 30px !important; */
            }

            .divider {
                height: 35px;
                width: 7px;
                margin: 0px 4px;
            }

            .code {
                display: flex;
                align-items: center;
                position: relative;
                cursor: pointer;

                .dropdown {
                    display: none;
                    position: absolute;
                    top: 100%;
                    left: 0;
                    width: 100%;
                    border: 1px solid #ccc;
                    background-color: #fff;
                    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
                    z-index: 1000;
                    margin-top: 5px;
                }

                .dropdown.active {
                    display: block;
                    border-radius: 7px;
                }

                .dropdown-content {
                    display: flex;
                    justify-content: space-around;
                    align-items: center;
                    padding: 6px 4px;
                    border-bottom: 1px solid #d0cbcb;

                    p {
                        font-size: 14px;
                    }

                    .flag {
                        height: 11px;
                    }
                }

                p {
                    margin: 0px;
                    letter-spacing: 1px;
                }

                .flag {
                    margin-right: 3px;
                    height: 13px;
                }

                .arrow {
                    margin-left: 5px;
                    width: 13px;
                    position: relative;
                    left: 2px;
                    top: 1px;
                }
            }
        }

        input {
            border: none;
        }

        input:focus {
            border: none;
            box-shadow: none;
        }
    }

    .detail {
        text-align: left;
        padding-left: 10px;
        font-size: 14px;
        margin-top: 6px;
    }

}

.container-radio {
    display: flex;
    justify-content: space-between;
    padding-left: 0px;

    .question {
        max-width: 230px;
        text-align: left;
    }

    .type-selected {
        color: #000000;
        border: 1px solid #000000;
    }

    .checks {
        display: flex;
        justify-content: space-evenly;
        width: 183px;
        align-items: baseline;
    }
}

.detail-validation {
    .username {
        font-size: 20px;
        margin-bottom: 10px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .message {
        font-size: 13px;
        letter-spacing: 1px;
    }

    .start-register {
        padding: 0px 35px;
    }

    .action-button {
        border-radius: 36px;
        font-family: 'Poppins';
        font-weight: 100;
        font-size: 17px;
        padding: 10px 35px;
        margin: 0 auto;
        letter-spacing: 2px;
        min-width: 307px;
        justify-content: center;
    }

    .download {
        font-size: 13px;
        letter-spacing: 1px;
        margin-top: 13px;
    }
}

.container-message {
    p {
        padding: 0px 30px;
        font-size: 37px;
        line-height: 37px;
        letter-spacing: 4px;
        margin-top: 30px;
    }

    img {
        width: 80px;
        margin-top: 20px;
        margin-bottom: 26px;
    }
}

.container-qr {
    img {
        width: 280px;
        padding: 26px;
        background: #A48D3A;
        margin-top: 17px;
    }

    /* div {
        width: 280px;
        height: 280px;
        padding: 26px;
        background: #A48D3A;
        margin-top: 17px;
    } */
}

.container-user {
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;

    .avatar {
        width: 83px;
        height: 86px;
        border-bottom: 1px solid #000000;
    }

    .title {
        text-align: left;
        padding-left: 18px;
        font-size: 13px;
        margin-bottom: 5px;
    }

    .detail {
        text-align: left;
        padding-left: 18px;
        font-size: 16px;
        margin-bottom: 5px;
    }
}

.main-edit-discipline,
.main-edit-child-discipline {
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    position: relative;

    .discipline-wrapper {
        position: relative;
    }

    .actions {
        position: absolute;
        right: 20px;
        bottom: 55px;

        .edit {
            margin-right: 8px;
        }

        .edit,
        .delete {
            cursor: pointer;
        }
    }

    .container-disclipline {
        display: flex;
        padding-bottom: 10px;
        margin-top: 10px;

        .avatar {
            width: 83px;
            height: 86px;
            border-bottom: 1px solid #000000;
        }

        .title {
            text-align: left;
            padding-left: 18px;
            font-size: 13px;
            margin-bottom: 5px;
        }

        .detail {
            text-align: left;
            padding-left: 18px;
            font-size: 16px;
            margin-bottom: 5px;
        }
    }
}



.test-detail {
    padding-top: 15px;

    .detail {
        padding-left: 6px;
    }
}

.register-detail {
    padding-top: 15px;

    .title {
        text-align: left;
        padding-left: 6px;
        font-size: 13px;
        margin-bottom: 5px;
    }

    .detail {
        text-align: left;
        padding-left: 6px;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .container-types {
        justify-content: space-around;
        display: flex;
        margin-top: 26px;
        margin-bottom: 0px;

        .item-type {

            .type {
                background: #ececec;
                padding: 19px 21px 12px 21px;
                border-radius: 18px;
                margin-bottom: 7px;
                width: 76px;
                height: 76px;
                cursor: pointer;
                display: flex;
                justify-content: center;
                align-items: center;
                padding-top: 10px;
            }

            .discipline-selected {
                background: #000000;
                color: #c7a864;
            }

            p {
                font-family: 'Poppins';
                font-weight: 400;
                font-style: Regular;
                font-size: 13px;
                leading-trim: NONE;
                line-height: 20px;
                letter-spacing: 7%;
                text-align: center;

            }
        }
    }

    .container-division {
        justify-content: space-around;
        display: flex;
        flex-wrap: wrap;
        margin-top: 26px;
        margin-bottom: 0px;
        gap: 10px;

        .type {
            /* font-size: 23px; */
            color: #a6a6a6;
            border: 1px solid #a6a6a6;
            border-radius: 5px;
            padding: 0px 10px;
            line-height: 1.3;
            cursor: pointer;
            flex: 0 0 calc(20% - 10px);
            font-size: 20px;
            display: flex;
            align-items: center;
            padding: 5px 6px;

            flex: 1 1 calc(25% - 10px);
            min-width: 200px;
            box-sizing: border-box;
            padding: 10px;
            font-size: 17px;
            align-items: center;
            justify-content: center;

        }

        .type-selected {
            color: #000000;
            border: 1px solid #000000;
        }

        .test-selected {
            background: #cca662;
            color: #000000;
            border: 1px solid #000000;

        }

        .rama {
            color: #a6a6a6;
            border: 1px solid #a6a6a6;
            border-radius: 5px;
            padding: 0px 10px;
            line-height: 1.3;
            cursor: pointer;
            /* flex: 0 0 calc(20% - 10px); */
            display: flex;
            align-items: center;
            padding: 5px 6px;

            flex: 1 1 calc(25% - 10px);
            min-width: 200px;
            box-sizing: border-box;
            padding: 10px;
            font-size: 17px;
            align-items: center;
            justify-content: center;
        }

        .rama-selected {
            background: #000000;
            color: #cca662;
            border: #000000
        }
    }


    /* .container-division {
        justify-content: space-around;
        display: flex;
        margin-top: 26px;
        margin-bottom: 0px;

        .type {
            font-size: 30px;
            color: #a6a6a6;
            border: 1px solid #a6a6a6;
            border-radius: 5px;
            padding: 0px 10px;
            line-height: 1.3;
            cursor: pointer;
        }

        .type-selected {
            color: #000000;
            border: 1px solid #000000;
        }

        .test-selected {
            background: #cca662;
            color: #000000;
            border: 1px solid #000000;
        }
    } */

    .container-test {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        margin-top: 26px;
        margin-bottom: 0px;

        .test-list {
            display: flex;
            width: 100%;
            justify-content: space-between;
            border-bottom: 1px solid #cec8c8;
            margin-bottom: 23px;

            p {
                margin-bottom: 9px;
            }

            .trash {
                width: 25px;
                height: 27px;
                margin-right: 8px;
            }
        }
    }

    .mt-0 {
        margin-top: 0px;
    }

    select {
        color: #000000;
        border: 1px solid #000000;
        padding: 10px;
        border-radius: 10px;
        margin-top: 11px;
    }
}

.emergency-detail {
    padding-top: 15px;
    border-bottom: none;

    .title,
    .detail {
        padding-left: 6px;
    }
}

.prefix {
    width: 280px;
    background: #d9d9d9;
    margin: 0 auto;
    text-align: left;
    padding: 6px 15px;
    margin-top: 13px;
    margin-bottom: 50px;
}

.tabs {
    display: flex;
    justify-content: space-evenly;
    align-items: center;

    .step {
        width: 35px;
        height: 35px;
        background: #e7e7e7;
        border-radius: 50%;
        padding: 9px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #a0a0a0;
        font-weight: 600;
        font-size: 17px;
    }

    .step-selected {
        background: #a48d35;
        color: #ffffff;
    }

    img {
        width: 151px;
        height: 28px;
    }
}

#form_register {

    #step_1,
    #step_3,
    #team_step_1 {
        .title {
            margin-top: 24px;
            font-size: 20px;
            text-align: left;
            margin-bottom: 0px;
            letter-spacing: 1px;
        }

        .subtitle {
            color: #75681f;
            text-align: left;
            margin-top: 0px;
            letter-spacing: 1px;
            font-size: 14px;
        }
    }

}

.error-element {
    font-size: 12px;
    text-align: left;
    padding-left: 5px;
    margin: 5px;
    color: red;
}

.hide-element {
    display: none;
}

.show-element {
    display: block;
}

.mb-10 {
    margin-bottom: 10px;
}

.consent-form {
    padding-top: 20px;

    .separator {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .container-consent {
        display: flex;
        align-items: center;

        img {
            width: 38px;
            position: absolute;
            right: 25px;
            z-index: 9;
        }



        .form-check-input {
            position: relative;
            top: -2px;
        }

        label {
            padding-left: 20px;
        }

        .form-check-input {
            border: 2px solid #000000 !important;
        }

        .form-check-input:checked {
            border-color: #000000 !important;
            background-color: #000000;
            border-width: 2px;
        }
    }
}

.toast {
    font-family: 'Arial', sans-serif;
    font-size: 16px;
}

/* .toast-error { background: linear-gradient(45deg, #f44336, #d32f2f); }
.toast-success { background: linear-gradient(45deg, #4CAF50, #388E3C); }
.toast-warning { background: linear-gradient(45deg, #ff9800, #f57c00); } */

#language-select option {
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 2px center;
}

.img-help-category {
    width: 38px;
    position: absolute;
    right: 25px;
    z-index: 9;
    cursor: pointer;
}

.container-discipline {
    display: flex;
    padding-top: 8px;

    .img-discipline {
        width: 80px;
        height: 73px;
    }

    .title {
        text-align: left;
        padding-left: 10px;
        margin: 0px;
        font-size: 13px;
    }

    .detail {
        text-align: left;
        padding-left: 10px;
        margin: 0px;
        font-size: 12px;
    }
}

.custom-border {
    border-bottom: 1.5px solid gray;
    padding-bottom: 18px;
}

.modal-level-two {
    opacity: .5;
}

.c-hand {
    cursor: pointer;
}

.discipline-container {
    margin: 0px 16px 16px 16px;
    border-radius: 15px;

    .modal-body,
    .modal-footer {
        background: transparent;
    }

    .modal-footer {
        justify-content: space-evenly;
    }
}

.dc-nat {
    background: #c7e6ff;

    #block_one_class_discipline,
    #block_two_class_discipline {
        border-color: #6493be;
    }

    #header_title_discipline,
    #header_det_discipline {
        color: #6493be;
    }

    #block_two_content_discipline,
    #body_det__class_discipline {

        .title,
        .detail {
            color: #6493be;
        }
    }

}

.dc-ats {
    background: #fff7dd;

    #block_one_class_discipline,
    #block_two_class_discipline {
        border-color: #7f5b37;
    }

    #header_title_discipline,
    #header_det_discipline {
        color: #7f5b37;
    }

    #block_two_content_discipline,
    #body_det__class_discipline {

        .title,
        .detail {
            color: #7f5b37;
        }
    }

}

.dc-vb {
    background: #ccfff6;

    #block_one_class_discipline,
    #block_two_class_discipline {
        border-color: #009797;
    }

    #header_title_discipline,
    #header_det_discipline {
        color: #009797;
    }

    #block_two_content_discipline,
    #body_det__class_discipline {

        .title,
        .detail {
            color: #009797;
        }
    }

}

.dc-bc {
    background: #e3e0ff;

    #block_one_class_discipline,
    #block_two_class_discipline {
        border-color: #7435dc;
    }

    #header_title_discipline,
    #header_det_discipline {
        color: #7435dc;
    }

    #block_two_content_discipline,
    #body_det__class_discipline {

        .title,
        .detail {
            color: #7435dc;
        }
    }

}

.dc-fbs {
    background: #e4fff5;

    #block_one_class_discipline,
    #block_two_class_discipline {
        border-color: #039459;
    }

    #header_title_discipline,
    #header_det_discipline {
        color: #039459;
    }

    #block_two_content_discipline,
    #body_det__class_discipline {

        .title,
        .detail {
            color: #039459;
        }
    }

}

.dc-tn {
    background: #eeffbf;

    #block_one_class_discipline,
    #block_two_class_discipline {
        border-color: #2f4f00;
    }

    #header_title_discipline,
    #header_det_discipline {
        color: #2f4f00;
    }

    #block_two_content_discipline,
    #body_det__class_discipline {

        .title,
        .detail {
            color: #2f4f00;
        }
    }

}

.dc-tkd {
    background: #e4fff5;

    #block_one_class_discipline,
    #block_two_class_discipline {
        border-color: #44bd65;
    }

    #header_title_discipline,
    #header_det_discipline {
        color: #44bd65;
    }

    #block_two_content_discipline,
    #body_det__class_discipline {

        .title,
        .detail {
            color: #44bd65;
        }
    }

}


#natacionModal,
#taekModal,
#volibolModal,
#basketModal,
#atletismoModal,
#tenisModal,
#padleModal,
#futbolModal,
#politicasModal {
    z-index: 9999;
}

#modalEditInfo,
#modalEditChildInfo {
    z-index: 9998;
}

#modalUpsertDiscipline,
#modalUpsertChildDiscipline {
    z-index: 9999;
}

#img-consent-modal,
#img-policy-modal {
    cursor: pointer;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: #877424;
    border-color: #877424;
}


#modalRegisterTeam,
#modalDetail,
#modalRegister {
    /* .modal-footer {
        justify-content: space-between;
    } */

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

.lock-personal-type {
    pointer-events: none;
    opacity: .5;
}

.container-detail-type {
    display: flex;
    justify-content: space-evenly;

    .item {
        background: #ffffff;
        padding: 4px 13px;
        border-radius: 2px;
        border: none;
        cursor: pointer;
    }

    .item-selected {
        background: #cea660;
        padding: 4px 13px;
        border-radius: 2px;
        border: 1px solid;
    }
}

#modalDetail {
    .modal-body-detail {
        padding: 11px 13px;
    }

    .arrow-left,
    .arrow-left-team {
        width: 25px;
        position: absolute;
        left: 15px;
        top: 37%;
        cursor: pointer;
    }

    .arrow-right,
    .arrow-right-team {
        width: 25px;
        position: absolute;
        right: 15px;
        top: 37%;
        cursor: pointer;
    }

}

/*Slider*/
.detail_content_2 {

    position: relative;
    width: 400px;
    margin: 0 auto;
    overflow: hidden;


    /* .slider {
        display: flex;
        transition: transform 0.5s ease;
    }

    .slide {
        width: 400px;
        height: 300px;
        background-color: #f0f0f0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        color: #333;
    } */

    .arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        padding: 10px;
        cursor: pointer;
        font-size: 18px;
        z-index: 1;
    }

    .prev {
        left: 0px;
    }

    .next {
        right: 0px;
    }

    .arrow:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }
}

.custom-slider-container .slider {
    width: auto;
}

.disable-button {
    pointer-events: none;
    opacity: .5;
}


#modalEditInfo,
#modalEditChildInfo {

    .title {
        margin-top: 24px;
        font-size: 20px;
        text-align: left;
        margin-bottom: 0px;
        letter-spacing: 1px;
    }

    .subtitle {
        color: #75681f;
        text-align: left;
        margin-top: 0px;
        letter-spacing: 1px;
        font-size: 14px;
    }

    .add-discipline {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;

        .add {
            font-size: 12px;
            color: #A48D3A;
            font-weight: 500;

            .add-icon {
                width: 18px;
            }
        }
    }

}

.disc-name {
    margin-bottom: 0px;
    font-size: 19px;
    font-weight: 500;
}