@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
/*@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;700,800&display=swap');*/

* {
    box-sizing: border-box;
}

html, body {
    font-family: Nunito,sans-serif;
}

h1, h2, h3, h4, h5, p {
    font-family: Nunito,sans-serif;
}

p {
    color: #6b6b84;
    line-height: 1.8;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 17px;
}

.flex {
    display: flex;
    align-items: center;
}

.flex-vert-center {
    align-items: center;
}

.text-center {
    text-align: center;
}

.hide {
    display: none !important;
}

.large-header {
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 44px;
    font-weight: 800;
}

.body-text {
    color: #6b6b84;
    line-height: 1.8;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 17px;
    font-family: Nunito,sans-serif;
}
/*
html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
}
*/
/*    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }*/
/*
        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }*/
/*
.main .top-row a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}
*/
/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

    .sidebar .top-row {
        background-color: rgba(0,0,0,0.4);
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                color: white;
            }

            .sidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}*/
.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.my-reconnect-modal > div {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    background-color: #fff;
    opacity: 0.8;
    text-align: center;
    font-weight: bold;
}

.components-reconnect-hide > div {
    display: none;
}

.components-reconnect-show > div {
    display: none;
}

.components-reconnect-show > .show {
    display: block;
}

.components-reconnect-failed > div {
    display: none;
}

.components-reconnect-failed > .failed {
    display: block;
}

.components-reconnect-rejected > div {
    display: none;
}

.components-reconnect-rejected > .rejected {
    display: block;
}

/*@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;
    }
}*/

.main {
    position: relative;
    min-height: 100vh;
    padding-bottom: 84px;
    /*padding: 30px;*/
}

.footer {
    background-color: #fafafb;
    padding: 20px 0 20px 0;
    margin-top: 40px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 100;
    border-top: 1px solid #f3f2ee;
}

.footer-content {
    display: flex;
    align-items: center;
}

.support-button-area {
    margin-left: auto;
}

    .support-button-area a {
        font-family: Nunito,sans-serif;
        color: #6b6b84;
        /*text-decoration: none;*/
        transition: .5s;
    }

        .support-button-area a:hover {
            color: #8fb081;
        }

.loader-spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #80808073;
    z-index: 999;
}

.loader-spinner .uk-spinner {
    margin: auto;
}

