@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    color: #143A33;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.top-bar {
    background: #6a911a;
    padding: 15px 0;
    text-align: center;
    font-weight: 400;
}

.container.xlarge-container {
    max-width: 1340px;
    padding: 0
}

.navbar {
    padding: 0;
}

.navbar-nav .nav-link {
    font-size: 20px;
    color: #143a33;
    text-decoration: none;
    font-weight: 700;
    padding: 0 !important;
}

.navbar-nav .nav-item {
    margin-right: 20px;
}

.collapse .navbar-collapse {
    margin-top: 20px !important;
}

#header-container {
    padding: 30px 0;
    z-index: 9;
}

.logo-div .navbar-brand {
    position: absolute;
    width: 215px;
    height: 215px;
    display: inline-block;
    z-index: 1000;
    top: -15px;
    padding: 0;
    margin: 0;
}

.logo-div .navbar-brand img {
    width: 100%;
    height: 100%;
}

#hero-container #hero-image {
    background: url(../images/hero-bg.jpg);
    width: 73%;
    position: absolute;
    top: 0;
    right: 0;
    background-size: cover;
    background-position: 50%;
    height: calc(100% + 60px);
    z-index: 100;
}

.container-fluid {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 2000px;
    min-width: 320px;
}

#hero-container {
    background: #143a33;
    height: 680px;
    margin-bottom: 160px;
}

#hero-container #hero-content h1 {
    font-size: 124px;
    line-height: 1.1;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    min-width: 0px;
    width: 100%;
    padding: 0;
}

#hero-container #hero-content {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1000;
}

a.button.gold {
    display: inline-block;
    text-decoration: none;
    border: none;
    text-align: center;
    background: #cab559;
    color: #143a33;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 500;
    padding: 13px 20px;
    min-width: 140px;
    text-transform: uppercase;
    border-radius: 25px;
}

a.button.gold:hover {
    background: rgba(202, 181, 89, 0.8);
}

#hero-container #hero-content>div {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

#footer-social-container svg {
    width: 30px;
    height: 30px;
    fill: #cab559;
    margin-right: 15px;
}

#footer-container {
    padding: 0 0 50px;
    text-align: center;
    background: url(../images/footer-background.png);
    background-size: cover;
    background-position: 50%;
    margin-top: 100px;
}

#footer-container p {
    color: #fff;
    font-weight: 600;
    margin: 0;
}

#footer-social-container {
    margin: 30px 0 10px;
}

#footer-social-container a {
    color: transparent;
}

.footer-logo {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}


.lightbox .lb-image {
    max-width: 90vw !important;
    max-height: 90vh !important;
    width: auto !important;
    height: auto !important;
}


@media (max-width: 1140px) {

    .navbar-expand-lg .navbar-toggler {
        display: block;
    }
}

.navbar-toggler {
    border: 0;
    padding: 0;
}

.navbar-toggler-icon {
    background: url(../images/toggle-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 34px;
    height: 28px;
}

@media (max-width: 1210px) {
    #hero-container #hero-content {
        padding: 0 20px;
    }

    .top-bar {
        padding: 15px 20px;
    }
}

@media (min-width: 1141px) {
    .logo-div .navbar-brand .mobile {
        display: none;
    }
}

@media (max-width: 1140px) {
    .logo-div .navbar-brand img:not(.mobile) {
        display: none;
    }

    .logo-div .navbar-brand .mobile {
        height: auto;
        position: relative;
        z-index: 999999;
    }

    .logo-div .navbar-brand {
        height: auto;
        position: static;
        width: 200px;
    }

    #header-container {
        padding: 20px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-expand-lg .navbar-collapse.show {
        transform: translateX(0);
        -webkit-transform: translateX(0);

    }

    .navbar-expand-lg .navbar-collapse {
        position: fixed;
        background: #fff;
        top: 175px;
        left: 0;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transition-property: transform;
        transition-duration: 0.6s;
        width: 100%;
        height: 100%;
        z-index: 100000;
        padding: 30px 0 240px;
    }

    .navbar-expand-lg .navbar-collapse.show ul.navbar-nav {
        flex-direction: column;
        margin: 0 !important;
        height: 100%;
    }



    .navbar-nav .nav-item {
        padding: 10px 20px;
    }

    body.nav-open {
        overflow: hidden;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
    }
}

@media (max-width: 850px) {
    #hero-container {
        height: 500px;
        padding: 0;
    }

    #hero-container .container {
        padding: 0;
    }
}

@media (max-width:767px) {
    #hero-container #hero-content h1 {
        font-size: 55px;
    }

    .top-bar {
        font-size: 14px;
        font-weight: 400;
    }

    #hero-container a.button.gold {
        font-size: 18px;
        min-width: auto;
        padding: 10px 15px;
    }
}

@media (max-width: 400px) {
    .navbar-expand-lg .navbar-collapse {
        top: 200px;
    }
}

.search-nav-h .tbh-search {
    position: relative;
    max-width: 180px;
}

.search-nav-h .tbh-search button.btn {
    position: absolute;
    top: calc(50% + 0px);
    transform: translateY(-50%);
    right: 0;
    margin-top: 0;
    padding-right: 5px;
}

.search-nav-h .tbh-search input {
    max-width: 180px;
    width: 100%;
    font-size: 14px;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    height: 28px;
    padding: 0 10px;
    margin-top: 10px;
    padding-right: 30px;
}

.search-nav-h .tbh-search input::placeholder {
    color: #999;
}

.search-nav-h .tbh-search input:focus-visible {
    outline: 0;
}

#interior-header-container {
    background-image: url(../images/header-background.png);
    background-size: cover;
    background-position: 50%;
    height: 220px;
}

#interior-header-container>div>div h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 500;
}

#interior-header-container>div {
    display: table;
    width: 100%;
    height: 100%;
}

#interior-header-container>div>div {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.search-box-h {
    padding: 56px 0 0;
    max-width: 1440px;
    border: 0;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.search-box-h .search-div {
    /* max-width: 465px;
    margin: 0 auto; */
    padding-bottom: 8px;
}

.search-box-h .search-div .search-icon {
    background: transparent;
    border: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    margin-top: 0;
}

.search-box-h .search-div {
    margin: 0 50px;
}

.search-box-h button img {
    margin-left: 5px;
    width: 14px;
    height: 14px;
}

.search-box-h .search-div input:focus {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) !important;
}

.search-box-h button {
    height: 39px;
    font-size: 14px !important;
    background: #CAB559;
    border-radius: 100px;
    padding: 11px 30px;
    color: #143A33 !important;
    display: flex;
    align-items: center;
    border: 0;
    font-weight: 500;
}

.search-box-h button:hover,
.search-box-h button:active,
.search-box-h button:focus {
    background: rgba(202, 181, 89, 0.8) !important;
}

.search-box-h .search-div input {
    border-radius: 8px !important;
    height: 39px;
    border: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    padding-right: 15px;
}

.search-box-h .search-div input::placeholder {
    color: #999;
}

.search-box-h .card-body {
    text-align: center;
    margin-top: 15px;
}

.search-box-h .card-body a {
    font-size: 64px;
    color: #143A33;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    width: 77px;
    text-align: center;
    margin: 0 10px;
}

.search-box-h .card-body a:hover {
    opacity: .7;
}

@media (max-width: 991px) {
    #interior-header-container>div>div h1 {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    #interior-header-container>div>div h1 {
        font-size: 40px;
    }

    .search-box-h {
        padding-left: 20px;
        padding-right: 20px;
    }

    .search-box-h .card-body a {
        font-size: 40px;
        width: 50px;
    }

    .search-box-h .card-body {
        padding: 0;
    }

    #interior-header-container {
        height: 300px;
    }
}

