@font-face {
    font-family: Cairo;
    src: url(../fonts/Cairo-Regular.ttf);
}
body{
    font-family: Cairo !important;
}
.form-group{
    margin-top: 10px;
}
.form-group label {
    color: #396bb4;
    font-weight: bold;
    /*margin-top: 15px;*/
    font-size: 16px;
}
.form-group label:after{
    content: ":";
    margin: 0 5px;
}
.no-dots label:after{
    content: "" !important;
}
.text-red{
    color: red !important;
}
.light-style .select2-container--default .select2-selection--single .select2-selection__clear {
    color: red;
    font-size: 20px;
    font-weight: bold;
}
.loader {
    display: none; /* Hidden by default */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 60px !important;
    height: 60px !important;
    animation: spin 1s linear infinite;
    z-index: 1000;
}
.accordion-header button{
    background-color: #EEEEEE !important;
}
.accordion-button:hover{
    background: linear-gradient(270deg, #3b8fca 0%, #97c4e3 100%) !important;
    color: #ffffff !important;
    transition: 0.3s;
}
.accordion-button:hover h4{
    color: #ffffff !important;
    transition: 0.3s;
}
.accordion-button:hover h4 .text-black{
    color: #ffffff !important;
    transition: 0.3s;
}
.menu-vertical .menu-item .menu-link{
    font-weight: bold;
}
.menu-sub .menu-item .menu-link{
    font-weight: normal;
}
.datatables-basic tr th{
    font-weight: bold;
}
.is-sticky .card-header{
    background-color: #EEEEEE;
    padding: 0 10px;
    border-radius: 10px 10px 10px 10px;
    transition: background-color 0.5s ease, transform 0.5s ease;
    transition: padding 0.4s ease, transform 0.4s ease;
}
.required-field{
    border: 1px solid red !important;
}
.close-alert.ar{
    position: absolute;
    top: 5px;
    left: 10px;
}
.close-alert.en{
    right: 10px;
}
.highcharts-title {
    align-self: stretch;
    flex-grow: 0;
    font-family: Cairo;
    font-size: 16px !important;
    font-weight: bold !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.58;
    letter-spacing: normal;
    text-align: center;
    color: #444 !important;
}
.highcharts-legend-item {
    font-family: Cairo;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: normal;
    text-align: right;
    color: #444;
}
.separator{
    width: 100%;
    height: 1px;
    background-color: #d4d3d5;
}
.input-date{
    width: 300px !important;
}