.navbar-area {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-area-fluid {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    margin-right: auto;
    margin-left: auto;
}

.navbar-container {
    position: inherit;
    padding: 0;
    flex-flow: row nowrap;
    justify-content: flex-start;
    display: flex;
    align-items: center;
}

.navbar-collapse {
    display: flex;
    flex-basis: auto;
    flex-grow: 1;
    align-items: center;
}

.navbar-nav {
    margin-left: auto;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    flex-direction: row;
    display: flex;
}

.navbar-button {
    margin-left: 30px;
    align-items: center;
    display: flex;
}

.navbar-nav li {
    position: relative;
    margin-left: 14px;
    margin-right: 14px;
}

    .navbar-nav li:first-child {
        margin-left: 0;
    }
    .navbar-nav li:last-child {
        margin-right: 0;
    }

    .navbar-nav li a {
        text-decoration: none;
        color: #221638;
        font-size: 17px;
        font-weight: 700;
        padding: 25px 0;
    }

        .navbar-nav li a.active {
            color: #8fb081;
        }

.navbar .nav-link {
    color: #221638;
    font-size: 17px;
    font-weight: 700;
    padding: 25px 0;
    font-family: Nunito,sans-serif;
    text-transform: capitalize;
    transition: .2s;
}

    .navbar .nav-link:hover, .navbar .nav-link.active {
        color: rgb(143, 176, 129);
    }


.custom-button {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    /*background-color: #ff5d22;*/
    background-color: #8fb081;
    transition: .5s;
    border-radius: 5px;
    padding: 12px 25px 12px 50px;
    font-weight: 700;
    font-size: 16px;
    font-family: Nunito,sans-serif;
    cursor: pointer;
}

    .custom-button:hover {
        text-decoration: none;
        color: #fff;
        box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
        transform: translateY(-5px);
    }

    .custom-button:disabled {
        background-color: gray;
    }

    .custom-button .oi {
        position: absolute;
        left: 25px;
        top: 50%;
        transform: translateY(-50%);
        font-weight: 700;
        font-size: 16.5px;
    }

    .custom-button .custom-button-cover {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-radius: 50%;
        background-color: #221638;
        transition: width .5s ease-in-out,height .5s ease-in-out;
        transform: translate(-50%,-50%);
        z-index: -1;
        border-radius: 5px;
    }

    .custom-button:hover .custom-button-cover {
        width: 225%;
        height: 562.5px;
    }

.menu-btn {
    cursor: pointer;
}

.top-row-left {
    align-items: flex-start;
}

.logo {
    height: 100%;
    width: auto;
}

.top-row-right {
    display: flex;
    margin-left: auto;
}

.top-menu-container {
    position: absolute;
    background-color: white;
    top: 60px;
}

.uk-navbar-nav.navbar-nav-normal-height > li > a {
    min-height: unset;
}

.uk-navbar-left {
    display: flex;
    align-items: center;
}

.uk-navbar-nav > li > a.active {
    color: #333;
}

.top-section {
    /*background-color: #c2cad4;*/
    padding: 50px 0 50px 0;
}

.top-section-inner {
    display: flex;
    align-items: center;
}

.top-section-text {
    flex: 1;
}

.top-section-image {
    flex: 1;
    margin-left: auto;
}

.uk-navbar-left-inner {
    display: flex;
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    display: none;
    cursor: pointer;

    font-size: 1.25rem;
    line-height: 1;

    border: none;
    background: #eee !important;
    padding: 10px;
    border-radius: 0;
}

    .navbar-toggler .icon-bar {
        width: 28px;
        transition: all .3s;
        background: #8fb081;
        height: 2px;
        display: block;
    }

    .navbar-toggler .top-bar {
        transform-origin: 10% 10%;
        position: relative;
        transform: rotate(0);
        left: 0;
    }

    .navbar-toggler .middle-bar {
        margin: 6px 0;
    }

    .navbar-toggler .bottom-bar {
        transform-origin: 10% 90%;
        position: relative;
        transform: rotate(0);
        left: 0;
    }

.navbar-logo {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

    .navbar-logo img {
        max-width: 250px;
        height: auto;
        width: 100%;
    }

.banner-wrapper {
    position: relative;
    z-index: 1;
    background-color: #fff;
    background-image: url(/img/top-background.jpg);
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 250px;
    padding-bottom: 250px;
}

.banner-wrapper-content {
    margin-top: -30px;
}

    .banner-wrapper-content h1 {
        font-size: 49px;
        margin-bottom: 18px;
        margin-top: -10px;
        font-family: Nunito,sans-serif;
        font-weight: 800;
    }

    .banner-wrapper-content p {
        max-width: 540px;
        margin: auto;
        font-family: Nunito,sans-serif;
    }

    .banner-wrapper-content .btn-box {
        margin-top: 35px;
        font-family: Nunito,sans-serif;
    }

.banner-wrapper-animation-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.page-top-area {
    position: relative;
    z-index: 1;
    /*background: transparent url(/img/top-background.jpg) 100% 0 no-repeat;*/
    border-bottom: 1px solid #fafafa;
    /*padding-top: 200px;*/
    padding-bottom: 100px;
}

.about-content {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .about-content .uk-grid {
        align-items: center;
    }

    .about-content h2 {
        margin-bottom: 15px;
        margin-top: 0;
        font-size: 44px;
        font-family: Nunito,sans-serif;
    }

    .about-content p {
        color: #6b6b84;
        line-height: 1.8;
        margin-bottom: 15px;
        font-weight: 600;
        font-size: 17px;
        font-family: Nunito,sans-serif;
    }

.about-content .sub-title, .booking-content .sub-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #8fb081;
    font-weight: 700;
    font-size: 15px;
}

.middle-banner {
    background-color: #fafafb;
    padding: 100px 0;
}

.profile-card .uk-card-body h3 {
    margin-bottom: 5px;
    font-size: 25px;
    font-family: Nunito,sans-serif;
    font-weight: 800;
    text-align: center;
}

.profile-card .uk-card-body p {
    color: #6b6b84;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Nunito';
    text-align: center;
}

.contact-content {
    padding-top: 100px;
}

.contact-form.submitted {
    display: none;
}

.results-view {
    display: none;
}

.results-view.submitted {
    display: block;
}

    .results-view .uk-section .uk-container {
        padding-left: 40px;
        padding-right: 40px;
    }

.contact-form .form-control {
    height: 55px;
    border-radius: 0;
    color: #221638;
    box-shadow: unset !important;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    transition: .5s;
    padding: 1px 0 0 15px;
    font-size: 16px;
    font-weight: 600;
    display: block;
    width: 100%;
    line-height: 1.5;
    background-clip: padding-box;
    font-family: Nunito,sans-serif;
}

.contact-form textarea.form-control {
    height: auto;
    overflow: auto;
    resize: vertical;
    padding-top: 15px;
}

.contact-form .form-control:focus {
    background-color: white;
    border-color: #8fb081;
}

.booking-content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.item-box {
    margin-top: 35px;
}

    .item-box h3 {
        margin-bottom: 10px;
        margin-top: 0;
        font-size: 24px;
    }

    .item-box p {
        margin-bottom: 0;
    }

.item-box-item {
    position: relative;
    z-index: 1;
    padding-left: 100px;
    padding-bottom: 30px;
}

    .item-box-item:not(:last-child):before {
        content: "";
        position: absolute;
        top: 1px;
        width: 1px;
        height: 100%;
        background-color: #8fb081;
        z-index: -1;
        left: 40px;
    }

.item-box-count {
    width: 65px;
    height: 65px;
    position: absolute;
    left: 8px;
    top: 8px;
    line-height: 65px;
    text-align: center;
    color: #8fb081;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 0 7px #edf1fe;
    font-size: 30px;
    font-weight: 800;
    font-style: italic;
}

.booking-content {
    padding-top: 100px;
    padding-bottom: 70px;
}

.features-content {
    background-color: #f1f8fb;
}

    .features-content .section-title {
        text-align: center;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 55px;
    }

.feature-item {
    text-align: center;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 45px 30px;
    border-radius: 5px;
    height: 100%;
}

    .feature-item .icon {
        margin-bottom: 25px;
        font-size: 5em;
        color: #8fb081;
    }

    .feature-item h3 {
        margin-bottom: 12px;
        font-size: 25px;
        font-family: Nunito,sans-serif;
        font-weight: 800;
        line-height: 1.2;
        margin-top: 0;
    }

    .feature-item p {
        margin-bottom: 0;
    }

.add-support-content {
    margin-top: 40px;
}
/*.about-intro-image {
    text-align: center;
}
*/
/*.about-intro-image img {
    max-width: 400px;
}*/

.support-request-content {
    margin-top: 40px;
}

.request-box {
    height: auto;
    background-color: #ffffff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 40px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 0 40px 0 rgb(0 0 0 / 5%);
    position: relative;
    display: block;
    z-index: 1;
}

.request-title {
    padding: 50px;
    display: flex; 
    align-items: center;
}

    .request-title h2 {
        padding-right: 40px;
        margin-top: -5px;
        margin-bottom: 0;
    }

.request-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 30px;
    right: 30px;
    margin-left: auto;
}

.request-info {
    background-color: #fafafa;
}

    .request-info ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 50px;
        margin: 0;
        color: #525252;
    }

    .request-info li {
        position: relative;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 25px 0 20px;
        border-right: 1px solid #ececec;
        margin: 0;
        list-style: none;
    }

        .request-info li:first-child {
            -webkit-box-flex: .5;
            -ms-flex-positive: .5;
            flex-grow: .5;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

        .request-info li:last-child {
            border-right: 0;
        }

.request-info-title {
    display: block;
    margin-top: -4px;
    margin-bottom: 7px;
    font-family: "Maven Pro",sans-serif;
    font-size: .75rem;
    font-weight: 700;
    color: #1b1b1b;
    text-transform: uppercase;
}

.request-info-text {
    width: 100%;
}

.request-post {
    padding: 50px;
    position: relative;
    border-top: 1px solid #ececec;
}

    .request-post > div:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 30px;
    }

    .request-post .post-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 80px;
        min-width: 80px;
        height: 80px;
        overflow: hidden;
        border-radius: 3px;
    }

    .request-post .post-image img {
        width: 100%;
        height: 100%;
        font-family: "object-fit: cover";
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 3px;
    }

    .request-post .post-content {
        margin-left: 30px;
    }

    .request-post .post-name {
        position: relative;
        display: inline-block;
        top: -6px;
        font-weight: 600;
        color: #1b1b1b;
        -webkit-transition: color .2s ease-in-out;
        -o-transition: color .2s ease-in-out;
        transition: color .2s ease-in-out;
    }

    .request-post .post-date {
        margin-top: -2px;
        display: block;
        font-size: .875rem;
        color: #7a7a7a;
    }

    .request-post .post-text {
        margin-top: 18px;
        margin-bottom: -6px;
    }

