@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;600;700;900&display=swap');
@import url('../icons/font-awesome/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');

* {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'DM SANS';
}

nav.navbar.navbar-expand-lg.navbar-light.bg-theme {
  background-color: #11263c;
  color: #92979a;
  padding: 0px 1.875rem 0px 0rem;
  height: 3rem;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: #11263c !important;
  background: #fff;
  font-weight: 500;
  font-family: 'DM SANS';
  font-size: 0.875rem;
  border-top: 2px solid #fe8600;
  margin-top: 0.5rem;
  padding: 10px 0px 12px 0px;
}
.navbar-light .navbar-nav .nav-link {
  color: #92979a;
}
a.nav-link.dt_nav {
  color: #92979a !important;
}
.right_sec {
  list-style: none;
}
ul.right_sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul.navbar-nav.right_sec li {
  padding: 0.938rem 1.563rem;
}
li.seeting_icon img {
  background: #294460;
  border-radius: 50px;
  padding: 9px;
  width: 41px;
}
li.profile_user p.icon_user {
  margin-bottom: 0px;
  color: #fb5080;
  background: #feeef1;
  font-size: 1.063rem;
  font-weight: 600;
  font-family: 'DM SANS';
  width: 3.5rem;
  height: 3.5rem;
  text-align: center;
  border-radius: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
}
li.seeting_icon {
  border-right: 1px solid #233b55;
}
a.nav-link.dt_nav {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
a.nav-link.dt_nav {
  display: flex;
  align-items: center;
  height: 2.7rem;
  margin-top: 9px;
  font-size: 0.875rem;
}
ul.navbar-nav.right_sec li {
  padding: 0.938rem 1.563rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.name_div p {
  margin-bottom: 0px;
  padding-left: 20px;
}
.color_w {
  color: #fff;
}
.color_sl {
  color: #92979a;
}
.dt_tabs {
  background: #fff;
  box-shadow: 2px 2px 4px #eff0f1;
  padding: 0.375rem 0px 0.3rem 0.4rem;
}
.dt_tabs .profile-tab {
  margin-top: 0px;
}
.dt_tabs .nav-tabs {
  border-bottom: none;
}

.dt_tabs a {
  padding-bottom: 1.25rem;
}
.pb_20 {
  padding-bottom: 1.25rem;
}
.grid_card {
  background: #fff;
  box-shadow: 2px 2px 4px #eff0f1;
  /*padding: 1.375rem 2rem;*/
}
.grid_card.set_h {
  background: #fff;
  box-shadow: 2px 2px 4px #eff0f1;
  /* padding: 1.375rem 2rem; */
  max-height: 150px;
  height: 100%;
}
/* .grid_mr{
   margin-right: 1.028rem;
} */
.grid_card_table {
  background: #fff;
  box-shadow: 2px 2px 4px #eff0f1;
  margin: 1.719rem 0rem 0px 0rem;
  /*padding: 1.375rem 2rem;*/
}
.card_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e7e8e9;
  padding: 0.2rem 0.5rem 0.1rem 0.7rem;
}
.card_diag img {
  width: 200px;
  height: auto;
}
.txt_card_2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0.3rem;
  font-size: 0.478rem /*0.563rem*/;
  gap: 2px;
  color: #000;
}
.txt_card h3 {
  font-family: 'DM SANS';
  font-weight: 600;
  font-size: 1.25rem;
  color: #11263c;
  margin-bottom: 0px;
}
.txt_card_2 p {
  font-family: 'DM SANS';
  font-weight: 400;
  font-size: 0.813rem;
  color: #11263c;
  padding: 0px 7px 0px 0px;
  margin-bottom: 0px;
}
.card_diag {
  width: 100%;
  padding: 0.5rem 0px 0.5rem 0px;
  margin: 0 auto;
  text-align: center;
}
.card_diag.table_card {
  padding: 0px 0px;
}
.card_diag h3 {
  text-align: center;
}
.btn-light {
  height: 2rem;
  line-height: 1rem;
}

