.welcome-blank {
    height: 80vh;
}
/*-------------rating --------------*/
.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.rating > input {
    display: none;
}

.rating > label {
    position: relative;
    width: 1.4em;
    font-size: 40px;
    font-weight: 400;
    color: #f7941d;
    cursor: pointer;
}

.rating > label::before {
    content: "\2605";
    position: absolute;
    opacity: 0;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before {
    opacity: 1 !important;
}

.rating > input:checked ~ label:before {
    opacity: 1;
}

.rating:hover > input:checked ~ label:before {
    opacity: 0.4;
}

/*-------------rating --------------*/
/*-------------stepper --------------*/
.stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;

    @media (max-width: 768px) {
        font-size: 12px;
    }
}

.stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: -50%;
    z-index: 2;
}

.stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 2;
}

.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ccc;
    margin-bottom: 6px;
}

/* .stepper-item.active {
    font-weight: bold;
} */

.stepper-item.completed .step-counter {
    background-color: #0d1b2a;
    
}

.stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #0d1b2a;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 3;
}

.stepper-item:first-child::before {
    content: none;
}
.stepper-item:last-child::after {
    content: none;
}
/*-------------stepper --------------*/
/*-------------navbar --------------*/
.nav_bar_custom {
    background-color: #0d1b2a;
}
.nav_bar_custom img {
    max-width: 50px;
}
.nav_bar_custom i {
    color: #f7941d;
}
.nav_bar_custom .navbar_middle {
    color: #f7941d;
}
.nav_bar_custom .navbar_right_text {
    color: #f7941d !important;
    margin: auto 10px auto auto;
}
.nav_bar_custom .navbar_right_text a {
    color: #f7941d !important;
    text-decoration: none;
}
.nav_bar_custom .navbar_right_text li {
    padding-right: 8px;
    padding-top: 15px;
}
.nav_bar_custom .navbar_right_text li:last-child {
    padding-bottom: 20px;
}

/*-------------navbar --------------*/
/*-------------Footer --------------*/

.footer_custom {
    background-color: #0d1b2a;
    height: 5vh;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 10;
}
/*-------------Footer --------------*/
/*-------------Entire Page --------------*/

body {
    font-family: "Urbanist", sans-serif !important;
    height: 100%;
}
hr {
    height: 2px;
    border-width: 75%;
    color: rgb(183, 40, 40);
    background-color: #f7941d;
}
input {
    border-radius: 5px !important;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 3;
    color: #1b263b !important;
    background-color: #f7941d !important;
    border-color: #f7941d !important;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #f7941d !important;
    border-color: #f7941d !important;
}
.page-item .page-link {
    color: #f7941d;

}

/*-------------Entire Page --------------*/

/*-------------Login Part --------------*/

.login_buttons {
    background-color: #f7941d !important;
    color: white !important;
    width: 100% !important;
}
.login_inputs {
    height: 50px;
}
.form-check-input:checked {
    background-color: #0d1b2a !important;
    border-color: #0d1b2a !important;
}
.user_login{
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.user_login_wrapper{
    padding-top: 45%;
    padding-left: auto;
    background-color:#1b263b;
}

@media (min-width: 768px) {
    .nav_bar_custom .navbar_right_text li {
        display: inline;
    }
}
/*-------------Login Part --------------*/

/*-------------upload review images --------------*/
.skip_button_upload_image {
    background-color: #1b263b !important;
    color: white !important;
}
.next_button_upload_image {
    background-color: #1b263b !important;
    color: white !important;
}
.upload_button_upload_image {
    background-color: #f7941d !important;
    color: white !important;
}
.image_preview_upload_image {
    position: relative;
    width: 100px !important;
    opacity: 1;
}
.image_name_preview_upload_image {
    font-size: xx-small;
}
.remove_button_upload_image {
    border-radius: 50% !important;
     position: absolute;
    top: 0;
    z-index:2;
    right: 0;
    text-align: center;
}
.img-wrapper {
    position: relative;
    width: 100px !important;
}

/*-------------upload review images --------------*/
/*-------------upload review videos --------------*/
.skip_button_upload_video {
    background-color: #1b263b !important;
    color: white !important;
}
.next_button_upload_video {
    background-color: #1b263b !important;
    color: white !important;
}
.upload_button_upload_video {
    background-color: #f7941d !important;
    color: white !important;
}

.video_name_preview_upload_video {
    font-size: xx-small;
}
.remove_button_upload_video {
    border-radius: 50% !important;
}
.vid-wrapper {
    position: relative;
}
.vid-overlay {
    position: absolute;
    top: 0;

    right: 0;
    text-align: center;
}
/*-------------upload review videos --------------*/
/*-------------upload review videos --------------*/
.skip_button_submit_review {
    background-color: #1b263b !important;
    color: white !important;
}

.upload_button_submit_review {
    background-color: #f7941d !important;
    color: white !important;
}

/*-------------upload review videos --------------*/
/*-------------Show reviews --------------*/
a.add_review_button_review {
    background-color: #f7941d !important;
    color: white !important;
}
img.show_reviews_image_first {
    width: 90px;
    height: 90px;
}
.show_reviews_image_second {
    position: relative;
}
.show_reviews_image_second img {
    width: 90px;
    height: 90px;
}
.show_reviews_image_third {
    position: relative;
}
.show_reviews_image_third img {
    width: 90px;
    height: 90px;
}
p.img_overlay_text {
    position: absolute;
    top: 35%;
    right: 45%;
    text-align: center;
    color: white !important;
    border-radius: 40%;
    font-size: 24px;
    font-weight: 800;
    border-radius: 30%;
    background-color: rgb(66, 63, 63) !important;
    opacity: 0.8;
    padding: 5px;
}
/*-------------Show reviews --------------*/

/*-------------Show reviews single--------------*/
a.add_review_button_review_single {
    background-color: #1b263b !important;
    color: white !important;
}
a.add_review_button_review_single_dashboard {
    background-color: #f7941d !important;
    color: white !important;
}
button.view_media_icon_review_single{
    background-color: #1b263b !important;
    color: white !important;
    border-radius: 50% !important;
}
.edit_icon_show_reviews {
    font-size: 25px;
    text-decoration: none !important;
    color: #f7941d !important;
}
/*-------------Show reviews single --------------*/



                        input[type=number]::-webkit-inner-spin-button,
                        input[type=number]::-webkit-outer-spin-button {
                            -webkit-appearance: none;
                            margin: 0;
                        }
