@import url(https://fonts.googleapis.com/css2?family=Be+Vietnam:wght@300;400;500;600;700&display=swap);
body[data-layout-mode=dark] {
  background-color: #030f16;
  color: #6f7d86;
}
body[data-layout-mode=dark] .h1, body[data-layout-mode=dark] .h2, body[data-layout-mode=dark] .h3, body[data-layout-mode=dark] .h4, body[data-layout-mode=dark] .h5, body[data-layout-mode=dark] .h6,
body[data-layout-mode=dark] h1, body[data-layout-mode=dark] h2, body[data-layout-mode=dark] h3, body[data-layout-mode=dark] h4, body[data-layout-mode=dark] h5, body[data-layout-mode=dark] h6 {
  color: #eff0f2;
}

#page-topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 255px;
  z-index: 1002;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 3px rgba(56, 72, 97, 0.06);
          box-shadow: 0 2px 3px rgba(56, 72, 97, 0.06);
}

.navbar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  height: 70px;
  padding: 0 calc(20px / 2) 0 0;
}
.navbar-header .dropdown .header-item.show {
  color: #3980c0;
}
.navbar-header .navbar-brand-box {
  display: none;
}

body:not([data-sidebar-size=sm]) .navbar-header .vertical-menu-btn {
  display: none;
}
body:not([data-sidebar-size=sm]) .app-search {
  margin-left: 10px;
}

.navbar-brand-box {
  padding: 0 1.5rem;
  width: 255px;
  position: fixed;
  z-index: 1;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 3px rgba(56, 72, 97, 0.06);
          box-shadow: 0 2px 3px rgba(56, 72, 97, 0.06);
}

.logo {
  line-height: 70px;
}
.logo .logo-sm {
  display: none;
}

.logo-dark {
  display: block;
}

.logo-light {
  display: none;
}

.logo-txt {
  font-weight: 700;
  font-size: 20px;
  vertical-align: text-bottom;
  margin-left: 5px;
  line-height: 1;
  color: #384861 !important;
}

/* Search */
.app-search {
  padding: calc(32px / 2) 0;
}
.app-search .form-control {
  border: none;
  height: 38px;
  padding-left: 40px;
  padding-right: 20px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
}
.app-search span {
  position: absolute;
  z-index: 10;
  font-size: 16px;
  line-height: 38px;
  left: 13px;
  top: 2px;
  color: #74788d;
}

.megamenu-list li {
  position: relative;
  padding: 5px 0px;
}
.megamenu-list li a {
  color: #495057;
}

@media (max-width: 991.98px) {
  .navbar-brand-box {
    width: auto;
  }
  #page-topbar {
    left: 0;
  }
  #page-topbar .navbar-header .navbar-brand-box {
    display: inline-block;
    position: relative;
  }
  #page-topbar .navbar-header .vertical-menu-btn {
    display: inline-block;
  }
  .logo span.logo-lg {
    display: none;
  }
  .logo span.logo-sm {
    display: inline-block;
  }
}
.page-content {
  padding: calc(70px + 20px) calc(20px / 2) 60px calc(20px / 2);
}

.header-item {
  height: 70px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #555b6d;
  border: 0;
  border-radius: 0px;
}
.header-item:hover {
  color: #555b6d;
}

.header-profile-user {
  height: 36px;
  width: 36px;
  border: 1px solid #e9ebed;
  padding: 3px;
}

.user .user-item-desc {
  line-height: 1.2;
}
.user .user-name {
  font-size: 14.4px;
  font-weight: 600;
  display: block;
  color: #495057;
}
.user .user-sub-title {
  color: #74788d;
  font-size: 11px;
  font-weight: 600;
}

.noti-icon {
  position: relative;
}
.noti-icon i {
  font-size: 20px;
  color: #555b6d;
}
.noti-icon .noti-dot {
  position: absolute;
  position: absolute;
  top: 15px;
  right: 5px;
  height: 16px;
  width: 16px;
  -webkit-box-shadow: 0 0 0 3px #ffffff;
          box-shadow: 0 0 0 3px #ffffff;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  font-size: 13px;
}

.notification-item .d-flex {
  padding: 0.75rem 1rem;
}
.notification-item .d-flex:hover {
  background-color: #f8f9fa;
}

.layout-mode-light {
  display: none;
}

.dropdown-icon-item {
  display: block;
  border-radius: 3px;
  line-height: 34px;
  text-align: center;
  padding: 15px 0 9px;
  display: block;
  border: 1px solid transparent;
  color: #74788d;
}
.dropdown-icon-item img {
  height: 24px;
}
.dropdown-icon-item span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown-icon-item:hover {
  border-color: #f5f6f8;
}

body[data-topbar=dark] #page-topbar, body[data-topbar=dark] .navbar-brand-box {
  background-color: #003032;
}
body[data-topbar=dark] .navbar-header .dropdown.show .header-item {
  background-color: rgba(255, 255, 255, 0.05);
}
body[data-topbar=dark] .header-item {
  color: #e9ecef;
}
body[data-topbar=dark] .header-item:hover {
  color: #e9ecef;
}
body[data-topbar=dark] .header-profile-user {
  border-color: rgba(255, 255, 255, 0.25);
}
body[data-topbar=dark] .user-name {
  color: #e9ecef;
}
body[data-topbar=dark] .user-sub-title {
  color: rgba(255, 255, 255, 0.5);
}
body[data-topbar=dark] .noti-icon i {
  color: #e9ecef;
}
body[data-topbar=dark] .noti-icon .noti-dot {
  -webkit-box-shadow: 0 0 0 3px #003032;
          box-shadow: 0 0 0 3px #003032;
}
body[data-topbar=dark] .logo-dark {
  display: none;
}
body[data-topbar=dark] .logo-light {
  display: block;
}
body[data-topbar=dark] .logo-txt {
  color: #fff !important;
}
body[data-topbar=dark] .app-search .form-control {
  border: transparent;
}
body[data-topbar=dark] .app-search span,
body[data-topbar=dark] .app-search input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

