/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify main-style.css file.

*/

/* Your custom css codes start here: */

.d-flex {
  display: flex !important;
}

.flex-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}

.overflow-hidden {
  overflow: hidden !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.align-items-center {
  align-items: center !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/*
    Avatars
   ------------------------
*/
.avatar {
  display: inline-block;
  position: relative;
  width: 3rem;
  height: 3rem;
  text-align: center;
  border: #e7e7e7;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  line-height: 3rem;
  max-width: 100%;
}

.avatar.avatar-xs {
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1.8rem;
}

.avatar.avatar-sm {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}

.avatar.avatar-md {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
}

.avatar.avatar-lg {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
}

.avatar.avatar-xl {
  width: 7rem;
  height: 7rem;
  line-height: 7rem;
}

.avatar.avatar-xxl {
  width: 14rem;
  min-width: 14rem;
  height: 14rem;
  line-height: 14rem;
}

.avatar.avatar-border-white {
  border: solid 2px #fff;
}

.avatar-stacked {
  margin-left: -.5rem;
}
