.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999px);width:320px;z-index:99999999}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:1px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;justify-content:space-between;margin-bottom:1rem;max-height:800px;min-height:64px;overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{flex:1 1 auto;margin:auto 0}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{background-color:#ffffffb3;bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}.demo{margin:50px auto;width:700px}.Toastify__toast{font-family:inherit}.comment-holder{direction:rtl;float:right;text-align:right;width:100%}.comment-holder *{box-sizing:border-box}.comment-holder .vrz-user-comment{border-bottom:1px solid #eee;display:block;padding:15px 0}.comment-holder .vrz-user-comment.is-reply .cm-avatar-box{height:32px!important;width:32px!important}.comment-holder .vrz-user-comment.ispending-cm .cm-message{color:#90a4ae!important}.comment-holder .vrz-user-comment .pending-cm-text{background-color:#607d8b;border-radius:4px;color:#fff!important;font-size:10px;padding:2px 6px}.comment-holder .vrz-user-comment .cm-content-box{display:flex;gap:8px;width:100%}.comment-holder .vrz-user-comment .cm-content-box .cm-avatar-box{height:40px;width:40px}.comment-holder .vrz-user-comment .cm-content-box .cm-avatar-box .user-avatar{background:#eee;border-radius:50%;overflow:hidden}.comment-holder .vrz-user-comment .cm-content-box .cm-data-box{width:100%}.comment-holder .vrz-user-comment .cm-r-section{align-items:center;display:flex;margin-bottom:15px}@media(max-width:767px){.comment-holder .vrz-user-comment .cm-r-section{margin-bottom:4px;width:100%}}.comment-holder .vrz-user-comment .cm-r-section .cm-actions-desktop{align-items:center;display:flex;font-size:11px;gap:8px;justify-content:end;width:42%}@media(max-width:767px){.comment-holder .vrz-user-comment .cm-r-section .cm-actions-desktop{display:none;width:100%}}.comment-holder .vrz-user-comment .cm-r-section .cm-actions-desktop span{color:#607d8b;cursor:pointer;direction:ltr;min-width:65px}.comment-holder .vrz-user-comment .cm-r-section .cm-actions-desktop span.cm-dislike-to,.comment-holder .vrz-user-comment .cm-r-section .cm-actions-desktop span.cm-like-to{min-width:55px}.comment-holder .vrz-user-comment .cm-r-section .cm-actions-desktop span.disabled{cursor:pointer;opacity:.4}@media(max-width:767px){.comment-holder .vrz-user-comment .cm-r-section .cm-actions-desktop span{margin-right:0;min-width:25%}.comment-holder .vrz-user-comment .cm-r-section .cm-actions-desktop span:last-child{border:none}}.comment-holder .vrz-user-comment .cm-r-section .cm-actions-desktop span:first-child{margin:0}.comment-holder .vrz-user-comment .cm-r-section .cm-actions-desktop svg{margin-left:3px}.comment-holder .vrz-user-comment .cm-r-section .cm-data{color:#607d8b;font-size:12px;width:58%}@media(max-width:767px){.comment-holder .vrz-user-comment .cm-r-section .cm-data{width:100%}}.comment-holder .vrz-user-comment .cm-r-section .cm-data .cm-data-t{align-items:center;display:flex;gap:3px}.comment-holder .vrz-user-comment .cm-r-section .cm-data .cm-by-user{color:#000!important;display:inline-block;font-size:14px;font-weight:700}@media(max-width:767px){.comment-holder .vrz-user-comment .cm-r-section .cm-data .cm-by-user{font-size:12px}}.comment-holder .vrz-user-comment .cm-r-section .cm-data .user-avatar{background:#eee;border-radius:50%;height:40px;overflow:hidden;width:40px}.comment-holder .vrz-user-comment .cm-r-section .cm-data .user-avatar img{height:40px;width:40px}.comment-holder .vrz-user-comment .cm-r-section .cm-data span{color:#607d8b}@media(max-width:767px){.comment-holder .vrz-user-comment .cm-l-section{max-width:100%;width:100%}}.comment-holder .vrz-user-comment .cm-l-section .cm-message{color:#212121;font-size:14px;word-break:break-word}@media(max-width:767px){.comment-holder .vrz-user-comment .cm-l-section .cm-message{margin-bottom:8px}}.comment-holder .vrz-user-comment .cm-l-section .cm-actions-mobile{align-items:center;display:flex;display:none;font-size:12px;gap:15px;justify-content:start;width:100%}@media(max-width:767px){.comment-holder .vrz-user-comment .cm-l-section .cm-actions-mobile{display:flex}.comment-holder .vrz-user-comment .cm-l-section .cm-actions-mobile svg{width:18px}}.comment-holder .vrz-user-comment .cm-l-section .cm-actions-mobile span{color:#607d8b;cursor:pointer;direction:ltr;line-height:20px;margin-right:8px}.comment-holder .vrz-user-comment .cm-l-section .cm-actions-mobile span.disabled{cursor:pointer;opacity:.4}@media(max-width:767px){.comment-holder .vrz-user-comment .cm-l-section .cm-actions-mobile span{margin-right:0}.comment-holder .vrz-user-comment .cm-l-section .cm-actions-mobile span:last-child{border:none}}.comment-holder .vrz-user-comment .cm-l-section .cm-actions-mobile span:first-child{margin:0}.comment-holder .vrz-user-comment .cm-l-section .cm-actions-mobile svg{float:right;margin-left:3px}.comment-holder .vrz-user-comment .cm-l-section .cm-actions-mobile svg.liked{fill:green}.comment-holder .vrz-user-comment .cm-l-section .cm-actions-mobile svg.disliked{fill:red}.comment-holder .vrz-user-comment .cm-l-section .cm-actions-mobile .user-liked svg{fill:#00c853}.comment-holder .vrz-user-comment .cm-l-section .cm-actions-mobile .user-disliked svg{fill:#d32f2f}.comment-holder .vrz-user-comment .send-reply-area{margin-top:15px;width:100%}.comment-holder .vrz-user-comment .load-more-replies{align-items:center;color:#607d8b;display:flex;padding-bottom:0;width:100%}.comment-holder .vrz-user-comment .load-more-replies.loaded{border-bottom:1px solid #ddd}.comment-holder .vrz-user-comment .load-more-replies .vrz-cm-loadmore{background:none;border:none!important;box-shadow:none!important;cursor:pointer;font-weight:700;margin:15px 0 0;outline:none!important;padding:0}.comment-holder .vrz-user-comment .load-more-replies span{font-size:12px}.comment-holder .vrz-user-comment .cm-replies-wrapper{height:auto;max-height:0;opacity:0;overflow:hidden;padding-right:60px;transition:max-height .6s,opacity .6s}@media(max-width:767px){.comment-holder .vrz-user-comment .cm-replies-wrapper{padding-right:30px}}.comment-holder .vrz-user-comment .cm-replies-wrapper.d-block-animate{max-height:10000px;opacity:1}.comment-holder .vrz-user-comment .cm-replies-wrapper>div:last-child{border-bottom:none}.comment-holder .loadmore-box{text-align:center}.comment-holder .vrz-main-loadmore{background:none;border:none!important;box-shadow:none!important;cursor:pointer;font-weight:700;margin-bottom:15px;margin-top:15px;outline:none!important;text-align:center}.comment-holder .site-source-color{color:#0097a7!important}.comment-send-closed{background:#f5f5f5;border-radius:5px;color:#607d8b;float:right;font-size:15px;margin-bottom:30px;padding:30px 15px;text-align:center;width:100%}.comment-send-closed.not-allowed{background:#fdfbe7;border:none;color:#b09b27}.comment-send-closed p{margin-bottom:0}.comment-send-closed p svg{margin-left:5px;position:relative;top:-2px}.comment-send{background:#fff;float:right;margin-bottom:30px;width:100%}.comment-send .user-is-banned{background:#ffe2e2;border-radius:4px;float:right;margin-bottom:15px;padding:15px;width:100%}.comment-send .comment-validation{background:#ffd3d3;border-radius:4px;color:red;display:none;float:right;margin-bottom:10px;padding:10px;width:100%}.comment-send .comment-wrapper{border:1px solid #e0e0e0;border-radius:4px;float:right;padding:15px;position:relative;width:100%}.comment-send .comment-wrapper.has-error{border:1px solid red}.comment-send .comment-wrapper .user-textarea-show{float:right;margin-bottom:15px;width:100%}.comment-send .comment-wrapper textarea{border:none;float:right;margin-bottom:0;min-height:70px!important;resize:none;width:100%}.comment-send .comment-wrapper textarea::-webkit-scrollbar{background-color:#ccc;width:3px}.comment-send .comment-wrapper textarea::-webkit-scrollbar-thumb{background-color:#0097a7;border-radius:10px;-webkit-box-shadow:inset 0 0 6px #0000001a}.comment-send .comment-wrapper textarea:focus{box-shadow:0;outline:0}.comment-send .comment-wrapper .comment-btn{float:left;margin-top:10px}.comment-send .comment-wrapper .comment-btn.loadingbtn{background:none;height:31px!important;opacity:1;transition:none!important}.comment-send .comment-wrapper .comment-btn.loadingbtn .loaderwrapper{line-height:5px}.comment-send .comment-wrapper .comment-btn.loadingbtn .loaderwrapper>div{width:20px!important}.loaderwrapper{float:right;font-size:12px;height:30px;line-height:25px;text-align:center;width:100%}.loaderwrapper>div{display:inline-block}.call-login-link{color:#0097a7!important;cursor:pointer;font-weight:700}.load-more-replies button{text-align:right!important}.mention-user{display:block;font-size:13px}.mention-user .rp-to-name{color:#212121!important}.sort-comments-box{align-items:center;display:flex;float:right;justify-content:space-between;margin-bottom:32px;width:100%}.sort-comments-box .sort-title{color:#000;font-size:12px;font-weight:600}.sort-comments-box .sort-box select{appearance:none;-moz-appearance:none;-webkit-appearance:none;background:none!important;border:none!important;color:#212121!important;cursor:pointer;font-size:12px;font-weight:600;height:30px;padding:0 5px;position:relative;text-align:right;width:auto;z-index:1}.sort-comments-box .sort-box select:focus{box-shadow:none;outline:0}.report-modal{background:#fff;border-radius:15px;bottom:0;display:none;left:0;margin:auto;max-height:-moz-fit-content;max-height:fit-content;max-width:500px;padding:15px;position:fixed;right:0;top:0;width:100%;z-index:2}@media(max-width:767px){.report-modal{max-width:90%}}.report-modal h2{font-size:22px;font-weight:700;margin-bottom:30px}.report-modal select{padding:5px;width:100%}.report-modal button{float:left;margin-right:10px;margin-top:20px}.report-shadow{background:#00000080;bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:1}.cancel-comment-btn{background:#fff;border:1px solid #0a97b3;border-radius:4px;color:#0a97b3;float:left;margin-left:5px;margin-top:10px;padding:5px 15px}