
/*TODO:Done*/

*{
    font-family: var(--font-family);
    font-size: var(--font-size) !important;
}
body {
    margin: 0;
    padding: 0;
    font-family: var(--font-family);
    overflow: hidden;
}

.mt-10{
    margin-top: 10px !important;
}

input {
    width: 100%;
    height: calc(16px + 16px / 2);
    outline: 0 !important;
}
input::placeholder {
    color: var(--input-placeholder-color);
}
aside {
    z-index: 1;
}
.textRight {
    text-align: right !important;
}
.textLeft {
    text-align: left !important;
}
.textCenter{
    text-align: center !important;
}

/*$$ Button */
button {
    color: inherit;
    background-color: transparent;
    border: 0;
    outline: 0 !important;
    cursor: pointer;
}

iframe{
    width: 100%;
}

.arClass{
    text-align: right !important;
    direction: rtl !important;
}
.enClass{
    text-align: left !important;
    direction: ltr !important;
}



.dirAr{
    direction: rtl;
}



.intl-tel-input.separate-dial-code .selected-dial-code{
    padding-left: var(--flag-horizontal-position) !important;
}

.lineSep{
    line-height: 0;
    margin: 0;
}

/*Tippy*/
.tippy-box[data-theme~='error'] {
    background-color: tomato;
    color: white;
}
.tippy-box[data-theme~='error'] .tippy-arrow::before {
    background-color: transparent;
    color: tomato;
}


#scroll-button{
    position: absolute;
    bottom: 70px;
    right: 25px;
    background: var(--main-color);
    border-radius: 7px;
    border:1px solid #ffffff;
    width: 35px;
    height: 35px;
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#scroll-button img{
    width: 35px;
}


.swal2-icon-content{
    font-size: 40px !important;
}

.filepond--label-action{
    background: var(--main-color);
    padding: 2%;
    color: white;
    border-radius: 7px;
}

.filepond--label-action:hover{
    background: var(--secondary-color);
    padding: 2%;
    color: white;
    border-radius: 7px;
}

.filepond--drop-label label{
    width: 100%;
}

.filepond--drip{
    background: #00ff0e !important;
}
.filepond--root{
    padding: 0 !important;
    margin: 0 !important;
}

.width-25{
    width: 25px;
}


#app {
    display: flex;
    background: #00000096;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 2;
    justify-content: center;
    align-items: center;
}

.loading {
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    border-top-color: var(--secondary-color);
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    /* left: calc(50%);
    top: calc(50%); */
    position: fixed;
    z-index: 1;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

/* @media (max-height: 799px) {
    .theLogo {
        top: 65px !important;
    }
    .btnHolder {
        margin-top: 2% !important;
    }
    .curvePre {
        height: 67% !important;
    }
} */
@media (max-height: 670px) {
    .preChatLogo{
        width: 25% !important;
        top: 4% !important;
    }
    .preChatFormContainer{
        top: 5% !important;
    }
    .inputsHolder{
        top: 0 !important;
    }
    /*.btnHolder{*/
    /*    gap: 6px !important;*/
    /*}*/
    /*.avatarHeader{*/
    /*    width: 80px !important;*/
    /*}*/
    .stopChatBtn{
        right: 54px !important;
        top: 38px !important;
    }
}

