.f-logo img {
    width: 50%;
}

#reviewForm .wrapper .content {
    padding: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#reviewForm .wrapper .outer {
    height: 70px;
    width: 70px;
    overflow: hidden;
}

#reviewForm .outer .emojis {
    height: 500%;
    display: flex;
    flex-direction: column;
}

#reviewForm .outer .emojis li {
    height: 20%;
    width: 100%;
    list-style: none;
    transition: all 0.3s ease;
}

#reviewForm .outer li img {
    height: 100%;
    width: 100%;
}

#reviewForm #star-2:checked ~ .content .emojis .slideImg {
    margin-top: -70px;
}

#reviewForm #star-3:checked ~ .content .emojis .slideImg {
    margin-top: -140px;
}

#reviewForm #star-4:checked ~ .content .emojis .slideImg {
    margin-top: -210px;
}

#reviewForm #star-5:checked ~ .content .emojis .slideImg {
    margin-top: -280px;
}

#reviewForm .wrapper .stars {
    margin-top: 30px;
}

#reviewForm .stars label {
    font-size: 30px;
    margin: 0 3px;
    color: #ccc;
}

#reviewForm #star-1:hover ~ .content .stars .star-1,
#reviewForm #star-1:checked ~ .content .stars .star-1,
#reviewForm #star-2:hover ~ .content .stars .star-1,
#reviewForm #star-2:hover ~ .content .stars .star-2,
#reviewForm #star-2:checked ~ .content .stars .star-1,
#reviewForm #star-2:checked ~ .content .stars .star-2,
#reviewForm #star-3:hover ~ .content .stars .star-1,
#reviewForm #star-3:hover ~ .content .stars .star-2,
#reviewForm #star-3:hover ~ .content .stars .star-3,
#reviewForm #star-3:checked ~ .content .stars .star-1,
#reviewForm #star-3:checked ~ .content .stars .star-2,
#reviewForm #star-3:checked ~ .content .stars .star-3,
#reviewForm #star-4:hover ~ .content .stars .star-1,
#reviewForm #star-4:hover ~ .content .stars .star-2,
#reviewForm #star-4:hover ~ .content .stars .star-3,
#reviewForm #star-4:hover ~ .content .stars .star-4,
#reviewForm #star-4:checked ~ .content .stars .star-1,
#reviewForm #star-4:checked ~ .content .stars .star-2,
#reviewForm #star-4:checked ~ .content .stars .star-3,
#reviewForm #star-4:checked ~ .content .stars .star-4,
#reviewForm #star-5:hover ~ .content .stars .star-1,
#reviewForm #star-5:hover ~ .content .stars .star-2,
#reviewForm #star-5:hover ~ .content .stars .star-3,
#reviewForm #star-5:hover ~ .content .stars .star-4,
#reviewForm #star-5:hover ~ .content .stars .star-5,
#reviewForm #star-5:checked ~ .content .stars .star-1,
#reviewForm #star-5:checked ~ .content .stars .star-2,
#reviewForm #star-5:checked ~ .content .stars .star-3,
#reviewForm #star-5:checked ~ .content .stars .star-4,
#reviewForm #star-5:checked ~ .content .stars .star-5 {
    color: #fd4;
}

#reviewForm .wrapper .footer {
    border-top: 1px solid #ccc;
    background: #f2f2f2;
    width: 100%;
    height: 55px;
    padding: 0 20px;
    border-radius: 0 0 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#reviewForm .footer span {
    font-size: 17px;
    font-weight: 400;
}

#reviewForm .footer .text::before {
    content: "Rate your experience";
}

#reviewForm .footer .numb::before {
    content: "0 out of 3";
}

#reviewForm #star-1:checked ~ .footer .text::before {
    content: "I don't like it";
}

#reviewForm #star-1:checked ~ .footer .numb::before {
    content: "1 out of 3";
}

#reviewForm #star-2:checked ~ .footer .text::before {
    content: "I just like it";
}

#reviewForm #star-2:checked ~ .footer .numb::before {
    content: "2 out of 3";
}

#reviewForm #star-3:checked ~ .footer .text::before {
    content: "I just love it";
}

#reviewForm #star-3:checked ~ .footer .numb::before {
    content: "3 out of 3";
}

#reviewForm input[type="radio"] {
    display: none;
}


.team-card-item:hover a {
    color: #3868eb;
}

.modal-confirm {
    color: #434e65;
}

.modal-confirm .modal-content {
    padding: 20px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
}

.modal-confirm .modal-header {
    background: #ff0089;
    border-bottom: none;
    position: relative;
    text-align: center;
    margin: -20px -20px 0;
    border-radius: 5px 5px 0 0;
    padding: 35px;
}

.modal-confirm h4 {
    text-align: center;
    font-size: 30px;
    margin: 10px 0;
}

.modal-confirm .form-control, .modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px;
}

.modal-confirm .close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    text-shadow: none;
    opacity: 0.5;
    background-color: transparent;
    border: none;
}

.modal-confirm .close:hover {
    opacity: 0.8;
}

.modal-confirm .icon-box {
    color: #fff;
    width: 95px;
    height: 95px;
    display: inline-block;
    border-radius: 50%;
    z-index: 9;
    border: 5px solid #fff;
    padding: 15px;
    text-align: center;
}

.modal-confirm .icon-box i {
    font-size: 64px;
    margin: -4px 0 0 -4px;
}

.modal-confirm.modal-dialog {
    margin-top: 80px;
}

.modal-confirm .btn, .modal-confirm .btn:active {
    color: #fff;
    border-radius: 4px;
    background: #3868eb !important;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border-radius: 30px;
    margin-top: 10px;
    padding: 6px 20px;
    border: none;
}

.modal-confirm .btn:hover, .modal-confirm .btn:focus {
    background: #4877f9 !important;
    outline: none;
}

.modal-confirm .btn span {
    margin: 1px 3px 0;
    float: left;
}

.modal-confirm .btn i {
    margin-left: 1px;
    font-size: 20px;
    float: right;
}

.info-box {
    position: relative;
}

.info-box-number {
    font-weight: 600;
    font-size: 50px;
    text-align: center;
}

.info-box h3 {
    padding-top: 0;
}
