body {
    font-family: Gordita;
    src: url(Gordita Medium.woff);
}

.nav>ul {
    list-style-type: none;
    margin: -.49%;
    background-color: white;
}

.nav>li {
    margin-right: auto;
    float: right;
    padding-right: 45px;
    margin-top: 20px
}

.rounded-square {
    border-radius: 15%;
    ;
}

.nav>li a {
    display: block;
    color: #028744;
    text-align: center;
    padding: 14px 16px;
    height: 70px;
    text-decoration: none;
    font-size: 20px;
}

.nav>li a:hover:not(.active) {
    color: #f16522;
}

.coach {
    width: 100%;
    height: 2em;
    background-color: #61a93d;
    position: relative;
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 2em;
    margin-top: -2rem;
    margin-bottom: 1em;
}

.item0 {
    grid-area: h;
}

.item1 {
    grid-area: h1;

}

.item2 {
    grid-area: m;
}

.item3 {
    grid-area: m1;
}

.item4 {
    grid-area: r;
}

.item5 {
    grid-area: r1;
}


.grid-container {

    display: grid;
    grid-template:
        'h h1 m m1 r r1';
    background-color: #eef6f9;
    /*grid bg */
    padding: 10px;
    position: relative;
    margin-top: 2%;
    margin-left: 2%;
    margin-right: 2%;
}

.grid-container>div {

    text-align: center;
    padding: 20px 0;
    font-size: 30px;
}

.checked {
    color: #cda40e;
    /*star */
}

div .heading {
    font-size: 1.5rem;
    margin: 0;
    color: #616161;
    /*font */
}

div .subject {
    font-size: 1rem;
    margin: 0;
    color: #757575;
    /*font */
}

.item0 img {
    border-radius: 50%;
    float: left;
}

.button2 {
    background-color: #f06c2c;
    /* orange */
    border: none;
    color: white;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    width: 10rem;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 2rem;
}

.button3 {
    background-color: #61a93d;
    /* Green */
    border: none;
    color: white;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    width: 10rem;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 2rem;
}

.bg_green {
    background-color: green;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #f06c2c;
    border-color: #f06c2c;
}

.page-link {
    color: #f06c2c;
}

.morecontent span {
    display: none;
}

.morelink {
    display: block;
}

.btn-greentheme {
    color: #fff;
    background-color: #008000;
    border-color: #008000;
}

.btn-orangetheme {
    color: #fff;
    background-color: #f16522;
    border-color: #f16522;
}

.abs_img {
    top: 0%;
    left: 69%;
}


#myc-prev-week {
    display: none !important;
}

#myc-next-week {
    display: none !important;
}

.myc-available-time {
    background-color: #eaf3e5;
    font-size: 11px;
    border-radius: 2px;
    border: solid 0.2px green;
    color: black;
    margin-left: 15px !important;
}

.myc-date-header {
    border-right: 1px solid #e0e0e0;
    display: inline-block;
    min-height: 36px;
    padding: 5px 0px 5px 5px;
    vertical-align: top;
    width: 13.77%;
    font-size: 11px;
}

.myc-day-time-container {
    padding: 5px 5px 5px 5px;
}

.myc-date-display {
    color: #f06c2c;
    font-weight: bold;
    font-size: 14px;
}

.myc-available-time-container {
    background-color: #fafafa;
}

.myc-available-time.selected,
.myc-available-time:hover {
    background-color: #28a745;
    color: white;
}

.coach-profile-img-section {
    border-radius: 10px;
    border: 1px solid #28a745;
    max-width: 175px;
    padding: 4px;
}

.coach-profile-img {
    border-radius: 10px;
}

.normal_logo {
    margin-left: 1%;
    margin-top: 1%;
    margin-bottom: 1%;
    height: 70px;
}

.filter-list-title {
    font-size: 16px;
    font-weight: 700;
}

.filter-list {
    padding-left: 5px;
}

.filter-list li {
    list-style-type: none;
}

.filter-section {
    padding: 10px 30px;
}

