/*!
Theme Name: c-reviews
Author: OLEH BABYCH
Author URI: https://www.weblancer.net/users/ob163256/
*/
.loading {
    position: relative;
}

.btn-primary.loading,
.btn-primary.loading:hover {
    color: transparent !important;
}

.btn-primary.loading:after {
    border: 2px solid #fff;
    border-top-color: transparent;
}

.btn-primary.loading:before {
    display: none;
}

.loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: -9px 0 0 -9px;
    border: 2px solid #007bff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spinner 0.6s linear infinite;
    z-index: 2;
}

.loading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.322);
    backdrop-filter: blur(10px);
    z-index: 1;
    border-radius: 4px;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.popup .error {
    color: #fff;
    background-color: red;
    padding: 10px;
    margin-top: 20px;
    text-align: center;
    border-radius: 4px;
}

.popup .success {
    color: #fff;
    background-color: green;
    padding: 10px;
    margin-top: 20px;
    text-align: center;
    border-radius: 4px;
}

.comment-body__left-img img {
    height: 100%;
    object-fit: cover;
}

.account-country .language-filter {
    padding: 0;
}

.form-country {
    height: 60px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    padding: 0 20px;
}

#ajax-register-form .icon-country {
    flex: 0 0 auto;
    width: 24px;
    max-width: 24px;
    height: 24px;
    margin-right: 5px;
}

#ajax-register-form .icon-country img {
    width: 100%;
    height: 100%;
}

.account-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.account-list li:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(224, 224, 224);
}

.account-list li form {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
    display: none;
}

.account-list li p {
    flex: 1;
}

.account-list li button {
    flex: 0 0 auto;
    width: 100%;
    max-width: 150px;
}

.account-list li form textarea {
    font-family: inherit;
    margin-bottom: 20px;
    height: 170px;
    resize: none;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    display: block;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(224, 224, 224);
    border-image: initial;
    padding: 20px;
}

.open-form,
.account-list li a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(234, 101, 26);
    cursor: pointer;
    border: none;
    background-color: transparent;
    width: initial !important;
    max-width: initial !important;
    padding: 0;
}

.account-list .opened form {
    display: block;
}

.front-form {
    margin-top: 40px;
}

.front-form input[type=number],
.front-form input[type=url],
.front-form input[type=text],
.front-form input[type=email],
.front-form input[type=password] {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    border: 1px solid rgb(224, 224, 224);
    border-radius: 4px;
}

.front-form select {
    width: 100%;
    min-height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid rgb(224, 224, 224);
    border-radius: 4px;
    font-weight: 400;
}

.front-form textarea {
    font-family: inherit;
    height: 170px;
    resize: none;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    display: block;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(224, 224, 224);
    border-image: initial;
    padding: 20px;
}

.front-form button,
.front-form input {
    font-family: inherit;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.front-form h3 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
}

.form-item,
.form-item-r {
    margin-bottom: 20px;
}

.form-item small {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}

.form-item-r small {
    display: block;
    font-weight: 700;
}

.front-form select {
    width: 100%;
    background-color: #fff;
    color: #000;
}

.form-item .country-list__item input {
    width: 0;
    height: 0;
    display: none;
}

.form-item .country-list__item label {
    padding: 10px;
}

.form-item .country-list__item input:checked+label {
    background-color: #f9f9f9
}

.form-item .country-list__search {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    border: 1px solid rgb(224, 224, 224);
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    align-items: center;

}

.front-form .btn-primary {
    max-width: 240px;
}

.account-title {
    margin-bottom: 30px;
}

.account-nav {
    position: sticky;
    top: 130px;
}

.account-nav ul {
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.account-nav ul li a {
    padding: 20px;
    font-weight: 700;
    color: #5e7279;
    display: block;
}

.account-nav ul li.active a {
    color: #fff;
    background-color: #007bff;
}

.account-nav li.casino-add,
.account-nav li.bonus-add {
    display: none !important;
}

.account-nav ul li:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}

.front-link {
    margin-top: 50px;
}

.front-link a {
    max-width: 200px;
}

#custom-avatar .avatar {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    object-fit: cover;
    margin-bottom: 15px;
}


.filter__container ul li label {
    position: initial;
}

.accordion__wrap {
    position: relative;
}

.bonuses-loop__item {
    position: relative;
    overflow: hidden;
}

.language-item {
    padding: 0;
}

.language-item label {
    width: 100%;
    position: relative !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.country-list__search {
    border: 1px solid #e0e0e0;
    width: 100%;
    padding: 10px 20px;
    flex: 0 0 auto;
    max-width: 100%;
}

.header__lang-btns button .icon-country {
    flex: 1;
    padding: 2px 10px;
    min-width: 36px;
}

.header__lang-btns button .icon-country img {
    width: 16px;
    max-width: 16px;
    height: 16px;
    object-fit: cover;
}

.popup-site__item-wrap .country-list__search {
    margin: 10px;
    max-width: calc(100% - 20px);
}

.popup-site__item-wrap .country-list {
    padding: 0;
}

.popup-site__item-wrap .country-list {
    max-height: 210px;
    overflow: auto;
}

.comments-area .comments-title {
    display: none;
}

.comment-respond.fancybox__content .comment-reply-title {
    display: none;
}

.comment-respond.fancybox__content .logged-in-as {
    display: none;
}

.popup-wrap .all-lang {
    margin: 5px 0;
}

.all-lang .ratio {
    width: 20px;
    max-width: 20px;
    margin-right: 10px;
}

.all-lang .ratio>* {
    top: 0;
}

.comment-body__right-meta-header .rating {
    flex: 0 0 auto;
}

.popup-blocked {
    max-width: 600px;
}
.popup-blocked .ratio{
    max-width: 300px;
}

.popup-blocked .ratio img {
    width: 100%;
    height: 100%;
    top: 0;
}

ol.children {
    list-style: none;
    border-top: 1px solid #e0e0e0;
}

ol.children .comment-body {
    padding-left: 60px;
}

.comment-body__left-reply {
    margin-top: 5px;
}

.comment-body__left-reply a {
    font-size: 12px;
    font-weight: 700;
    color: #ea651a;
    display: inline-block;
    cursor: pointer;
    border-bottom: 1px solid #ea651a;
}

.comment-body__left-name span {
    text-align: center;
    display: block;
}

.comment-body__left-name-representative {
    font-size: 12px;
    margin-top: 5px;
    background: linear-gradient(90deg, gold, orange);
    padding: 3px 10px;
    border-radius: 3px;
    font-weight: 700;
}

.comment-respond form .form-comment {
    margin-top: 0;
}

@media only screen and (max-width: 1023.98px) {
    .header-top__nav {
        flex: 0 0 auto;
    }

    .header-top__nav-search {
        position: absolute;
        left: 0;
        top: 100%;
        background-color: #007bff;
        height: 40px;
        width: 100%;
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 0;
    }

    .header-top__nav-search form .form-wrap__inner input {
        color: #1a1a1a;
        background-color: #fff;
        max-width: calc(100% - 174px);
    }
}

@media only screen and (max-width: 767.98px) {
    .header-top__logo {
        margin-right: 0;
    }

    ol.children .comment-body {
        padding-left: 20px;
    }

}