/* start global */
body {
  text-transform: capitalize;
  direction: rtl;
  text-align: right;
  background-color: #f0f3f8;
  overflow-x: hidden;
  font-family: "Cairo", sans-serif;
}
.txtd{
  text-decoration: none !important;
}
.pad24{
  padding: 0 24%;
}
.foot{
  position: fixed !important;
  z-index: -2 !important;
}
.centerCont{
    justify-content: center;
    display: flex;
}
select{
  text-align:right !important;
}
.selectHeader{
    border: 0;
    background-color: transparent;
    color: #fff;
    appearance: none;
    width: 27px;
    text-align: center;
}
.selectHeader > option{
  border: 0;
  background-color: transparent;
  color: blue;
  width: 27px;
  text-align: center;
}
.center{
  text-align: center;
}
*,
button {
  text-transform: capitalize;
}
input {
  text-align:right !important;
}
.panel-title{
  color: #fff !important;
  font-size: 17px;
}
.panel-body{
  direction: ltr !important;
}
table{
  direction: rtl !important;
}
.overlay-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.overlay-bg.show {
  z-index: 999;
  opacity: 1;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1b75bc;
  height: 60px;
}
header .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header-content .logo {
  display: none;
}
header .header-content .search-bar-and-toggle-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-content .search-bar-and-toggle-icon i.fa.fa-bars {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 1rem;
  cursor: pointer;
  color: #000;
}
header .header-content .search-bar-and-toggle-icon .search-input {
  position: relative;
}
header .header-content .search-bar-and-toggle-icon .search-input i {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header .header-content .search-bar-and-toggle-icon .search-input input {
  padding-right: 40px;
  width: 400px;
}
header .header-content .profile-and-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header-content .profile-and-actions i {
  color: #fff;
  margin: 0 0.65rem;
  cursor: pointer;
}
header .header-content .profile-and-actions a {
  color: #fff;
  margin: 0 0.65rem;
  cursor: pointer;
  text-decoration: none;
}
header .header-content .profile-and-actions .actions {
  margin-left: 1.5rem;
}
header .header-content .profile-and-actions .profile img {
  width: 40px;
  height: 40px;
  border-radius: 0.25rem;
}
header .header-content .profile-and-actions .profile .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 1rem;
}
header .header-content .profile-and-actions .profile .user-info span {
  font-size: 0.8rem;
}

@media (max-width: 768px) {
  header {
    padding: 1rem 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: -webkit-gradient(linear, right top, left top, color-stop(55%, #1b75bc), to(#2bb673));
    background: linear-gradient(to left, #1b75bc 55%, #2bb673);
  }
  header img {
    width: 120px;
    height: 40px;
  }
  header .header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .header-content .logo {
    display: block;
  }
  header .header-content .search-bar-and-toggle-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  header .header-content .search-bar-and-toggle-icon i.fa.fa-bars {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 0;
    cursor: pointer;
    color: #000;
  }
  header .header-content .search-bar-and-toggle-icon .search-input {
    position: relative;
    display: none;
  }
  header .header-content .search-bar-and-toggle-icon .search-input i {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header .header-content .search-bar-and-toggle-icon .search-input input {
    padding-right: 40px;
    width: 400px;
  }
  header .header-content .profile-and-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: none;
  }
  header .header-content .profile-and-actions i {
    color: #fff;
    margin: 0 0.65rem;
    cursor: pointer;
  }
  header .header-content .profile-and-actions a {
    color: #fff;
    margin: 0 0.65rem;
    cursor: pointer;
    text-decoration: none;
  }
  header .header-content .profile-and-actions .actions {
    margin-left: 1.5rem;
  }
  header .header-content .profile-and-actions .profile img {
    width: 40px;
    height: 40px;
    border-radius: 0.25rem;
  }
  header .header-content .profile-and-actions .profile .user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 1rem;
  }
  header .header-content .profile-and-actions .profile .user-info span {
    font-size: 0.8rem;
  }
}
aside {
  width: 250px;
  background: #1b75bc;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
}
aside img {
  width: 100%;
  height: 60px;
}
aside .user-details, aside .actions-icons {
  display: none;
}
aside ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
aside a {
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.5rem 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0.5rem 1rem;
}
aside a:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}
aside a i {
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  text-align: center;
  background: #2bb673;
  color: #fff;
  border-radius: 0.5rem;
  margin-left: 0.5rem;
}
aside a p {
  margin-right: 0.5rem;
}
aside a p span {
  display: block;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  #cominfom{
    display: none !important;
  }
  #cominfo{
    display: block;
  }
}

@media (max-width: 768px) {
  #cominfom{
    display: none;
  }
  #cominfo{
    display: block;
  }
  aside {
    width: 70%;
    z-index: 1000;
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  aside.show {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  aside .logo {
    display: none;
  }
  aside img {
    width: 40px;
    height: 40px;
  }
  aside .user-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    color: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  aside .user-details .user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0.5rem;
  }
  aside .actions-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    width: 60%;
    margin: auto;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    color: #fff;
  }
}
.master-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.master-layout .layout-content {
  width: calc(100% - 250px);
  margin-right: 250px;
}

.row-images {
  text-align: center;
}
.row-images img {
  width: 100%;
  height: 210px;
  border-radius: 0.5rem;
}

.login-header {
  color: #2bb673;
}

.row-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.row-boxes .box {
  width: 18%;
  background: #2bb673;
  padding: 1rem;
  text-align: center;
  border-radius: 0.5rem;
}
.row-boxes .box i {
  display: block;
  width: 40px;
  height: 40px;
  margin: auto;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  color: #2bb673;
  margin-bottom: 0.5rem;
}
.row-boxes .box span {
  display: block;
  color: #fff;
}

.analytics .count-card .card-body {
  color: #1b75bc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 1.5rem;
}
.analytics .count-card .card-body i {
  font-size: 30px;
}
.analytics .count-card .card-body span {
  display: block;
  text-align: center;
}
.analytics img {
  width: 100%;
}

.progress-component {
  margin-bottom: 1rem;
}
.progress-component .progress-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-header .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-header .btns > button.btn {
  color: #fff;
}
.page-header .btns > button.btn:not(:last-child) {
  margin-left: 1rem;
}

ul.dropdown-menu {
  text-align: right;
}

.form-check-inline {
  margin-right: 2rem;
}

.form-check .form-check-input {
  margin-left: 0;
  margin-right: -1.5em;
  float: right;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@media (max-width: 768px) {
  .master-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .master-layout .layout-content {
    width: 100%;
    margin-right: 0;
  }

  .row-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .row-boxes .box {
    width: 100%;
    margin: auto;
    margin-bottom: 1rem;
  }

  .page-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-header .btns {
    margin-top: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .pay-way {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
button.btn-primary {
  background-color: #2bb673;
  border-color: #2bb673;
}
button.btn-primary:hover, a.btn-primary:active, a.btn-primary:focus {
  background-color: #2bb673 !important;
  border-color: #2bb673 !important;
  -webkit-box-shadow: 0 0 0 0.15rem #2bb673 !important;
          box-shadow: 0 0 0 0.15rem #2bb673 !important;
}

span.days {
  font-size: 1.5rem;
}

footer {
  background-color: rgba(43, 182, 115, 0.5);
  position: absolute;
  bottom: 0;
  width: 100%;
}
/*# sourceMappingURL=style.css.map */
