@import 'CFSERPBlazorWebSL.FullUserSystem.Client.6iqdmxl5jk.bundle.scp.css';
@import '_content/BlazorStrap/BlazorStrap.bundle.scp.css';

/* /Components/Account/Pages/Login.razor.rz.scp.css */
:root[b-2ytowxo1aa] {
    --primary-color: #007bff;
    --primary-light: #5f9ea0;
    --background-color: #f7f9fc;
    --card-bg: #ffffff;
    --dark-blue: #1e3a8a;
    --text-color: #4a5568;
    --card-width: 950px;
}





.login-card[b-2ytowxo1aa] {
    position: relative;
    width: 95%;
    min-height: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin-top: 3rem;
}

.login-page-wrapper[b-2ytowxo1aa] {
    min-height: 100vh;
    background: #eee;
    padding: 2rem 1rem 1rem
}


.visual-section[b-2ytowxo1aa] {
    background-color: var(--background-color);
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    padding: 3rem 2rem 0;
    text-align: center;
}

.logo-text[b-2ytowxo1aa] {
    font-size: 1.5rem;
    color: var(--dark-blue);
}

.text-teal[b-2ytowxo1aa] {
    color: var(--primary-color) !important;
}

.text-dark-blue[b-2ytowxo1aa] {
    color: var(--dark-blue) !important;
}

.text-secondary-dark[b-2ytowxo1aa] {
    color: var(--text-color);
}


.illustration-placeholder[b-2ytowxo1aa] {
    color: var(--primary-light);
    width: 75%;
    margin: 0 auto;
}




.form-label[b-2ytowxo1aa] {
    color: var(--text-color);
    font-weight: 500;
}

.form-control-lg[b-2ytowxo1aa] {
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    padding: 0.75rem 1rem;
    transition: border-color 0.3s;
}

    .form-control-lg:focus[b-2ytowxo1aa] {
        border-color: var(--primary-color);
        box-shadow: 0 0 0 0.2rem rgba(0, 128, 128, 0.25);
    }

.form-control[b-2ytowxo1aa]::placeholder {
    font-size: 0.75rem !important;
}


.btn-primary[b-2ytowxo1aa] {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    transition: all 0.3s ease;
    padding: 0.75rem 1rem;
    font-size: 1.1rem;
}

    .btn-primary:hover[b-2ytowxo1aa] {
        background-color: #006666;
        border-color: #006666;
        transform: translateY(-1px);
    }


html[dir="rtl"] .visual-section[b-2ytowxo1aa] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

html[dir="rtl"] .col-md-6:first-child[b-2ytowxo1aa] {
    order: 1;
}

html[dir="rtl"] .col-md-6:last-child[b-2ytowxo1aa] {
    order: 0;
}




.text-start h2[b-2ytowxo1aa] {
    color: var(--primary-color) !important;
}

.text-start[b-2ytowxo1aa] {
    padding-top: 1.5rem;
}



.login-card .lang[b-2ytowxo1aa] {
    position: absolute;
    width: fit-content;
    top: 1rem;
    right: 1rem;
    font-size: 1.3rem;
    color: var(--dark-blue);
    background: var(--background-color);
    padding: 0.2rem 1rem;
    border-radius: 0.4rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

html[dir="rtl"] .login-card .lang[b-2ytowxo1aa] {
    right: auto;
    left: 1rem;
}

.login-card .lang:hover[b-2ytowxo1aa] {
    background: var(--primary-color);
    color: var(--background-color);
    transform: scale(1.05);
}

.form-check-input:focus[b-2ytowxo1aa] {
    box-shadow: none !important;
}
/* /Components/Account/Pages/LoginOld.razor.rz.scp.css */
*[b-fd66kyjg8o] {
    box-sizing:border-box;
}

h1[b-fd66kyjg8o] {
    background-color: #16A8CC;
}

section[b-fd66kyjg8o] {
    width: 300px;
    background-color: #16A8CC;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0 5px 50px rgba(1 1 1 / 15%);
    margin-left: auto;
    margin-right: auto;
    height: 500px;
    padding:0px;
}

menu[b-fd66kyjg8o] {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0px;
}

    menu div[b-fd66kyjg8o] {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

        menu div button[b-fd66kyjg8o] {
            background-color: white;
            padding: 4px;
            border-radius: 10px;
            width: 100px;
            margin: 20px;
            border: 10px solid white;
            font-size: 17px;
            font-weight: 100;
            letter-spacing: 0px;
        }

    menu .checkbox[b-fd66kyjg8o] {
        display: flex;
    }
    div p a[b-fd66kyjg8o] {
        font-weight:900;
    }
menu div label[b-fd66kyjg8o]{
    font-weight:900;
}
/* /Components/Calendar/CalenderComponent.razor.rz.scp.css */
.calendar-container[b-t3zhivdpwv] {
    max-width: 850px;
    margin: auto;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    background-color: #fff;
    font-family: "Segoe UI", sans-serif;
}

.calendar-header[b-t3zhivdpwv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

    .calendar-header h4[b-t3zhivdpwv] {
        margin: 0;
        font-size: 1.5rem;
    }

.nav-btn[b-t3zhivdpwv] {
    background: #007bff;
    color: white;
    border: none;
    padding: 8px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.2s;
}

    .nav-btn:hover[b-t3zhivdpwv] {
        background: #0056b3;
    }

.calendar-grid[b-t3zhivdpwv] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
}

.calendar-cell[b-t3zhivdpwv] {
    border: 1px solid #ddd;
    min-height: 100px;
    padding: 5px;
    border-radius: 6px;
    background-color: #fafafa;
    position: relative;
    overflow-y: auto;
}

.calendar-other-month[b-t3zhivdpwv] {
    background-color: #f0f0f0;
    color: #bbb;
}

.calendar-day-number[b-t3zhivdpwv] {
    font-size: 0.9em;
    font-weight: 600;
    margin-bottom: 4px;
}

.calendar-task[b-t3zhivdpwv] {
    padding: 10px 14px;
    margin: 6px 0;
    border-radius: 10px;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease, transform 0.1s ease;
}

    .calendar-task:hover[b-t3zhivdpwv] {
        transform: scale(1.02);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

.task-time[b-t3zhivdpwv] {
    display: block;
}

.calendar-weekdays[b-t3zhivdpwv] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
}

.calendar-weekday[b-t3zhivdpwv] {
    padding: 5px;
    background-color: #eee;
    border-radius: 4px;
}
/* /Components/ExportPdf/ExportPdf.razor.rz.scp.css */
.main-container[b-esknw01wwj] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

.progress-container[b-esknw01wwj] {
    width: 100%;
    max-width: 290mm;
    padding: 2mm;
    background-color: #f3f3f3;
    border-radius: 10px;
    margin: 10px 0;
    position: relative;
    max-height: 2px;
    height: 2px;
    overflow: hidden;
    text-align: center
}

.progress-bar[b-esknw01wwj] {
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #4a8bc3, #85b1d7);
    position: absolute;
    top: 0;
    left: -100%;
    animation: snake-animation-b-esknw01wwj 2s infinite linear;
}

@keyframes snake-animation-b-esknw01wwj {
    0% {
        left: -100%;
    }

    50% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}

p[b-esknw01wwj] {
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
}
/* /Components/Layout/IndexHeaderComponent.razor.rz.scp.css */
/***********************************************************************************/
/*                                                                                 */
/*                          page basic design Start                                */
/*                                                                                 */
/***********************************************************************************/
header[b-8d7v4cr487] {
    color: #fff;
    background-color: #16A8CC;
    border-top: 1px solid #eee;
    padding: 10px;
}

    header nav[b-8d7v4cr487] {
        display: flex;
        flex-direction: row;
        justify-content:space-around;
        align-items: center;
        width:90%;
        margin-left:auto;
        margin-right:auto;
    }
/* /Components/Layout/LoginComponent.razor.rz.scp.css */
/***********************************************************************************/
/*                                                                                 */
/*                          page basic design Start                                */
/*                                                                                 */
/***********************************************************************************/
main[b-yyewjqom3x] {
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content:space-around;
    align-items: center;
}

    main header[b-yyewjqom3x] {

    }
    main header a[b-yyewjqom3x] {

    }
    main header a img[b-yyewjqom3x]{
        padding:10px;
    }
    main header nav[b-yyewjqom3x] {

    }
        main header nav button[b-yyewjqom3x] {
            border-width: 0px;
            background-color: #16A8CC;
            color: #fff;
            padding: 10px;
            border-radius: 5px;
        }
/* /Components/Layout/LoginDisplay.razor.rz.scp.css */
/***********************************************************************************/
/*                                 loginDisplay.razor                              */
/*                                                                                 */
/*                                  cfs-profile end                                */
/*                                                                                 */
/***********************************************************************************/
main[b-pzdm1s4b7r] {
    color: #000;
    background-color: #fff;
    width: 100%;
}
    main header[b-pzdm1s4b7r] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items:center;
    }
    main header menu[b-pzdm1s4b7r] {
        padding:0;
        display:flex;
        flex-direction:row;
        justify-content:space-evenly;
        margin:10px;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.container-fluid[b-3td5k5yrt6] {
  justify-content: space-between;
}

article[b-3td5k5yrt6] {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.navbar-toggler[b-3td5k5yrt6] {
  color: black;
  border: none;
}

.navbar-toggler:focus[b-3td5k5yrt6] {
  box-shadow: none !important;
  outline: none !important;
}

.navbar-toggler:focus-visible[b-3td5k5yrt6] {
  box-shadow: none !important;
  outline: none !important;
}

.logo-img[b-3td5k5yrt6] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
}

.logo-img img[b-3td5k5yrt6] {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Brand Text */
.nav-actions[b-3td5k5yrt6] {
  align-items: center;
}

.brand[b-3td5k5yrt6] {
  position: relative;

  cursor: pointer;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.brand-text[b-3td5k5yrt6]::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 2px;
  height: 24px;
  background: #008cff;
  z-index: 1;
}
.brand-text[b-3td5k5yrt6] {
  position: relative;
  font-size: 0.8rem;
  color: black;
  margin-right: 1rem;
  padding-right: 1rem;
}
[dir="rtl"] .brand-text[b-3td5k5yrt6] {
  margin-right: 0px;
  padding-right: 0px;
  margin-left: 1rem;
  padding-left: 1rem;
}
[dir="rtl"] .brand-text[b-3td5k5yrt6]::after {
  right: auto;
  left: 0;
}

.mb[b-3td5k5yrt6] {
  display: none;
}

.navbar[b-3td5k5yrt6] {
  background: #eee;
  padding: 0.3rem 0.5rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.search-wrap[b-3td5k5yrt6] {
  flex-grow: 1;
  margin: 0 1rem;
  max-width: 500px;
}

.search-input-wrapper[b-3td5k5yrt6] {
  position: relative;
  width: 100%;
}

.search-dribbble[b-3td5k5yrt6] {
  width: 100%;
  padding: 10px 14px 10px 50px;
  border-radius: 12px;

  background-color: #fff;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  color: #333;
  outline: none;
}

/* placeholder */
.search-dribbble[b-3td5k5yrt6]::placeholder {
  color: #aaa;
  font-size: 0.85rem;
}

/* hover */
.search-dribbble:hover[b-3td5k5yrt6] {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

/* focus */
.search-dribbble:focus[b-3td5k5yrt6] {
  outline: none;
  border-color: #008cff;
  box-shadow: 0 0 6px rgba(0, 140, 255, 0.25);
}

/* أيقونة البحث */
.search-icon[b-3td5k5yrt6] {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);

  width: 30px;
  height: 30px;
  background: #f3f4f6;
  border-radius: 12px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #666;
  font-size: 12px;

  cursor: pointer;
}

[dir="rtl"] .search-dribbble[b-3td5k5yrt6] {
  padding: 10px 50px 10px 14px;
}

[dir="rtl"] .search-icon[b-3td5k5yrt6] {
  left: auto;
  right: 14px;
}

.search-m[b-3td5k5yrt6] {
  display: none;
}

/*--------------------------*/
.page[b-3td5k5yrt6] {
  position: relative;
  display: flex;
  flex-direction: column;
}

main[b-3td5k5yrt6] {
  flex: 1;
}

@media (min-width: 641px) {
  .page[b-3td5k5yrt6] {
    flex-direction: row;
  }
}

/*******************************/

.star-icon[b-3td5k5yrt6] {
  display: inline-block;
  padding: 2px 8px;

  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  font-size: 1rem;
  color: black;
  transition: all 0.3s ease;
}
.star-icon:hover[b-3td5k5yrt6] {
  transform: scale(1.2);
  background-color: #000;
  color: #fff;
}

/* Language Button */
.lang-btn[b-3td5k5yrt6] {
  font-size: 1rem;
  display: inline-block;
  padding: 2px 8px;

  border-radius: 4px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-decoration: none;
}
.lang-btn:hover[b-3td5k5yrt6] {
  background-color: #000;

  transform: scale(1.2);
}
.lang-btn:hover a[b-3td5k5yrt6] {
  color: #fff !important;
}
.lang-btn a[b-3td5k5yrt6] {
  color: #000 !important;

  text-decoration: none;
}

.navbar-nav[b-3td5k5yrt6] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-direction: row;
  padding: 0 !important;
}

@media (min-width: 530px) {
  .offcanvas[b-3td5k5yrt6] {
    margin: 1rem;
    border-radius: 1rem;
  }
  .offcanvas-header[b-3td5k5yrt6] {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
}
.offcanvas-header[b-3td5k5yrt6] {
  background: #008cff;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  margin: 0.3rem;
}
.offcanvas-header .btn-close[b-3td5k5yrt6] {
  margin-inline-start: auto;
  margin-inline-end: 0;
}

.dropdown-menu[b-3td5k5yrt6] {
  position: absolute;
  background: #fff;
  border: 1px solid #e6e6e6;
  min-width: 160px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.dropdown-toggle[b-3td5k5yrt6] {
  color: #000;

  font-size: 1rem;
  display: inline-block;
  padding: 2px 8px;

  border-radius: 4px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.dropdown-toggle:hover[b-3td5k5yrt6] {
  background-color: #000;
  color: #fff;
  transform: scale(1.1);
}

[dir="ltr"] .navbar .dropdown .dropdown-menu[b-3td5k5yrt6],
[dir="ltr"] .nav .dropdown .dropdown-menu[b-3td5k5yrt6] {
  right: 0 !important;
  left: auto !important;
}
[dir="rtl"] .navbar .dropdown .dropdown-menu[b-3td5k5yrt6],
[dir="rtl"] .nav .dropdown .dropdown-menu[b-3td5k5yrt6] {
  left: 0 !important;
  right: auto !important;
}

[dir="rtl"] .dropdown-toggle[b-3td5k5yrt6]::after {
  margin-left: 0;
  margin-right: 0.2rem;
}

@media (max-width: 530px) {
  .container-fluid[b-3td5k5yrt6] {
    justify-content: center;
  }
  .brand-text[b-3td5k5yrt6] {
    display: none !important;
  }
  .search-l[b-3td5k5yrt6] {
    display: none !important;
  }
  .search-m[b-3td5k5yrt6] {
    display: block !important;
    margin: 1rem auto !important;
    max-width: 300px !important;
  }

  .search-m .search-input-wrapper[b-3td5k5yrt6] {
    width: 100% !important;
  }

  .search-m .search-dribbble[b-3td5k5yrt6] {
    height: 40px !important;
  }
}

/* ===== responsive rules for < 800px ===== */
@media (max-width: 800px) {
  .navbar[b-3td5k5yrt6],
  .navbar.fixed-top[b-3td5k5yrt6],
  .navbar-fixed[b-3td5k5yrt6],
  .navbar .container-fluid[b-3td5k5yrt6] {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between;
    gap: 0.3rem !important;
    padding: 0.25rem 0.5rem !important;
    flex-wrap: nowrap !important;
    box-sizing: border-box !important;
    width: 100%;
    z-index: 3000;
    overflow: visible !important;
  }

  .brand[b-3td5k5yrt6],
  .navbar .brand[b-3td5k5yrt6] {
    display: flex !important;
    align-items: center !important;
  }
  .mb[b-3td5k5yrt6] {
    display: block;
  }
  .lb[b-3td5k5yrt6] {
    display: none;
  }

  .logo-img img[b-3td5k5yrt6] {
    width: 50px;
    height: 50px;
  }

  .brand-text[b-3td5k5yrt6] {
    font-size: 0.85rem !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .navbar-toggler[b-3td5k5yrt6] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 35px !important;
    height: 35px !important;
    padding: 0 !important;
    margin-left: 0.25rem !important;
  }

  .navbar .nav[b-3td5k5yrt6],
  .nav[b-3td5k5yrt6] {
    display: flex !important;
    flex-direction: row !important;
    gap: 0.4rem !important;
    align-items: center !important;
    margin: 0;
    padding: 0;
    white-space: nowrap !important;
  }
  .nav .nav-item[b-3td5k5yrt6] {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .navbar .brand-text[b-3td5k5yrt6],
  .navbar .nav .nav-link[b-3td5k5yrt6] {
    line-height: 1 !important;
    padding-top: 0.15rem !important;
    padding-bottom: 0.15rem !important;
  }
}
/* ===== end CSS ===== */
/* /Components/Layout/MainLayout_Acc.razor.rz.scp.css */
.page[b-6cdfdm7np8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6cdfdm7np8] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-6cdfdm7np8] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6cdfdm7np8]  a, .top-row .btn-link[b-6cdfdm7np8] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-6cdfdm7np8] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-6cdfdm7np8] {
        display: none;
    }

    .top-row.auth[b-6cdfdm7np8] {
        justify-content: space-between;
    }

    .top-row a[b-6cdfdm7np8], .top-row .btn-link[b-6cdfdm7np8] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6cdfdm7np8] {
        flex-direction: row;
    }

    .sidebar[b-6cdfdm7np8] {
        width: 500px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6cdfdm7np8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-6cdfdm7np8], article[b-6cdfdm7np8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_Acc_Admin.razor.rz.scp.css */
.page[b-zcgghtl3zd] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-zcgghtl3zd] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-zcgghtl3zd] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-zcgghtl3zd]  a, .top-row .btn-link[b-zcgghtl3zd] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-zcgghtl3zd] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-zcgghtl3zd] {
        display: none;
    }

    .top-row.auth[b-zcgghtl3zd] {
        justify-content: space-between;
    }

    .top-row a[b-zcgghtl3zd], .top-row .btn-link[b-zcgghtl3zd] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-zcgghtl3zd] {
        flex-direction: row;
    }

    .sidebar[b-zcgghtl3zd] {
        width: 500px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-zcgghtl3zd] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-zcgghtl3zd], article[b-zcgghtl3zd] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_Admin.razor.rz.scp.css */
.page[b-6uvubc2yp4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6uvubc2yp4] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-6uvubc2yp4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6uvubc2yp4]  a, .top-row .btn-link[b-6uvubc2yp4] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-6uvubc2yp4] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-6uvubc2yp4] {
        display: none;
    }

    .top-row.auth[b-6uvubc2yp4] {
        justify-content: space-between;
    }

    .top-row a[b-6uvubc2yp4], .top-row .btn-link[b-6uvubc2yp4] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6uvubc2yp4] {
        flex-direction: row;
    }

    .sidebar[b-6uvubc2yp4] {
        width: 500px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6uvubc2yp4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-6uvubc2yp4], article[b-6uvubc2yp4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_Clinic_Cash.razor.rz.scp.css */
:root[b-jcvpmxvmzp] {
    --cfs-theme-background-color: #16A8CC; /* light blue */
    --cfs-theme-text-color: #000;
    --cfs-theme-border-color: #eee;
}

.page[b-jcvpmxvmzp] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-jcvpmxvmzp] {
    flex: 1;
}

.sidebar[b-jcvpmxvmzp] {
    background-color: var(--cfs-theme-background-color);
}

.top-row[b-jcvpmxvmzp] {
    background-color: var(--cfs-theme-background-color);
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-jcvpmxvmzp]  a, .top-row[b-jcvpmxvmzp]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-jcvpmxvmzp]  a:hover, .top-row[b-jcvpmxvmzp]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-jcvpmxvmzp]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-jcvpmxvmzp] {
        justify-content: space-between;
    }

        .top-row[b-jcvpmxvmzp]  a, .top-row[b-jcvpmxvmzp]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-jcvpmxvmzp] {
        flex-direction: row;
    }

    .sidebar[b-jcvpmxvmzp] {
        width: 350px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jcvpmxvmzp] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-jcvpmxvmzp]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-jcvpmxvmzp], article[b-jcvpmxvmzp] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-jcvpmxvmzp] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-jcvpmxvmzp] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayout_Clinic_Cash_Admin.razor.rz.scp.css */
.page[b-pvfpr6g6vx] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-pvfpr6g6vx] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-pvfpr6g6vx] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-pvfpr6g6vx]  a, .top-row .btn-link[b-pvfpr6g6vx] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-pvfpr6g6vx] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-pvfpr6g6vx] {
        display: none;
    }

    .top-row.auth[b-pvfpr6g6vx] {
        justify-content: space-between;
    }

    .top-row a[b-pvfpr6g6vx], .top-row .btn-link[b-pvfpr6g6vx] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-pvfpr6g6vx] {
        flex-direction: row;
    }

    .sidebar[b-pvfpr6g6vx] {
        width: 500px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-pvfpr6g6vx] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-pvfpr6g6vx], article[b-pvfpr6g6vx] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_Clinic_Cash_PrintQR.razor.rz.scp.css */
.page[b-opf8beu3v8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-opf8beu3v8] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-opf8beu3v8] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-opf8beu3v8]  a, .top-row .btn-link[b-opf8beu3v8] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-opf8beu3v8] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-opf8beu3v8] {
        display: none;
    }

    .top-row.auth[b-opf8beu3v8] {
        justify-content: space-between;
    }

    .top-row a[b-opf8beu3v8], .top-row .btn-link[b-opf8beu3v8] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-opf8beu3v8] {
        flex-direction: row;
    }

    .sidebar[b-opf8beu3v8] {
        width: 500px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-opf8beu3v8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-opf8beu3v8], article[b-opf8beu3v8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_Clinic_Cash_PrintQR_Admin.razor.rz.scp.css */
.page[b-c63lbm0b3k] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-c63lbm0b3k] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-c63lbm0b3k] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-c63lbm0b3k]  a, .top-row .btn-link[b-c63lbm0b3k] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-c63lbm0b3k] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-c63lbm0b3k] {
        display: none;
    }

    .top-row.auth[b-c63lbm0b3k] {
        justify-content: space-between;
    }

    .top-row a[b-c63lbm0b3k], .top-row .btn-link[b-c63lbm0b3k] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-c63lbm0b3k] {
        flex-direction: row;
    }

    .sidebar[b-c63lbm0b3k] {
        width: 500px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-c63lbm0b3k] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-c63lbm0b3k], article[b-c63lbm0b3k] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_Clinic_Reports.razor.rz.scp.css */
.page[b-g0x7ktb8or] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-g0x7ktb8or] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-g0x7ktb8or] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-g0x7ktb8or]  a, .top-row .btn-link[b-g0x7ktb8or] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-g0x7ktb8or] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-g0x7ktb8or] {
        display: none;
    }

    .top-row.auth[b-g0x7ktb8or] {
        justify-content: space-between;
    }

    .top-row a[b-g0x7ktb8or], .top-row .btn-link[b-g0x7ktb8or] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-g0x7ktb8or] {
        flex-direction: row;
    }

    .sidebar[b-g0x7ktb8or] {
        width: 600px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-g0x7ktb8or] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-g0x7ktb8or], article[b-g0x7ktb8or] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_Clinic_Reports_Admin.razor.rz.scp.css */
.page[b-lzc2upwo33] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-lzc2upwo33] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-lzc2upwo33] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-lzc2upwo33]  a, .top-row .btn-link[b-lzc2upwo33] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-lzc2upwo33] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-lzc2upwo33] {
        display: none;
    }

    .top-row.auth[b-lzc2upwo33] {
        justify-content: space-between;
    }

    .top-row a[b-lzc2upwo33], .top-row .btn-link[b-lzc2upwo33] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-lzc2upwo33] {
        flex-direction: row;
    }

    .sidebar[b-lzc2upwo33] {
        width: 600px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-lzc2upwo33] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-lzc2upwo33], article[b-lzc2upwo33] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_Clinic_Reports_FullScreen.razor.rz.scp.css */
.page[b-af53wzmfo2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-af53wzmfo2] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-af53wzmfo2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-af53wzmfo2]  a, .top-row .btn-link[b-af53wzmfo2] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-af53wzmfo2] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-af53wzmfo2] {
        display: none;
    }

    .top-row.auth[b-af53wzmfo2] {
        justify-content: space-between;
    }

    .top-row a[b-af53wzmfo2], .top-row .btn-link[b-af53wzmfo2] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-af53wzmfo2] {
        flex-direction: row;
    }

    .sidebar[b-af53wzmfo2] {
        width: 500px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-af53wzmfo2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-af53wzmfo2], article[b-af53wzmfo2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_Clinic_Reports_FullScreen_Admin.razor.rz.scp.css */
.page[b-kkskqy4x19] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-kkskqy4x19] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-kkskqy4x19] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-kkskqy4x19]  a, .top-row .btn-link[b-kkskqy4x19] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-kkskqy4x19] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-kkskqy4x19] {
        display: none;
    }

    .top-row.auth[b-kkskqy4x19] {
        justify-content: space-between;
    }

    .top-row a[b-kkskqy4x19], .top-row .btn-link[b-kkskqy4x19] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-kkskqy4x19] {
        flex-direction: row;
    }

    .sidebar[b-kkskqy4x19] {
        width: 500px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-kkskqy4x19] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-kkskqy4x19], article[b-kkskqy4x19] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_Clinic_Tables.razor.rz.scp.css */
.page[b-akckzexkyu] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-akckzexkyu] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-akckzexkyu] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-akckzexkyu]  a, .top-row .btn-link[b-akckzexkyu] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-akckzexkyu] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-akckzexkyu] {
        display: none;
    }

    .top-row.auth[b-akckzexkyu] {
        justify-content: space-between;
    }

    .top-row a[b-akckzexkyu], .top-row .btn-link[b-akckzexkyu] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-akckzexkyu] {
        flex-direction: row;
    }

    .sidebar[b-akckzexkyu] {
        width: 500px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-akckzexkyu] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-akckzexkyu], article[b-akckzexkyu] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_Clinic_Tables_Admin.razor.rz.scp.css */
.page[b-hcr3he4fml] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-hcr3he4fml] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-hcr3he4fml] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-hcr3he4fml]  a, .top-row .btn-link[b-hcr3he4fml] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-hcr3he4fml] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-hcr3he4fml] {
        display: none;
    }

    .top-row.auth[b-hcr3he4fml] {
        justify-content: space-between;
    }

    .top-row a[b-hcr3he4fml], .top-row .btn-link[b-hcr3he4fml] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-hcr3he4fml] {
        flex-direction: row;
    }

    .sidebar[b-hcr3he4fml] {
        width: 500px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-hcr3he4fml] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-hcr3he4fml], article[b-hcr3he4fml] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_Clinic_Tables_FullScreen.razor.rz.scp.css */
.page[b-1k91t13le3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-1k91t13le3] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-1k91t13le3] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-1k91t13le3]  a, .top-row .btn-link[b-1k91t13le3] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-1k91t13le3] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-1k91t13le3] {
        display: none;
    }

    .top-row.auth[b-1k91t13le3] {
        justify-content: space-between;
    }

    .top-row a[b-1k91t13le3], .top-row .btn-link[b-1k91t13le3] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-1k91t13le3] {
        flex-direction: row;
    }

    .sidebar[b-1k91t13le3] {
        width: 500px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-1k91t13le3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-1k91t13le3], article[b-1k91t13le3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_Clinic_Tables_FullScreen_Admin.razor.rz.scp.css */
.page[b-uy8bcxru13] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-uy8bcxru13] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-uy8bcxru13] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-uy8bcxru13]  a, .top-row .btn-link[b-uy8bcxru13] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-uy8bcxru13] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-uy8bcxru13] {
        display: none;
    }

    .top-row.auth[b-uy8bcxru13] {
        justify-content: space-between;
    }

    .top-row a[b-uy8bcxru13], .top-row .btn-link[b-uy8bcxru13] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-uy8bcxru13] {
        flex-direction: row;
    }

    .sidebar[b-uy8bcxru13] {
        width: 500px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-uy8bcxru13] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-uy8bcxru13], article[b-uy8bcxru13] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_Doctor_Cash.razor.rz.scp.css */
:root[b-ua1fit3973] {
    --cfs-theme-background-color: #16A8CC; /* light blue */
    --cfs-theme-text-color: #000;
    --cfs-theme-border-color: #eee;
}

.page[b-ua1fit3973] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ua1fit3973] {
    flex: 1;
}

.sidebar[b-ua1fit3973] {
    background-color: var(--cfs-theme-background-color);
}

.top-row[b-ua1fit3973] {
    background-color: var(--cfs-theme-background-color);
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ua1fit3973]  a, .top-row[b-ua1fit3973]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-ua1fit3973]  a:hover, .top-row[b-ua1fit3973]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-ua1fit3973]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-ua1fit3973] {
        justify-content: space-between;
    }

        .top-row[b-ua1fit3973]  a, .top-row[b-ua1fit3973]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-ua1fit3973] {
        flex-direction: row;
    }

    .sidebar[b-ua1fit3973] {
        width: 350px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ua1fit3973] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-ua1fit3973]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-ua1fit3973], article[b-ua1fit3973] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ua1fit3973] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-ua1fit3973] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayout_Doctor_Cash_Admin.razor.rz.scp.css */
.page[b-m7ubbz0p0f] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-m7ubbz0p0f] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-m7ubbz0p0f] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-m7ubbz0p0f]  a, .top-row .btn-link[b-m7ubbz0p0f] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-m7ubbz0p0f] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-m7ubbz0p0f] {
        display: none;
    }

    .top-row.auth[b-m7ubbz0p0f] {
        justify-content: space-between;
    }

    .top-row a[b-m7ubbz0p0f], .top-row .btn-link[b-m7ubbz0p0f] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-m7ubbz0p0f] {
        flex-direction: row;
    }

    .sidebar[b-m7ubbz0p0f] {
        width: 500px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-m7ubbz0p0f] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-m7ubbz0p0f], article[b-m7ubbz0p0f] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_FullScreen.razor.rz.scp.css */
.page[b-wv7sv93d3q] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wv7sv93d3q] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-wv7sv93d3q] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wv7sv93d3q]  a, .top-row .btn-link[b-wv7sv93d3q] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-wv7sv93d3q] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-wv7sv93d3q] {
        display: none;
    }

    .top-row.auth[b-wv7sv93d3q] {
        justify-content: space-between;
    }

    .top-row a[b-wv7sv93d3q], .top-row .btn-link[b-wv7sv93d3q] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wv7sv93d3q] {
        flex-direction: row;
    }

    .sidebar[b-wv7sv93d3q] {
        width: 500px;
        height: 500vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wv7sv93d3q] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-wv7sv93d3q], article[b-wv7sv93d3q] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_Gym.razor.rz.scp.css */
.page[b-fnyt70vy9o] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fnyt70vy9o] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-fnyt70vy9o] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fnyt70vy9o]  a, .top-row .btn-link[b-fnyt70vy9o] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-fnyt70vy9o] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-fnyt70vy9o] {
        display: none;
    }

    .top-row.auth[b-fnyt70vy9o] {
        justify-content: space-between;
    }

    .top-row a[b-fnyt70vy9o], .top-row .btn-link[b-fnyt70vy9o] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fnyt70vy9o] {
        flex-direction: row;
    }

    .sidebar[b-fnyt70vy9o] {
        width: 500px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fnyt70vy9o] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-fnyt70vy9o], article[b-fnyt70vy9o] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_HR.razor.rz.scp.css */
.page[b-jr7kd00tdk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-jr7kd00tdk] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-jr7kd00tdk] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-jr7kd00tdk]  a, .top-row .btn-link[b-jr7kd00tdk] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-jr7kd00tdk] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-jr7kd00tdk] {
        display: none;
    }

    .top-row.auth[b-jr7kd00tdk] {
        justify-content: space-between;
    }

    .top-row a[b-jr7kd00tdk], .top-row .btn-link[b-jr7kd00tdk] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-jr7kd00tdk] {
        flex-direction: row;
    }

    .sidebar[b-jr7kd00tdk] {
        width: 500px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jr7kd00tdk] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-jr7kd00tdk], article[b-jr7kd00tdk] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_HR_FullScreen.razor.rz.scp.css */
.page[b-cgsnqlt2bk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-cgsnqlt2bk] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-cgsnqlt2bk] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-cgsnqlt2bk]  a, .top-row .btn-link[b-cgsnqlt2bk] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-cgsnqlt2bk] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-cgsnqlt2bk] {
        display: none;
    }

    .top-row.auth[b-cgsnqlt2bk] {
        justify-content: space-between;
    }

    .top-row a[b-cgsnqlt2bk], .top-row .btn-link[b-cgsnqlt2bk] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-cgsnqlt2bk] {
        flex-direction: row;
    }

    .sidebar[b-cgsnqlt2bk] {
        width: 500px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-cgsnqlt2bk] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-cgsnqlt2bk], article[b-cgsnqlt2bk] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_HR_FullScreen_Admin.razor.rz.scp.css */
.page[b-n4hn6u8l97] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-n4hn6u8l97] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-n4hn6u8l97] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-n4hn6u8l97]  a, .top-row .btn-link[b-n4hn6u8l97] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-n4hn6u8l97] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-n4hn6u8l97] {
        display: none;
    }

    .top-row.auth[b-n4hn6u8l97] {
        justify-content: space-between;
    }

    .top-row a[b-n4hn6u8l97], .top-row .btn-link[b-n4hn6u8l97] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-n4hn6u8l97] {
        flex-direction: row;
    }

    .sidebar[b-n4hn6u8l97] {
        width: 500px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-n4hn6u8l97] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-n4hn6u8l97], article[b-n4hn6u8l97] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_Lab.razor.rz.scp.css */
.page[b-zsa1b9f1kt] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-zsa1b9f1kt] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-zsa1b9f1kt] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-zsa1b9f1kt]  a, .top-row .btn-link[b-zsa1b9f1kt] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-zsa1b9f1kt] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-zsa1b9f1kt] {
        display: none;
    }

    .top-row.auth[b-zsa1b9f1kt] {
        justify-content: space-between;
    }

    .top-row a[b-zsa1b9f1kt], .top-row .btn-link[b-zsa1b9f1kt] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-zsa1b9f1kt] {
        flex-direction: row;
    }

    .sidebar[b-zsa1b9f1kt] {
        width: 500px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-zsa1b9f1kt] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-zsa1b9f1kt], article[b-zsa1b9f1kt] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_Lead.razor.rz.scp.css */
.page[b-4pfg1pkwq0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4pfg1pkwq0] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-4pfg1pkwq0] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-4pfg1pkwq0]  a, .top-row .btn-link[b-4pfg1pkwq0] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-4pfg1pkwq0] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-4pfg1pkwq0] {
        display: none;
    }

    .top-row.auth[b-4pfg1pkwq0] {
        justify-content: space-between;
    }

    .top-row a[b-4pfg1pkwq0], .top-row .btn-link[b-4pfg1pkwq0] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4pfg1pkwq0] {
        flex-direction: row;
    }

    .sidebar[b-4pfg1pkwq0] {
        width: 500px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4pfg1pkwq0] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-4pfg1pkwq0], article[b-4pfg1pkwq0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_Lead_Admin.razor.rz.scp.css */
.page[b-7jt86tog4e] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7jt86tog4e] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-7jt86tog4e] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7jt86tog4e]  a, .top-row .btn-link[b-7jt86tog4e] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-7jt86tog4e] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-7jt86tog4e] {
        display: none;
    }

    .top-row.auth[b-7jt86tog4e] {
        justify-content: space-between;
    }

    .top-row a[b-7jt86tog4e], .top-row .btn-link[b-7jt86tog4e] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-7jt86tog4e] {
        flex-direction: row;
    }

    .sidebar[b-7jt86tog4e] {
        width: 500px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-7jt86tog4e] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-7jt86tog4e], article[b-7jt86tog4e] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_Lead_FullScreen.razor.rz.scp.css */
.page[b-ciqar9oor7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ciqar9oor7] {
    flex: 1;
}

.sidebar[b-ciqar9oor7] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ciqar9oor7] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ciqar9oor7]  a, .top-row .btn-link[b-ciqar9oor7] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-ciqar9oor7] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ciqar9oor7] {
        display: none;
    }

    .top-row.auth[b-ciqar9oor7] {
        justify-content: space-between;
    }

    .top-row a[b-ciqar9oor7], .top-row .btn-link[b-ciqar9oor7] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ciqar9oor7] {
        flex-direction: row;
    }

    .sidebar[b-ciqar9oor7] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ciqar9oor7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-ciqar9oor7], article[b-ciqar9oor7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_Lead_FullScreen_Admin.razor.rz.scp.css */
.page[b-h1m0viv855] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-h1m0viv855] {
    flex: 1;
}

.sidebar[b-h1m0viv855] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-h1m0viv855] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-h1m0viv855]  a, .top-row .btn-link[b-h1m0viv855] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-h1m0viv855] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-h1m0viv855] {
        display: none;
    }

    .top-row.auth[b-h1m0viv855] {
        justify-content: space-between;
    }

    .top-row a[b-h1m0viv855], .top-row .btn-link[b-h1m0viv855] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-h1m0viv855] {
        flex-direction: row;
    }

    .sidebar[b-h1m0viv855] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-h1m0viv855] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-h1m0viv855], article[b-h1m0viv855] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_Lead_Plans.razor.rz.scp.css */
.page[b-fossenh1dh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fossenh1dh] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-fossenh1dh] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fossenh1dh]  a, .top-row .btn-link[b-fossenh1dh] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-fossenh1dh] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-fossenh1dh] {
        display: none;
    }

    .top-row.auth[b-fossenh1dh] {
        justify-content: space-between;
    }

    .top-row a[b-fossenh1dh], .top-row .btn-link[b-fossenh1dh] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fossenh1dh] {
        flex-direction: row;
    }

    .sidebar[b-fossenh1dh] {
        width: 500px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fossenh1dh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-fossenh1dh], article[b-fossenh1dh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_Lead_Plans_Admin.razor.rz.scp.css */
.page[b-tdvtiovmit] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-tdvtiovmit] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-tdvtiovmit] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-tdvtiovmit]  a, .top-row .btn-link[b-tdvtiovmit] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-tdvtiovmit] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-tdvtiovmit] {
        display: none;
    }

    .top-row.auth[b-tdvtiovmit] {
        justify-content: space-between;
    }

    .top-row a[b-tdvtiovmit], .top-row .btn-link[b-tdvtiovmit] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-tdvtiovmit] {
        flex-direction: row;
    }

    .sidebar[b-tdvtiovmit] {
        width: 500px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-tdvtiovmit] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-tdvtiovmit], article[b-tdvtiovmit] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_Lead_Plans_FullScreen.razor.rz.scp.css */
.page[b-x8fv9tl4si] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-x8fv9tl4si] {
    flex: 1;
}

.sidebar[b-x8fv9tl4si] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-x8fv9tl4si] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-x8fv9tl4si]  a, .top-row .btn-link[b-x8fv9tl4si] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-x8fv9tl4si] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-x8fv9tl4si] {
        display: none;
    }

    .top-row.auth[b-x8fv9tl4si] {
        justify-content: space-between;
    }

    .top-row a[b-x8fv9tl4si], .top-row .btn-link[b-x8fv9tl4si] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-x8fv9tl4si] {
        flex-direction: row;
    }

    .sidebar[b-x8fv9tl4si] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-x8fv9tl4si] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-x8fv9tl4si], article[b-x8fv9tl4si] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}







ul[b-x8fv9tl4si] {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*background-color: #333;*/
}

li[b-x8fv9tl4si] {
    float: left;
}

    li a[b-x8fv9tl4si], .dropbtn[b-x8fv9tl4si] {
        display: inline-block;
        /*color: white;*/
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

/*        li a:hover, .dropdown:hover .dropbtn {
            background-color: red;
        }*/

    li.dropdown[b-x8fv9tl4si] {
        display: inline-block;
    }

.dropdown-content[b-x8fv9tl4si] {
    display: none;
    position: fixed; /* change here...*/
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a[b-x8fv9tl4si] {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

/*        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }*/

.dropdown:hover .dropdown-content[b-x8fv9tl4si] {
    display: block;
}
/* /Components/Layout/MainLayout_Lead_Plans_FullScreen_Admin.razor.rz.scp.css */
.page[b-qok1zfx2yh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-qok1zfx2yh] {
    flex: 1;
}

.sidebar[b-qok1zfx2yh] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-qok1zfx2yh] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-qok1zfx2yh]  a, .top-row .btn-link[b-qok1zfx2yh] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-qok1zfx2yh] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-qok1zfx2yh] {
        display: none;
    }

    .top-row.auth[b-qok1zfx2yh] {
        justify-content: space-between;
    }

    .top-row a[b-qok1zfx2yh], .top-row .btn-link[b-qok1zfx2yh] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-qok1zfx2yh] {
        flex-direction: row;
    }

    .sidebar[b-qok1zfx2yh] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-qok1zfx2yh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-qok1zfx2yh], article[b-qok1zfx2yh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}







ul[b-qok1zfx2yh] {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*background-color: #333;*/
}

li[b-qok1zfx2yh] {
    float: left;
}

    li a[b-qok1zfx2yh], .dropbtn[b-qok1zfx2yh] {
        display: inline-block;
        /*color: white;*/
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

/*        li a:hover, .dropdown:hover .dropbtn {
            background-color: red;
        }*/

    li.dropdown[b-qok1zfx2yh] {
        display: inline-block;
    }

.dropdown-content[b-qok1zfx2yh] {
    display: none;
    position: fixed; /* change here...*/
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a[b-qok1zfx2yh] {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

/*        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }*/

.dropdown:hover .dropdown-content[b-qok1zfx2yh] {
    display: block;
}
/* /Components/Layout/MainLayout_Lead_Reports.razor.rz.scp.css */
.page[b-ibc17b9oyz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ibc17b9oyz] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-ibc17b9oyz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ibc17b9oyz]  a, .top-row .btn-link[b-ibc17b9oyz] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-ibc17b9oyz] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ibc17b9oyz] {
        display: none;
    }

    .top-row.auth[b-ibc17b9oyz] {
        justify-content: space-between;
    }

    .top-row a[b-ibc17b9oyz], .top-row .btn-link[b-ibc17b9oyz] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ibc17b9oyz] {
        flex-direction: row;
    }

    .sidebar[b-ibc17b9oyz] {
        width: 500px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ibc17b9oyz] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-ibc17b9oyz], article[b-ibc17b9oyz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_Lead_Reports_Admin.razor.rz.scp.css */
.page[b-jhhye8gb6t] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-jhhye8gb6t] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-jhhye8gb6t] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-jhhye8gb6t]  a, .top-row .btn-link[b-jhhye8gb6t] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-jhhye8gb6t] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-jhhye8gb6t] {
        display: none;
    }

    .top-row.auth[b-jhhye8gb6t] {
        justify-content: space-between;
    }

    .top-row a[b-jhhye8gb6t], .top-row .btn-link[b-jhhye8gb6t] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-jhhye8gb6t] {
        flex-direction: row;
    }

    .sidebar[b-jhhye8gb6t] {
        width: 500px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jhhye8gb6t] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-jhhye8gb6t], article[b-jhhye8gb6t] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_Lead_Reports_FullScreen.razor.rz.scp.css */
.page[b-ek3n3ol4su] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ek3n3ol4su] {
    flex: 1;
}

.sidebar[b-ek3n3ol4su] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ek3n3ol4su] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ek3n3ol4su]  a, .top-row .btn-link[b-ek3n3ol4su] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-ek3n3ol4su] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ek3n3ol4su] {
        display: none;
    }

    .top-row.auth[b-ek3n3ol4su] {
        justify-content: space-between;
    }

    .top-row a[b-ek3n3ol4su], .top-row .btn-link[b-ek3n3ol4su] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ek3n3ol4su] {
        flex-direction: row;
    }

    .sidebar[b-ek3n3ol4su] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ek3n3ol4su] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-ek3n3ol4su], article[b-ek3n3ol4su] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}







ul[b-ek3n3ol4su] {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*background-color: #333;*/
}

li[b-ek3n3ol4su] {
    float: left;
}

    li a[b-ek3n3ol4su], .dropbtn[b-ek3n3ol4su] {
        display: inline-block;
        /*color: white;*/
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

/*        li a:hover, .dropdown:hover .dropbtn {
            background-color: red;
        }*/

    li.dropdown[b-ek3n3ol4su] {
        display: inline-block;
    }

.dropdown-content[b-ek3n3ol4su] {
    display: none;
    position: fixed; /* change here...*/
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a[b-ek3n3ol4su] {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

/*        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }*/

.dropdown:hover .dropdown-content[b-ek3n3ol4su] {
    display: block;
}
/* /Components/Layout/MainLayout_Lead_Reports_FullScreen_Admin.razor.rz.scp.css */
.page[b-bkpkccwpk5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-bkpkccwpk5] {
    flex: 1;
}

.sidebar[b-bkpkccwpk5] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-bkpkccwpk5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-bkpkccwpk5]  a, .top-row .btn-link[b-bkpkccwpk5] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-bkpkccwpk5] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-bkpkccwpk5] {
        display: none;
    }

    .top-row.auth[b-bkpkccwpk5] {
        justify-content: space-between;
    }

    .top-row a[b-bkpkccwpk5], .top-row .btn-link[b-bkpkccwpk5] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-bkpkccwpk5] {
        flex-direction: row;
    }

    .sidebar[b-bkpkccwpk5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bkpkccwpk5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-bkpkccwpk5], article[b-bkpkccwpk5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}







ul[b-bkpkccwpk5] {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*background-color: #333;*/
}

li[b-bkpkccwpk5] {
    float: left;
}

    li a[b-bkpkccwpk5], .dropbtn[b-bkpkccwpk5] {
        display: inline-block;
        /*color: white;*/
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

/*        li a:hover, .dropdown:hover .dropbtn {
            background-color: red;
        }*/

    li.dropdown[b-bkpkccwpk5] {
        display: inline-block;
    }

.dropdown-content[b-bkpkccwpk5] {
    display: none;
    position: fixed; /* change here...*/
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a[b-bkpkccwpk5] {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

/*        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }*/

.dropdown:hover .dropdown-content[b-bkpkccwpk5] {
    display: block;
}
/* /Components/Layout/MainLayout_Marketing.razor.rz.scp.css */
.page[b-ufr3ql30ct] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ufr3ql30ct] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-ufr3ql30ct] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ufr3ql30ct]  a, .top-row .btn-link[b-ufr3ql30ct] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-ufr3ql30ct] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ufr3ql30ct] {
        display: none;
    }

    .top-row.auth[b-ufr3ql30ct] {
        justify-content: space-between;
    }

    .top-row a[b-ufr3ql30ct], .top-row .btn-link[b-ufr3ql30ct] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ufr3ql30ct] {
        flex-direction: row;
    }

    .sidebar[b-ufr3ql30ct] {
        width: 500px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ufr3ql30ct] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-ufr3ql30ct], article[b-ufr3ql30ct] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_Marketing_Admin.razor.rz.scp.css */
.page[b-u2nkobltu6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-u2nkobltu6] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-u2nkobltu6] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-u2nkobltu6]  a, .top-row .btn-link[b-u2nkobltu6] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-u2nkobltu6] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-u2nkobltu6] {
        display: none;
    }

    .top-row.auth[b-u2nkobltu6] {
        justify-content: space-between;
    }

    .top-row a[b-u2nkobltu6], .top-row .btn-link[b-u2nkobltu6] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-u2nkobltu6] {
        flex-direction: row;
    }

    .sidebar[b-u2nkobltu6] {
        width: 500px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-u2nkobltu6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-u2nkobltu6], article[b-u2nkobltu6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_Marketing_FullScreen.razor.rz.scp.css */
.page[b-9megdo7nml] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9megdo7nml] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-9megdo7nml] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9megdo7nml]  a, .top-row .btn-link[b-9megdo7nml] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-9megdo7nml] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-9megdo7nml] {
        display: none;
    }

    .top-row.auth[b-9megdo7nml] {
        justify-content: space-between;
    }

    .top-row a[b-9megdo7nml], .top-row .btn-link[b-9megdo7nml] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9megdo7nml] {
        flex-direction: row;
    }

    .sidebar[b-9megdo7nml] {
        width: 500px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9megdo7nml] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-9megdo7nml], article[b-9megdo7nml] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_Marketing_FullScreen_Admin.razor.rz.scp.css */
.page[b-sfxf1g1lwz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-sfxf1g1lwz] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-sfxf1g1lwz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-sfxf1g1lwz]  a, .top-row .btn-link[b-sfxf1g1lwz] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-sfxf1g1lwz] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-sfxf1g1lwz] {
        display: none;
    }

    .top-row.auth[b-sfxf1g1lwz] {
        justify-content: space-between;
    }

    .top-row a[b-sfxf1g1lwz], .top-row .btn-link[b-sfxf1g1lwz] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-sfxf1g1lwz] {
        flex-direction: row;
    }

    .sidebar[b-sfxf1g1lwz] {
        width: 500px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-sfxf1g1lwz] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-sfxf1g1lwz], article[b-sfxf1g1lwz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_Old.razor.rz.scp.css */
:root[b-o9z3p78m8v] {
    --cfs-theme-background-color: #16A8CC; /* light blue */
    --cfs-theme-text-color: #000;
    --cfs-theme-border-color: #eee;
}

.page[b-o9z3p78m8v] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-o9z3p78m8v] {
    flex: 1;
}

.sidebar[b-o9z3p78m8v] {
    background-color:var(--cfs-theme-background-color);
}

.top-row[b-o9z3p78m8v] {
    background-color: var(--cfs-theme-background-color);
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-o9z3p78m8v]  a, .top-row[b-o9z3p78m8v]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-o9z3p78m8v]  a:hover, .top-row[b-o9z3p78m8v]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-o9z3p78m8v]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-o9z3p78m8v] {
        justify-content: space-between;
    }

    .top-row[b-o9z3p78m8v]  a, .top-row[b-o9z3p78m8v]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-o9z3p78m8v] {
        flex-direction: row;
    }

    .sidebar[b-o9z3p78m8v] {
        width: 350px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-o9z3p78m8v] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-o9z3p78m8v]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-o9z3p78m8v], article[b-o9z3p78m8v] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-o9z3p78m8v] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-o9z3p78m8v] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayout_Online.razor.rz.scp.css */
.page[b-9vffwsts05] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9vffwsts05] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-9vffwsts05] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9vffwsts05]  a, .top-row .btn-link[b-9vffwsts05] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-9vffwsts05] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-9vffwsts05] {
        display: none;
    }

    .top-row.auth[b-9vffwsts05] {
        justify-content: space-between;
    }

    .top-row a[b-9vffwsts05], .top-row .btn-link[b-9vffwsts05] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9vffwsts05] {
        flex-direction: row;
    }

    .sidebar[b-9vffwsts05] {
        width: 500px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9vffwsts05] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-9vffwsts05], article[b-9vffwsts05] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_Print.razor.rz.scp.css */
.page[b-etmtjom2fv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-etmtjom2fv] {
    flex: 1;
}

.sidebar[b-etmtjom2fv] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-etmtjom2fv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-etmtjom2fv]  a, .top-row .btn-link[b-etmtjom2fv] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-etmtjom2fv] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-etmtjom2fv] {
        display: none;
    }

    .top-row.auth[b-etmtjom2fv] {
        justify-content: space-between;
    }

    .top-row a[b-etmtjom2fv], .top-row .btn-link[b-etmtjom2fv] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-etmtjom2fv] {
        flex-direction: row;
    }

    .sidebar[b-etmtjom2fv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-etmtjom2fv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-etmtjom2fv], article[b-etmtjom2fv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_Stock.razor.rz.scp.css */
.page[b-fnpljgy06q] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fnpljgy06q] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-fnpljgy06q] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fnpljgy06q]  a, .top-row .btn-link[b-fnpljgy06q] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-fnpljgy06q] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-fnpljgy06q] {
        display: none;
    }

    .top-row.auth[b-fnpljgy06q] {
        justify-content: space-between;
    }

    .top-row a[b-fnpljgy06q], .top-row .btn-link[b-fnpljgy06q] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fnpljgy06q] {
        flex-direction: row;
    }

    .sidebar[b-fnpljgy06q] {
        width: 500px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fnpljgy06q] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-fnpljgy06q], article[b-fnpljgy06q] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_Stock_Admin.razor.rz.scp.css */
.page[b-rn96qizj4j] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-rn96qizj4j] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-rn96qizj4j] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-rn96qizj4j]  a, .top-row .btn-link[b-rn96qizj4j] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-rn96qizj4j] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-rn96qizj4j] {
        display: none;
    }

    .top-row.auth[b-rn96qizj4j] {
        justify-content: space-between;
    }

    .top-row a[b-rn96qizj4j], .top-row .btn-link[b-rn96qizj4j] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-rn96qizj4j] {
        flex-direction: row;
    }

    .sidebar[b-rn96qizj4j] {
        width: 500px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-rn96qizj4j] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-rn96qizj4j], article[b-rn96qizj4j] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_Stock_FullScreen.razor.rz.scp.css */
.page[b-2i88rqfi3m] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2i88rqfi3m] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-2i88rqfi3m] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-2i88rqfi3m]  a, .top-row .btn-link[b-2i88rqfi3m] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-2i88rqfi3m] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-2i88rqfi3m] {
        display: none;
    }

    .top-row.auth[b-2i88rqfi3m] {
        justify-content: space-between;
    }

    .top-row a[b-2i88rqfi3m], .top-row .btn-link[b-2i88rqfi3m] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-2i88rqfi3m] {
        flex-direction: row;
    }

    .sidebar[b-2i88rqfi3m] {
        width: 500px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-2i88rqfi3m] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-2i88rqfi3m], article[b-2i88rqfi3m] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_Stock_FullScreen_Admin.razor.rz.scp.css */
.page[b-rgpdkvasms] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-rgpdkvasms] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-rgpdkvasms] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-rgpdkvasms]  a, .top-row .btn-link[b-rgpdkvasms] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-rgpdkvasms] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-rgpdkvasms] {
        display: none;
    }

    .top-row.auth[b-rgpdkvasms] {
        justify-content: space-between;
    }

    .top-row a[b-rgpdkvasms], .top-row .btn-link[b-rgpdkvasms] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-rgpdkvasms] {
        flex-direction: row;
    }

    .sidebar[b-rgpdkvasms] {
        width: 500px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-rgpdkvasms] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-rgpdkvasms], article[b-rgpdkvasms] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_Stock_PrintQR.razor.rz.scp.css */
.page[b-1tsscs2g09] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-1tsscs2g09] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-1tsscs2g09] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-1tsscs2g09]  a, .top-row .btn-link[b-1tsscs2g09] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-1tsscs2g09] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-1tsscs2g09] {
        display: none;
    }

    .top-row.auth[b-1tsscs2g09] {
        justify-content: space-between;
    }

    .top-row a[b-1tsscs2g09], .top-row .btn-link[b-1tsscs2g09] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-1tsscs2g09] {
        flex-direction: row;
    }

    .sidebar[b-1tsscs2g09] {
        width: 500px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-1tsscs2g09] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-1tsscs2g09], article[b-1tsscs2g09] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_Stock_PrintQR_Admin.razor.rz.scp.css */
.page[b-ol1s68n7rd] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ol1s68n7rd] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-ol1s68n7rd] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ol1s68n7rd]  a, .top-row .btn-link[b-ol1s68n7rd] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-ol1s68n7rd] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ol1s68n7rd] {
        display: none;
    }

    .top-row.auth[b-ol1s68n7rd] {
        justify-content: space-between;
    }

    .top-row a[b-ol1s68n7rd], .top-row .btn-link[b-ol1s68n7rd] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ol1s68n7rd] {
        flex-direction: row;
    }

    .sidebar[b-ol1s68n7rd] {
        width: 500px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ol1s68n7rd] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-ol1s68n7rd], article[b-ol1s68n7rd] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout_XRay.razor.rz.scp.css */
.page[b-5ji7nn7jne] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-5ji7nn7jne] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-5ji7nn7jne] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-5ji7nn7jne]  a, .top-row .btn-link[b-5ji7nn7jne] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-5ji7nn7jne] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-5ji7nn7jne] {
        display: none;
    }

    .top-row.auth[b-5ji7nn7jne] {
        justify-content: space-between;
    }

    .top-row a[b-5ji7nn7jne], .top-row .btn-link[b-5ji7nn7jne] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-5ji7nn7jne] {
        flex-direction: row;
    }

    .sidebar[b-5ji7nn7jne] {
        width: 500px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-5ji7nn7jne] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-5ji7nn7jne], article[b-5ji7nn7jne] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/NavMenu_Acc.razor.rz.scp.css */

.navbar-toggler[b-49e46l2a25] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-49e46l2a25] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-49e46l2a25] {
    font-size: 1.1rem;
}

.oi[b-49e46l2a25] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-49e46l2a25] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    /*    .nav-item:hover {
        transform: translateY(30px);
    }*/

    .nav-item:first-of-type[b-49e46l2a25] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-49e46l2a25] {
        padding-bottom: 1rem;
    }

    .nav-item[b-49e46l2a25]  a {
        text-decoration: none;
        background: #ffff;
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        box-shadow: 0 15px 25px rgba(0,0,0,0.5);
    }

        .nav-item[b-49e46l2a25]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-49e46l2a25]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

h3[b-49e46l2a25] {
    margin: 3px;
    padding: 3px;
    color: black;
    background: #a1d8c1;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.35);
    transition: 0.5s;
    transform: translateY(-20px);
    font-size: 1.5em;
    font-weight: 600;
    color: #555;
    line-height: 2em;
    box-shadow: 0 15px 25px rgba(0,0,0,0.5);
}

@media (min-width: 641px) {
    .navbar-toggler[b-49e46l2a25] {
        display: none;
    }

    .collapse[b-49e46l2a25] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Components/Layout/NavMenu_Acc_Admin.razor.rz.scp.css */

.navbar-toggler[b-5vxplos4cd] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-5vxplos4cd] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-5vxplos4cd] {
    font-size: 1.1rem;
}

.oi[b-5vxplos4cd] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-5vxplos4cd] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    /*    .nav-item:hover {
        transform: translateY(30px);
    }*/

    .nav-item:first-of-type[b-5vxplos4cd] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-5vxplos4cd] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5vxplos4cd]  a {
        text-decoration: none;
        background: #ffff;
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        box-shadow: 0 15px 25px rgba(0,0,0,0.5);
    }

        .nav-item[b-5vxplos4cd]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-5vxplos4cd]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

h3[b-5vxplos4cd] {
    margin: 3px;
    padding: 3px;
    color: black;
    background: #a1d8c1;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.35);
    transition: 0.5s;
    transform: translateY(-20px);
    font-size: 1.5em;
    font-weight: 600;
    color: #555;
    line-height: 2em;
    box-shadow: 0 15px 25px rgba(0,0,0,0.5);
}

@media (min-width: 641px) {
    .navbar-toggler[b-5vxplos4cd] {
        display: none;
    }

    .collapse[b-5vxplos4cd] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Components/Layout/NavMenu_Admin.razor.rz.scp.css */

.navbar-toggler[b-ri4s09mvxn] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ri4s09mvxn] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ri4s09mvxn] {
    font-size: 1.1rem;
}

.oi[b-ri4s09mvxn] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ri4s09mvxn] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    /*    .nav-item:hover {
        transform: translateY(30px);
    }*/

    .nav-item:first-of-type[b-ri4s09mvxn] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ri4s09mvxn] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ri4s09mvxn]  a {
        text-decoration: none;
        background: #ffff;
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        box-shadow: 0 15px 25px rgba(0,0,0,0.5);
    }

        .nav-item[b-ri4s09mvxn]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-ri4s09mvxn]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

h3[b-ri4s09mvxn] {
    margin: 3px;
    padding: 3px;
    color: black;
    background: #a1d8c1;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.35);
    transition: 0.5s;
    transform: translateY(-20px);
    font-size: 1.5em;
    font-weight: 600;
    color: #555;
    line-height: 2em;
    box-shadow: 0 15px 25px rgba(0,0,0,0.5);
}

@media (min-width: 641px) {
    .navbar-toggler[b-ri4s09mvxn] {
        display: none;
    }

    .collapse[b-ri4s09mvxn] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Components/Layout/NavMenu_Clinic_Cash.razor.rz.scp.css */
.navbar-toggler[b-3cle19dspp] {
    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-3cle19dspp] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-3cle19dspp] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-3cle19dspp] {
    font-size: 1.1rem;
}

.bi[b-3cle19dspp] {
    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-3cle19dspp] {
    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-3cle19dspp] {
    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-3cle19dspp] {
    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");
}

.bi-lock-nav-menu[b-3cle19dspp] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-3cle19dspp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-3cle19dspp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-3cle19dspp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-3cle19dspp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-3cle19dspp] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-3cle19dspp] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-3cle19dspp] {
        padding-bottom: 1rem;
    }

    .nav-item[b-3cle19dspp]  .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-3cle19dspp]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-3cle19dspp]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.nav-scrollable[b-3cle19dspp] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-3cle19dspp] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-3cle19dspp] {
        display: none;
    }

    .nav-scrollable[b-3cle19dspp] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/NavMenu_Clinic_Cash_Admin.razor.rz.scp.css */

.navbar-toggler[b-ecyzdpdsy3] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ecyzdpdsy3] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ecyzdpdsy3] {
    font-size: 1.1rem;
}

.oi[b-ecyzdpdsy3] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ecyzdpdsy3] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    /*    .nav-item:hover {
        transform: translateY(30px);
    }*/

    .nav-item:first-of-type[b-ecyzdpdsy3] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ecyzdpdsy3] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ecyzdpdsy3]  a {
        text-decoration: none;
        background: #ffff;
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        box-shadow: 0 15px 25px rgba(0,0,0,0.5);
    }

        .nav-item[b-ecyzdpdsy3]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-ecyzdpdsy3]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

h3[b-ecyzdpdsy3] {
    margin: 3px;
    padding: 3px;
    color: black;
    background: #a1d8c1;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.35);
    transition: 0.5s;
    transform: translateY(-20px);
    font-size: 1.5em;
    font-weight: 600;
    color: #555;
    line-height: 2em;
    box-shadow: 0 15px 25px rgba(0,0,0,0.5);
}

@media (min-width: 641px) {
    .navbar-toggler[b-ecyzdpdsy3] {
        display: none;
    }

    .collapse[b-ecyzdpdsy3] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Components/Layout/NavMenu_Clinic_Cash_PrintQR.razor.rz.scp.css */

.navbar-toggler[b-xa5mahtum4] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-xa5mahtum4] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-xa5mahtum4] {
    font-size: 1.1rem;
}

.oi[b-xa5mahtum4] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-xa5mahtum4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    /*    .nav-item:hover {
        transform: translateY(30px);
    }*/

    .nav-item:first-of-type[b-xa5mahtum4] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-xa5mahtum4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-xa5mahtum4]  a {
        text-decoration: none;
        background: #ffff;
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        box-shadow: 0 15px 25px rgba(0,0,0,0.5);
    }

        .nav-item[b-xa5mahtum4]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-xa5mahtum4]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

h3[b-xa5mahtum4] {
    margin: 3px;
    padding: 3px;
    color: black;
    background: #a1d8c1;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.35);
    transition: 0.5s;
    transform: translateY(-20px);
    font-size: 1.5em;
    font-weight: 600;
    color: #555;
    line-height: 2em;
    box-shadow: 0 15px 25px rgba(0,0,0,0.5);
}

@media (min-width: 641px) {
    .navbar-toggler[b-xa5mahtum4] {
        display: none;
    }

    .collapse[b-xa5mahtum4] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Components/Layout/NavMenu_Clinic_Cash_PrintQR_Admin.razor.rz.scp.css */

.navbar-toggler[b-xouilchwb1] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-xouilchwb1] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-xouilchwb1] {
    font-size: 1.1rem;
}

.oi[b-xouilchwb1] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-xouilchwb1] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    /*    .nav-item:hover {
        transform: translateY(30px);
    }*/

    .nav-item:first-of-type[b-xouilchwb1] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-xouilchwb1] {
        padding-bottom: 1rem;
    }

    .nav-item[b-xouilchwb1]  a {
        text-decoration: none;
        background: #ffff;
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        box-shadow: 0 15px 25px rgba(0,0,0,0.5);
    }

        .nav-item[b-xouilchwb1]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-xouilchwb1]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

h3[b-xouilchwb1] {
    margin: 3px;
    padding: 3px;
    color: black;
    background: #a1d8c1;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.35);
    transition: 0.5s;
    transform: translateY(-20px);
    font-size: 1.5em;
    font-weight: 600;
    color: #555;
    line-height: 2em;
    box-shadow: 0 15px 25px rgba(0,0,0,0.5);
}

@media (min-width: 641px) {
    .navbar-toggler[b-xouilchwb1] {
        display: none;
    }

    .collapse[b-xouilchwb1] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Components/Layout/NavMenu_Clinic_Reports.razor.rz.scp.css */

.navbar-toggler[b-lgphal3ts3] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-lgphal3ts3] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-lgphal3ts3] {
    font-size: 1.1rem;
}

.oi[b-lgphal3ts3] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-lgphal3ts3] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    /*    .nav-item:hover {
        transform: translateY(30px);
    }*/

    .nav-item:first-of-type[b-lgphal3ts3] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-lgphal3ts3] {
        padding-bottom: 1rem;
    }

    .nav-item[b-lgphal3ts3]  a {
        text-decoration: none;
        background: #ffff;
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        box-shadow: 0 15px 25px rgba(0,0,0,0.5);
    }

        .nav-item[b-lgphal3ts3]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-lgphal3ts3]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

h3[b-lgphal3ts3] {
    margin: 3px;
    padding: 3px;
    color: black;
    background: #a1d8c1;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.35);
    transition: 0.5s;
    transform: translateY(-20px);
    font-size: 1.5em;
    font-weight: 600;
    color: #555;
    line-height: 2em;
    box-shadow: 0 15px 25px rgba(0,0,0,0.5);
}

@media (min-width: 641px) {
    .navbar-toggler[b-lgphal3ts3] {
        display: none;
    }

    .collapse[b-lgphal3ts3] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Components/Layout/NavMenu_Clinic_Reports_Admin.razor.rz.scp.css */

.navbar-toggler[b-90cjwhfxu8] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-90cjwhfxu8] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-90cjwhfxu8] {
    font-size: 1.1rem;
}

.oi[b-90cjwhfxu8] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-90cjwhfxu8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    /*    .nav-item:hover {
        transform: translateY(30px);
    }*/

    .nav-item:first-of-type[b-90cjwhfxu8] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-90cjwhfxu8] {
        padding-bottom: 1rem;
    }

    .nav-item[b-90cjwhfxu8]  a {
        text-decoration: none;
        background: #ffff;
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        box-shadow: 0 15px 25px rgba(0,0,0,0.5);
    }

        .nav-item[b-90cjwhfxu8]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-90cjwhfxu8]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

h3[b-90cjwhfxu8] {
    margin: 3px;
    padding: 3px;
    color: black;
    background: #a1d8c1;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.35);
    transition: 0.5s;
    transform: translateY(-20px);
    font-size: 1.5em;
    font-weight: 600;
    color: #555;
    line-height: 2em;
    box-shadow: 0 15px 25px rgba(0,0,0,0.5);
}

@media (min-width: 641px) {
    .navbar-toggler[b-90cjwhfxu8] {
        display: none;
    }

    .collapse[b-90cjwhfxu8] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Components/Layout/NavMenu_Clinic_Tables.razor.rz.scp.css */

.navbar-toggler[b-rpgqq0sk9w] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-rpgqq0sk9w] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-rpgqq0sk9w] {
    font-size: 1.1rem;
}

.oi[b-rpgqq0sk9w] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-rpgqq0sk9w] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    /*    .nav-item:hover {
        transform: translateY(30px);
    }*/

    .nav-item:first-of-type[b-rpgqq0sk9w] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-rpgqq0sk9w] {
        padding-bottom: 1rem;
    }

    .nav-item[b-rpgqq0sk9w]  a {
        text-decoration: none;
        background: #ffff;
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        box-shadow: 0 15px 25px rgba(0,0,0,0.5);
    }

        .nav-item[b-rpgqq0sk9w]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-rpgqq0sk9w]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

h3[b-rpgqq0sk9w] {
    margin: 3px;
    padding: 3px;
    color: black;
    background: #a1d8c1;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.35);
    transition: 0.5s;
    transform: translateY(-20px);
    font-size: 1.5em;
    font-weight: 600;
    color: #555;
    line-height: 2em;
    box-shadow: 0 15px 25px rgba(0,0,0,0.5);
}

@media (min-width: 641px) {
    .navbar-toggler[b-rpgqq0sk9w] {
        display: none;
    }

    .collapse[b-rpgqq0sk9w] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Components/Layout/NavMenu_Clinic_Tables_Admin.razor.rz.scp.css */

.navbar-toggler[b-tvljbzck7i] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-tvljbzck7i] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-tvljbzck7i] {
    font-size: 1.1rem;
}

.oi[b-tvljbzck7i] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-tvljbzck7i] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    /*    .nav-item:hover {
        transform: translateY(30px);
    }*/

    .nav-item:first-of-type[b-tvljbzck7i] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-tvljbzck7i] {
        padding-bottom: 1rem;
    }

    .nav-item[b-tvljbzck7i]  a {
        text-decoration: none;
        background: #ffff;
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        box-shadow: 0 15px 25px rgba(0,0,0,0.5);
    }

        .nav-item[b-tvljbzck7i]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-tvljbzck7i]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

h3[b-tvljbzck7i] {
    margin: 3px;
    padding: 3px;
    color: black;
    background: #a1d8c1;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.35);
    transition: 0.5s;
    transform: translateY(-20px);
    font-size: 1.5em;
    font-weight: 600;
    color: #555;
    line-height: 2em;
    box-shadow: 0 15px 25px rgba(0,0,0,0.5);
}

@media (min-width: 641px) {
    .navbar-toggler[b-tvljbzck7i] {
        display: none;
    }

    .collapse[b-tvljbzck7i] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Components/Layout/NavMenu_Doctor_Cash.razor.rz.scp.css */
.navbar-toggler[b-wxx2zn694b] {
    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-wxx2zn694b] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-wxx2zn694b] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-wxx2zn694b] {
    font-size: 1.1rem;
}

.bi[b-wxx2zn694b] {
    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-wxx2zn694b] {
    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-wxx2zn694b] {
    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-wxx2zn694b] {
    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");
}

.bi-lock-nav-menu[b-wxx2zn694b] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-wxx2zn694b] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-wxx2zn694b] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-wxx2zn694b] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-wxx2zn694b] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-wxx2zn694b] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-wxx2zn694b] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-wxx2zn694b] {
        padding-bottom: 1rem;
    }

    .nav-item[b-wxx2zn694b]  .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-wxx2zn694b]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-wxx2zn694b]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.nav-scrollable[b-wxx2zn694b] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-wxx2zn694b] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-wxx2zn694b] {
        display: none;
    }

    .nav-scrollable[b-wxx2zn694b] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/NavMenu_Doctor_Cash_Admin.razor.rz.scp.css */

.navbar-toggler[b-xmrwpg7zul] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-xmrwpg7zul] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-xmrwpg7zul] {
    font-size: 1.1rem;
}

.oi[b-xmrwpg7zul] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-xmrwpg7zul] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    /*    .nav-item:hover {
        transform: translateY(30px);
    }*/

    .nav-item:first-of-type[b-xmrwpg7zul] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-xmrwpg7zul] {
        padding-bottom: 1rem;
    }

    .nav-item[b-xmrwpg7zul]  a {
        text-decoration: none;
        background: #ffff;
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        box-shadow: 0 15px 25px rgba(0,0,0,0.5);
    }

        .nav-item[b-xmrwpg7zul]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-xmrwpg7zul]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

h3[b-xmrwpg7zul] {
    margin: 3px;
    padding: 3px;
    color: black;
    background: #a1d8c1;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.35);
    transition: 0.5s;
    transform: translateY(-20px);
    font-size: 1.5em;
    font-weight: 600;
    color: #555;
    line-height: 2em;
    box-shadow: 0 15px 25px rgba(0,0,0,0.5);
}

@media (min-width: 641px) {
    .navbar-toggler[b-xmrwpg7zul] {
        display: none;
    }

    .collapse[b-xmrwpg7zul] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Components/Layout/NavMenu_Gym.razor.rz.scp.css */

.navbar-toggler[b-e6myxmee5x] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-e6myxmee5x] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-e6myxmee5x] {
    font-size: 1.1rem;
}

.oi[b-e6myxmee5x] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-e6myxmee5x] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    /*    .nav-item:hover {
        transform: translateY(30px);
    }*/

    .nav-item:first-of-type[b-e6myxmee5x] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-e6myxmee5x] {
        padding-bottom: 1rem;
    }

    .nav-item[b-e6myxmee5x]  a {
        text-decoration: none;
        background: #ffff;
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        box-shadow: 0 15px 25px rgba(0,0,0,0.5);
    }

        .nav-item[b-e6myxmee5x]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-e6myxmee5x]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

h3[b-e6myxmee5x] {
    margin: 3px;
    padding: 3px;
    color: black;
    background: #a1d8c1;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.35);
    transition: 0.5s;
    transform: translateY(-20px);
    font-size: 1.5em;
    font-weight: 600;
    color: #555;
    line-height: 2em;
    box-shadow: 0 15px 25px rgba(0,0,0,0.5);
}

@media (min-width: 641px) {
    .navbar-toggler[b-e6myxmee5x] {
        display: none;
    }

    .collapse[b-e6myxmee5x] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Components/Layout/NavMenu_HR.razor.rz.scp.css */

.navbar-toggler[b-u33jehjugq] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-u33jehjugq] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-u33jehjugq] {
    font-size: 1.1rem;
}

.oi[b-u33jehjugq] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-u33jehjugq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    /*    .nav-item:hover {
        transform: translateY(30px);
    }*/

    .nav-item:first-of-type[b-u33jehjugq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-u33jehjugq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-u33jehjugq]  a {
        text-decoration: none;
        background: #ffff;
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        box-shadow: 0 15px 25px rgba(0,0,0,0.5);
    }

        .nav-item[b-u33jehjugq]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-u33jehjugq]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

h3[b-u33jehjugq] {
    margin: 3px;
    padding: 3px;
    color: black;
    background: #a1d8c1;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.35);
    transition: 0.5s;
    transform: translateY(-20px);
    font-size: 1.5em;
    font-weight: 600;
    color: #555;
    line-height: 2em;
    box-shadow: 0 15px 25px rgba(0,0,0,0.5);
}

@media (min-width: 641px) {
    .navbar-toggler[b-u33jehjugq] {
        display: none;
    }

    .collapse[b-u33jehjugq] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Components/Layout/NavMenu_Lab.razor.rz.scp.css */

.navbar-toggler[b-hft8czfqux] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-hft8czfqux] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-hft8czfqux] {
    font-size: 1.1rem;
}

.oi[b-hft8czfqux] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-hft8czfqux] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    /*    .nav-item:hover {
        transform: translateY(30px);
    }*/

    .nav-item:first-of-type[b-hft8czfqux] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-hft8czfqux] {
        padding-bottom: 1rem;
    }

    .nav-item[b-hft8czfqux]  a {
        text-decoration: none;
        background: #ffff;
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        box-shadow: 0 15px 25px rgba(0,0,0,0.5);
    }

        .nav-item[b-hft8czfqux]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-hft8czfqux]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

h3[b-hft8czfqux] {
    margin: 3px;
    padding: 3px;
    color: black;
    background: #a1d8c1;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.35);
    transition: 0.5s;
    transform: translateY(-20px);
    font-size: 1.5em;
    font-weight: 600;
    color: #555;
    line-height: 2em;
    box-shadow: 0 15px 25px rgba(0,0,0,0.5);
}

@media (min-width: 641px) {
    .navbar-toggler[b-hft8czfqux] {
        display: none;
    }

    .collapse[b-hft8czfqux] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Components/Layout/NavMenu_Lead.razor.rz.scp.css */

.navbar-toggler[b-m0strk0221] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-m0strk0221] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-m0strk0221] {
    font-size: 1.1rem;
}

.oi[b-m0strk0221] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-m0strk0221] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    /*    .nav-item:hover {
        transform: translateY(30px);
    }*/

    .nav-item:first-of-type[b-m0strk0221] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-m0strk0221] {
        padding-bottom: 1rem;
    }

    .nav-item[b-m0strk0221]  a {
        text-decoration: none;
        background: #ffff;
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        box-shadow: 0 15px 25px rgba(0,0,0,0.5);
    }

        .nav-item[b-m0strk0221]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-m0strk0221]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

h3[b-m0strk0221] {
    margin: 3px;
    padding: 3px;
    color: black;
    background: #a1d8c1;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.35);
    transition: 0.5s;
    transform: translateY(-20px);
    font-size: 1.5em;
    font-weight: 600;
    color: #555;
    line-height: 2em;
    box-shadow: 0 15px 25px rgba(0,0,0,0.5);
}

@media (min-width: 641px) {
    .navbar-toggler[b-m0strk0221] {
        display: none;
    }

    .collapse[b-m0strk0221] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Components/Layout/NavMenu_Lead_Admin.razor.rz.scp.css */

.navbar-toggler[b-ik5jee15sg] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ik5jee15sg] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ik5jee15sg] {
    font-size: 1.1rem;
}

.oi[b-ik5jee15sg] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ik5jee15sg] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    /*    .nav-item:hover {
        transform: translateY(30px);
    }*/

    .nav-item:first-of-type[b-ik5jee15sg] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ik5jee15sg] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ik5jee15sg]  a {
        text-decoration: none;
        background: #ffff;
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        box-shadow: 0 15px 25px rgba(0,0,0,0.5);
    }

        .nav-item[b-ik5jee15sg]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-ik5jee15sg]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

h3[b-ik5jee15sg] {
    margin: 3px;
    padding: 3px;
    color: black;
    background: #a1d8c1;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.35);
    transition: 0.5s;
    transform: translateY(-20px);
    font-size: 1.5em;
    font-weight: 600;
    color: #555;
    line-height: 2em;
    box-shadow: 0 15px 25px rgba(0,0,0,0.5);
}

@media (min-width: 641px) {
    .navbar-toggler[b-ik5jee15sg] {
        display: none;
    }

    .collapse[b-ik5jee15sg] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Components/Layout/NavMenu_Lead_Plans.razor.rz.scp.css */

.navbar-toggler[b-lnyhhk50kx] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-lnyhhk50kx] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-lnyhhk50kx] {
    font-size: 1.1rem;
}

.oi[b-lnyhhk50kx] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-lnyhhk50kx] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    /*    .nav-item:hover {
        transform: translateY(30px);
    }*/

    .nav-item:first-of-type[b-lnyhhk50kx] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-lnyhhk50kx] {
        padding-bottom: 1rem;
    }

    .nav-item[b-lnyhhk50kx]  a {
        text-decoration: none;
        background: #ffff;
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        box-shadow: 0 15px 25px rgba(0,0,0,0.5);
    }

        .nav-item[b-lnyhhk50kx]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-lnyhhk50kx]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

h3[b-lnyhhk50kx] {
    margin: 3px;
    padding: 3px;
    color: black;
    background: #a1d8c1;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.35);
    transition: 0.5s;
    transform: translateY(-20px);
    font-size: 1.5em;
    font-weight: 600;
    color: #555;
    line-height: 2em;
    box-shadow: 0 15px 25px rgba(0,0,0,0.5);
}

@media (min-width: 641px) {
    .navbar-toggler[b-lnyhhk50kx] {
        display: none;
    }

    .collapse[b-lnyhhk50kx] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Components/Layout/NavMenu_Lead_Plans_Admin.razor.rz.scp.css */

.navbar-toggler[b-9ev3dhluk4] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-9ev3dhluk4] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-9ev3dhluk4] {
    font-size: 1.1rem;
}

.oi[b-9ev3dhluk4] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-9ev3dhluk4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    /*    .nav-item:hover {
        transform: translateY(30px);
    }*/

    .nav-item:first-of-type[b-9ev3dhluk4] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-9ev3dhluk4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-9ev3dhluk4]  a {
        text-decoration: none;
        background: #ffff;
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        box-shadow: 0 15px 25px rgba(0,0,0,0.5);
    }

        .nav-item[b-9ev3dhluk4]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-9ev3dhluk4]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

h3[b-9ev3dhluk4] {
    margin: 3px;
    padding: 3px;
    color: black;
    background: #a1d8c1;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.35);
    transition: 0.5s;
    transform: translateY(-20px);
    font-size: 1.5em;
    font-weight: 600;
    color: #555;
    line-height: 2em;
    box-shadow: 0 15px 25px rgba(0,0,0,0.5);
}

@media (min-width: 641px) {
    .navbar-toggler[b-9ev3dhluk4] {
        display: none;
    }

    .collapse[b-9ev3dhluk4] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Components/Layout/NavMenu_Lead_Reports.razor.rz.scp.css */

.navbar-toggler[b-qbobmuhvf4] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-qbobmuhvf4] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-qbobmuhvf4] {
    font-size: 1.1rem;
}

.oi[b-qbobmuhvf4] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-qbobmuhvf4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    /*    .nav-item:hover {
        transform: translateY(30px);
    }*/

    .nav-item:first-of-type[b-qbobmuhvf4] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-qbobmuhvf4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-qbobmuhvf4]  a {
        text-decoration: none;
        background: #ffff;
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        box-shadow: 0 15px 25px rgba(0,0,0,0.5);
    }

        .nav-item[b-qbobmuhvf4]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-qbobmuhvf4]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

h3[b-qbobmuhvf4] {
    margin: 3px;
    padding: 3px;
    color: black;
    background: #a1d8c1;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.35);
    transition: 0.5s;
    transform: translateY(-20px);
    font-size: 1.5em;
    font-weight: 600;
    color: #555;
    line-height: 2em;
    box-shadow: 0 15px 25px rgba(0,0,0,0.5);
}

@media (min-width: 641px) {
    .navbar-toggler[b-qbobmuhvf4] {
        display: none;
    }

    .collapse[b-qbobmuhvf4] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Components/Layout/NavMenu_Lead_Reports_Admin.razor.rz.scp.css */

.navbar-toggler[b-t3ti9g09k4] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-t3ti9g09k4] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-t3ti9g09k4] {
    font-size: 1.1rem;
}

.oi[b-t3ti9g09k4] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-t3ti9g09k4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    /*    .nav-item:hover {
        transform: translateY(30px);
    }*/

    .nav-item:first-of-type[b-t3ti9g09k4] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-t3ti9g09k4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-t3ti9g09k4]  a {
        text-decoration: none;
        background: #ffff;
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        box-shadow: 0 15px 25px rgba(0,0,0,0.5);
    }

        .nav-item[b-t3ti9g09k4]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-t3ti9g09k4]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

h3[b-t3ti9g09k4] {
    margin: 3px;
    padding: 3px;
    color: black;
    background: #a1d8c1;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.35);
    transition: 0.5s;
    transform: translateY(-20px);
    font-size: 1.5em;
    font-weight: 600;
    color: #555;
    line-height: 2em;
    box-shadow: 0 15px 25px rgba(0,0,0,0.5);
}

@media (min-width: 641px) {
    .navbar-toggler[b-t3ti9g09k4] {
        display: none;
    }

    .collapse[b-t3ti9g09k4] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Components/Layout/NavMenu_Marketing.razor.rz.scp.css */

.navbar-toggler[b-09enduj806] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-09enduj806] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-09enduj806] {
    font-size: 1.1rem;
}

.oi[b-09enduj806] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-09enduj806] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    /*    .nav-item:hover {
        transform: translateY(30px);
    }*/

    .nav-item:first-of-type[b-09enduj806] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-09enduj806] {
        padding-bottom: 1rem;
    }

    .nav-item[b-09enduj806]  a {
        text-decoration: none;
        background: #ffff;
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        box-shadow: 0 15px 25px rgba(0,0,0,0.5);
    }

        .nav-item[b-09enduj806]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-09enduj806]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

h3[b-09enduj806] {
    margin: 3px;
    padding: 3px;
    color: black;
    background: #a1d8c1;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.35);
    transition: 0.5s;
    transform: translateY(-20px);
    font-size: 1.5em;
    font-weight: 600;
    color: #555;
    line-height: 2em;
    box-shadow: 0 15px 25px rgba(0,0,0,0.5);
}

@media (min-width: 641px) {
    .navbar-toggler[b-09enduj806] {
        display: none;
    }

    .collapse[b-09enduj806] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Components/Layout/NavMenu_Marketing_Admin.razor.rz.scp.css */

.navbar-toggler[b-nkj1u51nu2] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-nkj1u51nu2] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-nkj1u51nu2] {
    font-size: 1.1rem;
}

.oi[b-nkj1u51nu2] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-nkj1u51nu2] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    /*    .nav-item:hover {
        transform: translateY(30px);
    }*/

    .nav-item:first-of-type[b-nkj1u51nu2] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-nkj1u51nu2] {
        padding-bottom: 1rem;
    }

    .nav-item[b-nkj1u51nu2]  a {
        text-decoration: none;
        background: #ffff;
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        box-shadow: 0 15px 25px rgba(0,0,0,0.5);
    }

        .nav-item[b-nkj1u51nu2]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-nkj1u51nu2]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

h3[b-nkj1u51nu2] {
    margin: 3px;
    padding: 3px;
    color: black;
    background: #a1d8c1;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.35);
    transition: 0.5s;
    transform: translateY(-20px);
    font-size: 1.5em;
    font-weight: 600;
    color: #555;
    line-height: 2em;
    box-shadow: 0 15px 25px rgba(0,0,0,0.5);
}

@media (min-width: 641px) {
    .navbar-toggler[b-nkj1u51nu2] {
        display: none;
    }

    .collapse[b-nkj1u51nu2] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Components/Layout/NavMenu_Old.razor.rz.scp.css */
.navbar-toggler[b-a4odm8pm4o] {
    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-a4odm8pm4o] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-a4odm8pm4o] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-a4odm8pm4o] {
    font-size: 1.1rem;
}

.bi[b-a4odm8pm4o] {
    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-a4odm8pm4o] {
    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-a4odm8pm4o] {
    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-a4odm8pm4o] {
    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");
}

.bi-lock-nav-menu[b-a4odm8pm4o] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-a4odm8pm4o] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-a4odm8pm4o] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-a4odm8pm4o] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-a4odm8pm4o] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-a4odm8pm4o] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-a4odm8pm4o] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-a4odm8pm4o] {
        padding-bottom: 1rem;
    }

    .nav-item[b-a4odm8pm4o]  .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-a4odm8pm4o]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-a4odm8pm4o]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-a4odm8pm4o] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-a4odm8pm4o] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-a4odm8pm4o] {
        display: none;
    }

    .nav-scrollable[b-a4odm8pm4o] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/NavMenu_Stock.razor.rz.scp.css */

.navbar-toggler[b-k728523cas] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-k728523cas] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-k728523cas] {
    font-size: 1.1rem;
}

.oi[b-k728523cas] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-k728523cas] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    /*    .nav-item:hover {
        transform: translateY(30px);
    }*/

    .nav-item:first-of-type[b-k728523cas] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-k728523cas] {
        padding-bottom: 1rem;
    }

    .nav-item[b-k728523cas]  a {
        text-decoration: none;
        background: #ffff;
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        box-shadow: 0 15px 25px rgba(0,0,0,0.5);
    }

        .nav-item[b-k728523cas]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-k728523cas]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

h3[b-k728523cas] {
    margin: 3px;
    padding: 3px;
    color: black;
    background: #a1d8c1;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.35);
    transition: 0.5s;
    transform: translateY(-20px);
    font-size: 1.5em;
    font-weight: 600;
    color: #555;
    line-height: 2em;
    box-shadow: 0 15px 25px rgba(0,0,0,0.5);
}

@media (min-width: 641px) {
    .navbar-toggler[b-k728523cas] {
        display: none;
    }

    .collapse[b-k728523cas] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Components/Layout/NavMenu_Stock_Admin.razor.rz.scp.css */

.navbar-toggler[b-xantukvhbw] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-xantukvhbw] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-xantukvhbw] {
    font-size: 1.1rem;
}

.oi[b-xantukvhbw] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-xantukvhbw] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    /*    .nav-item:hover {
        transform: translateY(30px);
    }*/

    .nav-item:first-of-type[b-xantukvhbw] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-xantukvhbw] {
        padding-bottom: 1rem;
    }

    .nav-item[b-xantukvhbw]  a {
        text-decoration: none;
        background: #ffff;
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        box-shadow: 0 15px 25px rgba(0,0,0,0.5);
    }

        .nav-item[b-xantukvhbw]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-xantukvhbw]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

h3[b-xantukvhbw] {
    margin: 3px;
    padding: 3px;
    color: black;
    background: #a1d8c1;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.35);
    transition: 0.5s;
    transform: translateY(-20px);
    font-size: 1.5em;
    font-weight: 600;
    color: #555;
    line-height: 2em;
    box-shadow: 0 15px 25px rgba(0,0,0,0.5);
}

@media (min-width: 641px) {
    .navbar-toggler[b-xantukvhbw] {
        display: none;
    }

    .collapse[b-xantukvhbw] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Components/Layout/NavMenu_XRay.razor.rz.scp.css */

.navbar-toggler[b-u7nn02ab9s] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-u7nn02ab9s] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-u7nn02ab9s] {
    font-size: 1.1rem;
}

.oi[b-u7nn02ab9s] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-u7nn02ab9s] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    /*    .nav-item:hover {
        transform: translateY(30px);
    }*/

    .nav-item:first-of-type[b-u7nn02ab9s] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-u7nn02ab9s] {
        padding-bottom: 1rem;
    }

    .nav-item[b-u7nn02ab9s]  a {
        text-decoration: none;
        background: #ffff;
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        box-shadow: 0 15px 25px rgba(0,0,0,0.5);
    }

        .nav-item[b-u7nn02ab9s]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-u7nn02ab9s]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

h3[b-u7nn02ab9s] {
    margin: 3px;
    padding: 3px;
    color: black;
    background: #a1d8c1;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.35);
    transition: 0.5s;
    transform: translateY(-20px);
    font-size: 1.5em;
    font-weight: 600;
    color: #555;
    line-height: 2em;
    box-shadow: 0 15px 25px rgba(0,0,0,0.5);
}

@media (min-width: 641px) {
    .navbar-toggler[b-u7nn02ab9s] {
        display: none;
    }

    .collapse[b-u7nn02ab9s] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Components/Layout/New0.razor.rz.scp.css */

/* 2025 Theme Start */
:root[b-mg54k58yv9] {
    --cfs-theme-background-color: #f9f9f9; /* Broken white */
    --cfs-theme-sidebar-bg-color: #1e2143; /* Broken white */
    --cfs-theme-text-color: #1e2143; /* Dark blue */
    --cfs-theme-border-color: #8f4d0a; /* Hover orange */
}
/* 2025 Theme End*/

.sidebar[b-mg54k58yv9] {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    min-height: 100vh;
    overflow-y: auto;
    padding: 20px;
    background-color: var(--cfs-theme-sidebar-bg-color);
}

.sidebar-header[b-mg54k58yv9] {
    margin-bottom: 15px;
}

.content-wrapper[b-mg54k58yv9] {
    flex-grow: 1; /* Allow content to fill remaining space */
    padding-left: 200px; /* Match sidebar width */
}

.header[b-mg54k58yv9] {
    padding: 20px;
    background-color: #f0f0f0;
    position: sticky;
    top: 0;
    z-index: 1;
}

.footer[b-mg54k58yv9] {
    background-color: #f8f9fa;
    padding: 1rem;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
}
/* /Components/Layout/New1.razor.rz.scp.css */

/* 2025 Theme Start */
:root[b-o6xyktftvz] {
    --cfs-theme-background-color: #f9f9f9; /* Broken white */
    --cfs-theme-sidebar-bg-color: #1e2143; /* Broken white */
    --cfs-theme-text-color: #1e2143; /* Dark blue */
    --cfs-theme-border-color: #8f4d0a; /* Hover orange */
}
/* 2025 Theme End*/

.sidebar[b-o6xyktftvz] {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    min-height: 100vh;
    overflow-y: auto;
    padding: 20px;
    background-color: var(--cfs-theme-sidebar-bg-color);
}

.sidebar-header[b-o6xyktftvz] {
    margin-bottom: 15px;
}

.content-wrapper[b-o6xyktftvz] {
    flex-grow: 1; /* Allow content to fill remaining space */
    padding-left: 200px; /* Match sidebar width */
}

.header[b-o6xyktftvz] {
    padding: 20px;
    background-color: #f0f0f0;
    position: sticky;
    top: 0;
    z-index: 1;
}

.footer[b-o6xyktftvz] {
    background-color: #f8f9fa;
    padding: 1rem;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
}
/* /Components/Layout/SettingsNew2025Layout.razor.rz.scp.css */
/* /Components/Pages/Acc/F/C3010TblBankCheque/PrintWebAlAhliBank.razor.rz.scp.css */
.BankCheque-BankChequeDate[b-qvpnam7sto] {
    position: absolute;
    top: 10px;
    right: 70px;
}

.BankCheque-PlaceOfIssue[b-qvpnam7sto] {
    position: absolute;
    top: 30px;
    right: 90px;
}

.BankCheque-Beneficiary[b-qvpnam7sto] {
    position: absolute;
    top: 100px;
    right: 180px;
}


.BankCheque-TheAmount[b-qvpnam7sto] {
    position: absolute;
    top: 200px;
    right: 90px;
}

.BankCheque-TheAmountWords[b-qvpnam7sto] {
    position: absolute;
    top: 200px;
    right: 200px;
}

.BankCheque-ChequeShortDescription[b-qvpnam7sto] {
    position: absolute;
    top: 220px;
    right: 170px;
}
/* /Components/Pages/Acc/F/C3010TblBankCheque/PrintWebAlBiladBank.razor.rz.scp.css */
.BankCheque-BankChequeDate[b-rldwx2cj46] {
    position: absolute;
    top: 15px;
    right: 90px;
    font-size: 14px;
    font-weight:bold;
}

.BankCheque-PlaceOfIssue[b-rldwx2cj46] {
    position: absolute;
    top: 35px;
    right: 100px;
    font-size: 14px;
    font-weight: bold;
}

.BankCheque-Beneficiary[b-rldwx2cj46] {
    position: absolute;
    top: 90px;
    right: 240px;
    font-size: 14px;
    font-weight: bold;
}


.BankCheque-TheAmount[b-rldwx2cj46] {
    position: absolute;
    top: 170px;
    right: 50px;
    font-size: 14px;
    font-weight: bold;
}

.BankCheque-TheAmountWords[b-rldwx2cj46] {
    position: absolute;
    top: 140px;
    right: 300px;
    font-size: 14px;
    font-weight: bold;
}

.BankCheque-ChequeShortDescription[b-rldwx2cj46] {
    position: absolute;
    top: 170px;
    right: 230px;
    font-size: 12px;
    font-weight: bold;
}

@media print {
    @page {
        size: A4 portrait;
    }
}

/*Printing Notes:*/
/*Scale % : Actual size*/
/*margins: Default*/
/* /Components/Pages/Acc/F/C3010TblBankCheque/PrintWebAlinmaBank.razor.rz.scp.css */
.BankCheque-BankChequeDate[b-g4smykzj6z] {
    position: absolute;
    top: 0;
    right: 20px;
    font-weight: 900;
}

.BankCheque-PlaceOfIssue[b-g4smykzj6z] {
    position: absolute;
    top: 20px;
    right: 50px;
    font-weight: 900;
}

.BankCheque-Beneficiary[b-g4smykzj6z] {
    position: absolute;
    top: 80px;
    right: 230px;
    font-weight: 900;
}


.BankCheque-TheAmount[b-g4smykzj6z] {
    position: absolute;
    top: 135px;
    right: 30px;
    font-weight: 900;
}

.BankCheque-TheAmountWords[b-g4smykzj6z] {
    position: absolute;
    top: 115px;
    right: 300px;
    font-weight: 900;
}

.BankCheque-ChequeShortDescription[b-g4smykzj6z] {
    position: absolute;
    top: 155px;
    right: 230px;
    font-weight: 900;
}

@media print {
    @page {
        margin: 0;
        size: A4 portrait;
    }
}
/* /Components/Pages/Acc/F/C3023TblTreeLevelSix/BarcodeGenerator.razor.rz.scp.css */
.barcode-wrapper[b-tlpdazlrck] {
    display: flex;
    justify-content: center;
    padding: 1rem;
    background-color: lightgray;
}

.barcode-container[b-tlpdazlrck] {
    width: 250px;
    overflow-x: hidden;
    background-color: lightgray;
}

.barcode-svg[b-tlpdazlrck] {
    width: 100%;
    height: auto;
    background-color: lightgray;
}
/* /Components/Pages/Acc/F/C3023TblTreeLevelSix/BarcodeGeneratorPrint.razor.rz.scp.css */
table[b-6h6925jtfl] {
    width:100%;
    margin-top:10px;
    margin-left:10px;
    text-align:center;
}
/* /Components/Pages/Acc/F/C3023TblTreeLevelSix/HighDensityQrGenerator.razor.rz.scp.css */
.qr-wrapper[b-82361u94fh] {
    display: flex;
    justify-content: center;
    background-color: #f0f0f0;
    padding: 1rem;
    border-radius: 8px;
}

.qr-canvas[b-82361u94fh] {
    width: 200px;
    height: 200px;
}
/* /Components/Pages/Acc/F/C3023TblTreeLevelSix/HighDensityQrGeneratorPrint.razor.rz.scp.css */
table[b-qie9nu1oyj] {
    width: 100%;
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;
}
/* /Components/Pages/HR/F/C5001TblEmployee/Details.razor.rz.scp.css */
main[b-1bopcj4p21]{
    display:flex;
    justify-content:center;
    flex-direction:row;
    flex-wrap: wrap;
    transition: 0.7s ease;
}

figure[b-1bopcj4p21] {
    width: 20em;
    height: 30em;
    box-shadow: 0 5px 50px rgba(1 1 1 / 15%);
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    margin: 25px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}

    figure img[b-1bopcj4p21] {
        width: 200px;
        height: 300px;
        border-radius: 16px;
    }

figure figcaption[b-1bopcj4p21]{
    text-align:center;
    padding-top: 20px;
    font-weight:700;
}

main:hover[b-1bopcj4p21]{
    transform:scale(1.1);
    opacity:0.9;
}
/* /Components/Pages/HR/F/C5001TblEmployee/ListCards.razor.rz.scp.css */
main[b-keuiczmgip] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction:row;
    display:inline-block;
    box-sizing:border-box;
}

main figure[b-keuiczmgip] {
    background-color:#fff;
    width:250px;
    height:350px;
    box-shadow:0 5px 50px rgba(1 1 1 /15%);
    border-radius: 16px;
    padding: 10px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

    main figure img:hover[b-keuiczmgip] {
        transform: scale(1.1);
        opacity: 0.9;
        box-shadow: 0 10px 100px rgba(1 1 1 /15%);
    }

    main figure img[b-keuiczmgip] {
        width: 150px;
        height: 150px;
        border-radius: 16px;
        transition: 0.7s ease;
    }

    main figure h2[b-keuiczmgip] {
        padding-top: 5px;
        letter-spacing:1px;
        font-size: 1em;
        font-weight:500;
    }

main figure a[b-keuiczmgip] {
    text-decoration:none;
    transition: 0.7s ease;
}
main figure a:hover[b-keuiczmgip] {
    transform:scale(1.1);
}
/* /Components/Pages/HR/WIP/C5098TblClearanceForm/Index.razor.rz.scp.css */
.container[b-yoz808d0vh] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #334155;
    background-color: #f8fafc;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

h1[b-yoz808d0vh] {
    text-align: center;
    color: #1e40af;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e2e8f0;
}

h2[b-yoz808d0vh] {
    text-align: center;
    color: black;
    font-size: 2rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

h3[b-yoz808d0vh] {
    text-align: center;
    color: black;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.details-section[b-yoz808d0vh] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
    padding: 2rem;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
}

    .details-section label[b-yoz808d0vh] {
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        font-weight: 500;
    }

    .details-section input[b-yoz808d0vh],
    .details-section select[b-yoz808d0vh],
    .details-section textarea[b-yoz808d0vh] {
        text-align: center;
        padding: 0.75rem;
        border: 1px solid #e2e8f0;
        border-radius: 4px;
        font-size: 1rem;
        transition: border-color 0.2s ease;
    }

        .details-section input:focus[b-yoz808d0vh],
        .details-section select:focus[b-yoz808d0vh],
        .details-section textarea:focus[b-yoz808d0vh], {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgb(59 130 246 / 0.1);
        }

.hr-details-section[b-yoz808d0vh] {
    display: grid;
    grid-template-columns: 1fr;
    /*    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));*/
    gap: 1.5rem;
    margin-bottom: 3rem;
    padding: 2rem;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
}

    .hr-details-section label[b-yoz808d0vh] {
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        font-weight: 500;
    }

    .hr-details-section input[b-yoz808d0vh],
    .hr-details-section select[b-yoz808d0vh],
    .hr-details-section textarea[b-yoz808d0vh] {
        text-align: center;
        padding: 0.75rem;
        border: 1px solid #e2e8f0;
        border-radius: 4px;
        font-size: 1rem;
        transition: border-color 0.2s ease;
    }

        .hr-details-section input:focus[b-yoz808d0vh],
        .hr-details-section select:focus[b-yoz808d0vh],
        .hr-details-section textarea:focus[b-yoz808d0vh], {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgb(59 130 246 / 0.1);
        }

.signature-section[b-yoz808d0vh] {
    display: grid;
    grid-template-columns: 1fr;
    /*    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));*/
    gap: 1.5rem;
    margin-bottom: 3rem;
    padding: 2rem;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
}

    .signature-section label[b-yoz808d0vh] {
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        font-weight: 500;
    }

    .signature-section input[b-yoz808d0vh],
    .signature-section select[b-yoz808d0vh],
    .signature-section textarea[b-yoz808d0vh] {
        text-align: center;
        padding: 0.75rem;
        border: 1px solid #e2e8f0;
        border-radius: 4px;
        font-size: 1rem;
        transition: border-color 0.2s ease;
    }

        .signature-section input:focus[b-yoz808d0vh],
        .signature-section select:focus[b-yoz808d0vh],
        .signature-section textarea:focus[b-yoz808d0vh] {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgb(59 130 246 / 0.1);
        }
/* /Components/Pages/HR/WIP/C5099TblEmploymentCertificate/Index.razor.rz.scp.css */

.container[b-2c8bdtsjls] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
/*    border: 2px solid #000;*/
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-2c8bdtsjls],h3[b-2c8bdtsjls] {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
}

#header-arabic[b-2c8bdtsjls] {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
}

.instructions[b-2c8bdtsjls] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.instructions-section[b-2c8bdtsjls] {
    width: 48%;
    font-size: 1rem;
}

    .instructions-section.arabic[b-2c8bdtsjls] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

ul[b-2c8bdtsjls] {
    list-style: none;
    padding-left: 0;
}

    ul li[b-2c8bdtsjls] {
        margin-bottom: 15px;
        line-height: 1.8;
    }

.details-section[b-2c8bdtsjls] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

label[b-2c8bdtsjls] {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    width: 48%;
}

#content-text[b-2c8bdtsjls] {
    font-weight: normal;
    font-size: 1.3rem;
    margin-top: 10px;
    text-align: justify;
}

#content-text-arabic[b-2c8bdtsjls] {
    font-weight: normal;
    font-size: 1.5rem;
    margin-top: 10px;
    text-align: right;
    text-align: justify;
}

input[type="text"][b-2c8bdtsjls],
input[type="date"][b-2c8bdtsjls] {
    padding: 2px;
    font-size: 1rem;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

    input[type="text"][b-2c8bdtsjls]::placeholder {
        color: #aaa;
    }

/* /Components/Pages/HR/WIP/C5100TblEmploymentCertificate2/Index.razor.rz.scp.css */
.container[b-1oxx9ldw07] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
/*    border: 2px solid #000;*/
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-1oxx9ldw07], h3[b-1oxx9ldw07] {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
}

#header-arabic[b-1oxx9ldw07] {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
}


label[b-1oxx9ldw07] {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    width: 48%;
}

#details-text[b-1oxx9ldw07] {
    font-weight: normal;
    font-size: 1.3rem;
    text-align: justify;
}

#details-text-arabic[b-1oxx9ldw07] {
    font-weight: normal;
    font-size: 1.5rem;
    text-align: right;
    text-align: justify;
}

input[type="text"][b-1oxx9ldw07],
input[type="date"][b-1oxx9ldw07] {
    padding: 2px;
    font-size: 1rem;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

    input[type="text"][b-1oxx9ldw07]::placeholder {
        color: #aaa;
    }

.header[b-1oxx9ldw07] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 0px;
}

.content[b-1oxx9ldw07] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 20px
}

.english[b-1oxx9ldw07] {
    direction: ltr;
    
    font-weight: normal;
    font-size: 1.2rem;
    text-align: justify;
}

.arabic[b-1oxx9ldw07] {
    direction: rtl;
    font-weight: normal;
    font-size: 1.4rem;
    text-align: right;
    text-align: justify;
}

#name-en[b-1oxx9ldw07], nationality-en[b-1oxx9ldw07],
#name-en[b-1oxx9ldw07], nationality-en[b-1oxx9ldw07] {
    width:60%;
}

#job-title-en[b-1oxx9ldw07], #job-title-ar[b-1oxx9ldw07] {
    width:40%;
}

#start-date-en[b-1oxx9ldw07], #end-date-en[b-1oxx9ldw07],
#start-date-ar[b-1oxx9ldw07], #end-date-ar[b-1oxx9ldw07] {
    width: 35%;
}

.signature[b-1oxx9ldw07] {
    text-align: center;
    margin-top: 50px;
    font-size: 1.1rem;
}

#sign-ar[b-1oxx9ldw07] {
    font-size: 1.3rem;
}

.contact[b-1oxx9ldw07] {
    text-align: center;
    margin-top: 20px;
    font-size: 1rem;
}
/* /Components/Pages/HR/WIP/C5101TblExperienceCertificate/Index.razor.rz.scp.css */
.container[b-a3yhyyavgq] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
/*    border: 2px solid #000;*/
    border-radius: 15px;
    background-color: white;
    direction: rtl;
}

h1[b-a3yhyyavgq] {
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
}

label[b-a3yhyyavgq] {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    width: 48%;
    text-align: right;
}

#details-text-arabic[b-a3yhyyavgq] {
    font-weight: normal;
    font-size: 1.5rem;
    text-align: right;
}

#date-ar[b-a3yhyyavgq] {
    width:50%;
}

#number-ar[b-a3yhyyavgq] {
    width: 50%;
}

input[type="text"][b-a3yhyyavgq], input[type="date"][b-a3yhyyavgq], input[type="number"][b-a3yhyyavgq] {
    padding: 2px;
    font-size: 1rem;
    margin-top: 5px;
    border: none;
/*    border: 1px solid #ccc;*/
    border-radius: 5px;
    text-align: right;
    width:20%;
}

.header[b-a3yhyyavgq] {
/*    display: grid;
    grid-template-columns: 1fr;*/
    margin-bottom: 20px;
}

.content[b-a3yhyyavgq] {
    margin-bottom: 10px;
}

.arabic[b-a3yhyyavgq] {
    direction: rtl;
    font-size: 1.4rem;
    text-align: right;
/*    display: flex;
    flex-wrap: wrap; */
    justify-content: space-between;
    text-align:justify;
    gap: 20px;
    margin-bottom: 10px;
}

.signature[b-a3yhyyavgq] {
    text-align: center;
    margin-top: 40px;
    font-size: 1.3rem;
}


/* /Components/Pages/HR/WIP/C5102TblFinalSettlementAcknowledgement/Index.razor.rz.scp.css */

.container[b-me9toa5yx0] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-me9toa5yx0] {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom:20px;
}

#header-arabic[b-me9toa5yx0] {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
}

.instructions[b-me9toa5yx0] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.instructions-section[b-me9toa5yx0] {
    width: 48%;
    font-size: 1rem;
}

    .instructions-section.arabic[b-me9toa5yx0] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

ul[b-me9toa5yx0] {
    list-style: none;
    padding-left: 0;
}

    ul li[b-me9toa5yx0] {
        margin-bottom: 15px;
        line-height: 1.8;
    }

.details-section[b-me9toa5yx0] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
    gap: 20px;
}

label[b-me9toa5yx0] {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    width: 48%;
}

#content-text[b-me9toa5yx0] {
    font-weight: normal;
    font-size: 1.3rem;
    justify-content: center;
    text-align:justify;
}

#content-text-arabic[b-me9toa5yx0] {
    font-weight: normal;
    font-size: 1.7rem;
    text-align: justify;
    direction:rtl;
}

#sign[b-me9toa5yx0] {
    align-content: center;
    margin-left: 320px;
    margin-top: 60px;
}

#sign-input[b-me9toa5yx0] {
    width:60%;
}


input[type="date"][b-me9toa5yx0] {
    width:60%;
    padding: 2px;
    font-size: 1rem;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

input[type="text"][b-me9toa5yx0],
input[type="date"][b-me9toa5yx0],
input[type="number"][b-me9toa5yx0] {
    
    padding: 2px;
    font-size: 1rem;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

    input[type="text"][b-me9toa5yx0]::placeholder {
        color: #aaa;
    }
/* /Components/Pages/HR/WIP/C5103TblJDAssistantHeadOfNursing/Index.razor.rz.scp.css */

.container[b-yv39zlooqb] {
    max-width: 1000px;
    margin: 2rem auto;
    padding: 3rem 4rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #1a2b4b;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}


h1[b-yv39zlooqb] {
    text-align: center;
    color: #1e3a8a;
    font-size: 2.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
    padding-bottom: 1.5rem;
    border-bottom: 3px solid #e5e7eb;
}

h2[b-yv39zlooqb] {
    text-align: right;
    color: #334155;
    font-size: 1.75rem;
    font-weight: 600;
    margin: 2rem 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #f1f5f9;
}

p[b-yv39zlooqb] {
    font-size: 1.125rem;
    text-align: right;
    line-height: 1.75;
    color: #475569;
}


ol[b-yv39zlooqb], ul[b-yv39zlooqb] {
    font-size: 1.125rem;
    text-align: right;
    direction: rtl;
    padding-right: 1.25rem;
    margin: 1rem 0;
}

li[b-yv39zlooqb] {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: #475569;
}


.details-section[b-yv39zlooqb] {
    margin: 1.5rem 0 2.5rem;
    padding: 1rem;
    background-color: #f8fafc;
    border-radius: 8px;
    /*    border: 1px solid #e2e8f0;*/
}

    .details-section label[b-yv39zlooqb] {
        display: flex;
        gap: 1rem;
        margin-bottom: 1rem;
        font-weight: 500;
    }

    .details-section input[b-yv39zlooqb],
    .details-section select[b-yv39zlooqb],
    .details-section textarea[b-yv39zlooqb] {
        flex: 1;
        padding: 0.875rem;
        border: none;
        border-radius: 6px;
        font-size: 1rem;
        transition: all 0.2s ease;
    }

        .details-section input:focus[b-yv39zlooqb],
        .details-section select:focus[b-yv39zlooqb],
        .details-section textarea:focus[b-yv39zlooqb] {
            outline: none;
            border-color: #2563eb;
            box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
        }


.signature[b-yv39zlooqb], .data[b-yv39zlooqb] {
    margin: 1rem 0;
    padding: 1rem;
    background-color: #f8fafc;
    border-radius: 8px;
    /*    border: 1px solid #e2e8f0;*/
}

    .signature label[b-yv39zlooqb], .data label[b-yv39zlooqb] {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        gap: 1rem;
        margin-bottom: 0.3rem;
        font-weight: bold;
    }

    .signature input[b-yv39zlooqb],
    .data input[b-yv39zlooqb],
    #job-title input[b-yv39zlooqb] {
        flex: 1;
        padding: 0.875rem;
        border: none;
        border-radius: 6px;
        font-size: 1rem;
        direction: rtl;
        transition: all 0.2s ease;
        background-color: #f8fafc;
    }

        .signature input:focus[b-yv39zlooqb],
        #job-title input:focus[b-yv39zlooqb],
        .data input:focus[b-yv39zlooqb] {
            outline: none;
            border-color: ActiveBorder;
            box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
        }


.arabic[b-yv39zlooqb] {
    direction: rtl;
    font-size: 1.125rem;
    line-height: 1.75;
    margin: 1rem 0;
}


@media (max-width: 768px) {
    .container[b-yv39zlooqb] {
        padding: 2rem;
        margin: 1rem;
    }

    h1[b-yv39zlooqb] {
        font-size: 2.25rem;
    }

    h2[b-yv39zlooqb] {
        font-size: 1.5rem;
    }

    p[b-yv39zlooqb], ol[b-yv39zlooqb], ul[b-yv39zlooqb] {
        font-size: 1rem;
    }
}
/* /Components/Pages/HR/WIP/C5104TblJDAutomationManager/Index.razor.rz.scp.css */

.container[b-di9b3jwi5e] {
    max-width: 1000px;
    margin: 2rem auto;
    padding: 3rem 4rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #1a2b4b;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}


h1[b-di9b3jwi5e] {
    text-align: center;
    color: #1e3a8a;
    font-size: 2.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
    padding-bottom: 1.5rem;
    border-bottom: 3px solid #e5e7eb;
}

h2[b-di9b3jwi5e] {
    text-align: right;
    color: #334155;
    font-size: 1.75rem;
    font-weight: 600;
    margin: 2rem 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #f1f5f9;
}

p[b-di9b3jwi5e] {
    font-size: 1.125rem;
    text-align: right;
    line-height: 1.75;
    color: #475569;
}


ol[b-di9b3jwi5e], ul[b-di9b3jwi5e] {
    font-size: 1.125rem;
    text-align: right;
    direction: rtl;
    padding-right: 1.25rem;
    margin: 1rem 0;
}

li[b-di9b3jwi5e] {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: #475569;
}


.details-section[b-di9b3jwi5e] {
    margin: 1.5rem 0 2.5rem;
    padding: 1rem;
    background-color: #f8fafc;
    border-radius: 8px;
/*    border: 1px solid #e2e8f0;*/
}

    .details-section label[b-di9b3jwi5e] {
        display: flex;
        gap: 1rem;
        margin-bottom: 1rem;
        font-weight: 500;
    }

    .details-section input[b-di9b3jwi5e],
    .details-section select[b-di9b3jwi5e],
    .details-section textarea[b-di9b3jwi5e] {
        flex: 1;
        padding: 0.875rem;
        border: none;
        border-radius: 6px;
        font-size: 1rem;
        transition: all 0.2s ease;
    }

        .details-section input:focus[b-di9b3jwi5e],
        .details-section select:focus[b-di9b3jwi5e],
        .details-section textarea:focus[b-di9b3jwi5e] {
            outline: none;
            border-color: #2563eb;
            box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
        }


.signature[b-di9b3jwi5e], .data[b-di9b3jwi5e] {
    margin: 1rem 0;
    padding: 1rem;
    background-color: #f8fafc;
    border-radius: 8px;
/*    border: 1px solid #e2e8f0;*/
    
}

    .signature label[b-di9b3jwi5e], .data label[b-di9b3jwi5e] {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        gap: 1rem;
        margin-bottom: 0.3rem;
        font-weight: bold;
    }

    .signature input[b-di9b3jwi5e],
    .data input[b-di9b3jwi5e],
    #job-title input[b-di9b3jwi5e] {
        flex: 1;
        padding: 0.875rem;
        border: none;
        border-radius: 6px;
        font-size: 1rem;
        direction: rtl;
        transition: all 0.2s ease;
        background-color: #f8fafc;
    }

        .signature input:focus[b-di9b3jwi5e],
        #job-title input:focus[b-di9b3jwi5e],
        .data input:focus[b-di9b3jwi5e] {
            outline: none;
            border-color: ActiveBorder;
            box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
        }


.arabic[b-di9b3jwi5e] {
    direction: rtl;
    font-size: 1.125rem;
    line-height: 1.75;
    margin: 1rem 0;
}


@media (max-width: 768px) {
    .container[b-di9b3jwi5e] {
        padding: 2rem;
        margin: 1rem;
    }

    h1[b-di9b3jwi5e] {
        font-size: 2.25rem;
    }

    h2[b-di9b3jwi5e] {
        font-size: 1.5rem;
    }

    p[b-di9b3jwi5e], ol[b-di9b3jwi5e], ul[b-di9b3jwi5e] {
        font-size: 1rem;
    }
}
/* /Components/Pages/HR/WIP/C5105TblJDCashier/Index.razor.rz.scp.css */

.container[b-p152x2a8qq] {
    max-width: 1000px;
    margin: 2rem auto;
    padding: 3rem 4rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #1a2b4b;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}


h1[b-p152x2a8qq] {
    text-align: center;
    color: #1e3a8a;
    font-size: 2.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
    padding-bottom: 1.5rem;
    border-bottom: 3px solid #e5e7eb;
}

h2[b-p152x2a8qq] {
    text-align: right;
    color: #334155;
    font-size: 1.75rem;
    font-weight: 600;
    margin: 2rem 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #f1f5f9;
}

p[b-p152x2a8qq] {
    font-size: 1.125rem;
    text-align: right;
    line-height: 1.75;
    color: #475569;
}


ol[b-p152x2a8qq], ul[b-p152x2a8qq] {
    font-size: 1.125rem;
    text-align: right;
    direction: rtl;
    padding-right: 1.25rem;
    margin: 1rem 0;
}

li[b-p152x2a8qq] {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: #475569;
}


.details-section[b-p152x2a8qq] {
    margin: 1.5rem 0 2.5rem;
    padding: 1rem;
    background-color: #f8fafc;
    border-radius: 8px;
    /*    border: 1px solid #e2e8f0;*/
}

    .details-section label[b-p152x2a8qq] {
        display: flex;
        gap: 1rem;
        margin-bottom: 1rem;
        font-weight: 500;
    }

    .details-section input[b-p152x2a8qq],
    .details-section select[b-p152x2a8qq],
    .details-section textarea[b-p152x2a8qq] {
        flex: 1;
        padding: 0.875rem;
        border: none;
        border-radius: 6px;
        font-size: 1rem;
        transition: all 0.2s ease;
    }

        .details-section input:focus[b-p152x2a8qq],
        .details-section select:focus[b-p152x2a8qq],
        .details-section textarea:focus[b-p152x2a8qq] {
            outline: none;
            border-color: #2563eb;
            box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
        }


.signature[b-p152x2a8qq], .data[b-p152x2a8qq] {
    margin: 1rem 0;
    padding: 1rem;
    background-color: #f8fafc;
    border-radius: 8px;
    /*    border: 1px solid #e2e8f0;*/
}

    .signature label[b-p152x2a8qq], .data label[b-p152x2a8qq] {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        gap: 1rem;
        margin-bottom: 0.3rem;
        font-weight: bold;
    }

    .signature input[b-p152x2a8qq],
    .data input[b-p152x2a8qq],
    #job-title input[b-p152x2a8qq] {
        flex: 1;
        padding: 0.875rem;
        border: none;
        border-radius: 6px;
        font-size: 1rem;
        direction: rtl;
        transition: all 0.2s ease;
        background-color: #f8fafc;
    }

        .signature input:focus[b-p152x2a8qq],
        #job-title input:focus[b-p152x2a8qq],
        .data input:focus[b-p152x2a8qq] {
            outline: none;
            border-color: ActiveBorder;
            box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
        }


.arabic[b-p152x2a8qq] {
    direction: rtl;
    font-size: 1.125rem;
    line-height: 1.75;
    margin: 1rem 0;
}


@media (max-width: 768px) {
    .container[b-p152x2a8qq] {
        padding: 2rem;
        margin: 1rem;
    }

    h1[b-p152x2a8qq] {
        font-size: 2.25rem;
    }

    h2[b-p152x2a8qq] {
        font-size: 1.5rem;
    }

    p[b-p152x2a8qq], ol[b-p152x2a8qq], ul[b-p152x2a8qq] {
        font-size: 1rem;
    }
}
/* /Components/Pages/HR/WIP/C5106TblJDHeadOfNursing/Index.razor.rz.scp.css */

.container[b-holyunjmsn] {
    max-width: 1000px;
    margin: 2rem auto;
    padding: 3rem 4rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #1a2b4b;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}


h1[b-holyunjmsn] {
    text-align: center;
    color: #1e3a8a;
    font-size: 2.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
    padding-bottom: 1.5rem;
    border-bottom: 3px solid #e5e7eb;
}

h2[b-holyunjmsn] {
    text-align: right;
    color: #334155;
    font-size: 1.75rem;
    font-weight: 600;
    margin: 2rem 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #f1f5f9;
}

p[b-holyunjmsn] {
    font-size: 1.125rem;
    text-align: right;
    line-height: 1.75;
    color: #475569;
}


ol[b-holyunjmsn], ul[b-holyunjmsn] {
    font-size: 1.125rem;
    text-align: right;
    direction: rtl;
    padding-right: 1.25rem;
    margin: 1rem 0;
}

li[b-holyunjmsn] {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: #475569;
}


.details-section[b-holyunjmsn] {
    margin: 1.5rem 0 2.5rem;
    padding: 1rem;
    background-color: #f8fafc;
    border-radius: 8px;
    /*    border: 1px solid #e2e8f0;*/
}

    .details-section label[b-holyunjmsn] {
        display: flex;
        gap: 1rem;
        margin-bottom: 1rem;
        font-weight: 500;
    }

    .details-section input[b-holyunjmsn],
    .details-section select[b-holyunjmsn],
    .details-section textarea[b-holyunjmsn] {
        flex: 1;
        padding: 0.875rem;
        border: none;
        border-radius: 6px;
        font-size: 1rem;
        transition: all 0.2s ease;
    }

        .details-section input:focus[b-holyunjmsn],
        .details-section select:focus[b-holyunjmsn],
        .details-section textarea:focus[b-holyunjmsn] {
            outline: none;
            border-color: #2563eb;
            box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
        }


.signature[b-holyunjmsn], .data[b-holyunjmsn] {
    margin: 1rem 0;
    padding: 1rem;
    background-color: #f8fafc;
    border-radius: 8px;
    /*    border: 1px solid #e2e8f0;*/
}

    .signature label[b-holyunjmsn], .data label[b-holyunjmsn] {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        gap: 1rem;
        margin-bottom: 0.3rem;
        font-weight: bold;
    }

    .signature input[b-holyunjmsn],
    .data input[b-holyunjmsn],
    #job-title input[b-holyunjmsn] {
        flex: 1;
        padding: 0.875rem;
        border: none;
        border-radius: 6px;
        font-size: 1rem;
        direction: rtl;
        transition: all 0.2s ease;
        background-color: #f8fafc;
    }

        .signature input:focus[b-holyunjmsn],
        #job-title input:focus[b-holyunjmsn],
        .data input:focus[b-holyunjmsn] {
            outline: none;
            border-color: ActiveBorder;
            box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
        }


.arabic[b-holyunjmsn] {
    direction: rtl;
    font-size: 1.125rem;
    line-height: 1.75;
    margin: 1rem 0;
}


@media (max-width: 768px) {
    .container[b-holyunjmsn] {
        padding: 2rem;
        margin: 1rem;
    }

    h1[b-holyunjmsn] {
        font-size: 2.25rem;
    }

    h2[b-holyunjmsn] {
        font-size: 1.5rem;
    }

    p[b-holyunjmsn], ol[b-holyunjmsn], ul[b-holyunjmsn] {
        font-size: 1rem;
    }
}
/* /Components/Pages/HR/WIP/C5107TblJDReceptionist/Index.razor.rz.scp.css */

.container[b-4rr5u1s6co] {
    max-width: 1000px;
    margin: 2rem auto;
    padding: 3rem 4rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #1a2b4b;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}


h1[b-4rr5u1s6co] {
    text-align: center;
    color: #1e3a8a;
    font-size: 2.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
    padding-bottom: 1.5rem;
    border-bottom: 3px solid #e5e7eb;
}

h2[b-4rr5u1s6co] {
    text-align: right;
    color: #334155;
    font-size: 1.75rem;
    font-weight: 600;
    margin: 2rem 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #f1f5f9;
}

p[b-4rr5u1s6co] {
    font-size: 1.125rem;
    text-align: right;
    line-height: 1.75;
    color: #475569;
}


ol[b-4rr5u1s6co], ul[b-4rr5u1s6co] {
    font-size: 1.125rem;
    text-align: right;
    direction: rtl;
    padding-right: 1.25rem;
    margin: 1rem 0;
}

li[b-4rr5u1s6co] {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: #475569;
}


.details-section[b-4rr5u1s6co] {
    margin: 1.5rem 0 2.5rem;
    padding: 1rem;
    background-color: #f8fafc;
    border-radius: 8px;
    /*    border: 1px solid #e2e8f0;*/
}

    .details-section label[b-4rr5u1s6co] {
        display: flex;
        gap: 1rem;
        margin-bottom: 1rem;
        font-weight: 500;
    }

    .details-section input[b-4rr5u1s6co],
    .details-section select[b-4rr5u1s6co],
    .details-section textarea[b-4rr5u1s6co] {
        flex: 1;
        padding: 0.875rem;
        border: none;
        border-radius: 6px;
        font-size: 1rem;
        transition: all 0.2s ease;
    }

        .details-section input:focus[b-4rr5u1s6co],
        .details-section select:focus[b-4rr5u1s6co],
        .details-section textarea:focus[b-4rr5u1s6co] {
            outline: none;
            border-color: #2563eb;
            box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
        }


.signature[b-4rr5u1s6co], .data[b-4rr5u1s6co] {
    margin: 1rem 0;
    padding: 1rem;
    background-color: #f8fafc;
    border-radius: 8px;
    /*    border: 1px solid #e2e8f0;*/
}

    .signature label[b-4rr5u1s6co], .data label[b-4rr5u1s6co] {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        gap: 1rem;
        margin-bottom: 0.3rem;
        font-weight: bold;
    }

    .signature input[b-4rr5u1s6co],
    .data input[b-4rr5u1s6co],
    #job-title input[b-4rr5u1s6co] {
        flex: 1;
        padding: 0.875rem;
        border: none;
        border-radius: 6px;
        font-size: 1rem;
        direction: rtl;
        transition: all 0.2s ease;
        background-color: #f8fafc;
    }

        .signature input:focus[b-4rr5u1s6co],
        #job-title input:focus[b-4rr5u1s6co],
        .data input:focus[b-4rr5u1s6co] {
            outline: none;
            border-color: ActiveBorder;
            box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
        }


.arabic[b-4rr5u1s6co] {
    direction: rtl;
    font-size: 1.125rem;
    line-height: 1.75;
    margin: 1rem 0;
}


@media (max-width: 768px) {
    .container[b-4rr5u1s6co] {
        padding: 2rem;
        margin: 1rem;
    }

    h1[b-4rr5u1s6co] {
        font-size: 2.25rem;
    }

    h2[b-4rr5u1s6co] {
        font-size: 1.5rem;
    }

    p[b-4rr5u1s6co], ol[b-4rr5u1s6co], ul[b-4rr5u1s6co] {
        font-size: 1rem;
    }
}
/* /Components/Pages/HR/WIP/C5108TblJDReceptionistAndSalesStaff/Index.razor.rz.scp.css */

.container[b-gyt31hl61f] {
    max-width: 1000px;
    margin: 2rem auto;
    padding: 3rem 4rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #1a2b4b;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}


h1[b-gyt31hl61f] {
    text-align: center;
    color: #1e3a8a;
    font-size: 2.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
    padding-bottom: 1.5rem;
    border-bottom: 3px solid #e5e7eb;
}

h2[b-gyt31hl61f] {
    text-align: right;
    color: #334155;
    font-size: 1.75rem;
    font-weight: 600;
    margin: 2rem 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #f1f5f9;
}

p[b-gyt31hl61f] {
    font-size: 1.125rem;
    text-align: right;
    line-height: 1.75;
    color: #475569;
}


ol[b-gyt31hl61f], ul[b-gyt31hl61f] {
    font-size: 1.125rem;
    text-align: right;
    direction: rtl;
    padding-right: 1.25rem;
    margin: 1rem 0;
}

li[b-gyt31hl61f] {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: #475569;
}


.details-section[b-gyt31hl61f] {
    margin: 1.5rem 0 2.5rem;
    padding: 1rem;
    background-color: #f8fafc;
    border-radius: 8px;
    /*    border: 1px solid #e2e8f0;*/
}

    .details-section label[b-gyt31hl61f] {
        display: flex;
        gap: 1rem;
        margin-bottom: 1rem;
        font-weight: 500;
    }

    .details-section input[b-gyt31hl61f],
    .details-section select[b-gyt31hl61f],
    .details-section textarea[b-gyt31hl61f] {
        flex: 1;
        padding: 0.875rem;
        border: none;
        border-radius: 6px;
        font-size: 1rem;
        transition: all 0.2s ease;
    }

        .details-section input:focus[b-gyt31hl61f],
        .details-section select:focus[b-gyt31hl61f],
        .details-section textarea:focus[b-gyt31hl61f] {
            outline: none;
            border-color: #2563eb;
            box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
        }


.signature[b-gyt31hl61f], .data[b-gyt31hl61f] {
    margin: 1rem 0;
    padding: 1rem;
    background-color: #f8fafc;
    border-radius: 8px;
    /*    border: 1px solid #e2e8f0;*/
}

    .signature label[b-gyt31hl61f], .data label[b-gyt31hl61f] {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        gap: 1rem;
        margin-bottom: 0.3rem;
        font-weight: bold;
    }

    .signature input[b-gyt31hl61f],
    .data input[b-gyt31hl61f],
    #job-title input[b-gyt31hl61f] {
        flex: 1;
        padding: 0.875rem;
        border: none;
        border-radius: 6px;
        font-size: 1rem;
        direction: rtl;
        transition: all 0.2s ease;
        background-color: #f8fafc;
    }

        .signature input:focus[b-gyt31hl61f],
        #job-title input:focus[b-gyt31hl61f],
        .data input:focus[b-gyt31hl61f] {
            outline: none;
            border-color: ActiveBorder;
            box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
        }


.arabic[b-gyt31hl61f] {
    direction: rtl;
    font-size: 1.125rem;
    line-height: 1.75;
    margin: 1rem 0;
}


@media (max-width: 768px) {
    .container[b-gyt31hl61f] {
        padding: 2rem;
        margin: 1rem;
    }

    h1[b-gyt31hl61f] {
        font-size: 2.25rem;
    }

    h2[b-gyt31hl61f] {
        font-size: 1.5rem;
    }

    p[b-gyt31hl61f], ol[b-gyt31hl61f], ul[b-gyt31hl61f] {
        font-size: 1rem;
    }
}
/* /Components/Pages/HR/WIP/C5109TblPerformanceAppraisal/Index.razor.rz.scp.css */
.container[b-6e1vvvkz55] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #334155;
    background-color: #f8fafc;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

h1[b-6e1vvvkz55] {
    text-align: center;
    color: #1e40af;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e2e8f0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h2[b-6e1vvvkz55] {
    text-align: center;
    color: black;
    font-size: 2rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

h3[b-6e1vvvkz55] {
    text-align: center;
    color: black;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.details-section[b-6e1vvvkz55] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
    padding: 2rem;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
}

    .details-section label[b-6e1vvvkz55] {
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        font-weight: 500;
        font-size:1.2rem;
    }

    .details-section input[b-6e1vvvkz55],
    .details-section select[b-6e1vvvkz55],
    .details-section textarea[b-6e1vvvkz55] {
        text-align: center;
        padding: 0.75rem;
        border: 1px solid #e2e8f0;
        border-radius: 4px;
        font-size: 1rem;
        transition: border-color 0.2s ease;
    }

        .details-section input:focus[b-6e1vvvkz55],
        .details-section select:focus[b-6e1vvvkz55],
        .details-section textarea:focus[b-6e1vvvkz55], {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgb(59 130 246 / 0.1);
        }



.legend[b-6e1vvvkz55] {
    padding: 20px;
    text-align: center;
    font-size: 1.4rem;
}

.details-table[b-6e1vvvkz55] {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
    border-radius: 6px;
    background-color: white;
    direction: rtl;
    border-collapse: collapse; 
    table-layout: fixed;
    padding: 0; 
}

    .details-table th[b-6e1vvvkz55] {
        padding: 12px;
        text-align: center;
        background-color: #f5f5f5;
        font-weight: bold;
        font-size: 1.5rem;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.details-row td[b-6e1vvvkz55] {
    border: 1px solid #e2e8f0;
    padding: 10px;
    font-weight: normal;
    border-radius: 4px;
    font-size: 1.2rem;
}

.details-table .salary-row td:first-child[b-6e1vvvkz55] {
    width: 70%;
    text-align: right;
    padding-right: 20px;
}

.details-table .details-row td:not(:first-child)[b-6e1vvvkz55] {
    width: 6%;
    text-align: center;
    padding: 10px 0;
}

.details-header td[b-6e1vvvkz55] {
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
}


.details-row input[type="checkbox"][b-6e1vvvkz55] {
    margin: 0;
    padding: 0;
    width: 16px;
    height: 16px;
}

.text-cell input[b-6e1vvvkz55] {
    min-width: 150px;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    font-size: 1rem;
    transition: border-color 0.2s ease;
    padding: 6px;
}
/* /Components/Pages/HR/WIP/C5110TblRecommendationLetter/Index.razor.rz.scp.css */

.container[b-t8ydcjif5z] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    /*    border: 2px solid #000;*/
    border-radius: 15px;
    background-color: white;
    direction: ltr;
}

h1[b-t8ydcjif5z] {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom:40px;
}

label[b-t8ydcjif5z] {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    width: 48%;
    text-align: left;
}

#details-text-english[b-t8ydcjif5z] {
    font-weight: normal;
    font-size: 1.3rem;
    text-align: justify;
}

.details-section[b-t8ydcjif5z] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

#name-en[b-t8ydcjif5z], #start-date-en[b-t8ydcjif5z], #end-date-en[b-t8ydcjif5z], #number-en[b-t8ydcjif5z], #signature-en[b-t8ydcjif5z] {
    width: 20%;
}

input[type="text"][b-t8ydcjif5z], input[type="date"][b-t8ydcjif5z], input[type="number"][b-t8ydcjif5z], input[type="email"][b-t8ydcjif5z] {
    padding: 2px;
    font-size: 1rem;
    margin-top: 5px;
    border: none;
    /*    border: 1px solid #ccc;*/
    border-radius: 5px;
    text-align: left;
    width: 40%;
}

.header[b-t8ydcjif5z], .signature[b-t8ydcjif5z] {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
}

.content[b-t8ydcjif5z] {
    margin-bottom: 20px;
}

.english[b-t8ydcjif5z] {
    
    font-size: 1.3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: justify;
    gap: 10px;
    margin-bottom: 10px;
}

/* /Components/Pages/HR/WIP/C5111TblJDSecretary/Index.razor.rz.scp.css */

.container[b-m2kw1ybesm] {
    max-width: 1000px;
    margin: 2rem auto;
    padding: 3rem 4rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #1a2b4b;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}


h1[b-m2kw1ybesm] {
    text-align: center;
    color: #1e3a8a;
    font-size: 2.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
    padding-bottom: 1.5rem;
    border-bottom: 3px solid #e5e7eb;
}

h2[b-m2kw1ybesm] {
    text-align: right;
    color: #334155;
    font-size: 1.75rem;
    font-weight: 600;
    margin: 2rem 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #f1f5f9;
}

p[b-m2kw1ybesm] {
    font-size: 1.125rem;
    text-align: right;
    line-height: 1.75;
    color: #475569;
}


ol[b-m2kw1ybesm], ul[b-m2kw1ybesm] {
    font-size: 1.125rem;
    text-align: right;
    direction: rtl;
    padding-right: 1.25rem;
    margin: 1rem 0;
}

li[b-m2kw1ybesm] {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: #475569;
}


.details-section[b-m2kw1ybesm] {
    margin: 1.5rem 0 2.5rem;
    padding: 1rem;
    background-color: #f8fafc;
    border-radius: 8px;
    /*    border: 1px solid #e2e8f0;*/
}

    .details-section label[b-m2kw1ybesm] {
        display: flex;
        gap: 1rem;
        margin-bottom: 1rem;
        font-weight: 500;
    }

    .details-section input[b-m2kw1ybesm],
    .details-section select[b-m2kw1ybesm],
    .details-section textarea[b-m2kw1ybesm] {
        flex: 1;
        padding: 0.875rem;
        border: none;
        border-radius: 6px;
        font-size: 1rem;
        transition: all 0.2s ease;
    }

        .details-section input:focus[b-m2kw1ybesm],
        .details-section select:focus[b-m2kw1ybesm],
        .details-section textarea:focus[b-m2kw1ybesm] {
            outline: none;
            border-color: #2563eb;
            box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
        }


.signature[b-m2kw1ybesm], .data[b-m2kw1ybesm] {
    margin: 1rem 0;
    padding: 1rem;
    background-color: #f8fafc;
    border-radius: 8px;
    /*    border: 1px solid #e2e8f0;*/
}

    .signature label[b-m2kw1ybesm], .data label[b-m2kw1ybesm] {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        gap: 1rem;
        margin-bottom: 0.3rem;
        font-weight: bold;
    }

    .signature input[b-m2kw1ybesm],
    .data input[b-m2kw1ybesm],
    #job-title input[b-m2kw1ybesm] {
        flex: 1;
        padding: 0.875rem;
        border: none;
        border-radius: 6px;
        font-size: 1rem;
        direction: rtl;
        transition: all 0.2s ease;
        background-color: #f8fafc;
    }

        .signature input:focus[b-m2kw1ybesm],
        #job-title input:focus[b-m2kw1ybesm],
        .data input:focus[b-m2kw1ybesm] {
            outline: none;
            border-color: ActiveBorder;
            box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
        }


.arabic[b-m2kw1ybesm] {
    direction: rtl;
    font-size: 1.125rem;
    line-height: 1.75;
    margin: 1rem 0;
}


@media (max-width: 768px) {
    .container[b-m2kw1ybesm] {
        padding: 2rem;
        margin: 1rem;
    }

    h1[b-m2kw1ybesm] {
        font-size: 2.25rem;
    }

    h2[b-m2kw1ybesm] {
        font-size: 1.5rem;
    }

    p[b-m2kw1ybesm], ol[b-m2kw1ybesm], ul[b-m2kw1ybesm] {
        font-size: 1rem;
    }
}
/* /Components/Pages/HR/WIP/C5112TblResignationLetter/Index.razor.rz.scp.css */

.container[b-6eod6ki52a] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
/*    border: 2px solid #000;*/
    border-radius: 15px;
    background-color: white;
    direction: rtl;
}

h1[b-6eod6ki52a] {
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
}

label[b-6eod6ki52a] {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    width: 48%;
    text-align: right;
}

#details-text-arabic[b-6eod6ki52a] {
    font-weight: normal;
    font-size: 1.5rem;
    text-align: right;
}

.details-section[b-6eod6ki52a] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

#date-ar[b-6eod6ki52a], #number-ar[b-6eod6ki52a], #signature-ar[b-6eod6ki52a] {
    width: 50%;
}

#resignation-date-ar[b-6eod6ki52a]{
    width:30%;
}

input[type="text"][b-6eod6ki52a], input[type="date"][b-6eod6ki52a], input[type="number"][b-6eod6ki52a] {
    padding: 2px;
    font-size: 1rem;
    margin-top: 5px;
    border: none;
    /*    border: 1px solid #ccc;*/
    border-radius: 5px;
    text-align: right;
    width: 70%;
}

.header[b-6eod6ki52a] {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
}

.content[b-6eod6ki52a] {
    margin-bottom: 20px;
}

.arabic[b-6eod6ki52a] {
    direction: rtl;
    font-size: 1.4rem;
    text-align: right;
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between;
    text-align: justify;
    gap: 10px;
    margin-bottom: 10px;
}

.signature[b-6eod6ki52a] {
    text-align: right;
    margin-top: 50px;
    font-size: 1.3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
/* /Components/Pages/HR/WIP/C5113TblSalaryIncrement/Index.razor.rz.scp.css */
.container[b-6fenklneiq] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #334155;
    background-color: #f8fafc;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

h1[b-6fenklneiq] {
    text-align: center;
    color: #1e40af;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e2e8f0;
}

h2[b-6fenklneiq] {
    text-align: center;
    color: black;
    font-size: 2rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

h3[b-6fenklneiq] {
    text-align: center;
    color: black;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.details-section[b-6fenklneiq] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
    padding: 2rem;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
}

    .details-section label[b-6fenklneiq] {
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        font-weight: 500;
    }

    .details-section input[b-6fenklneiq],
    .details-section select[b-6fenklneiq],
    .details-section textarea[b-6fenklneiq] {
        text-align: center;
        padding: 0.75rem;
        border: 1px solid #e2e8f0;
        border-radius: 4px;
        font-size: 1rem;
        transition: border-color 0.2s ease;
    }

        .details-section input:focus[b-6fenklneiq],
        .details-section select:focus[b-6fenklneiq],
        .details-section textarea:focus[b-6fenklneiq], {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgb(59 130 246 / 0.1);
        }


.salary-table[b-6fenklneiq] {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
    border-radius: 6px;
    background-color: white;
}

    .salary-table th[b-6fenklneiq] {
        padding: 12px;
        text-align: center;
        background-color: #f5f5f5;
        font-weight: bold;
        font-size: 1.5rem;
        border: 1px solid #ccc;
        border-radius: 4px;
    }


.salary-row td[b-6fenklneiq] {
    border: 1px solid #e2e8f0;
    padding: 10px;
    text-align: start;
    font-weight: bold;
    border-radius: 4px;
}

    .text-cell input[b-6fenklneiq] {
        min-width: 150px;
        border: 1px solid #e2e8f0;
        border-radius: 4px;
        font-size: 1rem;
        transition: border-color 0.2s ease;
        padding: 6px;

    }
/* /Components/Pages/Leads/F/C2006TblAdword/AjmalAnimatedslider.razor.rz.scp.css */

body[b-a4osv29lmq] {
    background-color: #e3e0e5;
    color: rgb(229, 224, 226);
    font-family: Poppins;
    font-size: 12px;
    margin: 0px;
}

a[b-a4osv29lmq] {
    text-decoration: none;
}

header[b-a4osv29lmq] {
    width: 1140px;
    max-width: 80%;
    margin: auto;
    height: 50px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 100;
}

    header a[b-a4osv29lmq] {
        color: #20346b;
        margin-right: 40px;
        font-weight:bold;
    }

.carousel[b-a4osv29lmq] {
    height: 95vh;
    margin-top: -50px;
    width: 100vw;
    overflow: hidden;
    position: relative;
}

    .carousel .list .item[b-a4osv29lmq] {
        width: 100%;
        height: 100%;
        position: absolute;
        inset: 0 0 0 0;
    }

        .carousel .list .item img[b-a4osv29lmq] {
            width: 100%;
            height: 100vh;
            object-fit: fill;
        }

        .carousel .list .item .content[b-a4osv29lmq] {
            position: absolute;
            top: 20%;
            width: 1140px;
            max-width: 80%;
            left: 50%;
            transform: translateX(-50%);
            padding-right: 30%;
            box-sizing: border-box;
            color: #fff;
            text-shadow: 0 5px 10px #0004;
        }

        .carousel .list .item .author[b-a4osv29lmq] {
            font-weight: bold;
            letter-spacing: 10px;
        }

        .carousel .list .item .title[b-a4osv29lmq],
        .carousel .list .item .topic[b-a4osv29lmq] {
            font-size: 5em;
            font-weight: bold;
            line-height: 1.3em;
        }

        .carousel .list .item .topic[b-a4osv29lmq] {
            color: #f1683a;
        }

        .carousel .list .item .buttons[b-a4osv29lmq] {
            display: grid;
            grid-template-columns: repeat(2, 130px);
            grid-template-rows: 40px;
            gap: 5px;
            margin-top: 20px;
        }

            .carousel .list .item .buttons button[b-a4osv29lmq] {
                border: none;
                background-color: #eee;
                letter-spacing: 3px;
                font-family: Poppins;
                font-weight: 500;
            }

                .carousel .list .item .buttons button:nth-child(2)[b-a4osv29lmq] {
                    background-color: transparent;
                    border: 1px solid #fff;
                    color: #eee;
                }

.thumbnail[b-a4osv29lmq] {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: max-content;
    z-index: 100;
    display: flex;
    gap: 20px;
}

    .thumbnail .item[b-a4osv29lmq] {
        width: 150px;
        height: 220px;
        flex-shrink: 0;
        position: relative;
    }

        .thumbnail .item img[b-a4osv29lmq] {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 20px;
        }

        .thumbnail .item .content[b-a4osv29lmq] {
            color: #fff;
            position: absolute;
            bottom: 10px;
            left: 10px;
            right: 10px;
        }

            .thumbnail .item .content .title[b-a4osv29lmq] {
                font-weight: 500;
            }

            .thumbnail .item .content .description[b-a4osv29lmq] {
                font-weight: 300;
            }

.arrows[b-a4osv29lmq] {
    position: absolute;
    top: 80%;
    right: 52%;
    z-index: 100;
    width: 300px;
    max-width: 30%;
    display: flex;
    gap: 10px;
    align-items: center;
}

    .arrows button[b-a4osv29lmq] {
        background-color: #20346b;
        color: #fff;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: none;
        font-family: monospace;
        font-weight: bold;
        transition: .5s;
    }

        .arrows button:hover[b-a4osv29lmq] {
            background-color: #fff;
            color: #20346b;
        }

.carousel .list .item:nth-child(1)[b-a4osv29lmq] {
    z-index: 1;
}

    .carousel .list .item:nth-child(1) .content .author[b-a4osv29lmq],
    .carousel .list .item:nth-child(1) .content .title[b-a4osv29lmq],
    .carousel .list .item:nth-child(1) .content .topic[b-a4osv29lmq],
    .carousel .list .item:nth-child(1) .content .des[b-a4osv29lmq],
    .carousel .list .item:nth-child(1) .content .buttons[b-a4osv29lmq] {
        transform: translateY(50px);
        filter: blur(20px);
        opacity: 0;
        animation: showContent-b-a4osv29lmq .5s 1s linear 1 forwards;
    }

@keyframes showContent-b-a4osv29lmq {
    to {
        transform: translateY(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

.carousel .list .item:nth-child(1) .content .title[b-a4osv29lmq] {
    animation-delay: 1.2s !important;
}

.carousel .list .item:nth-child(1) .content .topic[b-a4osv29lmq] {
    animation-delay: 1.4s !important;
}

.carousel .list .item:nth-child(1) .content .des[b-a4osv29lmq] {
    animation-delay: 1.6s !important;
}

.carousel .list .item:nth-child(1) .content .buttons[b-a4osv29lmq] {
    animation-delay: 1.8s !important;
}
/* create animation when next click */
.carousel.next .list .item:nth-child(1) img[b-a4osv29lmq] {
    width: 150px;
    height: 220px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    border-radius: 30px;
    animation: showImage-b-a4osv29lmq .5s linear 1 forwards;
}

@keyframes showImage-b-a4osv29lmq {
    to {
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}

.carousel.next .thumbnail .item:nth-last-child(1)[b-a4osv29lmq] {
    overflow: hidden;
    animation: showThumbnail-b-a4osv29lmq .5s linear 1 forwards;
}

.carousel.prev .list .item img[b-a4osv29lmq] {
    z-index: 100;
}

@keyframes showThumbnail-b-a4osv29lmq {
    from {
        width: 0;
        opacity: 0;
    }
}

.carousel.next .thumbnail[b-a4osv29lmq] {
    animation: effectNext-b-a4osv29lmq .5s linear 1 forwards;
}

@keyframes effectNext-b-a4osv29lmq {
    from {
        transform: translateX(150px);
    }
}

/* running time */

.carousel .time[b-a4osv29lmq] {
    position: absolute;
    z-index: 1000;
    width: 0%;
    height: 3px;
    background-color: #f1683a;
    left: 0;
    top: 0;
}

.carousel.next .time[b-a4osv29lmq],
.carousel.prev .time[b-a4osv29lmq] {
    animation: runningTime-b-a4osv29lmq 3s linear 1 forwards;
}

@keyframes runningTime-b-a4osv29lmq {
    from {
        width: 100%
    }

    to {
        width: 0
    }
}


/* prev click */

.carousel.prev .list .item:nth-child(2)[b-a4osv29lmq] {
    z-index: 2;
}

    .carousel.prev .list .item:nth-child(2) img[b-a4osv29lmq] {
        animation: outFrame-b-a4osv29lmq 0.5s linear 1 forwards;
        position: absolute;
        bottom: 0;
        left: 0;
    }

@keyframes outFrame-b-a4osv29lmq {
    to {
        width: 150px;
        height: 220px;
        bottom: 50px;
        left: 50%;
        border-radius: 20px;
    }
}

.carousel.prev .thumbnail .item:nth-child(1)[b-a4osv29lmq] {
    overflow: hidden;
    opacity: 0;
    animation: showThumbnail-b-a4osv29lmq .5s linear 1 forwards;
}

.carousel.next .arrows button[b-a4osv29lmq],
.carousel.prev .arrows button[b-a4osv29lmq] {
    pointer-events: none;
}

.carousel.prev .list .item:nth-child(2) .content .author[b-a4osv29lmq],
.carousel.prev .list .item:nth-child(2) .content .title[b-a4osv29lmq],
.carousel.prev .list .item:nth-child(2) .content .topic[b-a4osv29lmq],
.carousel.prev .list .item:nth-child(2) .content .des[b-a4osv29lmq],
.carousel.prev .list .item:nth-child(2) .content .buttons[b-a4osv29lmq] {
    animation: contentOut-b-a4osv29lmq 1.5s linear 1 forwards !important;
}

@keyframes contentOut-b-a4osv29lmq {
    to {
        transform: translateY(-150px);
        filter: blur(20px);
        opacity: 0;
    }
}

@media screen and (max-width: 678px) {
    .carousel .list .item .content[b-a4osv29lmq] {
        padding-right: 0;
    }

        .carousel .list .item .content .title[b-a4osv29lmq] {
            font-size: 30px;
        }
}

main[b-a4osv29lmq] {
    width: 100%;
    margin: 20px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
    main form[b-a4osv29lmq] {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
        padding: 20px;
        box-shadow: 0 5px 50px rgba(1 1 1 / 15%);
        border-radius:20px;
    }
main form section[b-a4osv29lmq]{
    width:100%;
    padding:5px;
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
    border-radius:5px;
}
main form section label[b-a4osv29lmq]{
    padding:5px;
    width:100%;
}
    main form section input[b-a4osv29lmq],
    main form section textarea[b-a4osv29lmq] {
        border: 2px solid #eee;
        border-radius: 5px;
        background-color: #fff;
        width: 100%;
    }
    main form section button[b-a4osv29lmq] {
        border:none;
        background-color: rgb(252 149 4);
        color: #20346b;
        display: inline-block;
        text-align: center;
        width: fit-content;
        padding: 5px;
        border-radius: 5px;
        text-decoration: none;
        transition: 0.5s;
        font-weight: bold;
        padding: 6px;
        font-size: 18px;
    }

.cfs-button:hover[b-a4osv29lmq], .cfs-button:focus[b-a4osv29lmq] {
    transform: scale(1.1);
}
/* /Components/Pages/Leads/F/C2006TblAdword/NewAjmal1.razor.rz.scp.css */
body[b-da1fyeqrtj] {

}

main[b-da1fyeqrtj] {
    display: flex;
    width: 500px;
    margin: auto;
    box-shadow: 0 5px 50px rgba(1 1 1 / 15%);
    position: relative;
    top:5vh;
    height:80vh;
    border-radius:20px;
}

form[b-da1fyeqrtj] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 20px;
    margin: auto;
    width: 100%;
}

.logo-content[b-da1fyeqrtj] {
    width: 100%;
}

.logo[b-da1fyeqrtj] {
    height:200px;
    width:200px;
    margin:auto;
    margin-top:10px;
    margin-bottom:50px;
}

.contactus-content[b-da1fyeqrtj] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    width: 90%;
    margin:auto;
}

    .contactus-content label[b-da1fyeqrtj] {
        display: block;
        width: 100%;
        font-size: 20px;
        color: #454545;
        font-weight:bold;
        font-family:'Times New Roman', Times, serif;
    }

.contactus-content label span[b-da1fyeqrtj] {
    color:red;
    font-weight:bold;
    padding:5px;
}

    .contactus-content input[type="text"][b-da1fyeqrtj] {
        box-shadow: 0 5px 50px rgba(1 1 1 / 10%);
        border-radius: 10px;
        width: 100%;
        padding: 20px;
        margin: 20px;
        border: 2px solid orange;
        transition: 1s ease-in-out;
    }

    .contactus-content textarea[b-da1fyeqrtj] {
        box-shadow: 0 5px 50px rgba(1 1 1 / 15%);
        border-radius: 10px;
        padding: 20px;
        width: 100%;
        height: 100px;
        margin: 20px auto;
        border: 2px solid orange;
        transition: 1s ease-in-out;
    }

    .contactus-content button[b-da1fyeqrtj] {
        background-color: orange;
        color: white;
        font-size: 20px;
        padding: 10px;
        margin: 20px;
        border-radius: 10px;
        box-shadow: 0 5px 50px rgba(1 1 1 / 15%);
        border: 2px solid #E8E9EB;
    }

.AdwordsFullNamecss[b-da1fyeqrtj]{
    background-color:lightcoral;
}

.AdwordsMobileNumbercss[b-da1fyeqrtj] {
    background-color: lightcoral;
}
/* /Components/Pages/Leads/F/C2006TblAdword/NewCodeForSoftware.razor.rz.scp.css */
body[b-huaev4am5f] {

}

main[b-huaev4am5f] {
    display: flex;
    width: 500px;
    margin: auto;
    box-shadow: 0 5px 50px rgba(1 1 1 / 15%);
    position: relative;
    top:5vh;
    height:80vh;
    border-radius:20px;
}

form[b-huaev4am5f] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 20px;
    margin: auto;
    width: 100%;
}

.logo-content[b-huaev4am5f] {
    width: 100%;
}

.logo[b-huaev4am5f] {
    height:200px;
    width:200px;
    margin:auto;
    margin-top:10px;
    margin-bottom:50px;
}

.contactus-content[b-huaev4am5f] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    width: 90%;
    margin:auto;
}

    .contactus-content label[b-huaev4am5f] {
        display: block;
        width: 100%;
        font-size: 20px;
        color: #454545;
        font-weight:bold;
        font-family:'Times New Roman', Times, serif;
    }

.contactus-content label span[b-huaev4am5f] {
    color:red;
    font-weight:bold;
    padding:5px;
}

    .contactus-content input[type="text"][b-huaev4am5f] {
        box-shadow: 0 5px 50px rgba(1 1 1 / 10%);
        border-radius: 10px;
        width: 100%;
        padding: 20px;
        margin: 20px;
        border: 2px solid #A84499;
        transition: 1s ease-in-out;
    }

    .contactus-content textarea[b-huaev4am5f] {
        box-shadow: 0 5px 50px rgba(1 1 1 / 15%);
        border-radius: 10px;
        padding: 20px;
        width: 100%;
        height: 100px;
        margin: 20px auto;
        border: 2px solid #A84499;
        transition: 1s ease-in-out;
    }

    .contactus-content button[b-huaev4am5f] {
        background-color: #A84499;
        color: white;
        font-size: 20px;
        padding: 10px;
        margin: 20px;
        border-radius: 10px;
        box-shadow: 0 5px 50px rgba(1 1 1 / 15%);
        border: 2px solid #E8E9EB;
    }

.AdwordsFullNamecss[b-huaev4am5f]{
    background-color:lightcoral;
}

.AdwordsMobileNumbercss[b-huaev4am5f] {
    background-color: lightcoral;
}
/* /Components/Pages/Leads/F/C2006TblAdword/ThankYouPage.razor.rz.scp.css */
header[b-zksbkxvui7] {
}

img[b-zksbkxvui7] {
    height: 400px;
    width: 400px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

h1[b-zksbkxvui7] {
    text-align: center;
    font-family: 'Adobe Arabic';
    font-weight: 900;
    font-size: 30px;
    color: #007500;
}

a[b-zksbkxvui7] {
    display:flex;
    justify-content:center;
    align-items:center;
    font-family: 'Adobe Arabic';
    font-weight: 900;
    font-size: 30px;
    background-color: #FF9B21;
    color:black;
    padding:10px;
    border-radius:10px;
    margin-top:30px;
}
/* /Components/Pages/Marketing/F/C7035TblWhatsApp/Index1.razor.rz.scp.css */
/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');*/

*[b-qgregdnlfc] {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul[b-qgregdnlfc] {
    list-style: none;
}


body[b-qgregdnlfc] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(#009688 0%,#009688 130px,#d9dbd5 130px,#d9dbd5 100%);
}

/* =============== App Container ==============  */
.container[b-qgregdnlfc] {
    position: relative;
    width: 1396px;
    max-width: 100%;
    height: calc(100vh - 40px);
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1), 0 2px 5px 0 rgba(0, 0, 0, .1);
    border-radius: 5px;
    overflow: hidden;
    display: flex;
}

    .container .left-side[b-qgregdnlfc] {
        position: relative;
        flex: 30%;
        background-color: #fff;
        border-right: 1px solid rgba(0, 0, 0, .2);
    }

    .container .right-side[b-qgregdnlfc] {
        position: relative;
        flex: 70%;
        background-color: #efddd5;
    }

        .container .right-side[b-qgregdnlfc]::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url("images/C0000_WhatsApp/bg.jpg");
            opacity: .1;
        }

/* ================= Left Side ============== */
.header[b-qgregdnlfc] {
    position: relative;
    width: 100%;
    height: 60px;
    background: #ededed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.user-imgBx[b-qgregdnlfc] {
    position: relative;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
}

    .user-imgBx img[b-qgregdnlfc] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: pointer;
    }

.nav-icons[b-qgregdnlfc] {
    display: flex;
}

    .nav-icons li[b-qgregdnlfc] {
        cursor: pointer;
        color: #51585c;
        font-size: 1.5rem;
        margin-left: 22px;
        display: flex;
    }

.search-chat[b-qgregdnlfc] {
    position: relative;
    width: 100%;
    height: 50px;
    background: #f6f6f6;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}

    .search-chat input[b-qgregdnlfc] {
        width: 100%;
        outline: none;
        border: none;
        padding: 6px;
        background: #fff;
        height: 38px;
        border-radius: 30px;
        font-size: 14px;
        padding-left: 40px;
    }

        .search-chat input[b-qgregdnlfc]::placeholder {
            color: #bbbb;
        }

    .search-chat ion-icon[b-qgregdnlfc] {
        position: absolute;
        left: 30px;
        top: 50%;
        transform: translateY(-50%);
    }

.chat-list[b-qgregdnlfc] {
    position: relative;
    overflow-y: auto;
    /* background: #00f; */
    height: calc(100% - 110px); /* 60 + 50 = 110px */
}

    .chat-list .chat[b-qgregdnlfc] {
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        cursor: pointer;
    }

        .chat-list .chat.active[b-qgregdnlfc] {
            background: #ebebeb;
        }

        .chat-list .chat:hover[b-qgregdnlfc] {
            background: #f5f5f5;
        }

        .chat-list .chat .imgBx[b-qgregdnlfc] {
            position: relative;
            min-width: 45px;
            height: 45px;
            overflow: hidden;
            border-radius: 50%;
            margin-right: 10px;
        }

            .chat-list .chat .imgBx img[b-qgregdnlfc] {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                object-fit: cover;
            }

        .chat-list .chat .details[b-qgregdnlfc] {
            position: relative;
            width: 100%;
        }

            .chat-list .chat .details .head[b-qgregdnlfc] {
                display: flex;
                justify-content: space-between;
                margin-bottom: 5px;
            }

                .chat-list .chat .details .head .name[b-qgregdnlfc] {
                    font-size: 1.1rem;
                    font-weight: 600;
                    color: #111;
                }

                .chat-list .chat .details .head .time[b-qgregdnlfc] {
                    font-size: .75rem;
                    color: #aaa;
                }

        .chat-list .chat.active .details .head .time[b-qgregdnlfc] {
            color: #111;
        }

        .chat-list .chat .details .msgs[b-qgregdnlfc] {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .chat-list .chat .details .msg[b-qgregdnlfc] {
            color: #aaa;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            font-size: .9rem;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .chat-list .chat .details .num.unread[b-qgregdnlfc] {
            background-color: #06d755;
            color: #fff;
            min-width: 20px;
            height: 20px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: .75rem;
        }


/* ================= Right Side ============== */
.user-details[b-qgregdnlfc] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .user-details h4[b-qgregdnlfc] {
        font-weight: 500;
        line-height: 1.2rem;
        margin-left: 15px;
    }

        .user-details h4 span[b-qgregdnlfc] {
            font-size: .8rem;
            color: #555;
        }

.chatBx[b-qgregdnlfc] {
    position: relative;
    width: 100%;
    height: calc(100% - 120px); /* 60 + 60 = 120px */
    padding: 50px;
    overflow-y: auto;
}

    .chatBx .msg[b-qgregdnlfc] {
        position: relative;
        display: flex;
        width: 100%;
        margin: 5px 0;
    }

        .chatBx .msg p[b-qgregdnlfc] {
            position: relative;
            right: 0;
            text-align: right;
            max-width: 65%;
            padding: 12px;
            background: #dcf8c6;
            border-radius: 10px;
            font-size: .9rem;
        }

            .chatBx .msg p[b-qgregdnlfc]::before {
                content: '';
                position: absolute;
                top: 0;
                right: -10px;
                border-top: 10px solid #dcf8c6;
                border-right: 10px solid transparent;
                border-bottom: 10px solid transparent;
                border-left: 10px solid #dcf8c6;
            }

            .chatBx .msg p span[b-qgregdnlfc] {
                display: block;
                margin-top: 5px;
                font-size: .85rem;
                opacity: .5;
            }

    .chatBx .msg-me[b-qgregdnlfc] {
        justify-content: flex-end;
    }

    .chatBx .msg-frnd[b-qgregdnlfc] {
        justify-content: flex-start;
    }

        .chatBx .msg-frnd p[b-qgregdnlfc] {
            background: #fff;
            text-align: left;
        }

            .chatBx .msg-frnd p[b-qgregdnlfc]::before {
                content: '';
                position: absolute;
                top: 0;
                right: unset;
                left: -10px;
                border-top: 10px solid #fff;
                border-right: 10px solid #fff;
                border-bottom: 10px solid transparent;
                border-left: 10px solid transparent;
            }

.chat-input[b-qgregdnlfc] {
    position: relative;
    width: 100%;
    height: 60px;
    background: #f0f0f0;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .chat-input ion-icon[b-qgregdnlfc] {
        cursor: pointer;
        font-size: 1.8rem;
        color: #51585c;
    }

        .chat-input ion-icon:nth-child(1)[b-qgregdnlfc] {
            margin-right: 15px;
        }

    .chat-input input[b-qgregdnlfc] {
        position: relative;
        width: 90%;
        margin: 0 20px;
        padding: 10px 20px;
        border: none;
        outline: none;
        border-radius: 30px;
        font-size: 1rem;
    }
/* /Components/Pages/Marketing/F/C7035TblWhatsApp/WhatsAppChat.razor.rz.scp.css */
.chat-container[b-s0lg1ewfnj] {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.chat-card[b-s0lg1ewfnj] {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.chat-window[b-s0lg1ewfnj] {
    flex-grow: 1;
    overflow-y: auto;
    padding: 10px;
    background-color: #f8f9fa;
}

.msg-box[b-s0lg1ewfnj] {
    max-width: 75%;
    padding: 10px;
    border-radius: 10px;
    word-wrap: break-word;
}

.msg-user[b-s0lg1ewfnj] {
    background-color: #0d6efd;
    color: white;
    align-self: flex-end;
}

.msg-bot[b-s0lg1ewfnj] {
    background-color: #6c757d;
    color: white;
    align-self: flex-start;
}

.msg-image[b-s0lg1ewfnj] {
    max-width: 100%;
    max-height: 200px;
    border-radius: 10px;
    margin-top: 5px;
}

.attach-menu[b-s0lg1ewfnj] {
    position: absolute;
    bottom: 60px;
    left: 10px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    display: none;
}

    .attach-menu.show[b-s0lg1ewfnj] {
        display: block;
    }

    .attach-menu button[b-s0lg1ewfnj] {
        display: block;
        width: 100%;
        text-align: left;
        margin-bottom: 5px;
    }

.reaction-menu[b-s0lg1ewfnj] {
    gap: 4px;
    border-radius: 10px;
    padding: 4px 6px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

    .reaction-menu button[b-s0lg1ewfnj] {
        font-size: 1.3rem;
        background: none;
        border: none;
        cursor: pointer;
        transition: transform 0.2s;
    }

        .reaction-menu button:hover[b-s0lg1ewfnj] {
            transform: scale(1.2);
        }


/* 🌙 DARK MODE STYLES */
body.dark-mode[b-s0lg1ewfnj] {
    background-color: #121212;
    color: #e4e4e4;
}

    body.dark-mode .chat-window[b-s0lg1ewfnj] {
        background-color: #1e1e1e;
    }

    body.dark-mode .chat-card[b-s0lg1ewfnj] {
        background-color: #1e1e1e;
        border-color: #333;
    }

    body.dark-mode .msg-user[b-s0lg1ewfnj] {
        background-color: #0a58ca;
    }

    body.dark-mode .msg-bot[b-s0lg1ewfnj] {
        background-color: #444;
    }

    body.dark-mode .card-header[b-s0lg1ewfnj] {
        background-color: #222 !important;
        color: #f8f9fa !important;
    }

    body.dark-mode .card-footer[b-s0lg1ewfnj] {
        background-color: #1e1e1e !important;
    }

    body.dark-mode .attach-menu[b-s0lg1ewfnj] {
        background-color: #2a2a2a;
        color: #fff;
    }

    body.dark-mode .reaction-menu[b-s0lg1ewfnj] {
        background-color: #333;
    }

    body.dark-mode button[b-s0lg1ewfnj],
    body.dark-mode input[b-s0lg1ewfnj],
    body.dark-mode .form-control[b-s0lg1ewfnj] {
        background-color: #333 !important;
        color: #fff !important;
        border-color: #555 !important;
    }

.theme-toggle[b-s0lg1ewfnj] {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: var(--bs-dark);
    color: white;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2000;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    transition: all 0.3s ease-in-out;
}

    .theme-toggle:hover[b-s0lg1ewfnj] {
        transform: scale(1.1);
        background-color: var(--bs-primary);
    }

input[placeholder="🔍 Search messages..."][b-s0lg1ewfnj] {
    border-radius: 20px;
    padding: 6px 12px;
}

.card-body.chat-window[b-s0lg1ewfnj] {
    transition: background 0.3s ease;
}

.btn-outline-secondary[b-s0lg1ewfnj] {
    border-radius: 50%;
}

.sent-message[b-s0lg1ewfnj] {
    background-color: #0d6efd;
    color: white;
}

.received-message[b-s0lg1ewfnj] {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}
/* /Components/Pages/Marketing/WIP/C2256TblMonthlymarketingplan/Index.razor.rz.scp.css */
.button-row[b-fasib282m3] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-fasib282m3] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-fasib282m3] {
            background-color: #0056b3;
        }
.all[b-fasib282m3] {
    direction: rtl;
    color: #3D4A84;
}

.image[b-fasib282m3] {
    display: flex;
    align-items: center;
    justify-content: center;
}

h2[b-fasib282m3] {
    text-align: center;
}

table[b-fasib282m3] {
    border: 1px solid;
    border-collapse: collapse;
    text-align: center;
    width: 100%;
}

th[b-fasib282m3] {
    border: 1px solid;
    padding: 8px;
    background-color: #D1DCF5;
}

td[b-fasib282m3] {
    border: 1px solid;
    padding: 8px;
}

h3[b-fasib282m3] {
    text-align: center;
}
/* /Components/Pages/Marketing/WIP/C2293TblAjmalJanMarketingPlan/Index.razor.rz.scp.css */

.all div[b-f1r2naqjl0] {
    margin-bottom: 16px;
    direction: rtl;
}

img[b-f1r2naqjl0] {
    padding-right: 850px;
}

u[b-f1r2naqjl0] {
    font-size: xx-large;
    padding-right: 812px;
}

table[b-f1r2naqjl0] {
    width: 100%;
    padding: 44px;
    border-collapse: collapse;
    height: 800px;
    text-align: center;
}

td[b-f1r2naqjl0] {
    border: 1px solid;
    font-size: large;
    font-weight: bold;
}

th[b-f1r2naqjl0] {
    background-color: #2EA1DA;
    border: 1px solid;
    height: 44px;
    font-size: larger;
    font-weight: bold;
}
/* /Components/Pages/Medical/Complications/C2138TblAbdominoplastyComplications/Index.razor.rz.scp.css */
.container[b-5v97njtb2u] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-5v97njtb2u] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.details-section[b-5v97njtb2u] {
    width: 48%;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

    .details-section.arabic[b-5v97njtb2u] {
        text-align: right;
        direction: rtl;
    }

label[b-5v97njtb2u] {
    font-weight: 600;
}

.instructions[b-5v97njtb2u] {
    display: flex;
    justify-content: space-between;
}

.instructions-section[b-5v97njtb2u] {
    width: 48%;
}

    .instructions-section.arabic[b-5v97njtb2u] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

h2[b-5v97njtb2u] {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

ol[b-5v97njtb2u] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-5v97njtb2u] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-5v97njtb2u] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/Complications/C2142TblBlepharoplastyComplications/Index.razor.rz.scp.css */
.container[b-z1hxrr077b] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-z1hxrr077b] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.details-section[b-z1hxrr077b] {
    width: 48%;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

    .details-section.arabic[b-z1hxrr077b] {
        text-align: right;
        direction: rtl;
    }

label[b-z1hxrr077b] {
    font-weight: 600;
}

.instructions[b-z1hxrr077b] {
    display: flex;
    justify-content: space-between;
}

.instructions-section[b-z1hxrr077b] {
    width: 48%;
}

    .instructions-section.arabic[b-z1hxrr077b] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

h2[b-z1hxrr077b] {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

ol[b-z1hxrr077b] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-z1hxrr077b] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-z1hxrr077b] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/Complications/C2148TblBreastSurgeryComplications/Index.razor.rz.scp.css */
.container[b-r4k87s3fa2] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-r4k87s3fa2] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.details-section[b-r4k87s3fa2] {
    width: 48%;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

    .details-section.arabic[b-r4k87s3fa2] {
        text-align: right;
        direction: rtl;
    }

label[b-r4k87s3fa2] {
    font-weight: 600;
}

.instructions[b-r4k87s3fa2] {
    display: flex;
    justify-content: space-between;
}

.instructions-section[b-r4k87s3fa2] {
    width: 48%;
}

    .instructions-section.arabic[b-r4k87s3fa2] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

h2[b-r4k87s3fa2] {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

ol[b-r4k87s3fa2] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-r4k87s3fa2] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-r4k87s3fa2] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/Complications/C2152TblDimpleplastyComplications/Index.razor.rz.scp.css */
.container[b-k3797eq5ru] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-k3797eq5ru] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.details-section[b-k3797eq5ru] {
    width: 48%;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

    .details-section.arabic[b-k3797eq5ru] {
        text-align: right;
        direction: rtl;
    }

label[b-k3797eq5ru] {
    font-weight: 600;
}

.instructions[b-k3797eq5ru] {
    display: flex;
    justify-content: space-between;
}

.instructions-section[b-k3797eq5ru] {
    width: 48%;
}

    .instructions-section.arabic[b-k3797eq5ru] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

h2[b-k3797eq5ru] {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

ol[b-k3797eq5ru] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-k3797eq5ru] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-k3797eq5ru] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/Complications/C2155TblFaceLiftComplications/Index.razor.rz.scp.css */
.container[b-axhvtphe4j] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-axhvtphe4j] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.details-section[b-axhvtphe4j] {
    width: 48%;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

    .details-section.arabic[b-axhvtphe4j] {
        text-align: right;
        direction: rtl;
    }

label[b-axhvtphe4j] {
    font-weight: 600;
}

.instructions[b-axhvtphe4j] {
    display: flex;
    justify-content: space-between;
}

.instructions-section[b-axhvtphe4j] {
    width: 48%;
}

    .instructions-section.arabic[b-axhvtphe4j] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

h2[b-axhvtphe4j] {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

ol[b-axhvtphe4j] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-axhvtphe4j] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-axhvtphe4j] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/Complications/C2159TblFatInjectionComplications/Index.razor.rz.scp.css */
.container[b-bicszs1j5f] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-bicszs1j5f] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.details-section[b-bicszs1j5f] {
    width: 48%;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

    .details-section.arabic[b-bicszs1j5f] {
        text-align: right;
        direction: rtl;
    }

label[b-bicszs1j5f] {
    font-weight: 600;
}

.instructions[b-bicszs1j5f] {
    display: flex;
    justify-content: space-between;
}

.instructions-section[b-bicszs1j5f] {
    width: 48%;
}

    .instructions-section.arabic[b-bicszs1j5f] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

h2[b-bicszs1j5f] {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

ol[b-bicszs1j5f] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-bicszs1j5f] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-bicszs1j5f] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/Complications/C2173TblLiposuctionComplications/Index.razor.rz.scp.css */
.container[b-6apqoo2q8a] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-6apqoo2q8a] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.details-section[b-6apqoo2q8a] {
    width: 48%;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

    .details-section.arabic[b-6apqoo2q8a] {
        text-align: right;
        direction: rtl;
    }

label[b-6apqoo2q8a] {
    font-weight: 600;
}

.instructions[b-6apqoo2q8a] {
    display: flex;
    justify-content: space-between;
}

.instructions-section[b-6apqoo2q8a] {
    width: 48%;
}

    .instructions-section.arabic[b-6apqoo2q8a] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

h2[b-6apqoo2q8a] {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

ol[b-6apqoo2q8a] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-6apqoo2q8a] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-6apqoo2q8a] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/Complications/C2195TblRhinoplastyComplications/Index.razor.rz.scp.css */
.container[b-r9ml4ga8lc] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-r9ml4ga8lc] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.details-section[b-r9ml4ga8lc] {
    width: 48%;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

    .details-section.arabic[b-r9ml4ga8lc] {
        text-align: right;
        direction: rtl;
    }

label[b-r9ml4ga8lc] {
    font-weight: 600;
}

.instructions[b-r9ml4ga8lc] {
    display: flex;
    justify-content: space-between;
}

.instructions-section[b-r9ml4ga8lc] {
    width: 48%;
}

    .instructions-section.arabic[b-r9ml4ga8lc] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

h2[b-r9ml4ga8lc] {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

ol[b-r9ml4ga8lc] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-r9ml4ga8lc] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-r9ml4ga8lc] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/Complications/C2202TblThighLiftComplications/Index.razor.rz.scp.css */
.container[b-js4u21yy8d] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-js4u21yy8d] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.details-section[b-js4u21yy8d] {
    width: 48%;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

    .details-section.arabic[b-js4u21yy8d] {
        text-align: right;
        direction: rtl;
    }

label[b-js4u21yy8d] {
    font-weight: 600;
}

.instructions[b-js4u21yy8d] {
    display: flex;
    justify-content: space-between;
}

.instructions-section[b-js4u21yy8d] {
    width: 48%;
}

    .instructions-section.arabic[b-js4u21yy8d] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

h2[b-js4u21yy8d] {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

ol[b-js4u21yy8d] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-js4u21yy8d] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-js4u21yy8d] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/Complications/C2215TblInfConfSpproComFInj/Index.razor.rz.scp.css */
.button-row[b-vuz87ix07p] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-vuz87ix07p] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-vuz87ix07p] {
            background-color: #0056b3;
        }


.consent-container[b-vuz87ix07p] {
    width: 85%;
    margin: auto;
    font-family: Cairo;
    border: 1px solid #003366;
    padding: 20px;
    box-sizing: border-box;
}


.button-row[b-vuz87ix07p] {
    margin-bottom: 20px;
}


.logo-container[b-vuz87ix07p] {
    text-align: center;
    margin-bottom: 20px;
    color: #003366;
}

.logo[b-vuz87ix07p] {
    max-width: 200px;
}

.header-text[b-vuz87ix07p] {
    text-align: center;
    margin-bottom: 20px;
    color: #003366;
}

    .header-text h3[b-vuz87ix07p] {
        margin: 0;
        font-size: 1.2rem;
    }

.info-section[b-vuz87ix07p] {
    border: 1px solid #003366;
    padding: 15px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.info-row[b-vuz87ix07p] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

    .info-row input[b-vuz87ix07p] {
        flex: 1;
        border: none;
        border-bottom: 1px solid #003366;
        height: 20px;
        outline: none;
        width: 100%;
    }

.consent-header[b-vuz87ix07p] {
    border: 1px solid #003366;
    padding: 15px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

    .consent-header h3[b-vuz87ix07p] {
        margin: 0;
        font-size: 1.1rem;
        color: #003366;
    }

    .consent-header p[b-vuz87ix07p] {
        margin: 10px 0 0;
        color: #003366;
    }

.content-section[b-vuz87ix07p] {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    color: #003366;
}

.english-section[b-vuz87ix07p], .arabic-section[b-vuz87ix07p] {
    flex: 1;
    border: 1px solid #003366;
    padding: 15px;
    box-sizing: border-box;
}

    .english-section input[b-vuz87ix07p], .arabic-section input[b-vuz87ix07p] {
        border: none;
        border-bottom: 1px solid #003366;
        display: inline-block;
        height: 20px;
        width: 50%;
    }


.arabic-section[b-vuz87ix07p] {
    direction: rtl;
    font-size: 1.1rem;
}

    .arabic-section label[b-vuz87ix07p] {
        width: 100px;
        margin-bottom: 5px;
        font-weight: bold;
    }

.english-section label[b-vuz87ix07p] {
    width: 130px;
    margin-bottom: 5px;
    font-weight: bold;
}
/* /Components/Pages/Medical/Consents/C2140TblAestheticProceduresConsent/Index.razor.rz.scp.css */

.container[b-njfbw2uh4g] {
    font-family: Arial, sans-serif;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-njfbw2uh4g] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.instructions[b-njfbw2uh4g] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.instructions-section[b-njfbw2uh4g] {
    width: 48%;
    font-size: 1rem;
}

    .instructions-section.arabic[b-njfbw2uh4g] {
        text-align: right;
        direction: rtl;
        font-size: 1.28rem;
    }

ul[b-njfbw2uh4g] {
    list-style:disclosure-closed;
    padding-left: 0;
}

    ul li[b-njfbw2uh4g] {
        margin-bottom: 15px;
        line-height: 1.8;
    }

.details-section[b-njfbw2uh4g] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.checkbox-row[b-njfbw2uh4g] {
    display: flex;
    flex-wrap: nowrap; 
    gap:2px; 
    align-items: center; 
    
}

.checkbox-row arabic[b-njfbw2uh4g] {
    display: flex;
    flex-wrap: nowrap; 
    gap: 3px; 
    align-items: center; 
    
}

.checkbox-item[b-njfbw2uh4g] {
    display: flex;
    align-items: center;
    gap: 5px; 
    font-size:0.8rem;
    white-space: nowrap;  
    margin-bottom:5px;
    margin-top:-10px;
}



label[b-njfbw2uh4g] {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    width: 48%;
}

input[type="text"][b-njfbw2uh4g],
input[type="date"][b-njfbw2uh4g] {
    padding: 2px;
    font-size: 1rem;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

    input[type="text"][b-njfbw2uh4g]::placeholder {
        color: #aaa;
    }

.arabic[b-njfbw2uh4g] {
    text-align: right;
    direction: rtl;
}
/* /Components/Pages/Medical/Consents/C2150TblCarbonPeelConsent/Index.razor.rz.scp.css */
.container[b-aam1yuqek2] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-aam1yuqek2] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.details-section[b-aam1yuqek2] {
    width: 48%;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

    .details-section.arabic[b-aam1yuqek2] {
        text-align: right;
        direction: rtl;
    }

label[b-aam1yuqek2] {
    font-weight: 600;
}

.instructions[b-aam1yuqek2] {
    display: flex;
    justify-content: space-between;
}

.instructions-section[b-aam1yuqek2] {
    width: 48%;
}

    .instructions-section.arabic[b-aam1yuqek2] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

h2[b-aam1yuqek2] {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

ol[b-aam1yuqek2] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-aam1yuqek2] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-aam1yuqek2] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/Consents/C2151TblCovid19RiskConsent/Index.razor.rz.scp.css */

.container[b-uabhl0mmkv] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-uabhl0mmkv] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.instructions[b-uabhl0mmkv] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.instructions-section[b-uabhl0mmkv] {
    width: 48%;
    font-size: 1rem;
}

    .instructions-section.arabic[b-uabhl0mmkv] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

ul[b-uabhl0mmkv] {
    list-style: none;
    padding-left: 0;
}

    ul li[b-uabhl0mmkv] {
        margin-bottom: 15px;
        line-height: 1.8;
    }

.details-section[b-uabhl0mmkv] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

label[b-uabhl0mmkv] {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    width: 48%;
}

input[type="text"][b-uabhl0mmkv],
input[type="date"][b-uabhl0mmkv] {
    padding: 2px;
    font-size: 1rem;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

    input[type="text"][b-uabhl0mmkv]::placeholder {
        color: #aaa;
    }

.arabic[b-uabhl0mmkv] {
    text-align: right;
    direction: rtl;
}
/* /Components/Pages/Medical/Consents/C2157TblFacialConsent/Index.razor.rz.scp.css */
.container[b-vvs3mu8hj8] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-vvs3mu8hj8] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.details-section[b-vvs3mu8hj8] {
    width: 48%;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 20px;
}

    .details-section.arabic[b-vvs3mu8hj8] {
        text-align: right;
        direction: rtl;
    }

label[b-vvs3mu8hj8] {
    font-weight: 600;
}

.instructions[b-vvs3mu8hj8] {
    display: flex;
    justify-content: space-between;
}

.instructions-section[b-vvs3mu8hj8] {
    width: 48%;
}

    .instructions-section.arabic[b-vvs3mu8hj8] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

h2[b-vvs3mu8hj8] {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

ol[b-vvs3mu8hj8] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-vvs3mu8hj8] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-vvs3mu8hj8] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/Consents/C2161TblFillerConsent/Index.razor.rz.scp.css */
.container[b-bcrvyhd9cl] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-bcrvyhd9cl] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.details-section[b-bcrvyhd9cl] {
    width: 48%;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

    .details-section.arabic[b-bcrvyhd9cl] {
        text-align: right;
        direction: rtl;
    }

label[b-bcrvyhd9cl] {
    font-weight: 600;
}

.instructions[b-bcrvyhd9cl] {
    display: flex;
    justify-content: space-between;
}

.instructions-section[b-bcrvyhd9cl] {
    width: 48%;
}

    .instructions-section.arabic[b-bcrvyhd9cl] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

h2[b-bcrvyhd9cl] {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

ol[b-bcrvyhd9cl] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-bcrvyhd9cl] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-bcrvyhd9cl] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/Consents/C2162TblFrxLaserConsent/Index.razor.rz.scp.css */
.container[b-4i5wsp1ne6] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-4i5wsp1ne6] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.details-section[b-4i5wsp1ne6] {
    width: 48%;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

    .details-section.arabic[b-4i5wsp1ne6] {
        text-align: right;
        direction: rtl;
    }

label[b-4i5wsp1ne6] {
    font-weight: 600;
}

.instructions[b-4i5wsp1ne6] {
    display: flex;
    justify-content: space-between;
}

.instructions-section[b-4i5wsp1ne6] {
    width: 48%;
}

    .instructions-section.arabic[b-4i5wsp1ne6] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

h2[b-4i5wsp1ne6] {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

ol[b-4i5wsp1ne6] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-4i5wsp1ne6] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-4i5wsp1ne6] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/Consents/C2168TblLaserConsent/Index.razor.rz.scp.css */

.container[b-7r5m95xl1s] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-7r5m95xl1s] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.instructions[b-7r5m95xl1s] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.instructions-section[b-7r5m95xl1s] {
    width: 48%;
    font-size: 1rem;
}

    .instructions-section.arabic[b-7r5m95xl1s] {
        text-align: right;
        direction: rtl;
        font-size: 1rem;
    }

ul[b-7r5m95xl1s] {
    list-style: none;
    padding-left: 0;
}

    ul li[b-7r5m95xl1s] {
        margin-bottom: 15px;
        line-height: 1.8;
    }

.details-section[b-7r5m95xl1s] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

label[b-7r5m95xl1s] {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    width: 48%;
}

input[type="text"][b-7r5m95xl1s],
input[type="date"][b-7r5m95xl1s] {
    padding: 3px;
    font-size: 1rem;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    
}

    input[type="text"][b-7r5m95xl1s]::placeholder {
        color: #aaa;
    }

.arabic[b-7r5m95xl1s] {
    text-align: right;
    direction: rtl;
}


/* /Components/Pages/Medical/Consents/C2200TblSurgeryConsent/Index.razor.rz.scp.css */

.container[b-uzejy65cfz] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-uzejy65cfz] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.instructions[b-uzejy65cfz] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.instructions-section[b-uzejy65cfz] {
    width: 48%;
    font-size: 1rem;
}

    .instructions-section.arabic[b-uzejy65cfz] {
        text-align: right;
        direction: rtl;
        font-size: 1rem;
    }

ul[b-uzejy65cfz] {
    list-style: none;
    padding-left: 0;
}

    ul li[b-uzejy65cfz] {
        margin-bottom: 15px;
        line-height: 1.8;
    }

.details-section[b-uzejy65cfz] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

label[b-uzejy65cfz] {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    width: 48%;
}

input[type="text"][b-uzejy65cfz],
input[type="date"][b-uzejy65cfz],
textarea[b-uzejy65cfz] {
    padding: 3px;
    font-size: 1rem;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width:250px;
}

textarea[b-uzejy65cfz] {
    resize: none;
    height: 100px;
}

    input[type="text"][b-uzejy65cfz]::placeholder,
    textarea[b-uzejy65cfz]::placeholder {
        color: #aaa;
    }

.arabic[b-uzejy65cfz] {
    text-align: right;
    direction: rtl;
}


/* /Components/Pages/Medical/Consents/C2231TblUltherapyPatientConsent/Index.razor.rz.scp.css */
.button-row[b-qgdu85wwaw] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-qgdu85wwaw] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-qgdu85wwaw] {
            background-color: #0056b3;
        }


.consent-container[b-qgdu85wwaw] {
    width: 85%;
    margin: auto;
    font-family: Cairo;
    border: 1px solid #003366;
    padding: 20px;
    box-sizing: border-box;
}


.button-row[b-qgdu85wwaw] {
    margin-bottom: 20px;
}


.logo-container[b-qgdu85wwaw] {
    text-align: center;
    margin-bottom: 20px;
    color: #003366;
}

.logo[b-qgdu85wwaw] {
    max-width: 200px;
}

.header-text[b-qgdu85wwaw] {
    text-align: center;
    margin-bottom: 20px;
    color: #003366;
}

    .header-text h3[b-qgdu85wwaw] {
        margin: 0;
        font-size: 1.4rem;
    }

.info-section[b-qgdu85wwaw] {
    border: 1px solid #003366;
    padding: 15px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.info-row[b-qgdu85wwaw] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

    .info-row input[b-qgdu85wwaw] {
        flex: 1;
        border: none;
        border-bottom: 1px solid #003366;
        height: 20px;
        outline: none;
        width: 100%;
    }

.consent-header[b-qgdu85wwaw] {
    border: 1px solid #003366;
    padding: 15px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

    .consent-header h3[b-qgdu85wwaw] {
        margin: 0;
        font-size: 1.4rem;
        color: #003366;
    }

    .consent-header p[b-qgdu85wwaw] {
        margin: 10px 0 0;
        color: #003366;
    }

.content-section[b-qgdu85wwaw] {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    color: #003366;
}

.english-section[b-qgdu85wwaw], .arabic-section[b-qgdu85wwaw] {
    flex:1;
    border: 1px solid #003366;
    padding: 15px;
    box-sizing: border-box;
}

    .english-section input[b-qgdu85wwaw], .arabic-section input[b-qgdu85wwaw] {
        border: none;
        border-bottom: 1px solid #003366;
        display: inline-block;
        height: 20px;
        width: 50%;
    }


.arabic-section[b-qgdu85wwaw] {
    direction: rtl;
    font-size: 1.05rem;
}

    .arabic-section label[b-qgdu85wwaw] {
        width: 100px;
        margin-bottom: 5px;
        font-weight: bold;
    }

.english-section label[b-qgdu85wwaw] {
    width: 130px;
    margin-bottom: 5px;
    font-weight: bold;
}
/* /Components/Pages/Medical/Consents/C2260TblInformedConsentforAdmission/Index.razor.rz.scp.css */
.button-row[b-xx8u1oeu8p] {
    display: flex;
    gap: 10px;
    justify-content: center; 
    margin: 20px 0;
}

    .button-row .btn[b-xx8u1oeu8p] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff; 
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-xx8u1oeu8p] {
            background-color: #0056b3; 
        }


.consent-container[b-xx8u1oeu8p] {
    width: 85%;
    margin: auto;
    font-family: Cairo;
    border: 1px solid #003366;
    padding: 20px;
    box-sizing: border-box;
}


.button-row[b-xx8u1oeu8p] {
    margin-bottom: 20px;
}


.logo-container[b-xx8u1oeu8p] {
    text-align: center;
    margin-bottom: 20px;
    color: #003366;
}

.logo[b-xx8u1oeu8p] {
    max-width: 200px;
}

.header-text[b-xx8u1oeu8p] {
    text-align: center;
    margin-bottom: 20px;
    color: #003366;
}

    .header-text h3[b-xx8u1oeu8p] {
        margin: 0;
        font-size: 1.2rem;
    }

.info-section[b-xx8u1oeu8p] {
    border: 1px solid #003366;
    padding: 15px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.info-row[b-xx8u1oeu8p] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

    .info-row input[b-xx8u1oeu8p] {
        flex: 1;
        border: none;
        border-bottom: 1px solid #003366;
        height: 20px;
        outline: none;
        width: 100%;
    }

.consent-header[b-xx8u1oeu8p] {
    border: 1px solid #003366;
    padding: 15px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

    .consent-header h4[b-xx8u1oeu8p] {
        margin: 0;
        font-size: 1.1rem;
        color: #003366;
    }

    .consent-header p[b-xx8u1oeu8p] {
        margin: 10px 0 0;
        color: #003366;
    }

.content-section[b-xx8u1oeu8p] {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    color: #003366;
}

.english-section[b-xx8u1oeu8p], .arabic-section[b-xx8u1oeu8p] {
    flex: 1;
    border: 1px solid #003366;
    padding: 15px;
    box-sizing: border-box;
}

    .english-section input[b-xx8u1oeu8p], .arabic-section input[b-xx8u1oeu8p] {
        border-bottom: 1px solid #003366;
        display: inline-block;
        height: 20px;
        width: 60%;
    }


.arabic-section[b-xx8u1oeu8p] {
    direction: rtl;
}

.arabic-section label[b-xx8u1oeu8p] {
    width: 100px; 
    margin-bottom: 5px;
    font-weight: bold;
}

.english-section label[b-xx8u1oeu8p] {
    width: 130px;
    margin-bottom: 5px;
    font-weight: bold;
}
/* /Components/Pages/Medical/Consents/C2281TblLaserConsentArabic/Index.razor.rz.scp.css */
.button-row[b-xmespnutx1] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-xmespnutx1] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-xmespnutx1] {
            background-color: #0056b3;
        }

.laser-consent-arabic[b-xmespnutx1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Cairo;
    width: 85%;
    margin: auto;
    border: 1px solid black;
    padding: 25px;
    box-sizing: border-box;
    direction: rtl;
}

.header[b-xmespnutx1] {
    align-items: center;
    margin-bottom: 20px;
}

.logo img[b-xmespnutx1] {
    max-height: 80px;
}

.title h3[b-xmespnutx1] {
    font-weight: bold;
    margin-top: 20PX;
}

.form-row[b-xmespnutx1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    color: black
}

label[b-xmespnutx1] {
    margin-right: 10px;
    white-space: nowrap;
    color: black
}

.input-line[b-xmespnutx1] {
    flex-grow: 1;
    border: none;
    outline: none;
    border-bottom: 1px solid black;
    padding: 5px;
    margin-right: 10px;
    color: black
}

.right-label[b-xmespnutx1] {
    margin-left: 20px;
    margin-right: 10px;
    white-space: nowrap;
    color: black
}

.prg-style[b-xmespnutx1] {
    font-family: Cairo;
    font-size: 18px;
    color: black;
}
/* /Components/Pages/Medical/Consents/C2284TblCooltechConsent/Index.razor.rz.scp.css */
.button-row[b-x50pkriq1u] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-x50pkriq1u] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-x50pkriq1u] {
            background-color: #0056b3;
        }

.body-digram[b-x50pkriq1u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Cairo;
    width: 95%;
    border: 1px solid dodgerblue;
    padding: 25px;
    box-sizing: border-box;
    color: dodgerblue;
    direction: rtl;
    margin-bottom:10px;
}

.header[b-x50pkriq1u] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    color: dodgerblue;
}

.logo img[b-x50pkriq1u] {
    max-height: 80px;
}

.form-container[b-x50pkriq1u] {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Cairo;
    display: flex;
}

.english[b-x50pkriq1u] {
    direction: ltr;
    font-family: Cairo;
    font-size: 16px;
    color: dodgerblue;
}

.arabic[b-x50pkriq1u] {
    direction: rtl;
    font-family: Cairo;
    font-size: 18px;
    color: dodgerblue;
}

.container-style[b-x50pkriq1u] {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid dodgerblue;
}

.table-header[b-x50pkriq1u] {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid dodgerblue;
    display: flex;
    justify-content: space-between;
}

.lable-margin[b-x50pkriq1u] {
    margin: 10px;
}

.input-line[b-x50pkriq1u] {
    flex-grow: 1;
    border: none;
    outline: none;
    padding: 5px;
}

.left-style[b-x50pkriq1u] {
    direction: ltr;
}
/* /Components/Pages/Medical/Consents/C2285TblEvolveConsent/Index.razor.rz.scp.css */
.button-row[b-clfv2hu70b] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-clfv2hu70b] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-clfv2hu70b] {
            background-color: #0056b3;
        }

.body-digram[b-clfv2hu70b] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Cairo;
    width: 95%;
    border: 1px solid dodgerblue;
    padding: 25px;
    box-sizing: border-box;
    color: dodgerblue;
    direction: rtl;
}

.header[b-clfv2hu70b] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    color: dodgerblue;
}

.logo img[b-clfv2hu70b] {
    max-height: 80px;
}

.form-container[b-clfv2hu70b] {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Cairo;
    display: flex;
}

.english[b-clfv2hu70b] {
    direction: ltr;
    font-family: Cairo;
    font-size: 16px;
    color: dodgerblue;
}
.arabic[b-clfv2hu70b] {
    direction: rtl;
    font-family: Cairo;
    font-size: 18px;
    color: dodgerblue;
}

.container-style[b-clfv2hu70b] {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid dodgerblue;
}

.table-header[b-clfv2hu70b] {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid dodgerblue;
    display: flex;
    justify-content: space-between;
}

.lable-margin[b-clfv2hu70b] {
    margin: 10px;
}

.input-line[b-clfv2hu70b] {
    flex-grow: 1;
    border: none;
    outline: none;
    padding: 5px;
}

.left-style[b-clfv2hu70b] {
    direction: ltr;
}
/* /Components/Pages/Medical/FrontOnly/C2136TblAbdominalDermolipectomy/Index.razor.rz.scp.css */
.container[b-hj9b183aeq] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-hj9b183aeq] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.details-section[b-hj9b183aeq] {
    width: 48%;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

    .details-section.arabic[b-hj9b183aeq] {
        text-align: right;
        direction: rtl;
    }

label[b-hj9b183aeq] {
    font-weight: 600;
}

.instructions[b-hj9b183aeq] {
    display: flex;
    justify-content: space-between;
}

.instructions-section[b-hj9b183aeq] {
    width: 48%;
}

    .instructions-section.arabic[b-hj9b183aeq] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

h2[b-hj9b183aeq] {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

ol[b-hj9b183aeq] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-hj9b183aeq] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-hj9b183aeq] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/FrontOnly/C2137TblAbdominoplasty/Index.razor.rz.scp.css */
.container[b-ztnz74g7k3] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-ztnz74g7k3] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.details-section[b-ztnz74g7k3] {
    width: 48%;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

    .details-section.arabic[b-ztnz74g7k3] {
        text-align: right;
        direction: rtl;
    }

label[b-ztnz74g7k3] {
    font-weight: 600;
}

.instructions[b-ztnz74g7k3] {
    display: flex;
    justify-content: space-between;
}

.instructions-section[b-ztnz74g7k3] {
    width: 48%;
}

    .instructions-section.arabic[b-ztnz74g7k3] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

h2[b-ztnz74g7k3] {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

ol[b-ztnz74g7k3] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-ztnz74g7k3] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-ztnz74g7k3] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/FrontOnly/C2141TblArmLift/Index.razor.rz.scp.css */
.container[b-r11o6p9qa3] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-r11o6p9qa3] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.details-section[b-r11o6p9qa3] {
    width: 48%;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

    .details-section.arabic[b-r11o6p9qa3] {
        text-align: right;
        direction: rtl;
    }

label[b-r11o6p9qa3] {
    font-weight: 600;
}

.instructions[b-r11o6p9qa3] {
    display: flex;
    justify-content: space-between;
}

.instructions-section[b-r11o6p9qa3] {
    width: 48%;
}

    .instructions-section.arabic[b-r11o6p9qa3] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

h2[b-r11o6p9qa3] {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

ol[b-r11o6p9qa3] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-r11o6p9qa3] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-r11o6p9qa3] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/FrontOnly/C2146TblBreastReduction/Index.razor.rz.scp.css */
.container[b-gyhsid3wxl] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-gyhsid3wxl] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.details-section[b-gyhsid3wxl] {
    width: 48%;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

    .details-section.arabic[b-gyhsid3wxl] {
        text-align: right;
        direction: rtl;
    }

label[b-gyhsid3wxl] {
    font-weight: 600;
}

.instructions[b-gyhsid3wxl] {
    display: flex;
    justify-content: space-between;
}

.instructions-section[b-gyhsid3wxl] {
    width: 48%;
}

    .instructions-section.arabic[b-gyhsid3wxl] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

h2[b-gyhsid3wxl] {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

ol[b-gyhsid3wxl] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-gyhsid3wxl] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-gyhsid3wxl] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/FrontOnly/C2153TblEyeLidSurgery/Index.razor.rz.scp.css */
.container[b-rnylq2uypq] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-rnylq2uypq] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.details-section[b-rnylq2uypq] {
    width: 48%;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

    .details-section.arabic[b-rnylq2uypq] {
        text-align: right;
        direction: rtl;
    }

label[b-rnylq2uypq] {
    font-weight: 600;
}

.instructions[b-rnylq2uypq] {
    display: flex;
    justify-content: space-between;
}

.instructions-section[b-rnylq2uypq] {
    width: 48%;
}

    .instructions-section.arabic[b-rnylq2uypq] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

h2[b-rnylq2uypq] {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

ol[b-rnylq2uypq] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-rnylq2uypq] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-rnylq2uypq] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/FrontOnly/C2154TblFaceDiagramFatInjection/Index.razor.rz.scp.css */
.container[b-hbphh4bkc5] {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

h1[b-hbphh4bkc5] {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.patient-details[b-hbphh4bkc5] {
    margin-bottom: 20px;
}

.details-section[b-hbphh4bkc5] {
    margin-bottom: 10px;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items:center;
    gap:10px;
}

    .details-section label[b-hbphh4bkc5] {
        font-weight: bold;
        display: flex;
        gap:5px;
    }

    .details-section input[b-hbphh4bkc5] {
        width: 60%;
        margin-left:10px;
        padding: 3px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.table-section[b-hbphh4bkc5] {
    margin-top: 20px;
}

.images[b-hbphh4bkc5] {
    align-content:center;
    margin-left:100px;
    width:600px;
    height:600px;
}

.details-table[b-hbphh4bkc5] {
    width: 100%;
    border-collapse: collapse;
    margin-top:20px;
    margin-bottom: 20px;
}

    .details-table th[b-hbphh4bkc5],
    .details-table td[b-hbphh4bkc5] {
        border: 1px solid #ccc;
        padding: 10px;
        text-align: center;
    }

    .details-table th[b-hbphh4bkc5] {
        background-color: #f5f5f5;
        font-weight: bold;
    }

    .details-table input[b-hbphh4bkc5] {
        width: 90%;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
/* /Components/Pages/Medical/FrontOnly/C2163TblGynecomastiaComplications/Index.razor.rz.scp.css */
.container[b-kkim8uvme0] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-kkim8uvme0] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.details-section[b-kkim8uvme0] {
    width: 48%;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

    .details-section.arabic[b-kkim8uvme0] {
        text-align: right;
        direction: rtl;
    }

label[b-kkim8uvme0] {
    font-weight: 600;
}

.instructions[b-kkim8uvme0] {
    display: flex;
    justify-content: space-between;
}

.instructions-section[b-kkim8uvme0] {
    width: 48%;
}

    .instructions-section.arabic[b-kkim8uvme0] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

h2[b-kkim8uvme0] {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

ol[b-kkim8uvme0] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-kkim8uvme0] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-kkim8uvme0] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/FrontOnly/C2165TblHairTransplant/Index.razor.rz.scp.css */
.container[b-xqmeb77vim] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-xqmeb77vim] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.details-section[b-xqmeb77vim] {
    width: 48%;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

    .details-section.arabic[b-xqmeb77vim] {
        text-align: right;
        direction: rtl;
    }

label[b-xqmeb77vim] {
    font-weight: 600;
}

.instructions[b-xqmeb77vim] {
    display: flex;
    justify-content: space-between;
}

.instructions-section[b-xqmeb77vim] {
    width: 48%;
}

    .instructions-section.arabic[b-xqmeb77vim] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

h2[b-xqmeb77vim] {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

ol[b-xqmeb77vim] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-xqmeb77vim] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-xqmeb77vim] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/FrontOnly/C2166TblHealthForm/Index.razor.rz.scp.css */
.container[b-bvv5xqh0lf] {
    width: 900px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: Arial, sans-serif;
}

h1[b-bvv5xqh0lf], h3[b-bvv5xqh0lf] {
    text-align: center;
    font-size: 24px;
    color: #333;
}

ul[b-bvv5xqh0lf] {
    
    margin: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    ul li[b-bvv5xqh0lf] {
        margin-bottom: 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width:30%;
    }

label[b-bvv5xqh0lf] {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #555;
    flex: 1;
}

input[type="text"][b-bvv5xqh0lf],
input[type="number"][b-bvv5xqh0lf],
input[type="date"][b-bvv5xqh0lf],
textarea[b-bvv5xqh0lf],
select[b-bvv5xqh0lf] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

textarea[b-bvv5xqh0lf] {
    resize: none;
    height: 80px;
}

input[type="radio"][b-bvv5xqh0lf] {
    margin-right: 5px;
}

label[b-bvv5xqh0lf]::after {

    color: #444;
}

label span[b-bvv5xqh0lf] {
    display: inline-block;
    width: 48%;
    text-align: right;
}

input[type="text"]:focus[b-bvv5xqh0lf],
input[type="number"]:focus[b-bvv5xqh0lf],
input[type="date"]:focus[b-bvv5xqh0lf],
textarea:focus[b-bvv5xqh0lf] {
    border-color: #333;
}

.arabic[b-bvv5xqh0lf] {
    direction: rtl;
    text-align: right;
    font-size: 14px;
    color: #444;
}
/* /Components/Pages/Medical/FrontOnly/C2167TblInstructionsAfterLiposuction/Index.razor.rz.scp.css */
.container[b-izptdodwoz] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-izptdodwoz] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.details-section[b-izptdodwoz] {
    width: 48%;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

    .details-section.arabic[b-izptdodwoz] {
        text-align: right;
        direction: rtl;
    }

label[b-izptdodwoz] {
    font-weight: 600;
}

.instructions[b-izptdodwoz] {
    display: flex;
    justify-content: space-between;
}

.instructions-section[b-izptdodwoz] {
    width: 48%;
}

    .instructions-section.arabic[b-izptdodwoz] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

h2[b-izptdodwoz] {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

ol[b-izptdodwoz] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-izptdodwoz] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-izptdodwoz] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/FrontOnly/C2169TblLaserFemale/Index.razor.rz.scp.css */
.container[b-5pggtd6fpc] {
    max-width: 750px;
    margin: 0 auto;
    padding: 20px;
}

h1[b-5pggtd6fpc] {
    font-size: 26px;
    font-weight:bold;
    margin-bottom: 20px;
    text-align: center;
}

.patient-details[b-5pggtd6fpc] {
    margin-bottom: 20px;
}

.details-section[b-5pggtd6fpc] {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

    .details-section label[b-5pggtd6fpc] {
        font-weight: bold;
        display: flex;
        gap: 5px;
    }

    .details-section input[b-5pggtd6fpc] {
        width: 60%;
        margin-left: 10px;
        padding: 3px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.table-section[b-5pggtd6fpc] {
    margin-top: 20px;
}

.images[b-5pggtd6fpc] {
    align-content: center;
    width: 150px;
    height: 200px;
}

.details-table[b-5pggtd6fpc] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .details-table th[b-5pggtd6fpc],
    .details-table td[b-5pggtd6fpc] {
        border: 1px solid #ccc;
        padding: 10px;
        text-align: center;
    }

    .details-table th[b-5pggtd6fpc] {
        background-color: #f5f5f5;
        font-weight: bold;
    }

    .details-table input[b-5pggtd6fpc] {
        width: 90%;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
/* /Components/Pages/Medical/FrontOnly/C2170TblLaserFemaleWhole/Index.razor.rz.scp.css */
.container[b-9152fn9uwi] {
    max-width: 750px;
    margin: 0 auto;
    padding: 20px;
}

h1[b-9152fn9uwi] {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.patient-details[b-9152fn9uwi] {
    margin-bottom: 20px;
}

.details-section[b-9152fn9uwi] {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

    .details-section label[b-9152fn9uwi] {
        font-weight: bold;
        display: flex;
        gap: 5px;
    }

    .details-section input[b-9152fn9uwi] {
        width: 60%;
        margin-left: 10px;
        padding: 3px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.table-section[b-9152fn9uwi] {
    margin-top: 20px;
}

.images[b-9152fn9uwi] {
    align-content: center;
    width: 200px;
    height: 200px;
}

.details-table[b-9152fn9uwi] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .details-table th[b-9152fn9uwi],
    .details-table td[b-9152fn9uwi] {
        border: 1px solid #ccc;
        padding: 10px;
        text-align: center;
    }

    .details-table th[b-9152fn9uwi] {
        background-color: #f5f5f5;
        font-weight: bold;
    }

    .details-table input[b-9152fn9uwi] {
        width: 90%;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
/* /Components/Pages/Medical/FrontOnly/C2171TblLaserMale/Index.razor.rz.scp.css */
.container[b-aksq6p0yc5] {
    max-width: 750px;
    margin: 0 auto;
    padding: 20px;
}

h1[b-aksq6p0yc5] {
    font-size: 26px;
    font-weight:bold;
    margin-bottom: 20px;
    text-align: center;
}

.patient-details[b-aksq6p0yc5] {
    margin-bottom: 20px;
}

.details-section[b-aksq6p0yc5] {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

    .details-section label[b-aksq6p0yc5] {
        font-weight: bold;
        display: flex;
        gap: 5px;
    }

    .details-section input[b-aksq6p0yc5] {
        width: 60%;
        margin-left: 10px;
        padding: 3px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.table-section[b-aksq6p0yc5] {
    margin-top: 20px;
}

.images[b-aksq6p0yc5] {
    align-content: center;
    width: 200px;
    height: 200px;
}

.details-table[b-aksq6p0yc5] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .details-table th[b-aksq6p0yc5],
    .details-table td[b-aksq6p0yc5] {
        border: 1px solid #ccc;
        padding: 10px;
        text-align: center;
    }

    .details-table th[b-aksq6p0yc5] {
        background-color: #f5f5f5;
        font-weight: bold;
    }

    .details-table input[b-aksq6p0yc5] {
        width: 90%;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
/* /Components/Pages/Medical/FrontOnly/C2172TblLaserMaleWhole/Index.razor.rz.scp.css */
.container[b-5zfo5k6gx8] {
    max-width: 750px;
    margin: 0 auto;
    padding: 20px;
}

h1[b-5zfo5k6gx8] {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.patient-details[b-5zfo5k6gx8] {
    margin-bottom: 20px;
}

.details-section[b-5zfo5k6gx8] {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

    .details-section label[b-5zfo5k6gx8] {
        font-weight: bold;
        display: flex;
        gap: 5px;
    }

    .details-section input[b-5zfo5k6gx8] {
        width: 60%;
        margin-left: 10px;
        padding: 3px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.table-section[b-5zfo5k6gx8] {
    margin-top: 20px;
}

.images[b-5zfo5k6gx8] {
    align-content: center;
    width: 150px;
    height: 200px;
}

.details-table[b-5zfo5k6gx8] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .details-table th[b-5zfo5k6gx8],
    .details-table td[b-5zfo5k6gx8] {
        border: 1px solid #ccc;
        padding: 10px;
        text-align: center;
    }

    .details-table th[b-5zfo5k6gx8] {
        background-color: #f5f5f5;
        font-weight: bold;
    }

    .details-table input[b-5zfo5k6gx8] {
        width: 90%;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
/* /Components/Pages/Medical/FrontOnly/C2176TblMedicalDeclarationForm/Index.razor.rz.scp.css */
.container[b-uoee5spt1m] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #334155;
    background-color: #f8fafc;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

h1[b-uoee5spt1m] {
    text-align: center;
    color: #1e40af;
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e2e8f0;
}

.details-section[b-uoee5spt1m] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
    padding: 2rem;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
}

    .details-section label[b-uoee5spt1m] {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        font-weight: 500;
    }

    .details-section input[b-uoee5spt1m],
    .details-section select[b-uoee5spt1m] {
        padding: 0.75rem;
        border: 1px solid #e2e8f0;
        border-radius: 4px;
        font-size: 1rem;
        transition: border-color 0.2s ease;
    }

        .details-section input:focus[b-uoee5spt1m],
        .details-section select:focus[b-uoee5spt1m] {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgb(59 130 246 / 0.1);
        }

.instructions[b-uoee5spt1m] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 2rem;
}

.instructions-section[b-uoee5spt1m] {
    padding: 2rem;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
}

    .instructions-section ul[b-uoee5spt1m] {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .instructions-section li[b-uoee5spt1m] {
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
        border-bottom: 1px solid #e2e8f0;
    }

        .instructions-section li:last-child[b-uoee5spt1m] {
            border-bottom: none;
        }

    .instructions-section label[b-uoee5spt1m] {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .instructions-section input[type="text"][b-uoee5spt1m],
    .instructions-section input[type="date"][b-uoee5spt1m] {
        padding: 0.75rem;
        border: 1px solid #e2e8f0;
        border-radius: 4px;
        font-size: 1rem;
        width: 100%;
        max-width: 300px;
    }

    .instructions-section input[type="checkbox"][b-uoee5spt1m] {
        margin-right: 0.25rem;
    }

    /* Checkbox group styling */
    .instructions-section label[b-uoee5spt1m] {
        display: flex;
        flex-direction:column;
        
    }

.checkbox-group[b-uoee5spt1m] {
    display: flex;
    gap: 1.5rem;
    margin-top: 0.5rem;
}

.checkbox-option[b-uoee5spt1m] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

/* RTL support for Arabic section */
.arabic[b-uoee5spt1m] {
    direction: rtl;
    text-align: right;
    font-size:1.1rem;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .instructions[b-uoee5spt1m] {
        grid-template-columns: 1fr;
    }

    .details-section[b-uoee5spt1m] {
        grid-template-columns: 1fr;
    }
}

/* Print styles */
@media print {
    .container[b-uoee5spt1m] {
        box-shadow: none;
        padding: 0;
    }

    .details-section[b-uoee5spt1m],
    .instructions-section[b-uoee5spt1m] {
        box-shadow: none;
        border: 1px solid #e2e8f0;
    }
}

/* Accessibility improvements */
input:focus-visible[b-uoee5spt1m],
select:focus-visible[b-uoee5spt1m] {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

/* Custom checkbox styling */
input[type="checkbox"][b-uoee5spt1m] {
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #e2e8f0;
    border-radius: 4px;
    appearance: none;
    background-color: white;
    cursor: pointer;
    position: relative;
}

    input[type="checkbox"]:checked[b-uoee5spt1m] {
        background-color: #3b82f6;
        border-color: #3b82f6;
    }

        input[type="checkbox"]:checked[b-uoee5spt1m]::after {
            content: "✓";
            position: absolute;
            color: white;
            font-size: 0.875rem;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

/* Error state styling */
.error input[b-uoee5spt1m] {
    border-color: #ef4444;
}

.error-message[b-uoee5spt1m] {
    color: #ef4444;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* Required field indicator */
label.required[b-uoee5spt1m]::after {
    content: "*";
    color: #ef4444;
    margin-left: 0.25rem;
}
/* /Components/Pages/Medical/FrontOnly/C2177TblMedicalServiceRequestForm/Index.razor.rz.scp.css */

body[b-ciattt0ui0] {
    direction: rtl; /* Proper direction for Arabic content */
    font-family: Arial, sans-serif;
}

header.header[b-ciattt0ui0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px 20px;
    border-bottom: 2px solid #ddd;
}

.header-logo img[b-ciattt0ui0] {
    max-height: 150px;
    max-width: 300px;
}

.header-details[b-ciattt0ui0] {
    color: #4aa3ff;
    text-align: right;
    flex: 1;
    padding-left: 70px;
}

    .header-details p[b-ciattt0ui0] {
        font-size: 14px;
        margin: 3px 0;
        color: #555;
    }

.service-request-container[b-ciattt0ui0] {
    max-width: 900px;
    margin: auto;
    font-family: Arial, sans-serif;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: #f9f9f9;
}

.employee-info[b-ciattt0ui0] {
    margin-bottom: 10px;

}


.form-title[b-ciattt0ui0] {
    text-align: center;
    margin-bottom: 20px;
    font-size: 26px;
    color: #333;
    font-weight: bold;
}

    .form-title span[b-ciattt0ui0] {
        display: block;
        font-size: 22px;
        color: #555;
    }

h2[b-ciattt0ui0] {
    font-size: 22px;
    color: #444;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

    h2 span[b-ciattt0ui0] {
        font-size: 20px;
        color: #888;
    }

.form-group[b-ciattt0ui0] {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    
}

label[b-ciattt0ui0] {
    font-weight: normal;
    margin-bottom: 5px;

}

input[type="text"][b-ciattt0ui0],
input[type="date"][b-ciattt0ui0] {
    width: 600px;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
}

.radio-group[b-ciattt0ui0],
.checkbox-group[b-ciattt0ui0] {
    display: flex;
    flex-wrap:wrap;
    gap: 30px;
    margin-top: 5px;
    ;
    
}

    .radio-group label[b-ciattt0ui0],
    .checkbox-group label[b-ciattt0ui0] {
        display: inline-flex;
        align-items: center;
        font-size: 16px;
        font-weight: normal;
        
    }

.service-section[b-ciattt0ui0] {
    display: block;
    margin-right: auto;
    margin-top: 30px;
}

.signature-section[b-ciattt0ui0] {
    display:block;
    
    margin-right:auto;
    
    padding-top: 10px;

}

.admin-section[b-ciattt0ui0] {
    display: block;
    margin-top: 30px;
/*    padding-top: 20px;*/
    
}

.form-group[b-ciattt0ui0] {
    display:flex;
    margin-block-end:auto;
    justify-content:center;
    font-weight:normal;
}

  

    .signature-section input[b-ciattt0ui0],
    .admin-section input[b-ciattt0ui0] {
        max-width: 600px;
        text-align: rtl;
    }

#service-price[b-ciattt0ui0] {
    width:100px;
    margin-left:10px;
}

#service-signature[b-ciattt0ui0] {
    width: 150px;
    margin-left: 10px;
}

#service-discount-percent[b-ciattt0ui0] {
    width: 100px;
    margin-left: 10px;
}
/* /Components/Pages/Medical/FrontOnly/C2179TblPatientDataSheet/Index.razor.rz.scp.css */
.container[b-85z3izjpw6] {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 6px solid #000;
    border-radius: 16px;
}

h1[b-85z3izjpw6] {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.patient-details[b-85z3izjpw6] {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.details-section[b-85z3izjpw6] {
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}

    .details-section label[b-85z3izjpw6] {
        font-weight: bold;
        width: 30%;
        display: flex;
        justify-content: space-between;
    }

    .details-section input[b-85z3izjpw6],
    .details-section select[b-85z3izjpw6],
    .details-section textarea[b-85z3izjpw6] {
        width: 65%;
        margin:10px;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

textarea[b-85z3izjpw6] {
    height: 60px;
    resize: none;
}
/* /Components/Pages/Medical/FrontOnly/C2180TblPhysicianNotes/Index.razor.rz.scp.css */
.container[b-ih9vetz5d3] {
    max-width: 750px;
    margin: 0 auto;
    padding: 20px;
}

h1[b-ih9vetz5d3] {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.patient-details[b-ih9vetz5d3] {
    margin-bottom: 20px;
}

.details-section[b-ih9vetz5d3] {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

    .details-section label[b-ih9vetz5d3] {
        font-weight: bold;
        display: flex;
        gap: 5px;
    }

    .details-section input[b-ih9vetz5d3] {
        width: 60%;
        margin-left: 10px;
        padding: 3px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.table-section[b-ih9vetz5d3] {
    margin-top: 20px;
}

.images[b-ih9vetz5d3] {
    align-content: center;
    width: 150px;
    height: 200px;
}

.details-table[b-ih9vetz5d3] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
    table-layout: fixed; /* Ensures columns respect defined widths */
}

    .details-table th[b-ih9vetz5d3],
    .details-table td[b-ih9vetz5d3] {
        border: 1px solid #ccc;
        padding: 10px;
        text-align: center;
    }

    .details-table th[b-ih9vetz5d3] {
        background-color: #f5f5f5;
        font-weight: bold;
    }

    .details-table input[b-ih9vetz5d3] {
        width: 90%;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    /* Column width adjustments */
    .details-table th:nth-child(1)[b-ih9vetz5d3],
    .details-table td:nth-child(1)[b-ih9vetz5d3] {
        width: 15%; /* DATE column */
    }

    .details-table th:nth-child(2)[b-ih9vetz5d3],
    .details-table td:nth-child(2)[b-ih9vetz5d3] {
        width: 15%; /* TIME column */
    }

    .details-table th:nth-child(3)[b-ih9vetz5d3],
    .details-table td:nth-child(3)[b-ih9vetz5d3] {
        width: 70%; /* NOTES column */
    }
/* /Components/Pages/Medical/FrontOnly/C2181TblPostAbdominoplasty/Index.razor.rz.scp.css */
.container[b-6vpwvtbff5] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-6vpwvtbff5] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.details-section[b-6vpwvtbff5] {
    width: 48%;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

    .details-section.arabic[b-6vpwvtbff5] {
        text-align: right;
        direction: rtl;
    }

label[b-6vpwvtbff5] {
    font-weight: 600;
}

.instructions[b-6vpwvtbff5] {
    display: flex;
    justify-content: space-between;
}

.instructions-section[b-6vpwvtbff5] {
    width: 48%;
}

    .instructions-section.arabic[b-6vpwvtbff5] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

h2[b-6vpwvtbff5] {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

.instructions-table[b-6vpwvtbff5] {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: Arial, sans-serif;
    direction: rtl;
    text-align: right;
}

    .instructions-table td[b-6vpwvtbff5] {
        padding: 10px;
        border: 1px solid #ccc;
        vertical-align: top;
    }


ul[b-6vpwvtbff5] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-6vpwvtbff5] {
    margin-left: 0;
    margin-right: 20px;
}

ul li[b-6vpwvtbff5] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/FrontOnly/C2182TblPostBrachioplasty/Index.razor.rz.scp.css */
.container[b-z2sk4mpxj0] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-z2sk4mpxj0] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.details-section[b-z2sk4mpxj0] {
    width: 48%;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

    .details-section.arabic[b-z2sk4mpxj0] {
        text-align: right;
        direction: rtl;
    }

label[b-z2sk4mpxj0] {
    font-weight: 600;
}

.instructions[b-z2sk4mpxj0] {
    display: flex;
    justify-content: space-between;
}

.instructions-section[b-z2sk4mpxj0] {
    width: 48%;
}

    .instructions-section.arabic[b-z2sk4mpxj0] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

h2[b-z2sk4mpxj0] {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

ol[b-z2sk4mpxj0] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-z2sk4mpxj0] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-z2sk4mpxj0] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/FrontOnly/C2183TblPostBreastAugmentation/Index.razor.rz.scp.css */
.container[b-dxo8usg4ud] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-dxo8usg4ud] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.details-section[b-dxo8usg4ud] {
    width: 48%;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

    .details-section.arabic[b-dxo8usg4ud] {
        text-align: right;
        direction: rtl;
    }

label[b-dxo8usg4ud] {
    font-weight: 600;
}

.instructions[b-dxo8usg4ud] {
    display: flex;
    justify-content: space-between;
}

.instructions-section[b-dxo8usg4ud] {
    width: 48%;
}

    .instructions-section.arabic[b-dxo8usg4ud] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

h2[b-dxo8usg4ud] {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

ol[b-dxo8usg4ud] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-dxo8usg4ud] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-dxo8usg4ud] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/FrontOnly/C2185TblPostFaceLift/Index.razor.rz.scp.css */
.container[b-ln9t0hepax] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-ln9t0hepax] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.details-section[b-ln9t0hepax] {
    width: 48%;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

    .details-section.arabic[b-ln9t0hepax] {
        text-align: right;
        direction: rtl;
    }

label[b-ln9t0hepax] {
    font-weight: 600;
}

.instructions[b-ln9t0hepax] {
    display: flex;
    justify-content: space-between;
}

.instructions-section[b-ln9t0hepax] {
    width: 48%;
}

    .instructions-section.arabic[b-ln9t0hepax] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

h2[b-ln9t0hepax] {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

ol[b-ln9t0hepax] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-ln9t0hepax] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-ln9t0hepax] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/FrontOnly/C2186TblPostFrxLaser/Index.razor.rz.scp.css */
.container[b-s5vr8lhc8i] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-s5vr8lhc8i] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.details-section[b-s5vr8lhc8i] {
    width: 48%;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

    .details-section.arabic[b-s5vr8lhc8i] {
        text-align: right;
        direction: rtl;
    }

label[b-s5vr8lhc8i] {
    font-weight: 600;
}

.instructions[b-s5vr8lhc8i] {
    display: flex;
    justify-content: space-between;
}

.instructions-section[b-s5vr8lhc8i] {
    width: 48%;
}

    .instructions-section.arabic[b-s5vr8lhc8i] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

h2[b-s5vr8lhc8i] {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

ol[b-s5vr8lhc8i] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-s5vr8lhc8i] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-s5vr8lhc8i] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/FrontOnly/C2189TblPostMastoplexy/Index.razor.rz.scp.css */
.container[b-sr59kzgjgp] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-sr59kzgjgp] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.details-section[b-sr59kzgjgp] {
    width: 48%;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

    .details-section.arabic[b-sr59kzgjgp] {
        text-align: right;
        direction: rtl;
    }

label[b-sr59kzgjgp] {
    font-weight: 600;
}

.instructions[b-sr59kzgjgp] {
    display: flex;
    justify-content: space-between;
}

.instructions-section[b-sr59kzgjgp] {
    width: 48%;
}

    .instructions-section.arabic[b-sr59kzgjgp] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

h2[b-sr59kzgjgp] {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

ol[b-sr59kzgjgp] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-sr59kzgjgp] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-sr59kzgjgp] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/FrontOnly/C2191TblPostRhinoplasty/Index.razor.rz.scp.css */
.container[b-fov5z50nal] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-fov5z50nal] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.details-section[b-fov5z50nal] {
    width: 48%;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

    .details-section.arabic[b-fov5z50nal] {
        text-align: right;
        direction: rtl;
    }

label[b-fov5z50nal] {
    font-weight: 600;
}

.instructions[b-fov5z50nal] {
    display: flex;
    justify-content: space-between;
}

.instructions-section[b-fov5z50nal] {
    width: 48%;
}

    .instructions-section.arabic[b-fov5z50nal] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

h2[b-fov5z50nal] {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

ol[b-fov5z50nal] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-fov5z50nal] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-fov5z50nal] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/FrontOnly/C2192TblPostThighLift/Index.razor.rz.scp.css */
.container[b-woojwsyqmh] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-woojwsyqmh] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.details-section[b-woojwsyqmh] {
    width: 48%;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

    .details-section.arabic[b-woojwsyqmh] {
        text-align: right;
        direction: rtl;
    }

label[b-woojwsyqmh] {
    font-weight: 600;
}

.instructions[b-woojwsyqmh] {
    display: flex;
    justify-content: space-between;
}

.instructions-section[b-woojwsyqmh] {
    width: 48%;
}

    .instructions-section.arabic[b-woojwsyqmh] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

h2[b-woojwsyqmh] {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

ol[b-woojwsyqmh] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-woojwsyqmh] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-woojwsyqmh] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/FrontOnly/C2194TblProceduresCard/Index.razor.rz.scp.css */
.container[b-2gcdt2c8g5] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

h1[b-2gcdt2c8g5] {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.patient-details[b-2gcdt2c8g5] {
    margin-bottom: 20px;
}

.details-section[b-2gcdt2c8g5] {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap:20px
}

    .details-section label[b-2gcdt2c8g5] {
        font-weight: bold;
        display: flex;
        gap: 10px;
    }

    .details-section input[b-2gcdt2c8g5] {
        width: 60%;
        
        padding: 3px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.table-section[b-2gcdt2c8g5] {
    margin-top: 20px;
}

.images[b-2gcdt2c8g5] {
    align-content: center;
    margin-left: 20px;
    width: 80px;
    height: 400px;
}

.details-table[b-2gcdt2c8g5] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .details-table th[b-2gcdt2c8g5],
    .details-table td[b-2gcdt2c8g5] {
        border: 1px solid #ccc;
        padding: 10px;
        text-align: center;
    }

    .details-table th[b-2gcdt2c8g5] {
        background-color: #f5f5f5;
        font-weight: bold;
    }

    .details-table input[b-2gcdt2c8g5] {
        width: 90%;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
/* /Components/Pages/Medical/FrontOnly/C2196TblRhinoplastyExamSheet/Index.razor.rz.scp.css */
*[b-8wi85nm19c]{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
}

body[b-8wi85nm19c] {
    padding: 2rem;
    background: #f5f5f5;
}

.container[b-8wi85nm19c] {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

h1[b-8wi85nm19c] {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 2rem;
    font-size: 1.8rem;
}

.form-header[b-8wi85nm19c] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.form-group[b-8wi85nm19c] {
    border: 1px solid #e0e0e0;
    padding: 0.5rem;
    border-radius: 4px;
}

    .form-group label[b-8wi85nm19c] {
        display: block;
        font-size: 0.9rem;
        color: #666;
        margin-bottom: 0.25rem;
    }

    .form-group input[b-8wi85nm19c] {
        width: 100%;
        padding: 0.5rem;
        border: 1px solid #ddd;
        border-radius: 4px;
    }

.diagrams[b-8wi85nm19c] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
/*    gap: 2rem;*/
    margin-bottom: 2rem;
}

.diagram[b-8wi85nm19c] {
    aspect-ratio: 1;
/*    background: #f8f9fa;*/
    border: 1px solid #ddd;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.measurements[b-8wi85nm19c] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.measurement-group[b-8wi85nm19c] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.measurement-item[b-8wi85nm19c] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .measurement-item input[b-8wi85nm19c] {
        width: 60px;
        padding: 0.25rem;
        border: 1px solid #ddd;
        border-radius: 4px;
    }

.procedures[b-8wi85nm19c] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.procedure-group[b-8wi85nm19c] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.procedure-item[b-8wi85nm19c] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .procedure-item input[type="checkbox"][b-8wi85nm19c] {
        width: 1rem;
        height: 1rem;
    }

    .procedure-item input[type="number"][b-8wi85nm19c] {
        width: 60px;
        padding: 0.25rem;
        border: 1px solid #ddd;
        border-radius: 4px;
    }
/* /Components/Pages/Medical/FrontOnly/C2198TblScarPlasticSurgery/Index.razor.rz.scp.css */
.container[b-i1lca9xpzj] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-i1lca9xpzj] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.details-section[b-i1lca9xpzj] {
    width: 48%;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

    .details-section.arabic[b-i1lca9xpzj] {
        text-align: right;
        direction: rtl;
    }

label[b-i1lca9xpzj] {
    font-weight: 600;
}

.instructions[b-i1lca9xpzj] {
    display: flex;
    justify-content: space-between;
}

.instructions-section[b-i1lca9xpzj] {
    width: 48%;
}

    .instructions-section.arabic[b-i1lca9xpzj] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

h2[b-i1lca9xpzj] {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

ol[b-i1lca9xpzj] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-i1lca9xpzj] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-i1lca9xpzj] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/FrontOnly/C2201TblSutureCare/Index.razor.rz.scp.css */
.container[b-s9grn5jzcc] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-s9grn5jzcc] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.details-section[b-s9grn5jzcc] {
    width: 48%;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

    .details-section.arabic[b-s9grn5jzcc] {
        text-align: right;
        direction: rtl;
    }

label[b-s9grn5jzcc] {
    font-weight: 600;
}

.instructions[b-s9grn5jzcc] {
    display: flex;
    justify-content: space-between;
}

.instructions-section[b-s9grn5jzcc] {
    width: 48%;
}

    .instructions-section.arabic[b-s9grn5jzcc] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

h2[b-s9grn5jzcc] {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

ol[b-s9grn5jzcc] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-s9grn5jzcc] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-s9grn5jzcc] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/FrontOnly/C2203TblThighLiftOrders/Index.razor.rz.scp.css */


*[b-o3vfvfyevl] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body[b-o3vfvfyevl] {
    line-height: 1.6;
    padding: 20px;
}

.medical-form[b-o3vfvfyevl] {
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid;
    border-radius: 8px;
    /*    box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/
}

.form-header[b-o3vfvfyevl] {
    /*    background: var(--header-bg);*/
    padding: 20px;
    /*    border-bottom: 2px solid var(--border-color);*/
    /*    border-radius: 8px 8px 0 0;*/
}

.patient-info[b-o3vfvfyevl] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}

.input-group[b-o3vfvfyevl] {
    margin-bottom: 10px;
}

    .input-group label[b-o3vfvfyevl] {
        display: block;
        font-weight: 600;
        margin-bottom: 5px;
        font-size: 0.9rem;
    }

    .input-group input[b-o3vfvfyevl] {
        width: 95%;
        padding: 3px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.procedure-info[b-o3vfvfyevl] {
    display: flex;
    justify-content: space-between;
    padding: 2px 20px;
}

.orders-table[b-o3vfvfyevl] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .orders-table th[b-o3vfvfyevl] {
        /*        background: var(--header-bg);*/
        padding: 12px;
        text-align: center;
        background-color: #f5f5f5;
        font-weight: bold;
        font-size: 20px;
        border: 1px solid #ccc;
    }

.category-header td[b-o3vfvfyevl] {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: start;
    font-weight: bold;
}

.order-row td[b-o3vfvfyevl] {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: start;
}

.checkbox-cell[b-o3vfvfyevl] {
    text-align: center;
    width: 40px;
}

.remarks-cell[b-o3vfvfyevl] {
    min-width: 150px;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
}

.legend[b-o3vfvfyevl] {
    padding: 20px;
    /*    background: var(--header-bg);*/
    /*    border-top: 1px solid var(--border-color);*/
    font-size: 0.9rem;
}

.doctor-signature[b-o3vfvfyevl] {
    padding: 20px;
    text-align: right;
    /*    border-top: 1px solid var(--border-color);*/
}

/* Template for generating consistent order rows */
.order-template[b-o3vfvfyevl] {
    display: none; /* Hide the template */
}
/* /Components/Pages/Medical/FrontOnly/C2204TblPosGlutSurIns/Index.razor.rz.scp.css */

.container[b-9wvlfaf2hj] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    font-family: Cairo, sans-serif;
    color: #334155;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

h1[b-9wvlfaf2hj] {
    font-size: 2rem;
    text-align: center;
    color: #1e40af;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e2e8f0;
}

.details-section[b-9wvlfaf2hj] {
    width: 48%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 2rem;
    line-height: 1.8;
    padding: 0.75rem;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
}

    .details-section.arabic[b-9wvlfaf2hj] {
        text-align: right;
        direction: rtl;
    }

label[b-9wvlfaf2hj] {
    font-weight: bold;
    color: #1e293b;
}

.instructions[b-9wvlfaf2hj] {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.instructions-section[b-9wvlfaf2hj] {
    width: 48%;
    padding: 0.75rem;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
}

    .instructions-section.arabic[b-9wvlfaf2hj] {
        text-align: right;
        direction: rtl;
        font-size: 1.15rem;
    }

h2[b-9wvlfaf2hj] {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #1e40af;
    font-weight: bold;
}

ol[b-9wvlfaf2hj] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-9wvlfaf2hj] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-9wvlfaf2hj] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/FrontOnly/C2205TblGluteoplastyCon/Index.razor.rz.scp.css */

.container[b-dw61rj4x95] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    font-family: Cairo, sans-serif;
    color: #334155;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

h1[b-dw61rj4x95] {
    font-size: 2rem;
    text-align: center;
    color: #1e40af;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e2e8f0;
}

.details-section[b-dw61rj4x95] {
    width: 48%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 2rem;
    line-height: 1.8;
    padding: 0.75rem;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
}

    .details-section.arabic[b-dw61rj4x95] {
        text-align: right;
        direction: rtl;
    }

label[b-dw61rj4x95] {
    font-weight: bold;
    color: #1e293b;
}

.instructions[b-dw61rj4x95] {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.instructions-section[b-dw61rj4x95] {
    width: 48%;
    padding: 0.75rem;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
}

    .instructions-section.arabic[b-dw61rj4x95] {
        text-align: right;
        direction: rtl;
        font-size: 1.1rem;
    }

h2[b-dw61rj4x95] {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #1e40af;
    font-weight: bold;
}

ol[b-dw61rj4x95] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-dw61rj4x95] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-dw61rj4x95] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/FrontOnly/C2206TblBrImpSurMeasPla/Index.razor.rz.scp.css */

*[b-9ixzhkpc3u] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Cairo', sans-serif;
}

body[b-9ixzhkpc3u] {
    padding: 2rem;
    background-color: #f8fafc;
}

.container[b-9ixzhkpc3u] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    color: #334155;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

.header[b-9ixzhkpc3u] {
    text-align: center;
    margin-bottom: 2rem;
}

h1[b-9ixzhkpc3u] {
    font-size: 24px;
    text-align: center;
    color: #1e40af;
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e2e8f0;
}

.arabic[b-9ixzhkpc3u] {
    direction: rtl;
    font-size: 1.2rem;
    color: #64748b;
    margin-bottom: 1rem;
}


.diagrams[b-9ixzhkpc3u] {
    display: grid;
    grid-template-columns: repeat(1, minmax(300px, 1fr)); /* Minimum size for smaller screens, scales to fit */
    gap: 1rem; /* Space between the grid items */
    margin-bottom: 2rem;
    width: 100%; /* Ensure it takes the full available width */
}

.diagram[b-9ixzhkpc3u] {
    aspect-ratio: 1; /* Keeps a square shape */
    border: 1px solid #ddd;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    height: 600px;
    width: 100%;
}

    .diagram img[b-9ixzhkpc3u] {
        width: 100%;
        height: 100%;
        object-fit: contain; /* Fits the image inside without cropping */
        background: white; /* Background color for empty spaces */
    }

/* Responsive media query for smaller screens */
@media (max-width: 768px) {
    .diagrams[b-9ixzhkpc3u] {
        grid-template-columns: repeat(1, minmax(150px, 1fr)); /* Two images per row for smaller screens */
    }

    .diagram[b-9ixzhkpc3u] {
        height: auto; /* Allow height to adapt */
    }
}

@media (max-width: 480px) {
    .diagrams[b-9ixzhkpc3u] {
        grid-template-columns: 1fr; /* Stacks all images in a single column for very small screens */
    }

    .diagram[b-9ixzhkpc3u] {
        height: auto; /* Allow height to adapt */
    }
}

.details-section[b-9ixzhkpc3u] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 0.5rem;
    margin-bottom: 2rem;
    padding: 0.75rem;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
}

    .details-section label[b-9ixzhkpc3u] {
        display: flex;
        flex-direction: column;
        font-weight: bold;
        color: #334155;
    }

    .details-section input[b-9ixzhkpc3u],
    .details-section select[b-9ixzhkpc3u],
    .notes[b-9ixzhkpc3u] {
        padding: 0.5rem;
        border: 1px solid #e2e8f0;
        border-radius: 4px;
        font-size: 1rem;
        transition: border-color 0.2s ease;
    }

        .details-section input:focus[b-9ixzhkpc3u],
        .details-section select:focus[b-9ixzhkpc3u],
        .notes:focus[b-9ixzhkpc3u] {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgb(59 130 246 / 0.1);
        }

.evaluation-grid[b-9ixzhkpc3u] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.checkbox-group[b-9ixzhkpc3u] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
}

    .checkbox-group label[b-9ixzhkpc3u] {
        font-weight: normal;
    }

.measurements[b-9ixzhkpc3u] {
    border: 1px solid #e2e8f0;
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 1rem;
}

    .measurements h3[b-9ixzhkpc3u] {
        color: #1e40af;
        margin-bottom: 1rem;
    }

.image-placeholder[b-9ixzhkpc3u] {
    width: 100%;
    height: 300px;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0;
    border-radius: 4px;
    color: #64748b;
    border: 1px solid #e2e8f0;
}

.details-table[b-9ixzhkpc3u] {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    font-size: 1.2rem;
    table-layout: auto;
}

    .details-table th[b-9ixzhkpc3u],
    .details-table td[b-9ixzhkpc3u] {
        border: 1px solid #e2e8f0;
        padding: 0.75rem;
        text-align: center;
    }

    .details-table th[b-9ixzhkpc3u] {
        background-color: #f8fafc;
        font-weight: bold;
        color: #1e40af;
    }

.checkbox-container[b-9ixzhkpc3u] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
    text-align: center;
    padding: 1rem;
    margin: 0;
    border: 1px solid #e2e8f0;
}


.checkbox-item[b-9ixzhkpc3u] {
    display: flex;
    align-items: center;
    gap: 5px; 
}

.checkbox-group[b-9ixzhkpc3u] {
    margin-bottom: 0rem;
    padding: 0.2rem;
    gap: 5px;
}

    .checkbox-group label[b-9ixzhkpc3u] {
        font-size: 0.9rem;
    }

.grid-container[b-9ixzhkpc3u] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-top: 3rem;
}

.left-column[b-9ixzhkpc3u], .right-column[b-9ixzhkpc3u] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.details-table[b-9ixzhkpc3u] {
    margin: 0;
    font-size: 1.1rem;
}

    .details-table th[b-9ixzhkpc3u],
    .details-table td[b-9ixzhkpc3u] {
        padding: 0.5rem;
    }

    .details-table input[type="number"][b-9ixzhkpc3u],
    .details-table input[type="text"][b-9ixzhkpc3u] {
        width: 100px;
        padding: 0.25rem;
        text-align: center;
    }

    .details-table input[type="checkbox"][b-9ixzhkpc3u] {
        margin: 0;
        transform: scale(1.2);
    }


h3[b-9ixzhkpc3u] {
    font-size: 1.1rem;
    margin: 0;
    color: #1e40af;
}

.left-section[b-9ixzhkpc3u], .right-section[b-9ixzhkpc3u] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.measurements[b-9ixzhkpc3u] {
    padding: 0;
    border: none;
}

.surgical-technique[b-9ixzhkpc3u] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

    .surgical-technique h3[b-9ixzhkpc3u] {
        color: #1e40af;
        margin-bottom: 1rem;
    }

.notes[b-9ixzhkpc3u] {
    width: 100%;
    min-height: 100px;
    resize: vertical;
    margin-bottom: 1rem;
    font-size:1rem;
}

.form-group[b-9ixzhkpc3u] {
    margin-bottom: 1.5rem;
}

    .form-group h3[b-9ixzhkpc3u] {
        color: #1e40af;
        margin-bottom: 1rem;
    }
/* /Components/Pages/Medical/FrontOnly/C2207TblPreAdIn/Index.razor.rz.scp.css */
.container[b-n8nqy5ajl6] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-n8nqy5ajl6] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.details-section[b-n8nqy5ajl6] {
    width: 48%;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

    .details-section.arabic[b-n8nqy5ajl6] {
        text-align: right;
        direction: rtl;
    }

label[b-n8nqy5ajl6] {
    font-weight: 600;
}

.instructions[b-n8nqy5ajl6] {
    display: flex;
    justify-content: space-between;
}

.instructions-section[b-n8nqy5ajl6] {
    width: 48%;
}

    .instructions-section.arabic[b-n8nqy5ajl6] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

h2[b-n8nqy5ajl6] {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

ol[b-n8nqy5ajl6] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-n8nqy5ajl6] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-n8nqy5ajl6] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/FrontOnly/C2208TblPoOpHairTraIns/Index.razor.rz.scp.css */
.button-row[b-rhf5zsll1y] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-rhf5zsll1y] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-rhf5zsll1y] {
            background-color: #0056b3;
        }


.consent-container[b-rhf5zsll1y] {
    width: 85%;
    margin: auto;
    font-family: Cairo;
    border: 1px solid #003366;
    padding: 20px;
    box-sizing: border-box;
}


.button-row[b-rhf5zsll1y] {
    margin-bottom: 20px;
}


.logo-container[b-rhf5zsll1y] {
    text-align: center;
    margin-bottom: 20px;
    color: #003366;
}

.logo[b-rhf5zsll1y] {
    max-width: 200px;
}

.header-text[b-rhf5zsll1y] {
    text-align: center;
    margin-bottom: 20px;
    color: #003366;
}

    .header-text h3[b-rhf5zsll1y] {
        margin: 0;
        font-size: 1.2rem;
    }

.info-section[b-rhf5zsll1y] {
    border: 1px solid #003366;
    padding: 15px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.info-row[b-rhf5zsll1y] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

    .info-row input[b-rhf5zsll1y] {
        flex: 1;
        border: none;
        border-bottom: 1px solid #003366;
        height: 20px;
        outline: none;
        width: 100%;
    }

.consent-header[b-rhf5zsll1y] {
    border: 1px solid #003366;
    padding: 15px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

    .consent-header h3[b-rhf5zsll1y] {
        margin: 0;
        font-size: 1.1rem;
        color: #003366;
    }

    .consent-header p[b-rhf5zsll1y] {
        margin: 10px 0 0;
        color: #003366;
    }

.content-section[b-rhf5zsll1y] {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    color: #003366;
}

.english-section[b-rhf5zsll1y], .arabic-section[b-rhf5zsll1y] {
    flex: 1;
    border: 1px solid #003366;
    padding: 15px;
    box-sizing: border-box;
}

    .english-section input[b-rhf5zsll1y], .arabic-section input[b-rhf5zsll1y] {
        border: none;
        border-bottom: 1px solid #003366;
        display: inline-block;
        height: 20px;
        width: 50%;
    }


.arabic-section[b-rhf5zsll1y] {
    direction: rtl;
    font-size: 1rem;
}

    .arabic-section label[b-rhf5zsll1y] {
        width: 100px;
        margin-bottom: 5px;
        font-weight: bold;
    }

.english-section label[b-rhf5zsll1y] {
    width: 130px;
    margin-bottom: 5px;
    font-weight: bold;
}
/* /Components/Pages/Medical/FrontOnly/C2209TblInfConsforHairTrOp/Index.razor.rz.scp.css */
.button-row[b-573km7b22o] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-573km7b22o] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-573km7b22o] {
            background-color: #0056b3;
        }


.consent-container[b-573km7b22o] {
    width: 85%;
    margin: auto;
    font-family: Cairo;
    border: 1px solid #003366;
    padding: 20px;
    box-sizing: border-box;
}


.button-row[b-573km7b22o] {
    margin-bottom: 20px;
}


.logo-container[b-573km7b22o] {
    text-align: center;
    margin-bottom: 20px;
    color: #003366;
}

.logo[b-573km7b22o] {
    max-width: 200px;
}

.header-text[b-573km7b22o] {
    text-align: center;
    margin-bottom: 20px;
    color: #003366;
}

    .header-text h3[b-573km7b22o] {
        margin: 0;
        font-size: 1.2rem;
    }

.info-section[b-573km7b22o] {
    border: 1px solid #003366;
    padding: 15px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.info-row[b-573km7b22o] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

    .info-row input[b-573km7b22o] {
        flex: 1;
        border: none;
        border-bottom: 1px solid #003366;
        height: 20px;
        outline: none;
        width: 100%;
    }

.consent-header[b-573km7b22o] {
    border: 1px solid #003366;
    padding: 15px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

    .consent-header h3[b-573km7b22o] {
        margin: 0;
        font-size: 1.1rem;
        color: #003366;
    }

    .consent-header p[b-573km7b22o] {
        margin: 10px 0 0;
        color: #003366;
    }

.content-section[b-573km7b22o] {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    color: #003366;
}

.english-section[b-573km7b22o], .arabic-section[b-573km7b22o] {
    flex: 1;
    border: 1px solid #003366;
    padding: 15px;
    box-sizing: border-box;
}

    .english-section input[b-573km7b22o], .arabic-section input[b-573km7b22o] {
        border: none;
        border-bottom: 1px solid #003366;
        display: inline-block;
        height: 20px;
        width: 50%;
    }


.arabic-section[b-573km7b22o] {
    direction: rtl;
    font-size:1.1rem;
}

    .arabic-section label[b-573km7b22o] {
        width: 100px;
        margin-bottom: 5px;
        font-weight: bold;
    }

.english-section label[b-573km7b22o] {
    width: 130px;
    margin-bottom: 5px;
    font-weight: bold;
}
/* /Components/Pages/Medical/FrontOnly/C2210TblPreOpChLoc/Index.razor.rz.scp.css */
.container[b-7fu08859p5] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    font-family: Cairo;
    color: #334155;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

h1[b-7fu08859p5] {
    font-size: 24px;
    text-align: center;
    color: #1e40af;
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e2e8f0;
}

.physician-details[b-7fu08859p5] {
    margin-bottom: 20px;
}

.details-section[b-7fu08859p5] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 0.5rem;
    margin-bottom: 2rem;
    padding: 0.75rem;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
}

    .details-section label[b-7fu08859p5] {
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
        font-weight: bold;
    }

    .details-section input[b-7fu08859p5],
    .details-section select[b-7fu08859p5] {
        padding: 0.75rem;
        border: 1px solid #e2e8f0;
        border-radius: 4px;
        font-size: 1rem;
        transition: border-color 0.2s ease;
    }

        .details-section input:focus[b-7fu08859p5],
        .details-section select:focus[b-7fu08859p5] {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgb(59 130 246 / 0.1);
        }


.table-section[b-7fu08859p5] {
    margin-top: 20px;
}

.details-table[b-7fu08859p5] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size:1.1rem;
    table-layout:auto;
}

    .details-table th[b-7fu08859p5],
    .details-table td[b-7fu08859p5] {
        border: 1px solid #ccc;
        padding: 10px;
        text-align: center;
    }

    .details-table th[b-7fu08859p5] {
        background-color: #f5f5f5;
        font-weight: bold;
    }

    .details-table input[b-7fu08859p5] {
        width: 90%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }


    /* Style for column widths */
    .details-table th:nth-child(1)[b-7fu08859p5],
    .details-table td:nth-child(1)[b-7fu08859p5] {
        width: 25%; /* First column width */
    }

    .details-table th:nth-child(2)[b-7fu08859p5],
    .details-table td:nth-child(2)[b-7fu08859p5] {
        width: 50%; /* Second column width (wider) */
    }

    .details-table th:nth-child(3)[b-7fu08859p5],
    .details-table td:nth-child(3)[b-7fu08859p5] {
        width: 25%; /* Third column width */
    }
/* /Components/Pages/Medical/FrontOnly/C2211TblSurProSiMaDia/Index.razor.rz.scp.css */
.container[b-tri6h1a3d7] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    font-family: Cairo;
    color: #334155;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

h1[b-tri6h1a3d7] {
    font-size: 24px;
    text-align: center;
    color: #1e40af;
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e2e8f0;
}

.physician-details[b-tri6h1a3d7] {
    margin-bottom: 20px;
}

.details-section[b-tri6h1a3d7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 0.5rem;
    margin-bottom: 2rem;
    padding: 0.75rem;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
}

    .details-section label[b-tri6h1a3d7] {
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
        font-weight: bold;
    }

    .details-section input[b-tri6h1a3d7],
    .details-section select[b-tri6h1a3d7] {
        padding: 0.75rem;
        border: 1px solid #e2e8f0;
        border-radius: 4px;
        font-size: 1rem;
        transition: border-color 0.2s ease;
    }

        .details-section input:focus[b-tri6h1a3d7],
        .details-section select:focus[b-tri6h1a3d7] {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgb(59 130 246 / 0.1);
        }

.diagrams[b-tri6h1a3d7] {
    display: grid;
    grid-template-columns: repeat(3, minmax(300px, 1fr)); /* Minimum size for smaller screens, scales to fit */
    gap: 1rem; /* Space between the grid items */
    margin-bottom: 2rem;
    width: 100%; /* Ensure it takes the full available width */
}

.diagram[b-tri6h1a3d7] {
    aspect-ratio: 1; /* Keeps a square shape */
    border: 1px solid #ddd;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    height:600px;
    width:100%;
}

    .diagram img[b-tri6h1a3d7] {
        width: 100%;
        height: 100%;
        object-fit: contain; /* Fits the image inside without cropping */
        background: white; /* Background color for empty spaces */
    }

/* Responsive media query for smaller screens */
@media (max-width: 768px) {
    .diagrams[b-tri6h1a3d7] {
        grid-template-columns: repeat(2, minmax(150px, 1fr)); /* Two images per row for smaller screens */
    }

    .diagram[b-tri6h1a3d7] {
        height: auto; /* Allow height to adapt */
    }
}

@media (max-width: 480px) {
    .diagrams[b-tri6h1a3d7] {
        grid-template-columns: 1fr; /* Stacks all images in a single column for very small screens */
    }

    .diagram[b-tri6h1a3d7] {
        height: auto; /* Allow height to adapt */
    }
}
/* /Components/Pages/Medical/FrontOnly/C2212TblFaDia/Index.razor.rz.scp.css */




.container[b-o355c49ow3] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    font-family: Cairo, sans-serif;
    color: #334155;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

h1[b-o355c49ow3] {
    font-size: 24px;
    text-align: center;
    color: #1e40af;
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e2e8f0;
}

.details-section[b-o355c49ow3] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 0.5rem;
    margin-bottom: 2rem;
    padding: 0.75rem;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
}

    .details-section label[b-o355c49ow3] {
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
        font-weight: bold;
    }

    .details-section input[b-o355c49ow3],
    .details-section select[b-o355c49ow3] {
        padding: 0.75rem;
        border: 1px solid #e2e8f0;
        border-radius: 4px;
        font-size: 1rem;
        transition: border-color 0.2s ease;
    }

        .details-section input:focus[b-o355c49ow3],
        .details-section select:focus[b-o355c49ow3] {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgb(59 130 246 / 0.1);
        }

.diagrams[b-o355c49ow3] {
    display: grid;
    grid-template-columns: repeat(2, minmax(300px, 1fr)); /* Minimum size for smaller screens, scales to fit */
    gap: 1rem; /* Space between the grid items */
    margin-bottom: 2rem;
    width: 100%; /* Ensure it takes the full available width */
}

.diagram[b-o355c49ow3] {
    aspect-ratio: 1; /* Keeps a square shape */
    border: 1px solid #ddd;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    height: 540px;
    width: 100%;
}

    .diagram img[b-o355c49ow3] {
        width: 100%;
        height: 100%;
        object-fit: contain; /* Fits the image inside without cropping */
        background: white; /* Background color for empty spaces */
    }

/* Responsive media query for smaller screens */
@media (max-width: 768px) {
    .diagrams[b-o355c49ow3] {
        grid-template-columns: repeat(2, minmax(150px, 1fr)); /* Two images per row for smaller screens */
    }

    .diagram[b-o355c49ow3] {
        height: auto; /* Allow height to adapt */
    }
}

@media (max-width: 480px) {
    .diagrams[b-o355c49ow3] {
        grid-template-columns: 1fr; /* Stacks all images in a single column for very small screens */
    }

    .diagram[b-o355c49ow3] {
        height: auto; /* Allow height to adapt */
    }
}


.details-table[b-o355c49ow3] {
    width: 100%;
    border-collapse: collapse;

}

    .details-table th[b-o355c49ow3],
    .details-table td[b-o355c49ow3] {
        border: 1px solid #ccc;
        padding: 10px;
        text-align: center;
    }

    .details-table th[b-o355c49ow3] {
        background-color: #f5f5f5;
        font-weight: bold;
    }

    .details-table input[b-o355c49ow3] {
        width: 90%;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
/* /Components/Pages/Medical/FrontOnly/C2213TblSurCF/Index.razor.rz.scp.css */
.container[b-advngi8yiq] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    font-family: Cairo;
    color: #334155;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

h1[b-advngi8yiq] {
    font-size: 24px;
    text-align: center;
    color: #1e40af;
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e2e8f0;
}

.physician-details[b-advngi8yiq] {
    margin-bottom: 20px;
}

.details-section[b-advngi8yiq] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 0.5rem;
    margin-bottom: 2rem;
    padding: 0.75rem;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
}

    .details-section label[b-advngi8yiq] {
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
        font-weight: bold;
    }

    .details-section input[b-advngi8yiq],
    .details-section select[b-advngi8yiq] {
        padding: 0.75rem;
        border: 1px solid #e2e8f0;
        border-radius: 4px;
        font-size: 1rem;
        transition: border-color 0.2s ease;
    }

        .details-section input:focus[b-advngi8yiq],
        .details-section select:focus[b-advngi8yiq] {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgb(59 130 246 / 0.1);
        }

.diagrams[b-advngi8yiq] {
    display: grid;
    grid-template-columns: repeat(1, minmax(300px, 1fr)); /* Minimum size for smaller screens, scales to fit */
    gap: 1rem; /* Space between the grid items */
    margin-bottom: 2rem;
    width: 100%; /* Ensure it takes the full available width */
}

.diagram[b-advngi8yiq] {
    aspect-ratio: 1; /* Keeps a square shape */
    border: 1px solid #ddd;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    height: 600px;
    width: 100%;
}

    .diagram img[b-advngi8yiq] {
        width: 100%;
        height: 80%;
        object-fit: contain; /* Fits the image inside without cropping */
        background: white; /* Background color for empty spaces */
    }

/* Responsive media query for smaller screens */
@media (max-width: 768px) {
    .diagrams[b-advngi8yiq] {
        grid-template-columns: repeat(1, minmax(150px, 1fr)); /* Two images per row for smaller screens */
    }

    .diagram[b-advngi8yiq] {
        height: auto; /* Allow height to adapt */
    }
}

@media (max-width: 480px) {
    .diagrams[b-advngi8yiq] {
        grid-template-columns: 1fr; /* Stacks all images in a single column for very small screens */
    }

    .diagram[b-advngi8yiq] {
        height: auto; /* Allow height to adapt */
    }
}



.table-section[b-advngi8yiq] {
    margin-top: 20px;
}

.details-table[b-advngi8yiq] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.1rem;
    table-layout: auto;
}

    .details-table th[b-advngi8yiq],
    .details-table td[b-advngi8yiq] {
        border: 1px solid #ccc;
        padding: 10px;
        text-align: center;
    }

    .details-table th[b-advngi8yiq] {
        background-color: #f5f5f5;
        color: black;
        font-weight: bold;
    }

    .details-table input[b-advngi8yiq] {
        width: 90%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .details-table th:nth-child(1)[b-advngi8yiq],
    .details-table td:nth-child(1)[b-advngi8yiq] {
        width: 33%; 
    }

    .details-table th:nth-child(2)[b-advngi8yiq],
    .details-table td:nth-child(2)[b-advngi8yiq] {
        width: 33%; 
    }

    .details-table th:nth-child(3)[b-advngi8yiq],
    .details-table td:nth-child(3)[b-advngi8yiq] {
        width: 33%; 
    }
/* /Components/Pages/Medical/FrontOnly/C2214TblPatInsforUsofExSiSt/Index.razor.rz.scp.css */

.container[b-7xcsnva9vc] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    font-family: Cairo, sans-serif;
    color: #334155;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

h1[b-7xcsnva9vc] {
    font-size: 2rem;
    text-align: center;
    color: #1e40af;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e2e8f0;
    text-wrap: balance;
}

.details-section[b-7xcsnva9vc] {
    width: 48%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 2rem;
    line-height: 1.8;
    padding: 0.75rem;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
}

    .details-section.arabic[b-7xcsnva9vc] {
        text-align: right;
        direction: rtl;
    }

label[b-7xcsnva9vc] {
    font-weight: bold;
    color: #1e293b;
}

.instructions[b-7xcsnva9vc] {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.instructions-section[b-7xcsnva9vc] {
    width: 48%;
    padding: 0.75rem;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
}

    .instructions-section.arabic[b-7xcsnva9vc] {
        text-align: right;
        direction: rtl;
        font-size: 1.1rem;
    }

h2[b-7xcsnva9vc] {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #1e40af;
    font-weight: bold;
}

ol[b-7xcsnva9vc] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-7xcsnva9vc] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-7xcsnva9vc] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/FrontOnly/C2216TblCompofOt/Index.razor.rz.scp.css */
.button-row[b-5ab4mnj4ko] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-5ab4mnj4ko] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-5ab4mnj4ko] {
            background-color: #0056b3;
        }


.consent-container[b-5ab4mnj4ko] {
    width: 85%;
    margin: auto;
    font-family: Cairo;
    border: 1px solid #003366;
    padding: 20px;
    box-sizing: border-box;
}


.button-row[b-5ab4mnj4ko] {
    margin-bottom: 20px;
}


.logo-container[b-5ab4mnj4ko] {
    text-align: center;
    margin-bottom: 20px;
    color: #003366;
}

.logo[b-5ab4mnj4ko] {
    max-width: 200px;
}

.header-text[b-5ab4mnj4ko] {
    text-align: center;
    margin-bottom: 20px;
    color: #003366;
}

    .header-text h3[b-5ab4mnj4ko] {
        margin: 0;
        font-size: 1.4rem;
    }

.info-section[b-5ab4mnj4ko] {
    border: 1px solid #003366;
    padding: 15px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.info-row[b-5ab4mnj4ko] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

    .info-row input[b-5ab4mnj4ko] {
        flex: 1;
        border: none;
        border-bottom: 1px solid #003366;
        height: 20px;
        outline: none;
        width: 100%;
    }

.consent-header[b-5ab4mnj4ko] {
    border: 1px solid #003366;
    padding: 15px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

    .consent-header h3[b-5ab4mnj4ko] {
        margin: 0;
        font-size: 1.4rem;
        color: #003366;
    }

    .consent-header p[b-5ab4mnj4ko] {
        margin: 10px 0 0;
        color: #003366;
    }

.content-section[b-5ab4mnj4ko] {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    color: #003366;
}

.english-section[b-5ab4mnj4ko], .arabic-section[b-5ab4mnj4ko] {
    flex: 1;
    border: 1px solid #003366;
    padding: 15px;
    box-sizing: border-box;
}

    .english-section input[b-5ab4mnj4ko], .arabic-section input[b-5ab4mnj4ko] {
        border: none;
        border-bottom: 1px solid #003366;
        display: inline-block;
        height: 20px;
        width: 50%;
    }


.arabic-section[b-5ab4mnj4ko] {
    direction: rtl;
    font-size: 1.05rem;
}

    .arabic-section label[b-5ab4mnj4ko] {
        width: 100px;
        margin-bottom: 5px;
        font-weight: bold;
    }

.english-section label[b-5ab4mnj4ko] {
    width: 130px;
    margin-bottom: 5px;
    font-weight: bold;
}
/* /Components/Pages/Medical/FrontOnly/C2217TblInfConforSpProArmLiftSur/Index.razor.rz.scp.css */
.button-row[b-wtry3wcs1t] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-wtry3wcs1t] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-wtry3wcs1t] {
            background-color: #0056b3;
        }


.consent-container[b-wtry3wcs1t] {
    width: 85%;
    margin: auto;
    font-family: Cairo;
    border: 1px solid #003366;
    padding: 20px;
    box-sizing: border-box;
}


.button-row[b-wtry3wcs1t] {
    margin-bottom: 20px;
}


.logo-container[b-wtry3wcs1t] {
    text-align: center;
    margin-bottom: 20px;
    color: #003366;
}

.logo[b-wtry3wcs1t] {
    max-width: 200px;
}

.header-text[b-wtry3wcs1t] {
    text-align: center;
    margin-bottom: 20px;
    color: #003366;
}

    .header-text h3[b-wtry3wcs1t] {
        margin: 0;
        font-size: 1.2rem;
    }

.info-section[b-wtry3wcs1t] {
    border: 1px solid #003366;
    padding: 15px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.info-row[b-wtry3wcs1t] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

    .info-row input[b-wtry3wcs1t] {
        flex: 1;
        border: none;
        border-bottom: 1px solid #003366;
        height: 20px;
        outline: none;
        width: 100%;
    }

.consent-header[b-wtry3wcs1t] {
    border: 1px solid #003366;
    padding: 15px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

    .consent-header h3[b-wtry3wcs1t] {
        margin: 0;
        font-size: 1.1rem;
        color: #003366;
    }

    .consent-header p[b-wtry3wcs1t] {
        margin: 10px 0 0;
        color: #003366;
    }

.content-section[b-wtry3wcs1t] {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    color: #003366;
}

.english-section[b-wtry3wcs1t], .arabic-section[b-wtry3wcs1t] {
    flex: 1;
    border: 1px solid #003366;
    padding: 15px;
    box-sizing: border-box;
}

    .english-section input[b-wtry3wcs1t], .arabic-section input[b-wtry3wcs1t] {
        border: none;
        border-bottom: 1px solid #003366;
        display: inline-block;
        height: 20px;
        width: 50%;
    }


.arabic-section[b-wtry3wcs1t] {
    direction: rtl;
    font-size: 1.1rem;
}

    .arabic-section label[b-wtry3wcs1t] {
        width: 100px;
        margin-bottom: 5px;
        font-weight: bold;
    }

.english-section label[b-wtry3wcs1t] {
    width: 130px;
    margin-bottom: 5px;
    font-weight: bold;
}
/* /Components/Pages/Medical/FrontOnly/C2218TblPoGenIns/Index.razor.rz.scp.css */
.button-row[b-ic7u67l6hv] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-ic7u67l6hv] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-ic7u67l6hv] {
            background-color: #0056b3;
        }


.consent-container[b-ic7u67l6hv] {
    width: 85%;
    margin: auto;
    font-family: Cairo;
    border: 1px solid #003366;
    padding: 20px;
    box-sizing: border-box;
}


.button-row[b-ic7u67l6hv] {
    margin-bottom: 20px;
}


.logo-container[b-ic7u67l6hv] {
    text-align: center;
    margin-bottom: 20px;
    color: #003366;
}

.logo[b-ic7u67l6hv] {
    max-width: 200px;
}

.header-text[b-ic7u67l6hv] {
    text-align: center;
    margin-bottom: 20px;
    color: #003366;
}

    .header-text h3[b-ic7u67l6hv] {
        margin: 0;
        font-size: 1.4rem;
    }

.info-section[b-ic7u67l6hv] {
    border: 1px solid #003366;
    padding: 15px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.info-row[b-ic7u67l6hv] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

    .info-row input[b-ic7u67l6hv] {
        flex: 1;
        border: none;
        border-bottom: 1px solid #003366;
        height: 20px;
        outline: none;
        width: 100%;
    }

.consent-header[b-ic7u67l6hv] {
    border: 1px solid #003366;
    padding: 15px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

    .consent-header h3[b-ic7u67l6hv] {
        margin: 0;
        font-size: 1.4rem;
        color: #003366;
    }

    .consent-header p[b-ic7u67l6hv] {
        margin: 10px 0 0;
        color: #003366;
    }

.content-section[b-ic7u67l6hv] {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    color: #003366;
}

.english-section[b-ic7u67l6hv], .arabic-section[b-ic7u67l6hv] {
    flex: 1;
    border: 1px solid #003366;
    padding: 15px;
    box-sizing: border-box;
}

    .english-section input[b-ic7u67l6hv], .arabic-section input[b-ic7u67l6hv] {
        border: none;
        border-bottom: 1px solid #003366;
        display: inline-block;
        height: 20px;
        width: 50%;
    }


.arabic-section[b-ic7u67l6hv] {
    direction: rtl;
    font-size: 1.05rem;
}

    .arabic-section label[b-ic7u67l6hv] {
        width: 100px;
        margin-bottom: 5px;
        font-weight: bold;
    }

.english-section label[b-ic7u67l6hv] {
    width: 130px;
    margin-bottom: 5px;
    font-weight: bold;
}
/* /Components/Pages/Medical/FrontOnly/C2219TblArmsDia/Index.razor.rz.scp.css */
.container[b-yup1l3z1n1] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    font-family: Cairo;
    color: #334155;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

h1[b-yup1l3z1n1] {
    font-size: 24px;
    text-align: center;
    color: #1e40af;
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e2e8f0;
}

.physician-details[b-yup1l3z1n1] {
    margin-bottom: 20px;
}

.details-section[b-yup1l3z1n1] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 0.5rem;
    margin-bottom: 2rem;
    padding: 0.75rem;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
}

    .details-section label[b-yup1l3z1n1] {
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
        font-weight: bold;
    }

    .details-section input[b-yup1l3z1n1],
    .details-section select[b-yup1l3z1n1] {
        padding: 0.75rem;
        border: 1px solid #e2e8f0;
        border-radius: 4px;
        font-size: 1rem;
        transition: border-color 0.2s ease;
    }

        .details-section input:focus[b-yup1l3z1n1],
        .details-section select:focus[b-yup1l3z1n1] {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgb(59 130 246 / 0.1);
        }

.diagrams[b-yup1l3z1n1] {
    display: grid;
    grid-template-columns: repeat(1, minmax(300px, 1fr)); /* Minimum size for smaller screens, scales to fit */
    gap: 1rem; /* Space between the grid items */
    margin-bottom: 2rem;
    width: 100%; /* Ensure it takes the full available width */
}

.diagram[b-yup1l3z1n1] {
    aspect-ratio: 1; /* Keeps a square shape */
    border: 1px solid #ddd;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    height: 600px;
    width: 100%;
}

    .diagram img[b-yup1l3z1n1] {
        width: 100%;
        height: 60%;
        object-fit: contain; /* Fits the image inside without cropping */
        background: white; /* Background color for empty spaces */
    }

/* Responsive media query for smaller screens */
@media (max-width: 768px) {
    .diagrams[b-yup1l3z1n1] {
        grid-template-columns: repeat(1, minmax(150px, 1fr)); /* Two images per row for smaller screens */
    }

    .diagram[b-yup1l3z1n1] {
        height: auto; /* Allow height to adapt */
    }
}

@media (max-width: 480px) {
    .diagrams[b-yup1l3z1n1] {
        grid-template-columns: 1fr; /* Stacks all images in a single column for very small screens */
    }

    .diagram[b-yup1l3z1n1] {
        height: auto; /* Allow height to adapt */
    }
}
/* /Components/Pages/Medical/FrontOnly/C2220TblThighsDia/Index.razor.rz.scp.css */
.container[b-b9f9mlr6a7] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    font-family: Cairo;
    color: #334155;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

h1[b-b9f9mlr6a7] {
    font-size: 24px;
    text-align: center;
    color: #1e40af;
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e2e8f0;
}

.physician-details[b-b9f9mlr6a7] {
    margin-bottom: 20px;
}

.details-section[b-b9f9mlr6a7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 0.5rem;
    margin-bottom: 2rem;
    padding: 0.75rem;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
}

    .details-section label[b-b9f9mlr6a7] {
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
        font-weight: bold;
    }

    .details-section input[b-b9f9mlr6a7],
    .details-section select[b-b9f9mlr6a7] {
        padding: 0.75rem;
        border: 1px solid #e2e8f0;
        border-radius: 4px;
        font-size: 1rem;
        transition: border-color 0.2s ease;
    }

        .details-section input:focus[b-b9f9mlr6a7],
        .details-section select:focus[b-b9f9mlr6a7] {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgb(59 130 246 / 0.1);
        }

.diagrams[b-b9f9mlr6a7] {
    display: grid;
    grid-template-columns: repeat(1, minmax(300px, 1fr)); /* Minimum size for smaller screens, scales to fit */
    gap: 1rem; /* Space between the grid items */
    margin-bottom: 2rem;
    width: 100%; /* Ensure it takes the full available width */
}

.diagram[b-b9f9mlr6a7] {
    aspect-ratio: 1; /* Keeps a square shape */
    border: 1px solid #ddd;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    height: 600px;
    width: 100%;
}

    .diagram img[b-b9f9mlr6a7] {
        width: 100%;
        height: 60%;
        object-fit: contain; /* Fits the image inside without cropping */
        background: white; /* Background color for empty spaces */
    }

/* Responsive media query for smaller screens */
@media (max-width: 768px) {
    .diagrams[b-b9f9mlr6a7] {
        grid-template-columns: repeat(1, minmax(150px, 1fr)); /* Two images per row for smaller screens */
    }

    .diagram[b-b9f9mlr6a7] {
        height: auto; /* Allow height to adapt */
    }
}

@media (max-width: 480px) {
    .diagrams[b-b9f9mlr6a7] {
        grid-template-columns: 1fr; /* Stacks all images in a single column for very small screens */
    }

    .diagram[b-b9f9mlr6a7] {
        height: auto; /* Allow height to adapt */
    }
}
/* /Components/Pages/Medical/FrontOnly/C2221TblNeckDia/Index.razor.rz.scp.css */
.container[b-24pfn3lisg] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    font-family: Cairo;
    color: #334155;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

h1[b-24pfn3lisg] {
    font-size: 24px;
    text-align: center;
    color: #1e40af;
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e2e8f0;
}

.physician-details[b-24pfn3lisg] {
    margin-bottom: 20px;
}

.details-section[b-24pfn3lisg] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 0.5rem;
    margin-bottom: 2rem;
    padding: 0.75rem;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
}

    .details-section label[b-24pfn3lisg] {
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
        font-weight: bold;
    }

    .details-section input[b-24pfn3lisg],
    .details-section select[b-24pfn3lisg] {
        padding: 0.75rem;
        border: 1px solid #e2e8f0;
        border-radius: 4px;
        font-size: 1rem;
        transition: border-color 0.2s ease;
    }

        .details-section input:focus[b-24pfn3lisg],
        .details-section select:focus[b-24pfn3lisg] {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgb(59 130 246 / 0.1);
        }

.diagrams[b-24pfn3lisg] {
    display: grid;
    grid-template-columns: repeat(1, minmax(300px, 1fr)); /* Minimum size for smaller screens, scales to fit */
    gap: 1rem; /* Space between the grid items */
    margin-bottom: 2rem;
    width: 100%; /* Ensure it takes the full available width */
}

.diagram[b-24pfn3lisg] {
    aspect-ratio: 1; /* Keeps a square shape */
    border: 1px solid #ddd;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    height: 600px;
    width: 100%;
}

    .diagram img[b-24pfn3lisg] {
        width: 100%;
        height: 60%;
        object-fit: contain; /* Fits the image inside without cropping */
        background: white; /* Background color for empty spaces */
    }

/* Responsive media query for smaller screens */
@media (max-width: 768px) {
    .diagrams[b-24pfn3lisg] {
        grid-template-columns: repeat(1, minmax(150px, 1fr)); /* Two images per row for smaller screens */
    }

    .diagram[b-24pfn3lisg] {
        height: auto; /* Allow height to adapt */
    }
}

@media (max-width: 480px) {
    .diagrams[b-24pfn3lisg] {
        grid-template-columns: 1fr; /* Stacks all images in a single column for very small screens */
    }

    .diagram[b-24pfn3lisg] {
        height: auto; /* Allow height to adapt */
    }
}
/* /Components/Pages/Medical/FrontOnly/C2222TblCosInjFilBot/Index.razor.rz.scp.css */
.container[b-acjwbj5rh6] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    font-family: Cairo;
    color: #334155;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

h1[b-acjwbj5rh6] {
    font-size: 24px;
    text-align: center;
    color: #1e40af;
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e2e8f0;
}

.physician-details[b-acjwbj5rh6] {
    margin-bottom: 20px;
}

.details-section[b-acjwbj5rh6] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 0.5rem;
    margin-bottom: 2rem;
    padding: 0.75rem;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
}

    .details-section label[b-acjwbj5rh6] {
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
        font-weight: bold;
    }

    .details-section input[b-acjwbj5rh6],
    .details-section select[b-acjwbj5rh6] {
        padding: 0.75rem;
        border: 1px solid #e2e8f0;
        border-radius: 4px;
        font-size: 1rem;
        transition: border-color 0.2s ease;
    }

        .details-section input:focus[b-acjwbj5rh6],
        .details-section select:focus[b-acjwbj5rh6] {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgb(59 130 246 / 0.1);
        }

.diagrams[b-acjwbj5rh6] {
    display: grid;
    grid-template-columns: repeat(1, minmax(300px, 1fr)); /* Minimum size for smaller screens, scales to fit */
    gap: 1rem; /* Space between the grid items */
    margin-bottom: 2rem;
    width: 100%; /* Ensure it takes the full available width */
}

.diagram[b-acjwbj5rh6] {
    aspect-ratio: 1; /* Keeps a square shape */
    border: 1px solid #ddd;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    height: 600px;
    width: 100%;
}

    .diagram img[b-acjwbj5rh6] {
        width: 100%;
        height: 80%;
        object-fit: contain; /* Fits the image inside without cropping */
        background: white; /* Background color for empty spaces */
    }

/* Responsive media query for smaller screens */
@media (max-width: 768px) {
    .diagrams[b-acjwbj5rh6] {
        grid-template-columns: repeat(1, minmax(150px, 1fr)); /* Two images per row for smaller screens */
    }

    .diagram[b-acjwbj5rh6] {
        height: auto; /* Allow height to adapt */
    }
}

@media (max-width: 480px) {
    .diagrams[b-acjwbj5rh6] {
        grid-template-columns: 1fr; /* Stacks all images in a single column for very small screens */
    }

    .diagram[b-acjwbj5rh6] {
        height: auto; /* Allow height to adapt */
    }
}



.table-section[b-acjwbj5rh6] {
    margin-top: 20px;
}

.details-table[b-acjwbj5rh6] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.1rem;
    table-layout: auto;
}

    .details-table th[b-acjwbj5rh6],
    .details-table td[b-acjwbj5rh6] {
        border: 1px solid #ccc;
        padding: 10px;
        text-align: center;
    }

    .details-table th[b-acjwbj5rh6] {
        background-color: #f5f5f5;
        color: #1e40af;
        font-weight: bold;
    }

    .details-table input[b-acjwbj5rh6] {
        width: 90%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }


    /* Style for column widths */
    .details-table th:nth-child(1)[b-acjwbj5rh6],
    .details-table td:nth-child(1)[b-acjwbj5rh6] {
        width: 5%; /* First column width */
    }

    .details-table th:nth-child(2)[b-acjwbj5rh6],
    .details-table td:nth-child(2)[b-acjwbj5rh6] {
        width: 35%; /* Second column width (wider) */
    }

    .details-table th:nth-child(3)[b-acjwbj5rh6],
    .details-table td:nth-child(3)[b-acjwbj5rh6] {
        width: 20%; /* Third column width */
    }

    .details-table th:nth-child(4)[b-acjwbj5rh6],
    .details-table td:nth-child(4)[b-acjwbj5rh6] {
        width: 20%; 
    }

    .details-table th:nth-child(5)[b-acjwbj5rh6],
    .details-table td:nth-child(5)[b-acjwbj5rh6] {
        width: 20%; 
    }
/* /Components/Pages/Medical/FrontOnly/C2223TblMedConfHaTra/Index.razor.rz.scp.css */
.button-row[b-a08wd6tjli] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-a08wd6tjli] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-a08wd6tjli] {
            background-color: #0056b3;
        }

.hair-transplant-questionnaire[b-a08wd6tjli] {
    display: flex;
/*    flex-direction: column;*/
/*    align-items: center;*/
    font-family: Cairo, sans-serif;
    width: 100%;
    margin: auto;
    border: 1px solid #003366;
    padding: 25px;
    box-sizing: border-box;
}

.header[b-a08wd6tjli] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.logo img[b-a08wd6tjli] {
    max-height: 80px;
}

.diagram-title[b-a08wd6tjli] {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    text-decoration: underline;
}

.right-container[b-a08wd6tjli] {
    width: 80%;
    padding-left: 0px;
    padding-right: 10px;
    height: 100%;
}

.left-container[b-a08wd6tjli] {
    width: 20%;
    padding-left: 30px;
    height: 100%
}

.border-container[b-a08wd6tjli] {
    margin-top: 20px;
    border: 1px solid black;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 5px;
    padding: 10px;
}

.content[b-a08wd6tjli] {
    display: flex;
    flex-direction: row;
    align-items: flex-start; 
    overflow: hidden;
    width: 100%;
    border: 1px solid black;
    box-sizing: border-box;
    margin-top: 5px;
    margin-left: 2px;
    padding: 10px;
}

.custom-form-grid[b-a08wd6tjli] {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 20px; 
}

.custom-form-row[b-a08wd6tjli] {
    display: flex;
    align-items: center;
    gap: 10px; 
}

.custom-label[b-a08wd6tjli] {
    margin:5px;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap; 
}

.custom-input[b-a08wd6tjli] {
    flex-grow: 1;
    border: none;
    outline: none;
    border-bottom: 1px dashed black;
    padding: 5px;
    margin: 5px;
    width: 95%;
}


.label-margin[b-a08wd6tjli]{
    white-space:nowrap;
}

.content-header[b-a08wd6tjli] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.text-container[b-a08wd6tjli] {
    margin: 5px;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
}

.label-margin[b-a08wd6tjli] {
    margin: 10px;
    font-size: 16px;
    font-weight: bold;
}

.input-line[b-a08wd6tjli] {
    flex-grow: 1;
    border: none;
    outline: none;
    border-bottom: 1px dashed black;
    padding: 5px;
    margin: 5px;
    width: 95%;
}

.hair-style[b-a08wd6tjli] {
    display:flex;
    flex:1;
    gap:1rem;
}
/* /Components/Pages/Medical/FrontOnly/C2224TblDisSum/Index.razor.rz.scp.css */
.container[b-ei8jv3bnve] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    font-family: Cairo, sans-serif;
    color: #334155;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

h1[b-ei8jv3bnve] {
    font-size: 24px;
    text-align: center;
    color: #1e40af;
    font-size: 2rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e2e8f0;
}


.section-header[b-ei8jv3bnve] {
    background-color: #f5f5f5;
    padding: 10px;
    margin: 20px 1px 10px;
    font-weight: bold;
    font-size:1.2rem;
}


.physician-details[b-ei8jv3bnve] {
    margin-bottom: 20px;
}

.details-section[b-ei8jv3bnve] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 0.5rem;
    margin-bottom: 2rem;
    padding: 0.75rem;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
}

.patient-details-section[b-ei8jv3bnve] {
    display: grid;
    grid-template-columns: repeat(1, minmax(300px, 1fr));
    gap: 0.5rem;
    margin-bottom: 2rem;
    padding: 0.75rem;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
}

    .details-section label[b-ei8jv3bnve], 
    .diagnosis-section label[b-ei8jv3bnve],
    .patient-details-section label[b-ei8jv3bnve],
    .surgical-section label[b-ei8jv3bnve] {
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
        font-weight: bold;
    }

        .details-section input[b-ei8jv3bnve],
        .patient-details-section textarea[b-ei8jv3bnve],
        .diagnosis-section input[b-ei8jv3bnve],
        .surgical-section input[b-ei8jv3bnve],
        .details-section select[b-ei8jv3bnve] {
            padding: 0.75rem;
            border: 1px solid #e2e8f0;
            border-radius: 4px;
            font-size: 1rem;
            transition: border-color 0.2s ease;
            
        }

        .details-section input:focus[b-ei8jv3bnve],
        .patient-details-section input:focus[b-ei8jv3bnve],
        .diagnosis-section input:focus[b-ei8jv3bnve],
        .surgical-section input:focus[b-ei8jv3bnve],
        .details-section select:focus[b-ei8jv3bnve], 
        .patient-details-section select:focus[b-ei8jv3bnve], 
        .diagnosis-section select:focus[b-ei8jv3bnve], 
        .surgical-section select:focus[b-ei8jv3bnve] {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgb(59 130 246 / 0.1);
        }


.diagnosis-section[b-ei8jv3bnve] {
    display: grid;
    grid-template-columns: repeat(2, minmax(300px, 1fr));
    gap: 0.5rem;
    margin-bottom: 2rem;
    padding: 0.75rem;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
}


.surgical-section[b-ei8jv3bnve] {
    display: grid;
    grid-template-columns: repeat(1, minmax(300px, 1fr));
    gap: 0.5rem;
    margin-bottom: 2rem;
    padding: 0.75rem;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
}

/* /Components/Pages/Medical/FrontOnly/C2225TblBrDi/Index.razor.rz.scp.css */
.container[b-8mib7w67qd] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    font-family: Cairo;
    color: #334155;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

h1[b-8mib7w67qd] {
    font-size: 24px;
    text-align: center;
    color: #1e40af;
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e2e8f0;
}

.physician-details[b-8mib7w67qd] {
    margin-bottom: 20px;
}

.details-section[b-8mib7w67qd] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 0.5rem;
    margin-bottom: 2rem;
    padding: 0.75rem;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
}

    .details-section label[b-8mib7w67qd] {
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
        font-weight: bold;
    }

    .details-section input[b-8mib7w67qd],
    .details-section select[b-8mib7w67qd] {
        padding: 0.75rem;
        border: 1px solid #e2e8f0;
        border-radius: 4px;
        font-size: 1rem;
        transition: border-color 0.2s ease;
    }

        .details-section input:focus[b-8mib7w67qd],
        .details-section select:focus[b-8mib7w67qd] {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgb(59 130 246 / 0.1);
        }

.diagrams[b-8mib7w67qd] {
    display: grid;
    grid-template-columns: repeat(1, minmax(300px, 1fr)); /* Minimum size for smaller screens, scales to fit */
    gap: 1rem; /* Space between the grid items */
    margin-bottom: 2rem;
    width: 100%; /* Ensure it takes the full available width */
}

.diagram[b-8mib7w67qd] {
    aspect-ratio: 1; /* Keeps a square shape */
    border: 1px solid #ddd;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    height: 600px;
    width: 100%;
}

    .diagram img[b-8mib7w67qd] {
        width: 100%;
        height: 100%;
        object-fit: contain; /* Fits the image inside without cropping */
        background: white; /* Background color for empty spaces */
    }

/* Responsive media query for smaller screens */
@media (max-width: 768px) {
    .diagrams[b-8mib7w67qd] {
        grid-template-columns: repeat(1, minmax(150px, 1fr)); /* Two images per row for smaller screens */
    }

    .diagram[b-8mib7w67qd] {
        height: auto; /* Allow height to adapt */
    }
}

@media (max-width: 480px) {
    .diagrams[b-8mib7w67qd] {
        grid-template-columns: 1fr; /* Stacks all images in a single column for very small screens */
    }

    .diagram[b-8mib7w67qd] {
        height: auto; /* Allow height to adapt */
    }
}
/* /Components/Pages/Medical/FrontOnly/C2227TblOpRec/Index.razor.rz.scp.css */
.button-row[b-ftzurzwo61] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-ftzurzwo61] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-ftzurzwo61] {
            background-color: #0056b3;
        }

.body-digram[b-ftzurzwo61] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Cairo;
    width: 95%;
    margin: auto;
    border: 1px solid #003366;
    padding: 25px;
    box-sizing: border-box;
    color: #003366
}

.header[b-ftzurzwo61] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    color: #003366
}

.logo img[b-ftzurzwo61] {
    max-height: 80px;
}

.form-container[b-ftzurzwo61] {
    width: 100%;
    padding: 20px;
    font-family: Cairo;
}

.diagram-title[b-ftzurzwo61] {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    text-decoration: underline;
    color: #003366
}

.form-row[b-ftzurzwo61] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    color: #003366
}

label[b-ftzurzwo61] {
    margin-right: 10px;
    white-space: nowrap;
    color: #003366
}

.input-line[b-ftzurzwo61] {
    flex-grow: 1;
    border: none;
    outline: none;
    border-bottom: 1px solid #003366;
    padding: 5px;
    margin-right: 10px;
    color: #003366
}

.right-label[b-ftzurzwo61] {
    margin-left: 20px;
    margin-right: 10px;
    white-space: nowrap;
    color: #003366
}

.full-width[b-ftzurzwo61] {
    flex-grow: 2;
}

.short-width[b-ftzurzwo61] {
    flex-grow: 0;
    width: 150px;
}

.grid[b-ftzurzwo61] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.checkbox-item[b-ftzurzwo61] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.time-section[b-ftzurzwo61] {
    grid-column: span 2;
}

.time-input[b-ftzurzwo61] {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 5px;
}

.time-age-wrapper[b-ftzurzwo61] {
    display: flex;
    gap: 10px;
}

.age-input[b-ftzurzwo61] {
    width: 80px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

input[type="checkbox"][b-ftzurzwo61] {
    width: 16px;
    height: 16px;
}

input[b-ftzurzwo61] {
    color: #003399;
    width: 100%;
    border: none;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    color: #003366
}


.table-container[b-ftzurzwo61] {
    width: 100%;
    border: 1px solid #003366;
    color: #003366;
    margin-top:2rem;
    margin-bottom:2rem;
}

.notes-table[b-ftzurzwo61] {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    color: #003366;
}

    .notes-table th[b-ftzurzwo61],
    .notes-table td[b-ftzurzwo61] {
        border: 1px solid #003366;
        padding: 4px;
        color: #003366;
    }

    .notes-table th[b-ftzurzwo61] {
        background-color: #f4f4f4;
    }

    .notes-table td[b-ftzurzwo61] {
        vertical-align: top;
        color: #003366;
    }

.table-h4[b-ftzurzwo61] {
    text-align: center;
}

.hide-input[b-ftzurzwo61] {
    color: #003399;
    width: 100%;
    border: none;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}




.drug-administration[b-ftzurzwo61] {
    font-family: Arial, sans-serif;
    margin: 20px;
}

.drug-table[b-ftzurzwo61] {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

    .drug-table td[b-ftzurzwo61] {
        border: 1px solid #dde2e5;
        padding: 10px;
        vertical-align: middle;
    }

.table-header[b-ftzurzwo61] {
    background-color: #f5f7f9;
    color: #2c3e50;
    font-weight: 600;
    text-align: center;
    padding: 12px;
    font-size: 16px;
    border-bottom: 2px solid #dde2e5;
}

.label-cell[b-ftzurzwo61] {
    color: #4a5568;
    font-weight: 500;
    background-color: #fafbfc;
    width: 120px;
}

.input-field[b-ftzurzwo61] {
    width: 100%;
    padding: 8px;
    margin-top: 8px;
    border: 1px solid #dde2e5;
    border-radius: 4px;
    font-size: 14px;
    color: #2d3748;
    transition: border-color 0.2s ease;
}

    .input-field:focus[b-ftzurzwo61] {
        outline: none;
        border-color: #4299e1;
        box-shadow: 0 0 0 1px rgba(66, 153, 225, 0.2);
    }

.time-input[b-ftzurzwo61] {
    width: 100%;
    padding: 7px;
    border: 1px solid #dde2e5;
    border-radius: 4px;
    font-size: 14px;
}

.empty-cell[b-ftzurzwo61] {
    background-color: #fafbfc;
}

.section-spacer[b-ftzurzwo61] {
    height: 20px;
}
/* /Components/Pages/Medical/FrontOnly/C2228TblMedicationForm/Index.razor.rz.scp.css */
.button-row[b-12ld00ox02] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-12ld00ox02] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-12ld00ox02] {
            background-color: #0056b3;
        }

.body-digram[b-12ld00ox02] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Cairo;
    width: 95%;
    margin: auto;
    border: 1px solid #003366;
    padding: 25px;
    box-sizing: border-box;
    color: #003366
}

.header[b-12ld00ox02] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    color: #003366
}

.logo img[b-12ld00ox02] {
    max-height: 80px;
}

.form-container[b-12ld00ox02] {
    width: 100%;
    padding: 20px;
    font-family: Cairo;
}

.diagram-title[b-12ld00ox02] {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    text-decoration: underline;
    color: #003366
}

.form-row[b-12ld00ox02] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    color: #003366
}

label[b-12ld00ox02] {
    margin-right: 10px;
    white-space: nowrap;
    color: #003366
}

.input-line[b-12ld00ox02] {
    flex-grow: 1;
    border: none;
    outline: none;
    border-bottom: 1px solid #003366;
    padding: 5px;
    margin-right: 10px;
    color: #003366
}

.right-label[b-12ld00ox02] {
    margin-left: 20px;
    margin-right: 10px;
    white-space: nowrap;
    color: #003366
}

.full-width[b-12ld00ox02] {
    flex-grow: 2;
}

.short-width[b-12ld00ox02] {
    flex-grow: 0;
    width: 150px;
}

.grid[b-12ld00ox02] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.checkbox-item[b-12ld00ox02] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.time-section[b-12ld00ox02] {
    grid-column: span 2;
}

.time-input[b-12ld00ox02] {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 5px;
}

.time-age-wrapper[b-12ld00ox02] {
    display: flex;
    gap: 10px;
}

.age-input[b-12ld00ox02] {
    width: 80px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

input[type="checkbox"][b-12ld00ox02] {
    width: 16px;
    height: 16px;
}

input[b-12ld00ox02] {
    color: #003399;
    width: 100%;
    border: none;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    color: #003366
}


.table-container[b-12ld00ox02] {
    width: 100%;
    border: 1px solid #003366;
    color: #003366;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.notes-table[b-12ld00ox02] {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    color: #003366;
}

    .notes-table th[b-12ld00ox02],
    .notes-table td[b-12ld00ox02] {
        border: 1px solid #003366;
        padding: 4px;
        color: #003366;
    }

    .notes-table th[b-12ld00ox02] {
        background-color: #f4f4f4;
    }

    .notes-table td[b-12ld00ox02] {
        vertical-align: top;
        color: #003366;
    }

.table-h4[b-12ld00ox02] {
    text-align: center;
}

.hide-input[b-12ld00ox02] {
    color: #003399;
    width: 100%;
    border: none;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}




.drug-administration[b-12ld00ox02] {
    font-family: Arial, sans-serif;
    margin: 20px;
}

.drug-table[b-12ld00ox02] {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

    .drug-table td[b-12ld00ox02] {
        border: 1px solid #dde2e5;
        padding: 10px;
        vertical-align: middle;
    }

.table-header[b-12ld00ox02] {
    background-color: #f5f7f9;
    color: #003366;
    font-weight: 600;
    text-align: center;
    padding: 12px;
    font-size: 16px;
    border-bottom: 2px solid #dde2e5;
}

.label-cell[b-12ld00ox02] {
    color: #4a5568;
    font-weight: 500;
    background-color: #fafbfc;
    width: 120px;
    text-align:center;
}

.input-field[b-12ld00ox02] {
    width: 100%;
    padding: 8px;
    margin-top: 8px;
    border: 1px solid #dde2e5;
    border-radius: 4px;
    font-size: 14px;
    color: #2d3748;
    transition: border-color 0.2s ease;
}

    .input-field:focus[b-12ld00ox02] {
        outline: none;
        border-color: #4299e1;
        box-shadow: 0 0 0 1px rgba(66, 153, 225, 0.2);
    }

.time-input[b-12ld00ox02] {
    width: 100%;
    padding: 7px;
    border: 1px solid #dde2e5;
    border-radius: 4px;
    font-size: 14px;
}

.empty-cell[b-12ld00ox02] {
    background-color: #fafbfc;
}

.section-spacer[b-12ld00ox02] {
    height: 20px;
}
/* /Components/Pages/Medical/FrontOnly/C2229TblDEREvolveBody/Index.razor.rz.scp.css */

*[b-qmys7hiuow] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Cairo', sans-serif;
}

body[b-qmys7hiuow] {
    padding: 2rem;
    background-color: #f8fafc;
}

.container[b-qmys7hiuow] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
    color: #334155;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

h1[b-qmys7hiuow] {
    font-size: 24px;
    text-align: center;
    color: #1e40af;
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e2e8f0;
}

.details-section[b-qmys7hiuow] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 0.5rem;
    margin-bottom: 2rem;
    padding: 0.75rem;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
}

    .details-section label[b-qmys7hiuow] {
        display: flex;
        flex-direction: column;
        font-weight: normal;
        color: #334155;
    }

    .details-section input[b-qmys7hiuow],
    .details-section select[b-qmys7hiuow],
    .notes[b-qmys7hiuow] {
        padding: 0.5rem;
        border: 1px solid #e2e8f0;
        border-radius: 4px;
        font-size: 1rem;
        transition: border-color 0.2s ease;
    }

        .details-section input:focus[b-qmys7hiuow],
        .details-section select:focus[b-qmys7hiuow],
        .notes:focus[b-qmys7hiuow] {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgb(59 130 246 / 0.1);
        }

.header[b-qmys7hiuow] {
    text-align: center;
    margin-bottom: 20px;
}

.form-row[b-qmys7hiuow] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
}

.form-group[b-qmys7hiuow] {
    width: 100%;
    margin-bottom: 15px;
}

.label-group[b-qmys7hiuow] {
    display: flex;
    justify-content: space-between;
    
}

.english[b-qmys7hiuow] {
    text-align: left;
    flex: 1;
}

.arabic[b-qmys7hiuow] {
    text-align: right;
    flex: 1;
    font-family: Cairo, sans-serif;
}

input[type="text"][b-qmys7hiuow],
input[type="email"][b-qmys7hiuow],
input[type="number"][b-qmys7hiuow],
input[type="date"][b-qmys7hiuow],
input[type="tel"][b-qmys7hiuow],
textarea[b-qmys7hiuow] {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.checkbox-group[b-qmys7hiuow] {
    display: flex;
    align-items: center;
    gap: 30px;
}

.section-header[b-qmys7hiuow] {
    background-color: #f5f5f5;
    padding: 10px;
    margin: 20px 0 10px;
    font-weight: bold;
}

.signature-section[b-qmys7hiuow] {
    margin-top: 30px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
/* /Components/Pages/Medical/FrontOnly/C2230TblKumashapeConsent/Index.razor.rz.scp.css */
.button-row[b-ow0m0lmu8s] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-ow0m0lmu8s] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-ow0m0lmu8s] {
            background-color: #0056b3;
        }


.consent-container[b-ow0m0lmu8s] {
    width: 85%;
    margin: auto;
    font-family: Cairo;
    border: 1px solid #003366;
    padding: 20px;
    box-sizing: border-box;
}


.button-row[b-ow0m0lmu8s] {
    margin-bottom: 20px;
}


.logo-container[b-ow0m0lmu8s] {
    text-align: center;
    margin-bottom: 20px;
    color: #003366;
}

.logo[b-ow0m0lmu8s] {
    max-width: 200px;
}

.header-text[b-ow0m0lmu8s] {
    text-align: center;
    margin-bottom: 20px;
    color: #003366;
}

    .header-text h3[b-ow0m0lmu8s] {
        margin: 0;
        font-size: 1.4rem;
    }

.info-section[b-ow0m0lmu8s] {
    border: 1px solid #003366;
    padding: 15px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.info-row[b-ow0m0lmu8s] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

    .info-row input[b-ow0m0lmu8s] {
        flex: 1;
        border: none;
        border-bottom: 1px solid #003366;
        height: 20px;
        outline: none;
        width: 100%;
    }

.consent-header[b-ow0m0lmu8s] {
    border: 1px solid #003366;
    padding: 15px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

    .consent-header h3[b-ow0m0lmu8s] {
        margin: 0;
        font-size: 1.4rem;
        color: #003366;
    }

    .consent-header p[b-ow0m0lmu8s] {
        margin: 10px 0 0;
        color: #003366;
    }

.content-section[b-ow0m0lmu8s] {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    color: #003366;
}

.english-section[b-ow0m0lmu8s], .arabic-section[b-ow0m0lmu8s] {
    flex: 1;
    border: 1px solid #003366;
    padding: 15px;
    box-sizing: border-box;
}

    .english-section input[b-ow0m0lmu8s], .arabic-section input[b-ow0m0lmu8s] {
        border: none;
        border-bottom: 1px solid #003366;
        display: inline-block;
        height: 20px;
        width: 50%;
    }


.arabic-section[b-ow0m0lmu8s] {
    direction: rtl;
    font-size: 1.05rem;
}

    .arabic-section label[b-ow0m0lmu8s] {
        width: 100px;
        margin-bottom: 5px;
        font-weight: bold;
    }

.english-section label[b-ow0m0lmu8s] {
    width: 130px;
    margin-bottom: 5px;
    font-weight: bold;
}
/* /Components/Pages/Medical/FrontOnly/C2232TblAjMonofWHaF/Index.razor.rz.scp.css */
.button-row[b-vqg0ij21pc] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-vqg0ij21pc] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-vqg0ij21pc] {
            background-color: #0056b3;
        }

.Water-Hardness-Monitoring-Form[b-vqg0ij21pc] {
    width: 85%;
    margin: auto;
    font-family: Cairo;
    border: 1px solid #003366;
    padding: 20px;
    box-sizing: border-box;
}

.header[b-vqg0ij21pc] {
    color: #003399;
    text-align: center;
    margin-bottom: 20px;
}

.logo-container[b-vqg0ij21pc] {
    text-align: center;
    margin-bottom: 20px;
    color: #003366;
}

.logo[b-vqg0ij21pc] {
    max-width: 200px;
}

.form[b-vqg0ij21pc] {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.left-half[b-vqg0ij21pc], .right-half[b-vqg0ij21pc] {
    width: 48%;
}

.row[b-vqg0ij21pc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

    .row label[b-vqg0ij21pc] {
        color: #003399;
        flex: 1.4;
        font-weight: bold;
    }

.input-field[b-vqg0ij21pc] {
    color: #003399;
    margin-bottom: 20px;
    border: none;
    outline: none;
    flex: 1.6;
    border-bottom: 1px solid #ccc;
    padding: 5px;
}

h1[b-vqg0ij21pc] {
    color: #003399;
    font-size: 1.5em;
}

/*.custom-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    text
    border: 1px solid #003399;

}

    .custom-table th,
    .custom-table td {
        border: 1px solid #003399;
        color: #003399;
    }

    .custom-table th {
        background-color: #f2f2f2;
        color: #003399;
    }
*/

.custom-table[b-vqg0ij21pc] {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    table-layout: fixed;
    border: 1px solid #003399;
    font-family: Cairo, sans-serif;
}

    .custom-table th[b-vqg0ij21pc],
    .custom-table td[b-vqg0ij21pc] {
        border: 1px solid #003399;
        color: #003399;
        padding: 2px;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
    }

    .custom-table th[b-vqg0ij21pc] {
        background-color: #f2f2f2;
        font-weight: bold;
        color: #003399;
    }

    .custom-table tr:nth-child(even)[b-vqg0ij21pc] {
        background-color: #f9f9f9;
    }

    .custom-table tr:hover[b-vqg0ij21pc] {
        background-color: #e6f2ff;
    }


.site-header[b-vqg0ij21pc] {
    width: 20%;
    color: #003399;
}

.merged-cell[b-vqg0ij21pc] {
    font-weight: bold;
    color: #003399;
}

.column-header[b-vqg0ij21pc] {
    width: 13%;
    color: #003399;
}

.cell[b-vqg0ij21pc] {
    background-color: white;
    height: 30px;
}


input[b-vqg0ij21pc] {
    color: #003399;
    width: 100%;
    border: none;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}
/* /Components/Pages/Medical/FrontOnly/C2233TblInstrReproRequforSterForm/Index.razor.rz.scp.css */
.container[b-vzfb87d6jh] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    font-family: Cairo;
    color: #334155;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

h1[b-vzfb87d6jh] {
    font-size: 24px;
    text-align: center;
    color: #1e40af;
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e2e8f0;
}

.physician-details[b-vzfb87d6jh] {
    margin-bottom: 20px;
}

.details-section[b-vzfb87d6jh] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 0.5rem;
    margin-bottom: 2rem;
    padding: 0.75rem;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
}

    .details-section label[b-vzfb87d6jh] {
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
        font-weight: bold;
    }

    .details-section input[b-vzfb87d6jh],
    .details-section select[b-vzfb87d6jh] {
        padding: 0.75rem;
        border: 1px solid #e2e8f0;
        border-radius: 4px;
        font-size: 1rem;
        transition: border-color 0.2s ease;
    }

        .details-section input:focus[b-vzfb87d6jh],
        .details-section select:focus[b-vzfb87d6jh] {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgb(59 130 246 / 0.1);
        }


.table-section[b-vzfb87d6jh] {
    margin-top: 20px;
}

.details-table[b-vzfb87d6jh] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.1rem;
    table-layout: auto;
}

    .details-table th[b-vzfb87d6jh],
    .details-table td[b-vzfb87d6jh] {
        border: 1px solid #ccc;
        padding: 10px;
        text-align: center;
    }

    .details-table th[b-vzfb87d6jh] {
        background-color: #f5f5f5;
        color: #1e40af;
        font-weight: bold;
    }

    .details-table input[b-vzfb87d6jh] {
        width: 90%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }


    /* Style for column widths */
    .details-table th:nth-child(1)[b-vzfb87d6jh],
    .details-table td:nth-child(1)[b-vzfb87d6jh] {
        width: 50%; /* First column width */
    }

    .details-table th:nth-child(2)[b-vzfb87d6jh],
    .details-table td:nth-child(2)[b-vzfb87d6jh] {
        width: 25%; /* Second column width (wider) */
    }

    .details-table th:nth-child(3)[b-vzfb87d6jh],
    .details-table td:nth-child(3)[b-vzfb87d6jh] {
        width: 25%; /* Third column width */
    }
/* /Components/Pages/Medical/FrontOnly/C2234TblInfectionConSterSurReF/Index.razor.rz.scp.css */
.container[b-smuumzl98o] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    font-family: Cairo;
    color: #334155;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

h1[b-smuumzl98o] {
    font-size: 24px;
    text-align: center;
    color: #1e40af;
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e2e8f0;
}

.physician-details[b-smuumzl98o] {
    margin-bottom: 20px;
}

.details-section[b-smuumzl98o] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 0.5rem;
    margin-bottom: 2rem;
    padding: 0.75rem;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
}

    .details-section label[b-smuumzl98o] {
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
        font-weight: bold;
    }

    .details-section input[b-smuumzl98o],
    .details-section select[b-smuumzl98o] {
        padding: 0.75rem;
        border: 1px solid #e2e8f0;
        border-radius: 4px;
        font-size: 1rem;
        transition: border-color 0.2s ease;
    }

        .details-section input:focus[b-smuumzl98o],
        .details-section select:focus[b-smuumzl98o] {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgb(59 130 246 / 0.1);
        }


.table-section[b-smuumzl98o] {
    margin-top: 20px;
}

.details-table[b-smuumzl98o] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.1rem;
    table-layout: auto;
}

    .details-table th[b-smuumzl98o],
    .details-table td[b-smuumzl98o] {
        border: 1px solid #ccc;
        padding: 10px;
        text-align: center;
    }

    .details-table th[b-smuumzl98o] {
        background-color: #f5f5f5;
        font-weight: bold;
    }

    .details-table input[b-smuumzl98o] {
        width: 90%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .details-table .comments-input[b-smuumzl98o] {
        width: 80%; 
        border: none;
        border-bottom: 1px dashed #ccc; 
        padding: 5px;
        outline: none; 
        font-size: 1rem;
        margin-left: 5px; /* Adds spacing next to the word "Comments" */
    }

        .details-table .comments-input:focus[b-smuumzl98o] {
            border-bottom: 1px dashed #1e40af; 
        }



    /* Style for column widths */
    .details-table th:nth-child(1)[b-smuumzl98o],
    .details-table td:nth-child(1)[b-smuumzl98o] {
        width: 10%; /* First column width */
    }

    .details-table th:nth-child(2)[b-smuumzl98o],
    .details-table td:nth-child(2)[b-smuumzl98o] {
        width: 70%; /* Second column width (wider) */
    }

    .details-table th:nth-child(3)[b-smuumzl98o],
    .details-table td:nth-child(3)[b-smuumzl98o] {
        width: 10%; /* Third column width */
    }

    .details-table th:nth-child(3)[b-smuumzl98o],
    .details-table td:nth-child(3)[b-smuumzl98o] {
        width: 10%; /* Third column width */
    }
/* /Components/Pages/Medical/FrontOnly/C2235TblImpMedDevProcF/Index.razor.rz.scp.css */
.button-row[b-lqbm9nma2t] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-lqbm9nma2t] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-lqbm9nma2t] {
            background-color: #0056b3;
        }

.Implantable-Medical-Devices-Processing-Form[b-lqbm9nma2t] {
    width: 85%;
    margin: auto;
    font-family: Cairo;
    border: 1px solid #003366;
    padding: 20px;
    box-sizing: border-box;
}

.header[b-lqbm9nma2t] {
    color: #003399;
    text-align: center;
    margin-bottom: 20px;
}

.logo-container[b-lqbm9nma2t] {
    text-align: center;
    margin-bottom: 20px;
    color: #003366;
}

.logo[b-lqbm9nma2t] {
    max-width: 200px;
}

.form[b-lqbm9nma2t] {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.left-half[b-lqbm9nma2t], .right-half[b-lqbm9nma2t] {
    width: 48%;
}

.row[b-lqbm9nma2t] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

    .row label[b-lqbm9nma2t] {
        color: #003399;
        flex: 1.4;
        font-weight: bold;
    }

.input-field[b-lqbm9nma2t] {
    color: #003399;
    margin-bottom: 20px;
    border: none;
    outline: none;
    flex: 1.6;
    border-bottom: 1px solid #ccc;
    padding: 5px;
}

h1[b-lqbm9nma2t] {
    color: #003399;
    font-size: 1.5em;
}

/*.custom-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    text
    border: 1px solid #003399;

}

    .custom-table th,
    .custom-table td {
        border: 1px solid #003399;
        color: #003399;
    }

    .custom-table th {
        background-color: #f2f2f2;
        color: #003399;
    }
*/

.custom-table[b-lqbm9nma2t] {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    table-layout: fixed;
    border: 1px solid #003399;
    font-family: Cairo, sans-serif;
}

    .custom-table th[b-lqbm9nma2t],
    .custom-table td[b-lqbm9nma2t] {
        border: 1px solid #003399;
        color: #003399;
        padding: 2px;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
    }

    .custom-table th[b-lqbm9nma2t] {
        background-color: #f2f2f2;
        font-weight: bold;
        color: #003399;
    }

    .custom-table tr:nth-child(even)[b-lqbm9nma2t] {
        background-color: #f9f9f9;
    }

    .custom-table tr:hover[b-lqbm9nma2t] {
        background-color: #e6f2ff;
    }


.site-header[b-lqbm9nma2t] {
    width: 20%;
    color: #003399;
}

.merged-cell[b-lqbm9nma2t] {
    font-weight: bold;
    color: #003399;
}

.column-header[b-lqbm9nma2t] {
    width: 13%;
    color: #003399;
}

.cell[b-lqbm9nma2t] {
    background-color: white;
    height: 30px;
}


input[b-lqbm9nma2t] {
    color: #003399;
    width: 100%;
    border: none;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}
/* /Components/Pages/Medical/FrontOnly/C2236TblEvRelShLiCh/Index.razor.rz.scp.css */
.container[b-ainrnxkvpm] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    font-family: Cairo;
    color: #334155;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

h1[b-ainrnxkvpm] {
    font-size: 24px;
    text-align: center;
    color: #1e40af;
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e2e8f0;
}

.physician-details[b-ainrnxkvpm] {
    margin-bottom: 20px;
}

.details-section[b-ainrnxkvpm] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 0.5rem;
    margin-bottom: 2rem;
    padding: 0.75rem;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
}

    .details-section label[b-ainrnxkvpm] {
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
        font-weight: bold;
    }

    .details-section input[b-ainrnxkvpm],
    .details-section select[b-ainrnxkvpm] {
        padding: 0.75rem;
        border: 1px solid #e2e8f0;
        border-radius: 4px;
        font-size: 1rem;
        transition: border-color 0.2s ease;
    }

        .details-section input:focus[b-ainrnxkvpm],
        .details-section select:focus[b-ainrnxkvpm] {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgb(59 130 246 / 0.1);
        }


.table-section[b-ainrnxkvpm] {
    margin-top: 20px;
}

.details-table[b-ainrnxkvpm] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.1rem;
    table-layout: auto;
}

    .details-table th[b-ainrnxkvpm],
    .details-table td[b-ainrnxkvpm] {
        border: 1px solid #ccc;
        padding: 10px;
        text-align: center;
    }

    .details-table th[b-ainrnxkvpm] {
        background-color: #f5f5f5;
        font-weight: bold;
    }

    .details-table input[b-ainrnxkvpm] {
        width: 90%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .details-table .comments-input[b-ainrnxkvpm] {
        width: 80%;
        border: none;
        border-bottom: 1px dashed #ccc;
        padding: 5px;
        outline: none;
        font-size: 1rem;
        margin-left: 5px; /* Adds spacing next to the word "Comments" */
    }

        .details-table .comments-input:focus[b-ainrnxkvpm] {
            border-bottom: 1px dashed #1e40af;
        }



    /* Style for column widths */
    .details-table th:nth-child(1)[b-ainrnxkvpm],
    .details-table td:nth-child(1)[b-ainrnxkvpm] {
        width: 5%; /* First column width */
    }

    .details-table th:nth-child(2)[b-ainrnxkvpm],
    .details-table td:nth-child(2)[b-ainrnxkvpm] {
        width: 50%; /* Second column width (wider) */
    }

    .details-table th:nth-child(3)[b-ainrnxkvpm],
    .details-table td:nth-child(3)[b-ainrnxkvpm] {
        width: 10%; /* Third column width */
    }

    .details-table th:nth-child(4)[b-ainrnxkvpm],
    .details-table td:nth-child(4)[b-ainrnxkvpm] {
        width: 10%; /* Fourth column width */
    }

    .details-table th:nth-child(5)[b-ainrnxkvpm],
    .details-table td:nth-child(5)[b-ainrnxkvpm] {
        width: 25%; /* Fifth column width */
    }
/* /Components/Pages/Medical/FrontOnly/C2237TblDaSterLoLisStHydPer/Index.razor.rz.scp.css */
.container[b-s8ae3nujh1] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    font-family: Cairo;
    color: #334155;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

h1[b-s8ae3nujh1] {
    font-size: 20px;
    text-align: center;
    color: #1e40af;
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e2e8f0;
}

.physician-details[b-s8ae3nujh1] {
    margin-bottom: 20px;
}

.details-section[b-s8ae3nujh1] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 0.5rem;
    margin-bottom: 2rem;
    padding: 0.75rem;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
}

    .details-section label[b-s8ae3nujh1] {
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
        font-weight: bold;
    }

    .details-section input[b-s8ae3nujh1],
    .details-section select[b-s8ae3nujh1] {
        padding: 0.75rem;
        border: 1px solid #e2e8f0;
        border-radius: 4px;
        font-size: 1rem;
        transition: border-color 0.2s ease;
    }

        .details-section input:focus[b-s8ae3nujh1],
        .details-section select:focus[b-s8ae3nujh1] {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgb(59 130 246 / 0.1);
        }


.table-section[b-s8ae3nujh1] {
    margin-top: 20px;
}

.details-table[b-s8ae3nujh1] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.1rem;
    table-layout: auto;
}

    .details-table th[b-s8ae3nujh1],
    .details-table td[b-s8ae3nujh1] {
        border: 1px solid #ccc;
        padding: 10px;
        text-align: center;
    }

    .details-table th[b-s8ae3nujh1] {
        background-color: #f5f5f5;
        font-weight: bold;
    }

    .details-table input[b-s8ae3nujh1] {
        width: 80%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

/* /Components/Pages/Medical/FrontOnly/C2238TblDaMonofAutoMach/Index.razor.rz.scp.css */
.button-row[b-sls3uwmaqt] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-sls3uwmaqt] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-sls3uwmaqt] {
            background-color: #0056b3;
        }

.Daily-Monitoring-of-Autoclave-Machines[b-sls3uwmaqt] {
    width: 85%;
    margin: auto;
    font-family: Cairo;
    border: 1px solid #003366;
    padding: 20px;
    box-sizing: border-box;
}

.header[b-sls3uwmaqt] {
    color: #003399;
    text-align: center;
    margin-bottom: 20px;
}

.logo-container[b-sls3uwmaqt] {
    text-align: center;
    margin-bottom: 20px;
    color: #003366;
}

.logo[b-sls3uwmaqt] {
    max-width: 200px;
}

.form[b-sls3uwmaqt] {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.left-half[b-sls3uwmaqt], .right-half[b-sls3uwmaqt] {
    width: 48%;
}

.row[b-sls3uwmaqt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

    .row label[b-sls3uwmaqt] {
        color: #003399;
        flex: 1.4;
        font-weight: bold;
    }

.input-field[b-sls3uwmaqt] {
    color: #003399;
    margin-bottom: 20px;
    border: none;
    outline: none;
    flex: 1.6;
    border-bottom: 1px solid #ccc;
    padding: 5px;
}

h1[b-sls3uwmaqt] {
    color: #003399;
    font-size: 1.5em;
}

/*.custom-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    text
    border: 1px solid #003399;

}

    .custom-table th,
    .custom-table td {
        border: 1px solid #003399;
        color: #003399;
    }

    .custom-table th {
        background-color: #f2f2f2;
        color: #003399;
    }
*/

.custom-table[b-sls3uwmaqt] {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    table-layout: fixed; 
    border: 1px solid #003399;
    font-family: Cairo, sans-serif; 
}

    .custom-table th[b-sls3uwmaqt],
    .custom-table td[b-sls3uwmaqt] {
        border: 1px solid #003399;
        color: #003399;
        padding: 2px; 
        overflow: hidden; 
        text-overflow: ellipsis; 
        word-wrap: break-word; 
    }

    .custom-table th[b-sls3uwmaqt] {
        background-color: #f2f2f2; 
        font-weight: bold; 
        color: #003399; 
    }

    .custom-table tr:nth-child(even)[b-sls3uwmaqt] {
        background-color: #f9f9f9; 
    }

    .custom-table tr:hover[b-sls3uwmaqt] {
        background-color: #e6f2ff; 
    }


.site-header[b-sls3uwmaqt] {
    width: 20%;
    color: #003399;
}

.merged-cell[b-sls3uwmaqt] {
    font-weight: bold;
    color: #003399;
}

.column-header[b-sls3uwmaqt] {
    width: 13%;
    color: #003399;
}

.cell[b-sls3uwmaqt] {
    background-color: white;
    height: 30px;
}


input[b-sls3uwmaqt] {
    color: #003399;
    width: 100%;
    border: none;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}
/* /Components/Pages/Medical/FrontOnly/C2239TblWaTeRec/Index.razor.rz.scp.css */
.container[b-uvkjo8pfcf] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    font-family: Cairo;
    color: #334155;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

h1[b-uvkjo8pfcf],h3[b-uvkjo8pfcf] {
    font-size: 24px;
    text-align: center;
    color: #1e40af;
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e2e8f0;
}

h3[b-uvkjo8pfcf] {
    font-size: 24px;
    text-align: center;
    color: #1e40af;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}

.physician-details[b-uvkjo8pfcf] {
    margin-bottom: 20px;
}

.details-section[b-uvkjo8pfcf] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 0.5rem;
    margin-bottom: 2rem;
    padding: 0.75rem;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
}

    .details-section label[b-uvkjo8pfcf] {
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
        font-weight: bold;
    }

    .details-section input[b-uvkjo8pfcf],
    .details-section select[b-uvkjo8pfcf] {
        padding: 0.75rem;
        border: 1px solid #e2e8f0;
        border-radius: 4px;
        font-size: 1rem;
        transition: border-color 0.2s ease;
    }

        .details-section input:focus[b-uvkjo8pfcf],
        .details-section select:focus[b-uvkjo8pfcf] {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgb(59 130 246 / 0.1);
        }


.table-section[b-uvkjo8pfcf] {
    margin-top: 20px;
}

.details-table[b-uvkjo8pfcf] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.1rem;
    table-layout: auto;
}

    .details-table th[b-uvkjo8pfcf],
    .details-table td[b-uvkjo8pfcf] {
        border: 1px solid #ccc;
        padding: 10px;
        text-align: center;
    }

    .details-table th[b-uvkjo8pfcf] {
        background-color: #f5f5f5;
        font-weight: bold;
    }

    .details-table input[b-uvkjo8pfcf] {
        width: 80%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
/* /Components/Pages/Medical/FrontOnly/C2240TblShEndF/Index.razor.rz.scp.css */
.button-row[b-1aiqg0jowq] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-1aiqg0jowq] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-1aiqg0jowq] {
            background-color: #0056b3;
        }

.body-digram[b-1aiqg0jowq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Cairo;
    width: 95%;
    margin: auto;
    border: 1px solid #003366;
    padding: 25px;
    box-sizing: border-box;
    color: #003366
}

.header[b-1aiqg0jowq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    color: #003366
}

.logo img[b-1aiqg0jowq] {
    max-height: 80px;
}

.form-container[b-1aiqg0jowq] {
    width: 100%;
    padding: 20px;
    font-family: Cairo;
}

.diagram-title[b-1aiqg0jowq] {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    text-decoration: underline;
    color: #003366
}

.form-row[b-1aiqg0jowq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    color: #003366
}

label[b-1aiqg0jowq] {
    margin-right: 10px;
    white-space: nowrap;
    color: #003366
}

.input-line[b-1aiqg0jowq] {
    flex-grow: 1;
    border: none;
    outline: none;
    border-bottom: 1px solid #003366;
    padding: 5px;
    margin-right: 10px;
    color: #003366
}

.right-label[b-1aiqg0jowq] {
    margin-left: 20px;
    margin-right: 10px;
    white-space: nowrap;
    color: #003366
}

.full-width[b-1aiqg0jowq] {
    flex-grow: 2;
}

.short-width[b-1aiqg0jowq] {
    flex-grow: 0;
    width: 150px;
}

.grid[b-1aiqg0jowq] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.checkbox-item[b-1aiqg0jowq] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.time-section[b-1aiqg0jowq] {
    grid-column: span 2;
}

.time-input[b-1aiqg0jowq] {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 5px;
}

.time-age-wrapper[b-1aiqg0jowq] {
    display: flex;
    gap: 10px;
}

.age-input[b-1aiqg0jowq] {
    width: 80px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

input[type="checkbox"][b-1aiqg0jowq] {
    width: 16px;
    height: 16px;
}

input[b-1aiqg0jowq] {
    color: #003399;
    width: 100%;
    border: none;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    color: #003366
}


.table-container[b-1aiqg0jowq] {
    width: 100%;
    border: 1px solid #003366;
    color: #003366;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.notes-table[b-1aiqg0jowq] {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    color: #003366;
}

    .notes-table th[b-1aiqg0jowq],
    .notes-table td[b-1aiqg0jowq] {
        border: 1px solid #003366;
        padding: 4px;
        color: #003366;
    }

    .notes-table th[b-1aiqg0jowq] {
        background-color: #f4f4f4;
    }

    .notes-table td[b-1aiqg0jowq] {
        vertical-align: top;
        color: #003366;
    }

    .notes-table textarea[b-1aiqg0jowq] {
        width: 98%; 
        height: 150px; 
        border: 1px solid #003366; 
        font-size: 1rem; 
        color: #003366; 
        resize: vertical; 
        outline: none; 
    }

        .notes-table textarea:focus[b-1aiqg0jowq] {
            border-color: #1e40af; 
            box-shadow: 0 0 4px rgba(30, 64, 175, 0.5); 
        }


.table-h4[b-1aiqg0jowq] {
    text-align: center;
}

.hide-input[b-1aiqg0jowq] {
    color: #003399;
    width: 100%;
    border: none;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}




.drug-administration[b-1aiqg0jowq] {
    font-family: Arial, sans-serif;
    margin: 20px;
}

.drug-table[b-1aiqg0jowq] {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

    .drug-table td[b-1aiqg0jowq] {
        border: 1px solid #dde2e5;
        padding: 10px;
        vertical-align: middle;
    }

.table-header[b-1aiqg0jowq] {
    background-color: #f5f7f9;
    color: #2c3e50;
    font-weight: 600;
    text-align: center;
    padding: 12px;
    font-size: 16px;
    border-bottom: 2px solid #dde2e5;
}

.label-cell[b-1aiqg0jowq] {
    color: #4a5568;
    font-weight: 500;
    background-color: #fafbfc;
    width: 120px;
}

.input-field[b-1aiqg0jowq] {
    width: 100%;
    padding: 8px;
    margin-top: 8px;
    border: 1px solid #dde2e5;
    border-radius: 4px;
    font-size: 14px;
    color: #2d3748;
    transition: border-color 0.2s ease;
}

    .input-field:focus[b-1aiqg0jowq] {
        outline: none;
        border-color: #4299e1;
        box-shadow: 0 0 0 1px rgba(66, 153, 225, 0.2);
    }

.time-input[b-1aiqg0jowq] {
    width: 100%;
    padding: 7px;
    border: 1px solid #dde2e5;
    border-radius: 4px;
    font-size: 14px;
}

.empty-cell[b-1aiqg0jowq] {
    background-color: #fafbfc;
}

.section-spacer[b-1aiqg0jowq] {
    height: 20px;
}
/* /Components/Pages/Medical/FrontOnly/C2241TblContofStHyPeLF/Index.razor.rz.scp.css */
.button-row[b-mgus2h0s2p] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-mgus2h0s2p] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-mgus2h0s2p] {
            background-color: #0056b3;
        }

.body-digram[b-mgus2h0s2p] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Cairo;
    width: 95%;
    margin: auto;
    border: 1px solid #003366;
    padding: 25px;
    box-sizing: border-box;
    color: #003366
}

.header[b-mgus2h0s2p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    color: #003366
}

.logo img[b-mgus2h0s2p] {
    max-height: 80px;
}

.form-container[b-mgus2h0s2p] {
    width: 100%;
    padding: 20px;
    font-family: Cairo;
}

.diagram-title[b-mgus2h0s2p] {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    text-decoration: underline;
    color: #003366
}

.form-row[b-mgus2h0s2p] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    color: #003366
}

label[b-mgus2h0s2p] {
    margin-right: 10px;
    white-space: nowrap;
    color: #003366
}

.input-line[b-mgus2h0s2p] {
    flex-grow: 1;
    border: none;
    outline: none;
    border-bottom: 1px solid #003366;
    padding: 5px;
    margin-right: 10px;
    color: #003366
}

.right-label[b-mgus2h0s2p] {
    margin-left: 20px;
    margin-right: 10px;
    white-space: nowrap;
    color: #003366
}

.full-width[b-mgus2h0s2p] {
    flex-grow: 2;
}

.short-width[b-mgus2h0s2p] {
    flex-grow: 0;
    width: 150px;
}

.grid[b-mgus2h0s2p] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.checkbox-item[b-mgus2h0s2p] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.time-section[b-mgus2h0s2p] {
    grid-column: span 2;
}

.time-input[b-mgus2h0s2p] {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 5px;
}

.time-age-wrapper[b-mgus2h0s2p] {
    display: flex;
    gap: 10px;
}

.age-input[b-mgus2h0s2p] {
    width: 80px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

input[type="checkbox"][b-mgus2h0s2p] {
    width: 16px;
    height: 16px;
}

input[b-mgus2h0s2p] {
    color: #003399;
    width: 100%;
    border: none;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    color: #003366
}


.table-container[b-mgus2h0s2p] {
    width: 100%;
    border: 1px solid #003366;
    color: #003366;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.notes-table[b-mgus2h0s2p] {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    color: #003366;
}

    .notes-table th[b-mgus2h0s2p],
    .notes-table td[b-mgus2h0s2p] {
        border: 1px solid #003366;
        padding: 4px;
        color: #003366;
    }

    .notes-table th[b-mgus2h0s2p] {
        background-color: #f4f4f4;
    }

    .notes-table td[b-mgus2h0s2p] {
        vertical-align: top;
        color: #003366;
    }

.table-h4[b-mgus2h0s2p] {
    text-align: center;
}

.hide-input[b-mgus2h0s2p] {
    color: #003399;
    width: 100%;
    border: none;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}




.drug-administration[b-mgus2h0s2p] {
    font-family: Arial, sans-serif;
    margin: 20px;
}

.drug-table[b-mgus2h0s2p] {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

    .drug-table td[b-mgus2h0s2p] {
        border: 1px solid #dde2e5;
        padding: 10px;
        vertical-align: middle;
    }

.table-header[b-mgus2h0s2p] {
    background-color: #f5f7f9;
    color: #2c3e50;
    font-weight: 600;
    text-align: center;
    padding: 12px;
    font-size: 16px;
    border-bottom: 2px solid #dde2e5;
}

.label-cell[b-mgus2h0s2p] {
    color: #4a5568;
    font-weight: 500;
    background-color: #fafbfc;
    width: 120px;
}

.input-field[b-mgus2h0s2p] {
    width: 100%;
    padding: 8px;
    margin-top: 8px;
    border: 1px solid #dde2e5;
    border-radius: 4px;
    font-size: 14px;
    color: #2d3748;
    transition: border-color 0.2s ease;
}

    .input-field:focus[b-mgus2h0s2p] {
        outline: none;
        border-color: #4299e1;
        box-shadow: 0 0 0 1px rgba(66, 153, 225, 0.2);
    }

.time-input[b-mgus2h0s2p] {
    width: 100%;
    padding: 7px;
    border: 1px solid #dde2e5;
    border-radius: 4px;
    font-size: 14px;
}

.empty-cell[b-mgus2h0s2p] {
    background-color: #fafbfc;
}

.section-spacer[b-mgus2h0s2p] {
    height: 20px;
}
/* /Components/Pages/Medical/FrontOnly/C2242TblInforConsforSpecProcCompofBrSur/Index.razor.rz.scp.css */
.button-row[b-uqgpecvdzv] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-uqgpecvdzv] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-uqgpecvdzv] {
            background-color: #0056b3;
        }
.all[b-uqgpecvdzv] {
    direction: rtl;
    color: #363E7E;
    padding: 32px;
}

    .all div[b-uqgpecvdzv] {
        margin-bottom: 24px;
    }

.img img[b-uqgpecvdzv] {
    padding-right: 500px;
}

.head[b-uqgpecvdzv] {
    text-align: center;
    border: 1px solid;
}

.all-1[b-uqgpecvdzv] {
    border: 1px solid;
    padding: 24px;
}

.all div[b-uqgpecvdzv] {
    padding-bottom: 16px;
}

.agree-1[b-uqgpecvdzv] {
    font-size: xx-large;
    font-weight: bold;
}

.agree-2[b-uqgpecvdzv] {
    font-size: x-large;
}

.agree-ul li[b-uqgpecvdzv] {
    padding-bottom: 12px;
}

.agree-3[b-uqgpecvdzv] {
    font-size: x-large;
}

.input input[b-uqgpecvdzv] {
    border: none;
    outline: none;
    border-bottom: 1px solid;
}

.input-1[b-uqgpecvdzv] {
    margin-left: 8px;
}

    .input-1 input[b-uqgpecvdzv] {
        width: 600px;
    }

.input-2[b-uqgpecvdzv] {
    margin-left: 8px;
}

    .input-2 input[b-uqgpecvdzv] {
        width: 492px;
    }

.input-3[b-uqgpecvdzv] {
    margin-left: 8px;
}

    .input-3 input[b-uqgpecvdzv] {
        width: 640px;
    }
li[b-uqgpecvdzv]{
    font-size:large;
}
/* /Components/Pages/Medical/FrontOnly/C2243TblMonofWaTotDisSTF/Index.razor.rz.scp.css */
.button-row[b-shd37diiv0] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-shd37diiv0] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-shd37diiv0] {
            background-color: #0056b3;
        }
body[b-shd37diiv0] {
    padding-left: 20px;
}

.all div[b-shd37diiv0] {
    padding-bottom: 16px;
}

.logo img[b-shd37diiv0] {
    padding-left: 800px;
}

.inputs input[b-shd37diiv0] {
    border: none;
    outline: none;
    border-bottom: 1px solid;
}

.month span[b-shd37diiv0] {
    margin-right: 16px;
}

.autoclave span[b-shd37diiv0] {
    margin-right: 16px;
}

table[b-shd37diiv0] {
    width: 100%;
    border-collapse: collapse
}

th[b-shd37diiv0] {
    border: 1px solid;
    text-align: center;
    background-color: aqua;
}

td[b-shd37diiv0] {
    border: 1px solid;
    text-align: center;
}
/* /Components/Pages/Medical/FrontOnly/C2244TblAnesthMachDaClCh/Index.razor.rz.scp.css */
.button-row[b-2ryix8ggel] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-2ryix8ggel] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-2ryix8ggel] {
            background-color: #0056b3;
        }

.form-container[b-2ryix8ggel] {
    width: 100%;
    margin: auto;
    font-family: Cairo;
    border: 1px solid #003366;
    padding: 20px;
    box-sizing: border-box;
}

.header[b-2ryix8ggel] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.left img[b-2ryix8ggel] {
    height: 60px;
}

.middle[b-2ryix8ggel] {
    text-align: center;
    flex: 1;
}

    .middle .title[b-2ryix8ggel] {
        font-size: 20px;
        font-weight: bold;
    }

    .middle .subtitle[b-2ryix8ggel] {
        font-size: 16px;
        font-weight: normal;
    }

.right[b-2ryix8ggel] {
    text-align: right;
}

    .right input[b-2ryix8ggel] {
        border: none;
        border-bottom: 1px solid #000;
        outline: none;
        text-align: left;
    }


input[b-2ryix8ggel] {
    color: black;
    width: 100%;
    border: none;
    outline: none;
    box-sizing: border-box;
    text-align: center;
    color: black;
    font-size: 16px;
}

.table-bordered[b-2ryix8ggel] {
    border: 2px solid black;
    color: black;
    font-size: 18px;
}

    .table-bordered th[b-2ryix8ggel], .table-bordered td[b-2ryix8ggel] {
        border: 2px solid black;
        color: black;
        font-size: 18px;
    }

.input-style[b-2ryix8ggel] {
    width: 80%;
    border: none;
    border-bottom: 1px solid black;
}
/* /Components/Pages/Medical/FrontOnly/C2245TblDStMTBDT/Index.razor.rz.scp.css */
.button-row[b-zwfy60ut2x] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-zwfy60ut2x] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-zwfy60ut2x] {
            background-color: #0056b3;
        }
body[b-zwfy60ut2x] {
    padding-left: 20px;
}

.all div[b-zwfy60ut2x] {
    font-family: cairo;
}

.logo img[b-zwfy60ut2x] {
    padding-left: 800px;
}

table[b-zwfy60ut2x] {
    border-collapse: collapse;
    border: 1px solid;
    width: 100%;
}

.row-1 td[b-zwfy60ut2x] {
    text-align: center;
    border: 1px solid;
}

.row-2 td[b-zwfy60ut2x] {
    text-align: center;
    border: 1px solid;
}

.row-3 input[b-zwfy60ut2x] {
    border: none;
    outline: none;
    border-bottom: 1px solid;
}

.row-3 td[b-zwfy60ut2x] {
    border: 1px solid;
    text-align: center
}

.row-4 td[b-zwfy60ut2x] {
    border: 1px solid;
    text-align: center;
}

.row-5 td[b-zwfy60ut2x] {
    border: 1px solid;
    text-align: center;
}

.row-6 td[b-zwfy60ut2x] {
    border: 1px solid;
    text-align: center;
}

.row-7 td[b-zwfy60ut2x] {
    border: 1px solid;
}

.row-7 input[b-zwfy60ut2x] {
    border: none;
    outline: none;
}
/* /Components/Pages/Medical/FrontOnly/C2246TblPatandFamHeEduRec/Index.razor.rz.scp.css */

.td-style[b-h5rg0ygjyo] {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

input[b-h5rg0ygjyo] {
    color: #003399;
    width: 100%;
    border: none;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}

.diagram-title[b-h5rg0ygjyo] {
    text-align: left;
    font-weight: bold;
    margin-bottom: 20px;
    text-decoration: underline;
    color: #003399;
}

.education-form[b-h5rg0ygjyo] {
    margin: auto;
    font-family: Cairo;
    border: 1px solid #003399;
    padding: 20px;
}

.header[b-h5rg0ygjyo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #003399;
    padding: 10px;
    color: #003399;
}

.form-table[b-h5rg0ygjyo] {
    width: 100%;
    border: 1px solid #003399;
    border-collapse: collapse;
    margin-bottom: 20px;
    color: #003399;
}

    .form-table th[b-h5rg0ygjyo] {
        background-color: #f2f2f2;
        padding: 10px;
        text-align: left;
        color: #003399;
    }

    .form-table td[b-h5rg0ygjyo] {
        padding: 10px;
        vertical-align: top;
        color: #003399;
    }

.border-td[b-h5rg0ygjyo] {
    border: 1px solid #003399;
}

ul[b-h5rg0ygjyo], ol[b-h5rg0ygjyo] {
    padding-left: 20px;
    color: #003399;
}

    ul li[b-h5rg0ygjyo], ol li[b-h5rg0ygjyo] {
        margin-bottom: 5px;
        color: #003399;
    }

.img-style[b-h5rg0ygjyo] {
    max-height: 80px;
    color: #003399;
}

.label-style[b-h5rg0ygjyo] {
    margin-top: 10px;
    white-space: nowrap;
    color: #003399;
}

.input-line[b-h5rg0ygjyo] {
    flex-grow: 1;
    border: none;
    outline: none;
    border-bottom: 1px solid #003399;
    padding: 5px;
    margin-right: 10px;
    color: #003399;
}

.short-width[b-h5rg0ygjyo] {
    flex-grow: 0;
    width: 120px;
    color: #003399;
}

.radio-width[b-h5rg0ygjyo] {
    flex-grow: 0;
    width: 10px;
    color: #003399;
}

.right-width[b-h5rg0ygjyo] {
    width: 30%;
    color: #003399;
}

.left-width[b-h5rg0ygjyo] {
    width: 70%;
    color: #003399;
}

.table-bordered[b-h5rg0ygjyo] {
    color: #003399;
}

.table-bordered td[b-h5rg0ygjyo]{
    color: #003399;
}

.button-row[b-h5rg0ygjyo] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-h5rg0ygjyo] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-h5rg0ygjyo] {
            background-color: #0056b3;
        }
/* /Components/Pages/Medical/FrontOnly/C2247TblBITRHPH/Index.razor.rz.scp.css */
.form-container[b-90z2efcufk] {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    font-family: Cairo;
}

.form-table[b-90z2efcufk] {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

    .form-table th[b-90z2efcufk], .form-table td[b-90z2efcufk] {
        border: 1px solid black;
        padding: 8px;
        vertical-align: top;
    }


    .form-table input[type="text"][b-90z2efcufk],
    .form-table input[type="date"][b-90z2efcufk],
    .form-table input[type="time"][b-90z2efcufk],
    .form-table input[type="checkbox"][b-90z2efcufk] {
        width: calc(100% - 16px);
        padding: 6px;
        margin: 4px 0;
    }

input[b-90z2efcufk] {
    color: black;
    width: 100%;
    border: none;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}

.input-line[b-90z2efcufk] {
    flex-grow: 1;
    border: none;
    outline: none;
    border-bottom: 1px solid black;
    padding: 5px;
    margin-right: 10px;
    margin-top: 5px;
}

.inline-row[b-90z2efcufk] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 12px;
}

    .inline-row label[b-90z2efcufk] {
        margin: 0 5px;
    }

    .inline-row input[type="checkbox"][b-90z2efcufk],
    .inline-row input[type="date"][b-90z2efcufk],
    .inline-row input[type="time"][b-90z2efcufk] {
        margin: 0 5px;
    }

.input-style[b-90z2efcufk] {
    width: 10px;
}

.input-line-style[b-90z2efcufk] {
    width: 300px;
}

.radio-label[b-90z2efcufk] {
    display: inline-flex;
    align-items: center;
}

.info-section[b-90z2efcufk] {
    padding: 10px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.info-row[b-90z2efcufk] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

    .info-row input[b-90z2efcufk] {
        flex: 1;
        border: none;
        border-bottom: 1px solid black;
        height: 20px;
        outline: none;
        width: 100%;
    }

.button-row[b-90z2efcufk] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-90z2efcufk] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-90z2efcufk] {
            background-color: #0056b3;
        }

.header[b-90z2efcufk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    color: black;
}

.logo img[b-90z2efcufk] {
    max-height: 80px;
}

.title h3[b-90z2efcufk] {
    font-weight: bold;
    margin-top: 20PX;
    color: black;
}
/* /Components/Pages/Medical/FrontOnly/C2248TblMoFRAssST/Index.razor.rz.scp.css */
.button-row[b-9mmmmrc0um] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-9mmmmrc0um] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-9mmmmrc0um] {
            background-color: #0056b3;
        }

.form-container[b-9mmmmrc0um] {
    width: 100%;
    padding: 20px;
    font-family: Cairo;
    color: #003366;
}

.assessment-tool[b-9mmmmrc0um] {
    display: flex;
    flex-direction: column;
    font-family: Cairo;
    width: 90%;
    margin: auto;
    border: 1px solid #003366;
    padding: 20px;
    box-sizing: border-box;
    color: #003366;
}

.header[b-9mmmmrc0um] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    color: #003366;
}

.logo img[b-9mmmmrc0um] {
    max-height: 80px;
}

.title h3[b-9mmmmrc0um] {
    font-weight: bold;
    margin-top: 20PX;
    color: #003366;
}

.patient-sticker[b-9mmmmrc0um] {
    border: 1px solid #ccc;
    width: 200px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #aaa;
}

.container[b-9mmmmrc0um] {
    display: flex;
    gap: 20px;
    color: #003366;
}

.title-form[b-9mmmmrc0um] {
    align-items: start;
    font-weight: bold;
    margin-top: 20PX;
    text-align: left;
    color: #003366;
}

.vertical-text[b-9mmmmrc0um] {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-align: center;
    vertical-align: middle;
    width: 30px;
    color: #003366;
}

.table-bordered[b-9mmmmrc0um] {
    color: #003366;
    border: 1px solid #003366;
}
    .table-bordered tr[b-9mmmmrc0um], td[b-9mmmmrc0um] {
        color: #003366;
    }  

input[b-9mmmmrc0um] {
    color: #003399;
    width: 100%;
    border: none;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}
.head-color[b-9mmmmrc0um] {
    background-color: #F0F8FF;
    color: #003399;
}

.radio-label[b-9mmmmrc0um] {
    display: inline-flex;
    align-items: center;
}

    .radio-label span[b-9mmmmrc0um] {
        margin-left: 5px; 
    }
/* /Components/Pages/Medical/FrontOnly/C2249TblBITRS/Index.razor.rz.scp.css */
.form-container[b-md5ct82i8i] {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    font-family: Cairo;
}

.form-table[b-md5ct82i8i] {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

    .form-table th[b-md5ct82i8i], .form-table td[b-md5ct82i8i] {
        border: 1px solid black;
        padding: 8px;
        vertical-align: top;
    }


    .form-table input[type="text"][b-md5ct82i8i],
    .form-table input[type="date"][b-md5ct82i8i],
    .form-table input[type="time"][b-md5ct82i8i],
    .form-table input[type="checkbox"][b-md5ct82i8i] {
        width: calc(100% - 16px);
        padding: 6px;
        margin: 4px 0;
    }

input[b-md5ct82i8i] {
    color: black;
    width: 100%;
    border: none;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}

.input-line[b-md5ct82i8i] {
    flex-grow: 1;
    border: none;
    outline: none;
    border-bottom: 1px solid black;
    padding: 5px;
    margin-right: 10px;
    margin-top:5px;
}

.inline-row[b-md5ct82i8i] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size:12px;
}

    .inline-row label[b-md5ct82i8i] {
        margin: 0 5px;
    }

    .inline-row input[type="checkbox"][b-md5ct82i8i],
    .inline-row input[type="date"][b-md5ct82i8i],
    .inline-row input[type="time"][b-md5ct82i8i] {
        margin: 0 5px;
    }

.input-style[b-md5ct82i8i] {
    width: 10px;
}

.input-line-style[b-md5ct82i8i] {
    width: 300px;
}

.radio-label[b-md5ct82i8i] {
    display: inline-flex;
    align-items: center;
}

.info-section[b-md5ct82i8i] {
    padding: 10px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.info-row[b-md5ct82i8i] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}
    .info-row input[b-md5ct82i8i] {
        flex: 1;
        border: none;
        border-bottom: 1px solid black;
        height: 20px;
        outline: none;
        width: 100%;
    }

.button-row[b-md5ct82i8i] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-md5ct82i8i] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-md5ct82i8i] {
            background-color: #0056b3;
        }

.header[b-md5ct82i8i] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    color: black;
}

.logo img[b-md5ct82i8i] {
    max-height: 80px;
}

.title h3[b-md5ct82i8i] {
    font-weight: bold;
    margin-top: 20PX;
    color: black;
}
/* /Components/Pages/Medical/FrontOnly/C2250TblGenConforAePr/Index.razor.rz.scp.css */
.button-row[b-hoa5l5m5ol] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-hoa5l5m5ol] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-hoa5l5m5ol] {
            background-color: #0056b3;
        }

.General-Consent-For-Aesthetic-Procedures[b-hoa5l5m5ol] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Cairo;
    width: 85%;
    margin: auto;
    border: 1px solid #003366;
    padding: 25px;
    box-sizing: border-box;
    direction: rtl;
}

.General-Consent-For-Aesthetic-Procedures-english[b-hoa5l5m5ol] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Cairo;
    width: 85%;
    margin: auto;
    border: 1px solid #003366;
    padding: 25px;
    box-sizing: border-box;
    direction: ltr;
    margin-top:5PX;
}
.header-text[b-hoa5l5m5ol] {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #003366;
    text-decoration: underline;
}

.logo-container[b-hoa5l5m5ol] {
    text-align: right;
    margin-bottom: 20px;
    color: #003366;
}

.logo img[b-hoa5l5m5ol] {
    max-height: 80px;
}
.instruction-list[b-hoa5l5m5ol] {
    direction: rtl;
    margin: 10px;
    font-family: Cairo;
    color: #003366;
}

.instruction-list-english[b-hoa5l5m5ol] {
    direction: ltr;
    margin: 10px;
    font-family: Cairo;
    color: #003366;
}

.columns[b-hoa5l5m5ol] {
    display: flex;
    justify-content: space-between;
}

.column[b-hoa5l5m5ol] {
    width: 50%;
}

.field[b-hoa5l5m5ol] {
    margin-bottom: 15px;
}

    .field label[b-hoa5l5m5ol] {
        display: block;
        font-weight: bold;
        color: #003366;
    }

.input-field[b-hoa5l5m5ol] {
    height: 30px;
    border: none;
    outline: none;
    border-bottom: 1px solid #ccc;
    background-color: #f9f9f9;
    color: #003366;
}

.input-form[b-hoa5l5m5ol] {
    height: 30px;
    border: none;
    outline: none;
    border-bottom: 1px solid #ccc;
    color: #003366;
}

.discharge-form[b-hoa5l5m5ol] {
    font-family: Cairo;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    color: #003366;
}

.text-style[b-hoa5l5m5ol] {
    font-family: Cairo;
    color: #003366;
    font-size: 1.2rem;
}
/* /Components/Pages/Medical/FrontOnly/C2251TblDaWDisLL/Index.razor.rz.scp.css */
.button-row[b-e8jrm6cmdp] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-e8jrm6cmdp] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-e8jrm6cmdp] {
            background-color: #0056b3;
        }
.logo img[b-e8jrm6cmdp] {
    padding-left: 800px;
}

.table input[b-e8jrm6cmdp] {
    border: none;
    outline: none;
}

.table table[b-e8jrm6cmdp] {
    border: 1px solid;
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}

td[b-e8jrm6cmdp] {
    border: 1px solid;
}

th[b-e8jrm6cmdp] {
    border: 1px solid;
}

.table-2 table[b-e8jrm6cmdp] {
    border: 1px solid;
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}

.table-2 input[b-e8jrm6cmdp] {
    border: none;
    outline: none;
}
/* /Components/Pages/Medical/FrontOnly/C2252TblRecRDCl/Index.razor.rz.scp.css */

.button-row[b-ss3ffa70cu] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-ss3ffa70cu] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-ss3ffa70cu] {
            background-color: #0056b3;
        }

.form-container[b-ss3ffa70cu] {
    width: 95%;
    margin: auto;
    font-family: Cairo;
    border: 1px solid #003366;
    padding: 20px;
    box-sizing: border-box;
}
.checklist-table[b-ss3ffa70cu] {
    width: 100%;
    border-collapse: collapse;
    font-family: Cairo;
    font-size: 12px;
    text-align: center;
}

.header-row[b-ss3ffa70cu] {
    background-color: #f4f4f4;
}

.no-column[b-ss3ffa70cu], .item-column[b-ss3ffa70cu], .remarks-column[b-ss3ffa70cu], .day-column[b-ss3ffa70cu] {
    border: 1px solid black;
}

.no-column[b-ss3ffa70cu] {
    width: 5%;
}

.item-column[b-ss3ffa70cu] {
    width: 30%;
    text-align: left;
    padding-left: 5px;
}

.remarks-column[b-ss3ffa70cu] {
    width: 15%;
}

.day-column[b-ss3ffa70cu] {
    width: 2%;
}

.cell-center[b-ss3ffa70cu] {
    border: 1px solid black;
    text-align: center;
}

.cell-left[b-ss3ffa70cu] {
    border: 1px solid black;
    text-align: left;
    padding-left: 5px;
}

.cell-input[b-ss3ffa70cu] {
    border: 1px solid black;
}

.input-cell[b-ss3ffa70cu] {
    width: 100%;
    padding: 2px;
    font-size: 12px;
    box-sizing: border-box;
    border: none;
    text-align: center;
}

.footer-cell[b-ss3ffa70cu] {
    border: 1px solid black;
    text-align: left;
    padding: 5px;
}

.header[b-ss3ffa70cu] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.left img[b-ss3ffa70cu] {
    height: 60px;
}

.middle[b-ss3ffa70cu] {
    text-align: center;
    flex: 1;
}

    .middle .title[b-ss3ffa70cu] {
        font-size: 20px;
        font-weight: bold;
    }

    .middle .subtitle[b-ss3ffa70cu] {
        font-size: 16px;
        font-weight: normal;
    }

.right[b-ss3ffa70cu] {
    text-align: right;
}

    .right input[b-ss3ffa70cu] {
        border: none;
        border-bottom: 1px solid #000;
        outline: none;
        text-align: left;
    }

.input-style[b-ss3ffa70cu] {
    width: 80%;
    border: none;
    border-bottom: 1px solid black;
}
/* /Components/Pages/Medical/FrontOnly/C2253TblADMCompetency/Index.razor.rz.scp.css */
.button-row[b-ebsz9g6e1v] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-ebsz9g6e1v] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-ebsz9g6e1v] {
            background-color: #0056b3;
        }

.competency[b-ebsz9g6e1v] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Cairo;
    width: 85%;
    margin: auto;
    border: 1px solid black;
    padding: 25px;
    box-sizing: border-box;
    direction: ltr;
}

.hide-input[b-ebsz9g6e1v] {
    color: #003399;
    width: 100%;
    border: none;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}

.table-bordered[b-ebsz9g6e1v] {
    border: 1px solid black;
    border-collapse: collapse;
}

.outer-border-table[b-ebsz9g6e1v] {
    width: 100%;
    border-collapse: collapse;
    margin-bottom:20px;
}

    .outer-border-table th[b-ebsz9g6e1v],
    .outer-border-table td[b-ebsz9g6e1v] {
        padding: 10px;
    }

.outer-border-table[b-ebsz9g6e1v] {
    border: 1px solid black;
}
    .outer-border-table th[b-ebsz9g6e1v],
    .outer-border-table td[b-ebsz9g6e1v] {
        border: none;
    }

.table-text[b-ebsz9g6e1v] {
    text-align: left;
}
.table-center-text[b-ebsz9g6e1v] {
    text-align: center;
}

.info-section[b-ebsz9g6e1v] {
    padding: 15px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.info-row[b-ebsz9g6e1v] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

    .info-row input[b-ebsz9g6e1v] {
        flex: 1;
        border: none;
        border-bottom: 1px solid black;
        height: 20px;
        outline: none;
        width: 100%;
    }

    .full-width[b-ebsz9g6e1v]{
        margin:10px;
        width:100%;
    }
/* /Components/Pages/Medical/FrontOnly/C2254TblFalPrPrEqSafCh/Index.razor.rz.scp.css */
.button-row[b-720wocveea] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-720wocveea] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-720wocveea] {
            background-color: #0056b3;
        }

.fall-prog[b-720wocveea] {
    width: 85%;
    margin: auto;
    font-family: Cairo;
    border: 1px solid #003366;
    padding: 20px;
    box-sizing: border-box;
}

.header[b-720wocveea] {
    color: #003399;
    text-align: center;
}

.logo-container[b-720wocveea] {
    text-align: center;
    margin-bottom: 20px;
    color: #003366;
}

.logo[b-720wocveea] {
    max-width: 200px;
}

.border-container[b-720wocveea] {
    font-family: Cairo;
    margin-top: 20px;
    direction: ltr;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    color: #003366;
    font-size: 18px;
}

.input-line[b-720wocveea] {
    flex-grow: 1;
    border: none;
    outline: none;
    border-bottom: 1px solid #003366;
    padding: 5px;
    margin: 5px;
    margin: 10px;
    color: #003366;
    font-size: 18px;
}
input[b-720wocveea] {
    color: #003399;
    width: 100%;
    border: none;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    color: #003366;
    font-size: 18px;
}
.table-bordered[b-720wocveea] {
    border: 2px solid #003366;
    color: #003366;
    font-size: 18px;
}

    .table-bordered th[b-720wocveea], .table-bordered td[b-720wocveea] {
        border: 2px solid #003366;
        color: #003366;
        font-size: 18px;
    }
/* /Components/Pages/Medical/FrontOnly/C2255TblPreOperChGe/Index.razor.rz.scp.css */
.button-row[b-uy9iozr5j3] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-uy9iozr5j3] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-uy9iozr5j3] {
            background-color: #0056b3;
        }
.all[b-uy9iozr5j3] {
    color: #3E488D;
}

    .all div[b-uy9iozr5j3] {
        margin: 24px;
    }

.image[b-uy9iozr5j3] {
    padding-left: 400px;
    padding-right: 400px;
}

.frist-input div[b-uy9iozr5j3] {
    padding: 12px;
}

.patient-age-dob[b-uy9iozr5j3] {
    display: flex;
    align-items: center;
    gap: 500px;
    width: 100%;
}

    .patient-age-dob input[b-uy9iozr5j3] {
        border: none;
        outline: none;
        border-bottom: 1px solid;
        width: 300px;
    }

.file-gender[b-uy9iozr5j3] {
    display: flex;
    align-items: center;
    gap: 568px;
    width: 100%;
}

    .file-gender input[b-uy9iozr5j3] {
        border: none;
        outline: none;
        border-bottom: 1px solid;
        width: 300px;
    }

.procedure-surgeon[b-uy9iozr5j3] {
    display: flex;
    align-items: center;
    gap: 536px;
    width: 100%;
}

    .procedure-surgeon input[b-uy9iozr5j3] {
        border: none;
        outline: none;
        border-bottom: 1px solid;
        width: 300px;
    }

.date-anesthesiologist[b-uy9iozr5j3] {
    display: flex;
    align-items: center;
    gap: 472px;
    width: 100%;
}

    .date-anesthesiologist input[b-uy9iozr5j3] {
        border: none;
        outline: none;
        border-bottom: 1px solid;
        width: 300px;
    }

.h3[b-uy9iozr5j3] {
    text-align: center;
    border: 4px solid;
    border-color: #3E488D;
    margin: 24px;
}

table[b-uy9iozr5j3] {
    border-collapse: collapse;
    text-align: center;
    width: 100%;
    border-color: #3E488D;
    color: #3E488D;
}

    table td[b-uy9iozr5j3] {
        border: 1px solid;
    }

    table input[b-uy9iozr5j3] {
        border: none;
        outline: none;
    }

.sec-input input[b-uy9iozr5j3] {
    border: none;
    outline: none;
    border-bottom: 1px solid;
    width: 300px;
}

.label-1[b-uy9iozr5j3] {
    padding-left: 300px;
}

.label-2[b-uy9iozr5j3] {
    padding-left: 300px;
}

.virtecal[b-uy9iozr5j3] {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}
/* /Components/Pages/Medical/FrontOnly/C2257TblArabicPatientsPreAdmission/Index.razor.rz.scp.css */
.button-row[b-14hj8t6y5e] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-14hj8t6y5e] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-14hj8t6y5e] {
            background-color: #0056b3;
        }

.Arabic-Patients-PreAdmission[b-14hj8t6y5e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Cairo;
    width: 92%;
    margin: auto;
    border: 1px solid #003366;
    padding: 25px;
    box-sizing: border-box;
    background-color: #f7f7f7;
}

.diagram-title[b-14hj8t6y5e] {
    text-align: center;
    font-weight: bold;
    margin-bottom: 12px;
    color: #003366;
}

.header[b-14hj8t6y5e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.logo img[b-14hj8t6y5e] {
    max-height: 80px;
    color: #f7f7f7;
}

hr[b-14hj8t6y5e] {
    border: none;
    height: 2px;
    background-color: #003366;
    width: 100%;
}

.form-container[b-14hj8t6y5e] {
    width: 100%;
    padding: 20px;
    font-family: Cairo;
    direction: rtl;
}
.form-row[b-14hj8t6y5e] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

label[b-14hj8t6y5e] {
    margin-right: 10px;
    white-space: nowrap;
    font-family: Cairo;
    color: #003366;
}

.input-line[b-14hj8t6y5e] {
    flex-grow: 1;
    border: none;
    outline: none;
    border-bottom: 1px solid black;
    padding: 5px;
    margin-right: 10px;
    font-family: Cairo;
    color: #003366;
    border-color: #003366;
    background-color: #f7f7f7;
}

.right-label[b-14hj8t6y5e] {
    margin-left: 20px;
    margin-right: 10px;
    white-space: nowrap;
    font-family: Cairo;
    color: #003366;
}

.full-width[b-14hj8t6y5e] {
    flex-grow: 2;
}

.short-width[b-14hj8t6y5e] {
    flex-grow: 0;
    width: 150px;
}

.hour-short-width[b-14hj8t6y5e] {
    flex-grow: 0;
    width: 100px;
}

.title[b-14hj8t6y5e] {
    font-size: 24px;
    color: #003366;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    font-family: Cairo;
    color: #003366;
}

.subtitle[b-14hj8t6y5e] {
    font-size: 20px;
    color: #003366;
    font-weight: bold;
    margin-top: 20px;
    font-family: Cairo;
    color: #003366;
}

.content[b-14hj8t6y5e] {
    font-size: 16px;
    color: #333333;
    line-height: 1;
    margin: 10px 0;
    font-family: Cairo;
    color: #003366;
}
/* /Components/Pages/Medical/FrontOnly/C2257TblArabicPatientsPreAdmission/Index1.razor.rz.scp.css */

.title[b-t9ts9kc87o] {
    font-size: 16px;
    color: #003366;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    font-family: Cairo;
    color: #003366;
}

.Arabic-Patients-PreAdmission[b-t9ts9kc87o] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Cairo;
    width: 100%;
    margin: auto;
    border: 1px solid #003366;
    padding: 5px;
    box-sizing: border-box;
    background-color: #f7f7f7;
}

.form-container[b-t9ts9kc87o] {
    width: 100%;
    padding: 5px;
    font-family: Cairo;
    direction: rtl;
}

.form-row[b-t9ts9kc87o] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

label[b-t9ts9kc87o] {
    margin-right: 10px;
    white-space: nowrap;
    font-family: Cairo;
    color: #003366;
}

.input-line[b-t9ts9kc87o] {
    flex-grow: 1;
    border: none;
    outline: none;
    border-bottom: 1px solid black;
    padding: 5px;
    margin-right: 10px;
    font-family: Cairo;
    color: #003366;
    border-color: #003366;
    background-color: #f7f7f7;
}

.short-width[b-t9ts9kc87o] {
    flex-grow: 0;
    width: 150px;
}

.right-label[b-t9ts9kc87o] {
    margin-left: 20px;
    margin-right: 10px;
    white-space: nowrap;
    font-family: Cairo;
    color: #003366;
}

.button-row[b-t9ts9kc87o] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 5px 0;
}

    .button-row .btn[b-t9ts9kc87o] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-t9ts9kc87o] {
            background-color: #0056b3;
        }

.full-width[b-t9ts9kc87o] {
    flex-grow: 2;
}

.hour-short-width[b-t9ts9kc87o] {
    flex-grow: 0;
    width: 100px;
}

.subtitle[b-t9ts9kc87o] {
    font-size: 16px;
    color: #003366;
    font-weight: bold;
    margin-top: 1px;
    font-family: Cairo;
    color: #003366;
}

.content[b-t9ts9kc87o] {
    font-size: 14px;
    color: #333333;
    line-height: 1;
    margin: 1px 0;
    font-family: Cairo;
    color: #003366;
}
/* /Components/Pages/Medical/FrontOnly/C2257TblArabicPatientsPreAdmission/Index2.razor.rz.scp.css */
.button-row[b-qn39ma4b8c] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-qn39ma4b8c] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-qn39ma4b8c] {
            background-color: #0056b3;
        }

.Arabic-Patients-PreAdmission[b-qn39ma4b8c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Cairo;
    width: 92%;
    margin: auto;
    border: 1px solid #003366;
    padding: 25px;
    box-sizing: border-box;
    background-color: #f7f7f7;
}

.diagram-title[b-qn39ma4b8c] {
    text-align: center;
    font-weight: bold;
    margin-bottom: 12px;
    color: #003366;
}

.header[b-qn39ma4b8c] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.logo img[b-qn39ma4b8c] {
    max-height: 80px;
    color: #f7f7f7;
}

hr[b-qn39ma4b8c] {
    border: none;
    height: 2px;
    background-color: #003366;
    width: 100%;
}

.form-container[b-qn39ma4b8c] {
    width: 100%;
    padding: 20px;
    font-family: Cairo;
    direction: rtl;
}
.form-row[b-qn39ma4b8c] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

label[b-qn39ma4b8c] {
    margin-right: 10px;
    white-space: nowrap;
    font-family: Cairo;
    color: #003366;
}

.input-line[b-qn39ma4b8c] {
    flex-grow: 1;
    border: none;
    outline: none;
    border-bottom: 1px solid black;
    padding: 5px;
    margin-right: 10px;
    font-family: Cairo;
    color: #003366;
    border-color: #003366;
    background-color: #f7f7f7;
}

.right-label[b-qn39ma4b8c] {
    margin-left: 20px;
    margin-right: 10px;
    white-space: nowrap;
    font-family: Cairo;
    color: #003366;
}

.full-width[b-qn39ma4b8c] {
    flex-grow: 2;
}

.short-width[b-qn39ma4b8c] {
    flex-grow: 0;
    width: 150px;
}

.hour-short-width[b-qn39ma4b8c] {
    flex-grow: 0;
    width: 100px;
}

.title[b-qn39ma4b8c] {
    font-size: 24px;
    color: #003366;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    font-family: Cairo;
    color: #003366;
}

.subtitle[b-qn39ma4b8c] {
    font-size: 20px;
    color: #003366;
    font-weight: bold;
    margin-top: 20px;
    font-family: Cairo;
    color: #003366;
}

.content[b-qn39ma4b8c] {
    font-size: 16px;
    color: #333333;
    line-height: 1;
    margin: 10px 0;
    font-family: Cairo;
    color: #003366;
}
/* /Components/Pages/Medical/FrontOnly/C2258TblHairTransplantQuestionnaire/Index.razor.rz.scp.css */
.button-row[b-2w7f2drxf3] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-2w7f2drxf3] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-2w7f2drxf3] {
            background-color: #0056b3;
        }

.hair-transplant-questionnaire[b-2w7f2drxf3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Cairo;
    width: 85%;
    margin: auto;
    border: 1px solid #003366;
    padding: 25px;
    box-sizing: border-box;
}

.header[b-2w7f2drxf3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.logo img[b-2w7f2drxf3] {
    max-height: 80px;
}

.form-container[b-2w7f2drxf3] {
    width: 100%;
    font-family: Cairo;
    display:flex;
}

.diagram-title[b-2w7f2drxf3] {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    text-decoration: underline;
}

.right-container[b-2w7f2drxf3]{
    width:80%;
    padding-left:10px;
    padding-right:10px;
    height:100%
}
.left-container[b-2w7f2drxf3] {
    width: 20%;
    padding-left: 10px;
    height: 100%
}

.border-container[b-2w7f2drxf3] {
    font-family: Cairo;
    margin-top: 20px;
    border: 1px solid black;
    direction: rtl;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.content[b-2w7f2drxf3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Cairo;
    width: 100%;
    border: 1px solid black;
    box-sizing: border-box;
    direction: rtl;  
    margin-top:5px;
    margin-left:2px;
}

.content-header[b-2w7f2drxf3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.text-container[b-2w7f2drxf3] {
    width: 250px;
    margin: 5px;
    font-size: 16px;
    font-weight:bold;
    font-family:Cairo;
}

.lable-margin[b-2w7f2drxf3] {
    margin: 10px;
    font-size: 16px;
    font-weight: bold;
    font-family: Cairo;
}

.input-line[b-2w7f2drxf3] {
    flex-grow: 1;
    border: none;
    outline: none;
    border-bottom: 1px solid black;
    padding: 5px;
    margin: 5px;
}
/* /Components/Pages/Medical/FrontOnly/C2259TblRhinoplastyQuestionnaire/Index.razor.rz.scp.css */
.body[b-utw6qyag2m] {
    direction: rtl;
}

.main-ol label[b-utw6qyag2m] {
    margin-bottom: 16px;
}

.question-3 label[b-utw6qyag2m] {
    display: flex;
    display: inline-block;
    align-items: center;
    margin-bottom: 40px;
    margin-left: 160px;
}

.question-1 label[b-utw6qyag2m] {
    display: inline-block;
    margin-left: 160px;
}

.question-2 label[b-utw6qyag2m] {
    display: inline-block;
    margin-left: 224px;
}

.answer label[b-utw6qyag2m] {
    margin-left: 160px;
}

.text label[b-utw6qyag2m] {
    margin-left: 40;
}

.q-1 label[b-utw6qyag2m] {
    display: inline-block;
    margin-left: 116px;
}

.answer-1 label[b-utw6qyag2m] {
    margin-left: 108px;
}

.q-2 label[b-utw6qyag2m] {
    display: inline-block;
    margin-left: 76px;
}

.answer-2 label[b-utw6qyag2m] {
    margin-left: 160px;
}

.q-3 label[b-utw6qyag2m] {
    display: inline-block;
    margin-left: 278px;
}

.answer-3 label[b-utw6qyag2m] {
    margin-left: 160px;
}

.q-4 label[b-utw6qyag2m] {
    display: inline-block;
    margin-left: 30px;
}

.answer-4 label[b-utw6qyag2m] {
    margin-left: 160px;
}

.q-5 label[b-utw6qyag2m] {
    display: inline-block;
    margin-left: 62px;
}

.answer-5 label[b-utw6qyag2m] {
    margin-left: 160px;
}

.q-6 label[b-utw6qyag2m] {
    display: inline-block;
    margin-left: 44px;
}

.answer-6 label[b-utw6qyag2m] {
    margin-left: 160px;
}

.q-7 label[b-utw6qyag2m] {
    display: inline-block;
    margin-left: 140px;
}

.answer-7 label[b-utw6qyag2m] {
    margin-left: 160px;
}

.q-8 label[b-utw6qyag2m] {
    display: inline-block;
    margin-left: 156px;
}

.answer-8 label[b-utw6qyag2m] {
    margin-left: 160px;
}

.q-9 label[b-utw6qyag2m] {
    display: inline-block;
    margin-left: 152px;
}

.answer-9 label[b-utw6qyag2m] {
    margin-left: 160px;
}

.q-10 label[b-utw6qyag2m] {
    display: inline-block;
    margin-left: 20px;
}

.answer-10 label[b-utw6qyag2m] {
    margin-left: 160px;
}

.q-11 label[b-utw6qyag2m] {
    display: inline-block;
    margin-left: 194px;
}

.answer-11 label[b-utw6qyag2m] {
    margin-left: 160px;
}

.input-1 label[b-utw6qyag2m] {
    display: inline-block;
    margin-left: 16px;
}

.i1 label[b-utw6qyag2m] {
    margin-left: 4px;
}

.i2 label[b-utw6qyag2m] {
    margin-left: 4px;
}

.i3 label[b-utw6qyag2m] {
    margin-left: 4px;
}

.button-row[b-utw6qyag2m] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-utw6qyag2m] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-utw6qyag2m] {
            background-color: #0056b3;
        }
.q-12 label[b-utw6qyag2m] {
    display: inline-block;
    margin-left: 194px;
}

.answer-12 label[b-utw6qyag2m] {
    margin-left: 160px;
}

.q-13 label[b-utw6qyag2m] {
    display: inline-block;
    margin-left: 136px;
}

.answer-13 label[b-utw6qyag2m] {
    margin-left: 160px;
}

.input-3 label[b-utw6qyag2m] {
    display: inline-block;
    margin-left: 4px;
}

.input-4 label[b-utw6qyag2m] {
    margin-bottom: 8px;
}

.n1 label[b-utw6qyag2m] {
    display: inline-block;
    margin-left: 11px;
}

.n2 label[b-utw6qyag2m] {
    display: inline-block;
    margin-left: 4px;
}

.n3 label[b-utw6qyag2m] {
    display: inline-block;
    margin-left: 4px;
}

.right-left label[b-utw6qyag2m] {
    padding-right: 370px;
}

.right-left-1 label[b-utw6qyag2m] {
    padding-left: 50px;
}

.main-ol-1 div[b-utw6qyag2m] {
    margin-bottom: 16px;
}
input[b-utw6qyag2m]{
    border:none;
    outline:none;
}
/* /Components/Pages/Medical/FrontOnly/C2261TblPostMandibleAugmentation/Index.razor.rz.scp.css */
.button-row[b-xbephj3d7w] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-xbephj3d7w] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-xbephj3d7w] {
            background-color: #0056b3;
        }

.post-mandible[b-xbephj3d7w] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Cairo;
    width: 95%;
    margin: auto;
    border: 1px solid #003366;
    padding: 25px;
    box-sizing: border-box;
}

.header[b-xbephj3d7w] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.logo img[b-xbephj3d7w] {
    max-height: 80px;
}

.form-container[b-xbephj3d7w] {
    width: 100%;
    padding: 20px;
    font-family: Cairo;
    direction: rtl;
}

.diagram-title[b-xbephj3d7w] {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    text-decoration: underline;
}

.label-title[b-xbephj3d7w] {
    text-align: right;
    font-weight: bold;
    margin-bottom: 20px;
}

.form-row[b-xbephj3d7w] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    font-family: Cairo;
    font-weight: bold;
}


.input-line[b-xbephj3d7w] {
    flex-grow: 1;
    border: none;
    outline: none;
    border-bottom: 1px solid black;
    padding: 5px;
    margin-right: 10px;
    margin-bottom:30px;
}

.right-label[b-xbephj3d7w] {
    margin-left: 20px;
    margin-right: 10px;
    white-space: nowrap;
    font-family: Cairo;
    font-weight: bold;
}

.full-width[b-xbephj3d7w] {
    flex-grow: 2;
}

.short-width[b-xbephj3d7w] {
    flex-grow: 0;
    width: 150px;
}
/* /Components/Pages/Medical/FrontOnly/C2262TblBikiniDiagram/Index.razor.rz.scp.css */
.button-row[b-27dm1owd5x] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-27dm1owd5x] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-27dm1owd5x] {
            background-color: #0056b3;
        }
.bikini-digram[b-27dm1owd5x] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Cairo;
    width: 95%;
    margin: auto;
    border: 1px solid #003366;
    padding: 25px;
    box-sizing: border-box;
}

.header[b-27dm1owd5x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.logo img[b-27dm1owd5x] {
    max-height: 80px;
}

.form-container[b-27dm1owd5x] {
    width: 100%;
    padding: 20px;
    font-family: Cairo;
}

.diagram-title[b-27dm1owd5x] {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    text-decoration: underline;
}

.form-row[b-27dm1owd5x] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

label[b-27dm1owd5x] {
    margin-right: 10px;
    white-space: nowrap;
}

.input-line[b-27dm1owd5x] {
    flex-grow: 1;
    border: none;
    outline: none;
    border-bottom: 1px solid black;
    padding: 5px;
    margin-right: 10px;
}

.right-label[b-27dm1owd5x] {
    margin-left: 20px;
    margin-right: 10px;
    white-space: nowrap;
}

.full-width[b-27dm1owd5x] {
    flex-grow: 2;
}

.short-width[b-27dm1owd5x] {
    flex-grow: 0;
    width: 150px;
}

.image-allign[b-27dm1owd5x] {
    text-align: center;
    margin-bottom: 20px;
}

.procedure-table[b-27dm1owd5x] {
    width: 100%;
    border-collapse: collapse;
    margin: 40px;
}

    .procedure-table th[b-27dm1owd5x], .procedure-table td[b-27dm1owd5x] {
        border: 1px solid black;
        text-align: center;
        padding: 5px;
        width: 33%;
    }

    .procedure-table th[b-27dm1owd5x] {
        font-weight: bold;
    }

input[b-27dm1owd5x] {
    color: #003399;
    width: 100%;
    border: none;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}
/* /Components/Pages/Medical/FrontOnly/C2263TblFatInjectionButtocksDiagram/Index.razor.rz.scp.css */
.button-row[b-r8gay7uy5c] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-r8gay7uy5c] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-r8gay7uy5c] {
            background-color: #0056b3;
        }

.fat-injection-digram[b-r8gay7uy5c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Cairo;
    width: 95%;
    margin: auto;
    border: 1px solid #003366;
    padding: 25px;
    box-sizing: border-box;
}

.header[b-r8gay7uy5c] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.logo img[b-r8gay7uy5c] {
    max-height: 80px;
}

.form-container[b-r8gay7uy5c] {
    width: 100%;
    padding: 20px;
    font-family: Cairo;
}

.diagram-title[b-r8gay7uy5c] {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    text-decoration: underline;
}

.diagram-upperline-title[b-r8gay7uy5c] {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.form-row[b-r8gay7uy5c] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

label[b-r8gay7uy5c] {
    margin-right: 10px;
    white-space: nowrap;
}

.input-line[b-r8gay7uy5c] {
    flex-grow: 1;
    border: none;
    outline: none;
    border-bottom: 1px solid black;
    padding: 5px;
    margin-right: 10px;
}

.right-label[b-r8gay7uy5c] {
    margin-left: 20px;
    margin-right: 10px;
    white-space: nowrap;
}

.full-width[b-r8gay7uy5c] {
    flex-grow: 2;
}

.short-width[b-r8gay7uy5c] {
    flex-grow: 0;
    width: 150px;
}

.image-allign[b-r8gay7uy5c] {
    text-align: center;
    margin-bottom: 20px;
}

.procedure-table[b-r8gay7uy5c] {
    width: 100%;
    border-collapse: collapse;
    margin: 40px;
}

    .procedure-table th[b-r8gay7uy5c], .procedure-table td[b-r8gay7uy5c] {
        border: 1px solid black;
        text-align: center;
        padding: 5px;
        width: 33%;
    }

    .procedure-table th[b-r8gay7uy5c] {
        font-weight: bold;
    }

input[b-r8gay7uy5c] {
    color: #003399;
    width: 100%;
    border: none;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}

.input-with-text[b-r8gay7uy5c] {
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 10px;
    margin-left: 10px;
}
/* /Components/Pages/Medical/FrontOnly/C2264TblConsentforFractionalCO2/Index.razor.rz.scp.css */
.button-row[b-w7tk7ir7y6] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-w7tk7ir7y6] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-w7tk7ir7y6] {
            background-color: #0056b3;
        }
.Consent-For-Fractional[b-w7tk7ir7y6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Cairo;
    width: 85%;
    margin: auto;
    border: 1px solid #003366;
    padding: 25px;
    box-sizing: border-box;
    direction: rtl;
}

.header[b-w7tk7ir7y6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.logo img[b-w7tk7ir7y6] {
    max-height: 80px;
}

h1[b-w7tk7ir7y6] {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20PX;
    border-bottom: 2px solid black;
}
body[b-w7tk7ir7y6] {
    font-family: Cairo,
}

.Consent-For-Fractional[b-w7tk7ir7y6] {
    font-size: 1.2em;
}

.input-container[b-w7tk7ir7y6] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.input-field[b-w7tk7ir7y6] {
    width: 170px;
    font-size: 1.1em;
    border: none;
    outline: none;
    border-bottom: 1px solid black;
}

.instruction-list[b-w7tk7ir7y6] {
    direction: rtl;
    margin: 10px;
}

.form-row[b-w7tk7ir7y6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.form-container[b-w7tk7ir7y6] {
    width: 100%;
    padding: 20px;
    font-family: Cairo;
}

.input-line[b-w7tk7ir7y6] {
    flex-grow: 1;
    border: none;
    outline: none;
    border-bottom: 1px solid black;
    padding: 5px;
    margin-right: 10px;
}

.full-width[b-w7tk7ir7y6] {
    flex-grow: 2;
}
.short-width[b-w7tk7ir7y6] {
    flex-grow: 0;
    width: 150px;
}
/* /Components/Pages/Medical/FrontOnly/C2265TblSurgicalPlanningSheet/Index.razor.rz.scp.css */
.button-row[b-aoerbx1kr1] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-aoerbx1kr1] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-aoerbx1kr1] {
            background-color: #0056b3;
        }
.form-container[b-aoerbx1kr1] {
    width: 100%;
    padding: 20px;
    font-family: Cairo;
}

.planning-sheet[b-aoerbx1kr1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Cairo;
    width: 90%;
    margin: auto;
    border: 1px solid #003366;
    padding: 20px;
    box-sizing: border-box;
}

.header[b-aoerbx1kr1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.logo img[b-aoerbx1kr1] {
    max-height: 80px;
}

.title h1[b-aoerbx1kr1] {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20PX;
    border-bottom: 2px solid black;
}

.patient-sticker[b-aoerbx1kr1] {
    border: 1px solid #ccc;
    width: 200px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #aaa;
}

.container[b-aoerbx1kr1] {
    display: flex;
    gap: 20px;
}

.left-section[b-aoerbx1kr1] {
    display: flex;
    flex: 1.5px;
    flex-direction: column;
    gap: 10px;
}

    .left-section img[b-aoerbx1kr1] {
        width: 350px;
        height: auto;
    }

.right-section[b-aoerbx1kr1] {
    flex: 0.5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .right-section img[b-aoerbx1kr1] {
        margin-top: 100px;
        width: 150px;
        height: auto;
        margin-bottom: 10px;
    }

.checkboxes[b-aoerbx1kr1] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .checkboxes label[b-aoerbx1kr1] {
        font-size: 14px;
    }

.form-row[b-aoerbx1kr1] {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

label[b-aoerbx1kr1] {
    margin-right: 10px;
    white-space: nowrap;
}

.input-line[b-aoerbx1kr1] {
    flex-grow: 1;
    border: none;
    outline: none;
    border-bottom: 1px solid black;
    padding: 5px;
    margin-right: 10px;
}

.coordinator-label[b-aoerbx1kr1],
.date-label[b-aoerbx1kr1] {
    margin-left: 10px;
    margin-right: 5px;
}

input[type="date"][b-aoerbx1kr1] {
    width: auto;
}

.short-width[b-aoerbx1kr1] {
    flex-grow: 0;
    width: 150px;
}
/* /Components/Pages/Medical/FrontOnly/C2266TblDischargeChecklist/Index.razor.rz.scp.css */
.button-row[b-kev7lli9hd] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-kev7lli9hd] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-kev7lli9hd] {
            background-color: #0056b3;
        }


.consent-container[b-kev7lli9hd] {
    width: 85%;
    margin: auto;
    font-family: Cairo;
    border: 1px solid #003366;
    padding: 20px;
    box-sizing: border-box;
}

.logo-container[b-kev7lli9hd] {
    text-align: center;
    margin-bottom: 20px;
    color: #003366;
}

.logo[b-kev7lli9hd] {
    max-width: 200px;
}

.table-container[b-kev7lli9hd] {
    width: 100%;
    border: 1px solid #003366;
    color: #003366;
}

.sticker-table[b-kev7lli9hd] {
    width: 100%;
    border-collapse: collapse;
    color: #003366;
}

    .sticker-table td[b-kev7lli9hd] {
        border: 1px solid #003366;
        vertical-align: top;
        padding: 10px;
        color: #003366;
    }

.left-column[b-kev7lli9hd] {
    width: 40%;
    color: #003366;
}

.right-column[b-kev7lli9hd] {
    text-align: center;
    width: 60%;
    color: #003366;
}

.header-text[b-kev7lli9hd] {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #003366;
}

    .header-text h3[b-kev7lli9hd] {
        margin: 0;
        font-size: 1.5rem;
        color: #003366;
    }

.table-container[b-kev7lli9hd] {
    width: 100%;
    margin: 20px 0;
    color: #003366;
}

.nurses-table[b-kev7lli9hd] {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    color: #003366;
}

    .nurses-table th[b-kev7lli9hd],
    .nurses-table td[b-kev7lli9hd] {
        border: 1px solid #003366;
        padding: 8px;
        color: #003366;
    }

    .nurses-table th[b-kev7lli9hd] {
        background-color: #f4f4f4;
    }

    .nurses-table td[b-kev7lli9hd] {
        vertical-align: top;
        color: #003366;
    }

.table-h4[b-kev7lli9hd] {
    text-align: center;
}

.info-section[b-kev7lli9hd] {
    padding: 15px;
    margin-bottom: 20px;
    box-sizing: border-box;
    color: #003366;
}

.info-row[b-kev7lli9hd] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    color: #003366;
}

    .info-row input[b-kev7lli9hd] {
        flex: 1;
        border: none;
        border-bottom: 1px solid #003366;
        height: 20px;
        outline: none;
        width: 100%;
        color: #003366;
    }

.discharge-form[b-kev7lli9hd] {
    font-family: Cairo;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    color: #003366;
}

.section[b-kev7lli9hd] {
    margin-bottom: 20px;
}


.columns[b-kev7lli9hd] {
    display: flex;
    justify-content: space-between;
}

.column[b-kev7lli9hd] {
    width: 50%;
}

.field[b-kev7lli9hd] {
    margin-bottom: 15px;
}

    .field label[b-kev7lli9hd] {
        display: block;
        font-weight: bold;
        color: #003366;
    }

.input-field[b-kev7lli9hd] {
    height: 30px;
    border: none;
    outline: none;
    border-bottom: 1px solid #ccc;
    background-color: #f9f9f9;
    color: #003366;
}

.full-input[b-kev7lli9hd] {
    border: none;
    border-bottom: 1px solid #003366;
    height: 20px;
    outline: none;
    width: 100%;
    color: #003366;
}

.space-top[b-kev7lli9hd] {
    margin-top: 10px;
    font-size: 1.5rem;
    color: #003366;
}

.hide-input[b-kev7lli9hd] {
    color: #003399;
    width: 100%;
    border: none;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}
/* /Components/Pages/Medical/FrontOnly/C2267TblLiposuctionTable2/Index.razor.rz.scp.css */
.button-row[b-fetyxi0tvi] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-fetyxi0tvi] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-fetyxi0tvi] {
            background-color: #0056b3;
        }
.liposuction-table2[b-fetyxi0tvi] {
    width: 85%;
    margin: auto;
    font-family: Cairo;
    border: 1px solid #003366;
    padding: 20px;
    box-sizing: border-box;
}

.header[b-fetyxi0tvi] {
    color: #003399;
    text-align: center;
    margin-bottom: 20px;
}

.logo-container[b-fetyxi0tvi] {
    text-align: center;
    margin-bottom: 20px;
    color: #003366;
}

.logo[b-fetyxi0tvi] {
    max-width: 200px;
}

.form[b-fetyxi0tvi] {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.left-half[b-fetyxi0tvi], .right-half[b-fetyxi0tvi] {
    width: 48%;
}

.row[b-fetyxi0tvi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

    .row label[b-fetyxi0tvi] {
        color: #003399;
        flex: 1.4;
        font-weight: bold;
    }

.input-field[b-fetyxi0tvi] {
    color: #003399;
    margin-bottom: 20px;
    border: none;
    outline: none;
    flex: 1.6;
    border-bottom: 1px solid #ccc;
    padding: 5px;
}

h1[b-fetyxi0tvi] {
    color: #003399;
    font-size: 1.5em;
}

.custom-table[b-fetyxi0tvi] {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    border: 1px solid #003399;
}

    .custom-table th[b-fetyxi0tvi],
    .custom-table td[b-fetyxi0tvi] {
        border: 1px solid #003399;
        color: #003399;
    }

    .custom-table th[b-fetyxi0tvi] {
        background-color: #f2f2f2;
        color: #003399;
    }

.site-header[b-fetyxi0tvi] {
    width: 20%;
    color: #003399;
}

.merged-cell[b-fetyxi0tvi] {
    font-weight: bold;
    color: #003399;
}

.column-header[b-fetyxi0tvi] {
    width: 13%;
    color: #003399;
}

.cell[b-fetyxi0tvi] {
    background-color: white;
    height: 30px;
}


input[b-fetyxi0tvi] {
    color: #003399;
    width: 100%;
    border: none;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}
/* /Components/Pages/Medical/FrontOnly/C2268TblLiposuctionTable/Index.razor.rz.scp.css */
.button-row[b-ksu8lssgjh] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-ksu8lssgjh] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-ksu8lssgjh] {
            background-color: #0056b3;
        }
.liposuction-table-container[b-ksu8lssgjh] {
    width: 85%;
    margin: auto;
    font-family: Cairo;
    border: 1px solid #003366;
    padding: 20px;
    box-sizing: border-box;
}

.logo-container[b-ksu8lssgjh] {
    text-align: center;
    margin-bottom: 20px;
    color: #003366;
}

.logo[b-ksu8lssgjh] {
    max-width: 200px;
}

h3[b-ksu8lssgjh] {
    margin: 0;
    color: #003399;
    text-align: left;
    display: inline-block;
    border-bottom: 2px solid;
    margin-bottom: 10px;
}

.table-container[b-ksu8lssgjh] {
    color: #003399;
    margin-top: 10px;
    width: 100%;
    overflow-x: auto;
}

.fat-transfer-table[b-ksu8lssgjh] {
    color: #003399;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #003399;
    text-align: center;
    font-family: Cairo;
}

.tissue-table[b-ksu8lssgjh] {
    color: #003399;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #003399;
    text-align: center;
    font-family: Cairo;
}

.fat-transfer-table th[b-ksu8lssgjh],
.fat-transfer-table td[b-ksu8lssgjh] {
    border: 1px solid #003399;
    padding: 8px;
    height: 40px;
}

.tissue-table th[b-ksu8lssgjh],
.tissue-table td[b-ksu8lssgjh] {
    border: 1px solid #003399;
    padding: 4px;
    height: 25px;
}

.fat-transfer-table th[b-ksu8lssgjh] {
    background-color: #f4f4f4;
    font-weight: bold;
}

.tissue-table th[b-ksu8lssgjh] {
    background-color: #f4f4f4;
    font-weight: bold;
}

.fat-transfer-table td:first-child[b-ksu8lssgjh] {
    width: 40px;
}

.fat-transfer-table td:nth-child(2)[b-ksu8lssgjh] {
    width: 150px;
}

.tissue-table td:first-child[b-ksu8lssgjh] {
    width: 40px;
}

.tissue-table td:nth-child(2)[b-ksu8lssgjh] {
    width: 150px;
}

input[b-ksu8lssgjh] {
    color: #003399;
    width: 100%;
    border: none;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}
/* /Components/Pages/Medical/FrontOnly/C2269TblDrainDiagram/Index.razor.rz.scp.css */
body[b-06ptkn1a25] {
    padding: 24px;
}

.button-row[b-06ptkn1a25] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-06ptkn1a25] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-06ptkn1a25] {
            background-color: #0056b3;
        }

.logo-1 img[b-06ptkn1a25] {
    display: flex 120px;
    padding-left: 440px;
    padding-right: 440px;
}

.h1[b-06ptkn1a25] {
    text-align: center;
    font: bold;
}

.input div[b-06ptkn1a25] {
    margin-bottom: 16px;
}

.name label[b-06ptkn1a25] {
    margin-right: 88px;
    font-weight: bold;
}

.file-number label[b-06ptkn1a25] {
    margin-right: 24px;
    font-weight: bold;
}

.surgeon label[b-06ptkn1a25] {
    margin-right: 56px;
    font-weight: bold;
}

.date-started label[b-06ptkn1a25] {
    margin-right: 14px;
    font-weight: bold;
}

.operation label[b-06ptkn1a25] {
    margin-right: 40px;
    font-weight: bold;
}

table[b-06ptkn1a25] {
    display: table;
    width: 100%;
    border-spacing: 0px;
}

thead th[b-06ptkn1a25] {
    text-align: center;
    border: 2px solid;
    padding: 8px;
}

tbody th[b-06ptkn1a25] {
    text-align: center;
    border: 2px solid;
    padding: 8px;
}

tbody td[b-06ptkn1a25] {
    border: 1px solid;
    padding: 12px;
}

tfoot td[b-06ptkn1a25] {
    border: 2px solid;
    padding: 12px;
}
/* /Components/Pages/Medical/FrontOnly/C2270TblPrimaryRhinoplasty/Index.razor.rz.scp.css */
.button-row[b-o84ioj421o] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-o84ioj421o] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-o84ioj421o] {
            background-color: #0056b3;
        }
.logo-image img[b-o84ioj421o]{
    padding-left: 400px;
}
.input div[b-o84ioj421o] {
    margin-bottom: 24px;
    padding-left: 180px;
}

.input input[b-o84ioj421o] {
    border: none;
    outline: none;
    border-bottom: 1px solid;
}

.in-1 label[b-o84ioj421o] {
    margin-right: 400px;
}

.in-2 label[b-o84ioj421o] {
    margin-right: 356px;
}

.input-name span[b-o84ioj421o] {
    margin-right: 16px;
}

.input-date span[b-o84ioj421o] {
    margin-right: 16px;
}

.input-file span[b-o84ioj421o] {
    margin-right: 64px;
}

.input-Age span[b-o84ioj421o] {
    margin-right: 88px;
}

h1[b-o84ioj421o] {
    text-align: center;
}

.container div[b-o84ioj421o] {
    display: inline-block;
    align-items: flex-start;
    gap: 20px;
    padding-left: 100px;
}

.images img[b-o84ioj421o] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 360px;
}

.text li[b-o84ioj421o] {
    margin-bottom: 4px;
    font-size: 16px;
}

.input-in input[b-o84ioj421o] {
    border: none;
    outline: none;
    border-bottom: 1px solid;
}

.doctor-name input[b-o84ioj421o] {
    border: none;
    outline: none;
    border-bottom: 1px solid;
}

.doctor-name[b-o84ioj421o] {
    padding-left: 1000px;
}
/* /Components/Pages/Medical/FrontOnly/C2271TblFacialDiagram2/Index.razor.rz.scp.css */
.button-row[b-ihprux3zui] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-ihprux3zui] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-ihprux3zui] {
            background-color: #0056b3;
        }
body[b-ihprux3zui] {
    margin-bottom: 16px;
}
.ALL[b-ihprux3zui] {
    margin-bottom: 16px;
}

.AJMAL-IMAGE img[b-ihprux3zui] {
    padding-left: 400px;
}

.FACIAL-DIAGRAM h1[b-ihprux3zui] {
    text-align: center;
}

.FACE-IMAGE img[b-ihprux3zui] {
    padding-left: 750px;
}

.table table[b-ihprux3zui] {
    border: 1px solid;
    width: 100%;
}

th[b-ihprux3zui] {
    font-size: medium;
    border: 1px solid;
    text-align:center;
}

td[b-ihprux3zui] {
    flex-direction: column;
    border: 1px solid;
    padding-left: 80px;
}

.inputs input[b-ihprux3zui] {
    border: none;
    outline: none;
    border-bottom: 1px solid;
}

.DONOR-SITE label[b-ihprux3zui] {
    margin-right: 16px;
}

.sorted-doctor span[b-ihprux3zui] {
    margin-right: 40px;
}

.STORED-FATS label[b-ihprux3zui] {
    margin-right: 8px;
}

.DOCTOR label[b-ihprux3zui] {
    margin-right: 16px;
}

.DATE label[b-ihprux3zui] {
    margin-right: 76px;
}

ِ[b-ihprux3zui]
/* /Components/Pages/Medical/FrontOnly/C2272TblSurgicalSafetyChecklist/Index.razor.rz.scp.css */
.button-row[b-cy4zwhpj2h] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-cy4zwhpj2h] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-cy4zwhpj2h] {
            background-color: #0056b3;
        }
.all[b-cy4zwhpj2h] {
    padding: 16px;
    color: #3D4A84;
    border-color: #3D4A84;
}

    .all div[b-cy4zwhpj2h] {
        margin-bottom: 24px;
    }

.header[b-cy4zwhpj2h] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.Patient[b-cy4zwhpj2h] {
    width: 50%;
    height: 200px;
    border: 1px solid;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.input input[b-cy4zwhpj2h] {
    border: none;
    outline: none;
    border-bottom: 1px solid;
    width: 100%;
}

.date label[b-cy4zwhpj2h] {
    margin-right: 80px;
}

.table-1[b-cy4zwhpj2h] {
    border: 1px solid;
    text-align: center;
    width: 100%;
    border-collapse: collapse;
}

thead[b-cy4zwhpj2h] {
    border: 1px solid;
    border-color: #3D4A84;
}

.border[b-cy4zwhpj2h] {
    border: 1px solid;
    border-color: #3D4A84;
}

.left[b-cy4zwhpj2h] {
    text-align: left;
}

.checkbox input[b-cy4zwhpj2h] {
    width: 24px;
    height: 24px;
}

.border input[b-cy4zwhpj2h] {
    border: none;
    outline: none;
    border-bottom: 1px solid;
    background-color: #D1DCF5;
}

.color[b-cy4zwhpj2h] {
    background-color: #D1DCF5;
}

.last-row[b-cy4zwhpj2h] {
    border-bottom: 1px solid;
    border-color: #3D4A84;
}

input[b-cy4zwhpj2h] {
    border: none;
    outline: none;
    border-bottom: 1px solid;
}

.last-col[b-cy4zwhpj2h] {
    border-right: 1px solid;
    border-left: 1px solid;
    border-color: #3D4A84;
    background-color: #fff;
}

.table-2[b-cy4zwhpj2h] {
    border: 1px solid;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

.last-col-2 input[b-cy4zwhpj2h] {
    background-color: #D1DCF5;
}

.last-col-2[b-cy4zwhpj2h] {
    border-right: 1px solid;
    border-left: 1px solid;
    border-color: #3D4A84;
}

h2[b-cy4zwhpj2h] {
    text-align: center;
}

image[b-cy4zwhpj2h] {
    display: flex;
    align-items: center;
    justify-content: center;
}

img[b-cy4zwhpj2h] {
    width: 80%;
}

.Nurse[b-cy4zwhpj2h] {
    border-left: 1px solid;
    border-color: #3D4A84;
}

.Anesthesiologist[b-cy4zwhpj2h] {
    border-left: 1px solid;
    border-color: #3D4A84;
    background-color: #fff;
}

.Estimated-Blood-loss input[b-cy4zwhpj2h] {
    background-color: #D1DCF5;
}

.Surgeon[b-cy4zwhpj2h] {
    border-left: 1px solid;
    border-color: #3D4A84;
    background-color: #fff;
}

.Specific input[b-cy4zwhpj2h] {
    background-color: #D1DCF5;
}

.Time[b-cy4zwhpj2h] {
    border-left: 1px solid;
    border-color: #3D4A84;
    background-color: #fff;
}

.Signature[b-cy4zwhpj2h] {
    border-left: 1px solid;
    border-color: #3D4A84;
}

.Anesthesiologist[b-cy4zwhpj2h] {
    border-left: 1px solid;
    border-color: #3D4A84;
}

.last-input input[b-cy4zwhpj2h] {
    width: 50%;
    background-color: #D1DCF5;
}

.last-input-1 input[b-cy4zwhpj2h] {
    width: 50%;
    background-color: #fff;
}

.Date[b-cy4zwhpj2h] {
    border-left: 1px solid;
    border-color: #3D4A84;
}

table td[b-cy4zwhpj2h] {
    padding: 8px;
}
.Signature[b-cy4zwhpj2h] {
    border-color: #3D4A84;
}
/* /Components/Pages/Medical/FrontOnly/C2273TblNursingOperativeRecord/Index.razor.rz.scp.css */
.nursing-form[b-lu4luk1s8q] {
    max-width: 800px;
    margin: 0 auto;
    font-family: Cairo;
    color: #003399;
}

.form-row[b-lu4luk1s8q] {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 15px;
    color: #003399;
}

label[b-lu4luk1s8q] {
    font-size: 14px;
    font-weight: bold;
    color: #003399;
}

input[type="text"][b-lu4luk1s8q],
input[type="number"][b-lu4luk1s8q],
input[type="date"][b-lu4luk1s8q],
input[type="time"][b-lu4luk1s8q],
textarea[b-lu4luk1s8q] {
    border: none;
    border-bottom: 1px solid #003399;
    outline: none;
    padding: 3px 5px;
    flex: 1;
    min-width: 100px;
    color: #003399;
}

textarea[b-lu4luk1s8q] {
    resize: none;
    color: #003399;
}

input[type="checkbox"][b-lu4luk1s8q] {
    margin-right: 5px;
}

button[b-lu4luk1s8q] {
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    button:hover[b-lu4luk1s8q] {
        background-color: #0056b3;
    }

.form-container[b-lu4luk1s8q] {
    margin: auto;
    font-family: Cairo;
    border: 1px solid #003399;
    padding: 20px;
    width: 95%;
    color: #003399;
}

.header[b-lu4luk1s8q] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #003399;
}

.right-width[b-lu4luk1s8q] {
    width: 50%;
    color: #003399;
    text-align: center;
}

.left-width[b-lu4luk1s8q] {
    text-align: center;
    width: 50%;
    color: #003399;
}

.input-line[b-lu4luk1s8q] {
    flex-grow: 1;
    border: none;
    outline: none;
    border-bottom: 1px solid #003399;
    padding: 5px;
    margin-right: 10px;
    color: #003399;
}

.short-width[b-lu4luk1s8q]{
    width:50px;
}


.full-width[b-lu4luk1s8q] {
    width: 100%;
    margin: 5px;
    color: #003399;
}
.diagram-title[b-lu4luk1s8q] {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    text-decoration: underline;
    color: #003399;
}

.button-row[b-lu4luk1s8q] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-lu4luk1s8q] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-lu4luk1s8q] {
            background-color: #0056b3;
        }

.table-style[b-lu4luk1s8q] {
    color: #003399;
}

.table-style th[b-lu4luk1s8q],td[b-lu4luk1s8q] {
    color: #003399;
}
/* /Components/Pages/Medical/FrontOnly/C2274TblTemperatureandFlowChart/Index.razor.rz.scp.css */
.button-row[b-wdkkqz2xr4] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-wdkkqz2xr4] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-wdkkqz2xr4] {
            background-color: #0056b3;
        }

.temperature-and-flowChart[b-wdkkqz2xr4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Cairo;
    width: 95%;
    margin: auto;
    border: 1px solid #003366;
    padding: 25px;
    box-sizing: border-box;
}

.header[b-wdkkqz2xr4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.logo img[b-wdkkqz2xr4] {
    max-height: 80px;
}

.form-container[b-wdkkqz2xr4] {
    width: 100%;
    padding: 20px;
    font-family: Cairo;
}

.diagram-title[b-wdkkqz2xr4] {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    text-decoration: underline;
    border-top:1PX solid BLACK;
}

.form-row[b-wdkkqz2xr4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

label[b-wdkkqz2xr4] {
    margin-right: 10px;
    white-space: nowrap;
}

.input-line[b-wdkkqz2xr4] {
    flex-grow: 1;
    border: none;
    outline: none;
    border-bottom: 1px solid black;
    padding: 5px;
    margin-right: 10px;
}
input[b-wdkkqz2xr4] {
    color: black;
    width: 100%;
    border: none;
    outline: none;
    box-sizing: border-box;
    text-align: center;
    color: black;
    font-size: 16px;
}
.table-bordered[b-wdkkqz2xr4] {
    border: 2px solid black;
    color: black;
    font-size: 18px;
}

    .table-bordered th[b-wdkkqz2xr4], .table-bordered td[b-wdkkqz2xr4] {
        border: 2px solid black;
        color: black;
        font-size: 18px;
        width:5px;
    }
/* /Components/Pages/Medical/FrontOnly/C2275TblNursesNotes/Index.razor.rz.scp.css */
.button-row[b-b20no29mk7] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-b20no29mk7] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-b20no29mk7] {
            background-color: #0056b3;
        }

.nurses-notes[b-b20no29mk7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Cairo;
    width: 95%;
    margin: auto;
    border: 1px solid #003366;
    padding: 25px;
    box-sizing: border-box;
}

.logo img[b-b20no29mk7] {
    max-height: 80px;
}

.form-container[b-b20no29mk7] {
    width: 100%;
    padding: 20px;
    font-family: Cairo;
}

.diagram-title[b-b20no29mk7] {
    text-align: center;
    font-weight: bold;
    border: 1px solid #003366;
    color: #003366;
}

.form-row[b-b20no29mk7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

label[b-b20no29mk7] {
    margin-right: 10px;
    white-space: nowrap;
    color: #003366;
}

.input-line[b-b20no29mk7] {
    flex-grow: 1;
    border: none;
    outline: none;
    border-bottom: 1px solid black;
    padding: 5px;
    margin-right: 10px;
}

.right-label[b-b20no29mk7] {
    margin-left: 20px;
    margin-right: 10px;
    white-space: nowrap;
}

.full-width[b-b20no29mk7] {
    flex-grow: 2;
}

.short-width[b-b20no29mk7] {
    flex-grow: 0;
    width: 150px;
}

.table-container[b-b20no29mk7] {
    width: 100%;
    border: 1px solid #003366;
    color: #003366;
}
.nurses-table[b-b20no29mk7] {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    color: #003366;
}

    .nurses-table th[b-b20no29mk7],
    .nurses-table td[b-b20no29mk7] {
        border: 1px solid #003366;
        padding: 4px;
        color: #003366;
    }

    .nurses-table th[b-b20no29mk7] {
        background-color: #f4f4f4;
    }

    .nurses-table td[b-b20no29mk7] {
        vertical-align: top;
        color: #003366;
    }

.table-h4[b-b20no29mk7] {
    text-align: center;
}

.hide-input[b-b20no29mk7] {
    color: #003399;
    width: 100%;
    border: none;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}

.rigth-width[b-b20no29mk7]{
    width:20%;
}

.left-width[b-b20no29mk7] {
    width: 80%;
}
/* /Components/Pages/Medical/FrontOnly/C2276TblPhysicianClinicalNotes/Index.razor.rz.scp.css */
.button-row[b-bz4ci9zkia] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-bz4ci9zkia] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-bz4ci9zkia] {
            background-color: #0056b3;
        }


.consent-container[b-bz4ci9zkia] {
    width: 85%;
    margin: auto;
    font-family: Cairo;
    border: 1px solid #003366;
    padding: 20px;
    box-sizing: border-box;
}


.button-row[b-bz4ci9zkia] {
    margin-bottom: 20px;
}


.logo-container[b-bz4ci9zkia] {
    text-align: center;
    margin-bottom: 20px;
    color: #003366;
}

.logo[b-bz4ci9zkia] {
    max-width: 200px;
}

.header-text[b-bz4ci9zkia] {
    text-align: center;
    margin-bottom: 20px;
    color: #003366;
}

    .header-text h3[b-bz4ci9zkia] {
        margin: 0;
        font-size: 1.2rem;
    }


.input-style1[b-bz4ci9zkia] {
    color: #003399;
    width: 100%;
    border: none;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}

.input-style2[b-bz4ci9zkia] {
    color: #003399;
    width: 150px;
    border: none;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}

.table-container[b-bz4ci9zkia] {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto;
    font-family: Cairo;
    box-sizing: border-box;
}

.table-container1[b-bz4ci9zkia] {
    border: 1px solid #003399;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    color: #003399;
}

.table-containertd[b-bz4ci9zkia] {
    border: 1px solid #003399;
    vertical-align: top;
    padding: 0;
    text-align: center;
    color: #003399;
}

.table2[b-bz4ci9zkia] {
    width: 100%;
    border-collapse: collapse;
    color: #003399;
}

.td-style[b-bz4ci9zkia] {
    border: 1px solid #003399;
    padding: 5px;
    color: #003399;
}
.td-style1[b-bz4ci9zkia] {
    border: 1px solid #003399;
    height: 30px;
    color: #003399;
}
.td-style2[b-bz4ci9zkia] {
    border: 1px solid #003399;
    color: #003399;
}

.th-style1[b-bz4ci9zkia] {
    border: 1px solid #003399;
    width: 20%;
    color: #003399;
}

.th-style2[b-bz4ci9zkia] {
    border: 1px solid #003399;
    color: #003399;
}
/* /Components/Pages/Medical/FrontOnly/C2277TblDVTForm/Index.razor.rz.scp.css */
.dvt-form[b-hse1bnpg5c] {
    margin: auto;
    font-family: Cairo;
    border: 1px solid #003399;
    padding: 20px;
}

.header[b-hse1bnpg5c] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #003399;
    padding: 10px;
    color: #003399;
}

.img-style[b-hse1bnpg5c] {
    max-height: 80px;
    color: #003399;
}

.label-style[b-hse1bnpg5c] {
    margin-top: 10px;
    white-space: nowrap;
    color: #003399;
}

.input-line[b-hse1bnpg5c] {
    flex-grow: 1;
    border: none;
    outline: none;
    border-bottom: 1px solid #003399;
    padding: 5px;
    margin-right: 10px;
    color: #003399;
}

.short-width[b-hse1bnpg5c] {
    flex-grow: 0;
    width: 120px;
    color: #003399;
}

.radio-width[b-hse1bnpg5c] {
    flex-grow: 0;
    width: 10px;
    color: #003399;
}

.right-width[b-hse1bnpg5c] {
    width: 30%;
    color: #003399;
}

.left-width[b-hse1bnpg5c] {
    width: 70%;
    color: #003399;
}

.diagram-title[b-hse1bnpg5c] {
    text-align: left;
    font-weight: bold;
    margin-bottom: 20px;
    text-decoration: underline;
    color: #003399;
}

.table-bordered[b-hse1bnpg5c] {
    color: #003399;
}

    .table-bordered td[b-hse1bnpg5c] {
        color: #003399;
    }

.button-row[b-hse1bnpg5c] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-hse1bnpg5c] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-hse1bnpg5c] {
            background-color: #0056b3;
        }

.inline-label[b-hse1bnpg5c] {
    display: inline-flex;
    align-items: center;
    color: #003399;
}

input[b-hse1bnpg5c] {
    flex: 1;
    border: none;
    border-bottom: 1px solid #003366;
    height: 20px;
    outline: none;
    width: 100%;
    margin: 5px;
    padding: 5px;
    color: #003399;
}
/* /Components/Pages/Medical/FrontOnly/C2278TblPainAssessmentTool/Index.razor.rz.scp.css */
.button-row[b-pnyexaqb8j] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-pnyexaqb8j] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-pnyexaqb8j] {
            background-color: #0056b3;
        }

.form-container[b-pnyexaqb8j] {
    width: 100%;
    padding: 20px;
    font-family: Cairo;
}

.pain-assessment-tool[b-pnyexaqb8j] {
    display: flex;
    flex-direction: column;
    font-family: Cairo;
    width: 90%;
    margin: auto;
    border: 1px solid #003366;
    padding: 20px;
    box-sizing: border-box;
}

.header[b-pnyexaqb8j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.logo img[b-pnyexaqb8j] {
    max-height: 80px;
}

.title h3[b-pnyexaqb8j] {
    font-weight: bold;
    margin-top: 20PX;
}

.patient-sticker[b-pnyexaqb8j] {
    border: 1px solid #ccc;
    width: 200px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #aaa;
}

.container[b-pnyexaqb8j] {
    display: flex;
    gap: 20px;
}

.title-form[b-pnyexaqb8j] {
    align-items: start;
    font-weight: bold;
    margin-top: 20PX;
    text-align: left;
}

.general-info[b-pnyexaqb8j] {
    align-items: start;
    font-weight: bold;
    margin-top: 20PX;
    text-align: left;
    margin-top:30px;
}

.general-info-border[b-pnyexaqb8j] {
    align-items: start;
    font-weight: bold;
    margin-top: 20PX;
    text-align: left;
    margin-top: 10px;
    border: 2px solid black;
}

.main-header[b-pnyexaqb8j] {
    font-family: "Times New Roman", Georgia, serif;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

.image-allign[b-pnyexaqb8j] {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.table-bordered[b-pnyexaqb8j] {
    border: 2px solid black;
}

    .table-bordered th[b-pnyexaqb8j], .table-bordered td[b-pnyexaqb8j] {
        border: 2px solid black;
    }

input[b-pnyexaqb8j] {
    color: #003399;
    width: 100%;
    border: none;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}
/* /Components/Pages/Medical/FrontOnly/C2279TblEvolveBodyTreatment/Index.razor.rz.scp.css */
.button-row[b-dmxo4phtv7] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-dmxo4phtv7] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-dmxo4phtv7] {
            background-color: #0056b3;
        }

.evolve-body-treatment[b-dmxo4phtv7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Cairo;
    width: 100%;
    margin: auto;
    padding: 25px;
    direction: rtl;
}

.form-container[b-dmxo4phtv7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Cairo;
    width: 100%;
    margin: auto;
    border: 1px solid black;
    box-sizing: border-box;
    direction: rtl;
}

.header[b-dmxo4phtv7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.logo img[b-dmxo4phtv7] {
    max-height: 80px;
}

.title h3[b-dmxo4phtv7] {
    font-weight: bold;
    margin-top: 20PX;
}

.english[b-dmxo4phtv7] {
    direction: ltr;
}

.text-container[b-dmxo4phtv7] {
    width: 250px;
    margin: 5px;
    font-size: 18px;
}

.input-line[b-dmxo4phtv7] {
    flex-grow: 1;
    border: none;
    outline: none;
    border-bottom: 1px solid black;
    padding: 5px;
}

.container-color[b-dmxo4phtv7] {
    background-color: cornflowerblue;
}

.lable-margin[b-dmxo4phtv7] {
    margin: 10px;
}

.horizontal-line[b-dmxo4phtv7] {
    border-top: 2px solid black;
    width: 100%;
    margin-top: 5px;
}

.p-style[b-dmxo4phtv7] {
    margin: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
/* /Components/Pages/Medical/FrontOnly/C2280TblLaserClerkingEnglish/Index.razor.rz.scp.css */
.button-row[b-x080y5fwt0] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-x080y5fwt0] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-x080y5fwt0] {
            background-color: #0056b3;
        }

.laser-clerking-english[b-x080y5fwt0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Cairo;
    width: 100%;
    margin: auto;
    padding: 25px;
    direction: rtl;
}

.laser-clerking[b-x080y5fwt0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Cairo;
    width: 100%;
    margin: auto;
    border: 1px solid black;
    box-sizing: border-box;
    direction: rtl;
}

.header[b-x080y5fwt0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.logo img[b-x080y5fwt0] {
    max-height: 80px;
}

.title h3[b-x080y5fwt0] {
    font-weight: bold;
    margin-top: 20PX;
}

.english[b-x080y5fwt0] {
    direction: ltr;
}

.text-container[b-x080y5fwt0]{
    width:250px;
    margin:5px;
    font-size:18px;
}

.input-line[b-x080y5fwt0] {
    flex-grow: 1;
    border: none;
    outline: none;
    border-bottom: 1px solid black;
    padding: 5px;
}

.container-color[b-x080y5fwt0]{
    background-color : cornflowerblue;
}

.lable-margin[b-x080y5fwt0]{
    margin:10px;
}

.horizontal-line[b-x080y5fwt0] {
    border-top: 2px solid black;
    width: 100%;
    margin-top:5px;
}

.p-style[b-x080y5fwt0] {
    margin: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
/* /Components/Pages/Medical/FrontOnly/C2282TblEvolve/Index.razor.rz.scp.css */
.button-row[b-cvpofr21jr] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-cvpofr21jr] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-cvpofr21jr] {
            background-color: #0056b3;
        }

.evolve[b-cvpofr21jr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Cairo;
    width: 95%;
    margin: auto;
    border: 1px solid #003366;
    padding: 25px;
    box-sizing: border-box;
    color: #003366
}

.header[b-cvpofr21jr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    color: #003366
}

.logo img[b-cvpofr21jr] {
    max-height: 100px;
}

.form-container[b-cvpofr21jr] {
    width: 100%;
    padding: 20px;
    font-family: Cairo;
    color: #003399
}

table[b-cvpofr21jr] {
    width: 100%;
    border: 1px solid #003399;
    border-collapse: collapse;
    text-align: left;
    color: #003399;
}

th[b-cvpofr21jr], td[b-cvpofr21jr] {
    border: 1px solid #003399;
    vertical-align: middle;
    color: #003399;
}

th[b-cvpofr21jr] {
    font-weight: bold;
    color: #003399;
}

td[b-cvpofr21jr] {
    font-size: 12px;
    background-color: #FFFFFF;
    color: #003399;
}

.td-color[b-cvpofr21jr] {
    background-color: #F0F8FF;
    color: #003399;
}

.hide-input[b-cvpofr21jr] {
    color: #003399;
    border: none;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}
/* /Components/Pages/Medical/FrontOnly/C2283TblSplendorX/Index.razor.rz.scp.css */
.button-row[b-9sqxfhalw3] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-9sqxfhalw3] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-9sqxfhalw3] {
            background-color: #0056b3;
        }

.body-digram[b-9sqxfhalw3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Cairo;
    width: 95%;
    margin: auto;
    border: 1px solid #003366;
    padding: 25px;
    box-sizing: border-box;
    color: #003366
}

.header[b-9sqxfhalw3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    color: #003366
}

.logo img[b-9sqxfhalw3] {
    max-height: 80px;
}

.form-container[b-9sqxfhalw3] {
    width: 100%;
    padding: 20px;
    font-family: Cairo;
}

.diagram-title[b-9sqxfhalw3] {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    text-decoration: underline;
    color: #003366
}

.form-row[b-9sqxfhalw3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    color: #003366
}

label[b-9sqxfhalw3] {
    margin-right: 10px;
    white-space: nowrap;
    color: #003366
}

.input-line[b-9sqxfhalw3] {
    flex-grow: 1;
    border: none;
    outline: none;
    border-bottom: 1px solid #003366;
    padding: 5px;
    margin-right: 10px;
    color: #003366
}

.right-label[b-9sqxfhalw3] {
    margin-left: 20px;
    margin-right: 10px;
    white-space: nowrap;
    color: #003366
}

.full-width[b-9sqxfhalw3] {
    flex-grow: 2;
}

.short-width[b-9sqxfhalw3] {
    flex-grow: 0;
    width: 150px;
}

.image-allign[b-9sqxfhalw3] {
    text-align: center;
    margin-bottom: 20px;
}

input[b-9sqxfhalw3] {
    color: #003399;
    width: 100%;
    border: none;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    color: #003366
}

.form-align[b-9sqxfhalw3]{
    text-align:right;
}

.table-container[b-9sqxfhalw3] {
    width: 100%;
    border: 1px solid #003366;
    color: #003366;
}

.nurses-table[b-9sqxfhalw3] {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    color: #003366;
}

    .nurses-table th[b-9sqxfhalw3],
    .nurses-table td[b-9sqxfhalw3] {
        border: 1px solid #003366;
        padding: 4px;
        color: #003366;
    }

    .nurses-table th[b-9sqxfhalw3] {
        background-color: #f4f4f4;
    }

    .nurses-table td[b-9sqxfhalw3] {
        vertical-align: top;
        color: #003366;
    }

.table-h4[b-9sqxfhalw3] {
    text-align: center;
}
/* /Components/Pages/Medical/FrontOnly/C2286TblUltherapyDiagram/Index.razor.rz.scp.css */
.button-row[b-zqp18dma4z] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-zqp18dma4z] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-zqp18dma4z] {
            background-color: #0056b3;
        }

.ultherapy-diagram[b-zqp18dma4z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Cairo;
    width: 95%;
    margin: auto;
    border: 1px solid #003366;
    padding: 25px;
    box-sizing: border-box;
}

.header[b-zqp18dma4z] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.logo img[b-zqp18dma4z] {
    max-height: 80px;
}

.form-container[b-zqp18dma4z] {
    width: 100%;
    padding: 20px;
    font-family: Cairo;
}

.diagram-title[b-zqp18dma4z] {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    text-decoration: underline;
}

.form-row[b-zqp18dma4z] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

label[b-zqp18dma4z] {
    margin-right: 10px;
    white-space: nowrap;
}

.input-line[b-zqp18dma4z] {
    flex-grow: 1;
    border: none;
    outline: none;
    border-bottom: 1px solid black;
    padding: 5px;
    margin-right: 10px;
}

.right-label[b-zqp18dma4z] {
    margin-left: 20px;
    margin-right: 10px;
    white-space: nowrap;
}

.full-width[b-zqp18dma4z] {
    flex-grow: 2;
}

.short-width[b-zqp18dma4z] {
    flex-grow: 0;
    width: 150px;
}

.image-allign[b-zqp18dma4z] {
    text-align: center;
    margin-bottom: 20px;
}

.procedure-table[b-zqp18dma4z] {
    width: 100%;
    border-collapse: collapse;
    margin: 40px;
}

    .procedure-table th[b-zqp18dma4z], .procedure-table td[b-zqp18dma4z] {
        border: 1px solid black;
        text-align: center;
        padding: 5px;
        width: 33%;
    }

    .procedure-table th[b-zqp18dma4z] {
        font-weight: bold;
    }

input[b-zqp18dma4z] {
    color: #003399;
    width: 100%;
    border: none;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}

.transducer-table[b-zqp18dma4z] {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-family: Cairo;
}

    .transducer-table th[b-zqp18dma4z],
    .transducer-table td[b-zqp18dma4z] {
        border: 1px solid #000;
        padding: 10px;
    }

.circle[b-zqp18dma4z] {
    width: 50px;
    height: 50px;
    border: 2px solid #000;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 12px;
    font-weight: bold;
}

    .circle span[b-zqp18dma4z] {
        line-height: 1;
    }
/* /Components/Pages/Medical/FrontOnly/C2287TblSkinCarePatientInformationSheet/Index.razor.rz.scp.css */
.button-row[b-9899o1f5rh] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-9899o1f5rh] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-9899o1f5rh] {
            background-color: #0056b3;
        }
.all div[b-9899o1f5rh] {
    padding-bottom: 24px;
}

.logo-text[b-9899o1f5rh] {
    padding-left: 600px;
    padding-right: 600px;
    font-size: large;
    display: flex;
    flex-direction: row;
    align-items: center;
}

table td[b-9899o1f5rh] {
    border: 1px solid;
}

table input[b-9899o1f5rh] {
    border: none;
    outline: none;
}

.vertical[b-9899o1f5rh] {
    writing-mode: vertical-lr;
}

table[b-9899o1f5rh] {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}
/* /Components/Pages/Medical/FrontOnly/C2288TblHAZMATMaterialList/Index.razor.rz.scp.css */
.button-row[b-osbj2cx2u1] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-osbj2cx2u1] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-osbj2cx2u1] {
            background-color: #0056b3;
        }
.image-text span[b-osbj2cx2u1]{
    display:inline-block;
    padding-right:210px;
    padding-left:210px;
}
.frist-input span[b-osbj2cx2u1] {
    display: inline-block;
    margin-right: 440px;
}

.frist-input input[b-osbj2cx2u1] {
    border: none;
    outline: none;
}

.nn span[b-osbj2cx2u1] {
    margin-right: 28px;
}

table[b-osbj2cx2u1] {
    border: 1px solid;
    text-align: center;
    border-collapse: collapse;
}
.frist-tr[b-osbj2cx2u1]{
    background-color:mediumseagreen;
}

td[b-osbj2cx2u1] {
    border: 1px solid;
}

.col-blue[b-osbj2cx2u1] {
    background-color: blue;
}

.col-red[b-osbj2cx2u1] {
    background-color: red;
}

.col-yellow[b-osbj2cx2u1] {
    background-color: yellow;
}

.sec-input label[b-osbj2cx2u1] {
    display: inline-block;
    margin-right: 300px;
}

.sec-input input[b-osbj2cx2u1] {
    border: none;
    outline: none;
}

.therd-input label[b-osbj2cx2u1] {
    display: inline-block;
    margin-right: 372px;
}

.therd-input input[b-osbj2cx2u1] {
    border: none;
    outline: none;
    border-bottom: 1px solid;
}
/* /Components/Pages/Medical/FrontOnly/C2289TblAnesthesiaRecord/Index.razor.rz.scp.css */
.button-row[b-21ga9aukwp] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-21ga9aukwp] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-21ga9aukwp] {
            background-color: #0056b3;
        }

.form-container[b-21ga9aukwp] {
    margin: auto;
    font-family: Cairo;
    border: 1px solid #003399;
    padding: 20px;
    width: 95%;
    color: #003399;
}

.header[b-21ga9aukwp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #003399;
}

.right-width[b-21ga9aukwp] {
    width: 50%;
    color: #003399;
    text-align: center;
}

.left-width[b-21ga9aukwp] {
    text-align: center;
    width: 50%;
    color: #003399;
}

.patient-sticker[b-21ga9aukwp] {
    border: 1px solid #003399;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #003399;
    margin: 20px;
    padding: 20px;
}

.img-style[b-21ga9aukwp] {
    max-height: 80px;
    color: #003399;
    text-align: center;
}

.inline-label[b-21ga9aukwp] {
    display: inline-flex;
    align-items: center;
    color: #003399;
}

input[b-21ga9aukwp] {
    flex: 1;
    border: none;
    border-bottom: 1px  #003366;
    height: 20px;
    outline: none;
    width: 100%;
    margin: 5px;
    padding: 5px;
    color: #003399;
}

.chart-table[b-21ga9aukwp] {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    margin:10px;
}

.header-cell[b-21ga9aukwp] {
    border: 1px solid #003399;
    padding: 5px;
}

.dose-cell[b-21ga9aukwp] {
    border: 1px solid #003399;
    padding: 5px;
    width: 40px;
}

.nested-grid-cell[b-21ga9aukwp] {
    border: 1px solid #003399;
    width: 40px;
}

.nested-grid[b-21ga9aukwp] {
    border-collapse: collapse;
    width: 100%;
    height: 100%;
}

.nested-grid-item[b-21ga9aukwp] {
    border: 1px solid #003399;
    width: 10px;
    height: 10px;
}

.info-cell[b-21ga9aukwp] {
    text-align: center;
    font-size:12px;
}
.table-bordered[b-21ga9aukwp] {
    border: 1px solid #003399;
    color: #003399;
}
/* /Components/Pages/Medical/FrontOnly/C2290TblPreAnesthesiaQuestionnaire/Index.razor.rz.scp.css */
.button-row[b-9x5czaoops] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-9x5czaoops] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-9x5czaoops] {
            background-color: #0056b3;
        }
.frist[b-9x5czaoops] {
    display: flex;
    align-items: center;
    padding: 40px;
    color: #3D4A84;
}

    .frist div[b-9x5czaoops] {
        margin-right: 60px;
    }

.img[b-9x5czaoops] {
    text-align: center;
}

.header[b-9x5czaoops] {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}

.header-1[b-9x5czaoops] {
    margin: 40px;
    padding: 8px;
    text-align: center;
    color: #3D4A84;
    background-color: #B9C8E9;
}

.q-1[b-9x5czaoops] {
    margin: 40px;
    padding-bottom: 12px;
}

.yes-no[b-9x5czaoops] {
    display: flex;
    justify-content: flex-end;
    gap:32px;
}

    .yes-no h3[b-9x5czaoops] {
        margin-left: 20px;
    }

.a-1[b-9x5czaoops] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
}

.text-1[b-9x5czaoops] {
    flex: 1;
    text-align: left;
}

.checkbox-1[b-9x5czaoops] {
    display: flex;
    gap: 36px;
}

input[b-9x5czaoops] {
    border: none;
    outline: none;
    border-bottom: 1px solid;
}

.input div[b-9x5czaoops] {
    margin-bottom: 12px;
}

.input-1[b-9x5czaoops] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.eng-text[b-9x5czaoops] {
    flex: 1;
    text-align: left;
}

.arabic-text[b-9x5czaoops] {
    flex: 1;
    text-align: right;
}

.input-1 input[b-9x5czaoops] {
    width: 65%;
}

.input-2[b-9x5czaoops] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.eng-text[b-9x5czaoops] {
    flex: 1;
    text-align: left;
}

.arabic-text[b-9x5czaoops] {
    flex: 1;
    text-align: right;
}

.input-2 input[b-9x5czaoops] {
    width: 90%;
}

.input-3[b-9x5czaoops] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.eng-text[b-9x5czaoops] {
    flex: 1;
    text-align: left;
}

.arabic-text[b-9x5czaoops] {
    flex: 1;
    text-align: right;
}

.input-3 input[b-9x5czaoops] {
    width: 85%;
}

.input-4[b-9x5czaoops] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.eng-text[b-9x5czaoops] {
    flex: 1;
    text-align: left;
}

.arabic-text[b-9x5czaoops] {
    flex: 1;
    text-align: right;
}

.input-4 input[b-9x5czaoops] {
    width: 80%;
}

.input-5[b-9x5czaoops] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.eng-text[b-9x5czaoops] {
    flex: 1;
    text-align: left;
}

.arabic-text[b-9x5czaoops] {
    flex: 1;
    text-align: right;
}

.input-5 input[b-9x5czaoops] {
    width: 90%;
}
label[b-9x5czaoops]{
    font-size:24px;
}
.checkbox-1 input[b-9x5czaoops]{
    width: 24px;
    height: 24px;
}
h3[b-9x5czaoops]{
    font-size:24px;
}
/* /Components/Pages/Medical/FrontOnly/C2291TblPreAnesthesiaAssessmentForm/Index.razor.rz.scp.css */
.button-row[b-6t5opplgp1] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-6t5opplgp1] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-6t5opplgp1] {
            background-color: #0056b3;
        }

.form-container[b-6t5opplgp1] {
    margin: auto;
    font-family: Cairo;
    border: 1px solid #003399;
    padding: 20px;
    width: 95%;
    color: #003399;
}

.header[b-6t5opplgp1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #003399;
}

.right-width[b-6t5opplgp1] {
    width: 50%;
    color: #003399;
    text-align: center;
}

.left-width[b-6t5opplgp1] {
    text-align: center;
    width: 50%;
    color: #003399;
}

.patient-sticker[b-6t5opplgp1] {
    border: 1px solid #003399;
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #003399;
    margin: 20px;
    padding: 20px;
}

.img-style[b-6t5opplgp1] {
    max-height: 80px;
    color: #003399;
    text-align: center;
}

.img-style-teeth[b-6t5opplgp1] {
    height:100px;
    color: #003399;
    text-align: end;
}

.info-section[b-6t5opplgp1] {
    padding: 15px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.info-row[b-6t5opplgp1] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

    .info-row input[b-6t5opplgp1] {
        flex: 1;
        border: none;
        border-bottom: 1px solid #003366;
        height: 20px;
        outline: none;
        width: 100%;
    }

input[b-6t5opplgp1] {
    flex: 1;
    border: none;
    border-bottom: 1px solid #003366;
    height: 20px;
    outline: none;
    width: 100%;
    margin: 5px;
    padding: 5px;
    color: #003399;
}

.inline-label[b-6t5opplgp1] {
    display: inline-flex;
    align-items: center;
    color: #003399;
}

.lab-results[b-6t5opplgp1] {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 5px;
    width: 300px;
}

    .lab-results div[b-6t5opplgp1] {
        border: 1px solid #000;
        text-align: center;
        padding: 5px;
    }

.wide[b-6t5opplgp1] {
    grid-column: span 2;
}

.full[b-6t5opplgp1] {
    grid-column: span 6;
}

.form-container[b-6t5opplgp1] {
    width: 100%;
    padding: 20px;
    font-family: Cairo;
    color: #003399;
}

.diagram-title[b-6t5opplgp1] {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    text-decoration: underline;
    color: #003399;
}

.form-row[b-6t5opplgp1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

label[b-6t5opplgp1] {
    margin-right: 10px;
    white-space: nowrap;
    color: #003399;
}

.input-line[b-6t5opplgp1] {
    flex-grow: 1;
    border: none;
    outline: none;
    border-bottom: 1px solid #003399;
    padding: 5px;
    margin-right: 10px;
    color: #003399;
}

.right-label[b-6t5opplgp1] {
    margin-left: 20px;
    margin-right: 10px;
    white-space: nowrap;
    color: #003399;
}

.full-width[b-6t5opplgp1] {
    flex-grow: 2;
}

.short-width[b-6t5opplgp1] {
    flex-grow: 0;
    width: 150px;
}

.table-bordered[b-6t5opplgp1] {
    border: 1px solid #003399;
    color: #003399;
}

.table-bordered th[b-6t5opplgp1],td[b-6t5opplgp1]{
    border: 1px solid #003399;
    color: #003399;
}
/* /Components/Pages/Medical/FrontOnly/C2292TblConsentforAnesthesia/Index.razor.rz.scp.css */
input[b-2i4729v6kr] {
    color: #003399;
    width: 100%;
    border: none;
    outline: none;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}

.diagram-title[b-2i4729v6kr] {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    text-decoration: underline;
    color: #003399;
    font-size:16PX;
}

.container-title[b-2i4729v6kr] {
    font-weight: bold;
    margin-bottom: 20px;
    color: #003399;
    font-size: 16PX;
}

.consent-for-anesthesia[b-2i4729v6kr] {
    margin: auto;
    font-family: Cairo;
    border: 1px solid #003399;
    padding: 20px;
    width:95%;
}

.header[b-2i4729v6kr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #003399;
}

.form-container[b-2i4729v6kr] {
    align-items: center;
    width: 100%;
    border: 1px solid #003399;
    color: #003399;
}
.img-style[b-2i4729v6kr] {
    max-height: 80px;
    color: #003399;
    text-align: center;
}

.label-style[b-2i4729v6kr] {
    padding-top:10px;
    margin-top: 10px;
    white-space: nowrap;
    color: #003399;
}

.input-line[b-2i4729v6kr] {
    flex-grow: 1;
    border: none;
    outline: none;
    border-bottom: 1px solid #003399;
    padding: 5px;
    margin-right: 10px;
    color: #003399;
}

.short-width[b-2i4729v6kr] {
    flex-grow: 0;
    width: 100px;
    color: #003399;
}

.right-width[b-2i4729v6kr] {
    width: 50%;
    color: #003399;
    text-align: center;
}

.left-width[b-2i4729v6kr] {
    text-align: center;
    width: 50%;
    color: #003399;
}

.left[b-2i4729v6kr] {
    width: 50%;
    text-align: left;
    direction: ltr;
    color: #003399;
    margin: 5px;
}

.right[b-2i4729v6kr] {
    width: 50%;
    text-align: right;
    direction: rtl;
    color: #003399;
    margin:5px;
}

.form-row[b-2i4729v6kr]{
    margin:5px;
}

.table-bordered[b-2i4729v6kr] {
    color: #003399;
    border: 1px solid #003399;
}

.td-left-width[b-2i4729v6kr]{
    width:30%;
}

.td-right-width[b-2i4729v6kr] {
    width: 70%;
}

.table-container[b-2i4729v6kr] {
    width:100%;
    display: flex;
    justify-content: space-between;
    color: #003399;
}

.checkbox-style[b-2i4729v6kr]{
    width:10px;
}

.p-style[b-2i4729v6kr] {
    color: #003399;
    font-size:16px;
}

.p-e-style[b-2i4729v6kr] {
    color: #003399;
    font-size: 12px;
}

.button-row[b-2i4729v6kr] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-2i4729v6kr] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-2i4729v6kr] {
            background-color: #0056b3;
        }
/* /Components/Pages/Medical/FrontOnly/C2294TblPatientComplaintForm/Index.razor.rz.scp.css */
.button-row[b-otsszw8wax] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-otsszw8wax] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-otsszw8wax] {
            background-color: #0056b3;
        }

.main-container[b-otsszw8wax] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Cairo;
    width: 95%;
    margin: auto;
    border: 1px solid #003366;
    padding: 25px;
    box-sizing: border-box;
}

.header[b-otsszw8wax] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.logo img[b-otsszw8wax] {
    max-height: 80px;
}

.form-container[b-otsszw8wax] {
    width: 100%;
    padding: 20px;
    font-family: Cairo;
}

.container-title[b-otsszw8wax] {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    background-color: lightgrey;
}

.form-row[b-otsszw8wax] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

label[b-otsszw8wax] {
    margin-right: 10px;
    white-space: nowrap;
}

.input-line[b-otsszw8wax] {
    flex-grow: 1;
    border: none;
    outline: none;
    border-bottom: 1px solid black;
    padding: 2px;
    margin-right: 10px;
}

.right-label[b-otsszw8wax] {
    margin-left: 20px;
    margin-right: 10px;
    white-space: nowrap;
}

.right-label-nospace[b-otsszw8wax] {
    white-space: nowrap;
}

.full-width[b-otsszw8wax] {
    flex-grow: 2;
}

.short-width[b-otsszw8wax] {
    flex-grow: 0;
    width: 150px;
}

.image-allign[b-otsszw8wax] {
    text-align: center;
    margin-bottom: 20px;
}

.procedure-table[b-otsszw8wax] {
    width: 100%;
    border-collapse: collapse;
    margin: 10px;
}

    .procedure-table th[b-otsszw8wax], .procedure-table td[b-otsszw8wax] {
        border: 1px solid black;
        text-align: center;
        padding: 5px;
        width: 33%;
    }

    .procedure-table th[b-otsszw8wax] {
        font-weight: bold;
    }

input[b-otsszw8wax] {
    color: #003399;
    width: 100%;
    border: none;
    outline: none;
    padding: 3px;
    box-sizing: border-box;
}

.rtl[b-otsszw8wax] {
    direction: rtl;
    padding-top: 5px;
}

.separator[b-otsszw8wax] {
    border-bottom: 1px solid black;
    margin: 10px 0;
}

.checkbox-container[b-otsszw8wax] {
    display: flex;
    align-items: center;
    gap: 2px;
}

.width-container[b-otsszw8wax] {
    width: 200px;
}

.width-check[b-otsszw8wax] {
    width: 10px;
}
/* /Components/Pages/Medical/FrontOnly/C2295TblRefundForm/Print.razor.rz.scp.css */
.button-row[b-t9nrcy8zw6] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

    .button-row .btn[b-t9nrcy8zw6] {
        padding: 10px 20px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        transition: all 0.2s ease;
    }

        .button-row .btn:hover[b-t9nrcy8zw6] {
            background-color: #0056b3;
        }

.main-container[b-t9nrcy8zw6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Cairo;
    width: 95%;
    margin: auto;
    border: 1px solid #003366;
    padding: 25px;
    box-sizing: border-box;
    direction: rtl;
}

.header[b-t9nrcy8zw6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.logo img[b-t9nrcy8zw6] {
    max-height: 80px;
}

.form-container[b-t9nrcy8zw6] {
    width: 100%;
    padding: 20px;
    font-family: Cairo;
}

.container-title[b-t9nrcy8zw6] {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.form-row[b-t9nrcy8zw6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

label[b-t9nrcy8zw6] {
    margin-right: 10px;
    white-space: nowrap;
    font-weight: bold;
}

.input-line[b-t9nrcy8zw6] {
    flex-grow: 1;
    border: none;
    outline: none;
    border-bottom: 1px solid black;
    padding: 2px;
    margin-right: 10px;
}

.right-label[b-t9nrcy8zw6] {
    margin-left: 20px;
    margin-right: 10px;
    white-space: nowrap;
}

.right-label-nospace[b-t9nrcy8zw6] {
    white-space: nowrap;
}

.full-width[b-t9nrcy8zw6] {
    flex-grow: 2;
}

.short-width[b-t9nrcy8zw6] {
    flex-grow: 0;
    width: 150px;
}

.image-allign[b-t9nrcy8zw6] {
    text-align: center;
    margin-bottom: 20px;
}

.procedure-table[b-t9nrcy8zw6] {
    width: 100%;
    border-collapse: collapse;
    margin: 10px;
}

    .procedure-table th[b-t9nrcy8zw6], .procedure-table td[b-t9nrcy8zw6] {
        border: 1px solid black;
        text-align: center;
        padding: 5px;
        width: 33%;
    }

    .procedure-table th[b-t9nrcy8zw6] {
        font-weight: bold;
    }

input[b-t9nrcy8zw6] {
    color: #003399;
    width: 100%;
    border: none;
    outline: none;
    padding: 3px;
    box-sizing: border-box;
}

textarea[b-t9nrcy8zw6] {
    color: #003399;
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

.rtl[b-t9nrcy8zw6] {
    direction: rtl;
    padding-top: 5px;
}

.separator[b-t9nrcy8zw6] {
    border-bottom: 1px solid black;
    margin: 10px 0;
}

.checkbox-container[b-t9nrcy8zw6] {
    display: flex;
    align-items: center;
    gap: 2px;
}

.width-container[b-t9nrcy8zw6] {
    width: 300px;
}

.width-check[b-t9nrcy8zw6] {
    width: 10px;
}
/* /Components/Pages/Medical/F/C0001TblPatient/Search.razor.rz.scp.css */
main[b-ex9l8igz0y] {
    background-color:#fff;
    width:100%;
    height:100vh;
    margin:0;
    display:flex;
    flex-direction:column;
}
main header[b-ex9l8igz0y]{

}
main header h1[b-ex9l8igz0y]{
    text-align:center;
    padding:5px;
}
    main header nav[b-ex9l8igz0y] {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        box-shadow: 0 5px 50px rgba(1 1 1 / 15%);
        padding: 1px;
        margin: 1px;
        margin-bottom: 20px;
        border-radius: 10px;
        transition: 0.7s ease;
        border: 2px solid var(--cfs-theme-background-color);
        gap: 10px;
        padding: 10px;
    }
        main header nav div[b-ex9l8igz0y] {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            box-shadow: 0 5px 50px rgba(1 1 1 / 15%);
            padding: 1px;
            margin: 1px;
            border-radius: 10px;
            transition: 0.7s ease;
            gap: 10px;
            padding: 10px;
            border: 2px solid var(--cfs-theme-background-color);
        }
button[b-ex9l8igz0y], a[b-ex9l8igz0y] {
    padding: 5px;
    background-color: var(--cfs-theme-background-color);
    color: var(--cfs-theme-text-color);
    display: inline-block;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    width: fit-content;
    transition: 0.5s ease;
}

main section[b-ex9l8igz0y]{
    margin-top:10px;
}
    main section .cfs-search-header[b-ex9l8igz0y] {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        box-shadow: 0 5px 50px rgba(1 1 1 / 15%);
        border: 1px solid var(--cfs-theme-background-color);
        padding: 30px;
        font-size: 0.9rem;
        margin: 20px;
        border-radius: 10px;
        width: auto;
    }
main section .cfs-search-header div[b-ex9l8igz0y] {
    
}
    main section .cfs-search-header div label[b-ex9l8igz0y] {
        background-color: var(--cfs-theme-background-color);
        text-align: center;
        padding: 5px;
        border-radius: 5px;
        width: 100%;
        margin-bottom:5px;
    }
    main section .cfs-search-header div input[b-ex9l8igz0y] {
        text-align: center;
        width: 100%;
    }
main section .cfs-search-details[b-ex9l8igz0y]{

}
main footer[b-ex9l8igz0y]{
    position:fixed;
    bottom:0;
}

[b-ex9l8igz0y]::placeholder{
    text-align:center;
}
/* /Components/Pages/Medical/F/C0007TblBill/Print_QR_Purchase.razor.rz.scp.css */
.Id[b-jnhwj5q8eq] {
    position: absolute;
    top: 175px;
    left: 300px;
    font-weight: 900;
    font-size: 1.1rem;
}

.PatientFK[b-jnhwj5q8eq] {
    position: absolute;
    top: 215px;
    left: 150px;
    font-weight: 900;
    font-size: 1.1rem;
}

.DoctorEnglishName[b-jnhwj5q8eq] {
    position: absolute;
    top: 260px;
    left: 150px;
    font-weight: 900;
    font-size: 1.1rem;
}


.BillDateTime_String[b-jnhwj5q8eq] {
    position: absolute;
    top: 170px;
    left: 830px;
    font-weight: 900;
    font-size: 1.1rem;
}

.NationalityEnglishName[b-jnhwj5q8eq] {
    position: absolute;
    top: 200px;
    left: 800px;
    font-weight: 900;
    font-size: 1.1rem;
}

.ServicesDetailsTable[b-jnhwj5q8eq] {
    position: absolute;
    top: 350px;
    left: 100px;
    font-weight: 900;
    font-size: 1.1rem;
}

.ServicesDetailsTable-tr-td[b-jnhwj5q8eq] {
width:100px;
}

.ServicesDetailsTable-tr-td-ServiceName[b-jnhwj5q8eq] {
width:300px;
}


.TotalPayment[b-jnhwj5q8eq] {
    position: absolute;
    top: 480px;
    left: 130px;
    font-weight: 900;
    font-size: 1.1rem;
}

.BillCashPayment[b-jnhwj5q8eq] {
    position: absolute;
    top: 500px;
    left: 130px;
    font-weight: 900;
    font-size: 1.1rem;
}

.BillVisaPayment[b-jnhwj5q8eq] {
    position: absolute;
    top: 520px;
    left: 130px;
    font-weight: 900;
    font-size: 1.1rem;
}

.BillCredit[b-jnhwj5q8eq] {
    position: absolute;
    top: 540px;
    left: 600px;
    font-weight: 900;
    font-size: 1.1rem;
}

.BillTotalAfterDiscount[b-jnhwj5q8eq] {
    position: absolute;
    top: 480px;
    left: 600px;
    font-weight: 900;
    font-size: 1.1rem;
}

.BillTotalVAT[b-jnhwj5q8eq] {
    position: absolute;
    top: 500px;
    left: 600px;
    font-weight: 900;
    font-size: 1.1rem;
}

.BillTotalAfterVAT[b-jnhwj5q8eq] {
    position: absolute;
    top: 520px;
    left: 600px;
    font-weight: 900;
    font-size: 1.1rem;
}

.QRCodeStr[b-jnhwj5q8eq] {
    position: absolute;
    top: 470px;
    left: 400px;
}

    .QRCodeStr img[b-jnhwj5q8eq] {
        height: 200px;
        width: 200px;
    }
/* /Components/Pages/Medical/F/C0084TblAppointment/Search.razor.rz.scp.css */
#myInput[b-57w0eygiwq] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    font-size: 16px;
    transition: all 0.3s ease;
}

    #myInput:focus[b-57w0eygiwq] {
        border-color: #555;
        outline: none;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }


.loader-container[b-57w0eygiwq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.loader[b-57w0eygiwq] {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-57w0eygiwq 1s linear infinite;
    margin-bottom: 20px;
}

@keyframes spin-b-57w0eygiwq {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-text[b-57w0eygiwq] {
    color: #333;
    font-size: 18px;
}

.progress-bar[b-57w0eygiwq] {
    width: 100%;
    height: 10px;
    background-color: #eee;
    border-radius: 5px;
    margin-top: 10px;
}

.progress-bar-fill[b-57w0eygiwq] {
    height: 100%;
    background-color: #3498db;
    width: 0%; /* Initially 0% progress */
    border-radius: 5px;
    transition: width 0.5s ease-in-out;
}

.progress-number[b-57w0eygiwq] {
    text-align: center;
    margin-top: 5px;
    color: #333;
}
/* /Components/Pages/Medical/F/C0084TblAppointment/SearchMarwa.razor.rz.scp.css */
#myInput[b-5mvilcxrru] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    font-size: 16px;
    transition: all 0.3s ease;
}

    #myInput:focus[b-5mvilcxrru] {
        border-color: #555;
        outline: none;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }


.loader-container[b-5mvilcxrru] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.loader[b-5mvilcxrru] {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-5mvilcxrru 1s linear infinite;
    margin-bottom: 20px;
}

@keyframes spin-b-5mvilcxrru {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-text[b-5mvilcxrru] {
    color: #333;
    font-size: 18px;
}

.progress-bar[b-5mvilcxrru] {
    width: 100%;
    height: 10px;
    background-color: #eee;
    border-radius: 5px;
    margin-top: 10px;
}

.progress-bar-fill[b-5mvilcxrru] {
    height: 100%;
    background-color: #3498db;
    width: 0%; /* Initially 0% progress */
    border-radius: 5px;
    transition: width 0.5s ease-in-out;
}

.progress-number[b-5mvilcxrru] {
    text-align: center;
    margin-top: 5px;
    color: #333;
}
/* /Components/Pages/Medical/F/C0103TblPatientVisit/EditNew.razor.rz.scp.css */
/*body {
    background-color: #202936;
    margin: 0;
    color: #eee;
    font-family: system-ui;
}*/

.container[b-0lz7iyzxb7] {
    width: 1000px;
    max-width: 100%;
    margin: auto;
}

.nav-tabs[b-0lz7iyzxb7] {
    position: relative;
    background-image: linear-gradient( to bottom right, #25AEB8, #0DDB9F);
    padding: 0;
    margin: 50px 0 0;
    list-style: none;
    display: flex;
    max-width: fit-content;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    z-index: 1;
    overflow: hidden;
}

    .nav-tabs .nav-item[b-0lz7iyzxb7] {
        font-weight: bold;
        font-size: 20px;
        width: 80px;
        padding: 20px;
        text-align: center;
        border-right: 1px solid #1d868d;
        cursor: pointer;
        transition: 0.5s;
    }

        .nav-tabs .nav-item:nth-last-child(1)[b-0lz7iyzxb7] {
            border-right: none;
        }

        .nav-tabs .nav-item.active[b-0lz7iyzxb7] {
            color: #555;
        }

    .nav-tabs .bg-active[b-0lz7iyzxb7] {
        position: absolute;
        left: 0;
        width: 80px;
        padding: 20px;
        background-color: #eee;
        height: 100%;
        z-index: -1;
        transition: 0.5s;
    }

.content-tabs[b-0lz7iyzxb7] {
    border-radius: 10px;
    border-top-left-radius: 0;
    min-height: 300px;
    background-color: #eee;
    color: #333;
    padding: 30px;
    text-align: justify;
}

    .content-tabs .tab[b-0lz7iyzxb7] {
        display: none;
    }

        .content-tabs .tab.active[b-0lz7iyzxb7] {
            display: block;
            animation: showcontent-b-0lz7iyzxb7 0.5s ease-in-out 1;
        }

@keyframes showcontent-b-0lz7iyzxb7 {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Pages/Medical/Instructions/C2184TblPostDermabrationInstructions/Index.razor.rz.scp.css */
.container[b-ufmuvawz8d] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-ufmuvawz8d] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.details-section[b-ufmuvawz8d] {
    width: 48%;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

    .details-section.arabic[b-ufmuvawz8d] {
        text-align: right;
        direction: rtl;
    }

label[b-ufmuvawz8d] {
    font-weight: 600;
}

.instructions[b-ufmuvawz8d] {
    display: flex;
    justify-content: space-between;
}

.instructions-section[b-ufmuvawz8d] {
    width: 48%;
}

    .instructions-section.arabic[b-ufmuvawz8d] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

h2[b-ufmuvawz8d] {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

ol[b-ufmuvawz8d] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-ufmuvawz8d] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-ufmuvawz8d] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/Instructions/C2187TblPostLaserInstructions/Index.razor.rz.scp.css */
.container[b-45kbz37jix] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-45kbz37jix] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.details-section[b-45kbz37jix] {
    width: 48%;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

    .details-section.arabic[b-45kbz37jix] {
        text-align: right;
        direction: rtl;
    }

label[b-45kbz37jix] {
    font-weight: 600;
}

.instructions[b-45kbz37jix] {
    display: flex;
    justify-content: space-between;
}

.instructions-section[b-45kbz37jix] {
    width: 48%;
}

    .instructions-section.arabic[b-45kbz37jix] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

h2[b-45kbz37jix] {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

ol[b-45kbz37jix] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-45kbz37jix] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-45kbz37jix] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/Instructions/C2188TblPostLiposuctionInstructions/Index.razor.rz.scp.css */
.container[b-ccrwwbkme8] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-ccrwwbkme8] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.details-section[b-ccrwwbkme8] {
    width: 48%;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

    .details-section.arabic[b-ccrwwbkme8] {
        text-align: right;
        direction: rtl;
    }

label[b-ccrwwbkme8] {
    font-weight: 600;
}

.instructions[b-ccrwwbkme8] {
    display: flex;
    justify-content: space-between;
}

.instructions-section[b-ccrwwbkme8] {
    width: 48%;
}

    .instructions-section.arabic[b-ccrwwbkme8] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

h2[b-ccrwwbkme8] {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

ol[b-ccrwwbkme8] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-ccrwwbkme8] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-ccrwwbkme8] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/Instructions/C2190TblPostNoseJobInstructions/Index.razor.rz.scp.css */
.container[b-okm52wvks6] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-okm52wvks6] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.details-section[b-okm52wvks6] {
    width: 48%;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

    .details-section.arabic[b-okm52wvks6] {
        text-align: right;
        direction: rtl;
    }

label[b-okm52wvks6] {
    font-weight: 600;
}

.instructions[b-okm52wvks6] {
    display: flex;
    justify-content: space-between;
}

.instructions-section[b-okm52wvks6] {
    width: 48%;
}

    .instructions-section.arabic[b-okm52wvks6] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

h2[b-okm52wvks6] {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

ol[b-okm52wvks6] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-okm52wvks6] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-okm52wvks6] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/Instructions/C2193TblPreAdmissionInstructions/Index.razor.rz.scp.css */
.container[b-dojqvz0xpg] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-dojqvz0xpg] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight:bold;
}

.details-section[b-dojqvz0xpg] {
    width: 48%;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    gap:20px;
    margin-bottom: 20px;
}

    .details-section.arabic[b-dojqvz0xpg] {
        text-align: right;
        direction: rtl;
    }

label[b-dojqvz0xpg] {
    font-weight: 600;
}

.instructions[b-dojqvz0xpg] {
    display: flex;
    justify-content: space-between;
}

.instructions-section[b-dojqvz0xpg] {
    width: 48%;
}

    .instructions-section.arabic[b-dojqvz0xpg] {
        text-align: right;
        direction: rtl;
        font-size:1.2rem;
    }

h2[b-dojqvz0xpg] {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight:bold;
}

ol[b-dojqvz0xpg] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-dojqvz0xpg] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-dojqvz0xpg] {
    margin-bottom: 10px;
    margin-left:-30px;
    margin-right:-20px;
}
/* /Components/Pages/Medical/Instructions/C2199TblSiliconStripsInstructions/Index.razor.rz.scp.css */
.container[b-jw1jwpnd45] {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    background-color: white;
    direction: ltr; /* English layout default */
}

h1[b-jw1jwpnd45] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.details-section[b-jw1jwpnd45] {
    width: 48%;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

    .details-section.arabic[b-jw1jwpnd45] {
        text-align: right;
        direction: rtl;
    }

label[b-jw1jwpnd45] {
    font-weight: 600;
}

.instructions[b-jw1jwpnd45] {
    display: flex;
    justify-content: space-between;
}

.instructions-section[b-jw1jwpnd45] {
    width: 48%;
}

    .instructions-section.arabic[b-jw1jwpnd45] {
        text-align: right;
        direction: rtl;
        font-size: 1.2rem;
    }

h2[b-jw1jwpnd45] {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

ol[b-jw1jwpnd45] {
    margin-left: 20px;
    line-height: 1.6;
}

.instructions-section.arabic ol[b-jw1jwpnd45] {
    margin-left: 0;
    margin-right: 20px;
}

ol li[b-jw1jwpnd45] {
    margin-bottom: 10px;
    margin-left: -30px;
    margin-right: -20px;
}
/* /Components/Pages/Medical/Orders/C2139TblAbdominoplastyOrders/Index.razor.rz.scp.css */


*[b-8ycbxpkaze] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body[b-8ycbxpkaze] {
    line-height: 1.6;
    padding: 20px;
}

.medical-form[b-8ycbxpkaze] {
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid;
    border-radius: 8px;
    /*    box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/
}

.form-header[b-8ycbxpkaze] {
    /*    background: var(--header-bg);*/
    padding: 20px;
    /*    border-bottom: 2px solid var(--border-color);*/
    /*    border-radius: 8px 8px 0 0;*/
}

.patient-info[b-8ycbxpkaze] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}

.input-group[b-8ycbxpkaze] {
    margin-bottom: 10px;
}

    .input-group label[b-8ycbxpkaze] {
        display: block;
        font-weight: 600;
        margin-bottom: 5px;
        font-size: 0.9rem;
    }

    .input-group input[b-8ycbxpkaze] {
        width: 95%;
        padding: 3px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.procedure-info[b-8ycbxpkaze] {
    display: flex;
    justify-content: space-between;
    padding: 2px 20px;
}

.orders-table[b-8ycbxpkaze] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .orders-table th[b-8ycbxpkaze] {
        /*        background: var(--header-bg);*/
        padding: 12px;
        text-align: center;
        background-color: #f5f5f5;
        font-weight: bold;
        font-size: 20px;
        border: 1px solid #ccc;
    }

.category-header td[b-8ycbxpkaze] {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: start;
    font-weight: bold;
}

.order-row td[b-8ycbxpkaze] {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: start;
}

.checkbox-cell[b-8ycbxpkaze] {
    text-align: center;
    width: 40px;
}

.remarks-cell[b-8ycbxpkaze] {
    min-width: 150px;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
}

.legend[b-8ycbxpkaze] {
    padding: 20px;
    /*    background: var(--header-bg);*/
    /*    border-top: 1px solid var(--border-color);*/
    font-size: 0.9rem;
}

.doctor-signature[b-8ycbxpkaze] {
    padding: 20px;
    text-align: right;
    /*    border-top: 1px solid var(--border-color);*/
}

/* Template for generating consistent order rows */
.order-template[b-8ycbxpkaze] {
    display: none; /* Hide the template */
}
/* /Components/Pages/Medical/Orders/C2143TblBlepharoplastyOrders/Index.razor.rz.scp.css */


*[b-tinod9rr4e] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body[b-tinod9rr4e] {
    line-height: 1.6;
    padding: 20px;
}

.medical-form[b-tinod9rr4e] {
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid;
    border-radius: 8px;
    /*    box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/
}

.form-header[b-tinod9rr4e] {
    /*    background: var(--header-bg);*/
    padding: 20px;
    /*    border-bottom: 2px solid var(--border-color);*/
    /*    border-radius: 8px 8px 0 0;*/
}

.patient-info[b-tinod9rr4e] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}

.input-group[b-tinod9rr4e] {
    margin-bottom: 10px;
}

    .input-group label[b-tinod9rr4e] {
        display: block;
        font-weight: 600;
        margin-bottom: 5px;
        font-size: 0.9rem;
    }

    .input-group input[b-tinod9rr4e] {
        width: 95%;
        padding: 3px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.procedure-info[b-tinod9rr4e] {
    display: flex;
    justify-content: space-between;
    padding: 2px 20px;
}

.orders-table[b-tinod9rr4e] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .orders-table th[b-tinod9rr4e] {
        /*        background: var(--header-bg);*/
        padding: 12px;
        text-align: center;
        background-color: #f5f5f5;
        font-weight: bold;
        font-size: 20px;
        border: 1px solid #ccc;
    }

.category-header td[b-tinod9rr4e] {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: start;
    font-weight: bold;
}

.order-row td[b-tinod9rr4e] {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: start;
}

.checkbox-cell[b-tinod9rr4e] {
    text-align: center;
    width: 40px;
}

.remarks-cell[b-tinod9rr4e] {
    min-width: 150px;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
}

.legend[b-tinod9rr4e] {
    padding: 20px;
    /*    background: var(--header-bg);*/
    /*    border-top: 1px solid var(--border-color);*/
    font-size: 0.9rem;
}

.doctor-signature[b-tinod9rr4e] {
    padding: 20px;
    text-align: right;
    /*    border-top: 1px solid var(--border-color);*/
}

/* Template for generating consistent order rows */
.order-template[b-tinod9rr4e] {
    display: none; /* Hide the template */
}
/* /Components/Pages/Medical/Orders/C2144TblBrachioplastyOrders/Index.razor.rz.scp.css */


*[b-qbksm9z0le] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body[b-qbksm9z0le] {
    line-height: 1.6;
    padding: 20px;
}

.medical-form[b-qbksm9z0le] {
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid;
    border-radius: 8px;
    /*    box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/
}

.form-header[b-qbksm9z0le] {
    /*    background: var(--header-bg);*/
    padding: 20px;
    /*    border-bottom: 2px solid var(--border-color);*/
    /*    border-radius: 8px 8px 0 0;*/
}

.patient-info[b-qbksm9z0le] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}

.input-group[b-qbksm9z0le] {
    margin-bottom: 10px;
}

    .input-group label[b-qbksm9z0le] {
        display: block;
        font-weight: 600;
        margin-bottom: 5px;
        font-size: 0.9rem;
    }

    .input-group input[b-qbksm9z0le] {
        width: 95%;
        padding: 3px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.procedure-info[b-qbksm9z0le] {
    display: flex;
    justify-content: space-between;
    padding: 2px 20px;
}

.orders-table[b-qbksm9z0le] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .orders-table th[b-qbksm9z0le] {
        /*        background: var(--header-bg);*/
        padding: 12px;
        text-align: center;
        background-color: #f5f5f5;
        font-weight: bold;
        font-size: 20px;
        border: 1px solid #ccc;
    }

.category-header td[b-qbksm9z0le] {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: start;
    font-weight: bold;
}

.order-row td[b-qbksm9z0le] {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: start;
}

.checkbox-cell[b-qbksm9z0le] {
    text-align: center;
    width: 40px;
}

.remarks-cell[b-qbksm9z0le] {
    min-width: 150px;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
}

.legend[b-qbksm9z0le] {
    padding: 20px;
    /*    background: var(--header-bg);*/
    /*    border-top: 1px solid var(--border-color);*/
    font-size: 0.9rem;
}

.doctor-signature[b-qbksm9z0le] {
    padding: 20px;
    text-align: right;
    /*    border-top: 1px solid var(--border-color);*/
}

/* Template for generating consistent order rows */
.order-template[b-qbksm9z0le] {
    display: none; /* Hide the template */
}
/* /Components/Pages/Medical/Orders/C2145TblBreastAugmentationOrders/Index.razor.rz.scp.css */


*[b-bguohj5puj] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body[b-bguohj5puj] {
    line-height: 1.6;
    padding: 20px;
}

.medical-form[b-bguohj5puj] {
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid;
    border-radius: 8px;
    /*    box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/
}

.form-header[b-bguohj5puj] {
    /*    background: var(--header-bg);*/
    padding: 20px;
    /*    border-bottom: 2px solid var(--border-color);*/
    /*    border-radius: 8px 8px 0 0;*/
}

.patient-info[b-bguohj5puj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}

.input-group[b-bguohj5puj] {
    margin-bottom: 10px;
}

    .input-group label[b-bguohj5puj] {
        display: block;
        font-weight: 600;
        margin-bottom: 5px;
        font-size: 0.9rem;
    }

    .input-group input[b-bguohj5puj] {
        width: 95%;
        padding: 3px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.procedure-info[b-bguohj5puj] {
    display: flex;
    justify-content: space-between;
    padding: 2px 20px;
}

.orders-table[b-bguohj5puj] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .orders-table th[b-bguohj5puj] {
        /*        background: var(--header-bg);*/
        padding: 12px;
        text-align: center;
        background-color: #f5f5f5;
        font-weight: bold;
        font-size: 20px;
        border: 1px solid #ccc;
    }

.category-header td[b-bguohj5puj] {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: start;
    font-weight: bold;
}

.order-row td[b-bguohj5puj] {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: start;
}

.checkbox-cell[b-bguohj5puj] {
    text-align: center;
    width: 40px;
}

.remarks-cell[b-bguohj5puj] {
    min-width: 150px;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
}

.legend[b-bguohj5puj] {
    padding: 20px;
    /*    background: var(--header-bg);*/
    /*    border-top: 1px solid var(--border-color);*/
    font-size: 0.9rem;
}

.doctor-signature[b-bguohj5puj] {
    padding: 20px;
    text-align: right;
    /*    border-top: 1px solid var(--border-color);*/
}

/* Template for generating consistent order rows */
.order-template[b-bguohj5puj] {
    display: none; /* Hide the template */
}
/* /Components/Pages/Medical/Orders/C2147TblBreastReductionOrders/Index.razor.rz.scp.css */


*[b-5dv60fiiqc] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body[b-5dv60fiiqc] {
    line-height: 1.6;
    padding: 20px;
}

.medical-form[b-5dv60fiiqc] {
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid;
    border-radius: 8px;
    /*    box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/
}

.form-header[b-5dv60fiiqc] {
    /*    background: var(--header-bg);*/
    padding: 20px;
    /*    border-bottom: 2px solid var(--border-color);*/
    /*    border-radius: 8px 8px 0 0;*/
}

.patient-info[b-5dv60fiiqc] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}

.input-group[b-5dv60fiiqc] {
    margin-bottom: 10px;
}

    .input-group label[b-5dv60fiiqc] {
        display: block;
        font-weight: 600;
        margin-bottom: 5px;
        font-size: 0.9rem;
    }

    .input-group input[b-5dv60fiiqc] {
        width: 95%;
        padding: 3px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.procedure-info[b-5dv60fiiqc] {
    display: flex;
    justify-content: space-between;
    padding: 2px 20px;
}

.orders-table[b-5dv60fiiqc] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .orders-table th[b-5dv60fiiqc] {
        /*        background: var(--header-bg);*/
        padding: 12px;
        text-align: center;
        background-color: #f5f5f5;
        font-weight: bold;
        font-size: 20px;
        border: 1px solid #ccc;
    }

.category-header td[b-5dv60fiiqc] {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: start;
    font-weight: bold;
}

.order-row td[b-5dv60fiiqc] {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: start;
}

.checkbox-cell[b-5dv60fiiqc] {
    text-align: center;
    width: 40px;
}

.remarks-cell[b-5dv60fiiqc] {
    min-width: 150px;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
}

.legend[b-5dv60fiiqc] {
    padding: 20px;
    /*    background: var(--header-bg);*/
    /*    border-top: 1px solid var(--border-color);*/
    font-size: 0.9rem;
}

.doctor-signature[b-5dv60fiiqc] {
    padding: 20px;
    text-align: right;
    /*    border-top: 1px solid var(--border-color);*/
}

/* Template for generating consistent order rows */
.order-template[b-5dv60fiiqc] {
    display: none; /* Hide the template */
}
/* /Components/Pages/Medical/Orders/C2149TblBrowLiftOrders/Index.razor.rz.scp.css */


*[b-ei1fh2jqod] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body[b-ei1fh2jqod] {
    line-height: 1.6;
    padding: 20px;
}

.medical-form[b-ei1fh2jqod] {
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid;
    border-radius: 8px;
    /*    box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/
}

.form-header[b-ei1fh2jqod] {
    /*    background: var(--header-bg);*/
    padding: 20px;
    /*    border-bottom: 2px solid var(--border-color);*/
    /*    border-radius: 8px 8px 0 0;*/
}

.patient-info[b-ei1fh2jqod] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}

.input-group[b-ei1fh2jqod] {
    margin-bottom: 10px;
}

    .input-group label[b-ei1fh2jqod] {
        display: block;
        font-weight: 600;
        margin-bottom: 5px;
        font-size: 0.9rem;
    }

    .input-group input[b-ei1fh2jqod] {
        width: 95%;
        padding: 3px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.procedure-info[b-ei1fh2jqod] {
    display: flex;
    justify-content: space-between;
    padding: 2px 20px;
}

.orders-table[b-ei1fh2jqod] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .orders-table th[b-ei1fh2jqod] {
        /*        background: var(--header-bg);*/
        padding: 12px;
        text-align: center;
        background-color: #f5f5f5;
        font-weight: bold;
        font-size: 20px;
        border: 1px solid #ccc;
    }

.category-header td[b-ei1fh2jqod] {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: start;
    font-weight: bold;
}

.order-row td[b-ei1fh2jqod] {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: start;
}

.checkbox-cell[b-ei1fh2jqod] {
    text-align: center;
    width: 40px;
}

.remarks-cell[b-ei1fh2jqod] {
    min-width: 150px;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
}

.legend[b-ei1fh2jqod] {
    padding: 20px;
    /*    background: var(--header-bg);*/
    /*    border-top: 1px solid var(--border-color);*/
    font-size: 0.9rem;
}

.doctor-signature[b-ei1fh2jqod] {
    padding: 20px;
    text-align: right;
    /*    border-top: 1px solid var(--border-color);*/
}

/* Template for generating consistent order rows */
.order-template[b-ei1fh2jqod] {
    display: none; /* Hide the template */
}
/* /Components/Pages/Medical/Orders/C2156TblFaceLiftOrders/Index.razor.rz.scp.css */


*[b-hjj4dupl6v] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body[b-hjj4dupl6v] {
    line-height: 1.6;
    padding: 20px;
}

.medical-form[b-hjj4dupl6v] {
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid;
    border-radius: 8px;
    /*    box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/
}

.form-header[b-hjj4dupl6v] {
    /*    background: var(--header-bg);*/
    padding: 20px;
    /*    border-bottom: 2px solid var(--border-color);*/
    /*    border-radius: 8px 8px 0 0;*/
}

.patient-info[b-hjj4dupl6v] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}

.input-group[b-hjj4dupl6v] {
    margin-bottom: 10px;
}

    .input-group label[b-hjj4dupl6v] {
        display: block;
        font-weight: 600;
        margin-bottom: 5px;
        font-size: 0.9rem;
    }

    .input-group input[b-hjj4dupl6v] {
        width: 95%;
        padding: 3px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.procedure-info[b-hjj4dupl6v] {
    display: flex;
    justify-content: space-between;
    padding: 2px 20px;
}

.orders-table[b-hjj4dupl6v] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .orders-table th[b-hjj4dupl6v] {
        /*        background: var(--header-bg);*/
        padding: 12px;
        text-align: center;
        background-color: #f5f5f5;
        font-weight: bold;
        font-size: 20px;
        border: 1px solid #ccc;
    }

.category-header td[b-hjj4dupl6v] {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: start;
    font-weight: bold;
}

.order-row td[b-hjj4dupl6v] {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: start;
}

.checkbox-cell[b-hjj4dupl6v] {
    text-align: center;
    width: 40px;
}

.remarks-cell[b-hjj4dupl6v] {
    min-width: 150px;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
}

.legend[b-hjj4dupl6v] {
    padding: 20px;
    /*    background: var(--header-bg);*/
    /*    border-top: 1px solid var(--border-color);*/
    font-size: 0.9rem;
}

.doctor-signature[b-hjj4dupl6v] {
    padding: 20px;
    text-align: right;
    /*    border-top: 1px solid var(--border-color);*/
}

/* Template for generating consistent order rows */
.order-template[b-hjj4dupl6v] {
    display: none; /* Hide the template */
}
/* /Components/Pages/Medical/Orders/C2158TblFatInjectionButtocksOrders/Index.razor.rz.scp.css */


*[b-tyqgpm1xmd] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body[b-tyqgpm1xmd] {
    line-height: 1.6;
    padding: 20px;
}

.medical-form[b-tyqgpm1xmd] {
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid;
    border-radius: 8px;
    /*    box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/
}

.form-header[b-tyqgpm1xmd] {
    /*    background: var(--header-bg);*/
    padding: 20px;
    /*    border-bottom: 2px solid var(--border-color);*/
    /*    border-radius: 8px 8px 0 0;*/
}

.patient-info[b-tyqgpm1xmd] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}

.input-group[b-tyqgpm1xmd] {
    margin-bottom: 10px;
}

    .input-group label[b-tyqgpm1xmd] {
        display: block;
        font-weight: 600;
        margin-bottom: 5px;
        font-size: 0.9rem;
    }

    .input-group input[b-tyqgpm1xmd] {
        width: 95%;
        padding: 3px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.procedure-info[b-tyqgpm1xmd] {
    display: flex;
    justify-content: space-between;
    padding: 2px 20px;
}

.orders-table[b-tyqgpm1xmd] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .orders-table th[b-tyqgpm1xmd] {
        /*        background: var(--header-bg);*/
        padding: 12px;
        text-align: center;
        background-color: #f5f5f5;
        font-weight: bold;
        font-size: 20px;
        border: 1px solid #ccc;
    }

.category-header td[b-tyqgpm1xmd] {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: start;
    font-weight: bold;
}

.order-row td[b-tyqgpm1xmd] {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: start;
}

.checkbox-cell[b-tyqgpm1xmd] {
    text-align: center;
    width: 40px;
}

.remarks-cell[b-tyqgpm1xmd] {
    min-width: 150px;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
}

.legend[b-tyqgpm1xmd] {
    padding: 20px;
    /*    background: var(--header-bg);*/
    /*    border-top: 1px solid var(--border-color);*/
    font-size: 0.9rem;
}

.doctor-signature[b-tyqgpm1xmd] {
    padding: 20px;
    text-align: right;
    /*    border-top: 1px solid var(--border-color);*/
}

/* Template for generating consistent order rows */
.order-template[b-tyqgpm1xmd] {
    display: none; /* Hide the template */
}
/* /Components/Pages/Medical/Orders/C2160TblFatInjectionFaceHandsOrders/Index.razor.rz.scp.css */


*[b-drakrsy38t] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body[b-drakrsy38t] {
    line-height: 1.6;
    padding: 20px;
}

.medical-form[b-drakrsy38t] {
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid;
    border-radius: 8px;
    /*    box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/
}

.form-header[b-drakrsy38t] {
    /*    background: var(--header-bg);*/
    padding: 20px;
    /*    border-bottom: 2px solid var(--border-color);*/
    /*    border-radius: 8px 8px 0 0;*/
}

.patient-info[b-drakrsy38t] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}

.input-group[b-drakrsy38t] {
    margin-bottom: 10px;
}

    .input-group label[b-drakrsy38t] {
        display: block;
        font-weight: 600;
        margin-bottom: 5px;
        font-size: 0.9rem;
    }

    .input-group input[b-drakrsy38t] {
        width: 95%;
        padding: 3px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.procedure-info[b-drakrsy38t] {
    display: flex;
    justify-content: space-between;
    padding: 2px 20px;
}

.orders-table[b-drakrsy38t] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .orders-table th[b-drakrsy38t] {
        /*        background: var(--header-bg);*/
        padding: 12px;
        text-align: center;
        background-color: #f5f5f5;
        font-weight: bold;
        font-size: 20px;
        border: 1px solid #ccc;
    }

.category-header td[b-drakrsy38t] {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: start;
    font-weight: bold;
}

.order-row td[b-drakrsy38t] {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: start;
}

.checkbox-cell[b-drakrsy38t] {
    text-align: center;
    width: 40px;
}

.remarks-cell[b-drakrsy38t] {
    min-width: 150px;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
}

.legend[b-drakrsy38t] {
    padding: 20px;
    /*    background: var(--header-bg);*/
    /*    border-top: 1px solid var(--border-color);*/
    font-size: 0.9rem;
}

.doctor-signature[b-drakrsy38t] {
    padding: 20px;
    text-align: right;
    /*    border-top: 1px solid var(--border-color);*/
}

/* Template for generating consistent order rows */
.order-template[b-drakrsy38t] {
    display: none; /* Hide the template */
}
/* /Components/Pages/Medical/Orders/C2164TblGynecomastiaRepairOrders/Index.razor.rz.scp.css */


*[b-9uaeyvdn8u] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body[b-9uaeyvdn8u] {
    line-height: 1.6;
    padding: 20px;
}

.medical-form[b-9uaeyvdn8u] {
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid;
    border-radius: 8px;
    /*    box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/
}

.form-header[b-9uaeyvdn8u] {
    /*    background: var(--header-bg);*/
    padding: 20px;
    /*    border-bottom: 2px solid var(--border-color);*/
    /*    border-radius: 8px 8px 0 0;*/
}

.patient-info[b-9uaeyvdn8u] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}

.input-group[b-9uaeyvdn8u] {
    margin-bottom: 10px;
}

    .input-group label[b-9uaeyvdn8u] {
        display: block;
        font-weight: 600;
        margin-bottom: 5px;
        font-size: 0.9rem;
    }

    .input-group input[b-9uaeyvdn8u] {
        width: 95%;
        padding: 3px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.procedure-info[b-9uaeyvdn8u] {
    display: flex;
    justify-content: space-between;
    padding: 2px 20px;
}

.orders-table[b-9uaeyvdn8u] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .orders-table th[b-9uaeyvdn8u] {
        /*        background: var(--header-bg);*/
        padding: 12px;
        text-align: center;
        background-color: #f5f5f5;
        font-weight: bold;
        font-size: 20px;
        border: 1px solid #ccc;
    }

.category-header td[b-9uaeyvdn8u] {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: start;
    font-weight: bold;
}

.order-row td[b-9uaeyvdn8u] {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: start;
}

.checkbox-cell[b-9uaeyvdn8u] {
    text-align: center;
    width: 40px;
}

.remarks-cell[b-9uaeyvdn8u] {
    min-width: 150px;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
}

.legend[b-9uaeyvdn8u] {
    padding: 20px;
    /*    background: var(--header-bg);*/
    /*    border-top: 1px solid var(--border-color);*/
    font-size: 0.9rem;
}

.doctor-signature[b-9uaeyvdn8u] {
    padding: 20px;
    text-align: right;
    /*    border-top: 1px solid var(--border-color);*/
}

/* Template for generating consistent order rows */
.order-template[b-9uaeyvdn8u] {
    display: none; /* Hide the template */
}
/* /Components/Pages/Medical/Orders/C2174TblLiposuctionOrders/Index.razor.rz.scp.css */


*[b-pzty5q67af] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body[b-pzty5q67af] {
    line-height: 1.6;
    padding: 20px;
}

.medical-form[b-pzty5q67af] {
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid;
    border-radius: 8px;
    /*    box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/
}

.form-header[b-pzty5q67af] {
    /*    background: var(--header-bg);*/
    padding: 20px;
    /*    border-bottom: 2px solid var(--border-color);*/
    /*    border-radius: 8px 8px 0 0;*/
}

.patient-info[b-pzty5q67af] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}

.input-group[b-pzty5q67af] {
    margin-bottom: 10px;
}

    .input-group label[b-pzty5q67af] {
        display: block;
        font-weight: 600;
        margin-bottom: 5px;
        font-size: 0.9rem;
    }

    .input-group input[b-pzty5q67af] {
        width: 95%;
        padding: 3px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.procedure-info[b-pzty5q67af] {
    display: flex;
    justify-content: space-between;
    padding: 2px 20px;
}

.orders-table[b-pzty5q67af] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .orders-table th[b-pzty5q67af] {
        /*        background: var(--header-bg);*/
        padding: 12px;
        text-align: center;
        background-color: #f5f5f5;
        font-weight: bold;
        font-size: 20px;
        border: 1px solid #ccc;
    }

.category-header td[b-pzty5q67af] {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: start;
    font-weight: bold;
}

.order-row td[b-pzty5q67af] {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: start;
}

.checkbox-cell[b-pzty5q67af] {
    text-align: center;
    width: 40px;
}

.remarks-cell[b-pzty5q67af] {
    min-width: 150px;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
}

.legend[b-pzty5q67af] {
    padding: 20px;
    /*    background: var(--header-bg);*/
    /*    border-top: 1px solid var(--border-color);*/
    font-size: 0.9rem;
}

.doctor-signature[b-pzty5q67af] {
    padding: 20px;
    text-align: right;
    /*    border-top: 1px solid var(--border-color);*/
}

/* Template for generating consistent order rows */
.order-template[b-pzty5q67af] {
    display: none; /* Hide the template */
}
/* /Components/Pages/Medical/Orders/C2175TblMastopexyOrders/Index.razor.rz.scp.css */


*[b-yccuhaet9c] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body[b-yccuhaet9c] {
    line-height: 1.6;
    padding: 20px;
}

.medical-form[b-yccuhaet9c] {
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid;
    border-radius: 8px;
    /*    box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/
}

.form-header[b-yccuhaet9c] {
    /*    background: var(--header-bg);*/
    padding: 20px;
    /*    border-bottom: 2px solid var(--border-color);*/
    /*    border-radius: 8px 8px 0 0;*/
}

.patient-info[b-yccuhaet9c] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}

.input-group[b-yccuhaet9c] {
    margin-bottom: 10px;
}

    .input-group label[b-yccuhaet9c] {
        display: block;
        font-weight: 600;
        margin-bottom: 5px;
        font-size: 0.9rem;
    }

    .input-group input[b-yccuhaet9c] {
        width: 95%;
        padding: 3px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.procedure-info[b-yccuhaet9c] {
    display: flex;
    justify-content: space-between;
    padding: 2px 20px;
}

.orders-table[b-yccuhaet9c] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .orders-table th[b-yccuhaet9c] {
        /*        background: var(--header-bg);*/
        padding: 12px;
        text-align: center;
        background-color: #f5f5f5;
        font-weight: bold;
        font-size: 20px;
        border: 1px solid #ccc;
    }

.category-header td[b-yccuhaet9c] {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: start;
    font-weight: bold;
}

.order-row td[b-yccuhaet9c] {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: start;
}

.checkbox-cell[b-yccuhaet9c] {
    text-align: center;
    width: 40px;
}

.remarks-cell[b-yccuhaet9c] {
    min-width: 150px;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
}

.legend[b-yccuhaet9c] {
    padding: 20px;
    /*    background: var(--header-bg);*/
    /*    border-top: 1px solid var(--border-color);*/
    font-size: 0.9rem;
}

.doctor-signature[b-yccuhaet9c] {
    padding: 20px;
    text-align: right;
    /*    border-top: 1px solid var(--border-color);*/
}

/* Template for generating consistent order rows */
.order-template[b-yccuhaet9c] {
    display: none; /* Hide the template */
}
/* /Components/Pages/Medical/Orders/C2178TblOtoplastyOrders/Index.razor.rz.scp.css */


*[b-7uoxlyv2m4] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body[b-7uoxlyv2m4] {
    line-height: 1.6;
    padding: 20px;
}

.medical-form[b-7uoxlyv2m4] {
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid;
    border-radius: 8px;
    /*    box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/
}

.form-header[b-7uoxlyv2m4] {
    /*    background: var(--header-bg);*/
    padding: 20px;
    /*    border-bottom: 2px solid var(--border-color);*/
    /*    border-radius: 8px 8px 0 0;*/
}

.patient-info[b-7uoxlyv2m4] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}

.input-group[b-7uoxlyv2m4] {
    margin-bottom: 10px;
}

    .input-group label[b-7uoxlyv2m4] {
        display: block;
        font-weight: 600;
        margin-bottom: 5px;
        font-size: 0.9rem;
    }

    .input-group input[b-7uoxlyv2m4] {
        width: 95%;
        padding: 3px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.procedure-info[b-7uoxlyv2m4] {
    display: flex;
    justify-content: space-between;
    padding: 2px 20px;
}

.orders-table[b-7uoxlyv2m4] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .orders-table th[b-7uoxlyv2m4] {
        /*        background: var(--header-bg);*/
        padding: 12px;
        text-align: center;
        background-color: #f5f5f5;
        font-weight: bold;
        font-size: 20px;
        border: 1px solid #ccc;
    }

.category-header td[b-7uoxlyv2m4] {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: start;
    font-weight: bold;
}

.order-row td[b-7uoxlyv2m4] {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: start;
}

.checkbox-cell[b-7uoxlyv2m4] {
    text-align: center;
    width: 40px;
}

.remarks-cell[b-7uoxlyv2m4] {
    min-width: 150px;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
}

.legend[b-7uoxlyv2m4] {
    padding: 20px;
    /*    background: var(--header-bg);*/
    /*    border-top: 1px solid var(--border-color);*/
    font-size: 0.9rem;
}

.doctor-signature[b-7uoxlyv2m4] {
    padding: 20px;
    text-align: right;
    /*    border-top: 1px solid var(--border-color);*/
}

/* Template for generating consistent order rows */
.order-template[b-7uoxlyv2m4] {
    display: none; /* Hide the template */
}
/* /Components/Pages/Medical/Orders/C2197TblRhinoplastyOrders/Index.razor.rz.scp.css */


*[b-owd7kdxju8] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body[b-owd7kdxju8] {
    line-height: 1.6;
    padding: 20px;
}

.medical-form[b-owd7kdxju8] {
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid;
    border-radius: 8px;
/*    box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/
}

.form-header[b-owd7kdxju8] {
/*    background: var(--header-bg);*/
    padding: 20px;
/*    border-bottom: 2px solid var(--border-color);*/
/*    border-radius: 8px 8px 0 0;*/
}

.patient-info[b-owd7kdxju8] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}

.input-group[b-owd7kdxju8] {
    margin-bottom: 10px;
}

    .input-group label[b-owd7kdxju8] {
        display: block;
        font-weight: 600;
        margin-bottom: 5px;
        font-size: 0.9rem;
    }

    .input-group input[b-owd7kdxju8] {
        
        width: 95%;
        padding: 3px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.procedure-info[b-owd7kdxju8] {
    display: flex;
    justify-content: space-between;
    padding: 2px 20px;
}

.orders-table[b-owd7kdxju8] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .orders-table th[b-owd7kdxju8] {
        /*        background: var(--header-bg);*/
        padding: 12px;
        text-align: center;
        background-color: #f5f5f5;
        font-weight: bold;
        font-size:20px;
        border: 1px solid #ccc;
    }

.category-header td[b-owd7kdxju8] {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: start;
    font-weight: bold;
}

.order-row td[b-owd7kdxju8] {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: start;

}

.checkbox-cell[b-owd7kdxju8] {
    text-align: center;
    width: 40px;
}

.remarks-cell[b-owd7kdxju8] {
    min-width: 150px;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
}

.legend[b-owd7kdxju8] {
    padding: 20px;
/*    background: var(--header-bg);*/
/*    border-top: 1px solid var(--border-color);*/
    font-size: 0.9rem;
}

.doctor-signature[b-owd7kdxju8] {
    padding: 20px;
    text-align: right;
/*    border-top: 1px solid var(--border-color);*/
}

/* Template for generating consistent order rows */
.order-template[b-owd7kdxju8] {
    display: none; /* Hide the template */
}
/* /Components/Pages/Medical/Orders/C2226TblDocOrd/Index.razor.rz.scp.css */


*[b-tnr87f0xy4] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body[b-tnr87f0xy4] {
    line-height: 1.6;
    padding: 20px;
    font-family: Cairo, sans-serif;
}

.medical-form[b-tnr87f0xy4] {
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid;
    border-radius: 8px;
    /*    box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/
}

.form-header[b-tnr87f0xy4] {
    /*    background: var(--header-bg);*/
    padding: 20px;
    /*    border-bottom: 2px solid var(--border-color);*/
    /*    border-radius: 8px 8px 0 0;*/
}

.patient-info[b-tnr87f0xy4] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}

.input-group[b-tnr87f0xy4] {
    margin-bottom: 10px;
}

    .input-group label[b-tnr87f0xy4] {
        display: block;
        font-weight: 600;
        margin-bottom: 5px;
        font-size: 0.9rem;
    }

    .input-group input[b-tnr87f0xy4] {
        width: 95%;
        padding: 3px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.procedure-info[b-tnr87f0xy4] {
    display: flex;
    justify-content: space-between;
    padding: 5px 20px;
}

.orders-table[b-tnr87f0xy4] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .orders-table th[b-tnr87f0xy4] {
        /*        background: var(--header-bg);*/
        padding: 12px;
        text-align: center;
        background-color: #f5f5f5;
        font-weight: bold;
        font-size: 20px;
        border: 1px solid #ccc;
    }

.category-header td[b-tnr87f0xy4] {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: start;
    font-weight: bold;
}

.order-row td[b-tnr87f0xy4]{
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;

}

.checkbox-cell[b-tnr87f0xy4] {
    text-align: center;
    width: 40px;
}

.remarks-cell[b-tnr87f0xy4] {
    min-width: 150px;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
}

.legend[b-tnr87f0xy4] {
    padding: 20px;
    /*    background: var(--header-bg);*/
    /*    border-top: 1px solid var(--border-color);*/
    font-size: 0.9rem;
}

.doctor-signature[b-tnr87f0xy4] {
    padding: 20px;
    text-align: right;
    /*    border-top: 1px solid var(--border-color);*/
}

/* Template for generating consistent order rows */
.order-template[b-tnr87f0xy4] {
    display: none; /* Hide the template */
}
/* /Components/Pages/Medical/R/C0025RptDailyIncome/Search.razor.rz.scp.css */
body[b-ioyg1i0y41] {
}
/* /Components/Pages/Medical/R/C0112RptAmountCube/Search.razor.rz.scp.css */
#myInput[b-oe3rk0caig] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    font-size: 16px;
    transition: all 0.3s ease;
}

    #myInput:focus[b-oe3rk0caig] {
        border-color: #555;
        outline: none;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }
/* /Components/Pages/Medical/R/IndexClinic_NewDesign.razor.rz.scp.css */
.cfs-systems-cards[b-j9672uzs7d] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 80px;
}

    .cfs-systems-cards figure[b-j9672uzs7d] {
        width: 250px;
        height: 300px;
        box-shadow: 0 5px 50px rgba(1 1 1 / 15%);
        padding: 5px;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: 0.7s ease;
        border: 2px solid var(--cfs-theme-border-color);
        margin-bottom: 30px;
    }

        .cfs-systems-cards figure:hover[b-j9672uzs7d] {
            transform: scale(1.2);
        }

        .cfs-systems-cards figure a[b-j9672uzs7d] {
            text-decoration:none;
        }

        .cfs-systems-cards figure img[b-j9672uzs7d] {
            width: 150px;
            padding: 10px;
            margin: 10px;
            border-radius: 8px;
        }

        .cfs-systems-cards figure figcaption[b-j9672uzs7d] {
            width: 150px;
            padding: 10px;
            margin: 10px;
            color: var(--cfs-theme-text-color);
            background-color: var(--cfs-theme-background-color);
            border-radius: 8px;
            text-align: center;
            font-weight:900;
        }
/* /Components/Pages/Medical/R/IndexDoctorCash.razor.rz.scp.css */
body[b-4i2tkftwt7] {
}
/* /Components/Pages/Medical/R/IndexMedicalReportsDocNur.razor.rz.scp.css */
.homepage[b-bszsinkp4n] {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.header[b-bszsinkp4n] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.view-toggle[b-bszsinkp4n] {
    display: flex;
    gap: 0.5rem;
}

    .view-toggle button[b-bszsinkp4n] {
        padding: 0.5rem 1rem;
        border: 1px solid #e2e8f0;
        background: white;
        border-radius: 0.375rem;
        cursor: pointer;
    }

        .view-toggle button.active[b-bszsinkp4n] {
            background: #3b82f6;
            color: white;
            border-color: #3b82f6;
        }

.filters[b-bszsinkp4n] {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

    .filters input[b-bszsinkp4n],
    .filters select[b-bszsinkp4n] {
        padding: 0.5rem;
        border: 1px solid #e2e8f0;
        border-radius: 0.375rem;
        min-width: 200px;
    }

.documents-grid[b-bszsinkp4n] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1rem;
}

.documents-list[b-bszsinkp4n] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.document-card[b-bszsinkp4n] {
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    padding: 1rem;
    border-left: 4px solid transparent;
}

    .document-card.new[b-bszsinkp4n] {
        border-left-color: #10b981;
    }

    .document-card.arabiconly[b-bszsinkp4n] {
        border-left-color: #10b981;
    }

    .document-card.underdevelopment[b-bszsinkp4n] {
        border-left-color: #10b981;
    }

    .document-card.modified[b-bszsinkp4n] {
        border-left-color: #f59e0b;
    }

    .document-card.unchanged[b-bszsinkp4n] {
        border-left-color: #3b82f6;
    }

.card-header[b-bszsinkp4n] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.status-badge[b-bszsinkp4n] {
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 500;
}

.new .status-badge[b-bszsinkp4n] {
    background: #d1fae5;
    color: #059669;
}

.ArabicOnly .status-badge[b-bszsinkp4n] {
    background: #d1fae5;
    color: red;
}
 
.ApprovedByDrJamal .status-badge[b-bszsinkp4n],
.ApprovedByDrFuad .status-badge[b-bszsinkp4n],
.ApprovedByDrReham .status-badge[b-bszsinkp4n],
.ApprovedByDrMuhaned .status-badge[b-bszsinkp4n],
.ApprovedByDrSleem .status-badge[b-bszsinkp4n] {
    background-color: green;
    color: #d97706;
}

.live .status-badge[b-bszsinkp4n] {
    background: #dbeafe;
    color: #2563eb;
}

.UnderDevelopment .status-badge[b-bszsinkp4n] {
    background: #dbeafe;
    color: #2563eb;
}
 
.modified-date[b-bszsinkp4n] {
    color: #6b7280;
    font-size: 0.875rem;
}

.card-content h3[b-bszsinkp4n] {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
}

.change-description[b-bszsinkp4n] {
    margin: 0.5rem 0;
    color: #6b7280;
    font-size: 0.875rem;
}

.card-footer[b-bszsinkp4n] {
    margin-top: 1rem;
}

.view-link[b-bszsinkp4n] {
    color: #3b82f6;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
}

    .view-link:hover[b-bszsinkp4n] {
        text-decoration: underline;
    }
/* /Components/Pages/Medical/R/IndexMedicalReportsHome.razor.rz.scp.css */
.homepage[b-g78zyq0q74] {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.header[b-g78zyq0q74] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.view-toggle[b-g78zyq0q74] {
    display: flex;
    gap: 0.5rem;
}

    .view-toggle button[b-g78zyq0q74] {
        padding: 0.5rem 1rem;
        border: 1px solid #e2e8f0;
        background: white;
        border-radius: 0.375rem;
        cursor: pointer;
    }

        .view-toggle button.active[b-g78zyq0q74] {
            background: #3b82f6;
            color: white;
            border-color: #3b82f6;
        }

.filters[b-g78zyq0q74] {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

    .filters input[b-g78zyq0q74],
    .filters select[b-g78zyq0q74] {
        padding: 0.5rem;
        border: 1px solid #e2e8f0;
        border-radius: 0.375rem;
        min-width: 200px;
    }

.documents-grid[b-g78zyq0q74] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1rem;
}

.documents-list[b-g78zyq0q74] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.document-card[b-g78zyq0q74] {
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    padding: 1rem;
    border-left: 4px solid transparent;
}

    .document-card.new[b-g78zyq0q74] {
        border-left-color: #10b981;
    }

    .document-card.arabiconly[b-g78zyq0q74] {
        border-left-color: #10b981;
    }

    .document-card.underdevelopment[b-g78zyq0q74] {
        border-left-color: #10b981;
    }

    .document-card.modified[b-g78zyq0q74] {
        border-left-color: #f59e0b;
    }

    .document-card.unchanged[b-g78zyq0q74] {
        border-left-color: #3b82f6;
    }

.card-header[b-g78zyq0q74] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.status-badge[b-g78zyq0q74] {
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 500;
}

.new .status-badge[b-g78zyq0q74] {
    background: #d1fae5;
    color: #059669;
}

.ArabicOnly .status-badge[b-g78zyq0q74] {
    background: #d1fae5;
    color: red;
}
 
.ApprovedByDrJamal .status-badge[b-g78zyq0q74],
.ApprovedByDrFuad .status-badge[b-g78zyq0q74],
.ApprovedByDrReham .status-badge[b-g78zyq0q74],
.ApprovedByDrMuhaned .status-badge[b-g78zyq0q74],
.ApprovedByDrSleem .status-badge[b-g78zyq0q74] {
    background-color: green;
    color: #d97706;
}

.live .status-badge[b-g78zyq0q74] {
    background: #dbeafe;
    color: #2563eb;
}

.UnderDevelopment .status-badge[b-g78zyq0q74] {
    background: #dbeafe;
    color: #2563eb;
}
 
.modified-date[b-g78zyq0q74] {
    color: #6b7280;
    font-size: 0.875rem;
}

.card-content h3[b-g78zyq0q74] {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
}

.change-description[b-g78zyq0q74] {
    margin: 0.5rem 0;
    color: #6b7280;
    font-size: 0.875rem;
}

.card-footer[b-g78zyq0q74] {
    margin-top: 1rem;
}

.view-link[b-g78zyq0q74] {
    color: #3b82f6;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
}

    .view-link:hover[b-g78zyq0q74] {
        text-decoration: underline;
    }
/* /Components/Pages/Medical/R/IndexMedicalReportsPatients.razor.rz.scp.css */
.homepage[b-vw5l0u4544] {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.header[b-vw5l0u4544] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.view-toggle[b-vw5l0u4544] {
    display: flex;
    gap: 0.5rem;
}

    .view-toggle button[b-vw5l0u4544] {
        padding: 0.5rem 1rem;
        border: 1px solid #e2e8f0;
        background: white;
        border-radius: 0.375rem;
        cursor: pointer;
    }

        .view-toggle button.active[b-vw5l0u4544] {
            background: #3b82f6;
            color: white;
            border-color: #3b82f6;
        }

.filters[b-vw5l0u4544] {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

    .filters input[b-vw5l0u4544],
    .filters select[b-vw5l0u4544] {
        padding: 0.5rem;
        border: 1px solid #e2e8f0;
        border-radius: 0.375rem;
        min-width: 200px;
    }

.documents-grid[b-vw5l0u4544] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1rem;
}

.documents-list[b-vw5l0u4544] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.document-card[b-vw5l0u4544] {
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    padding: 1rem;
    border-left: 4px solid transparent;
}

    .document-card.new[b-vw5l0u4544] {
        border-left-color: #10b981;
    }

    .document-card.arabiconly[b-vw5l0u4544] {
        border-left-color: #10b981;
    }

    .document-card.underdevelopment[b-vw5l0u4544] {
        border-left-color: #10b981;
    }

    .document-card.modified[b-vw5l0u4544] {
        border-left-color: #f59e0b;
    }

    .document-card.unchanged[b-vw5l0u4544] {
        border-left-color: #3b82f6;
    }

.card-header[b-vw5l0u4544] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.status-badge[b-vw5l0u4544] {
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 500;
}

.new .status-badge[b-vw5l0u4544] {
    background: #d1fae5;
    color: #059669;
}

.ArabicOnly .status-badge[b-vw5l0u4544] {
    background: #d1fae5;
    color: red;
}
 
.ApprovedByDrJamal .status-badge[b-vw5l0u4544],
.ApprovedByDrFuad .status-badge[b-vw5l0u4544],
.ApprovedByDrReham .status-badge[b-vw5l0u4544],
.ApprovedByDrMuhaned .status-badge[b-vw5l0u4544],
.ApprovedByDrSleem .status-badge[b-vw5l0u4544] {
    background-color: green;
    color: #d97706;
}

.live .status-badge[b-vw5l0u4544] {
    background: #dbeafe;
    color: #2563eb;
}

.UnderDevelopment .status-badge[b-vw5l0u4544] {
    background: #dbeafe;
    color: #2563eb;
}
 
.modified-date[b-vw5l0u4544] {
    color: #6b7280;
    font-size: 0.875rem;
}

.card-content h3[b-vw5l0u4544] {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
}

.change-description[b-vw5l0u4544] {
    margin: 0.5rem 0;
    color: #6b7280;
    font-size: 0.875rem;
}

.card-footer[b-vw5l0u4544] {
    margin-top: 1rem;
}

.view-link[b-vw5l0u4544] {
    color: #3b82f6;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
}

    .view-link:hover[b-vw5l0u4544] {
        text-decoration: underline;
    }
/* /Components/Pages/SampleProjects/0000HrForms/Home.razor.rz.scp.css */
.homepage[b-oqu4tg9huh] {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.header[b-oqu4tg9huh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.view-toggle[b-oqu4tg9huh] {
    display: flex;
    gap: 0.5rem;
}

    .view-toggle button[b-oqu4tg9huh] {
        padding: 0.5rem 1rem;
        border: 1px solid #e2e8f0;
        background: white;
        border-radius: 0.375rem;
        cursor: pointer;
    }

        .view-toggle button.active[b-oqu4tg9huh] {
            background: #3b82f6;
            color: white;
            border-color: #3b82f6;
        }

.filters[b-oqu4tg9huh] {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

    .filters input[b-oqu4tg9huh],
    .filters select[b-oqu4tg9huh] {
        padding: 0.5rem;
        border: 1px solid #e2e8f0;
        border-radius: 0.375rem;
        min-width: 200px;
    }

.documents-grid[b-oqu4tg9huh] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1rem;
}

.documents-list[b-oqu4tg9huh] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.document-card[b-oqu4tg9huh] {
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    padding: 1rem;
    border-left: 4px solid transparent;
}

    .document-card.new[b-oqu4tg9huh] {
        border-left-color: #10b981;
    }

    .document-card.modified[b-oqu4tg9huh] {
        border-left-color: #f59e0b;
    }

    .document-card.unchanged[b-oqu4tg9huh] {
        border-left-color: #3b82f6;
    }

.card-header[b-oqu4tg9huh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.status-badge[b-oqu4tg9huh] {
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 500;
}

.new .status-badge[b-oqu4tg9huh] {
    background: #d1fae5;
    color: #059669;
}

.modified .status-badge[b-oqu4tg9huh] {
    background: #fef3c7;
    color: #d97706;
}

.live .status-badge[b-oqu4tg9huh] {
    background: #dbeafe;
    color: #2563eb;
}

.modified-date[b-oqu4tg9huh] {
    color: #6b7280;
    font-size: 0.875rem;
}

.card-content h3[b-oqu4tg9huh] {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
}

.change-description[b-oqu4tg9huh] {
    margin: 0.5rem 0;
    color: #6b7280;
    font-size: 0.875rem;
}

.card-footer[b-oqu4tg9huh] {
    margin-top: 1rem;
}

.view-link[b-oqu4tg9huh] {
    color: #3b82f6;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
}

    .view-link:hover[b-oqu4tg9huh] {
        text-decoration: underline;
    }
/* /Components/Pages/SampleProjects/C0000_AI_FaceDetection/FaceDetection.razor.rz.scp.css */
.image-uploader[b-uptl5yscma] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.file-input[b-uptl5yscma] {
    padding: 5px;
    background-color: #2EA1DA;
    border: 1px solid #2EA1DA;
    border-radius: 20px;
    color: white;
}

.canvas-container-style[b-uptl5yscma] {
    position: relative;
    display: inline-block;
}

.canvas-style[b-uptl5yscma] {
    border: 1px solid #2EA1DA;
    border-radius: 20px;
}


.button-style[b-uptl5yscma] {
    width: 272px;
    height: 48px;
    margin: 16px;
}

.container-style[b-uptl5yscma] {
    display: flex;
    justify-content: space-between;
}

.main-container[b-uptl5yscma] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

.progress-container[b-uptl5yscma] {
    width: calc(100% - 40px); 
    max-width: 290mm;
    padding: 2mm;
    background-color: #f3f3f3;
    border-radius: 10px;
    margin: 10px 20px; 
    position: relative;
    height: 4px; 
    overflow: hidden;
}

.progress-bar.snake[b-uptl5yscma] {
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #4a8bc3, #85b1d7);
    position: absolute;
    top: 0;
    left: -100%;
    animation: snake-animation-b-uptl5yscma 2s infinite linear;
}

@keyframes snake-animation-b-uptl5yscma {
    0% {
        left: -100%;
    }

    50% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}

p[b-uptl5yscma] {
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
}
/* /Components/Pages/SampleProjects/C0000_Animatedborders1/Index.razor.rz.scp.css */
*[b-bmj5m5e3cm] {
    margin: 0;
    padding: 0;
}

html[b-bmj5m5e3cm] {
    font-family: 'Poppins';
    color: #f0f0f0;
}

body[b-bmj5m5e3cm] {
    min-height: 100vh;
    background: #0b0d15;
    color: #a2a5b3;
    align-content: center;
}

h1[b-bmj5m5e3cm] {
    color: white;
}

.card[b-bmj5m5e3cm] {
    margin: 0 auto;
    padding: 2rem;
    width: 300px;
    background: #1c1f2b;
    text-align: center;
    border-radius: 10px;
    position: relative;
}

@property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

.card[b-bmj5m5e3cm]::after, .card[b-bmj5m5e3cm]::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: conic-gradient(from var(--angle), #ff4545,#00ff99,#006a,#ff0095,#ff4545);
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: -1;
    padding: 3px;
    border-radius: 10px;
    animation: 3s spin-b-bmj5m5e3cm linear infinite;
}

.card[b-bmj5m5e3cm]::before {
    filter: blur(1.5rem);
    opacity: 0.5;
}

@keyframes spin-b-bmj5m5e3cm {
    from {
        --angle: 0deg;
    }

    to {
        --angle: 360deg;
    }
}
/* /Components/Pages/SampleProjects/C0000_AnimatedLogin/Index.razor.rz.scp.css */
*[b-72qa93avok] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

body[b-72qa93avok] {
    background-color: #c9d6ff;
    background: linear-gradient(to right, #e2e2e2, #c9d6ff);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
}

.container[b-72qa93avok] {
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: 480px;
}

    .container p[b-72qa93avok] {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.3px;
        margin: 20px 0;
    }

    .container span[b-72qa93avok] {
        font-size: 12px;
    }

    .container a[b-72qa93avok] {
        color: #333;
        font-size: 13px;
        text-decoration: none;
        margin: 15px 0 10px;
    }

    .container button[b-72qa93avok] {
        background-color: #512da8;
        color: #fff;
        font-size: 12px;
        padding: 10px 45px;
        border: 1px solid transparent;
        border-radius: 8px;
        font-weight: 600;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        margin-top: 10px;
        cursor: pointer;
    }

        .container button.hidden[b-72qa93avok] {
            background-color: transparent;
            border-color: #fff;
        }

    .container form[b-72qa93avok] {
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 0 40px;
        height: 100%;
    }

    .container input[b-72qa93avok] {
        background-color: #eee;
        border: none;
        margin: 8px 0;
        padding: 10px 15px;
        font-size: 13px;
        border-radius: 8px;
        width: 100%;
        outline: none;
    }

.form-container[b-72qa93avok] {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.sign-in[b-72qa93avok] {
    left: 0;
    width: 50%;
    z-index: 2;
}

.container.active .sign-in[b-72qa93avok] {
    transform: translateX(100%);
}

.sign-up[b-72qa93avok] {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
}

.container.active .sign-up[b-72qa93avok] {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: move-b-72qa93avok 0.6s;
}

@keyframes move-b-72qa93avok {
    0%, 49.99% {
        opacity: 0;
        z-index: 1;
    }

    50%, 100% {
        opacity: 1;
        z-index: 5;
    }
}

.social-icons[b-72qa93avok] {
    margin: 20px 0;
}

    .social-icons a[b-72qa93avok] {
        border: 1px solid #ccc;
        border-radius: 20%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin: 0 3px;
        width: 40px;
        height: 40px;
    }

.toggle-container[b-72qa93avok] {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: all 0.6s ease-in-out;
    border-radius: 150px 0 0 100px;
    z-index: 1000;
}

.container.active .toggle-container[b-72qa93avok] {
    transform: translateX(-100%);
    border-radius: 0 150px 100px 0;
}

.toggle[b-72qa93avok] {
    background-color: #512da8;
    height: 100%;
    background: linear-gradient(to right, #5c6bc0, #512da8);
    color: #fff;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: all 0.6s ease-in-out;
}

.container.active .toggle[b-72qa93avok] {
    transform: translateX(50%);
}

.toggle-panel[b-72qa93avok] {
    position: absolute;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 30px;
    text-align: center;
    top: 0;
    transform: translateX(0);
    transition: all 0.6s ease-in-out;
}

.toggle-left[b-72qa93avok] {
    transform: translateX(-200%);
}

.container.active .toggle-left[b-72qa93avok] {
    transform: translateX(0);
}

.toggle-right[b-72qa93avok] {
    right: 0;
    transform: translateX(0);
}

.container.active .toggle-right[b-72qa93avok] {
    transform: translateX(200%);
}
/* /Components/Pages/SampleProjects/C0000_Animatedslider2/Index.razor.rz.scp.css */

:root[b-8ekj41stki] {
    --w-column: 200px;
}

body[b-8ekj41stki] {
    margin: 0;
    background-color: #232442;
    color: #fff;
    font-size: 15px;
    font-family: Poppins;
}

    body *[b-8ekj41stki] {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        list-style: none;
    }

header[b-8ekj41stki] {
    position: fixed;
    z-index: 10;
    width: min(1200px, 90vw);
    height: 70px;
    left: 50%;
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: 1fr calc(var(--w-column) * 3);
    gap: 10%;
    align-items: center;
}

    header .logo img[b-8ekj41stki] {
        width: 50px;
    }

    header nav ul[b-8ekj41stki] {
        display: grid;
        grid-template-columns: repeat(3, var(--w-column));
    }

.carousel[b-8ekj41stki] {
    background-image: radial-gradient(#2b2e4f, #111126);
    height: 100vh;
    overflow: hidden;
    position: relative;
}

    .carousel .list[b-8ekj41stki] {
        width: min(1200px, 90vw);
        margin: auto;
        height: 100%;
        position: relative;
    }

        .carousel .list .item[b-8ekj41stki] {
            position: absolute;
            inset: 0;
        }

            .carousel .list .item figure[b-8ekj41stki] {
                position: absolute;
                width: 70%;
                top: 50%;
                transform: translateY(-50%);
            }

                .carousel .list .item figure img[b-8ekj41stki] {
                    width: 100%;
                    transform: rotate(-30deg);
                }

                .carousel .list .item figure[b-8ekj41stki]::before {
                    content: '';
                    position: absolute;
                    background-color: #0b0b1b;
                    width: 100%;
                    height: 100px;
                    top: 150%;
                    left: 50px;
                    border-radius: 50%;
                    filter: blur(50px);
                }

            .carousel .list .item .content[b-8ekj41stki] {
                position: absolute;
                z-index: 20;
                width: 70%;
                height: 100%;
                right: var(--w-column);
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: end;
                gap: 20px;
            }

                .carousel .list .item .content .category[b-8ekj41stki] {
                    font-weight: 500;
                }

                .carousel .list .item .content h2[b-8ekj41stki] {
                    font-family: 'League Gothic';
                    font-size: 11em;
                    line-height: 1em;
                }

                .carousel .list .item .content .description[b-8ekj41stki] {
                    align-items: center;
                    color: #fff8;
                    max-width: 400px;
                    font-size: small;
                    text-align: right;
                }

                    .carousel .list .item .content .description i[b-8ekj41stki] {
                        height: 50px;
                        color: #ffea7c;
                        font-size: 2em;
                        border: 1px solid #659cdf;
                        border-radius: 50%;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                    }

            .carousel .list .item .more[b-8ekj41stki] {
                display: grid;
                grid-template-columns: repeat(2, 120px);
                gap: 20px;
                grid-template-rows: 35px;
            }

                .carousel .list .item .more button[b-8ekj41stki] {
                    border-radius: 30px;
                    font-family: 'League Gothic';
                    text-transform: uppercase;
                    color: #fff;
                    background-color: transparent;
                    border: none;
                    position: relative;
                }

                    .carousel .list .item .more button:nth-child(1)[b-8ekj41stki] {
                        background-image: linear-gradient(to right, #81baa0, #46a39c);
                    }

                    .carousel .list .item .more button:nth-child(2)[b-8ekj41stki] {
                        border: 2px solid transparent;
                        background: linear-gradient(#242745, #242745) padding-box, linear-gradient(to right, #81baa0, #46a39c) border-box;
                    }

                        .carousel .list .item .more button:nth-child(2) i[b-8ekj41stki] {
                            margin-right: 10px;
                        }

        .carousel .list[b-8ekj41stki]::after {
            content: '';
            position: absolute;
            right: var(--w-column);
            width: var(--w-column);
            height: 100%;
            border-left: 1px solid #324073;
            border-right: 1px solid #324073;
            pointer-events: none;
        }

        .carousel .list[b-8ekj41stki]::before {
            content: '';
            position: absolute;
            z-index: 10;
            height: var(--w-column);
            width: 100%;
            top: 52%;
            border-top: 1px solid #324073;
            border-bottom: 1px solid #324073;
            pointer-events: none;
        }

    .carousel .arrows[b-8ekj41stki] {
        width: min(1200px, 90vw);
        display: flex;
        justify-content: space-between;
        position: absolute;
        top: 52%;
        left: 50%;
        transform: translate(-50%, -25px);
        pointer-events: none;
        z-index: 100;
    }

        .carousel .arrows button[b-8ekj41stki] {
            top: 60%;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            border: 1px solid #659cdf55;
            background-color: #232442;
            color: #fff7;
            font-size: large;
            cursor: pointer;
            pointer-events: auto;
            transition: 0.5s;
        }

            .carousel .arrows button:hover[b-8ekj41stki] {
                border: 1px solid #659cdf;
                color: #fff;
            }

    .carousel .indicators[b-8ekj41stki] {
        position: absolute;
        top: 52%;
        height: var(--w-column);
        width: min(1200px, 90vw);
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        pointer-events: none;
        justify-content: end;
        gap: 10px;
    }

        .carousel .indicators .number[b-8ekj41stki] {
            font-family: 'League Gothic';
            font-size: 7vw;
        }

        .carousel .indicators ul[b-8ekj41stki] {
            display: flex;
            gap: 10px;
        }

            .carousel .indicators ul li[b-8ekj41stki] {
                width: 50px;
                height: 5px;
                background-color: #659cdf;
                border-radius: 10px;
                pointer-events: auto;
                cursor: pointer;
                transition: 0.5s;
            }

                .carousel .indicators ul li.active[b-8ekj41stki] {
                    background-color: yellow;
                }

body .carousel[b-8ekj41stki] {
    --calculation: 1;
}

    body .carousel .list .item[b-8ekj41stki] {
        transform: translateX(calc(100vw * var(--calculation)));
        transition: 0.5s;
        opacity: 0;
    }

        body .carousel .list .item figure img[b-8ekj41stki] {
            transform: rotate(0deg);
            transition: transform 0.5s;
            transition-delay: 0.3s;
        }

        body .carousel .list .item .content .category[b-8ekj41stki],
        body .carousel .list .item .content h2[b-8ekj41stki],
        body .carousel .list .item .content .description[b-8ekj41stki],
        body .carousel .list .item .content .more[b-8ekj41stki] {
            transform: translateX(calc(200px * var(--calculation)));
            transition: 0.7s;
            opacity: 0;
            transition-delay: 0.3s;
        }

        body .carousel .list .item h2[b-8ekj41stki] {
            transition-delay: 0.5s;
        }

        body .carousel .list .item .description[b-8ekj41stki] {
            transition-delay: 0.7s;
        }

        body .carousel .list .item .more[b-8ekj41stki] {
            transition-delay: 0.9s;
        }

        body .carousel .list .item.active[b-8ekj41stki] {
            opacity: 1;
            transform: translateX(0);
        }

            body .carousel .list .item.active figure img[b-8ekj41stki] {
                transform: rotate(-20deg);
            }

            body .carousel .list .item.active .content .category[b-8ekj41stki],
            body .carousel .list .item.active .content h2[b-8ekj41stki],
            body .carousel .list .item.active .content .description[b-8ekj41stki],
            body .carousel .list .item.active .content .more[b-8ekj41stki] {
                transform: translateX(0px);
                opacity: 1;
            }

        body .carousel .list .item.activeOld[b-8ekj41stki] {
            transform: translateX(calc(-100vw * var(--calculation)));
        }

@media screen and (max-width: 1023px) and (min-width: 768px) {
    :root[b-8ekj41stki] {
        --w-column: 100px;
    }

    body .carousel[b-8ekj41stki] {
        height: 60vh;
    }

        body .carousel .list .item .content h2[b-8ekj41stki] {
            font-size: 5em;
        }
}

@media screen and (max-width: 767px) {
    :root[b-8ekj41stki] {
        --w-column: 50px;
    }

    body .carousel[b-8ekj41stki] {
        height: 100vh;
    }

        body .carousel .list .item .content[b-8ekj41stki] {
            justify-content: end;
            padding-bottom: 100px;
        }

            body .carousel .list .item .content h2[b-8ekj41stki] {
                font-size: 5em;
            }

        body .carousel .list .item figure[b-8ekj41stki] {
            width: 110%;
            transform: translateY(0);
            top: 200px;
            left: -30px;
        }

        body .carousel .indicators .number[b-8ekj41stki] {
            font-size: 10em;
            transform: translateX(50px);
            opacity: 0.5;
        }
}
/* /Components/Pages/SampleProjects/C0000_Animatedslider3/Index.razor.rz.scp.css */
*[b-pxbtmusejl] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

body[b-pxbtmusejl] {
    background-color: #eeeeea;
}

.wrapper[b-pxbtmusejl] {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container[b-pxbtmusejl] {
    height: 400px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
}

.card[b-pxbtmusejl] {
    width: 80px;
    border-radius: .75rem;
    background-size: cover;
    cursor: pointer;
    overflow: hidden;
    border-radius: 2rem;
    margin: 0 10px;
    display: flex;
    align-items: flex-end;
    transition: .6s cubic-bezier(.28,-0.03,0,.99);
    box-shadow: 0px 10px 30px -5px rgba(0,0,0,0.8);
}

    .card > .row[b-pxbtmusejl] {
        color: white;
        display: flex;
        flex-wrap: nowrap;
    }

        .card > .row > .icon[b-pxbtmusejl] {
            background: #223;
            color: white;
            border-radius: 50%;
            width: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 15px;
        }

        .card > .row > .description[b-pxbtmusejl] {
            display: flex;
            justify-content: center;
            flex-direction: column;
            overflow: hidden;
            height: 80px;
            width: 520px;
            opacity: 0;
            transform: translateY(30px);
            transition-delay: .3s;
            transition: all .3s ease;
        }

.description p[b-pxbtmusejl] {
    color: #b0b0ba;
    padding-top: 5px;
}

.description h4[b-pxbtmusejl] {
    text-transform: uppercase;
}

input[b-pxbtmusejl] {
    display: none;
}

    input:checked + label[b-pxbtmusejl] {
        width: 600px;
    }

        input:checked + label .description[b-pxbtmusejl] {
            opacity: 1 !important;
            transform: translateY(0) !important;
        }

.card[for="c1"][b-pxbtmusejl] {
    background-image: url('images/C0000_Animatedslider3/img-1.jpg');
}

.card[for="c2"][b-pxbtmusejl] {
    background-image: url('images/C0000_Animatedslider3/img-2.jpg');
}

.card[for="c3"][b-pxbtmusejl] {
    background-image: url('images/C0000_Animatedslider3/img-3.jpg');
}

.card[for="c4"][b-pxbtmusejl] {
    background-image: url('images/C0000_Animatedslider3/img-4.jpg');
}
/* /Components/Pages/SampleProjects/C0000_Animatedslider4/Index.razor.rz.scp.css */

body[b-l9rw13uyp1] {
    margin: 0;
    background-color: #F4F4F4;
    font-family: Poppins;
}

:root[b-l9rw13uyp1] {
    --item1-transform: translateX(-100%) translateY(-5%) scale(1.5);
    --item1-filter: blur(30px);
    --item1-zIndex: 11;
    --item1-opacity: 0;
    --item2-transform: translateX(0);
    --item2-filter: blur(0px);
    --item2-zIndex: 10;
    --item2-opacity: 1;
    --item3-transform: translate(50%,10%) scale(0.8);
    --item3-filter: blur(10px);
    --item3-zIndex: 9;
    --item3-opacity: 1;
    --item4-transform: translate(90%,20%) scale(0.5);
    --item4-filter: blur(30px);
    --item4-zIndex: 8;
    --item4-opacity: 1;
    --item5-transform: translate(120%,30%) scale(0.3);
    --item5-filter: blur(40px);
    --item5-zIndex: 7;
    --item5-opacity: 0;
}

header[b-l9rw13uyp1] {
    width: 1140px;
    max-width: 90%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    height: 50px;
    align-items: center;
}

    header .logo[b-l9rw13uyp1] {
        font-weight: bold;
    }

    header nav a[b-l9rw13uyp1] {
        margin-left: 30px;
        text-decoration: none;
        color: #555;
        font-weight: 500;
    }

/* carousel */
.carousel[b-l9rw13uyp1] {
    position: relative;
    height: 800px;
    overflow: hidden;
    margin-top: -50px;
}

    .carousel .list[b-l9rw13uyp1] {
        position: absolute;
        width: 1140px;
        max-width: 90%;
        height: 80%;
        left: 50%;
        transform: translateX(-50%);
    }

        .carousel .list .item[b-l9rw13uyp1] {
            position: absolute;
            left: 0%;
            width: 70%;
            height: 100%;
            font-size: 15px;
            transition: left 0.5s, opacity 0.5s, width 0.5s;
        }

            .carousel .list .item:nth-child(n + 6)[b-l9rw13uyp1] {
                opacity: 0;
            }

            .carousel .list .item:nth-child(2)[b-l9rw13uyp1] {
                z-index: 10;
                transform: translateX(0);
            }

            .carousel .list .item img[b-l9rw13uyp1] {
                width: 50%;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                transition: right 1.5s;
            }

            .carousel .list .item .introduce[b-l9rw13uyp1] {
                opacity: 0;
                pointer-events: none;
            }

            .carousel .list .item:nth-child(2) .introduce[b-l9rw13uyp1] {
                opacity: 1;
                pointer-events: auto;
                width: 400px;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                transition: opacity 0.5s;
            }

            .carousel .list .item .introduce .title[b-l9rw13uyp1] {
                font-size: 2em;
                font-weight: 500;
                line-height: 1em;
            }

            .carousel .list .item .introduce .topic[b-l9rw13uyp1] {
                font-size: 4em;
                font-weight: 500;
            }

            .carousel .list .item .introduce .des[b-l9rw13uyp1] {
                font-size: small;
                color: #5559;
            }

            .carousel .list .item .introduce .seeMore[b-l9rw13uyp1] {
                font-family: Poppins;
                margin-top: 1.2em;
                padding: 5px 0;
                border: none;
                border-bottom: 1px solid #555;
                background-color: transparent;
                font-weight: bold;
                letter-spacing: 3px;
                transition: background 0.5s;
            }

                .carousel .list .item .introduce .seeMore:hover[b-l9rw13uyp1] {
                    background: #eee;
                }

            .carousel .list .item:nth-child(1)[b-l9rw13uyp1] {
                transform: var(--item1-transform);
                filter: var(--item1-filter);
                z-index: var(--item1-zIndex);
                opacity: var(--item1-opacity);
                pointer-events: none;
            }

            .carousel .list .item:nth-child(3)[b-l9rw13uyp1] {
                transform: var(--item3-transform);
                filter: var(--item3-filter);
                z-index: var(--item3-zIndex);
            }

            .carousel .list .item:nth-child(4)[b-l9rw13uyp1] {
                transform: var(--item4-transform);
                filter: var(--item4-filter);
                z-index: var(--item4-zIndex);
            }

            .carousel .list .item:nth-child(5)[b-l9rw13uyp1] {
                transform: var(--item5-transform);
                filter: var(--item5-filter);
                opacity: var(--item5-opacity);
                pointer-events: none;
            }
            /* animation text in item2 */
            .carousel .list .item:nth-child(2) .introduce .title[b-l9rw13uyp1],
            .carousel .list .item:nth-child(2) .introduce .topic[b-l9rw13uyp1],
            .carousel .list .item:nth-child(2) .introduce .des[b-l9rw13uyp1],
            .carousel .list .item:nth-child(2) .introduce .seeMore[b-l9rw13uyp1] {
                opacity: 0;
                animation: showContent-b-l9rw13uyp1 0.5s 1s ease-in-out 1 forwards;
            }

@keyframes showContent-b-l9rw13uyp1 {
    from {
        transform: translateY(-30px);
        filter: blur(10px);
    }

    to {
        transform: translateY(0);
        opacity: 1;
        filter: blur(0px);
    }
}

.carousel .list .item:nth-child(2) .introduce .topic[b-l9rw13uyp1] {
    animation-delay: 1.2s;
}

.carousel .list .item:nth-child(2) .introduce .des[b-l9rw13uyp1] {
    animation-delay: 1.4s;
}

.carousel .list .item:nth-child(2) .introduce .seeMore[b-l9rw13uyp1] {
    animation-delay: 1.6s;
}
/* next click */
.carousel.next .item:nth-child(1)[b-l9rw13uyp1] {
    animation: transformFromPosition2-b-l9rw13uyp1 0.5s ease-in-out 1 forwards;
}

@keyframes transformFromPosition2-b-l9rw13uyp1 {
    from {
        transform: var(--item2-transform);
        filter: var(--item2-filter);
        opacity: var(--item2-opacity);
    }
}

.carousel.next .item:nth-child(2)[b-l9rw13uyp1] {
    animation: transformFromPosition3-b-l9rw13uyp1 0.7s ease-in-out 1 forwards;
}

@keyframes transformFromPosition3-b-l9rw13uyp1 {
    from {
        transform: var(--item3-transform);
        filter: var(--item3-filter);
        opacity: var(--item3-opacity);
    }
}

.carousel.next .item:nth-child(3)[b-l9rw13uyp1] {
    animation: transformFromPosition4-b-l9rw13uyp1 0.9s ease-in-out 1 forwards;
}

@keyframes transformFromPosition4-b-l9rw13uyp1 {
    from {
        transform: var(--item4-transform);
        filter: var(--item4-filter);
        opacity: var(--item4-opacity);
    }
}

.carousel.next .item:nth-child(4)[b-l9rw13uyp1] {
    animation: transformFromPosition5-b-l9rw13uyp1 1.1s ease-in-out 1 forwards;
}

@keyframes transformFromPosition5-b-l9rw13uyp1 {
    from {
        transform: var(--item5-transform);
        filter: var(--item5-filter);
        opacity: var(--item5-opacity);
    }
}
/* previous */
.carousel.prev .list .item:nth-child(5)[b-l9rw13uyp1] {
    animation: transformFromPosition4-b-l9rw13uyp1 0.5s ease-in-out 1 forwards;
}

.carousel.prev .list .item:nth-child(4)[b-l9rw13uyp1] {
    animation: transformFromPosition3-b-l9rw13uyp1 0.7s ease-in-out 1 forwards;
}

.carousel.prev .list .item:nth-child(3)[b-l9rw13uyp1] {
    animation: transformFromPosition2-b-l9rw13uyp1 0.9s ease-in-out 1 forwards;
}

.carousel.prev .list .item:nth-child(2)[b-l9rw13uyp1] {
    animation: transformFromPosition1-b-l9rw13uyp1 1.1s ease-in-out 1 forwards;
}

@keyframes transformFromPosition1-b-l9rw13uyp1 {
    from {
        transform: var(--item1-transform);
        filter: var(--item1-filter);
        opacity: var(--item1-opacity);
    }
}

/* detail  */
.carousel .list .item .detail[b-l9rw13uyp1] {
    opacity: 0;
    pointer-events: none;
}
/* showDetail */
.carousel.showDetail .list .item:nth-child(3)[b-l9rw13uyp1],
.carousel.showDetail .list .item:nth-child(4)[b-l9rw13uyp1] {
    left: 100%;
    opacity: 0;
    pointer-events: none;
}

.carousel.showDetail .list .item:nth-child(2)[b-l9rw13uyp1] {
    width: 100%;
}

    .carousel.showDetail .list .item:nth-child(2) .introduce[b-l9rw13uyp1] {
        opacity: 0;
        pointer-events: none;
    }

    .carousel.showDetail .list .item:nth-child(2) img[b-l9rw13uyp1] {
        right: 50%;
    }

    .carousel.showDetail .list .item:nth-child(2) .detail[b-l9rw13uyp1] {
        opacity: 1;
        width: 50%;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        text-align: right;
        pointer-events: auto;
    }

        .carousel.showDetail .list .item:nth-child(2) .detail .title[b-l9rw13uyp1] {
            font-size: 4em;
        }

        .carousel.showDetail .list .item:nth-child(2) .detail .specifications[b-l9rw13uyp1] {
            display: flex;
            gap: 10px;
            width: 100%;
            border-top: 1px solid #5553;
            margin-top: 20px;
        }

            .carousel.showDetail .list .item:nth-child(2) .detail .specifications div[b-l9rw13uyp1] {
                width: 90px;
                text-align: center;
                flex-shrink: 0;
            }

                .carousel.showDetail .list .item:nth-child(2) .detail .specifications div p:nth-child(1)[b-l9rw13uyp1] {
                    font-weight: bold;
                }

.carousel.carousel.showDetail .list .item:nth-child(2) .checkout button[b-l9rw13uyp1] {
    font-family: Poppins;
    background-color: transparent;
    border: 1px solid #5555;
    margin-left: 5px;
    padding: 5px 10px;
    letter-spacing: 2px;
    font-weight: 500;
}

    .carousel.carousel.showDetail .list .item:nth-child(2) .checkout button:nth-child(2)[b-l9rw13uyp1] {
        background-color: #693EFF;
        color: #eee;
    }

.carousel.showDetail .list .item:nth-child(2) .detail .title[b-l9rw13uyp1],
.carousel.showDetail .list .item:nth-child(2) .detail .des[b-l9rw13uyp1],
.carousel.showDetail .list .item:nth-child(2) .detail .specifications[b-l9rw13uyp1],
.carousel.showDetail .list .item:nth-child(2) .detail .checkout[b-l9rw13uyp1] {
    opacity: 0;
    animation: showContent-b-l9rw13uyp1 0.5s 1s ease-in-out 1 forwards;
}

.carousel.showDetail .list .item:nth-child(2) .detail .des[b-l9rw13uyp1] {
    animation-delay: 1.2s;
}

.carousel.showDetail .list .item:nth-child(2) .detail .specifications[b-l9rw13uyp1] {
    animation-delay: 1.4s;
}

.carousel.showDetail .list .item:nth-child(2) .detail .checkout[b-l9rw13uyp1] {
    animation-delay: 1.6s;
}

.arrows[b-l9rw13uyp1] {
    position: absolute;
    bottom: 10px;
    width: 1140px;
    max-width: 90%;
    display: flex;
    justify-content: space-between;
    left: 50%;
    transform: translateX(-50%);
}

#prev[b-l9rw13uyp1],
#next[b-l9rw13uyp1] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-family: monospace;
    border: 1px solid #5555;
    font-size: large;
    bottom: 20%;
    left: 10%;
}

#next[b-l9rw13uyp1] {
    left: unset;
    right: 10%;
}

#back[b-l9rw13uyp1] {
    position: absolute;
    z-index: 100;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    border-bottom: 1px solid #555;
    font-family: Poppins;
    font-weight: bold;
    letter-spacing: 3px;
    background-color: transparent;
    padding: 10px;
    /* opacity: 0; */
    transition: opacity 0.5s;
}

.carousel.showDetail #back[b-l9rw13uyp1] {
    opacity: 1;
}

.carousel.showDetail #prev[b-l9rw13uyp1],
.carousel.showDetail #next[b-l9rw13uyp1] {
    opacity: 0;
    pointer-events: none;
}

.carousel[b-l9rw13uyp1]::before {
    width: 500px;
    height: 300px;
    content: '';
    background-image: linear-gradient(70deg, #DC422A, blue);
    position: absolute;
    z-index: -1;
    border-radius: 20% 30% 80% 10%;
    filter: blur(150px);
    top: 50%;
    left: 50%;
    transform: translate(-10%, -50%);
    transition: 1s;
}

.carousel.showDetail[b-l9rw13uyp1]::before {
    transform: translate(-100%, -50%) rotate(90deg);
    filter: blur(130px);
}

@media screen and (max-width: 991px) {
    /* ipad, tablets */
    .carousel .list .item[b-l9rw13uyp1] {
        width: 90%;
    }

    .carousel.showDetail .list .item:nth-child(2) .detail .specifications[b-l9rw13uyp1] {
        overflow: auto;
    }

    .carousel.showDetail .list .item:nth-child(2) .detail .title[b-l9rw13uyp1] {
        font-size: 2em;
    }
}

@media screen and (max-width: 767px) {
    /* mobile */
    .carousel[b-l9rw13uyp1] {
        height: 600px;
    }

        .carousel .list .item[b-l9rw13uyp1] {
            width: 100%;
            font-size: 10px;
        }

        .carousel .list[b-l9rw13uyp1] {
            height: 100%;
        }

            .carousel .list .item:nth-child(2) .introduce[b-l9rw13uyp1] {
                width: 50%;
            }

            .carousel .list .item img[b-l9rw13uyp1] {
                width: 40%;
            }

        .carousel.showDetail .list .item:nth-child(2) .detail[b-l9rw13uyp1] {
            backdrop-filter: blur(10px);
            font-size: small;
        }

            .carousel .list .item:nth-child(2) .introduce .des[b-l9rw13uyp1],
            .carousel.showDetail .list .item:nth-child(2) .detail .des[b-l9rw13uyp1] {
                height: 100px;
                overflow: auto;
            }

            .carousel.showDetail .list .item:nth-child(2) .detail .checkout[b-l9rw13uyp1] {
                display: flex;
                width: max-content;
                float: right;
            }
}
/* /Components/Pages/SampleProjects/C0000_Animatedslider5/Index.razor.rz.scp.css */

body[b-5wjazbc9my] {
    font-family: Poppins;
    margin: 0;
    font-size: 16px;
    background-color: #4f8b69;
}

*[b-5wjazbc9my] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

:root[b-5wjazbc9my] {
    --border-color: #fff5;
    --w-image: 500px;
    --calculate: calc(3 / 2);
}

header[b-5wjazbc9my] {
    display: grid;
    grid-template-columns: 80px 1fr calc(var(--w-image) * var(--calculate));
    grid-template-rows: 80px;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid var(--border-color);
}

    header .logo img[b-5wjazbc9my] {
        width: 80%;
    }

    header .logo[b-5wjazbc9my] {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header nav a[b-5wjazbc9my] {
        color: #000;
        font-weight: 400;
    }

    header nav ul[b-5wjazbc9my] {
        height: 100%;
        display: flex;
        justify-content: end;
        align-items: center;
        gap: 30px;
        padding-right: 30px;
    }

    header nav[b-5wjazbc9my] {
        border-left: 1px solid var(--border-color);
    }

.carousel[b-5wjazbc9my] {
    margin-top: -80px;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

    .carousel .list[b-5wjazbc9my] {
        height: 100%;
        position: relative;
    }

        .carousel .list[b-5wjazbc9my]::before {
            position: absolute;
            width: var(--w-image);
            height: 100%;
            content: '';
            top: 0;
            left: calc(100% - calc(var(--w-image) * var(--calculate)));
            border-left: 1px solid var(--border-color);
            border-right: 1px solid var(--border-color);
            z-index: 10;
            pointer-events: none;
        }

        .carousel .list[b-5wjazbc9my]::after {
            position: absolute;
            top: 50px;
            left: 50px;
            content: '';
            background-color: red;
            width: 400px;
            height: 300px;
            z-index: 10;
            pointer-events: none;
            border-radius: 20px 50px 110px 230px;
            filter: blur(150px);
            opacity: .6;
        }

        .carousel .list .item[b-5wjazbc9my] {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

            .carousel .list .item .image[b-5wjazbc9my] {
                width: var(--w-image);
                height: 100%;
                position: absolute;
                top: 0;
                left: calc(100% - calc(var(--w-image) * var(--calculate)));
                padding: 20px;
                display: flex;
                flex-direction: column;
                justify-content: end;
                align-items: center;
                font-weight: 500;
            }

                .carousel .list .item .image img[b-5wjazbc9my] {
                    width: 90%;
                    margin-bottom: 20px;
                    filter: drop-shadow(0 150px 50px #9e0c0c55);
                }

                .carousel .list .item .image figcaption[b-5wjazbc9my] {
                    font-family: 'Aboreto';
                    font-weight: bold;
                    font-size: 1.3em;
                    text-align: right;
                    margin-bottom: 30px;
                    width: 70%;
                }

            .carousel .list .item .main-content[b-5wjazbc9my] {
                height: 100%;
                display: grid;
                grid-template-columns: calc(100% - calc(var(--w-image) * var(--calculate)));
            }

                .carousel .list .item .main-content .content[b-5wjazbc9my] {
                    padding: 150px 20px 20px 80px;
                }

                    .carousel .list .item .main-content .content h2[b-5wjazbc9my] {
                        font-size: 5em;
                        font-family: 'Aboreto';
                    }

                    .carousel .list .item .main-content .content .price[b-5wjazbc9my] {
                        font-family: 'Aboreto';
                        font-size: 3em;
                        margin: 20px 0;
                    }

                    .carousel .list .item .main-content .content .addToCard[b-5wjazbc9my] {
                        background-color: #4f8b69;
                        color: #fff;
                        padding: 10px 30px;
                        font-family: Poppins;
                        font-size: large;
                        font-weight: 500;
                        border-radius: 30px;
                        border: none;
                        margin-top: 20px;
                    }

.arrows[b-5wjazbc9my] {
    position: absolute;
    bottom: 20px;
    width: calc(100% - calc(var(--w-image) * var(--calculate)));
    display: grid;
    grid-template-columns: repeat(2, 50px);
    grid-template-rows: 50px;
    justify-content: end;
    gap: 10px;
}

    .arrows button[b-5wjazbc9my] {
        background-color: transparent;
        border: 1px solid var(--border-color);
        color: #fff;
        font-family: monospace;
        font-size: large;
        font-weight: bold;
        line-height: 0;
        box-shadow: 0 10px 40px #5555;
        cursor: pointer;
        transition: 0.5s;
    }

        .arrows button:hover[b-5wjazbc9my] {
            background-color: #eee5;
        }

.carousel .list .item[b-5wjazbc9my] {
    display: none;
}

    .carousel .list .item.active[b-5wjazbc9my],
    .carousel .list .item.other_1[b-5wjazbc9my],
    .carousel .list .item.other_2[b-5wjazbc9my] {
        display: block;
    }

    .carousel .list .item.active[b-5wjazbc9my] {
        z-index: 2;
    }

    .carousel .list .item.other_1[b-5wjazbc9my],
    .carousel .list .item.other_2[b-5wjazbc9my] {
        pointer-events: none;
    }

    .carousel .list .item.active .main-content[b-5wjazbc9my] {
        animation: showContent-b-5wjazbc9my 1s ease-in-out 1 forwards;
    }

@keyframes showContent-b-5wjazbc9my {
    from {
        clip-path: circle(0% at 70% 50%);
    }

    to {
        clip-path: circle(100% at 70% 50%);
    }
}

.next .item.other_1[b-5wjazbc9my] {
    z-index: 1;
}

.next .item .image img[b-5wjazbc9my],
.next .item .image figcaption[b-5wjazbc9my] {
    animation: effectNext-b-5wjazbc9my .5s ease-in-out 1 forwards;
}

@keyframes effectNext-b-5wjazbc9my {
    from {
        transform: translateX(calc(var(--transform-from)));
    }

    to {
        transform: translateX(calc(var(--transform-from) - var(--w-image)));
    }
}

.next .item.active .image[b-5wjazbc9my] {
    --transform-from: var(--w-image);
}

.next .item.other_1 .image[b-5wjazbc9my] {
    z-index: 3;
    --transform-from: 0px;
    overflow: hidden;
}

.next .item.other_2 .image[b-5wjazbc9my] {
    z-index: 3;
    --transform-from: calc(var(--w-image) * 2);
}

.arrows[b-5wjazbc9my] {
    z-index: 10;
}
/* prev */
.prev .list .item .image img[b-5wjazbc9my],
.prev .list .item .image figcaption[b-5wjazbc9my] {
    animation: effectPrev-b-5wjazbc9my 0.5s ease-in-out 1 forwards;
}

@keyframes effectPrev-b-5wjazbc9my {
    from {
        transform: translateX(calc(var(--transform-from)));
    }

    to {
        transform: translateX(calc(var(--transform-from) + var(--w-image)));
    }
}

.prev .list .item.active .image[b-5wjazbc9my] {
    --transform-from: calc(var(--w-image) * -1);
    overflow: hidden;
}

.prev .list .item.other_1 .image[b-5wjazbc9my] {
    --transform-from: 0px;
    z-index: 3;
}

.prev .list .item.other_2 .image[b-5wjazbc9my] {
    z-index: 3;
    --transform-from: var(--w-image);
}

.prev .list .item.other_2 .main-content[b-5wjazbc9my] {
    opacity: 0;
}

@media screen and (max-width: 1023px) {
    :root[b-5wjazbc9my] {
        --calculate: 1;
        --w-image: 400px;
    }

    .carousel .list .item .main-content .content h2[b-5wjazbc9my] {
        font-size: 3em;
    }
}

@media screen and (max-width: 767px) {
    .carousel .list .item .image[b-5wjazbc9my] {
        width: 100%;
        left: 0;
        justify-content: center;
    }

        .carousel .list .item .image figcaption[b-5wjazbc9my] {
            color: #fff;
            width: 100%;
            text-align: center;
        }

    .carousel .list .item .main-content .content[b-5wjazbc9my] {
        display: none;
    }

    .arrows[b-5wjazbc9my] {
        left: 50%;
        justify-content: center;
    }
}
/* /Components/Pages/SampleProjects/C0000_Animatedslider6/Index.razor.rz.scp.css */
html[b-ka5g3q1uk8] {
    scroll-behavior: smooth;
}

body[b-ka5g3q1uk8] {
    font-family: "Lato", sans-serif;
    padding: 0;
    margin: 0;
}

nav[b-ka5g3q1uk8] {
    background-color: #111;
    color: white;
    padding: 20px 50px;
}

.navTop[b-ka5g3q1uk8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search[b-ka5g3q1uk8] {
    display: flex;
    align-items: center;
    background-color: gray;
    padding: 10px 20px;
    border-radius: 10px;
}

.searchInput[b-ka5g3q1uk8] {
    border: none;
    background-color: transparent;
}

    .searchInput[b-ka5g3q1uk8]::placeholder {
        color: lightgray;
    }

.limitedOffer[b-ka5g3q1uk8] {
    font-size: 20px;
    border-bottom: 2px solid green;
    cursor: pointer;
}

.navBottom[b-ka5g3q1uk8] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menuItem[b-ka5g3q1uk8] {
    margin-right: 50px;
    cursor: pointer;
    color: lightgray;
    font-weight: 400;
}

.slider[b-ka5g3q1uk8] {
    background: url("https://images.unsplash.com/photo-1604147495798-57beb5d6af73?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2370&q=80");
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
    overflow: hidden;
}

.sliderWrapper[b-ka5g3q1uk8] {
    display: flex;
    width: 500vw;
    transition: all 1.5s ease-in-out;
}

.sliderItem[b-ka5g3q1uk8] {
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sliderBg[b-ka5g3q1uk8] {
    width: 750px;
    height: 750px;
    border-radius: 50%;
    position: absolute;
}

.sliderImg[b-ka5g3q1uk8] {
    z-index: 1;
}

.sliderTitle[b-ka5g3q1uk8] {
    position: absolute;
    top: 10%;
    right: 10%;
    font-size: 60px;
    font-weight: 900;
    text-align: center;
    color: white;
    z-index: 1;
}

.sliderPrice[b-ka5g3q1uk8] {
    position: absolute;
    top: 10%;
    left: 10%;
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    color: white;
    border: 1px solid gray;
    z-index: 1;
}

.buyButton[b-ka5g3q1uk8] {
    position: absolute;
    top: 50%;
    right: 10%;
    font-size: 30px;
    font-weight: 900;
    color: white;
    border: 1px solid gray;
    background-color: black;
    z-index: 1;
    cursor: pointer;
}

    .buyButton:hover[b-ka5g3q1uk8] {
        background-color: white;
        color: black;
    }

.sliderItem:nth-child(1) .sliderBg[b-ka5g3q1uk8] {
    background-color: #369e62;
}

.sliderItem:nth-child(2) .sliderBg[b-ka5g3q1uk8] {
    background-color: rebeccapurple;
}

.sliderItem:nth-child(3) .sliderBg[b-ka5g3q1uk8] {
    background-color: teal;
}

.sliderItem:nth-child(4) .sliderBg[b-ka5g3q1uk8] {
    background-color: cornflowerblue;
}

.sliderItem:nth-child(5) .sliderBg[b-ka5g3q1uk8] {
    background-color: rgb(124, 115, 80);
}

.sliderItem:nth-child(1) .sliderPrice[b-ka5g3q1uk8] {
    color: #369e62;
}

.sliderItem:nth-child(2) .sliderPrice[b-ka5g3q1uk8] {
    color: white;
}

.sliderItem:nth-child(3) .sliderPrice[b-ka5g3q1uk8] {
    color: teal;
}

.sliderItem:nth-child(4) .sliderPrice[b-ka5g3q1uk8] {
    color: cornflowerblue;
}

.sliderItem:nth-child(5) .sliderPrice[b-ka5g3q1uk8] {
    color: cornsilk;
}

.features[b-ka5g3q1uk8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
}

.feature[b-ka5g3q1uk8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.featureIcon[b-ka5g3q1uk8] {
    width: 50px;
    height: 50px;
}

.featureTitle[b-ka5g3q1uk8] {
    font-size: 20px;
    font-weight: 600;
    margin: 20px;
}

.featureDesc[b-ka5g3q1uk8] {
    color: gray;
    width: 50%;
    height: 100px;
}

.product[b-ka5g3q1uk8] {
    height: 100vh;
    background-color: whitesmoke;
    position: relative;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
}

.payment[b-ka5g3q1uk8] {
    width: 500px;
    height: 500px;
    background-color: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px 50px;
    display: none;
    flex-direction: column;
    -webkit-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.3);
}

.payTitle[b-ka5g3q1uk8] {
    font-size: 20px;
    color: lightgray;
}

label[b-ka5g3q1uk8] {
    font-size: 14px;
    font-weight: 300;
}

.payInput[b-ka5g3q1uk8] {
    padding: 10px;
    margin: 10px 0px;
    border: none;
    border-bottom: 1px solid gray;
}

    .payInput[b-ka5g3q1uk8]::placeholder {
        color: rgb(163, 163, 163);
    }

.cardIcons[b-ka5g3q1uk8] {
    display: flex;
}

.cardIcon[b-ka5g3q1uk8] {
    margin-right: 10px;
}

.cardInfo[b-ka5g3q1uk8] {
    display: flex;
    justify-content: space-between;
}

.sm[b-ka5g3q1uk8] {
    width: 30%;
}

.payButton[b-ka5g3q1uk8] {
    position: absolute;
    height: 40px;
    bottom: -40;
    width: 100%;
    left: 0;
    -webkit-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.3);
    background-color: #369e62;
    color: white;
    border: none;
    cursor: pointer;
}

.close[b-ka5g3q1uk8] {
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: gray;
    color: white;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 2px;
}

.productImg[b-ka5g3q1uk8] {
    width: 50%;
}

.productDetails[b-ka5g3q1uk8] {
    position: absolute;
    top: 10%;
    right: 0;
    width: 40%;
    padding: 50px;
}

.productTitle[b-ka5g3q1uk8] {
    font-size: 75px;
    font-weight: 900;
}

.productDesc[b-ka5g3q1uk8] {
    font-style: 24px;
    color: gray;
}

.colors[b-ka5g3q1uk8],
.sizes[b-ka5g3q1uk8] {
    display: flex;
    margin-bottom: 20px;
}

.color[b-ka5g3q1uk8] {
    width: 32px;
    height: 32px;
    border-radius: 5px;
    background-color: black;
    margin-right: 10px;
    cursor: pointer;
}

    .color:last-child[b-ka5g3q1uk8] {
        background-color: darkblue;
    }

.size[b-ka5g3q1uk8] {
    padding: 5px 20px;
    border: 1px solid black;
    margin-right: 10px;
    cursor: pointer;
    font-size: 20px;
}

.productButton[b-ka5g3q1uk8] {
    float: right;
    padding: 10px 20px;
    background-color: black;
    color: white;
    font-weight: 600;
    cursor: pointer;
}

    .productButton:hover[b-ka5g3q1uk8] {
        background-color: white;
        color: black;
    }

.gallery[b-ka5g3q1uk8] {
    padding: 50px;
    display: flex;
}

.galleryItem[b-ka5g3q1uk8] {
    flex: 1;
    padding: 50px;
}

.galleryImg[b-ka5g3q1uk8] {
    width: 100%;
}

.newSeason[b-ka5g3q1uk8] {
    display: flex;
}

.nsItem[b-ka5g3q1uk8] {
    flex: 1;
    background-color: black;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.nsImg[b-ka5g3q1uk8] {
    width: 100%;
    height: 500px;
}

.nsTitle[b-ka5g3q1uk8] {
    font-size: 40px;
}

.nsButton[b-ka5g3q1uk8] {
    padding: 15px;
    font-weight: 600;
    cursor: pointer;
}

footer[b-ka5g3q1uk8] {
    display: flex;
}

.footerLeft[b-ka5g3q1uk8] {
    flex: 2;
    display: flex;
    justify-content: space-between;
    padding: 50px;
}

.fMenuTitle[b-ka5g3q1uk8] {
    font-size: 16px;
}

.fList[b-ka5g3q1uk8] {
    padding: 0;
    list-style: none;
}

.fListItem[b-ka5g3q1uk8] {
    margin-bottom: 10px;
    color: gray;
    cursor: pointer;
}

.footerRight[b-ka5g3q1uk8] {
    flex: 1;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fInput[b-ka5g3q1uk8] {
    padding: 5px;
}

.fButton[b-ka5g3q1uk8] {
    padding: 5px;
    background-color: black;
    color: white;
}

.fIcons[b-ka5g3q1uk8] {
    display: flex;
}

.fIcon[b-ka5g3q1uk8] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.copyright[b-ka5g3q1uk8] {
    font-weight: 300;
    font-size: 14px;
}

@media screen and (max-width:480px) {
    nav[b-ka5g3q1uk8] {
        padding: 20px;
    }

    .search[b-ka5g3q1uk8] {
        display: none;
    }

    .navBottom[b-ka5g3q1uk8] {
        flex-wrap: wrap;
    }

    .menuItem[b-ka5g3q1uk8] {
        margin: 20px;
        font-weight: 700;
        font-size: 20px;
    }

    .slider[b-ka5g3q1uk8] {
        clip-path: none;
    }

    .sliderImg[b-ka5g3q1uk8] {
        width: 90%;
    }

    .sliderBg[b-ka5g3q1uk8] {
        width: 100%;
        height: 100%;
    }

    .sliderTitle[b-ka5g3q1uk8] {
        display: none;
    }

    .sliderPrice[b-ka5g3q1uk8] {
        top: unset;
        bottom: -50;
        left: 0;
        background-color: lightgrey;
    }

    .buyButton[b-ka5g3q1uk8] {
        right: 0;
        top: 0;
    }

    .features[b-ka5g3q1uk8] {
        flex-direction: column;
    }

    .product[b-ka5g3q1uk8] {
        clip-path: none;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .productImg[b-ka5g3q1uk8] {
        width: 80%;
    }

    .productDetails[b-ka5g3q1uk8] {
        width: 100%;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        position: relative;
        top: 0;
    }

    .productTitle[b-ka5g3q1uk8] {
        font-size: 50px;
        margin: 0;
    }

    .gallery[b-ka5g3q1uk8] {
        display: none;
    }

    .newSeason[b-ka5g3q1uk8] {
        flex-direction: column;
    }

    .nsItem:nth-child(2)[b-ka5g3q1uk8] {
        padding: 50px;
    }

    footer[b-ka5g3q1uk8] {
        flex-direction: column;
        align-items: center;
    }

    .footerLeft[b-ka5g3q1uk8] {
        padding: 20px;
        width: 90%;
    }

    .footerRight[b-ka5g3q1uk8] {
        padding: 20px;
        width: 90%;
        align-items: center;
        background-color: whitesmoke;
    }

    .payment[b-ka5g3q1uk8] {
        width: 90%;
        padding: 20px;
    }
}
/* /Components/Pages/SampleProjects/C0000_Animatedslider7/Index.razor.rz.scp.css */

body[b-p5lodwhq1p] {
    background-color: #e1dad0;
    margin: 0;
    font-family: Poppins;
    font-size: 15px;
}

header .logo img[b-p5lodwhq1p] {
    height: 50px;
}

header[b-p5lodwhq1p] {
    width: 1140px;
    max-width: 90%;
    margin: auto;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 100;
}

    header nav[b-p5lodwhq1p] {
        display: flex;
        gap: 40px;
    }

        header nav a[b-p5lodwhq1p] {
            text-decoration: none;
            color: #eee;
            font-weight: 500;
        }

.carousel[b-p5lodwhq1p] {
    width: 100%;
    background-color: #555;
    height: 720px;
    color: #eee;
    margin-top: -50px;
    position: relative;
}

    .carousel .list[b-p5lodwhq1p] {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1;
    }

        .carousel .list .item[b-p5lodwhq1p] {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

            .carousel .list .item[b-p5lodwhq1p]::before {
                position: absolute;
                width: 100%;
                height: 100%;
                background-color: var(--bg-color);
                content: var(--title);
                font-size: 15em;
                font-weight: bold;
                text-transform: uppercase;
                display: flex;
                justify-content: center;
                align-items: center;
                color: #eee4;
                z-index: -1;
            }

            .carousel .list .item .image[b-p5lodwhq1p] {
                flex-shrink: 0;
                width: 300px;
                height: 525px;
                --left: -200px;
                background: var(--img-src) var(--left) 0, url(images/C0000_Animatedslider7/soda.png) no-repeat;
                background-size: 100% auto;
                background-blend-mode: multiply;
                -webkit-mask-image: url(images/C0000_Animatedslider7/soda.png);
                -webkit-mask-size: 100% auto;
                -webkit-mask-repeat: no-repeat;
                mask-image: url(images/C0000_Animatedslider7/soda.png);
                mask-size: 100% auto;
                mask-repeat: no-repeat;
                transition: background 1s ease-in-out;
            }

            .carousel .list .item .content[b-p5lodwhq1p] {
                width: 1140px;
                max-width: 90%;
                margin: auto;
                height: 100%;
                padding-top: 50px;
                box-sizing: border-box;
                display: flex;
                gap: 50px;
                justify-content: space-between;
                align-items: center;
            }

            .carousel .list .item .info .title[b-p5lodwhq1p] {
                font-size: 6em;
                font-weight: bold;
                text-transform: uppercase;
                line-height: 1em;
            }

            .carousel .list .item .info .category[b-p5lodwhq1p] {
                opacity: .7;
            }

            .carousel .list .item .info .des[b-p5lodwhq1p] {
                margin: 1em 0;
            }

            .carousel .list .item .info a[b-p5lodwhq1p] {
                display: inline-flex;
                gap: 20px;
                text-decoration: none;
                color: #eee;
                font-weight: 500;
            }
        /* set active item */
        .carousel .list .item[b-p5lodwhq1p] {
            z-index: 1;
        }

            .carousel .list .item.active[b-p5lodwhq1p] {
                z-index: 2;
            }

                .carousel .list .item.active .image[b-p5lodwhq1p] {
                    --left: 0;
                }
/* arrows */
.arrows button[b-p5lodwhq1p] {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-family: monospace;
    background-color: #eee3;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: large;
    cursor: pointer;
    left: 10%;
    transition: background 0.5s, color 0.5s;
}

    .arrows button#next[b-p5lodwhq1p] {
        left: unset;
        right: 10%;
    }

    .arrows button:hover[b-p5lodwhq1p] {
        background-color: #eee;
        color: #000;
    }

.dots li[b-p5lodwhq1p] {
    width: 15px;
    height: 15px;
    background-color: #eee5;
    border-radius: 50%;
    cursor: pointer;
}

    .dots li.active[b-p5lodwhq1p] {
        background-color: #eee;
    }

.dots[b-p5lodwhq1p] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    position: absolute;
    bottom: 30px;
    z-index: 2;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
    transition: background 0.5s;
}

.carousel[b-p5lodwhq1p] {
    overflow: hidden;
}
/* responsive */
@media screen and (max-width: 767px) {
    .carousel[b-p5lodwhq1p] {
        height: 100vh;
    }

        .carousel .list .item .info[b-p5lodwhq1p] {
            position: absolute;
            bottom: 10%;
            width: 100%;
            padding: 30px;
            box-sizing: border-box;
            text-align: center;
            backdrop-filter: blur(20px);
        }

            .carousel .list .item .info .title[b-p5lodwhq1p] {
                font-size: 2em;
            }

            .carousel .list .item .info .des[b-p5lodwhq1p] {
                font-size: 0.8em;
                text-align: justify;
            }

        .carousel .list .item .content[b-p5lodwhq1p] {
            justify-content: center;
            align-items: start;
        }

    .arrows button[b-p5lodwhq1p] {
        top: unset;
        bottom: 20px;
    }
}

/* effect */
@keyframes transformAnimation-b-p5lodwhq1p {
    from {
        transform: translateX(var(--transform-from));
    }

    to {
        transform: translateX(var(--transform-to));
    }
}

.carousel.effect .item .image[b-p5lodwhq1p] {
    animation: transformAnimation-b-p5lodwhq1p 1s ease-in-out 1 forwards;
}

.carousel.effect .item .info .title[b-p5lodwhq1p],
.carousel.effect .item .info .category[b-p5lodwhq1p],
.carousel.effect .item .info .des[b-p5lodwhq1p],
.carousel.effect .item .info a[b-p5lodwhq1p] {
    animation: transformAnimation-b-p5lodwhq1p 1s ease-in-out 1 forwards;
}

.carousel.effect .item .info .category[b-p5lodwhq1p] {
    animation-delay: 0.1s;
}

.carousel.effect .item .info .des[b-p5lodwhq1p] {
    animation-delay: 0.2s;
}

.carousel.effect .item .info a[b-p5lodwhq1p] {
    animation-delay: 0.3s;
}

.carousel.effect .item.active[b-p5lodwhq1p] {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    animation: animationClipPath-b-p5lodwhq1p 0.9s ease-in-out 1 forwards;
}

@keyframes animationClipPath-b-p5lodwhq1p {
    to {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

.carousel.effect[b-p5lodwhq1p] {
    --transform: 300px;
}

    .carousel.effect .item.active[b-p5lodwhq1p] {
        --transform-from: calc(var(--transform) * -1);
        --transform-to: 0px;
    }

    .carousel.effect .item[b-p5lodwhq1p] {
        --transform-from: 0;
        --transform-to: var(--transform);
    }
/* /Components/Pages/SampleProjects/C0000_Animatedslider/Index.razor.rz.scp.css */

body[b-tmuscm26m7] {
    margin: 0;
    background-color: #000;
    color: #eee;
    font-family: Poppins;
    font-size: 12px;
}

a[b-tmuscm26m7] {
    text-decoration: none;
}

header[b-tmuscm26m7] {
    width: 1140px;
    max-width: 80%;
    margin: auto;
    height: 50px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 100;
}

    header a[b-tmuscm26m7] {
        color: #eee;
        margin-right: 40px;
    }

.carousel[b-tmuscm26m7] {
    height: 100vh;
    margin-top: -50px;
    width: 100vw;
    overflow: hidden;
    position: relative;
}

    .carousel .list .item[b-tmuscm26m7] {
        width: 100%;
        height: 100%;
        position: absolute;
        inset: 0 0 0 0;
    }

        .carousel .list .item img[b-tmuscm26m7] {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .carousel .list .item .content[b-tmuscm26m7] {
            position: absolute;
            top: 20%;
            width: 1140px;
            max-width: 80%;
            left: 50%;
            transform: translateX(-50%);
            padding-right: 30%;
            box-sizing: border-box;
            color: #fff;
            text-shadow: 0 5px 10px #0004;
        }

        .carousel .list .item .author[b-tmuscm26m7] {
            font-weight: bold;
            letter-spacing: 10px;
        }

        .carousel .list .item .title[b-tmuscm26m7],
        .carousel .list .item .topic[b-tmuscm26m7] {
            font-size: 5em;
            font-weight: bold;
            line-height: 1.3em;
        }

        .carousel .list .item .topic[b-tmuscm26m7] {
            color: #f1683a;
        }

        .carousel .list .item .buttons[b-tmuscm26m7] {
            display: grid;
            grid-template-columns: repeat(2, 130px);
            grid-template-rows: 40px;
            gap: 5px;
            margin-top: 20px;
        }

            .carousel .list .item .buttons button[b-tmuscm26m7] {
                border: none;
                background-color: #eee;
                letter-spacing: 3px;
                font-family: Poppins;
                font-weight: 500;
            }

                .carousel .list .item .buttons button:nth-child(2)[b-tmuscm26m7] {
                    background-color: transparent;
                    border: 1px solid #fff;
                    color: #eee;
                }

.thumbnail[b-tmuscm26m7] {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: max-content;
    z-index: 100;
    display: flex;
    gap: 20px;
}

    .thumbnail .item[b-tmuscm26m7] {
        width: 150px;
        height: 220px;
        flex-shrink: 0;
        position: relative;
    }

        .thumbnail .item img[b-tmuscm26m7] {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 20px;
        }

        .thumbnail .item .content[b-tmuscm26m7] {
            color: #fff;
            position: absolute;
            bottom: 10px;
            left: 10px;
            right: 10px;
        }

            .thumbnail .item .content .title[b-tmuscm26m7] {
                font-weight: 500;
            }

            .thumbnail .item .content .description[b-tmuscm26m7] {
                font-weight: 300;
            }

.arrows[b-tmuscm26m7] {
    position: absolute;
    top: 80%;
    right: 52%;
    z-index: 100;
    width: 300px;
    max-width: 30%;
    display: flex;
    gap: 10px;
    align-items: center;
}

    .arrows button[b-tmuscm26m7] {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #eee4;
        border: none;
        color: #fff;
        font-family: monospace;
        font-weight: bold;
        transition: .5s;
    }

        .arrows button:hover[b-tmuscm26m7] {
            background-color: #fff;
            color: #000;
        }

.carousel .list .item:nth-child(1)[b-tmuscm26m7] {
    z-index: 1;
}

    .carousel .list .item:nth-child(1) .content .author[b-tmuscm26m7],
    .carousel .list .item:nth-child(1) .content .title[b-tmuscm26m7],
    .carousel .list .item:nth-child(1) .content .topic[b-tmuscm26m7],
    .carousel .list .item:nth-child(1) .content .des[b-tmuscm26m7],
    .carousel .list .item:nth-child(1) .content .buttons[b-tmuscm26m7] {
        transform: translateY(50px);
        filter: blur(20px);
        opacity: 0;
        animation: showContent-b-tmuscm26m7 .5s 1s linear 1 forwards;
    }

@keyframes showContent-b-tmuscm26m7 {
    to {
        transform: translateY(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

.carousel .list .item:nth-child(1) .content .title[b-tmuscm26m7] {
    animation-delay: 1.2s !important;
}

.carousel .list .item:nth-child(1) .content .topic[b-tmuscm26m7] {
    animation-delay: 1.4s !important;
}

.carousel .list .item:nth-child(1) .content .des[b-tmuscm26m7] {
    animation-delay: 1.6s !important;
}

.carousel .list .item:nth-child(1) .content .buttons[b-tmuscm26m7] {
    animation-delay: 1.8s !important;
}
/* create animation when next click */
.carousel.next .list .item:nth-child(1) img[b-tmuscm26m7] {
    width: 150px;
    height: 220px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    border-radius: 30px;
    animation: showImage-b-tmuscm26m7 .5s linear 1 forwards;
}

@keyframes showImage-b-tmuscm26m7 {
    to {
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}

.carousel.next .thumbnail .item:nth-last-child(1)[b-tmuscm26m7] {
    overflow: hidden;
    animation: showThumbnail-b-tmuscm26m7 .5s linear 1 forwards;
}

.carousel.prev .list .item img[b-tmuscm26m7] {
    z-index: 100;
}

@keyframes showThumbnail-b-tmuscm26m7 {
    from {
        width: 0;
        opacity: 0;
    }
}

.carousel.next .thumbnail[b-tmuscm26m7] {
    animation: effectNext-b-tmuscm26m7 .5s linear 1 forwards;
}

@keyframes effectNext-b-tmuscm26m7 {
    from {
        transform: translateX(150px);
    }
}

/* running time */

.carousel .time[b-tmuscm26m7] {
    position: absolute;
    z-index: 1000;
    width: 0%;
    height: 3px;
    background-color: #f1683a;
    left: 0;
    top: 0;
}

.carousel.next .time[b-tmuscm26m7],
.carousel.prev .time[b-tmuscm26m7] {
    animation: runningTime-b-tmuscm26m7 3s linear 1 forwards;
}

@keyframes runningTime-b-tmuscm26m7 {
    from {
        width: 100%
    }

    to {
        width: 0
    }
}


/* prev click */

.carousel.prev .list .item:nth-child(2)[b-tmuscm26m7] {
    z-index: 2;
}

    .carousel.prev .list .item:nth-child(2) img[b-tmuscm26m7] {
        animation: outFrame-b-tmuscm26m7 0.5s linear 1 forwards;
        position: absolute;
        bottom: 0;
        left: 0;
    }

@keyframes outFrame-b-tmuscm26m7 {
    to {
        width: 150px;
        height: 220px;
        bottom: 50px;
        left: 50%;
        border-radius: 20px;
    }
}

.carousel.prev .thumbnail .item:nth-child(1)[b-tmuscm26m7] {
    overflow: hidden;
    opacity: 0;
    animation: showThumbnail-b-tmuscm26m7 .5s linear 1 forwards;
}

.carousel.next .arrows button[b-tmuscm26m7],
.carousel.prev .arrows button[b-tmuscm26m7] {
    pointer-events: none;
}

.carousel.prev .list .item:nth-child(2) .content .author[b-tmuscm26m7],
.carousel.prev .list .item:nth-child(2) .content .title[b-tmuscm26m7],
.carousel.prev .list .item:nth-child(2) .content .topic[b-tmuscm26m7],
.carousel.prev .list .item:nth-child(2) .content .des[b-tmuscm26m7],
.carousel.prev .list .item:nth-child(2) .content .buttons[b-tmuscm26m7] {
    animation: contentOut-b-tmuscm26m7 1.5s linear 1 forwards !important;
}

@keyframes contentOut-b-tmuscm26m7 {
    to {
        transform: translateY(-150px);
        filter: blur(20px);
        opacity: 0;
    }
}

@media screen and (max-width: 678px) {
    .carousel .list .item .content[b-tmuscm26m7] {
        padding-right: 0;
    }

        .carousel .list .item .content .title[b-tmuscm26m7] {
            font-size: 30px;
        }
}
/* /Components/Pages/SampleProjects/C0000_Blazorise_Accordion_Component/Index.razor.rz.scp.css */
.file-drop-zone[b-g57rpe52f8]{
    display:flex;
    width: 100%;
    border: 3px dotted #fb275d;
    align-items: center;
    margin-bottom: 2px;
}

.hover[b-g57rpe52f8]{
    border-style: solid;
    background-color: #00ca71;
}

.image-container img[b-g57rpe52f8]{
    width: 20%;
    margin: 1rem;
}

[b-g57rpe52f8] input[type=file]{
    width: 100%;
    padding: 20px;
}
/* /Components/Pages/SampleProjects/C0000_BlazorStrap_Crousel_Component/Index.razor.rz.scp.css */
.file-drop-zone[b-yuhh93e2jx]{
    display:flex;
    width: 100%;
    border: 3px dotted #fb275d;
    align-items: center;
    margin-bottom: 2px;
}

.hover[b-yuhh93e2jx]{
    border-style: solid;
    background-color: #00ca71;
}

.image-container img[b-yuhh93e2jx]{
    width: 20%;
    margin: 1rem;
}

[b-yuhh93e2jx] input[type=file]{
    width: 100%;
    padding: 20px;
}
/* /Components/Pages/SampleProjects/C0000_Dashboard1/Index.razor.rz.scp.css */
/* =========== Google Fonts ============ */
/* =============== Globals ============== */
*[b-4yc4mc77gt] {
    font-family: "Ubuntu", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root[b-4yc4mc77gt] {
    --blue: #2a2185;
    --white: #fff;
    --gray: #f5f5f5;
    --black1: #222;
    --black2: #999;
}

body[b-4yc4mc77gt] {
    min-height: 100vh;
    overflow-x: hidden;
}

.container[b-4yc4mc77gt] {
    position: relative;
    width: 100%;
}

/* =============== Navigation ================ */
.navigation[b-4yc4mc77gt] {
    position: fixed;
    width: 300px;
    height: 100%;
    background: var(--blue);
    border-left: 10px solid var(--blue);
    transition: 0.5s;
    overflow: hidden;
}

    .navigation.active[b-4yc4mc77gt] {
        width: 80px;
    }

    .navigation ul[b-4yc4mc77gt] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

        .navigation ul li[b-4yc4mc77gt] {
            position: relative;
            width: 100%;
            list-style: none;
            border-top-left-radius: 30px;
            border-bottom-left-radius: 30px;
        }

            .navigation ul li:hover[b-4yc4mc77gt],
            .navigation ul li.hovered[b-4yc4mc77gt] {
                background-color: var(--white);
            }

            .navigation ul li:nth-child(1)[b-4yc4mc77gt] {
                margin-bottom: 40px;
                pointer-events: none;
            }

            .navigation ul li a[b-4yc4mc77gt] {
                position: relative;
                display: block;
                width: 100%;
                display: flex;
                text-decoration: none;
                color: var(--white);
            }

            .navigation ul li:hover a[b-4yc4mc77gt],
            .navigation ul li.hovered a[b-4yc4mc77gt] {
                color: var(--blue);
            }

            .navigation ul li a .icon[b-4yc4mc77gt] {
                position: relative;
                display: block;
                min-width: 60px;
                height: 60px;
                line-height: 75px;
                text-align: center;
            }

                .navigation ul li a .icon ion-icon[b-4yc4mc77gt] {
                    font-size: 1.75rem;
                }

            .navigation ul li a .title[b-4yc4mc77gt] {
                position: relative;
                display: block;
                padding: 0 10px;
                height: 60px;
                line-height: 60px;
                text-align: start;
                white-space: nowrap;
            }

            /* --------- curve outside ---------- */
            .navigation ul li:hover a[b-4yc4mc77gt]::before,
            .navigation ul li.hovered a[b-4yc4mc77gt]::before {
                content: "";
                position: absolute;
                right: 0;
                top: -50px;
                width: 50px;
                height: 50px;
                background-color: transparent;
                border-radius: 50%;
                box-shadow: 35px 35px 0 10px var(--white);
                pointer-events: none;
            }

            .navigation ul li:hover a[b-4yc4mc77gt]::after,
            .navigation ul li.hovered a[b-4yc4mc77gt]::after {
                content: "";
                position: absolute;
                right: 0;
                bottom: -50px;
                width: 50px;
                height: 50px;
                background-color: transparent;
                border-radius: 50%;
                box-shadow: 35px -35px 0 10px var(--white);
                pointer-events: none;
            }

/* ===================== Main ===================== */
.main[b-4yc4mc77gt] {
    position: absolute;
    width: calc(100% - 300px);
    left: 300px;
    min-height: 100vh;
    background: var(--white);
    transition: 0.5s;
}

    .main.active[b-4yc4mc77gt] {
        width: calc(100% - 80px);
        left: 80px;
    }

.topbar[b-4yc4mc77gt] {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.toggle[b-4yc4mc77gt] {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    cursor: pointer;
}

.search[b-4yc4mc77gt] {
    position: relative;
    width: 400px;
    margin: 0 10px;
}

    .search label[b-4yc4mc77gt] {
        position: relative;
        width: 100%;
    }

        .search label input[b-4yc4mc77gt] {
            width: 100%;
            height: 40px;
            border-radius: 40px;
            padding: 5px 20px;
            padding-left: 35px;
            font-size: 18px;
            outline: none;
            border: 1px solid var(--black2);
        }

        .search label ion-icon[b-4yc4mc77gt] {
            position: absolute;
            top: 0;
            left: 10px;
            font-size: 1.2rem;
        }

.user[b-4yc4mc77gt] {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

    .user img[b-4yc4mc77gt] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* ======================= Cards ====================== */
.cardBox[b-4yc4mc77gt] {
    position: relative;
    width: 100%;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

    .cardBox .card[b-4yc4mc77gt] {
        position: relative;
        background: var(--white);
        padding: 30px;
        border-radius: 20px;
        display: flex;
        justify-content: space-between;
        cursor: pointer;
        box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
    }

        .cardBox .card .numbers[b-4yc4mc77gt] {
            position: relative;
            font-weight: 500;
            font-size: 2.5rem;
            color: var(--blue);
        }

        .cardBox .card .cardName[b-4yc4mc77gt] {
            color: var(--black2);
            font-size: 1.1rem;
            margin-top: 5px;
        }

        .cardBox .card .iconBx[b-4yc4mc77gt] {
            font-size: 3.5rem;
            color: var(--black2);
        }

        .cardBox .card:hover[b-4yc4mc77gt] {
            background: var(--blue);
        }

            .cardBox .card:hover .numbers[b-4yc4mc77gt],
            .cardBox .card:hover .cardName[b-4yc4mc77gt],
            .cardBox .card:hover .iconBx[b-4yc4mc77gt] {
                color: var(--white);
            }

/* ================== Order Details List ============== */
.details[b-4yc4mc77gt] {
    position: relative;
    width: 100%;
    padding: 20px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 30px;
    /* margin-top: 10px; */
}

    .details .recentOrders[b-4yc4mc77gt] {
        position: relative;
        display: grid;
        min-height: 500px;
        background: var(--white);
        padding: 20px;
        box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
        border-radius: 20px;
    }

    .details .cardHeader[b-4yc4mc77gt] {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

.cardHeader h2[b-4yc4mc77gt] {
    font-weight: 600;
    color: var(--blue);
}

.cardHeader .btn[b-4yc4mc77gt] {
    position: relative;
    padding: 5px 10px;
    background: var(--blue);
    text-decoration: none;
    color: var(--white);
    border-radius: 6px;
}

.details table[b-4yc4mc77gt] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

    .details table thead td[b-4yc4mc77gt] {
        font-weight: 600;
    }

.details .recentOrders table tr[b-4yc4mc77gt] {
    color: var(--black1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

    .details .recentOrders table tr:last-child[b-4yc4mc77gt] {
        border-bottom: none;
    }

.details .recentOrders table tbody tr:hover[b-4yc4mc77gt] {
    background: var(--blue);
    color: var(--white);
}

.details .recentOrders table tr td[b-4yc4mc77gt] {
    padding: 10px;
}

    .details .recentOrders table tr td:last-child[b-4yc4mc77gt] {
        text-align: end;
    }

    .details .recentOrders table tr td:nth-child(2)[b-4yc4mc77gt] {
        text-align: end;
    }

    .details .recentOrders table tr td:nth-child(3)[b-4yc4mc77gt] {
        text-align: center;
    }

.status.delivered[b-4yc4mc77gt] {
    padding: 2px 4px;
    background: #8de02c;
    color: var(--white);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

.status.pending[b-4yc4mc77gt] {
    padding: 2px 4px;
    background: #e9b10a;
    color: var(--white);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

.status.return[b-4yc4mc77gt] {
    padding: 2px 4px;
    background: #f00;
    color: var(--white);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

.status.inProgress[b-4yc4mc77gt] {
    padding: 2px 4px;
    background: #1795ce;
    color: var(--white);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

.recentCustomers[b-4yc4mc77gt] {
    position: relative;
    display: grid;
    min-height: 500px;
    padding: 20px;
    background: var(--white);
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
}

    .recentCustomers .imgBx[b-4yc4mc77gt] {
        position: relative;
        width: 40px;
        height: 40px;
        border-radius: 50px;
        overflow: hidden;
    }

        .recentCustomers .imgBx img[b-4yc4mc77gt] {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .recentCustomers table tr td[b-4yc4mc77gt] {
        padding: 12px 10px;
    }

        .recentCustomers table tr td h4[b-4yc4mc77gt] {
            font-size: 16px;
            font-weight: 500;
            line-height: 1.2rem;
        }

            .recentCustomers table tr td h4 span[b-4yc4mc77gt] {
                font-size: 14px;
                color: var(--black2);
            }

    .recentCustomers table tr:hover[b-4yc4mc77gt] {
        background: var(--blue);
        color: var(--white);
    }

        .recentCustomers table tr:hover td h4 span[b-4yc4mc77gt] {
            color: var(--white);
        }

/* ====================== Responsive Design ========================== */
@media (max-width: 991px) {
    .navigation[b-4yc4mc77gt] {
        left: -300px;
    }

        .navigation.active[b-4yc4mc77gt] {
            width: 300px;
            left: 0;
        }

    .main[b-4yc4mc77gt] {
        width: 100%;
        left: 0;
    }

        .main.active[b-4yc4mc77gt] {
            left: 300px;
        }

    .cardBox[b-4yc4mc77gt] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .details[b-4yc4mc77gt] {
        grid-template-columns: 1fr;
    }

    .recentOrders[b-4yc4mc77gt] {
        overflow-x: auto;
    }

    .status.inProgress[b-4yc4mc77gt] {
        white-space: nowrap;
    }
}

@media (max-width: 480px) {
    .cardBox[b-4yc4mc77gt] {
        grid-template-columns: repeat(1, 1fr);
    }

    .cardHeader h2[b-4yc4mc77gt] {
        font-size: 20px;
    }

    .user[b-4yc4mc77gt] {
        min-width: 40px;
    }

    .navigation[b-4yc4mc77gt] {
        width: 100%;
        left: -100%;
        z-index: 1000;
    }

        .navigation.active[b-4yc4mc77gt] {
            width: 100%;
            left: 0;
        }

    .toggle[b-4yc4mc77gt] {
        z-index: 10001;
    }

    .main.active .toggle[b-4yc4mc77gt] {
        color: #fff;
        position: fixed;
        right: 0;
        left: initial;
    }
}
/* /Components/Pages/SampleProjects/C0000_Dashboard2/Index.razor.rz.scp.css */
/*@import url('https://fonts.googleapis.com/css2?family=poppins:wght@300;400;500;600&display=swap');*/

:root[b-anwylkofj0] {
    --color-main: #1a202e;
}

*[b-anwylkofj0] {
    font-family: 'Poppins',sans-serif;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

body[b-anwylkofj0] {
    overflow-x: hidden;
}

#sidebar-toggle[b-anwylkofj0] {
    display: none;
}

    #sidebar-toggle:checked ~ .sidebar[b-anwylkofj0] {
        left: -100;
    }

    #sidebar-toggle:checked ~ .main-content header[b-anwylkofj0] {
        left: -100;
        width: 100%;
        right: 0;
    }

    #sidebar-toggle:checked ~ .main-content[b-anwylkofj0] {
        margin-left: 0;
    }

.sidebar[b-anwylkofj0] {
    width: 280px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    padding: 1rem 1.5rem;
    background: var(--color-main);
    color: #fff;
    z-index: 20;
    transition: left 300ms;
}

.sidebar-brand[b-anwylkofj0] {
    height: 70px;
}

.brand-flex[b-anwylkofj0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-icons span[b-anwylkofj0] {
    font-size: 1.5rem;
    margin-left: .5rem;
}

.sidebar-user[b-anwylkofj0] {
    margin: 1rem 0rem 1rem 0rem;
    text-align: center;
}

    .sidebar-user img[b-anwylkofj0] {
        width: 110%;
        height: 110px;
        border-radius: 50%;
        border-left: 2px solid transparent;
        border-right: 2px solid #efefef;
        border-bottom: 2px solid #efefef;
        border-top: 2px solid #efefef;
    }

    .sidebar-user h3[b-anwylkofj0] {
        font-size: 1rem;
    }

    .sidebar-user span[b-anwylkofj0] {
        font-size: .8rem;
    }

.sidebar-menu[b-anwylkofj0] {
    margin-top: 3rem;
}

.menu-head[b-anwylkofj0] {
    text-transform: uppercase;
    color: #8da2fb;
    font-size: .75rem;
    font-weight: 500;
    margin-bottom: .8rem;
}

.sidebar-menu ul[b-anwylkofj0] {
    margin-bottom: 1.5rem;
}

.sidebar-menu li[b-anwylkofj0] {
    margin-bottom: .9rem;
}

    .sidebar-menu li a[b-anwylkofj0] {
        color: #efefef;
        font-size: .9rem;
        display: flex;
        align-items: center;
    }

        .sidebar-menu li a span[b-anwylkofj0] {
            font-size: 1.5rem;
            display: inline-block;
            margin-right: .8rem;
        }

header[b-anwylkofj0] {
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    position: fixed;
    left: 280px;
    width: calc(100% - 280px);
    top: 0;
    z-index: 20;
    background: #fff;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.1);
    transition: left 300ms;
}

.menu-toggle label[b-anwylkofj0] {
    height: 60px;
    width: 60px;
    display: grid;
    place-items: center;
    font-size: 1.5rem;
    border-radius: 50%;
}

.header-icons span[b-anwylkofj0] {
    display: inline-block;
    margin-left: .7rem;
    font-size: 1.4rem;
}

.menu-toggle label:hover[b-anwylkofj0] {
    background: #efefef;
}

.main-content[b-anwylkofj0] {
    margin-left: 280px;
    transition: margin-left 300ms;
}

main[b-anwylkofj0] {
    padding: 1.5rem;
    background: #f1f5f9;
    min-height: calc(100vh - 70px);
    margin: 70px;
}

.page-header[b-anwylkofj0] {
    display: flex;
    justify-content: space-between;
}

.header-actions button[b-anwylkofj0] {
    outline: none;
    color: #fff;
    background: #5850ec;
    border: none;
    padding: .6rem 1rem;
    margin-left: 1rem;
    border-radius: 3px;
    font-weight: 600;
}

    .header-actions button span[b-anwylkofj0] {
        font-size: 1.2rem;
        margin-right: .6rem;
    }

.cards[b-anwylkofj0] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3rem;
    margin-top: 2rem;
}

.card-single[b-anwylkofj0] {
    background: #fff;
    padding: 1rem;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.1);
    border-radius: 2px;
}

.card-flex[b-anwylkofj0] {
    display: grid;
    grid-template-columns: 70% auto;
    align-items: center;
}

.card-head span[b-anwylkofj0] {
    display: block;
    text-transform: uppercase;
    color: #555;
    font-size: .9rem;
}

.card-head small[b-anwylkofj0] {
    font-weight: 600;
    color: #555;
}

.card-info h2[b-anwylkofj0] {
    font-size: 2.2rem;
    color: #555;
}

.card-chart span[b-anwylkofj0] {
    font-size: 5rem;
}

.card-chart.success span[b-anwylkofj0] {
    color: seagreen;
}

.card-chart.danger span[b-anwylkofj0] {
    color: tomato;
}

.card-chart.yellow span[b-anwylkofj0] {
    color: orangered;
}

.jops-grid[b-anwylkofj0] {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: auto 66%;
    grid-gap: 3rem;
}

.analytics-card[b-anwylkofj0] {
    background: #fff;
    padding: 1.5rem;
}

.analytics-head[b-anwylkofj0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
}

    .analytics-head span[b-anwylkofj0] {
        font-size: 1.5rem;
    }

.analytics-chart small[b-anwylkofj0] {
    font-weight: 600;
    color: #555;
    display: block;
    margin-bottom: 1rem;
}

.chart-circle[b-anwylkofj0] {
    height: 150px;
    width: 150px;
    border-left: 10px solid transparent;
    border-right: 10px solid #5850ec;
    border-bottom: 10px solid #5850ec;
    border-top: 10px solid #5850ec;
    display: grid;
    place-items: center;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 3rem;
}

.analytics-card button[b-anwylkofj0] {
    display: block;
    padding: .6rem 1rem;
    width: 100%;
    height: 45px;
    background: #5850ec;
    color: #fff;
    border: 1px solid #5850ec;
    border-radius: 3px;
}

.jops h2 small[b-anwylkofj0] {
    color: #5850ec;
    font-weight: 600;
    display: inline-block;
    margin-left: 1rem;
    font-size: .9rem;
}

.jops table[b-anwylkofj0] {
    border-collapse: collapse;
    margin-top: 1rem;
    overflow-x: auto;
}

span.indicator[b-anwylkofj0] {
    background: #c9f7f5;
    height: 15px;
    width: 15px;
    border-radius: 50%;
}

.jops table td div[b-anwylkofj0] {
    background: #fff;
    margin-bottom: 1rem;
    padding: 1rem;
    height: 60px;
    display: flex;
    align-items: center;
    padding: .5rem;
    font-size: .85rem;
    color: #444;
    font-weight: 500;
}

table button[b-anwylkofj0] {
    background: #8da2fb;
    color: midnightblue;
    border: 1px solid #8da2fb;
    padding: .5rem;
    border-radius: 3px;
}

.table-responsive[b-anwylkofj0] {
    overflow: auto;
}

@media only screen and (max-width: 768px) {
    .cards[b-anwylkofj0] {
        grid-template-columns: 100%;
    }

    .jops-grid[b-anwylkofj0] {
        grid-template-columns: 100%;
    }

    .page-header[b-anwylkofj0] {
        display: block;
    }

    .header-actions[b-anwylkofj0] {
        margin-top: 1rem;
        text-align: right;
    }

        .header-actions button:first-child[b-anwylkofj0] {
            margin-left: 0rem;
        }

    .sidebar[b-anwylkofj0] {
        left: -100%;
        z-index: 30;
    }

    .main-content[b-anwylkofj0] {
        margin-left: 0;
    }

    header[b-anwylkofj0] {
        left: 0;
        width: 100%;
    }

    #sidebar-toggle:checked ~ .sidebar[b-anwylkofj0] {
        left: 0;
    }

    .cards[b-anwylkofj0] {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* /Components/Pages/SampleProjects/C0000_FileDragAndDropAndPaste/Index.razor.rz.scp.css */
.file-drop-zone[b-8lukrm8vx3]{
    display:flex;
    width: 100%;
    border: 3px dotted #fb275d;
    align-items: center;
    margin-bottom: 2px;
}

.hover[b-8lukrm8vx3]{
    border-style: solid;
    background-color: #00ca71;
}

.image-container img[b-8lukrm8vx3]{
    width: 20%;
    margin: 1rem;
}

[b-8lukrm8vx3] input[type=file]{
    width: 100%;
    padding: 20px;
}
/* /Components/Pages/SampleProjects/C0000_GenerateQRCode1/Index.razor.rz.scp.css */
*[b-rn7eim4tn1] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "popins", sans-serif;
}

body[b-rn7eim4tn1] {
    background: #262a2f;
}

.container[b-rn7eim4tn1] {
    position: absolute;
    width: 400px;
    padding: 25px 35px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
}

    .container p[b-rn7eim4tn1] {
        font-weight: 600;
        font-size: 15px;
        margin-bottom: 8px;
    }

    .container input[b-rn7eim4tn1] {
        width: 100%;
        height: 50px;
        border: 1px solid #69696b;
        outline: none;
        padding: 10px;
        margin: 10px 0 20px;
        border-radius: 6px;
    }

    .container button[b-rn7eim4tn1] {
        width: 100%;
        height: 50px;
        background: #3250a8;
        color: #fff;
        border: o;
        outline: o;
        border-radius: 5px;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        margin: 20px 0;
        font-weight: 500;
    }

#imgBx[b-rn7eim4tn1] {
    width: 200px;
    height: 200px;
    border-radius: 5px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #imgBx img[b-rn7eim4tn1] {
        max-width: 100%;
        max-height: 100%;
        padding: 10px;
        display: block;
    }

    #imgBx.show-img[b-rn7eim4tn1] {
        max-height: 200px;
        border: 1px solid #d1d1d1;
    }

.error[b-rn7eim4tn1] {
    animation: shake-b-rn7eim4tn1 0.1s inear;
}

@keyframes shake-b-rn7eim4tn1 {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-2px);
    }

    50% {
        transform: translateX(0);
    }

    75% {
        transform: translateX(-2px);
    }

    100% {
        transform: translateX(0);
    }
}
/* /Components/Pages/SampleProjects/C0000_HTMLOnly_Accordion_Component/Index.razor.rz.scp.css */
.file-drop-zone[b-2oakzzj04q]{
    display:flex;
    width: 100%;
    border: 3px dotted #fb275d;
    align-items: center;
    margin-bottom: 2px;
}

.hover[b-2oakzzj04q]{
    border-style: solid;
    background-color: #00ca71;
}

.image-container img[b-2oakzzj04q]{
    width: 20%;
    margin: 1rem;
}

[b-2oakzzj04q] input[type=file]{
    width: 100%;
    padding: 20px;
}
/* /Components/Pages/SampleProjects/C0000_LoginSignup1/Index.razor.rz.scp.css */
*[b-fi3qg5rb87] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-fi3qg5rb87] {
    background: #fff;
    font-family: "roboto",sans-serif;
    height: 100vh;
    display: grid;
    place-items: center;
}

.form[b-fi3qg5rb87] {
    width: 98%;
    max-width: 400px;
}

    .form .header[b-fi3qg5rb87] {
        text-align: center;
        padding: 20px;
        display: grid;
        gap: 5px;
    }

        .form .header p[b-fi3qg5rb87] {
            color: #555;
        }

    .form .body[b-fi3qg5rb87] {
        box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.2);
        border-radius: 20px;
        height: 320px;
        overflow: hidden;
    }

        .form .body .pagination[b-fi3qg5rb87] {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 15px;
            padding: 15px 20px;
        }

            .form .body .pagination .number[b-fi3qg5rb87] {
                width: 28px;
                height: 28px;
                text-align: center;
                line-height: 28px;
                border-radius: 50%;
                background: #00aaee;
                color: #fff;
                font-size: 15px;
            }

            .form .body .pagination .bar[b-fi3qg5rb87] {
                width: 50px;
                height: 4px;
                background: #00aaee;
                border-radius: 5px;
            }

            .form .body .pagination .active ~ div[b-fi3qg5rb87] {
                background: #ddd;
                color: #111;
            }

    .form .steps[b-fi3qg5rb87] {
        width: 400%;
        display: flex;
    }

        .form .steps .step[b-fi3qg5rb87] {
            width: 98vw;
            max-width: 400px;
            padding: 5px 15px 15px;
            overflow: hidden;
        }

            .form .steps .step h4[b-fi3qg5rb87] {
                margin-bottom: 5px;
            }

            .form .steps .step p[b-fi3qg5rb87] {
                color: #555;
                max-width: 90%;
                font-size: 15px;
            }

            .form .steps .step .grid[b-fi3qg5rb87] {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 15px;
                margin-top: 20px;
            }

                .form .steps .step .grid .col label[b-fi3qg5rb87] {
                    display: block;
                    margin-bottom: 5px;
                    font-weight: 500;
                    font-size: 15px;
                }

                .form .steps .step .grid .col input[b-fi3qg5rb87] {
                    width: 100%;
                    padding: 8px;
                    border: 1px solid #bbb;
                    font-size: 15px;
                    border-radius: 8px;
                }

                .form .steps .step .grid .col .checkbox input[b-fi3qg5rb87] {
                    display: none;
                }

                .form .steps .step .grid .col .checkbox label[b-fi3qg5rb87] {
                    width: 100%;
                    padding: 15px;
                    border: 1px solid #bbb;
                    border-radius: 5px;
                    margin: 0;
                    cursor: pointer;
                }

                .form .steps .step .grid .col .checkbox input:checked + label[b-fi3qg5rb87] {
                    background: #00aaee;
                    color: #fff;
                }

            .form .steps .step .confirmation[b-fi3qg5rb87] {
                display: grid;
                text-align: center;
                place-items: center;
                gap: 15px;
            }

                .form .steps .step .confirmation button[b-fi3qg5rb87] {
                    background: #00aaee;
                    padding: 10px 20px;
                    border: none;
                    outline: none;
                    font-size: 15px;
                    border-radius: 20px;
                    cursor: pointer;
                }

    .form .footer[b-fi3qg5rb87] {
        padding: 15px 0px;
        display: flex;
        justify-content: space-between;
    }

        .form .footer button[b-fi3qg5rb87] {
            padding: 5px 10px;
            font-size: 15px;
            border: 1px solid #bbb;
            background: #fff;
            border-radius: 5px;
            cursor: pointer;
            outline: none;
        }
/* /Components/Pages/SampleProjects/C0000_Navigationbar2/Index.razor.rz.scp.css */
*[b-fh2djissre] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'poppins', sans-serif;
}

:root[b-fh2djissre] {
    --clr: #222328;
}

body[b-fh2djissre] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: var(--clr);
}

.nav[b-fh2djissre] {
    position: relative;
    width: 400px;
    height: 70px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

    .nav ul[b-fh2djissre] {
        display: flex;
        width: 350px;
    }

        .nav ul li[b-fh2djissre] {
            position: relative;
            list-style: none;
            width: 70px;
            height: 70px;
            z-index: 1;
        }

            .nav ul li a[b-fh2djissre] {
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                width: 100%;
                text-align: center;
                font-weight: 500;
            }

                .nav ul li a .icon[b-fh2djissre] {
                    position: relative;
                    display: block;
                    line-height: 75px;
                    font-size: 1.5em;
                    text-align: center;
                    transition: 0.5s;
                    color: var(--clr);
                }

            .nav ul li.active a .icon[b-fh2djissre] {
                transform: translateY(-32px);
            }

            .nav ul li a .text[b-fh2djissre] {
                position: absolute;
                color: var(--clr);
                font-weight: 400;
                font-size: 0.75em;
                letter-spacing: 0.05em;
                transition: 0.5s;
                opacity: 0;
                transform: translateY(20px);
            }

            .nav ul li.active a .text[b-fh2djissre] {
                transform: translateY(10px);
                opacity: 1;
            }

.magic[b-fh2djissre] {
    position: absolute;
    top: -50%;
    width: 70px;
    height: 70px;
    background: #44a3cf;
    border-radius: 50%;
    border: 6px solid var(--clr);
    transition: 0.5s;
}

    .magic[b-fh2djissre]::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -22px;
        width: 20px;
        height: 20px;
        background: transparent;
        border-top-right-radius: 20px;
        box-shadow: 1px -10px 0 0 var(--clr);
    }

    .magic[b-fh2djissre]::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -22px;
        width: 20px;
        height: 20px;
        background: transparent;
        border-top-left-radius: 20px;
        box-shadow: -1px -10px 0 0 var(--clr);
    }

.nav ul li:nth-child(1).active ~ .magic[b-fh2djissre] {
    transform: translateX(calc(70px * 0));
}

.nav ul li:nth-child(2).active ~ .magic[b-fh2djissre] {
    transform: translateX(calc(70px * 1));
}

.nav ul li:nth-child(3).active ~ .magic[b-fh2djissre] {
    transform: translateX(calc(70px * 2));
}

.nav ul li:nth-child(4).active ~ .magic[b-fh2djissre] {
    transform: translateX(calc(70px * 3));
}

.nav ul li:nth-child(5).active ~ .magic[b-fh2djissre] {
    transform: translateX(calc(70px * 4));
}
/* /Components/Pages/SampleProjects/C0000_PaymentDetails/Index.razor.rz.scp.css */
/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');*/

:root[b-t9su3xy29v] {
    /* This color palletes from Tailwind CSS */
    --white: #fff;
    --black: #000;
    --slate-50: #f8fafc;
    --slate-100: #f1f5f9;
    --slate-200: #e2e8f0;
    --slate-300: #cbd5e1;
    --slate-400: #94a3b8;
    --slate-500: #64748b;
    --slate-600: #475569;
    --slate-700: #334155;
    --slate-800: #1e293b;
    --slate-900: #0f172a;
    --slate-950: #020617;
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --gray-900: #111827;
    --gray-950: #030712;
    --zinc-50: #fafafa;
    --zinc-100: #f4f4f5;
    --zinc-200: #e4e4e7;
    --zinc-300: #d4d4d8;
    --zinc-400: #a1a1aa;
    --zinc-500: #71717a;
    --zinc-600: #52525b;
    --zinc-700: #3f3f46;
    --zinc-800: #27272a;
    --zinc-900: #18181b;
    --zinc-950: #09090b;
    --neutral-50: #fafafa;
    --neutral-100: #f5f5f5;
    --neutral-200: #e5e5e5;
    --neutral-300: #d4d4d4;
    --neutral-400: #a3a3a3;
    --neutral-500: #737373;
    --neutral-600: #525252;
    --neutral-700: #404040;
    --neutral-800: #262626;
    --neutral-900: #171717;
    --neutral-950: #0a0a0a;
    --stone-50: #fafaf9;
    --stone-100: #f5f5f4;
    --stone-200: #e7e5e4;
    --stone-300: #d6d3d1;
    --stone-400: #a8a29e;
    --stone-500: #78716c;
    --stone-600: #57534e;
    --stone-700: #44403c;
    --stone-800: #292524;
    --stone-900: #1c1917;
    --stone-950: #0c0a09;
    --red-50: #fef2f2;
    --red-100: #fee2e2;
    --red-200: #fecaca;
    --red-300: #fca5a5;
    --red-400: #f87171;
    --red-500: #ef4444;
    --red-600: #dc2626;
    --red-700: #b91c1c;
    --red-800: #991b1b;
    --red-900: #7f1d1d;
    --red-950: #450a0a;
    --orange-50: #fff7ed;
    --orange-100: #ffedd5;
    --orange-200: #fed7aa;
    --orange-300: #fdba74;
    --orange-400: #fb923c;
    --orange-500: #f97316;
    --orange-600: #ea580c;
    --orange-700: #c2410c;
    --orange-800: #9a3412;
    --orange-900: #7c2d12;
    --orange-950: #431407;
    --amber-50: #fffbeb;
    --amber-100: #fef3c7;
    --amber-200: #fde68a;
    --amber-300: #fcd34d;
    --amber-400: #fbbf24;
    --amber-500: #f59e0b;
    --amber-600: #d97706;
    --amber-700: #b45309;
    --amber-800: #92400e;
    --amber-900: #78350f;
    --amber-950: #451a03;
    --yellow-50: #fefce8;
    --yellow-100: #fef9c3;
    --yellow-200: #fef08a;
    --yellow-300: #fde047;
    --yellow-400: #facc15;
    --yellow-500: #eab308;
    --yellow-600: #ca8a04;
    --yellow-700: #a16207;
    --yellow-800: #854d0e;
    --yellow-900: #713f12;
    --yellow-950: #422006;
    --lime-50: #f7fee7;
    --lime-100: #ecfccb;
    --lime-200: #d9f99d;
    --lime-300: #bef264;
    --lime-400: #a3e635;
    --lime-500: #84cc16;
    --lime-600: #65a30d;
    --lime-700: #4d7c0f;
    --lime-800: #3f6212;
    --lime-900: #365314;
    --lime-950: #1a2e05;
    --green-50: #f0fdf4;
    --green-100: #dcfce7;
    --green-200: #bbf7d0;
    --green-300: #86efac;
    --green-400: #4ade80;
    --green-500: #22c55e;
    --green-600: #16a34a;
    --green-700: #15803d;
    --green-800: #166534;
    --green-900: #14532d;
    --green-950: #052e16;
    --emerald-50: #ecfdf5;
    --emerald-100: #d1fae5;
    --emerald-200: #a7f3d0;
    --emerald-300: #6ee7b7;
    --emerald-400: #34d399;
    --emerald-500: #10b981;
    --emerald-600: #059669;
    --emerald-700: #047857;
    --emerald-800: #065f46;
    --emerald-900: #064e3b;
    --emerald-950: #022c22;
    --teal-50: #f0fdfa;
    --teal-100: #ccfbf1;
    --teal-200: #99f6e4;
    --teal-300: #5eead4;
    --teal-400: #2dd4bf;
    --teal-500: #14b8a6;
    --teal-600: #0d9488;
    --teal-700: #0f766e;
    --teal-800: #115e59;
    --teal-900: #134e4a;
    --teal-950: #042f2e;
    --cyan-50: #ecfeff;
    --cyan-100: #cffafe;
    --cyan-200: #a5f3fc;
    --cyan-300: #67e8f9;
    --cyan-400: #22d3ee;
    --cyan-500: #06b6d4;
    --cyan-600: #0891b2;
    --cyan-700: #0e7490;
    --cyan-800: #155e75;
    --cyan-900: #164e63;
    --cyan-950: #083344;
    --sky-50: #f0f9ff;
    --sky-100: #e0f2fe;
    --sky-200: #bae6fd;
    --sky-300: #7dd3fc;
    --sky-400: #38bdf8;
    --sky-500: #0ea5e9;
    --sky-600: #0284c7;
    --sky-700: #0369a1;
    --sky-800: #075985;
    --sky-900: #0c4a6e;
    --sky-950: #082f49;
    --blue-50: #eff6ff;
    --blue-100: #dbeafe;
    --blue-200: #bfdbfe;
    --blue-300: #93c5fd;
    --blue-400: #60a5fa;
    --blue-500: #3b82f6;
    --blue-600: #2563eb;
    --blue-700: #1d4ed8;
    --blue-800: #1e40af;
    --blue-900: #1e3a8a;
    --blue-950: #172554;
    --indigo-50: #eef2ff;
    --indigo-100: #e0e7ff;
    --indigo-200: #c7d2fe;
    --indigo-300: #a5b4fc;
    --indigo-400: #818cf8;
    --indigo-500: #6366f1;
    --indigo-600: #4f46e5;
    --indigo-700: #4338ca;
    --indigo-800: #3730a3;
    --indigo-900: #312e81;
    --indigo-950: #1e1b4b;
    --violet-50: #f5f3ff;
    --violet-100: #ede9fe;
    --violet-200: #ddd6fe;
    --violet-300: #c4b5fd;
    --violet-400: #a78bfa;
    --violet-500: #8b5cf6;
    --violet-600: #7c3aed;
    --violet-700: #6d28d9;
    --violet-800: #5b21b6;
    --violet-900: #4c1d95;
    --violet-950: #2e1065;
    --purple-50: #faf5ff;
    --purple-100: #f3e8ff;
    --purple-200: #e9d5ff;
    --purple-300: #d8b4fe;
    --purple-400: #c084fc;
    --purple-500: #a855f7;
    --purple-600: #9333ea;
    --purple-700: #7e22ce;
    --purple-800: #6b21a8;
    --purple-900: #581c87;
    --purple-950: #3b0764;
    --fuchsia-50: #fdf4ff;
    --fuchsia-100: #fae8ff;
    --fuchsia-200: #f5d0fe;
    --fuchsia-300: #f0abfc;
    --fuchsia-400: #e879f9;
    --fuchsia-500: #d946ef;
    --fuchsia-600: #c026d3;
    --fuchsia-700: #a21caf;
    --fuchsia-800: #86198f;
    --fuchsia-900: #701a75;
    --fuchsia-950: #4a044e;
    --pink-50: #fdf2f8;
    --pink-100: #fce7f3;
    --pink-200: #fbcfe8;
    --pink-300: #f9a8d4;
    --pink-400: #f472b6;
    --pink-500: #ec4899;
    --pink-600: #db2777;
    --pink-700: #be185d;
    --pink-800: #9d174d;
    --pink-900: #831843;
    --pink-950: #500724;
    --rose-50: #fff1f2;
    --rose-100: #ffe4e6;
    --rose-200: #fecdd3;
    --rose-300: #fda4af;
    --rose-400: #fb7185;
    --rose-500: #f43f5e;
    --rose-600: #e11d48;
    --rose-700: #be123c;
    --rose-800: #9f1239;
    --rose-900: #881337;
    --rose-950: #4c0519;
}

/* start: Globals */
*[b-t9su3xy29v] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font: inherit;
}

body[b-t9su3xy29v] {
    font-family: 'Inter', sans-serif;
    color: var(--gray-900);
    background-color: var(--gray-50);
}

.container[b-t9su3xy29v] {
    max-width: 940px;
    margin: 0 auto;
    padding: 0 16px;
}
/* end: Globals */



/* start: Payment */
.payment-section[b-t9su3xy29v] {
    padding: 48px 0;
}

.payment-wrapper[b-t9su3xy29v] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.payment-header[b-t9su3xy29v] {
    padding: 24px;
    background-color: var(--indigo-500);
    border-radius: 12px;
    padding-bottom: 72px;
}

.payment-header-icon[b-t9su3xy29v] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--indigo-600);
    color: var(--white);
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.payment-header-title[b-t9su3xy29v] {
    font-size: 20px;
    font-weight: 600;
    color: var(--white);
    line-height: 1.4;
    margin-bottom: 4px;
}

.payment-header-description[b-t9su3xy29v] {
    font-size: 15px;
    color: var(--gray-200);
    line-height: 1.5;
}

.payment-content[b-t9su3xy29v] {
    padding: 24px;
    margin-top: -64px;
    position: relative;
}

    .payment-content[b-t9su3xy29v]::before {
        content: '';
        position: absolute;
        top: 24px;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 32px);
        height: 16px;
        border-radius: 4px;
        background-color: var(--indigo-600);
    }

.payment-body[b-t9su3xy29v] {
    background-color: var(--white);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .05), inset 0 8px 0 rgba(0, 0, 0, .05);
    position: relative;
    padding-top: 8px;
    overflow: hidden;
}

.payment-plan[b-t9su3xy29v] {
    display: flex;
    align-items: center;
    padding: 12px;
}

.payment-plan-type[b-t9su3xy29v] {
    width: 40px;
    height: 40px;
    background-color: var(--indigo-500);
    color: var(--white);
    font-size: 13px;
    font-weight: 600;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-right: 8px;
}

.payment-plan-info[b-t9su3xy29v] {
    width: 100%;
    margin-right: 8px;
    display: grid;
}

.payment-plan-info-name[b-t9su3xy29v] {
    font-size: 13px;
    color: var(--gray-400);
    margin-bottom: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.payment-plan-info-price[b-t9su3xy29v] {
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.payment-plan-change[b-t9su3xy29v] {
    color: var(--blue-500);
    font-size: 12px;
    font-weight: 600;
    text-underline-offset: 2px;
}

    .payment-plan-change:hover[b-t9su3xy29v] {
        color: var(--blue-600);
    }

.payment-summary-item[b-t9su3xy29v] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 12px;
}

.payment-summary-name[b-t9su3xy29v] {
    font-size: 14px;
    color: var(--gray-500);
}

.payment-summary-price[b-t9su3xy29v] {
    font-weight: 500;
    font-size: 15px;
}

.payment-summary-divider[b-t9su3xy29v] {
    width: calc(100% - 16px);
    height: 0;
    margin: 12px auto;
    border-bottom: 1px dashed var(--gray-200);
    position: relative;
}

    .payment-summary-divider[b-t9su3xy29v]::before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 100%;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background-color: var(--gray-50);
        box-shadow: inset 0 2px 16px rgba(0, 0, 0, .05);
    }

    .payment-summary-divider[b-t9su3xy29v]::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 100%;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background-color: var(--gray-50);
        box-shadow: inset 0 2px 16px rgba(0, 0, 0, .05);
    }

.payment-summary-total[b-t9su3xy29v] {
    padding-bottom: 16px;
}

    .payment-summary-total .payment-summary-name[b-t9su3xy29v] {
        color: var(--gray-900);
    }

    .payment-summary-total .payment-summary-price[b-t9su3xy29v] {
        font-size: 16px;
        color: var(--indigo-500);
        font-weight: 600;
    }

.payment-right[b-t9su3xy29v] {
    min-width: 0;
}

.payment-form[b-t9su3xy29v] {
    padding: 24px;
    background-color: var(--white);
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .05);
}

.payment-title[b-t9su3xy29v] {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
}

.payment-method[b-t9su3xy29v] {
    display: flex;
    align-items: center;
    overflow-x: auto;
    padding: 6px 0;
    margin-bottom: 12px;
    width: 100%;
}

    .payment-method input[b-t9su3xy29v] {
        display: none;
    }

.payment-method-item[b-t9su3xy29v] {
    width: 80px;
    height: 80px;
    padding: 8px;
    border: 1px solid var(--gray-200);
    border-radius: 8px;
    margin-right: 12px;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
}

input:checked + .payment-method-item[b-t9su3xy29v] {
    border-color: var(--indigo-500);
}

    input:checked + .payment-method-item[b-t9su3xy29v]::before {
        content: '';
        position: absolute;
        top: -6px;
        right: -6px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background-color: var(--indigo-500);
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEwLjAwMDcgMTUuMTcwOUwxOS4xOTMxIDUuOTc4NTJMMjAuNjA3MyA3LjM5MjczTDEwLjAwMDcgMTcuOTk5M0wzLjYzNjcyIDExLjYzNTRMNS4wNTA5MyAxMC4yMjEyTDEwLjAwMDcgMTUuMTcwOVoiIGZpbGw9InJnYmEoMjU1LDI1NSwyNTUsMSkiPjwvcGF0aD48L3N2Zz4=");
        background-size: 12px;
        background-position: center;
        background-repeat: no-repeat;
    }

.payment-method-item > img[b-t9su3xy29v] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.payment-form-group[b-t9su3xy29v] {
    position: relative;
    margin-bottom: 16px;
}

.payment-form-control[b-t9su3xy29v] {
    outline: transparent;
    border: 1px solid var(--gray-200);
    border-radius: 8px;
    padding: 24px 16px 8px 16px;
    width: 100%;
    transition: all .15s ease-in-out;
}

.payment-form-label[b-t9su3xy29v] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
    color: var(--gray-400);
    pointer-events: none;
    transition: all .1s ease-in-out;
}

.payment-form-control:focus[b-t9su3xy29v] {
    outline: 1px solid var(--indigo-500);
    border-color: var(--indigo-500);
}

    .payment-form-control:focus + .payment-form-label[b-t9su3xy29v],
    .payment-form-control:not(:placeholder-shown) + .payment-form-label[b-t9su3xy29v] {
        top: 30%;
        font-size: 12px;
    }

.payment-form-label-required[b-t9su3xy29v]::after {
    content: ' *';
    color: var(--red-500);
}

.payment-form-group-flex[b-t9su3xy29v] {
    display: flex;
    align-items: center;
}

    .payment-form-group-flex > *[b-t9su3xy29v] {
        width: 100%;
    }

    .payment-form-group-flex > :not(:last-child)[b-t9su3xy29v] {
        margin-right: 12px;
    }

.payment-form-submit-button[b-t9su3xy29v] {
    background-color: var(--indigo-500);
    border-radius: 8px;
    outline: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: none;
    cursor: pointer;
    color: var(--white);
    font-weight: 600;
    padding: 16px;
    transition: all .15s ease-in-out;
}

    .payment-form-submit-button:hover[b-t9su3xy29v] {
        background-color: var(--indigo-600);
    }

    .payment-form-submit-button > i[b-t9su3xy29v] {
        margin-right: 8px;
    }
/* end: Payment */



/* start: Breakpoints */
@media screen and (max-width: 767px) {
    .payment-wrapper[b-t9su3xy29v] {
        grid-template-columns: 1fr;
    }

    .payment-content[b-t9su3xy29v] {
        padding: 16px;
    }

        .payment-content[b-t9su3xy29v]::before {
            top: 16px;
            width: calc(100% - 20px);
        }

    .payment-form-group-flex[b-t9su3xy29v] {
        display: block;
    }
}
/* end: Breakpoints */
/* /Components/Pages/SampleProjects/C0000_PopUpModal/Index.razor.rz.scp.css */
*[b-7810wxpyh0] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body[b-7810wxpyh0] {
    font-family: sans-serif;
}


main[b-7810wxpyh0] {
    display: flex;
    height: 100vh;
    position: relative;
    align-items: center;
    justify-content: center;
}

.open-btn[b-7810wxpyh0] {
    border: none;
    background-color: blue;
    color: #fff;
    padding: 15px 25px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

    .open-btn:hover[b-7810wxpyh0] {
        background-color: rgb(0, 187, 255);
    }

.modal-bg[b-7810wxpyh0] {
    background-color: rgba(184, 184, 184, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(5px);
    display: none;
}

    .modal-bg.open[b-7810wxpyh0] {
        display: block;
    }

.modal[b-7810wxpyh0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
    background-color: #fff;
    position: absolute;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(128, 128, 128, 0.164);
    gap: 20px;
    padding: 20px;
    transform: translateY(-500px);
    opacity: 0;
    visibility: hidden;
    transition: transfrom 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5 ease-in-out;
}

    .modal.open[b-7810wxpyh0] {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

.reward.png[b-7810wxpyh0] {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-self: center;
}

.close-btn[b-7810wxpyh0] {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 22px;
    font-weight: 600;
    filter: drop-shadow(0 0 2px rgba(124, 124, 124, 0.468));
    cursor: pointer;
}

    .close-btn:hover[b-7810wxpyh0] {
        color: red;
        transition: color 0.2s ease-in-out;
    }

.info[b-7810wxpyh0] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.title[b-7810wxpyh0] {
    font-size: 22px;
    font-weight: 600;
}

.desciption[b-7810wxpyh0] {
    font-size: 14px;
    color: rgb(115, 112, 112);
    text-align: center;
}

.share-btn[b-7810wxpyh0] {
    background-color: rgb(255, 79, 79);
    width: 180px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #fff;
    box-shadow: 0 4px rgb(255, 141, 141);
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

    .share-btn:hover[b-7810wxpyh0] {
        background-color: red;
    }
/* /Components/Pages/SampleProjects/C0000_Portfolio1/Index.razor.rz.scp.css */
*[b-66nvslo8t8] {
    margin: 0;
    padding: 0;
}

body[b-66nvslo8t8] {
    font-family: "Poppins", sans-serif;
}

html[b-66nvslo8t8] {
    scroll-behavior: smooth;
}

p[b-66nvslo8t8] {
    color: rgb(85, 85, 85);
}

a[b-66nvslo8t8],
.btn[b-66nvslo8t8] {
    transition: all 300ms ease;
}

nav[b-66nvslo8t8],
.nav-links[b-66nvslo8t8] {
    display: flex;
}

nav[b-66nvslo8t8] {
    justify-content: space-around;
    align-items: center;
    height: 17vh;
}

.nav-links[b-66nvslo8t8] {
    gap: 2rem;
    list-style: none;
    font-size: 1.5rem;
}

a[b-66nvslo8t8] {
    color: black;
    text-decoration: none;
    text-decoration-color: white;
}

    a:hover[b-66nvslo8t8] {
        color: grey;
        text-decoration: underline;
        text-underline-offset: 1rem;
        text-decoration-color: rgb(181, 181, 181);
    }

.logo[b-66nvslo8t8] {
    font-size: 2rem;
}

    .logo:hover[b-66nvslo8t8] {
        cursor: default;
    }

#hamburger-nav[b-66nvslo8t8] {
    display: none;
}

.hamburger-menu[b-66nvslo8t8] {
    position: relative;
    display: inline-block;
}

.hamburger-icon[b-66nvslo8t8] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 24px;
    width: 30px;
    cursor: pointer;
}

    .hamburger-icon span[b-66nvslo8t8] {
        width: 100%;
        height: 2px;
        background-color: black;
        transition: all 0.3 ease-in-out;
    }

.menu-links[b-66nvslo8t8] {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: white;
    width: fit-content;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3 ease-in-out;
}

    .menu-links a[b-66nvslo8t8] {
        display: block;
        padding: 10px;
        text-align: center;
        font-size: 1.5rem;
        color: black;
        text-decoration: none;
        transition: all 0.3 ease-in-out;
    }

    .menu-links li[b-66nvslo8t8] {
        list-style: none;
    }

    .menu-links.open[b-66nvslo8t8] {
        max-height: 300px;
    }

.hamburger-icon.open span:first-child[b-66nvslo8t8] {
    transform: rotate(45deg) translate(10px, 5px);
}

.hamburger-icon.open span:nth-child(2)[b-66nvslo8t8] {
    opacity: 0;
}

.hamburger-icon.open span:last-child[b-66nvslo8t8] {
    transform: rotate(-45deg) translate(10px, -5px);
}

.hamburger-icon span:first-child[b-66nvslo8t8] {
    transform: none;
}

.hamburger-icon span:first-child[b-66nvslo8t8] {
    opacity: 1;
}

.hamburger-icon span:first-child[b-66nvslo8t8] {
    transform: none;
}

section[b-66nvslo8t8] {
    padding-top: 4vh;
    height: 96vh;
    margin: 0 10rem;
    box-sizing: border-box;
    min-height: fit-content;
}

.section-container[b-66nvslo8t8] {
    display: flex;
}

#profile[b-66nvslo8t8] {
    display: flex;
    justify-content: center;
    gap: 5rem;
    height: 80vh;
}

.section__pic-container[b-66nvslo8t8] {
    display: flex;
    height: 400px;
    width: 400px;
    margin: auto 0;
}

.section__text[b-66nvslo8t8] {
    align-self: center;
    text-align: center;
}

    .section__text p[b-66nvslo8t8] {
        font-weight: 600;
    }

.section__text__p1[b-66nvslo8t8] {
    text-align: center;
}

.section__text__p2[b-66nvslo8t8] {
    font-size: 1.75rem;
    margin-bottom: 1rem;
}

.title[b-66nvslo8t8] {
    font-size: 3rem;
    text-align: center;
}

#socials-container[b-66nvslo8t8] {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    gap: 1rem;
}

.icon[b-66nvslo8t8] {
    cursor: pointer;
    height: 2rem;
}

.btn-container[b-66nvslo8t8] {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.btn[b-66nvslo8t8] {
    font-weight: 600;
    transition: all 300ms ease;
    padding: 1rem;
    width: 8rem;
    border-radius: 2rem;
}

.btn-color-1[b-66nvslo8t8],
.btn-color-2[b-66nvslo8t8] {
    border: rgb(53, 53, 53) 0.1rem solid;
}

    .btn-color-1:hover[b-66nvslo8t8],
    .btn-color-2:hover[b-66nvslo8t8] {
        cursor: pointer;
    }

    .btn-color-1[b-66nvslo8t8],
    .btn-color-2:hover[b-66nvslo8t8] {
        background: rgb(53, 53, 53);
        color: white;
    }

        .btn-color-1:hover[b-66nvslo8t8] {
            background: rgb(0, 0, 0);
        }

.btn-color-2[b-66nvslo8t8] {
    background: none;
}

    .btn-color-2:hover[b-66nvslo8t8] {
        border: rgb(255, 255, 255) 0.1rem solid;
    }

.btn-container[b-66nvslo8t8] {
    gap: 1rem;
}

#about[b-66nvslo8t8] {
    position: relative;
}

.about-containers[b-66nvslo8t8] {
    gap: 2rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.about-details-container[b-66nvslo8t8] {
    justify-content: center;
    flex-direction: column;
}

.about-containers[b-66nvslo8t8],
.about-details-container[b-66nvslo8t8] {
    display: flex;
}

.about-pic[b-66nvslo8t8] {
    border-radius: 2rem;
}

.arrow[b-66nvslo8t8] {
    position: absolute;
    right: -5rem;
    bottom: 2.5rem;
}

.details-container[b-66nvslo8t8] {
    padding: 1.5rem;
    flex: 1;
    background: white;
    border-radius: 2rem;
    border: rgb(53, 53, 53) 0.1rem solid;
    border-color: rgb(163, 163, 163);
    text-align: center;
}

.section-container[b-66nvslo8t8] {
    gap: 4rem;
    height: 80%;
}

.section__pic-container[b-66nvslo8t8] {
    height: 400px;
    width: 400px;
    margin: auto 0;
}

#experience[b-66nvslo8t8] {
    position: relative;
}

.experience-sub-title[b-66nvslo8t8] {
    color: rgb(85, 85, 85);
    font-weight: 600;
    font-size: 1.75rem;
    margin-bottom: 2rem;
}

.experience-details-container[b-66nvslo8t8] {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.article-container[b-66nvslo8t8] {
    display: flex;
    text-align: initial;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 2.5rem;
    justify-content: space-around;
}

article[b-66nvslo8t8] {
    display: flex;
    width: 10rem;
    justify-content: space-around;
    gap: 0.5rem;
}

    article .icon[b-66nvslo8t8] {
        cursor: default;
    }

#projects[b-66nvslo8t8] {
    position: relative;
}

.color-container[b-66nvslo8t8] {
    border-color: rgb(163, 163, 163);
    background: rgb(250, 250, 250);
}

.project-img[b-66nvslo8t8] {
    border-radius: 2rem;
    width: 90%;
    height: 90%;
}

.project-title[b-66nvslo8t8] {
    margin: 1rem;
    color: black;
}

.project-btn[b-66nvslo8t8] {
    color: black;
    border-color: rgb(163, 163, 163);
}

#contact[b-66nvslo8t8] {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 70vh;
}

.contact-info-upper-container[b-66nvslo8t8] {
    display: flex;
    justify-content: center;
    border-radius: 2rem;
    border: rgb(53, 53, 53) 0.1rem solid;
    border-color: rgb(163, 163, 163);
    background: (250, 250, 250);
    margin: 2rem auto;
    padding: 0.5rem;
}

.contact-info-container[b-66nvslo8t8] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin: 1rem;
}

    .contact-info-container p[b-66nvslo8t8] {
        font-size: larger;
    }

.contact-icon[b-66nvslo8t8] {
    cursor: default;
}

.email-icon[b-66nvslo8t8] {
    height: 2.5rem;
}

footer[b-66nvslo8t8] {
    height: 26vh;
    margin: 0 1rem;
}

    footer p[b-66nvslo8t8] {
        text-align: center;
    }

@media screen and (max-width: 1400px) {
    #profile[b-66nvslo8t8] {
        height: 83vh;
        margin-bottom: 6rem;
    }

    .about-containers[b-66nvslo8t8] {
        flex-wrap: wrap;
    }

    #contact[b-66nvslo8t8],
    #projects[b-66nvslo8t8] {
        height: fit-content;
    }
}

@media screen and (max-width: 1200px) {
    #desktop-nav[b-66nvslo8t8] {
        display: none;
    }

    #hamburger-nav[b-66nvslo8t8] {
        display: flex;
    }

    #experience[b-66nvslo8t8],
    .experience-details-container[b-66nvslo8t8] {
        margin-top: 2rem;
    }

    #profile[b-66nvslo8t8],
    .section-container[b-66nvslo8t8] {
        display: block;
    }

    .arrow[b-66nvslo8t8] {
        display: none;
    }

    section[b-66nvslo8t8],
    .section-container[b-66nvslo8t8] {
        height: fit-content;
    }

    section[b-66nvslo8t8] {
        margin: 0 5%;
    }

    .section__pic-container[b-66nvslo8t8] {
        width: 275px;
        height: 275px;
        margin: 0 auto 2rem;
    }

    .about-containers[b-66nvslo8t8] {
        margin-top: 0;
    }
}

@media screen and (max-width: 600px) {
    #contact[b-66nvslo8t8],
    footer[b-66nvslo8t8] {
        height: 40vh;
    }

    #profile[b-66nvslo8t8] {
        height: 83vh;
        margin-bottom: 0;
    }

    article[b-66nvslo8t8] {
        font-size: 1rem;
    }

    footer nav[b-66nvslo8t8] {
        height: fit-content;
        margin-bottom: 2rem;
    }

    .about-containers[b-66nvslo8t8],
    .contact-info-upper-container[b-66nvslo8t8],
    .btn-container[b-66nvslo8t8] {
        flex-wrap: wrap;
    }

    .contact-info-container[b-66nvslo8t8] {
        margin: 0;
    }

        .contact-info-container p[b-66nvslo8t8],
        .nav-links li a[b-66nvslo8t8] {
            font-size: 1rem;
        }

    .experience-sub-title[b-66nvslo8t8] {
        font-size: 1.25rem;
    }

    .logo[b-66nvslo8t8] {
        font-size: 1.5rem;
    }

    .nav-links[b-66nvslo8t8] {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }

    .section__pic-container[b-66nvslo8t8] {
        width: auto;
        height: 46vw;
        justify-content: center;
    }

    .section__text__p2[b-66nvslo8t8] {
        font-size: 1.25rem;
    }

    .title[b-66nvslo8t8] {
        font-size: 2rem;
    }

    .text-container[b-66nvslo8t8] {
        text-align: justify;
    }
}
/* /Components/Pages/SampleProjects/C0000_Pricinglist1/Index.razor.rz.scp.css */
:root[b-die8cuj3td] {
    --card-01-color-01: #ffb200;
    --card-01-color-02: #ff9700;
    --card-02-color-01: #96c110;
    --card-02-color-02: #80ed0a;
    --card-03-color-01: #64b2f2;
    --card-03-color-02: #489ed9;
    --card-bode-bg-color: #fff;
    --text-disabeld-color: #b2b2b2;
    --icon-disabeld-color: #ff0404;
    --body-bg-color: #e5f6ff;
    --poppins-font: 'poppins', sans-serif;
    --bebas-font: 'babas', sans-serif;
}

*[b-die8cuj3td] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-die8cuj3td] {
    background: var(--body-bg-color);
}

.main-container[b-die8cuj3td] {
    position: relative;
    max-width: 900;
    min-height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-container[b-die8cuj3td] {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 40px;
    margin: 50px 0;
}

.pricing-card[b-die8cuj3td] {
    position: relative;
}

.card-body[b-die8cuj3td] {
    position: relative;
    width: 100%;
    background: var(--card-bode-bg-color);
    border-radius: 0 0 10px 10px;
    box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
    margin-top: 60px;
}

    .card-body .top-shape[b-die8cuj3td] {
        clip-path: polygon(0 0, 100% 0%, 100% 50%, 50% 75%, 0 50%);
        height: 200px;
    }

.card-01 .card-body .top-shape[b-die8cuj3td] {
    background: var(--card-01-color-01);
}

.card-02 .card-body .top-shape[b-die8cuj3td] {
    background: var(--card-02-color-01);
}

.card-03 .card-body .top-shape[b-die8cuj3td] {
    background: var(--card-03-color-01);
}

.card-body .top-shape[b-die8cuj3td]::before {
    content: '';
    position: absolute;
    clip-path: polygon(0 0, 100% 0%, 100% 25%, 50% 50%, 0 25%);
    width: 100%;
    height: 200px;
}

.card-01 .card-body .top-shape[b-die8cuj3td]::before {
    background: var(--card-01-color-02);
}

.card-02 .card-body .top-shape[b-die8cuj3td]::before {
    background: var(--card-02-color-02);
}

.card-03 .card-body .top-shape[b-die8cuj3td]::before {
    background: var(--card-03-color-02);
}

.pricing[b-die8cuj3td] {
    z-index: 999;
    font-family: var(--bebas-font);
    text-align: center;
    position: absolute;
    width: 100%;
}

.price[b-die8cuj3td] {
    display: flex;
    justify-content: center;
    margin-bottom: 3px;
}

    .price span[b-die8cuj3td] {
        font-size: 9em;
        line-height: 100px;
    }

    .price sup[b-die8cuj3td] {
        font-size: 2em;
        transform: translateY(-15px);
    }

.pricing p[b-die8cuj3td] {
    font-family: var(--poppins-font);
    font-weight: 500;
    margin-bottom: 10px;
}

.pricing .type[b-die8cuj3td] {
    text-transform: uppercase;
    font-size: 2.5em;
}

.card-body .card-content[b-die8cuj3td] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: translateY(-30px);
}

    .card-body .card-content ul[b-die8cuj3td] {
        width: 100%;
        font-family: var(--poppins-font);
        text-align: center;
        margin-bottom: 20px;
        padding: 0 20px;
    }

        .card-body .card-content ul li[b-die8cuj3td] {
            list-style: none;
            font-size: 0.95em;
            font-weight: 500;
            display: flex;
            justify-content: center;
            align-items: center;
            line-height: 35px;
            white-space: nowrap;
        }

            .card-body .card-content ul li i[b-die8cuj3td] {
                font-size: 1.9em;
                margin-left: 15px;
            }

.card-01 .card-body .card-content ul .active i[b-die8cuj3td] {
    color: var(--card-01-color-01);
}

.card-02 .card-body .card-content ul .active i[b-die8cuj3td] {
    color: var(--card-02-color-01);
}

.card-03 .card-body .card-content ul .active i[b-die8cuj3td] {
    color: var(--card-03-color-01);
}

.card-body .card-content ul .disabled[b-die8cuj3td] {
    color: var(--text-disabeld-color);
}

    .card-body .card-content ul .disabled i[b-die8cuj3td] {
        color: var(--icon-disabeld-color);
    }

.card-content .buy-btn[b-die8cuj3td] {
    font-family: var(--bebas-font);
    border: none;
    outline: none;
    padding: 0 28px;
    border-radius: 15px;
    text-transform: uppercase;
    font-size: 1.9em;
    cursor: pointer;
    margin-bottom: 40px;
}

.card-01 .card-content .buy-btn[b-die8cuj3td] {
    background: linear-gradient(var(--card-01-color-01) 50%, var(--card-01-color-02) 50%);
}

.card-02 .card-content .buy-btn[b-die8cuj3td] {
    background: linear-gradient(var(--card-02-color-01) 50%, var(--card-02-color-02) 50%);
}

.card-03 .card-content .buy-btn[b-die8cuj3td] {
    background: linear-gradient(var(--card-03-color-01) 50%, var(--card-03-color-02) 50%);
}

.card-01 .card-content .buy-btn:hover[b-die8cuj3td] {
    background: linear-gradient(var(--card-01-color-02) 50%, var(--card-01-color-01) 50%);
}

.card-02 .card-content .buy-btn:hover[b-die8cuj3td] {
    background: linear-gradient(var(--card-02-color-02) 50%, var(--card-02-color-01) 50%);
}

.card-03 .card-content .buy-btn:hover[b-die8cuj3td] {
    background: linear-gradient(var(--card-03-color-02) 50%, var(--card-03-color-01) 50%);
}

.ribbon[b-die8cuj3td] {
    width: 110px;
    height: 110px;
    position: absolute;
    bottom: -10px;
    left: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

    .ribbon[b-die8cuj3td]:before {
        content: 'Limited Time';
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: var(--poppins-font);
        font-size: 0.8em;
        font-weight: 600;
        position: absolute;
        width: 150%;
        height: 30px;
        transform: rotate(45deg) translateY(15px);
    }

.card-01 .ribbon[b-die8cuj3td]:before {
    background: var(--card-01-color-01);
}

.card-02 .ribbon[b-die8cuj3td]:before {
    background: var(--card-02-color-01);
}

.card-03 .ribbon[b-die8cuj3td]:before {
    background: var(--card-03-color-01);
}

.ribbon[b-die8cuj3td]:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 150%;
    height: 30px;
    transform: rotate(225deg) translateY(15px);
}

.card-01 .ribbon[b-die8cuj3td]:after {
    background: var(--card-01-color-02);
}

.card-02 .ribbon[b-die8cuj3td]:after {
    background: var(--card-02-color-02);
}

.card-03 .ribbon[b-die8cuj3td]:after {
    background: var(--card-03-color-02);
}

@media screen and (max-width: 845px) {
    .main-container[b-die8cuj3td] {
        max-width: 680;
    }

    .pricing-card[b-die8cuj3td] {
        margin: 20px 0;
    }
}

@media screen and (max-width: 575px) {
    .main-container[b-die8cuj3td] {
        max-width: 350px;
    }
}
/* /Components/Pages/SampleProjects/C0000_Responsivedashboard10/Index.razor.rz.scp.css */
/*  import google fonts */
/*@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");*/

*[b-ety68dmtj4] {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body[b-ety68dmtj4] {
    background: rgb(219, 219, 219);
}

.header[b-ety68dmtj4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 20px;
    background: #fff;
}

.logo[b-ety68dmtj4] {
    display: flex;
    align-items: center;
}

    .logo a[b-ety68dmtj4] {
        color: #000;
        font-size: 18px;
        font-weight: 600;
        margin: 2rem 8rem 2rem 2rem;
    }

.search_box[b-ety68dmtj4] {
    display: flex;
    align-items: center;
}

    .search_box input[b-ety68dmtj4] {
        padding: 9px;
        width: 250px;
        background: rgb(228, 228, 228);
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .search_box i[b-ety68dmtj4] {
        padding: 0.66rem;
        cursor: pointer;
        color: #fff;
        background: #000;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

.header-icons[b-ety68dmtj4] {
    display: flex;
    align-items: center;
}

    .header-icons i[b-ety68dmtj4] {
        margin-right: 2rem;
        cursor: pointer;
    }

    .header-icons .account[b-ety68dmtj4] {
        width: 130px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .header-icons .account img[b-ety68dmtj4] {
            width: 35px;
            height: 35px;
            cursor: pointer;
            border-radius: 50%;
        }

.container[b-ety68dmtj4] {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

/* Side menubar section */
nav[b-ety68dmtj4] {
    background: #fff;
}

.side_navbar[b-ety68dmtj4] {
    padding: 1px;
    display: flex;
    flex-direction: column;
}

    .side_navbar span[b-ety68dmtj4] {
        color: gray;
        margin: 1rem 3rem;
        font-size: 12px;
    }

    .side_navbar a[b-ety68dmtj4] {
        width: 100%;
        padding: 0.8rem 3rem;
        font-weight: 500;
        font-size: 15px;
        color: rgb(100, 100, 100);
    }

.links[b-ety68dmtj4] {
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
}

    .links a[b-ety68dmtj4] {
        font-size: 13px;
    }

.side_navbar a:hover[b-ety68dmtj4] {
    background: rgb(235, 235, 235);
}

.side_navbar .active[b-ety68dmtj4] {
    border-left: 2px solid rgb(100, 100, 100);
}

/* Main Body Section */
.main-body[b-ety68dmtj4] {
    width: 70%;
    padding: 1rem;
}

.promo_card[b-ety68dmtj4] {
    width: 100%;
    color: #fff;
    margin-top: 10px;
    border-radius: 8px;
    padding: 0.5rem 1rem 1rem 3rem;
    background: rgb(37, 37, 37);
}

    .promo_card h1[b-ety68dmtj4], .promo_card span[b-ety68dmtj4], button[b-ety68dmtj4] {
        margin: 10px;
    }

    .promo_card button[b-ety68dmtj4] {
        display: block;
        padding: 6px 12px;
        border-radius: 5px;
        cursor: pointer;
    }

.history_lists[b-ety68dmtj4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.row[b-ety68dmtj4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0;
}

table[b-ety68dmtj4] {
    background: #fff;
    padding: 1rem;
    text-align: left;
    border-radius: 10px;
}

    table td[b-ety68dmtj4], th[b-ety68dmtj4] {
        padding: 0.2rem 0.8rem;
    }

    table th[b-ety68dmtj4] {
        font-size: 15px;
    }

    table td[b-ety68dmtj4] {
        font-size: 13px;
        color: rgb(100, 100, 100);
    }



/* Sidebar Section */
.sidebar[b-ety68dmtj4] {
    width: 15%;
    padding: 2rem 1rem;
    background: #fff;
}

    .sidebar h4[b-ety68dmtj4] {
        margin-bottom: 1.5rem;
    }

    .sidebar .balance[b-ety68dmtj4] {
        display: flex;
        align-items: center;
        margin-bottom: 1rem;
    }

.balance .icon[b-ety68dmtj4] {
    color: #fff;
    font-size: 20px;
    border-radius: 6px;
    margin-right: 1rem;
    padding: 1rem;
    background: rgb(37, 37, 37);
}

.balance .info h5[b-ety68dmtj4] {
    font-size: 16px;
}

.balance .info span[b-ety68dmtj4] {
    font-size: 14px;
    color: rgb(100, 100, 100);
}

.balance .info i[b-ety68dmtj4] {
    margin-right: 2px;
}

/*<span style="font-family: verdana, geneva, sans-serif;" > </span >*/
/* /Components/Pages/SampleProjects/C0000_Responsivedashboard11/Index.razor.rz.scp.css */
/* Created by Tivotal */

/* Google Fonts(Poppins) */
/*@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");*/

*[b-7380rwp0kt] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

:root[b-7380rwp0kt] {
    --primary-color: #0e4bf1;
    --color-hover: #0e4bf1;
    --panel-color: #fff;
    --text-color: #000;
    --black-light-color: #707070;
    --border-color: #e6e5e5;
    --toggle-color: #ddd;
    --box1-color: #4dffe4;
    --box2-color: #acd3ff;
    --box3-color: #fce7d1;
    --title-icon-color: #fff;
    --tran-05: all 0.5s ease;
    --tran-03: all 0.3s ease;
    --tran-03: all 0.2s ease;
}

.dark[b-7380rwp0kt] {
    --primary-color: #3a3b3c;
    --color-hover: #0e4bf1;
    --panel-color: #242526;
    --text-color: #ccc;
    --black-light-color: #ccc;
    --border-color: #4d4c4c;
    --toggle-color: #fff;
    --box1-color: #3a3b3c;
    --box2-color: #3a3b3c;
    --box3-color: #3a3b3c;
    --title-icon-color: #ccc;
}

/* ----- Scroll Bar CSS ----- */
[b-7380rwp0kt]::-webkit-scrollbar {
    width: 5px;
}

[b-7380rwp0kt]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

[b-7380rwp0kt]::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 12px;
    transition: all 0.3s ease;
}

    [b-7380rwp0kt]::-webkit-scrollbar-thumb:hover {
        background: #0b3cc1;
    }

body.dark[b-7380rwp0kt]::-webkit-scrollbar-thumb:hover,
body.dark .activity-data[b-7380rwp0kt]::-webkit-scrollbar-thumb:hover {
    background: #3a3b3c;
}

/* ----- Body CSS ----- */
body[b-7380rwp0kt] {
    min-height: 100vh;
    background-color: var(--primary-color);
}

nav[b-7380rwp0kt] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 250px;
    padding: 10px 14px;
    background-color: var(--panel-color);
    border-right: 1px solid var(--border-color);
    transition: var(--tran-05);
}

    nav.close[b-7380rwp0kt] {
        width: 73px;
    }

    nav .logo[b-7380rwp0kt] {
        display: flex;
        align-items: center;
    }

    nav .logo-icon[b-7380rwp0kt] {
        display: flex;
        justify-content: center;
        min-width: 45px;
    }

        nav .logo-icon i[b-7380rwp0kt] {
            font-size: 30px;
            color: var(--text-color);
        }

    nav .logo .logo_name[b-7380rwp0kt] {
        font-size: 22px;
        font-weight: 600;
        color: var(--text-color);
        margin-left: 14px;
        transition: var(--tran-05);
    }

    nav.close .logo_name[b-7380rwp0kt] {
        opacity: 0;
        pointer-events: none;
    }

    nav .menu-items[b-7380rwp0kt] {
        margin-top: 40px;
        height: calc(100% - 90px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

.menu-items li[b-7380rwp0kt] {
    list-style: none;
}

    .menu-items li a[b-7380rwp0kt] {
        display: flex;
        align-items: center;
        height: 50px;
        text-decoration: none;
        position: relative;
    }

.nav-links li a[b-7380rwp0kt]::before {
    content: "";
    position: absolute;
    left: -7px;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: transparent;
    transition: var(--tran-05);
}

.nav-links li a:hover[b-7380rwp0kt]:before {
    background-color: var(--color-hover);
}

.menu-items li a i[b-7380rwp0kt] {
    font-size: 24px;
    min-width: 45px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black-light-color);
    transition: var(--tran-05);
}

.menu-items li a .link-name[b-7380rwp0kt] {
    font-size: 18px;
    font-weight: 400;
    color: var(--black-light-color);
    transition: var(--tran-05);
}

nav.close li a .link-name[b-7380rwp0kt] {
    opacity: 0;
    pointer-events: none;
}

.nav-links li a:hover i[b-7380rwp0kt],
.nav-links li a:hover .link-name[b-7380rwp0kt] {
    color: var(--color-hover);
    transform: scale(0.95);
}

.menu-items .logout-mode[b-7380rwp0kt] {
    padding-top: 10px;
    border-top: 1px solid var(--border-color);
}

.menu-items .mode[b-7380rwp0kt] {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.menu-items .mode-toggle[b-7380rwp0kt] {
    position: absolute;
    right: 14px;
    height: 50px;
    min-width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.mode-toggle .switch[b-7380rwp0kt] {
    position: relative;
    display: inline-block;
    height: 22px;
    width: 40px;
    border-radius: 25px;
    background-color: var(--toggle-color);
}

.switch[b-7380rwp0kt]:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    height: 15px;
    width: 15px;
    background-color: var(--panel-color);
    border-radius: 50%;
    transition: var(--tran-03);
}

body.dark .switch[b-7380rwp0kt]:before {
    left: 20px;
}

.dashboard[b-7380rwp0kt] {
    position: relative;
    left: 250px;
    background-color: var(--panel-color);
    min-height: 100vh;
    width: calc(100% - 250px);
    padding: 10px 14px;
    transition: var(--tran-05);
}

nav.close ~ .dashboard[b-7380rwp0kt] {
    left: 73px;
    width: calc(100% - 73px);
}

.dashboard .top[b-7380rwp0kt] {
    position: fixed;
    top: 0;
    left: 250px;
    display: flex;
    width: calc(100% - 250px);
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    background-color: var(--panel-color);
    transition: var(--tran-05);
    z-index: 10;
}

nav.close ~ .dashboard .top[b-7380rwp0kt] {
    left: 73px;
    width: calc(100% - 73px);
}

.dashboard .top .sidebar-toggle[b-7380rwp0kt] {
    font-size: 26px;
    color: var(--text-color);
    cursor: pointer;
    transition: var(--tran-03);
}

    .dashboard .top .sidebar-toggle:hover[b-7380rwp0kt] {
        transform: scale(0.95);
    }

.dashboard .top .search-box[b-7380rwp0kt] {
    position: relative;
    height: 45px;
    max-width: 600px;
    width: 100%;
    margin: 0 30px;
}

.top .search-box input[b-7380rwp0kt] {
    position: absolute;
    border: 1px solid var(--border-color);
    background-color: var(--panel-color);
    padding: 0 25px 0 50px;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    color: var(--text-color);
    font-size: 15px;
    font-weight: 400;
    outline: none;
}

.top .search-box i[b-7380rwp0kt] {
    position: absolute;
    left: 15px;
    font-size: 22px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    color: var(--black-light-color);
}

.top img[b-7380rwp0kt] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.dashboard .dash-content[b-7380rwp0kt] {
    padding-top: 50px;
}

.dash-content .title[b-7380rwp0kt] {
    display: flex;
    align-items: center;
    margin: 60px 0 30px 0;
}

    .dash-content .title i[b-7380rwp0kt] {
        position: relative;
        height: 35px;
        width: 35px;
        border: 2px solid var(--primary-color);
        border-radius: 6px;
        color: var(--title-icon-color);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        background-color: var(--primary-color);
        transition: var(--tran-03);
        cursor: pointer;
    }

        .dash-content .title i:hover[b-7380rwp0kt] {
            background-color: transparent;
            color: var(--primary-color);
        }

    .dash-content .title .text[b-7380rwp0kt] {
        font-size: 24px;
        font-weight: 500;
        color: var(--text-color);
        margin-left: 10px;
    }

.dash-content .boxes[b-7380rwp0kt] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .dash-content .boxes .box[b-7380rwp0kt] {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 12px;
        width: calc(100% / 3 - 15px);
        padding: 15px 20px;
        background-color: var(--box1-color);
        transition: var(--tran-05);
        cursor: pointer;
    }

        .dash-content .boxes .box:hover[b-7380rwp0kt] {
            transform: scale(1.05);
        }

.boxes .box i[b-7380rwp0kt] {
    font-size: 25px;
    color: var(--text-color);
}

.boxes .box .text[b-7380rwp0kt] {
    white-space: nowrap;
    font-size: 18px;
    font-weight: 500;
    color: var(--text-color);
}

.boxes .box .number[b-7380rwp0kt] {
    font-size: 40px;
    font-weight: 500;
    color: var(--text-color);
}

.boxes .box.box2[b-7380rwp0kt] {
    background-color: var(--box2-color);
}

.boxes .box.box3[b-7380rwp0kt] {
    background-color: var(--box3-color);
}

.dash-content .activity .activity-data[b-7380rwp0kt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.activity .activity-data[b-7380rwp0kt] {
    display: flex;
}

.activity-data .data[b-7380rwp0kt] {
    display: flex;
    flex-direction: column;
    margin: 0 15px;
}

.activity-data .data-title[b-7380rwp0kt] {
    font-size: 20px;
    font-weight: 500;
    color: var(--text-color);
}

.activity-data .data .data-list[b-7380rwp0kt] {
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    white-space: nowrap;
    color: var(--text-color);
}

.activity-data .data.type .data-list[b-7380rwp0kt] {
    cursor: pointer;
    transition: var(--tran-03);
}

    .activity-data .data.type .data-list:hover[b-7380rwp0kt] {
        color: var(--color-hover);
        transform: scale(1.09);
    }

@media (max-width: 1000px) {
    nav[b-7380rwp0kt] {
        width: 73px;
    }

        nav.close[b-7380rwp0kt] {
            width: 250px;
        }

        nav .logo_name[b-7380rwp0kt] {
            opacity: 0;
            pointer-events: none;
        }

        nav.close .logo_name[b-7380rwp0kt] {
            opacity: 1;
            pointer-events: auto;
        }

        nav li a .link-name[b-7380rwp0kt] {
            opacity: 0;
            pointer-events: none;
        }

        nav.close li a .link-name[b-7380rwp0kt] {
            opacity: 1;
            pointer-events: auto;
        }

        nav ~ .dashboard[b-7380rwp0kt] {
            left: 73px;
            width: calc(100% - 73px);
        }

        nav.close ~ .dashboard[b-7380rwp0kt] {
            left: 250px;
            width: calc(100% - 250px);
        }

        nav ~ .dashboard .top[b-7380rwp0kt] {
            left: 73px;
            width: calc(100% - 73px);
        }

        nav.close ~ .dashboard .top[b-7380rwp0kt] {
            left: 250px;
            width: calc(100% - 250px);
        }

    .activity .activity-data[b-7380rwp0kt] {
        overflow-x: auto;
    }
}

@media (max-width: 780px) {
    .dash-content .boxes .box[b-7380rwp0kt] {
        width: calc(100% / 2 - 15px);
        margin-top: 15px;
    }
}

@media (max-width: 560px) {
    .dash-content .boxes .box[b-7380rwp0kt] {
        width: 100%;
    }
}

@media (max-width: 400px) {
    nav[b-7380rwp0kt] {
        width: 0px;
    }

        nav.close[b-7380rwp0kt] {
            width: 73px;
        }

        nav .logo_name[b-7380rwp0kt] {
            opacity: 0;
            pointer-events: none;
        }

        nav.close .logo_name[b-7380rwp0kt] {
            opacity: 0;
            pointer-events: none;
        }

        nav li a .link-name[b-7380rwp0kt] {
            opacity: 0;
            pointer-events: none;
        }

        nav.close li a .link-name[b-7380rwp0kt] {
            opacity: 0;
            pointer-events: none;
        }

        nav ~ .dashboard[b-7380rwp0kt] {
            left: 0;
            width: 100%;
        }

        nav.close ~ .dashboard[b-7380rwp0kt] {
            left: 73px;
            width: calc(100% - 73px);
        }

        nav ~ .dashboard .top[b-7380rwp0kt] {
            left: 0;
            width: 100%;
        }

        nav.close ~ .dashboard .top[b-7380rwp0kt] {
            left: 0;
            width: 100%;
        }
}
/* /Components/Pages/SampleProjects/C0000_Responsivedashboard12/Index.razor.rz.scp.css */

/*@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz@9..40&display=swap');*/

*[b-4hv2axquqy] {
    box-sizing: border-box;
    font-family: DM Sans;
}

:root[b-4hv2axquqy] {
    --container: #f3f6fd;
    --main-color: #1f1c2e;
    --secondary-color: #4A4A4A;
    --link-color: #1f1c2e;
    --link-color-hover: #c3cff4;
    --link-color-active: #fff;
    --link-color-active-bg: #1f1c2e;
    --request-section: #fff;
    --more-list-bg: #fff;
    --more-list-bg-hover: #f6fbff;
    --more-list-shadow: rgba(209, 209, 209, 0.4);
    --button-bg: #1f1c24;
    --search-area-bg: #fff;
    --message-btn: #fff;
}

.dark:root[b-4hv2axquqy] {
    --container: #1f1d2b;
    --container: #111827;
    --main-color: #fff;
    --secondary-color: rgba(255,255,255,.8);
    --request-section: #1f2937;
    --link-color: rgba(255,255,255,.8);
    --link-color-hover: rgba(195, 207, 244, 0.1);
    --link-color-active-bg: rgba(195, 207, 244, 0.2);
    --button-bg: #1f2937;
    --search-area-bg: #1f2937;
    --light-font: rgba(255,255,255,.8);
    --more-list-bg: #2f3142;
    --more-list-bg-hover: rgba(195, 207, 244, 0.1);
    --more-list-shadow: rgba(195, 207, 244, 0.1);
    --message-btn: rgba(195, 207, 244, 0.1);
}

html[b-4hv2axquqy], body[b-4hv2axquqy] {
    width: 100%;
    height: 100vh;
    margin: 0;
}

body[b-4hv2axquqy] {
    font-family: "DM Sans", sans-serif;
    overflow: hidden;
    display: flex;
    justify-content: center;
    background-color: var(--container);
}

button[b-4hv2axquqy], a[b-4hv2axquqy] {
    cursor: pointer;
}

.container[b-4hv2axquqy] {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: var(--container);
    transition: 0.2s;
    max-width: 1800px;
}

.content[b-4hv2axquqy] {
    display: flex;
    height: 100%;
    overflow: hidden;
    padding: 16px 24px 24px 0;
}

.dash-header[b-4hv2axquqy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px 24px;
    position: relative;
}

.header-left[b-4hv2axquqy], .header-right[b-4hv2axquqy] {
    display: flex;
    align-items: center;
}

.header-left[b-4hv2axquqy] {
    flex-grow: 1;
}

.header-right button[b-4hv2axquqy] {
    margin-left: 10px;
}

.app-name[b-4hv2axquqy] {
    color: var(--main-color);
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 32px;
}

.switch-mode[b-4hv2axquqy] {
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    padding: 0;
    color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-wrapper[b-4hv2axquqy] {
    border-radius: 20px;
    background-color: var(--search-area-bg);
    padding-right: 12px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1580px;
    color: var(--light-font);
    box-shadow: 0 2px 6px 0 rgba(136, 148, 171, 0.2), 0 24px 20px -24px rgba(71, 82, 107, 0.1);
    overflow: hidden;
}

.dark .search-wrapper[b-4hv2axquqy] {
    box-shadow: none;
}

.search-input[b-4hv2axquqy] {
    border: none;
    flex: 1;
    outline: none;
    height: 100%;
    padding: 0 20px;
    font-size: 16px;
    background-color: var(--search-area-bg);
    color: var(--main-color);
}

    .search-input:placeholder[b-4hv2axquqy] {
        color: var(--main-color);
        opacity: 0.6;
    }

.add-btn[b-4hv2axquqy] {
    color: #fff;
    background-color: var(--button-bg);
    padding: 0;
    border: 0;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification-btn[b-4hv2axquqy] {
    color: var(--main-color);
    padding: 0;
    border: 0;
    background-color: transparent;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#bars[b-4hv2axquqy] {
    color: var(--main-color);
}

.moon[b-4hv2axquqy], .bell[b-4hv2axquqy], .xmark[b-4hv2axquqy] {
    font-size: 28px;
}

.user[b-4hv2axquqy], .calendar[b-4hv2axquqy], .gear[b-4hv2axquqy], #bars[b-4hv2axquqy] {
    font-size: 25px;
}

.list[b-4hv2axquqy], .grip[b-4hv2axquqy] {
    font-size: 20px;
}

.ellipsis[b-4hv2axquqy] {
    font-size: 20px;
}

.plus[b-4hv2axquqy] {
    font-size: 12px;
}

.profile-btn[b-4hv2axquqy] {
    padding: 0;
    border: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    padding-left: 12px;
    border-left: 2px solid #ddd;
}

    .profile-btn img[b-4hv2axquqy] {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        margin-right: 4px;
    }

    .profile-btn span[b-4hv2axquqy] {
        color: var(--main-color);
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
    }


.sidebar[b-4hv2axquqy] {
    padding: 40px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .sidebar.show[b-4hv2axquqy] {
        transform: translateX(0);
        z-index: 100;
        position: absolute;
        background-color: var(--container);
        height: 100%;
        left: 0;
    }

.sidebar-buttons[b-4hv2axquqy] {
    color: var(--main-color);
    color: var(--link-color);
    margin: 16px 0;
    transition: 0.2s;
    border-radius: 50%;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .sidebar-buttons:hover[b-4hv2axquqy] {
        background-color: var(--link-color-hover);
        color: var(--link-color-active);
    }

    .sidebar-buttons.active[b-4hv2axquqy] {
        background-color: var(--link-color-active-bg);
        color: var(--link-color-active);
    }

.request-section[b-4hv2axquqy] {
    flex: 2;
    background-color: var(--request-section);
    border-radius: 32px;
    padding: 32px 32px 0 32px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.request-section-line[b-4hv2axquqy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 32px;
}

.request-section-header[b-4hv2axquqy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    color: var(--main-color);
}

    .request-section-header p[b-4hv2axquqy] {
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
        opacity: 0.9;
        margin: 0;
        color: var(--main-color);
    }

    .request-section-header .time[b-4hv2axquqy] {
        font-size: 20px;
    }

.projects-status[b-4hv2axquqy] {
    display: flex;
}

.item-status[b-4hv2axquqy] {
    display: flex;
    flex-direction: column;
    margin-right: 16px;
}

.status-number[b-4hv2axquqy] {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: var(--main-color);
}

.status-type[b-4hv2axquqy] {
    position: relative;
    padding-right: 24px;
    color: var(--secondary-color);
}

.view-actions[b-4hv2axquqy] {
    display: flex;
    align-items: center;
}

.view-btn[b-4hv2axquqy] {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
    border-radius: 4px;
    background-color: transparent;
    border: none;
    color: var(--main-color);
    margin-left: 8px;
    transition: 0.2s;
}

    .view-btn.active[b-4hv2axquqy] {
        background-color: var(--link-color-active-bg);
        color: var(--link-color-active);
    }

    .view-btn:not(.active):hover[b-4hv2axquqy] {
        background-color: var(--link-color-hover);
        color: var(--link-color-active);
    }

.data-section[b-4hv2axquqy] {
    flex-shrink: 0;
    padding-bottom: 32px;
    background-color: var(--request-section);
    margin-left: 24px;
    flex: 1;
    width: 100%;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    transition: all 300ms cubic-bezier(0.19, 1, 0.56, 1);
}

    .data-section .data-close[b-4hv2axquqy] {
        position: absolute;
        font-size: 18px;
        top: 12px;
        right: 12px;
        z-index: 3;
        border: none;
        background-color: transparent;
        color: var(--main-color);
        display: none;
    }

    .data-section.show[b-4hv2axquqy] {
        transform: translateX(0);
        opacity: 1;
        margin-left: 0;
    }


.request-boxes[b-4hv2axquqy] {
    margin: 0 -8px;
    overflow-y: auto;
}

    .request-boxes.change-mode[b-4hv2axquqy] {
        display: flex;
        flex-wrap: wrap;
    }

        .request-boxes.change-mode .request-box-container[b-4hv2axquqy] {
            width: 33.3%;
        }

    .request-boxes.jsListView .request-box[b-4hv2axquqy] {
        display: flex;
        border-radius: 10px;
        position: relative;
    }

        .request-boxes.jsListView .request-box > *[b-4hv2axquqy] {
            margin-right: 24px;
        }

    .request-boxes.jsListView .more-wrapper[b-4hv2axquqy] {
        position: absolute;
        right: 16px;
        top: 16px;
    }

    .request-boxes.jsListView .request-box-content-header[b-4hv2axquqy] {
        order: 1;
        max-width: 120px;
    }

    .request-boxes.jsListView .request-box-header[b-4hv2axquqy] {
        order: 2;
    }

    .request-boxes.jsListView .request-box-footer[b-4hv2axquqy] {
        order: 3;
        padding-top: 0;
        flex-direction: column;
        justify-content: flex-start;
    }

        .request-boxes.jsListView .request-box-footer[b-4hv2axquqy]:after {
            display: none;
        }

        .request-boxes.jsListView .request-box-footer span[b-4hv2axquqy] {
            font-size: 15px;
            padding-left: 10px;
        }

    .request-boxes.jsListView .request-box-content-header p[b-4hv2axquqy] {
        text-align: left;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .request-boxes.jsListView .request-box-header > span[b-4hv2axquqy] {
        position: absolute;
        bottom: 16px;
        left: 16px;
        font-size: 12px;
    }

    .request-boxes.jsListView .box-progress-wrapper[b-4hv2axquqy] {
        order: 3;
        flex: 1;
    }

.request-box[b-4hv2axquqy] {
    --main-color-card: #dbf6fd;
    border-radius: 30px;
    padding: 16px;
    background-color: var(--main-color-card);
}

.request-box-header[b-4hv2axquqy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    color: var(--main-color);
}

    .request-box-header span[b-4hv2axquqy] {
        color: #4A4A4A;
        opacity: 0.7;
        font-size: 14px;
        line-height: 16px;
    }

.request-box-content-header[b-4hv2axquqy] {
    text-align: left;
    margin-bottom: 16px;
}

    .request-box-content-header p[b-4hv2axquqy] {
        margin: 0;
    }

.request-box-container[b-4hv2axquqy] {
    padding: 8px;
    transition: 0.2s;
}

.request-btn-more[b-4hv2axquqy] {
    padding: 0;
    height: 14px;
    width: 24px;
    height: 24px;
    position: relative;
    background-color: transparent;
    border: none;
    flex-shrink: 0;
}

.more-wrapper[b-4hv2axquqy] {
    position: relative;
}

.box-content-header[b-4hv2axquqy] {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    opacity: 0.7;
}

.box-content-subheader[b-4hv2axquqy] {
    font-size: 14px;
    line-height: 24px;
    opacity: 0.7;
}

.box-progress[b-4hv2axquqy] {
    display: block;
    height: 4px;
    border-radius: 6px;
}

.box-progress-bar[b-4hv2axquqy] {
    width: 100%;
    height: 4px;
    border-radius: 6px;
    overflow: hidden;
    background-color: #fff;
    margin: 8px 0;
}

.box-progress-header[b-4hv2axquqy] {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin: 0;
}

.box-progress-percentage[b-4hv2axquqy] {
    text-align: right;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}

.request-box-footer[b-4hv2axquqy] {
    display: flex;
    justify-content: space-between;
    padding-top: 16px;
    position: relative;
}

    .request-box-footer span[b-4hv2axquqy] {
        font-size: 14px;
        font-weight: 600;
    }

    .request-box-footer[b-4hv2axquqy]:after {
        content: "";
        position: absolute;
        background-color: rgba(255, 255, 255, 0.6);
        width: calc(100% + 32px);
        top: 0;
        left: -16px;
        height: 1px;
    }

.type-request[b-4hv2axquqy] {
    background-color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    border-radius: 20px;
    flex-shrink: 0;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    font-weight: 700;
}

.switch-mode.active .moon[b-4hv2axquqy] {
    fill: var(--main-color);
}

.service-btn[b-4hv2axquqy] {
    border-radius: 4px 0 0 4px;
    position: absolute;
    right: 0;
    top: 80px;
    background-color: var(--message-btn);
    border: none;
    color: var(--main-color);
    padding: 4px;
    display: none;
}

.open-side[b-4hv2axquqy] {
    display: none;
    padding: 4px;
    position: absolute;
    border: none;
    border-radius: 2px;
    top: 90px;
    left: 0;
    font-size: 18px;
    background-color: var(--container);
    color: var(--main-color);
}

.close-side[b-4hv2axquqy] {
    display: none;
    position: relative;
    top: -40px;
    left: 15px;
    border: none;
    font-size: 18px;
    background-color: var(--container);
    color: var(--main-color);
}

    .close-side.show[b-4hv2axquqy] {
        display: flex;
    }

.bar-chart[b-4hv2axquqy] {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

#myChart[b-4hv2axquqy] {
    padding-top: 20px;
}

.chart-name[b-4hv2axquqy] {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 600;
    display: block;
    text-align: center;
    padding-top: 15px;
}

    .chart-name:first-child[b-4hv2axquqy] {
        padding-top: 0px;
    }

.pie-chart[b-4hv2axquqy] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    margin-top: 10px;
}

.box[b-4hv2axquqy] {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

    .box h2[b-4hv2axquqy] {
        padding-top: 20px;
        display: block;
        text-align: center;
        color: var(--main-color);
        font-weight: 500;
        font-size: 18px;
    }

    .box .chart[b-4hv2axquqy] {
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        text-align: center;
        font-size: 20px;
        line-height: 175px;
        height: 145px;
        color: var(--main-color);
    }

    .box canvas[b-4hv2axquqy] {
        position: absolute;
        top: 3%;
        left: 15%;
    }

@media screen and (max-width: 1200px) {
    .data-section[b-4hv2axquqy] {
        transform: translateX(100%);
        position: absolute;
        opacity: 0;
        top: 0;
        z-index: 2;
        height: 100%;
        width: 100%;
        overflow: auto;
    }

        .data-section .data-close[b-4hv2axquqy] {
            display: block;
        }

    .service-btn[b-4hv2axquqy] {
        display: flex;
    }
}

@media screen and (max-width: 980px) {
    .request-boxes.change-mode .request-box-container[b-4hv2axquqy] {
        width: 50%;
    }

    .status-number[b-4hv2axquqy], .status-type[b-4hv2axquqy] {
        font-size: 14px;
    }

    .item-status[b-4hv2axquqy] {
        margin-right: 0;
    }

    .side[b-4hv2axquqy] {
        display: flex;
    }
}

@media screen and (max-width: 720px) {
    .app-name[b-4hv2axquqy], .profile-btn span[b-4hv2axquqy], #bars[b-4hv2axquqy] {
        display: none;
    }

    .sidebar[b-4hv2axquqy] {
        opacity: 0;
        position: absolute;
        transform: translateX(100%);
    }

        .sidebar.show[b-4hv2axquqy] {
            opacity: 1;
            ;
        }


    .add-btn[b-4hv2axquqy], .notification-btn[b-4hv2axquqy], .switch-mode[b-4hv2axquqy] {
        width: 20px;
        height: 20px;
    }

    .header-right button[b-4hv2axquqy] {
        margin-left: 4px;
    }

    .open-side[b-4hv2axquqy] {
        display: flex;
    }

    .box .chart[b-4hv2axquqy] {
        width: 100%;
        height: 100%;
        text-align: center;
        font-size: 20px;
        line-height: 175px;
        height: 145px;
        color: var(--main-color);
    }
}

@media screen and (max-width: 520px) {
    .request-section[b-4hv2axquqy] {
        overflow: auto;
    }

    .request-boxes[b-4hv2axquqy] {
        overflow-y: visible;
    }

    .header-right[b-4hv2axquqy], #bars[b-4hv2axquqy] {
        display: none;
    }

    .content[b-4hv2axquqy] {
        padding: 16px 12px 24px 12px;
    }

    .status-number[b-4hv2axquqy], .status-type[b-4hv2axquqy] {
        font-size: 15px;
    }

    .view-btn[b-4hv2axquqy] {
        width: 24px;
        height: 24px;
    }

    .dash-header[b-4hv2axquqy] {
        padding: 16px 10px;
    }

    .search-input[b-4hv2axquqy] {
        max-width: 120px;
    }

    .request-boxes.change-mode .request-box-container[b-4hv2axquqy] {
        width: 100%;
    }

    .request-section[b-4hv2axquqy] {
        padding: 24px 16px 0 16px;
    }

    .profile-btn img[b-4hv2axquqy] {
        width: 24px;
        height: 24px;
    }

    .open-side[b-4hv2axquqy] {
        display: flex;
    }

    .dash-header[b-4hv2axquqy] {
        padding: 10px;
    }

    .request-section-header p[b-4hv2axquqy],
    .request-section-header .time[b-4hv2axquqy] {
        font-size: 18px;
    }

    .status-type[b-4hv2axquqy] {
        padding-right: 4px;
    }

    .search-input[b-4hv2axquqy] {
        font-size: 14px;
    }

    .service-btn[b-4hv2axquqy], .side[b-4hv2axquqy] {
        top: 48px;
    }

    .box-content-header[b-4hv2axquqy] {
        font-size: 15px;
        line-height: 16px;
    }

    .box-content-subheader[b-4hv2axquqy] {
        font-size: 15px;
        line-height: 16px;
    }

    .request-boxes.jsListView .request-box-header > span[b-4hv2axquqy] {
        font-size: 10px;
    }

    .box-progress-header[b-4hv2axquqy] {
        font-size: 15px;
    }

    .box-progress-percentage[b-4hv2axquqy] {
        font-size: 15px;
    }

    .request-boxes.jsListView .request-box > *[b-4hv2axquqy] {
        margin-right: 10px;
    }

    .request-boxes.jsListView .more-wrapper[b-4hv2axquqy] {
        right: 2px;
        top: 10px;
    }
}
/* /Components/Pages/SampleProjects/C0000_Responsivedashboard13/Index.razor.rz.scp.css */
/* /Components/Pages/SampleProjects/C0000_Responsivedashboard1/Index.razor.rz.scp.css */

:root[b-py67bj1gxr] {
    --color-primary: #6C9BCF;
    --color-danger: #FF0060;
    --color-success: #1B9C85;
    --color-warning: #F7D060;
    --color-white: #fff;
    --color-info-dark: #7d8da1;
    --color-dark: #363949;
    --color-light: rgba(132, 139, 200, 0.18);
    --color-dark-variant: #677483;
    --color-background: #f6f6f9;
    --card-border-radius: 2rem;
    --border-radius-1: 0.4rem;
    --border-radius-2: 1.2rem;
    --card-padding: 1.8rem;
    --padding-1: 1.2rem;
    --box-shadow: 0 2rem 3rem var(--color-light);
}

.dark-mode-variables[b-py67bj1gxr] {
    --color-background: #181a1e;
    --color-white: #202528;
    --color-dark: #edeffd;
    --color-dark-variant: #a3bdcc;
    --color-light: rgba(0, 0, 0, 0.4);
    --box-shadow: 0 2rem 3rem var(--color-light);
}

*[b-py67bj1gxr] {
    margin: 0;
    padding: 0;
    outline: 0;
    appearance: 0;
    border: 0;
    text-decoration: none;
    box-sizing: border-box;
}

html[b-py67bj1gxr] {
    font-size: 14px;
}

body[b-py67bj1gxr] {
    width: 100vw;
    height: 100vh;
    font-family: 'Poppins', sans-serif;
    font-size: 0.88rem;
    user-select: none;
    overflow-x: hidden;
    color: var(--color-dark);
    background-color: var(--color-background);
}

a[b-py67bj1gxr] {
    color: var(--color-dark);
}

img[b-py67bj1gxr] {
    display: block;
    width: 100%;
    object-fit: cover;
}

h1[b-py67bj1gxr] {
    font-weight: 800;
    font-size: 1.8rem;
}

h2[b-py67bj1gxr] {
    font-weight: 600;
    font-size: 1.4rem;
}

h3[b-py67bj1gxr] {
    font-weight: 500;
    font-size: 0.87rem;
}

small[b-py67bj1gxr] {
    font-size: 0.76rem;
}

p[b-py67bj1gxr] {
    color: var(--color-dark-variant);
}

b[b-py67bj1gxr] {
    color: var(--color-dark);
}

.text-muted[b-py67bj1gxr] {
    color: var(--color-info-dark);
}

.primary[b-py67bj1gxr] {
    color: var(--color-primary);
}

.danger[b-py67bj1gxr] {
    color: var(--color-danger);
}

.success[b-py67bj1gxr] {
    color: var(--color-success);
}

.warning[b-py67bj1gxr] {
    color: var(--color-warning);
}

.container[b-py67bj1gxr] {
    display: grid;
    width: 96%;
    margin: 0 auto;
    gap: 1.8rem;
    grid-template-columns: 12rem auto 23rem;
}

aside[b-py67bj1gxr] {
    height: 100vh;
}

    aside .toggle[b-py67bj1gxr] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 1.4rem;
    }

        aside .toggle .logo[b-py67bj1gxr] {
            display: flex;
            gap: 0.5rem;
        }

            aside .toggle .logo img[b-py67bj1gxr] {
                width: 2rem;
                height: 2rem;
            }

        aside .toggle .close[b-py67bj1gxr] {
            padding-right: 1rem;
            display: none;
        }

    aside .sidebar[b-py67bj1gxr] {
        display: flex;
        flex-direction: column;
        background-color: var(--color-white);
        box-shadow: var(--box-shadow);
        border-radius: 15px;
        height: 88vh;
        position: relative;
        top: 1.5rem;
        transition: all 0.3s ease;
    }

        aside .sidebar:hover[b-py67bj1gxr] {
            box-shadow: none;
        }

        aside .sidebar a[b-py67bj1gxr] {
            display: flex;
            align-items: center;
            color: var(--color-info-dark);
            height: 3.7rem;
            gap: 1rem;
            position: relative;
            margin-left: 2rem;
            transition: all 0.3s ease;
        }

            aside .sidebar a span[b-py67bj1gxr] {
                font-size: 1.6rem;
                transition: all 0.3s ease;
            }

            aside .sidebar a:last-child[b-py67bj1gxr] {
                position: absolute;
                bottom: 2rem;
                width: 100%;
            }

            aside .sidebar a.active[b-py67bj1gxr] {
                width: 100%;
                color: var(--color-primary);
                background-color: var(--color-light);
                margin-left: 0;
            }

                aside .sidebar a.active[b-py67bj1gxr]::before {
                    content: '';
                    width: 6px;
                    height: 18px;
                    background-color: var(--color-primary);
                }

                aside .sidebar a.active span[b-py67bj1gxr] {
                    color: var(--color-primary);
                    margin-left: calc(1rem - 3px);
                }

            aside .sidebar a:hover[b-py67bj1gxr] {
                color: var(--color-primary);
            }

                aside .sidebar a:hover span[b-py67bj1gxr] {
                    margin-left: 0.6rem;
                }

        aside .sidebar .message-count[b-py67bj1gxr] {
            background-color: var(--color-danger);
            padding: 2px 6px;
            color: var(--color-white);
            font-size: 11px;
            border-radius: var(--border-radius-1);
        }

main[b-py67bj1gxr] {
    margin-top: 1.4rem;
}

    main .analyse[b-py67bj1gxr] {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.6rem;
    }

        main .analyse > div[b-py67bj1gxr] {
            background-color: var(--color-white);
            padding: var(--card-padding);
            border-radius: var(--card-border-radius);
            margin-top: 1rem;
            box-shadow: var(--box-shadow);
            cursor: pointer;
            transition: all 0.3s ease;
        }

            main .analyse > div:hover[b-py67bj1gxr] {
                box-shadow: none;
            }

            main .analyse > div .status[b-py67bj1gxr] {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

        main .analyse h3[b-py67bj1gxr] {
            margin-left: 0.6rem;
            font-size: 1rem;
        }

        main .analyse .progresss[b-py67bj1gxr] {
            position: relative;
            width: 92px;
            height: 92px;
            border-radius: 50%;
        }

        main .analyse svg[b-py67bj1gxr] {
            width: 7rem;
            height: 7rem;
        }

            main .analyse svg circle[b-py67bj1gxr] {
                fill: none;
                stroke-width: 10;
                stroke-linecap: round;
                transform: translate(5px, 5px);
            }

        main .analyse .sales svg circle[b-py67bj1gxr] {
            stroke: var(--color-success);
            stroke-dashoffset: -30;
            stroke-dasharray: 200;
        }

        main .analyse .visits svg circle[b-py67bj1gxr] {
            stroke: var(--color-danger);
            stroke-dashoffset: -30;
            stroke-dasharray: 200;
        }

        main .analyse .searches svg circle[b-py67bj1gxr] {
            stroke: var(--color-primary);
            stroke-dashoffset: -30;
            stroke-dasharray: 200;
        }

        main .analyse .progresss .percentage[b-py67bj1gxr] {
            position: absolute;
            top: -3px;
            left: -1px;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            width: 100%;
        }

    main .new-users[b-py67bj1gxr] {
        margin-top: 1.3rem;
    }

        main .new-users .user-list[b-py67bj1gxr] {
            background-color: var(--color-white);
            padding: var(--card-padding);
            border-radius: var(--card-border-radius);
            margin-top: 1rem;
            box-shadow: var(--box-shadow);
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            gap: 1.4rem;
            cursor: pointer;
            transition: all 0.3s ease;
        }

            main .new-users .user-list:hover[b-py67bj1gxr] {
                box-shadow: none;
            }

            main .new-users .user-list .user[b-py67bj1gxr] {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
            }

                main .new-users .user-list .user img[b-py67bj1gxr] {
                    width: 5rem;
                    height: 5rem;
                    margin-bottom: 0.4rem;
                    border-radius: 50%;
                }

    main .recent-orders[b-py67bj1gxr] {
        margin-top: 1.3rem;
    }

        main .recent-orders h2[b-py67bj1gxr] {
            margin-bottom: 0.8rem;
        }

        main .recent-orders table[b-py67bj1gxr] {
            background-color: var(--color-white);
            width: 100%;
            padding: var(--card-padding);
            text-align: center;
            box-shadow: var(--box-shadow);
            border-radius: var(--card-border-radius);
            transition: all 0.3s ease;
        }

            main .recent-orders table:hover[b-py67bj1gxr] {
                box-shadow: none;
            }

    main table tbody td[b-py67bj1gxr] {
        height: 2.8rem;
        border-bottom: 1px solid var(--color-light);
        color: var(--color-dark-variant);
    }

    main table tbody tr:last-child td[b-py67bj1gxr] {
        border: none;
    }

    main .recent-orders a[b-py67bj1gxr] {
        text-align: center;
        display: block;
        margin: 1rem auto;
        color: var(--color-primary);
    }

.right-section[b-py67bj1gxr] {
    margin-top: 1.4rem;
}

    .right-section .nav[b-py67bj1gxr] {
        display: flex;
        justify-content: end;
        gap: 2rem;
    }

        .right-section .nav button[b-py67bj1gxr] {
            display: none;
        }

    .right-section .dark-mode[b-py67bj1gxr] {
        background-color: var(--color-light);
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 1.6rem;
        width: 4.2rem;
        cursor: pointer;
        border-radius: var(--border-radius-1);
    }

        .right-section .dark-mode span[b-py67bj1gxr] {
            font-size: 1.2rem;
            width: 50%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .right-section .dark-mode span.active[b-py67bj1gxr] {
                background-color: var(--color-primary);
                color: white;
                border-radius: var(--border-radius-1);
            }

    .right-section .nav .profile[b-py67bj1gxr] {
        display: flex;
        gap: 2rem;
        text-align: right;
    }

        .right-section .nav .profile .profile-photo[b-py67bj1gxr] {
            width: 2.8rem;
            height: 2.8rem;
            border-radius: 50%;
            overflow: hidden;
        }

    .right-section .user-profile[b-py67bj1gxr] {
        display: flex;
        justify-content: center;
        text-align: center;
        margin-top: 1rem;
        background-color: var(--color-white);
        padding: var(--card-padding);
        border-radius: var(--card-border-radius);
        box-shadow: var(--box-shadow);
        cursor: pointer;
        transition: all 0.3s ease;
    }

        .right-section .user-profile:hover[b-py67bj1gxr] {
            box-shadow: none;
        }

        .right-section .user-profile img[b-py67bj1gxr] {
            width: 11rem;
            height: auto;
            margin-bottom: 0.8rem;
            border-radius: 50%;
        }

        .right-section .user-profile h2[b-py67bj1gxr] {
            margin-bottom: 0.2rem;
        }

    .right-section .reminders[b-py67bj1gxr] {
        margin-top: 2rem;
    }

        .right-section .reminders .header[b-py67bj1gxr] {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 0.8rem;
        }

            .right-section .reminders .header span[b-py67bj1gxr] {
                padding: 10px;
                box-shadow: var(--box-shadow);
                background-color: var(--color-white);
                border-radius: 50%;
            }

        .right-section .reminders .notification[b-py67bj1gxr] {
            background-color: var(--color-white);
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 0.7rem;
            padding: 1.4rem var(--card-padding);
            border-radius: var(--border-radius-2);
            box-shadow: var(--box-shadow);
            cursor: pointer;
            transition: all 0.3s ease;
        }

            .right-section .reminders .notification:hover[b-py67bj1gxr] {
                box-shadow: none;
            }

            .right-section .reminders .notification .content[b-py67bj1gxr] {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin: 0;
                width: 100%;
            }

            .right-section .reminders .notification .icon[b-py67bj1gxr] {
                padding: 0.6rem;
                color: var(--color-white);
                background-color: var(--color-success);
                border-radius: 20%;
                display: flex;
            }

            .right-section .reminders .notification.deactive .icon[b-py67bj1gxr] {
                background-color: var(--color-danger);
            }

        .right-section .reminders .add-reminder[b-py67bj1gxr] {
            background-color: var(--color-white);
            border: 2px dashed var(--color-primary);
            color: var(--color-primary);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

            .right-section .reminders .add-reminder:hover[b-py67bj1gxr] {
                background-color: var(--color-primary);
                color: white;
            }

            .right-section .reminders .add-reminder div[b-py67bj1gxr] {
                display: flex;
                align-items: center;
                gap: 0.6rem;
            }

@media screen and (max-width: 1200px) {
    .container[b-py67bj1gxr] {
        width: 95%;
        grid-template-columns: 7rem auto 23rem;
    }

    aside .logo h2[b-py67bj1gxr] {
        display: none;
    }

    aside .sidebar h3[b-py67bj1gxr] {
        display: none;
    }

    aside .sidebar a[b-py67bj1gxr] {
        width: 5.6rem;
    }

        aside .sidebar a:last-child[b-py67bj1gxr] {
            position: relative;
            margin-top: 1.8rem;
        }

    main .analyse[b-py67bj1gxr] {
        grid-template-columns: 1fr;
        gap: 0;
    }

    main .new-users .user-list .user[b-py67bj1gxr] {
        flex-basis: 40%;
    }

    main .recent-orders[b-py67bj1gxr] {
        width: 94%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin: 2rem 0 0 0.8rem;
    }

        main .recent-orders table[b-py67bj1gxr] {
            width: 83vw;
        }

    main table thead tr th:last-child[b-py67bj1gxr],
    main table thead tr th:first-child[b-py67bj1gxr] {
        display: none;
    }

    main table tbody tr td:last-child[b-py67bj1gxr],
    main table tbody tr td:first-child[b-py67bj1gxr] {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .container[b-py67bj1gxr] {
        width: 100%;
        grid-template-columns: 1fr;
        padding: 0 var(--padding-1);
    }

    aside[b-py67bj1gxr] {
        position: fixed;
        background-color: var(--color-white);
        width: 15rem;
        z-index: 3;
        box-shadow: 1rem 3rem 4rem var(--color-light);
        height: 100vh;
        left: -100%;
        display: none;
        animation: showMenu-b-py67bj1gxr 0.4s ease forwards;
    }

    @keyframes showMenu-b-py67bj1gxr {
        to {
            left: 0;
        }
    }

    aside .logo[b-py67bj1gxr] {
        margin-left: 1rem;
    }

        aside .logo h2[b-py67bj1gxr] {
            display: inline;
        }

    aside .sidebar h3[b-py67bj1gxr] {
        display: inline;
    }

    aside .sidebar a[b-py67bj1gxr] {
        width: 100%;
        height: 3.4rem;
    }

        aside .sidebar a:last-child[b-py67bj1gxr] {
            position: absolute;
            bottom: 5rem;
        }

    aside .toggle .close[b-py67bj1gxr] {
        display: inline-block;
        cursor: pointer;
    }

    main[b-py67bj1gxr] {
        margin-top: 8rem;
        padding: 0 1rem;
    }

        main .new-users .user-list .user[b-py67bj1gxr] {
            flex-basis: 35%;
        }

        main .recent-orders[b-py67bj1gxr] {
            position: relative;
            margin: 3rem 0 0 0;
            width: 100%;
        }

            main .recent-orders table[b-py67bj1gxr] {
                width: 100%;
                margin: 0;
            }

    .right-section[b-py67bj1gxr] {
        width: 94%;
        margin: 0 auto 4rem;
    }

        .right-section .nav[b-py67bj1gxr] {
            position: fixed;
            top: 0;
            left: 0;
            align-items: center;
            background-color: var(--color-white);
            padding: 0 var(--padding-1);
            height: 4.6rem;
            width: 100%;
            z-index: 2;
            box-shadow: 0 1rem 1rem var(--color-light);
            margin: 0;
        }

            .right-section .nav .dark-mode[b-py67bj1gxr] {
                width: 4.4rem;
                position: absolute;
                left: 66%;
            }

        .right-section .profile .info[b-py67bj1gxr] {
            display: none;
        }

        .right-section .nav button[b-py67bj1gxr] {
            display: inline-block;
            background-color: transparent;
            cursor: pointer;
            color: var(--color-dark);
            position: absolute;
            left: 1rem;
        }

            .right-section .nav button span[b-py67bj1gxr] {
                font-size: 2rem;
            }
}
/* /Components/Pages/SampleProjects/C0000_Responsivedashboard2/Index.razor.rz.scp.css */

:root[b-zvyba1ehbz] {
    --main-color: #22BAA0;
    --color-dark: #34425A;
    --text-grey: #B0B0B0;
}

*[b-zvyba1ehbz] {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    box-sizing: border-box;
    font-family: 'Merriweather', sans-serif;
}

#menu-toggle[b-zvyba1ehbz] {
    display: none;
}

.sidebar[b-zvyba1ehbz] {
    position: fixed;
    height: 100%;
    width: 165px;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 100;
    background: var(--color-dark);
    transition: left 300ms;
}

.side-header[b-zvyba1ehbz] {
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 /10%);
    background: var(--main-color);
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .side-header h3[b-zvyba1ehbz], side-head span[b-zvyba1ehbz] {
        color: #fff;
        font-weight: 400;
    }

.side-content[b-zvyba1ehbz] {
    height: calc(100vh - 60px);
    overflow: auto;
}

    /* width */
    .side-content[b-zvyba1ehbz]::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    .side-content[b-zvyba1ehbz]::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }

    /* Handle */
    .side-content[b-zvyba1ehbz]::-webkit-scrollbar-thumb {
        background: #b0b0b0;
        border-radius: 10px;
    }

        /* Handle on hover */
        .side-content[b-zvyba1ehbz]::-webkit-scrollbar-thumb:hover {
            background: #b30000;
        }

.profile[b-zvyba1ehbz] {
    text-align: center;
    padding: 2rem 0rem;
}

.bg-img[b-zvyba1ehbz] {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    background-size: cover;
}

.profile-img[b-zvyba1ehbz] {
    height: 80px;
    width: 80px;
    display: inline-block;
    margin: 0 auto .5rem auto;
    border: 3px solid #899DC1;
}

.profile h4[b-zvyba1ehbz] {
    color: #fff;
    font-weight: 500;
}

.profile small[b-zvyba1ehbz] {
    color: #899DC1;
    font-weight: 600;
}

.sidebar[b-zvyba1ehbz] {
    /*overflow-y: auto;*/
}

.side-menu ul[b-zvyba1ehbz] {
    text-align: center;
}

.side-menu a[b-zvyba1ehbz] {
    display: block;
    padding: 1.2rem 0rem;
}

    .side-menu a.active[b-zvyba1ehbz] {
        background: #2B384E;
    }

        .side-menu a.active span[b-zvyba1ehbz], .side-menu a.active small[b-zvyba1ehbz] {
            color: #fff;
        }

    .side-menu a span[b-zvyba1ehbz] {
        display: block;
        text-align: center;
        font-size: 1.7rem;
    }

    .side-menu a span[b-zvyba1ehbz], .side-menu a small[b-zvyba1ehbz] {
        color: #899DC1;
    }

#menu-toggle:checked ~ .sidebar[b-zvyba1ehbz] {
    width: 60px;
}

    #menu-toggle:checked ~ .sidebar .side-header span[b-zvyba1ehbz] {
        display: none;
    }

#menu-toggle:checked ~ .main-content[b-zvyba1ehbz] {
    margin-left: 60px;
    width: calc(100% - 60px);
}

    #menu-toggle:checked ~ .main-content header[b-zvyba1ehbz] {
        left: 60px;
    }

#menu-toggle:checked ~ .sidebar .profile[b-zvyba1ehbz],
#menu-toggle:checked ~ .sidebar .side-menu a small[b-zvyba1ehbz] {
    display: none;
}

#menu-toggle:checked ~ .sidebar .side-menu a span[b-zvyba1ehbz] {
    font-size: 1.3rem;
}


.main-content[b-zvyba1ehbz] {
    margin-left: 165px;
    width: calc(100% - 165px);
    transition: margin-left 300ms;
}

header[b-zvyba1ehbz] {
    position: fixed;
    right: 0;
    top: 0;
    left: 165px;
    z-index: 100;
    height: 60px;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 /10%);
    background: #fff;
    transition: left 300ms;
}

.header-content[b-zvyba1ehbz], .header-menu[b-zvyba1ehbz] {
    display: flex;
    align-items: center;
}

.header-content[b-zvyba1ehbz] {
    justify-content: space-between;
    padding: 0rem 1rem;
}

    .header-content label:first-child span[b-zvyba1ehbz] {
        font-size: 1.3rem;
    }

    .header-content label[b-zvyba1ehbz] {
        cursor: pointer;
    }

.header-menu[b-zvyba1ehbz] {
    justify-content: flex-end;
    padding-top: .5rem;
}

    .header-menu label[b-zvyba1ehbz],
    .header-menu .notify-icon[b-zvyba1ehbz] {
        margin-right: 2rem;
        position: relative;
    }

        .header-menu label span[b-zvyba1ehbz],
        .notify-icon span:first-child[b-zvyba1ehbz] {
            font-size: 1.3rem;
        }

.notify-icon span:last-child[b-zvyba1ehbz] {
    position: absolute;
    background: var(--main-color);
    height: 16px;
    width: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    right: -5px;
    top: -5px;
    color: #fff;
    font-size: .8rem;
    font-weight: 500;
}

.user[b-zvyba1ehbz] {
    display: flex;
    align-items: center;
}

    .user div[b-zvyba1ehbz], .client-img[b-zvyba1ehbz] {
        height: 40px;
        width: 40px;
        margin-right: 1rem;
    }

    .user span:last-child[b-zvyba1ehbz] {
        display: inline-block;
        margin-left: .3rem;
        font-size: .8rem;
    }

main[b-zvyba1ehbz] {
    margin-top: 60px;
}

.page-header[b-zvyba1ehbz] {
    padding: 1.3rem 1rem;
    background: #E9edf2;
    border-bottom: 1px solid #dee2e8;
}

    .page-header h1[b-zvyba1ehbz], .page-header small[b-zvyba1ehbz] {
        color: #74767d;
    }

.page-content[b-zvyba1ehbz] {
    padding: 1.3rem 1rem;
    background: #f1f4f9;
}

.analytics[b-zvyba1ehbz] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2rem;
    margin-top: .5rem;
    margin-bottom: 2rem;
}

.card[b-zvyba1ehbz] {
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 1rem;
    border-radius: 3px;
}

.card-head[b-zvyba1ehbz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .card-head h2[b-zvyba1ehbz] {
        color: #333;
        font-size: 1.8rem;
        font-weight: 500;
    }

    .card-head span[b-zvyba1ehbz] {
        font-size: 3.2rem;
        color: var(--text-grey);
    }

.card-progress small[b-zvyba1ehbz] {
    color: #777;
    font-size: .8rem;
    font-weight: 600;
}

.card-indicator[b-zvyba1ehbz] {
    margin: .7rem 0rem;
    height: 10px;
    border-radius: 4px;
    background: #e9edf2;
    overflow: hidden;
}

.indicator[b-zvyba1ehbz] {
    height: 10px;
    border-radius: 4px;
}

    .indicator.one[b-zvyba1ehbz] {
        background: #22baa0;
    }

    .indicator.two[b-zvyba1ehbz] {
        background: #11a8c3;
    }

    .indicator.three[b-zvyba1ehbz] {
        background: #f6d433;
    }

    .indicator.four[b-zvyba1ehbz] {
        background: #f25656;
    }

.records[b-zvyba1ehbz] {
    box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 10%);
    background: #fff;
    border-radius: 3px;
}

.record-header[b-zvyba1ehbz] {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.add[b-zvyba1ehbz], .browse[b-zvyba1ehbz] {
    display: flex;
    align-items: center;
}

    .add span[b-zvyba1ehbz] {
        display: inline-block;
        margin-right: .6rem;
        font-size: .9rem;
        color: #666;
    }

input[b-zvyba1ehbz], button[b-zvyba1ehbz], select[b-zvyba1ehbz] {
    outline: none;
}

.add select[b-zvyba1ehbz], .browse input[b-zvyba1ehbz], .browse select[b-zvyba1ehbz] {
    height: 35px;
    border: 1px solid #b0b0b0;
    border-radius: 3px;
    display: inline-block;
    width: 75px;
    padding: 0rem .5rem;
    margin-right: .8rem;
    color: #666;
}

.add button[b-zvyba1ehbz] {
    background: var(--main-color);
    color: #fff;
    height: 37px;
    border-radius: 4px;
    padding: 0rem 1rem;
    border: none;
    font-weight: 600;
}

.browse input[b-zvyba1ehbz] {
    width: 150px;
}

.browse select[b-zvyba1ehbz] {
    width: 100px;
}

.table-responsive[b-zvyba1ehbz] {
    width: 100%;
    overflow: auto;
}

table[b-zvyba1ehbz] {
    border-collapse: collapse;
}

    table thead tr[b-zvyba1ehbz] {
        background: #e9edf2;
    }

    table thead th[b-zvyba1ehbz] {
        padding: 1rem 0rem;
        text-align: left;
        color: #444;
        font-size: .9rem;
    }

        table thead th:first-child[b-zvyba1ehbz] {
            padding-left: 1rem;
        }

    table tbody td[b-zvyba1ehbz] {
        padding: 1rem 0rem;
        color: #444;
    }

        table tbody td:first-child[b-zvyba1ehbz] {
            padding-left: 1rem;
            color: var(--main-color);
            font-weight: 600;
            font-size: .9rem;
        }

    table tbody tr[b-zvyba1ehbz] {
        border-bottom: 1px solid #dee2e8;
    }

.client[b-zvyba1ehbz] {
    display: flex;
    align-items: center;
}

.client-img[b-zvyba1ehbz] {
    margin-right: .5rem;
    border: 2px solid #b0b0b0;
    height: 45px;
    width: 45px;
}

.client-info h4[b-zvyba1ehbz] {
    color: #555;
    font-size: .95rem;
}

.client-info small[b-zvyba1ehbz] {
    color: #777;
}

.actions span[b-zvyba1ehbz] {
    display: inline-block;
    font-size: 1.5rem;
    margin-right: .5rem;
}

.paid[b-zvyba1ehbz] {
    display: inline-block;
    text-align: center;
    font-weight: 600;
    color: var(--main-color);
    background: #e5f8ed;
    padding: .5rem 1rem;
    border-radius: 20px;
    font-size: .8rem;
}

@media only screen and (max-width: 1200px) {
    .analytics[b-zvyba1ehbz] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 768px) {
    .analytics[b-zvyba1ehbz] {
        grid-template-columns: 100%;
    }

    .sidebar[b-zvyba1ehbz] {
        left: -165px;
        z-index: 90;
    }

    header[b-zvyba1ehbz] {
        left: 0;
        width: 100%;
    }

    .main-content[b-zvyba1ehbz] {
        margin-left: 0;
        width: 100%;
    }

    #menu-toggle:checked ~ .sidebar[b-zvyba1ehbz] {
        left: 0;
    }

    #menu-toggle:checked ~ .sidebar[b-zvyba1ehbz] {
        width: 165px;
    }

        #menu-toggle:checked ~ .sidebar .side-header span[b-zvyba1ehbz] {
            display: inline-block;
        }

        #menu-toggle:checked ~ .sidebar .profile[b-zvyba1ehbz],
        #menu-toggle:checked ~ .sidebar .side-menu a small[b-zvyba1ehbz] {
            display: block;
        }

        #menu-toggle:checked ~ .sidebar .side-menu a span[b-zvyba1ehbz] {
            font-size: 1.7rem;
        }

    #menu-toggle:checked ~ .main-content header[b-zvyba1ehbz] {
        left: 0px;
    }

    table[b-zvyba1ehbz] {
        width: 900px;
    }
}
/* /Components/Pages/SampleProjects/C0000_Responsivedashboard3/Index.razor.rz.scp.css */

:root[b-v7i0e2erke] {
    --base-clr: #11121a;
    --line-clr: #42434a;
    --hover-clr: #222533;
    --text-clr: #e6e6ef;
    --accent-clr: #5e63ff;
    --secondary-text-clr: #b0b3c1;
}

*[b-v7i0e2erke] {
    margin: 0;
    padding: 0;
}

html[b-v7i0e2erke] {
    font-family: Poppins, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.5rem;
}

body[b-v7i0e2erke] {
    min-height: 100vh;
    min-height: 100dvh;
    background-color: var(--base-clr);
    color: var(--text-clr);
    display: grid;
    grid-template-columns: auto 1fr;
}

#sidebar[b-v7i0e2erke] {
    box-sizing: border-box;
    height: 100vh;
    width: 250px;
    padding: 5px 1em;
    background-color: var(--base-clr);
    border-right: 1px solid var(--line-clr);
    position: sticky;
    top: 0;
    align-self: start;
    transition: 300ms ease-in-out;
    overflow: hidden;
    text-wrap: nowrap;
}

    #sidebar.close[b-v7i0e2erke] {
        padding: 5px;
        width: 60px;
    }

    #sidebar ul[b-v7i0e2erke] {
        list-style: none;
    }

    #sidebar > ul > li:first-child[b-v7i0e2erke] {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 16px;
        .logo

{
    font-weight: 600;
}

}

#sidebar ul li.active a[b-v7i0e2erke] {
    color: var(--accent-clr);
    svg

{
    fill: var(--accent-clr);
}

}

#sidebar a[b-v7i0e2erke], #sidebar .dropdown-btn[b-v7i0e2erke], #sidebar .logo[b-v7i0e2erke] {
    border-radius: .5em;
    padding: .85em;
    text-decoration: none;
    color: var(--text-clr);
    display: flex;
    align-items: center;
    gap: 1em;
}

.dropdown-btn[b-v7i0e2erke] {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    font: inherit;
    cursor: pointer;
}

#sidebar svg[b-v7i0e2erke] {
    flex-shrink: 0;
    fill: var(--text-clr);
}

#sidebar a span[b-v7i0e2erke], #sidebar .dropdown-btn span[b-v7i0e2erke] {
    flex-grow: 1;
}

#sidebar a:hover[b-v7i0e2erke], #sidebar .dropdown-btn:hover[b-v7i0e2erke] {
    background-color: var(--hover-clr);
}

#sidebar .sub-menu[b-v7i0e2erke] {
    display: grid;
    grid-template-rows: 0fr;
    transition: 300ms ease-in-out;
    > div

{
    overflow: hidden;
}

}

#sidebar .sub-menu.show[b-v7i0e2erke] {
    grid-template-rows: 1fr;
}

.dropdown-btn svg[b-v7i0e2erke] {
    transition: 200ms ease;
}

.rotate svg:last-child[b-v7i0e2erke] {
    rotate: 180deg;
}

#sidebar .sub-menu a[b-v7i0e2erke] {
    padding-left: 2em;
}

#toggle-btn[b-v7i0e2erke] {
    margin-left: auto;
    padding: 1em;
    border: none;
    border-radius: .5em;
    background: none;
    cursor: pointer;
    svg

{
    transition: rotate 150ms ease;
}

}

#toggle-btn:hover[b-v7i0e2erke] {
    background-color: var(--hover-clr);
}

main[b-v7i0e2erke] {
    padding: min(30px, 7%);
}

    main p[b-v7i0e2erke] {
        color: var(--secondary-text-clr);
        margin-top: 5px;
        margin-bottom: 15px;
    }

.container[b-v7i0e2erke] {
    border: 1px solid var(--line-clr);
    border-radius: 1em;
    margin-bottom: 20px;
    padding: min(3em, 15%);
    h2, p

{
    margin-top: 1em
}

}

@media(max-width: 800px) {
    body[b-v7i0e2erke] {
        grid-template-columns: 1fr;
    }

    main[b-v7i0e2erke] {
        padding: 2em 1em 60px 1em;
    }

    .container[b-v7i0e2erke] {
        border: none;
        padding: 0;
    }

    #sidebar[b-v7i0e2erke] {
        height: 60px;
        width: 100%;
        border-right: none;
        border-top: 1px solid var(--line-clr);
        padding: 0;
        position: fixed;
        top: unset;
        bottom: 0;
        > ul

{
    padding: 0;
    display: grid;
    grid-auto-columns: 60px;
    grid-auto-flow: column;
    align-items: center;
    overflow-x: scroll;
}

ul li[b-v7i0e2erke] {
    height: 100%;
}

ul a[b-v7i0e2erke], ul .dropdown-btn[b-v7i0e2erke] {
    width: 60px;
    height: 60px;
    padding: 0;
    border-radius: 0;
    justify-content: center;
}

ul li span[b-v7i0e2erke], ul li:first-child[b-v7i0e2erke], .dropdown-btn svg:last-child[b-v7i0e2erke] {
    display: none;
}

ul li .sub-menu.show[b-v7i0e2erke] {
    position: fixed;
    bottom: 60px;
    left: 0;
    box-sizing: border-box;
    height: 60px;
    width: 100%;
    background-color: var(--hover-clr);
    border-top: 1px solid var(--line-clr);
    display: flex;
    justify-content: center;
    > div

{
    overflow-x: auto;
}

li[b-v7i0e2erke] {
    display: inline-flex;
}

a[b-v7i0e2erke] {
    box-sizing: border-box;
    padding: 1em;
    width: auto;
    justify-content: center;
}

}
}
}
/* /Components/Pages/SampleProjects/C0000_Responsivedashboard4/Index.razor.rz.scp.css */
/*@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");*/

/* start: Globals */
:root[b-9otktpmehp] {
    /* This color palletes from Tailwind CSS */
    --white: #fff;
    --black: #000;
    --neutral-50: #fafafa;
    --neutral-100: #f5f5f5;
    --neutral-200: #e5e5e5;
    --neutral-300: #d4d4d4;
    --neutral-400: #a3a3a3;
    --neutral-500: #737373;
    --neutral-600: #525252;
    --neutral-700: #404040;
    --neutral-800: #262626;
    --neutral-900: #171717;
    --neutral-950: #0a0a0a;
    --danger-50: #fef2f2;
    --danger-100: #fee2e2;
    --danger-200: #fecaca;
    --danger-300: #fca5a5;
    --danger-400: #f87171;
    --danger-500: #ef4444;
    --danger-600: #dc2626;
    --danger-700: #b91c1c;
    --danger-800: #991b1b;
    --danger-900: #7f1d1d;
    --danger-950: #450a0a;
    --warning-50: #fff7ed;
    --warning-100: #ffedd5;
    --warning-200: #fed7aa;
    --warning-300: #fdba74;
    --warning-400: #fb923c;
    --warning-500: #f97316;
    --warning-600: #ea580c;
    --warning-700: #c2410c;
    --warning-800: #9a3412;
    --warning-900: #7c2d12;
    --warning-950: #431407;
    --success-50: #ecfdf5;
    --success-100: #d1fae5;
    --success-200: #a7f3d0;
    --success-300: #6ee7b7;
    --success-400: #34d399;
    --success-500: #10b981;
    --success-600: #059669;
    --success-700: #047857;
    --success-800: #065f46;
    --success-900: #064e3b;
    --success-950: #022c22;
    --info-50: #eff6ff;
    --info-100: #dbeafe;
    --info-200: #bfdbfe;
    --info-300: #93c5fd;
    --info-400: #60a5fa;
    --info-500: #3b82f6;
    --info-600: #2563eb;
    --info-700: #1d4ed8;
    --info-800: #1e40af;
    --info-900: #1e3a8a;
    --info-950: #172554;
    --primary-50: #eef2ff;
    --primary-100: #e0e7ff;
    --primary-200: #c7d2fe;
    --primary-300: #a5b4fc;
    --primary-400: #818cf8;
    --primary-500: #6366f1;
    --primary-600: #4f46e5;
    --primary-700: #4338ca;
    --primary-800: #3730a3;
    --primary-900: #312e81;
    --primary-950: #1e1b4b;
    --text-xxs: 10px;
    --text-xs: 12px;
    --text-xsm: 13px;
    --text-sm: 14px;
    --text-base: 16px;
    --text-lg: 18px;
    --text-xl: 20px;
    --text-2xl: 24px;
    --text-3xl: 30px;
    --text-4xl: 36px;
    --text-5xl: 48px;
    --rounded-sm: 2px;
    --rounded: 4px;
    --rounded-md: 6px;
    --rounded-lg: 8px;
    --rounded-xl: 12px;
    --rounded-2xl: 16px;
    --rounded-full: 999px;
    --duration-150: 150ms;
}

*[b-9otktpmehp],
[b-9otktpmehp]::before,
[b-9otktpmehp]::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html[b-9otktpmehp],
body[b-9otktpmehp] {
    overflow: hidden;
}

body[b-9otktpmehp] {
    font-family: "Onest", sans-serif;
}

input[b-9otktpmehp],
textarea[b-9otktpmehp],
button[b-9otktpmehp] {
    font-family: inherit;
}
/* end: Globals */

/* start: Sidebar */
.sidebar[b-9otktpmehp] {
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--white);
    width: 256px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition-property: width;
    transition-duration: var(--duration-150);
}

.sidebar-collapsed .sidebar[b-9otktpmehp] {
    width: 56px;
}

.sidebar-brand[b-9otktpmehp] {
    height: 48px;
    display: flex;
    align-items: center;
    padding: 0 18px;
    flex-shrink: 0;
    overflow: hidden;
}

.sidebar-brand-link[b-9otktpmehp] {
    text-decoration: none;
    color: var(--primary-600);
    display: flex;
    align-items: center;
}

.sidebar-brand-link-icon[b-9otktpmehp] {
    font-size: var(--text-xl);
    flex-shrink: 0;
    margin-right: 8px;
}

.sidebar-brand-link-text[b-9otktpmehp] {
    font-weight: 700;
    font-size: var(--text-lg);
    transition-property: opacity;
    transition-duration: var(--duration-150);
}

.sidebar-collapsed .sidebar-brand-link-text[b-9otktpmehp] {
    opacity: 0;
}

.sidebar-menu-wrapper[b-9otktpmehp] {
    overflow-y: auto;
    min-height: 0;
    height: 100%;
    padding: 16px 0;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
}

.sidebar-menu[b-9otktpmehp] {
    min-height: 100%;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.sidebar-menu-item[b-9otktpmehp] {
    padding: 6px;
    border-radius: var(--rounded-full);
}

.sidebar-menu-item-bottom[b-9otktpmehp] {
    margin-top: auto;
}

.sidebar-menu-item.active[b-9otktpmehp] {
    background-color: var(--neutral-100);
    position: relative;
}

    .sidebar-menu-item.active[b-9otktpmehp]::before {
        content: "";
        position: absolute;
        top: -32px;
        right: 0;
        width: 32px;
        height: 32px;
        border-radius: var(--rounded-full);
        pointer-events: none;
        box-shadow: 16px 16px 0 var(--neutral-100);
    }

    .sidebar-menu-item.active[b-9otktpmehp]::after {
        content: "";
        position: absolute;
        bottom: -32px;
        right: 0;
        width: 32px;
        height: 32px;
        border-radius: var(--rounded-full);
        pointer-events: none;
        box-shadow: 16px -16px 0 var(--neutral-100);
    }

.sidebar-menu-item-link[b-9otktpmehp] {
    display: flex;
    align-items: center;
    height: 36px;
    background-color: var(--white);
    border-radius: var(--rounded-full);
    text-decoration: none;
    padding: 0 12px;
    color: var(--neutral-800);
}

    .sidebar-menu-item-link:hover[b-9otktpmehp] {
        color: var(--black);
    }

.sidebar-menu-item-danger .sidebar-menu-item-link[b-9otktpmehp] {
    color: var(--danger-600);
}

.sidebar-menu-item.active .sidebar-menu-item-link[b-9otktpmehp] {
    color: var(--primary-600);
}

.sidebar-menu-item-link-icon[b-9otktpmehp] {
    font-size: var(--text-lg);
    flex-shrink: 0;
    margin-right: 12px;
}

.sidebar-menu-item-link-text[b-9otktpmehp] {
    font-size: var(--text-sm);
    font-weight: 500;
    min-width: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* end: Sidebar */

/* start: Main */
.main[b-9otktpmehp] {
    margin-left: 256px;
    transition-property: margin-left;
    transition-duration: var(--duration-150);
}

.sidebar-collapsed .main[b-9otktpmehp] {
    margin-left: 56px;
}

.topbar[b-9otktpmehp] {
    height: 48px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    background-color: var(--white);
}

.topbar-toggle[b-9otktpmehp] {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: var(--text-base);
    flex-shrink: 0;
    margin-right: 16px;
}

    .topbar-toggle:hover[b-9otktpmehp] {
        background-color: var(--neutral-200);
        border-radius: var(--rounded-full);
    }

.topbar-search-form[b-9otktpmehp] {
    display: flex;
}

.topbar-search-form-control[b-9otktpmehp] {
    max-width: 300px;
    width: 100%;
    background-color: var(--neutral-100);
    border-radius: var(--rounded-full) 0 0 var(--rounded-full);
    height: 36px;
    padding: 0 16px;
    font-size: var(--text-sm);
    border: 1px solid var(--neutral-200);
    outline: none;
}

    .topbar-search-form-control:focus[b-9otktpmehp] {
        border-color: var(--primary-500);
    }

.topbar-search-form-submit[b-9otktpmehp] {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px 0 12px;
    background-color: var(--primary-500);
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 0 var(--rounded-full) var(--rounded-full) 0;
    font-size: var(--text-lg);
    color: var(--white);
}

    .topbar-search-form-submit:hover[b-9otktpmehp] {
        background-color: var(--primary-600);
    }

.topbar-menu[b-9otktpmehp] {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin-left: auto;
}

.topbar-menu-item[b-9otktpmehp] {
    margin-right: 16px;
}

    .topbar-menu-item:last-child[b-9otktpmehp] {
        margin-right: 0;
    }

.topbar-menu-item-mobile[b-9otktpmehp] {
    display: none;
}

.topbar-menu-item-link[b-9otktpmehp] {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--neutral-800);
    border-radius: var(--rounded-full);
    font-size: var(--text-base);
}

    .dropdown.active .topbar-menu-item-link[b-9otktpmehp],
    .topbar-menu-item-link:hover[b-9otktpmehp] {
        background-color: var(--neutral-200);
    }

.topbar-menu-item-link-notification[b-9otktpmehp] {
    position: relative;
}

.topbar-menu-item-link-notification-total[b-9otktpmehp] {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    border-radius: var(--rounded-full);
    font-size: var(--text-xxs);
    font-weight: 600;
    background-color: var(--danger-500);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--white);
}

.topbar-menu-item-link-profile-image[b-9otktpmehp] {
    width: 100%;
    height: 100%;
    border-radius: var(--rounded-full);
    object-fit: cover;
}

.topbar-notification-title[b-9otktpmehp] {
    font-size: var(--text-sm);
    font-weight: 600;
    padding: 0 12px;
    margin-bottom: 8px;
}

.topbar-notification-wrapper[b-9otktpmehp] {
    overflow-y: auto;
    max-height: 256px;
}

.topbar-notification-item[b-9otktpmehp] {
    display: flex;
    align-items: center;
    padding: 0 12px;
    text-decoration: none;
    height: 48px;
}

    .topbar-notification-item:hover[b-9otktpmehp] {
        background-color: var(--neutral-100);
    }

.topbar-notification-item-icon[b-9otktpmehp] {
    width: 32px;
    height: 32px;
    border-radius: var(--rounded-full);
    background-color: var(--primary-100);
    color: var(--primary-600);
    flex-shrink: 0;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar-notification-item-text[b-9otktpmehp] {
    width: 100%;
    min-width: 0;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: var(--text-xsm);
    color: var(--neutral-800);
}

.topbar-notification-item:hover .topbar-notification-item-text[b-9otktpmehp] {
    color: var(--black);
}

.topbar-search-form-dropdown[b-9otktpmehp] {
    padding: 0 12px;
}

.content[b-9otktpmehp] {
    height: calc(100vh - 48px);
    overflow-y: auto;
    padding: 16px;
    background-color: var(--neutral-100);
    border-radius: var(--rounded-2xl) var(--rounded-2xl) 0 0;
}

.content-title[b-9otktpmehp] {
    font-size: var(--text-2xl);
    font-weight: 700;
    line-height: 1.2;
}
/* end: Main */

/* start: Dropdown */
.dropdown[b-9otktpmehp] {
    position: relative;
}

.dropdown-menu-wrapper[b-9otktpmehp] {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--white);
    width: 256px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
    border-radius: var(--rounded-lg);
    padding: 8px 0;
    border: 1px solid var(--neutral-200);
    display: none;
}

.dropdown-menu-wrapper-lg[b-9otktpmehp] {
    width: 320px;
}

.dropdown-menu-wrapper-sm[b-9otktpmehp] {
    width: 180px;
}

.dropdown.active .dropdown-menu-wrapper[b-9otktpmehp] {
    display: block;
}

.dropdown-menu-item[b-9otktpmehp] {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 0 12px;
    height: 32px;
    color: var(--neutral-800);
}

    .dropdown-menu-item:hover[b-9otktpmehp] {
        color: var(--black);
        background-color: var(--neutral-100);
    }

.dropdown-menu-item-icon[b-9otktpmehp] {
    flex-shrink: 0;
    font-size: var(--text-base);
    margin-right: 8px;
}

.dropdown-menu-item-text[b-9otktpmehp] {
    font-size: var(--text-sm);
}
/* end: Dropdown */

/* start: Breakpoints */
@media screen and (max-width: 767px) {
    .main[b-9otktpmehp] {
        width: calc(100% - 56px);
    }

    .topbar-search-form-desktop[b-9otktpmehp] {
        display: none;
    }

    .topbar-menu-item-mobile[b-9otktpmehp] {
        display: flex;
    }
}
/* end: Breakpoints */
/* /Components/Pages/SampleProjects/C0000_Responsivedashboard5/Index.razor.rz.scp.css */
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');*/

:root[b-07kbma30m8] {
    --light: #f6f6f9;
    --primary: #1976D2;
    --light-primary: #CFE8FF;
    --grey: #eee;
    --dark-grey: #AAAAAA;
    --dark: #363949;
    --danger: #D32F2F;
    --light-danger: #FECDD3;
    --warning: #FBC02D;
    --light-warning: #FFF2C6;
    --success: #388E3C;
    --light-success: #BBF7D0;
}

*[b-07kbma30m8] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.bx[b-07kbma30m8] {
    font-size: 1.7rem;
}

a[b-07kbma30m8] {
    text-decoration: none;
}

li[b-07kbma30m8] {
    list-style: none;
}

html[b-07kbma30m8] {
    overflow-x: hidden;
}

body.dark[b-07kbma30m8] {
    --light: #181a1e;
    --grey: #25252c;
    --dark: #fbfbfb
}

body[b-07kbma30m8] {
    background: var(--grey);
    overflow-x: hidden;
}

.sidebar[b-07kbma30m8] {
    position: fixed;
    top: 0;
    left: 0;
    background: var(--light);
    width: 230px;
    height: 100%;
    z-index: 2000;
    overflow-x: hidden;
    scrollbar-width: none;
    transition: all 0.3s ease;
}

    .sidebar[b-07kbma30m8]::-webkit-scrollbar {
        display: none;
    }

    .sidebar.close[b-07kbma30m8] {
        width: 60px;
    }

    .sidebar .logo[b-07kbma30m8] {
        font-size: 24px;
        font-weight: 700;
        height: 56px;
        display: flex;
        align-items: center;
        color: var(--primary);
        z-index: 500;
        padding-bottom: 20px;
        box-sizing: content-box;
    }

        .sidebar .logo .logo-name span[b-07kbma30m8] {
            color: var(--dark);
        }

        .sidebar .logo .bx[b-07kbma30m8] {
            min-width: 60px;
            display: flex;
            justify-content: center;
            font-size: 2.2rem;
        }

    .sidebar .side-menu[b-07kbma30m8] {
        width: 100%;
        margin-top: 48px;
    }

        .sidebar .side-menu li[b-07kbma30m8] {
            height: 48px;
            background: transparent;
            margin-left: 6px;
            border-radius: 48px 0 0 48px;
            padding: 4px;
        }

            .sidebar .side-menu li.active[b-07kbma30m8] {
                background: var(--grey);
                position: relative;
            }

                .sidebar .side-menu li.active[b-07kbma30m8]::before {
                    content: "";
                    position: absolute;
                    width: 40px;
                    height: 40px;
                    border-radius: 50%;
                    top: -40px;
                    right: 0;
                    box-shadow: 20px 20px 0 var(--grey);
                    z-index: -1;
                }

                .sidebar .side-menu li.active[b-07kbma30m8]::after {
                    content: "";
                    position: absolute;
                    width: 40px;
                    height: 40px;
                    border-radius: 50%;
                    bottom: -40px;
                    right: 0;
                    box-shadow: 20px -20px 0 var(--grey);
                    z-index: -1;
                }

            .sidebar .side-menu li a[b-07kbma30m8] {
                width: 100%;
                height: 100%;
                background: var(--light);
                display: flex;
                align-items: center;
                border-radius: 48px;
                font-size: 16px;
                color: var(--dark);
                white-space: nowrap;
                overflow-x: hidden;
                transition: all 0.3s ease;
            }

            .sidebar .side-menu li.active a[b-07kbma30m8] {
                color: var(--success);
            }

    .sidebar.close .side-menu li a[b-07kbma30m8] {
        width: calc(48px - (4px * 2));
        transition: all 0.3s ease;
    }

    .sidebar .side-menu li a .bx[b-07kbma30m8] {
        min-width: calc(60px - ((4px + 6px) * 2));
        display: flex;
        font-size: 1.6rem;
        justify-content: center;
    }

    .sidebar .side-menu li a.logout[b-07kbma30m8] {
        color: var(--danger);
    }

.content[b-07kbma30m8] {
    position: relative;
    width: calc(100% - 230px);
    left: 230px;
    transition: all 0.3s ease;
}

.sidebar.close ~ .content[b-07kbma30m8] {
    width: calc(100% - 60px);
    left: 60px;
}

.content nav[b-07kbma30m8] {
    height: 56px;
    background: var(--light);
    padding: 0 24px 0 0;
    display: flex;
    align-items: center;
    grid-gap: 24px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
}

    .content nav[b-07kbma30m8]::before {
        content: "";
        position: absolute;
        width: 40px;
        height: 40px;
        bottom: -40px;
        left: 0;
        border-radius: 50%;
        box-shadow: -20px -20px 0 var(--light);
    }

    .content nav a[b-07kbma30m8] {
        color: var(--dark);
    }

    .content nav .bx.bx-menu[b-07kbma30m8] {
        cursor: pointer;
        color: var(--dark);
    }

    .content nav form[b-07kbma30m8] {
        max-width: 400px;
        width: 100%;
        margin-right: auto;
    }

        .content nav form .form-input[b-07kbma30m8] {
            display: flex;
            align-items: center;
            height: 36px;
        }

            .content nav form .form-input input[b-07kbma30m8] {
                flex-grow: 1;
                padding: 0 16px;
                height: 100%;
                border: none;
                background: var(--grey);
                border-radius: 36px 0 0 36px;
                outline: none;
                width: 100%;
                color: var(--dark);
            }

            .content nav form .form-input button[b-07kbma30m8] {
                width: 80px;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                background: var(--primary);
                color: var(--light);
                font-size: 18px;
                border: none;
                outline: none;
                border-radius: 0 36px 36px 0;
                cursor: pointer;
            }

    .content nav .notif[b-07kbma30m8] {
        font-size: 20px;
        position: relative;
    }

        .content nav .notif .count[b-07kbma30m8] {
            position: absolute;
            top: -6px;
            right: -6px;
            width: 20px;
            height: 20px;
            background: var(--danger);
            border-radius: 50%;
            color: var(--light);
            border: 2px solid var(--light);
            font-weight: 700;
            font-size: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .content nav .profile img[b-07kbma30m8] {
        width: 36px;
        height: 36px;
        object-fit: cover;
        border-radius: 50%;
    }

    .content nav .theme-toggle[b-07kbma30m8] {
        display: block;
        min-width: 50px;
        height: 25px;
        background: var(--grey);
        cursor: pointer;
        position: relative;
        border-radius: 25px;
    }

        .content nav .theme-toggle[b-07kbma30m8]::before {
            content: "";
            position: absolute;
            top: 2px;
            left: 2px;
            bottom: 2px;
            width: calc(25px - 4px);
            background: var(--primary);
            border-radius: 50%;
            transition: all 0.3s ease;
        }

    .content nav #theme-toggle:checked + .theme-toggle[b-07kbma30m8]::before {
        left: calc(100% - (25px - 4px) - 2px);
    }

.content main[b-07kbma30m8] {
    width: 100%;
    padding: 36px 24px;
    max-height: calc(100vh - 56px);
}

    .content main .header[b-07kbma30m8] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        grid-gap: 16px;
        flex-wrap: wrap;
    }

        .content main .header .left h1[b-07kbma30m8] {
            font-size: 36px;
            font-weight: 600;
            margin-bottom: 10px;
            color: var(--dark);
        }

        .content main .header .left .breadcrumb[b-07kbma30m8] {
            display: flex;
            align-items: center;
            grid-gap: 16px;
        }

            .content main .header .left .breadcrumb li[b-07kbma30m8] {
                color: var(--dark);
            }

                .content main .header .left .breadcrumb li a[b-07kbma30m8] {
                    color: var(--dark-grey);
                    pointer-events: none;
                }

                    .content main .header .left .breadcrumb li a.active[b-07kbma30m8] {
                        color: var(--primary);
                        pointer-events: none;
                    }

        .content main .header .report[b-07kbma30m8] {
            height: 36px;
            padding: 0 16px;
            border-radius: 36px;
            background: var(--primary);
            color: var(--light);
            display: flex;
            align-items: center;
            justify-content: center;
            grid-gap: 10px;
            font-weight: 500;
        }

    .content main .insights[b-07kbma30m8] {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        grid-gap: 24px;
        margin-top: 36px;
    }

        .content main .insights li[b-07kbma30m8] {
            padding: 24px;
            background: var(--light);
            border-radius: 20px;
            display: flex;
            align-items: center;
            grid-gap: 24px;
            cursor: pointer;
        }

            .content main .insights li .bx[b-07kbma30m8] {
                width: 80px;
                height: 80px;
                border-radius: 10px;
                font-size: 36px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .content main .insights li:nth-child(1) .bx[b-07kbma30m8] {
                background: var(--light-primary);
                color: var(--primary);
            }

            .content main .insights li:nth-child(2) .bx[b-07kbma30m8] {
                background: var(--light-warning);
                color: var(--warning);
            }

            .content main .insights li:nth-child(3) .bx[b-07kbma30m8] {
                background: var(--light-success);
                color: var(--success);
            }

            .content main .insights li:nth-child(4) .bx[b-07kbma30m8] {
                background: var(--light-danger);
                color: var(--danger);
            }

            .content main .insights li .info h3[b-07kbma30m8] {
                font-size: 24px;
                font-weight: 600;
                color: var(--dark);
            }

            .content main .insights li .info p[b-07kbma30m8] {
                color: var(--dark);
            }

    .content main .bottom-data[b-07kbma30m8] {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 24px;
        margin-top: 24px;
        width: 100%;
        color: var(--dark);
    }

        .content main .bottom-data > div[b-07kbma30m8] {
            border-radius: 20px;
            background: var(--light);
            padding: 24px;
            overflow-x: auto;
        }

        .content main .bottom-data .header[b-07kbma30m8] {
            display: flex;
            align-items: center;
            grid-gap: 16px;
            margin-bottom: 24px;
        }

            .content main .bottom-data .header h3[b-07kbma30m8] {
                margin-right: auto;
                font-size: 24px;
                font-weight: 600;
            }

            .content main .bottom-data .header .bx[b-07kbma30m8] {
                cursor: pointer;
            }

        .content main .bottom-data .orders[b-07kbma30m8] {
            flex-grow: 1;
            flex-basis: 500px;
        }

            .content main .bottom-data .orders table[b-07kbma30m8] {
                width: 100%;
                border-collapse: collapse;
            }

                .content main .bottom-data .orders table th[b-07kbma30m8] {
                    padding-bottom: 12px;
                    font-size: 13px;
                    text-align: left;
                    border-bottom: 1px solid var(--grey);
                }

                .content main .bottom-data .orders table td[b-07kbma30m8] {
                    padding: 16px 0;
                }

                .content main .bottom-data .orders table tr td:first-child[b-07kbma30m8] {
                    display: flex;
                    align-items: center;
                    grid-gap: 12px;
                    padding-left: 6px;
                }

                .content main .bottom-data .orders table td img[b-07kbma30m8] {
                    width: 36px;
                    height: 36px;
                    border-radius: 50%;
                    object-fit: cover;
                }

                .content main .bottom-data .orders table tbody tr[b-07kbma30m8] {
                    cursor: pointer;
                    transition: all 0.3s ease;
                }

                    .content main .bottom-data .orders table tbody tr:hover[b-07kbma30m8] {
                        background: var(--grey);
                    }

                .content main .bottom-data .orders table tr td .status[b-07kbma30m8] {
                    font-size: 10px;
                    padding: 6px 16px;
                    color: var(--light);
                    border-radius: 20px;
                    font-weight: 700;
                }

                    .content main .bottom-data .orders table tr td .status.completed[b-07kbma30m8] {
                        background: var(--success);
                    }

                    .content main .bottom-data .orders table tr td .status.process[b-07kbma30m8] {
                        background: var(--primary);
                    }

                    .content main .bottom-data .orders table tr td .status.pending[b-07kbma30m8] {
                        background: var(--warning);
                    }

        .content main .bottom-data .reminders[b-07kbma30m8] {
            flex-grow: 1;
            flex-basis: 300px;
        }

            .content main .bottom-data .reminders .task-list[b-07kbma30m8] {
                width: 100%;
            }

                .content main .bottom-data .reminders .task-list li[b-07kbma30m8] {
                    width: 100%;
                    margin-bottom: 16px;
                    background: var(--grey);
                    padding: 14px 10px;
                    border-radius: 10px;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                }

                    .content main .bottom-data .reminders .task-list li .task-title[b-07kbma30m8] {
                        display: flex;
                        align-items: center;
                    }

                        .content main .bottom-data .reminders .task-list li .task-title p[b-07kbma30m8] {
                            margin-left: 6px;
                        }

                    .content main .bottom-data .reminders .task-list li .bx[b-07kbma30m8] {
                        cursor: pointer;
                    }

                    .content main .bottom-data .reminders .task-list li.completed[b-07kbma30m8] {
                        border-left: 10px solid var(--success);
                    }

                    .content main .bottom-data .reminders .task-list li.not-completed[b-07kbma30m8] {
                        border-left: 10px solid var(--danger);
                    }

                    .content main .bottom-data .reminders .task-list li:last-child[b-07kbma30m8] {
                        margin-bottom: 0;
                    }

@media screen and (max-width: 768px) {
    .sidebar[b-07kbma30m8] {
        width: 200px;
    }

    .content[b-07kbma30m8] {
        width: calc(100% - 60px);
        left: 200px;
    }
}

@media screen and (max-width: 576px) {

    .content nav form .form-input input[b-07kbma30m8] {
        display: none;
    }

    .content nav form .form-input button[b-07kbma30m8] {
        width: auto;
        height: auto;
        background: transparent;
        color: var(--dark);
        border-radius: none;
    }

    .content nav form.show .form-input input[b-07kbma30m8] {
        display: block;
        width: 100%;
    }

    .content nav form.show .form-input button[b-07kbma30m8] {
        width: 36px;
        height: 100%;
        color: var(--light);
        background: var(--danger);
        border-radius: 0 36px 36px 0;
    }

    .content nav form.show ~ .notif[b-07kbma30m8], .content nav form.show ~ .profile[b-07kbma30m8] {
        display: none;
    }

    .content main .insights[b-07kbma30m8] {
        grid-template-columns: 1fr;
    }

    .content main .bottom-data .header[b-07kbma30m8] {
        min-width: 340px;
    }

    .content main .bottom-data .orders table[b-07kbma30m8] {
        min-width: 340px;
    }

    .content main .bottom-data .reminders .task-list[b-07kbma30m8] {
        min-width: 340px;
    }
}
/* /Components/Pages/SampleProjects/C0000_Responsivedashboard6/Index.razor.rz.scp.css */
/*@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");*/

:root[b-ilnaf7d08a] {
    --clr-primary: #171821;
    --clr-secondary: #21222d;
    --clr-light-green: #a9dfd8;
    --clr-gray-200: #e8e8e8;
    --clr-gray-300: #d2d2d2;
    --clr-gray-400: #a0a0a0;
    --clr-gray-500: #87888c;
    --clr-gray-800: #2c2d33;
    --clr-yellow-400: #fcb859;
    --clr-yellow-500: #feb95a;
    --clr-pink: #f2c8ed;
    --clr-light-blue: #20aef3;
    --clr-black: #000;
    ---clr-white: #fff;
}

*[b-ilnaf7d08a] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-ilnaf7d08a] {
    font-family: "Inter", sans-serif;
    background-color: var(--clr-primary);
    color: var(---clr-white);
    max-width: 100vw;
    overflow-x: hidden;
}

.global-container[b-ilnaf7d08a] {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
}

/* sidebar */
.sidebar[b-ilnaf7d08a] {
    position: fixed;
    background-color: var(--clr-secondary);
    z-index: 1;
    min-height: 100vh;
    padding: 1rem;
    padding-top: 5rem;
    border-right: 1px solid var(--clr-gray-800);
    transform: translateX(-100%);
    transition: transform 0.6s;
}

    .sidebar.open[b-ilnaf7d08a] {
        transform: translateX(0);
    }

@media screen and (min-width: 768px) {
    .sidebar[b-ilnaf7d08a] {
        position: revert;
        background-color: transparent;
        height: auto;
        transform: revert;
    }
}

.close-btn[b-ilnaf7d08a] {
    position: absolute;
    top: 2rem;
    right: 1rem;
    font-size: 1.5rem;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .close-btn[b-ilnaf7d08a] {
        display: none;
    }
}

.nav-links[b-ilnaf7d08a] {
    list-style: none;
    a

{
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.9375rem 1.25rem;
    color: var(--clr-gray-500);
    border-radius: 0.375rem;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    font-weight: 600;
}

a:hover[b-ilnaf7d08a] {
    background-color: #383850;
    color: var(---clr-white);
}

a.active[b-ilnaf7d08a] {
    background-color: var(--clr-light-green);
    color: var(--clr-primary);
}

span[b-ilnaf7d08a] {
    display: inline-block;
    overflow: hidden;
    text-wrap: nowrap;
    transition: width 0.8s ease;
}

}

@media screen and (min-width: 768px) {
    .nav-links span[b-ilnaf7d08a] {
        width: 0;
    }
}

@media screen and (min-width: 1280px) {
    .nav-links span[b-ilnaf7d08a] {
        width: 6rem;
    }
}

/* MAIN CONTENT */
.main-content[b-ilnaf7d08a] {
    flex-grow: 1;
}

.main-header[b-ilnaf7d08a] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 1.25rem;
}

.open-btn[b-ilnaf7d08a] {
    font-size: 1.5rem;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .open-btn[b-ilnaf7d08a] {
        display: none;
    }
}

.search-container[b-ilnaf7d08a] {
    flex-grow: 1;
    display: flex;
    gap: 1rem;
    align-items: center;
    max-width: 31.25rem;
}

.search-input[b-ilnaf7d08a] {
    background-color: var(--clr-secondary);
    color: var(--clr-gray-300);
    padding: 0.625rem;
    border-radius: 0.3125rem;
    border: none;
    flex-grow: 1;
}

.user-profile[b-ilnaf7d08a] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    svg

{
    font-size: 1.25rem;
}

img[b-ilnaf7d08a] {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
}

}

.dashboard[b-ilnaf7d08a] {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.card[b-ilnaf7d08a] {
    display: grid;
    gap: 1rem;
    header h2

{
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
}

}

@media screen and (min-width: 1024px) {
    .card[b-ilnaf7d08a] {
        grid-template-columns: 3fr 2fr;
    }
}

.card header p[b-ilnaf7d08a],
.top-products table th[b-ilnaf7d08a] {
    font-size: 0.875rem;
    color: var(--clr-gray-400);
    margin-bottom: 1rem;
}

.sales-details[b-ilnaf7d08a],
.top-products-details[b-ilnaf7d08a] {
    background-color: var(--clr-secondary);
    padding: 1rem;
    border-radius: 0.625rem;
}

    .sales-details > div[b-ilnaf7d08a] {
        display: grid;
        gap: 1rem;
    }

@media screen and (min-width: 480px) {
    .sales-details div[b-ilnaf7d08a] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 768px) {
    .sales-details div[b-ilnaf7d08a] {
        grid-template-columns: repeat(4, 1fr);
    }
}

.sales-detail[b-ilnaf7d08a] {
    background-color: var(--clr-primary);
    padding: 0.5rem;
    border-radius: 0.625rem;
    svg

{
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

h3[b-ilnaf7d08a] {
    font-size: 2rem;
    color: var(--clr-gray-200);
    margin-bottom: 0.25rem;
}

p[b-ilnaf7d08a] {
    font-size: 0.875rem;
}

span[b-ilnaf7d08a] {
    font-size: 0.74rem;
}

}

@media screen and (min-width: 1280px) {
    .sales-detail[b-ilnaf7d08a] {
        padding: 1rem;
    }
}

.sales-total span[b-ilnaf7d08a] {
    color: var(--clr-yellow-500);
}

.sales-orders span[b-ilnaf7d08a] {
    color: var(--clr-light-green);
}

.sales-products span[b-ilnaf7d08a] {
    color: var(--clr-pink);
}

.sales-customers span[b-ilnaf7d08a] {
    color: var(--clr-light-blue);
}

.chart[b-ilnaf7d08a] {
    background-color: var(--clr-secondary);
    padding: 1rem;
    border-radius: 0.625rem;
}

.level-chart header[b-ilnaf7d08a] {
    margin-bottom: 1rem;
}

.level-chart .chart-container[b-ilnaf7d08a] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.625rem;
    div

{
    position: relative;
    width: 8.5%;
    max-width: 1rem;
    height: 7.5rem;
    background-color: #2b2b36;
    border-radius: 0.25rem 0.25rem 0 0;
}

div[b-ilnaf7d08a]::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: var(--clr-light-green);
    border-radius: 0.25rem 0.25rem 0 0;
}

:nth-child(1)[b-ilnaf7d08a]::before {
    height: 50%;
}

:nth-child(2)[b-ilnaf7d08a]::before {
    height: 60%;
}

:nth-child(3)[b-ilnaf7d08a]::before {
    height: 45%;
}

:nth-child(4)[b-ilnaf7d08a]::before {
    height: 20%;
}

:nth-child(5)[b-ilnaf7d08a]::before {
    height: 45%;
}

:nth-child(6)[b-ilnaf7d08a]::before {
    height: 56%;
}

}

.level-chart .labels[b-ilnaf7d08a] {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    color: var(--clr-gray-500);
    .label

{
    display: flex;
    gap: 0.75rem;
    align-items: center;
    div

{
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #2b2b36;
}

div.active[b-ilnaf7d08a] {
    background-color: var(--clr-light-green);
}

}
}

.divider[b-ilnaf7d08a] {
    width: 1px;
    background-color: var(--clr-gray-500);
}

/* top products */
.top-product-details[b-ilnaf7d08a] {
    overflow-x: auto;
}

table[b-ilnaf7d08a] {
    width: 100%;
    border-collapse: collapse;
}

th[b-ilnaf7d08a],
td[b-ilnaf7d08a] {
    padding: 0.625rem 0;
    text-align: left;
}

th[b-ilnaf7d08a] {
    font-weight: 400;
}

tr td:nth-child(2)[b-ilnaf7d08a] {
    width: 8.75rem;
}

@media screen and (min-width: 768px) {
    tr td:nth-child(2)[b-ilnaf7d08a] {
        width: 11.25rem;
    }
}

td[b-ilnaf7d08a] {
    font-size: 0.75rem;
    border-top: 1px solid #2b2b36;
}

@media screen and (min-width: 1280px) {
    td[b-ilnaf7d08a] {
        font-size: 0.875rem;
    }
}

.range[b-ilnaf7d08a] {
    height: 0.125rem;
    background-color: #2b2b36;
    width: 80%;
}

    .range > div[b-ilnaf7d08a] {
        height: 100%;
    }

.range-1[b-ilnaf7d08a] {
    background-color: var(--clr-yellow-500);
    width: 80%;
}

.range-2[b-ilnaf7d08a] {
    background-color: var(--clr-light-green);
    width: 65%;
}

.range-3[b-ilnaf7d08a] {
    background-color: var(--clr-light-blue);
    width: 50%;
}

.range-4[b-ilnaf7d08a] {
    background-color: var(--clr-pink);
    width: 30%;
}

.sales-volume[b-ilnaf7d08a] {
    font-weight: 500;
    border-radius: 0.25rem;
    padding: 0.3125rem 0.75rem;
    border: 1px solid;
    width: max-content;
}

.sv-1[b-ilnaf7d08a] {
    color: var(--clr-yellow-500);
    border-color: var(--clr-yellow-500);
    background-color: rgba(252, 184, 89, 0.12);
}

.sv-2[b-ilnaf7d08a] {
    color: var(--clr-light-green);
    border-color: var(--clr-light-green);
    background-color: rgba(169, 223, 216, 0.12);
}

.sv-3[b-ilnaf7d08a] {
    color: var(--clr-light-blue);
    border-color: var(--clr-light-blue);
    background-color: rgba(32, 174, 243, 0.12);
}

.sv-4[b-ilnaf7d08a] {
    color: var(--clr-pink);
    border-color: var(--clr-pink);
    background-color: rgba(242, 200, 237, 0.12);
}

.fulfillment-chart[b-ilnaf7d08a] {
    font-size: 0.75rem;
    .chart-container

{
    width: 100%;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--clr-gray-500);
}

.labels[b-ilnaf7d08a] {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.label[b-ilnaf7d08a] {
    margin-bottom: 0.25rem;
    display: flex;
    gap: 0.75rem;
    align-items: center;
    color: var(--clr-gray-500);
    div

{
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #2b2b36;
}

div.last-month[b-ilnaf7d08a] {
    background-color: var(--clr-light-green);
}

div.this-month[b-ilnaf7d08a] {
    background-color: var(--clr-pink);
}

}
}

/* earnings */
@media screen and (min-width: 768px) {
    .earnings[b-ilnaf7d08a] {
        grid-template-columns: 2fr 3fr;
    }
}

.earnings-chart[b-ilnaf7d08a] {
    strong

{
    color: var(--clr-light-green);
}

.profit[b-ilnaf7d08a] {
    margin-top: 0.25rem;
    margin-bottom: 1rem;
    font-size: 0.725rem;
    color: var(--clr-gray-500);
}

.chart-container[b-ilnaf7d08a] {
    position: relative;
    width: max-content;
    margin: 0 auto;
}

.chart-wrapper[b-ilnaf7d08a] {
    position: relative;
    width: 200px;
    height: 100px;
    overflow: hidden;
    /* background-color: red; */
}

.path[b-ilnaf7d08a],
.path-fill[b-ilnaf7d08a] {
    border-radius: 50%;
    width: 200px;
    height: 200px;
}

.path[b-ilnaf7d08a] {
    background-color: #2b2b36;
}

.path-fill[b-ilnaf7d08a] {
    background-color: var(--clr-light-green);
    position: absolute;
    top: 0;
    clip: rect(100px, 200px, 200px, 0);
    transform: rotate(144deg);
}

.mask[b-ilnaf7d08a] {
    background-color: var(--clr-secondary);
    position: absolute;
    width: 140px;
    height: 140px;
    top: 30px;
    left: 30px;
    border-radius: 50%;
}

.dial-container[b-ilnaf7d08a] {
    width: 110px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: -10px;
    transform-origin: 100% 100%;
    transform: translateY(-100%) rotate(144deg);
}

.dial[b-ilnaf7d08a] {
    width: 60px;
    height: 100%;
    background-color: var(--clr-light-green);
}

span[b-ilnaf7d08a] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: 1.5rem;
    font-weight: bold;
}

@media screen and (min-width: 1280px) {
    .chart-wrapper[b-ilnaf7d08a] {
        width: 400px;
        height: 200px;
    }

    .path[b-ilnaf7d08a],
    .path-fill[b-ilnaf7d08a] {
        width: 400px;
        height: 400px;
    }

    .path-fill[b-ilnaf7d08a] {
        clip: rect(200px, 400px, 400px, 0);
    }

    .mask[b-ilnaf7d08a] {
        width: 300px;
        height: 300px;
        top: 50px;
        left: 50px;
    }

    .dial-container[b-ilnaf7d08a] {
        width: 210px;
    }

    .dial[b-ilnaf7d08a] {
        width: 70px;
    }

    span[b-ilnaf7d08a] {
        font-size: 2.5rem;
    }
}
}
/* /Components/Pages/SampleProjects/C0000_Responsivedashboard7/Index.razor.rz.scp.css */
*[b-79n3qb63jt] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

body[b-79n3qb63jt] {
    display: flex;
    background-color: #f5f5f5;
}

/* Sidebar styling */
.sidebar[b-79n3qb63jt] {
    width: 80px;
    height: 100vh;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.05);
}

.logo[b-79n3qb63jt] {
    margin-bottom: 40px;
}

.nav-icon[b-79n3qb63jt] {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 12px;
    color: #666;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.2s;
}

    .nav-icon:hover[b-79n3qb63jt] {
        background-color: #f0f0f0;
    }

    .nav-icon.active[b-79n3qb63jt] {
        background-color: #f0f0f0;
        color: #333;
    }

/* Main content styling */
.main-content[b-79n3qb63jt] {
    flex: 1;
    padding: 30px;
    overflow-y: auto;
    max-height: 100vh;
}

/* Header styling */
.header[b-79n3qb63jt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.header-left h1[b-79n3qb63jt] {
    font-size: 28px;
    margin-bottom: 5px;
    font-weight: 700;
}

.header-left p[b-79n3qb63jt] {
    color: #666;
}

.header-right[b-79n3qb63jt] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.search-icon[b-79n3qb63jt],
.notification-icon[b-79n3qb63jt] {
    font-size: 22px;
    color: #333;
    cursor: pointer;
}

.avatar[b-79n3qb63jt] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e0e0e0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .avatar img[b-79n3qb63jt] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Dashboard grid layout */
.dashboard-grid[b-79n3qb63jt] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 20px;
}

/* Card styling */
.card[b-79n3qb63jt] {
    background-color: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.balance-card[b-79n3qb63jt] {
    background-color: #f26d21;
    color: white;
}

.income-card[b-79n3qb63jt] {
    background-color: #333;
    color: white;
}

.card-title[b-79n3qb63jt] {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}

.card-amount[b-79n3qb63jt] {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.percentage-badge[b-79n3qb63jt] {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
}

.positive[b-79n3qb63jt] {
    background-color: rgba(255, 255, 255, 0.2);
}

.negative[b-79n3qb63jt] {
    background-color: rgba(0, 0, 0, 0.2);
}

.card-subtitle[b-79n3qb63jt] {
    font-size: 14px;
    opacity: 0.8;
}

.card-chart[b-79n3qb63jt] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 60px;
    opacity: 0.5;
}

/* Sales overview styling */
.sales-overview[b-79n3qb63jt] {
    grid-column: span 3;
    padding-bottom: 40px;
}

.overview-header[b-79n3qb63jt] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.overview-title h2[b-79n3qb63jt] {
    font-size: 20px;
    margin-bottom: 5px;
}

.overview-title p[b-79n3qb63jt] {
    color: #666;
    font-size: 14px;
}

.overview-legend[b-79n3qb63jt] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.legend-item[b-79n3qb63jt] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.legend-dot[b-79n3qb63jt] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.revenue-dot[b-79n3qb63jt] {
    background-color: #f26d21;
}

.transactions-dot[b-79n3qb63jt] {
    background-color: #333;
}

.chart-container[b-79n3qb63jt] {
    width: 100%;
    height: 300px;
    position: relative;
}

.chart-y-axis[b-79n3qb63jt] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 15px;
}

    .chart-y-axis span[b-79n3qb63jt] {
        color: #999;
        font-size: 12px;
    }

.chart-x-axis[b-79n3qb63jt] {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    padding-left: 60px;
}

    .chart-x-axis span[b-79n3qb63jt] {
        color: #999;
        font-size: 12px;
    }

.chart-graph[b-79n3qb63jt] {
    margin-left: 60px;
    height: 100%;
    width: calc(100% - 60px);
    position: relative;
    border-bottom: 1px solid #eee;
}

.chart-line[b-79n3qb63jt] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.revenue-line[b-79n3qb63jt] {
    stroke: #f26d21;
    stroke-width: 2;
    fill: none;
}

.transactions-line[b-79n3qb63jt] {
    stroke: #333;
    stroke-width: 2;
    fill: none;
}

.month-highlight[b-79n3qb63jt] {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.03);
    width: 8.33%;
    height: 100%;
    left: 50%;
    pointer-events: none;
}

/* Bottom row styling */
.schedule-card[b-79n3qb63jt],
.email-activity-card[b-79n3qb63jt] {
    height: 260px;
}

.schedule-card[b-79n3qb63jt] {
    grid-column: span 2;
}

.schedule-title[b-79n3qb63jt] {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.schedule-event[b-79n3qb63jt] {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.schedule-date[b-79n3qb63jt] {
    color: #666;
    margin-bottom: 15px;
}

.schedule-time[b-79n3qb63jt] {
    font-size: 42px;
    font-weight: 700;
    color: #f26d21;
    margin-bottom: 20px;
}

.attendees[b-79n3qb63jt] {
    display: flex;
    align-items: center;
}

.attendee[b-79n3qb63jt] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #e0e0e0;
    border: 2px solid white;
    margin-left: -10px;
    overflow: hidden;
}

    .attendee img[b-79n3qb63jt] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .attendee:first-child[b-79n3qb63jt] {
        margin-left: 0;
    }

.attendee-info[b-79n3qb63jt] {
    margin-left: 15px;
    font-size: 14px;
}

/* Email activity styling */
.email-activity-card[b-79n3qb63jt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.activity-gauge[b-79n3qb63jt] {
    width: 150px;
    height: 150px;
    position: relative;
    margin-bottom: 15px;
}

.gauge-background[b-79n3qb63jt] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #eee;
}

.gauge-progress[b-79n3qb63jt] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gauge-center[b-79n3qb63jt] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.gauge-number[b-79n3qb63jt] {
    font-size: 28px;
    font-weight: 700;
}

.gauge-label[b-79n3qb63jt] {
    font-size: 14px;
    color: #666;
}
/* /Components/Pages/SampleProjects/C0000_Responsivedashboard8/Index.razor.rz.scp.css */
/*@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");*/

*[b-vvnn5sp29r] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", "Inter", system-ui, sans-serif;
}

body[b-vvnn5sp29r] {
    background-color: #f0f5ff;
    color: #1a2542;
    display: flex;
    min-height: 100vh;
}

/* Header Bar */
.header-bar[b-vvnn5sp29r] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    z-index: 100;
}

.brand-container[b-vvnn5sp29r] {
    display: flex;
    align-items: center;
}

.brand-logo[b-vvnn5sp29r] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background-color: #4169e1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 18px;
    margin-right: 12px;
}

.brand-name[b-vvnn5sp29r] {
    font-weight: 600;
    font-size: 18px;
    background: linear-gradient(90deg, #4169e1, #9370db);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.header-actions[b-vvnn5sp29r] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.search-bar[b-vvnn5sp29r] {
    background-color: #f6f8ff;
    border-radius: 20px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    width: 250px;
}

    .search-bar input[b-vvnn5sp29r] {
        background: none;
        border: none;
        outline: none;
        font-size: 14px;
        width: 100%;
        color: #1a2542;
    }

.user-profile[b-vvnn5sp29r] {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.user-avatar[b-vvnn5sp29r] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background-color: #f6f8ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4169e1;
    font-weight: bold;
}

/* Sidebar Styles */
.sidebar[b-vvnn5sp29r] {
    width: 100px;
    background-color: #ffffff;
    padding: 90px 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 50;
}

.nav-item[b-vvnn5sp29r] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 16px;
    margin-bottom: 10px;
    color: #8a94a6;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
}

    .nav-item:hover[b-vvnn5sp29r] {
        background-color: #f0f5ff;
        color: #4169e1;
    }

    .nav-item.active[b-vvnn5sp29r] {
        background-color: #4169e1;
        color: white;
    }

.nav-icon[b-vvnn5sp29r] {
    font-size: 24px;
    margin-bottom: 5px;
}

.nav-label[b-vvnn5sp29r] {
    font-size: 10px;
    text-align: center;
}

.nav-item .badge[b-vvnn5sp29r] {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ff6b6b;
    color: white;
    font-size: 10px;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Main Content Styles */
.main-content[b-vvnn5sp29r] {
    flex: 1;
    padding: 90px 30px 30px 130px;
}

.dashboard-header[b-vvnn5sp29r] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.dashboard-title[b-vvnn5sp29r] {
    font-size: 28px;
    font-weight: 700;
    background: linear-gradient(90deg, #1a2542, #4169e1);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.dashboard-subtitle[b-vvnn5sp29r] {
    font-size: 15px;
    color: #8a94a6;
    margin-top: 5px;
}

.date-filter[b-vvnn5sp29r] {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 10px 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.filter-button[b-vvnn5sp29r] {
    display: flex;
    align-items: center;
    background-color: #4169e1;
    color: white;
    border-radius: 12px;
    padding: 10px 20px;
    margin-left: 15px;
    box-shadow: 0 2px 10px rgba(65, 105, 225, 0.3);
    cursor: pointer;
}

/* Dashboard Sections Layout */
.dashboard-grid[b-vvnn5sp29r] {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}

/* Quick Stats */
.quick-stats[b-vvnn5sp29r] {
    grid-column: span 12;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.stat-card[b-vvnn5sp29r] {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

    .stat-card:hover[b-vvnn5sp29r] {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

    .stat-card[b-vvnn5sp29r]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: linear-gradient(90deg, #4169e1, #9370db);
    }

.stat-icon[b-vvnn5sp29r] {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 15px;
}

.blue-gradient[b-vvnn5sp29r] {
    background: linear-gradient(135deg, #4169e1, #1e88e5);
    color: white;
}

.purple-gradient[b-vvnn5sp29r] {
    background: linear-gradient(135deg, #9370db, #7b1fa2);
    color: white;
}

.green-gradient[b-vvnn5sp29r] {
    background: linear-gradient(135deg, #43a047, #00796b);
    color: white;
}

.orange-gradient[b-vvnn5sp29r] {
    background: linear-gradient(135deg, #ff9800, #f57c00);
    color: white;
}

.stat-title[b-vvnn5sp29r] {
    font-size: 15px;
    font-weight: 500;
    color: #8a94a6;
    margin-bottom: 10px;
}

.stat-value[b-vvnn5sp29r] {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.stat-badge[b-vvnn5sp29r] {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}

.badge-blue[b-vvnn5sp29r] {
    background-color: rgba(65, 105, 225, 0.1);
    color: #4169e1;
}

.badge-green[b-vvnn5sp29r] {
    background-color: rgba(67, 160, 71, 0.1);
    color: #43a047;
}

.badge-purple[b-vvnn5sp29r] {
    background-color: rgba(147, 112, 219, 0.1);
    color: #9370db;
}

.badge-orange[b-vvnn5sp29r] {
    background-color: rgba(255, 152, 0, 0.1);
    color: #ff9800;
}

/* Charts Section */
.revenue-chart-container[b-vvnn5sp29r] {
    grid-column: span 7;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.chart-header[b-vvnn5sp29r] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.chart-title[b-vvnn5sp29r] {
    font-size: 18px;
    font-weight: 600;
}

.period-tabs[b-vvnn5sp29r] {
    display: flex;
    gap: 10px;
}

.period-tab[b-vvnn5sp29r] {
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
}

    .period-tab.active[b-vvnn5sp29r] {
        background-color: #4169e1;
        color: white;
    }

/* Circular Revenue Chart */
.revenue-chart[b-vvnn5sp29r] {
    height: 300px;
    position: relative;
}

.circular-chart[b-vvnn5sp29r] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.donut-chart[b-vvnn5sp29r] {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: conic-gradient( #4169e1 0% 25%, #9370db 25% 55%, #43a047 55% 75%, #ff9800 75% 100% );
    position: relative;
}

.donut-hole[b-vvnn5sp29r] {
    position: absolute;
    width: 120px;
    height: 120px;
    background-color: white;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.donut-total[b-vvnn5sp29r] {
    font-size: 24px;
    font-weight: 700;
}

.donut-label[b-vvnn5sp29r] {
    font-size: 14px;
    color: #8a94a6;
}

.chart-legend[b-vvnn5sp29r] {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}

.legend-item[b-vvnn5sp29r] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.legend-color[b-vvnn5sp29r] {
    width: 12px;
    height: 12px;
    border-radius: 4px;
}

/* Performance Section */
.performance-container[b-vvnn5sp29r] {
    grid-column: span 5;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.goal-progress[b-vvnn5sp29r] {
    margin-top: 20px;
}

.goal-item[b-vvnn5sp29r] {
    margin-bottom: 20px;
}

.goal-header[b-vvnn5sp29r] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.goal-title[b-vvnn5sp29r] {
    font-size: 15px;
    font-weight: 500;
}

.goal-value[b-vvnn5sp29r] {
    font-size: 15px;
    font-weight: 600;
}

.progress-bar[b-vvnn5sp29r] {
    height: 8px;
    background-color: #f0f5ff;
    border-radius: 4px;
    overflow: hidden;
}

.progress[b-vvnn5sp29r] {
    height: 100%;
    border-radius: 4px;
}

.progress-blue[b-vvnn5sp29r] {
    background: linear-gradient(90deg, #4169e1, #1e88e5);
}

.progress-purple[b-vvnn5sp29r] {
    background: linear-gradient(90deg, #9370db, #7b1fa2);
}

.progress-green[b-vvnn5sp29r] {
    background: linear-gradient(90deg, #43a047, #00796b);
}
/* /Components/Pages/SampleProjects/C0000_Responsivedashboard9/Index.razor.rz.scp.css */
:root[b-bw7vtg646w] {
    --primary: #3a0ca3;
    --primary-light: #4361ee;
    --secondary: #7209b7;
    --success: #4cc9f0;
    --danger: #f72585;
    --warning: #f8961e;
    --info: #4895ef;
    --dark: #1a1a2e;
    --light: #f8f9fa;
    --border: #e9ecef;
    --text: #2d3748;
    --text-light: #718096;
    --shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --radius: 10px;
    --radius-sm: 6px;
    --sidebar-width: 260px;
    --header-height: 70px;
    --transition: all 0.3s ease;
}

*[b-bw7vtg646w] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body[b-bw7vtg646w] {
    background-color: #f5f7fb;
    color: var(--text);
    overflow-x: hidden;
}

/* Custom Scrollbar */
[b-bw7vtg646w]::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

[b-bw7vtg646w]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

[b-bw7vtg646w]::-webkit-scrollbar-thumb {
    background: var(--primary-light);
    border-radius: 10px;
}

    [b-bw7vtg646w]::-webkit-scrollbar-thumb:hover {
        background: var(--primary);
    }

/* Layout */
.container[b-bw7vtg646w] {
    display: grid;
    grid-template-columns: var(--sidebar-width) 1fr;
    grid-template-rows: var(--header-height) 1fr;
    min-height: 100vh;
}

/* Sidebar */
.sidebar[b-bw7vtg646w] {
    grid-row: 1 / 3;
    background: linear-gradient(180deg, var(--dark) 0%, #16213e 100%);
    color: white;
    overflow-y: auto;
    transition: var(--transition);
    box-shadow: var(--shadow);
    z-index: 1000;
    position: relative;
}

    .sidebar[b-bw7vtg646w]::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 1px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), transparent);
    }

.logo[b-bw7vtg646w] {
    padding: 24px 20px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 10px;
}

    .logo h1[b-bw7vtg646w] {
        font-size: 26px;
        font-weight: 700;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        letter-spacing: 0.5px;
    }

    .logo span[b-bw7vtg646w] {
        color: var(--primary-light);
        background: linear-gradient(45deg, var(--primary-light), var(--success));
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-left: 4px;
    }

.nav-menu[b-bw7vtg646w] {
    padding: 10px 0;
}

.menu-heading[b-bw7vtg646w] {
    padding: 16px 25px 8px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}

.nav-item[b-bw7vtg646w] {
    padding: 12px 25px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: var(--transition);
    border-left: 4px solid transparent;
    margin: 4px 0;
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    position: relative;
    overflow: hidden;
}

    .nav-item[b-bw7vtg646w]::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.2), transparent );
        transition: var(--transition);
    }

    .nav-item:hover[b-bw7vtg646w]::after {
        width: 100%;
    }

    .nav-item:hover[b-bw7vtg646w],
    .nav-item.active[b-bw7vtg646w] {
        background-color: rgba(255, 255, 255, 0.07);
        border-left-color: var(--primary-light);
    }

    .nav-item.active[b-bw7vtg646w] {
        background: linear-gradient(90deg, rgba(67, 97, 238, 0.2), transparent);
        font-weight: 500;
    }

    .nav-item i[b-bw7vtg646w] {
        width: 24px;
        margin-right: 12px;
        font-size: 18px;
        text-align: center;
        transition: var(--transition);
    }

    .nav-item:hover i[b-bw7vtg646w] {
        transform: translateY(-2px);
    }

/* Header */
.header[b-bw7vtg646w] {
    grid-column: 2;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    box-shadow: var(--shadow-sm);
    z-index: 100;
    position: sticky;
    top: 0;
}

.search-bar[b-bw7vtg646w] {
    display: flex;
    align-items: center;
    background-color: var(--light);
    border-radius: 50px;
    padding: 8px 18px;
    flex: 0 0 420px;
    transition: var(--transition);
    border: 1px solid transparent;
}

    .search-bar:focus-within[b-bw7vtg646w] {
        box-shadow: 0 0 0 2px rgba(67, 97, 238, 0.1);
        border-color: rgba(67, 97, 238, 0.3);
    }

    .search-bar input[b-bw7vtg646w] {
        border: none;
        background: transparent;
        outline: none;
        width: 100%;
        padding: 6px 10px;
        color: var(--text);
        font-size: 14px;
    }

    .search-bar i[b-bw7vtg646w] {
        color: var(--text-light);
        font-size: 16px;
    }

.header-actions[b-bw7vtg646w] {
    display: flex;
    align-items: center;
}

.notification[b-bw7vtg646w] {
    position: relative;
    margin: 0 15px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: var(--transition);
}

    .notification:hover[b-bw7vtg646w] {
        background-color: rgba(67, 97, 238, 0.1);
    }

    .notification i[b-bw7vtg646w] {
        font-size: 18px;
        color: var(--text-light);
        transition: var(--transition);
    }

    .notification:hover i[b-bw7vtg646w] {
        color: var(--primary);
        transform: translateY(-2px);
    }

    .notification .badge[b-bw7vtg646w] {
        position: absolute;
        top: 3px;
        right: 3px;
        background-color: var(--danger);
        color: white;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        font-size: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 3px 6px rgba(247, 37, 133, 0.2);
        border: 2px solid white;
        font-weight: 600;
    }

.user-profile[b-bw7vtg646w] {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 6px 10px;
    border-radius: var(--radius);
    transition: var(--transition);
    margin-left: 10px;
}

    .user-profile:hover[b-bw7vtg646w] {
        background-color: rgba(67, 97, 238, 0.05);
    }

.profile-img[b-bw7vtg646w] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--secondary), var(--primary));
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    margin-right: 12px;
    box-shadow: 0 3px 8px rgba(67, 97, 238, 0.2);
    font-size: 16px;
}

.user-info[b-bw7vtg646w] {
    display: flex;
    flex-direction: column;
}

.user-name[b-bw7vtg646w] {
    font-weight: 600;
    font-size: 14px;
}

.user-role[b-bw7vtg646w] {
    font-size: 12px;
    color: var(--text-light);
}

/* Main Content */
.main-content[b-bw7vtg646w] {
    grid-column: 2;
    padding: 25px 30px;
    overflow-y: auto;
}

.page-title[b-bw7vtg646w] {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    animation: fadeIn-b-bw7vtg646w 0.5s ease;
}

.title[b-bw7vtg646w] {
    font-size: 28px;
    font-weight: 700;
    color: var(--dark);
    position: relative;
    padding-bottom: 10px;
}

    .title[b-bw7vtg646w]::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 40px;
        height: 3px;
        background: linear-gradient(90deg, var(--primary), var(--primary-light));
        border-radius: 10px;
    }

.action-buttons .btn[b-bw7vtg646w] {
    margin-left: 12px;
}

/* Dashboard Cards */
.stats-cards[b-bw7vtg646w] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
    margin-bottom: 30px;
    animation: fadeInUp-b-bw7vtg646w 0.6s ease;
}

.stat-card[b-bw7vtg646w] {
    background-color: white;
    border-radius: var(--radius);
    padding: 28px;
    box-shadow: var(--shadow-sm);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

    .stat-card[b-bw7vtg646w]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 6px;
        height: 100%;
        opacity: 0.8;
        transition: var(--transition);
    }

    .stat-card:nth-child(1)[b-bw7vtg646w]::before {
        background: linear-gradient(to bottom, var(--primary), var(--primary-light));
    }

    .stat-card:nth-child(2)[b-bw7vtg646w]::before {
        background: linear-gradient(to bottom, var(--info), var(--success));
    }

    .stat-card:nth-child(3)[b-bw7vtg646w]::before {
        background: linear-gradient(to bottom, var(--success), #36d399);
    }

    .stat-card:nth-child(4)[b-bw7vtg646w]::before {
        background: linear-gradient(to bottom, var(--warning), #ffbd59);
    }

    .stat-card:hover[b-bw7vtg646w] {
        transform: translateY(-7px);
        box-shadow: var(--shadow);
    }

.card-header[b-bw7vtg646w] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 18px;
}

.card-icon[b-bw7vtg646w] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
}

.stat-card:hover .card-icon[b-bw7vtg646w] {
    transform: scale(1.1);
}

.card-icon.purple[b-bw7vtg646w] {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
}

.card-icon.blue[b-bw7vtg646w] {
    background: linear-gradient(135deg, var(--info), #4cc9f0);
}

.card-icon.green[b-bw7vtg646w] {
    background: linear-gradient(135deg, var(--success), #36d399);
}

.card-icon.orange[b-bw7vtg646w] {
    background: linear-gradient(135deg, var(--warning), #ffbd59);
}

.card-value[b-bw7vtg646w] {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 6px;
    transition: var(--transition);
}

.stat-card:hover .card-value[b-bw7vtg646w] {
    color: var(--primary);
}

.card-label[b-bw7vtg646w] {
    color: var(--text-light);
    font-size: 15px;
    font-weight: 500;
}

.card-change[b-bw7vtg646w] {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 8px 0 0;
    font-weight: 500;
}

    .card-change i[b-bw7vtg646w] {
        margin-right: 6px;
        font-size: 16px;
    }

    .card-change.positive[b-bw7vtg646w] {
        color: var(--success);
    }

    .card-change.negative[b-bw7vtg646w] {
        color: var(--danger);
    }

/* Data Table */
.table-card[b-bw7vtg646w] {
    background-color: white;
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    margin-bottom: 25px;
    animation: fadeInUp-b-bw7vtg646w 0.7s ease;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.card-title[b-bw7vtg646w] {
    padding: 24px;
    border-bottom: 1px solid var(--border);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(248, 249, 250, 0.5);
}

    .card-title h3[b-bw7vtg646w] {
        font-size: 19px;
        font-weight: 600;
        display: flex;
        align-items: center;
    }

        .card-title h3 i[b-bw7vtg646w] {
            margin-right: 10px;
            color: var(--primary);
        }

.data-table[b-bw7vtg646w] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

    .data-table th[b-bw7vtg646w],
    .data-table td[b-bw7vtg646w] {
        padding: 16px 24px;
        text-align: left;
    }

    .data-table th[b-bw7vtg646w] {
        font-weight: 600;
        color: var(--text);
        background-color: #f8f9fa;
        position: sticky;
        top: 0;
        box-shadow: 0 1px 0 0 var(--border);
    }

        .data-table th:first-child[b-bw7vtg646w] {
            border-top-left-radius: 8px;
        }

        .data-table th:last-child[b-bw7vtg646w] {
            border-top-right-radius: 8px;
        }

    .data-table td[b-bw7vtg646w] {
        border-bottom: 1px solid var(--border);
    }

    .data-table tr:last-child td[b-bw7vtg646w] {
        border-bottom: none;
    }

    .data-table tbody tr[b-bw7vtg646w] {
        transition: var(--transition);
    }

        .data-table tbody tr:hover[b-bw7vtg646w] {
            background-color: rgba(67, 97, 238, 0.03);
            transform: translateY(-1px);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
        }

.status[b-bw7vtg646w] {
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

    .status i[b-bw7vtg646w] {
        margin-right: 6px;
        font-size: 12px;
    }

    .status.active[b-bw7vtg646w] {
        background-color: rgba(76, 201, 240, 0.15);
        color: #0891b2;
        border: 1px solid rgba(76, 201, 240, 0.3);
    }

    .status.pending[b-bw7vtg646w] {
        background-color: rgba(248, 150, 30, 0.15);
        color: #d97706;
        border: 1px solid rgba(248, 150, 30, 0.3);
    }

    .status.cancelled[b-bw7vtg646w] {
        background-color: rgba(247, 37, 133, 0.15);
        color: #db2777;
        border: 1px solid rgba(247, 37, 133, 0.3);
    }

/* Buttons */
.btn[b-bw7vtg646w] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: var(--radius);
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    border: none;
    outline: none;
    font-size: 14px;
    letter-spacing: 0.3px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

    .btn[b-bw7vtg646w]::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: -100%;
        background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.2), transparent );
        transition: 0.5s;
    }

    .btn:hover[b-bw7vtg646w]::after {
        left: 100%;
    }

    .btn i[b-bw7vtg646w] {
        margin-right: 8px;
        font-size: 16px;
        transition: var(--transition);
    }

    .btn:hover i[b-bw7vtg646w] {
        transform: translateX(2px);
    }

.btn-primary[b-bw7vtg646w] {
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: white;
}

    .btn-primary:hover[b-bw7vtg646w] {
        background: linear-gradient(135deg, var(--secondary), var(--primary));
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(58, 12, 163, 0.2);
    }

.btn-outline[b-bw7vtg646w] {
    border: 2px solid var(--primary-light);
    color: var(--primary);
    background-color: transparent;
}

    .btn-outline:hover[b-bw7vtg646w] {
        background-color: var(--primary);
        color: white;
        border-color: var(--primary);
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(58, 12, 163, 0.2);
    }

.btn-sm[b-bw7vtg646w] {
    padding: 7px 14px;
    font-size: 13px;
    border-radius: var(--radius-sm);
}

/* Animations */
@keyframes fadeIn-b-bw7vtg646w {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInUp-b-bw7vtg646w {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Media Queries */
@media (max-width: 1200px) {
    .stats-cards[b-bw7vtg646w] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .container[b-bw7vtg646w] {
        grid-template-columns: 0 1fr;
    }

    .sidebar[b-bw7vtg646w] {
        transform: translateX(-100%);
        position: fixed;
        height: 100vh;
        z-index: 1001;
    }

        .sidebar.active[b-bw7vtg646w] {
            transform: translateX(0);
            box-shadow: var(--shadow-lg);
        }

    .header[b-bw7vtg646w] {
        padding: 0 20px;
    }

    .main-content[b-bw7vtg646w] {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .search-bar[b-bw7vtg646w] {
        display: none;
    }

    .stats-cards[b-bw7vtg646w] {
        grid-template-columns: 1fr;
    }

    .user-role[b-bw7vtg646w] {
        display: none;
    }

    .data-table th[b-bw7vtg646w],
    .data-table td[b-bw7vtg646w] {
        padding: 15px;
    }

    .title[b-bw7vtg646w] {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .header-actions[b-bw7vtg646w] {
        margin-left: auto;
    }

    .notification[b-bw7vtg646w] {
        margin: 0 8px;
    }

    .user-info[b-bw7vtg646w] {
        display: none;
    }

    .profile-img[b-bw7vtg646w] {
        margin-right: 0;
    }

    .action-buttons[b-bw7vtg646w] {
        display: flex;
        flex-direction: column;
    }

        .action-buttons .btn[b-bw7vtg646w] {
            margin: 5px 0;
        }
}

.fas[b-bw7vtg646w] {
    font-size: 18px;
}
/* /Components/Pages/SampleProjects/C0000_Review/Index.razor.rz.scp.css */
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');*/

*[b-zzwqtthpo5] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

:root[b-zzwqtthpo5] {
    --yellow: #FFBD13;
    --blue: #4383FF;
    --blue-d-1: #3278FF;
    --light: #F5F5F5;
    --grey: #AAA;
    --white: #FFF;
    --shadow: 8px 8px 30px rgba(0,0,0,.05);
}

body[b-zzwqtthpo5] {
    background: var(--light);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 1rem;
}






.wrapper[b-zzwqtthpo5] {
    background: var(--white);
    padding: 2rem;
    max-width: 576px;
    width: 100%;
    border-radius: .75rem;
    box-shadow: var(--shadow);
    text-align: center;
}

    .wrapper h3[b-zzwqtthpo5] {
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 1rem;
    }

.rating[b-zzwqtthpo5] {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: .5rem;
    font-size: 2rem;
    color: var(--yellow);
    margin-bottom: 2rem;
}

    .rating .star[b-zzwqtthpo5] {
        cursor: pointer;
    }

        .rating .star.active[b-zzwqtthpo5] {
            opacity: 0;
            animation: animate-b-zzwqtthpo5 .5s calc(var(--i) * .1s) ease-in-out forwards;
        }

@keyframes animate-b-zzwqtthpo5 {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}


.rating .star:hover[b-zzwqtthpo5] {
    transform: scale(1.1);
}

textarea[b-zzwqtthpo5] {
    width: 100%;
    background: var(--light);
    padding: 1rem;
    border-radius: .5rem;
    border: none;
    outline: none;
    resize: none;
    margin-bottom: .5rem;
}

.btn-group[b-zzwqtthpo5] {
    display: flex;
    grid-gap: .5rem;
    align-items: center;
}

    .btn-group .btn[b-zzwqtthpo5] {
        padding: .75rem 1rem;
        border-radius: .5rem;
        border: none;
        outline: none;
        cursor: pointer;
        font-size: .875rem;
        font-weight: 500;
    }

        .btn-group .btn.submit[b-zzwqtthpo5] {
            background: var(--blue);
            color: var(--white);
        }

            .btn-group .btn.submit:hover[b-zzwqtthpo5] {
                background: var(--blue-d-1);
            }

        .btn-group .btn.cancel[b-zzwqtthpo5] {
            background: var(--white);
            color: var(--blue);
        }

            .btn-group .btn.cancel:hover[b-zzwqtthpo5] {
                background: var(--light);
            }
/* /Components/Pages/SampleProjects/C0000_Scrollnavigationbar1/Index.razor.rz.scp.css */

:root[b-56ylkd1bh2] {
    --frist-color: #2e2e41;
    --second-color: #5b85ff;
    --third-color: #434354;
    --text-color: #fff;
    --box-shadow: 0 5px 25px rgb(2, 2, 2, 0.1);
    --text-shadow: 0 5px 25px rgb(2, 2, 2, 0.1);
}

*[b-56ylkd1bh2] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

body[b-56ylkd1bh2] {
    background: var(--frist-color);
}

section[b-56ylkd1bh2] {
    position: relative;
    margin: 0 80px;
    transition: 0.5 ease;
}

.main-container[b-56ylkd1bh2] {
    position: relative;
}

.tab-nav-bar[b-56ylkd1bh2] {
    position: relative;
    margin: 65px 10px 40px 10px;
}

.tab-navigation[b-56ylkd1bh2] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: fit-content;
    margin: 0 auto;
}

.tab-menu[b-56ylkd1bh2] {
    color: var(--text-color);
    list-style: none;
    background: var(--third-color);
    max-width: 800px;
    padding: 10px;
    white-space: nowrap;
    border-bottom: 1px solid var(--third-color);
    border-radius: 50px;
    box-shadow: var(--box-shadow);
    overflow-x: auto;
    user-select: none;
    scroll-behavior: smooth;
}

    .tab-menu.dragging[b-56ylkd1bh2] {
        scroll-behavior: unset;
        cursor: grab;
    }

    .tab-menu[b-56ylkd1bh2]::-webkit-scrollbar {
        display: none;
    }

.tab-btn[b-56ylkd1bh2] {
    color: var(--text-color);
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    margin: 0 2px;
    padding: 10px 20px;
    border-radius: 30px;
    cursor: pointer;
    user-select: none;
    transition: 0.3s ease;
}

.tab-menu.dragging .tab-btn[b-56ylkd1bh2] {
    pointer-events: none;
}

.tab-btn:hover[b-56ylkd1bh2] {
    background: var(--frist-color);
}

.tab-btn.active[b-56ylkd1bh2] {
    background: var(--second-color);
}

.left-btn[b-56ylkd1bh2], .right-btn[b-56ylkd1bh2] {
    position: absolute;
    color: var(--text-color);
    font-size: 1.8em;
    padding: 10px;
    cursor: pointer;
}

.left-btn[b-56ylkd1bh2] {
    left: 0;
    background: linear-gradient(to left, transparent, var(--frist-color) 80%);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    display: none;
}

.right-btn[b-56ylkd1bh2] {
    right: 0;
    background: linear-gradient(to right, transparent, var(--frist-color) 80%);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
/* /Components/Pages/SampleProjects/C0000_Signinsignup1/Index.razor.rz.scp.css */
*[b-5q4ezsdi5q] {
    box-sizing: border-box;
}

body[b-5q4ezsdi5q] {
    background-color: #f6f5f7;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: sans-serif;
    height: 100vh;
    margin: -20px 0 50px;
}

h1[b-5q4ezsdi5q] {
    font-weight: bold;
    margin: 0;
}

h2[b-5q4ezsdi5q] {
    text-align: center;
}

p[b-5q4ezsdi5q] {
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 20px 0 30px;
}

span[b-5q4ezsdi5q] {
    font-size: 12px;
}

a[b-5q4ezsdi5q] {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    margin: 15px 0;
}

button[b-5q4ezsdi5q] {
    border-radius: 20px;
    border: 1px solid #3f5efb;
    background-color: #3f5efb;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in-out, background-color 1s ease-in-out, border 1s ease-in-out;
}

    button:active[b-5q4ezsdi5q] {
        transform: scale(0.95);
    }

    button:focus[b-5q4ezsdi5q] {
        outline: none;
    }

.container.right-panel-active button[b-5q4ezsdi5q] {
    border: 1px solid #fc466b;
    background-color: #fc466b;
}

button.ghost[b-5q4ezsdi5q] {
    background-color: transparent;
    border-color: #fff;
}

.container.right-panel-active button.ghost[b-5q4ezsdi5q] {
    background-color: transparent;
    border-color: #fff;
}

form[b-5q4ezsdi5q] {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    text-align: center;
}

input[b-5q4ezsdi5q] {
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    padding: 8px 0;
    width: 100%;
}

.container[b-5q4ezsdi5q] {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25) 0 10px 10px rgba(0, 0, 0, 0.22);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: 480px;
}

.form-container[b-5q4ezsdi5q] {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.sign-in-container[b-5q4ezsdi5q] {
    left: 0;
    width: 50%;
    z-index: 2;
}

.container.right-panel-active .sign-in-container[b-5q4ezsdi5q] {
    transform: translate(100%);
}

.sign-up-container[b-5q4ezsdi5q] {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
}

.container.right-panel-active .sign-up-container[b-5q4ezsdi5q] {
    transform: translate(100%);
    opacity: 1;
    z-index: 5;
    animation: show-b-5q4ezsdi5q 0.6s;
}

@keyframes show-b-5q4ezsdi5q {
    0%, 49.99% {
        opacity: 0;
        z-index: 1;
    }

    50%, 100% {
        opacity: 1;
        z-index: 5;
    }
}

.overlay-container[b-5q4ezsdi5q] {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
}

.container.right-panel-active .overlay-container[b-5q4ezsdi5q] {
    transform: translate(-100%);
}

.overlay[b-5q4ezsdi5q] {
    background-color: #3f5efb;
    background: -webkit-linear-gradient(90deg, #fc466b 0%, #3f5efb 100%);
    background: linear-gradient(90deg, #fc466b 0%, #3f5efb 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #fff;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.container.right-panel-active .overlay[b-5q4ezsdi5q] {
    transform: translateX(50%);
}

.overlay-panel[b-5q4ezsdi5q] {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.overlay-left[b-5q4ezsdi5q] {
    transform: translateX(-20%);
}

.container.right-panel-active .overlay-left[b-5q4ezsdi5q] {
    transform: translateX(0);
}

.overlay-right[b-5q4ezsdi5q] {
    right: 0;
    transform: translateX(0);
}

.container.right-panel-active .overlay-right[b-5q4ezsdi5q] {
    transform: translateX(20%);
}

.social-container[b-5q4ezsdi5q] {
    margin: 20px 0;
}

    .social-container a[b-5q4ezsdi5q] {
        border: 1px solid #dddddd;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 0 5px;
        height: 40px;
        width: 40px;
    }
/* /Components/Pages/SampleProjects/C0000_Signinsignup2/Index.razor.rz.scp.css */
*[b-7ds9yn4jli] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-7ds9yn4jli] {
    background: #fdfdfd;
    font-family: sans-serif;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-form[b-7ds9yn4jli] {
    position: relative;
    padding: 3.2em;
    width: calc(100% - 20px);
    max-width: 320px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.05);
    display: grid;
    gap: 30px;
}

    .login-form[b-7ds9yn4jli]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, #5f91d7, #3d98ff);
        z-index: -1;
        border-radius: 15px;
        transform: rotate(-5.5deg);
    }

    .login-form h2[b-7ds9yn4jli] {
        font-size: 20px;
    }

    .login-form form[b-7ds9yn4jli] {
        display: grid;
        gap: 15px;
    }

        .login-form form label[b-7ds9yn4jli] {
            display: block;
            font-size: 13px;
            color: #111;
            margin-bottom: 5px;
        }

        .login-form form input[b-7ds9yn4jli] {
            width: 100%;
            padding: 5px;
            border: 1px solid #888;
            border-radius: 5px;
        }

        .login-form form button[b-7ds9yn4jli] {
            padding: 8px 15px;
            margin-top: 5px;
            background: #5f91d7;
            color: #fff;
            border: none;
            outline: none;
            cursor: pointer;
            font-size: 15px;
            border-radius: 5px;
        }

    .login-form .sign-with-social button[b-7ds9yn4jli] {
        width: 100%;
        border: 1px solid #bbb;
        padding: 8px;
        border-radius: 5px;
        background: #fff;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }
/* /Components/Pages/SampleProjects/C0000_Tabsalider1/Index.razor.rz.scp.css */
body[b-wpxbf7zcn7] {
    background-color: #202936;
    margin: 0;
    color: #eee;
    font-family: system-ui;
}

.container[b-wpxbf7zcn7] {
    width: 1000px;
    max-width: 100%;
    margin: auto;
}

.nav-tabs[b-wpxbf7zcn7] {
    position: relative;
    background-image: linear-gradient( to bottom right, #25AEB8, #0DDB9F);
    padding: 0;
    margin: 50px 0 0;
    list-style: none;
    display: flex;
    max-width: fit-content;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    z-index: 1;
    overflow: hidden;
}

    .nav-tabs .nav-item[b-wpxbf7zcn7] {
        font-weight: bold;
        font-size: 20px;
        width: 80px;
        padding: 20px;
        text-align: center;
        border-right: 1px solid #1d868d;
        cursor: pointer;
        transition: 0.5s;
    }

        .nav-tabs .nav-item:nth-last-child(1)[b-wpxbf7zcn7] {
            border-right: none;
        }

        .nav-tabs .nav-item.active[b-wpxbf7zcn7] {
            color: #555;
        }

    .nav-tabs .bg-active[b-wpxbf7zcn7] {
        position: absolute;
        left: 0;
        width: 80px;
        padding: 20px;
        background-color: #eee;
        height: 100%;
        z-index: -1;
        transition: 0.5s;
    }

.content-tabs[b-wpxbf7zcn7] {
    border-radius: 10px;
    border-top-left-radius: 0;
    min-height: 300px;
    background-color: #eee;
    color: #333;
    padding: 30px;
    text-align: justify;
}

    .content-tabs .tab[b-wpxbf7zcn7] {
        display: none;
    }

        .content-tabs .tab.active[b-wpxbf7zcn7] {
            display: block;
            animation: showcontent-b-wpxbf7zcn7 0.5s ease-in-out 1;
        }

@keyframes showcontent-b-wpxbf7zcn7 {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Pages/SampleProjects/TestTodoItem/TestTodoItem.razor.rz.scp.css */
.item-completed[b-ramy9dsbrr] {
    text-decoration: line-through;
}
/* /Components/Pages/Shared/F/C0004TblCompany/CompanyExpiryDateByUserNameComponent.razor.rz.scp.css */
table[b-z7lmqkf12d] {
    background-color: lightcoral;
    color: black;
}
/* /Components/Pages/Shared/F/C0004TblCompany/CompanyInfoByUserNameHeaderComponent1.razor.rz.scp.css */
body[b-9bbyv4y4sp] {
}
/* /Components/Pages/Shared/F/C0022TblUserAccess/FavouriteComponent.razor.rz.scp.css */
button[b-nir1syp5dn]{
    border:none;
    background-color:transparent;
}
/* /Components/Pages/Shared/F/C1020TblAttachment/ListComponent.razor.rz.scp.css */
h1[b-6424pwjj08] {
    width:96%;
    margin-left:auto;
    margin-right:auto;
    padding:20px;
    text-align: center;
    border-radius: 2px;
    background-color: #eee;
    color: black;
    filter: drop-shadow(5px 5px 5px rgb(0 0 0 0.15));
}
h1 span[b-6424pwjj08]{
    border-radius:50%;
    border:10px dashed #eee;
}
/* /Components/Pages/Stock/F/C4001TblProduct/BarcodeGenerator.razor.rz.scp.css */
.barcode-wrapper[b-f9u6u29bld] {
    display: flex;
    justify-content: center;
    padding: 1rem;
    background-color: lightgray;
}

.barcode-container[b-f9u6u29bld] {
    width: 250px;
    overflow-x: hidden;
    background-color: lightgray;
}

.barcode-svg[b-f9u6u29bld] {
    width: 100%;
    height: auto;
    background-color: lightgray;
}
/* /Components/Pages/Stock/F/C4001TblProduct/BarcodeGeneratorPrint.razor.rz.scp.css */
table[b-tk93gb73h9] {
    width:100%;
    margin-top:10px;
    margin-left:10px;
    text-align:center;
}
/* /Components/Pages/Stock/F/C4001TblProduct/HighDensityQrGenerator.razor.rz.scp.css */
.qr-wrapper[b-vs7rkp3lmg] {
    display: flex;
    justify-content: center;
    background-color: #f0f0f0;
    padding: 1rem;
    border-radius: 8px;
}

.qr-canvas[b-vs7rkp3lmg] {
    width: 200px;
    height: 200px;
}
/* /Components/Pages/Stock/F/C4001TblProduct/HighDensityQrGeneratorPrint.razor.rz.scp.css */
table[b-8z2im1r9jy] {
    width: 100%;
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;
}
/* /Components/Pages/Stock/F/C4001TblProduct/ListActive.razor.rz.scp.css */
#myInput[b-14v7u03jur] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    font-size: 16px;
    transition: all 0.3s ease;
}

    #myInput:focus[b-14v7u03jur] {
        border-color: #555;
        outline: none;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }
/* /Components/Pages/Stock/F/C4001TblProduct/ListNotActive.razor.rz.scp.css */
#myInput[b-ke9nr3lju7] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    font-size: 16px;
    transition: all 0.3s ease;
}

    #myInput:focus[b-ke9nr3lju7] {
        border-color: #555;
        outline: none;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }
/* /Components/Slider/Slider.razor.rz.scp.css */
.grid-container[b-h73twh8sva] {
    background-image: url('bg.jpg');
    background-size: cover;
    padding: 20px;
    width: 100%;
    min-height: 100vh;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.grid-item[b-h73twh8sva] {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .grid-item:hover[b-h73twh8sva] {
        transform: translateY(-5px);
        box-shadow: 0 12px 25px rgba(0,0,0,0.4);
    }

.preview-img[b-h73twh8sva] {
    max-height: 90%;
    max-width: 90%;
    cursor: pointer;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

    .preview-img:hover[b-h73twh8sva] {
        transform: scale(1.05);
    }

.file-thumbnail[b-h73twh8sva] {
    font-size: 1.1rem;
    color: white;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    background: #4a4a4a;
    cursor: pointer;
    width: 80%;
    transition: background 0.3s ease;
}

    .file-thumbnail.pdf[b-h73twh8sva] {
        background-color: #c62828;
    }

    .file-thumbnail.word[b-h73twh8sva] {
        background-color: #1565c0;
    }

    .file-thumbnail.generic[b-h73twh8sva] {
        background-color: #424242;
    }

    .file-thumbnail:hover[b-h73twh8sva] {
        background-color: #333;
        transform: scale(1.05);
    }

.modal-overlay[b-h73twh8sva] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    animation: fadeIn-b-h73twh8sva 0.3s ease-out;
}

.modal-content[b-h73twh8sva] {
    background: #1e1e1e;
    padding: 20px;
    border-radius: 10px;
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 8px 24px rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .modal-content img[b-h73twh8sva],
    .modal-content iframe[b-h73twh8sva] {
        max-width: 100%;
        max-height: 80vh;
        border-radius: 10px;
        margin-bottom: 15px;
    }

.close-btn[b-h73twh8sva] {
    padding: 10px 20px;
    font-size: 1rem;
    border: none;
    background: #f44336;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease;
}

    .close-btn:hover[b-h73twh8sva] {
        background: #d32f2f;
    }

@keyframes fadeIn-b-h73twh8sva {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
