/**Common style */

.form-group input.form-control,
.form-group select.form-control {
  box-shadow: 0px 0px 15px #2B094327;
  border: 2px solid #D6D6D6;
  border-radius: 10px;
  height: 50px;
}
.form-group textarea.form-control{
  box-shadow: 0px 0px 15px #2B094327;
  border: 2px solid #D6D6D6;
  border-radius: 10px;
  height: 150px;
}
.form-group .form-control.left-success{
  border-left: 9px solid #619D42;
}
.form-group .form-control.left-danger{
  border-left: 9px solid #BE4040;
}
.form-group.input-with-icon img{
  float: right;
  margin-top: -33px;
  margin-right: 10px;
}

.form-group label {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 70%;
}
.btn {
  border-radius: 0px 20px;
  width: 200px;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  text-transform: uppercase;
}
a.btn {
  padding-top: 0.65rem;
}
.btn.btn-sm {
  width: 130px;
  height: 45px;
  font-size: 16px;
}
.btn.btn-primary {
  background: #784098;
  border: 1px solid #784098;
}
.btn.btn-success {
  background: #619D42 ;
  border: 1px solid #619D42 ;
}
.btn.btn-danger {
  background: #BE4040  ;
  border: 1px solid #BE4040  ;
}

.text-primary {
  color: #2B0943 !important;
}
.bg-dark-primary {
  background-color: #2B0943 !important;
  color: white !important;
}
.bg-success {
  background-color: #619D42 !important;
}
.bg-warning {
  background-color: #DCB32A !important;
}
.bg-primary {
  background-color: #784098 !important;
}
body {
  background-color: #D6D6D640;
}
.main-content {
  padding: 1rem;
  margin: 0;
}
.card {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px #D6D6D6;
  border-radius: 15px;
}
a {
  text-decoration: none !important;
}
.text-white a {
  color: white !important;
}
.text-dark a {
  color: black !important;
}
.text-success {
  color: #619D42 !important;
}
.sticky-top {
  top: 100px;
}
.horizontal-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.table td, .table th {
  vertical-align: middle;
}
.custom-radio {
  display: flex;
  line-height: 30px;
  cursor: pointer;
}
.custom-radio .status {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #707070;
  margin-right: 1rem;
  margin-top: 5px;
}
.custom-radio.active .status {
  border: 6px solid #784098;
}
/** End Common style*/

