@import url("https://fonts.googleapis.com/css?family=Roboto");

body {
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-size: 0.8125rem;
  letter-spacing: 0.1px;
  display: flex;
  background-color: var(--bs-secondary-bg);
}
* {
  margin: 0;
  padding: 0;
}

:root {
  --bs-sidebar-active-bg: linear-gradient(
      141.55deg,
      #01b6ed 3.46%,
      #0acfdf 99.86%
    ),
    #12bbd1 !important;
}

        .card-counter {
            position: relative;
            padding: 20px 10px;
            margin: 10px 0;
            height: 100px;
            border-radius: 5px;
            box-shadow: 0px 2px 10px -5px rgba(0, 0, 0, 0.5);
            color: #fff;
            overflow: hidden;
            /* Ensure content stays within bounds */
            text-align: center;
            /* Center align text */
        }


        .card-counter i {
            font-size: 2em;
            opacity: 0.5;
        }

        .count-numbers {
            font-size: 24px;
            display: block;
        }

        .count-name {
            font-style: italic;
            text-transform: capitalize;
            opacity: 0.7;
            font-size: 16px;
        }

        @keyframes flash {
            0% {
                background-color: rgb(255, 217, 0);
            }

            /* Primary color */
            50% {
                background-color: rgb(255, 72, 0);
            }

            /* Darker shade */
            100% {
                background-color: rgb(255, 217, 0);
            }

            /* Back to primary */
        }

        .flashing {
            animation: flash 0.5s infinite;
            color: #212529;
        }

        @keyframes offlineflash {
            0% {
                color: rgb(255, 217, 0);
            }

            /* Primary color */
            50% {
                color: rgb(255, 72, 0);
            }

            /* Darker shade */
            100% {
                color: rgb(255, 217, 0);
            }

            /* Back to primary */
        }

        .online {
            color: rgb(45, 168, 20)
        }

        .offline {
            animation: offlineflash 0.5s infinite;
            color: rgb(45, 168, 20)
        }

        .custom-tooltip .tooltip-inner {
            background-color: #4caf50;
            /* Green background */
            color: white;
            /* White text */
        }


.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.header {
  background-color: var(--bs-secondary-bg);
  display: block;
  margin-bottom: 0;
  padding: 0;
  top: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 80;
}

.nav-left {
  margin-top: 20px;
}

.header .header-container {
  height: 60px;
}

#orgmanagement-dropdown {
  box-shadow: 0 5px 7px -1px rgba(111, 217, 67, 0.3);
  background: var(--bs-sidebar-active-bg) !important;
  border-color: var(--bs-primary-border-subtle) !important;
  color: var(--bs-sidebar-active-color);
  margin: 5px 5px;
  border-radius: 12px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 7px 7px 7px 25px;
  width: 200px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
}

.header .header-container:after {
  clear: both;
  content: "";
  display: block;
}

.header .header-container .nav-left,
.header .header-container .nav-right {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  line-height: 30px;
  min-height: 55px;
}

.header .header-container .nav-left > li,
.header .header-container .nav-right > li {
  float: left;
}

.header .header-container .nav-left > li > a,
.header .header-container .nav-right > li > a {
  padding: 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* line-height: 55px; */
  /* color: #525b69; */
  display: inline-flex;
  align-items: center;
  margin-top: 6px;
  border-radius: 4px;
  position: relative;
  font-size: 12px;
  font-weight: 700;
  border-radius: 12px;
  border: 1px solid rgba(206, 206, 206, 0.2);
  /* min-height: 45px; */
  background-color: var(--bs-body-bg);
}

.header .header-container .nav-left > li > a:focus,
.header .header-container .nav-left > li > a:hover,
.header .header-container .nav-right > li > a:focus,
.header .header-container .nav-right > li > a:hover {
  color: var(--bs-highlight-color);
  text-decoration: none;
}

.header .header-container .nav-left .notifications,
.header .header-container .nav-right .notifications {
  position: relative;
}

.header .header-container .nav-left .notifications .counter,
.header .header-container .nav-right .notifications .counter {
  background-color: #ff3c7e;
  border-radius: 50px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  padding: 3px 5.5px;
  position: absolute;
  right: 6px;
  top: 12px;
}

.header .header-container .nav-left .notifications .dropdown-menu,
.header .header-container .nav-right .notifications .dropdown-menu {
  min-width: 350px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .header .header-container .nav-left .notifications .dropdown-menu,
  .header .header-container .nav-right .notifications .dropdown-menu {
    max-width: 300px;
  }
}

