::-webkit-calendar-picker-indicator {
    filter: invert(1);
    font-size: 14px;
}

.w-50{
width: 50% !important;
}

.m-0{
    margin: 0px !important;
}
.m-btm-0
{ margin-bottom: 0px; }

.m-btm-10
{ margin-bottom: 10px; }

.m-btm-15
{ margin-bottom: 15px; }


.m-top-20{
    margin-top: 20px !important;
}

.pad-0{
padding: 0px;
}

.help-txt{
    font-size: 13px;
}

.login-page::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    background: url(../img/bg.jpg);
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
}

.user-block-coach .item {
    
    font-weight: 300;
    color: #75787f;
    font-size: 0.9em;
}

.user-block-coach .item strong{
 
   
    font-size: 0.9em;
}




/* your styles go here */


nav.navbar {
    /* background: #191C24; */
    color: #8a8d93;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #34373d;
    z-index: 10;
}


nav#sidebar {
    /* width: 260px; */
    background: #191d25;
    color: #fff;
    border-right: 1px dotted #34373d;
}


.page-content {
    position: relative;
    background:#000000;
    
    min-height: 100vh;
    /* width: calc(100% - 280px); */
    padding: 0px 0px 70px;
}


.statistic-block {
    padding: 20px;
    background: #191C24;
    color: #8a8d93;
}

.page-header {
    padding: 20px 15px;
    background:#191d25;
    color: rgb(138, 141, 147);
    margin-bottom: 30px;
}

.logo_img{
    height: 44px;
    margin-top: 10px;
}


nav.navbar {
    background: #282b33;
    color: #8a8d93;
    padding-top: 11px;
    padding-bottom: 4px;
    border-bottom: 1px dotted #34373d;
    z-index: 10;
}

nav.navbar {
    /* background: #191C24; */
    /* color: #282b33; */
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 1px dotted #34373d;
    z-index: 10;
    position: relative;
}

nav.navbar .sidebar-toggle {
    width: 36px;
    height: 36px;
    margin-bottom: 0px;
    line-height: 29px;
    text-align: center;
    border-radius: 50%;
    background: rgb(40, 43, 47);
    color: rgb(138, 141, 147);
    font-size: 1.1rem;
    border: 2px solid rgb(61, 65, 72);
    outline: none;
    top: 17px;
}

nav#sidebar li a {
    padding: 14px 20px;
    display: block;
    font-weight: 400;
    font-size: 1em;
}

nav#sidebar a i {
    font-size: 1em;
    margin-right: 10px;
    -webkit-transition: none;
    transition: none;
}

nav#sidebar li.active::before {
    background:none;
}


.page-content {
    position: relative;
    background: #000000;
    min-height: 100vh;
    /* width: calc(100% - 260px); */
    padding: 0;
    padding-bottom: 70px;
}


.dashbg-1 {
    background: #00c3ff;
}

.dashbg_txt_1{
    color: #00c3ff;
}



.dashbg-4 {
    background: #6ed94d;
}

.dashbg_txt_4{
    color: #6ed94d;
}


.dashbg-2 {
    background: #ff5656;
}

.dashbg-3 {
    background: #f79b3f;
}







nav#sidebar li.active i {
    color:#ffc107;
}

.login-page .form-holder .form {
    background: #2d3035e8;
}