.font-size-22 {
    font-size: 22px;
    font-weight: 500;
}

.stars .checked {
    color: #ffae35;
    font-size: 18px;
}

.font-size-28 {
    font-size: 28px;
}

#myc-nav-container {
    display: none;
}

#picker {
    width: 100%;
}

.myc-date-header {
    width: 12.80%;
}

/* .nav-item{
	margin: 3px 10px;
} */
/* .nav-link:hover{
	color: #fff;
	font-weight: 500;
}
.nav-link{
	background: #28a745;
	padding:6px 15px;
	border-radius:50%;
	color: #fff;
	font-weight: 500;
}
.nav-link.active{
	background: #28a745;
	color: #fff;
} */
.nav-item.bg-orange .nav-link {
    background: #f16522 !important;
    border-radius: 20px;
}



.myc-available-time {
    background-color: #eaf3e5;
    font-size: 10px !important;
    border-radius: 2px !important;
    border: solid 0.2px green !important;
    color: black;
    margin-left: -15px !important;
    width: 35px !important;
}

div#myc-dates-container {
    overflow: scroll;
}

#myc-dates-container {
    height: 350px !important;
}

.myc-date-header {
    width: 12% !important;
    text-align: center;
    float: left;
}

.myc-date-header:first-of-type {
    /* padding-left: 0px !important; */
    padding-left: 2px !important;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

section.coaches_content_section {
    background: #fff;
    padding: 0;
    margin: 0;
}

section.coaches_head_section {
    background: #61a93d;
    padding: 5px 0;
    color: #fff;
}

.coaches_head_section div#filter_btn {
    background: #72c247;
    padding: 5px;
    border-radius: 5px;
    width: 100px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

.coaches_head_section div#sort_btn {
    background: #72c247;
    padding: 5px;
    border-radius: 5px;
    width: 100px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
}

section.coaches_head_section h1 {
    font-size: 24px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.filter_box {
    background: #fff;
    padding: 10px 30px 10px 11px;
    border-right: 0px;
    margin-right: 0%;
    -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
    transition: transform .3s ease-in-out, width .3s ease-in-out;
    margin-top:9px !important
}

.filter_box h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}

.consultation_box .form-check-label {
    font-size: 14px;
    color: #000;
}

.coaches_content {
    position: relative;
    padding: 30px 0px;
    -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
    transition: transform .3s ease-in-out, width .3s ease-in-out;
    margin-top:0px;
}

.filter_box_col {
    width: 0;
    padding: 0;
    margin: 0;
    border: none;
    opacity: 0;
    display: none;
    -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
    transition: transform .3s ease-in-out, width .3s ease-in-out;
}

.coaches_content_full {
    width: 100%;
    -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
    transition: transform .3s ease-in-out, width .3s ease-in-out;
}

.coaches_content div#dataTables-example_length span,
.coaches_content div#dataTables-example_length select {
    float: left;
    width: auto;
    margin-right: 10px;
}

.coaches_content div#dataTables-example_length span {
    margin-top: 6px;
    font-size: 16px;
    font-weight: 400;
}

.coaches_content div#dataTables-example_filter span {
    float: left;
    margin-top: 6px;
}

.coaches_content div#dataTables-example_filter input {
    float: right;
    width: 75%;
}

.consultation_box ul.list-inline {
    margin: 0;
}

.consultation_box ul.list-inline li i {
    color: #f9b104;
}

.filter_box button.reset_btn {
    background: white;
    font-size: 16px;
    border-radius: 5px;
    width: 100px;
    padding: 3px;
    font-weight: bold;
    margin-top: 30px;
}

.filter_box button.apply_btn {
    background: #058747;
    font-size: 16px;
    border: 1px solid #058747;
    border-radius: 5px;
    width: 100px;
    padding: 3px;
    font-weight: bold;
    margin-top: 30px;
    color: #fff;
    margin-left: 10px;
}

.coaches_content .data_con {
    border-radius: 0px;
    box-shadow: none;
    padding: 0;
    margin: 0;
    width: 20%;
    float: left;
}

