@import url(https://fonts.googleapis.com/css?family=Karla:400,700&display=swap);.dashboard-home {
    width: 100%;
    color: #373737;
    background: #f7f7f7;
}
@media (min-width: 992px) {
    .dashboard-home {
        padding: 97px 0 97px 80px;
    }
}
.dashboard-home__title {
    font-family: "LatoWebBlack";
    font-weight: normal;
    margin-top: 20px;
    font-size: 30px;
    line-height: 36px;
}
@media (min-width: 992px) {
    .dashboard-home__title {
        margin: 0;
        font-size: 35px;
        line-height: 42px;
    }
}
@media (min-width: 992px) {
    .dashboard-home-coupon, .dashboard-home-invite {
        width: 54.07407407%;
        max-width: 584px;
    }
}
.dashboard-home-coupon {
    color: #FFFFFF;
    box-sizing: border-box;
    border: 0.59px solid #DFDFDF;
    background-color: #202020;
    box-shadow: 0 2px 6px 0 rgba(243, 243, 243, 0.5);
    margin-bottom: 50px;
    padding: 41px 0 40px;
}
@media (min-width: 992px) {
    .dashboard-home-coupon {
        margin-bottom: 40px;
        margin-right: 45px;
        padding: 34px 0 51px;
    }
}
@media (min-width: 1440px) {
    .dashboard-home-coupon {
        margin-bottom: 0;
    }
}
.dashboard-home-coupon__frame {
    height: 98px;
    position: relative;
    margin: 0 auto;
    width: 326px;
}
@media (min-width: 992px) {
    .dashboard-home-coupon__frame {
        width: 55.8219178%;
    }
}
.dashboard-home-coupon__frame-logo {
    width: 100%;
    height: 100%;
    position: absolute;
}
.dashboard-home-coupon__value {
    font-family: "LatoWebBlack";
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
}
.dashboard-home-coupon__discount {
    font-family: "LatoWebBlack";
    font-weight: normal;
    font-size: 35px;
    line-height: 42px;
    margin-top: 19px;
}
@media (min-width: 992px) {
    .dashboard-home-coupon__discount {
        margin-top: 15px;
    }
}
.dashboard-home-coupon__promo-note {
    font-family: "LatoWebBlack";
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    margin-top: 11px;
}
.dashboard-home-coupon__copy-btn {
    display: block;
    margin: 25px auto 0;
}
.dashboard-home-invite {
    color: #292C2F;
    background: #ffffff;
    text-align: center;
    padding: 52px 24px 41px;
    margin-top: 57px;
    border-top: 4px solid #FF7354;
}
@media (min-width: 992px) {
    .dashboard-home-invite {
        border-top: unset;
        padding: 50px 98px 69px;
        text-align: left;
        margin-top: 60px;
    }
}
.dashboard-home-invite__title {
    font-family: "LatoWebBlack";
    font-weight: normal;
    font-size: 22px;
    line-height: 27px;
}
.dashboard-home-invite__subtitle {
    font-family: "LatoWeb";
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    margin-top: 5px;
}
.dashboard-home-invite__text {
    font-family: "LatoWeb";
    font-weight: normal;
    color: #9B9B9B;
    font-size: 16px;
    line-height: 19px;
    margin-top: 21px;
}
@media (min-width: 992px) {
    .dashboard-home-invite__text {
        margin-top: 15px;
    }
}
.dashboard-home-actions {
    max-width: 306px;
    margin: 0 auto;
}
@media (min-width: 992px) {
    .dashboard-home-actions {
        margin: unset;
        max-width: 335px;
    }
}
@media (min-width: 1440px) {
    .dashboard-home-actions {
        width: 31.01851851%;
    }
}
.dashboard-home-actions__list {
    padding: 0;
}
.dashboard-home-actions__list-item {
    display: flex;
    align-items: center;
    position: relative;
}
.dashboard-home-actions__list-item:not(:last-child) {
    margin-bottom: 16px;
}
@media (min-width: 992px) {
    .dashboard-home-actions__list-item:not(:last-child) {
        margin-bottom: 30px;
    }
}
.dashboard-home-actions__icon-wrapper {
    box-sizing: border-box;
    height: 58px;
    width: 58px;
    border: 0.59px solid #DFDFDF;
    background-color: #202020;
    box-shadow: 0 2px 6px 0 rgba(243, 243, 243, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    margin-right: 21px;
}
@media (min-width: 992px) {
    .dashboard-home-actions__icon-wrapper {
        height: 80px;
        width: 80px;
        margin-right: 25px;
    }
}
.dashboard-home-actions__icon {
    height: 40px;
    width: 40px;
    -o-object-fit: contain;
    object-fit: contain;
}
.dashboard-home-actions__text {
    font-family: "LatoWebBlack";
    font-weight: normal;
    color: #292C2F;
    font-size: 16px;
    line-height: 19px;
}
.dashboard-home-actions__additional-text {
    position: absolute;
    bottom: -25px;
    left: 81px;
    color: #FF7051;
}
@media (min-width: 992px) {
    .dashboard-home-actions__additional-text {
        bottom: -7px;
        left: 105px;
    }
}
.dashboard-home-discount-section {
    display: flex;
    flex-direction: column;
    margin-top: 26px;
}
@media (min-width: 992px) {
    .dashboard-home-discount-section {
        margin-top: 43px;
    }
}
@media (min-width: 1440px) {
    .dashboard-home-discount-section {
        flex-direction: row;
    }
}

.d-membership {
    padding-top: 0;
    background: #fff;
    padding-bottom: 26px;
}
@media (min-width: 992px) {
    .d-membership {
        margin-left: 80px;
        background: unset;
        padding-top: 97px;
        padding-bottom: 101px;
    }
}
.d-membership-settings {
    width: 100%;
}
.d-membership-text {
    font-family: "Karla", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 40px;
    text-shadow: 0 2px 4px 0 rgba(167, 95, 95, 0.09);
    text-transform: uppercase;
}
.d-membership-text--gray {
    color: #A7A7A7;
}
.d-membership__title {
    font-family: "LatoWebBlack";
    font-weight: normal;
    color: #373737;
    font-size: 30px;
    line-height: 42px;
    margin-top: 0;
}
@media (min-width: 992px) {
    .d-membership__title {
        font-size: 35px;
    }
}
.d-membership-subscriptions {
    border-radius: 5px;
    background-color: #FFFFFF;
    max-width: 1166px;
    margin-top: 37px;
}
@media (min-width: 992px) {
    .d-membership-subscriptions {
        margin-top: 64px;
        padding: 64px 41px;
        box-shadow: 0 1px 29px 0 rgba(192, 192, 192, 0.32);
    }
}

.d-payment {
    border-radius: 5px;
    background-color: #FFFFFF;
}
@media (min-width: 992px) {
    .d-payment {
        margin-top: 45px;
        box-shadow: 0 1px 29px 0 rgba(192, 192, 192, 0.32);
    }
}
.d-payment-order {
    padding: 24px 0 50px;
    background-color: #F7F7F7;
}
@media (min-width: 992px) {
    .d-payment-order {
        padding: 40px 0 24px;
    }
}

.d-promo-code {
    max-width: 268px;
    width: 100%;
    margin: 25px auto 0;
    text-align: center;
}
@media (min-width: 992px) {
    .d-promo-code {
        text-align: left;
        max-width: 480px;
        margin: 25px 0 0 auto;
    }
}
.d-promo-code__form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (min-width: 992px) {
    .d-promo-code__form {
        align-items: flex-start;
        flex-direction: row;
    }
}
.d-promo-code__input-wrapper {
    flex: 1;
    width: 100%;
}
@media (min-width: 992px) {
    .d-promo-code__input-wrapper {
        width: unset;
        margin-right: 26px;
    }
}
.d-promo-code__input {
    font-family: "Karla", sans-serif;
    font-weight: 400;
    padding: 13px 22px;
    height: 53px;
    color: #585858;
    font-size: 14px;
    line-height: 26px;
    background: white;
    border: none;
    width: 100%;
}
.d-promo-code__apply-button {
    height: 53px;
    width: 127px;
    margin-top: 10px;
}
@media (min-width: 992px) {
    .d-promo-code__apply-button {
        margin-top: unset;
    }
}
.d-promo-code__discout-value {
    color: #FF7354;
}

.d-checkout {
    width: 100%;
    max-width: 268px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1.41fr 0.5fr 38px 1fr;
    color: #000000;
}
@media (min-width: 992px) {
    .d-checkout {
        height: 120px;
        max-width: 618px;
        margin: unset;
        grid-template-columns: auto 25.2427% 19.7411%;
        grid-template-rows: 1fr 1fr 1px 1fr;
    }
}
.d-checkout-category {
    font-family: "Karla", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 40px;
    grid-column: 1/3;
    grid-row: 1;
    text-align: center;
}
@media (min-width: 992px) {
    .d-checkout-category {
        text-align: left;
        grid-column: 1;
        grid-row: 1;
    }
}
.d-checkout-plan {
    font-family: "LatoWebBlack";
    font-weight: normal;
    font-size: 22px;
    line-height: 40px;
    grid-column: 1/3;
    grid-row: 2;
    text-align: center;
}
@media (min-width: 992px) {
    .d-checkout-plan {
        text-align: left;
        grid-column: 1;
        grid-row: 2;
    }
}
.d-checkout-promocode {
    grid-column: 1;
    grid-row: 4;
}
.d-checkout-duration {
    grid-column: 1;
    grid-row: 3;
}
@media (min-width: 992px) {
    .d-checkout-duration {
        grid-column: 2;
        grid-row: 1;
    }
}
.d-checkout-price {
    grid-column: 2;
    grid-row: 3;
}
@media (min-width: 992px) {
    .d-checkout-price {
        grid-column: 3;
        grid-row: 1;
    }
}
.d-checkout-discount {
    grid-column: 2;
    grid-row: 4;
}
@media (min-width: 992px) {
    .d-checkout-discount {
        grid-column: 3;
        grid-row: 2;
    }
}
.d-checkout-total {
    grid-column: 1;
    grid-row: 5;
}
@media (min-width: 992px) {
    .d-checkout-total {
        grid-column: 2;
        grid-row: 4;
    }
}
.d-checkout-total-price {
    font-family: "Karla", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: right;
    grid-column: 2;
    grid-row: 5;
}
@media (min-width: 992px) {
    .d-checkout-total-price {
        grid-column: 3;
        grid-row: 4;
    }
}
.d-checkout-total, .d-checkout-total-price {
    border-top: 1px solid #E6E6E6;
}
@media (min-width: 992px) {
    .d-checkout-total, .d-checkout-total-price {
        border-top: unset;
    }
}
.d-checkout-divider {
    display: none;
}
@media (min-width: 992px) {
    .d-checkout-divider {
        display: block;
        box-sizing: border-box;
        border-top: 2px solid #D6D6D6;
        grid-column: 1/4;
        grid-row: 3;
    }
}

.d-payment {
    max-width: 1200px;
}
.d-payment-details {
    max-width: 618px;
    margin: 0 auto;
}
.d-payment-method {
    display: grid;
    background-color: #F7F7F7;
    grid-template-columns: 1fr 1.6fr;
    max-width: 375px;
}
@media (min-width: 992px) {
    .d-payment-method {
        grid-template-columns: auto auto 1fr;
        grid-template-rows: auto auto;
        max-width: unset;
    }
}
.d-payment-method__card-type {
    grid-column: 1;
    grid-row: 1;
}
@media (min-width: 992px) {
    .d-payment-method__card-type {
        grid-column: 1;
        grid-row: 1;
    }
}
.d-payment-method__card-type-value {
    grid-column: 2;
    grid-row: 1;
}
@media (min-width: 992px) {
    .d-payment-method__card-type-value {
        grid-column: 1;
        grid-row: 2;
    }
}
.d-payment-method__card-number {
    grid-column: 1;
    grid-row: 2;
}
@media (min-width: 992px) {
    .d-payment-method__card-number {
        grid-column: 2;
        grid-row: 1;
    }
}
.d-payment-method__card-code {
    grid-column: 2;
    grid-row: 2;
}
@media (min-width: 992px) {
    .d-payment-method__card-code {
        grid-column: 2;
        grid-row: 2;
    }
}
.d-payment-method__expiration {
    grid-column: 1;
    grid-row: 3;
}
@media (min-width: 992px) {
    .d-payment-method__expiration {
        grid-column: 3;
        grid-row: 1;
    }
}
.d-payment-method__expiration-date {
    grid-column: 2;
    grid-row: 3;
}
@media (min-width: 992px) {
    .d-payment-method__expiration-date {
        grid-column: 3;
        grid-row: 2;
    }
}
.d-payment-method__item {
    padding-left: 10px;
}
@media (min-width: 992px) {
    .d-payment-method__item {
        padding-left: 22px;
    }
}

.d-payment-method-container {
    max-width: 790px;
    margin: 40px auto 0;
    padding-bottom: 63px;
}

.d-payment-actions {
    display: flex;
    margin-top: 40px;
}

.d-payment-card-wrapper {
    padding-bottom: 30px;
}

.d-payment-card {
    margin-top: 31px;
}
@media (min-width: 992px) {
    .d-payment-card {
        margin-top: 33px;
    }
}

.dashboard-account {
    width: 100%;
    background-color: #ffffff;
}
@media (min-width: 992px) {
    .dashboard-account {
        background-color: #f6f6f6;
        padding-bottom: 100px;
    }
}
.dashboard-account .e-form-group {
    margin-bottom: 12px;
}
@media (min-width: 992px) {
    .dashboard-account .e-form-group {
        max-width: initial;
        margin-bottom: 25px;
    }
    .dashboard-account .e-form-group:first-child {
        margin-right: 44px;
    }
}

@media (min-width: 992px) {
    .dashboard-account-details {
        padding-top: 58px;
        margin-left: 30px;
    }
}
@media (min-width: 1200px) {
    .dashboard-account-details {
        margin-left: 80px;
    }
}
.dashboard-account-details__title {
    font-family: "LatoWebBlack";
    font-weight: normal;
    color: #373737;
    line-height: 42px;
    margin: 0;
    font-size: 30px;
}
@media (min-width: 992px) {
    .dashboard-account-details__title {
        font-size: 35px;
    }
}
.dashboard-account-details__content {
    max-width: 1020px;
    border-radius: 5px;
}
@media (min-width: 992px) {
    .dashboard-account-details__content {
        width: 95%;
        margin-top: 40px;
    }
}

.dashboard-account-card {
    width: 100%;
    border-radius: 5px;
    background-color: #FFFFFF;
}
@media (min-width: 992px) {
    .dashboard-account-card {
        box-shadow: 0 1px 29px 0 rgba(192, 192, 192, 0.32);
        padding: 50px 20px 50px !important;
    }
}
@media (min-width: 1200px) {
    .dashboard-account-card {
        padding: 50px 60px 50px 60px !important;
    }
}
@media (min-width: 1440px) {
    .dashboard-account-card {
        padding: 50px 170px 50px 60px !important;
    }
}
@media (min-width: 992px) {
    .dashboard-account-card:not(:last-child) {
        margin-bottom: 30px;
    }
}
.dashboard-account-card__title {
    font-family: "LatoWebBlack";
    font-weight: normal;
    color: #373737;
    font-size: 25px;
    line-height: 30px;
}
.dashboard-account-card__text {
    font-family: "Karla", sans-serif;
    font-weight: 700;
    color: #000000;
    font-size: 10px;
    letter-spacing: 0.42px;
    margin-right: 21px;
    text-transform: uppercase;
    line-height: 45px;
}
@media (min-width: 992px) {
    .dashboard-account-card__text {
        line-height: 40px;
    }
}

.dashboard-account-password {
    padding-top: 25px;
    padding-bottom: 50px;
}
@media (min-width: 992px) {
    .dashboard-account-password {
        padding-top: 0;
        padding-bottom: 0;
    }
}
.dashboard-account-password__button {
    margin-top: 41px;
}
@media (min-width: 992px) {
    .dashboard-account-password__button {
        margin-top: 0;
    }
}
.dashboard-account-password__note:last-child {
    position: absolute;
    top: 25px;
}

.dashboard-account-payment-method__title {
    margin-right: 30px;
}
.dashboard-account-payment-method__add {
    font-family: "Karla", sans-serif;
    font-weight: 400;
    box-sizing: border-box;
    height: 55px;
    width: 160px;
    border: 2px solid #FF7354;
    box-shadow: 0 2px 4px 0 rgba(167, 95, 95, 0.09);
    color: #000000;
    background: #ffffff;
    font-size: 15px;
    letter-spacing: 0.75px;
    line-height: 18px;
    text-align: center;
}

.dashboard-account-billing {
    padding-top: 26px;
    padding-bottom: 46px;
}
@media (min-width: 992px) {
    .dashboard-account-billing {
        padding: 0;
    }
}
.dashboard-account-billing__save {
    margin-top: 40px;
}

.dashboard-account-personal {
    padding: 25px 0 50px;
}
@media (min-width: 992px) {
    .dashboard-account-personal {
        padding: unset;
    }
}
.dashboard-account-personal .e-plain-select-wrapper:nth-child(2n) {
    margin: 0 20px;
}

.dashboard-account-photo-picker {
    box-sizing: border-box;
    height: 175px;
    width: 175px;
    border: 0.59px solid #DFDFDF;
    background-color: #FDFDFD;
    box-shadow: 0 2px 6px 0 rgba(243, 243, 243, 0.5);
    border-radius: 50%;
    margin: 0 auto 38px;
    background-position: center;
    background-size: cover;
}
@media (min-width: 992px) {
    .dashboard-account-photo-picker {
        margin: 50px 0 32px;
    }
}
.dashboard-account-photo-picker__toggle {
    font-family: "LatoWeb";
    font-weight: normal;
    height: 30px;
    max-width: 119px;
    width: 100%;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 18px;
    border-radius: 15px;
    background-color: #373737;
    border: none;
}

.dashboard-account-button {
    margin-top: 38px;
}
@media (min-width: 992px) {
    .dashboard-account-button {
        margin-top: auto;
    }
}

.dashboard-account-nav {
    display: flex;
    justify-content: space-between;
    padding: 0 15px 5px;
    border-bottom: 4px solid #F3F3F3;
    margin-top: 20px;
}
.dashboard-account-nav__link {
    font-family: "LatoWebBlack";
    font-weight: normal;
    color: rgba(41, 44, 47, 0.27);
    font-size: 13px;
    line-height: 16px;
    position: relative;
}
.dashboard-account-nav__link.is-active {
    color: #292C2F;
}
.dashboard-account-nav__link.is-active:after {
    content: "";
    height: 4px;
    width: 100%;
    display: block;
    position: absolute;
    background-color: #FF7354;
    bottom: -9px;
}

.lp-booking {
    background: #F9F9F9;
    padding: 0;
}
@media (min-width: 992px) {
    .lp-booking .dashboard-booking-content {
        margin: 0px auto;
    }
}
.lp-booking .dashboard-booking-content h4 {
    color: #FF7354;
    font-family: "Karla", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.lp-booking .dashboard-booking-content a.guesty-search-submit-btn {
    max-width: 100%;
    width: 170px;
    height: 35px !important;
    display: block;
    vertical-align: bottom;
}
.lp-booking .dashboard-booking-content .guesty-widget__container > .guesty-widget__item:nth-child(4) ~ .guesty-widget__item {
    display: none;
}
.lp-booking .dashboard-booking-content .guesty-widget__container > .guesty-widget__item:nth-child(4) {
    border: none;
}

.dashboard-booking {
    width: 100%;
}
.dashboard-booking__logo {
    max-width: 100%;
    min-height: 103px;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 318px;
    width: 100%;
}

.dashboard-booking-content {
    max-width: 1004.84px;
    width: 90%;
    margin: 27px auto 47px;
}
@media (min-width: 992px) {
    .dashboard-booking-content {
        margin: 50px 80px 100px;
    }
}
@media (min-width: 1500px) {
    .dashboard-booking-content {
        width: 73.2846715328%;
    }
}
.dashboard-booking-content__title {
    font-family: "LatoWebBlack";
    font-weight: normal;
    color: #373737;
    font-size: 30px;
    line-height: 36px;
}
@media (min-width: 992px) {
    .dashboard-booking-content__title {
        font-size: 35px;
        line-height: 42px;
    }
}

.dashboard-booking-widget {
    padding: 2px 30px 0;
    margin-top: 0;
}
@media (min-width: 992px) {
    .dashboard-booking-widget {
        height: 67.58px;
        background-color: #ffffff;
        box-shadow: 0 2px 21px 0 rgba(212, 212, 212, 0.5);
        margin-top: 37px;
        padding: 17px 30px 0;
    }
}
.dashboard-booking-widget .guesty-root-element > .guesty-widget__item:not(:last-child) {
    width: 318px!important;
    border: 1px solid #CECECE;
}
@media (min-width: 992px) {
    .dashboard-booking-widget .guesty-root-element > .guesty-widget__item:not(:last-child) {
        width: 33% !important;
        margin-right: 13px;
        border: none;
    }
}
@media (min-width: 1850px) {
    .dashboard-booking-widget .guesty-root-element > .guesty-widget__item:not(:last-child) {
        width: 245px !important;
    }
}
.dashboard-booking-widget .guesty-root-element > .guesty-widget__item:not(:last-child) > * {
    width: 100%;
    border: 1px solid #CECECE;
}
.dashboard-booking-widget .guesty-root-element.small-size > .guesty-widget__item:not(:last-child) {
    height: 45px;
    overflow: hidden;
    border-width: 1px;
}
.dashboard-booking-widget .guesty-root-element > .guesty-widget__item:last-child {
    width: 100%;
}
@media (min-width: 992px) {
    .dashboard-booking-widget .guesty-root-element > .guesty-widget__item:last-child {
        width: 170px;
    }
}
@media (min-width: 992px) {
    .dashboard-booking-widget .guesty-root-element > .guesty-widget__item:last-child > button {
        width: 100%;
        height: 35px !important;
        display: initial;
    }
}
.dashboard-booking-widget .guesty-root-element.small-size > .guesty-widget__item:last-child {
    margin: 38px 0 0 !important;
}
.dashboard-booking-widget .guesty-root-element.small-size > .guesty-widget__item:last-child > button {
    font-family: "LatoWeb";
    font-weight: normal;
    height: 45.5px;
    width: 221px;
    font-size: 14px;
    line-height: 17px;
    padding: 8px 15px;
    letter-spacing: 0.7px;
    margin: 0 auto;
    display: block;
}
@media (min-width: 992px) {
    .dashboard-booking-widget .guesty-root-element.small-size > .guesty-widget__item:last-child > button {
        width: 100%;
        height: 35px !important;
        display: initial;
    }
}
.dashboard-booking-widget .guesty-root-element .selectr-container .selectr-label,
.dashboard-booking-widget .guesty-root-element #guesty-search-widget__datepicker .__super-input {
    font-family: "LatoWeb";
    font-weight: normal;
    color: #373737;
    letter-spacing: 0.7px;
    font-size: 17px;
    line-height: 41px;
}
@media (min-width: 992px) {
    .dashboard-booking-widget .guesty-root-element .selectr-container .selectr-label,
    .dashboard-booking-widget .guesty-root-element #guesty-search-widget__datepicker .__super-input {
        font-size: 14px;
        line-height: 26px;
    }
}
.dashboard-booking-widget .guesty-root-element .cities-dropdown .selectr-label:not([data-label=City]),
.dashboard-booking-widget .guesty-root-element .guests-dropdown .selectr-label:not([data-label=Guests]) {
    line-height: 24px;
}
.dashboard-booking-widget .guesty-root-element #guesty-search-widget__datepicker .__super-input,
.dashboard-booking-widget .guesty-root-element .selectr-selected {
    height: 43.5px;
}
@media (min-width: 992px) {
    .dashboard-booking-widget .guesty-root-element #guesty-search-widget__datepicker .__super-input,
    .dashboard-booking-widget .guesty-root-element .selectr-selected {
        height: 35px;
    }
}
.dashboard-booking-widget .guesty-root-element .selectr-selected {
    padding: 3px 52px 3px 20px;
}
.dashboard-booking-widget .guesty-root-element.guesty-widget__container {
    width: 100%;
    flex-direction: column;
    align-items: center;
}
@media (min-width: 992px) {
    .dashboard-booking-widget .guesty-root-element.guesty-widget__container {
        flex-direction: row;
        align-items: flex-start;
    }
}
.dashboard-booking-widget .guesty-root-element .lightpick__month-title {
    margin-left: auto;
    margin-right: auto;
}
.dashboard-booking-widget .guesty-root-element #guesty-search-widget__datepicker {
    border: 1px solid #CECECE;
}
.dashboard-booking-widget .guesty-root-element #guesty-search-widget__datepicker > div {
    width: 50%;
}
.dashboard-booking-widget .guesty-root-element #guesty-search-widget__datepicker > div input {
    width: 100%;
}
.dashboard-booking-widget .guesty-root-element.small-size.guesty-widget__container .guesty-widget__item {
    margin: 11px 0;
}
.dashboard-booking-widget .guesty-root-element.small-size.guesty-widget__container .guesty-widget__item .selectr-container, .dashboard-booking-widget .guesty-root-element.small-size.guesty-widget__container .guesty-widget__item #guesty-search-widget__datepicker {
    border: 1px solid #CECECE;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    max-height: 100%;
}
@media (min-width: 992px) {
    .dashboard-booking-widget .guesty-root-element.small-size.guesty-widget__container .guesty-widget__item .selectr-container, .dashboard-booking-widget .guesty-root-element.small-size.guesty-widget__container .guesty-widget__item #guesty-search-widget__datepicker {
        width: 80%;
        margin-right: 10%;
        margin-left: 10%;
    }
}

