@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Manrope:wght@200..800&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Heebo:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Tiro+Devanagari+Hindi:ital@0;1&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');

.sidebar {
    padding: 20px 10px 10px 10px;
    border-right: 1px solid #dddddd8a;
    width: 270px;
    position: fixed;
    height: 100vh;
	overflow: auto;
	z-index: 999;
	background: var(--fn-body-bg);

}

.fs-1 { font-size: 1px !important; }
.fs-2 { font-size: 2px !important; }
.fs-3 { font-size: 3px !important; }
.fs-4 { font-size: 4px !important; }
.fs-5 { font-size: 5px !important; }
.fs-6 { font-size: 6px !important; }
.fs-7 { font-size: 7px !important; }
.fs-8 { font-size: 8px !important; }
.fs-9 { font-size: 9px !important; }
.fs-10 { font-size: 10px !important; }
.fs-11 { font-size: 11px !important; }
.fs-12 { font-size: 12px !important; }
.fs-13 { font-size: 13px !important; }
.fs-14 { font-size: 14px !important; }
.fs-15 { font-size: 15px !important; }
.fs-16 { font-size: 16px !important; }
.fs-17 { font-size: 17px !important; }
.fs-18 { font-size: 18px !important; }
.fs-19 { font-size: 19px !important; }
.fs-20 { font-size: 20px !important; }
.fs-21 { font-size: 21px !important; }
.fs-22 { font-size: 22px !important; }
.fs-23 { font-size: 23px !important; }
.fs-24 { font-size: 24px !important; }
.fs-25 { font-size: 25px !important; }
.fs-26 { font-size: 26px !important; }
.fs-27 { font-size: 27px !important; }
.fs-28 { font-size: 28px !important; }
.fs-29 { font-size: 29px !important; }
.fs-30 { font-size: 30px !important; }
.fs-31 { font-size: 31px !important; }
.fs-32 { font-size: 32px !important; }
.fs-33 { font-size: 33px !important; }
.fs-34 { font-size: 34px !important; }
.fs-35 { font-size: 35px !important; }
.fs-36 { font-size: 36px !important; }
.fs-37 { font-size: 37px !important; }
.fs-38 { font-size: 38px !important; }
.fs-39 { font-size: 39px !important; }
.fs-40 { font-size: 40px !important; }
.fs-41 { font-size: 41px !important; }
.fs-42 { font-size: 42px !important; }
.fs-43 { font-size: 43px !important; }
.fs-44 { font-size: 44px !important; }
.fs-45 { font-size: 45px !important; }
.fs-46 { font-size: 46px !important; }
.fs-47 { font-size: 47px !important; }
.fs-48 { font-size: 48px !important; }
.fs-49 { font-size: 49px !important; }
.fs-50 { font-size: 50px !important; }
body {
	/*font-family: "Roboto", serif !important;
	 font-style: italic; */
	/* background: #f0f0f0; */
	background: var(--fn-body-bg);
	font-family: "Hind", sans-serif !important;
}
@media (max-width: 769px) {
	.sidebar {
		padding: 0;
		border-right: 0px solid #dddddd87;
		width: auto;
		z-index: 99999;
	}
	.main-dashboard {
		padding: 0 !important;
		padding-left: 00px !important;
		padding-top: 35px !important;
		width: 100%;
		height: 100%;
		padding-bottom: 75px !important;
	}
}
.main-dashboard {
    padding: 0;
    padding-left: 270px;
    padding-top: 0px !important;
    width: 100%;
    height: 100%;
    padding-bottom: 0px !important;
	overflow: hidden;
}
.sidebar-menu .nav-item {
	width: 100%;
}
.sidebar-menu:hover {
	cursor:pointer;
}
.dropdown-toggle::after {
  content: "â–¼";
  float: right;
  transform: rotate(0deg);
  transition: all 0.5s ease;
}

.dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

.collapse-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.collapse-content.show {
  max-height: 500px;
  transition: all 0.3s ease !important;
}
.collapse-content ul {
  padding-left: 1rem;
  margin: 0;
  list-style: none;
}

#scrollable::-webkit-scrollbar {
	height: 6px;
	width: 6px;
}

#scrollable::-webkit-scrollbar-track {
  background: #e6e6e6;
  border-radius: 0px;c
}

#scrollable::-webkit-scrollbar-thumb {
  background: #888; /* Color of the scrollbar thumb */
  border-radius: 5px; /* Rounded corners for the thumb */
}
.free {
    background-color: #219653;
    padding: 5px 5px 4px 5px;
    font-size: 9px;
    font-weight: 500;
    line-height: 6px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    position: relative;
    margin-left: 8px;
    margin-right: 1px;
    overflow: hidden;
}
.company-logos img {
	padding: 10px;
    border: 1px solid #ddddddb3;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 6px;
	height: 70px;
    width: 180px;
}
.banner_form_input .input2 {
    border-radius: 12.834px;
    background: rgba(255, 255, 255, 0.10);
    height: 44px;
    padding: 0;
    border: none;
    transition: all 0.2s;
    color: #F2F2F2;
    font-size: 14.973px;
    font-style: normal;
    line-height: normal;
    padding-left: 13px;
    border: 1px solid transparent;
    width: 100%;
    border: 1.069px solid rgba(232, 232, 232, 0.24);
}
.banner_form_input .input2:focus {
    background: rgba(255, 255, 255, 0.10) !important;
}
.banner_form_input .form-select {
    background: rgba(255, 255, 255, 0.10) !important;
	border: 1px solid transparent;
	color: #F2F2F2;
}
.step_up_wrapper {
    border-radius: 20px;
    border: 1px solid #FFF;
    box-shadow: none;
    padding: 30px 20px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.30) 17.97%, rgba(236, 236, 236, 0.30) 89.08%);
    box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(3px);
}
.top_offers {
    background: url(../img/health_insurance.png);
    background-size: cover;
	padding: 100px 0;
}
.text-sm {
    font-size: 12px;
}
.text-dark {
	color:#000 !important; 
}
[data-bs-theme=dark] .text-dark {
	color:#fff !important; 
}
.nav-link {
    padding: 3px 0px;
    border-radius: 5px;
    color: #5d5d5d;
    font-weight: 400;
    font-size: 14px;
}
/* Style the select dropdown */
.form-select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #333;
    appearance: none;  /* Remove default dropdown arrow */
    background-image: url('data:image/svg+xml;utf8,<svg fill="%234CAF50" height="24" viewBox="0 0 24 24" width="24"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    cursor: pointer;
}

/* Style options */
.form-select option {
    padding: 10px;
    background-color: #fff;
    color: #333;
}

/* Focus effect */
.form-select:focus {
    outline: none;
}
.breadcrumbarea {
    background: url(../img/breadrcumb.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 55px;
    padding-top: 100px;
}@media (max-width: 769px) {
	.mob-login {
		padding-top: 35% !important;
	}
}
.footer-payment {
	border: 1px solid #dddddd3b;
    border-radius: 6px;
}
.navbar-nav>.nav-item>.nav-link {
    border-radius: var(--fn-border-radius);
    padding: var(--fn-nav-link-padding-y) var(--fn-navbar-nav-link-padding-x);
    color: #000;
}
.table-container {
	overflow-x: auto;
	margin: 20px 0;
}

table {
	border-collapse: collapse;
	width: 100%;
	font-size: 13px;
}
.table>thead {
    vertical-align: bottom;
    background: var(--fn-body-bg);
}
.table>thead>tr>th {
    color: #000 !important;
	background: var(--fn-body-bg);
}
[data-bs-theme=dark] .table>thead>tr>th {
    color: #fff !important;
	background: var(--fn-body-bg);
}
.badge {
	font-size: 12px;
	padding: 5px 10px;
	border-radius: 12px;
}

.no-data {
	text-align: center;
	font-size: 1.2rem;
	padding: 20px;
}
tr:hover {
    background-color: #f1f1f13d;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.table>:not(caption)>*>* {
	border: 1px solid #dddddd61;
}
[data-bs-theme=dark].table>:not(caption)>*>* {
    background: var(--fn-body-bg) !important;
	border: 1px solid #dddddd61;
}
#TablePagination button {
	margin: 0 3px;
	padding: 5px 12px;
	border: 1px solid #ddd;
	background-color: #fff;
	color: #000;
	cursor: pointer;
	border-radius: 3px;
}
#TablePagination button.active {
	background-color: #4a5aa3;
	color: white;
}
#TablePagination button:disabled {
	cursor: not-allowed;
	opacity: 0.5;
}
#TablePagination .ellipsis {
	margin: 0 5px;
	font-weight: bold;
	color: #666;
}