.btn-primary {
    color: color-yiq(#DB6574);
    background-color: #1aa4e8;
    border: none !important;
    border-radius: 0px;
    padding: 8px 20px;
}


.btn-normal {
    color:#959595;
    background-color:#2E3036;
    border: none !important;
    border-radius: 0px;
    padding: 8px 20px;
    font-size: 1em;
    display: flex;
}


.btn-secondary {
    color: color-yiq(#868e96);
    background-color: #868e96;
    border-color: #868e96;
    border-radius: 0px;
}

.add-link{
    display: flex;
    color:#00aeff;
    font-size: 1em;
    float: right;
}

.add-link:hover{
    color: #fff;
    text-decoration: none;
}

.add-link:focus{
    color: #fff;
    text-decoration: none;
}


.add-link i{
   margin-left: 10px;
}


.btn-primary:hover {
    background-color: #f79b3e;
}


.color-white{
    color: #fff;
}


.login-btn{
    width: 150px;
}


.login-page .form-holder .form a.forgot-pass, .login-page .form-holder .form a.signup {
    font-size: 0.9rem;
    color: #f79b3e;
}

.form-control:focus {
    color: #979a9f;
    background-color: transparent;
    border-color: #53585c;
    outline: none;
    -webkit-box-shadow: 0 0 0 0.2rem rgb(219 101 116 / 2%);
    box-shadow: 0 0 0 0.2rem rgb(219 101 116 / 2%);
}


.modal-open .modal .modal-content {
    border-radius: 0;
    background: #2d3035;
    border: 1px rgba(204, 204, 204, 0.425) dotted;
    padding: 22px 35px;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 0px;
}


.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 0rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.modal-body p{
    line-height: 20px;
}
.modal-footer {
    
    padding: 1rem 0rem;
    
}


.login-page .form-holder .info, .login-page .form-holder .form {
    min-height: 50vh;
    padding: 40px;
    height: 100%;
    border: 1px rgba(204, 204, 204, 0.425) dotted;
    -webkit-box-shadow: 0px 9px 19px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow:    0px 9px 19px 0px rgba(50, 50, 50, 0.35);
    box-shadow:         0px 9px 19px 0px rgba(50, 50, 50, 0.35);
}


.active_tag{
    background: #0fab15;
    padding: 2px 12px;
    border-radius: 14px;
    color: #fff;
    font-size: 12px !important;
    margin-top: 13px;
}



.doubt_tag{
    background: #dd940d;
    padding: 2px 12px;
    border-radius: 14px;
    color: #fff;
    font-size: 12px !important;
    margin-top: 13px;
}


.injured_tag{
    background: #ff5656;
    padding: 2px 12px;
    border-radius: 14px;
    color: #fff;
    font-size: 12px !important;
    margin-top: 13px;
}


.icon_link{
    height: 27px;
    margin-top: 9px;
    float: left;
}


.label_value_Div{
    width: 100%;
    /* margin-bottom: 25px; */
}

.label_value_Div span{
    color: #6a6c70;
    font-size: 14px;
}

.label_value_Div p{
    color: #b0b1b3;
    font-size: 15px;
    margin-bottom: 0px;
    
}

.statistic-block{
    position: relative;
}

.team_edit_icon{
    position: absolute;
    right: 30px;
    top: 29px;
    z-index: 10;
}

.team_edit_icon img{
height: 20px;
}


/* Teams Page */

.sports_Categ_title_1{
    font-size: 1.1rem;
    margin-bottom: 0px;
    display: flex;
    
}

.sports_Categ_title_1 span{
    color: #545454;
}


.team_avatar {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 0px;
    margin: 15px auto;
    position: relative;
    margin-bottom: -10px;
}

.view_team_cta
{
    
}
.view_team_cta a{
    color: #e8e3e3;
    
    border: 1px #6f6f6f solid;
    width: 100%;
    padding: 11px 0px;
    margin-top: 19px;
    font-size: 0.9em;
}

.view_team_cta a:hover{
    background: #565656;
    text-decoration: none;
}

.active_txt{
    color:  #0fab15;
}

.injured_txt{
    color:  #ff5656;
}

.position-rel{
position: relative;
}

.icon-block{
    position: absolute;
    top: 10px;
    right:15px;
    z-index: 10;
}

.icon-block a{
    margin-left: 10px;
}

.icon-block a:hover{
    opacity: 0.5;
}

#barChartCustom1{
    height: 350px !important;
}

#lineChartCustom1{
    height: 380px !important;
}

#barChartCustom2{
    height: 350px !important;
}


.profile-tiles{

}

.profile-tiles p{
    font-size: 2.8em;
    font-weight: 800;
    margin: 0px;
}

.date_span{
    font-size: 12px;
    
}

.athlete_title{
     
}

.drop_dwn_img{
    margin-right: 10px;
     
}

.next_prev_div{
    position: absolute;
    right: 14px;
    top: 0px;
}

.nav-tabs {
    border-bottom: 1px solid #34373c;
}


/* .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #8a8d93;
    background-color: #22252a;
    border-color: #34373d;
    border-bottom: #1a1c24;
} */

/* .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #8a8d93;
    background-color: #1a1c24;
    border-color: #34373d;
    border: none;
    border-bottom:1.5px #fff solid;
}
 */

 .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #f79b3e;
    background-color: #1a1c24;
    border-color: #34373d;
    border: none;
    border-bottom: 1.5px #f79b3e solid;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #5f5f5f;
    border: none;
}

.nav-tabs .nav-item {
    margin-bottom: 0;
}

.nav-tabs .nav-link:hover {
    
    border: none;
    border-bottom:1.5px #fff solid;
}

.statistic-block strong {
    text-transform: normal !important;
    letter-spacing: 0.1em;
    font-size: 0.9rem;
    color: #fff;
    margin-bottom: 5px;
}

.active_tag_position{
    position: absolute;
    left: 20px;
    top: 10px;
    color: #fff !important;

}

.statistic-block-in{
    background-color:#282b33;
}

.statistic-block-in p{
    margin: 0px;
}


