/* here you can put your own css to customize and override the theme */
@font-face {
    font-family: 'HTDKufi';
    font-style: normal;
    font-weight: 400;
    src: url(../../../../assets/fonts/jazeera.ttf);
}
.loaderIcon {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #000000; /* Blue */
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 45%;
    top: 30%;
    z-index: 10000000;
}
.loaderText {
    position: fixed;
    left: 50%;
    top: 33%;
    z-index: 10000000;
}
.date {
    background-image: url("../../../images/date_icon.png");
    background-position: 5px center;
    background-repeat: no-repeat;
}
.dollar {
    background-image: url("../../../images/dollar.png");
    background-position: 5px center;
    background-repeat: no-repeat;
}
.dinar {
    background-image: url("../../../images/dinar.png");
    background-position: 5px center;
    background-repeat: no-repeat;
}
.dataLink{
    font-weight: bold;
    font-size: 15px;
}
.dataNumber{
    font-family: tahoma;font-size: 12.5px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.exportXLS{ color: green;}
.en_txt{ font-family: tahoma !important; font-size: 13px !important; font-weight: bold;}
a.dt-button{border: 0px !important;background-color:transparent;}
a.dt-button:hover{border: 0px !important;background-color:transparent !important; }
a.dt-button:active{border: 0px !important;background-color:transparent !important; }