.user{
    background-color: white;
}
.book-appointment-filter-section input {
    color: #333;
    font-size: 13px;
}
.book-appointment-filter-section select {
    color: #333;
    font-size: 13px;
}

.user-form input{
    padding: 10px;
    height: 46px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.user-form label{
    position: inherit;
    top: 0;
    left: 0;
    display: none;
}


.user-form input::placeholder{
    color: #ccc;
}


.user-form .form-group{
    margin-bottom: 15px;
}

.user-form .form-group span{
    margin-bottom: 15px;
    position: absolute;
    top: 50%;
    right:10px;
    transform: translate(0,-50%);
    color: grey;
    
}

.user-profile{
    width: 100px;
}


.user-profile input{
    padding: 5px !important;
    font-size: 12px;
}


.user-form textarea{
    padding: 7px;
    width: 100%;
    height: 100px;
    border: 1px solid #ccc;
}




.dropdown {
  position: relative;

}
.dropdown .dropdown-list {
  padding: 25px 20px;
  background: #fff;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  max-height: 223px;
  overflow-y: auto;
  background: #fff;
  display: none;
  z-index: 10;
}
.dropdown .checkbox {
  
}
.dropdown .dropdown-label {
  display: block;
  height: 46px;
  font-size: 13px;
  line-height: 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding:10px;
  cursor: pointer;
  position: relative;
}
.dropdown .dropdown-label:before {
  content: "▼";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.25s;
  transform-origin: center center;
}
.dropdown.open .dropdown-list {
  display: block;
}
.dropdown.open .checkbox {
  transition: 2s opacity 2s;
  opacity: 1;
}
.dropdown.open .dropdown-label:before {
  transform: translateY(-50%) rotate(-180deg);
}

.checkbox {
  margin-bottom: 10px;
}
.checkbox:last-child {
  margin-bottom: 0;
}
.checkbox .checkbox-custom {
  display: none;
}
.checkbox .checkbox-custom-label {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox .checkbox-custom + .checkbox-custom-label:before {
  content: "";
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  margin-top: -2px;
}
.checkbox .checkbox-custom:checked + .checkbox-custom-label:after {
    content: "";
    position: absolute;
    top: 2px;
    width: 12px;
    left: 4px;
    height: 12px;
    padding: 2px;
    /* transform: rotate(
45deg
); */
    text-align: center;
    /* border: solid #000; */
    background-color: orange;
    /* border-width: 0 2px 2px 0; */
}
.checkbox .checkbox-custom-label {
  line-height: 16px;
  font-size: 16px;
  margin-right: 0;
  margin-left: 0;
  color: black;
}


/* Hide the file input using
opacity */
.user-profile [type=file] {
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
}
.user-profile input,
[type=file] + label {
  border: 1px solid #CCC;
  border-radius: 3px;
  text-align: left;
  padding: 10px;
  width: auto;
  margin: 0;
  left: 0;
  position: relative;
}
.user-profile [type=file] + label {
  text-align: center;
  left: 45px;
  top: -35px;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 15px;
}
.user-profile [type=file] + label:hover {
  
}


.user-profile label {
  display: inline-block;
  width: 5em;
  padding: 0 1em;
  text-align: right;
}

.user-profile [type=file] + label i {
    border: 1px solid black;
    border-radius: 50%;
    padding: 5px;
    background-color: black;
}


.user-profile{
    width: 100px;
}
.notification-list h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

.notification-list li {
    font-size: 14px;
    border: 1px solid #cccccc87;
    background: #fff;
    margin-bottom: 9px;
    padding: 10px;
    list-style: none;
}

.notification-list li span {
    display: block;
    font-size: 12px;
    color: #7d7d7d;
}

.notification-list ul {
    padding-left: 0;
}

.notification-list.up-coach-2.mt-65 {justify-content: center;align-items: center;display: flex;width: 100%;}

span.ed a:first-child {
    color: green;
    margin-right: 10px;
}

span.ed a:last-child {
    color: red;
}

span.ed {
    margin-top: 9px;
}

.noti-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.noti-head a {
    color: #5988ff;
    background: #5988ff;
    color: #fff;
    padding: 8px 8px;
    border-radius: 2px;
}

.noti-head h2 {
    margin-bottom: 0;
}

.video-thumbnail-img img { 
    height: 150px;
    object-fit: cover;
}





@media only screen and (max-width:991px){
    .book-app .coach-content-content {
    width: 100px;
        margin: auto;
}
.notification-list.up-coach-2.mt-65 {
    padding: 0px 20px;
}



}
    
    
    
    
    
    
    
    
    
    
    
    