.btn-primary {
    color: #fff!important;
    background-color: #0d6efd!important;
    border-color: #0d6efd!important;
}

.clearfix {
  overflow: auto!important;
}
.cancel-btn{
  margin-top: 10px;
}

.top-left {
    margin: 20px 0px 0 0px;
    font-weight: 500;
    font-size: 16px;
}

.control-label {
    font-weight: normal;
    font-size: 14px;
}

.form-control-select {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control-text {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.desktop-closed-message-avatar img{filter: brightness(100);}