
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: #fff;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: #fff;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.wrapper {
  width: 100%; }

#sidebar {
  min-width: 270px;
  max-width: 270px;
  background: linear-gradient(180deg, #0b3a74 0%, #0e4b8a 44%, #0a3a72 100%);
  /*color: #fff;*/
  /*-webkit-transition: all 0.3s;*/
  /*-o-transition: all 0.3s;*/
  /*transition: all 0.3s;*/
  position: relative;
  z-index:999;
   }
  #sidebar .h6 {
    color: #fff; }
  #sidebar.active {
    margin-left: 0; }
  #sidebar h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 30px; }
    #sidebar h1 .logo {
      /*color: #fff;*/
    }
      #sidebar h1 .logo span {
        font-size: 14px;
        /*color: #44bef1;*/
        display: block; }
  #sidebar ul.components {
    padding: 0; }
  #sidebar ul li {
    font-size: 16px;
    border-bottom: 0;

     }
    #sidebar ul li > ul {
      margin-left: 10px; }
      #sidebar ul li > ul li {
        font-size: 14px; }
    #sidebar ul li a {
      padding: 10px 14px;
      color: #fff !important;
      border-bottom: 0;
      }
      #sidebar ul li a span {
        color: #44bef1; }
    #sidebar ul li.active > a {
      background: #000;
      color: #fff; }
@media (max-width: 991.98px) {
  #sidebar {
    margin-left: -270px; }
      #sidebar.active {
        margin-left: 0;
        min-width: 270px;
        max-width: 270px; } }
  #sidebar .custom-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    margin: 0 0 12px;
    padding-right: 4px;
    /*-webkit-transition: 0.3s;*/
    /*-o-transition: 0.3s;*/
    /*transition: 0.3s; }*/
    /*@media (prefers-reduced-motion: reduce) {*/
    /*  #sidebar .custom-menu {*/
    /*    -webkit-transition: none;*/
    /*    -o-transition: none;*/
    /*    transition: none; } */
    }

    #sidebar .custom-menu .btn {
      /*width: 60px;*/
      /*height: 60px;*/
      /*border-radius: 50%;*/
      position: relative; }
      #sidebar .custom-menu .btn i {
        margin-right: 0;
        font-size: 1rem; }
      /*#sidebar .custom-menu .btn.btn-primary {*/
      /*  background: #222121;*/
      /*  border-color: transparent; }*/
        #sidebar .custom-menu .btn.btn-primary:after {
          z-index: -1;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          content: '';
          /*-webkit-transform: rotate(45deg);*/
          /*-ms-transform: rotate(45deg);*/
          /*transform: rotate(45deg);*/
          background: #000;
          border-radius: 10px; }
        #sidebar .custom-menu .btn.btn-primary:hover, #sidebar .custom-menu .btn.btn-primary:focus {
          /*background: #222121 !important;*/
          border-color: transparent !important; }

a[data-bs-toggle="collapse"] {
  position: relative; }

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media (max-width: 991.98px) {
  #sidebarCollapse span {
    display: none; } }

#content {
  width: 100%;
  padding: 0;
  min-height: 100vh;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.btn.btn-primary {
  background: #000;
  border-color: #000; }
  .btn.btn-primary:hover, .btn.btn-primary:focus {
    background: #000 !important;
    border-color: #000 !important; }

.footer p {
  color: rgba(255, 255, 255, 0.5); }

.form-control {
  height: 40px !important;
  background: #fff;
  color: #000;
  font-size: 13px;
  border-radius: 4px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: transparent; }
  .form-control:focus, .form-control:active {
    border-color: #000; }
  .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.5); }
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.5); }
  .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.5); }
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.5); }

.subscribe-form .form-control {
  background: #3b4ec6; }
.sidebar-bar {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 164px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown:hover .sidebar-bar {
    display: block;
}

.sidebar-bar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-bar ul li {
    padding: 10px;
}

.sidebar-bar a {
    text-decoration: none;
    color: #333;
}

.list-unstyled .dropdown .dropdown-menu {
  background-color: #163f70 !important;
}

#sidebar .dropdown > .dropdown-toggle {
  position: relative;
}

#sidebar .dropdown > .dropdown-toggle::after {
  right: 14px;
  transition: transform 0.2s ease-in-out;
}