a {
    text-decoration: none;
	color: #0031d1;
}
@media screen and (max-width: 600px) {
	.loginform {
		width: 100%;
		padding: 25px !important;
	}
}
.inquirybtn {
	position: fixed;
    bottom: 5px;
    left: 10px;
    border-radius: 4px;
	z-index: 99;
}
.list-group-item-action:focus-visible, .list-group-item-action:hover {
    background-color: rgb(0 0 0 / 5%);
    color:#333;
}
.menu-link i {
    font-size: 13px;
    margin-top: -5px;
}
.sidebar-menu .menu-link::after {
    position: absolute;
    right: 12px;
}
.login-footer {
    position: absolute;
    bottom: 20px;
}
.mini-stat {
    background: #fff;
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 20px;
    border: 1px solid #000;
}
.bx-shadow {
    -webkit-box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 10%);
}
@media (min-width: 1200px) {
    .modal-xl {
        --fn-modal-width: 900px;
    }
}
.fill-form-details {
	font-size: 20px;
    color: red;
    font-weight: 600;
}
.uppercase {
	text-transform: uppercase;
}
.booking-details {
	font-size: 18px;
	 color: #000;
}
.booking-details td {
    border: 1px solid #000;
	padding: 10px;
}
.text-underline {
    text-decoration: underline;
}
.form-control {
    border-radius: 4px;
}
.form-control:focus, .form-select:focus {
    border: 2px solid var(--fn-form-control-focus-border-color);
}
.card-header-bg {
    background-image: url(../img/blue-bg.svg);
    background-size: cover;
    background-position: center;
}
.co-applicant-fileds {
    border: 1px solid rgb(255 119 17 / 21%);
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 15px;
    background: rgb(255 119 17 / 7%);
}
.table td, .table th {
	white-space: nowrap; /* Prevent text wrapping */
	overflow: hidden;    /* Hide overflow text */
	text-overflow: clip; /* Ensures text doesn't get truncated with ellipsis */
}
.form-design-header {
	position: sticky;
    top: 0;
    background: #f1f1f1;
    padding-top: 20px;
    border-radius: 0 !important;
}
.input42 {
	height:45px;
}
.table_bx {
    border: 1px solid #ddd;
}
table.dataTable.display>tbody>tr.odd>.sorting_1, table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_1 {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
    box-shadow: none !important;
    background: #fff0 !important;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #ddd !important;
}
table.dataTable>thead>tr>th, table.dataTable>thead>tr>td {
    padding: 10px;
    border-bottom:  1px solid #ddd !important;
}
.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    margin-bottom: 8px;
}
.datepicker td, .datepicker th {
    padding: 10px;
}
.fileno {
	color: red;
    font-weight: 700;
    position: absolute;
    margin-top: 12px;
}
.modal {
	background: #ffffff;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
	font-size: 15px;
}
table.table td {
    padding: 5px 10px;
    line-height: 2;
}
@media (min-width: 576px){
.modal {
    --pk-modal-margin: 1.75rem;
    --pk-modal-box-shadow: 0 1px 2px rgba(56, 65, 74, .15);
    background: rgb(0 0 0 / 10%);
    --Modal-backdrop: rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
}}
.modal-backdrop.show {
    opacity: 0 !important;
}
.modal-backdrop {
    z-index: auto !important;
}
.card-animate .card-body {
	padding: 20px;
}
/* General table styling */
.receipt-table {
    width: 100%;
    border-collapse: collapse;
    margin: -1px 0;
    font-family: Arial, sans-serif;
	color: #000;
}

.receipt-table th, .receipt-table td {
    padding: 12px 15px;
    border: 1px solid #000;
    text-align: left;
}

.receipt-table th {
    background-color: #fff;
    font-weight: bold;
    color: #333;
}

.receipt-table td {
    background-color: #fff;
}

.receipt-table tr:nth-child(even) td {
    background-color: #fff;
}

/* Styling for the borders */
.receipt-table th, .receipt-table td {
    border: 1px solid #000;
	cursor: default;
}

/* Styling for rows on hover */
.receipt-table tr:hover {
    background-color: #fff;
}