.dashboard-booking-discount {
    margin-top: 39px;
}
@media (min-width: 992px) {
    .dashboard-booking-discount {
        margin-top: 66px;
        padding-left: 10px;
    }
}
.dashboard-booking-discount__title {
    font-family: "LatoWebBlack";
    font-weight: normal;
    color: #292C2F;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
}
.dashboard-booking-discount__value {
    font-family: "LatoWebBlack";
    font-weight: normal;
    color: #FF7051;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    margin: 9px 0 0;
}
.dashboard-booking-discount__code {
    font-family: "LatoWeb";
    font-weight: normal;
    color: #292C2F;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin: 23px 0 0;
}
@media (min-width: 992px) {
    .dashboard-booking-discount__code {
        margin: 9px 0 0;
    }
}
.dashboard-booking-discount__button {
    font-family: "LatoWeb";
    font-weight: normal;
    height: 40px;
    width: 130px;
    border-radius: 3px;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    outline: none;
    border: none;
    margin-top: 29px;
}

.lp-booking .guesty-root-element .lightpick,
.dashboard-booking-widget .guesty-root-element .lightpick {
    top: 60px !important;
    left: 50% !important;
    transform: translateX(-50%);
}
@media (max-width: 768px) {
    .lp-booking .guesty-root-element .lightpick,
    .dashboard-booking-widget .guesty-root-element .lightpick {
        top: 130px !important;
    }
}
@media (max-width: 992px) {
    .lp-booking .guesty-root-element .lightpick,
    .dashboard-booking-widget .guesty-root-element .lightpick {
        top: 130px !important;
    }
}
.lp-booking .guesty-root-element .lightpick__month-title,
.dashboard-booking-widget .guesty-root-element .lightpick__month-title {
    z-index: 2;
    position: relative;
    min-height: 40px;
    margin-top: 4px;
}
.lp-booking .guesty-root-element .lightpick__month-title:hover,
.dashboard-booking-widget .guesty-root-element .lightpick__month-title:hover {
    background-color: #ffffff !important;
}
.lp-booking select,
.dashboard-booking-widget select {
    border: 1px solid #e4e7e7;
    border-radius: 3px;
    padding: 4px 0;
}
.lp-booking select.lightpick__select-months,
.dashboard-booking-widget select.lightpick__select-months {
    border-radius: 3px 0 0 3px;
    border-right: none;
}
.lp-booking select.lightpick__select-years,
.dashboard-booking-widget select.lightpick__select-years {
    border-radius: 0 3px 3px 0;
    border-left: none;
}
@media (max-width: 768px) {
    .lp-booking .guesty-root-element .lightpick--2-columns .lightpick__months .lightpick__month:last-of-type,
    .dashboard-booking-widget .guesty-root-element .lightpick--2-columns .lightpick__months .lightpick__month:last-of-type {
        display: none;
    }
}
.lp-booking .guesty-root-element .lightpick__day.is-start-date.is-in-range,
.lp-booking .guesty-root-element .lightpick__day.is-end-date.is-in-range,
.lp-booking .guesty-root-element .lightpick__day.is-in-range,
.lp-booking .guesty-root-element .lightpick__day.is-start-date.is-in-range.is-flipped,
.lp-booking .guesty-root-element .lightpick__day.is-end-date.is-in-range.is-flipped,
.lp-booking .guesty-root-element .lightpick__day:hover,
.dashboard-booking-widget .guesty-root-element .lightpick__day.is-start-date.is-in-range,
.dashboard-booking-widget .guesty-root-element .lightpick__day.is-end-date.is-in-range,
.dashboard-booking-widget .guesty-root-element .lightpick__day.is-in-range,
.dashboard-booking-widget .guesty-root-element .lightpick__day.is-start-date.is-in-range.is-flipped,
.dashboard-booking-widget .guesty-root-element .lightpick__day.is-end-date.is-in-range.is-flipped,
.dashboard-booking-widget .guesty-root-element .lightpick__day:hover {
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #000000;
}