@media (max-width: 575px) {
    #interior-header-container>div>div h1 {
        font-size: 40px;
    }
}

.hosta-registration-h {
    margin-top: 65px;
}

.hosta-registration-h .tbh-row {
    display: flex;
}

.hosta-registration-h .tbh-row .img-box {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    width: 548px;
    height: 388px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hosta-registration-h .tbh-row>.tba-col:first-child {
    margin-right: 65px;
}

.hosta-registration-h .tbh-row h3 {
    line-height: 36px;
    text-align: center;
    padding: 0 15px 20px;
}

.btn-gold,
.btn-gold:hover {
    font-size: 20px;
    font-weight: 500;
    background: #CAB559;
    border-radius: 100px;
    padding: 11px 30px;
    color: #143A33;
}

.btn-gold:hover {
    background: rgba(202, 181, 89, 0.8);
}

.hosta-registration-h .tbh-row>.tba-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 1239px) {
    .hosta-registration-h .tbh-row .img-box {
        width: 100%;
        height: 300px;
    }

    .hosta-registration-h {
        padding: 0 20px;
    }

    .hosta-registration-h .tbh-row>.tba-col:first-child {
        margin-right: inherit;
    }

    .hosta-registration-h .tbh-row>.tba-col {
        padding: 0 15px;
        width: 50%;
    }

    .hosta-registration-h .tbh-row .img-box img {
        max-width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

@media (max-width: 767px) {
    .hosta-registration-h .tbh-row .img-box {
        height: 220px;
        margin-bottom: 20px;
        width: auto;
    }

    .hosta-registration-h {
        padding: 0 10px;
        margin-top: 50px;
    }

    .hosta-registration-h .tbh-row h3 {
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 10px;
    }

    .btn-gold,
    .btn-gold:hover {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .hosta-registration-h .tbh-row {
        flex-wrap: wrap;
    }

    .hosta-registration-h .tbh-row>.tba-col {
        width: 100%;
        margin-bottom: 40px;
    }

    .hosta-registration-h .tbh-row .img-box {
        width: auto;
        height: auto;
    }

    .hosta-registration-h .tbh-row h3 {
        max-width: 350px;
    }

    .hosta-registration-h .tbh-row .img-box img {
        max-height: 250px;
    }
}

/* Register multistep form starts here */
.register-a-hosta-c {
    margin-top: 60px;
}

.form-step {
    display: none;
}

.backend {
    display: block !important;
}

.form-step.active {
    display: block;
}

button {
    margin-top: 20px;
}

.step-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
    position: relative;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.step-container {
    display: flex;
    align-items: center;
    position: relative;
    flex: 1;
    justify-content: center;
}

.step {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #030303;
    z-index: 1;
    position: relative;
    margin: auto;
}

.step-line {
    height: 2px;
    background-color: #dddddd;
    z-index: 0;
    width: 148px;
}

.step.active,
.step.completed {
    background-color: #CAB559;
    color: #143A33;
}

.step-title {
    position: absolute;
    bottom: -55px;
    font-size: 16px;
    max-width: 100px;
    text-align: center;
    font-weight: 400;
    opacity: 0.5;
    left: -30px;
}

.step-bar>.step-container:first-child>.step-title {
    left: 50%;
    transform: translateX(-50%);
}

.step.active+.step-title,
.step.completed+.step-title {
    opacity: 1;
    font-weight: 500;
}

.register-a-hosta-c .form-step .radio-h>.form-check:not(:first-child) .requiredErrors {
    display: none;
}

.register-a-hosta-c .form-step {
    max-width: 728px;
    margin: 0 auto;
}

.register-a-hosta-c .form-step h4 {
    font-weight: 400;
    margin-bottom: 40px;
}

.form-label {
    font-weight: 400;
}

.form-control,
.form-select {
    border: 1px solid #7C8592;
    border-radius: 8px !important;
    height: 50px;
}

textarea.form-control {
    height: inherit;
}

.register-a-hosta-c .form-step>.row>div[class^="col"] {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.register-a-hosta-c .form-step p {
    font-weight: 400;
    color: #333333;
    font-size: 16px;
}

.register-a-hosta-c .form-step h4.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.step-buttons {
    display: flex;
    justify-content: center;
}

.step-buttons button {
    background: #CAB559;
    border: 0;
    border-radius: 100px;
    padding: 14px 25px;
    color: #143A33;
    font-size: 20px;
    font-weight: 500;
    margin-left: 18px;
    margin-right: 18px;
    display: flex;
    align-items: center;
}

.step-buttons button:hover {
    background: rgb(202 181 89 / 80%);
}

.step-buttons button.next:after,
.step-buttons button.prev:before {
    content: "";
    display: inline-block;
    height: 32px;
    width: 32px;
    background: url("../images/arrow-right.svg");
    background-size: contain;
}

.step-buttons button.prev:before {
    transform: rotate(180deg);
}

.step-buttons button.next {
    padding-left: 35px;
}

.step-buttons button.prev {
    padding-right: 35px;
}

.prefilled-info-box {
    border: 1px solid rgb(20 58 51 / 20%);
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 30px;
}

.prefilled-info-box>div {
    width: 50%;
    margin: 10px 0;
}

.prefilled-info-box p span {
    font-weight: 500;
    color: #143A33;
    display: inline-block;
    margin-right: 5px;
}

.prefilled-info-box>div p {
    margin-bottom: 0;
}

.register-a-hosta-c .form-step .radio-h {
    display: flex;
}

.register-a-hosta-c .form-step .radio-h>.form-check:first-child {
    margin-right: 30px;
}

.register-a-hosta-c .form-step .radio-h label {
    font-weight: 400;
    font-size: 14px;
}

.register-a-hosta-c .form-step .radio-h {
    position: relative;
}

.register-a-hosta-c .form-step .radio-h .form-check .requiredErrors {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -20px;
}

.form-check-input {
    border: 1px solid #143A33;
    width: 14px;
    height: 14px;
    margin-top: 7px;
}

.form-check-input:focus {
    border-color: #143A33;
    box-shadow: none;
}

.form-check-input:checked {
    border: 1px solid #143A33;
    background-image: none;
    background-color: transparent;
    position: relative;
}

.form-check-input:checked:before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #143A33;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form-check {
    padding-left: 10px;
}

.form-check .form-check-input {
    margin-left: -10px;
    margin-right: 10px;
}

.register-a-hosta-c .form-step input#inputClump {
    max-width: 185px;
    margin-right: 20px;
}

.register-a-hosta-c .form-step input#inputClump+span {
    display: inline-flex;
    align-items: center;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mw-125 {
    max-width: 125px;
}

.mw-170 {
    max-width: 170px;
}

.mw-145 {
    max-width: 145px;
}

.image-radio-h .form-check {
    padding: 0;
    margin: 0;
    margin-right: 0 !important;
}

.image-radio-h .form-check .img-h img {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.image-radio-h .form-check .form-check-input {
    margin-left: 0;
}

.image-radio-h .form-check .img-h {
    margin-bottom: 12px;
}

.register-a-hosta-c .form-step .flower-color-list-h .form-check {
    margin-right: 30px;
    align-items: center;
    display: flex;
    margin-bottom: 15px;
}

.register-a-hosta-c .form-step .flower-color-list-h input.form-control {
    max-width: 260px;
    margin-left: 10px;
}

.register-a-hosta-c .form-step .flower-color-list-h .form-check .form-check-input {
    margin-top: 0;
}

.register-a-hosta-c .form-step .flower-time-list-h .form-check {
    margin-right: 30px;
}

.mw-150 {
    max-width: 150px
}

.mr-30 {
    margin-right: 30px;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none !important;
    border-color: #7C8592 !important;
}

.step-buttons .disabled {
    opacity: .5;
}

@media (max-width: 899px) {
    .step-bar {
        justify-content: center;
    }

    .step-line {
        width: 80px;
    }

    .step-container {
        flex: inherit;
    }
}

@media (max-width: 600px) {
    .step-line {
        width: 30px;
    }

    .step-title {
        font-size: 12px;
        max-width: 80px;
        left: -20px;
        bottom: -45px;
    }
}

@media (max-width: 767px) {
    .register-a-hosta-c .form-step {
        padding: 0 20px;
    }

    .register-a-hosta-c .form-step h2 {
        margin: 20px 0 30px !important;
    }

    .register-a-hosta-c .form-step h2+h4 {
        margin-bottom: 20px;
    }

    .step-buttons button {
        margin-left: 10px;
        margin-right: 10px;
    }

    .prefilled-info-box {
        margin-bottom: 30px !important;
    }

    .register-a-hosta-c .form-step input#inputClump {
        max-width: 150px;
    }

    .leaf-size-h {
        flex-wrap: wrap;
        justify-content: flex-start !important;
        margin-bottom: -15px;
    }

    .leaf-size-h>.d-flex {
        margin-bottom: 15px;
        flex-direction: column;
        align-items: flex-start !IMPORTANT;
    }

    .is-leaf-flat-h {
        flex-wrap: wrap;
    }
}

/* End Register multistep form */
/* Search Result */
.accordion-button::after {
    background-image: url("../images/plus-icon.svg");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../images/minus-icon.svg");
}

.search-results-c .tbc-filter-and-result-row .accordion-item {
    border: 0;
}

.search-results-c .tbc-filter-and-result-row .accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none;
    color: #143A33;
}

.search-results-c .tbc-filter-and-result-row .accordion-button:focus {
    box-shadow: none;
}

.search-results-c .tbc-filter-and-result-row .accordion-body {
    padding-top: 0;
    padding-bottom: 0;
}

.search-results-c .tbc-filter-and-result-row .accordion-body ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.search-results-c .tbc-filter-and-result-row .accordion-body ul li {
    font-weight: 400;
    color: #333333;
    font-size: 14px;
    margin-bottom: 12px;
}

.search-results-c .tbc-filter-and-result-row .accordion-body ul li a {
    color: #333;
    text-decoration: none;
}

.search-results-c .tbc-filter-and-result-row .accordion-button {
    margin-top: 0;
}

.search-results-c .tbc-filter-and-result-row {
    display: flex;
    margin: 50px 20px 20px;
    align-items: flex-start;
}

.search-results-c .tbc-filter-and-result-row .tba-filter-h {
    max-width: 250px;
    border-radius: 8px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
    padding: 24px 19px;
    margin-right: 0;
}

.search-results-c .tbc-filter-and-result-row>div {
    width: 100%;
    margin: 0 30px;
}

.search-results-c .tbc-filter-and-result-row .tba-filter-h h3 {
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}

.search-results-c .tbc-filter-and-result-row .tba-filter-h .count {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.search-results-c .tbc-filter-and-result-row .tba-filter-h hr {
    margin: 10px 0;
    width: calc(100% + 38px);
    position: relative;
    left: -19px;
    border-color: #ddd;
    opacity: 1;
}

.search-results-c .tbc-filter-and-result-row .tba-filter-h .accordion-button {
    padding: 10px 0;
    color: #212529;
}

.search-results-c .tbc-filter-and-result-row .tba-results-h .pagination-bar .tba-count {
    color: #666;
    font-weight: 500;
}

.search-results-c .tbc-filter-and-result-row .tba-results-h .pagination-bar {
    display: flex;
    align-items: center;
}

.search-results-c .tbc-filter-and-result-row .tba-results-h .pagination-bar .tba-right-actions-h {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}

.search-results-c .tbc-filter-and-result-row .tba-results-h .pagination-bar .tba-right-actions-h .tba-buttons-h {
    margin-right: 30px;
}

.search-results-c .tbc-filter-and-result-row .tba-results-h .pagination-bar .tba-right-actions-h .tba-buttons-h button {
    margin: 0;
    background: #CAB559;
    border: 0;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    color: #143A33;
    width: 68px;
    display: flex;
    justify-content: center;
    height: 21px;
    line-height: 12px;
}

.search-results-c .tbc-filter-and-result-row .tba-results-h .pagination-bar .tba-right-actions-h .tba-buttons-h .tba-page-count {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin: 0 10px;
}

.search-results-c .tbc-filter-and-result-row .tba-results-h .pagination-bar .tba-right-actions-h .tba-results-per-page {
    margin-right: 30px;
}

.search-results-c .tbc-filter-and-result-row .tba-results-h .pagination-bar .tba-right-actions-h .tba-results-per-page span,
.search-results-c .tbc-filter-and-result-row .tba-results-h .pagination-bar .tba-right-actions-h .tba-jump-to-page span {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}


.next_page_show a {
    background: #ffe249 !important;
    color: black !important;
    padding: 2px 13px !important;
    border-radius: 26px !important;
    text-decoration: none !important;
    font-size: 14px !important;
}

.prev_page_show a {
    background: #ffe249 !important;
    color: black !important;
    padding: 2px 13px !important;
    border-radius: 26px !important;
    text-decoration: none !important;
    font-size: 14px !important;
}

.search-results-c .tbc-filter-and-result-row .tba-results-h .pagination-bar .tba-right-actions-h .tba-results-per-page select.form-select,
.search-results-c .tbc-filter-and-result-row .tba-results-h .pagination-bar .tba-right-actions-h .tba-jump-to-page select.form-select {
    width: 56px;
    padding: 0 8px;
    font-size: 14px;
    height: 36px;
    background-size: 10px;
    background-position: 35px 12px;
    border: 1px solid #999 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    margin-left: 15px;
}

.search-results-c .tbc-filter-and-result-row .tba-results-h .pagination-bar .tba-right-actions-h .tba-buttons-h .next-btn:after,
.search-results-c .tbc-filter-and-result-row .tba-results-h .pagination-bar .tba-right-actions-h .tba-buttons-h .prev-btn:before {
    content: "";
    background: url(../images/arrow-right.svg);
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 3px;
}

.search-results-c .tbc-filter-and-result-row .tba-results-h .pagination-bar .tba-right-actions-h .tba-buttons-h .prev-btn:before {
    transform: rotate(180deg);
    background-position: center -2px;
}

.search-results-c .tbc-filter-and-result-row .tba-results-h .pagination-bar .tba-right-actions-h .tba-buttons-h button:hover {
    background: #cab559cc;
}

.search-results-c {
    max-width: 1440px;
    margin: 0 auto;
}

.search-results-c .tbc-filter-and-result-row .tba-results-h {
    margin-right: 50px;
}

hr {
    border-top: 1px solid #ddd;
    opacity: 1;
}

.search-results-c .tbc-filter-and-result-row .tba-results-h .tba-results-list-h {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.search-results-c .tbc-filter-and-result-row .tba-results-h .tba-results-list-h .tba-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    padding: 10px;
}

.search-results-c .tbc-filter-and-result-row .tba-results-h .tba-results-list-h .tba-item .tba-img {
    width: 50px;
}

.search-results-c .tbc-filter-and-result-row .tba-results-h .tba-results-list-h .tba-item .tba-img img {
    height: 50px;
    width: 50px;
    object-fit: cover;
    object-position: center center;
    border-radius: 8px;
}

.search-results-c .tbc-filter-and-result-row .tba-results-h .tba-results-list-h .tba-item .tba-content h4 {
    margin-right: 15px;
    font-size: 16px;
}

.search-results-c .tbc-filter-and-result-row .tba-results-h .tba-results-list-h .tba-item .tba-content strong {
    display: block;
    width: 100%;
}

.search-results-c .tbc-filter-and-result-row .tba-results-h .tba-results-list-h .tba-item h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.search-results-c .tbc-filter-and-result-row .tba-results-h .tba-results-list-h .tba-item h4 a {
    text-decoration: none;
    color: #143A33;
}

.search-results-c .tbc-filter-and-result-row .tba-results-h .tba-results-list-h .tba-item p {
    font-size: 14px;
    color: #444444;
    font-weight: 400;
    margin-bottom: 6px;
}

.search-results-c .tbc-filter-and-result-row .tba-results-h .tba-results-list-h .tba-item strong {
    font-size: 12px;
    font-weight: 500;
    color: #999999;
}

.search-results-c .tbc-filter-and-result-row .tba-results-h .footer-pagination-bar .tba-right-actions-h .tba-buttons-h {
    margin-right: 0;
}

.search-results-c .tbc-filter-and-result-row .tba-results-h .footer-pagination-bar .tba-right-actions-h .tba-jump-to-page {
    margin-right: auto;
}

.search-results-c .tbc-filter-and-result-row .tba-results-h .footer-pagination-bar {
    margin-top: 40px;
}

.search-results-c .tbc-filter-and-result-row .tba-results-h hr {
    margin-top: 20px;
    margin-bottom: 30px;
}

.search-results-c .tbc-filter-and-result-row .tba-results-h .tba-results-list-h .tba-item .tba-content {
    padding-left: 20px;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1259px) {
    .search-results-c .tbc-filter-and-result-row>div {
        margin: 0;
    }

    .search-results-c .tbc-filter-and-result-row .tba-results-h {
        margin-right: 0;
        margin-left: 20px;
    }

}

@media (max-width: 1199px) {
    .search-results-c .tbc-filter-and-result-row .tba-results-h .pagination-bar {
        flex-wrap: wrap;
    }

    .search-results-c .tbc-filter-and-result-row .tba-results-h .pagination-bar .tba-right-actions-h {
        flex-wrap: wrap;
        flex: inherit;
        margin-top: 10px;
        width: 100%;
        justify-content: flex-start;
    }

    .search-results-c .tbc-filter-and-result-row .tba-results-h .tba-results-list-h .tba-item {
        width: 100%;
    }

    .search-results-c .tbc-filter-and-result-row .tba-results-h .pagination-bar .tba-right-actions-h>div {
        margin-bottom: 10px;
    }

    .search-results-c .tbc-filter-and-result-row .tba-results-h .footer-pagination-bar {
        margin-top: 10px;
    }

    .search-results-c .tbc-filter-and-result-row .tba-results-h hr {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .search-results-c .search-box-h {
        padding-top: 40px;
    }

    .search-results-c .tbc-filter-and-result-row {
        margin-top: 30px;
    }
}

.search-results-c .tbc-filter-and-result-row .tba-results-h .pagination-bar .filter-btn {
    margin-top: 0;
    margin-left: auto;
    border: 1px solid #143A33;
    background: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.search-results-c .tbc-filter-and-result-row .tba-results-h .pagination-bar .filter-btn img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.search-results-c .tbc-filter-and-result-row .filter-close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.search-results-c .tbc-filter-and-result-row .tba-filter-h .accordion-button:not(.minus)::after {
    background-image: url(../images/plus-icon.svg) !important;
}

.search-results-c .tbc-filter-and-result-row .tba-filter-h .accordion-button.minus::after {
    background-image: url(../images/minus-icon.svg) !important;
}

.search-results-c .tbc-filter-and-result-row .tba-filter-h .accordion-collapse:not(.show) {
    max-height: 0;
    overflow: hidden;
    display: block;
}


.search-results-c .tbc-filter-and-result-row .tba-filter-h .accordion-collapse.show {
    max-height: 160px;
    overflow-y: auto;
}

.search-results-c .tbc-filter-and-result-row .tba-filter-h .accordion-collapse {
    transition: max-height .35s ease-in-out !important;
}

@media (max-width: 767px) {
    .search-results-c .tbc-filter-and-result-row .tba-filter-h {
        position: fixed;
        top: 0;
        background: #fff;
        border-radius: 0;
        box-shadow: none;
        max-width: 100%;
        width: 100%;
        height: 100%;
        margin: 0;
        left: 0;
        transition: transform .3s ease-in-out;
        z-index: 99999;
    }

    .search-results-c .tbc-filter-and-result-row .tba-filter-h.mobile-filter {
        transform: translateX(0);
    }

    .search-results-c .tbc-filter-and-result-row .tba-filter-h:not(.mobile-filter) {
        transform: translateX(-100%);
    }

    .search-results-c .tbc-filter-and-result-row .tba-results-h {
        margin-left: 0;
    }

    .search-results-c .tbc-filter-and-result-row .tba-results-h .pagination-bar .tba-right-actions-h .tba-buttons-h,
    .search-results-c .tbc-filter-and-result-row .tba-results-h .pagination-bar .tba-right-actions-h .tba-results-per-page {
        margin-right: 20px;
    }
}

@media (min-width: 768px) {
    .search-results-c .tbc-filter-and-result-row .tba-results-h .pagination-bar .filter-btn {
        display: none;
    }

    .search-results-c .tbc-filter-and-result-row .filter-close {
        display: none;
    }
}

@media (max-width: 467px) {
    .search-results-c .tbc-filter-and-result-row .tba-results-h .tba-results-list-h .tba-item {
        flex-wrap: wrap;
    }

    .search-results-c .tbc-filter-and-result-row .tba-results-h .tba-results-list-h .tba-item .tba-content {
        padding-left: 0;
        padding-top: 20px;
    }
}

/* End search result */
/* search item */

/* search item */
.item-detail-c .item-slider-and-content-h .vertical-slider .slider-container {
    width: 300px;
    height: 900px;
    overflow: hidden;
    position: relative;
    margin: auto;
}

.item-detail-c .item-slider-and-content-h .vertical-slider .slider {
    display: flex;
    flex-direction: column;
    transition: transform 0.5s ease-in-out;
}

.item-detail-c .item-slider-and-content-h .vertical-slider .slide {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    position: relative;
    flex-wrap: wrap;
}

.item-detail-c .item-slider-and-content-h .vertical-slider .slide img {
    max-width: 200px;
    cursor: pointer;
    max-height: 200px;
}

.item-detail-c .item-slider-and-content-h .vertical-slider .controls {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    pointer-events: none;
}

.item-detail-c .item-slider-and-content-h .vertical-slider .control {
    background: transparent;
    border: none;
    padding: 10px;
    cursor: pointer;
    pointer-events: all;
}

.item-detail-c .item-slider-and-content-h .vertical-slider .control.disabled {
    background: rgba(0, 0, 0, 0.2);
    cursor: not-allowed;
    pointer-events: none;
}

.item-detail-c .item-slider-and-content-h .vertical-slider .slide p {
    color: #fffee4;
    font-size: 16px;
    font-weight: 400;
}

.item-detail-c {
    background: #000;
}

.item-detail-c .item-slider-and-content-h {
    display: flex;
    max-width: 1340px;
    margin: 0 auto;
    padding: 60px 50px;
    align-items: center;
    position: relative;
}

.item-detail-c .item-slider-and-content-h .tba-content-h {
    padding-left: 40px;
}

.item-detail-c .item-slider-and-content-h .tba-content-h * {
    color: #fffee4;
}

.item-detail-c .item-slider-and-content-h .tba-content-h h2 {
    margin-bottom: 50px;
}

.item-detail-c .item-slider-and-content-h .tba-content-h p>span {
    font-weight: 500;
    font-size: 26px;
}

.item-detail-c .item-slider-and-content-h .tba-content-h p {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px;
}

.item-detail-c .item-slider-and-content-h .vertical-slider .control.prev {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: #000;
}

.item-detail-c .item-slider-and-content-h .vertical-slider .control.next {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: #000;
}

.item-detail-c .item-slider-and-content-h .vertical-slider .slide {
    height: 260px;
}

.item-detail-c .item-slider-and-content-h .vertical-slider .slider-container {
    padding: 60px 0;
}

.item-detail-c .item-slider-and-content-h .vertical-slider .control.prev svg {
    height: 78px;
    width: 78px;
    fill: #fffee4;
    transform: rotate(180deg);
}

.item-detail-c .item-slider-and-content-h .vertical-slider .control.next svg {
    width: 78px;
    height: 78px;
    fill: #fffee4;
}

.item-detail-c .item-slider-and-content-h .vertical-slider .control.disabled svg {
    fill: #404040;
}

.item-detail-c .item-slider-and-content-h .vertical-slider .control {
    margin: 0;
}

.item-detail-c .item-slider-and-content-h .tba-print {
    position: absolute;
    top: 28px;
    right: 60px;
}

.item-detail-c .item-slider-and-content-h .tba-print a {
    border: 0;
    background: #fff;
    border-radius: 8px;
    padding: 4px 20px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

.item-detail-c .item-slider-and-content-h .tba-print a:hover {
    background: #fffee4;
}

.item-detail-c .item-slider-and-content-h .tba-print button img {
    margin-right: 5px;
}

@media (min-width: 1024px) {
    .item-detail-c .item-slider-and-content-h .horizontal-slider-h {
        display: none;
    }
}

@media (max-width: 1023px) {
    .item-detail-c .item-slider-and-content-h .vertical-slider {
        display: none;
    }

    .item-detail-c .item-slider-and-content-h {
        flex-wrap: wrap;
        padding-left: 20px;
        padding-right: 20px;
    }

    .item-detail-c .item-slider-and-content-h .horizontal-slider-h p {
        color: #fffee4;
        font-weight: 400;
        text-align: center;
        font-size: 14px;
        margin-top: 5px;
    }

    .item-detail-c .item-slider-and-content-h .horizontal-slider-h {
        margin-bottom: 30px;
        max-width: calc(100% - 100px);
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }

    .item-detail-c .item-slider-and-content-h .horizontal-slider-h .owl-nav {
        text-align: center;
    }

    .item-detail-c .item-slider-and-content-h .horizontal-slider-h .owl-nav button span {
        font-size: 120px;
    }

    .item-detail-c .item-slider-and-content-h .horizontal-slider-h .owl-nav button {
        position: absolute;
        top: calc(50% - 35px);
        transform: translateY(-50%);
        margin: 0;
        color: #fffee4;
    }

    .item-detail-c .item-slider-and-content-h .horizontal-slider-h .owl-nav .owl-prev {
        left: -50px;
    }

    .item-detail-c .item-slider-and-content-h .horizontal-slider-h .owl-nav .owl-next {
        right: -50px;
    }

    .item-detail-c .item-slider-and-content-h .horizontal-slider-h .owl-nav button.disabled {
        color: #404040;
    }

    .item-detail-c .item-slider-and-content-h .tba-content-h {
        padding-left: 20px;
        padding-right: 20px;
    }

    .item-detail-c .item-slider-and-content-h .tba-content-h h2 {
        margin-bottom: 30px;
    }

    .item-detail-c .item-slider-and-content-h .tba-content-h p {
        font-size: 18px;
        line-height: 28px;
    }

    .item-detail-c .item-slider-and-content-h .tba-content-h p span {
        font-size: 22px;
    }

    /* .item-detail-c .item-slider-and-content-h .tba-print {
        right: inherit;
        left: 50%;
        transform: translateX(-50%);
    } */

    .item-detail-c .item-slider-and-content-h .tba-print {
        margin-bottom: 10px;
    }
}

/* End search item */


/* Annual Registration Booklets */
.bookets-list-c .tbc-row {
    max-width: 1340px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bookets-list-c {
    padding-top: 20px;
}

.bookets-list-c .tbc-row .tba-col {
    width: 167px;
    height: 156px;
    border: 1px solid #ddd;
    margin: 12px;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
}

.bookets-list-c .tbc-row>.tba-col:first-child {
    width: 236px;
}

.bookets-list-c .tbc-row .tba-col .tba-item img {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.bookets-list-c .tbc-row .tba-col .tba-item {
    text-align: center;
}

.bookets-list-c .tbc-row .tba-col .tba-item p {
    color: #666666;
    font-weight: 400;
    font-size: 24px;
}

.bookets-list-c .tbc-row .tba-col .tba-item h5 {
    font-size: 24px;
    margin-bottom: 0;
    color: #143A33;
}

.bookets-list-c h2 {
    max-width: 1340px;
    margin: 40px auto 0;
    font-weight: 400;
    line-height: 42px;
}

@media (max-width: 1199px) {
    .bookets-list-c .tbc-row {
        justify-content: center;
    }
}

.alpha a {
    cursor: pointer;
}

/* End Annual Registration Booklets */


.loder-box {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background: black;
    z-index: 50000000000000;
    opacity: .8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loder {
    height: 50px;
    width: 50px;
    border: 6px solid;
    border-top: 6px solid #fff;
    border-radius: 50%;
    animation: spin .9s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.errors {
    border: 1px solid red !important;
}

.requiredErrors {
    font-size: 12px;
    font-weight: 400;
}

.register-a-hosta-c input[type="file"] {
    height: 44px;
}

@media (min-width: 768px) {

    .leaf-size-h>div:first-child,
    .leaf-size-h>div:nth-child(2) {
        width: 285px;
        align-items: flex-start !IMPORTANT;
    }

    .leaf-size-h>div:first-child label,
    .leaf-size-h>div:nth-child(2) label {
        margin-top: 10px;
    }

    .leaf-size-h>div:nth-child(3) {
        width: 327px;
        align-items: flex-start !important;
    }

    .leaf-size-h>div:nth-child(3) label {
        margin-top: 10px;
    }
}

div:where(.swal2-icon).swal2-success {
    transform: scale(0.8);
    margin-top: 25px;
    margin-bottom: 0;
}

h2#swal2-title {
    font-size: 28px;
    margin-bottom: 25px;
}

.register-a-hosta-c input#inputhosta_images {
    border: 0;
    border-radius: 0
}


.register-a-hosta-c input[type="file"] {
    position: relative;
}

.register-a-hosta-c input[type="file"]::file-selector-button {
    width: 160px;
    border-radius: 0px !important;
    color: transparent;
    height: 45px;
    cursor: pointer;
}

.register-a-hosta-c input[type="file"]::before {
    position: absolute;
    pointer-events: none;
    top: 10px;
    left: 12px;
    height: 20px;
    width: 20px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23143A33'%3E%3Cpath d='M18 15v3H6v-3H4v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-3h-2zM7 9l1.41 1.41L11 7.83V16h2V7.83l2.59 2.58L17 9l-5-5-5 5z'/%3E%3C/svg%3E");
}

.register-a-hosta-c input[type="file"]::after {
    position: absolute !important;
    pointer-events: none !important;
    top: 9px !important;
    left: 35px !important;
    color: #143A33 !important;
    content: "Upload Image's" !important;
    font-size: 14px;
}

.register-a-hosta-c input#inputhosta_images:focus {
    border: 1px solid #143A33;
    outline: none;
}

.db-login-form {
    font-family: "Roboto", sans-serif;
}

.db-login-form button[type="submit"] {
    background: #cab559;
    color: #143a33;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 18px;
    padding: 13px 20px;
    border-radius: 100px;
}

.db-login-form button[type="submit"]:hover {
    background: rgba(202, 181, 89, 0.8);
}

.db-login-form input:not([type="checkbox"]) {
    border: 1px solid #7C8592 !important;
    border-radius: 8px;
    height: 50px;
    font-weight: 400;
}

.db-login-form input:not([type="checkbox"]):focus {
    outline: none !important;
    box-shadow: none !important;
}

.db-login-form label[for="remember_me"] span {
    font-weight: 400;
}

.db-login-form a {
    font-weight: 400;
}

.db-login-form [type=checkbox]:checked,
.db-login-form [type=checkbox]:checked:hover {
    background-color: #143A33 !important;
}

.db-login-form [type=checkbox]:focus {
    outline: none;
    box-shadow: none;
}

.db-login-form a:focus {
    outline: none;
    box-shadow: none;
}

.db-login-form button[type="submit"]:focus {
    box-shadow: none;
}

.font-sans {
    font-family: "Roboto", sans-serif !important;
}

.db-header-h .tbh-nav a {
    font-size: 16px;
    color: #143a33;
    font-weight: 700;
}

.db-header-h .tbh-nav a.border-indigo-400 {
    border-color: #143a33;
}

.db-header-h .tbh-profile button {
    padding: 0 !important;
    border: 0 !important;
    color: #143a33;
    font-size: 16px;
    font-weight: 700;
}

header h2 {
    font-size: 28px !important;
    color: #143a33 !important;
}

.hosta-list-h table th {
    background: #d0d8d6;
    font-size: 14px;
    color: #143A33;
}

.hosta-list-h table td {
    font-weight: 400;
    font-size: 14px;
}

.hosta-list-h table .status-btn {
    color: #fff;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 100px;
}

.hosta-list-h table #search-data>tr:nth-child(odd) td {
    background: rgb(208 216 214 / 10%);
    box-shadow: none;
    vertical-align: middle;
}

.hosta-list-h table #search-data svg {
    width: 16px;
    height: 16px;
}

.hosta-list-h table #search-data .tbh-delete-icon {
    display: flex;
    justify-content: center;
}

.hosta-list-h table #search-data .tbh-delete-icon svg {
    fill: #ef5e5e;
}

.hosta-list-h table #search-data .tbh-edit-icon svg {
    fill: #143A33;
}

.hosta-list-h table th,
.hosta-list-h table td {
    padding: 10px 15px;
    font-size: 13px;
}

.hosta-list-search button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
}

