/* =================================================================*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;

}

figure {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* -----------------------------------
    typography css * 🏃‍➡️
    ------------------------------------- */
dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote,
pre {
  background-color: #fafafa;
  border-width: 0 0 0 3px;
  border-color: hwb(287 0% 80%);
  border-style: solid;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #1a1a1a;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  margin: 0 0 15px 0;
  padding: 25px 22px;
  font-size: 18px;
}

p {
  line-height: 1.6;
  margin: 0 0 15px;
  word-wrap: break-word;
}

blockquote p,
pre p {
  margin-bottom: 0;
}

blockquote {
  background-color: transparent;
  border-left: none;
  color: #101F46;
  margin: 40px 0;
  text-align: center;
  position: relative;
  padding: 30px;
}

blockquote:before {
  background-color: #fff;
  color: #333333;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  float: left;
  margin-right: 20px;
  line-height: 1;
  font-style: normal;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -10px;
  padding: 0 10px;
  z-index: 9;
}

blockquote:after {
  border-bottom: 2px solid hwb(287 0% 80%);
  border-top: 2px solid hwb(287 0% 80%);
  content: "";
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  top: 0;
  width: 200px;
}

blockquote p {
  font-size: 28px;
  line-height: 1.4;
}

blockquote cite {
  color: #8d8d8d;
  display: block;
  font-style: normal;
  font-size: 13px;
}

abbr,
acronym {
  border-bottom: 1px dotted hwb(287 0% 80%);
  cursor: help;
}

mark,
ins {
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
}

big {
  font-size: 125%;
}

b,
strong {
  font-weight: 700;
}

