.wrapper .form-group .form-control::placeholder, .form-bg::placeholder {
    color: #7B7B7B;
}
.todo-card{
    cursor: pointer;
}

.teams-checkbox input[type=checkbox]{
    border: 5px solid #24293D;
    margin-right: 8px;
    padding: 0.4em;
    appearance: none;
    -webkit-appearance: none;
}
.teams-checkbox input[type=checkbox]:checked {
    background: #90BCFC;
    background-size: 9px 9px;
  }
  
.teams-checkbox input[type=checkbox]:focus {
    outline-color: transparent;
  }
  
  .datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
    background: #fff;
}
.clearboth{
    clear: both;
}
video {
    width: 100%;
    max-height: 100%;
}