
/*TODO:Done*/

*{
    font-family: var(--font-family-light);
    font-size: var(--font-size) !important;
}
body {
    margin: 0;
    padding: 0;
    font-family: var(--font-family-light);
    overflow: hidden;
}

.mt-10{
    margin-top: 10px !important;
}

input {
    width: 100%;
    height: calc(16px + 16px / 2);
    outline: 0 !important;
    color: rgb(22, 22, 22);
    background: #fff !important;
}
input::placeholder {
    color: var(--input-placeholder-color);
}
aside {
    z-index: 1;
}
audio{
    width: 225px !important;
}
.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{
    display: none;
    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;
}

.width-32{
    width: 32px;
}

.bold{
    font-weight: bold !important;
}

.fontSize-30{
    font-size: 30px !important;
}

#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;
    position: fixed;
    z-index: 1;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.material-icons{
    color: #656978 !important;
}

.HeadingText {
    color: var(--black-color) !important;
    font-size: 16px !important;
    font-family: var(--font-family-bold);
}
.menusHolder{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 0 0 0;
}

.bottomBtnElementStyle{
    /* width: 33.3%;
    position: relative;
    display: block;
    background: var(--secondary-color) !important;
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    cursor: pointer;

    background: var(--bot-message-menu-options-buttons-background-color);
    color: var(--bot-message-menu-options-buttons-text-color);
    border-radius: var(--bot-message-menu-options-buttons-border-radius); */

    white-space: break-spaces;
    background: var(--bot-message-menu-options-buttons-background-color);
    color: var(--bot-message-menu-options-buttons-text-color);
    border-radius: var(--bot-message-menu-options-buttons-border-radius);
    padding: 10px 0px;
    /* padding-left: 17px; */
    margin-top: 8px;
    cursor: pointer;
    width: 100%;
    border: var(--bot-message-menu-options-buttons-border);
    /* width: 225px; */
    font-weight: 100;
    font-size: 16px !important;
    font-family: var(--font-family-light) !important;
    width: 28%;
    display: flex;
    justify-content: center;
    margin-bottom: 7px;
    align-items: center;
    font-size: 13px !important;
}
.bottomBtnElementStyle:hover{
    background: #997850;
    /* font-weight: bold; */
    border:1px solid #997850;
    color: white;
}