/* Styling for the table header */
.receipt-table thead {
    background-color: #fff;
    color: #fff;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .receipt-table th, .receipt-table td {
        padding: 8px;
    }
    .receipt-table {
        font-size: 14px;
    }
}
.receipt-header {
        border: 1px solid #000;
}
.receipt-header th, .receipt-header td {
    padding: 12px 15px;
}
.topbar {
	padding: 6px;
	box-shadow: none;
    background: #0b3f9f;
    border-bottom: 1px solid #dddddd8f;
}
.notice {
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	color: #000;
	font-family: "Oswald", sans-serif;
}
@media only screen and (max-width: 600px) {
    .notice {
    	font-weight: 600;
    	font-style: normal;
    	font-size: 15px;
    	color: #000;
    }

}
.card-body {
    overflow: auto;
}
@media (max-width: 769px) { 
    .mob-w-50 {
        width: 50% !important;
        padding-left: 5px;
        padding-right: 5px;
    }
    .card-animate {
    	margin-bottom: 10px;
        box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
        transition: all 0.5s ease;
        border: 1px solid #ffffff;
        border-radius: 10px;
    }
    .card-animate p {
    	font-size: 11px;
        color: #000 !important;
    }
    .card-animate a {
    	font-size: 10px;
    }
    .card-animate:hover a {
    	font-size: 10px;
    }
    .card-animate img {
        width:32px;
    }
}
@media only screen and (max-width: 600px) {
    .PP_MENU {
        background: #fff;
        padding: 10px;
        position: absolute;
        bottom:0px !important;
        width: 100%;
        left: 0px;
    }
    .card-animate {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px !important;
    	background: #fff !important;
    	cursor:pointer !important;
    	border:1px solid #fff !important;
    	
    }
}
.PP_MENU {
    background: #fff;
    padding: 10px;
    position: absolute;
    bottom: 70px;
    width: 100%;
    left: 0px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	border-radius: 16px 16px 0px 0px;
}
.border-light {
    border-color: #dddddd57 !important;
}
.dropup .dropdown-toggle:after {
    margin-left: auto !important;
}
.capitalize {
    text-transform: capitalize;
}
.text-left {
    text-align: left;
}
.sidebar .scrollable {
   padding-bottom: 160px;
}
.dropup .dropdown-menu {
  bottom: 100%; /* Positions the dropdown above the button */
  top: auto;
  transform: translateY(-5px); 
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.dropdown-menu {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.megamenu {
	right: 0 !important;
	left: auto !important;
}
.profile-container {
    background: white;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.header {
    background: linear-gradient(135deg, #84c5fe, #628bd8);
    height: 120px;
    position: relative;
}
.profile-pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid white;
    position: absolute;
    bottom: -50px;
    left: 20px;
}
.profile-info {
    padding: 60px 20px 20px;
}
.profile-info h2 {
    margin-bottom: 5px;
    font-size: 22px;
}
.profile-info p {
    font-size: 14px;
    color: gray;
}
.details {
    padding: 15px 20px;
    background: #fff;
}
.details p {
    margin: 8px 0;
}
.activities {
    padding: 15px 20px;
    background: #f9f9f9;
    margin-top: 10px;
}
.activities h3 {
    margin-bottom: 10px;
}
.activity {
    font-size: 14px;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}
.edit-button {
    position: absolute;
    top: 130px;
    right: 10px;
    background: #007BFF;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
}
.card {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: 0;
}
.no_of_flat_label {
    display:none;
}
.work_label {
    position: absolute;
    top: 45%;
    left: 25%;
    rotate: -30deg;
    font-size: 125px;
    color: #8bc34a57;
}
::selection {
    background: #2196F3;
    color: #fff;
}
@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length {
        display: none;
    }
    .dataTables_wrapper .dataTables_info {
        display: none;
    }
    .dataTables_paginate .previous {
        display: none !important;
    }
    .dataTables_paginate .next {
        display: none !important;
    }
}

.underline {
	text-decoration: underline;
}
.specimen_table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	font-size: 16px;
	text-align: left;
}
.specimen_table th {
	background-color: #fff;
	color: #000;
	padding: 12px;
	font-size: 18px;
}
.specimen_table td {
	border: 0px solid #fff;
	padding: 10px;
}
.specimen_table tr:nth-child(even) {
	background-color: #fff;
}
.specimen_table tr:hover {
	background-color: #fff;
	transition: 0.3s;
}
.specimen_table img {
	width: 200px;
	height: 200px;
	object-fit: cover;
	border: 2px solid #000;
}
.specimen_table .empty-photo {
	width: 200px;
	height: 200px;
	object-fit: cover;
	border: 2px solid #000;
}
.specimen_sign_whth_photo span {
	font-size: 25px !important;
	line-height: 80px !important;
}
.fs-16 {
	font-size:16px;
	color:#000;
}
.text-right {
	text-align: right;
}
ul {
	list-style:none;
	font-size:18px;
	color:#000;
}
ul li {
	list-style:none;
	text-align:justify;
}
.blur-text {
	filter: blur(5px);
	transition: filter 0.5s ease;
	cursor: pointer;
	border:1px solid #ddd;
	padding:5px 10px;
	color:#000;
	border-radius:90px;
}

.blur-text:hover {
	filter: none;
}

.userlogin {
    background: url(https://eservices.dda.org.in/public/admin/images/loginuser.jpg) no-repeat;
    background-size: cover;
}
.btn-blue {
	background: #504aa0;
}
.btn-blue {
  position: relative;
  overflow: hidden;
  background: #504aa0;
  color: #fff;
  border: none;
  z-index: 1;
  transition: color 0.3s ease;
}

.btn-blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #3f3a85; /* sliding background color */
  z-index: -1;
  transition: left 0.4s ease;
}

.btn-blue:hover::before {
  left: 0;
}

.btn-blue:hover {
  color: #fff; /* keep text white on hover */
}

/* Ensure text/content stays above sliding background */
.btn-blue > * {
  position: relative;
  z-index: 1;
}
table.customtable thead {
    background: linear-gradient(to left, #9e1c32, #991141, #900f50, #83155d, #721e68, #68226f, #5d2675, #4f2a7a, #492b80, #422c85, #392e8b, #2c3091);
}
table.customtable thead tr td {
    color: #fff !important;
}
.list-group-item-action {
    color: #000;
    font-weight: var(--fn-list-group-action-font-weight);
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
}
.bg-color {
		background: linear-gradient(30deg, #9e1c32, #991141, #900f50, #83155d, #721e68, #68226f, #5d2675, #4f2a7a, #492b80, #422c85, #392e8b, #2c3091);
	}
@media screen and (min-width: 640px) {
	.bg-color-large {
		background: none;
	}
}
@media screen and (max-width: 640px) {
	.bg-color {
		background: linear-gradient(30deg, #9e1c32, #991141, #900f50, #83155d, #721e68, #68226f, #5d2675, #4f2a7a, #492b80, #422c85, #392e8b, #2c3091);
	}
}
.navbar-toggler-icon, .navbar-toggler-icon:after, .navbar-toggler-icon:before {
    background-color: #000;
    height: .125rem;
    position: absolute;
    transition-property: transform;
    width: 1.375rem;
}
.disclaimer {
	position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-style: italic;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 5px;
    z-index: 999;
}
.custom-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: 80vh;
  }

  .custom-carousel-inner {
    display: flex;
    transition: transform 0.6s ease;
    width: 100%;
  }

  .custom-carousel-item {
    flex: 0 0 100%;
  }

  .custom-carousel-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  /* Controls */
  .carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    border: none;
    font-size: 2rem;
    padding: 10px 16px;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s ease;
  }

  .carousel-control:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .carousel-control.prev {
    left: 10px;
  }

  .carousel-control.next {
    right: 10px;
  }

  /* Indicators */
  .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
  }

  .carousel-indicators button {
    width: 20px;
    height: 5px;
    background: #ccc;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .carousel-indicators button.active {
    background: #fff;
    width: 50px;
    border-radius: 15px;
    height: 5px;
  }

  /* Responsive image height */
  @media (max-width: 768px) {
    .custom-carousel-item img {
      height: 250px;
    }
  }

  @media (min-width: 769px) and (max-width: 1200px) {
    .custom-carousel-item img {
      height: 100%;
    }
  }

  @media (min-width: 1201px) {
    .custom-carousel-item img {
      height: 100%;
    }
  }
.floating-buttons {
	transform: translateX(50%) rotate(-90deg);
	bottom: 0;
	right: -160px !important;
	margin-right: 0 !important;
}
.property-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.2s ease-in-out;
  border: 1px solid #dddddd8c;
}
.property-card:hover {
  transform: translateY(-5px);
}

.property-image {
  height: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.favorite-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
}
.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.rounded-lg {
    border-radius: 16px;
}
.mb-3 {
    margin-bottom: 0.75rem;
}
.card {
    background-clip: border-box;
    border: 1px solid #EEEEF3;
    border-radius: 0.625rem;
    box-shadow: 0px 5px 10px rgba(2, 2, 76, 0.02);
}
[data-bs-theme=dark] .card {
    background-clip: border-box;
    border: 1px solid #eeeef338;
    border-radius: 0.625rem;
    box-shadow: 0px 5px 10px rgba(2, 2, 76, 0.02);
}
.contact_bg {
  position: relative;
  overflow: hidden;
}

.contact_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/contact-bg.jpg') no-repeat center center;
  background-size: cover;
  filter: blur(8px) brightness(0.4); /* Blur and darken */
  z-index: 0;
}

.contact_bg .z-1 {
  position: relative;
  z-index: 1;
}
.bg-grey {
  background-color: #f1f1f1;
}
.process-step {
	transition: all 0.3s ease;
}
.process-step:hover {
	transform: translateY(-10px);
}
.benefit-card {
	transition: all 0.3s ease;
}
.benefit-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}
.testimonial-card {
	transition: all 0.3s ease;
}
.testimonial-card:hover {
	transform: scale(1.02);
}
.loan-type-card {
	transition: all 0.3s ease;
}
.loan-type-card:hover {
	transform: translateY(-5px);
}
.bank-logo {
	transition: all 0.3s ease;
}
.bank-logo:hover {
	transform: scale(1.1);
}
input[type="range"] {
	-webkit-appearance: none;
	height: 8px;
	background: #e5e7eb;
	border-radius: 4px;
	outline: none;
}
input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 24px;
	height: 24px;
	background: #3b82f6;
	border-radius: 50%;
	cursor: pointer;
	border: 2px solid white;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.custom-checkbox {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.custom-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.checkmark {
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 2px solid #e5e7eb;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.custom-checkbox input:checked ~ .checkmark {
	background-color: #3b82f6;
	border-color: #3b82f6;
}
.checkmark:after {
	content: "";
	display: none;
	width: 6px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.custom-checkbox input:checked ~ .checkmark:after {
	display: block;
}
.custom-switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 24px;
}
.custom-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #e5e7eb;
	transition: .4s;
	border-radius: 34px;
}
.slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	transition: .4s;
	border-radius: 50%;
}
input:checked + .slider {
	background-color: #3b82f6;
}
input:checked + .slider:before {
	transform: translateX(26px);
}
.document-icon {
	transition: all 0.3s ease;
}
.document-icon:hover {
	transform: translateY(-5px) rotate(5deg);
}
.collapse {
	visibility: visible;
}
.animated-select {
  transition: transform 0.6s ease, box-shadow 0.6s ease;
  transform-style: preserve-3d;
  perspective: 800px;
}