body[data-sidebar=dark] .navbar-brand-box {
  background: #003032;
}
body[data-sidebar=dark] .navbar-brand-box .logo-dark {
  display: none;
}
body[data-sidebar=dark] .navbar-brand-box .logo-light {
  display: block;
}

@media (max-width: 600px) {
  .navbar-header .dropdown {
    position: static;
  }
  .navbar-header .dropdown .dropdown-menu {
    left: 10px !important;
    right: 10px !important;
  }
}
@media (max-width: 380px) {
  .navbar-brand-box {
    display: none;
  }
}
@media (max-width: 374.99px) {
  .navbar-brand-box {
    padding: 0 1rem;
  }
  .language-switch {
    display: none !important;
  }
}
body[data-layout-mode=dark] .notification-item .d-flex:hover {
  background-color: #082a3e;
}
body[data-layout-mode=dark] #page-topbar {
  background-color: #072435;
  border-color: #061e2c;
}
body[data-layout-mode=dark][data-topbar=light] .navbar-brand-box {
  background: #ffffff;
}
body[data-layout-mode=dark][data-topbar=light] .logo-light {
  display: none;
}
body[data-layout-mode=dark][data-topbar=light] .logo-dark {
  display: block;
}
body[data-layout-mode=dark] .layout-mode-light {
  display: inline-block;
}
body[data-layout-mode=dark] .layout-mode-dark {
  display: none;
}

body[data-layout-mode=dark][data-topbar=light] .navbar-brand-box {
  background: #ffffff;
  border-right: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body[data-layout-mode=dark][data-topbar=light] .navbar-brand-box .logo-txt {
  color: #384861 !important;
}
body[data-layout-mode=dark][data-topbar=light] #vertical-menu-btn {
  color: #384861 !important;
}
body[data-layout-mode=dark][data-topbar=light] .header-item {
  color: #555b6d !important;
}
body[data-layout-mode=dark][data-topbar=light] .header-item:hover {
  color: #555b6d !important;
}
body[data-layout-mode=dark][data-topbar=light] .header-item.border-start, body[data-layout-mode=dark][data-topbar=light] .header-item.border-end {
  border-color: rgba(56, 72, 97, 0.1) !important;
}
body[data-layout-mode=dark][data-topbar=light] .header-item.bg-soft-light {
  background-color: rgba(56, 72, 97, 0.04) !important;
}
body[data-layout-mode=dark][data-topbar=light] #page-topbar {
  background-color: #ffffff;
  border-color: #eff0f2;
}
body[data-layout-mode=dark][data-topbar=light] .dropdown-icon-item {
  color: #adb5bd;
}
body[data-layout-mode=dark][data-topbar=light] .dropdown-icon-item:hover {
  background-color: #eff0f2;
}
body[data-layout-mode=dark][data-topbar=light] .app-search .form-control {
  color: #adb5bd;
  background-color: transparent;
  border: 1px solid transparent;
}
body[data-layout-mode=dark][data-topbar=light] .header-profile-user {
  background-color: #74788d;
}
body[data-layout-mode=dark][data-topbar=light] .noti-icon i {
  color: #555b6d;
}

.page-title-box {
  padding-bottom: 20px;
}
.page-title-box .breadcrumb {
  background-color: transparent;
  padding: 0;
}
.page-title-box h4 {
  font-size: 18px !important;
}
@media (max-width: 575.98px) {
  .page-title-box .page-title-right {
    display: none;
  }
}

.footer {
  bottom: 0;
  padding: 20px calc(20px / 2);
  position: absolute;
  right: 0;
  color: #74788d;
  left: 255px;
  height: 60px;
  background-color: #fff;
}

@media (max-width: 992px) {
  .footer {
    left: 0;
  }
}
body[data-sidebar-size=sm] .footer {
  left: 70px;
}

body[data-layout=horizontal] .footer {
  left: 0 !important;
}

body[data-layout-mode=dark] .footer {
  background-color: #061e2c;
  -webkit-box-shadow: 0 0px 4px rgba(239, 240, 242, 0.12);
          box-shadow: 0 0px 4px rgba(239, 240, 242, 0.12);
  color: #6f7d86;
}

