body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    background-color: #fff;
    color: #333;
}

select {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.forgot-password-link {
    margin-top: 10px;
}

.forgot-password {
    font-size: 12px;
    color: pink;
    text-decoration: none;
}

    .forgot-password:hover {
        text-decoration: underline;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

a,
a:hover {
    text-decoration: none;
    outline: none;
    transition: all 0.3s ease;
}

button,
button:hover,
button:focus,
button:active,
button:focus-visible {
    outline: none;
    box-shadow: none;
}

.w-300 {
    width: 300px;
}

.z-999 {
    z-index: 999;
}

.btn {
    font-size: 16px;
    border-radius: 5px;
}

    .btn:disabled {
        font-size: 16px;
        font-weight: 500;
        padding: 5px 20px;
        background-color: #db98c3;
        color: #ffffff !important;
        transition: .5s;
    }

.primary-color {
    color: #E60094 !important;
}

.secondary-bg {
    background: #f4f4f4;
}

.filter-bg {
    backdrop-filter: blur(4px);
}

.button-primary {
    font-size: 16px;
    font-weight: 500;
    padding: 5px 20px;
    background-color: #E60094;
    color: #ffffff !important;
    transition: .5s;
}

    .button-primary:hover {
        background: #141417;
        color: #ffffff;
        transition: .5s;
    }

.button-secondary {
    font-size: 16px;
    font-weight: 500;
    padding: 5px 20px;
    background-color: #141417;
    color: #ffffff !important;
    transition: .5s;
}

    .button-secondary:hover {
        background: #6c757d;
        color: #ffffff;
        transition: .5s;
    }

.bg-primary {
    background-color: #E60094 !important;
}

/* Main Menu start  */

.header-section .main-menu li a {
    font-size: 13px;
    font-weight: 400;
    border: 0 !important;
    margin: 0px !important;
    color: #fff;
    padding: 5px 15px;
}

.header-section .main-menu li ul li a {
    color: #141417;
    padding: 5px 15px;
}

    .header-section .main-menu li ul li a:hover {
        color: #ffffff;
    }

.navbar-expand-lg .main-menu.navbar-nav .dropdown-menu {
    position: absolute;
    width: 290px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #e60094;
    color: #ffffff;
}

/* Sticky header effect */
.sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

/* Header Section  */

.header-section {
    background: #E60094;
}

.header-top-area {
    padding: 0px;
}

.navbar .nav-item .button,
.navbar .nav-item .dropdown-toggle {
    border: 1.5px solid #fff;
    margin: 0 5px;
}

    .navbar .nav-item .button:hover {
        background: #ec27a6 !important;
    }

.language-dropdown {
    position: relative;
    min-width: 145px;
}

.select-button {
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0.675em 1em;
    border: 1px solid #caced1;
    border-radius: 0.25rem;
    background-color: white;
    cursor: pointer;
}

.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #ffffff;
    transition: transform ease-in-out 0.3s;
}

.select-dropdownR {
    top: 75%;
    left: 6px;
    width: 100%;
    border-radius: .375rem;
    background-color: white;
    list-style: none;
    padding: 0px;
    margin: 0px 0 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    max-height: 200px;
    overflow-y: auto;
    z-index: 1;
}

.select-dropdown {
    position: absolute;
    top: 75%;
    left: 6px;
    width: 100%;
    border: 1px solid #caced1;
    border-radius: 0.25rem;
    background-color: white;
    list-style: none;
    padding: 0px;
    margin: 10px 0 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    max-height: 200px;
    overflow-y: auto;
    z-index: 1;
}

    .select-dropdown::-webkit-scrollbar {
        width: 7px;
    }

    .select-dropdown::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 25px;
    }

    .select-dropdown::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 25px;
    }

    .select-dropdown li {
        padding: 5px 10px;
        cursor: pointer;
        display: flex;
        gap: 0.5rem;
        align-items: center;
    }

        /* Highlight the selected option */
        .select-dropdown li.selected {
            background-color: #f2f2f2;
            border-radius: 4px;
            font-weight: bold;
        }

        .select-dropdown li:hover,
        .select-dropdown li:focus {
            background-color: #e60094;
            border-radius: 4px;
            color: #fff;
        }

    .select-dropdown.hidden {
        display: none;
    }

.select-button[aria-expanded="true"] .arrow {
    transform: rotate(180deg);
}

/* Login Section  */