.animated-select:focus {
  transform: rotateY(10deg) scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.animated-select:hover {
  transform: rotateX(5deg);
}

/* From Uiverse.io by FColombati */ 
.button {
  all: unset;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  border-radius: 100em;
  background-color: rgba(0, 0, 0, 0.75);
  box-shadow:
	-0.15em -0.15em 0.15em -0.075em rgba(5, 5, 5, 0.25),
	0.0375em 0.0375em 0.0675em 0 rgba(5, 5, 5, 0.1);
}

.button::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: calc(100% + 0.3em);
  height: calc(100% + 0.3em);
  top: -0.15em;
  left: -0.15em;
  border-radius: inherit;
  background: linear-gradient(
	-135deg,
	rgba(5, 5, 5, 0.5),
	transparent 20%,
	transparent 100%
  );
  filter: blur(0.0125em);
  opacity: 0.25;
  mix-blend-mode: multiply;
}

.button .button-outer {
  position: relative;
  z-index: 1;
  border-radius: inherit;
  transition: box-shadow 300ms ease;
  will-change: box-shadow;
  box-shadow:
	0 0.05em 0.05em -0.01em rgba(5, 5, 5, 1),
	0 0.01em 0.01em -0.01em rgba(5, 5, 5, 0.5),
	0.15em 0.3em 0.1em -0.01em rgba(5, 5, 5, 0.25);
}

.button:hover .button-outer {
  box-shadow:
	0 0 0 0 rgba(5, 5, 5, 1),
	0 0 0 0 rgba(5, 5, 5, 0.5),
	0 0 0 0 rgba(5, 5, 5, 0.25);
}

.button-inner {
  --inset: 0.035em;
  position: relative;
  z-index: 1;
  border-radius: inherit;
  padding: 1em 1.5em;
  background-image: linear-gradient(
	135deg,
	rgba(230, 230, 230, 1),
	rgba(180, 180, 180, 1)
  );
  transition:
	box-shadow 300ms ease,
	clip-path 250ms ease,
	background-image 250ms ease,
	transform 250ms ease;
  will-change: box-shadow, clip-path, background-image, transform;
  overflow: clip;
  clip-path: inset(0 0 0 0 round 100em);
  box-shadow:
		/* 1 */
	0 0 0 0 inset rgba(5, 5, 5, 0.1),
	/* 2 */ -0.05em -0.05em 0.05em 0 inset rgba(5, 5, 5, 0.25),
	/* 3 */ 0 0 0 0 inset rgba(5, 5, 5, 0.1),
	/* 4 */ 0 0 0.05em 0.2em inset rgba(255, 255, 255, 0.25),
	/* 5 */ 0.025em 0.05em 0.1em 0 inset rgba(255, 255, 255, 1),
	/* 6 */ 0.12em 0.12em 0.12em inset rgba(255, 255, 255, 0.25),
	/* 7 */ -0.075em -0.25em 0.25em 0.1em inset rgba(5, 5, 5, 0.25);
}

.button:hover .button-inner {
  clip-path: inset(
	clamp(1px, 0.0625em, 2px) clamp(1px, 0.0625em, 2px)
	  clamp(1px, 0.0625em, 2px) clamp(1px, 0.0625em, 2px) round 100em
  );
  box-shadow:
		/* 1 */
	0.1em 0.15em 0.05em 0 inset rgba(5, 5, 5, 0.75),
	/* 2 */ -0.025em -0.03em 0.05em 0.025em inset rgba(5, 5, 5, 0.5),
	/* 3 */ 0.25em 0.25em 0.2em 0 inset rgba(5, 5, 5, 0.5),
	/* 4 */ 0 0 0.05em 0.5em inset rgba(255, 255, 255, 0.15),
	/* 5 */ 0 0 0 0 inset rgba(255, 255, 255, 1),
	/* 6 */ 0.12em 0.12em 0.12em inset rgba(255, 255, 255, 0.25),
	/* 7 */ -0.075em -0.12em 0.2em 0.1em inset rgba(5, 5, 5, 0.25);
}

.button .button-inner span {
  position: relative;
  z-index: 4;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.05em;
  font-weight: 500;
  color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(
	135deg,
	rgba(25, 25, 25, 1),
	rgba(75, 75, 75, 1)
  );
  -webkit-background-clip: text;
  background-clip: text;
  transition: transform 250ms ease;
  display: block;
  will-change: transform;
  text-shadow: rgba(0, 0, 0, 0.1) 0 0 0.1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button:hover .button-inner span {
  transform: scale(0.975);
}

.button:active .button-inner {
  transform: scale(0.975);
}
.home_section {
  background-color: #1d379c;
  background-image: url('../img/footer-bg.png');
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
  padding: 150px 20px;
  color: #fff;
}


.own_tag {
	border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 90px;
    background: #fff;
	font-size: 13px;
    font-weight: 500;
}
.card_dark_shadow {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}
.owntag {
	border: 1px solid #ffe01f;
	border-radius: 4px;
	background-color: #fffceb;
	font-size: 12.5px;
	padding: 11px 14px;
	color: #000;
}
.ownercard {
	border: 1px solid #ebebeb;
	box-shadow: 0 0 26px 0 rgba(0, 0, 0, .12);
	padding: 14px 16px;
	border-radius: 6px;
}
div:where(.swal2-container) .swal2-html-container {
    z-index: 1;
    justify-content: center;
    margin: 1em 1.6em .3em;
    padding: 0;
    overflow: auto;
    color: inherit;
    font-size: 14PX;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word;
}
.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #000;
    font-size: 18PX;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}
.scroll-btn.active {
  color: #f70;
  border-bottom: 2px solid #f70;
}
.rentnavsticky {
    position: sticky;
    top: 65px;
    z-index: 999;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .11) !important;
	display: flex;
	flex-wrap: nowrap !important;
	overflow-x: auto !important;
	overflow-y: hidden !important;
	-webkit-overflow-scrolling: touch !important;
	width: 100% !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

.rentnavsticky::-webkit-scrollbar {
  display: none !important;
}
.rentnavsticky .btn {
	border: none;
    border-radius: 0;
    background: transparent;
    color: #000;
	font-weight: 500 !important;
    position: relative;
    text-transform: uppercase;
	padding: 15px 15px;
}

.rentnavsticky .btn:focus,
.rentnavsticky .btn:active {
  outline: none !important;  /* Focus outline remove */
  box-shadow: none !important;
}

.rentnavsticky .btn.active {
  color: #f70; /* Active text color (purple) */
}

.rentnavsticky .btn.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: #f70; /* Active underline */
}

.property-table th {
  width: 35%;
  font-weight: 500;
}
.property-table td {
  font-weight: 600;
}
@media (max-width: 576px) {
  .property-table th, .property-table td {
	display: block;
	width: 100%;
  }
  .property-table th {
	margin-top: 10px;
  }
}
.icon-box {
	border: 1px solid #ebebeb;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	padding: 14px 16px;
	border-radius: 6px;
}
.rating-box {
	width: 120px;
	background: #6f42c1;
	color: #fff;
	padding: 15px;
	border-radius: 10px;
	cursor: pointer;
	text-align: center;
	position: relative;
}
.button-wrapper {
    position: relative; /* popup ka reference point */
    display: inline-block;
}