table#trainer_list {
    border-collapse: separate !important;
    border-spacing: 0 0px;
}

table#trainer_list td {
    padding: 0px;
    vertical-align: top;
}

#trainer_list tr.odd,
#trainer_list tr.even {
    /*border-radius: 10px;*/
    /*box-shadow: 0px 0px 6px #e5e4e4;*/
    width: 31.2%;
}

.coaches_content .data_con .img {
    border: 2px solid #f1f1f1;
    border-radius: 10px;
    padding: 2px;
}

.coaches_content .data_con .img img {
    width: 100%;
    border-radius: 10px;
    height: 100%;
    max-height: 200px;
}

.text_box .year_txt {
    margin: 5px 0;
}

.text_box {
    position: relative;
}

.text_box h4 {
    font-size: 20px;
    font-weight: bold;
}

.text_box ul.list-inline i {
    color: #f9b104;
}

.text_box ul.list-inline {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
}

.text_box ul.list-inline li {
    display: inline-block;
    margin-top: -10px;
}

.text_box ul.list-inline span {
    margin-left: 10px;
    font-size: 12px;
}

.text_box ul.list-inline img {
    float: left;
    margin-right: 10px;
    width: 18px;
    margin-top: 5px;
}

.text_box p {
    margin-bottom: 0;
    font-size: 13px;
    word-break: break-all;
    white-space: normal;
}

.coaches_calendar {
    text-align: center;
}

.text_box .year_txt b.price {
    font-size: 20px;
}

.text_box p a {
    color: #61a93d;
    font-weight: bold;
}

.coaches_content ul.pagination {
    margin: 50px auto;
}

.coaches_content ul.pagination a.page-link {
    background: #61a93d;
    color: #fff;
}

ul.sort-menu {
    display: none;
}

.sort-menu-open {
    display: block !important;
    position: absolute;
    background: #fff;
    border-radius: 5px;
    z-index: 1;
    padding: 10px;
    width: 100%;
    box-shadow: 0px 0px 6px #e5e4e4;
    top: 40px;
    margin: 0 auto;
    max-width: 180px;
    left: 0;
    right: 0;
}

.sort-menu-open a {
    color: #000;
    font-size: 14px;
}

.filterBadge {
    margin: 5px;
}

.filterRemove {
    cursor: pointer;
}

/*.myc-date-header{
    width: 12% !important;
}*/

.myc-day-time-container:first-of-type {
    /* padding-left: 15px; */
}

.myc-day-time-container {
    display: inline-block;
    height: 100%;
    padding: 15px 0px 15px 0px !important;
    vertical-align: top;
    width: 13.77%;
}

#myc-available-time-container {
    width: 100%;
}

.myc-day-time-container:last-of-type {
    margin-bottom: 12px;
}

.myc-day-time-container {
    display: inline-block;
    max-height: 30%;
    padding: 0px !important;
    width: 13.50%;
}

.myc-date-header {
    padding: 4px;
}

#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #d7d7d7;
    z-index: 9999;
    display: none;
}

#filter-selection-output {
    display: none;
}


.tab-block label {
    font-size: 14px;
    color: #999999;
}

.tab-block select {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: url(../images/dorpdown.svg) no-repeat;
    background-position: right 4px;
    padding-left: 31px;
    background-size: 19px;
}

.gendar-block {
    position: absolute;
    top: 52px;
}

.step-number {
    background: #E8E8E8;
    height: 5px;
    width: 40px;
    display: inline-block;
}

.step-number.active {
    background-color: #61A93D;
}

#searchbar {
    width: 100%;
    height: 37px;
    padding: 12px;
    margin-bottom: 9px;
}

.progress-container {
    position: relative;
    margin-bottom: 14px;
}

.progress {
    height: 10px;
    border-radius: 10px;
    background-color: #f0f0f0;
}

.progress-bar {
    border-radius: 10px;
}

.step {
    display: none;
}