.dashboard-booking-header {
    box-sizing: border-box;
    border: 0.59px solid #DFDFDF;
    background-color: #202020;
    box-shadow: 0 2px 6px 0 rgba(243, 243, 243, 0.5);
    padding-bottom: 41px;
}
@media (min-width: 992px) {
    .dashboard-booking-header {
        height: 210px;
        padding-left: 80px;
        padding-bottom: unset;
    }
}
.dashboard-booking-header__coupon {
    font-family: "LatoWebBlack";
    font-weight: normal;
    height: 98px;
    width: 326px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
    margin-top: 41px;
}
@media (min-width: 992px) {
    .dashboard-booking-header__coupon {
        margin-top: unset;
        margin-right: 50px;
    }
}
.dashboard-booking-header__coupon-logo {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
}
.dashboard-booking-header__discount {
    text-align: center;
    margin-top: 18px;
}
@media (min-width: 992px) {
    .dashboard-booking-header__discount {
        text-align: left;
        margin-right: 73px;
        margin-top: unset;
    }
}
.dashboard-booking-header__discount-value {
    font-family: "LatoWebBlack";
    font-weight: normal;
    color: #FFFFFF;
    font-size: 35px;
    line-height: 42px;
}
.dashboard-booking-header__discount-note {
    font-family: "LatoWebBlack";
    font-weight: normal;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
}
.dashboard-booking-header__discount-copy {
    margin-top: 21px;
}
@media (min-width: 992px) {
    .dashboard-booking-header__discount-copy {
        margin-top: unset;
    }
}

