/*
Theme Name: Camp 4211 Theme
Author: Chris Clarke
Author URI: https://www.chrisclarkewebservices.co.uk
Description: Based on a Theme by XRF but modified to fit Camp 4211 needs
Version: 1.0    
*/

/* @import url('https://fonts.google.com/share?selection.family=Anton%7CRoboto%20Slab:wght@400;500;600;700'); */

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root {
    scroll-behavior: smooth;
}

body {
    font-family: "roboto slab", sans-serif;
    font-weight: 400;
    background-image: url(assets/img/png/paper_fibers_bgh.png);
    background-size: cover;
    /* background: #f6f9ff; */
    color: #444444;
}

a {
    color: #4154f1;
    text-decoration: none;
}

a:hover {
    color: #717ff5;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Anton';
}

h1 {
    font-size: 62px;
}

.our-camps {
    font-family: "roboto slab", sans-serif !important;
    text-transform: uppercase;
}


/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/

#main {
    margin-top: 60px;
    padding: 20px 30px;
    transition: all 0.3s;
}

@media (max-width: 1199px) {
    #main {
        padding: 20px;
    }
}


/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/

.pagetitle {
    margin-bottom: 10px;
}

.pagetitle h1 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
    color: #012970;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #4154f1;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #6776f4;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/


/* Dropdown menus */

.dropdown-menu {
    border-radius: 4px;
    padding: 10px 0;
    -webkit-animation-name: dropdown-animate;
    animation-name: dropdown-animate;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 0;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
    text-align: center;
    font-size: 15px;
    padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
    color: #444444;
    text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
    text-decoration: none;
}

.dropdown-menu .dropdown-divider {
    color: #a5c5fe;
    margin: 0;
}

.dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #f6f9ff;
}


/* DCR Adding ACf Google Map */

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

.acf-map img {
    max-width: inherit !important;
}


/* end DCR */

@media (min-width: 768px) {
    .dropdown-menu-arrow::before {
        content: "";
        width: 13px;
        height: 13px;
        background: #fff;
        position: absolute;
        top: -7px;
        right: 20px;
        transform: rotate(45deg);
        border-top: 1px solid #eaedf1;
        border-left: 1px solid #eaedf1;
    }
    /* .img-contain {
    width: 200px;
  } */
}

@-webkit-keyframes dropdown-animate {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
    0% {
        opacity: 0;
    }
}

@keyframes dropdown-animate {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
    0% {
        opacity: 0;
    }
}


/* Light Backgrounds */

.bg-primary-light {
    background-color: #cfe2ff;
    border-color: #cfe2ff;
}

.bg-secondary-light {
    background-color: #e2e3e5;
    border-color: #e2e3e5;
}

.bg-success-light {
    background-color: #d1e7dd;
    border-color: #d1e7dd;
}

.bg-danger-light {
    background-color: #f8d7da;
    border-color: #f8d7da;
}

.bg-warning-light {
    background-color: #fff3cd;
    border-color: #fff3cd;
}

.bg-info-light {
    background-color: #cff4fc;
    border-color: #cff4fc;
}

.bg-dark-light {
    background-color: #d3d3d4;
    border-color: #d3d3d4;
}


/* Card */

.card {
    margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header,
.card-footer {
    border-color: #ebeef4;
    background-color: #fff;
    color: #798eb3;
    padding: 15px;
}

.card-title {
    padding: 20px 0 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #012970;
    font-family: "Poppins", 'Anton';
}

.card-title span {
    color: #899bbd;
    font-size: 14px;
    font-weight: 400;
}

.card-body {
    padding: 0 20px 20px 20px;
}

.card-img-overlay {
    background-color: rgba(255, 255, 255, 0.6);
}

.txt {
    text-align: center;
    margin-left: 70%;
}

.main-drop {
    margin-top: -5%;
}

.blockGen {
    display: block;
    width: 45%;
    border: none;
    background-color: rgb(63, 45, 221);
    color: white;
    padding: 10px 28px;
    font-size: 16px;
    cursor: pointer;
}

.block:hover {
    background-color: #ddd;
    color: black;
}


/* Alerts */

.alert-heading {
    font-weight: 500;
    font-family: "Poppins", 'Anton';
    font-size: 20px;
}


/* Close Button */

.btn-close {
    background-size: 25%;
}

.btn-close:focus {
    outline: 0;
    box-shadow: none;
}


/* Accordion */

.accordion-item {
    border: 1px solid #ebeef4;
}

.accordion-button:focus {
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #012970;
    background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
    padding: 15px 0;
    background: none;
    border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #4154f1;
}

.accordion-flush .accordion-body {
    padding: 0 0 15px 0;
    color: #3e4f6f;
    font-size: 15px;
}


/* Breadcrumbs */

.breadcrumb {
    font-size: 14px;
    font-family: "Nunito", 'Anton';
    color: #899bbd;
    font-weight: 600;
}

.breadcrumb a {
    color: #899bbd;
    transition: 0.3s;
}

.breadcrumb a:hover {
    color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
    color: #899bbd;
}

.breadcrumb .active {
    color: #51678f;
    font-weight: 600;
}


/* Bordered Tabs */

.nav-tabs-bordered {
    border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
    margin-bottom: -2px;
    border: none;
    color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
    color: #4154f1;
}

.nav-tabs-bordered .nav-link.active {
    background-color: #fff;
    color: #4154f1;
    border-bottom: 2px solid #4154f1;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.logo {
    line-height: 1;
}

@media (min-width: 1200px) {
    .logo {
        width: 280px;
    }
}

.bot-log {
    height: 252px;
    margin-right: 45px;
    position: absolute;
    width: 232px;
    bottom: 165px;
}

.logo span {
    font-size: 26px;
    font-weight: 700;
    color: #012970;
    font-family: "Nunito", 'Anton';
}

.header {
    transition: all 0.5s;
    z-index: 997;
    height: 60px;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
    padding-left: 20px;
    /* Toggle Sidebar Button */
    /* Search Bar */
}

.header .toggle-sidebar-btn {
    font-size: 32px;
    padding-left: 10px;
    cursor: pointer;
    color: #012970;
}

.header .search-bar {
    min-width: 360px;
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .header .search-bar {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        padding: 20px;
        box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
        background: white;
        z-index: 9999;
        transition: 0.3s;
        visibility: hidden;
        opacity: 0;
    }
    .header .search-bar-show {
        top: 60px;
        visibility: visible;
        opacity: 1;
    }
    .foot-img {
        max-width: 200px !important;
    }
}

.header .search-form {
    width: 100%;
}

.header .search-form input {
    border: 0;
    font-size: 14px;
    color: #012970;
    border: 1px solid rgba(1, 41, 112, 0.2);
    padding: 7px 38px 7px 8px;
    border-radius: 3px;
    transition: 0.3s;
    width: 100%;
}

.header .search-form input:focus,
.header .search-form input:hover {
    outline: none;
    box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
    border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
    border: 0;
    padding: 0;
    margin-left: -30px;
    background: none;
}

.header .search-form button i {
    color: #012970;
}


/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/

.header-nav ul {
    list-style: none;
}

.header-nav>ul {
    margin: 0;
    padding: 0;
}

.header-nav .nav-icon {
    font-size: 20px;
    color: #012970;
}

.header-nav .nav-profile {
    color: #012970;
}

.header-nav .nav-profile img {
    max-height: 36px;
}

.header-nav .nav-profile span {
    font-size: 14px;
    font-weight: 600;
}

.header-nav .badge-number {
    position: absolute;
    inset: 4px 6px auto auto;
    font-weight: normal;
    font-size: 11px;
    padding: 3px 6px;
}

.btn.btn-primary2.purple {
    background-color: #4f1b52;
}

.btn.btn-primary2.purple:hover {
    color: #fff;
    background-color: purple;
}

.header-nav .notifications .notification-item {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    transition: 0.3s;
}

.navigation-items .nav-link {
    color: #fff;
}

.header-nav .notifications .notification-item i {
    margin: 0 20px 0 10px;
    font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191;
}

.header-nav .notifications .notification-item:hover {
    background-color: #f6f9ff;
}

.header-nav .messages .message-item {
    padding: 15px 10px;
    transition: 0.3s;
}

.header-nav .messages .message-item a {
    display: flex;
}

.header-nav .messages .message-item img {
    margin: 0 20px 0 10px;
    max-height: 40px;
}

.header-nav .messages .message-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #444444;
}

