.dashboard-content{
    width: 80%;
    margin: auto;
}
.dashboard-content .container-fluid>.row{
    display: flex;
    justify-content: center;
}

.dashboard-nav{
    background-color: transparent !important;
}
.dashboard-nav .navbar-brand{
    color: white !important;
    font-weight: 600;
    font-size: 1.5rem;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.dashboard-page {
    background-color: #f5f6fa;
    min-height: 100vh;
}

.dashboard-top-bar {
    background-color: #2b2626;
    padding: 10px 0;
}

.dashboard-container {
    display: flex;
    min-height: calc(100vh - 80px);
}

.sidebar {
    width: 250px;
    background-color: white;
    padding: 20px 0;
}


.sidebar .nav-link i {
    width: 20px;
    text-align: center;
}

.main-content {
    flex: 1;
    padding: 20px;
}

.dashboard-title {
    color: #333;
    font-weight: 600;
}

.dashboard-card {
    height: 150px;
    width: 90%;
    margin: auto;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    cursor: pointer;
    border: none;
    overflow: hidden;
}

.dashboard-content .card-body{
    height: 100%;
}
.dashboard-content .card-icon{
    height: 50%;
    background-color: #2B4078;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-card:hover {
    transform: translateY(-5px);
}

.dashboard-card .icon-circle {
    width: 70px;
    height: 70px;
    /* background-color: #f8f9fa; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-card .icon-circle i {
    font-size: 24px;
    color: #fff;
}

.card-content{
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.dashboard-card h4 {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
}
.fixed-top{
    position: fixed;
    top: 40px !important;
    left: 0;
    right: 0;
    z-index: 1030;
}

.dashboard-card p {
    color: #333;
    font-size: 14px;
    margin: 0;
    font-weight: 700;
}

.user-profile {
    color: white;
}

.user-type {
    font-size: 0.8rem;
    opacity: 0.8;
}

.user-name {
    font-weight: 600;
}

.user-id {
    font-size: 0.8rem;
    opacity: 0.8;
}

.avatar-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Navbar styles */
.navbar {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar.dashboard-nav {
    background: transparent;
    box-shadow: none;
    transition: all 0.3s ease;
}

.navbar.dashboard-nav .nav-link {
    color: white;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    font-size: 14px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.navbar.dashboard-nav .health-advisory {
    display: flex;
    align-items: center;
    gap: 8px;
}

.navbar.dashboard-nav .my-account {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(0, 74, 173, 0.9);
    color: white !important;
    padding: 8px 15px !important;
    border-radius: 4px;
}

.navbar.dashboard-nav.scrolled {
    background: white !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar.dashboard-nav.scrolled .nav-link {
    color: #333;
    text-shadow: none;
}

.navbar.dashboard-nav.scrolled .navbar-brand {
    color: #333 !important;
    text-shadow: none;
}

/* Dashboard Header */
.dashboard-header {
    height: 280px;
    background-image: url('../images/explore/back.png');
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 2rem;
    margin-top: -76px;
}

.dashboard-header .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(255,255,255,1), rgba(100,100,100,0.5));
}

.dashboard-header h1 {
    position: relative;
    z-index: 1;
    font-weight: 600;
    margin-left: 10%;
    margin-top: 13%;
}

/* Sidebar Profile */
.sidebar-profile {
    border-radius: 2px;
    overflow: hidden;
    background-image: url('../images/check/3.jpg');
    background-position: center;
}

.profile-info {
    background-color: rgba(0, 0, 0, 0.4) !important;
    /* background-color: transparent !important; */
    text-align: center;
}

.profile-info h6 {
    opacity: 0.8;
    font-size: 12px;
}

.profile-info h5 {
    font-size: 14px;
}

.profile-info p {
    font-size: 12px;
    opacity: 0.8;
}

/* Sidebar Menu */
.sidebar-menu .nav-link {
    color: #666;
    padding: 12px 15px 12px 20px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid #e7e7e7;
}

.sidebar-menu .nav-link i {
    width: 20px;
}

.sidebar-menu .nav-link:hover{
    color: #FB7F6A;
}
.sidebar-menu .nav-link.active {
    color: #004AAD;
}

/* Tour Registration Form */
.tour-registration-section .card {
    border: none;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.tour-registration-section .card-header {
    background: #2B4078 !important;
    padding: 12px 20px;
    border-radius: 4px 4px 0 0;
    display: flex;
    align-items: center;
}

.tour-registration-section .card-header h5 {
    font-size: 16px;
    font-weight: 500;
}

.tour-registration-section .card-body {
    padding: 20px;
}

.tour-registration-section .language-select .form-select {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: white;
    font-size: 14px;
    padding: 4px 24px 4px 12px;
}

.tour-registration-section .language-select .form-select:focus {
    box-shadow: none;
}

.tour-registration-section .language-select .form-select option {
    background-color: white;
    color: #333;
}

.tour-section{
    border: 1px solid #d5d5d5;
    border-radius: 4px;
}
.tour-section .section-header {
    background-color: #C1D6F2;
    border-radius: 4px;
    cursor: pointer;
}

.tour-section .section-header h6 {
    font-size: 12px;
    font-weight: 700;
    color: #606770;
}

.tour-section .section-content {
    display: block;
    padding: 10px 20px;
    background: #fff;
    border-radius: 4px;
    margin-top: -3px;
}

.alert-danger {
    background-color: #ffdddd;
    border: 1px solid #ffeded;
    border-left: 5px solid #f44336;
    border-radius: 4px;
    color: #dc3545;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    padding: 12px 15px;
}

.form-label {
    font-size: 14px;
    font-weight: 500;
    color: #183557;
}

.form-control, .form-select {
    height: 38px;
    border-radius: 4px;
    border-color: #ced4da;
    font-size: 14px;
}
#aadhaarNumber{
    width: 300px;
    margin-left: 10px;
}
.aadharLabel{
    color: #777777 !important;
    font-weight: 700 !important;
}

#requestOtpBtn{
    width: 100px;
    margin: auto;
}
.planPilgrim{
    font-size: 14px;
    color: #7D7D7D;
}
.tourDetail{
    width: 100%;
    background-color: #EEEEEE;
    padding: 5px 10px;
    font-size: 12px;
    color: #7B7B7B;
    border: 1px solid #D5D5D5;
}

.form-control::placeholder {
    color: #999;
    font-size: 13px;
}

.form-control:focus, .form-select:focus {
    box-shadow: none;
    border-color: #183557;
}

.destination-row .btn-danger {
    height: 38px;
    width: 38px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dc3545;
    border: none;
}

#addDestination {
    background-color: #183557;
    border: none;
    padding: 6px 16px;
    font-size: 14px;
}

#addDestination i {
    margin-right: 5px;
}

