.nav-logo {
  background-color: white;
  margin-top: -180px;
  margin-left: -7px;
  width: 325px;
  height: 325px;
  padding-top: 200px;
  border-radius: 50%;
}
.side-bar {
  width: 314px;
  height: 100vh;
  background-color: #49296A;
  border-radius: 0px 0px 50px 0px;
  display: block;
  position: relative;
  float: left;
}

.side-bar > .nav-item > .nav-link{
  height: 56px;
  background: #784098;
  padding: 0 1rem 0 2rem;
  line-height: 56px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}
.side-bar > .nav-item > .nav-link.active{
  background-color: #619D42 ;
}
.side-bar .nav-item.has-submenu> .nav-link:before {
  content: url('../img/arrow_up.svg');
  float: right;
}
.sub-menu {
  padding: 0;
}
.sub-menu li.nav-item {
  list-style: none;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #2B0943;
  padding-left: 4rem;
}
.sub-menu li.nav-item > .nav-link {
  color: white;
  padding: 0;
}
.sub-menu li.nav-item > .nav-link.active {
  color: #DCB32A;
  font-weight: bold;
}

.sub-menu li.nav-item:last-child {
  border-bottom: 0;
}
.nav-footer {
  color: white;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}
.center-content {
  float: left;
  width: calc(100% - 380px);
  height: 100vh;
  overflow-y: auto;
}

#navbarTop li {
  margin-left: 1rem;
}
#navbarTop .nav-item.dropdown {
  background-color: white;
  box-shadow: 0px 0px 15px #2B094327;
  border: 2px solid #D6D6D6;
  border-radius: 10px;
}
#navbarTop .nav-item.dropdown a{
  color: black;
}
#navbarTop .nav-item.dropdown a.dropdown-toggle:after {
  color: #2B0943 !important;
}
.right-bar {
  width: 65px;
  height: 100vh;
  background-color: #49296A;
  float: left;
}

.right-bar .modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 250px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
       -o-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}
.right-bar .modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.right-bar .modal.right .modal-body {
  padding: 0;
}

.right-bar .modal.right.fade .modal-dialog {
  right: -250px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
       -o-transition: opacity 0.3s linear, right 0.3s ease-out;
          transition: opacity 0.3s linear, right 0.3s ease-out;
}

.right-bar .modal.right.fade.show .modal-dialog {
  right: 0;
}

.right-bar .modal-content {
  border-radius: 0;
  border: none;
}
#modalUser .modal-header {
  background-color: #DCB32A;
}
#modalUser .nav .nav-item {
  border-bottom: 1px solid #D6D6D6;
}
#modalUser .nav .nav-item .nav-link {
  color: black;
}
#modalNotification .modal-header {
  background-color: #784098;
}
#modalNotification .nav-item {
  margin-top: .5rem;
}
#modalNotification .nav-item .content{
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  width: 100%;
  /* color: black; */
}
#modalNotification .nav-item .date small{
  color: #784098;
  font-weight: bold;
  padding-left: 1rem;
}
#modalNotification .nav-item .content.unread{
  background-color: #D6D6D6;
}

#modalNotification .nav-item .content.unread:before {
  content: url('../img/check-grey.svg');
  float: right;
}
#modalNotification .nav-item .content.read:before {
  content: url('../img/check.svg');
  float: right;
}

#modalSearch .modal-header {
  background-color: #619D42;
}
.search-container .form-group {
  display: flex;
  position: relative;
}
.search-container .form-group:after {
  content: url('../img/search.svg');
  line-height: 50px;
  position: absolute;
  right: 1rem;
}
.custom-badge {
  position: relative;
}
.custom-badge .badge {
  position: absolute;
  top: 0;
  right: 15px;
  border-radius: 50%;
}

/** Dashboard */
.dashboard-status {
  background-color: #D6D6D64C;
}
.dashboard-status .title{  
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1rem;
  text-align: center;
  border-radius: 0px 20px;
  font-size: 1.5rem;
}
.dashboard-status .status-content {
  padding: 1.5rem 0.5rem;
}
.dashboard-status .status-content h1{
  font-weight: bold;
  font-size: 4rem;
  line-height: 2.5rem;
  color: black;
}
.dashboard-status .status-content span,
.dashboard-status .status-content a{
  font-size: 1.5rem;
  color: black;
}
.push-management a{
  color: black;
}
.stars-container {
  display: flex;
}
/**End Dashboard */

/** Start waittime page */
.card-table {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.card-table .card-header {
  padding-top: 1.5rem;
  display: flex;
  border-radius: 10px 10px 0 0;
  border-bottom: 0;
}
.card-table .card-header .navbar-nav {
  margin-top: -0.5rem;
}
.card-table .card-header a {
  color: black;
}
.card-table .table thead th {
  text-transform: uppercase;
  opacity: 0.7;
  border-top: ;
}
/** End waittime page */

/** Pagination */
.table-footer .pagination .page-num {
  width: 28px;
  height: 28px;
  border: 2px solid #619D4280;
  border-radius: 50%;
  color: #619D4280;
  text-align: center;
  margin-right: 0.25rem;
  font-weight: bold;
}
.table-footer .pagination .page-num.active,
.table-footer .pagination .page-num:hover {
  background-color: #619D42;
  color:white;
  border-color: #619D42;
}
.table-footer .table-action {
  opacity: 0.35;
}
.table-footer .table-action a {
  color: black;
  font-weight: bold;
  text-transform: uppercase;
}

/** End Pagination */
.card-photo {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.card-photo .photo-container {
  width: 200px;
  height: 250px;
  border: 1px solid #D6D6D6;
  text-align: center;
}
.photo-container img {
  line-height: 250px;
}
.btn-edit-message {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.nav-item.dropdown {
  padding: 0 1rem;
  border-radius: 10px;
}
.nav-item.dropdown.bg-success {
  background-color: #C7DCBC !important;
}
.nav-item.dropdown.bg-warning {
  background-color: #F3E4B3 !important;
}
.right-logo-div {
  height: calc(100vh - 100px);
}
.right-logo-div .horizontal-center{
  position: sticky;
}
#googleMap {
  width: 100%;
  height: calc(100vh - 190px);
}
.table-status {
  float: left;
  margin: 0.25rem;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.table-status.success {
  background-color: #619D42;
  border: 1px solid #619D42;
}
.table-status.warning {
  background-color: #DCB32A;
  border: 1px solid #DCB32A;
}
.table-status.danger {
  background-color: #BE4040;
  border: 1px solid #BE4040;
}
tr.active-row {
  background-color: #F3E4B4 ;
}