.request-message-box {
    padding: 50px;
}

    .request-message-box #editor {
        background-color: rgba(247,247,247,.8);
        border-color: rgba(229,229,229,.8);
        border-radius: 0 0 3px 3px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        padding: 12px 0 12px 18px;
        min-height: 150px;
        max-height: 250px;
    }

        .request-message-box #editor .ql-editor {
            padding: 0 18px 0 0;
            font-family: "Nunito Sans",sans-serif;
            font-size: 1rem;
            color: rgba(122,122,122,.8);
            -webkit-transition: color .2s ease-in-out;
            -o-transition: color .2s ease-in-out;
            transition: color .2s ease-in-out;
            width: 100%;
            height: auto;
        }

    .request-message-box .ql-toolbar {
        min-height: 54px;
        padding: 12px 10px;
        border-radius: 3px 3px 0 0;
        border: 1px solid;
        box-sizing: border-box;
        font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
        background-color: rgba(247,247,247,.8);
        border-color: rgba(229,229,229,.8);
    }

.back-btn {
    margin-bottom: 30px;
}

.editor-button-group {
    margin-top: 30px;
}

@media only screen and (min-width: 1550px) {
    .banner-wrapper-content h1 {
        font-size: 58px;
    }
}

@media only screen and (max-width: 768px) {
    .banner-wrapper {
        background-position: bottom;
        padding-top: 190px;
        padding-bottom: 0;
    }

    .banner-wrapper-content h1 {
        font-size: 31px;
        margin-bottom: 15px;
        margin-top: -5px;
    }

    .banner-wrapper-content p {
        font-size: 15px;
    }

    .banner-wrapper-content .btn-box {
        margin-top: 25px;
        margin-bottom: -10px;
    }

    .navbar-area {
        background-color: #fff;
        border-bottom: 1px solid #f7f7f7;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-toggler {
        display: block;
    }

    .navbar-area-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .navbar-container {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .navbar-collapse {
        display: block;
        flex-basis: 100%;
        overflow-y: auto;
    }

    .navbar-collapse.collapse {
        display: none;
    }

    .navbar-button {
        margin-left: 0;
        margin-top: 6px;
    }

    .navbar-nav {
        flex-direction: column;
    }

        .navbar-nav li {
            margin-left: 0;
        }

            .navbar-nav li a {
                font-size: 16px;
                padding-top: 8px;
                padding-bottom: 8px;
                display: block;
            }
}