/*
Project Name: T.T. Currency Exchange
Development: Rise+ Technology
File: Header CSS
*/
#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: transparent;
  border: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  min-height: 62px;
}

#topnav .topbar-display .nav>li>a.notification {
  height: 36px;
  width: 36px;
  padding: 0;
  font-size: 22px;
  border: 2px solid rgba(255, 255, 255, 0.7) !important;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  margin: 10px 8px;
  color: #000000;
}

#topnav .topbar-main {
  background-color: #fbcb05;
}

#topnav .topbar-main .logo {
  color: #ffffff !important;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 54px;
  text-transform: uppercase;
  float: left;
}

#topnav .topbar-main .badge {
  position: absolute;
  top: -8px;
  right: 0;
}

#topnav .topbar-main .nav>li>a {
  height: 36px;
  width: 36px;
  padding: 0;
  font-size: 22px;
  border: 2px solid rgba(255, 255, 255, 0.7) !important;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  margin: 12px 8px;
  color: #ffffff;
}

#topnav .topbar-main .nav>li>a>i {
  position: relative;
  top: -2px;
  right: -0.5px;
}

#topnav .topbar-main .nav>li>a:focus,
#topnav .topbar-main .nav>li>a:hover {
  background-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
}

#topnav .topbar-main .navbar-nav>.open>a {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

#topnav .topbar-main .profile img {
  height: 32px;
  width: 32px;
  display: block;
}

#topnav .topbar-main .dropdown-menu-lg {
  width: 300px;
}

#topnav .topbar-main .dropdown-menu-lg .list-group {
  margin-bottom: 0;
}

#topnav .topbar-main .dropdown-menu-lg .list-group-item {
  border: none;
  padding: 10px 20px;
}

#topnav .topbar-main .dropdown-menu-lg .media-heading {
  margin-bottom: 0px;
}

#topnav .topbar-main .dropdown-menu-lg .media-body p {
  color: #828282;
}

#topnav .topbar-main .navbar-nav {
  margin: 0px;
}

#topnav .topbar-branch {
  background-color: #fbcb05;
}

#topnav .topbar-branch .badge {
  position: absolute;
  top: -8px;
  right: 0;
}

#topnav .topbar-branch .nav>li>a.notification {
  height: 36px;
  width: 36px;
  padding: 0;
  font-size: 22px;
  border: 2px solid rgba(255, 255, 255, 0.7) !important;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  margin: 10px 8px;
  color: #000000;
}

#topnav .topbar-branch .nav>li>a.profile {
  height: 36px;
  width: 36px;
  padding: 0;
  font-size: 22px;
  border: 2px solid rgba(255, 255, 255, 0.7) !important;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  margin: 10px 8px;
  color: #ffffff;
}

#topnav .topbar-branch .nav>li>p.profile-name {
  /* height: 36px; */
  /* width: auto; */
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  /* border: 2px solid rgba(255, 255, 255, 0.7) !important; */
  line-height: 0;
  /* text-align: center; */
  /* border-radius: 50%; */
  margin: 18px 25px 0 5px;
  color: #000000;
  cursor: default;
  text-align: center;
}

#topnav .topbar-branch .nav>li>p.logout {
  margin: 17px 0 0 -13px;
}

#topnav .topbar-branch .nav>li>p.logout:hover {
  cursor: pointer;
}

#topnav .topbar-branch .nav>li>a>i {
  position: relative;
  top: -2px;
  right: -0.5px;
}

#topnav .topbar-branch .nav>li>a.notification:focus,
#topnav .topbar-branch .nav>li>a.notification:hover {
  background-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
}

#topnav .topbar-branch .navbar-nav>.open>a {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

#topnav .topbar-branch .profile img {
  height: 32px;
  width: 32px;
  display: block;
}

/* Display */

#topnav .topbar-display {
  background-color: #f8c749;
  padding: 0px 3vmin 0px;
  height: var(--height-topbar-display);
}

#topnav .topbar-display .container {
  width: unset;
}

#topnav .topbar-display .logo {
  color: #000000 !important;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  float: left;
  line-height: var(--height-topbar-display);
}

#topnav .topbar-display .logo img {
  height: 4vmin;
}

#topnav .topbar-display .detail-center {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  line-height: var(--height-topbar-display);
  width: fit-content;
}

#topnav .topbar-display .detail-center p {
  color: #000000 !important;
  /* font-weight: bold; */
  text-transform: uppercase;
  margin: 0;
  font-size: 2.4rem;
  letter-spacing: 0px;
}

#topnav .topbar-display .date-time-left {
  left: 18.5vmin;
  position: absolute;
  padding-right: 3vmin;
  padding-top: 0.6vmin;
  margin-top: 0.6vmin;
}

#topnav .topbar-display .date-time-left p.title {
  color: #000000 !important;
  /* font-weight: bold; */
  font-size: 1vmin;
  font-family: gotham-black;
  text-transform: uppercase;
  margin: 0;
  text-align: right;
}