.header .header-container .dropdown-menu {
  margin: 0;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}

.header .header-container .dropdown-menu .divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.063);
  height: 1px;
  overflow: hidden;
}

.header .header-container .dropdown-menu > li > a {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.header .header-container .show .dropdown-menu {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.header .header-container .nav-left {
  float: left;
  margin-left: 15px;
}

.header .header-container .nav-right {
  float: right;
}

.header .header-container .nav-right .dropdown-menu {
  left: auto;
  right: 0;
  margin-top: -20px;
}

.header .header-container .nav-right .dropdown-menu > li {
  width: 100%;
}

.header .header-container .nav-right .dropdown-menu > li > a {
  line-height: 1.5;
  min-height: auto;
  padding: 10px 15px;
}

.header .search-box .search-icon-close,
.header .search-box.active .search-icon {
  display: none;
}

.header .search-box.active .search-icon-close {
  display: inline-block;
}

.header .search-input {
  display: none;
}

.header .search-input.active {
  display: inline-block;
}

.header .search-input input {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 18px;
  height: 40px;
  margin-top: 12px;
  outline: none;
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .header .search-input input {
    width: 85px;
  }
}

.header .search-input input::-webkit-input-placeholder {
  color: #a6aaac;
  font-style: italic;
}

.header .search-input input:-moz-placeholder,
.header .search-input input::-moz-placeholder {
  color: #a6aaac;
  font-style: italic;
}

.header .search-input input:-ms-input-placeholder {
  color: #a6aaac;
  font-style: italic;
}

.page-container {
  padding-left: 200px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: var(--bs-secondary-bg);
  flex: 1;
}



.is-collapsed .page-container {
  padding-left: 70px;
}



.main-content {
  padding: 10px 25px 0px;
}

body:not(.minimenu) .sidebar .sidebar-link {
  margin: 7px 0;
}

.card {
  --bs-card-spacer-y: 25px;
  --bs-card-spacer-x: 25px;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 0px;
  --bs-card-border-color: rgba(0, 0, 0, 0.125);
  --bs-card-border-radius: 10px;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(10px - 0px);
  --bs-card-cap-padding-y: 25px;
  --bs-card-cap-padding-x: 25px;
  --bs-card-cap-bg: transparent;
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-img-overlay-padding: 1.25rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-secondary-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  box-shadow: var(--bs-card-shadow);
  margin-bottom: 24px;
  transition: box-shadow 0.2s ease-in-out;
  z-index: auto;
}
.card-header {
  font-size: 20px;
  font-weight: 700;
  padding-right: 13px;
  padding-bottom: 0px;
  padding-top: 10px;
  color: var(--bs-highlight-color);
}

/* Sidebar */
.sidebar {
  background-color: var(--bs-secondary-bg);
  position: fixed;
  top: 0;
  bottom: 0;
  width: 200px;
  z-index: 100;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.2s ease;
}
.sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sidebar-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.sidebar-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  transition: transform 0.3s ease, margin 0.3s ease;
}
.sidebar-logo a,
.sidebar-logo a .logo {
  display: inline-block;
}
.sidebar-logo a .logo {
  background-position: 0;
  background-repeat: no-repeat;
  min-height: 64px;
  max-height: 64px;
  object-fit: cover;
  padding: 0 10px;
}
.sidebar-menu {
  height: calc(100vh - 70px);
  overflow: auto;
  padding: 0;
}
.sidebar-menu li {
  position: relative;
}
.sidebar-menu li a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 15px;
  color: var(--bs-highlight-color);
  text-decoration: none;
  transition: all 0.3s ease;
}
.sidebar-menu li a:hover {
  background: var(--bs-sidebar-active-bg) !important;
  color: var(--bs-sidebar-active-color);
  border-radius: 12px;
  margin: 5px 15px;
  padding: 7px 10px;
}
.sidebar-menu li.dropdown .arrow {
  position: absolute;
  right: 30px;
  transition: all 0.05s ease-in;
}
.sidebar-menu li.dropdown.open > a .arrow {
  transform: rotate(90deg);
}
.sidebar-menu li.dropdown.open > .dropdown-menu {
  display: block;
}
.sidebar-menu li.dropdown ul.dropdown-menu {
  padding-left: 20px;
}
.sidebar-menu li.dropdown ul.dropdown-menu > li > a {
  padding: 10px 15px;
}
.sidebar-menu li.dropdown ul.dropdown-menu > li > a:hover {
  background: var(--bs-sidebar-active-bg) !important;
  color: var(--bs-sidebar-active-color);
  border-radius: 12px;
  margin: 5px 15px;
  padding: 7px 10px;
}
.sidebar-menu li a.active {
  background: var(--bs-sidebar-active-bg) !important;
  color: var(--bs-sidebar-active-color);
  border-radius: 12px;
  margin: 5px 15px;
  padding: 7px 10px;
}



