@font-face {
    font-family: 'Cairo-SemiBold';
    /* src: url('../fonts/Cairo-SemiBold.ttf') format('truetype');*/
    src: url('../fonts/ArbFONTS-BoutrosMBCDinkum-Medium.ttf') format('truetype');
}

body {
    font-family: "Cairo-SemiBold" !important;
    letter-spacing: unset !important;
}

h1 h2 h3 h4 h5 h6 {
    font-family: "Cairo-SemiBold" !important;
}

p {
    font-family: "Cairo-SemiBold" !important;
}

html {
    /*font-size: 14px;*/
    font-family: "Cairo-SemiBold" !important;
}

.sidebar-link sidebar-title active {
    font-family: "Cairo-SemiBold" !important;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span {
    font-family: "Cairo-SemiBold" !important;
    letter-spacing: unset !important;
}

.dx-row dx-column-lines dx-header-row {
    background-color: #06452c !important;
    color: #fff !important;
    font-family: "Cairo-SemiBold" !important;
    text-align: center !important;
}

.card-header-my {
    background-color: #0124c2 !important;
    color: #fff !important;
    font-family: "Cairo-SemiBold" !important;
}

.dx-row dx-data-row dx-row-lines dx-column-lines {
    background-color: #06452c !important;
    color: #fff !important;
    font-family: "Cairo-SemiBold" !important;
    text-align: center !important;
}

.dx-header-row {
    /* background-color: #0e269c !important;*/
    background-color: #006666 !important;
    color: #ffffff !important;
    text-align: center !important;
}

.dx-datagrid-rowsview .dx-row-focused.dx-data-row > td {
    background-color: #89b6b6 !important;
}


.typewriter {
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: .15em solid orange; /* The typwriter cursor */
    font-family: "Cairo-SemiBold" !important;
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    /*letter-spacing: .15em;*/ /* Adjust as needed */
    animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
    white-space: nowrap; /* Keeps the content on a single line */
}

/* The typing effect */
@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
    from, to {
        border-color: transparent
    }

    50% {
        border-color: orange;
    }
}


.header-brand-img {
    height: 3.25rem !important;
}

.dx-widget input {
    font-family: "Cairo-SemiBold" !important;
}
.btn {
    font-family: "Cairo-SemiBold" !important;
}

.badge {
    font-family: "Cairo-SemiBold" !important;
}




.dx-widget input {
    font-family: "Cairo-SemiBold" !important;
}

.btn {
    font-family: "Cairo-SemiBold" !important;
}

.badge {
    font-family: "Cairo-SemiBold" !important;
}

.dx-datagrid {
    font-family: "Cairo-SemiBold" !important;
    font: 14px !important;
    font-weight: bold;
}

.dx {
    font-family: "Cairo-SemiBold" !important;
    font: 14px !important;
    font-weight: bold;
}


.dx-form-group-caption {
    font-family: "Cairo-SemiBold" !important;
    font: 14px !important;
    font-weight: bold;
}

.dx-button-text {
    font-family: "Cairo-SemiBold" !important;
    font: 14px !important;
    font-weight: bold;
}

.dx-texteditor-input {
    font-family: "Cairo-SemiBold" !important;
    font: 14px !important;
    font-weight: bold;
}

.dx-texteditor-input {
    font-family: "Cairo-SemiBold" !important;
    font: 14px !important;
    font-weight: bold;
}

.dx-texteditor-input-container {
    font-family: "Cairo-SemiBold" !important;
    font: 14px !important;
    font-weight: bold;
}

.dx-widget {
    font-family: "Cairo-SemiBold" !important;
    font: 14px !important;
    font-weight: bold;
}
.onhover-show-div li a {
    font-family: "Cairo-SemiBold" !important;
}