.access-div-coach{
    background-color: #26292D;
    margin-top: 15px;
}

.access-div-header{
padding: 10px;
border-bottom: 1px #555252 dotted;
}

.access-div-header p{
    color: #959595;
    font-size: 1em;
    margin-bottom: 0px;
}
.access-div-content{
    padding: 20px;
    padding-top: 10px;
}

.access-list{
padding: 0px;
margin: 0px;
list-style: none;
}

.access-list li{
    text-align: center;
    padding: 5px 18px;
    color: #959595;
    background-color: #2E3036ed;
    font-size: 0.8em;
    border-radius: 24px;
    display: inline-block;
    margin: 0px 3px;
    margin-top: 10px;
    }

.edit_delete img{
height: 21px;
}


.checkbox-template:checked::before, .radio-template:checked::before {
    background: #1aa4e8;
}

.form-control {
    font-size: 0.9em;
    color: rgb(138, 141, 147);
}


.questionaire-div{

}

.questionaire-div .public-user-block .name strong{
    font-size: 1.5em !important;
    font-weight: 300;

}



.questionaire-div .dropdown a{ 
    
    background:none;
    border: 1px #6f6f6f solid;
    color: #a7a7a7;
}

.questionaire-div .dropdown-menu .dropdown-item{ 
    
    background:none;
    border: 1px #3e3e3e solid;
    border-bottom: 0px;
}

.border-top {
    border-top: 1px solid #5a5c5e!important;
}

.brdr-line-m{
    margin: 10px 10px;
}

.page-header h2 a{
    margin-right: 10px;
    cursor: pointer;
}

.quest_header_input{
    background: none;
    font-size: 1.5em;
    text-align: left;
    color: #878a8d;
    border: none;
    width: 100%;
    padding: 0px;
    border-bottom: 1px #5f5c5c dashed;
    margin-bottom: 10px;
    padding-bottom: 10px;

}

.quest_descrip_input{
    background: none;
    font-size: 0.9em;
    text-align: left;
    color:#5a5c5e ;
    border: none;
    width: 100%;
    padding: 0px;
}

.quest_div{
    width: 100%;
    padding: 10px;
    border: 1px #414141 dotted;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.46);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.46);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.46);
position: relative;
cursor: pointer;
margin-top: 10px;
}

.quest_div:hover{
border: 1px #575656 dotted;
}

.quest_div p{
font-size: 1em;
color:#5a5c5e;
margin: 0px;

}


.edit_ques_icon{
    position: absolute;
    top: 9px;
    right: 15px;
}

.edit_ques_icon img{
    height: 16px;
    margin-left: 15px;
}

.add_quest_div{
    
    width: 100%;
    padding: 10px;
    border: 1px #0f6c9a dashed;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.46);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.46);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.46);
position: relative;
cursor: pointer;
margin-top: 10px;
background: #2d3035;
    }


    .add_quest_div p{
        font-size: 1em;
        color:#1aa4e8;
        margin: 0px;
        
        }
        

        .add_ques_icon{
            position: absolute;
            top: 9px;
            right: 13px;
        }
        
        .add_ques_icon img{
            height: 20px;
        }
        

    .modal_large{
        max-width: 700px;
    }



    .form-group-textarea{
        display: grid;
    }

    .form-group-textarea textarea{
        border: 1px solid #444951;
        background: none;
        padding:8px;
        color:rgb(138, 141, 147);
        font-size: 0.9em;
    }


    .btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: 2px #2d3035 solid;
    }

    .empty_mess_div{
        max-width: 500px;
        margin: auto;
        padding: 20px;

    }

    .empty_mess_div p{
       color:#878A8D;
       font-size: 1em;
       text-align: center;
    }

    .empty_mess_div img{
      margin-bottom: 10px;
     }


.form-title{
line-height: 20px;
}

textarea{
    background: #0000002e;
    color: rgb(151, 151, 151);
    border-color: #484a4c;
    width: 100%;
    padding: 10px;
    border:1px #616161 solidl;
}
textarea{
    outline: none;
}

.border-block{
    border: 1px #484a4c solid;
    padding:10px;
    margin-bottom: 10px;
}

.border-block button{
    background-color: rgb(119, 119, 119);
}



/* Toggle Swithc Css */