.home-banner {
    background-image: url(../img/login-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    -ms-background-size: cover;
    background-size: cover;
    z-index: 0;
    position: relative;
}

    .home-banner::before {
        content: '';
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        height: 100%;
    }

    .home-banner .home-inner {
        min-height: 90vh;
        display: flex;
        align-items: center;
        width: 100%;
    }

.register-banner {
    background-image: url(../img/login-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    -ms-background-size: cover;
    background-size: cover;
    z-index: 0;
    position: relative;
}

    .register-banner::before {
        content: '';
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        height: 100%;
    }

    .register-banner .home-inner {
        min-height: auto;
        display: flex;
        align-items: center;
        width: 100%;
    }

.login-card {
    background: #242f448c;
    border-radius: 25px;
    margin: 0 auto;
    padding: 30px !important;
    backdrop-filter: blur(6px);
}

    .login-card h4 {
        color: #ffffff;
        font-size: 30px;
        font-weight: 600;
        padding-bottom: 15px;
        margin: 0;
    }

    .login-card h5 {
        color: #E60094;
        font-size: 27px;
        font-weight: 600;
        margin-top: 15px;
    }

    .login-card p {
        color: #ffffff;
        font-size: 16px;
        font-weight: 300;
    }

    .login-card a {
        color: #E60094;
        font-weight: 500;
    }

    .login-card .form-control,
    .login-card .form-select {
        border: 2px solid #ced4da;
    }

    .login-card .form-label,
    .login-card .form-check-label {
        color: #fff;
        font-size: 14px;
        font-weight: 300;
    }

    .login-card .form-check-label {
        padding-top: 2px;
    }

    .login-card .form-label span {
        color: #E60094;
        font-weight: 600;
        font-size: 18px;
        line-height: 21px;
    }

    .login-card input::placeholder {
        color: #fff;
    }

    .login-card .button {
        font-size: 16px;
        padding: 8px 16px;
    }

.button,
.dropdown-toggle {
    background-color: #E60094;
    color: #ffffff !important;
    font-size: 12px;
    padding: 5px 16px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 8px;
    word-break: break-all;
}

.login-card .button:hover {
    background-color: #ec27a6 !important;
    color: #fff !important;
}

.form-check-input:checked {
    background-color: #e60094;
    border-color: #e60094;
    box-shadow: none;
}

.show-pwd {
    font-size: 16px;
    font-weight: normal;
    transform: translateY(-50%);
    cursor: pointer;
    float: right;
    top: -18px;
    right: 15px;
    color: gray !important;
    position: relative;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}

.text-danger {
    font-size: 14px !important;
    font-weight: 400 !important;
}

/* Multiselect Dropdown start */

.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}

    .select2-results__option:before {
        content: "";
        display: inline-block;
        position: relative;
        height: 20px;
        width: 20px;
        border: 2px solid #e9e9e9;
        border-radius: 4px;
        background-color: #fff;
        margin-right: 20px;
        vertical-align: middle;
    }

    .select2-results__option[aria-selected=true]:before {
        font-family: fontAwesome;
        content: "\f00c";
        color: #fff;
        background-color: #E60094;
        border: 0;
        display: inline-block;
        padding-left: 3px;
    }

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #E60094;
    border-width: 2px;
}

.select2-container--default .select2-selection--multiple {
    border-width: 2px;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}


.select-icon .select2-selection__placeholder .badge {
    display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e60094 !important;
    color: white;
}

.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
    display: none !important;
}

.select-icon .select2-search--dropdown {
    display: none;
}

.select2-container {
    width: 100% !important;
}

/* Multiselect Dropdown end */

/* Inner page Header Section */

.innerpage-header-section {
    background-image: url(../img/title-banner.png);
    background-repeat: no-repeat;
    background-position: center right;
    -ms-background-size: cover;
    background-size: cover;
    position: relative;
    height: 42vh;
}

/* Home Main Slider Start */

@keyframes kenburns {
    0% {
        transform: scale(1);
        transition: transform 20000ms linear 0s;
    }

    100% {
        transform: scale(1.4);
        transition: transform 20000ms linear 0s;
    }
}

/* Carousel Wrapper */
.kb-carousel {
    overflow: hidden;
    max-height: 650px;
}

    /* Carousel Items */
    .kb-carousel .carousel-item {
        transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s;
    }

        .kb-carousel .carousel-item.active {
            transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s;
        }

    .kb-carousel > .carousel-inner > .carousel-item > img,
    .kb-carousel > .carousel-inner > .carousel-item > a > img {
        opacity: 0.8;
        animation: kenburns 20000ms linear 0s infinite alternate;
    }

    .kb-carousel .carousel-item-next.carousel-item-start .carousel-caption,
    .kb-carousel .carousel-item-prev.carousel-item-end .carousel-caption {
        z-index: 0;
        opacity: 0;
    }

