@import '_content/UI/UI.ahin2clxbu.bundle.scp.css';

/* _content/DalelAlexDocs/Components/Layout/Footer.razor.rz.scp.css */
/* Start of Footer Section */
#footer[b-hevomfbj0o] {
  background: #101522;
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top[b-hevomfbj0o] {
  background: var(--main-color);
  padding: 0;
}

#footer .footer-top .footer-info[b-hevomfbj0o] {
  /*            margin-bottom: 30px;*/
}

#footer .footer-top .footer-info h3[b-hevomfbj0o] {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-info img[b-hevomfbj0o] {
  width: 10rem;
  margin-bottom: 10px;
}

#footer .footer-top .footer-info p[b-hevomfbj0o] {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}

#footer .footer-top .social-links a[b-hevomfbj0o] {
  display: inline-block;
  background: #222636;
  color: #eee;
  line-height: 1;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#footer .footer-top .social-links a i[b-hevomfbj0o] {
  line-height: 0;
  font-size: 16px;
}

#footer .footer-top .social-links a:hover[b-hevomfbj0o] {
  background: var(--secondary-color);
  color: #fff;
}

#footer .footer-top h4[b-hevomfbj0o] {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  /* border-bottom: 2px solid var(--secondary-color); */
}

#footer .footer-top .footer-links[b-hevomfbj0o] {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul[b-hevomfbj0o] {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i[b-hevomfbj0o] {
  padding-right: 5px;
  color: var(--secondary-color);
  font-size: 18px;
}

#footer .footer-top .footer-links ul li[b-hevomfbj0o] {
  /* border-bottom: 1px solid var(--secondary-color); */
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child[b-hevomfbj0o] {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a[b-hevomfbj0o] {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover[b-hevomfbj0o] {
  color: var(--secondary-color);
}

#footer .footer-top .footer-contact[b-hevomfbj0o] {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p[b-hevomfbj0o] {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter[b-hevomfbj0o] {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type=email][b-hevomfbj0o] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type=submit][b-hevomfbj0o] {
  background: #f82249;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type=submit]:hover[b-hevomfbj0o] {
  background: #e0072f;
}

#footer .copyright[b-hevomfbj0o] {
  text-align: center;
  padding-top: 30px;
}

#footer .credits[b-hevomfbj0o] {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

/* End of Footer Section */
/* _content/DalelAlexDocs/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-qeumwv6vry] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-qeumwv6vry] {
    flex: 1;
}

.sidebar[b-qeumwv6vry] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-qeumwv6vry] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-qeumwv6vry]  a, .top-row[b-qeumwv6vry]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-qeumwv6vry]  a:hover, .top-row[b-qeumwv6vry]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-qeumwv6vry]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-qeumwv6vry] {
        justify-content: space-between;
    }

    .top-row[b-qeumwv6vry]  a, .top-row[b-qeumwv6vry]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-qeumwv6vry] {
        flex-direction: row;
    }

    .sidebar[b-qeumwv6vry] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-qeumwv6vry] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-qeumwv6vry]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-qeumwv6vry], article[b-qeumwv6vry] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-qeumwv6vry] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-qeumwv6vry] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/DalelAlexDocs/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-341749z3ys] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-341749z3ys] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-341749z3ys] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-341749z3ys] {
    font-size: 1.1rem;
}

.bi[b-341749z3ys] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-341749z3ys] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-341749z3ys] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-341749z3ys] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-341749z3ys] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-341749z3ys] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-341749z3ys] {
        padding-bottom: 1rem;
    }

    .nav-item[b-341749z3ys]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-341749z3ys]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-341749z3ys]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-341749z3ys] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-341749z3ys] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-341749z3ys] {
        display: none;
    }

    .nav-scrollable[b-341749z3ys] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/DalelAlexDocs/Pages/AboutUs.razor.rz.scp.css */
@charset "UTF-8";
/* Start of About Us Section */
#about-us .about-us-image-right[b-a5qwd7d4f5] {
  height: 20rem;
  margin-left: 3.125rem;
}

html[dir=rtl] #about-us .about-us-image-right[b-a5qwd7d4f5] {
  margin-left: initial !important;
  margin-right: 3.125rem !important;
}

#about-us .about-us-image-left[b-a5qwd7d4f5] {
  height: 20rem;
  margin-right: 3.125rem;
}

html[dir=rtl] #about-us .about-us-image-left[b-a5qwd7d4f5] {
  margin-left: 3.125rem !important;
  margin-right: initial !important;
}

.service-ico .ico-circle[b-a5qwd7d4f5] {
  transition: all 500ms ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ico-circle[b-a5qwd7d4f5] {
  height: 170px;
  width: 170px;
  font-size: 4rem;
  border-radius: 1rem;
  line-height: 1.55;
  margin-bottom: 1.5rem;
  color: var(--white-color);
  background-color: var(--fourth-color);
  text-align: center;
}

/* remove all borders from list-group and items */
.no-border .list-group-item[b-a5qwd7d4f5] {
  border: none !important;
}

/* keep bullets (from earlier fix) */
.bullets-rtl[b-a5qwd7d4f5] {
  list-style: none;
  padding-inline-start: 0;
  margin: 0;
}

.bullets-rtl .list-group-item[b-a5qwd7d4f5] {
  position: relative;
  padding-right: 1.9rem;
  padding-left: 0.75rem;
  text-align: right;
  direction: rtl;
}

.bullets-rtl .list-group-item[b-a5qwd7d4f5]::before {
  content: "●";
  position: absolute;
  right: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.95rem;
  line-height: 1;
  color: #000;
}

/* End of About Us Section */
/* _content/DalelAlexDocs/Pages/ContactUs.razor.rz.scp.css */
/* Start of Contact Us Section */
.bg-contact-us[b-urijok2mbb] {
  background-color: var(--bg-contact-us);
}

/* End of Contact Us Section */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (min-height: 1024px) and (max-height: 1368px) {
  .h-vh-100-contact[b-urijok2mbb] {
    height: 75vh;
  }
  .width-50[b-urijok2mbb] {
    width: 100%;
  }
}
/* _content/DalelAlexDocs/Pages/Privacy.razor.rz.scp.css */
section[b-f8f53mflay] {
    direction: rtl;
}