.btn-primary {
    background-color: #183557;
    border: none;
    padding: 8px 25px;
    font-size: 14px;
}

.btn-primary.save-tour {
    background-color: #183557;
    font-weight: 500;
    min-width: 150px;
    padding: 10px 25px;
}

.section-header i {
    color: #183557;
    font-size: 14px;
}

/* Date input specific styles */
input[type="date"] {
    position: relative;
    padding-right: 35px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

/* Required field indicator */
.form-label .text-danger {
    margin-left: 2px;
}

/* Date Range Picker Customization */
.daterangepicker {
    border-radius: 4px;
    border-color: #ced4da;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.daterangepicker .calendar-table {
    border: none;
}

.daterangepicker td.active, 
.daterangepicker td.active:hover {
    background-color: #183557;
}

.daterangepicker .drp-buttons .btn {
    font-size: 13px;
    padding: 6px 12px;
}

.daterangepicker .drp-selected {
    font-size: 13px;
    color: #666;
}

/* Tour Listing Styles */
.tour-listing-section .card {
    border: none;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.download-registration .card-header{
    background: #2B4078 !important;
    /* padding: 12px 20px; */
    color: #fff !important;
}
.download-registration .card-title {
    /* font-size: 16px; */
    font-weight: 500;
    color: #fff !important;
}
.tour-listing-section .card-header {
    background: #2B4078 !important;
    padding: 12px 20px;
}

.tour-listing-section .table {
    margin-bottom: 0;
}

.tour-listing-section .table th {
    background: #183557;
    color: white;
    font-weight: 500;
    font-size: 14px;
    padding: 12px;
}

.tour-listing-section .table td {
    vertical-align: middle;
    font-size: 14px;
    padding: 12px;
}

.tour-listing-section .btn-info {
    background-color: #0791BE;
    border-color: #0791BE;
}

.tour-listing-section .btn-primary {
    background-color: #183557;
    border-color: #183557;
}

.tour-listing-section .btn-success {
    background-color: #198754;
    border-color: #198754;
    font-size: 13px;
    padding: 0.25rem 0.75rem;
}

.tour-listing-section .btn-success:hover {
    background-color: #157347;
    border-color: #146c43;
}

.tour-listing-section .btn-sm {
    padding: 0.25rem 0.5rem;
}

.tour-listing-section .form-control {
    height: 38px;
    border-radius: 4px;
}

.tour-listing-section .form-control:focus {
    box-shadow: none;
    border-color: #183557;
}

/* Pilgrim Registration Form Styles */
.pilgrim-registration-section .card-header {
    background: #2B4078 !important;
    padding: 12px 20px;
    border-radius: 4px 4px 0 0;
    display: flex;
    align-items: center;
}
.pilgrim-registration-section .card {
    border: none;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.pilgrim-registration-section .section-header {
    background-color: #C1D6F2 !important;
    border-radius: 4px;
    cursor: pointer;
}
.pilgrim-registration-section .section {
    border: 1px solid #d5d5d5;
    border-radius: 4px;
}
.pilgrim-registration-section .section-content {
    display: block;
    padding: 10px 20px;
    background: #fff;
    border-radius: 4px;
    margin-top: -3px;
}

.pilgrim-registration-section .section-header h6 {
    color: #606770;
    font-size: 12px;
    font-weight: 700;
}

.pilgrim-registration-section .form-label {
    font-size: 14px;
    font-weight: 500;
    color: #183557;
}

.pilgrim-registration-section .form-check-label {
    font-size: 14px;
    color: #666;
}

.pilgrim-registration-section .btn-primary {
    background-color: #183557;
    border: none;
    padding: 8px 25px;
    font-weight: 500;
    min-width: 150px;
}

.pilgrim-registration-section .alert-danger {
    background-color: #ffdddd;
    border: 1px solid #ffeded;
    border-left: 5px solid #f44336;
    color: #dc3545;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
}

.pilgrim-registration-section .form-control::placeholder,
.pilgrim-registration-section .form-select {
    font-size: 13px;
    color: #999;
}

.pilgrim-registration-section .form-control:focus,
.pilgrim-registration-section .form-select:focus {
    border-color: #183557;
    box-shadow: none;
}

/* Medical Conditions Styles */
.medical-conditions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 0.5rem;
}

.medical-conditions .form-check-inline {
    margin-right: 0;
}

.section-header {
    background-color: #C1D6F2 !important;
    border-radius: 4px;
}

.section-content {
    padding: 20px;
    border: 1px solid #dee2e6;
    border-top: none;
    border-radius: 0 0 4px 4px;
}

/* Custom form-check styling */
.form-check-input:checked {
    background-color: #183557;
    border-color: #183557;
}

.form-check-input:focus {
    border-color: #183557;
    box-shadow: 0 0 0 0.25rem rgba(24, 53, 87, 0.25);
}

/* Section toggle icon animation */
.section-header i {
    transition: transform 0.3s ease;
}

.section-header.collapsed i {
    transform: rotate(180deg);
}

/* Upload Section Styles */
.passport-preview,
.aadhaar-preview {
    min-height: 0px;
    /* border: 1px dashed #dee2e6; */
    border-radius: 4px;
    /* padding: 10px; */
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
}

.btn-secondary {
    background-color: #6c757d;
    border: none;
    padding: 8px 16px;
    font-size: 14px;
}

.btn-secondary:hover {
    background-color: #5c636a;
}

.upload-section .form-control[type="file"] {
    padding: 0.375rem 0.75rem;
    font-size: 14px;
}

.upload-section .form-control[type="file"]::file-selector-button {
    background-color: #e9ecef;
    border: none;
    padding: 0.375rem 0.75rem;
    margin-right: 0.75rem;
    border-radius: 0.25rem;
    color: #212529;
}

.upload-section .form-control[type="file"]::-webkit-file-upload-button {
    background-color: #e9ecef;
    border: none;
    padding: 0.375rem 0.75rem;
    margin-right: 0.75rem;
    border-radius: 0.25rem;
    color: #212529;
}

/* Download Registration Styles */
.search-box {
    width: 300px;
}

.search-box .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.search-box input {
    padding-right: 80px;
}

.table th {
    background-color: #37517e;
    color: #000;
    vertical-align: middle;
}

.table td {
    vertical-align: middle;
}

.btn-link {
    color: #37517e;
}

.btn-link:hover {
    color: #1a2942;
}

.pagination-btn.active {
    background-color: #37517e;
    border-color: #37517e;
}

/* Add New Pilgrim/Tourist Button */
.btn-add-pilgrim {
    background-color: #008AAD;
    color: white;
    padding: 8px 20px;
    border: none;
    border-radius: 4px;
}

.btn-add-pilgrim:hover {
    background-color: #006d8a;
    color: white;
}

/* Responsive */
@media (max-width: 768px) {
    .dashboard-container {
        flex-direction: column;
    }

    .sidebar {
        width: 100%;
        margin-bottom: 20px;
    }

    .dashboard-card {
        margin-bottom: 20px;
    }

    .dashboard-header {
        height: 150px;
    }

    .col-md-3 {
        margin-bottom: 2rem;
    }
}

@media (max-width: 991px) {
    .navbar-nav {
        padding: 1rem 0;
    }
    
    .navbar .my-account {
        display: inline-flex;
        margin-top: 10px;
    }
}

.aadhaar-section {
    padding: 20px;
    background: #f5f5f5;
    margin-bottom: 20px;
    border-radius: 5px;
}
.aadhaar-input {
    width: 100%;
    padding: 8px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.consent-checkbox {
    margin: 15px 0;
}
.otp-section {
    margin-top: 15px;
}
.btn {
    padding: 8px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 10px;
}
.btn-primary {
    background-color: #008CBA;
    color: white;
}
.btn-secondary {
    background-color: #e7e7e7;
    color: black;
}
.timer {
    color: red;
    display: inline-block;
    margin-left: 10px;
}
.required {
    color: red;
}