.dashboard-wrapper {
    margin-top: 70px;
    background-color: #f6f6f6;
    display: grid;
    grid-template-columns: 163px 1fr;
    grid-template-rows: 1fr;
}
@media (min-width: 992px) {
    .dashboard-wrapper {
        margin-top: 75px;
    }
}
@media (min-width: 1440px) {
    .dashboard-wrapper {
        grid-template-columns: 425px auto;
    }
}
@media (max-width: 1439px) {
    .dashboard-wrapper.is-closed {
        grid-template-columns: 163px 1fr;
    }
    .dashboard-wrapper.is-closed .sidebar {
        max-width: 163px;
    }
    .dashboard-wrapper.is-closed .sidebar .header {
        padding: 2.14em 4.54545% 40px 10.27%;
    }
    .dashboard-wrapper.is-closed .sidebar .header div:last-child {
        display: none !important;
    }
    .dashboard-wrapper.is-closed .sidebar .header__photo-wrapper {
        width: 93px;
        height: 93px;
    }
    .dashboard-wrapper.is-closed .sidebar-link {
        padding-left: 39px;
    }
    .dashboard-wrapper.is-closed .sidebar-link__text {
        display: none;
    }
}

.dashboard-sidebar {
    display: none;
}
@media (min-width: 992px) {
    .dashboard-sidebar {
        grid-column: 1;
        min-height: 700px;
        display: block;
    }
}

.dashboard-content {
    grid-column: 1/3;
}
@media (min-width: 992px) {
    .dashboard-content {
        grid-column: 2;
    }
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@keyframes fadein {
    0% {
        bottom: 0;
        opacity: 0;
    }
    100% {
        bottom: 30px;
        opacity: 1;
    }
}
@-webkit-keyframes fadein {
    0% {
        bottom: 0;
        opacity: 0;
    }
    100% {
        bottom: 30px;
        opacity: 1;
    }
}
@keyframes fadeout {
    0% {
        bottom: 30px;
        opacity: 1;
    }
    100% {
        bottom: 0;
        opacity: 0;
    }
}
@-webkit-keyframes fadeout {
    0% {
        bottom: 30px;
        opacity: 1;
    }
    100% {
        bottom: 0;
        opacity: 0;
    }
}