.btn_circle {
    background-color: var(--slave);
    font-weight: bold;
    text-align: center;
    clip-path: circle();
    padding:7px;

}
.btn_circle i
{
padding-top:12px;
    color: var(--master);
font-size: 21px !important;
}

.btn_loginTextCircle, .language-current
{
font-weight:bold;
font-size:17px !important; 
}

.btn-submit 
{
background-color: var(--master) !important;
transition: all .3s ease-in;
}
.btn-submit:hover
{
background-color: var(--slave) !important;
}


.adminBtnHolder
{
font-family:peydaBlack !importnat;
}

.admin_holder {
    position: absolute;
    z-index: 100;
    top: 50%;
    width:100%;
}
/*=================== button sending chat================*/
.btn_Send {
    width: 80px !important;
    height: 45px !important;
    line-height: 45px !important;
    z-index: 1;
    position: absolute;
    right: 10px;
    margin-top: 6px;
    box-shadow: 0px 0px 0px 1px #e8e5e5 inset !important;
    display: inline-block;
    text-align: center;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    cursor: pointer !important;
    border-radius: var(--radius);
}

.btn_newMsg {

font-size:18px;
margin:0 !important;
padding:0;
padding-right:5px !important;
padding-left:5px !important;
    height: 40px !important;
    line-height: 40px !important;
    z-index: 1;
    box-shadow: 0px 0px 0px 1px #e8e5e5 inset !important;
    display: inline-block;
    text-align: center;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    cursor: pointer !important;
    border-radius: var(--radius);
}

.btn_emoji {
    width: 50px !important;
    right: 95px;
}
    .btn_Send i {
        margin-top: 10px;
        font-size: 25px;
    }

/*=================== button white================*/

.btn_white {
    box-shadow: 0px 0px 0px 1px #e8e5e5 inset !important;
font-size:12px;
line-height:30px !important;
    padding: 2px !important;
    width:auto !important;
    min-width: 120px !important;
    display: inline-block;
    text-align: center;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    cursor: pointer !important;
    border-radius:var(--radius);
}
    .btn_white:hover, .btn_send:hover {
        background: var(--slave);
        color: var(--master);
    }

@media all and (max-width: 780px) {
    .btn_white {
        width: 100% !important;
        box-shadow: 0px 0px 0px 1px #e8e5e5 inset !important;
    }
}


/*-----------------------waiting spinner Button-------------------------*/
w
{
color: var(--slave)
}


/*-----------------------Buttons-------------------------*/
.button {
    background: var(--master);
    margin: 10px auto;
    width: 200px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-align: center !important;
    transition: .3s;
    cursor: pointer;
    box-shadow: 0px 1px 2px rgba(0,0,0,.2);
    border-radius: var(--radius);
}
    .size2x {
        width: 300px;
    }
    .size3x {
        width: 400px;
    }

    .button p, .button span {
        line-height: 50px;
        margin-bottom: 0;
        margin-top: 0;
    }
.btn_master, .btn_slave {
    position: relative;
    float: right;
    background: var(--slave);
    top: 0;
    left: -100%;
    margin-top: -50px;
    transition: .3s;
    width: 30%;
    text-align: center !important;
}
.btnText {
    color: white;
    transition: .3s;
}
.btn_slave {
    
}
.button:has(> .btn_slave)
{
background: transparent;
box-shadow:0px 0px 0px 2px var(--master) inset;
}

.button:has(> .btn_slave) .btnText
{
color: var(--master);
}
.button:has(> .btn_slave) .btnText2
{
color: #ffffff;
}

.btnText, .btnText2, .button p {
    text-align: center !important;
}

    .btnText2 .fa {
        font-size: 26px !important;
        line-height: 50px;
    }

.btnText2 {
    margin-right: 0px;
    color: #ffffff;
}

.button:hover .btn_slave, .button:hover .btn_master { /*When hovering over .button change .btnTwo*/
    left: -70%;
}

.button:hover .btnText { /*When hovering over .button change .btnText*/
    margin-left: 27%;
}

.button:active { /*Clicked and held*/
    box-shadow: 0px 5px 6px rgba(0,0,0,0.3);
}

@media all and (max-width: 780px) {
    .button {
        width: 100%;
    }
    .size1x,.size2x, .size3x {
        width: 100%;
    }

    .btn_master, .btn_slave {
    }

    .lnkbutton {
        width: 100%;
    }

}




.btn_more
{
font-size:30px;
padding:5px;
padding-left:12px;
padding-right:0;
margin-left:5px;

}

.btn_exitContainer
{
margin-bottom:50px
}


.btn_del {
    color: #ffffff !important;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial !important;
    background: #ff3030;
    text-indent: 0px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    font-size: 15px !important;
    color: #ffffff;
    width: 28px !important;
    height: 28px !important;
    line-height: 28px !important;
    cursor: pointer;
    border-color: #ffffff;
    border-width: 2px;
    border-style: solid;
    opacity: 1;
}


    .btn_del:hover {
        opacity: .8;
    }




.btn_close {
    z-index:1;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    transition: transform .2s ease-in-out;
}

    .btn_close:hover {
        cursor:pointer;
        opacity: 1;
        transform:  rotate(90deg);
    }

.btn_close:before, .btn_close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}

.btn_close:before {
    transform: rotate(45deg);
}

.btn_close:after {
    transform: rotate(-45deg);
}