@media screen and (max-width: 991px) {
  .sidebar {
    left: -205px;
    width: 200px;
  }
  .sidebar-menu li.dropdown .arrow {
    right: 25px;
  }
  .is-collapsed .sidebar {
    left: 0 !important;
  }
  .header .header-container .nav-left > li > a,
  .header .header-container .nav-right > li > a {
    padding: 0 15px;
  }
  .is-collapsed .header {
    width: 100%;
  }
  .page-container {
    padding-left: 0;
  }
  .is-collapsed .page-container {
    padding-left: 0;
  }
  .main-content {
    padding: 40px 5px 5px;
  }
  body {
    font-size: 80% !important;
  }
  .sidebar-logo .mobile-toggle {
    display: inline-block;
  }
  .is-collapsed .toggle-icon-holder {
    left: 185px !important;
  }
  .toggle-icon-holder {
    left: 30px !important;
    z-index: 105 !important;
  }
}


@media screen and (min-width: 992px) {
  .sidebar {
    width: 70px;
  }
  .toggle-icon-holder {
    left: 90px !important;
  }
  .sidebar .sidebar-inner .sidebar-logo {
    padding: 0;
  }
  .sidebar .sidebar-inner .sidebar-logo a .logo {
    background-position: 50%;
  }
  .sidebar .sidebar-inner .sidebar-menu {
    overflow-x: hidden;
  }
  .sidebar .sidebar-inner .sidebar-menu > li > a .title {
    display: none;
  }
  .sidebar .sidebar-inner .sidebar-menu li.dropdown .arrow {
    opacity: 0;
  }
  .sidebar .sidebar-inner .sidebar-menu li.dropdown.open ul.dropdown-menu {
    display: none !important;
  }
  .sidebar:hover {
    width: 200px;
    box-shadow: 0px -5px 14px rgba(0, 0, 0, 0.16), 1px 0px 17px 0px rgba(0, 0, 0, 0.23);
  }
  .sidebar:hover .sidebar-inner .sidebar-logo {
    padding: 0 20px;
    /*transform: scale(1.3); /* Enlarge logo */
    margin-top: auto;
    margin-bottom: auto;
  }
  .sidebar:hover .sidebar-inner .sidebar-menu > li > a .title {
    display: inline-block;
  }
  .sidebar:hover .sidebar-inner .sidebar-menu li.dropdown .arrow {
    opacity: 1;
  }
  .sidebar:hover .sidebar-inner .sidebar-menu li.open > ul.dropdown-menu {
    display: block !important;
  }
  .sidebar-logo .mobile-toggle {
    display: none;
  }
  .is-collapsed .sidebar {
    width: 200px;
  }
  .is-collapsed .toggle-icon-holder {
    left: 200px !important;
  }
  .is-collapsed .sidebar .sidebar-inner .sidebar-logo {
    border-bottom: 1px solid rgba(0, 0, 0, 0.063);
    /*transform: scale(1.3); /* Enlarge logo */
    margin-top: auto;
    margin-bottom: auto;
  }
  .is-collapsed .sidebar .sidebar-inner .sidebar-logo > a .logo {
    background-position: 0;
    width: 150px;
  }
  .is-collapsed .sidebar .sidebar-inner .sidebar-menu > li > a .title {
    display: inline-block;
  }
  .is-collapsed .sidebar .sidebar-inner .sidebar-menu li.dropdown .arrow {
    opacity: 1;
  }
  .is-collapsed
    .sidebar
    .sidebar-inner
    .sidebar-menu
    li.open
    > ul.dropdown-menu {
    display: block !important;
  }
  .page-container {
    padding-left: 70px;
  }
  .is-collapsed .page-container {
    padding-left: 200px;
  }
}

.sidebar-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.sidebar-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  transition: transform 0.3s ease, margin 0.3s ease;
}
.sidebar-logo a,
.sidebar-logo a .logo {
  display: inline-block;

}