/* Carousel Captions */
.kb-caption {
    right: 7%;
    left: 10%;
    bottom: 25%;
    padding: 0;
    width: 80%;
}

.kb-caption-left {
    margin-right: auto;
}

.kb-caption h1,
.kb-caption button {
    padding: 0.5rem 0;
    margin-bottom: 0;
}

.kb-caption h1 {
    animation-delay: 1s;
    color: #ffffff;
    text-align: left;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 20px;
}

.kb-caption button {
    display: block;
    padding: 8px 20px;
    font-size: 21px;
    font-weight: 500;
    text-align: left;
}

    .kb-caption button:hover {
        background: #141417;
        color: #ffffff;
    }

/* Controls */
.kb-control-prev,
.kb-control-next {
    width: 3.5rem;
    height: 3.5rem;
    margin: auto 0;
    opacity: 0;
    color: #fff;
    background: #E60094;
}

.kb-carousel:hover .kb-control-prev,
.kb-carousel:hover .kb-control-next {
    opacity: 1;
}

.kb-control-prev {
    left: 1%;
}

.kb-control-next {
    right: 1%;
}

    .kb-control-prev:hover,
    .kb-control-prev:focus,
    .kb-control-next:hover,
    .kb-control-next:focus {
        color: #fff;
        background: rgba(0 0 0 / 1);
    }

/* Support for dark mode */
[data-bs-theme="dark"] .carousel .carousel-control-next-icon,
[data-bs-theme="dark"] .carousel .carousel-control-prev-icon {
    filter: none;
}

/* Home Main Slider End */

/* Title section  */

.titleSection h2 {
    font-size: 40px;
    line-height: normal;
}

/* Intro section start  */

.intro-section h2 {
    font-size: 40px;
}

.intro-section p {
    font-size: 15px;
}

.intro-section a {
    color: #E60094;
}

    .intro-section a:hover {
        color: #141417;
    }

/* Video section Start  */