.hosta-list-search {
    position: relative;
}

.hosta-list-search button svg {
    fill: #143a33;
}

.hosta-list-search input {
    font-weight: 400;
    font-size: 13px;
    width: 250px;
}

.hosta-list-search input:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #143a33;
}

.hosta-list-h table .status-btn:active {
    color: #fff;
    border: 1px solid transparent;
}

.hosta-list-h .alert.alert-success {
    position: fixed;
    top: 35px;
    right: 20px;
    padding: 8px 15px;
    font-size: 14px;
    background: #143a33;
    color: #fff;
    font-weight: 400;
}

.dashboard-c,
.hosta-list-h,
.yearly-pdf-status-c {
    min-height: calc(100vh - 270px);
}

.dashboard-c,
.yearly-pdf-status-c,
.register-form-h {
    min-height: calc(100vh - 256px) !important;
}

.dashboard-boxes-h .tbh-pending {
    background: rgb(255 255 0 / 15%);
}

.dashboard-boxes-h .col-auto {
    padding: 0;
}

.dashboard-boxes-h .tbh-registered {
    background: rgb(45 205 110 / 15%);
}

.dashboard-boxes-h .tbh-in-progress {
    background: rgb(254 182 0 / 15%);
}

.dashboard-boxes-h .tbh-user {
    background: rgb(94 94 94 / 15%);
}

