@font-face {font-family: 'yekanbakh2';src: url('fonts/Regular.ttf') format('truetype');}
@font-face {font-family: 'yekanbakh4';src: url('fonts/Bold.ttf') format('truetype');}


.tokhmemorgh-body {
    font-family: 'yekanbakh4';
    direction: rtl;
}


.tokhmemorgh-content-box {
    bottom: 100px;
    right: 20px;
    padding: 0;
    box-sizing: border-box;
}



.tokhmemorgh-content-box.open {
    opacity: 1;
    transform: translateY(0);
}

.tokhmemorgh-content-box {
    opacity: 0;
    transform: translateY(50px);
}