.video-section {
    background-image: url(../img/login-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    -ms-background-size: cover;
    background-size: cover;
    z-index: 0;
    position: relative;
}

.video-section-overlay {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.video-section .embed-responsive-item {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0px;
}


/* Benefits Section Start */

.benefit-menu figure img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.benefit-menu figure:hover img {
    opacity: .5;
}

.benefit-section .benefit-menu ul li {
    list-style: none;
    display: inline-block;
    padding: 5px;
}

.benefit-section .benefit-menu ul .benifit-right img {
    transform: rotate(10deg);
    border: 5px solid #fff;
    border-radius: 25px;
    box-shadow: 0px 7px 8px 3px #e3e3e3;
}

.benefit-section .benefit-menu ul .benifit-left img {
    transform: rotate(355deg);
    border: 5px solid #fff;
    border-radius: 25px;
    box-shadow: 0px 7px 8px 3px #e3e3e3;
}

.benefit-section .benefit-items {
    text-align: left;
}

    .benefit-section .benefit-items h4 {
        font-size: 32px;
    }

.graduate-benefit h5 {
    font-size: 21px;
}


.graduate-benefit a {
    color: #E60094;
}

    .graduate-benefit a:hover {
        color: #141417;
    }


/* Footer Section */

.footer-bg {
    padding-top: 50px;
    background: #E60094;
}

.foot-image {
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .foot-image img {
        width: 100%;
        padding: 10px;
    }



.foot-right {
    margin-left: 30px;
}

    .foot-right li {
        list-style: none;
    }

    .foot-right ul li a {
        color: #fff;
        text-decoration: none;
        line-height: 30px;
        transition: .3s;
    }

        .foot-right ul li a:hover {
            font-weight: 700;
        }

.social-icons .circle-wrapper {
    display: inline-block;
    padding: 5px;
    font-size: 16px;
    line-height: 26px;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    margin-right: 3px;
    text-align: center;
    border-radius: 50%;
    transition: .5s;
}

    .social-icons .circle-wrapper:hover {
        background-color: #ec27a6;
        box-shadow: 2px 6px 10px 0px rgba(0, 0, 0, .2);
    }

.social-icons a {
    color: #fff;
}

.powered li {
    display: inline-block;
}

    .powered li span {
        padding-right: 15px;
    }

.powered img {
    max-width: 200px;
    padding: 10px 10px;
}

/* Flip card  */

.library-team img {
    position: relative;
    top: 0;
    transition: .5s
}

.library-team h5 {
    font-size: 16px;
}

.library-team:hover img {
    top: -30px
}

.library-team .team-text {
    position: relative;
    margin-top: -60px;
    height: 120px;
    transition: .5s
}

/*.library-team:hover .team-text {
    margin-top: -60px;
    height: 130px
}*/

/* Blog section  */

.blog-section .blog-card {
    height: 100%;
    overflow: hidden;
}

.blog-section .blog-content {
    transition: .5s;
    height: 100%;
}

.blog-section .blog-card .blog-media .fancy-date {
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    flex-flow: column nowrap;
    text-align: center;
    min-width: 42px;
    background: #fff;
    padding: 3px;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    transform: .5s;
}

    .blog-section .blog-card .blog-media .fancy-date .entry-date {
        font-size: 24px;
        font-weight: 800;
        padding: 3px 0;
        border-top: 2px solid #e60094;
        border-bottom: 2px solid #e60094;
    }

.blog-section .blog-card:hover .blog-content {
    background: #e60094 !important;
}

.blog-section .blog-card:hover .blog-content,
.blog-section .blog-card:hover .blog-meta,
.blog-section .blog-card:hover .blog-more {
    color: #fff !important;
}

.blog-section .blog-content h5 {
    font-size: 18px;
}

.blog-section .blog-content .blog-meta {
    font-size: 13px;
    color: gray;
}

.blog-section .blog-content .blog-description {
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-section .blog-content .blog-more:hover {
    color: #141417 !important;
}

/* Control panel Nav*/
.dashboard-header {
    background-color: #1c75bc;
}

    .dashboard-header.header-section .main-menu li a {
        font-size: 15px;
        font-weight: 400;
        border: 0 !important;
        margin: 0px 6px !important;
        color: #fff;
        padding: 5px 15px;
        transition: .5s;
        background: #1c75bc;
        border-radius: 10px;
        box-shadow: 1px 3px 2px -1px #00244082;
    }

        .dashboard-header.header-section .main-menu li a:hover {
            background: #034b85;
            border-radius: 10px;
            padding: 5px 15px;
            box-shadow: 1px 2px 2px -1px #002440;
        }

        .dashboard-header.header-section .main-menu li a.active {
            background: #034b85;
            border-radius: 10px;
            padding: 5px 15px;
            box-shadow: 1px 2px 2px -1px #002440;
        }

        /*added form admin menu changes*/

        .dashboard-header.header-section .main-menu li a:hover {
            background: #034b85;
            border-radius: 10px;
            padding: 5px 15px;
            box-shadow: 1px 2px 2px -1px #002440;
        }

        .dashboard-header.header-section .main-menu li a.dropdown-item {
            color: #141417;
            background: #ffffff00;
            box-shadow: none;
            border-radius: 0;
            margin: 0 !important;
            padding: 5px;
            width: auto;
        }

            .dashboard-header.header-section .main-menu li a.dropdown-item:hover {
                background: #1c75bc;
                color: #fff;
            }



/*added form admin menu changes*/
.empty-top-section {
    min-height: 15vh;
}

    .empty-top-section h3 {
        padding-top: 30px 0;
    }

.empty-dashboard {
    min-height: 45vh;
}

    .empty-dashboard h2 {
        padding: 20px 0;
    }


/* Data Table  */

.admin-top-section {
    display: flex;
    width: 100%;
    align-items: center;
    background-color: #1c75bc1c;
}

    .admin-top-section .icon {
        background: #e6f0f8;
    }

.table-section .card-body {
    border: 1px solid lightgrey;
    border-radius: 0 0px 10px 10px;
}

.page-link:focus,
.accordion-button:focus {
    box-shadow: none;
}

.page-link:hover .page-link:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #f8f9fa;
    border-color: #dee2e6;
}

.table {
    font-size: 16px;
    white-space: nowrap;
}

    .table td {
        font-size: 15px;
        white-space: normal;
    }

    .table tr {
        vertical-align: middle;
    }

.dt-container .dt-length label {
    margin-left: 5px;
}

table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align: left;
    padding-left: 30px;
}

.dt-container .dt-input {
    padding: 3px;
}

.active > .page-link,
.page-link.active {
    background-color: #d8008b;
    border-color: #d8008b;
}

.form-control:focus,
.form-select:focus {
    border-color: #e60094 !important;
    outline: 0;
    box-shadow: none;
}

.paginate_button {
    border-radius: 0 !important;
}

.arrows {
    display: inline;
}

.fa-chevron-circle-down,
.fa-chevron-circle-up {
    cursor: pointer;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../img/down.svg);
}


/* breadcrumb-section */

.breadcrumb-section {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .15) !important;
}

    .breadcrumb-section ul {
        list-style: none;
    }

        .breadcrumb-section ul li a {
            color: #141417;
            font-size: 14px;
            font-weight: 500;
            padding: 5px 10px;
            border: 1px solid transparent;
            border-radius: 5px;
            margin: 0 3px;
            transition: .5s;
        }

    .breadcrumb-section .booking-options .list-group {
        justify-content: flex-end;
    }

    .breadcrumb-section ul li a:hover {
        border: 1px solid #d8008b;
        border-radius: 5px;
        color: #d8008b;
    }

    .breadcrumb-section ul li a.active {
        border: 1px solid #d8008b;
        border-radius: 5px;
        color: #d8008b;
    }

    .breadcrumb-section ul li a i {
        color: #d8008b;
        font-size: 15px;
        margin-right: 4px;
        padding-top: 2px;
    }

