.iti {
    width: 100%;
}

.iti__country-list {
    z-index: 12 !important;
}

.match_details_Page .create_team .create_clubform form .club_input_wrapper {
    align-items: start !important;
}

.calender_modal .modal-content .modal_footer .primary_btn {
    max-width: 16rem;
    width: 100%;
}


.swal2-backdrop-show {
    z-index: 1080;
}

.coach_createTrainingpage .account_pagedetails .account_contents .second_step.addSecondclass .upload_pickleball_certificate {
    display: unset !important;
}

/* span.select2.select2-container.select2-container--default.select2-container--above.select2-container--focus {
    display: none !important;
} */

/* .select2-container {
    display: none !important;
} */

input.select2-search__field {
    /* height: 6rem; */
    padding: 1.5rem;
    width: 100% !important;
    background-color: rgb(248, 248, 248);
    border-radius: 0;
    line-height: 2.6rem;
    font-size: 1.6rem;
    color: rgb(148, 148, 148);
    font-weight: 500;
    border: none;
    display: flex;
    -webkit-box-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    align-items: center;
}

/* .select2-container--default .select2-selection--single {
    display: none !important;
} */

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.3rem; */
    padding: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    /* width: calc(25% - 1.3rem); */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem;
    border: 1px solid #3FB656;
    border-radius: 8px;
    font-size: 1.4rem !important;
    font-weight: 600;
    color: black;
    margin: 0 !important;
    gap: 5px;
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    margin: 5px !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex !important;
    flex-wrap: wrap !important;
    overflow: visible !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 0 !important;
    background-image: url('../css/images/user_remove.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
}

/* .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    position: absolute !important;
    bottom: -60px !important;
    left: 0;
    width: 700px !important;
    gap: 1.3rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: start !important;
} */

.select2-container--default .select2-selection--multiple .select2-selection__rendered li input {
    padding: 0 !important;
}

li.select2-search.select2-search--inline {
    display: none !important;
}

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

/* .select2-container--default.select2-container--focus .select2-selection--multiple {
    height: 5rem !important;
    width: 100% !important;
    padding: 1.5rem !important;
    background-color: #F8F8F8 !important;
    font-size: 1.6rem !important;
    line-height: 2.8rem !important;
    color: #323232 !important;
    font-weight: 500 !important;
    display: flex !important;
    align-items: center !important;
} */


.form_wrapper .common_form.coach_form .input_group .input_parent {
    height: auto !important;
}

/* .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: unset;
} */

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--multiple {
    background-color: #F8F8F8 !important;
    border: 1px solid #aaa !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #aaa !important;
    min-height: 50px !important;
}

.select2-container .select2-selection--multiple {
    min-height: 50px !important;
}


.dimensions {
    color: #645a5a;
    font-size: 11px;
    vertical-align: middle;
    margin-left: 2px;
}

.text-danger {
    font-size: 12px;
}

div#social-links {
    margin: 0 auto;
    max-width: 500px;
}

div#social-links ul li {
    display: inline-block;
}

div#social-links ul li a {
    padding: 20px;
    border: 1px solid #ccc;
    margin: 1px;
    font-size: 30px;
    color: #222;
    background-color: #ccc;
}


.playerNotificationpage .account_pagedetails .account_sidebar .player_coachswap .nav-pills .nav-item .nav-link.active {
    margin-left: 0 !important;
}

.notification_count {
    position: absolute;
    left: 100px;
    color: white;
    background: #c30000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    top: -5px;
    display: none;
}

.account_pagedetails .account_sidebar .player_coachswap .tab-content .tab_switch ul li a {
    position: relative;
}

.tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.tag {
    background-color: #f0f0f0;
    padding: 5px 10px;
    border-radius: 5px;
}

.Tournament_create_page .tournament_flowWrapper .account_contents .third_step .coach_terms {
    display: block;
}

.add_braket_next_btns .add_bracketbtns {
    display: block;
}




.eventsTerms h3 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 500;
    color: #000000;
    text-align: center;
}