#sidebar .dropdown > .dropdown-toggle[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(180deg);
}

#sidebar .dropdown-menu {
  position: static;
  transform: none !important;
  inset: auto !important;
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: #163f70 !important;
  display: none;
}

#sidebar .dropdown-menu.show {
  display: block;
}

#sidebar .dropdown-item {
  color: #fff;
  padding: 10px 18px 10px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

#sidebar .dropdown-item:hover,
#sidebar .dropdown-item:focus {
  color: #fff;
  background-color: #0f325a;
}

#sidebar .dropdown-item.text-muted {
  color: #c6ccd4 !important;
}
.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

#sidebar .profile{
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  padding: 10px;
  backdrop-filter: blur(4px);
}

#sidebar .menu-btn{
  border: 0 !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.06);
  margin-bottom: 8px;
  transition: background-color .15s ease-in-out, transform .15s ease-in-out;
  font-size: 14px;
}

#sidebar .custom-menu{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 12px;
  padding-right: 4px;
}

#sidebar.active .custom-menu{
  justify-content: center;
}

#sidebar .sidebar-toggle{
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.2);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 18px rgba(2, 10, 30, 0.2);
  padding: 0;
}

#sidebar .sidebar-toggle i{
  font-size: 1rem;
  color: #0b1d36;
  margin-right: 0;
}

#sidebar .menu-btn:hover,
#sidebar .menu-btn:focus,
#sidebar .menu-btn[aria-expanded="true"]{
  background: rgba(255, 255, 255, 0.18);
  transform: translateX(1px);
}

#sidebar .menu-btn i{
  color: #cde6ff;
}

#sidebar .menu-btn--outline{
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.03);
}

#sidebar ul.components{
  margin-top: 10px;
}

@media (max-width: 991.98px){
  #sidebar{
    position: fixed;
    top: 58px;
    height: calc(100vh - 58px);
    overflow-y: auto;
    box-shadow: 16px 0 30px rgba(2, 12, 32, 0.35);
  }

  body.sidebar-open::before{
    content: "";
    position: fixed;
    inset: 58px 0 0 0;
    background: rgba(2, 10, 30, 0.38);
    z-index: 998;
  }
}

@media (max-width: 576px){
  #sidebar{
    top: 52px;
    height: calc(100vh - 52px);
  }

  body.sidebar-open::before{
    inset: 52px 0 0 0;
  }
}

@media (min-width: 992px){
  #sidebar{
    box-shadow: 12px 0 26px rgba(7, 33, 73, 0.16);
  }

  #sidebar.active{
    min-width: 76px;
    max-width: 76px;
  }

  #sidebar.active .profile{
    padding: 8px 6px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  #sidebar.active .profile .col-8{
    display: none;
  }

  #sidebar.active .profile .col-4{
    width: 100%;
    text-align: center;
  }

  #sidebar.active .profile img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
  }

  #sidebar.active .profile .row{
    justify-content: center;
  }

  #sidebar.active .profile a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  #sidebar.active hr{
    display: none;
  }

  #sidebar.active .menu-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    font-size: 0;
  }

  #sidebar.active .menu-btn i{
    margin-right: 0 !important;
    font-size: 1.2rem;
  }

  #sidebar.active .dropdown > .dropdown-toggle::after{
    display: none;
  }

  #sidebar.active .dropdown{
    position: relative;
  }

  #sidebar.active .dropdown-menu{
    position: absolute;
    left: calc(100% + 10px);
    top: 0;
    width: 220px;
    border-radius: 12px;
    padding: 6px 0;
    box-shadow: 0 12px 30px rgba(2, 12, 32, 0.25);
  }

  #sidebar.active .dropdown-item{
    padding: 10px 16px;
  }
}
