
.dashboard, .register_new_member_title, .club_info , .club_member{
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    font-size: 22px;
    color: #231F20;
}
.register_new_member_title{
    font-size: 20px;
}

.club_name, .club_members{
    font-family: "Manrope", sans-serif;
    opacity: 50%;
    font-size: 20px;
    color: #231F20;
}

.register_new_member_description{
    font-family: "Manrope", sans-serif;
    opacity: 100%;
    font-size: 18px;
    color: #231F20;
}

.register_new_member_title,.register_new_member_description{
    margin-left: 30px;
}

.club_phone, .club_website{
    font-family: "Manrope", sans-serif;
    opacity: 100%;
    font-size: 16px;
    color: #231F20;
}
.register_box{

    width: 750px;
}
.days_left{
    font-family: "Manrope", sans-serif;
    opacity: 100%;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}
.register_line{
    margin-left: 105px;
    width: 40px;
    border-top: solid  #64C5E2 2px;
    background-color: #64C5E2;
}
.register_button{
    background-color: #64C5E2;
}

/* for log in blade */


.notification_message{
    font-family: "Manrope", sans-serif;
    opacity: 100%;

    font-size: 18px;
    color: #231F20;
}
.notification_description{
    font-family: "Manrope", sans-serif;
    opacity: 50%;

    font-size: 18px;
    color: #231F20;
}




.lblue {

    align-self: center;
    align-content: center;
    width: 84px;
    border-top: solid  #64C5E2 2px;

}

.credentials_form{
    width: 25%;
    margin-top: 0px;
    padding-top: 0;
}
.log_text{
    font-family: "Manrope", sans-serif;
    opacity: 100%;
    font-weight: 800;
    font-size: 24px;
    color: #231F20;
    margin-top: 55px;
}
.log_description,.remember_text{
    font-family: "Manrope",'medium', sans-serif;
    opacity: 50%;
    font-size: 16px;
    color: #231F20;
}
.e_input{
    padding-left: 17px;
    margin-bottom: 25px;
    border: solid rgba(5, 6, 6, 0.1) 2px;
    height: 60px;
    width: 358px;
    font-family: "Manrope", sans-serif;
    opacity: 100%;
    font-weight: 800;
    font-size: 16px;
    color: #231F20;

}
.login_button_text{
    font-family: "Manrope",'medium', sans-serif;

    opacity: 100%;

    font-size: 20px;
    color: #FFFFFF;
}
.submit_button{
    margin-top: 46px;
    background-color:  #050606;
    width: 441px;
    height: 70px;
    border:none;
}

.login_footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(5, 6, 6, 0.1);
}
.login_footer_text1, .login_footer_text1 a{
    font-family: "Manrope",'medium', sans-serif;
    opacity: 100%;
    font-size: 14px;
    color: #050606;
}
.login_footer_text1 a:hover {
    color: #e75465;
    text-decoration: none;
}
/* for club info blade */


.lblack {

    width: 1123px;
    border-top: solid #050606 1px;

}

.lnorm {

    border-top: solid #050606 1px;
    width: 1310px;
    margin-left: 0;

}

/*club info*/

.innerLabel {
    font-family: "Manrope",'regular', sans-serif;
    opacity: 100%;
    font-weight: 500;
    font-size: 15px;
    color: #231F20;
    /*margin-top:35px;*/
    position: absolute;
    margin-left: 4px;

}

/*input[type=text]{*/
/*    display:flex;*/
/*    align-items: center;*/
/*    font-family: "Manrope",'medium', sans-serif;*/
/*    color: #231F20;*/
/*    font-weight: 500;*/
/*    font-size: 15px;*/
/*    width: 207px;*/
/*    height: 41px;*/
/*    border: solid 1px rgba(5, 6, 6, 0.1);*/

/*    padding: 11px 2px 0px 4px;*/
/*    line-height: 31px;*/

/*}*/


/*input[type=email],select{*/

