@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
:root {
  --main-color: #052f61;
  --text-grey: #a9a9a9;
}
body {
  font-family: "Cairo Medium", sans-serif;
}
.btn:focus,
input:focus,
select:focus,
textarea:focus {
  box-shadow: none !important;
  outline: none;
}

.btn-primary {
  background: linear-gradient(180deg, #1176c8 0%, #2f8cd7 100%);
  border-radius: 8px;
}

label {
  font-weight: 600;
}

.text-head {
  color: var(--main-color);
}
.bg-box {
  background-color: #052f61;
  border-radius: 8px;
}
.bg-box-2 {
  background-color: #0c488f;
  border-radius: 8px !important;
}
.bg-box-2 img {
  width: 80px;
  height: 80px;
}
.main .new-order {
    margin-right: 250px;
}

    .main .new-order:dir(ltr) {
        margin-right: 0;
        margin-left: 250px;
    }

.header .open {
    opacity: 0;
}

@media (max-width: 991px) {
    .main .new-order {
        margin-right: 0;
    }

    .main .new-order:dir(ltr) {
      margin-left: 0;
    }
    .header .open {
        opacity: 1;
    }
}
.main-content {
  display: none,
}

.overlay{
    z-index: 9999;
}

.back-image {
  background-image: url(../images/login.jpg);
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  width: 33%;
}


  @media (max-width: 991px) {
        .back-image {
    display: none;
  }
}
/* customer ---------------------- */
.customer .icon {
  background-color: var(--main-color);
  height: 70px;
  width:70px !important;
}
.customer .item:hover,
.desc-form .box:hover{
    background-color: #cfe2ff;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}
.btn-hover:hover {
    background: linear-gradient(180deg, #1176c8 0%, #2f8cd7 100%);
    color: #fff !important;
}

/* otp ------------------------- */
.otp-input {
    width: 100%;
    height: 60px;
    background-color: #f5f6f6;
    border-radius: 10px;
    text-align: center;
}
.otp-input:focus {
  border: 1px solid #ff002e !important;
  background-color: #f5f6f6;
}
.otp-container {
    direction: ltr;
}
.login-successfully .icon {
  width: 150px;
  height: 150px;
}

/* register-customer ------------------- */
.register-customer input {
  background-color: #f5f6f6;
}

/* start sidebar ----- */
.sidebar {
    background: radial-gradient(93.95% 33.02% at 123.61% 94.69%, #2370ad 0%, #0b478e 100%);
    margin: 0;
    padding: 0;
    width: 250px;
    z-index: 999;
    position: fixed;
    height: 100%;
    overflow: auto;
    right: 0;
    top: 0;
}
  .sidebar .closed {
        color: #fff;
    }

  .sidebar:dir(ltr) {
        left: 0;
    }

@media (max-width: 991px) {
    .sidebar {
        display: none;
    }
}
.slide_show {
  display: block;
}
.sidebar::before {
  content: "";
  background-image: url(../images/bg-sidebar.svg);
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 250px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
  opacity: 0.6;
}
.sidebar .list li {
  margin-bottom: 8px;
}
.sidebar ul li a:hover {
  background: linear-gradient(90deg, #1483dc 0%, #052f61 100%);
  color: #fff;
}
.sidebar ul li a.active {
  background: linear-gradient(90deg, #1483dc 0%, #052f61 100%);
  background-repeat: no-repeat;
  color: #fff;
}
.sidebar .list li a {
  display: flex;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  padding: 8px;
}
.links .dropdown-toggle::after {
  display: none;
}

.links .notification-menu {
  overflow-y: scroll;
  height: 350px;
  width: 230px;
  transform: translate3d(0px, 36px, 0px) !important;
}
.links .notification-menu p {
  text-align: justify;
  font-size: 14px;
  font-weight: 500;
}
/* --------------- */

/* start new-order  ---- */
.new-order .order-content .bg-title {
  background: radial-gradient(93.95% 33.02% at 123.61% 94.69%, #2370ad 0%, #0b478e 100%);
  align-items: center;
}
.bg-title img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
    .affter-card {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
    }
.card-hover:hover {
  background-color: #f7f4f4;
}
.icon-modal {
  width: 100px;
  height: 100px;
}

.requests-details p {
  margin-bottom: 7px;
  font-weight: 600;
}
.payment .checkbox {
  position: absolute;
  top: 10px;
  left: 10px;
}

/* status-requests -------------- */
.status-card .icon {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e1e1e1;
  cursor: pointer;
  position: relative;
  margin: auto;
}
.status-card .box {
  position: relative;
}

.status-card .icon:hover {
  background-color: var(--main-color);
}
.status-card .icon img {
  filter: grayscale(100%);
}
.status-card .icon:hover img {
  filter: grayscale(100%) brightness(0) invert(1);
  -webkit-filter: grayscale(100%) brightness(0) invert(1);
}
.status-card .icon.active {
  background-color: var(--main-color);
}
.status-card .icon.active img {
  filter: grayscale(100%) brightness(0) invert(1);
}


/* ------------------------------ */

.sidebar ul li a img {
    width: 21px;
    height: 24px;
    object-fit: contain;
}


.file-upload .file-label {
    background-color: #EEEEEE;
    cursor: pointer;
    border-radius: 8px;
    font-size: 16px;
    overflow: hidden;
}

.file-upload .file-input {
    display: none;
}

.file-upload svg {
    color: #a9a9a9;
}

.flex-start {
    display: block !important;
}


.acordion-box .box {
    background-color: #EEEEEE;
    border-radius: 12px;
    height: 210px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    align-items: center;
    cursor: pointer;
}

.acordion-box .icon {
    background-color: var(--main-color);
    width: 80px;
    height: 80px;
    padding: 15px;
    border-radius: 11px;
}

.acordion-box .box-card:hover .box {
    background-color: var(--main-color);
}

.acordion-box .box-card:hover .icon {
    background-color: #fff;
}

.acordion-box .box-card img {
    filter: grayscale(100%) brightness(1) invert(0) !important;
}

.acordion-box .box-card:hover img {
    filter: grayscale(100%) brightness(3) invert(3) !important;
}

.acordion-box .box-card:hover h5 {
    color: #fff;
}

.acordion-box .box h4 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 10px;
}

.acordion-box .box p {
    font-size: 22px;
    font-weight: 400;
    color: #4f5665;
}

.acordion-box .card-hover:hover .box-img {
    border: solid 1px var(--main-color) !important;
}

.acordion-box .desc {
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: all 0.6s ease;
}

.acordion-box .box-card:hover .desc {
    height: 250px;
}

.acordion-box .desc h5 {
    color: var(--second-color);
    font-size: 22px;
}

.acordion-box .desc h6 {
    color: var(--second-color);
    font-weight: 400;
}

.acordion-box .desc p {
    color: #4f5665;
    font-size: 18px;
}

@media (max-width: 991px) {
    .acordion-box .title p,
    .acordion-box .box h3,
    .acordion-box .box p {
        font-size: 22px;
    }
}

.register-form input {
    border-radius: 11px;
    background-color: #EEEEEE;
}

.table-responsive{
    position: relative !important;
}

    .table-responsive .dropdown-menu {
        /*  position: fixed !important;
        inset: inherit !important;
        transform: translate3d(122px, 0px, 0px) !important; */
    }

 @media ( max-width: 991px) {
    .table-responsive .dropdown-menu {
/*        inset: 0px auto auto 0px !important;
        transform: translate3d(29px, 315px, 0px) !important;*/
    }
 }

 .btn-blue{
     color:white!important;
     background-color:#1176c8!important;

 }

.blue-tooltip + .tooltip > .tooltip-inner {
    background-color: #1176c8!important;
}
.tooltip-inner {
    background-color: #1176c8 !important;
    color: #fff !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before,
.tooltip.bs-tooltip-bottom .tooltip-arrow::before,
.tooltip.bs-tooltip-start .tooltip-arrow::before,
.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-color: #1176c8 !important;
}