.can-toggle {
    position: relative;
  }
  .can-toggle *, .can-toggle *:before, .can-toggle *:after {
    box-sizing: border-box;
  }
  .can-toggle input[type=checkbox] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .can-toggle input[type=checkbox][disabled] ~ label {
    pointer-events: none;
  }
  .can-toggle input[type=checkbox][disabled] ~ label .can-toggle__switch {
    opacity: 0.4;
  }
  .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:before {
    content: attr(data-unchecked);
    left: 0;
  }
  .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
    content: attr(data-checked);
  }
  .can-toggle label {
    user-select: none;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-top: 3px;
  }
  .can-toggle label .can-toggle__label-text {
    flex: 1;
    padding-left: 32px;
  }
  .can-toggle label .can-toggle__switch {
    position: relative;
  }
  .can-toggle label .can-toggle__switch:before {
    content: attr(data-checked);
    position: absolute;
    top: 0;
    text-transform: uppercase;
    text-align: center;
  }
  .can-toggle label .can-toggle__switch:after {
    content: attr(data-unchecked);
    position: absolute;
    z-index: 5;
    text-transform: uppercase;
    text-align: center;
    background: white;
    transform: translate3d(0, 0, 0);
  }
  .can-toggle input[type=checkbox][disabled] ~ label {
    color: rgba(234, 0, 48, 0.5);
  }
  .can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch, .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch {
    background-color: #ea0030;
  }
  .can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch:after {
    color: #b70026;
  }
  .can-toggle input[type=checkbox]:hover ~ label {
    color: #d1002b;
  }
  .can-toggle input[type=checkbox]:checked ~ label:hover {
    color: #55bc49;
  }
  .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch {
    background-color: #70c767;
  }
  .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
    color: #4fb743;
  }
  .can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch, .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch {
    background-color: #5fc054;
  }
  .can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
    color: #47a43d;
  }
  .can-toggle label .can-toggle__label-text {
    flex: 1;
  }
  .can-toggle label .can-toggle__switch {
    transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
    background: #ff0538;
  }
  .can-toggle label .can-toggle__switch:before {
    color: rgba(255, 255, 255, 0.5);
  }
  .can-toggle label .can-toggle__switch:after {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    color: #ea0030;
  }
  .can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  }
  .can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
    transform: translate3d(65px, 0, 0);
  }
  .can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  }
  .can-toggle label {
    font-size: 14px;
  }
  .can-toggle label .can-toggle__switch {
    height: 36px;
    flex: 0 0 134px;
    border-radius: 4px;
  }
  .can-toggle label .can-toggle__switch:before {
    left: 67px;
    font-size: 12px;
    line-height: 36px;
    width: 67px;
    padding: 0 12px;
  }
  .can-toggle label .can-toggle__switch:after {
    top: 2px;
    left: 2px;
    border-radius: 2px;
    width: 65px;
    line-height: 32px;
    font-size: 12px;
  }
  .can-toggle label .can-toggle__switch:hover:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  }
  .can-toggle.can-toggle--size-small input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type=checkbox]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  }
  .can-toggle.can-toggle--size-small input[type=checkbox]:checked ~ label .can-toggle__switch:after {
    transform: translate3d(44px, 0, 0);
  }
  .can-toggle.can-toggle--size-small input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  }
  .can-toggle.can-toggle--size-small label {
    font-size: 13px;
  }
  .can-toggle.can-toggle--size-small label .can-toggle__switch {
    height: 28px;
    flex: 0 0 90px;
    border-radius: 2px;
  }
  .can-toggle.can-toggle--size-small label .can-toggle__switch:before {
    left: 45px;
    font-size: 10px;
    line-height: 28px;
    width: 45px;
    padding: 0 12px;
  }
  .can-toggle.can-toggle--size-small label .can-toggle__switch:after {
    top: 1px;
    left: 1px;
    border-radius: 1px;
    width: 44px;
    line-height: 26px;
    font-size: 10px;
  }
  .can-toggle.can-toggle--size-small label .can-toggle__switch:hover:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  }

  /* ----------------- */


.border-block p{
    margin-top:6px !important;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    margin-left: 10px !important;
}

.form-block{
    background-color:#191d254f;
    padding: 13px 20px;
    margin: 10px 0px;
}

.form-control {
    height: calc(2.4rem + 2px);
    border: 1px solid #616161;
    background: #0000002e;
    border-radius: 0;
    color: #6f7175;
    padding: 0.45rem 0.75rem;
}

.strip-heading{
    font-size: 18px !important;
    margin-bottom: 0px !important; 
}

.doc-div{
    background-color: #2d3135;
    padding: 50px 15px;
    margin-top: 12px;
    border-radius: 3px;
    padding-bottom: 15px;
}


.doc-div h4{
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 10px;
    line-height: 15px;
}

.doc-div p{
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
    margin-bottom: 30px;
}


.doc-div label{
    font-size: 12px;
}

.align-item-center{
    
  align-items: center;
  text-align: center;
}

.doc-border{
    border-bottom: 1px #545454 solid;
    margin-bottom: 20px;
}

.larger-modal{
    max-width: 800px !important; 
    margin: 1.75rem auto;
}

