:root {
  /*--first-color: #1688ba; */
  --first-color: #004fda;
  --second-color: orangered ;
}


body {
  font-size: .875rem;
}

.feather {
  width: 16px;
  height: 16px;
}

h1 {
  font-size: 1.5rem !important;
}

h2 {
  font-size: 1.1rem;
  display: inline-block;
  padding: 5px 0;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  height: calc(100vh - 48px);
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #2470dc;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  background-color: rgba(0, 0, 0, .25)
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}


.search-bar , .search-bar:focus{
  border-top: 1px solid #dfdfdf;
  border-bottom: 2px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  border-right: 2px solid #dfdfdf;
  max-width: 640px;
  border-radius: 15px;
  background-image: url("/images/search-icon.svg");
  background-position: 98% 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #eee;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #5c7eac;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #81a6d9;
}

.beautiful-shadow {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.notification-over-bell {
  position: relative;
  padding-top: 0px;
  margin-left: 0px;
  left: -15px;
  top: -7px;
  font-size: 0.65rem;
  background: #ff0000;
  padding: 0.05rem
}

.notification-over-bell-2 {
  position: relative;
  padding-top: 0px;
  font-size: 0.45rem;
  background: #ff0000;
  padding: 0.05rem;
  float:right
}
.notification-bell {
  width: 20px;
  height: 20px
}


.note-editable {
  height: 400px
}

.right-rounded {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px
}

.bg-primary {
  background-color: #5c7eac !important
}

.btn-primary {
  padding-left: 16px;
  padding-right: 16px;
  background: #202020;
  border: 1px solid #202020;
}