footer p {
    font-size: 14px;
}

.modal+footer {
    padding-top: 1.2rem !important;
}

.modal+footer p {
    font-size: 12px;
}

.hosta-list-h .container>.row {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.hosta-list-h>div {
    flex: 1;
}

.hosta-list-h {
    position: relative;
    padding-bottom: 80px;
}

.hosta-list-h>div .container {
    height: 100%;
}

.pagination-h li.page-item.active span.page-link {
    background: #143A33;
    border: 1px solid #143A33;
}

.pagination-h li.page-item a.page-link {
    color: #143a33;
}

.pagination-h .small.text-muted {
    font-size: 14px;
    font-weight: 400;
}

.delete-popup .swal2-icon {
    transform: scale(0.5);
    margin: 0 auto;
}

.delete-popup h2#swal2-title {
    font-size: 18px;
    padding: 0;
    margin-bottom: 5px;
    margin-top: -10px;
}

.delete-popup {
    max-width: 300px;
}

.dashboard-boxes-h .card {
    border-radius: 8px;
    overflow: hidden;
}

.pagination-h li.page-item a.page-link:focus {
    box-shadow: none;
}

.yearly-pdf-status-h table.table {
    margin: 15px 0 20px;
    border: 1px solid #ddd;
    width: 100%;
}