.header-nav .messages .message-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191;
}

.header-nav .messages .message-item:hover {
    background-color: #f6f9ff;
}

.header-nav .profile {
    min-width: 240px;
    padding-bottom: 0;
}

.header-nav .profile .dropdown-header h6 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: #444444;
}

.header-nav .profile .dropdown-header span {
    font-size: 14px;
}

.header-nav .profile .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
    background-color: #f6f9ff;
}


/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.sidebar {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 300px;
    z-index: 996;
    transition: all 0.3s;
    padding: 20px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
}

@media (max-width: 1199px) {
    .sidebar {
        left: -300px;
    }
}

.sidebar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #aab7cf;
}

@media (min-width: 1200px) {
    #main,
    #footer {
        margin-left: 300px;
    }
}

@media (max-width: 1199px) {
    .toggle-sidebar .sidebar {
        left: 0;
    }
}

@media (min-width: 1200px) {
    .toggle-sidebar #main,
    .toggle-sidebar #footer {
        margin-left: 0;
    }
    .toggle-sidebar .sidebar {
        left: -300px;
    }
}

.sidebar-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav .nav-item {
    margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
    font-size: 11px;
    text-transform: uppercase;
    color: #899bbd;
    font-weight: 600;
    margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #4154f1;
    transition: 0.3;
    background: #f6f9ff;
    padding: 10px 15px;
    border-radius: 4px;
}

.sidebar-nav .nav-link i {
    font-size: 16px;
    margin-right: 10px;
    color: #4154f1;
}

.sidebar-nav .nav-link.collapsed {
    color: #012970;
    background: #fff;
}

.sidebar-nav .nav-link.collapsed i {
    color: #899bbd;
}

.sidebar-nav .nav-link:hover {
    color: #4154f1;
    background: #f6f9ff;
}

.sidebar-nav .nav-link:hover i {
    color: #4154f1;
}

.sidebar-nav .nav-link .bi-chevron-down {
    margin-right: 0;
    transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
    transform: rotate(180deg);
}

.sidebar-nav .nav-content {
    padding: 5px 0 0 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav .nav-content a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #012970;
    transition: 0.3;
    padding: 10px 0 10px 40px;
    transition: 0.3s;
}

.sidebar-nav .nav-content a i {
    font-size: 6px;
    margin-right: 8px;
    line-height: 0;
    border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
    color: #4154f1;
}

.sidebar-nav .nav-content a.active i {
    background-color: #4154f1;
}


/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/


/* Filter dropdown */

.dashboard .filter {
    position: absolute;
    right: 0px;
    top: 15px;
}

.dashboard .filter .icon {
    color: #aab7cf;
    padding-right: 20px;
    padding-bottom: 5px;
    transition: 0.3s;
    font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
    color: #4154f1;
}

.dashboard .filter .dropdown-header {
    padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #aab7cf;
    margin-bottom: 0;
    padding: 0;
}

.dashboard .filter .dropdown-item {
    padding: 8px 15px;
}


/* Info Cards */

.dashboard .info-card {
    padding-bottom: 10px;
}

.dashboard .info-card h6 {
    font-size: 28px;
    color: #012970;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.dashboard .card-icon {
    font-size: 32px;
    line-height: 0;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    flex-grow: 0;
}

.dashboard .sales-card .card-icon {
    color: #4154f1;
    background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
    color: #2eca6a;
    background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
    color: #ff771d;
    background: #ffecdf;
}


/* Activity */

.dashboard .activity {
    font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
    color: #888;
    position: relative;
    flex-shrink: 0;
    flex-grow: 0;
    min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
    content: "";
    position: absolute;
    right: -11px;
    width: 4px;
    top: 0;
    bottom: 0;
    background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
    margin-top: 3px;
    z-index: 1;
    font-size: 11px;
    line-height: 0;
    border-radius: 50%;
    flex-shrink: 0;
    border: 3px solid #fff;
    flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
    padding-left: 10px;
    padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
    top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
    padding-bottom: 0;
}


/* News & Updates */

.dashboard .news .post-item+.post-item {
    margin-top: 15px;
}

.dashboard .news img {
    width: 80px;
    float: left;
    border-radius: 5px;
}

.dashboard .news h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: normal;
    margin-bottom: 5px;
}

.dashboard .news h4 a {
    color: #012970;
    transition: 0.3s;
}

.dashboard .news h4 a:hover {
    color: #4154f1;
}

.dashboard .news p {
    font-size: 14px;
    color: #777777;
    margin-left: 95px;
}


/* Recent Sales */

.dashboard .recent-sales {
    font-size: 14px;
}

.dashboard .recent-sales .table thead {
    background: #f6f6fe;
}

.dashboard .recent-sales .table thead th {
    border: 0;
}

.dashboard .recent-sales .dataTable-top {
    padding: 0 0 10px 0;
}

.dashboard .recent-sales .dataTable-bottom {
    padding: 10px 0 0 0;
}


/* Top Selling */

.dashboard .top-selling {
    font-size: 14px;
}

.dashboard .top-selling .table thead {
    background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
    border: 0;
}

.dashboard .top-selling .table tbody td {
    vertical-align: middle;
}

.dashboard .top-selling img {
    border-radius: 5px;
    max-width: 60px;
}


/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/

.iconslist {
    display: grid;
    max-width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.25rem;
    padding-top: 15px;
}

.iconslist .icon {
    background-color: #fff;
    border-radius: 0.25rem;
    text-align: center;
    color: #012970;
    padding: 15px 0;
}

.iconslist i {
    margin: 0.25rem;
    font-size: 2.5rem;
}

.iconslist .label {
    font-family: var(--bs-font-monospace);
    display: inline-block;
    width: 100%;
    overflow: hidden;
    padding: 0.25rem;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}


/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/

.profile .profile-card img {
    max-width: 120px;
}

.profile .profile-card h2 {
    font-size: 24px;
    font-weight: 700;
    color: #2c384e;
    margin: 10px 0 0 0;
}

.profile .profile-card h3 {
    font-size: 18px;
}

.profile .profile-card .social-links a {
    font-size: 20px;
    display: inline-block;
    color: rgba(1, 41, 112, 0.5);
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
    color: #012970;
}

.profile .profile-overview .row {
    margin-bottom: 20px;
    font-size: 15px;
}

