.modal-header{
      justify-content: center;
      background: #fff;
    }
    .modal-footer{
      justify-content: center;
    }
    .modal input, .modal select , .modal textarea , .modal .upload_image ,.modal .user_assigned_to , .modal .project-type {
      background: #E4E4E4;
      border-radius:  5px;
    }
    .modal .form-group {
      display: flex;
    }
    .modal .form-group label {
       padding: 0 6px 0 0 ;
        width: 40%;
    }
    .modal .form-group textarea, .modal .form-group .upload_image , .modal .form-group select , .modal .form-group input , .modal .form-group .project-type, .modal .form-group .select2{
        width: 60%;
    }
    .modal label{
      font-size: 16px;
      font-weight: 700;
    }
    .modal input , .modal textarea, .modal select{
      font-size: 16px;
      font-weight: 400;
    }
    .modal .f-16{
      font-size: 16px;
    } 
    .modal .f-14{
      font-size: 14px;
    }

    .modal .upload_image{
      border-radius: 5px;
      padding: .375rem .75rem;
    }
    .modal .upload_image img {
      width: 20px;
      height: 20px;
      align-self: center;
      margin-right: 8px;
    }
    .modal .text_blue{
      color: #4A5CFF;
    } 
    .modal-header, .modal-footer {
      border: none;
    }
    .modal .form-control:focus {
      color: #000000;
      background-color: #e4e4e4;
      border-color: transparent;
      outline: none;
      box-shadow: none;
    }
    .modal .user__img_n_letter{
      width: 30px;
      height: 30px;
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
      border-radius:50px;
      text-align:center;
      overflow: hidden;
    }
    .modal-title {
      font-size: 20px;
      font-weight: 700;
      text-align: center;
    }

    @media (max-width:575px){
      .modal .form-group label, .modal .form-group textarea, .modal .form-group .upload_image , .modal .form-group select , .modal .form-group input, .modal .form-group .select2 {
       width: 100%; 
    }
    .modal .form-group{
        flex-wrap: wrap;
      }
  }