.yearly-pdf-status-h table.table th,
.yearly-pdf-status-h table.table td {
    padding: 8px 15px;
    border: 1px solid #999;
    text-align: center;
    font-size: 14px;
}

.yearly-pdf-status-h table.table th {
    background: #d0d8d6;
    color: #143A33;
}

.yearly-pdf-status-h table.table a {
    background: #cab559 !important;
    color: #143a33 !important;
    padding: 8px 15px;
    border-radius: 100px;
    display: inline-block;
    margin: 10px 0;
}

.yearly-pdf-status-h table.table a:hover {
    background: rgba(202, 181, 89, 0.8) !important;
}

.yearly-pdf-status-h h1+div span {
    color: #2dcd6e;
}

.yearly-pdf-status-h table.table td {
    vertical-align: middle;
}

.yearly-pdf-status-h table.table .not-published {
    background: #999 !important;
    color: #fff !important;
}

.yearly-pdf-status-h table.table .not-published:hover {
    background: #999 !important;
}

.dashboard-boxes-h .tbh-pending span {
    color: #feb600;
}

.dashboard-boxes-h .tbh-registered span {
    color: #2dcd6e;
}

.dashboard-boxes-h .tbh-in-progress span {
    color: #ff7800;
}

.dashboard-boxes-h .tbh-user span {
    color: #143A33;
}