.card {
    border: none;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.next-green {
    background-color: #61A93D;
    color: #fff;
    width: 28%;
    margin-top: 0;
}

.hv-block {
    min-height: 195px;
}

.grey-btn {
    background-color: #F1F1F1;
    color: #333333;
    width: 25%;
}

.skip-block {
    text-align: center;
    width: 100%;
}

.skip-block a {
    color: #61a93d;
}

.form-control.inputhv {
    height: 34px;
    padding-left: 31px;
}

.gendar-block.topmt {
    top: 28px;
}

.tab-block .colorBlack {
    color: #000;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-m';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto-Medium.ttf') format('truetype'),
        url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: 'Roboto', sans-serif;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: #ffae35;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.profile_text {
    float: left;
    /*width: 45%;*/
    width: 43%;
    padding: 0 20px;
}

.calendar_box {
    float: right;
    /*width: 35%;*/
    width: 37%;
    text-align: right;
}

.list-inline li h6 {
    font-size: 12px;
}

.pagination li#trainer_list_next {
    position: relative;
    right: 0;
    top: 0;
    font-size: inherit;
    display: block !important;
}

.calendar_box .btn {
    margin-bottom: 10px;
    width: auto;
    font-size: 14px !important;
    letter-spacing: 0;
    text-transform: none;
}

#trainer_list th {
    font-size: 24px;
    width: auto !important;
}

table#trainer_list {
    width: 100% !important;
}

.data_con .profile_box {
    width: 100%;
}

.coaches_content .row {
    width: 100%;
}

.bookbtn {
    background-color: #f58e1d;
}

.badge-list .badge {
    color: #f48a58;
}

.reddark {
    color: #058747;
}


/*#filter-selection-output{*/
/*    flex-wrap: wrap;*/
/*    gap: 15px;*/
/*    height: 85px;*/
/*    margin: 0px;*/
/*    position: absolute;*/
/*    top: -54px;*/
/*    margin-top: 12px;*/
/*    padding-top: 5px;*/
/*}*/
#filter-selection-output::-webkit-scrollbar{
    display: none;
}

#trainer_list_filter {
    position: absolute;
    left: 52%;
    margin: 0px;
    top: 34px;
}
#sortBtn {
    margin-left: 0px;
    margin-right: 0px;
    position: absolute;
    left: 86%;
    top: 34px;
    /*width: 8%;*/
    text-align: center;
}

@media screen and (max-width: 1441px) {

    #trainer_list_filter {
        left: 40%;
    }
 #sortBtn {
    left: 87%;
    width: 110px;
}

}

@media screen and (max-width:1400px) {

    /*#trainer_list_filter {*/
    /*    left: 36%;*/
    /*}*/
    #trainer_list_filter {
    left:43%;
}
}

@media screen and (max-width:1300px) {

    #trainer_list_filter {
        left: 38%;
    }

    div.dataTables_wrapper div.dataTables_filter input{
        width: 400px !important;
    }

    #sortBtn{
        left: 85%;
    }
}

@media screen and (max-width:1280px) {
    #sortBtn{
        left: 86%;
    }
}

@media screen and (max-width:1230px) {
    #trainer_list_filter {
        left: 39%;
    }
    #sortBtn{
        left: 87%;
    }
}

@media screen and (max-width:1225px) {
    #trainer_list_filter {
        left: 42%;
    }
    div.dataTables_wrapper div.dataTables_filter input{
        width: 350px !important;
    }
    #sortBtn{
        left: 87%;
    }
}

@media screen and (max-width:1200px) {
    #trainer_list_filter {
        left: 50%;
    }
    div.dataTables_wrapper div.dataTables_filter input{
        height: 50px;
        width: 280px !important;
    }

    #sortBtn{
        height: 50px;
        width: 94px;
        left: 88%;
        border-right: 0px;
        border-top: 0px;
        border-bottom: 0px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .text_box ul.list-inline {
        position: relative;
        margin: 0;
    }

    .filter_box button.reset_btn,
    .filter_box button.apply_btn {
        width: 80px;
    }

    .calendar_box .btn {
        width: 150px;
    }
}