/* .create_gamespage .create_team .create_clubform form .club_input_wrapper .input_group .input_parent select {
    display: block !important;
} */
/* .match_details_Page .create_team .create_clubform form .club_input_wrapper .input_group .input_parent select{
    display: block !important;
} */

.coach_createTrainingpage .account_pagedetails .account_contents .second_step {
    display: block !important;
}

.upload_pickleball_certificate {
    display: unset !important;
}

.coach_createTrainingpage .account_pagedetails .account_contents .third_step {
    display: block !important;




}


.training_list li .status button {
    padding: 0;
}

.organizematch_Details .club_detailWrapper .club_detailBox .detail_body .about_club ul li span {
    font-size: 1.6rem;
    font-weight: 400;
    color: #323232;
}

.featured .member_switchwrapper {
    width: 100% !important;
}

.coach_location1 {
    background: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 150px;
}

.coach_name img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.coach_name h6 {
    margin: 5px 0 0;
    font-size: 16px;
}

.coach_location img {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.coach_location h5 {
    margin: 0;
    font-size: 14px;
    display: inline-block;
}


.upcomingevent_details .club_detailWrapper .club_detailBox .detail_footer .join_share_btns .primary_btn {
    cursor: pointer;
}

.coach_terms .item_wrapper .delete_item img {
    cursor: pointer;
}

#exitLeague {
    background-color: red !important;
}

#exitLeague:hover {
    box-shadow: 0 0px 2px 4px rgb(255 0 0 / 37%);
}


#exitTournament {
    background-color: red !important;
}

#exitTournament:hover {
    box-shadow: 0 0px 2px 4px rgb(255 0 0 / 37%);
}

#exitclub {
    background-color: red !important;
}

#exitclub:hover {
    box-shadow: 0 0px 2px 4px rgb(255 0 0 / 37%);
}

#training_exit {
    background-color: red !important;
}

#training_exit:hover {
    box-shadow: 0 0px 2px 4px rgb(255 0 0 / 37%);
}

#exitcommunity {
    background-color: red !important;
}

#exitcommunity:hover {
    box-shadow: 0 0px 2px 4px rgb(255 0 0 / 37%);
}

#exitgame {
    background-color: red !important;
}

#exitgame:hover {
    box-shadow: 0 0px 2px 4px rgb(255 0 0 / 37%);
}

.playerNotificationpage .account_pagedetails .account_sidebar .player_coachswap .nav-pills .nav-item .nav-link.active {
    margin-left: 2rem !important;
}


.share_modal .modal-dialog .modal-content .memberlist_box .copy_link .input_field input {
    font-size: 1.6rem;
    font-weight: 400;
    color: #323232;
    border: none;
    width: 89%;
    background: none;
}


.share_modal .modal-dialog .modal-content .memberlist_box .copy_link .input_field .icon {
    cursor: pointer;
}

#copyEventMessage {
    background: #3FB656;
    color: white !important;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    z-index: 9;
    right: 6rem;
    bottom: 1rem;
}

#player_profile {
    max-width: 100% !important;
}

.player_detail {
    height: 6rem;
    padding: 1.5rem 3rem;
    background-color: #F8F8F8;
    border-radius: 8px;
    line-height: 2.6rem;
    font-size: 1.6rem;
    color: #949494;
    font-weight: 500;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.lessonstimezone {
    max-width: calc(100% - 42rem);
    width: 100%;
}

#registrationclosed {
    background-color: red !important;
}

#registrationclosed:hover {
    box-shadow: 0 0px 2px 4px rgb(255 0 0 / 37%);
}

.Register_verification_Page .login_box form p {
    text-align: start !important;
}

.coach-confirm {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}

.secondary_btn {
    background: red !important;
}

.secondary_btn:hover {
    box-shadow: 0 0px 2px 4px rgb(255 0 0 / 37%);
}

.alert-danger {
    z-index: 30;
}

.tox .tox-editor-header {
    position: absolute !important;
    bottom: 0 !important;
    width: 100% !important;
    border: none !important;
}

