/*/
 * Custom CSS
 * -----------------------------------------------------------------------------
/*/

.img-el {
  display: block;
  max-height: 160px;
}

.img-user-thumb,
.img-logo-thumb {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img-user-thumb {
  max-height: 64px;
}

.img-logo-thumb {
  max-height: 48px;
}

.img-detail-static-thumb {
  display: block;
  max-height: 240px;
}

.img-content-preview {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
  border: solid 1px #ddd !important;
}

.p-b-10 {
  padding-bottom: 15px !important;
}

#collapseContent {
  margin-bottom: 15px !important;
}

.img-gallery-thumb {
  display: block;
  max-height: 96px;
}

.img-preview {
  margin-bottom: 10px;
}

.img-user-preview,
.img-logo-preview,
.img-thumb-preview,
.img-detail-preview,
.img-detail-static-preview,
.img-gallery-preview {
  display: block;
}

.img-user-preview {
  max-height: 160px;
}

.img-logo-preview {
  max-height: 80px;
}

.img-thumb-preview {
  max-height: 160px;
}

.img-detail-preview {
  width: 100%;
}

.img-detail-static-preview,
.img-gallery-preview {
  max-height: 160px;
}

.user-avatar {
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
}

.user-avatar.avatar-rounded {
  border-radius: 50%;
  overflow: hidden;
}

.user-avatar__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.user-avatar.avatar-rounded .user-avatar__img {
  object-fit: cover;
}

.avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.user-history {
  width: 40px;
  height: 40px;
  float: left;
  border-radius: 50%;
  overflow: hidden;
}

.user-list .user-list-item .user-desc {
  margin-left: 52px;
}

.user-avatar--detail {
  width: 160px;
  height: 160px;
}

.user-img__el,
.user-history__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.user-img {
  border: solid 1px #ddd;
  padding: 2px;
  border-radius: 50%;
}

.user-img__el {
  border-radius: 50%;
  border: solid 1px #2e3192;
}

.side-menu-dropdown a {
  padding-left: 58px !important;
  position: relative;
}

.side-menu-dropdown a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 42px;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #435966;
}

.side-menu-dropdown .active a::before {
  background-color: #2e3192;
}

.btn-icon {
  padding: 4px 8px !important;
  font-size: 16px;
}

.login-logo,
.dashboard-logo {
  display: inline-block;
}

.dashboard-logo {
  margin: 14px 0;
}

.login-logo img {
  height: 48px;
  display: block;
  margin: 0 auto;
}

.dashboard-logo {
  margin: 20px 0;
}

.dashboard-logo img {
  height: 32px;
  display: block;
  margin: 0 auto;
}

.title-dashboard {
  font-size: 32px;
  line-height: 1.35;
}

@media only screen and (max-width: 992px) {
  .topbar-left {
    height: 72px !important;
  }
  .dashboard-logo {
    margin: 29px 0;
  }
  .dashboard-logo img {
    height: 16px;
  }
  .title-dashboard {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .title-dashboard {
    font-size: 20px;
  }
}

.topbar .topbar-left {
  border-bottom: solid 1px #eee;
}

* .c-primary {
  color: #2e3192;
}

.dropify-wrapper .parsley-errors-list {
  margin-top: 64px;
}

.input-group-icon {
  position: relative;
  padding-bottom: 20px;
}

.input-group-icon .parsley-errors-list {
  position: absolute;
  bottom: 0;
  left: 0;
}

.iframe-embed {
  width: 100%;
  max-width: 640px;
  height: 360px;
  border: 0;
  padding: 0;
  margin: 0;
  display: block;
}

body .mce-container .mce-toolbar-grp {
  border-top-width: 1px !important;
}

@media screen and (max-width: 480px) {
  .iframe-embed {
    height: 240px;
  }
}

.card-box {
  position: relative;
}

.widget-chart-box-1 {
  font-size: 48px;
}

.widget-detail-1 {
  margin-bottom: 16px;
}

.widget-footer {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  display: block;
  padding: 4px 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}

.widget-footer a {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.say-icon {
  position: relative;
  height: 48px;
  width: 48px;
  display: inline-block;
  background-color: #2e3192;
  color: #fff;
}

.say-text {
  display: inline-block;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#sidebar-menu ul li.has_sub a.active + ul {
  display: block;
}

#sidebar-menu ul ul a.active {
  color: #2e3192;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #2e3192;
  background-color: #2e3192;
}

.facility {
  margin-bottom: 24px;
}

.facility .custom-control-label {
  cursor: pointer;
}

.facility-item {
  margin-bottom: 8px;
}

.facility-item .custom-control-label {
  font-weight: 400;
}

.facility-item:last-child {
  margin-bottom: 0;
}

.facility .custom-control {
  position: relative;
  padding-left: 32px;
}

.facility .custom-control-label {
  position: static;
}

.facility .custom-control-label::before,
.facility .custom-control-label::after {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
}

body {
  padding-bottom: 0;
}

body .content-page {
  padding-bottom: 64px;
}

.wrapper-page {
  margin: 0;
  padding: 32px 24px;
  min-height: 100vh;
  min-height: 100svh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper-page .card-box {
  width: 100%;
  max-width: 420px;
}

.input-group-icon {
  padding-bottom: 0;
}

/* .topbar .topbar-left {
  background-color: #333;
  border-bottom: solid 1px #000;
}

.side-menu {
  background-color: #333;
}

#sidebar-menu > ul > li > a,
#sidebar-menu ul ul a {
  background-color: transparent;
  color: #fff;
} */

.text-content span {
  color: #2e3192;
}
