.row-mb-12 {
    margin-bottom: 12px !important;
}

.row-mb-24 {
    margin-bottom: 24px !important;
}

.member-form .row {
    margin-bottom: 30px;
}

.member-form hr {
    margin-bottom: 20px;
}

.text-muted {
    font-size: 12px;
    line-height: 1.3;
    color: rgb(34, 34, 34, 0.8);
    margin: 2px 0;
    display: block;
}

.form-wrapper input[type="file" i]::-webkit-file-upload-button {
    background-color: #222222;
    color: #fefefe;
    border: none;
    outline: none;
    padding: 4px 10px;
    margin-top: 4px;
    font-size: 14px;
}

.d-none {
    display: none;
}

.form-wrapper .select2-selection {
    border-radius: 0;
    padding: 0;
    display: flex;
    align-items: flex-end;
    min-height: 54px;
    height: auto;
}

.form-wrapper .select2-selection .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: auto;
    padding: 11px 14px 10px;
}

.form-wrapper .select2-selection .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}

.form-wrapper .select2-selection .select2-selection__choice {
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    background: transparent;
    border-radius: 0;
    height: 24px;
    display: flex;
    align-items: center;
}

textarea {
    resize: none;
    height: 100% !important;
    max-height: 190px !important;
}

.table-wrapper table {
    text-wrap: nowrap;
}

.form-wrapper .select2 {
    width: 100% !important;
}

.form-wrapper .select2-selection .select2-search {
    padding-bottom: 6px;
}

.form-wrapper .select2-selection .select2-search textarea {
    margin: 0;
    border: none !important;
    height: 24px !important;
}

.form-wrapper .select2-selection .select2-selection__choice__remove {
    height: 100%;
}

.switch-wrapper {
    display: flex;
    align-items: center;
}

.switch-wrapper .main-label {
    position: static !important;
}

.form-wrapper .switch {
    position: relative !important;
    display: inline-block;
    width: 60px;
    height: 34px;
    pointer-events: all !important;
    transform: none !important;
}

.form-wrapper .switch input {
    opacity: 0;
    width: 0 !important;
    height: 0 !important;
}

.form-wrapper .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.form-wrapper .slider::before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.form-wrapper input:checked+.slider {
    background-color: #029540;
}

.form-wrapper input:focus+.slider {
    box-shadow: 0 0 1px #029540;
}

.form-wrapper input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.form-wrapper .slider.round {
    border-radius: 34px;
}

.form-wrapper .slider.round:before {
    border-radius: 50%;
}

.event-card .event-info p {
    font-size: 16px;
    line-height: 1.3;
    color: #fefefe;
}

@media screen and (min-width: 640px) {
    .join-section {
        margin-top: 0px !important;
    }
}


@media screen and (min-width: 1520px) {
    .event-card .event-info p {
        font-size: 18px;
    }
}

.member-card .img-wrapper img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: top center;
}

.event-card .event-info .primary-btn {
    margin-top: auto;
}

.alert-success {
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    color: #fefefe;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    background-color: #029540;
    padding: 10px;
}

@media screen and (min-width: 1280px) {
    .alert-success {
        font-size: 18px;
    }
}

.description-section ul,
.description-section ol {
    list-style-position: inside;
}

.required-field {
    color: red;
    font-weight: bolder;
}

.form-wrapper .form-group label {
    line-height: 1.3;
    padding: 6px 14px 0;
    position: absolute;
    left: 0;
    top: 0 !important;
    transform: translateY(-50%) !important;
    transition: all .2s linear;
    pointer-events: none;
    background: #fefefe;
    padding: 0 10px;
    font-size: 12px !important;
    margin: 0 10px;
}

.form-wrapper .form-group .user-input,
.form-wrapper .form-group textarea {
    padding: 8px 14px 6px;
    height: 54px;
    font-size: 18px;
    line-height: 1.3;
}

.form-wrapper .form-group .user-input::placeholder,
.form-wrapper .form-group textarea::placeholder {
    opacity: 1;
}

.form-wrapper .form-group .file-uplaod {
    padding: 17px 14px;
    height: 54px;
}

.form-wrapper .form-group .file-uplaod label {
    position: absolute;
    -webkit-transform: none;
    transform: none;
    font-size: 12px !important;
    padding: 0 10px;
}

.form-wrapper .form-group textarea~label {
    top: 14px;
    width: max-content;
    background-color: #fefefe;
    margin: 0 10px;
}

::placeholder,
textarea {
    font-family: "Manrope", sans-serif;
}

.member-details-section .social-link {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease, transform 0.3s ease;
}

.member-details-section .social-link:hover {
    color: #030303;
    transform: scale(1.2);
    font-weight: bold;
}

.member-details-section .social-link img {
    transition: transform 0.3s ease;
}

.member-details-section .social-link:hover img {
    transform: scale(1.2);
}