html, body{
    font-family: Rubik, Helvetica, Arial, serif !important;
}
.rtl{
  direction: rtl;
}
.dropzone .dz-message{
    height: 200px !important;
}
.icon-exact{
    margin-top: 2px;
}
.badge-lang, .badge-user{
  background: transparent !important;
}
.badge-lang:hover, .badge-user:hover{
  background: #eaebec !important;
}
.wellcome_area {
    background-image: url(../images/backgrounds/header.png);
    background-color: #FFF;
    height: 100vh;
    position: relative;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}
.wellcome_area .upload-icon{
    position: absolute;
    bottom: 45%;
    right: 0;
    left: 0;
}
.wellcome_area .upload-icon a{
  display: block;
  width:245px;
  height:192px;
  background-image: url(../images/icon/cloud.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.wellcome_area .upload-icon div{
    text-shadow: 1px 1px #003957;
}

.text-nav-link{
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 700;
}

.index-block-2{
    max-width: 1024px;
    margin: 0 auto;
}

.awesome-feature-area{
    padding-top: 150px !important;
}

.upload-nav-tab{
    border-bottom: 0 !important;
    margin: 0 !important;
    margin: 4px !important;
}
.upload-nav-tab li{
    padding: 0 !important;
    margin: 4px !important;
}
.select-files-area{
    left: 0;
    top: -40px;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    background: #FFF;
}
.drop-zone{
  outline: 3px dashed rgb(16, 171, 173, .4);
  outline-offset: 10px;
}

.main-menu.menu-light .navigation,
.light-layout > .navbar-header,
.light-layout > .menu-light,
.light-layout > .main-header-navbar{
    background: #FFF !important;
}

.light-layout > .main-menu.menu-light .navigation li a{
    color: #373a3e;
}

.no-menu > .main-header-navbar{
    left: 0px !important;
}
.no-menu > .app-content{
    margin-left: 0px !important;
}
.no-menu > .footer{
    margin-left: 0px !important;
}
.no-menu .mobile-menu{
    display: none;
}

/* Custom */
.edit-icon{
  color: #bcbcbc !important;
}
.edit-icon:hover{
  color: #5A8DED !important;
}

.delete-icon{
  color: #bcbcbc !important;
}
.delete-icon:hover{
  color: #FF5B5C !important;
}

/* Dashboard */
.dashboard-lg-block{
  height: 100%;
  min-height: 300px !important;
  max-height: 300px !important;
}
.card-ref:hover{
  background: #E6EAEE;
  cursor: pointer;
}

/* Charts */
#growth-Chart{
  min-height: 180px !important;
  height: 180px !important;
}



/* Button */
.btn-purple{
  background: #293462;
  cursor:pointer;
  color: #FFF;
}
.btn-purple:hover{
  background: #3b4b8c;
  color: #FFF;
}
.btn-teal{
  background: #11afb0;
  cursor:pointer;
  color: #FFF;
}
.btn-teal:hover{
  background: #12b2b2;
  color: #e7ffff;
}

.upload-floated{
  right: 30px;
  bottom: 30px;
  z-index: 1000;
  width: 55px;
  height: 55px;
}

/* Tools */
.h-100{
  height: 100%;
}
/* Flags */
.flag-icon-english, .flag-icon-English {
    background-image: url(../fonts/flag-icon-css/flags/4x3/us.svg);
}
.flag-icon-russian, .flag-icon-Russian {
    background-image: url(../fonts/flag-icon-css/flags/4x3/ru.svg);
}
.flag-icon-german, .flag-icon-German {
    background-image: url(../fonts/flag-icon-css/flags/4x3/de.svg);
}
.flag-icon-french, .flag-icon-French {
    background-image: url(../fonts/flag-icon-css/flags/4x3/fr.svg);
}
.flag-icon-arabic, .flag-icon-Arabic {
    background-image: url(../fonts/flag-icon-css/flags/4x3/sa.svg);
}
.flag-icon-turkish, .flag-icon-Turkish {
    background-image: url(../fonts/flag-icon-css/flags/4x3/tr.svg);
}
.flag-icon-polish, .flag-icon-Polish {
    background-image: url(../fonts/flag-icon-css/flags/4x3/pl.svg);
}
.flag-icon-thai, .flag-icon-Thai {
    background-image: url(../fonts/flag-icon-css/flags/4x3/th.svg);
}
.flag-icon-spanish, .flag-icon-Spanish {
    background-image: url(../fonts/flag-icon-css/flags/4x3/es.svg);
}
.flag-icon-japan, .flag-icon-Japan {
    background-image: url(../fonts/flag-icon-css/flags/4x3/jp.svg);
}
.flag-icon-hungary, .flag-icon-Hungary {
    background-image: url(../fonts/flag-icon-css/flags/4x3/hu.svg);
}
.flag-icon-indonesia, .flag-icon-Indonesia {
    background-image: url(../fonts/flag-icon-css/flags/4x3/id.svg);
}
.flag-icon-dutch, .flag-icon-Dutch {
    background-image: url(../fonts/flag-icon-css/flags/4x3/nl.svg);
}
.flag-icon-persian, .flag-icon-Persian {
    background-image: url(../fonts/flag-icon-css/flags/4x3/ir.svg);
}
.flag-icon-farsi, .flag-icon-Farsi {
    background-image: url(../fonts/flag-icon-css/flags/4x3/ir.svg);
}


/* Palet */
.text-green{
  color: #00818a;
}
.font-weight-700{
  font-weight: 700;
}
.line-height-18{
  line-height: 1.8;
}
.line-height-20{
  line-height: 2;
}


/* paging */
.paging{
  margin: 5px;
  padding: 5px;
  text-align:center
}
.paging a, .paging span{
  padding: 2px 9px 2px 9px;
  display: inline-block;
}
.paging a:hover{
  background: #EEE;

}
div.pace {
    display: none !important;
}
body, h1, h2, h3, h4, h5, td, div, table, a, button, input, .text-nav-link {
    font-family: Rubik, Vazirmatn, Helvetica, Arial, sans-serif !important;
}
.btn-dlcustom {
    background-color: #ff5500;
    color: #FFFFFF;
    background-color: #ff5500;
    border-color: #FFFFFF;
}
.btn-dlcustom:hover {
    color: #FFFFFF;
    background-color: #394C62;
    border-color: #213b59;
}

@media (max-width: 575.98px) {
    .main-menu {
        width: 0;
    }
    .site-logo {
        margin-left: 55px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .main-menu {
        width: 0;
    }
    .site-logo {
        margin-left: 55px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .main-menu {
        width: 0;
    }
    .site-logo {
        margin-left: 55px;
    }
}

@media (min-width: 992px) {
    .main-menu {
        width: 260px;
    }
}
