@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@font-face {
    font-family: 'neo';
    src: url('/static/fonts/neo/NeoSansArabic.eot');
    src: url('/static/fonts/neo/NeoSansArabic.eot?#iefix') format('embedded-opentype'),
    url('/static/fonts/neo/NeoSansArabic.woff') format('woff'),
    url('/static/fonts/neo/NeoSansArabic.ttf') format('truetype'),
    url('/static/fonts/neo/NeoSansArabic.svg#ge_neofont') format('svg');
    font-style: normal;
}

*:not(i){
    font-family: 'neo', 'Open Sans', sans-serif !important;
}

    .container-information .form-group{margin: 5px}

    html {
      position: relative;
      min-height: 100%;
  }
  
  body {
      margin: 0 0 25px;
      padding: 0 0 70px 0;
  }
  footer {
    background-color: #eaeaea;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    /* height: 70px; */
    overflow: hidden;
    font-family: "NeoSansArabic", monospace;
}

footer div {
    line-height: 50px;
}

.col-6:hover{
    box-shadow: 0 7px 5px -3px #2A3F54;
    z-index: 1;

}
.col-6{
    padding: 20px 30px;
    border-radius: 4px;
    width: 100%;
    border-top: 1px solid #E6E9ED;
    border-right: 1px solid #E6E9ED;
    border-bottom: 1px solid #E6E9ED;
    /* border-bottom: 1px solid #D9DEE4; */
    padding: 0px;
    text-overflow: ellipsis;
    /* overflow: hidden; */
    white-space: nowrap;
    position: relative;
    text-align: center;
    background: white;
    height: 107px;
}
.text-center h4{
    font-weight: 600;
    font-size: 30px;
    line-height: 47px;
    font-weight: 600;
    position: relative;
    color: #5A738E;
}
.text-center span{
    color: #5A738E;
}

.text-center h7{
    color: #5A738E;
}


.footer-card{
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
    padding-top: 15px;
    padding-bottom: 15px;

}
.my-custom-scrollbar {
  position: relative;
  height: 200px;
  overflow: auto;
  }
  .table-wrapper-scroll-y {
  display: block;
}
.box{
    position: relative;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 20px;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    opacity: 1;
    transition: all .2s ease;
    height: 410px;
}
.box-title{
    border-bottom: 1px solid #E6E9ED;
    margin: 1px 5px 6px;
    padding: 5px;
    color: #5A738E;
}

.chart-container-2 {
height: 350px;
flex: 0 0 auto;
width: 100%;
}

.main-container {
display: flex;
justify-content: space-between;
}

.main-container > div {
    padding: 0px 10px;
}
@media screen and (min-width: 768px) {
    #countries-box{
        height: 825px;
    }
}

@media screen and (max-width: 600px) {
    .text-center h4{
        font-size: 26px;
    }
}

.dataTables_wrapper {
    font-size: 13px;
}
.dataTables tbody tr {
min-height: 100px; /* or whatever height you need to make them all consistent */
}

.advertisment{
    height: 100% !important;
}