.sidebar-logo a .logo-text {
  color: #313435;
}
.sidebar-logo .mobile-toggle {
  display: none;
  float: right;
  font-size: 18px;
  line-height: 64px;
}
.sidebar-logo .mobile-toggle a {
  color: #72777a;
}

.sidebar-menu {
  /*border-right: 1px solid rgba(0, 0, 0, 0.063);*/
  height: calc(100vh - 70px);
  list-style: none;
  margin: 0;
  overflow: auto;
  padding: 0;
  position: relative;
}
.sidebar-menu:after {
  clear: both;
  content: "";
  display: block;
}
.sidebar-menu .dropdown-toggle:after {
  display: none;
}
.sidebar-menu .sidebar-link.actived:before {
  background: #2196f3;
  border-radius: 50%;
  content: "";
  display: block;
  height: 8px;
  left: -4px;
  position: absolute;
  top: calc(50% - 4px);
  width: 8px;
}
.sidebar-menu li {
  position: relative;
}
.sidebar-menu li.dropdown .arrow {
  /*font-size: 10px;*/
  line-height: 35px;
  position: absolute;
  right: 30px;
  -webkit-transition: all 0.05s ease-in;
  transition: all 0.05s ease-in;
}

.sidebar-menu li.dropdown.open > a {
  color: var(--bs-body-color);
}

.sidebar-menu li.dropdown.open > a .icon-holder {
  color: #0f9aee;
}

.sidebar-menu li.dropdown.open > a > .arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sidebar-menu li.dropdown.open > .dropdown-menu {
  display: block;
}

.sidebar-menu li.dropdown.open > .dropdown-menu .dropdown-menu {
  padding-left: 20px;
}

.sidebar-menu li.dropdown.open > .dropdown-menu .arrow {
  line-height: 25px;
}

.sidebar-menu li a {
  color: var(--bs-highlight-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.sidebar-menu li a:hover {
  /*color: var(--bs-highlight-color);*/
  text-decoration: none;
  box-shadow: 0 5px 7px -1px rgba(111, 217, 67, 0.3);
  /*background-color: var(--bs-body-bg) !important;
  border-radius: 5px 5px 5px 5px !important;
  background-color: var(--bs-primary) !important;*/
  background: var(--bs-sidebar-active-bg) !important;
  border-color: var(--bs-primary-border-subtle) !important;
  color: var(--bs-sidebar-active-color);
  margin: 5px 5px;
  border-radius: 12px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 7px 10px 7px 7px;
}

.sidebar-menu .icon-holder {
  margin-right: 15px;
  border-radius: 12px;
  height: 35px;
  width: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  background-color: var(--bs-sidebar-active-icon-holder-bg);
  box-shadow: var(--bs-sidebar-active-icon-holder-box-shadow);
  color: var(--bs-highlight-color);
  font-size: 18px;
}
.sidebar-menu .icon-holder .sidebar-link.active {
  margin-right: 15px;
  border-radius: 12px;
  height: 35px;
  width: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  background-color: var(--bs-sidebar-active-icon-holder-bg);
  box-shadow: var(--bs-sidebar-active-icon-holder-box-shadow);
  color: var(--bs-highlight-color);
}
.sidebar-link.active .ti {
  color: #6ed642;
}

.sidebar-menu > li.dropdown ul.dropdown-menu {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: none;
  padding-left: 50px;
  padding-top: 0;
  position: relative;
  width: 100%;
}

.sidebar-menu > li.dropdown ul.dropdown-menu > li > a {
  display: block;
  padding: 10px 15px;
}

.sidebar-menu > li.dropdown ul.dropdown-menu > li > a:focus,
.sidebar-menu > li.dropdown ul.dropdown-menu > li > a:hover {
  box-shadow: 0 5px 7px -1px rgba(111, 217, 67, 0.3);
  /*background-color: var(--bs-body-bg) !important;
  border-radius: 5px 5px 5px 5px !important;
  background-color: var(--bs-primary) !important;*/
  background: var(--bs-sidebar-active-bg) !important;
  border-color: var(--bs-primary-border-subtle) !important;
  color: var(--bs-sidebar-active-color);
  margin: 5px 5px;
  border-radius: 12px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 7px 10px 7px 7px;
}

.sidebar-menu > li.dropdown ul.dropdown-menu > li.actived a {
  color: #313435;
}

.sidebar-menu > li > a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 15px;
  position: relative;
  white-space: nowrap;
}

.toggle-icon-holder {
  position: fixed; /* Keeps the toggler fixed as you scroll */
  top: 10px; /* Adjust to align it at the top of the sidebar */
  left: 200px;
  z-index: 90; /* Ensure it appears above other elements */
}

#sidebar-toggle {
  font-size: 28px;
  cursor: pointer;
  color: #07c6e3; /* Adjust icon color as needed */
}