.dashboard-boxes-h .card-body {
    text-align: center;
}

@media (max-width: 1199px) {
    .dashboard-boxes-h .card-body {
        text-align: center;
    }

    .dashboard-boxes-h .card {
        margin-bottom: 25px;
    }
}

@media (max-width: 639px) {
    .db-mobile-nav a {
        color: #143a33;
    }

    .db-mobile-nav a.border-indigo-400 {
        border-color: #143a33;
    }

    .db-mobile-nav a.bg-indigo-50 {
        background: #143a331a;
    }

    .mobile-user-name {
        padding-left: 20px !important;
    }
}

.hosta-list-h .pagination-h {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 1.5rem);
    padding-right: 1.5rem;
}

@media (max-width: 456px) {
    .hosta-list-search {
        margin-top: 10px;
    }
}

.yearly-pdf-status-h table.table tr>th:first-child {
    min-width: 90px;
}

.yearly-pdf-status-h table.table tr>th:nth-child(2) {
    min-width: 90px;
}

.yearly-pdf-status-h table.table tr>th:nth-child(3) {
    min-width: 300px;
}

.profile-information-h h2,
.update-password-h h2,
.delete-account-h h2 {
    margin-bottom: 15px;
}

.profile-information-h header p,
.update-password-h header p,
.delete-account-h header p {
    font-weight: 400;
}

