/********** IPPA CSS **********/

.cookie-alert {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: var(--dark);
    color: #fff;
    text-align: center;
    padding: 30px 0;
    display: none;
    z-index: 10000;
}
.cookie-alert button {
    background-color: black;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}
.cookie-alert button:hover {
    background-color: var(--secondary);
}

::-webkit-scrollbar{
    width:9px;
    background: inherit;
    }

/* div{
    border: 1px solid red;
} */

::-webkit-scrollbar-thumb{
    background: var(--dark);
}



.centerItems
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.itemsContainer {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 20px;
    margin-bottom: 20px;
}


table {
    min-width: 100%;
}


.form input {
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	padding: 0px 18px;
	color: #555;
	font-size: 14px;
	font-weight:400;
	border-radius:0;
	border-radius: 4px;
    margin: 5px 0 5px 0;
}

.form select {
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	padding: 0px 18px;
	color: #555;
	font-size: 14px;
	font-weight:400;
	border-radius:0;
	border-radius: 4px;
    margin: 5px 0 5px 0;
}

.form textarea{
	width: 100%;
	height:100px;
    padding: 10px;
	border:1px solid #eee;
	resize:none;
	border-radius: 4px;
    margin: 5px 0 5px 0;
}

.form label {
    margin: 4px 0px 4px 0px;
}

/* :root {
    --primary: #06A3DA;
    --secondary: #F57E57;
    --light: #EEF9FF;
    --dark: #091E3E;
} */

:root {
    --primary: #06A3DA;
    --secondary: #F57E57;
    --light: #EEF9FF;
    --dark: #091E3E;
    --success: #28a745;
    --failed: #dc3545;
    --pending: #ffc107;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 35px 15px;
    font-size: 18px;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .85);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}