.list-group {
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 10px;
  --bs-list-group-item-padding-x: 25px;
  --bs-list-group-item-padding-y: 16.66667px;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 0.8rem;
  font-size: 0.8125rem;
  line-height: 1.47;
  border-radius: 4px;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn.focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem transparent;
  box-shadow: 0 0 0 0.2rem transparent;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #886ab5;
  border-color: #886ab5;
}

.btn-primary:hover {
  color: #fff;
  background-color: #7453a6;
  border-color: #6e4e9e;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #7453a6;
  border-color: #6e4e9e;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(154, 128, 192, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(154, 128, 192, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #886ab5;
  border-color: #886ab5;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #6e4e9e;
  border-color: #684a95;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(154, 128, 192, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(154, 128, 192, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}

.btn-secondary.focus,
.btn-secondary:focus {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(152, 159, 166, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(152, 159, 166, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #666e76;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(152, 159, 166, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(152, 159, 166, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #1dc9b7;
  border-color: #1dc9b7;
}

.btn-success:hover {
  color: #fff;
  background-color: #18a899;
  border-color: #179c8e;
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #18a899;
  border-color: #179c8e;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 209, 194, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(63, 209, 194, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #1dc9b7;
  border-color: #1dc9b7;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #179c8e;
  border-color: #159184;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 209, 194, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(63, 209, 194, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3;
}

.btn-info:hover {
  color: #fff;
  background-color: #0c83e2;
  border-color: #0c7cd5;
}

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #0c83e2;
  border-color: #0c7cd5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 166, 245, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(66, 166, 245, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0c7cd5;
  border-color: #0b75c9;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 166, 245, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(66, 166, 245, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc241;
  border-color: #ffc241;
}

.btn-warning:hover {
  color: #212529;
  background-color: #ffb61b;
  border-color: #ffb20e;
}

.btn-warning.focus,
.btn-warning:focus {
  color: #212529;
  background-color: #ffb61b;
  border-color: #ffb20e;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 61, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 61, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc241;
  border-color: #ffc241;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffb20e;
  border-color: #ffae01;
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 61, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 61, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #fd3995;
  border-color: #fd3995;
}

.btn-danger:hover {
  color: #fff;
  background-color: #fd1381;
  border-color: #fc077a;
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #fd1381;
  border-color: #fc077a;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 87, 165, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(253, 87, 165, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #fd3995;
  border-color: #fd3995;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #fc077a;
  border-color: #f40274;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 87, 165, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(253, 87, 165, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-light:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}

.btn-light.focus,
.btn-light:focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #505050;
  border-color: #505050;
}

.btn-dark:hover {
  color: #fff;
  background-color: #3d3d3d;
  border-color: #363636;
}

.btn-dark.focus,
.btn-dark:focus {
  color: #fff;
  background-color: #3d3d3d;
  border-color: #363636;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(106, 106, 106, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(106, 106, 106, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #505050;
  border-color: #505050;
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #363636;
  border-color: #303030;
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(106, 106, 106, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(106, 106, 106, 0.5);
}

.btn-outline-primary {
  color: #886ab5;
  border-color: #886ab5;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #886ab5;
  border-color: #886ab5;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(136, 106, 181, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(136, 106, 181, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #886ab5;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #886ab5;
  border-color: #886ab5;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(136, 106, 181, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(136, 106, 181, 0.5);
}

.btn-outline-secondary {
  color: #868e96;
  border-color: #868e96;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-success {
  color: #1dc9b7;
  border-color: #1dc9b7;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #1dc9b7;
  border-color: #1dc9b7;
}

.btn-outline-success.focus,
.btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #1dc9b7;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #1dc9b7;
  border-color: #1dc9b7;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
}

.btn-outline-info {
  color: #2196f3;
  border-color: #2196f3;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3;
}

.btn-outline-info.focus,
.btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #2196f3;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
}

.btn-outline-warning {
  color: #ffc241;
  border-color: #ffc241;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc241;
  border-color: #ffc241;
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 194, 65, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 194, 65, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc241;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc241;
  border-color: #ffc241;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 194, 65, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 194, 65, 0.5);
}

.btn-outline-danger {
  color: #fd3995;
  border-color: #fd3995;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #fd3995;
  border-color: #fd3995;
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 57, 149, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(253, 57, 149, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #fd3995;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #fd3995;
  border-color: #fd3995;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 57, 149, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(253, 57, 149, 0.5);
}

.btn-outline-light {
  color: #fff;
  border-color: #fff;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-light.focus,
.btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-dark {
  color: #505050;
  border-color: #505050;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #505050;
  border-color: #505050;
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(80, 80, 80, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(80, 80, 80, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #505050;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #505050;
  border-color: #505050;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(80, 80, 80, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(80, 80, 80, 0.5);
}
.list-group-item.active {
  background: var(--bs-sidebar-active-bg) !important;
}
.sidebar .active {
  box-shadow: 0 5px 7px -1px rgba(111, 217, 67, 0.3);
  /*background-color: var(--bs-body-bg) !important;
  border-radius: 5px 5px 5px 5px !important;
  background-color: var(--bs-primary) !important;*/
  background: var(--bs-sidebar-active-bg) !important;
  border-color: var(--bs-primary-border-subtle) !important;
  color: var(--bs-sidebar-active-color);
  margin: 5px 5px;
  border-radius: 12px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 7px 7px 7px 25px;
}

/* Sidebar */

.ps {
  -ms-overflow-style: none;
  overflow: hidden !important;
  overflow-anchor: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

.ps__rail-x {
  bottom: 0;
  height: 15px;
}

.ps__rail-x,
.ps__rail-y {
  display: none;
  opacity: 0;
  position: absolute;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
}

.ps__rail-y {
  right: 0;
  width: 15px;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  background-color: transparent;
  display: block;
}

.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y,
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps__thumb-x {
  bottom: 2px;
  height: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
}

.ps__thumb-x,
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  position: absolute;
}

.ps__thumb-y {
  right: 2px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
}

.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x:hover > .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y:hover > .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .ps {
    overflow: auto !important;
  }
}
/* HTML: <div class="loader"></div> */
.loader {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #25b09b;
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
.peers {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  height: auto;
  justify-content: flex-start;
  margin: 0;
  max-width: 100%;
  padding: 0;
}

.peer {
  -webkit-box-flex: 0;
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: auto;
}

.peer-greed,
.peers-greed > .peer,
.peers-greed > .peers {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.peer > img {
  max-width: none;
}

.peer-greed > img {
  max-width: 100%;
}

.ai-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fxw-nw {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.td-n {
  text-decoration: none !important;
}

.tab-content {
  flex: 1;
  margin-top: 5rem !important;
  padding-bottom: 5rem !important;
  border-style: none !important;
}

footer {
  position: relative;
  background-color: #1a2226;
  z-index: 200;
  padding: 10px;
  text-align: center;
  box-shadow: 0px -5px 14px rgba(0, 0, 0, 0.16),
    1px 0px 17px 0px rgba(0, 0, 0, 0.23);
}

.c-grey-600,
.cH-grey-600:hover {
  color: #445a7b !important;
}
.c-grey-600,
.cH-grey-600:hover {
  color: #757575 !important;
}
.bdT {
  border-top: 1px solid rgba(0, 0, 0, 0.063) !important;
}
.lh-0 {
  line-height: 0 !important;
}
.fsz-sm {
  font-size: 0.87rem !important;
}
.ta-c {
  text-align: center !important;
}
.p-30 {
  padding: 30px !important;
}
.passwordresetpopup {
  display: none;
  margin-top: 185.5px;
}
.error {
  color: var(--bs-warning);
}

.user_card {
  height: 400px;
  width: 330px;
  margin-top: auto;
  margin-bottom: auto;
  background: #f39c12;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
}
.brand_logo_container {
  position: absolute;
  height: 100px;
  width: 100px;
  top: -50px;
  border-radius: 50%;
  background: #ffffff;
  padding: 10px;
  text-align: center;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4),
    0px 7px 13px -3px rgba(0, 0, 0, 0.3),
    0px -3px 0px 0px rgba(0, 0, 0, 0.2) inset;
}
.brand_logo {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  border: 2px solid white;
}
.form_container {
  margin-top: 100px;
}
.slash {
  position: absolute;
  /* top: 0; */
  left: 44%;
  width: 2px;
  background-color: var(--bs-body-color);
  height: 24px;
  transform: rotate(-45deg) translateX(-50%);
}

.nav-dropdown {
    border-radius: 12px;
    border: 1px solid rgba(206, 206, 206, 0.2);
    background-color: var(--bs-body-bg);
}