.tox .tox-menubar {
    display: flex !important;
}

.match_details_Page .create_team .create_clubform form .club_input_wrapper .instruction_wrapper {
    align-items: start !important;
}

.single_uploadpreview li {
    width: 100% !important;
}

.preview_close_delete {
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
    background-color: unset;
    border: none;
}

.preview_close_delete img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
}

.terms_tick {
    position: relative !important;
}

.search_coach input#search-query-find-coach {
    border: 1px solid #3FB656;
    padding: 17px 25px 15px;
    width: 100%;
    font-size: 16px;
    border-radius: 8px;
}

.modal.tournament_success .btn-close {
    z-index: 99 !important;
}


.empty_page {
    padding: 4rem !important;
    width: 100% !important;
}


.calender_modal .modal-content .modal_body .timezone .time_select ul .empty_page h6 {
    font-size: 2.2rem !important;
}

.coachProfile_page .account_pagedetails .account_contents .first_step .form_wrapper .profile_edit .full_address_wrapper .input_wrapper .input_group.textarea_group {
    width: 100% !important;
}

.coach_createTrainingpage .account_pagedetails .account_contents .first_step .form_wrapper .profile_edit .full_address_wrapper .input_wrapper .input_group.textarea_group {
    width: 100% !important;
}

.organizeGames_page .club_search .upcoming_matchboxwrapper .match_box .join_btnparent .join_btn {
    max-width: 100% !important;
    width: 100% !important;
}


.acknowledgement .coachprofile_alertpop_up.instruction_pop {
    display: block;
}

.community_modal .primary_btn {
    max-width: max-content !important;
}

.coach_location1 .coach_name img {
    width: 60px !important;
    object-fit: cover;
    height: 50px;
    object-position: top;
}

.coach_name h6 {
    margin: 15px 0 0 !important;
}

.coach_location {
    display: flex;
    justify-content: center;
    gap: 1px;
    margin-top: 7px;
}

.coach_location img {
    width: fit-content !important;
}

.organizeGames_page .club_picklebuddy .about_contents p {
    display: -webkit-box;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
}

.coachprofile_alertpop_up p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #000000;
    font-weight: 400
}


.show_embededVideo {
    width: fit-content;
    display: flex;
    margin: auto;
    margin-top: 2rem;
    position: unset;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 2rem;
    cursor: pointer;
}

.terms_page p {
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #555454;
    font-weight: 500;
    margin-top: 2rem;
}

.terms_page ul {
    padding-left: 2rem;
}

.terms_page li {
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #555454;
    font-weight: 500;
    margin-top: 2rem;
    list-style: disc !important;
}

.terms_page h2 {
    margin: 2rem 0;
}

.terms_page h3 {
    font-size: 2.5rem;
    line-height: 3rem;
    color: #000000;
    font-weight: 400;
    margin: 1.5rem 0;
}


.common_breadcrumb .breadcrumb li {
    list-style: none !important;
}

.about_Page .story_section .story_details .story_contents p {
    display: -webkit-box;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    overflow: unset !important;
}

.calender_modal .modal-content .modal_body .booking_calendar p {
    margin: 0;
    color: #616161;
    font-size: 1.6rem;
    font-weight: 600;
}

