.loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 8px;
}
.loader-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.spinner {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(45deg, rgb(47, 189, 255) 0%, rgb(255, 117, 130) 100%);
  mask: 
    radial-gradient(farthest-side, transparent calc(100% - 6px), black calc(100% - 4px));
  -webkit-mask: 
    radial-gradient(farthest-side, transparent calc(100% - 6px), black calc(100% - 4px));
  animation: spin 1s linear infinite;
}
.loader-text {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.page-user-dashboard .header.with-placeholder {
	display: none;
}
.page-user-processed-documents .header.with-placeholder {
	display: none;
}
.page-user-dashboard footer {
	display: none;
}
.page-user-processed-documents footer{
  display: none;
}
.user-settings-menu{
  display: none;
}
 body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #f8f9fa;
}
/*
.sidebar {
    height: 100vh;
    width: 271px;
    background-color: #fff;
    transition: width 0.3s;
    border-right: none;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1000;
    padding-left:20px;
}*/

.container, .container-fluid {
	padding: 0px  !important;
}
.sidebar.collapsed {
    width: 80px;
}
.circle-btn {
    background-color: #6161FF;
    color: white;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
  }
  .tooltip-inner {
    background-color: #6161FF !important; /* Tooltip background */
    color: white !important;         /* Tooltip text */
    font-weight: bold;
    padding: 8px 10px;
    border-radius: 6px;
  }


.sidebar .logo {
    font-weight: bold;
    font-size: 20px;
    padding: 20px;
}

.sidebar.collapsed .logo span.full {
    display: none;
}

.sidebar.collapsed .logo span.short {
    display: inline;
}

.sidebar .logo span.short {
    display: none;
}

.nav-link.account-btn{
    color: #888 !important;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    background-color: white !important
}

.nav-text{
  margin-left: 0px;
}

.archive{
  cursor: pointer !important;
}
pager .active.page-item a{
  color: #6161FF !important;
}
.toggle-btn {
    position: absolute;
    top: 10px;
    right: -15px;
    background: #6161FF;
    border-radius: 50%;
    color: white;
    padding: 5px 8px;
    cursor: pointer;
    font-size: 14px;
}

.profile-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

/*
.main-content {
  padding: 30px;
}*/

.status {
    font-size: 12px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 20px;
}

.status-complete {
  background-color: #28a745;
  color: white;
  /* width: 75px; */
  /* height: 22px; */
  border-radius: 4px;
  font-size: 12px !important;
  font-weight: 500 !important;
}

.status-pending {
    background-color: #fd7e14;
    color: white;
}

.card-actions i {
    cursor: pointer;
    margin-right: 10px;
}

.btn-background {
    background-color: #6161FF;
    border-radius: 50px;
    height: 50px;
    width: 187px;
    font-weight: 500;
    font-size: 16px;
}

.btn-background:hover {
    background-color: #6161FF;
    border-radius: 50px;
    height: 50px;
    width: 187px;
    color: black !important;
    font-weight: 500;
    font-size: 16px;
}

.text-color {
    color: #768396;
}

.form-select {
    color: #232360;
    font-weight: 700;
    font-size: 14px;
}
.custom-searchbar input {
    padding: 13px 0px !important;
}
.page-user-dashboard .container {
	max-width: 100%;
	position: unset;
  padding:0px;

}
.user-logged-in.path-user .pbmit-blog-detail {
	width: 100% !important;
}


.pbmit-blog-detail {
	margin: 0px !important;
	width: 100% !important;
}
.user-logged-in.path-user .pbmit-blog-detail{
  width:100%;
  height: auto !important;
}
.user-logged-in.path-user .page-content {
	margin-top: 0 !important;
}
.header-placeholder {

	display: none;
}

.user-logged-in.path-user .page-content .pbmit-blog-detail {
	width: 100% !important;
	border-radius: 0px !important;
	padding: 0px !important;
}
/*
.main-content {

	background: #f1f4fa !important;
}*/
.searchbar-section .sort-form {
	display: flex;
	align-content: center;
	justify-content: center;
}
.searchbar-section .form-control {
	margin-bottom: 0px;
}
.searchbar-section .input-group.bg-white.rounded {
	border-radius: 8px !important;
	/* box-shadow: unset !important; */
}
.searchbar-section .form-control.border-0.bg-white.py-3 {
	margin-bottom: 0px;
	box-shadow: unset !important;
	font-size: 14px !important;
	color: #9BA6B7 !important;
	font-weight: 400 !important;
}
.searchbar-section button a{
  background-color: #6161FF !important;
  color: #fff !important;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 16px;
}