.profile-information-h form input,
.update-password-h form input {
    font-weight: 400;
    font-size: 14px;
}

.profile-information-h form button[type="submit"],
.update-password-h form button[type="submit"],
.register-form-h form button {
    background: #CAB559;
    border-radius: 100px;
    padding: 10px 25px !important;
    color: #143A33 !important;
    font-size: 14px;
    border: 0 !important;
}

.profile-information-h form button[type="submit"]:hover,
.update-password-h form button[type="submit"]:hover,
.register-form-h form button:hover {
    background: rgb(202 181 89 / 80%);
}

.delete-account-h button {
    background: #ef5e5e;
    border: 0 !important;
    border-radius: 100px;
}

.profile-information-h input:focus,
.update-password-h input:focus,
.register-form-h form input:focus {
    border: 1px solid #d1d5db;
}

.profile-information-h form button[type="submit"]:focus,
.update-password-h form button[type="submit"]:focus,
.delete-account-h button:focus {
    box-shadow: none;
}

.update-password-h li {
    font-weight: 400;
    font-size: 12px;
}

.register-form-h input {
    font-weight: 400;
    font-size: 13px;
}

.register-form-h {
    min-height: calc(100vh - 365px);
}

.profile-dropdown a,
.db-header-h .tbh-profile .rounded-md a {
    font-weight: 400;
}

.font-weight-normal {
    font-weight: normal;
}

.db-edit-register-c {
    margin-top: 0;
}

.db-edit-register-c .step-bar {
    margin-top: 50px;
}

.db-edit-register-c .step-buttons {
    margin-bottom: 50px;
}

.db-edit-register-c .form-check-input:checked[type=radio] {
    border: 1px solid #143A33;
    background-image: none;
    background-color: transparent;
    position: relative;
}

.hosta-images-h img {
    max-width: 150px;
    margin-right: 15px;
    padding: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}

.hosta-images-h {
    display: flex;
    padding: 0 15px;
    margin-top: -10px;
    margin-bottom: 30px;
}

.db-edit-register-c .form-check-input:checked[type=radio]:focus {
    box-shadow: none;
}

.star {
    color: #ef5e5e;
}

.registration-confirmation-c {
    padding: 50px 0;
    max-width: 1060px;
    margin: 0 auto;
}

.registration-confirmation-c h2 {
    margin-bottom: 30px;
}

.registration-confirmation-c p,
.registration-confirmation-c li {
    font-weight: 400;
    font-size: 20px;
}

.registration-confirmation-c ul {
    list-style: none;
    text-align: left;
}

.registration-confirmation-c ul svg {
    width: 16px;
    height: 16px;
    position: absolute;
    left: -20px;
    top: 8px;
}

.registration-confirmation-c ul li {
    position: relative;
}

.registration-confirmation-c a {
    color: #143A33;
}

@media (max-width: 1140px) {
    .collapse:not(.show) {
        display: block !important;
    }
}

input[type=number] {
    -moz-appearance: textfield;
    /* For Firefox */
    -webkit-appearance: none;
    /* For Chrome and Safari */
    appearance: none;
    /* For modern browsers */
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.db-header-h .tbh-nav a {
    height: 36px;
    font-size: 14px;
}

.db-header-h .tbh-nav {
    align-items: center;
}

.db-header-h .tbh-profile button {
    font-size: 14px;
}

header h2 {
    font-size: 22px !important;
}

header>.py-6 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.hosta-list-h #search-data td>a[data-lightbox^="gallery"]:not(:first-child) {
    display: none;
}

.payButton {
    background: #CAB559;
    border: 0;
    border-radius: 100px;
    padding: 5px 15px;
    color: #143A33;
    font-size: 20px;
    font-weight: 500;
}

.search-box-h .search-div form {
    width: 100% !important;
}

.search-box-h .search-div button.search-icon {
    margin-top: -4px;
}

.image-delete {
    top: -12px;
    right: 5px;
    background-color: red;
    padding: 0px 8px;
    border-radius: 50%;
    cursor: pointer;
    font-weight: bold;
}

.hosta-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.upload-photographer-h {
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}

.upload-photographer-h .upload-h {
    margin-bottom: 20px;
}

.dragBox {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-weight: 400;
    line-height: 24px;
    color: #999;
    border: 2px dashed #ccc;
    transition: transform 0.3s;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
}

.dragBox:after {
    content: "1200 x 1200";
    display: block;
    width: 100%;
    font-size: 12px;
}

.dragBox input[type="file"] {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    cursor: pointer;
}

.upload-photographer-h .upload-h p {
    font-size: 17px;
    font-weight: 500;
}

.upload-photographer-h .photographer-input-h p {
    font-size: 17px;
    font-weight: 500;
}

ul.checked-ul {
    list-style: none;
    position: relative;
}

ul.checked-ul>li:before {
    content: '\2713';
    display: inline-block;
    color: #21e100;
    padding: 0 6px 0 0;
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 20px;
}

ul.checked-ul li {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}


.upload-photo img {
    width: 300px;
    height: 212px;
    display: flex;
    margin: auto;
    padding: 12px;
}

@media (max-width: 767px) {
    .step-bar .step-line {
        width: 50px;
    }

    .step {
        width: 30px;
        height: 30px;
    }

    .step-title {
        font-size: 11px;
    }

    .step-title {
        max-width: 70px;
        left: -20px;
    }
}

@media (max-width: 399px) {
    .step.active+.step-title {
        display: block;
        white-space: nowrap;
        max-width: 100vw;
        width: 100vw;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        font-size: 18px;
    }

    .step-container {
        position: static;
    }

    .step-title {
        display: none;
    }

    .step-bar .step-line {
        width: 25px;
    }

    .step-bar>.step-container:first-child>.step-title {
        top: 40px;
        left: 0;
        transform: none;
    }
}

.db-edit-register-c .step {
    margin: 0 15px;
}

.item-detail-c .item-slider-and-content-h .vertical-slider .slide a,
.item-detail-c .item-slider-and-content-h .vertical-slider .slide a+p {
    display: block;
    width: 100%;
    text-align: center;
}

.item-detail-c .item-slider-and-content-h .vertical-slider .slide a+p {
    margin-bottom: 0;
}

