/*Write your custom css in this file.*/

a.sidebar-brand.brand-logo {
  background-color: #a3ecbf;
  
}

nav.navbar.navbar-expand.fixed-top.navbar-light.navbar-custom.shadow-sm {
  background-color: #a3ecbf;
}

ul.sidebar-menu {
  background-color: #ffffff;
}

div.card-body.p30.rounded-bottom {
  z-index: 100;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: #dde3f1;
  padding-top: 40px;
  
}

div.card-header.text-center {
  z-index:1000;
  border-top-right-radius: 25px;
  border-top-left-radius:25px;
  background-color: #a3ecbf;
  padding-bottom: 20px;
  box-shadow: #4e4e4e 3px 3px 4px, #fff inset 2px 2px 3px;;
}

div.card.bg-white.mb15 {
  border-radius:25px;
  box-shadow: #2e2e2e 3px 3px 6px
}

button.w-100.btn.btn-lg.btn-primary {
  background-color: #33e2cb;
  border: none;
  margin-top: 30px;
  margin-bottom: 10px;
  box-shadow: #4e4e4e 1px 2px 1px, #fff inset 2px 2px 3px;
}

div.float-start {
  font-weight: 700;
  font-style: normal;
  color: #33e2cb;
  text-align: right;
}

input.form-control.p10 {
  box-shadow: #4e4e4e inset 1px 1px 3px;
  border-radius: 50px;
}

div.col-md-6.text-center.cover-widget {
  background-color: #90a4ae
  
}

div.row.p20 {
  background-color: #90a4ae;
}

#profile-image-preview {
  box-shadow: #2e2e2e 2px 2px 4px, #cfd8dc -3px -3px 3px;
  border-radius: 12px;
}

a.social-link {
  box-shadow: #2e2e2e 2px 2px 3px, #cfd8dc -1.5px -1.5px 3px;
  border-radius: 5px;
  
}