.profile .profile-overview .card-title {
    color: #012970;
}

.profile .profile-overview .label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
    max-width: 120px;
}


/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/

.faq .basic h6 {
    font-size: 18px;
    font-weight: 600;
    color: #4154f1;
}

.faq .basic p {
    color: #6980aa;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .info-box {
    padding: 28px 30px;
}

.contact .info-box i {
    font-size: 38px;
    line-height: 0;
    color: #4154f1;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #012970;
    font-weight: 700;
    margin: 20px 0 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.r-border {
    border: 1px solid red;
    border-radius: 5px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #4154f1;
}

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
    background: #4154f1;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
    background: #5969f3;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/

.error-404 {
    padding: 30px;
}

.error-404 h1 {
    font-size: 180px;
    font-weight: 700;
    color: #4154f1;
    margin-bottom: 0;
    line-height: 150px;
}

.error-404 h2 {
    font-size: 24px;
    font-weight: 700;
    color: #012970;
    margin-bottom: 30px;
}

.error-404 .btn {
    background: #51678f;
    color: #fff;
    padding: 8px 30px;
}

.error-404 .btn:hover {
    background: #3e4f6f;
}

@media (min-width: 992px) {
    .error-404 img {
        max-width: 50%;
    }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
    padding: 20px 0;
    font-size: 14px;
    transition: all 0.3s;
    border-top: 1px solid #cddfff;
}

.footer .copyright {
    text-align: center;
    color: #012970;
}

.footer .credits {
    padding-top: 5px;
    text-align: center;
    font-size: 13px;
    color: #012970;
}

.dashboard-card {
    background-color: magenta;
    height: 150px !important;
    width: 100% !important;
}

.upcoming-camps {
    color: rgb(231 79 18) !important;
}

.upcoming-camps h1 {
    color: rgb(94 40 96) !important;
    font-weight: normal;
    font-family: 'Anton';
    font-size: 30px;
    text-align: center;
}

.events .inner-card {
    background-color: rgb(94 40 96);
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
    /* width: 100%; */
}

.events .inner-card-lower {
    background-color: rgb(211, 211, 211) !important;
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
    width: 100%;
}

.no-dec {
    color: inherit;
}

.no-dec:hover {
    color: #fff;
}

.events .inner-card h2 {
    color: white;
    /* font-weight: normal; */
    font-family: 'Anton';
    font-size: 25px;
    text-align: center;
    letter-spacing: 1px;
}

.events .inner-card-lower h2 {
    color: #e75112;
    font-weight: normal;
    font-family: 'Anton';
    font-size: 25px;
    text-align: center;
}

#cta {
    background-color: black;
    color: white;
    text-align: center;
    font-weight: 900;
    font-size: 1.5rem;
    padding: 7% 4%;
}

#dta {
    background-color: black;
    color: white;
    text-align: center;
    font-weight: 900;
    font-size: 1.5rem;
    /* padding: 7% 4%; */
}


/* footer-section */

#footer {
    background-color: #f5f4f4;
    padding: 5% 10%;
    text-align: center;
}

.footer-icon {
    color: #1687a7;
    margin: 20px 30px;
}

.footer-icon:hover {
    color: #0f0f0f;
}

#features {
    /* padding: 7% 15%; */
    position: relative;
}

p {
    font-size: 15px;
    font-weight: 100;
}

.bottom-logo {
    height: 172px;
    margin: 0px -29px;
}

.children {
    background-image: linear-gradient(to right, #711d47, #d2470d);
    max-width: 80%;
    margin: 0 auto;
    
}

.butos {
    text-align: center;
    padding-top: 35px;
}

.butos span {
    padding-left: 30px;
    padding-right: 30px;
}

.butos button {
    background-color: #662063;
    border: transparent;
}

.days {
    background-color: white;
}

.day-div .inner-div {
    height: 150px;
    width: 200px;
    /* border: 1px dotted black; */
    margin: 40px;
    text-align: center;
    padding-top: 40px;
    color: white;
}


/* The container */

.check {
    /* display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; */
    cursor: pointer;
}


/* Hide the browser's default checkbox */


/* .check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #34495E;
border-radius: 4px;
outline: none;
background-color: #41B883;
cursor: pointer;

} */


/* Create a custom checkbox */

.checkmark {
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 0px !important;
    background-color: white;
    color: rgb(231 79 18) !important;
    margin-top: -40px !important;
    margin-left: 70px !important;
    display: unset;
}

.checkmark {
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 0px !important;
    background-color: white;
    color: rgb(231 79 18) !important;
    margin-top: -40px !important;
    margin-left: 70px !important;
    display: unset;
}

.checkmark1 {
    width: 13px;
    height: 13px;
    position: absolute;
    border-radius: 0px !important;
    background-color: white;
    color: rgb(231 79 18) !important;
    margin-top: 44px !important;
    margin-left: -18px !important;
    display: unset;
}

#innerbox {
    font-family: 'Roboto Slab';
    font-size: 10px;
    /* margin-top: 40%; */
    margin-left: -20 !important;
}


/* On mouse-over, add a grey background color */

.check:hover input~.checkmark {
    background-color: white;
}


/* When the checkbox is checked, add a blue background */

.check input:checked~.checkmark {
    /* background-color: rgb(231 79 18); */
    background-color: white !important;
}


/* Create the checkmark/indicator (hidden when not checked) */


/* .checkmark:after {
  content: "";
  position: absolute;
  
} */


/* Show the checkmark when checked */

.check input:checked~.checkmark:after {
    display: block;
}


/* Show the checkmark when checked */

.check input:checked~.checkmark::before {
    content: '\2713';
    display: block;
    text-align: center;
    color: rgb(231 79 18);
    position: absolute;
    left: 0.7rem;
    top: 0.2rem;
}


/* Style the checkmark/indicator */

.check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.children-details {
    background-color: #f1f2f2;
}

.children-detailsTwo {
    text-align: center;
    color: white;
    font-family: 'Anton';
}

.first-div {
    background-color: white;
    /* border: 1px dotted black; */
    width: 80%;
}

.topnav {
    text-align: center;
    overflow: hidden;
    background-color: #333;
}

.topnav a {
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 20px;
}

.topnav a.active {
    background-color: #04AA6D;
    color: white;
}

.nav-btn {
    display: none;
	border: solid 1px rgba(255,255,255,0.25);
	border-radius: 0.5rem;
	background-color: transparent;
	font-size: 1.25rem;
	color: #FFF;
	padding: 0.25rem 0.75rem;
}

.basket-icon {
    color: #fff;
}

.basket-icon:hover {
    color: rgb(231 79 18);
}

@media screen and (max-width: 1400px) {
	/* .header-content {
		flex-direction: column;
	} */
	/* ul.navigations, ul.buttons {
		display: none;
	} */
	.active .navigations {
		display: flex;
		flex-direction: column;
		margin-bottom: 1rem;
	}
	.active .buttons {
		display: flex;
	}
    .resp {
        display: block;
    }
    .navigation-ul>li {
        display: block;
        text-align: left;
    }
    .navigation-items {
        text-align: left;
    }
}

@media screen and (max-width: 1150px) {
    ul.navigations, ul.buttons {
		display: none;
	}
    .nav-btn {
		display: block;
    }
    .header-content {
		flex-direction: column;
	}
}