.item-detail-c .item-slider-and-content-h .vertical-slider .slide img {
    max-height: 150px;
}

.backend ul.checked-ul {
    padding-left: 30px;
    margin-top: 20px;
}

.backend .hosta-images-h a.btn.btn-primary,
.backend .hosta-images-h a.btn.btn-success {
    border: 0;
    font-size: 14px;
    font-weight: 500;
    background: #CAB559;
    border-radius: 100px;
    padding: 8px 15px;
    color: #143A33;
    transition: .3s ease-in-out;
}

.backend .hosta-images-h img.hosta-image {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-height: 200px;
    min-height: 135px;
    object-fit: cover;
    object-position: center center;
}

.backend .hosta-images-h .image-delete {
    background: #ff6363;
    font-size: 14px;
    height: 24px !important;
    width: 24px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
}

.backend .hosta-images-h .img-container {
    text-align: center;
}

.backend .hosta-images-h .img-container a.btn {
    display: block;
    max-width: 205px !important;
    margin: 20px auto 10px;
}

.backend .hosta-images-h .img-container a.btn-color{
    background-color: #143a33;
    border-color: #143a33;
	color:white;
}

.backend .hosta-images-h a.btn.btn-primary {
    background: #143a33;
    color: #fff;
}

.backend .hosta-images-h a.btn.btn-primary:hover,
.backend .hosta-images-h a.btn.btn-success:hover {
    opacity: 0.9;
}

.backend .hosta-images-h .col-3 {
    margin-bottom: 25px;
}

.backend .hosta-images-h .img-container small {
    display: block;
    font-size: 14px;
    font-weight: 400
}

form#export_form {
    background: #eee;
    padding: 30px;
    text-align: left;
}

form#export_form h3 {
    font-weight: 500;
    margin-bottom: 15px;
}

.export-checkboxes-h {
    column-count: 4;
    margin-bottom: 8px;
}

.export-checkboxes-h div {
    padding: 5px 0;
}

.export-checkboxes-h div input[type="checkbox"] {
    margin-right: 10px;
    margin-top: -4px;
}

.export-checkboxes-h div label {
    font-size: 14px;
    font-weight: 400;
}

.export-input-year {
    padding: 10px 0;
}

.export-input-year input[type="number"] {
    border: 1px solid #ccc;
    padding: 5px 15px;
    margin-left: 15px;
}

.export-input-year input[type="text"] {
    border: 1px solid #ccc;
    padding: 5px 15px;
    margin-left: 15px;
}



.export-input-year label {
    font-weight: 400;
    font-size: 14px;
}

.export-action-btn-h {
    margin-top: 15px;
}

.export-action-btn-h .btn {
    background: #cab559 !important;
    color: #143a33 !important;
    border: 0;
    margin-right: 15px;
}

.export-action-btn-h .btn:hover {
    background: rgba(202, 181, 89, 0.8) !important;
}

.export-action-btn-h .clearAll {
    background: #ccc !important;
}

.export-action-btn-h .clearAll+button.btn {
    background: #1f6f43 !important;
    color: #fff !important;
}

.export-action-btn-h .clearAll+button.btn:hover {
    opacity: 0.8;
}

.export-action-btn-h .clearAll:hover {
    opacity: 0.8;
    background: #ccc !important;
}

.export-heading {
    font-size: 32px;
    font-weight: 500;
}

.search-nav-h {
    display: flex;
    align-items: center;
}

.search-nav-h img {
    margin-left: 2px;
    width: 18px;
    height: 18px;
}

@media (max-width: 991px) {
    .search-box-h .search-div form>div {
        flex-wrap: wrap;
    }

    .search-box-h .search-div form>div>div {
        width: 50%;
        margin: 0 !important;
        padding: 10px;
    }

    .search-box-h .search-div form>div>button {
        margin-bottom: 10px;
        margin-left: 15px;
    }

    .card.search-box-h {
        padding-top: 0;
    }

    .search-box-h .search-div {
        margin: 0 10px;
    }

    .search-box-h {
        padding-top: 20px;
    }
}

@media (max-width: 575px) {
    .search-box-h .search-div form>div>div {
        width: 100%;
    }
}

.bookets-list-c h2 {
    padding: 0 20px;
}

@media (min-width: 576px) {
    .w-sm-auto {
        width: auto !important;
    }
}

@media (max-width: 499px) {
    .step-buttons button {
        font-size: 14px;
    }

    .step-buttons button.prev {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

.backend-form-w .step-title {
    max-width: 280px;
    bottom: inherit;
    top: 50px;
}

.dashboard-boxes-h .card-body {
    background: #fff !important;
    border: 1px solid #CAB559;
    border-radius: 8px;
}

.dashboard-boxes-h .card-body * {
    color: #29664a !important
}

.dashboard-boxes-h .card-body span.font-bold {
    color: #CAB559 !important;
    font-weight: 900;
}


.detail-heading {
    display: flex;
}

.detail-heading em {
    display: inline-block;
    margin-right: 8px;
}

.detail-heading p {
    margin: 0 !important;
}

.detail-text-h {
    display: flex;
    flex-wrap: wrap;
    align-items: self-end;
    margin-bottom: 30px;
}

.detail-text-h p {
    margin-bottom: 0 !important;
    line-height: 32px !important;
}

.detail-text-h span {
    display: inline-block;
    margin-right: 8px;
}

.item-detail-c .item-slider-and-content-h .tba-content-h {
    width: 100%;
}

.search-results-c .tbc-filter-and-result-row .accordion-body {
    padding: 0 10px;
}

.search-results-c .tbc-filter-and-result-row .accordion-body ul>li {
    display: flex;
    align-items: flex-start;
}

.search-results-c .tbc-filter-and-result-row .accordion-body ul>li input {
    margin-top: 4px;
    margin-right: 6px;
}

.search-results-c .tbc-filter-and-result-row .tba-filter-h .accordion-collapse.show::-webkit-scrollbar {
    width: 6px;
}

.search-results-c .tbc-filter-and-result-row .tba-filter-h .accordion-collapse.show::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 10px;
}

.search-results-c .tbc-filter-and-result-row .tba-filter-h .accordion-collapse.show::-webkit-scrollbar-thumb {
    background: #143A33;
    border-radius: 10px;
}

.search-results-c .tbc-filter-and-result-row .tba-filter-h .accordion-collapse.show::-webkit-scrollbar-thumb:hover {
    background: #143A33;
}

.default-btn {
    height: 39px;
    font-size: 14px !important;
    background: #CAB559;
    border-radius: 100px;
    padding: 11px;
    color: #143A33 !important;
    display: flex;
    align-items: center;
    border: 0;
    font-weight: 500;
    justify-content: center;
    width: 100%;
    text-decoration: none;
}

.form-modal h2 {
    color: #143A33;
    font-weight: 400;
    font-size: 28px !important;
    margin-bottom: 0 !important;
}

.form-modal th {
    font-size: 16px !important;
    font-weight: 500;
}

.form-modal td {
    font-size: 16px;
    text-align: center;
}

button.swal2-cancel {
    background: #fff !important;
    color: #143A33 !important;
    border: 1px solid #143A33 !important;
    font-size: 14px !important;
}

.hosta-registration-h .tbh-row .img-box img {
    max-width: 100%;
    height: 100%;
}

.backend .hosta-images-h .img-container{
height:450px !important;
}


.hosta_images_original {
    padding-left: 15px;
}


.btn.disabled, 
.btn:disabled {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}