body[data-layout=horizontal] #page-topbar {
  left: 0;
}
body[data-layout=horizontal] .navbar-brand-box {
  display: block;
  width: auto;
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}
@media (min-width: 992px) {
  body[data-layout=horizontal] .navbar-brand-box {
    padding-left: 0;
    margin-right: 10px;
  }
}
body[data-layout=horizontal] .page-content {
  margin-top: 70px;
  padding: 20px 0 0 0;
  padding: 20px 0 60px 0;
}
@media (max-width: 991.98px) {
  body[data-layout=horizontal] .page-content {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  body[data-layout=horizontal] .navbar-header {
    padding-left: calc(20px / 2);
    padding-right: calc(20px / 2);
  }
}
body[data-layout=horizontal][data-sidebar-size=sm] .navbar-brand-box {
  width: auto !important;
}

.topnav {
  padding: 0 calc(20px / 2);
  z-index: 100;
}
@media (max-width: 991.98px) {
  .topnav {
    position: fixed;
    left: 0;
    right: 0;
    top: 70px;
    z-index: 100;
    background: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(56, 72, 97, 0.06);
            box-shadow: 0 2px 3px rgba(56, 72, 97, 0.06);
  }
}
.topnav .topnav-menu {
  margin: 0;
  padding: 0;
}
.topnav .navbar-nav .nav-item {
  margin: 0 0.85rem;
}
.topnav .navbar-nav .nav-link {
  font-size: 14.4px;
  position: relative;
  padding: 0;
  color: #7b8190;
  font-weight: 400;
  line-height: 70px;
}
.topnav .navbar-nav .nav-link i {
  font-size: 16px;
  margin-right: 3px;
  vertical-align: middle;
}
.topnav .navbar-nav .nav-link svg {
  height: 16px;
  width: 16px;
  color: #7b8190;
  margin-right: 5px;
  margin-top: -1px;
}
.topnav .navbar-nav .nav-link:focus, .topnav .navbar-nav .nav-link:hover {
  color: #3980c0;
  background-color: transparent;
}
.topnav .navbar-nav .nav-link:focus svg, .topnav .navbar-nav .nav-link:hover svg {
  color: #3980c0;
}
.topnav .navbar-nav .dropdown-item {
  color: #7b8190;
  background: transparent;
}
.topnav .navbar-nav .dropdown-item.active, .topnav .navbar-nav .dropdown-item:hover {
  color: #3980c0;
}
.topnav .navbar-nav .nav-item .nav-link.active {
  color: #3980c0;
}
.topnav .navbar-nav .nav-item .nav-link.active svg {
  color: #3980c0;
}
@media (min-width: 992px) {
  .topnav .navbar-nav .nav-item.active > .nav-link::before {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #3980c0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.topnav .navbar-nav .dropdown.active > a {
  color: #3980c0;
  background-color: transparent;
}
.topnav .navbar-nav .dropdown.active > a svg {
  color: #3980c0;
}
.topnav .navbar-nav .dropdown .dropdown.active > a {
  color: #3980c0;
}
.topnav .menu-title {
  padding: 12px 24px !important;
}
@media (max-width: 991.98px) {
  .topnav .menu-title {
    padding: 12px 16px !important;
  }
}

@media (min-width: 1200px) {
  body[data-layout=horizontal] .container-fluid,
  body[data-layout=horizontal] .navbar-header {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .topnav .dropdown-item {
    padding: 0.5rem 1.5rem;
    min-width: 180px;
  }
  .topnav .dropdown.mega-dropdown .mega-dropdown-menu {
    left: 0px;
    right: auto;
  }
  .topnav .dropdown .dropdown-menu {
    margin-top: 0;
    border-radius: 0 0 0.25rem 0.25rem;
  }
  .topnav .dropdown .dropdown-menu .arrow-down::after {
    right: 15px;
    -webkit-transform: rotate(-135deg) translateY(-50%);
            transform: rotate(-135deg) translateY(-50%);
    position: absolute;
  }
  .topnav .dropdown .dropdown-menu .dropdown .dropdown-menu {
    position: absolute;
    top: 0 !important;
    left: 100%;
    display: none;
  }
  .topnav .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .topnav .dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .navbar-toggle {
    display: none;
  }
}
.arrow-down {
  display: inline-block;
}
.arrow-down:after {
  border-color: initial;
  border-style: solid;
  border-width: 0 0 1px 1px;
  content: "";
  height: 0.4em;
  display: inline-block;
  right: 0;
  top: 50%;
  margin-left: 5px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 0.4em;
}

@media (max-width: 1199.98px) {
  .topnav-menu .navbar-nav li:last-of-type .dropdown .dropdown-menu {
    right: 100%;
    left: auto;
  }
}
@media (max-width: 991.98px) {
  .navbar-brand-box .logo-dark {
    display: block;
  }
  .navbar-brand-box .logo-dark span.logo-sm {
    display: block;
  }
  .navbar-brand-box .logo-light {
    display: none;
  }
  .topnav {
    max-height: 360px;
    overflow-y: auto;
    padding: 0;
  }
  .topnav .navbar-nav .nav-link {
    padding: 0.75rem 1.1rem;
    line-height: inherit;
  }
  .topnav .dropdown .dropdown-menu {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-left: 20px;
  }
  .topnav .dropdown .dropdown-menu.dropdown-mega-menu-xl {
    width: auto;
  }
  .topnav .dropdown .dropdown-menu.dropdown-mega-menu-xl .row {
    margin: 0px;
  }
  .topnav .dropdown .dropdown-item {
    position: relative;
    background-color: transparent;
  }
  .topnav .dropdown .dropdown-item.active, .topnav .dropdown .dropdown-item:active {
    color: #3980c0;
  }
  .topnav .arrow-down::after {
    right: 15px;
    position: absolute;
  }
}
body[data-topbar=dark] .topnav .navbar-nav .nav-link {
  color: #a8b0c5;
}
body[data-topbar=dark] .topnav .navbar-nav .nav-link:focus, body[data-topbar=dark] .topnav .navbar-nav .nav-link:hover {
  color: #d6e0fb;
}
body[data-topbar=dark] .topnav .navbar-nav .nav-link:focus svg, body[data-topbar=dark] .topnav .navbar-nav .nav-link:hover svg {
  color: #d6e0fb;
}
@media (max-width: 991.98px) {
  body[data-topbar=dark] .topnav .navbar-nav .nav-link {
    color: #7b8190;
  }
  body[data-topbar=dark] .topnav .navbar-nav .nav-link:focus, body[data-topbar=dark] .topnav .navbar-nav .nav-link:hover {
    color: #3980c0;
  }
  body[data-topbar=dark] .topnav .navbar-nav .nav-link:focus svg, body[data-topbar=dark] .topnav .navbar-nav .nav-link:hover svg {
    color: #3980c0;
  }
}
body[data-topbar=dark] .topnav .navbar-nav .nav-item .nav-link.active {
  color: #fff;
}
body[data-topbar=dark] .topnav .navbar-nav .nav-item .nav-link.active svg {
  color: #fff;
}
@media (max-width: 991.98px) {
  body[data-topbar=dark] .topnav .navbar-nav .nav-item .nav-link.active {
    color: #3980c0;
  }
  body[data-topbar=dark] .topnav .navbar-nav .nav-item .nav-link.active svg {
    color: #3980c0;
  }
}
body[data-topbar=dark] .topnav .navbar-nav .dropdown.active > a {
  color: #fff;
  background-color: transparent;
}
body[data-topbar=dark] .topnav .navbar-nav .dropdown .dropdown.active > a {
  color: #3980c0;
}
@media (max-width: 991.98px) {
  body[data-topbar=dark] .topnav .navbar-nav .dropdown.active > a {
    color: #3980c0;
    background-color: transparent;
  }
  body[data-topbar=dark] .topnav .navbar-nav .dropdown .dropdown.active > a {
    color: #3980c0;
  }
}

body[data-layout-mode=dark] .topnav .navbar-nav .nav-link {
  color: #a8b0c5;
}
body[data-layout-mode=dark] .topnav .navbar-nav .nav-link svg {
  color: #a8b0c5;
}
body[data-layout-mode=dark] .topnav .navbar-nav .nav-link:focus, body[data-layout-mode=dark] .topnav .navbar-nav .nav-link:hover {
  color: #fff;
  background-color: transparent;
}
body[data-layout-mode=dark] .topnav .navbar-nav .nav-link:focus svg, body[data-layout-mode=dark] .topnav .navbar-nav .nav-link:hover svg {
  color: #fff;
}
body[data-layout-mode=dark] .topnav .navbar-nav .dropdown-item {
  color: #a8b0c5;
  background-color: transparent;
}
body[data-layout-mode=dark] .topnav .navbar-nav .dropdown-item.active, body[data-layout-mode=dark] .topnav .navbar-nav .dropdown-item:hover {
  color: #fff;
}
body[data-layout-mode=dark] .topnav .navbar-nav .nav-item .nav-link.active {
  color: #fff;
}
body[data-layout-mode=dark] .topnav .navbar-nav .nav-item .nav-link.active svg {
  color: #fff;
}
body[data-layout-mode=dark] .topnav .navbar-nav .dropdown.active > a {
  color: #fff;
  background-color: transparent;
}
body[data-layout-mode=dark] .topnav .navbar-nav .dropdown.active > a svg {
  color: #fff;
}
body[data-layout-mode=dark] .topnav .navbar-nav .dropdown .dropdown.active > a {
  color: #fff;
}
@media (max-width: 991.98px) {
  body[data-layout-mode=dark] .topnav {
    background: #082637;
  }
}
body[data-layout-mode=dark] .topnav .menu-title {
  color: rgba(168, 176, 197, 0.6);
}

body[data-layout-size=boxed] {
  background-color: #ecedef;
}
body[data-layout-size=boxed] #layout-wrapper {
  background-color: #f4f5f6;
  max-width: 1400px;
  margin: 0 auto;
  -webkit-box-shadow: 0 2px 3px rgba(56, 72, 97, 0.06);
          box-shadow: 0 2px 3px rgba(56, 72, 97, 0.06);
}
body[data-layout-size=boxed] #page-topbar {
  max-width: calc(1400px - 255px);
  margin: 0 auto;
}
body[data-layout-size=boxed] .footer {
  margin: 0 auto;
  max-width: calc(1400px - 255px);
}
body[data-layout-size=boxed][data-sidebar-size=sm] #page-topbar {
  max-width: calc(1400px - 70px);
}
body[data-layout-size=boxed][data-sidebar-size=sm] .footer {
  max-width: calc(1400px - 70px);
}
@media (min-width: 769px) {
  body[data-layout-size=boxed][data-sidebar-size=sm] .main-content {
    min-height: 1850px;
  }
}
body[data-layout-size=boxed][data-sidebar-size=md] #page-topbar {
  max-width: calc(1400px - 160px);
}
body[data-layout-size=boxed][data-sidebar-size=md] .footer {
  max-width: calc(1400px - 160px);
}