.txt_invglob p {
  font-size: 1.25rem;
  color: #11263c;
  font-family: 'DM Sans';
  font-weight: 600;
  margin-top: 0.781rem;
}
.txt_invglob span {
  font-size: 0.938rem;
  color: #92979a;
  font-family: 'DM Sans';
  font-weight: 400;
  margin-top: 0.781rem;
}
.grid_card .inv {
  margin-top: 0px;
  border: none;
  box-shadow: none;
}
p.vl {
  color: #fe8600;
  font-size: 0.938rem;
  font-family: 'DM Sans';
  font-weight: 500;
}
.navbar-light .navbar-toggler {
  color: #fff;
  border-color: #000;
  background: #fff;
}
button.btn.btn-light {
  margin-left: 2px;
}
.tab_flex {
  display: flex;
  justify-content: flex-start;
}
.ml_20 {
  margin-left: 2rem;
}
.card_head h3 {
  font-size: 0.813rem;
}
.bg_color_dash {
  background-color: #f5f6fa;
}
.header_dash .profile-tab .nav-item .nav-link {
  font-size: 0.875rem;
  padding: 4px 5px;
  height: 1.7rem;
  margin-bottom: 0.5rem;
}
.tabs_srll {
  position: relative;
  left: -2rem;
}
.header_dash .btn {
  padding: 0rem 1rem;
  font-size: 1rem;
  width: 100%;
  cursor: pointer;
}
.header_dash button.btn.btn-light {
  padding: 0rem 2rem;
  font-size: 0.938rem;
  width: 100%;
  cursor: pointer;
}
.menu_tab_btn .btn {
  padding: 0rem 2.5rem;
  font-size: 0.938rem;
  width: 100%;
  cursor: pointer;
}
.menu_tab_btn button.btn.btn-secondary {
  font-size: 1rem !important;
  margin: 0px 0px;
  font-family: 'DM SANS';
  height: 2rem !important;
  line-height: 1rem;
  padding: 0.5rem 2rem !important;
}
.menu_tab_btn button.btn.btn-light {
  border-right: 1px solid #f5f6fa;
}

.gin_btn button.btn.btn-secondary.dropdown-toggle {
  font-size: 1rem !important;
  margin: 0px 0px;
  font-family: 'DM SANS';
  height: 2rem !important;
  line-height: 1rem;
  padding: 0.5rem 1rem !important;
}

@media (max-width: 600px) {
  .grid_card {
    background: #fff;
    box-shadow: 2px 2px 4px #eff0f1;
    margin: 1.719rem 1.028rem 0px 1.028rem;
    /* padding: 1.375rem 2rem; */
  }
  .tab_flex {
    display: block;
  }
  .ml_20 {
    margin-left: 2rem;
  }
  .scroll_tab_dg {
    flex-wrap: nowrap !important;
  }
  .tabs_srll {
    overflow-x: auto;
    overflow-y: hidden;
    margin: 10px 0px;
  }
}
.scroll_tab_dg {
  flex-wrap: nowrap !important;
}
.tabs_srll {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0px 0px;
}
.gin_btn .nav {
  flex-wrap: nowrap;
}
.bg-theme ul li a {
  padding: 0px;
}
.invglob {
  position: relative;
  z-index: 1;
}
.table_scrll-floor {
  height: 200px;
  overflow-y: auto;
}
@media (max-width: 992px) {
  .header-right > li:not(:first-child) {
    padding-left: 0rem;
    padding-right: 0rem;
    border-left: none;
  }
  ul.navbar-nav.header-right li {
    margin-left: 15px;
    margin-bottom: 10px;
  }
  h4.pro {
    margin-left: 0px;
  }
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    background: #11263c;
    position: relative;
    z-index: 999999;
    padding-bottom: 15px;
  }
  nav.navbar.navbar-expand-lg.navbar-light.bg-theme {
    background-color: #11263c;
    color: #92979a;
    padding: 0px 1.875rem 0px 0rem;
    height: 100%;
  }
}
