.modal {
  background: #ffff;
}

.header {
  width: 100%;
  height: 50px;
  background: #501A89;
}

.modal-dialog {
  top: 20%;
}

.modal-content {
  background-color: #501a89;
  color: #fff;
}


.modal-header {
   border-bottom: none; 
}

.close, .mailbox-attachment-close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  opacity: 1;
  color: #fff;
}

.modal-footer {
  border-top: none;
}

.form-control {
  color: #501a89;
  background-color: #fff;
  font-weight: 600;
}


.form-control:focus {
  color: #501a89 !important;
  background-color: #fff;
  font-weight: 600;
}


.form-control::placeholder {
  color: #501a89;
  background-color: #fff;
  font-weight: 600;
}

.btn-default {
  background-color: transparent;
  border: none;
  color: #fff;
  border-radius: 17px;
  font-weight: 600;
}

.btn-primary {
  color: #501a89;
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: none;
  border-radius: 17px;
  font-weight: 600;
}

.btn-primary:hover {
  color: #fff;
  background-color: #370868;
  border-color: #370868;
}

.btn-default.hover, .btn-default:active, .btn-default:hover {
  color: #fff;
  background-color: #370868;
  border-color: #370868;
}

.modal-backdrop {
  display: none;
}



#video {
  background: #ffff;
}

.callContent-header {
  background-color: #501a89;
  height: 50px;
  color: #fff;
  padding-top: 10px;
}

#companyName {
  padding-left: 6%;
}

#mobileUserHeaderFullName {
  text-transform: uppercase;
}

.rounded-pill {
  float: right;
  padding-right: 7%;
}

.btn-dark:hover {
  color: #fff;
  background-color: #501a89;
  border-color: #501a89;
}

.btn-dark {
  color: #fff;
  background-color: #501a89;
  border-color: #501a89;
  height: 45px;
}

#callPhone {
  color: #fff;
  background-color: red;
  border-color: red;
}


.btn-dark.focus, .btn-dark:focus {
  color: #fff;
  background-color: #501a89;
  border-color: #501a89;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #501a89;
  border-color: #501a89;
}


.end-text {
  margin: auto;
  text-align: center;
  padding-top: 19%;
  font-size: 20px;
  font-weight: 600;
  color: #501a89;
  display: none;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #501a89;
  border-color: #501a89;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #501a89;
  border-color: #501a89;
}

.invalid-feedback {
  color: #fcfcfc;
}
