[class*=sidebar-dark-] {
    background-color: #f9f9f9;
    border-right: 1px solid #ddd;
}

.content-header {
    padding: 2px .1rem !important;
}

.content-wrapper {
    padding: 1vw; 
    background-color: #ffffff;
}

.main-header {
    border-bottom: 1px solid #ffffff;
}
.main-header {
  border-bottom: 1px solid #ffffff;
  position: sticky;
  top: 0;
  z-index: 1020;
}

[class*=sidebar-dark-] .sidebar a {
    color: #464c59;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #0021a6;
    color: #fff;
}

.sidebar-mini .main-sidebar .nav-link,
.sidebar-mini-md .main-sidebar .nav-link,
.sidebar-mini-xs .main-sidebar .nav-link {
    width: auto;
}
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:hover {
  background-color: #007CE7;
  color: #fff;
}
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover {
  background-color: #0055D4;
  color: #ffffff;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;

    background-color: #0021a6;
}
.btn {    border-radius: .5rem;}
.initials{
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #4e63d7;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(78, 99, 215, 0.9)), to(#5a85dd));
  background-image: linear-gradient(to right, rgba(78, 99, 215, 0.9) 0%, #5a85dd 100%);
  font-size: 1rem;
  font-weight: 600;
}
.company-icon {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  word-wrap: break-word;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center; 
  justify-content: flex-end;
  column-gap: .5rem !important;
}
.company-icon .avatar {
  width: 30px !important;
  height: 30px !important;
  position: relative;
  line-height: 1;
  white-space: nowrap;
  font-weight: 700;
  border-radius: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #eff5f6;
}
.company-icon img {
  /* width: 100px; */
  /* height: 100px; */
  border-radius: 50%;
  border-radius: inherit;
  width: 100% !important;
  height: 100% !important;
  vertical-align: middle;
  border-style: none;
}
.text-color {
  color: #5e676f;
}
/* Sidebar styles */
.sidebar {
    padding-right: 0;
    background-color: #f9f9f9;
    border-right: 0px solid #ddd;
}

.nav-sidebar>.nav-item>.nav-link {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

span.agent-icon {
    background: #f3f4f5;
    border-radius: 50%;
    text-align: center;
    color: #001ea9;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link,
[class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link,
[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus {
  color: #007bff;
}

.btn-outline-secondary,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #0021a6; 
    border-color: #6c757d; 
}
.card{ box-shadow: 0 4px 8px rgb(111 111 111 / 10%), 0 6px 20px rgb(130 131 132 / 10%);}
.listaction {
    display: grid;
    row-gap: 1rem;
}

.listaction div {
    column-gap: 1rem;
}

.content-header h1 {
    font-weight: 600;
}

.listings .card-header {
   
    border-bottom: 1px solid #dee2e6;
    background: #f3f4f5;
}

.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: #0021a6;
    border-color: #0021a6; 

}
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 500;
}
.card-title { 
    font-size: 1.3rem;
    font-weight: 500;
    margin: 0;
}
.width-90 {
    width: 90px !important;
  }

  .rounded-3 {
    border-radius: 0.5rem !important;
  }

  @media (min-width: 768px) {
    .d-md-flex {
      display: flex !important;
    }
  }

  .mb-9 {
    margin-bottom: 20px !important;
  }

  .align-items-center {
    align-items: center !important;
  }



  .media {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    flex-direction: row;
  }

  .media img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
  }

  .media-body {
    flex: 1;
    padding-left: 1rem;
    color: #7c7c7c;
  }

  .media-title {
    font-size: 1rem;
    font-weight: 500;
  }

  .list-inline {
    padding-left: 0;
    list-style: none;
  }

  .list-inline-item {
    display: inline-block;
    margin-right: 0.5rem;
  }

  .list-inline-item a {
    color: #6c757d;
  }

  .approved-post-conform {
    color: #28a745;
  }

  .btn-outline-secondary {
    color: #0021a6;
    border-color: #0021a6;
  }

  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #0021a6;
    border-color: #0021a6;
  }

  .btn-primary {
    color: #fff;
    background-color: #0021a6;
    border-color: #0021a6;
  }

  .btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
  }

  .fas.fa-eye,
  .fas.fa-phone-alt {
    margin-left: 0.5rem;
  }

  .postlist.nav-pills .nav-link {
    background-color: #f8f9fa;
    border: 0;
    border-bottom: 2px solid transparent;
    color: #0021a6;
    font-weight: 600;
    line-height: 1.5;
    margin-right: 30px;
    padding: .5rem 1rem;
  }

  .postlist.nav-pills .nav-link.active {
    background-color: #fff;
    border-bottom: 2px solid #0021a6;
  }

  .postlist.nav-pills .nav-link:hover {
    color: #0056b3;
    background-color: #e2e6ea;
  }

  .postlist.nav-pills .nav-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }

  #pills-pendingpost-tab {
    color: #da5534;
  }
.allList{
  display: flex;
  align-items: center;
  gap: 10px;
}
.allList span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 800;
    height: 30px;
    padding: 7px;
    background-color: #eaeeff;
    border-color: #ddd;
    color: #444;
    border-radius: .5rem;
}
.media-title {
    font-weight: 600;
  }

  .list-inline-item a {
    color: #6c757d;
  }

  .approved-post-conform {
    background-color: #e9ecef;
    color: #28a745;
  }

.sticky {
    width: 100%;
    border-bottom: 1px solid #ffffff;
    position: sticky;
    top: 56px;
    z-index: 1020;
    background: white;
    padding-bottom: 0;
}
    
    .sticky + .content {
      padding-top: 52px;
    }



        /* Spinner Styles */
        .spinner-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.8);
            display: none;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            z-index: 9999;
        }

        .spinner-border {
            width: 3rem;
            height: 3rem;
            border: 0.25em solid #dee2e6;
            border-right-color: transparent;
            border-radius: 50%;
            animation: spinner-border 0.75s linear infinite;
        }

        @keyframes spinner-border {
            100% {
                transform: rotate(360deg);
            }
        }

        .loading-text {
            margin-top: 1rem;
            font-size: 5.25rem;
            color: #555;
        }


.release_button { min-width: 171px;  }

.statement_button { min-width: 196px;  }