/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
    .post-img-mw {
        max-width: 400px !important;
    }
    /* .icon{
    display:block;
  } */
    .topnav .main-logo {
        width: 100px !important;
    }
    .topnav .ofsted-logo {
        display: none !important;
    }
    .carousel-mh img {
        height: 500px;
    }
    .med-size {
        display: flex;
        justify-content: space-evenly;
    }
    .header-content {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .log-bars-pos {
        display: flex;
        justify-content: flex-start;
    }
    .toggle-bars {
        width: 40px !important;
    }
    .faq-hero {
        height: 400px;
    }
}


/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav .main-logo {
        width: 100px !important;
    }
    .topnav .ofsted-logo {
        display: none !important;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    .md-fsize {
        font-size: 18px;
    }
    .carousel-caption {
        bottom: 4.25rem !important;
    }
    .carousel-control-prev-icon {
        display: none;
    }
    .carousel-control-next-icon {
        display: none;
    }
    .mail-form-bg {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}

.ofsted-logo {
    width: 4%;
    padding: 11px 3px;
    margin: -2px 6px;
}


/* Full-width input fields */

.full-details {
    width: 30%;
    padding: 14px 3px;
    display: inline-block;
    border: 1px solid black;
    box-sizing: border-box;
    margin-left: 35%;
}

.detail {
    margin-left: 35%;
    font-weight: 800;
}


/* Set a style for all buttons */

#main-login {
    background-color: rgb(231, 80, 18);
    text-align: center;
    color: white;
    padding: 12px 10px;
    margin-left: 42%;
    border: none;
    cursor: pointer;
    width: 15%;
    font-weight: 800;
    font-size: 20px;
}

#main-login:hover {
    opacity: 0.8;
}


/* .psw{
  float: right;
  font-size: 12px;
 
} */

.dbt {
    margin-left: 35%;
    font-size: 12px;
    line-height: 0.5;
}

.dbx {
    margin-left: 55%;
    font-size: 12px;
    line-height: 0.5;
}

.btn-orange {
    background-color: rgb(231, 80, 18);
    color: white;
    font-family: impact;
}

.topbutton {
    background-color: rgb(52, 153, 255);
    width: 20%;
    color: white;
    border: none;
    border-radius: 12%;
    margin-left: auto;
    font-size: 13px;
    text-align: center;
}

.hidebutton {
    background-color: rgb(50, 31, 218);
    width: 65%;
    color: white;
    border: none;
    border-radius: 5%;
    font-size: 15px;
    text-align: center;
}

.writeUpdetails {
    width: 70%;
    border: 0.1px solid black;
}

.editbutton {
    background-color: rgb(157, 165, 177);
    width: 65%;
    height: 35px;
    color: white;
    border: none;
    border-radius: 5%;
    font-size: 15px;
    text-align: center;
}

.duplicatebutton {
    background-color: rgb(249, 177, 19);
    width: 37% !important;
    height: 35px;
    color: white;
    border: none;
    border-radius: 5%;
    font-size: 15px;
    text-align: center;
}

.deletebutton {
    background-color: rgb(229, 83, 83);
    width: 65%;
    height: 35px;
    color: white;
    border: none;
    border-radius: 5%;
    font-size: 15px;
    text-align: center;
}

.bookingsbutton {
    background-color: rgb(52, 153, 255);
    width: 100%;
    height: 35px;
    color: white;
    border: none;
    border-radius: 5%;
    font-size: 15px;
    text-align: center;
}

.exportbuttonModal {
    background-color: rgb(52, 153, 255);
    width: 30%;
    height: 35px;
    color: white;
    border: none;
    font-size: 15px;
}

.deletebuttonModal {
    background-color: rgb(229, 83, 83);
    width: 30%;
    height: 35px;
    color: white;
    border: none;
    font-size: 15px;
}

.thankYou {
    text-align: center;
}

.awards-ft {
    background-color: rgb(224, 6, 18);
    color: white;
    font-size: 25px;
    font-weight: normal;
    margin: 2px -38px;
    position: absolute;
    padding: 4px 4px;
}

.main-logo {
    width: 9%;
}

.hidebuttonbk {
    background-color: rgb(102, 32, 99);
    color: white;
    border: none;
}

.editblock {
    background-color: blue;
    color: white;
    border: none;
    width: 40%;
    height: 40px;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
}

.pagination a.active {
    background-color: rgb(50, 31, 218);
    color: white;
    border: 1px solid rgb(50, 31, 218);
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.pagination a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#campB {
    padding: 2px 10px;
    margin: 5px 15px;
}

.campBt {
    padding: -1px 10px;
    margin: 5px 15px;
}

.t-pad {
    padding: 15px;
}

#footer {
    text-align: center;
}

.dbmove {
    margin-right: 4%;
}

.review4211 {
    width: 98%;
    border: 1px solid green;
    color: black;
    background-color: white;
    font-weight: 300;
    height: 52px;
    text-align: center;
    margin: 30px -34px;
    line-height: 2.1;
}

.starImg {
    width: 9%;
    background-color: green;
}


/* bookinSummary css */

header {
    clear: both;
}

.main {
    margin: 100px 10px;
}

.clear-both {
    clear: both;
}

.heading-text {
    font-family: impact;
    font-weight: 900;
    color: #374253;
    margin: 4rem 0;
}

.inner-head {
    font-size: 20px;
    font-size: 'Anton';
    align-items: center;
    position: absolute;
    left: 10px;
    top: 20px;
}

.inner-box,
.inner-box2 {
    border: 1px solid black;
    padding: 20px 50px;
    background-color: white;
    margin: 20px 0px;
}

.inner-box-header-text {
    font-family: impact;
    font-weight: 100;
    font-size: 25px;
    padding: 10px 0px;
    color: #E75012;
    margin-bottom: 20px;
}

.inner-box-header-text2 {
    font-family: 'Anton';
    font-weight: 100;
    font-size: 25px;
    color: #374253;
    margin-bottom: 20px;
    text-align: center;
    padding: 10px 0px;
    border-bottom: 1px solid black;
}

.inner-box p {
    line-height: .5;
}

.inner-box2 p {
    line-height: 1;
    text-align: right;
}

.normal {
    color: black;
    font-weight: 500;
}