body[data-layout=horizontal][data-layout-size=boxed] #page-topbar, body[data-layout=horizontal][data-layout-size=boxed] #layout-wrapper, body[data-layout=horizontal][data-layout-size=boxed] .footer {
  max-width: 100%;
}
body[data-layout=horizontal][data-layout-size=boxed] .container-fluid, body[data-layout=horizontal][data-layout-size=boxed] .navbar-header {
  max-width: 1400px;
}

@media (min-width: 992px) {
  body[data-layout-scrollable=true] #page-topbar, body[data-layout-scrollable=true] .vertical-menu {
    position: absolute;
  }
  body[data-layout-scrollable=true] .navbar-brand-box {
    position: absolute;
  }
}
@media (min-width: 992px) {
  body[data-layout-scrollable=true][data-layout=horizontal] #page-topbar {
    position: absolute;
  }
  body[data-layout-scrollable=true][data-layout=horizontal] .navbar-brand-box {
    position: relative;
  }
}

body[data-layout-mode=dark][data-layout-size=boxed] {
  background-color: #082a3e;
}
body[data-layout-mode=dark][data-layout-size=boxed] #layout-wrapper {
  background-color: #051823;
}

.layout-setting-btn {
  position: fixed;
  top: 47.5%;
  right: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: 600;
  background-color: #3980c0;
  color: #fff !important;
  line-height: 32px;
  padding: 15px 3px;
  font-size: 16px;
  border-radius: 6px 0 0 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1999;
}

.avatar-xs {
  height: 1rem;
  width: 1rem;
}

.avatar-sm {
  height: 2rem;
  width: 2rem;
}

.avatar {
  height: 3rem;
  width: 3rem;
}

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

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

.avatar-xl {
  height: 6rem;
  width: 6rem;
}

