.card-body.rtl {
    font-size: 1.2em;
    text-align: justify;
    line-height: 2.5em;
    z-index: 2;
}

.h6 {
    font-size: 1.4em;
    line-height: 2.2em;
}

.navbar.bg-primary {
    /* background-color: #064f7b !important; */
}

.bg-primary.navbar-transparent .smooth-scroll.active {/* background-color: #053e61 !important; *//* color: #ffffff !important; */}

.navbar .navbar-nav .nav-item .nav-link.active:not(.btn):hover, .navbar .navbar-nav .nav-item .nav-link.active:not(.btn):active, .navbar .navbar-nav .nav-item .nav-link.active:not(.btn):focus {/* background-color: #042f49 !important; *//* color: #ffffff !important; */}

a.nav-link.brand {
    font-size: 25px !important;
}

a.nav-link.smooth-scroll.active {
    /* background-color: #053e61; */
    /* border-radius: 10px; */
    /* color: #ffffff; */
}

a.donate {
    text-decoration: none;
    color: white;
}

.navbar {
    font-size: 18px;
    letter-spacing: 0px;
}

.active .record {
    width: 100px;
    height: 100px;
    border: 1px solid red;
    content: "";
    border: 15px solid #42c4ff;
    border-radius: 50%;
    height: 180px;
    width: 180px;
    margin-top: -15px;
    margin-left: -15px;
    position: absolute;
    -webkit-animation: pulsate 1.6s ease-out;
    animation: pulsate 1.6s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0.0;
    z-index: 99;
}

.active.small .record {border: 8px solid #03A9F4;border: 1px solid red;content: "";border: 5px solid #03A9F4;border-radius: 50%;height: 90px;width: 90px;margin-top: -5px;margin-left: -5px;position: absolute;-webkit-animation: pulsate 1.6s ease-out;animation: pulsate 1.6s ease-out;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;opacity: 0.0;z-index: 99;}

.mic {
    content: "";
    border-radius: 50%;
    position: absolute;
    z-index: 99;
    color: #42c4ff;
    font-size: 5em;
    margin-left: 50px;
    margin-top: 30px;
}

.record_btn.active {
    background-color: #24bbff !important;
}

.active .mic{
    color: #ffffff;
}

.record_btn.small {
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 100;
    /* margin-top: 1px; */
    margin-left: 40%;
    display: none;
    bottom: -22px;
    box-shadow: unset !important;
    /* border: 3px solid #1565c0; */
    background-color: #42c4ff;
}

.record_btn.small .mic {
    font-size: 3.3em;
    margin-left: 28px;
    margin-top: 18px;
    color: white;
}

.record_btn.small .active .record {
  
}


.picture {
    width: 60%;
    height: 60%;
    margin: auto;
    position: relative;
    top: 40px;
    background-image: url('question.svg');
    background-size: contain;
}

.rnd{border-radius: 50%;width: 150px;height: 150px;background-color: white;/* position: absolute; *//* cursor: pointer; *//* -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.18); *//* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.27); */margin: auto;}
.record_btn {
    /* border: 15px solid #72d8f3; */
    border-radius: 50%;
    width: 150px;
    height: 150px;
    background-color: white;
    /* position: absolute; */
    cursor: pointer;
    /* -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.18); */
    /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.27); */
    transition: transform .25s cubic-bezier(.42,0,.61,1.86);
    margin: auto;
    margin-bottom: 15px;
}

.record_btn:not(.active):hover {/* background-color: #f7f7f7; *//* -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04); *//* box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); */transform: scale(1.1);}

.record_btn.active:hover {

-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04);

box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}

.t32 {
    /* width: 190px; */
    margin: auto;
    padding-top: 10%;
    /* margin-top: 10%; */
    text-align: center;
}

.t33 {
    width: 100%;
    margin: auto;
    /* padding-top: 9%; */
    /* margin-top: 30px; */
}

.transcription{
    width: 100%;
    height: 100%;
    min-height: 200px;
    border: none;
    font-size: 1.2em;
    color: #424242;
}

.page-header {
    background: rgb(66 196 255);
}

span.new {
    position: absolute;
    margin-top: -12px;
    background-color: #ff4141;
    padding: 1px 3px;
    line-height: 12px;
    border-radius: 5px;
    margin-right: -30px;
    margin-top: -12px;
    letter-spacing: unset !important;
    font-size: 10px;
}

select#select-language {
    position: absolute;
    top: -30px;
    float: right;
    right: 15px;
    width: 120px;
    padding: 0px 10px;
    border: 2px solid white;
}

textarea{
    width: 100%;
    height: 100%;
    min-height: 200px;
    border: none;
    font-size: 1.2em;
    color: #424242;
}


.preview {
    width: 69%;
    /*! height: 67px; */
    font-size: 1.1em;
    color: #ffffff;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 20px;
    direction: rtl;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.del {
    /* height: 20px; */
    text-align: center;
    /* margin-top: 15px; */
    color: white;
}


@media screen and (max-width: 918px) {

.record_btn{

    -webkit-transform: scale(.8) !important;
    -ms-transform: scale(.8) !important;
    transform: scale(.8) !important;
}

    



.speed{
    margin-left: -10px !important;
    /* margin-top:-30px; */
    transform: scale(.7);
}
.holder{

left: -40px !important;

top: 100px !important;

/* display:none; */
}

.preview{

     margin-top: 10px;

}

   


    }


    @media screen and (max-width: 712px) {

 table.table {
    margin: auto;
    width: 100% !important;
}

.speed{
    display:none !important;
}

.myaccordion h3 {
    font-size: 1.1em !important;
}

.myaccordion .card-body{
    
     font-size: 1.1em !important;
}
        


.t33{
	
	    background-color: white;
}




.record_btn:not(.small){
    display:none !important;
}

.record_btn.small{display:block;}


.container.text {padding-left: 0px;padding-right: 0px;}

.holder{

display:none;



}

 .t32{padding-top: 15px;}       

h2, .h2 {
    font-size: 1.2em;
    line-height:1.8em;
    margin-bottom: 30px;
}

h1, .h1 {
    font-size: 1.3em;
    line-height: 1.8em;
    margin-bottom: 30px;
}        

.preview{

     margin-top: 50px;

}


select#select-language{

/* position: relative; */

display: inline-block;

/* width: 100%; */

right: 5px;

margin-top: 6px;
}



    }


.speed {
    margin-left: 100px;
    position: absolute;
    width: 150px;
}

th,td,tr {
    text-align: right;
    border: 1px solid #e0e0e0;
    padding: 5px;
}

table.table {
    margin: auto;
    width: 60%;
}

.del span.fa {
    font-size: 1.4em;
    /* position: absolute; */
    cursor: pointer;
}

