:root{
    --green-color: #176c8d;
    --red-color: #7a2929;
}
.red-bg{
    background-color: var(--red-color);
}
.green-bg{
    background-color: var(--green-color);
}
*{
    transition: transform 1000ms ease;
}
#tsync-interaction, #tsync-popup{
    background: #1515154f;
}
#tsync-popup *{
    direction: rtl !important;
}
#tsync-interaction, /*#tSync-popup_content,*/#tsync-popup{
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999999;
    /*pointer-events: all;*/
}
#tsync-interaction,
#tsync-interaction * {
    /*pointer-events: auto;*/
    direction: rtl;
}
#tsync-popup{
    display: none;
    /*pointer-events: auto !important;*/
}
.tsync-interaction__top-box { }
#tsync-interaction__main_actors {
     display: flex;
    flex-wrap: wrap;
 }
.tsync-interaction__main-actor__description-title {
    background: #fc0a0a33;
    padding: 2px 5px 2px 15px;
    color: white;
    clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%);
    display: inline-block;
}
.tsync-interaction__main-actor__description-row {
    background: #0000004f;
    margin-bottom: 1px;
    padding-left: 15px;
}
.tsync-interaction__message {
    /*box-shadow: 0 0 5px;*/
    padding: 15px;
    margin: 15px;
}
.tsync-interaction__main-actor{
    width: 48%;
    display: flex;
    margin: 0 1%;
}
.tsync-interaction__main-actor__description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.tsync-interaction__main-actor__img p{

}
.tsync-interaction__main-actor__img img{
    height: 100%;
    width: 100px;
}
.tsync-interaction__content {
    transform: translateY(-50%) scale(1);
    transition: transform 1000ms ease;
}
.tsync-interaction__content{
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px;
    border-radius: 30px;
    left: 50%;
    z-index: 9999999;
    line-height: 35px;
    color: white;
    max-width: 90vw;
    top: 50%;
    position: absolute;
    overflow: auto;
    display: table;
    transform: translateY(-50%) translatex(-50%);
    max-height: 90vh;
}
#tSync-popup_content{
    padding: 15px;
    border-radius: 30px;
    margin: 0 auto;
    z-index: 9999999;
    line-height: 35px;
    color: white;
    position: relative;
    text-shadow: 1px 1px 2px black;
}
#tsync-interaction__content-box{
    display: none;
    max-width: 98vw;
    max-height: 90vh;
    overflow: auto;
    padding: 15px;
    border-radius: 30px;
    width: 80vw;
}
#tsync-interaction__start{
    text-align: center;
    width: 350px;
    height: 240px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#tsync-interaction__start-timer{
    padding: 10px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: block;
    line-height: 75px;
    text-align: center;
    cursor: pointer;
    margin: 15px auto;
}
.tSync-popup__interaction-box__row img {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    margin-left: 10px;
}
.tSync-popup__interaction-box__row {
    border-bottom: 1px dashed #626262;
    padding: 3px 0;
    border-bottom-right-radius: 30px;
}
.tSync-popup__interaction-box__item input {
    margin-left: 5px;
    vertical-align: middle;
    cursor: pointer;
}
.tSync-popup__black-box{
    background: black;
    border-radius: 10px;
    display: inline;
    padding: 10px;
}
.tSync-popup__offer-movie a{
    color: white;
}
.tSync-popup__offer-movie img{
    width: 80px;
    height: 65px;
    border-radius: 15px;
    padding: 5px;
}
.tsync-interaction__list li {
    /*background: #898888;
    padding: 5px 10px;
    border-radius: 10px;
    margin: 30px 0;
    cursor: pointer;*/
}
.tsync-interaction_select li{
    cursor: pointer;
}
.tSync-popup__interaction-box{
}

.tSync-popup__interaction-box{
    display: none;
}
#tSync-popup_content-forms{
    line-height: 45px;
    position: relative;
    z-index: 999999999999;
}
#tSync-popup__interaction-final-result{

 }
/* اضافه کردن یک لایه پوششی برای جلوگیری از کلیک */
#tsync-interaction::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000054;
}
#tSync-popup__response-result{
    border-right: 3px solid;
    padding: 0 5px;
    line-height: 20px;
    border-radius: 5px;
    border-left: 3px solid;
    text-align: center;
}
#tSync-popup__response-result.error{
    color: #832323;
}
#tSync-popup__response-result.success{
    color: #0e6b0e;
}
.tsync-interaction__btn {
    padding: 10px 25px;
    margin: 5px auto;
    display: block;
    background: #3ba23b;
    border: 1px solid #26a226;
    border-radius: 8px;
    color: white;
    cursor: pointer;
}
.tSync-popup__interaction-box__dialog-description {
    margin-bottom: 10px;
    border-bottom: 1px solid;
}
.tSync-popup__interaction-box__list {

}
#tSync-popup__personality-result{
    background: green;
    text-align: center;
    font-size: 23px;
    padding: 5px 20px;
    border-radius: 15px;
    margin-bottom: 15px;
}
.tSync-popup__btns-box {
    display: flex;
    justify-content: center;
}
.tSync-popup__btn{
    background: #eee;
    display: inline;
    margin: 30px 10px;
    height: 135px;
    border-radius: 100%;
    color: black;
    cursor: pointer;
    text-align: center;
    width: 135px;
    max-width: 100%;
    line-height: 135px;
}
.tSync-popup__login-btn{
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 100%;
}
.tSync-popup__login-btn a{
    color: white;
}
@media only screen and (max-width: 750px) {
    .tsync-interaction__main-actor{
        width: 100%;
        margin-bottom: 10px;
    }
    .tsync-interaction__content{
        margin-bottom: 10px;
        margin-top: 10px;
    }
    /*.tSync-popup__btns-box {
        display: inline;
    }
    .tSync-popup__btn{
        margin: 20px auto;
        display: block;
    }
    .tsync-interaction__top-box{
        background-size: auto;
        top: -25px;
    }*/
}