@media screen and (max-width:1160px) {
    #trainer_list_filter {
        left: 48.5%;
    }
}


@media screen and (max-width:1120px) {
    #trainer_list_filter {
        left: 47%;
    }

    div.dataTables_wrapper div.dataTables_filter input{
        width: 280px !important;
    }

    #sortBtn{
        left: 88%;
    }
}

@media screen and (max-width:1090px) {
    #trainer_list_filter {
        left: 47%;
    }

    div.dataTables_wrapper div.dataTables_filter input{
        width: 250px !important;
    }

    #sortBtn{
        left: 85%;
    }
}
@media screen and (max-width:1060px) {
    div.dataTables_wrapper div.dataTables_filter input{
        width: 230px !important;
    }

    #sortBtn{
        left: 83.5%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .profile_text {
        width: 50%;
    }

    .calendar_box {
        width: 30%;
    }

    .text_box ul.list-inline {
        position: relative;
        margin: 0;
    }

    .filter_box button.reset_btn,
    .filter_box button.apply_btn {
        width: 80px;
    }

    .calendar_box .btn {
        width: 150px;
    }

    #trainer_list_filter {
        top: 5%;
        left: 48%;
    }
    div.dataTables_wrapper div.dataTables_filter input{
        height: 40px;
        width: 230px !important;
    }

    #sortBtn{
        height: 40px;
        width: 94px;
        top: 5%;
        left: 86%;
        padding-top: 10px;
        border-right: 0px;
        border-top: 0px;
        border-bottom: 0px;
    }
}

@media screen and (max-width:992px){
    #trainer_list_filter {
        left: 45%;
    }
    div.dataTables_wrapper div.dataTables_filter input{
        width: 370px !important;
    }

    #sortBtn{
        width: 108px;
        left: 88%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .profile_text {
        width: 50%;
    }

    .calendar_box {
        width: 30%;
    }

    .text_box ul.list-inline {
        position: relative;
        margin: 0;
    }

    .filter_box button.reset_btn,
    .filter_box button.apply_btn {
        width: 100%;
        margin-left: 0;
    }

    .calendar_box .btn {
        width: 100%;
        font-size: 14px !important;
        padding: 5px !important;
    }

    .filter_box {
        padding: 10px 10px 10px 10px;
    }

    .filter_box h3 {
        font-size: 12px;
    }

    .consultation_box ul.list-inline li i {
        font-size: 12px;
    }

    #trainer_list th {
        font-size: 16px;
    }

    .text_box h4 {
        font-size: 14px;
    }

    #trainer_list_filter {
        left: 54%;
    }
    div.dataTables_wrapper div.dataTables_filter input{
        height: 43px;
        width: 263px !important;
    }

    #sortBtn{
        height: 43px;
        width: 108px;
        left: 87%;
        padding-top: 10px;
    }
}

@media screen and (max-width:910px) {
    #trainer_list_filter {
        left: 50%;
    }
    div.dataTables_wrapper div.dataTables_filter input{
        width: 274px !important;
    }

}

@media screen and (max-width:855px) {
    #trainer_list_filter {
        left: 46.7%;
    }
    div.dataTables_wrapper div.dataTables_filter input{
        width: 280px !important;
    }

}

@media screen and (max-width:810px) {
    #trainer_list_filter {
        top: 5%;
        left: 45%;
    }
    div.dataTables_wrapper div.dataTables_filter input{
        width: 250px !important;
    }
    #sortBtn{
        top: 5%;
        left: 84%;
    }
}