.btn2 {
    /* width: 200px; */
    /* position: absolute; */
    /* top: 150px; */
    padding: 10px;
    /* left: 200px; */
    color: white;
    background-color: white;
    border-radius: 10px;
    margin: 6px 0px;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.18);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.27);
    transition: all 0.5s ease;
    margin-top: 12px;
}

.btn2 a {
    transition: all 0.5s ease;
    color: #464646;
}

.btn2 a:hover,.btn2:hover a {
    transition: all 0.5s ease;
    text-decoration: none;
    

}

.btn2:hover {

 transition: all 0.5s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color:#f3f3f3
    
}

.holder {width: 300px;position: absolute;top: 130px;padding: 10px;left: 5%;text-align: center;direction: rtl;z-index: 999;}


#box {/* position: relative; */top: 50%;text-align: center;margin-top: -25px;display: block;}
#box [class^="hex-icon"] { vertical-align: top; }

[class^="hex-icon"] { width: 42px; height: 50px; margin: 0 10px; display: inline-block; transition: all 0.2s cubic-bezier(0.215, 0.610, 0.355, 1.000); -webkit-transition: all 0.2s cubic-bezier(0.215, 0.610, 0.355, 1.000); }
[class^="hex-icon"]:hover { transform: scale3d(1.2, 1.2, 1); -webkit-transform: scale3d(1.2, 1.2, 1); transition: all 0.35s cubic-bezier(0.000, 1.270, 0.460, 1.650); -webkit-transition: all 0.35s cubic-bezier(0.000, 1.270, 0.460, 1.650); }
[class^="hex-icon"] svg { width: 100%; height: 100%; display: block; }

