/* DARK BACKGROUND */
/* DARK TEXT */
/* DARK BORDER */
/* LIGHT BACKGROUND */
/* LIGHT TEXT */
/* LIGHT BORDER */
.scroll-lock {
  overflow: hidden; }

#header {
  border-bottom: 1px solid #616161;
  background: #212121;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  #header #light-mode, #header #dark-mode {
    cursor: pointer; }
  #header #header-start {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 320px; }
    #header #header-start #site-logo {
      font-family: "bebasneue", cursive;
      text-transform: uppercase;
      font-size: 28px;
      font-weight: 600;
      margin: 0 20px 0 0;
      letter-spacing: 1px;
      text-decoration: none;
      color: white;
      display: inline-block;
      position: relative;
      top: 2px; }
    #header #header-start a + a {
      text-decoration: none;
      color: white; }
  #header #header-middle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 1;
        flex: 1;
    padding: 0 20px 0 0; }
    #header #header-middle .search-form {
      -ms-flex: 1;
          flex: 1; }
    #header #header-middle .search-bar {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row; }
      #header #header-middle .search-bar .fa-search,
      #header #header-middle .search-bar .fa-times {
        margin: 10px 10px 0 10px; }
      #header #header-middle .search-bar .close-icon {
        background: #424242;
        border: 1px solid #616161;
        border-left: none; }
        #header #header-middle .search-bar .close-icon svg {
          cursor: pointer; }
      #header #header-middle .search-bar .search-icon {
        background: #424242;
        border: 1px solid #616161;
        border-right: none;
        border-top-left-radius: 4px;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 4px;
        border-bottom-left-radius: 0.25rem; }
        #header #header-middle .search-bar .search-icon svg {
          color: white; }
      #header #header-middle .search-bar .close-icon {
        border-top-right-radius: 4px;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 4px;
        border-bottom-right-radius: 0.25rem; }
        #header #header-middle .search-bar .close-icon svg {
          color: white; }
      #header #header-middle .search-bar input {
        -ms-flex: 1;
            flex: 1;
        font-weight: 600;
        padding: 6.5px 0;
        border: 1px solid #616161;
        border-left: none;
        border-right: none;
        background: #424242;
        border-radius: 0;
        color: white; }
      #header #header-middle .search-bar input:focus-visible {
        outline: none; }
      #header #header-middle .search-bar input:-ms-input-placeholder {
        color: #E0E0E0;
        opacity: 1; }
      #header #header-middle .search-bar input::placeholder {
        color: #E0E0E0;
        opacity: 1; }
  #header #header-end {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-direction: row;
        flex-direction: row;
    height: 56px; }
    #header #header-end #toggle-mobile-menu {
      cursor: pointer; }
    #header #header-end svg {
      color: white; }
    #header #header-end .dropdown-menu svg {
      color: black; }
    #header #header-end .badge {
      left: 110%;
      top: -4px;
      font-size: 10px; }
    #header #header-end .avatar {
      cursor: pointer;
      background-color: #ccc;
      background-size: cover;
      background-position: center center;
      height: 35px;
      width: 35px;
      border-radius: 50%; }

body.light-mode #header {
  background: white;
  border-bottom: 1px solid #CED4DA; }
  body.light-mode #header #header-start #site-logo {
    color: black; }
  body.light-mode #header #header-start a + a {
    color: black; }
  body.light-mode #header #header-middle .search-bar .close-icon {
    background: white;
    border-color: #CED4DA; }
  body.light-mode #header #header-middle .search-bar .search-icon {
    background: white;
    border-color: #CED4DA; }
    body.light-mode #header #header-middle .search-bar .search-icon svg {
      color: black; }
  body.light-mode #header #header-middle .search-bar .close-icon svg {
    color: black; }
  body.light-mode #header #header-middle .search-bar input {
    border-color: #CED4DA;
    background: white;
    color: black; }
  body.light-mode #header #header-middle .search-bar input:-ms-input-placeholder {
    color: #666666; }
  body.light-mode #header #header-middle .search-bar input::placeholder {
    color: #666666; }
  body.light-mode #header #header-end svg {
    color: black; }