.heroSection{
    /* background: url('/img/hero.jpg'); */
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.bg-appointment {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background: linear-gradient(rgba(9, 30, 62, .50), rgba(9, 30, 62, .50)), url(../img/service.jpg) center center no-repeat fixed;
    background-size: cover;
}

.bg-sponsor{
    background: linear-gradient(rgba(9, 30, 62, .50), rgba(9, 30, 62, .50)), url(../img/service.jpg) center center no-repeat fixed;
    background-size: cover;
}


.offer-text {
    background: rgba(6, 163, 218, .85);
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.bg-testimonial {
    background: url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: rgba(6, 163, 218, .85);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}


/* .dashboardShadowedBg
{
    background-color: #818080;
    border-radius: 10px;
    box-shadow: 1px 1px 5px black;
} */

.dashboardBg
{
    background: url('/img/dashboard_bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.dashboardSections
{
    height: 50vh;
    background-color: #fff; /* Background color of the div */
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5); /* Inner shadow */
    border: 1px solid #ccc; /* Optional border */
    border-radius: 10px;
    padding: 20px;
    margin: 6px;
    overflow: auto;
    box-sizing: border-box; 
}



/* General styles for the event list */
.event-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
}

/* Styles for each event card */
.event-card {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect for event cards */
.event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* Event name styling */
.event-name {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
}

/* Event date styling */
.event-dates {
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
}

/* Event type, location, and status styling */
.event-type, .event-location, .event-status {
    font-size: 16px;
    margin-bottom: 5px;
    color: #555;
}

/* Event description styling */
.event-description {
    font-size: 14px;
    color: #666;
    margin-top: 15px;
    line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 600px) {
    .event-card {
        padding: 15px;
    }

    .event-name {
        font-size: 20px;
    }

    .event-dates, .event-type, .event-location, .event-status {
        font-size: 14px;
    }
}

.notificationUserContainer
{
    margin-bottom: 20px;
}


.notificationUsers {
    border: 2px solid grey;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    display: inline;
    margin-bottom: 10px;
    transition: background-color 0.3s, border-color 0.3s;
}

.notificationUsers.selected {
    border-color: var(--dark);
    background-color: #f0f8ff;
    color: var(--primary);
    font-weight: bold;
}




/* // notification div design  */

.notification-container {
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
    padding: 15px;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    font-family: Arial, sans-serif;
}

.notification-message {
    position: relative;
    padding: 10px;
    padding-right: 40px;
    color: #721c24;
    font-size: 16px;
}

.message-text {
    display: inline-block;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    color: #721c24;
    cursor: pointer;
    font-weight: bold;
    line-height: 1;
}

.close-btn:hover {
    color: #f5c6cb;
}

.close-btn:focus {
    outline: none;
}



.custom-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.custom-table thead {
    background-color: #343a40;
    color: white;
}

.custom-table th,
.custom-table td {
    padding: 12px 15px;
    text-align: left;
}

.custom-table th {
    background-color: #495057;
    color: white;
    font-weight: bold;
}

.custom-table tbody tr {
    border-bottom: 1px solid #dee2e6;
    transition: background-color 0.3s;
}

.custom-table tbody tr:hover {
    background-color: #f1f1f1;
}

.custom-table td {
    vertical-align: middle;
}

.custom-table .profile-picture {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.custom-table .action-buttons {
    display: flex;
    justify-content: space-around;
}

.custom-table .action-buttons button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.custom-table .action-buttons button:hover {
    background-color: #0056b3;
}



/* // money div styling  */

.moneyDiv {
    background-color: #f8f9fa; 
    border: 2px solid #007bff; 
    border-radius: 8px; 
    padding: 15px 20px; 
    width: 30%;
    display: inline-block; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    margin-top: 10px; 
    text-align: center; 
    transition: ease-out 0.4s;
    cursor: pointer;
}

.moneyDiv p {
    font-size: 24px; 
    font-weight: bold; 
    color: #007bff; 
    margin: 0; 
    letter-spacing: 1px; 
}


.moneyDiv:hover{
    transform: scale(0.95,0.95);
}




/* // reepit design  */


/* Receipt Card Styles */
.receipt-card {
    background: var(--light);
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    margin: 20px auto;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.receipt-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.receipt-header h2 {
    color: var(--dark);
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.5rem;
    letter-spacing: 1px;
}

.receipt-body p {
    margin: 10px 0;
    color: var(--dark);
    font-size: 1rem;
}

.receipt-body strong {
    color: var(--primary);
}

.status {
    padding: 5px 10px;
    border-radius: 8px;
    font-weight: bold;
}

.status.success {
    background-color: var(--success);
    color: white;
}

.status.failed {
    background-color: var(--failed);
    color: white;
}

.status.pending {
    background-color: var(--pending);
    color: var(--dark);
}

.receipt-footer {
    text-align: center;
    margin-top: 20px;
}

.print-receipt {
    background-color: var(--primary);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.print-receipt:hover {
    background-color: var(--secondary);
}

/* Responsive Design */
@media (max-width: 480px) {
    .receipt-card {
        padding: 15px;
        margin: 10px;
    }

    .receipt-header h2 {
        font-size: 1.2rem;
    }

    .receipt-body p {
        font-size: 0.9rem;
    }
}


.dashboardShortCuts
{

    padding-top: 10px;
    border-radius: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);

}


.sticky-shortcuts {
    position: sticky;
    top: 0; /* Adjust this value based on your needs */
    background-color: white; /* Optional: Set background to avoid overlap issues */
    z-index: 1000; /* Ensure it stays on top of other content */
    padding: 10px 0; /* Optional: Add some padding for better spacing */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional: Add a shadow for better visibility */
}


.disabled
{
    color: gray;
    pointer-events: none;
}




.scroll-container {
    overflow: hidden; /* Hide overflow to prevent horizontal scrollbars */
    width: 100%;
    height: 150px; /* Adjust the height as needed */
    position: relative;
}

.scroll-wrapper {
    display: flex;
    align-items: center;
    animation: scroll 20s linear infinite; /* Apply scroll animation */
}

.scroll-wrapper img {
    margin: 0 20px; /* Adjust spacing between images */
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); /* Scroll to the end of the duplicated images */
    }
}