.rating-detail {
    display: none;
    width: 300px;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    position: absolute; /* button ke relative */
    top: 50px; /* button ke niche 50px gap, adjust kar sakte ho */
    left: 50%; /* button ke center ke liye */
    transform: translateX(-50%); /* exact center align */
    z-index: 10;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.star-bar {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.star-bar span {
	margin-left: 10px;
	color: #6f42c1;
}
.progress {
	height: 8px;
	border-radius: 5px;
	flex: 1;
	margin-left: 5px;
}
.viewlocatiobtn {
	position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   background-color: #6200EE;
   color: #fff;
   padding: 12px 25px;
   border-radius: 8px;
   text-decoration: none;
   font-weight: bold;
   font-family: sans-serif;
   box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
.sidebarformsticky {
    position: sticky;
    top: 145px;
}
.navbar-sticky.is-stuck .navbar, .navbar-sticky.is-stuck.navbar {
    box-shadow: none !important;
    border-bottom: 1px solid #dddddd7d;
}
.text-justify {
	text-align:justify !important;
}
.alert-info {
  background-color: #e8f6ff !important;
  border: 1px solid #91d5ff !important;
  color: #055160 !important;
}
.alert-info .alert-link {
  color: #004085 !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
}
#map {
  height: 400px;
  width: 100%;
  border-radius: 10px;
}

.leaflet-popup-content-wrapper {
  background: #222;
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
  padding: 5px;
  min-width: 100px;
  max-width: 200px;
}
.leaflet-popup-tip {
  background: #222;
}
.leaflet-popup-content {
  text-align: center;
  font-weight: 600;
}
.bg_profile_gradient {
	background-image: url(../img/index_bg.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.accordion-button {
    font-weight: 500 !important;
}

/* ---------- Global ---------- */
:root{
  --brand-purple: #6b2fd0;
  --brand-purple-dark: #4b1f9a;
  --accent-yellow: #ffd33d;
  --muted: #9aa0a6;
  --card-radius: 12px;
}
/* ---------- Top bar / Header ---------- */
.careertopbar{
  background: linear-gradient(90deg,var(--brand-purple) 0%, #6f3fd4 50%, #7f4cf2 100%);
  color:#fff;
  padding: 18px 0;
  position: sticky;
  top: 0;
  z-index: 999999;
  border-bottom: 1px solid #ffffff52;
}
.carrermenu-link, .careertopbar small {
	color: rgba(255, 255, 255, 0.95);
    font-weight: 500;
    font-size: 14px;
}
.careertopbar .btn-cta {
  background: var(--accent-yellow);
  color: #1b1b1b;
  font-weight:600;
  border-radius:8px;
  padding:8px 14px;
  box-shadow: 0 6px 16px rgba(107,47,208,0.12);
}

/* ---------- HERO ---------- */
.hero {
    position: relative;
    padding: 70px 0 100px;
    overflow: visible;
    color: #fff;

    /* Use multiple background layers */
    background-image: 
        linear-gradient(180deg, rgba(107, 47, 208, 0.97) 0%, rgba(66, 23, 141, 0.9) 100%), 
        url(../img/building-Screenshot.png);
    
    background-size: cover;       /* cover the entire hero */
    background-position: center;  /* center the image */
    background-repeat: no-repeat; /* don't repeat */
}

.hero .hero-inner{
  display:flex;
  gap:30px;
  align-items:center;
  justify-content:space-between;
}
.hero h1{
  font-size:42px;
  font-weight:800;
  line-height:1.05;
  margin-bottom:14px;
}
.hero p.lead{
  color:rgba(255,255,255,0.95);
  font-size:18px;
  margin-bottom:20px;
}
.hero .hero-illustration{
  width:520px;
  max-width:48%;
  border-radius:18px;
  overflow:hidden;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.04);
}

/* rounded cutout like housing */
.hero .cutout {
  height: 240px;
  background: rgba(255,255,255,0.03);
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 12px;
}

/* ---------- content card row ---------- */
.intro-row{
  transform: translateY(-50px);
  margin-bottom:-40px;
}
.intro-card{
  background:#fff;
  border-radius:12px;
  padding:28px;
  box-shadow: 0 8px 24px rgba(23,28,63,0.06);
  border: 1px solid rgba(12,12,20,0.03);
}
.small-muted { color:var(--muted); }

/* ---------- Mission/Vision/Values ---------- */
.kv .card {
  border-radius:14px;
  padding:22px;
  min-height:160px;
  box-shadow:none;
  border:1px solid rgba(15,20,30,0.03);
}
.kv .card h6 { font-weight:700; color:var(--brand-purple-dark); }

/* ---------- Stats */ 
.stats {
  background:#fff;
  padding: 32px;
  border-radius: 12px;
  border:1px solid rgba(12,12,20,0.03);
}

/* ---------- Why cards ---------- */
.why-card{
  padding:18px;
  border-radius:12px;
  border:1px solid rgba(15,20,30,0.04);
  background:#fff;
  min-height:170px;
  transition:all 0.18s ease;
}
.why-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(18,18,40,0.06);
}

/* ---------- Tracks / tiles ---------- */
.track {
  border-radius:10px;
  overflow:hidden;
  border:1px solid rgba(12,12,20,0.04);
  background:linear-gradient(180deg,#fff,#fbfbfd);
  min-height:120px;
  padding:18px;
}

/* ---------- map + logos ---------- */
.map-wrap {
  background: linear-gradient(180deg, rgba(107,47,208,0.06) 0%, rgba(107,47,208,0.03) 100%);
  padding:26px;
  border-radius:12px;
  border:1px solid rgba(107,47,208,0.04);
}

/* ---------- testimonials ---------- */
.testimonial {
  background: linear-gradient(180deg, #fff, #fbfbff);
  border-radius:12px;
  padding:18px;
  border:1px solid rgba(12,12,20,0.04);
}

/* ---------- responsiveness ---------- */
@media (max-width: 991px){
  .hero .hero-inner{ flex-direction:column; text-align:center; gap:18px; }
  .hero .hero-illustration{ max-width:90%; width:100%; }
  .hero h1 { font-size:30px; }
  .intro-row { transform: translateY(-30px); }
}
.home-loans-section {
    background: #f9f9f9;
    border-radius: 15px;
    padding: 60px 30px;
}

.home-loans-section h2 {
    font-size: 2rem;
}

.home-loans-section .card {
    border-radius: 12px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.home-loans-section .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.home-loans-section .btn-primary {
    background-color: #5c2bd8;
    border-color: #5c2bd8;
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 1rem;
    font-weight: 600;
}

.home-loans-section .btn-primary:hover {
    background-color: #47208f;
    border-color: #47208f;
}
.locationListContainer {
	display: none;
	position: absolute;
	background: #fff;
	width: 100%;
	max-height: 400px;
	overflow: hidden;
	border: 1px solid #dddddd75;
	border-radius: 16px;
	z-index: 1000;
	left: 0;
	right: 0;
	padding: 10px 0px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	top: 150px;
}
.locationList {
	width: 100%;
	max-height: 400px;
	overflow-y: auto;
	border-radius: 16px;
	padding: 0px 10px 20px 10px;
}
.locationItems {
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 8px;
}

.locationItems:hover {
  background-color: #f1f1f1;
}
.navbar-nav>.nav-item>.nav-link.active, .navbar-nav>.nav-item>.nav-link.show, .navbar-nav>.nav-item>.nav-link:focus-visible, .navbar-nav>.nav-item>.nav-link:hover {
    background-color: #ffff !important;
}
input[readonly] {
    background-color: #f5f5f5;
    border: 1px solid #cccccc6b; 
    color: #555;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: not-allowed;
    font-weight: 500;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}
input[readonly]:focus {
    outline: none;
    border-color: #999;
    background-color: #f5f5f5;
}
input[readonly].error {
    border-color: red;
    background-color: #ffe6e6;
}
input[readonly]::placeholder {
    color: #999;
    font-style: italic;
}
.receiptsbox {
    position: relative;
}
.receiptsbox .watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
    color: #00000017;
    font-size: 60px;
    text-align: center;
    width: 100%;
    pointer-events: none;
}
.suggestion-box{
	position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #ddd;
    z-index: 1000;
    max-height: 250px;
    overflow-y: auto;
	padding: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}

.suggestion-box div{
	padding:8px 12px;
	cursor:pointer;
}

.suggestion-box div:hover{
	background:#f1f1f1;
}
.resetinput {
    position: absolute;
    right: 17px;
    top: 33px;
    cursor: pointer;
    display: none;
    font-size: 22px;
    border: 1px solid #fff;
    padding: 0 9px;
    height: 32px;
    width: 32px;
    border-radius: 90px;
    line-height: 30px;
    background: linear-gradient(45deg, #FF9800, #ffe79e);
	
}
@media (min-width: 768px) {
	.documents_dashboard .sidebar {
		width: 70px;
	}
	.documents_dashboard .sidebar .sidebar-menu {
		
	}
	.documents_dashboard .sidebar .menu-link .sname {
		display: none;
	}
	.documents_dashboard .sidebar .menu-link {
		text-align: end;
		padding: 14px;
	}
	.documents_dashboard .sidebar i {
		margin-right: 0rem !important;
		font-size: 22px;
	}
	.documents_dashboard .main-dashboard {
		padding-left: 70px;
	}
}
.hind {
  font-family: "Hind", sans-serif;
}
.letterlistbox {
	
}
.letterlistbox:hover {
	border: 2px solid blue !important;
	cursor:pointer;
}
tbody tr:nth-child(odd) {
    background-color: #fff !important;
}
tr:nth-child(even) {
    background: #fff;
}
tr:hover {
    background-color: #fff !important;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.signaturecol {
    display: flex;
    width: 100%;
    border: 1px solid #000;
    font-family: "Times New Roman", serif;
}

.signaturecol .left-col {
    width: 75px;
    border-right: 1px solid #000;
}

.signaturecol .small-cell {
    height: 75px;
    border-bottom: 1px solid #000;
}

.signaturecol .middle-col {
    flex: 1;
    border-right: 1px solid #000;
}

.signaturecol .signatureheader {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-bottom: 1px solid #000;
}

.signaturecol .row {
    height: 75px;
    border-bottom: 1px solid #000;
	width: 102%;
}

.signaturecol .right-col {
    width: 220px;
}
/* Mobile Bottom Navigation */
.mobile-nav {
    background: #ffffff;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 6px 0;
    border-radius: 0px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    z-index: 999;
}

.bloc-icon {
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 11px;
    flex: 1;
    transition: all 0.3s ease;
}

.bloc-icon i {
    font-size: 22px;
    display: block;
    margin-bottom: 4px;
    transition: all 0.3s ease;
}

/* Active State */
.bloc-icon.active i {
   background: #3166cc;
    color: #fff;
    padding: 6px 16px;
    border-radius: 18px;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
}

.bloc-icon.active span {
    color: #3166cc;
    font-weight: 600;
}

/* Desktop Hide */
@media (min-width: 768px) {
    .mobile-nav {
        display: none;
    }
}
.card-animate {
    position: relative;
    border-radius: 8px;
    border: 1px solid #e5e7eb24;
    overflow: hidden;
    transition: all .3s ease;
    box-shadow: none !important;

    /* background image soft */
    background-image: url(https://demo.zcart.net/images/circle.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    
}

/* optional: hover effect */
.card-animate:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}
.card-animate::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(255,255,255,0.7); /* light white overlay */
    z-index: 1;
    pointer-events: none;
}
.card-animate > * {
    position: relative;
    z-index: 2; /* content above overlay */
}


/* icon container */
.card-animate .avatar-sm img {
    filter: drop-shadow(0 4px 6px rgba(0,0,0,.15));
}
/* Card 1 */
.row > div:nth-child(1) .card-animate {
    background-color: #f3f7ff;
}
.row > div:nth-child(1) .card-animate h4 {
    color: #3166cc;
}

/* Card 2 */
.row > div:nth-child(2) .card-animate {
    background-color: #f1fff6;
}
.row > div:nth-child(2) .card-animate h4 {
    color: #28a745;
}

/* Card 3 */
.row > div:nth-child(3) .card-animate {
    background-color: #fff8f1;
}
.row > div:nth-child(3) .card-animate h4 {
    color: #ff9800;
}

/* Card 4 */
.row > div:nth-child(4) .card-animate {
    background-color: #fff1f5;
}
.row > div:nth-child(4) .card-animate h4 {
    color: #e91e63;
}

/* Card 5 */
.row > div:nth-child(5) .card-animate {
    background-color: #f6f0ff;
}
.row > div:nth-child(5) .card-animate h4 {
    color: #9c27b0;
}

/* Card 6 */
.row > div:nth-child(6) .card-animate {
    background-color: #f0fdff;
}
.row > div:nth-child(6) .card-animate h4 {
    color: #00bcd4;
}

/* Card 7 */
.row > div:nth-child(7) .card-animate {
    background-color: #fff3e9;
}
.row > div:nth-child(7) .card-animate h4 {
    color: #ff5722;
}

/* Card 8 */
.row > div:nth-child(8) .card-animate {
    background-color: #f3f5f7;
}
.row > div:nth-child(8) .card-animate h4 {
    color: #607d8b;
}
.service-card {
    border: 1px solid #eee;
    border-radius: 14px;
    transition: all 0.3s ease;
    background: #fff;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.bank_card .card-title {
	font-size:14px;
	color:#000;
}
.bank_card span {
	font-size:12px;
	color:#000;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 85%;
    }
}
@media (max-width: 500px) {
    .container {
        max-width: 100%;
    }
}
/* Base Card */
.notification-card{
	border-radius: 16px;
	border: 5px solid transparent;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
	transition: all 0.25s ease-in-out;
}

/* ODD Notifications */
.notification-card:nth-child(odd){
	background: linear-gradient(135deg, #f8fbff, #eef4ff);
	
}

/* EVEN Notifications */
.notification-card:nth-child(even){
	background: linear-gradient(135deg, #f0fdf4, #ecfeff);
	
}

/* Hover Effect */
.notification-card:hover{
	transform: translateY(-2px);
    border: 5px solid #03A9F4;
}

/* Title */
.notification-card h5{
	font-size: 16px;
	font-weight: 600;
	color: #1e3a8a;
}

/* Date */
.notification-card .text-muted{
	font-size: 13px;
	color: #475569 !important;
}

/* Description */
.notification-card p{
	font-size: 14px;
	line-height: 1.6;
	color: #334155;
}

/* Buttons */
.notification-card .btn{
	border-radius: 20px;
	font-size: 12.5px;
	padding: 5px 14px;
	font-weight: 500;
}

/* NEW Badge */
.notification-card .badge{
	font-size: 11px;
	font-weight: 700;
	padding: 6px 10px;
	border-radius: 30px;
	background: linear-gradient(135deg, #ef4444, #dc2626);
	box-shadow: 0 3px 8px rgba(220,38,38,0.4);
}

/* Icons */
.notification-card i{
	margin-right: 4px;
}

/* Mobile */
@media (max-width: 576px){
	.notification-card h5{
		font-size: 15px;
	}
	.notification-card p{
		font-size: 13px;
	}
}
.published-date{
	position: absolute;
	bottom: 8px;
	right: 12px;
	font-size: 12px;
	color: #6b7280; /* subtle grey */
	font-style: italic;
}

/* Notification Dropdown */
.notif-dropdown {
	width: 500px;
	border-radius: 14px;
	overflow: hidden;
	border: none;
}

/* Header */
.notif-header {
	background: linear-gradient(135deg, #4f46e5, #6366f1);
	color: #fff;
	font-weight: 600;
	padding: 12px 16px;
}

/* Item */
.notif-item {
	display: flex;
	gap: 12px;
	padding: 12px 16px;
	transition: all 0.25s ease;
	border-bottom: 1px solid #f1f1f1;
}

.notif-item:hover {
	background-color: #f8f9ff;
	transform: translateX(2px);
}

/* Icon */
.notif-icon {
	width: 42px;
	height: 42px;
	background: #eef2ff;
	color: #4f46e5;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	flex-shrink: 0;
}

/* Content */
.notif-content {
	flex: 1;
}

.notif-title {
	font-size: 14px;
	font-weight: 600;
	color: #111827;
	line-height: 1.3;
}

.notif-time {
	font-size: 12px;
	color: #6b7280;
	margin-top: 3px;
}

/* Footer */
.notif-footer {
	text-align: center;
	padding: 10px;
	font-weight: 600;
	color: #4f46e5;
	cursor: pointer;
	background: #fafafa;
}
.bank_card {
    border-radius: 12px;
    transition: transform 0.3s, box-shadow 0.3s;
}
.highlight {
    transition: 0.3s ease;
	border:2px solid #00bcd4 !important;
}

.highlight:focus {
    border-color: #00bcd4 !important;
    box-shadow: 0 0 8px rgba(0, 188, 212, 0.6) !important;
    outline: none !important;
}
.right_photo_box {
    position:relative;
}
.photo-text {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%) rotate(-30deg);
    font-size:16px;
    color:#999;
    opacity:0.3;
    letter-spacing:2px;
}
/* Tab Content Box */
.tab-content {
	border-top: none;
	padding: 20px;
	background: #fff;
	border-radius: 0 0 10px 10px;
}
/* Top Card */
.wallet-top{
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.25), transparent) rgb(94, 63, 224) !important;
    color:#fff;
    border-radius:15px;
    padding:20px;
    box-shadow:0 10px 25px rgba(0,0,0,0.1);
}
.ad_profit{
    background: linear-gradient(
        rgba(0, 0, 0, 0.35),
        rgba(0, 0, 0, 0.15),
        transparent
    ) #3CB043 !important; /* success green */

    color:#fff;
    border-radius:15px;
    padding:20px;
    box-shadow:0 10px 25px rgba(25,135,84,0.25);
}

/* Small Cards */
.mini-card{
    border-radius:12px;
    transition:0.3s;
}
.mini-card:hover{
    transform:translateY(-4px);
}

/* Badge */
.badge{
    border-radius:20px;
    padding:6px 10px;
}

/* Amount Style */
.amount-credit{
    color:#28a745;
    font-weight:600;
}
.amount-debit{
    color:#dc3545;
    font-weight:600;
}
.card_bd {
    border: 1px solid #dddddd91 !important;
}
.wallamtbtn {
    padding: 10px 18px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f8fafc, #e2e8f0);
    border: 1px solid #e2e8f0;
    font-weight: 600;
    font-size: 18px;
    color: #334155;
    cursor: pointer;
    transition: all 0.25s ease;
    position: relative;
    overflow: hidden;
}

/* Hover Effect */
.wallamtbtn:hover {
    background: linear-gradient(135deg, #6366f1, #4f46e5);
    color: #fff;
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.25);
}

/* Active (Clicked) */
.wallamtbtn.active {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 6px 15px rgba(34, 197, 94, 0.3);
}

/* Ripple Effect */
.wallamtbtn::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background: rgba(255,255,255,0.3);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
}

.wallamtbtn:active::after {
    width: 120px;
    height: 120px;
}
.wallet_input {
	border: 2px solid #6366f1;
    font-size: 20px;
    font-weight: 600;
	border-radius: 13px;
    color: #000;
}
.btn-theme{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:0;
    padding:8px 18px;
    font-size:14px;
    font-weight:500;
    color:#fff;
    background:linear-gradient(135deg,#6366f1,#4f46e5);
    border:1px solid #4338ca;
    border-radius:8px;
    text-decoration:none;
    cursor:pointer;
    transition:all .25s ease;
    box-shadow:0 6px 14px rgba(79,70,229,.22);
}

.btn-theme:hover{
    background:linear-gradient(135deg,#4f46e5,#6366f1);
    color:#fff;
    transform:translateY(-2px);
    box-shadow:0 10px 20px rgba(79,70,229,.30);
}

.btn-theme:focus{
    outline:none;
    color:#fff;
    box-shadow:0 0 0 .2rem rgba(99,102,241,.18);
}

.btn-theme:active{
    transform:translateY(0) scale(.98);
}

.btn-theme:disabled{
    opacity:.7;
    cursor:not-allowed;
    box-shadow:none;
}
.modal-content {
    animation: scaleIn 0.3s ease;
}

@keyframes scaleIn {
    from { transform: scale(0.9); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}
.support-bottom {
    width: 600px;
    right: 0;
    left: auto !important;
    margin: 10px !important;
    border-radius: 16px;
}
/* Mobile Responsive */
@media (max-width: 768px) {
    .support-bottom {
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 !important;
        border-radius: 12px 12px 0px 0px;
    }
}
/* Default (Desktop first) */
.prp_open {
    margin-left: -70px;
}

/* Mobile (below 768px) */
@media (max-width: 767.98px) {
    .prp_open {
        margin-left: -137px;
    }
}
.select2-container {
    position: relative;
    font-family: Arial;
}
.select2-display {
    padding: 10px;
    border: 2px solid #6366f1;
    background: #fff;
    cursor: pointer;
    border-radius: 8px;
}
.select2-display:after {
    content: "▼";
    float: right;
    font-size: 12px;
}
.select2-dropdown {
    position: absolute;
	  width: 100%;
	  background: #fff;
	  border: 1px solid #ccc;
	  border-top-width: 1px;
	  border-top-style: solid;
	  border-top-color: rgb(204, 204, 204);
	  border-top: none;
	  display: none;
	  z-index: 999;
	  margin-top: -5px;
	  border-radius: 0px 0px 8px 8px;
	  border: 2px solid #6366f1;
}
.select2-search {
    padding: 8px;
    border-bottom: 1px solid #eee;
}
.select2-search input {
    width: 100%;
    padding: 6px;
    border: 1px solid #ccc;
	border-radius: 8px;
}
.select2-option {
    padding: 10px;
    cursor: pointer;
}
.select2-option:hover {
    background: #f1f1f1;
}
.ctservice {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin-bottom: 8px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #5824ba3d;
}
.ctservice:hover {
    background: #dfe4ea;
}
.count {
    background: #2ed573;
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
}
.support-history-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.support-history-list li {
    background: var(--fn-body-bg);
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.history-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}

.issue {
    color: #333;
}

.status {
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
}

.status.pending {
    background: #FFC107;
    color: #624a00;
}

.status.resolved {
    background: #d4edda;
    color: #155724;
}

.status.closed {
    background: #f8d7da;
    color: #721c24;
}

.history-meta {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #888;
    margin: 6px 0;
}

.support-history-list p {
    font-size: 13px;
    color: #555;
    margin: 0;
}
.support-bottom {
    width: 600px;
    right: 0;
    left: auto !important;
    margin: 10px !important;
    border-radius: 16px;
}
.offcanvas-backdrop.show {
    opacity: .55;
}
.offcanvas-backdrop {
    background-color: #0307124a;
}


.menu-item .menu-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 12px;
	border-radius: 10px;
	cursor: pointer;
	color: #0C243C;
	font-size: 14px;
	 transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
	font-weight: var(--fn-list-group-action-font-weight);
}
[data-bs-theme=dark] .menu-item .menu-link {
	color: #fff;
}

.menu-item .menu-link:hover {
	background: #eef2ff;
	color: #000;
}

.menu-item.active .menu-link {
	background: #e0e7ff;
	color: #4f46e5;
}
.menu-item.active {
	background: #e0e7ff;
	color: #4f46e5;
	border-radius: 8px;
}
.badge {
	background: #ff3b30;
	color: #fff;
	font-size: 11px;
	padding: 3px 8px;
	border-radius: 20px;
}
.submenu {
    display: none;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, opacity 0.25s ease;
	padding-left: 15px;
}

.submenu.show {
    opacity: 1;
}
.submenu li {
	margin: 4px 0;
}

.submenu li a {
	color: #6b7280;
	text-decoration: none;
	display: flex;
	justify-content: space-between;
}
[data-bs-theme=dark] .submenu li a {
    color: #f0f5ff;
}
.submenu .nav-link {
    position: relative;
    padding-left: 18px;
}

.submenu .nav-link::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #6366f1;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.submenu .nav-link:hover::before {
    transform: translateY(-50%) scale(1.5);
}
.active-dot a {
	color: #4f46e5;
	font-weight: 600;
}
.active-dot::before {
	content: "";
	width: 6px;
	height: 6px;
	background: #6366f1;
	border-radius: 50%;
	display: inline-block;
	margin-right: 8px;
}

.pro {
	background: #e0e7ff;
	color: #6366f1;
	font-size: 10px;
	padding: 2px 6px;
	border-radius: 10px;
}

.arrow {
	transition: 0.3s;
}

.menu-link.active .arrow {
	transform: rotate(90deg);
}

.section-title {
	font-size: 12px;
	color: #9ca3af;
	margin: 15px 10px 5px;
}
#password-rules {
    list-style: none;
    padding: 0;
}

#password-rules li {
    margin: 6px 0;
    font-size: 14px;
    transition: all 0.3s ease;
}

#password-rules li span {
    margin-right: 8px;
    font-weight: bold;
}

/* valid */
.valid {
    color: green;
}

.valid span {
    content: "✔";
}

/* invalid */
.invalid {
    color: red;
}

.bg-theme-topbar {
	background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.25), transparent) rgb(94, 63, 224) !important;
}
[data-bs-theme=dark] .bg-theme-topbar {
    background: #000 !important;
    border-bottom: 1px solid #dddddd6b !important;
}
.left-panel {
	background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.25), transparent) rgb(94, 63, 224) !important;
	height: 100%;
}
.userlogin2 {
	height: 100vh;
}
.loginform {
    width: 100%;
}