.jumbotron h1 {
    font-size: 45px;
}

/* Access Denied  */

.access-denied i {
    font-size: 70px;
    color: lightgray;
    padding-bottom: 25px;
}

.access-denied a:hover {
    color: #141417 !important;
}

.access-denied button {
    display: block;
    text-align: center;
    margin: 0 auto;
}

/* Reward Catalog  */

.w-35 {
    width: 35% !important;
}

.input-spinner .button-minus,
.input-spinner .button-plus {
    height: 2rem;
    width: 1.8rem;
    border-color: #ecf0ef;
    background-color: transparent
}

    .input-spinner .button-minus:hover,
    .input-spinner .button-plus:hover {
        background-color: #ecf0ef;
        border-color: #ecf0ef;
    }

.booking-form .input-spinner .form-input {
    width: 2rem !important;
    height: 100%;
    min-height: 2rem;
    text-align: center;
    border: 1px solid #ecf0ef;
    background: 0 0;
    margin: 0 1px;
    border-radius: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.reward-item {
    border: 1px solid #dfe2e1;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
}

    .reward-item:hover {
        box-shadow: 0 5px 12px rgba(0, 0, 0, .12);
        border: 1px solid #e60094;
        transition: .2s;
        -moz-transition: .2s;
        -webkit-transition: .2s;
        -o-transition: .2s;
    }

    .reward-item .reward-point {
        font-size: 14px;
    }

    .reward-item .reward-details {
        font-size: 14px;
    }

.filter ul li {
    border-bottom: 1px solid #d1d1d185;
    padding: 5px;
    list-style: none;
}

    .filter ul li a {
        color: #141417;
    }

        .filter ul li a:before {
            font-family: "Font Awesome 5 Free";
            content: "\f0da";
            display: inline-block;
            padding-right: 8px;
            vertical-align: middle;
            font-weight: 600;
            color: #e60094;
        }

        .filter ul li.active a,
        .filter ul li a:hover {
            font-weight: 500;
        }

/* Booking  */

.booking-form span {
    color: #E60094;
    font-weight: 400;
    font-size: 16px;
}

.site-inspection-form span {
    color: #E60094;
    font-weight: 400;
    font-size: 16px;
}

.booking-form form img {
    max-width: 100px;
    border: 3px solid #e9ecef;
    box-shadow: 0 4px 12px 0px rgba(0, 0, 0, .15);
}

.booking-form .form-select,
.booking-form .form-control {
    border: 2px solid #ced4da;
}

.booking-form .gj-datepicker .btn {
    cursor: pointer;
    padding: 0px 10px;
    line-height: 12px;
}

.booking-form .gj-datepicker .gj-icon {
    font-size: 20px;
}

.tooltip-text {
    background-color: #f4f4f4;
    font-size: 14px;
    border-radius: 10px;
    visibility: hidden;
    text-align: center;
    width: 306px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: -55px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.tooltip-container {
    position: relative;
    display: inline-block;
}

/* Admin Bulk update status section*/
.center-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-custom {
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: white;
    justify-content: center;
    align-items: center;
}

#bulkActionContainer {
    max-width: 900px;
    padding-top: 40px;
}

/* Shopping Table */

.cart-table table {
    overflow-x: auto;
    white-space: nowrap;
}

.cart-table img {
    width: 80px;
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

    .cart-table img:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.cart-table .input-spinner .form-input {
    width: 2rem !important;
    height: 100%;
    min-height: 2rem;
    text-align: center;
    border: 2px solid #ecf0ef;
    background: 0 0;
    margin: 0 1px;
    border-radius: 0;
}

.cart-table .cart-action {
    text-align: right;
}

.rewards .table .cart-product-name {
    width: 300px;
}

.cart-table .text-danger i {
    cursor: pointer;
}

.cart-table .quantity-count {
    width: max-content;
}

.rewards .table .cart-qty {
    width: 250px;
}

/* Error Page  */
.error-page img {
    max-width: 40%;
}

/* FAQ section  */

.faq-section a.primary-color:hover {
    color: #141417 !important;
}

.security-qs {
    font-size: 17px;
    margin-bottom: 0;
}

    .security-qs:hover {
        color: #fff !important;
    }

/* Dashboard info Card */

.panel {
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
    border-radius: 0;
    border: 0;
    cursor: pointer;
    height: 100%;
}

.panel-dark.panel-colorful {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #1d1d1d;
    transition: all 0.3s ease;
}

    .panel-dark.panel-colorful:hover {
        background-color: #1c75bc12;
        border-color: #ffffff;
        color: #1d1d1d;
        scale: 1.08;
    }

.panel-body {
    padding: 25px 20px;
}

.panel hr {
    border-color: rgb(0 0 0 / 63%);
}

.panel img {
    width: 30%;
}

.mar-btm {
    margin-bottom: 15px;
}

.small,
small {
    font-size: 85%;
    display: block;
    padding-bottom: 5px;
    color: gray;
}

.text-sm {
    font-size: .9em;
}

.text-thin {
    font-weight: 600;
}

.text-semibold {
    font-weight: 600;
}

#cart_count {
    top: -7px;
    font-weight: 600;
    font-size: 12px;
}
/* Responsive Media code started  */
@media (min-width: 1600px) {

    .header-section .main-menu li a {
        font-size: 15px;
        font-weight: 400;
    }

    .button,
    .dropdown-toggle {
        font-size: 16px;
        padding: 3px 16px;
    }

    .innerpage-header-section {
        height: 25vh;
        min-height: 300px;
    }

    .data-table.table-responsive th, .data-table.table-responsive td, .data-table.table-responsive td span {
        font-size: 12px;
        white-space: normal !important;
        word-wrap: break-word;
        word-break: break-word;
    }

    .data-table.table-responsive td span {
        display: block;
    }

    .section .container-fluid,
    .table-section .container-fluid {
        max-width: 100% !important;
    }
}

@media (min-width: 1200px) {
    .kb-caption {
        bottom: 35%;
        width: 45%;
    }

    .innerpage-header-section {
        height: 25vh;
        min-height: 300px;
    }
}


@media screen and (min-width:1200px) and (max-width:1439px) {

    .menu-bod .navbar > .top-menu .navbar-collapse {
        /*! display: flex; */
        flex-direction: column-reverse;
    }

        .menu-bod .navbar > .top-menu .navbar-collapse ul.main-menu {
            padding-top: 5px;
        }

    .innerpage-header-section {
        height: 35vh;
    }
}

@media (max-width: 1200px) {
    .header-top-area {
        padding: 5px 0px;
    }


    .home-banner .home-inner {
        min-height: 70%;
    }

    .display-4 {
        font-size: 45px;
    }

    .social-icons .circle-wrapper {
        line-height: 21px;
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .library-team .team-text {
        height: 56px;
    }

    .library-team h5 {
        font-size: 14px;
    }

    .button-primary,
    .button-secondary {
        font-size: 14px;
        padding: 5px 10px;
    }

    .breadcrumb-section h5 {
        text-align: center;
    }

    .empty-dashboard {
        min-height: auto;
    }

    .cart-table .table td {
        font-size: 15px;
        white-space: nowrap;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .innerpage-header-section {
        height: 30vh;
        padding: 20px 0;
    }

    .menu-bod .navbar > .top-menu {
        /*! display: flex; */
        flex-direction: column;
    }

    .navbar .nav-item .button,
    .navbar .nav-item .dropdown-toggle {
        border: 1.4px solid #fff;
        margin: 0 3px;
    }

    .navbar-brand {
        margin-bottom: 10px;
    }

    .header-section .main-menu li a {
        font-size: 12px;
        padding: 5px 10px;
    }

    .button,
    .dropdown-toggle {
        font-size: 12px;
        padding: 5px 10px;
    }

    .jumbotron h1 {
        font-size: 40px;
    }

    .intro-section h2 {
        font-size: 27px;
    }

    .button-primary,
    .button-secondary {
        font-size: 14px;
        padding: 5px 10px;
    }

    .login-card .form-label, .login-card .form-check-label {
        font-size: 13px;
    }

    .w-35 {
        width: 50% !important;
    }
}

@media (max-width: 991px) {
    .home-banner .home-inner {
        min-height: 50vh;
    }

    .header-section .nav-item {
        border-bottom: 2px solid #fff;
    }

    .navbar .nav-item .button,
    .navbar .nav-item .dropdown-toggle {
        border: 0px solid #fff;
        margin: 0;
        padding: 15px 0;
        text-align: left;
    }

    .header-section .navbar-collapse {
        position: absolute;
        right: 0;
        top: 80px;
        background: #E60094;
        width: 100%;
        padding: 20px;
        z-index: 99;
    }

    .header-section .main-menu li .nav-link {
        padding: 15px 0;
    }

    .header-section .dropdown-menu.show {
        display: block;
        margin-bottom: 15px;
    }

    .navbar-expand-lg .main-menu.navbar-nav .dropdown-menu {
        position: relative;
        width: 100%;
    }

    .header-section .language-dropdown .select-dropdown {
        left: 0px;
    }

    .empty-dashboard {
        min-height: auto;
    }

    .dashboard-header .navbar-collapse {
        background: #1c75bc;
    }

    .dashboard-header.header-section .navbar-collapse {
        background: #1c75bc;
    }

    .dashboard-header.header-section .main-menu li a {
        padding: 8px 0;
        margin: 0px !important;
        box-shadow: none;
    }

        .dashboard-header.header-section .main-menu li a:hover {
            border-radius: 0px;
            padding: 8px 15px;
            box-shadow: none;
        }


        .dashboard-header.header-section .main-menu li a.active {
            border-radius: 0px;
            margin-bottom: 1px !important;
        }

    .dashboard-header.header-section .main-menu .dashboard-log {
        padding-left: 10px !important;
        background-color: #034b85;
        border-radius: 0px;
    }

    .intro-section h2 {
        font-size: 30px;
    }

    .library-team .team-text {
        height: auto;
    }

    .jumbotron h1 {
        font-size: 30px;
    }

    .innerpage-header-section {
        height: 20vh;
        padding: 20px 0;
    }

    .benefit-section .benefit-items h4 {
        font-size: 24px;
    }

    .kb-caption {
        bottom: 18%;
        width: 40%;
    }

    .kb-caption {
        left: 15%;
    }

        .kb-caption h1 {
            font-size: 36px;
            margin-bottom: 10px;
        }

    .login-card {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .w-35 {
        width: 45% !important;
    }

    .breadcrumb-section .booking-options .list-group {
        justify-content: flex-start;
        padding-top: 10px;
    }

    .footer-top-area h4 {
        margin: 20px 0 0px;
    }

    .foot-center,
    .foot-right {
        margin-left: 0px;
    }
}

.section .container-fluid,
.table-section .container-fluid {
    max-width: 95%;
}

@media screen and (min-width:768px) and (max-width:991px) {
    .breadcrumb-section ul li {
        max-width: 50%;
        flex: 0 0 50%;
        margin-bottom: 10px
    }

    .breadcrumb-section ul {
        flex-wrap: wrap;
    }

        .breadcrumb-section ul li:last-child {
            margin-bottom: 0
        }

    .tiles--img--section {
        border-radius: 0.375rem;
        overflow: hidden;
    }

    .tiles--img-section img {
        position: absolute;
        inset: 0;
        height: 100%;
        width: 100%;
        margin: auto;
        border-radius: 0 !important;
        object-fit: cover;
    }
}

@media (max-width: 767px) {

    .tiles--img-section img {
        position: relative;
    }

    .header-section .nav-item {
        border-bottom: 2px solid #fff;
    }

    .navbar .nav-item .button,
    .navbar .nav-item .dropdown-toggle {
        border: 0px solid #fff;
        margin: 0;
        padding: 8px 0;
        text-align: left;
    }

    .header-section .navbar-collapse {
        position: absolute;
        right: 0;
        top: 80px;
        background: #E60094;
        width: 100%;
        padding: 20px;
        z-index: 99;
    }

    .header-section .main-menu li .nav-link {
        padding: 8px 0;
    }

    .header-section .dropdown-menu.show {
        display: block;
        margin-bottom: 15px;
    }

    .home-banner .home-inner {
        min-height: 40vh;
    }

    .login-card {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .kb-caption h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .kb-caption {
        bottom: 18%;
        width: 70%;
    }

        .kb-caption button {
            padding: 5px 10px;
            font-size: 14px;
        }

    .intro-section h2 {
        font-size: 24px;
    }

    .intro-section h5 {
        font-size: 15px !important;
    }

    .library-team .team-text {
        height: auto;
    }

    .library-team:hover .team-text {
        height: 120px;
    }

    .innerpage-header-section {
        background-position: center top;
        height: 25vh;
        padding: 25px 0;
    }

    .jumbotron h1 {
        font-size: 24px;
    }

    .w-35 {
        width: 50% !important;
    }

    .breadcrumb-section .booking-options .list-group {
        justify-content: flex-start;
        padding-top: 10px;
        display: flex;
        flex-wrap: wrap;
    }

        .breadcrumb-section .booking-options .list-group li {
            flex-basis: 100%;
            max-width: 100%;
            margin-bottom: 15px;
        }

    .breadcrumb-section ul li {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 10px
    }

        .breadcrumb-section ul li a {
            display: inline-block;
        }

    .breadcrumb-section .booking-options .list-group li:last-child {
        margin-bottom: 0px;
    }

    .breadcrumb-section h5 {
        text-align: left;
    }

    .footer-bg {
        padding-top: 20px;
    }

    .foot-center,
    .foot-right {
        margin-left: 0px;
    }

    .footer-top-area h4 {
        margin: 20px 0 0px;
    }

    .foot-image {
        margin-bottom: 0px;
    }

    .powered li {
        display: block;
    }
}

@media screen and (max-width: 575px) {
    .container,
    .breadcrumb-section .container-fluid,
    .section .container-fluid,
    .table-section .container-fluid {
        max-width: 90%;
    }
}

@media screen and (max-width: 399px) {
    .tooltip-container button {
        margin-top: 10px;
    }

    .tooltip-container .tooltip-text {
        width: 306px;
        top: -50px;
        left: -3px;
    }
}

/* Benefits Section Start */

.benefit-section img {
    width: 100px;
    height: auto;
    padding: 5px;
}

.benefit-section .btn {
    max-width: max-content;
}

.benefit-section ul {
    list-style: none;
    padding: 0 0 0 20px;
}

    .benefit-section ul li::before {
        content: "";
        background-image: url(../img/chevron.svg);
        display: block;
        background-repeat: no-repeat;
        width: 17px;
        height: 20px;
        background-size: 100% 100%;
        position: absolute;
        left: 15px;
    }

.benefit-section .benefit-item:hover {
    box-shadow: 0px 7px 13px 7px rgba(0, 0, 0, .075) !important;
}

.global-benefit h5 span {
    margin-left: 15px;
    padding-left: 15px;
}

.global-benefit h5::before {
    content: "";
    background-image: url(../img/arrow-right.svg);
    display: block;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    position: absolute;
    left: 10px;
}

.tooltip-text {
    width: 306px;
    top: -55px;
    left: -150px;
}


@media screen and (max-width: 991px) {

    .benefit-section img {
        width: 60px;
        height: auto;
        padding: 5px;
    }
}

.dropdown-disabled {
    pointer-events: none;
    opacity: 0.5;
}

/*Cookie style*/
.cookieConsentPopup {
    display: block;
    position: fixed;
    top: 50%;
    z-index: 99999;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    background: #000000e0;
    border-radius: 10px;
    color: #fff;
    padding: 30px;
    border: 1px solid #fff;
    text-align: center;
}

    .cookieConsentPopup button {
        text-transform: capitalize;
    }

#cookieContentPopup {
    display: none;
    transition: none;
}

.btn-cookies-pr {
    background: #d63384;
    color: white;
    font-size: 16px;
    text-align: center;
    outline: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    text-transform: uppercase !important;
    padding: 5px 12px;
}

    .btn-cookies-pr:hover {
        background: #d63384;
        color: white;
    }

@media screen and (max-width:600px) {
    .cookieConsentPopup {
        width: 90%;
    }

    .btn-cookies-pr {
        width: 100%;
        margin-bottom: 10px;
    }
}

/*Fix for captcha due to .btn class*/
.btn-cart {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family:;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    font-family: var(--bs-btn-font-family);
    line-height: var(--bs-btn-line-height);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
}
cart-table .table td {
    font-size: 15px;
    white-space: nowrap;
}