@font-face {
    font-family: 'UKIJ Tor';
    src: url('../UKIJTor.eot');
    src: url('../UKIJTor.eot?#iefix') format('embedded-opentype'),
    url('../UKIJTor.woff') format('woff'),
    url('../UKIJTor.ttf') format('truetype'),
    url('../UKIJTor.svg#UKIJTor') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*{
   font-family:  "UKIJ Tor", serif;
}


.edit_top_controller {
    padding-top: 10px;
    height: 60px;
    width: 100%;
    float: right;
    direction: rtl;
    position: fixed;
    background: white;
}

.edit_top_controller .exit_bt {
    width: 46px;
    height: 46px;
    display: flex;
    border-radius: 10px;
    background-image: linear-gradient(to left, #00be3d, #00b947);
    color: #fff;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 30px #0000001a;
    float: left;
    margin-right: 10px;
    margin-left: 30px;
    /*border: #c7cacc solid 1px;*/
}

.edit_top_controller .exit_bt:hover {
    background-image: linear-gradient(to left, #00852a, #008534);
    box-shadow: none;
}

.edit_top_controller img {
    height: 20px;
    width: 20px;
    margin: auto;
}

.edit_top_controller span {
    text-align: center;
    color: black;
    margin: auto;
    line-height: 50px;
    padding-right: 50px;
    font-size: 18px;
}