.slope-widgets-container {
    box-sizing: border-box;
}

/* Overwrites le rules of the theme only for the elements that belong to .slope-block*/
.slope-block {
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.2rem;
    line-height: 1;
    position: relative;
    max-width: 900px;
}

.slope-block .slope-reservation-section-container {
    cursor: pointer !important;
    text-align: left;
    padding: 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
}

.slope-block .slope-reservation-section-container.highlight:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.slope-block .slope-reservation-section-container .slope-check-in-container {
    margin: auto;
}

/* This is a hack to show the datepicker in the right position */
.slope-block .slope-check-in-input,
.slope-block .slope-check-out-input {
    visibility: hidden !important;
    height: 0;
    border: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 88px;
}

.slope-block .slope-check-in-label,
.slope-block .slope-check-out-label,
.slope-block .slope-guests-label {
    font-size: 13px !important;
    display: block !important;
    height: 15px !important;
    line-height: 15px !important;
}

.slope-block .slope-reservation-section-container .slope-guests-wrapper {
    white-space: nowrap;
}

.slope-block .slope-check-in-date,
.slope-block .slope-check-out-date,
.slope-block .slope-guests-adults,
.slope-block .slope-adults-count,
.slope-block .slope-guests-children,
.slope-block .slope-children-count {
    border-radius: 0.2rem;
    line-height: 20px;
    font-size: 16px;
    min-width: 175px;
}

.slope-block .slope-reservation-submit {
    font-weight: 500;
    font-size: 14px;
    border-radius: 0.2rem;
    line-height: 20px;
    min-width: 175px;
}

.slope-stepper-container {
    font-size: 16px;
    line-height: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.2rem;
    z-index: 99;
    display: none;
    animation: fpFadeInDown 300ms cubic-bezier(0.23,1,0.32,1);
    border-radius: 5px;
    position: absolute;
    width: 300px;
    z-index: 1;
    padding: 10px;
    margin-top: 10px;
}

.slope-block input[type="text"] {
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    margin-bottom: 0 !important;
    cursor: default !important;
    font-size: inherit !important;
    min-height: 0 !important;
}

.slope-stepper-container input[type="text"] {
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    margin-bottom: 0 !important;
    cursor: default !important;
    font-size: inherit !important;
    min-height: 0 !important;
    background-color: inherit !important;
}

.slope-block button,
.slope-block input[type="button"],
.slope-block input[type="reset"],
.slope-block input[type="submit"],
.slope-stepper-container button,
.slope-stepper-container input[type="button"],
.slope-stepper-container input[type="reset"],
.slope-stepper-container input[type="submit"] {
    border: 0 !important;
    cursor: pointer;
    outline: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    font-size: inherit !important;
    min-height: 30px !important;
    transition: all 0.2s ease-in-out;
    font-family: inherit;
    text-transform: uppercase;
    padding: 12px !important;
}

.slope-block button:hover,
.slope-block input[type="button"]:hover,
.slope-block input[type="reset"]:hover,
.slope-block input[type="submit"]:hover,
.slope-stepper-container button:hover,
.slope-stepper-container input[type="button"]:hover,
.slope-stepper-container input[type="reset"]:hover,
.slope-stepper-container input[type="submit"]:hover {
    opacity: 0.8;
}

.slope-block label {
    text-align: left;
}

.slope-stepper-label {
    padding-bottom: 1px;
}

.slope-stepper-container .slope-stepper-value {
    text-align: center;
    margin: 0;
    border: none;
    box-sizing: border-box;
    background: transparent !important;
}

.slope-stepper-container .slope-increment-button,
.slope-stepper-container .slope-decrement-button {
    align-items: center;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    float: right;
    font-size: 18px;
    font-weight: bold;
    height: 26px;
    justify-content: center;
    line-height: 16px;
    margin: 0 !important;
    opacity: 1;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease-in-out !important;
    width: 26px;
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -ms-user-select: none; /* IE10+ */
}

.slope-stepper-container .slope-stepper-value {
    width: 24px;
    height: 24px;
    float: right;
    line-height: 16px;
    padding: 0;
}

.slope-stepper-container .slope-guests-stepper {
    display: inline-block;
    float: right;
}

.slope-stepper-container .slope-horizontal-separator {
    width: 100%;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    margin: 10px 0;
    display: block !important;
}

.slope-vertical-divider {
    height: 42px;
    margin-top: auto;
    margin-bottom: auto;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.slope-guests-count-row {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
}

.slope-children-age {
    font-size: 12px;
}

#slope-widget p, #slope-widget table td {
    border: none !important;
}
