select {
    touch-action: manipulation;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
}

.tx-danger {
    color: #dc3545;
}

.form-control {
    display: block;
    width: 100%;
    padding: 1rem;
    font-size: 1.5rem; /* Updated */
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 2px solid #1b365d; /* Updated */
    border-radius: 15px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #55a6f8;
    outline: none;
}

.form-control::placeholder {
    color: #868e96;
    opacity: 1;
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

#gender {
    height: 70px;
}
#club_id {
    height: 70px;
}

/* END INPUTS */
body {
    background-color: #bdccd4;
    color: #1b365d;
}
.modal-center-icon {
    position: absolute;
    left: 50%;
    translate: -50%;
    top: -50px;
}

.card.footer-buttoned .card-body {
    padding: 3rem 5rem;
    border-radius: 30px 30px 0 0;
    box-shadow: inset 0 0 30px #fffe !important;
    background: rgb(255, 255, 255) !important;
    background: #bdccd4ea
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.8) 0%,
            rgba(255, 255, 255, 0.2) 20%,
            rgba(255, 255, 255, 0) 100%
        ) !important;
    background-clip: border-box !important;
}

.card.footer-buttoned .modal-footer {
    overflow: hidden;
    border-radius: 0 0 30px 30px;
    padding: 0;
}

/* Added border */
.card {
    border: 10px;
    background: transparent;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.6) 0%,
        rgba(255, 255, 255, 0.2) 40%,
        rgba(255, 255, 255, 0) 100%
    );
}

.card-body {
    background: #fff;
}

.modal-body {
    background-color: #f8f9fa;
}

.card.footer-buttoned {
    background: transparent;
}

.card.footer-buttoned .card-body {
    background: rgb(255, 255, 255) !important;
    background: #bdccd4ea
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.8) 0%,
            rgba(255, 255, 255, 0.2) 20%,
            rgba(255, 255, 255, 0) 100%
        ) !important;
    background-clip: border-box !important;
}

/* BUTTON */
.btn-info {
    color: #fff;
    background-color: #0866c6;
    border-color: #0866c6;
}
.btn-info:hover {
    color: #fff;
    background-color: #1b365d;
    border-color: #1b365d;
}
.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 3px rgba(91, 147, 211, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
    background-color: #5b93d3;
    border-color: #5b93d3;
}
.btn-info:active,
.btn-info.active,
.show > .btn-info.dropdown-toggle {
    background-color: #3d7fcb;
    background-image: none;
    border-color: #3579c6;
}

/* added swal popup cs */
.swal2-popup {
    box-shadow: inset 0 0 30px #fffe !important;
    background: rgb(255, 255, 255) !important;
    background: #bdccd4ea
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.8) 0%,
            rgba(255, 255, 255, 0.2) 20%,
            rgba(255, 255, 255, 0) 100%
        ) !important;
    background-clip: border-box !important;
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
    border-radius: 30px !important;
    color: #1b365d !important;
}

.swal2-popup .swal2-icon {
    outline: 1px solid #1b365d33;
    -webkit-text-stroke: 1px #1b365d33;
}

.swal2-success-ring {
    border-color: #ffcb4f !important;
    color: #ffcb4f !important;
}

.swal2-success-line-long,
.swal2-success-line-tip {
    background-color: #ffcb4f !important;
}

.modal .modal-footer {
    border: 0;
}
.modal .modal-content {
    border-radius: 0;
    border: 0;
}
.modal.custom .modal-content {
    background: none !important;
}
.modal.custom .modal-body {
    padding: 3rem 5rem;
    border-radius: 30px 30px 0 0;
    box-shadow: inset 0 0 30px #fffe !important;
    background: rgb(255, 255, 255) !important;
    background: #bdccd4ea
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.8) 0%,
            rgba(255, 255, 255, 0.2) 20%,
            rgba(255, 255, 255, 0) 100%
        ) !important;
    background-clip: border-box !important;
    border: 1px 1px 0 1px solid rgba(0, 0, 0, 0.125) !important;
    text-align: center;
}
.modal.custom .modal-body .feature {
    font-size: 1.75rem;
    text-align: left;
    line-height: 1.25rem;
}
.modal.custom .modal-footer {
    overflow: hidden;
    border-radius: 0 0 30px 30px;
    padding: 0;
}
.modal.custom .modal-footer a {
    width: 100%;
    margin: 0;
    font-size: 1.5rem;
}