@media (max-width: 767px) {
#crossBtn {
    position: absolute;
    top: -105px !important;
    right: 32px !important;
    background-color: #f4f4f400;
    border: 0px;
}
    .available_text {
        display: grid !important;
    }

    .coaches_content {
        margin-top: 23px;
    }

    .bookbtn {
        margin-top: -16px;
        height: 35px;
    }

    .available_text span {
        font-size: 11px;
        order: 1;
        padding-bottom: 15px;
    }

    .available_text p {
        font-size: 13px;
        order: 2;
    }

    .badge-list .badge {
        height: 4ch;
    }

    #trainer_list th {
        display: none !important;
    }

    .filter_box {
        border: none;
        display: block;
        margin-top: 18px;
    }

    .filter_box_col {
        display: block;
        opacity: 1;
        padding: 10px 10px 10px 30px;
        float: left;
        width: 100% !important;
        margin-right: 2%;
        max-width: 100%;
    }

    .consultation_box {
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
    }

    .profile_text {
        width: 50%;
        margin-bottom: 20px;
    }

    .calendar_box {
        width: 30%;
    }

    .calendar_box .btn {
        width: 100%;
        font-size: 11px !important;
        padding: 4px !important;
    }


    .text_box ul.list-inline {
        position: relative;
        margin: 0;
    }

    .filter_box button.reset_btn,
    .filter_box button.apply_btn {
        width: 100px;
        margin-left: 0;
    }

    .coaches_content {
        width: 100%;
    }

    .coaches_content .col-sm-12 {
        margin: 0;
        padding: 0;
    }

    div#trainer_list_paginate {
        margin-top: 20px;
        text-align: center;
    }

    table#trainer_list td {
        display: block;
    }

    #trainer_list th {
        font-size: 16px;
    }

    /*.coaches_content_section .row {*/
    /*    margin-left: 3px !important;*/
    /*    margin-right: 3px !important;*/
    /*}*/

    div.dataTables_wrapper div.dataTables_length label {
        font-weight: normal;
        text-align: left;
        white-space: nowrap;
        display: none;
    }

    #trainer_list th {
        display: none;
    }

    /*.coaches_content h4 {*/
    /*    display: none;*/
    /*}*/
    .filter_text {
        display: none;
    }

    span#filter_btn {
        display: none;
    }

    /*.dataTables_filter {*/
    /*    position: absolute;*/
    /*    top: -64px;*/
    /*    right: 11%;*/
    /*}*/
    .sort-btn-block {
        position: absolute;
        top: -14px;
        border: 0;
        padding: 8px 13px;
        right: 11px;
        width: 99px;
        border-radius: 5px;
        height: auto;
        margin: inherit;
        left: inherit;
    }

    .zip-filter-section {
        text-align: center;
        padding: 8px;
        /* font-size: 12px; */
        position: absolute;
        top: 186px !important;
    }

    .zip-filter-section h4 {
        font-size: 14px;
        margin-bottom: 0;
        font-weight: 400 !important;
    }

    div.dataTables_wrapper div.dataTables_filter label {
        color: #ffF;
        font-size: 0;
        width: 89%;
    }

    .filter_box .border {
        border: 0px !important;
    }

    .dataTables_filter {
        position: absolute;
        top: -85px;
        right: 0;
        left: 33px;
        width: 79%;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        width: 100% !important;
        /* padding-right: 30px;*/
        padding-left: 55px;
        background-color: transparent;
        border: 1px solid #ccc;
        border-radius: 6px;
    }
}

@media (max-width: 480px) {
    .page-link {
        font-size: 11px;
    }

    #trainer_list th {
        font-size: 16px;
        display: block;
    }

    .coaches_content .data_con {
        width: 100%;
        float: none;
        margin: 0 auto 20px;
        max-width: 250px;
    }

    .profile_text {
        width: 100%;
        float: none;
        text-align: center;
    }

    .calendar_box {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .calendar_box .btn {
        width: 100%;
    }

    .text_box ul.list-inline img {
        float: none;
        margin-right: 0;
        margin-top: 2px;
    }
}