.avatar-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #3980c0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.avatar-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 8px;
}
.avatar-group .avatar-group-item {
  margin-left: -8px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.avatar-group .avatar-group-item:hover {
  position: relative;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

body[data-layout-mode=dark] .avatar-group .avatar-group-item {
  border-color: #061e2c;
}

.alert-top-border {
  background-color: #fff;
  border-color: #f5f6f8;
  border-top: 2px solid #f5f6f8;
}

.alert-outline {
  background-color: #fff;
}

.alert-label-icon {
  position: relative;
  padding-left: 60px;
  border: 0;
}
.alert-label-icon .label-icon {
  position: absolute;
  width: 45px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.alert-label-icon.label-arrow {
  overflow: hidden;
}
.alert-label-icon.label-arrow .label-icon {
  color: #fff;
}
.alert-label-icon.label-arrow .label-icon:after {
  content: "";
  position: absolute;
  border: 6px solid transparent;
  right: -12px;
}

.alert-light {
  color: #74788d;
}

.alert-top-border.alert-primary {
  border-top-color: #3980c0;
  color: #3980c0;
}

.alert-outline.alert-primary {
  border: 1px solid rgba(57, 128, 192, 0.8);
  color: #3980c0;
}

.alert-border-left.alert-primary {
  border-left-color: #3980c0;
}

.label-arrow.alert-primary .label-icon {
  background-color: #3980c0;
}
.label-arrow.alert-primary .label-icon:after {
  border-left-color: #3980c0 !important;
}

.alert-top-border.alert-secondary {
  border-top-color: #74788d;
  color: #74788d;
}

.alert-outline.alert-secondary {
  border: 1px solid rgba(116, 120, 141, 0.8);
  color: #74788d;
}

.alert-border-left.alert-secondary {
  border-left-color: #74788d;
}

.label-arrow.alert-secondary .label-icon {
  background-color: #74788d;
}
.label-arrow.alert-secondary .label-icon:after {
  border-left-color: #74788d !important;
}

.alert-top-border.alert-success {
  border-top-color: #33a186;
  color: #33a186;
}

.alert-outline.alert-success {
  border: 1px solid rgba(51, 161, 134, 0.8);
  color: #33a186;
}

.alert-border-left.alert-success {
  border-left-color: #33a186;
}

.label-arrow.alert-success .label-icon {
  background-color: #33a186;
}
.label-arrow.alert-success .label-icon:after {
  border-left-color: #33a186 !important;
}

.alert-top-border.alert-info {
  border-top-color: #4bafe1;
  color: #4bafe1;
}

.alert-outline.alert-info {
  border: 1px solid rgba(75, 175, 225, 0.8);
  color: #4bafe1;
}

.alert-border-left.alert-info {
  border-left-color: #4bafe1;
}

.label-arrow.alert-info .label-icon {
  background-color: #4bafe1;
}
.label-arrow.alert-info .label-icon:after {
  border-left-color: #4bafe1 !important;
}

.alert-top-border.alert-warning {
  border-top-color: #fc931d;
  color: #fc931d;
}

.alert-outline.alert-warning {
  border: 1px solid rgba(252, 147, 29, 0.8);
  color: #fc931d;
}

.alert-border-left.alert-warning {
  border-left-color: #fc931d;
}

.label-arrow.alert-warning .label-icon {
  background-color: #fc931d;
}
.label-arrow.alert-warning .label-icon:after {
  border-left-color: #fc931d !important;
}

.alert-top-border.alert-danger {
  border-top-color: #fa6374;
  color: #fa6374;
}

.alert-outline.alert-danger {
  border: 1px solid rgba(250, 99, 116, 0.8);
  color: #fa6374;
}

.alert-border-left.alert-danger {
  border-left-color: #fa6374;
}

.label-arrow.alert-danger .label-icon {
  background-color: #fa6374;
}
.label-arrow.alert-danger .label-icon:after {
  border-left-color: #fa6374 !important;
}

.alert-top-border.alert-pink {
  border-top-color: #e83e8c;
  color: #e83e8c;
}

.alert-outline.alert-pink {
  border: 1px solid rgba(232, 62, 140, 0.8);
  color: #e83e8c;
}

.alert-border-left.alert-pink {
  border-left-color: #e83e8c;
}

.label-arrow.alert-pink .label-icon {
  background-color: #e83e8c;
}
.label-arrow.alert-pink .label-icon:after {
  border-left-color: #e83e8c !important;
}

.alert-top-border.alert-light {
  border-top-color: #f5f6f8;
  color: #f5f6f8;
}

.alert-outline.alert-light {
  border: 1px solid rgba(245, 246, 248, 0.8);
  color: #f5f6f8;
}

.alert-border-left.alert-light {
  border-left-color: #f5f6f8;
}

.label-arrow.alert-light .label-icon {
  background-color: #f5f6f8;
}
.label-arrow.alert-light .label-icon:after {
  border-left-color: #f5f6f8 !important;
}

.alert-top-border.alert-dark {
  border-top-color: #384861;
  color: #384861;
}

.alert-outline.alert-dark {
  border: 1px solid rgba(56, 72, 97, 0.8);
  color: #384861;
}

.alert-border-left.alert-dark {
  border-left-color: #384861;
}

.label-arrow.alert-dark .label-icon {
  background-color: #384861;
}
.label-arrow.alert-dark .label-icon:after {
  border-left-color: #384861 !important;
}

.alert-top-border.alert-purple {
  border-top-color: #564ab1;
  color: #564ab1;
}

.alert-outline.alert-purple {
  border: 1px solid rgba(86, 74, 177, 0.8);
  color: #564ab1;
}

.alert-border-left.alert-purple {
  border-left-color: #564ab1;
}

.label-arrow.alert-purple .label-icon {
  background-color: #564ab1;
}
.label-arrow.alert-purple .label-icon:after {
  border-left-color: #564ab1 !important;
}

.alert-border-left {
  border-left: 3px solid;
}

.alert-top-border.alert-light, .alert-outline.alert-light {
  color: #74788d;
}

body[data-layout-mode=dark] .alert .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
body[data-layout-mode=dark] .alert-top-border {
  background-color: #061e2c;
  border-top: 2px solid #0b334b;
  border-color: #0b334b;
}
body[data-layout-mode=dark] .alert-top-border .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
body[data-layout-mode=dark] .alert-top-border {
  background-color: #061e2c;
  border-top: 2px solid #0b334b;
  border-color: #0b334b;
}
body[data-layout-mode=dark] .alert-top-border .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
body[data-layout-mode=dark] .alert-outline {
  background-color: #061e2c;
}
body[data-layout-mode=dark] .alert-outline .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
body[data-layout-mode=dark] .alert-outline.alert-light {
  color: #f5f6f8;
}
body[data-layout-mode=dark] .alert-top-border.alert-primary {
  border-top-color: #3980c0;
  color: #3980c0;
}
body[data-layout-mode=dark] .alert-top-border.alert-secondary {
  border-top-color: #74788d;
  color: #74788d;
}
body[data-layout-mode=dark] .alert-top-border.alert-success {
  border-top-color: #33a186;
  color: #33a186;
}
body[data-layout-mode=dark] .alert-top-border.alert-info {
  border-top-color: #4bafe1;
  color: #4bafe1;
}
body[data-layout-mode=dark] .alert-top-border.alert-warning {
  border-top-color: #fc931d;
  color: #fc931d;
}
body[data-layout-mode=dark] .alert-top-border.alert-danger {
  border-top-color: #fa6374;
  color: #fa6374;
}
body[data-layout-mode=dark] .alert-top-border.alert-pink {
  border-top-color: #e83e8c;
  color: #e83e8c;
}
body[data-layout-mode=dark] .alert-top-border.alert-light {
  border-top-color: #f5f6f8;
  color: #f5f6f8;
}
body[data-layout-mode=dark] .alert-top-border.alert-dark {
  border-top-color: #384861;
  color: #384861;
}
body[data-layout-mode=dark] .alert-top-border.alert-purple {
  border-top-color: #564ab1;
  color: #564ab1;
}
body[data-layout-mode=dark] .alert-top-border.alert-dark {
  border-top-color: #0b334b;
  border-color: #0b334b;
  color: #f5f6f8;
}
body[data-layout-mode=dark] .alert-outline.alert-dark {
  border-color: #0b334b;
  color: #f5f6f8;
}

.custom-accordion .accordion-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 7px;
  background-color: #eff0f2;
  padding: 12px 20px;
  color: #495057;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.custom-accordion .accordion-list.collapsed i.accor-plus-icon:before {
  content: "\f0415";
}
.custom-accordion .accordion-list .accor-plus-icon {
  display: inline-block;
  font-size: 16px;
  height: 24px;
  width: 24px;
  line-height: 22px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
}
.custom-accordion a.collapsed i.accor-down-icon:before {
  content: "\f0140";
}
.custom-accordion .card-body {
  color: #74788d;
}

body[data-layout-mode=dark] .accordion-button {
  border-color: #0b334b;
  color: #eff0f2;
}
body[data-layout-mode=dark] .accordion-button:not(.collapsed) {
  background-color: rgba(57, 128, 192, 0.2);
  color: #3980c0;
  -webkit-box-shadow: inset 0 -1px 0 #061e2c;
          box-shadow: inset 0 -1px 0 #061e2c;
}
body[data-layout-mode=dark] .card-body {
  color: #adb5bd;
}
body[data-layout-mode=dark] .accordion-item {
  border-color: #0b334b;
}
body[data-layout-mode=dark] .accordion-collapse {
  border-color: #0b334b;
}

.font-size-10 {
  font-size: 10px !important;
}

.font-size-11 {
  font-size: 11px !important;
}

.font-size-12 {
  font-size: 12px !important;
}

.font-size-13 {
  font-size: 13px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-15 {
  font-size: 15px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-17 {
  font-size: 17px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-22 {
  font-size: 22px !important;
}

.font-size-24 {
  font-size: 24px !important;
}

.font-size-26 {
  font-size: 26px !important;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  opacity: 0.7;
  background-color: #000;
}

.list-group-item {
  color: #495057;
}

.social-list-item {
  height: 2.4rem;
  width: 2.4rem;
  line-height: calc(2.4rem - 2px);
  display: block;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #74788d;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.social-list-item:hover {
  color: #384861;
}

.w-xs {
  min-width: 80px;
}

.w-sm {
  min-width: 95px;
}

.w-md {
  min-width: 110px;
}

.w-lg {
  min-width: 140px;
}

.w-xl {
  min-width: 160px;
}

.alert-dismissible .btn-close {
  font-size: 10px;
  padding: 1.05rem 1.25rem;
}

body[data-layout-mode=dark] .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
body[data-layout-mode=dark] .border-bottom {
  border-bottom: 1px solid #0b334b !important;
}
body[data-layout-mode=dark] .border-top,
body[data-layout-mode=dark] .border,
body[data-layout-mode=dark] .list-group-item {
  border-color: #0b334b !important;
}
body[data-layout-mode=dark] .border-primary {
  border-color: #3980c0 !important;
}
body[data-layout-mode=dark] .border-secondary {
  border-color: #74788d !important;
}
body[data-layout-mode=dark] .border-success {
  border-color: #33a186 !important;
}
body[data-layout-mode=dark] .border-info {
  border-color: #4bafe1 !important;
}
body[data-layout-mode=dark] .border-warning {
  border-color: #fc931d !important;
}
body[data-layout-mode=dark] .border-danger {
  border-color: #fa6374 !important;
}
body[data-layout-mode=dark] .border-pink {
  border-color: #e83e8c !important;
}
body[data-layout-mode=dark] .border-light {
  border-color: #f5f6f8 !important;
}
body[data-layout-mode=dark] .border-dark {
  border-color: #384861 !important;
}
body[data-layout-mode=dark] .border-purple {
  border-color: #564ab1 !important;
}
body[data-layout-mode=dark] .border-light {
  border-color: #0b334b !important;
}
body[data-layout-mode=dark] .text-dark {
  color: #f5f6f8 !important;
}
body[data-layout-mode=dark] .text-muted {
  color: #6f7d86 !important;
}
body[data-layout-mode=dark] .text-body {
  color: #adb5bd !important;
}
body[data-layout-mode=dark] .list-group-item {
  background-color: #061e2c;
  color: #6f7d86;
}
body[data-layout-mode=dark] .img-thumbnail {
  background-color: #082637;
  border-color: #0b334b;
}
body[data-layout-mode=dark] .popover-header {
  color: #061e2c;
}
body[data-layout-mode=dark] .custom-blockpuote.blockquote.blockpuote-outline-dark {
  border-color: #0b334b;
}
body[data-layout-mode=dark] .custom-blockpuote.blockquote.blockpuote-outline-dark .blockquote-footer {
  color: #0b334b;
}
body[data-layout-mode=dark] .social-list-item {
  border: 1px solid #061e2c;
  color: #6f7d86;
}
body[data-layout-mode=dark] .social-list-item:hover {
  color: #adb5bd;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
}

#status {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: -20px 0 0 -20px;
}

.spinner .spin-icon {
  font-size: 48px;
  color: #3980c0;
  position: relative;
  display: inline-block;
  -webkit-animation: spin 1.6s infinite linear;
          animation: spin 1.6s infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
body[data-layout-mode=dark] .modal-header, body[data-layout-mode=dark] .modal-footer {
  border-color: #0b334b;
}

[type=tel]::-webkit-input-placeholder, [type=url]::-webkit-input-placeholder, [type=email]::-webkit-input-placeholder, [type=number]::-webkit-input-placeholder {
  text-align: left;
}

[type=tel]::-moz-placeholder, [type=url]::-moz-placeholder, [type=email]::-moz-placeholder, [type=number]::-moz-placeholder {
  text-align: left;
}

[type=tel]:-ms-input-placeholder, [type=url]:-ms-input-placeholder, [type=email]:-ms-input-placeholder, [type=number]:-ms-input-placeholder {
  text-align: left;
}

[type=tel]::-ms-input-placeholder, [type=url]::-ms-input-placeholder, [type=email]::-ms-input-placeholder, [type=number]::-ms-input-placeholder {
  text-align: left;
}

[type=tel]::placeholder,
[type=url]::placeholder,
[type=email]::placeholder,
[type=number]::placeholder {
  text-align: left;
}

.form-check {
  position: relative;
  text-align: left;
}

.form-check-right {
  padding-left: 0;
  display: inline-block;
  padding-right: 1.5em;
}
.form-check-right .form-check-input {
  float: right;
  margin-left: 0;
  margin-right: -1.5em;
}
.form-check-right .form-check-label {
  display: block;
}

.form-checkbox-outline .form-check-input {
  border-width: 2px;
  background-color: #fff;
}
.form-checkbox-outline .form-check-input:active {
  -webkit-filter: none;
          filter: none;
}
.form-checkbox-outline .form-check-input:checked {
  background-color: #fff !important;
}
.form-checkbox-outline .form-check-input:checked[type=checkbox] {
  background-image: none;
}
.form-checkbox-outline .form-check-input:checked:after {
  position: absolute;
  content: "\f012c";
  font-family: "Material Design Icons";
  top: -4px !important;
  left: 1px; /*rtl: -4px */
  font-size: 16px;
  color: #384861;
}

.form-radio-outline .form-check-input {
  border-width: 2px;
  background-color: #fff;
}
.form-radio-outline .form-check-input:active {
  -webkit-filter: none;
          filter: none;
}
.form-radio-outline .form-check-input:checked {
  background-color: #fff !important;
}
.form-radio-outline .form-check-input:checked[type=checkbox] {
  background-image: none;
}
.form-radio-outline .form-check-input:checked:after {
  position: absolute;
  content: "\f0765";
  font-family: "Material Design Icons";
  top: 7px !important;
  left: 4px;
  font-size: 6px;
}

.form-check-primary .form-check-input:checked {
  background-color: #3980c0;
  border-color: #3980c0;
}

.form-radio-primary .form-check-input:checked {
  border-color: #3980c0;
  background-color: #3980c0;
}
.form-radio-primary .form-check-input:checked:after {
  color: #3980c0;
}

.form-check-secondary .form-check-input:checked {
  background-color: #74788d;
  border-color: #74788d;
}

.form-radio-secondary .form-check-input:checked {
  border-color: #74788d;
  background-color: #74788d;
}
.form-radio-secondary .form-check-input:checked:after {
  color: #74788d;
}

.form-check-success .form-check-input:checked {
  background-color: #33a186;
  border-color: #33a186;
}

.form-radio-success .form-check-input:checked {
  border-color: #33a186;
  background-color: #33a186;
}
.form-radio-success .form-check-input:checked:after {
  color: #33a186;
}

.form-check-info .form-check-input:checked {
  background-color: #4bafe1;
  border-color: #4bafe1;
}

.form-radio-info .form-check-input:checked {
  border-color: #4bafe1;
  background-color: #4bafe1;
}
.form-radio-info .form-check-input:checked:after {
  color: #4bafe1;
}

.form-check-warning .form-check-input:checked {
  background-color: #fc931d;
  border-color: #fc931d;
}

.form-radio-warning .form-check-input:checked {
  border-color: #fc931d;
  background-color: #fc931d;
}
.form-radio-warning .form-check-input:checked:after {
  color: #fc931d;
}

.form-check-danger .form-check-input:checked {
  background-color: #fa6374;
  border-color: #fa6374;
}

.form-radio-danger .form-check-input:checked {
  border-color: #fa6374;
  background-color: #fa6374;
}
.form-radio-danger .form-check-input:checked:after {
  color: #fa6374;
}

.form-check-pink .form-check-input:checked {
  background-color: #e83e8c;
  border-color: #e83e8c;
}

.form-radio-pink .form-check-input:checked {
  border-color: #e83e8c;
  background-color: #e83e8c;
}
.form-radio-pink .form-check-input:checked:after {
  color: #e83e8c;
}

.form-check-light .form-check-input:checked {
  background-color: #f5f6f8;
  border-color: #f5f6f8;
}

.form-radio-light .form-check-input:checked {
  border-color: #f5f6f8;
  background-color: #f5f6f8;
}
.form-radio-light .form-check-input:checked:after {
  color: #f5f6f8;
}

.form-check-dark .form-check-input:checked {
  background-color: #384861;
  border-color: #384861;
}

.form-radio-dark .form-check-input:checked {
  border-color: #384861;
  background-color: #384861;
}
.form-radio-dark .form-check-input:checked:after {
  color: #384861;
}

.form-check-purple .form-check-input:checked {
  background-color: #564ab1;
  border-color: #564ab1;
}

.form-radio-purple .form-check-input:checked {
  border-color: #564ab1;
  background-color: #564ab1;
}
.form-radio-purple .form-check-input:checked:after {
  color: #564ab1;
}

.form-check,
.form-check-input,
.form-check-label {
  cursor: pointer;
  margin-bottom: 0;
}

.form-switch-md {
  font-size: 20px;
  min-height: 26px;
  line-height: 26px;
}
.form-switch-md .form-check-label {
  font-size: 0.875rem;
  vertical-align: middle;
}

.form-switch-lg {
  font-size: 26px;
  min-height: 36px;
  line-height: 36px;
}
.form-switch-lg .form-check-label {
  font-size: 0.875rem;
  vertical-align: middle;
}

.input-group-text {
  margin-bottom: 0px;
}

.card-radio {
  background-color: #fff;
  border: 2px solid #eff0f2;
  border-radius: 0.25rem;
  padding: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-radio:hover {
  cursor: pointer;
}

.card-radio-label {
  display: block;
}

.card-radio-input {
  display: none;
}
.card-radio-input:checked + .card-radio {
  border-color: #3980c0 !important;
}

body[data-layout-mode=dark] .form-control {
  color: #adb5bd;
  background-color: #072435;
  border: 1px solid #0b334b;
}
body[data-layout-mode=dark] .form-select {
  color: #adb5bd;
  background-color: #082637;
  border: 1px solid #0b334b;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23f5f6f8' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
body[data-layout-mode=dark] .form-check-input {
  background-color: #0b334b;
  border-color: rgba(255, 255, 255, 0.25);
}
body[data-layout-mode=dark] .form-check-input:checked {
  background-color: #3980c0;
  border-color: #3980c0;
}
body[data-layout-mode=dark] .hstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
body[data-layout-mode=dark] .vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
body[data-layout-mode=dark] .form-switch .form-check-input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
body[data-layout-mode=dark] .input-group-text {
  background-color: #0b334b;
  border-color: #0b334b;
  color: #eff0f2;
}
body[data-layout-mode=dark] .form-control::-webkit-file-upload-button {
  background-color: #0b334b;
  color: #eff0f2;
}
body[data-layout-mode=dark] .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #0b334b;
}

.main-chart .chart-border-left {
  border-left: 1.4px solid #eff0f2;
  padding: 2px 20px;
}
@media (max-width: 575.98px) {
  .main-chart .chart-border-left {
    border: 0;
  }
}
.main-chart .chart-border-left:last-child {
  margin-right: 0px;
}

.widget-chat {
  height: 300px !important;
}

.widget-chat-list {
  height: 373px !important;
}

@media (min-width: 992px) {
  .map-widget {
    border-right: 1px solid #eff0f2;
  }
}

/* Activity */
.activity-feed {
  list-style: none;
}
.activity-feed .feed-item {
  position: relative;
  padding-bottom: 24px;
  padding-left: 20px;
  border-left: 2px solid #f5f6f8;
}
.activity-feed .feed-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: -9px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #3980c0;
  background-color: #fff;
}
.activity-feed .feed-item:first-child {
  border-color: #3980c0;
}
.activity-feed .feed-item:first-child:after {
  background-color: #3980c0;
}
.activity-feed .feed-item:last-child {
  border-color: transparent;
}

.bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  overflow: hidden;
  z-index: 1;
}
.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  top: -50px;
  color: #fff;
  -webkit-animation: square 20s infinite;
          animation: square 20s infinite;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.bg-bubbles li:nth-child(1) {
  left: 5%;
  top: -50px;
}
.bg-bubbles li:nth-child(2) {
  left: 15%;
  top: -100px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.bg-bubbles li:nth-child(3) {
  left: 25%;
  top: -200px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
  left: 50%;
  top: -100px;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
}
.bg-bubbles li:nth-child(5) {
  left: 80%;
  top: -250px;
}
.bg-bubbles li:nth-child(6) {
  left: 70%;
  top: -350px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.bg-bubbles li:nth-child(7) {
  left: 80%;
  top: -50px;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.bg-bubbles li:nth-child(8) {
  left: 55%;
  top: 50px;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}
.bg-bubbles li:nth-child(9) {
  left: 85%;
  top: 50px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}
.bg-bubbles li:nth-child(10) {
  left: 90%;
  top: -100px;
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}

.main-icon {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
}
.main-icon i {
  font-size: 24px;
  color: #fff;
}

.main-wid {
  position: relative;
  z-index: 2;
}

@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(350px) rotate(600deg);
            transform: translateY(350px) rotate(600deg);
  }
}

@keyframes square {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(350px) rotate(600deg);
            transform: translateY(350px) rotate(600deg);
  }
}
body[data-layout-mode=dark] .activity-feed .feed-item {
  border-left: 2px solid #082a3e;
}
body[data-layout-mode=dark] .activity-feed .feed-item:after {
  background-color: #061e2c;
}
body[data-layout-mode=dark] .activity-feed .feed-item:first-child {
  border-color: #3980c0;
}
body[data-layout-mode=dark] .activity-feed .feed-item:first-child:after {
  background-color: #3980c0;
}
body[data-layout-mode=dark] .main-chart .chart-border-left {
  border-left: 1.4px solid #0b334b;
}
@media (min-width: 992px) {
  body[data-layout-mode=dark] .map-widget {
    border-right: 1px solid #0b334b;
  }
}
body[data-layout-mode=dark] .best-product-title {
  color: #384861;
}

.best-product {
  background-image: url("../images/product/best-img.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

[dir=rtl] .best-product {
  background-image: url("../images/product/best-img-rtl.jpg");
}

@media print {
  .vertical-menu,
  .right-bar,
  .page-title-box,
  .navbar-header,
  .footer {
    display: none !important;
  }
  .card-body,
  .main-content,
  .right-bar,
  .page-content,
  body {
    padding: 0;
    margin: 0;
  }
  .card {
    border: 0;
  }
}