.hex-icon-sun path:first-of-type { fill: #fff; }
.hex-icon-sun circle { stroke: #757579; stroke-width: 2px; fill: none; }
.hex-icon-sun circle:last-of-type { stroke-width: 2px; stroke-dasharray: 2,7.4; }

.hex-icon-wave path:first-of-type { fill: #219cb5; }
.hex-icon-wave circle { stroke: #fff; stroke-width: 2px; fill: none; }
.hex-icon-wave mask circle { fill: #fff; stroke: none; }
.hex-icon-wave path:last-of-type { fill: #fff; }

.hex-icon-heart path:first-of-type {fill: #f14141;}
.hex-icon-heart path:last-of-type { fill: #fff; transform-origin: 21px 25px; -webkit-transform-origin: 21px 25px;
	animation: hex-icon-heart-beat 1s linear infinite;
	-webkit-animation: hex-icon-heart-beat 1s linear infinite;
}
@keyframes hex-icon-heart-beat { 0% { transform: scale3d(1, 1, 1); } 30% { transform: scale3d(0.75, 0.75, 1); } 60% { transform: scale3d(1, 1, 1); } }
@-webkit-keyframes hex-icon-heart-beat { 0% { -webkit-transform: scale3d(1, 1, 1); } 30% { -webkit-transform: scale3d(0.75, 0.75, 1); } 60% { -webkit-transform: scale3d(1, 1, 1); } }

.features .card img {
    margin: auto;
    width: 212px !important;
    display: block;
    margin-top: -28px;
    z-index: 10;
}

.preview a {
    color: #24bbff;
    text-decoration: none;
}

.mce-content-body {
    font-family: vazir,tahoma !important;
}

@media screen and (max-width: 991px) {
  .sidebar-collapse .navbar-collapse:before {/* background: #0064a1; */}
  
}

.preview.help,.preview.noCredit {
    font-family: 'kalamehblack';
    font-size: 1.7em;
    white-space: break-spaces;
}



@-webkit-keyframes pulse {
  0% {
    background: rgba(255,255,255,0.3);
    box-shadow: inset 0px 0px 10px 2px rgb(49 191 255 / 60%), 0px 0px 5px 2px rgb(66 196 255 / 39%);
  }
  100% {
    background: rgba(255,255,255,1);
    box-shadow: inset 0px 0px 10px 2px rgb(66 196 255 / 77%), 0px 0px 15px 2px rgb(101 207 255 / 47%);
  }
}
  


.dot {
    position: absolute;
    width: 21px;
    height: 24px;
    box-shadow: inset 0px 0px 10px 2px #27c9ffd1, 0px 0px 10px 2px #29b6f687;
    -webkit-animation: pulse 1s alternate infinite;
    -moz-animation: pulse 1s alternate infinite;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}


.modal-box{ font-family: 'Lato', sans-serif; }
.modal-box .show-modal{
    color: #fff;
    background-color: #00a8ff;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 15px;
    margin: 80px auto 0;
    border: none;
    box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.2);
    outline: none;
    display: block;
}
.modal-box .show-modal:hover{
    color: #00a8ff;
    background-color: #fff;
    border: none;
    box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.1) inset;
}
.modal-backdrop.in{opacity: 1;}
.modal-box .modal{/* top: 90px !important; */}
.modal-box .modal-dialog{
    /* width: 450px; */
    margin: 20px auto 0;
}

h5.filePages {
    font-size: 110%;
    color: grey;
}

span.filePages,.selectedPages {
    padding: 2px 10px;
    background-color: var(--primary);
    color: white;
    border-radius: 10px;
}

.confirm{

font-size: .90em;

margin-bottom: 20px;
}

.modal-box .modal-dialog .modal-content{
    text-align: center;
    border: none;
    position: relative;
    box-shadow: unset;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.modal-box .modal-dialog .modal-content:before{
    content: "";
    background: #03b3f7;
    width: 100%;
    height: 80px;
    /* border-radius: 6px 6px 0 0; */
    position: absolute;
    top: -5;
    left: 0;
}
.modal-box .modal-dialog .modal-content .close{
    color: #fff;
    font-size: 25px;
    text-shadow: none;
    opacity: 1;
    position: absolute;
    left: auto;
    top: 5px;
    right: 10px;
    z-index: 1;
    transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .close span{
    margin: -2px 0 0 0;
    display: block;
}

.filerobot-image-editor-root div {
    font-family: 'VazirFD';
}

.blink,.wait {
    -webkit-animation: blink 2s linear infinite;
    animation: blink 2s linear infinite;
}


.modal-box .modal-dialog .modal-content .close:hover{ color: #fff; }
.modal-box .modal-dialog .modal-content .modal-body{padding: 95px 25px 30px !important;}
.modal-box .modal-dialog .modal-content .modal-body .icon{
    color: #00a8ff;
    background: #fff;
    font-size: 65px;
    line-height: 120px;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 100px;
    transform: translateY(-30px);
}
.modal-box .modal-dialog .modal-content .modal-body .title{
    color: var(--primary);
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.modal-box .modal-dialog .modal-content .modal-body .description{
    color: #272727;
    font-size: 100%;
    margin: 0 0 15px;
}
.modal-box .modal-dialog .modal-content .modal-body .form-group{ margin: 0 0 20px; }
.modal-box .modal-dialog .modal-content .modal-body label{
    color: var(--primary);
    font-size: 14px;
    font-weight: 500;
    font-family:
    'VazirFD';
}
.modal-box .modal-dialog .modal-content .modal-body .form-control{
    color: #6d6d6d;
    background-color: rgba(0,0,0,0.03);
    font-size: 16px;
    text-align: center;
    /* letter-spacing: 1px; */
    height: 40px;
    padding: 2px 15px;
    border: none;
    display: inline-block;
    transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .modal-body .form-control:focus{
    box-shadow: none;
    border: none;
}
.modal-box .modal-dialog .modal-content .modal-body .form-control::placeholder{
    color: #909090;
    font-size: 16px;
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe{
    color: #fff;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 12px;
    margin: 0 10px 10px 0;
    border: none;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe.submit{
    background-color: #00a8ff;
    margin-right: 0;
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe:hover{
    /* background-color: #555; */
    /* box-shadow: 0 0 5px #333 inset; */
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe.submit:hover{
    background-color: #0984e3;
    box-shadow: unset;
    cursor:pointer;
}
@media only screen and (max-width: 576px){
    .modal-dialog{ width: 93% !important; }
}


/*   */

@media (max-width: 580px) {


    .footer-menu .container {
        -ms-flex-direction:column;
        flex-direction: column
    }

    .matno-header{
    	display:none !important;
    }

    body,.drop{
    	padding:1px;
    }

    .drop{

    	margin-top:80px;
    }

    .fh5co-footer-links li:last-child{
    	display:none !important;
    }

    #filerobot-image-editor-root .ioVGXS {
    inset: -3px !important;
    }

    #filerobot-image-editor-root .fxnJRY .cropper-point {
    height: 40 !important;
    width: 40 !important;
    }
}




@media (min-width: 1200px) {
    .footer-menu .container {
        -ms-flex-pack:justify;
        justify-content: space-between
    }
}

@media (min-width: 1440px) {
    .footer-menu .container {
        padding-top:0
    }
}

@media (max-width: 1439px) {
    .footer-menu .container {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        width: 100%
    }
}

@media (min-width: 1440px) {
    .footer-menu .container.drop-menu {
        -ms-flex-pack:distribute;
        justify-content: space-around
    }
}

@media (min-width: 1566px) {
    .footer-menu .container.drop-menu {
        -ms-flex-pack:justify;
        justify-content: space-between
    }
}

@media (min-width: 1200px) {
    .de .footer-menu .container.drop-menu,.es .footer-menu .container.drop-menu,.fr .footer-menu .container.drop-menu,.it .footer-menu .container.drop-menu {
        -ms-flex-pack:justify;
        justify-content: space-between
    }
}

@media (max-width: 480px) {
    .de .footer-menu .container.drop-menu,.es .footer-menu .container.drop-menu {
        padding-right:0;
        padding-left: 20px
    }
}

.footer-menu strong {
    position: relative;
    text-align: left;
    font: 600 14px/21px Poppins,sans-serif;
    letter-spacing: 0;
    color: #303030;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: block
}

@media (max-width: 480px) {
    .de .footer-menu strong,.es .footer-menu strong,.id .footer-menu strong,.ru .footer-menu strong,.tr .footer-menu strong {
        font-size:13px
    }
.word .wordinput{
    width: 130px;
}

    
}

@media (max-width: 374px) {
    .ru .footer-menu strong {
        font-size:12px
    }

    .buttomMenu{
        zoom:.9
    }
}

@media (max-width: 1024px) {
    .footer-menu strong.opener {
        display:-ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 10px;
        padding: 15px 25px 15px 0
    }
}

.footer-menu strong:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    background: #ff6166;
    left: 0;
    bottom: 0
}

.footer-menu .footer-menu_box {
    min-width: 110px
}

@media (max-width: 579px) {
    .footer-menu .footer-menu_box.active-drop strong.opener {
        color:#e94e53;
        margin-bottom: 0
    }

    .footer-menu .footer-menu_box.active-drop strong.opener:before {
        display: none
    }
}

.ru .footer-menu .footer-menu_box {
    padding: 0 10px
}

@media (min-width: 580px) {
    .ru .footer-menu .footer-menu_box {
        width:50%;
        margin-bottom: 10px
    }
}

@media (min-width: 768px) {
    .ru .footer-menu .footer-menu_box {
        width:33.333%
    }
}

@media (min-width: 1024px) {
    .ru .footer-menu .footer-menu_box {
        width:25%
    }
}

@media (min-width: 1440px) {
    .ru .footer-menu .footer-menu_box {
        max-width:215px;
        width: 100%
    }
}

@media (max-width: 1439px) {
    .ru .footer-menu .footer-menu_box {
        max-width:inherit
    }
}

@media (min-width: 580px) {
    .footer-menu .footer-menu_box {
        width:50%;
        margin-bottom: 10px
    }
}

@media (min-width: 768px) {
    .footer-menu .footer-menu_box {
        width:33.333%
    }
}

@media (max-width: 940px) {

.drop ul.list.history li {
    float: right;
    display: flex;
    opacity: 1;
    left: 0px;
    /* background-color: white; */
    flex-direction: column;
}

.drop ul.list.history li .thumbnail {
   text-align:right;
   margin-right: -30px;
   float: right;
   margin-bottom: 10px;
}

}



@media (min-width: 1024px) {
    .footer-menu .footer-menu_box {
        width:25%
    }
}

@media (min-width: 1440px) {
    .footer-menu .footer-menu_box {
        width:auto;
        margin-bottom: 0
    }
}

.footer-menu .footer-menu_box .slide-item {
    font: 500 14px/21px Poppins,sans-serif;
    letter-spacing: 0;
    color: #303030;
    margin-top: 8px;
    padding-bottom: 8px
}

.footer-menu .footer-menu_box .slide-item:first-child {
    margin-top: 5px
}

.footer-menu .footer-menu_box .slide-item:last-child {
    margin-bottom: 0
}

.footer-menu .footer-menu_box .slide-item a {
    color: #303030;
    cursor: pointer;
    transition: all .1s linear
}

.ru .footer-menu .footer-menu_box .slide-item a {
    display: inline-block;
    max-width: 215px;
    line-height: 1.3
}

@media (max-width: 580px) {
    .ru .footer-menu .footer-menu_box .slide-item a {
        max-width:inherit
    }
}

/* mobile version */


@media (max-width:713px){

    .card{
        border-radius:0px !important;
        box-shadow:unset  !important;
    }

    .t33{/* padding-top:20px; */}

    .fa-stack{
        display:none;
    }

    .tox:not(.tox-tinymce-inline) .tox-editor-header {/* box-shadow: unset !important; */}

    .tox .tox-toolbar,.tox .tox-toolbar__overflow,.tox .tox-toolbar__primary {
    /* background: url("data:image/svg+xml;charset=utf8,%3Csvg height='39px' viewBox='0 0 40 39px' width='40' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='38px' width='100' height='1' fill='%23cccccc'/%3E%3C/svg%3E") left 0 top 0 #fff; */

    padding-bottom: 10px !important;
}

    .language:not(.fileLanguage) {
        bottom: 1px;
        /* right: -30px; */
        right: 1px !important;
        width: 140px !important;
    }

    .selected-language {
    text-align: right;
}


    .upload {
        bottom: 8px;
        /* right: -30px; */
        position: absolute !important;
        left: 0px !important;
        width: 137px !important;
        margin-left: 19px !important;
    }

    .upload ul li{
        text-align: left !important;
    }

        .upload img {margin: 0px !important;margin-top: 1px !important;margin-left: -6px !important;}
    

        .upload span.label {
            top: -5px !important;
        }


    .page-header{
        background: rgb(255 255 255)  !important;
    }

    .moreSpace{
      display:none  !important;
    }

    .language span.label{
        /* left: 1px !important; */
    }

    .preview,.gettingReady {
    background-color: #eefaff;
    color: #57cbff;
    font-family: 'vazir' !important;
    font-size: 1em !important;
    overflow: auto;
    right: 10px;
    margin: 0px;
    margin-bottom: -35px;
    line-height: 27px;
    position: absolute;
    z-index: 50;
    top: 70%;
    text-align: center;
    height: auto;
    min-height: 60px;
    max-height: 200px;
    border-radius: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 95%;
    width: max-content;
    overflow-wrap: break-word;
    padding: 5px 5px;
    font-weight: 900;
}

    .gettingReady{top: 30%;color: #42c4ff !important;width: 200px;}


    span.uploadbtn{
        background-color: #42c4ff !important;
        color: white !important;
    }


    .modal.show .modal-dialog {
        margin: 0;
        width: 100% !important;
    }
    
    .modal-box .modal-dialog .modal-content {
        border-radius: 1px !important;
    }
    .modal-backdrop {
        background: white;
    }
    
    .modal-dialog {
        margin: 0px;
    }
    
    .modal-backdrop.show {
        background-color: white;
        opacity: 1;
    }
    
    
    .modal-box .modal-dialog .modal-content:before{
        height: 0px !important;
    }
    
    .modal-box .modal-dialog .modal-content .modal-body {
        padding: 20px 25px 30px !important;
    }
    
    .modal .close {
        color: #525252 !important;
        font-size: 3em !important;
    }



}
/* mobile version */


.footer-menu .footer-menu_box .slide-item a:hover {
    color: #ff6166;
    text-decoration: none
}

.footer-menu .footer-menu_box .slide {
    display: none;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px
}

@media (min-width: 580px) {
    .footer-menu .footer-menu_box .slide {
        display:block;
        padding-bottom: 10px
    }
}

@media (max-width: 579px) {
    .footer-menu .footer-menu_box.active-drop .svg-down {
        -ms-transform:rotate(180deg);
        transform: rotate(180deg);
        fill: #e94e53
    }
}

.footer-menu .icon-angle-down {
    display: inline-block;
    width: 16px;
    height: 20px;
    padding: 0 5px 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width: 580px) {
    .footer-menu .icon-angle-down {
        display:none
    }
}

.footer-menu .icon-angle-down svg {
    width: 100%;
    height: 100%;
    fill: #303030
}

.sm-box {
    margin: 25px 0 15px;
    text-align: center
}

@media (max-width: 1439px) {
    .sm-box {
        text-align:left;
        margin: 0
    }
}

.sm-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.sm-list li {
    display: inline-block;
    margin: 0 10px 0 0;
    overflow: hidden
}

@media (max-width: 1439px) {
    .sm-list li {
        display:block;
        margin: 0 0 15px
    }
}

.sm-list li.facebook .svg-fb {
    fill: #557cbb
}

.sm-list li.twitter .svg-tw {
    fill: #7bcdef
}

.sm-list li.youtube .svg-yt {
    fill: #e63842
}

.sm-list li.linkedin {
    margin-right: 0
}

.sm-list li.linkedin .svg-ld {
    fill: #107bb7
}

.sm-list a {
    width: 20px;
    height: 20px;
    position: relative;
    display: block
}

@media (max-width: 1439px) {
    .sm-list a {
        width:30px;
        height: 30px
    }
}

.sm-list svg {
    width: 100%;
    height: 100%
}

.list .alert img.empty {
    width: 80px;
    height: 80px;
    opacity: .4;
    margin: 15px;
}

ul.libtns li, .rbtns li:not(.p) {width: 50px !important;transition: transform .25s cubic-bezier(.42,0,.61,1.86);}

.libtns li:hover, .filelist .rbtns li:not(.p):hover {
    /* opacity: .7 !important; */
    transition-duration: 0.28s !important;
    transform: scale(1.1);
}

.partners-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 20px auto;
    list-style: none;
    -ms-flex: 1;
    flex: 1;
    max-width: 500px
}

@media (max-width: 767px) {
    .partners-list {
        max-width:100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 40px auto 20px
    }
}

.partners-list a {
    display: block;
    background-size: contain
}

.partners-list li {
    margin-right: 40px
}

@media (max-width: 480px) {
    .partners-list li:first-child {
        width:100%;
        text-align: center
    }
}

@media (max-width: 480px) {
    .partners-list li:first-child a {
        margin:0 auto
    }
}

.partners-list li:last-child {
    margin-right: 0
}

@media (max-width: 480px) {
    .partners-list li:last-child {
        margin-left:20px
    }
}

@media (max-width: 480px) {
    .partners-list li {
        margin-bottom:30px;
        margin-right: 0
    }
}

.partners-list .microsofr-partner {
    background: url(/service-pages-static/dist/images/MicrosoftSilverPartner.png) no-repeat 50%;
    background-size: contain;
    width: 170px;
    height: 33px
}

.partners-list .microsofr-partner.lazy {
    background-image: none
}

.partners-list .pdf-association {
    background: url(/service-pages-static/dist/images/PDFAssociationLogo.png) no-repeat 50%;
    background-size: contain;
    width: 69px;
    height: 33px
}

.partners-list .pdf-association.lazy {
    background-image: none
}

.partners-list .user-rights {
    width: 100px;
    height: 33px
}

@media (max-width: 1439px) {
    .lang-wrapper {
        position:absolute;
        top: 0;
        right: 0;
        height: 100%;
        max-width: 100px;
        min-width: 100px;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #f0f5f7;
        padding: 36px 0
    }
}

.language-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 135px;
    padding: 0 0 10px;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 1439px) {
    .language-container {
        -ms-flex-align:center;
        align-items: center;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        height: 100%;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0
    }
}

.language-container .sm-box {
    margin: 4px 0 12px
}

@media (max-width: 1439px) {
    .active-languages-toggle .caret-svg {
        -ms-transform:rotate(180deg);
        transform: rotate(180deg);
        fill: #ff6166
    }
}

.languages-wrap {
    color: #000;
    font-weight: 400;
    position: relative;
    padding: 4px;
    cursor: pointer;
    transition: all .1s linear
}

@media (max-width: 1439px) {
    .languages-wrap {
        margin-bottom:40px
    }
}

@media screen and (max-width: 480px) {
    .languages-wrap {
        padding:4px 0
    }
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .languages-wrap {
        height: 30px
    }
}

.languages-wrap:hover .dropdown-languages {
    top: 100%;
    left: 50%;
    opacity: 1;
    visibility: visible
}

.languages-wrap:hover .caret-svg {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: #ff6166
}

.languages-wrap .caret-svg {
    display: inline-block
}

.languages-wrap>a,.languages-wrap>button {
    color: #000;
    font-weight: 400;
    white-space: nowrap;
    font: 400 14px/21px Poppins,sans-serif;
    letter-spacing: 0;
    color: #303030;
    text-transform: uppercase;
    border: 0;
    background-color: rgba(0,0,0,0);
    padding: 0;
    cursor: pointer
}

.languages-wrap>a:hover,.languages-wrap>button:hover {
    text-decoration: none
}

.dropdown-languages {
    display: -ms-flexbox;
    display: flex;
    max-width: 125px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #ebebeb;
    border-top: 0;
    list-style: none;
    position: absolute;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    z-index: 5;
    padding: 2px 0 5px;
    width: 62px;
    text-align: center;
    overflow: visible;
    visibility: hidden;
    opacity: 0;
    left: -999999px;
    top: -999999px;
    transition: opacity .3s ease-out,visibility .3s ease-out
}

@media (max-width: 1440px) {
    .active-languages-toggle .dropdown-languages {
        top:100%;
        left: 50%;
        opacity: 1;
        visibility: visible
    }
}

.dropdown-languages li {
    width: 50%
}

.dropdown-languages a {
    overflow: hidden;
    padding: 6px 5px;
    font-family: Open Sans,sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #898989;
    display: inline-block;
    line-height: 11px
}

@media (min-width: 1200px) {
    .dropdown-languages a {
        padding:3px 5px;
        font-size: 12px
    }
}

.dropdown-languages a:hover {
    text-decoration: none;
    color: #e94e53
}

.caret i {
    position: relative;
    left: 3px;
    top: -3px
}

.caret svg {
    width: 8px;
    height: 5px;
    fill: #303030
}

.caret.caret-right {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.impressum {
    display: none
}

.de .impressum {
    display: block
}

.bottom-menu {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto
}

@media (max-width: 424px) {
    .bottom-menu {
        margin-bottom:5px
    }
}

.bottom-menu li {
    margin-right: 15px
}

.bottom-menu li:last-child {
    margin-right: 0
}

.bottom-menu li a {
    display: inline-block;
    text-decoration: underline;
    font: 400 12px/18px Poppins,sans-serif;
    letter-spacing: 0;
    color: #666;
    cursor: pointer;
    transition: all .2s linear
}

@media screen and (max-width: 768px) {
    .bottom-menu li a {
        font-size:14px;
        padding: 5px
    }
}

.bottom-menu li a:hover {
    color: #ff6166
}

.bottom-menu li span.optanon-show-settings {
    display: inline-block;
    text-decoration: underline;
    font: 400 12px/18px Poppins,sans-serif;
    letter-spacing: 0;
    color: #666;
    cursor: pointer;
    transition: all .2s linear
}

.bottom-menu li span.optanon-show-settings:hover {
    color: #ff6166
}

.copyright-text {
    text-align: center
}

@media (max-width: 767px) {
    .copyright-text {
        margin-top:30px
    }
}

.copyright-text p {
    font: 400 12px/18px Poppins,sans-serif;
    color: #666;
    margin-bottom: 5px
}

.active-toggle {
    display: block!important
}

@media (max-width: 579px) {
    .active-toggle:before {
        position:absolute;
        content: "";
        width: 30px;
        height: 3px;
        background: #ff6166;
        left: 0;
        bottom: 4px
    }
}

.back-to-top {
    display: none;
    position: absolute;
    top: -25px;
    right: 25px;
    width: 50px;
    height: 50px;
    z-index: 2
}

@media (max-width: 1439px) {
    .back-to-top {
        display:block
    }
}

.back-to-top .to-top-btn {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 50%;
    background-color: rgba(0,0,0,0);
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
    padding: 0;
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    transition: all .3s
}

.back-to-top .to-top-btn:hover {
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3)
}

.help-item {
    padding: 10px 5px;
    float: right;
}


 .help-item-container {
    padding: 25px 0
}

 .help-item {
    padding: 10px 5px;
    float: right;
    border-radius: 10px;
}

img.iicon.x2 {
    width: 100px;
}

img.iicon.x3 {
    width: 130px;
}

img.iicon.x4 {
    width: 200px;
}

 .help-item .item {
    /* border: 1px solid #ddd; */
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.05);
    box-shadow: 0 2px 4px rgba(0,0,0,.05);
    direction: rtl;
    height: 340px;
    border-radius: 15px;
}

 .help-item .item .title span {
 	
color: #F44336;
 	
background-color: #fff5f7;
 	
padding: 2px 10px;
 	
border-radius: 4px;
 	
font-size: 15px;
 	
font-weight: normal;
}

 .help-item .item .title i {
    font-size: 18px
}

 .help-item .item .image {
    /* border-top: 1px solid #ddd; */
    /* border-bottom: 1px solid #ddd; */
    margin-top: 20px;
}

 .help-item .item .image img {
    height: 238px;
    margin: 5px auto;
    display: block;
    border-radius: 10px;
}

.help-item .item .description {
    font-size: 14px !important;
    line-height: 22px;
    color: #696969;
    padding: 10px 15px;
}

 .help-item.green .title span {
    color: #4caf50;
    background-color: #f6fff6;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: normal;
}

.help .help-item.red .title {
    color: red
}

ul.fh5co-footer-links {
    text-align: center;
    font-size: 18px;
    border-top: 1px solid #e4e4e4;
    padding: 15px;
}

ul.fh5co-footer-links li {
    display: inline;
    margin: 8px;
}

.bestresult {
    margin: 5px;
}

.how-to-row h2 {
    margin-bottom: 20px;
}

.dropdown-toggle::after {
    margin-right: 8px !important;
}

.how-to-row ul {
    margin-top: 30px;
}

.how-to-row .bestresult li {font-size: 18px !important;line-height: 35px;}


.language,.upload, .repButton {
    /* width: 140px; */
    background-color: #ffffff;
    padding: 5px 1px;
    border-radius: 10px;
    color: grey;
    font-size: 18px;
    cursor: pointer;
    z-index: 100;
    position: absolute;
    margin-top: 5px;
    margin-left: 30px;
}

.language ul li,.upload ul li {
    list-style: none;
    /* margin: 7px; */
    cursor: pointer;
    border-radius: 10px;
    transition:all .2s ease-out;
    text-align: right;
}

.language li span {
    width: 70px;
    display: inline-block;
}

.language ul li:not(.active):hover,.upload ul li:not(.active):hover{transition:all .2s cubic-bezier(0.4, 0, 1, 1);background-color: #fcfcfc;}
.language ul,.upload ul {
    padding: 0px;
    padding-top: 5px;
    margin: 1px;
    /* border-top: 2px solid #dfdfdf; */
}

.language img {
    width: 40px;
    display: inline;
    margin: 6px;
}

.upload img {
    width: 40px;
    display: inline;
    margin: 6px;
    
}


.language li.active {
    background-color: #edfaff;
    outline: 2px solid #00bcd43d;
    color:#42c4ff;
   
}


.language.dropdown: li:nth-child(n+2) {display:block;}

.language:not(.dropdown) li:nth-child(n+2) {display:none !important;}


.wave {
    display: flex;
    width: 450px;
    height: 200px;
    position: absolute;
    /* background-color: #ffa184; */
    aspect-ratio:1;
    z-index: -1;
    left: 50%;
    margin-top: 60px;
    transform: translate(-50%, -50%);
}

.tox.tox-tinymce {
    border: none !important;
}

.tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) {
    background: #f8f8f8;
}

.tox .tox-tbtn--enabled, .tox .tox-tbtn--enabled:hover{
    background: #ededed;
}


.heading {
    font-family: 'kalamehblack';
    font-size: 3em;
}

h3.title {
    font-family: 'kalamehblack';
    font-size: 30px !important;
}

.features p {
    font-size: 18px;
    
}

.container.features {
    direction: rtl;
    -webkit-user-drag: none;
}



img{
    -webkit-user-drag: none;
}

.features .row.list {
    display: flex;
    justify-content: center;
    align-content: stretch;
    align-items: center;
}

.features .description p {
    font-size: 18px !important;
    color: black;
    width:160px;
    line-height: 25px;
    margin: 2px 5px;
    padding-right: 5px;
    padding-top: 10px;
}

.row.list .row {
    background-color: #ededed;
    padding: 10px;
    border-radius: 10px;
    margin: 5px;
}

.description {}

.tips img {
    /* background-color: white; */
    border-radius: 10px;
    position: absolute;
    width: 110px;
    height: 110px;
    margin-top: -15px;
}

.tip .icon {
    /* padding: 5px; */
    background-color: white;
    border-radius: 20px;
    width: 80px;
    height: 80px;
}

.buy {
    width: 250px;
    margin: auto;
    display: flex;
    background-color: #e1f5fe;
    justify-content: flex-end;
    border-radius: 15px;
    font-family: 'VazirFD';
    cursor: pointer;
    transition: transform .25s cubic-bezier(.42,0,.61,1.86);
}

.buy:hover{
    
   
   transform: scale(1.1);
}

.buy img {
    width: 100px;
}

.buy div:first-child {
   
    padding-top: 10px;
}

.buy div:first-child div:first-child {
     font-family: 'kalamehblack';
    font-size:30px;
}

.blackhighlight{text-align: center;font-size: 18px;background-color: #dff5ff;color: #46a0cb;max-width: 700px;margin: auto;direction: rtl;border-radius: 10px;padding: 5px;}

.section{
	padding-top:20px;
}

.card.alert {background-color: white;/* color: white; */padding: 5px;}

a.doit {padding: 5px;margin: 5px;background-color: #42c4ff;color: white;line-height: 50px;border-radius: 10px;text-decoration: none;font-size: 1.2em;transition: all .3s;animation: shake 2s cubic-bezier(.36,.07,.19,.97) 1s both infinite;/* display: none; */}

a.doit:hover {
    background-color: #4fc8ff;
    font-size: 1.3em;
}

.water-glass {
    display: flex;
    justify-content: center;
}

.water-glass img {
    position: absolute;
    z-index: 1;
    margin-top: -28px;
    opacity: .5;
}

.myaccordion {
  max-width: 600px;
  direction: rtl;
  margin: 50px auto;
  /* box-shadow: 0 0 1px rgba(0,0,0,0.1); */
  margin-top: 20px;
  padding: 0px 5px;
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
  box-shadow: none;
}

.myaccordion .card-header {
  border-bottom-color: #ccefff;
  background: transparent;
  background-color: #e1f5fe;
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #2c2c2c !important;
  padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}

.collapse.in{
  display: block;
}

.myaccordion .btn-link,.myaccordion .btn-link:hover,.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:active {
    color: #ffffff;
}



.myaccordion .card-body {
    font-size: 18px;
    text-align: justify;
    line-height: 30px;
    border: 1px solid #bbeaff;
    background-color: #f8fdff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


/* modal */

.modal-box{ font-family: 'tahoma', vazir; }
.modal-box .show-modal{
    color: #fff;
    background-color: #00a8ff;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 15px;
    margin: 80px auto 0;
    border: none;
    box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.2);
    outline: none;
    display: block;
}
.modal-box .show-modal:hover{
    color: #00a8ff;
    background-color: #fff;
    border: none;
    box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.1) inset;
}
.modal-backdrop.in{/* opacity: 0; */}
.modal-box .modal{/* top: 90px !important; */}
.modal-box .modal-dialog{
    /* width: 450px; */
    margin: 20px auto 0;
}



.modal-box .modal-dialog .modal-content{
    text-align: center;
    border: none;
    position: relative;
    box-shadow: unset;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-radius: 20px !important;
    font-family: 'Vazir';
}
.modal-box .modal-dialog .modal-content:before{
    content: "";
    background: #03b3f7;
    width: 100%;
    height: 80px;
    border-radius: 8px 8px 0 0;
    position: absolute;
    left: 0;
}
.modal-box .modal-dialog .modal-content .close{
    color: #fff;
    font-size: 25px;
    text-shadow: none;
    opacity: 1;
    position: absolute;
    left: auto;
    top: 5px;
    right: 10px;
    z-index: 1;
    transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .close span{
    margin: -2px 0 0 0;
    display: block;
}




.modal-box .modal-dialog .modal-content .close:hover{ color: #fff; }
.modal-box .modal-dialog .modal-content .modal-body{padding: 95px 25px 30px !important;}
.modal-box .modal-dialog .modal-content .modal-body .icon{
    color: #00a8ff;
    background: #fff;
    font-size: 65px;
    line-height: 120px;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 100px;
    transform: translateY(-30px);
}
.modal-box .modal-dialog .modal-content .modal-body .title{
    color: var(--primary);
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.modal-box .modal-dialog .modal-content .modal-body .description{
    color: #272727;
    font-size: 100%;
    margin: 0 0 10px;
    font-family: 'VazirFD';
    margin-top: 5px;
    line-height: 35px;
    direction: rtl;
}

.modal-box  .convertingTime{
    font-size: 102%;
    font-family: 'VazirFD';
    margin-bottom: 20px;
}
.modal-box .modal-dialog .modal-content .modal-body .form-group{ margin: 0 0 20px; }
.modal-box .modal-dialog .modal-content .modal-body label{
    color: var(--primary);
    font-size: 14px;
    font-weight: 500;
    font-family:
    'VazirFD';
}
.modal-box .modal-dialog .modal-content .modal-body .form-control{
    color: #6d6d6d;
    background-color: rgba(0,0,0,0.03);
    font-size: 16px;
    text-align: center;
    /* letter-spacing: 1px; */
    height: 40px;
    padding: 2px 15px;
    border: none;
    display: inline-block;
    transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .modal-body .form-control:focus{
    box-shadow: none;
    border: none;
}
.modal-box .modal-dialog .modal-content .modal-body .form-control::placeholder{
    color: #909090;
    font-size: 16px;
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe{
    color: #fff;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 12px;
    margin: 0 10px 10px 0;
    border: none;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe.submit{
    background-color: #00a8ff;
    margin-right: 0;
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe:hover{
    /* background-color: #555; */
    /* box-shadow: 0 0 5px #333 inset; */
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe.submit:hover{
    background-color: #0984e3;
    box-shadow: unset;
    cursor:pointer;
}
@media only screen and (max-width: 576px){
    .modal-dialog{ width: 93% !important; }
    .wave{display:none;}
}
@media only screen and (max-width: 379px){
	ul.list.filelist::before {
    content: "";
    }
    .modal-box .modal-dialog .modal-content .modal-body .subscribe{ margin-right: 0; }
}

.modal-body .icon i {
    margin-top: 25px;
}





/* modal end */


button#newWord {position: absolute;top: 12px;left: 7px;font-size: 10px;}
.form-group .wordList {max-height: 300px;overflow-y: auto;}
.modal-content .row.word {display: flex;align-content: center;flex-wrap: nowrap;justify-content: space-around;flex-direction: row;align-items: center;margin: 5px;}



.modal-content .row.word {display: flex;align-content: center;flex-wrap: nowrap;justify-content: center;flex-direction: row;margin: 5px;}

.typeoBtn:focus{

    outline:none;
}

#addWordsModal button,.typeoBtn{
    color: #fff;
    /* background-color: #ffffff; */
    font-size: calc(14px + 0.3vw);
    font-weight: 600;
    font-family: 'VazirFD';
    text-transform: uppercase;
    outline: unset;
    padding: 7px 12px;
    margin-right: 8px;
    border: none;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.3s;
    direction: rtl;
    cursor: pointer;
}

button.close {
    font-size: 36px !important;
    cursor: pointer;
}

button#newWord {
    font-size: 13px;
    background-color: #29b6f6;
    left: 20px;
}

button#sendWords, .typeoBtn.green {
    background-color: #98d650;
}

button#sendWords:hover,.typeoBtn.green:hover {
    background-color: #a4e757;
    color: white;
    text-decoration: none;
}

.typeoBtn.blue {
    background-color: #42c4ff;
    line-height: 30px;
}

.typeoBtn.blue:hover {
    background-color: #4fc8ff;
    color: white;
    text-decoration: none;
}

.typeoBtn.big:hover,.typeoBtn.big:focus,.typeoBtn.big:active {

    color: white;
}

.modal-open {
  overflow:hidden;
  overflow-y: auto;
  padding-right:0 !important;
}

.word .wordinput {
    max-width: 200px;
    margin: 5px;
}

span.delword {
    position: relative;
    background-color: #fff6f6;
    color: #f55050;
    padding: 2px;
    border-radius: 5px;
    font-size: 10px;
    font-family: 'VazirFD';
    margin-top: 8px;
    cursor: pointer;
    margin-left: -25px;
}

.loader.inside {
    border: 2px solid;
    border-color: #ffffff5c;
    border-top: 2px solid #ffffff00;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 10%;
    display: inline-block;
    margin: 0px 5px;
    border-radius: 50%;
    border-top-color: white !important;
}

span.openModal {
    color: #00c2ff;
    cursor: pointer;
}

span.scan {
    font-size: 12px;
    top: -1px;
    /* margin-left: 5px; */
    /* background-color: white; */
    border-radius: 4px;
    line-height: 19px;
    padding: 0px 2px;
    display: inline-block;
    letter-spacing: .5px;
}

.dropdown.open .dropdown-menu {
    display:block !important;
    opacity: 1 !important;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}

.preview.noCredit {
    width: auto;
    font-size: 1.5em;
}

.repButton {
    bottom: 80px;
    text-align: center;
    width: 130px;
    left: -35px;
    font-size: 13px;
}

.mce-content-body {
    margin: 25px !important;
}

.tox:not(.tox-tinymce-inline) .tox-editor-header {
    box-shadow: 0px 1px 0px 0px #0000001c !important;
}

.dragBtn.wait {
    animation: gettingReady 1s cubic-bezier(0.4, 0, 1, 1) infinite;
}

@keyframes gettingReady {
    0% {
        opacity: 1
    }

    50% {
        opacity: .8
    }

     80% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

.gettingReady {
    text-align: center;
    margin-top: 10px;
    color: #ffffff;
    font-size: 17px;
	direction:rtl;
}

.gettingReady .smalltxt {
    font-size: 11px;
    direction: rtl;
    margin-top: 5px;
}

.moreSpace{
	
	height: 210px;
}


.language span.label,.upload span.label {
    position: absolute;
    font-size: 12px;
    width: 100px;
    left: 27px;
    top: 5px;
    color: #b6b6b6;
    pointer-events: none;
}

.upload {
    width: 150px;
    margin-left: 160px;
}

.upload span {
    width: 90px !important;
    display: inline-block;
}

.modal .row.buttons {
    display: flex;
    justify-content: center;
    margin-top: 45px;
    margin-bottom: 15px;
    flex-wrap: nowrap;
    /* height: 60px; */
}

.dropdown-menu .dropdown-item {
    font-size: 13px;
    text-align: center;
}

span.uploadbtn,.smallbtn {
    background-color: #ffffff;
    padding: 2px 5px;
    border-radius: 10px;
    color: #42c4ff;
    cursor: pointer;
}

span.uploadbtn:hover {
    /* background-color: #ffffffd9; */
    transition: all;
    transform: scale(1.1);
}

.creditHolder a {
    font-size: 12px !important;
    padding: 2px 5px !important;
    line-height: 10px !important;
}

.creditHolder span.scan {
    font-size: 9px;
}

span.highlight {
    background-color: #f5fcff;
    padding: 5px;
    font-family: 'VazirFD';
    font-size: 14px;
    /* display: block; */
    color: #03A9F4;
    border-radius: 10px;
}

.buttons span.moreinfo {
    position: absolute;
    display: block;
    font-size: 12px;
    color: #ffffff;
    margin-right: 17px;
    bottom: 2px;
}

.typeoBtn.big {
    line-height: 35px;
    width: 200px;
    height: 74px;
    position: relative;
}



.modal-body strong {
    background-color: #f5fcff;
    padding: 1px 5px;
    border-radius: 10px;
    color: #03A9F4;
}

body#tinymce {
    padding: 2px 15px;
}

span.rminutes {
    position: absolute;
    background-color: #ffa622;
    padding: 2px 9px;
    /* width: 31px; */
    /* height: 22px; */
    font-size: 12px;
    line-height: 20px;
    border-radius: 50%;
    margin-right: 87px;
    margin-top: -20px;
}

#convert .label {
    position: absolute;
    font-size: 12px;
    margin-top: -40px;
    margin-right: -5px;
    line-height: 10px;
    color: #ff9800;
    background-color: #fff8e1;
}

.allLanguages {
    height: 240px;
    overflow-y: auto;
}

@keyframes blink {
    0% {
        opacity: 1
    }
  
    50% {
        opacity: 0
    }
  
    to {
        opacity: 1
    }
  }
  
  @-webkit-keyframes blink {
    0% {
        opacity: 1
    }
  
    50% {
        opacity: 0
    }
  
    to {
        opacity: 1
    }
  }

  .card {

    margin-bottom: -4px;

    }

.myaccordion h3 {
    font-size: 1.7em;
}

.features.tips {
    margin: 60px auto;
}

.titleMargin {
    margin: 70px auto;
}

.page-header.page-header-small {
    position: absolute !important;
    width: 100%;
    z-index: -1;
}

.language.dropdown {margin-right: 10px;/* background-color: #f9f9f9; */}

.buttomMenu {
    display: flex;
    height: 100px;
}

.historyList {
    display: flex;
    width: 100%;
    direction: rtl;
    flex-direction: column;
    font-family: 'Vazir';
    min-height: 200px;
    max-height: 600px;
    overflow-y: auto;
    margin-bottom: 10px;
}


.historyList .hItem {
    display: flex;
    justify-content: space-evenly;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    border-color: #9E9E9E;
}

.hButtons span {
    margin: 8px;
    cursor: pointer;
}

.historyList .hItem:not(:first-child) {
    margin-top: 10px;
    margin-bottom: 10px;
}

.hButtons span:hover {
    color: #03b3f7;
}


.modal-button {background-color: #049cd7;padding: 8px;border-radius: 10px;cursor: pointer;/* width: 120px; */transition: all .5s ease;margin: 0px 2px;}

.modal-buttons {
    position: absolute;
    right: 10%;
    top: 25px;
    font-family: 'VazirFD';
    color: white;
    font-weight: 800;
    font-size: 15px;
    min-width: 250px;
    display: flex;
    justify-content: space-around;
    z-index: 10;
}

.modal-button:hover,.modal-button.active {
    background-color: #49ccff;
    transition: all .3s ease-in-out;
}

.selectFile {
    border: 1px dashed #00b0ff;
    transition: all .5s ease;
    cursor: pointer;
    min-height: 300px;
    padding-top: 40px;
    border-radius: 10px;
    /* background-color: #f9f9f9; */
}

.selectFile:hover {
    background-color: #f5fcff;
    transition: all .2s ease;
}

.loading {
    width: 100%;
    height: 80%;
    /* border: 1px solid; */
    position: absolute;
    left: 0px;
    top: 80px;
    background-color: #ffffff8f;
}

.loading .loader.inside {
    top: 50%;
    zoom: 3;
    position: absolute;
    left: 45%;
}

.hButtons span.del {
    color: #ff5252;
    background-color: #fffbfb;
}

.hButtons span.del:hover {
    color: #ff5252;
}

img.empty {
    width: 80px;
    height: 80px;
    opacity: .4;
    margin: 5px;
}

.dragover.selectFile {
    background-color: #edfaff;
    border-color: #77d9ff;
}

.historyList .name {
    width: 150px;
    text-overflow: clip;
    white-space: nowrap;
    overflow: hidden;
}
 

.uploadFile .language {
    position: relative;
    margin-left: 10px;
    font-size: 14px;
    background-color: #f9f9f9;
    /* border: 1px solid #bfbfbf; */
    margin-top: 0px;
    padding: 0px 5px;
    height: 60px;
    margin-right: 8px;
    width: 160px;
}

.uploadFile .language img {
    margin-top: 1px;
}

.fileLanguage ul {
    background-color: white;
    margin-top: 8px;
    padding: 5px;
    border-radius: 10px;
}

.uploadFile textarea {
    border: 2px solid;
    border-radius: 10px;
}

.miniicons {
    display: flex;
    justify-content: flex-end;
    font-size: 18px;
    gap: 9px;
    margin-right: 10px;
    cursor: pointer;
    margin-top: 10px;
}

.modal-button.last-file {overflow: hidden;max-width: 130px;white-space: nowrap;}

.fileLanguage .label {
    /* top: unset !important; */
    left: 10px !important;
}


.progress-circle{
    position:absolute;
    width:150px;
    height:150px;
    animation: spin 9s linear infinite;
  }

  .progress-circle svg {
    width: 100%;
    height: 100%;
  }
  
  .progress-circle circle{
    fill:none;
    stroke-width: 5;
  }
  
  
  @keyframes spin{
    from{ transform: rotate(0deg); }
    to{ transform: rotate(360deg); }
  }
  
  .progress-circle .progress{
    stroke: #42c4ff;
    stroke-linecap:round; /* smooth ends */
    stroke-linejoin:round;
    stroke-dasharray:440;
    stroke-dashoffset:440;
    transition:stroke-dashoffset 0.15s linear;
  }

  .record_btn.small .progress-circle {
    position: absolute;
    width: 80px;
    height: 80px;
    animation: spin 3s linear infinite;
}

  .record_btn.small .progress-circle .progress{
    stroke: #ffffff;
    stroke-width: 7;
  }

  .checkbox-description span.moreinfo {color: #1488bd;display: block;}


  
  