.bottom-section {
	background: #fff;
	border-radius: 8px;
	padding: 30px;
}
.bottom-section  .card{
  border:1px solid #E3EBEE;
}

.bottom-section  .card-title {
	color: #232360;
	font-size: 16px !important;
	font-weight: 600 !important;
  margin-bottom: 0px;
}
.bottom-section .text-muted.small.text-color {
	color: #768396;
	font-size: 12px !important;
  margin-bottom: 6px;
}
.bottom-section .btn.btn-outline-primary.archieveit {
	border: none !important;
	outline: none !important;
	color: #768396;
	font-size: 12px !important;

}
.bottom-section .fw-medium.fs-6.text-color {
	font-size: 12px !important;
  width: 60px !important;
}

.bottom-section button{
  border: none;
  outline: unset;
}
.bottom-section button:hover{
  background-color: transparent;
}

.unarchieve{
  background-color: #6161ff !important;
  color: white !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.btn-outline-primary.deleteit{
  background-color: red !important;
  color: white !important;
  padding: 6px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
table th{
  font-size: 16px !important;
  font-weight: 600 !important;
  background-color: #6161FF !important;
  color: white !important;
}
table th a .fa-sort{
  color: white !important;
}
table th a .fa-sort-down{
  color: white !important;
}
table td{
  font-size: 14px;
  font-weight: 400;
}
.searchbar-section h3{
  color: #071830;
  font-size: 26px;
  font-weight: 600;
}
.deleted-message {
	color: #768396;
	font-size: 12px;
}
.bottom-pagination span{
  font-size: 15px;
  font-weight: 400;
}
.sort-form .form-select.form-select-sm.w-auto {
	border: none;
	color: #232360;
	font-size: 14px !important;
	font-weight: 500;
}
.sort-form  .fw-normal {
	font-size: 14px;
}
.pagination .active{
  width:auto !important;
  background: #6161ff !important;
}
.pagination  .active .page-link{
  color:#728299 !important;
}
.pagination  .active > .page-link, .pagination  .page-link.active {
	background: transparent !important;
	border: none;
	color: #728299 !important;
}
.pagination  .page-link{
  border: none !important;
}
.pagination a:not(.button), .pagination a:not(.button) {
	color: #728299 !important;
}
.page-item.active .page-link{
  color:#232360 !important;
}
.bottom-pagination .pagination li.disabled .page-link, .bottom-pagination .pagination li:last-child .page-link {
	background: transparent !important;
}
.status.status-deleted {
	background: red !important;
	color: #fff;
	border-radius: 6px;
}

.status-else{
  background-color: #FD8700;
  color:#fff;
  border-radius: 6px;
}
.main-content.collapsed {
	margin-left: 62px !important;
}
.page-user-processed-documents .container {
	max-width: 100%;
}

.bottom-section tr td, .bottom-section tr th {
	padding: 11px 19px;
	border: 1px solid #fff;
	text-align: left;
}

.page-user-billing-summary .container{
  max-width: 100% !important;
}
.page-user-billing-summary  .header.with-placeholder {
	display: none;
}
.page-user-billing-summary  .footer-new {
	display: none;
}

.page-user-billing-summary  .billing_info {
	display: none;
}
.page-user-billing-summary .main-content {
	background: #f1f4fa !important;
	height: 100vh;
}

.button-circle .bi-arrow-up{
  color:#fff;
 }
 @media(max-width:767px){
  table{
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media(max-width:767px){
  .bottom-section {
	padding: 15px;
}

 .bottom-pagination{
  flex-wrap: wrap !important;
 }
 .button-circle .bi-arrow-up{
  color:#fff;
 }

}
#dashboard-content {
	padding-left: 30px;
}
.collapsed {
	padding-left: 0px;
}
.collapsed .nav-link {
	margin-left: 23px !important;
}




.page-user-archieved-documents footer {
    display: none;
}
.page-user-archieved-documents .with-placeholder {
    background: #f1f5f9;
    display: none;
}
.page-user-archieved-documents .container {
    max-width: 100%;
}
.page-user-archieved-documents #dashboard-content {
    padding-left: 30px;
    height: 100vh;
}

.bottom-section tr td, .bottom-section tr th {
  
    text-wrap-mode: nowrap;
}


@media(max-width:767px){
  .col-md-4.custom-searchbar {
    margin-bottom: 20px;
}
.bottom-section .row{
  width: 100%;
    overflow: hidden;
    overflow: scroll;
}


.bottom-section h3{
  font-size: 20px;
}

.bottom-section span{
  now-wrap:nowrap;
}