.calender_modal .modal-content .modal_body .booking_calendar {
    background: #fff;
    color: #777;
    padding: 0;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.calender_modal .modal-content .modal_body .booking_calendar li {
    float: left;
    width: 14.2857142857%;
    text-align: center;
    padding: 9px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #B3B3B3;
    cursor: pointer;
}

.calender_modal .modal-content .modal_body .booking_calendar li.empty {
    pointer-events: none;
}

.calender_modal .modal-content .modal_body .booking_calendar li:hover {
    color: #3FB656;
}

.calender_modal .modal-content .modal_body .booking_calendar li.active,
.booking_calendar li.active:hover {
    background-color: #3FB656;
    color: #fff;
}

.calender_modal .modal-content .modal_body .booking_calendar li:first-child {
    color: #B3B3B3 !important;
    background-color: unset !important;
}

.calender_modal .modal-content .modal_body .booking_calendar li:nth-child(2) {
    color: #B3B3B3 !important;
    background-color: unset !important;
}

.calender_modal .modal-content .modal_body .booking_calendar li:nth-child(3) {
    color: #B3B3B3 !important;
    background-color: unset !important;
}

.calender_modal .modal-content .modal_body .booking_calendar li:nth-child(4) {
    color: #B3B3B3 !important;
    background-color: unset !important;
}

.calender_modal .modal-content .modal_body .booking_calendar li:nth-child(5) {
    color: #B3B3B3 !important;
    background-color: unset !important;
}

.calender_modal .modal-content .modal_body .booking_calendar li:nth-child(6) {
    color: #B3B3B3 !important;
    background-color: unset !important;
}

.calender_modal .modal-content .modal_body .booking_calendar li:nth-child(7) {
    color: #B3B3B3 !important;
    background-color: unset !important;
}

.calender_modal .modal-content .modal_body .booking_calendar ul {
    margin-top: 15px;
}

li.disabled {
    opacity: 0.4 !important;
    pointer-events: none !important;
}

.faq_label {
    font-size: 2rem;
    line-height: 2.8rem;
    color: #323232;
    font-weight: 600;
}

.calender_modal .modal-content .modal_body .calendar li{
   
    color: black !important;
}

.editfaq_groupwrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem; 
}

.editfaq_groupwrapper .faq_group {
    width: calc(100% - 4rem);
}

.editfaq_groupwrapper .faq_group .input_parent input {
    background-color: #ffffff;
    border: 1px solid #9D9D9D;
    border-radius: 5px;
    padding: 1.2rem 1.5rem;
    font-size: 1.6rem;
    color: black;
    font-weight: 500;
    width: 100%;
}

.editfaq_groupwrapper .faq_group .input_parent textarea {
    background-color: #ffffff;
    border: 1px solid #9D9D9D;
    border-radius: 5px;
    padding: 1.2rem 1.5rem;
    font-size: 1.6rem;
    color: black;
    font-weight: 500;
    width: 100%;
}

.editfaq_groupwrapper .faq_group .input_parent{
    margin-top: 15px;
}

.statusptag{
    color: red;
}

.flex.w-screen.h-screen.justify-center.items-center.bg-white.overflow-auto {
    align-items: self-start !important;
}

.duper_modalwrapper .modal-content {
    height: 801px;
}

.duper_modalwrapper .modal-dialog {
    max-width: 50rem !important;
}

.copy_duper {
    cursor: pointer;
}
.unlink_btn {
    cursor: pointer;
}

.copied_duper .revert_btn img {
    filter: grayscale(1);
}

.copied_duper .revert_btn {
    border: none;
}

.about_Page .about_picklebuddy .about_contents p {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.8rem;
    color: #272727;
    margin-top: 2rem;
    display: -webkit-box;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: vertical;
    overflow: unset !important;
}


.profile_edit .select2-search__field {
    height: 40px !important;
}


.select2-container .select2-selection--single{
    height: 6rem !important;
}

.select2-container--default .select2-selection--single {
    background-color: #F8F8F8;
    border: 1px solid #F8F8F8;
    border-radius: 4px;
}

.select2-dropdown {
    border: 1px solid #F8F8F8;
}



.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 60px;
    border-radius: 8px;
    line-height: 2.6rem;
    font-size: 1.6rem;
    color: #949494;
    font-weight: 500;
    padding: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 6rem;
}

.select2-results__option {
    padding: 10px;
    font-size: 12px;
    font-weight: 500;
}


.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3FB656;
}

.select2-search--dropdown {
    display: none;
}

.coachProfile_page .account_pagedetails .account_contents .first_step .form_wrapper .profile_edit .form_wrap .input_group .input_parent input {
    width: 100% !important;
  }
  
  .coachProfile_page .account_pagedetails .account_contents .first_step .form_wrapper .profile_edit .form_wrap .input_group .input_parent {
    width: 100% !important;
  }