iframe {
  display: block;
  width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

/* -----------------------------------
  /*Dashboard navigation * 🥸
  ------------------------------------- */
.dashboard-navigation {
  background-color: #2265ab;
  /* float: right; */
  width: 20%;
  padding-top: 75px;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 99;
  overflow-y: auto;
  overflow-x: hidden;
  /* direction: rtl; */
  text-align: right;
}

@media screen and (min-width: 991px) {
  .dashboard-navigation #navigation {
    display: block !important;
  }

  .dashboard-navigation .slicknav_menu .slicknav_btn {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .dashboard-navigation {
    width: 20%;
    height: auto;
  }
}

@media screen and (min-width: 1200px) {
  .dashboard-navigation {
    width: 20%;
  }

  .dashboard-navigation .slicknav_menu .slicknav_btn {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .dashboard-navigation {
    width: 100%;
    position: static;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .dashboard-navigation li a {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .dashboard-navigation .slicknav_menu .slicknav_btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}

.dashboard-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dashboard-navigation li {
  color: #ffffff;
  font-size: 14px;
  position: relative;
}

.dashboard-navigation li.open-menu:before {
  color: #ffffff;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dashboard-navigation li.open-menu ul {
  opacity: 1;
  display: block;
}

.dashboard-navigation li:hover>a {
  color: #fff
}

.dashboard-navigation a:hover {
  background: linear-gradient(135deg,
      #fff,
      #2265ab,
      #efcb68);
  box-shadow: 0 0 50px #1E293B, 0 0 20px #42a5f5 inset;

  color: #fff;
}

.dashboard-navigation a {
  display: block;
  font-size: 14px;
  padding: 10px 20px;
  border-bottom: 1px solid hwb(287 0% 80%);
  padding: 15px 20px;
  color: #131212;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.dashboard-navigation a:not([href]) {
  color: inherit;
  padding: 0;
  border-bottom: none;
  display: inline-block;
}

.dashboard-navigation a .slicknav_arrow {
  float: right;
}

.dashboard-navigation a i {
  margin-right: 5px;
  font-size: 12px;
}

.dashboard-navigation .slicknav_icon {
  display: inline-block;
  width: 30px;
  padding: 5px;
}

.dashboard-navigation .slicknav_icon .slicknav_icon-bar {
  background-color: #ffffff;
  display: block;
  width: 100%;
  height: 3px;
  margin-bottom: 3px;
}

/* -----------------------------------
  /*Dashboard header *  🥸
  ------------------------------------- */
.dashboard-header:before,
.dashboard-header:after {
  content: "";
  display: block;
  clear: both;
}

.dashboard-header .header-content-right {
  /* display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.dashboard-header .dropdown-toggle:after {
  display: none;
}

@media screen and (max-width: 768px) {
  .dashboard-header .header-content-right {
    /* -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center; */
    align-items: center;
  }
}

/* --------------logo  🥸---------------------*/

.logo_section {
  display: flex;
  align-items: center;
}

.logo_section:hover .logo_img {
  box-shadow: 0 0 50px #e8cc80, 0 0 20px #42a5f5 inset;
}

.logo_section h5 {
  color: #1E293B;
}

.sticky-header {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.34);
  -moz-box-shadow: 0 0 10px rgba(204, 204, 204, 0.34);
  -ms-box-shadow: 0 0 10px rgba(204, 204, 204, 0.34);
  -o-box-shadow: 0 0 10px rgba(204, 204, 204, 0.34);
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.34);
  padding: 0 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .sticky-header {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    top: 0;
    z-index: 9999;
  }
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

/* -----------------------------------
  /*Dashboard Footer 🥸
  ------------------------------------- */
#dashboard .copyrights {
  display: flex;
  justify-content: center;
  color: #1E293B;
  padding-right: 75px;
}

.footer_first {
  display: flex;
  justify-content: space-evenly;
  padding-right: 75px;

}

.footer_containerof_first {
  padding: 25px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #1E293B;
}

.branches {
  padding: 25px;
  padding-right: 175px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #1E293B;
  gap: 25px;
}

@media screen and (max-width: 768px) {
  .branches {
    padding: 35px;
    display: flex;
  }
  .footer_first {
    display: flex;
    flex-direction: column;
    padding: 35px;
  }
}

@media screen and (max-width: 480px) {
  .branches {
    padding: 35px;
    display: flex;
  }
  .footer_first {
    display: flex;
    flex-direction: column;
    padding: 35px;
  }
}

/* -----------------------------------
  /*Dashboard content *
  ------------------------------------- */
.search-field {
  float: left;
  padding: 15px 22px 0;
}

.search-field .form-group {
  position: relative;
  margin-bottom: 0;
}

.search-field .form-group input {
  width: 195px;
  font-size: 14px;
}

.search-field button {
  color: #383838;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 15px;
  height: 100%;
  line-height: 45px;
  margin-right: 80%;
  border: none;
}

.dropdown-item {
  padding: 20px;
  border-left: 1px solid hwb(287 0% 80%);
}

.dropdown-item [class*="fa-"] {
  font-size: 32px;
}

.dropdown-item.profile-sec {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.dropdown-item.profile-sec img {
  width: 35px;
  margin-right: 10px;
  border-radius: 35px;
  border: 2px solid hwb(287 0% 80%);
}

.dropdown-item.profile-sec i {
  margin-left: 10px;
  font-size: 15px;
}

.dropdown-menu {
  top: 100% !important;
  transform: inherit !important;
  min-width: 250px;
  left: auto !important;
  border: none;
  border-top: 3px solid hwb(287 0% 80%);
  border-radius: 0;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.04);
  padding: 0;
  margin: 0;
  right: 0 !important;
}

.dropdown-menu h4 {
  text-align: center;
  border-bottom: 1px solid hwb(287 0% 80%);
  padding: 15px;
  margin-bottom: 10px;
}

.dropdown-menu ul {
  margin: 0;
  padding: 0;
}

.dropdown-menu li {
  list-style: none;
}

.dropdown-menu li a {
  color: #404040;
  display: flex;
  align-items: center;
  padding: 15px;
  font-size: 14px;
}

/* this is dashboard info section (all content) 🥸*/
.db-info-wrap {
  background: #e8edf2;
  /* float: right; */
  text-align: right;
  width: 80%;
  padding: 40px 40px 40px;
  margin-right: 20%;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .db-info-wrap {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 60px 20px 40px;
  }
}

@media screen and (max-width: 575px) {
  .db-info-wrap {
    padding: 60px 10px 40px;
  }
}

.db-info-list {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.dashboard-stat-icon i {
  font-size: 30px;
  display: inline-block;
  line-height: 80px;
  height: 80px;
  width: 80px;
  text-align: center;
}

.dashboard-stat-content {
  padding: 15px;
}

.dashboard-stat-content h4 {
  margin-bottom: 5px;
}

.dashboard-stat-content h5 {
  margin-bottom: 0;
}

/* -----------------------------------
  /*box of all boards in each page * 🥸
  ------------------------------------- */
.dashboard-box {
  background: linear-gradient(135deg,
      #2265ab,
      #FFFFFF,
      #2265ab);
  box-shadow: 0 0 50px #e8cc80, 0 0 20px #42a5f5 inset;
  padding: 25px;
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.dashboard-box thead tr th {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-width: 1px;
}

.dashboard-box tbody tr td {
  color: #1E293B;
  /* vertical-align: middle; */
}

.dashboard-box tbody tr td a {
  color: #1E293B;
}

.dashboard-box .list-img img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  height: 30px;
  width: 30px;
}

.dashboard-box .list-name,
.dashboard-box .list-enq-name {
  font-family: "Raleway", sans-serif;
  display: block;
  font-weight: 700;
  color: #1E293B;
}

.dashboard-box .badge {
  font-size: 12px;
  padding: 5px;
  font-weight: normal;
}

.table-opp-color-box table thead tr th {
  border-bottom: none;
}

.table-opp-color-box table tbody tr:nth-of-type(odd) {
  background-color: #f1f1f1;
}

.table-opp-color-box table tbody tr td {
  border: none;
}

/* ----------------------------------- */
/* ألوان مستخرجة من الشعار: 
   أزرق داكن  #2265ab
   أزرق متوسط #1E73BE  🥸
*/

body {
  margin: 0;
  background: linear-gradient(to bottom, #FFFFFF, #2265ab, #2265ab);
  font-family: "Cairo", sans-serif;
  min-height: 100vh;
  direction: rtl;
}

body {
  margin: 0;
  direction: rtl;
}

body {
  font-size: 15px;
  color: #1E293B;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.card_container {
  margin-top: 15px;
}

/* on main page */
.card-body {
  background: linear-gradient(to bottom,
      #FFFFFF,
      #FFFFFF,
      #d9ae58);
  color: #1E293B;
  border: 3px solid #1E293B;
  width: 100%;
  height: 100%;
  transition: all 0.7s ease-in-out;
}

.Card_Content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.card_icon {
  font-size: 30px;
}

.card-body:hover {
  /* color: #98fb00; */
  cursor: pointer;
  border: 3px solid #98fb00;
  background: linear-gradient(to bottom,
      #FFFFFF,
      #2265ab,
      #2265ab);
}

.card-body:hover .card_icon {
  color: #98fb00;
}

@media screen and (max-width: 476px) {
  body {
    font-size: 14px;
  }

  .card-body,
  .navbar,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    /* يخليهم ياخدوا من body */
  }
}

@media screen and (max-width: 265px) {
  body {
    font-size: 10px;
  }

  .card-body,
  .navbar,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 6px;
    white-space: nowrap;
  }
}

/* -----------------------------------
  login form css  .🥸
  ------------------------------------- */

.login-container {
  text-align: center;
  width: 100%;
}

.login-box {
  background-color: #FFFFFF;
  box-shadow: 0 0 20px #42a5f5 inset;
  /* نصف شفاف بنفس الأزرق الداكن */
  /* backdrop-filter: blur(600px); */
  border-radius: 14px;
  display: inline-block;
  padding: 40px 30px;
  width: 320px;
  margin: 35px;
}

.input-group {
  margin-bottom: 20px;
  text-align: right;
}

.input-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
  color: #1E293B;
  /* أزرق فاتح ليتباين مع الخلفية */
}

.input-group input {
  width: 100%;
  padding: 10px;
  border: 1px solid #2265ab;
  border-radius: 8px;
  outline: none;
  font-size: 18px;
  background: linear-gradient(to bottom,
      #FFFFFF,
      #FFFFFF,
      #d9ae58 100%);
  color: #1E293B;
  box-shadow: 0 0 10px #d9ae58;
}

.input-group input:hover {
  color: #2265ab;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px #2265ab, 0 0 5px #98fb00 inset;
  background: linear-gradient(to bottom,
      #FFFFFF,
      #d9ae58,
      #FFFFFF 100%);
}

.login_button {
  width: 100%;
  padding: 12px;
  background: linear-gradient(to bottom,
      #FFFFFF,
      #F8FAFC,
      #2265ab 100%);
  color: #1E293B;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.login_button:hover {
  background: #2265ab;
  color: #fff;
  box-shadow: 0 0 10px #2265ab, 0 0 5px #98fb00 inset;
  background: linear-gradient(to bottom,
      #2265ab,
      #98fb00,
      #2265ab 100%);
}

.forgot {
  margin-top: 15px;
}

.forgot a {
  color: #1E293B;
  text-decoration: none;
}

.forgot a:hover {
  color: #2265ab;
  text-decoration: underline;
  background: linear-gradient(to bottom,
      #fff,
      #fff,
      #d9ae58 100%);
}

footer {
  margin-top: 20px;
  color: #eaf4ff;
  font-size: 12px;
}