@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

body, html {
    font-family: 'Poppins', sans-serif;
    position: relative;
    background: #0D1821;
}

.reviews-system {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 60px 0;
    height: auto;
}
.reviews-system .box {
    background: #fff;
    border-radius: 15px;
    padding: 35px;
}
.reviews-system .steps-wrapper {
    overflow: hidden;
    width: 100%;
}
.reviews-system .steps {
    white-space: nowrap;
}
.reviews-system .steps .step {
    padding: 100px 25px 100px 25px;
    text-align: center;
    width: 100%;
    white-space: normal;
    display: inline-block;
    transition: 0.25s ease all;
}
.reviews-system .steps .step h4 {
    font-size: 16px;
    font-weight: 400;
    color: #7a7a7a;
}
.reviews-system .steps .step h2 {
    font-size: 28px;
    font-weight: 600;
    color: #1f1f1f;
    margin: 15px 0 10px 0;
}
.reviews-system .steps .step .rate-input {
    display: block;
    padding-top: 25px;
    opacity: 0;
    transition: 1s ease all;
    transform: translateY(-50px);
}
.reviews-system .steps .step.active .rate-input {
    opacity: 1;
    transform: translateY(0px);
}
.reviews-system .steps .step .rate-input button {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    background: none;
    border: none;
    outline: none;
}
.reviews-system .steps .step .rate-input button i {
    display: inline-block;
    transition: 0.15s ease all;
}
.reviews-system .steps .step .rate-input button i:before {
    font-size: 40px;
    margin-right: 15px;
    transition: 0.15s ease all;
    color: #999;
}
.reviews-system .steps .step .rate-input button.active i:before,
.reviews-system .steps .step .rate-input button.colored i:before,
.reviews-system .steps .step .rate-input button:hover i:before {
    color: #fdc553;
}
.reviews-system .steps .step .rate-input button:hover i {
    transform: scale(1.25);
}
.reviews-system .btn {
    padding: 6px 40px;
    border-radius: 6px;
}
.reviews-system .btn.btn-primary {
    background: #56A3A6;
    border-color: #56A3A6;
}
.reviews-system .btn.btn-primary:hover {
    background: #78b7ba;
    border-color: #78b7ba;
}
.reviews-system .btn.btn-primary:active,
.reviews-system .btn.btn-primary:focus {
    background: #E3B505 !important;
    border-color: #E3B505 !important;
    box-shadow: rgba(0,0,0,0.25) 0 15px 30px !important;
}
.reviews-system .btn.btn-primary.disabled {
    background: #999;
    border-color: #999;
    opacity: 0.25;
    pointer-events: none;
}
.tooltip .arrow {
    display: none;
}
.tooltip .tooltip-inner {
    background: #ddd;
    border-radius: 10px;
    padding: 7px 20px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #111;
}
.reviews-system .results .result-bad,
.reviews-system .results .result-good {
    display: none;
    text-align: center;
    padding: 100px 0;
}
.reviews-system .results .icon {
    display: block;
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    border-radius: 50%;
    border: 2px solid #56A3A6;
    margin: auto;
}
.reviews-system .results .icon i:before {
    color: #56A3A6;
    font-size: 48px;
}
.reviews-system .results h3 {
    font-weight: 600;
    color: #1f1f1f;
    margin: 30px 0 10px 0;
}
.reviews-system .results p {
    font-size: 14px;
    color: #7a7a7a;
    max-width: 80%;
    margin: auto;
}
.reviews-system .results .inside-box {
    display: block;
    margin-top: 35px;
}
.reviews-system .results .inside-box p.small {
    font-size: 11px;
    color: #999;
    margin: 0 auto 10px auto;
}
.reviews-system .results .inside-box .btn-secondary {
    background: #f1f1f1;
    border-radius: 35px;
    padding: 10px 35px;
    border-color: transparent;
    margin: 10px 0 15px 0;
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 600;
    transition: 0.15s ease all;
    border: none;
} 
.reviews-system .results .inside-box .btn-secondary:hover,
.reviews-system .results .inside-box .btn-secondary:focus,
.reviews-system .results .inside-box .btn-secondary:active {
    background: #fff !important;
    box-shadow: rgba(0,0,0,0.1) 0 15px 30px !important;
    border: none !important;
}
.reviews-system .results .inside-box .btn-secondary span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.reviews-system .results .inside-box .btn-secondary i {
    color: #fdc553;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}
.reviews-system .results .inside-box .btn-secondary img {
    height: 25px;
    display: inline-block;
    vertical-align: middle;
}
.reviews-system .progress-wrapper .progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 15px;
    z-index: 2;
    border-radius: 0;
}
.reviews-system .progress-wrapper .progress .progress-bar {
    background: #56A3A6;
    transition: 0.25s ease all;
}
.reviews-system .progress-wrapper .progress-number {
    display: block;
    position: fixed;
    top: 45px;
    right: 30px;
    z-index: 2;
    width: 80px;
    height: 60px;
    background: rgba(255,255,255,0.1);
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 60px;
    letter-spacing: 5px;
}

@media (max-width: 767px) {
    body, html {
        background: #fff;
    }
    .reviews-system {
        padding: 0;
        padding-top: 15px;
    }
    .reviews-system .box {
        padding: 0;
    }
    .reviews-system .steps .step {
        padding: 50px 0;
    }
    .reviews-system .steps .step h4 {
        font-size: 13px;
    }
    .reviews-system .steps .step h2 {
        font-size: 20px;
    }
    .reviews-system .steps .step .rate-input button i:before {
        font-size: 30px;
        margin-right: 0;
    }
}