@media screen and (max-width: 767px) {
    .mobile-view {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .pagination>.nav-tab>.nav-link {
        background: #aaa;
        padding: 5px 10px;
        border-radius: 40%;
    }

    .pagination>.nav-tab>.nav-link.active {
        background: #28a745;
        padding: 5px 10px;
        border-radius: 40%;
    }

    #trainer_list_filter {
        left:12%;
        top:-3.5%;
    }
    div.dataTables_wrapper div.dataTables_filter input{
        width: 100% !important;
                margin-left: 0px !important;
    }

    #sortBtn {
        top: 0%;
        left: 78%;
        height: 40px !important;
        width: 99px !important;
    }

    .form-control {
        height: 45px !important;
    }

    #coaches_content {
        padding-top: 125px;
    }

    #filter-selection-output {
        top: 2%;
    }
}

select.phone-code {
    width: 10.1ch;
    height: 34px;
}

.topmt.mobile-number {
    top: 44px;
}



.dropdown-select {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
    background-color: #fff;
    border-radius: 6px;
    border: solid 1px #eee;
    box-shadow: 0px 2px 5px 0px rgba(155, 155, 155, 0.5);
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;

}

.dropdown-select:focus {
    background-color: #fff;
}

.dropdown-select:hover {
    background-color: #fff;
}

.dropdown-select:active,
.dropdown-select.open {
    background-color: #fff !important;
    border-color: #bbb;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

.dropdown-select:after {
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #777;
    -webkit-transform: origin(50% 20%);
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: '';
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
}

.dropdown-select.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.dropdown-select.open .list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.dropdown-select.open .option {
    cursor: pointer;
}

.dropdown-select.wide {
    width: 30%;
}

.dropdown-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.dropdown-select .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    border-radius: 6px;
    margin-top: 4px;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    max-height: 250px;
    overflow: auto;
    border: 1px solid #ddd;
}

.dropdown-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.dropdown-select .dd-search {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem;
}

.dropdown-select .dd-searchbox {
    width: 90%;
    padding: 0.5rem;
    border: 1px solid #999;
    border-color: #999;
    border-radius: 4px;
    outline: none;
}

.dropdown-select .dd-searchbox:focus {
    border-color: #12CBC4;
}

.dropdown-select .list ul {
    padding: 0;
}

.dropdown-select .option {
    cursor: default;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
    list-style: none;
}

.dropdown-select .option:hover,
.dropdown-select .option:focus {
    background-color: #f6f6f6 !important;
}

.dropdown-select .option.selected {
    font-weight: 600;
    color: #12cbc4;
}

.dropdown-select .option.selected:focus {
    background: #f6f6f6;
}

.dropdown-select a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.dropdown-select a:hover {
    color: #666;
}


.dropdown-select-contact {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
    background-color: #fff;
    border-radius: 6px;
    /*border: solid 1px #eee;*/
    /*box-shadow: 0px 2px 5px 0px rgba(155, 155, 155, 0.5);*/
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    border-bottom: 1px solid #ccc;

}

.dropdown-select-contact:focus {
    background-color: #fff;
}

.dropdown-select-contact:hover {
    background-color: #fff;
}

.dropdown-select-contact:active,
.dropdown-select-contact.open {
    background-color: #fff !important;
    border-color: #bbb;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

.dropdown-select-contact:after {
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #777;
    -webkit-transform: origin(50% 20%);
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: '';
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
}

.dropdown-select-contact.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.dropdown-select-contact.open .list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.dropdown-select-contact.open .option {
    cursor: pointer;
}

.dropdown-select-contact.wide {
    width: 30%;
}

.dropdown-select-contact.wide-contact .list {
    left: 0 !important;
    right: 0 !important;
}

.dropdown-select-contact .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    border-radius: 6px;
    margin-top: 4px;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    max-height: 250px;
    overflow: auto;
    border: 1px solid #ddd;
}

.dropdown-select-contact .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.dropdown-select-contact .dd-search-contact {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem;
}

.dropdown-select-contact .dd-searchbox-contact {
    width: 90%;
    padding: 0.5rem;
    border: 1px solid #999;
    border-color: #999;
    border-radius: 4px;
    outline: none;
}

.dropdown-select-contact .dd-searchbox-contact:focus {
    border-color: #12CBC4;
}