#topnav .topbar-display .date-time-left p.clock {
  font-family: gotham-black;
  color: #000000 !important;
  font-size: 2vmin;
  text-align: right;
  margin-top: -5px;
}


#topnav .topbar-display .date-time {
  right: 0;
  position: absolute;
  padding-right: 3vmin;
  padding-top: 0.6vmin;
}

#topnav .topbar-display .date-time p {
  color: #000000 !important;
  /* font-weight: bold; */
  font-size: 1.8rem;
  font-family: gotham-black;
  text-transform: uppercase;
  margin: 0;
}

#topnav .topbar-display .date-time p.clock {
  font-size: 2.4rem;
  text-align: right;
  margin-top: -5px;
}

#topnav .topbar-display label {
  color: #000000 !important;
}

/* Notification */
.notification-list .notification-list-item {
  padding: 10px 12px !important;
  border-top: 1px solid #EEEEEE !important;
}

.notification-list .notification-list-item .avatar {
  float: left;
  margin-right: 5px;
  width: 30px;
  height: 30px;
}

.notification-list .notification-list-item .avatar img {
  border-radius: 50%;
  width: 100%;
}

.notification-list .notification-list-item .icon {
  padding-left: 2px;
  float: left;
  margin-right: 5px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
}

.notification-list .notification-list-item .icon i {
  color: #ffffff;
  line-height: 30px;
  font-size: 25px;
}

.notification-list .notification-list-item .notification-desc {
  margin-left: 40px;
  color: #797979;
}

.notification-list .notification-list-item .notification-desc span.name {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  overflow: hidden;
  font-size: 13px;
  font-weight: bold;
}

.notification-list .notification-list-item .notification-desc span.desc {
  color: #98a6ad;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  overflow: hidden;
  font-size: 12px;
}

.notification-list .notification-list-item .notification-desc span.time {
  font-size: 11px;
}

.notify-list .all-msgs a {
  color: #313a46;
  padding: 6px 10px;
  display: block;
}

.notify-list .all-msgs a:hover {
  color: #f5707a;
}

.box-logo {
  display: block;
  float: left;
  border-radius: 4px;
  overflow: hidden;
  margin: 8px 0px 10px 0px;
}

.box-logo img {
  height: 55px;
  width: auto;
}

.box-logo a.head {
  position: absolute;
  margin: -52px 0 0 64px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}

.box-logo a.title {
  position: absolute;
  margin: -25px 0 0 64px;
  text-decoration: none;
  font-size: 14px;
  /* font-weight: bold; */
  color: #000000;
}

.box-date-time {
  display: block;
  float: right;
  margin-right: 43px;
  padding-top: 10px;
}

.box-date-time a.head {
  position: relative;
  padding-left: 5px;
  text-decoration: none;
  font-size: 26px;
  /* font-weight: bold; */
  color: #000000;
}

.box-date-time a.title {
  position: absolute;
  margin-left: 23px;
  margin-top: -5px;
  text-decoration: none;
  font-size: 14px;
  color: #000000;
}


.header-profile {
  /* background-color: #fff; */
  /* box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1); */
  /* position: fixed; */
  width: 100%;
  /* z-index: 3; */
}

.header-profile ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  /* background-color: #fff; */
  /* width: 250px;
    float: right; */
}

.header-profile li a {
  display: block;
  padding: 9px;
  /* border-top: 1px solid #f4f4f4; */
  text-decoration: none;
  color: #ffffff;
  font-size: 1.2rem;
  text-align: right;
}

.header-profile li a:focus {
  /* background-color: #000000 !important; */
  /* border-top: 1px solid #f4f4f4; */
  color: #0a0800 !important;
  font-weight: bold;
}


.header-profile li a:hover {
  color: #332900 !important;
  /* background-color: #f4f4f4; */
}

.header-profile .logo {
  display: block;
  1.4vh !important float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

/* menu */

.header-profile .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header-profile .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 0px 15px 20px;
  /* margin-right: 10px; */
  /* margin-top: 5px; */
  position: relative;
  user-select: none;
}

.header-profile .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header-profile .menu-icon .navicon:before,
.header-profile .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header-profile .menu-icon .navicon:before {
  top: 5px;
}

.header-profile .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header-profile .menu-btn {
  display: none;

}

.header-profile .menu-btn:checked~.menu {
  max-height: 260px;
}

.header-profile .menu-btn:checked~.menu-icon .navicon {
  background: transparent;
}

.header-profile .menu-btn:checked~.menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header-profile .menu-btn:checked~.menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header-profile .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header-profile .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .header-profile li {
    float: left;
  }

  .header-profile li a {
    padding: 20px 30px;
  }

  .header-profile .menu {
    clear: none;
    float: right;
    max-height: none;
  }

  .header-profile .menu-icon {
    display: none;
  }
}