@media (min-width: 768px) {
    .loginform {
        max-width: 450px;
    }
}

@media (min-width: 1200px) {
    .loginform {
        max-width: 500px;
    }
}
/* Satrt MS Word Button */
.btn-ms-word{
    position:relative;
    display:inline-block;
    padding:8px 18px 8px 42px;
    font-size:13px;
    font-weight:500;
    color:#fff;
    background:linear-gradient(135deg,#185abd,#0f3d91);
    border:none;
    border-radius:8px;
    text-decoration:none;
    box-shadow:0 4px 10px rgba(24,90,189,.25);
    transition:all .25s ease;
}

.btn-ms-word:hover{
    color:#fff;
    transform:translateY(-2px);
    box-shadow:0 6px 14px rgba(24,90,189,.35);
}

.btn-ms-word:focus{
    color:#fff;
    outline:none;
}

.btn-ms-word::before{
    content:"W";
    position:absolute;
    left:12px;
    top:50%;
    transform:translateY(-50%);
    width:22px;
    height:22px;
    line-height:22px;
    text-align:center;
    font-size:13px;
    font-weight:700;
    color:#185abd;
    background:#fff;
    border-radius:4px;
    box-shadow:0 2px 5px rgba(0,0,0,.15);
    font-family:Arial,sans-serif;
} 

/* End MS Word Button */
.btn-printer{
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:6px 14px 6px 34px;
    font-size:13px;
    font-weight:500;
    color:#fff;
    background:linear-gradient(135deg,#ff7b00,#ff5100);
    border:1px solid #e64a00;
    border-radius:6px;
    line-height:1.4;
    text-decoration:none;
    cursor:pointer;
    transition:all .25s ease;
    box-shadow:0 4px 10px rgba(255,81,0,.25);
}

.btn-printer:hover{
    background:linear-gradient(135deg,#ff8c1a,#ff5e14);
    color:#fff;
    transform:translateY(-1px);
    box-shadow:0 6px 14px rgba(255,81,0,.35);
}

.btn-printer:focus{
    outline:none;
    color:#fff;
    box-shadow:none;
}

.btn-printer:active{
    transform:scale(.98);
}

.btn-printer::before{
    content:"";
    position:absolute;
    left:10px;
    top:50%;
    transform:translateY(-50%);
    width:16px;
    height:16px;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M6 9V3h12v6h2a2 2 0 0 1 2 2v6h-4v4H6v-4H2v-6a2 2 0 0 1 2-2h2zm2-4v4h8V5H8zm8 14v-4H8v4h8zm2-8a1 1 0 1 0 0-2 1 1 0 0 0 0 2z'/%3E%3C/svg%3E");
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
}

 /* END PRINTER BUTTON */
 
 /* START EDIT DOCUMENTS BUTTON */
 .btn-edit-doc{
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    padding:7px 16px;
    font-size:13px;
    font-weight:500;
    color:#fff;
    background:linear-gradient(135deg,#28a745,#1e7e34);
    border:1px solid #1c7430;
    border-radius:6px;
    text-decoration:none;
    cursor:pointer;
    transition:all .25s ease;
    box-shadow:0 4px 10px rgba(40,167,69,.22);
}

.btn-edit-doc:hover{
    background:linear-gradient(135deg,#34c759,#23913d);
    color:#fff;
    transform:translateY(-1px);
    box-shadow:0 6px 14px rgba(40,167,69,.32);
}

.btn-edit-doc:focus{
    outline:none;
    box-shadow:none;
    color:#fff;
}

.btn-edit-doc:active{
    transform:scale(.98);
}

.btn-edit-doc::before{
    content:"";
    width:15px;
    height:15px;
    display:inline-block;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zm18-11.5a1.003 1.003 0 0 0 0-1.42l-1.34-1.34a1.003 1.003 0 0 0-1.42 0l-1.83 1.83 3.75 3.75L21 5.75z'/%3E%3C/svg%3E");
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
}
 /* END EDIT DOCUMENTS BUTTON */
/* START DELETE BUTTON */
.btn-delete{
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    padding:7px 16px;
    font-size:13px;
    font-weight:500;
    color:#fff;
    background:linear-gradient(135deg,#dc3545,#b02a37);
    border:1px solid #a52834;
    border-radius:6px;
    text-decoration:none;
    cursor:pointer;
    transition:all .25s ease;
    box-shadow:0 4px 10px rgba(220,53,69,.25);
}

.btn-delete:hover{
    background:linear-gradient(135deg,#ff4d5a,#c82333);
    color:#fff;
    transform:translateY(-1px);
    box-shadow:0 6px 14px rgba(220,53,69,.35);
}

.btn-delete:focus{
    outline:none;
    box-shadow:none;
    color:#fff;
}

.btn-delete:active{
    transform:scale(.98);
}

.btn-delete::before{
    content:"";
    width:15px;
    height:15px;
    display:inline-block;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M6 7h12l-1 14H7L6 7zm3-3h6l1 2H8l1-2z'/%3E%3C/svg%3E");
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
}
/* END DELETE BUTTON */
.custom_tab_documents{
    gap:10px;
    border:none;
    padding:10px;
    background:#f8f9fa;
    border-radius:12px;
    display:flex;
    flex-wrap:wrap;
    box-shadow:0 4px 14px rgba(0,0,0,.06);
}

.custom_tab_documents .nav-item{
    margin:0;
}

.custom_tab_documents .nav-link{
    border:none;
    background:#ffffff;
    color:#495057;
    font-size:15px;
    font-weight:600;
    padding:18px;
    border-radius:10px;
    transition:all .25s ease;
    box-shadow:0 2px 8px rgba(0,0,0,.05);
	text-transform:uppercase;
}

.custom_tab_documents .nav-link:hover{
    background:#eef4ff;
    color:#185abd;
    transform:translateY(-2px);
}

.custom_tab_documents .nav-link.active{
    background:linear-gradient(135deg,#185abd,#0f3d91);
    color:#fff;
    box-shadow:0 6px 14px rgba(24,90,189,.25);
}

.custom_tab_documents .nav-link:focus{
    box-shadow:none;
}

@media(max-width:768px){
    .custom_tab_documents{
        gap:8px;
    }

    .custom_tab_documents .nav-link{
        width:100%;
        text-align:left;
        font-size:13px;
        padding:10px 14px;
    }
}
.tabBtn{
	padding:14px;
	font-weight:600;
	background:#fff;
	color:#444;
	border-radius:0;
}

.activeTab{
	background:#6b57ec1c;
	color:#6b57ec;
	border:2px solid #6b57ec !important;
}

#previewArea embed{
	border-radius:18px;
}
/* From Uiverse.io by Z4drus */ 
.container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  position: relative;
  width: 200px;
  height: 200px;
  perspective: 800px;
}

.crystal {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  opacity: 0;
  transform-origin: bottom center;
  transform: translate(-50%, -50%) rotateX(45deg) rotateZ(0deg);
  animation: spin 4s linear infinite, emerge 2s ease-in-out infinite alternate,
    fadeIn 0.3s ease-out forwards;
  border-radius: 10px;
  visibility: hidden;
}

@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotateX(45deg) rotateZ(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotateX(45deg) rotateZ(360deg);
  }
}

@keyframes emerge {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

@keyframes fadeIn {
  to {
    visibility: visible;
    opacity: 0.8;
  }
}

.crystal:nth-child(1) {
  background: linear-gradient(45deg, #003366, #336699);
  animation-delay: 0s;
}

.crystal:nth-child(2) {
  background: linear-gradient(45deg, #003399, #3366cc);
  animation-delay: 0.3s;
}

.crystal:nth-child(3) {
  background: linear-gradient(45deg, #0066cc, #3399ff);
  animation-delay: 0.6s;
}

.crystal:nth-child(4) {
  background: linear-gradient(45deg, #0099ff, #66ccff);
  animation-delay: 0.9s;
}

.crystal:nth-child(5) {
  background: linear-gradient(45deg, #33ccff, #99ccff);
  animation-delay: 1.2s;
}

.crystal:nth-child(6) {
  background: linear-gradient(45deg, #66ffff, #ccffff);
  animation-delay: 1.5s;
}
#scrollTopBtn {
	display: none;
	position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    font-size: 32px;
    border: none;
    outline: none;
    background-color: #000;
    color: white;
    cursor: pointer;
    padding: 0;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
    width: 42px;
    height: 42px;
}

#scrollTopBtn:hover {
  background-color: #555;
}