.total {
    text-align: right;
    padding: 15px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.payments {
    border-bottom: 1px solid black;
    padding: 15px;
    text-align: center;
}

.pay-btn {
    color: white;
    font-family: impact;
    font-size: 20px;
    background-color: #E75012;
    border: none;
    border-radius: 7px;
    padding: 5px 30px;
    width: 100%;
}

.form-control6 {
    width: 90%;
    height: 49px;
    border-top: none;
    border-right: none;
    border-left: none;
    font-family: 'Roboto Slab' !important;
    font-size: 17px;
}


/* .form-control{
  border-radius: 0 !important;
  border: 2px solid grey;
  margin: 20px 0px;
  text-align: left;
  padding: 12px;
} */

.form-control2 {
    border-radius: 0 !important;
    border: 2px solid grey;
    width: 20%;
    display: inline-block;
}

.babaz {
    /* height: 20px; */
    width: 10px !important;
}

input::placeholder {
    font-family: 'Roboto Slab';
    color: #EAEAEA !important;
    font-size: 20px;
}

h5 {
    margin-top: 7px;
    margin-left: 10px;
}

.divider {
    font-size: 45px;
}

.sub-btn {
    padding: 10px;
    background-color: #FAB114;
    color: black;
    font-family: impact;
    font-weight: 900;
    /* font-size: px; */
    border-radius: 0px 10px 10px 0px;
    border: 1px solid grey;
}

.border {
    border-radius: 10px !important;
}

.inner-input {
    width: 100%;
    border-radius: 10px 0 0 10px;
    border: 1px solid grey;
    padding: 0 10px;
}

.campbookingone {
    margin-left: 20px;
}

.campbookingtwo {
    color: red;
    font-weight: normal;
    font-size: 20px;
}

.communicationsone {
    color: red;
}

.compose {
    margin-left: 4%;
}

.createCamps {
    background: #F9FAFA;
}

.createCampstwo {
    background: #321FDC;
}

.createCampsthree {
    color: #FFB1B1;
}

.discounts {
    width: 45% !important;
}

.discountsTwo {
    float: right;
}

.indexOne {
    margin-left: 16px;
}

.indexTwo {
    width: 18rem;
}

.reports {
    display: none;
}

.reportsTwo {
    text-align: center;
    font-weight: normal;
}

.reportsThree {
    float: right;
    font-weight: normal;
    padding-right: 180px;
}

.amtD {
    padding-right: 40px;
}

.children {
    border-radius: 0px;
}

.calc-area {
    text-align: center;
    align-items: center;
}

.calc-area hr {
    width: 30%;
    display: inline-block !important;
    margin-bottom: 0px !important;
    /* margin: auto; */
    float: right;
}

.total-pay {
    float: right;
    padding-right: 220px;
}

.bookingSummary {
    font-family: 'Anton';
    font-size: 20px;
    text-align: center;
}

.bookingSummaryTwo {
    color: white;
    background-color: rgb(64 107 167);
    width: 100px;
    height: 40%;
}

.campPreview {
    margin-top: 150px;
    justify-content: center;
}

.campPreview99 {
    margin-top: 50px;
}

.campPreviewTwo {
    font-weight: normaler;
    font-family: 'Anton';
    text-align: center;
}

.campPreviewThree {
    font-weight: normaler;
    font-family: 'Anton';
    text-align: center;
    color: rgb(231 79 18) !important;
}

.campPreviewFour {
    font-weight: normaler;
    font-family: 'Anton';
    color: rgb(231 79 18) !important;
}

.campPreview2 {
    font-family: 'Anton';
    font-size: 35px;
    text-align: center;
    color: rgb(55, 66, 83);
}

.campPreview3 {
    font-family: 'Anton';
    font-size: 25px;
    color: rgb(231, 80, 18);
}

.bookingSummaryThree {
    text-align: start;
    font-family: 'Roboto Slab' !important;
}

.bookingSummaryThreeOne {
    text-align: start;
    font-family: 'Roboto Slab' !important;
    line-height: 0.1;
}

.bookingSummaryFour {
    font-family: 'Roboto Slab';
    font-weight: 100;
    font-size: 18px;
}

.bookingSummaryFive {
    font-family: 'Roboto Slab';
    font-weight: normal;
    font-size: 25px;
}

.bookingSummarySix {
    font-family: 'Roboto Slab';
    font-weight: normaler;
    font-size: 14px;
}

.bookingSummarySeven {
    width: 230%;
    height: 200% !important;
    float: right"

}

.bookingSummaryEight {
    font-family: 'Roboto Slab';
    font-size: 14px;
}

.campPreview4 {
    font-family: 'Roboto Slab';
    font-size: 14px;
    color: rgb(55, 66, 83);
}

.campPreview5 {
    font-family: 'Anton';
    font-size: 20px;
    text-align: center;
    color: rgb(55, 66, 83);
}

.campPreview6 {
    font-family: 'Anton';
    font-size: 25px;
    color: rgb(231, 80, 18);
}

.campPreview7 {
    text-align: center;
    color: white;
    font-weight: normal;
    font-family: 'Anton';
}

.campPreview8 {
    text-align: center;
    color: white;
    font-weight: normal;
    font-family: 'Anton';
}

.campPreview9 {
    background-color: rgb(231 79 18);
    font-family: 'Roboto Slab';
}

.campPreview10 {
    font-family: 'Roboto Slab';
    background-color: rgb(102 32 99);
}

.campPreview11 {
    background-color: rgb(79 93 115);
    font-family: 'Roboto Slab';
}

.child {
    background-color: rgb(79 93 115);
}

.campPreview12 {
    background-color: rgb(102 32 99);
    font-family: 'Roboto Slab';
}

.campPreview13 {
    text-align: center;
}

.campPreview14 {
    text-align: center;
    color: white;
    font-weight: normal;
    font-family: 'Anton';
}

.campPreview15 {
    padding-bottom: 3% !important;
    width: 65% !important;
}

.campPreview16 {
    font-weight: normaler;
    font-family: 'Roboto Slab';
    color: rgb(231 79 18) !important;
    padding-left: 20px;
}

.campPreview17 {
    width: 370px;
    border: 1px solid gray;
}

.campPreview18 {
    padding-bottom: 3% !important;
}

.campPreview19 {
    font-weight: normaler;
    font-family: 'Anton';
    color: rgb(231 79 18) !important;
}

.campPreview20 {
    padding-bottom: 3% !important;
    background-color: #f1f2f2;
}

.campPreview21 {
    border-radius: 0px;
}

.campPreview23 {
    font-family: 'Roboto Slab';
}

.bookingSummaryNine {
    font-family: 'Roboto Slab';
    font-family: 'Anton';
    color: rgb(231 79 18) !important;
}

.bookingSummaryTen {
    text-align: start;
    font-family: 'Anton' !important;
    line-height: 0.1;
}

.bookingSummaryEleven {
    font-family: 'Roboto Slab';
    font-size: 15px;
    font-weight: 500;
}

.campPreviewTen form input::placeholder {
    font-family: 'Roboto Slab';
}

.campPreviewFive {
    text-align: center;
    color: white;
    font-weight: normal;
    font-family: 'Anton';
}

.campPreviewSix {
    background-color: rgb(231 79 18);
}

.input_left {
    left: 462px;
}

.campPreviewSeven {
    background-color: rgb(102 32 99);
}

.campPreviewEight {
    background-color: rgb(102 32 99);
}

.campPreviewNine {
    font-family: 'Anton';
}

.campPreviewTen {
    padding-bottom: 3% !important;
}

.campPreviewEleven {
    border-radius: 0px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    font-family: 'Roboto Slab';
}

.campPreviewThirteen {
    border-radius: 0px;
}

.campPreview22 {
    font-weight: normaler;
    font-size: 12px;
}

.campPreviewTwelve {
    padding-bottom: 3% !important;
    background-color: #f1f2f2;
}

.campPreviewThirteen {
    width: 350px;
    height: 50px;
    background-color: rgb(231 79 18);
    border: transparent;
    color: white;
    font-weight: normal;
}

.campPreviewFourteen {
    width: 230%;
    height: 200% !important;
    float: right;
}

.child2 {
    font-weight: normaler;
    font-family: 'Anton';
    color: rgb(231 79 18) !important;
    padding-left: 20px;
}

.clientAdmin {
    font-family: 'Anton';
    font-size: 50px;
    text-align: center;
    font-weight: normal;
}

.clientAdmin2 {
    font-family: 'Anton';
    font-size: 25px;
    text-align: center;
}

.indexCss {
    margin-top: 80px
}

.top-nav-new {
    background-color: #282828;
    color: white;
}

a.logo-area {
	display: inline-block;
}

.navigations {
	display: flex;
	align-items: center;
}

.navigation-items {
    font-family: 'Anton';
    font-size: 18px;
    text-align: center;
    color: white;
    display: block;
}

.navigation-items:hover {
    color: #e75012;
}

.navigation-ul,
.buttons-ul {
    list-style-type: none;
	display: flex;
}

.web-logo {
    width: 130px;
}

.ofsted-logo1 {
    width: 50px;
    height: 40px;
}

.buttons-ul>li {
    display: inline-block;
    margin: 0.5rem;
}

.buttons-ul {
    text-align: center;
}

.facebook {
    background-color: #3E6BA7;
    padding: 14px;
    font-size: 24px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 600;
}

@media (max-width:1114px) {


    .mq-fpass {
        display: flex !important;
    }
    .flex-book {
        display: flex !important;
    }

    .form-control-cus {
        max-width: 80% !important;
    }
}
/* changed from 14px to 24px for upcoming camps*/
.indexCssOne {
    font-family: 'Roboto Slab';
    font-size: 24px;
    text-align: center;
    color: white;
}

.indexCssTwo {
    margin-top: 30px;
}

.indexCssThree {
    margin-top: 10px;
}

header {
    clear: both;
}

.main {
    margin: 100px 10px;
}

.payment {
    border: solid 1px #dddddd;
    margin: 5px 20px 5px 20px;
}

.payments2 {
    padding-right: 170px;
}

.payment3 {
    padding-right: 120px
}

.payment4 {
    background-color: #e75012;
    font-weight: 700;
}

.thankYou {
    margin-top: 100px;
}

.thankYou2 {
    font-family: 'Roboto Slab';
    font-size: 14px;
    text-align: center;
}

.thankYou3 {
    font-family: 'Anton';
    font-size: 20px;
    background-color: #662063;
    color: white;
    text-align: center;
}

.thankYou4 {
    margin-bottom: 100px;
}

.navButtonColors {
    background-color: rgb(231, 80, 18);
    color: white;
}

.navButtonColors2 {
    background-color: rgb(102, 32, 99);
    color: white;
}

.capa p {
    font-family: 'Roboto Slab' !important;
    font-weight: normal;
}

.numOfChild {
    text-align: center;
}

.formalin input::placeholder {
    font-family: 'Roboto Slab' !important;
}

.fot {
    font-family: 'Roboto Slab' !important;
}

.checko {
    width: 12px !important;
}

.nre {
    margin-top: 40px;
}

.news-font h2 {
    font-family: "Roboto Slab", 'Anton';
    color: #652063;
    font-weight: 600;
}

.footer-text h4 {
    color: white;
    font-family: "Roboto Slab", 'Anton';
    font-size: 18px;
	margin-bottom: 1rem;
}

.footer-text p {
    color: #999;
	margin-bottom: 0.75rem;
}

footer .footer-text {
	border-bottom: solid 1px rgba(255,255,255,0.25);
}

/* .footer-bg {
    background-color: #282828;
} */

.background-b {
    background-color: #1e1e1e;
    padding: 50px;
}

.cust-pill,
.nav-pills .nav-link.active {
    color: #fff;
    background-color: #e75112;
}

.cust-pill,
.nav-pills {
    background-color: #fff;
    color: #e75112;
    border-radius: 5px;
}

.cust-pill,
.nav-link {
    color: lightgray;
}

.cust-pill,
.nav-link:hover {
    color: #e75012;
}

.foot-img {
    max-width: 220px;
}

.foot-btm-img {
    max-height: 100px;
    object-fit: contain;
}

.carousel-mh {
    max-height: 600px;
}

.carousel-mh img {
    max-height: 600px;
    object-fit: cover;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}


/* 
.carousel-rgb::after {
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.4);
} */

.cb-bottom {
    background-color: #e75112;
    color: #fff;
    font-size: 20px;
}

.carousel-caption {
    bottom: 9.25rem;
}

.carousel-caption .btn {
    padding: 8px 25px !important;
    font-family: 'Anton' !important;
    font-size: 20px !important;
    border-radius: 20px !important;
    min-width: 150px !important;
    text-transform: uppercase !important;
}

.carousel-caption .btn-primary {
    background-color: #e75112 !important;
    border-color: #e75112 !important;
    color: white !important;
}

.carousel-caption .btn-primary:hover {
    background-color: #d64600 !important;
    border-color: #d64600 !important;
}

.carousel-caption .btn-secondary {
    background-color: #662063 !important;
    border-color: #662063 !important;
    color: white !important;
}

.carousel-caption .btn-secondary:hover {
    background-color: #400440 !important;
    border-color: #400440 !important;
}

.btn-primary {
    color: #fff;
    background-color: #e75112;
    border: #e75112;
    border-radius: 20px;
    font-size: 20px;
    font-family: 'Anton';
}

.btn-primary2 {
    color: #fff;
    background-color: #e75112;
    border: #e75112;
    border-radius: 10px;
    font-size: 15px;
    font-family: 'Anton';
    min-width: 100px;
}

.add-card {
    height: 127px;
    border: solid 2px #fff;
    border-radius: 5px;
}

.add-card h1 {
    font-size: 90px;
}

.add-card:hover {
    border: solid 2px #e75012;
}

.payment-method .btn-primary span {
    font-family: 'Anton';
}

.h-col {
    color: #e75112;
}

section p {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
}

body {
    background-color: #e2e3e5;
}

.news-bg-white {
    background-color: #fff;
}

.news-hero {
    max-height: 200px;
    object-fit: cover;
}

.act-border {
    border-radius: 313px;
}

.act-bg-img {
    background-image: url(assets/img/jpg/act-bg.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.trust-btn {
    border: solid 1px #18d26e;
}

.hero-border {
    border-bottom: solid 40px #e75112;
}

.faq-hero {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

.img-text-contain {
    position: relative;
    min-height: 400px;
    background-color: #f5f5f5; /* Light gray fallback background */
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-text-contain .faq-hero {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.img-text-contain .center-txt {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.9); /* Semi-transparent white background */
    border-radius: 8px;
    max-width: 800px;
    margin: 0 auto;
}

.activities {
    font-weight: 300;
}

.news-hero2 {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    margin-bottom: -5px;
}

.news-hero2 img {
    display: block;
    transition: transform .4s;
}

.news-hero2:hover img {
    transform: scale(1.3);
    transform-origin: 50% 50%;
    cursor: pointer;
}

.news-bg-white:hover h2 {
    color: #e75112;
    cursor: pointer;
}

.test-tag-color {
    color: #662063;
}

.camp-prev-img {
    max-height: 30px;
    object-fit: contain;
}

.btn-secondary2 {
    color: #fff;
    background-color: #662063;
    border: #662063;
    border-radius: 20px;
    font-size: 20px;
    font-family: 'anton';
}

.btn-secondary3 {
    color: #fff;
    background-color: #662063;
    border: #662063;
    border-radius: 10px;
    font-size: 15px;
    font-family: 'anton';
    min-width: 100px;
}

.card .card-body .card-title {
    font-size: 25px;
}

.btn-secondary2:hover {
    color: #e75112;
}

.p-normaler {
    font-weight: 600 !important;
    color: #000;
}

.mh-custom {
    max-height: 190px;
}

.btn-rad {
    border-radius: 63px;
}

.mt-minus {
    margin-top: -24px !important;
}

.camp-purple {
    color: #662063;
}

.map-iframe {
    max-width: 100%;
}

.col-p-size p {
    font-size: 12px !important;
}

.row-height {
    height: 80px;
}

.custom-table {
    width: 50px;
    height: 50px;
    font-size: 20px;
    font-family: sans-serif, 'Anton';
}

.col-class th {
    background-color: #e75112;
    width: 80px;
    height: 80px;
    color: #fff;
}

.col-class td {
    background-color: #662063;
    color: #fff;
}

.table-bordered {
    color: #000;
    border: solid #232323;
}

.empty-col {
    background-color: #000 !important;
    opacity: 0.0;
    border: none !important;
}

.col-dp {
    background-color: #4f1b52 !important;
}

.col-dark {
    background-color: #8e5b86 !important;
}

.col-dark p {
    font-size: small;
    margin: 0;
}

.mobiscroll {
    overflow: auto;
    white-space: nowrap;
}

.frm-contain {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.camp-book-card p {
    margin-bottom: 5px;
}

.camp-book-card p span {
    font-family: 'Roboto Slab';
    font-weight: 400;
}

.camp-book-card span {
    font-family: 'Roboto Slab';
    font-weight: 400;
}

.camp-book-card {
    border: solid 1px #000;
    background-color: #fff;
}

.pay-method-mw {
    max-width: 550px;
}

.back-bk {
    color: #000;
}

.para-font {
    font-weight: 800;
    font-family: 'Roboto Slab';
}

.span-normal2 span {
    font-weight: 100 !important;
}

.para-font span {
    font-weight: 100 !important;
    font-family: 'Roboto Slab';
}

.border-bottom2 {
    border-bottom: solid 1px #000;
}

.inp-width {
    max-width: 150px;
    margin-right: 20px;
}

.inp-width2 {
    max-width: 80px;
}

.checkout-btn button {
    border-radius: 9px;
}

.sub-pay-btn button {
    border-radius: 4px;
}

.span-normal span {
    font-weight: 700;
}

.ff-custom2 {
    font-family: 'Roboto Slab';
    font-weight: 300;
}

.form-control-cus {
    border: solid 1px #000;
}

.form-control-cus::placeholder {
    font-family: "Open Sans", 'Anton';
    font-size: 16px;
}

.btn-p2 {
    background-color: #ffc700;
    color: #000;
}

.btn-p2:hover {
    background-color: #fff;
    color: #e75112;
}

.no-flex-block {
    display: flex !important;
    flex-wrap: nowrap;
    max-width: 100%;
}

.ff-custom {
    font-family: 'Roboto Slab';
    font-weight: 800;
}

.mw-ty {
    max-width: 800px;
}

.camp-book-card input {
    font-family: 'Roboto Slab';
    border-radius: 20px;
}

.checkout-card {
    max-width: 400px;
}

.form-underline {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    border-bottom: 2px solid lightgray;
}

.input-text input::placeholder {
    font-size: 16px;
    font-family: "Open Sans", 'Anton';
    font-weight: 600;
}

.input-text input {
    font-size: 16px;
    font-family: 'Roboto Slab';
    border-radius: 0;
    border: solid 1px #000;
}

.prof-bg {
    background-color: #fff;
    border: solid 8px #e75112;
    border-radius: 20px;
    box-shadow: 0px 0px 5px 5px #888888;
}

.prof-bg2 {
    background-color: #fff;
    border: solid 8px #4f1b52;
    border-radius: 20px;
    box-shadow: 0px 0px 5px 5px #888888;
}

.prof-bg span {
    font-family: 'Roboto Slab';
    font-weight: 400;
}

.prof-bg2 span {
    font-family: 'Roboto Slab';
    font-weight: 400;
}

.profile-c-container {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.h-col2 h1 {
    color: #e75112 !important;
}

.faq-hero2 {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.post-img-mw {
    max-width: 600px;
    max-height: 300px;
}

.head-color-w h4 {
    color: #fff;
}

.pp-fm p {
    font-family: "roboto slab", sans-serif;
    font-weight: 400 !important;
}

.pp-fm a {
    color: #e75112;
}

.h2-orange h2 {
    color: #e75112;
}

.h3-orange h3 {
    color: #e75112;
}

.p-orange {
    color: #e75112;
}

.child-buttons {
    background-color: #662163;
    border: solid 1px #662163;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px 5px 10px;
}

.booking-container {
    max-width: 1000px;
    margin: auto;
}


/* .day-box {
  background-color: #662163;
  color: #fff;
  padding: 10px;
  height: 125px;
  width: 185px;
} */

.day-box:hover {
    cursor: pointer;
}

.p-no-mg p {
    margin: 0;
}

.bf-label .form-check {
    margin: 0;
    padding: 0;
}

.bf-label label {
    font-size: 10px;
    font-family: 'Roboto Slab', serif;
    padding-left: 5px;
}

.bf-label input {
    width: 12px;
    height: 12px;
}

.aw-font label {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
}

.price-container {
    max-width: 800px;
    margin: auto;
}

.borders {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.child-forms input {
    border: none;
    width: 100%;
    font-family: 'Roboto Slab', sans-serif;
}

.child-forms input::placeholder {
    font-family: 'Roboto Slab', sans-serif !important;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 100;
}

.child-forms label {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 100;
}

.child-forms {
    background-color: #fff;
}

.dob-label input {
    max-width: 200px;
    font-weight: 100;
}

.child-forms .form-select {
    border: none;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 100;
}

.child-forms textarea {
    border: none;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 100;
    resize: none;
}

.child-forms textarea::placeholder {
    color: #000;
}

.form-box {
    background-color: #fff;
}

.form-box label {
    font-family: 'Roboto Slab', sans-serif;
    color: #000;
}

.checkbox-font label {
    font-weight: 100;
}

.check-p {
    color: #000;
}

.check-p p {
    max-width: 300px;
}

.contact-info {
    background-color: #fff;
    max-width: 600px;
    border: solid 1px #000;
    margin-left: auto;
    margin-right: auto;
}

.contact-info2 {
    background-color: #fff;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.terms-check .form-check-label {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 100;
    font-size: 14px;
}

.terms-check {
    max-width: 320px;
}

.button-container {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.form-big-btn {
    width: 100%;
    border-radius: 5px;
    background-color: #E75012;
    color: #fff;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'anton';
}

.form-big-btn2 {
    width: 100%;
    border-radius: 5px;
    background-color: #662063;
    color: #fff;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'anton';
}

.day-box-selected {
    background-color: #E75012;
    position: relative;
}

.day-box-selected::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    top: 0;
    right: 0;
}

.return-customer {
    background-color: #fff;
    border: solid 1px #000;
}

.dd-btn button {
    background-color: #fff;
    border: solid 1px;
    width: 100%;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 100;
    padding: 10px;
}

.dd-box .dropdown-menu {
    width: 100%;
    padding: 10px;
    border: solid 1px;
    border-radius: 0px;
}

.dd-box {
	list-style-type: none;
	padding-left: 0;
}

.child-fc input {
    width: 15px;
    height: 15px;
    border: solid 1px #000;
    margin-right: 10px;
    margin-top: 0;
}

.sm-edit {
    color: #000;
    font-size: 12px;
}

.edit-anchor a {
    color: #000;
    display: inline-block;
}

.edit-anchor p:hover {
    border-bottom: 1px solid lightgray;
}

.plus-child a span {
    background-color: #fff;
    border-radius: 50px;
    color: #ff771d;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px;
    font-weight: 500;
}

.plus-child a {
    display: inline-block;
    color: #000;
}

.f-pass {
    color: #444444;
}

.f-pass:hover {
    color: #e75012;
}

.day-label label {
    cursor: pointer;
    background-color: #662163;
    color: #FFF;
    text-align: center;
    width: 185px;
}

.day-label input[type=checkbox] {
    visibility: hidden;
    height: 0;
    width: 0;
}

.day-label input[type=checkbox]:checked+label {
    background-color: #e75012;
}

.payment-success-img {
    width: 320px;
}

img {
    max-width: 100%;
    height: auto;
}

.mw-840 {
    max-width: 840px;
}

.booking-ref {
    display: inline-block;
    color: #FFF;
    background-color: #662063;
}

.info-btns a:nth-of-type(2n) .btn-primary {
    background-color: #662063;
}

.info-btns a .btn-primary:hover {
    background-color: #400440;
}

#camp-ages .col-md:nth-of-type(2n) .h-col {
    color: #662063;
}

#camp-ages .col-md:nth-of-type(2n) a {
    background-color: #662063;
}

#camp-ages .col-md a:hover {
    background-color: #400440;
}

.add-contain {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.w-unset {
	width: unset;
}

.bookings {
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
}

.voucher-input input {
    border-radius: 20px;
}

.my-vouch .border-bottom2 .coupon-alert p {
    font-size: 20px;
    color: #E75012;
    font-weight: 600;
}

.our-camps-age {
    color: #fff;
    text-align: center;
    margin-top: 20px;
    /* background-color: lightgray; */
    padding: 10px;
}

.mt-orange {
    border-bottom: 2px solid #d2470d;
}

.mh-150 {
    min-height: 80px;
}

.badge.outline {
    color: #662163;
    border: solid 1px #662163;
}

/* Accordion Styling */
.our-camps-page.accordion-item {
    background: transparent !important;
    border: none !important;
    margin-bottom: 1rem;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.our-camps-page .accordion-button {
    background: #662063 !important;
    border: 1px solid #662063 !important;
    border-radius: 8px !important;
    font-size: 1.4rem !important;
    color: white !important;
    padding: 1.5rem !important;
    box-shadow: 0 2px 10px rgba(102, 32, 99, 0.2) !important;
    transition: all 0.3s ease !important;
}

.our-camps-page .accordion-button:hover {
    background: #7a2675 !important;
    border-color: #7a2675 !important;
}

.our-camps-page .accordion-button:not(.collapsed) {
    color: white !important;
    background: #662063 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.our-camps-page .accordion-button:focus {
    box-shadow: 0 2px 15px rgba(102, 32, 99, 0.3) !important;
    border-color: #662063 !important;
}

.our-camps-page .accordion-button::after {
    background-size: 1.5rem !important;
    filter: brightness(0) invert(1) !important; /* Make the arrow icon white */
}

.our-camps-page .accordion-body {
    background: transparent !important;
    padding: 2rem 0 !important;
    border: none !important;
}

/* Add some spacing between sections */
#campsAccordion {
    margin: 2rem auto 4rem auto;
    max-width: 1140px;
}

/* Improved Camps Display Styling */
.our-camps-page {
    background: #f8f9fa !important;
    padding: 2rem 0;
    margin-bottom: 2rem;
}

.our-camps-page .events {
    background: transparent !important;
}

.our-camps-page .inner-card {
    background: white !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease;
    overflow: hidden;
    border: 1px solid #eee !important;
    margin-bottom: 1.5rem;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.our-camps-page .inner-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15) !important;
}

.our-camps-page .mt-orange {
    background: white !important;
    /* border-right: 1px solid #eee; */
    padding: 1.5rem;
    min-height: 130px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.our-camps-page .inner-card .col-md-4 {
    height: 100% !important;
}

.our-camps-page .mh-150 {
    min-height: 120px !important;
    height: auto !important;
}

.our-camps-page .events .inner-card h2 {
    color: #333 !important;
}

.our-camps-page .bookingSummary {
    color: #333;
    font-size: 1.2rem;
    margin: 0;
    padding: 0.5rem;
}

.our-camps-page .upper-p {
    color: #666;
    font-size: 1.1rem;
    margin: 0;
}

.our-camps-page .our-camps-age {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    margin: 0.5rem;
    width: 100%;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.our-camps-page .our-camps-age h5 {
    color: #333;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.our-camps-page .our-camps-age h6 {
    color: #666;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.our-camps-page .our-camps-age p {
    color: #888;
    margin-bottom: 1rem;
}

.our-camps-page .btn-primary {
    background-color: #ff5722;
    border-color: #ff5722;
    transition: all 0.3s ease;
}

.our-camps-page .btn-primary:hover {
    background-color: #f4511e;
    border-color: #f4511e;
}

.our-camps-page .btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
    transition: all 0.3s ease;
}

.our-camps-page .btn-secondary:hover {
    background-color: #5a6268;
    border-color: #545b62;
}

.our-camps-page .clientAdmin2.our-camps {
    color: #333;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #eee;
    text-align: center;
}

.our-camps-page h2.h-col {
    color: #333;
    margin-bottom: 2rem;
}

.our-camps-page .our-camps-age {
    background: white;
    padding: 2rem 1.5rem;
    border-radius: 8px;
    margin: 0.5rem;
    width: 100%;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
}

.our-camps-page .our-camps-age h5 {
    color: #333;
    font-size: 1.4rem !important;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.our-camps-page .our-camps-age h6 {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.our-camps-page .btn-secondary {
    background-color: #5c6bc0 !important;
    border-color: #5c6bc0 !important;
    color: white !important;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
    padding: 0.5rem 1.5rem;
}

.our-camps-page .btn-secondary:hover {
    background-color: #3f51b5 !important;
    border-color: #3f51b5 !important;
    transform: translateY(-1px);
}

.our-camps-page .btn-primary {
    background-color: #ff5722 !important;
    border-color: #ff5722 !important;
    color: white !important;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
    padding: 0.5rem 1.5rem;
}

.our-camps-page .btn-primary:hover {
    background-color: #f4511e !important;
    border-color: #f4511e !important;
    transform: translateY(-1px);
}

/* Account Details Accordion */
#accountAccordion .accordion-button {
    background-color: #fff;
    box-shadow: none;
    padding: 1.5rem;
}

#accountAccordion .accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
}

#accountAccordion .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}

#accountAccordion .accordion-button h3 {
    margin: 0;
    width: 100%;
    text-align: center;
}

#accountAccordion .accordion-button::after {
    margin-left: 0;
    position: absolute;
    right: 1.5rem;
}

#accountAccordion .accordion-item {
    border: none;
    background-color: transparent;
}

#accountAccordion .accordion-body {
    background-color: #fff;
    border-top: 1px solid rgba(0,0,0,.125);
}

.day-label.day-box {
    transition: box-shadow 0.3s ease;
}

.day-label.day-box.discount-achieved {
    box-shadow: inset 0 0 0 3px #28a745 !important;
}

.day-label.day-box.discount-achieved label {
    color: #fff;
}

.day-label.day-box.discount-achieved input[type=checkbox]:checked+label {
    color: #fff;
}