.dropdown-select-contact .list ul {
    padding: 0;
}

.dropdown-select-contact .option {
    cursor: default;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
    list-style: none;
}

.dropdown-select-contact .option:hover,
.dropdown-select-contact .option:focus {
    background-color: #f6f6f6 !important;
}

.dropdown-select-contact .option.selected {
    font-weight: 600;
    color: #12cbc4;
}

.dropdown-select-contact .option.selected:focus {
    background: #f6f6f6;
}

.dropdown-select-contact a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.dropdown-select-contact a:hover {
    color: #666;
}



.modal-backdrop.show {
    opacity: 1.5;
}

.modal-backdrop {
    background-color: #d7d7d7;
}

div.phone-code-search {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

div.phone-code-search-contact {
    display: flex !important;
    /*justify-content: center !important;*/
    align-items: center !important;
}

#coachinputphone {
    margin-left: 12px !important;
    margin-top: 15px;
}

div.phone-code-search>.current {
    padding-left: 9px !important;
}

div.phone-code-search-contact>.current {
    padding-left: 9px !important;
}

.mobile-number>img {
    margin-top: 12%;
}

.review-span {
    font-size: 12px;
    padding-left: 32px;
}

select.phone-code {
    display: none;
}

select.phone-code-contact {
    display: none;
}

.contact-form-label {
    display: flex;
    gap: 11px;
}

.send-message-modal .close {
    padding: 4px 8px;
    top: 14px;
    right: 14px;
    position: absolute;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    width: 1em;
    height: 1em;
}

.btn-brown {
    background: #f06c2c !important;
    border-radius: 10px;
    border-color: #f06c2c !important;
    padding: 14px 21px !important;
    margin-top: 20px;
}

.contact-form {
    padding-top: 21px;
}

.phone-code.phone-code-search {
    padding-left: 24px;
    margin-bottom: 0;
    margin-top: 7px;
}

.phone-code-contact.phone-code-search-contact {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 7px;
    justify-content: left;
}

div#trainer_list_paginate a.current {
    color: green;
    text-decoration: underline;


}

.dropdown-menu a.dropdown-item {
    font-size: 15px !important;
}

p.error {
    font-size: 14px !important;
}

#invalid_countrycode {
    width: 55% !important;
}

#invalid_phone {
    width: 42% !important;
}

.swal2-show {
    -webkit-animation: swal2-show .3s;
    animation: swal2-show .3s;
}

.logo-modal img {
    width: 126px;
}

.swal2-success-ring {
    background: #62a93d;
}

.logo-modal {
    position: absolute;
    top: 20px;
    left: 20px;
}

.available_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 14px 0px 15px;
}

.rightone {
    white-space: initial !important;
}

@media screen and (max-width:666px) {
    #sortBtn{
        left: 77%;
    }
}

@media screen and (max-width:550px) {
    #sortBtn{
        left: 74%;
    }
}
@media screen and (max-width:475px) {
    #sortBtn{
        left: 71%;
    }
}

@media only screen and (max-width:426px) {

.coaches_content_section h4 {
    padding-top: 8px !important;
}    
   
 #trainer_list_filter {
    left:42px;
    top:-116px;
    width: 340px !important;
}

    #sortBtn {
        top:-52px;
        left: 73%;
        height: 40px !important;
        width: 99px !important;
    }

    .form-control {
        height: 45px !important;
    }

    #coaches_content {
        padding-top: 36px;
    }

    #filter-selection-output {
        top: 2%;
    }
}

@media only screen and (max-width:376px) {
    #trainer_list_filter {
        width: 300px !important;
    }

    #sortBtn{
        left: 70%;
    }
}

@media only screen and (max-width:321px) {
    #trainer_list_filter {
        width: 250px !important;
    }

    #sortBtn{
        left: 66%;
    }
}

.overlay-spinner {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.overlay-spinner:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.overlay-spinner:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.overlay-spinner:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#cover-spin{display:none !important;}