@charset "UTF-8";
/* CSS Document */

.top-header {
    align-items: center;
}

.image-holder {
    height: 180px;
    width: 533px;
    overflow: hidden;
    object-fit: cover;
}

p {
    font-size: 1.2em;
}

.explore-container {
    height: 100px;
    border-radius: 4px;
    box-shadow: 0px 2px 6px 1px rgb(0, 0, 0, 0.06);
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media all and (max-width: 768px) {
    .explore-container {
        flex-direction: column;
        height: auto
    }
}

@media all and (max-width: 425px) {
    .explore-container {
        flex-direction: row;
        height: auto;
        margin-top: 10px;
    }
}

.explore-container .img-holder img {
    height: 80px;
    width: auto;
}

.explore-container .text-holder {
    padding-left: 10px
}

.explore-container h4 {
    font-weight: 500;
}

#experiences-container {
    padding-bottom: 80px;
}

/* Dashboard css */

.dashboard-container {
    min-height: 800px;
}

.dashboard-container .menu-item {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
}

.active-menu {
    border: 1px solid #999;
    border-radius: 20px;
}

.dashboard-container .data-pane {
    border-left: 1px solid #e4e4e4;
    min-height: 800px;
}

.dashboard-status-card {
    height: 100px;
    border-radius: 4px;
    box-shadow: 0px 0px 4px rgb(0, 0, 0, 0.15);
    padding: 15px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}


.experience-box {
    background-color: white;
    padding: 3%;
    margin: 0;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    box-shadow: 0px 2px 6px 1px rgb(0, 0, 0, 0.06);
    cursor: pointer;
}

#experience-list>div {
    padding: 20px;
}

.exp-category-title {
    font-size: 1em;
    font-weight: 600;
    color: #444;
}

/* show experience page */

@media all and (max-width: 425px) {
    .hero-banner {
        padding: 90px 40px 40px 40px;
    }

    header {
        height: 80px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .cmn-toggle-switch {
        top: -12px;
    }

    .experience-box {
        flex-direction: column;
    }
}

@media all and (min-width: 768px) {
    .box_style_1 {
        position: sticky
    }

    .main-menu ul {
        text-align: right;
        font-size: 14px;
    }

    .main-menu>ul>li>a {
        font-size: 14px;
    }
}

#header-text {
    font-size: 2.5em;
    margin-top: 5%;
    color: #ffe346;
    font-weight: 700;
    margin-top: 10%
}

#header-subtext {
    font-size: 1em;
    color: white
}

@media all and (min-width: 1280px){
    #header-subtext {
        font-size: 1.5em;
    }
}


.div-vertical-center {
    display: flex;
    align-items: center;
}

.sk-double-bounce {
    width: 4em;
    height: 4em;
    position: relative;
    top: 50%;
    margin: auto;
}

.sk-double-bounce .sk-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #6ccef5;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-double-bounce 2s infinite ease-in-out;
    animation: sk-double-bounce 2s infinite ease-in-out;
}

.sk-double-bounce .sk-double-bounce-2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes sk-double-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-double-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.floating-menu {
    bottom: 0;
    background-color: #ffffff;
    width: auto;
    padding: 10px;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    margin: 0;
    padding: 20px;
    box-shadow: 0 -4px 6px -7px rgba(0,0,0,0.3);
}

.floating-menu .row{
    display: flex;
    flex-direction: row !important;
}

.floating-menu .row div{
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.payment-info {
    border: 1px solid #f6f6f6;
    border-radius: 2%;
    padding: 20px;
    text-align: left;
}

.payment-info:hover {
    box-shadow: 0px 6px 13px -7px rgb(0,0,0,0.1);
}

.payment-info .payment-purpose {
    font-size: 1.2em;
    text-align: left;
    font-weight: 600;
}

.payment-info .payment-amount, .payment-info .payment-txnid {
    text-align: left;
}

.basic-details, .required-files {
    margin: 0;
}

@media all and (max-width: 480px) {
    .basic-details, .required-files {
        margin-top: 30px
    }
} 

.basic-details div, .required-files div{
    text-align: left;
    margin: 5px 0;
}

legend {
    display: block;
    width: auto;
    margin: 15px;
    max-width: 100%;
    padding: 0;
    /* margin-bottom: .5rem; */
    font-size: 1rem;
    text-align: left;
    line-height: inherit;
    color: inherit;
    white-space: normal;

}

fieldset {
    min-width: 100%;
    /* padding: 10px; */
    margin: 0;
    border: 1px solid #f9f9f9;
}

.profile-images {
    height: 100px;
    widows: 100px;
    object-fit: contain;
}

.num-booking-label {
    border-radius: 10px;
    border: 2px solid #008000;
    color: #008000;
    padding: 0 10px;
}

#booking-list , .tenant-content{
    padding: 0 20px;
}

#booking-list .booking-list-items, .tenant-list-item, .payment-list-item {
    padding: 9px 10px;
    box-shadow: 0 4px 8px -7px rgba(0,0,0,0.1);
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    margin-bottom: 10px;
    text-align: left;
}

.tenant-list-item .view-details-button {
    font-size: 0.8em;
    position: absolute;
    right: 10px;
    top: 10px;
    border: none !important;
}

#experience-booking-modal .modal-content {
    overflow: auto;
}

#experience-booking-modal {
    margin: 10px;
}

.text-bold {
    font-weight: 600;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}