/*    width: 207px;*/
/*    height: 41px;*/
/*    border: solid 1px rgba(5, 6, 6, 0.1);*/
/*    padding: 11px 2px 0px 4px;*/
/*    font-size: 17px;*/
/*    color: darkslategray;*/
/*    line-height: 31px;*/

/*}*/

.lafter{
    position: absolute;
    font-family: "Manrope", sans-serif;
    opacity: 50%;
    font-size: 12px;
    color: #231F20;
    margin-top: 23px;
    margin-bottom: 10px;
    margin-left: 4px;

}

.hidden-input {

    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

/*.lmodal{*/

/*    text-align: center;*/
/*    position: absolute;*/
/*    display: none;*/
/*    z-index: 1;*/
/*    overflow: auto;*/
/*   padding-top: 20px;*/
/*    padding-bottom: 20px;*/
/*    height: 100%;*/

/*}*/



.modal_in{

    border-radius: 20px;
//border: solid blue 1px;
    box-shadow: 0px 0px 5px 0px rgba(35,31,32,0.35);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(35,31,32,0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(35,31,32,0.35) ;

    margin-top:100px;




}

.modal_line{
    border-top: solid #64C5E2 2px;
}

.modal_description{
    font-family: "Manrope", sans-serif;
    opacity: 50%;
    font-weight: 500;
    font-size: 16px;
    color: #231F20;
}
.modal_title{
    font-family: "Manrope", sans-serif;
    opacity: 100%;
    font-weight: 800;
    font-size: 22px;
    color: #231F20;
}
.modal_question{
    font-family: "Manrope", sans-serif;
    opacity: 100%;
    font-weight: 800;
    font-size: 16px;
    color: #231F20;
}
.modal_confirm{
    margin-top: 50px;
    margin-bottom: 15px;
    width: 203px;
    height: 47px;
    background-color:  #64C5E2;
    color: white;
    font-family: "Manrope", sans-serif;
    opacity: 100%;
    font-weight: 800;
    font-size: 20px;
    border: none;
}
.modal_close{

    width: 60px;
    height: 17px;
    color: #231F20;
    font-family: "Manrope", sans-serif;
    opacity: 100%;
    font-weight: 500;
    font-size: 16px;
    border: none;
    cursor: pointer;
}












/*for members index blades pending and paid */



.member-delete-modal-dialog{
    border-radius: 20px;
    display: flex;
    justify-content: center;
    margin-top:100px;
    max-width: 420px;
    min-height: 375px;
    background-color: white;"
}


.member-delete-modal-close-button{
    border:none;
    outline: none;
    background-color: transparent;
    padding: 0;
    padding-top: 10px;
    width: 30px;
    height: 30px;
}


























.tab-container {

    background-color: rgba(5, 6, 6, 0.05);
    width: 100%;


}

.tab_1{
    width: 260px;

    margin-left: 0;
}

.tab-button {

    font-family: "Manrope", sans-serif;
    font-size: 14px;
    color: rgba(35, 31, 32, 0.6);
    padding: 14px;
    padding-left: 44px;
    padding-right: 44px;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.tab-button.active {
    background-color: white;
    border: none;
}
.tab-button.inactive {

    border: none;
    background-color: rgba(5, 6, 6, 0.05);

}

.tab-content {
    background-color: white;

}
.table_row{

    border-bottom: solid rgba(5, 6, 6, 0.1) 1px;
}
.search_member{
    border: solid rgba(5, 6, 6, 0.1) 2px;
    font-family: "Manrope", sans-serif;
    opacity: 100%;
    font-weight: 800;
    font-size: 16px;
    color: #231F20;
    width: 203px;
    height: 46px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    margin-right: 15px;
}
.add_member_button{
    border: solid #64C5E2 2px;
    font-family: "Manrope", sans-serif;
    opacity: 100%;
    font-weight: 800;
    font-size: 20px;
    color: #64C5E2;
    width: 203px;
    height: 48px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    margin-right: 15px;
}

.add_member_button:hover{
    cursor: pointer;
    background-color: #64C5E2;
    color: white;
    text-decoration: none;
}

.table_row_content {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    color: rgba(35, 31, 32, 0.5);

}

.table_row_content_after {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    color: rgba(35, 31, 32, 1);

}
.table_row_headers{
    font-family: "Manrope",'bold', sans-serif;
    font-size: 14px;
    font-weight: 800;
    opacity: 1;
    color: #231F20;

}

.member_view{
    background-color: #76C045;
    width:18px;
    height:18px;
    display: grid;
    place-items: center;
    margin-right: 5px;
}
.member_view:hover{
    cursor: pointer;
    background-color: #61A845;
}

.member_edit{
    background-color: #D5CC27;
    width:18px;
    height:18px;
    display: grid;
    place-items: center;
    margin-right: 5px;
}
.member_edit:hover{
    cursor: pointer;
    background-color: #C1B630;
}
.member_delete{
    background-color: #E75465;
    width:18px;
    height:18px;
    display: grid;
    place-items: center;
    /*margin-right: 5px;*/
}
.member_delete:hover{
    cursor: pointer;
    background-color: #CE2D45;
}

.payment_button{
    cursor: pointer;
    background-color: #64C5E2;
    color: white;
    text-decoration: none;

    width: 205px;
    height: 35px;
    border:none;
}
.payment_button2{
    cursor: pointer;
    background-color: #64C5E2;
    color: white;
    text-decoration: none;
    margin-left: 1010px;
    width: 205px;
    height: 35px;
    border:none;
}


.add_coach_button, .edit_member_button, .add_member_sub{

    margin-top: 16px;
    width: 317px;
    height: 40px;
    border: solid #64C5E2 1px;
    font-size: large;
    display: flex;
    justify-content: center;
    align-items: center;

}

.club_titles{
    font-family: "Manrope", sans-serif;
    opacity: 100%;
    font-weight: 800;
    font-size: 14px;
    color: #231F20;
}

.add_coach_button:hover, .del_coach:hover {
    cursor: pointer;
}


/* for adding and editing members*/


.custom-dropdown {
    position: relative;
    border: 1px solid rgba(5, 6, 6, 0.1);
    border-radius: 0;
    width: 316px;
    height: 41px;
    display: flex;

}

.selected-item {
    width:100%;
    margin-left:5px;
    cursor: pointer;
    padding-top: 8px;
    color: rgba(35, 31, 32, 1);
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 15px;
}

.arrow {
    display: inline-block;
    padding-top: 8px;
    margin-left: 5px;
    cursor: pointer;
}

.dropdown-content {

    display: none;
    position: absolute;
    margin-top:40px;
    margin-left: 0;
    padding-left: 0;
    background-color: white;
    border: 1px solid rgba(5, 6, 6, 0.1);
    border-top:none;
    border-radius: 0;
    /*width: 315px;*/
    width:100%;
    z-index: 1;
    max-height: 230px;
    overflow-y: auto;
    color: rgba(35, 31, 32, 0.5);
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 15px;
}

.dropdown-item {
    padding: 8px;
    cursor: pointer;
}

.dropdown-item:hover {
    background-color: rgba(35, 31, 32, 0.1);
}

.member_add_text{

    font-family: "Manrope", sans-serif;
    opacity: 50%;
    font-size: 14px;
    color: #231F20;
}
.member_add_line{
    float: left;
    width: 30px;
    border-top: solid #64C5E2 4px;
}

.sport_name{
    margin-top:20px ;
    /*width: 316px;*/
    width:100%;
    height: 22px;
    margin-right: 16px;
    background-color: rgba(5, 6, 6, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload_button {

    position: absolute;
    /*margin-left: 550px;*/
    width: 84px;
    height: 25px;
    background-color: white;
    border-radius: 20px;
    font-size: 12px;
    color: rgba(35, 31, 32, 0.6);
    cursor: pointer;
    font-family: "Manrope", sans-serif;
    font-weight: 500;

}
.upload_button:hover{
    background-color: rgba(35, 31, 32, 0.4);
    color: white;
}


.input-container {
    position: relative;
    margin-bottom: 20px;
    display: none;
}

.input-label {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: top 0.3s, font-size 0.3s;
    pointer-events: none;
    color: #999;
}

.custom-input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.custom-input:focus + .input-label,
.custom-input:not(:placeholder-shown) + .input-label {
    top: 5px;
    font-size: 12px;
    color: #333;
}
.text-error-danger{
    position: absolute;
    color:#E75565;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 12px;

}

option {

    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: rgba(35, 31, 32, 0.5);

}
.custom_opt{
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 15px;
}

custom-select-items:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.pending_text{
    display:flex;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
    padding-left: 10px;
    width:fit-content;
    min-width:195px;
    height: 24px;
    border-radius: 20px;
    border:none;
    background-color: #FBB11B;
    color: white;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    margin-bottom:10px;

}

.hidden-input {
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;

}

/*date picker changes*/

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: #64C5E2;

    border-color: #64C5E2;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    margin: -1px 30px 0 0;

}
/*notifications*/

.custom_notification {
    width: 315px;
    height: 53px;
    border: solid #E75565 2px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    background-image: linear-gradient(to right, #E75565 15%, rgba(0, 0, 0, 0) 15%);

}

.toast-success {
    background-color: #ffffff;
    border: solid  rgba(119, 192, 69, 1) 2px;
    border-radius: 15px;
    background-image: url('/public/images/green-notification.svg'), linear-gradient(to right, rgba(119, 192, 69, 1) 15%, rgba(0, 0, 0, 0) 15%);
    background-size: 30px 30px, 100%;
    background-repeat: no-repeat;
    background-position: 10px center, 0 0;
    height: 50px;
}

.toast-error {

    background-color: #ffffff;
    border: solid  rgba(231, 85, 101, 1) 2px;
    border-radius: 15px;
    background-image: url('/public/images/red-notification.svg'), linear-gradient(to right, rgba(231, 85, 101, 1) 15%, rgba(0, 0, 0, 0) 15%);
    background-size: 30px 30px, 100%;
    background-repeat: no-repeat;
    background-position: 10px center, 0 0;
    height: 50px;
    font-size: 15px;
}

.toast-message {

    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #231F20;
    padding-left: 50px;
    background-repeat: no-repeat;

}

.toast-close-button {
    /*position: relative;*/
    position: absolute;
    top:5px;
    right:5px;
    /*right: -.3em;*/
    /*top: -.3em;*/
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #ccc;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: alpha(Opacity=80);
    filter: alpha(opacity=80)
}




.coach-button-admin{
    font-size: large;
    cursor:pointer;
}







@media (max-width: 575px) {




    .member-delete-modal-dialog{

        min-height: 354px;

    }



    .modal_confirm{
        margin-top: 10px;
    }




    label.innerLabel {

        font-size: 13px;
        /*line-height: 1;*/


    }

    .selected-item {

        font-size: 13px;
        /*line-height: 1;*/
    }






}



@media (max-width: 770px) {
    .toast-success,
    .toast-error {
        font-size: 12px !important; /* Adjust font size for smaller screens */
    }

    .toast-message{
        padding-left: 50px;
        font-size: 12px !important;
    }

    #toast-container > div {
        display: flex;
        place-items: center;
        padding: 0 !important;
        min-width: 300px !important;
    }

    .toast-close-button {
        /*position: relative;*/
        position: absolute !important;
        top:5px !important;
        right:7px !important;
        /*right: -.3em;*/
        /*top: -.3em;*/
        font-size: 20px !important;
        font-weight: 700 !important;
        color: #ccc;
        -webkit-text-shadow: 0 1px 0 #fff;
        text-shadow: 0 1px 0 #fff;
        opacity: .8;
        -ms-filter: alpha(Opacity=80);
        filter: alpha(opacity=80)
    }


}