body.light-mode #defcad-mobile-menu {
  background: white; }
  body.light-mode #defcad-mobile-menu .nav-title,
  body.light-mode #defcad-mobile-menu .nav-title-lg {
    color: black; }

#defcad-mobile-menu {
  display: none; }

.dropdown-menu {
  width: max-content !important;
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: 0.25rem;
  position: absolute;
  background: #fff;
  right: 24px;
  width: 270px;
  box-shadow: 0 10px 50px #0000001a !important;
  padding: 0;
  top: 12px !important;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.dropdown-menu-notifications {
  top: 23px !important;
  width: 300px !important;
  max-height: 400px;
  overflow-y: scroll; }
  .dropdown-menu-notifications .notification .notification-text p {
    color: black; }
  .dropdown-menu-notifications .no-notifications {
    color: black;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 20px; }
  .dropdown-menu-notifications .notification {
    padding: 10px 20px;
    display: -ms-flexbox;
    display: flex; }
    .dropdown-menu-notifications .notification .fa-times-circle {
      cursor: pointer;
      color: #999; }
      .dropdown-menu-notifications .notification .fa-times-circle:hover {
        color: black; }
    .dropdown-menu-notifications .notification .notification-text {
      -ms-flex: 1;
          flex: 1; }
      .dropdown-menu-notifications .notification .notification-text .notification-title {
        font-size: 14px;
        font-weight: bold; }
      .dropdown-menu-notifications .notification .notification-text .notification-message {
        font-size: 14px; }

.dropdown-menu a {
  display: block;
  color: black;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 14px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0;
  cursor: pointer; }

.dropdown-menu a:hover {
  background: #f2f2f2;
  color: black; }

@media (max-width: 991.98px) {
  #header #header-start {
    width: 300px; }
  #header #header-end .btn-sign-in,
  #header #header-end .btn-sign-up {
    white-space: nowrap; } }

@media (max-width: 767.98px) {
  .dropdown-menu-notifications {
    top: 19px !important; }
  .mobile-header-icons {
    display: block; }
  .navbar {
    padding-top: 0.5rem !important;
    padding-bottom: 0 !important; }
  #header #header-start {
    width: 260px; }
    #header #header-start #site-logo {
      font-size: 26px;
      line-height: 1;
      position: relative;
      top: 3px;
      margin-right: 15px; }
  #header #header-middle {
    padding: 0 15px 0 5px; }
  #defcad-mobile-header {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec;
    background: white;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    #defcad-mobile-header svg {
      color: black;
      -ms-flex-line-pack: end;
          align-content: flex-end; }
  #defcad-mobile-menu {
    position: fixed;
    top: 57px;
    height: 100%;
    width: 100%;
    z-index: 99999;
    background: white;
    padding: 25px 0 75px 0;
    overflow-y: scroll;
    display: none;
    background: #212121; }
    #defcad-mobile-menu .avatar {
      background-color: #ccc;
      background-size: cover;
      background-position: center center;
      height: 75px;
      width: 75px;
      border-radius: 50%;
      margin: 0 auto; }
    #defcad-mobile-menu .nav-section {
      padding: 20px 0; }
    #defcad-mobile-menu .nav-list {
      margin: 0;
      list-style: none;
      padding: 0; }
    #defcad-mobile-menu .nav-section-title {
      font-size: 18px;
      font-weight: bold;
      color: black;
      text-transform: capitalize; }
    #defcad-mobile-menu .nav-title {
      font-size: 14px;
      text-decoration: none;
      color: white;
      text-transform: capitalize; }
    #defcad-mobile-menu .nav-title-lg {
      font-size: 24px;
      color: white;
      font-weight: bold;
      text-decoration: none;
      text-transform: capitalize; }
  #defcad-desktop-header {
    display: none; } }
