﻿body {
}
@font-face {
    font-family: "Byekan";
    font-style: normal;
    src: url("./fonts//Yekan.eot");
    src: url("./fonts//Yekan.eot?#iefix") format("embedded-opentype");
      /*  url("./fonts//Yekan.woff") format("woff"),
        url("./fonts//Yekan.ttf") format("truetype"),
        url("./fonts//Yekan.svg#BYekan") format("svg");*/
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'ByekanNumbers';
    src: url("../fonts/yekannumbers.eot");
    src: url("../fonts/yekannumbers.eot?#iefix") format("embedded-opentype"), url("../fonts/yekannumbers.woff") format("woff"), url("../fonts/yekannumbers.ttf") format("truetype"), url("../fonts/yekannumbers.svg#web_Yekan") format("svg");
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
body:not(.mobile) #button-body:hover, body:not(.mobile) #button-body:focus {
    transform: scale(1.1);
}
body:not(.mobile) #button button:hover i.type1, body:not(.mobile) #button button:focus i.type1 {
    width: 50px;
    height: 50px;
}
/* ------------------Online Chat---------------- */

.onlineChat {
    background-color: #fff;
    width: 400px;
    direction: rtl;
    float: right;
    position: fixed;
    bottom: 20px;
    right: 50px;
    z-index: 99999;
    padding: 0;
    border-radius: 10px;
    box-shadow: rgba(0, 18, 46, 0.16) 0px 8px 36px 0px;
}
#ChatUpDown{
    margin-right:15px;
}

.onlineChat hr {
    margin: 1px;
}

.chatroomHeader {
    height: 47px;
    background-color: #ffc107;
    justify-content: space-between;
    border-radius: 10px 10px 0 0;
    display: flex;
    padding: 10px 10px 0 13px;
}

    .chatroomHeader label {
        color: #fff;
        font-family: Byekan,ByekanNumbers;
        font-size: 1.7rem;
    }

    .chatroomHeader i {
        color: #fff;
    }

.chatRoomContent {
    min-height: 60vh;
    max-height: 60vh;
}

.chatRoomSendMessageBox {
    margin: 0;
    padding: 0;
    height: 15vh;
    border-top:1px solid #c4c4c4;
}

.messageTextBox {
padding:0;
height:100%;
}

    .messageTextBox .messageTextInput {
        max-width: 100%;
        height: 100%;
        max-height: 15vh;
        width: 400px;
        border: 0;
        margin: 0;
        border-radius: 0 0 10px 10px;
        padding: 5px 15px;
        font-family: Byekan,ByekanNumbers;
        font-size: 1.7rem;
    }

        .messageTextBox .messageTextInput:focus {
            border: 0 !important;
            box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 rgba(255, 255, 255, 0);
        }
.opratore {
    margin: 10px 0px 0 -5px;
    float: left;
}
    .opratore label.messageContent {
        background: linear-gradient(165deg,#ffc000,#ff6d00 );
        color: #fff;
        color: #fff;
        padding: 5px 10px;
        border-radius: 15px;
        font-size: 1.7rem;
    }
.messageSender {
    width:100%;
    margin-top: 10px;
    float: left;
}
    .messageSender label.messageContent {
        background: linear-gradient(50deg, #ff6d00, #ffc000);
        color: #fff;
        padding: 5px 10px;
        border-radius: 15px;
        font-size: 1.7rem;
    }
/*-----------------------------cahat Button-------------------------------*/
.cahatButton {
    position: absolute;
    width: 112px;
    height: 140px;
    bottom: 12px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    pointer-events: none;
    z-index: 1;
    right: 340px;
    left: auto;
}
.buttonWave {
    position: absolute;
    z-index: -1;
    width: 60px;
    height: 60px;
    bottom: 50%;
    right: 50%;
    transform: translate3d(50%, 50%, 0px);
}
#button {
    position: absolute;
    width: 112px;
    height: 140px;
    bottom: 12px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    pointer-events: none;
    z-index: 1;
}
    #button button {
        border: 0px;
    }
    #button .buttonWave::after {
        content: "";
        position: absolute;
        z-index: -1;
        width: 60px;
        height: 60px;
        border-radius: 60px;
        background-color: #ffc107;
        opacity: 0.5;
    }
button i.type1::after {
    content: "";
    position: absolute;
    top: 15px;
    width: 0px;
    height: 0px;
    background: rgb(255, 255, 255);
    border-radius: 0px;
    transition: all 0.2s ease-in-out 0s;
    left: 15px;
}
.myButtom {
    color: rgb(0, 125, 252);
    background: linear-gradient(135deg, rgb(255 117 0), rgb(255 182 0));
    box-shadow: rgb(255 195 138) 0px 4px 24px;
    border: 1px solid #ffa700;
}
#button-body:not(.ie) {
    transition: all 0.2s ease-in-out 0s;
}
#button-body {
    width: 60px;
    height: 60px;
    border-radius: 28px;
    cursor: pointer;
    display: inherit;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    pointer-events: initial;
    background-size: 130% 130%;
    position: relative;
    outline: none;
    will-change: transform;
}
    #button-body:hover {
        box-shadow: rgba(255, 195, 130, 0.5) 0px 4px 24px;
    }
    #button-body:hover, #button-body:focus {
        outline: none;
    }
#button button i {
    height: 26px;
    width: 26px;
    position: absolute;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
    top: 50%;
    display: flex;
    left: 50%;
    transform: translate3d(-50%, -50%, 0px);
}
    #button button i.type2 svg {
        width: 0px;
        height: 0px;
        fill: currentcolor;
    }
#button.chat-open:not(.sidebar) {
    right: 0px;
    left: auto;
}
#button button i.for-closed {
    margin-left: -10px;
}
#button:not(.sidebar) .buttonWave {
    position: absolute;
    z-index: -1;
    width: 60px;
    height: 60px;
    bottom: 50%;
    right: 50%;
    transform: translate3d(50%, 50%, 0px);
}