/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    color: #5a5a5a;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    top: 0.5rem;
    z-index: 10;
    width: 325px;
    padding-left: 10px;
    font-weight: bold;
}

    .carousel-caption h3 {
        font-weight: bold;
        background: rgba(0, 0, 0, 0.3);
        padding: 5px 10px;
    }

    .container-carousel.inner-page span {
        background: rgba(0, 0, 0, 0.3);
        padding: 5px 10px;
    }

/* Declare heights because of positioning of img element */
.carousel-item {
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
    /* rtl:begin:ignore */
    .marketing .col-lg-4 p {
        margin-right: .75rem;
        margin-left: .75rem;
    }
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
    letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    border-radius: 20px;
    background-color: #000;
    height: 30px;
    width: 30px;
    background-size: 60%;
}

.carousel-indicators button {
    width: 15px !important;
    height: 15px !important;
    border: 0 !important;
    border-radius: 15px;
}

.carousel-indicators {
    bottom: 2rem;
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

/* multiCarousel */

.MultiCarousel {
    float: left;
    overflow: hidden;
    width: 100%;
    position: relative;
    --bs-gutter-x: 1rem;
}

    .MultiCarousel .MultiCarousel-inner {
        transition: 1s ease all;
        float: left;
    }

        .MultiCarousel .MultiCarousel-inner .item {
            float: left;
            margin: 10px;
        }

            .MultiCarousel .MultiCarousel-inner .item > div {
                padding: 10px;
                margin: 15px;
            }

    .MultiCarousel .leftLst, .MultiCarousel .rightLst {
        position: absolute;
        border-radius: 50%;
        top: calc(50% - 20px);
    }

    .MultiCarousel .leftLst {
        left: 0px;
    }

    .MultiCarousel .rightLst {
        right: 0;
    }

        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
            pointer-events: none;
            background: #ccc;
        }

    .MultiCarousel .btn {
        line-height: 1.2rem;
        border: 0;
    }

        .MultiCarousel .btn:focus {
            box-shadow: none;
        }



/*Ratings*/

.form-scale-table {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    /*margin-left: -6px;*/
}



.rating-item-group, li[data-type=control_scale] .form-sub-label-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    /*flex-wrap: wrap;*/
}



.rating-item:not(:last-child) {
    margin-right: 8px;
}



.rating-item {
    margin: 1em 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 25px;
}



    .rating-item:first-child .rating-item-title {
        -ms-flex-item-align: start;
        align-self: flex-start;
        text-align: left;
    }



    .rating-item .rating-item-title {
        cursor: text;
        text-align: right;
        word-break: break-word;
        width: 100px;
        white-space: normal;
        -ms-flex-item-align: end;
        align-self: flex-end;
        position: relative;
        z-index: 9;
    }



.rating-item-title {
    font-size: .9em;
    width: 100%;
    text-align: center;
    margin-top: 6px;
}



.form-checkbox, .form-radio {
    position: absolute;
    opacity: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
}



    .form-matrix-values, .form-matrix-values, .signature-wrapper, .signature-pad-passive, .rating-item label, .form-checkbox + label:before, .form-checkbox + span:before, .form-radio + label:before, .form-radio + span:before {
        background-color: #FFFFFF;
    }



.rating-item label {
    color: #154B85;
}



.rating-item label {
    color: #8894ab;
    background-color: transparent;
}



.rating-item > label {
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    height: 25px;
    border: 1px solid;
    font-size: 0.875em;
    border-radius: 50%;
    font-weight: 500;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
}



.appointmentCalendar .calendarDay.isActive .calendarDayEach, .appointmentFieldRow.forSelectedDate, .calendar.popup tr.days td.selected:after, .calendar.popup:after, .submit-button, .form-checkbox:checked + label:before, .form-checkbox:checked + span:before, .form-checkbox:checked + span label:before, .form-radio + label:after, .form-radio + span:after, .rating-item input:checked + label, .appointmentCalendar .calendarDay:after, .form-line[data-payment="true"] .form-product-item .p_checkbox .checked, .rating-item input:focus + label {
    background-color: #154B85;
}



.form-dropdown, .form-textarea, .form-textbox, li[data-type=control_fileupload] .qq-upload-button, .rating-item label, .rating-item input:focus + label, .rating-item input:checked + label, .jf-form-buttons, .form-checkbox + label:before, .form-checkbox + span:before, .form-radio + label:before, .form-radio + span:before, .signature-pad-passive, .signature-wrapper, .appointmentCalendarContainer, .appointmentField .timezonePickerName, .appointmentDayPickerButton, .appointmentCalendarContainer .monthYearPicker .pickerItem + .pickerItem, .appointmentCalendarContainer .monthYearPicker, .appointmentCalendar .calendarDay.isActive .calendarDayEach, .appointmentCalendar .calendarDay.isToday .calendarDayEach, .appointmentCalendar .calendarDay:not(.empty):hover .calendarDayEach, .calendar.popup:before, .calendar-new-month, .form-matrix-column-headers, .form-matrix-table td, .form-matrix-table td:last-child, .form-matrix-table th, .form-matrix-table th:last-child, .form-matrix-table tr:last-child td, .form-matrix-table tr:last-child th, .form-matrix-table tr:not([role=group]) + tr[role=group] th, .form-matrix-headers.form-matrix-column-headers, .isSelected .form-matrix-column-headers:nth-last-of-type(2), li[data-type=control_inline] input[type=email], li[data-type=control_inline] input[type=number], li[data-type=control_inline] input[type=tel], li[data-type=control_inline] input[type=text], .stageEmpty.isSmall {
    border-color: #154B85;
}



.rating-item input:checked + label, .rating-item input:focus + label {
    color: #FFFFFF;
}
