* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: helvetica;
  }

  body,
  html {
    width: 100%;
  }
  #HomePage{
   overflow-x: hidden;
    width: 100%;
  }
  :root {
    --background_Body: #fff;
    --color_Title_bold: rgba(53, 57, 69, 1);
    --color_subTitle_Light: rgba(111, 118, 135, 1);
    --color_icon_sildeBar: rgba(111, 118, 135, 1);

  }

  @font-face {
    font-family: helvetica;
    src: url(../font/helvetica-light-587ebe5a59211.ttf);
  }

  @font-face {
    font-family: HelveticaBold;
    src: url(../font/Helvetica-Bold.ttf);
  }

  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 280px;
    background: rgba(255, 255, 255, 1);
    z-index: 100;
    border-right: 2px solid rgba(230, 232, 236, 1);
    transition: all 0.5s ease;
    padding: 15px 0px;

  }
  .CustomeSildeBar{
    width: 300px;
  }
  .sidebar.close {
    width: 78px;

  }


  .sidebar .logo-details {
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .logo-details-admin{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
  }
  .sidebar.close  .logo-details-admin img{
    display: none;
  }
  .sidebar.close  .logo-details-admin i{
    text-align: center !important;
  }
  .logo-details-admin img{
    height: 40px;
    width: 160px;
  }
  .logo-details-admin i{
    font-size: 24px;
    cursor: pointer;
    color: #6F7687;
  }
  .box-search-header{
    margin: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px !important;
    border-radius: 8px;
    border: 1px solid #E6E8EC;
    background:  #FFF;
    height: 45px;
  /* Shadow/xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  }
  .box-search-header span{
    color: rgba(177, 181, 195, 1) !important;
    font-size: 22px;
  }
  .box-search-header input{
    border: none;
    outline: none;
    width: 60%;
    height: 40px;
  }
  .box-search-header .box-iamge-search{
    height: 30px;
    width: 60px;
    background: #E6E8EC;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

  }
  .box-search-header .box-iamge-search img{
    width: 35px;
    height: 20px;
  }
  .sidebar .logo-details {
    padding: 15px;
    cursor: pointer;
  }

  .sidebar .logo-details img {
    width: 40px;
    height: 40px;
    border-radius: 8px;
  }

  .content-logo {
    padding: 0px 12px !important;
  }

  .content-logo h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.05000000074505806px;
    color: var(--color_Title_bold);

    height: 1em; /* تحديد ارتفاع العنوان لعرض سطرين */
    line-height: 1em; /* تحديد ارتفاع الخط */
    overflow: hidden; /* الكلمات التي تتجاوز ارتفاع النص يتم قصها */
    text-overflow: ellipsis; /* إظهار النقاط إذا تم قص النص */
    display: -webkit-box; /* إظهار المحتوى بشكل صندوق من النص */
    -webkit-line-clamp: 1; /* تحديد عدد الأسطر المطلوبة */
    -webkit-box-orient: vertical; /* إظهار المحتوى عموديًا */
    width: 100% !important;

  }

  .content-logo h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;

    color: var(--color_subTitle_Light);
    margin-top: -4px;
    height: 1em;
    line-height: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 100% !important;
  }

  .sidebar.close .content-logo {
    transition-delay: 0s;
    opacity: 0;
    pointer-events: none;
    text-align: center !important;
  }

  .sidebar .nav-links {
    height: 100%;
    padding: 0px 0 300px 0;
    height: 800px;
    overflow: hidden ;
    overflow-y: auto;

  }
  .sidebar .nav-links::-webkit-scrollbar {
    width: 4px;
    background: transparent;
    border-radius: 5px;
  }

  .sidebar .nav-links::-webkit-scrollbar-thumb {
    background: rgb(194, 210, 241);
    border-radius: 5px;
  }

  .sidebar.close .nav-links {
    overflow: visible;
  }
  .sidebar.close .num-notfo{
    display: none;
  }

  .sidebar.close .box-search-header input{
    display: none;
  }
  .sidebar.close .box-search-header .box-iamge-search{
    display: none;
  }

  .sidebar .nav-links li {
    position: relative;
    list-style: none;
    transition: all 0.4s ease;

  }
  .sidebar .nav-links li  a{
    display: flex;
    align-items: center;
  }
  .sidebar .nav-links li:hover {
    background: rgba(244, 245, 246, 1);
  }

  .sidebar .nav-links li .iocn-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .sidebar.close .nav-links li .iocn-link {
    display: block
  }

  .sidebar .nav-links li i {
    height: 50px;
    min-width: 78px;
    text-align: center;
    line-height: 50px;
    color: var(--color_icon_sildeBar);
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .sidebar .nav-links li svg{
    height: 50px;
    width:18px !important;
    height: 18px !important;
    text-align: center;


  }

  .sidebar .customeNameLinkAdmin li i{
   line-height: 55px !important;
  }
  /* .sidebar .nav-links li img {
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 24px;
    margin: 0px 25px;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
  } */
  .sidebar .nav-links li.showMenu i.arrow {
    transform: rotate(-180deg);
  }

  .sidebar.close .nav-links i.arrow {
    display: none;
  }

  .custome-flex-request {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .custome-flex-request .num-notfo {
    margin: 0px 10px;
    width: 28px;
    height: 24px;
    padding: 2px 10px 2px 10px;
    border-radius: 16px;
    gap: 2px;
    background: rgba(240, 245, 255, 1);
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: -0.05000000074505806px;
    text-align: center;
    color: rgba(84, 72, 207, 1);
  }

  .sidebar .nav-links li a {
    display: flex;
    align-items: center;

    text-decoration: none;
  }

  .sidebar .nav-links li a .link_name {
    color: var(--color_Title_bold);
    transition: all 0.4s ease;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.05000000074505806px;
    margin-top: 5px;
  }

  .sidebar.close .nav-links li a .link_name {
    opacity: 0;
    pointer-events: none;
  }
  .sidebar.close  .nav-links li .sub-menu{
    background: #111 !important;
  }
  .sidebar.close  .nav-links li .sub-menu a{
    color: #fff;
  }
  .sidebar.close  .nav-links li .sub-menu li{
    background: #111 !important;
  }
  .sidebar.close  .nav-links li .sub-menu  a:hover{
    background: #111 !important;
    color: #fff !important;
  }
  .sidebar .nav-links li .sub-menu {
    padding: 6px 6px 14px 80px;
    margin-top: -10px;

    display: none;
  }

  .sidebar .nav-links li.showMenu .sub-menu {
    display: block;

  }

  .sidebar .nav-links li .sub-menu a {
    color: var(--color_Title_bold);
    font-size: 15px;
    padding: 10px 0;
    white-space: nowrap;

    transition: all 0.3s ease;

  }

  .sidebar .nav-links li .sub-menu a:hover {
    color: rgba(84, 72, 207, 1) !important;
  }

  .sidebar.close .nav-links li .sub-menu {
    position: absolute;
    left: 100%;
    top: -10px;
    margin-top: 0;
    padding: 10px 20px;
    border-radius: 0 6px 6px 0;
    opacity: 0;
    display: block;
    pointer-events: none;
    transition: 0s;

  }

  .sidebar.close .nav-links li:hover .sub-menu {
    top: 0;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;

  }

  .sidebar .nav-links li .sub-menu .link_name {
    display: none;
  }

  .sidebar.close .nav-links li .sub-menu .link_name {
    font-size: 18px;
    opacity: 1;
    display: block;
  }

  .sidebar .nav-links li .sub-menu.blank {
    opacity: 1;
    pointer-events: auto;
    padding: 3px 20px 6px 16px;
    opacity: 0;
    background: #111 !important;
    pointer-events: none;
  }
  .sidebar .nav-links li .sub-menu.blank a{
    color: #fff !important;
  }
  .sidebar .nav-links li:hover .sub-menu.blank {
    top: 50%;
    transform: translateY(-50%);
  }

  .sidebar .profile-details {
    position: fixed;
    bottom: 0;
    width: 260px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1d1b31;
    padding: 12px 0;
    transition: all 0.5s ease;
  }

  .sidebar.close .profile-details {
    background: none;
  }

  .sidebar.close .profile-details {
    width: 78px;
  }

  .sidebar .profile-details .profile-content {
    display: flex;
    align-items: center;
  }

  .sidebar .profile-details img {
    height: 52px;
    width: 52px;
    object-fit: cover;
    border-radius: 16px;
    margin: 0 14px 0 12px;
    background: #1d1b31;
    transition: all 0.5s ease;
  }

  .sidebar.close .profile-details img {
    padding: 10px;
  }

  .sidebar .profile-details .profile_name,
  .sidebar .profile-details .job {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
  }

  .sidebar.close .profile-details i,
  .sidebar.close .profile-details .profile_name,
  .sidebar.close .profile-details .job {
    display: none;
  }

  .sidebar .profile-details .job {
    font-size: 12px;
  }

  .home-section {
    position: relative;
    background: #f7fafc;
    min-height: 100vh !important;
    left: 280px;
    width: calc(100% - 280px);
    transition: all 0.5s ease;
  }

  .sidebar.close~.home-section {
    left: 78px;
    width: calc(100% - 78px);
  }

  /* Start Page One */
  .flex-head-top {
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
      linear-gradient(0deg, #E6E8EC, #E6E8EC);
    border-bottom: 1px solid rgba(230, 232, 236, 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
  }

  .part-left-content-header {
    display: flex;
    align-items: center;
  }

 .bgIconMnue {
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
      linear-gradient(0deg, #F4F5F6, #F4F5F6);
    border: 1px solid rgba(244, 245, 246, 1);
    box-shadow: 0px 6px 12px 0px rgba(20, 37, 63, 0.1);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
    transform: rotate(180deg);
    font-size: 26px;
    color: rgba(53, 57, 69, 1);
  }

  .part-left-content-header .link-page-step {
    display: flex;
    align-items: center;
    margin: 0px 20px;
  }

  .part-left-content-header .link-page-step span {
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0px 3px;
    color: rgba(111, 118, 135, 1);
    cursor: pointer;
  }

  .part-left-content-header .link-page-step .activePage {

    font-weight: bold !important;
    color: #23262F;
  }

  .part-right-content-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

  }

  .notofication-card {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid rgba(230, 232, 236, 1);
    position: relative;
    display: flex;
    padding: 5px 10px;
    align-items: center;

  }
  .customecolor{
    width: 45px;
    height: 45px;
    border-radius: 8px;
    background: #EAECEF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    cursor: pointer;
  }
  .customecolor .num-notfication{
    display: flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    border-radius: 16px;
    border: 1px solid  #FFF;
    background:  #E73F3F;
    position: absolute;
    top: 4px;
    right: 3px;
    color: #fff;
    font-weight: bold;
  }
  .notofication-card i {
    color: rgba(111, 118, 135, 1);
    font-size: 22px;
    cursor: pointer;
  }

  .notofication-card .num-notfication {
    position: absolute;
    top: 3px;
    right: 8px;

    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgba(231, 63, 63, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 10px;
  }

  .card-Languages .select-country {
    min-width: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 15px;
    cursor: pointer;
    border-right: 2px solid #E6E8EC;
    padding-right: 10px;
    text-decoration: none;
    color: #353945 !important;
  }
  .card-Languages .select-country  span{
    margin: 0px 5px;
  }

  .card-profile-head {
    width: 220px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 15px;
    cursor: pointer;
    border-radius: 24px;
    border: 1px solid #E6E8EC;
    background: #FCFCFD;
    padding: 8px 12px;

  }

  .card-profile-head img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
  }

  .card-profile-head span {
    color: #141416;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-right: 2px solid #E6E8EC;
    padding-right: 10px;
    padding-left: 10px;
  }

  .card-profile-head i {
    font-size: 22px;
  }

  .card-Languages .select-country img {
    width: 16px;
    height: 16px;
  }

  .card-Languages i {
    font-size: 22px;
  }

  .customeDropDown_Mnue .dropdown-menu {
    background: #fff;
    min-width: 250px !important;
    top: 20px !important;
    padding: 0px !important;
    border-radius: none !important;
    max-height: 150px;
    overflow: hidden;
    overflow-y: scroll;
  }

  .customeDropDown_Mnue .dropdown-menu::-webkit-scrollbar {
    width: 4px;
    background: transparent;
    border-radius: 5px;
  }

  .customeDropDown_Mnue .dropdown-menu::-webkit-scrollbar-thumb {
    background: #04b360;
    border-radius: 5px;
  }

  .customeDropDown_Mnue .dropdown-menu a {
    text-decoration: none !important;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 15px;
  }

  .customeDropDown_Mnue .dropdown-menu a:hover {
    background: #E6E8EC;
  }

  .activeLanguahPage {
    background: #E6E8EC;
  }

  .customeDropDown_Mnue .dropdown-menu a img {
    width: 25px;
    height: 25px;
  }

  .customeDropDown_Mnue .dropdown-menu a span {
    margin: 0px 12px;
    color: #353945;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
  }

  .Add-Product {
    padding: 25px;
  }

  .title-head {

    font-family: HelveticaBold;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: -0.03em;

  }

  .form-add-product{
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
    width: 100%;
    padding: 30px;
    box-shadow: 0px 0px 1px 0px rgba(12, 26, 75, 0.24);
    margin: 15px 0px;
    border-radius: 12px;
  }

  /* /---------- Custome Mnue */
  .all-input-failds {
    width: 100%;
    margin: 12px 0px;
  }
  .all-input-failds-phone{
    width: 100%;
    margin: 12px 0px;
  }
  .all-input-failds-color label{
    color: #353945;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .all-input-select{
    width: 100%;
    margin: 12px 0px;
  }
  .all-input-failds-phone label{
    color: #353945;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .all-input-failds-phone .box-phone-number{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0px 16px;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
      linear-gradient(0deg, #E6E8EC, #E6E8EC);
    border: 1px solid rgba(230, 232, 236, 1);
    outline: none;
    height: 45px;
    border-radius: 8px;
    color:  #6F7687 !important;
     font-weight: 400;
     font-size: 14px;
    margin: 7px 0px;
    box-shadow: 0px 3px 4px -5px rgba(24, 24, 28, 0.03);
  }
  .all-input-failds-phone .box-phone-number .falg-info{
    width: 30%;
    display: flex;
    align-items: center;
    border-right: 2px solid #E6E8EC;
  }
  .falg-info img{
    width: 25px;
    height: 25px;
    border-radius: 5px;
  }
  .falg-info span{
    color:  #353945;

    /* Text sm/Regular */
    font-family: Helvetica;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    margin: 0px 5px;
  }
  .art-input-falg{
    width: 68%;
  }
  .box-phone-number input{
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    background: transparent;
  }
  .all-input-failds label{
    color: #353945;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;

  }
  .all-input-failds input {
    display: block;
    width: 100%;
    padding: 0px 16px;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
      linear-gradient(0deg, #E6E8EC, #E6E8EC);
    border: 1px solid rgba(230, 232, 236, 1);
    outline: none;
    height: 45px;
    border-radius: 8px;
    color:  #6F7687 !important;
     font-weight: 400;
     font-size: 14px;
    margin: 7px 0px;
    box-shadow: 0px 3px 4px -5px rgba(24, 24, 28, 0.03);

  }
  .all-input-failds select{
    display: block;
    width: 100%;
    padding: 0px 16px;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
      linear-gradient(0deg, #E6E8EC, #E6E8EC);
    border: 1px solid rgba(230, 232, 236, 1);
    outline: none;
    height: 45px;
    border-radius: 8px;
    color:  #6F7687 !important;
    /* margin: 7px 0px; */
    box-shadow: 0px 3px 4px -5px rgba(24, 24, 28, 0.03);
    appearance: none;
    cursor: pointer;
    background-image: url(../img/Frame.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    font-size: 16px !important;
    background-position: 95% 12px !important;
  }
  .all-input-failds .box-search-and-filter{
    width: 95%;
    margin: 15px auto;
  }
  .custome-icon-new-staff{
    background-position: 95% 8px !important;
  }
  .all-input-failds select option{
    font-size: 14px !important;
  }
  .customeArrowSelect select{
    background-position: 600px 8px !important;
  }
  .all-input-failds select::-ms-expand{
    display: none;
  }
  .all-input-failds label {
    color: rgba(53, 57, 69, 1);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .select-box {
    display: flex;
    width: 100%;
    flex-direction: column;
  }

  .select-box .options-container {
    border-radius: 8px;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
      linear-gradient(0deg, #E6E8EC, #E6E8EC);
    border: 1px solid rgba(230, 232, 236, 1);
    max-height: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.4s;
    border-radius: 8px;
    overflow: hidden;
    width: 100% !important;
    order: 1;
  }

  .all-input-failds-auth-select {
    margin: 15px 0px;
  }

  .all-input-failds-auth-select label {
    color: #233132;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .selected {
    display: block;
    width: 100%;
    height: 45px;
    outline: none;
    padding: 0px 16px;
    border-radius: 8px;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
      linear-gradient(0deg, #E6E8EC, #E6E8EC);
    border: 1px solid rgba(230, 232, 236, 1);
    margin: 7px 0px;
    position: relative;
    order: 0;
    color: #6F7687;
    font-size: 15px;
  }

  .selected::after {
    content: "";
    background: url("../img/Frame.svg");
    background-size: contain;
    background-repeat: no-repeat;

    position: absolute;
    height: 100%;
    width: 20px;
    right: 10px;
    top: 10px;

    transition: all 0.4s;
  }

  .select-box .options-container.active {
    max-height: 240px;
    opacity: 1;
    overflow-y: scroll;

  }

  .select-box .options-container.active+.selected::after {
    transform: rotateX(180deg);
    top: -6px;
  }

  .select-box .options-container::-webkit-scrollbar {
    width: 4px;
    background: transparent;
    border-radius: 5px;
  }

  .select-box .options-container::-webkit-scrollbar-thumb {
    background: #eee;
    border-radius: 5px;
  }

  .select-box .option,
  .selected {
    padding: 12px 24px;
    cursor: pointer;
  }

  .select-box .option:hover {
    background: #f7fafc;
  }

  .select-box label {
    cursor: pointer;
    font-size: 15px !important;
    font-weight: 500 !important;
  }

  .select-box .option .radio {
    display: none;
  }

  .customeMarginTop {
    margin-top: -8px !important;
  }

  .all-input-failds a {
    color: var(--color_subTitle_Light);
    text-decoration: none;
    font-size: 14px;
  }


  .toggle-switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 30px;
    cursor: pointer;
  }

  .toggle-switch input[type="checkbox"] {
    display: none;
  }

  .toggle-switch-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(230, 232, 236, 1);
    border-radius: 20px;

    transition: background-color 0.3s ease-in-out;
  }

  .toggle-switch-handle {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
  }

  .toggle-switch::before {
    content: "";
    position: absolute;
    top: -25px;
    right: -35px;
    font-size: 12px;
    font-weight: bold;
    color: #aaa;
    text-shadow: 1px 1px #fff;
    transition: color 0.3s ease-in-out;
  }

  .toggle-switch input[type="checkbox"]:checked+.toggle-switch-handle {
    transform: translateX(45px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 0 0 3px #05c46b;
  }

  .toggle-switch input[type="checkbox"]:checked+.toggle-switch-background {
    background-color: #05c46b;
    box-shadow: inset 0 0 0 2px #04b360;
  }

  .toggle-switch input[type="checkbox"]:checked+.toggle-switch:before {
    content: "On";
    color: #05c46b;
    right: -15px;
  }

  .toggle-switch input[type="checkbox"]:checked+.toggle-switch-background .toggle-switch-handle {
    transform: translateX(40px);
  }

  .tst-switch {

    font-family: Helvetica;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 6px 0px;
    display: block;
  }

  .line-all-from {
    background: #E6E8EC;
    width: 100%;
    height: 2px;
    margin: 15px 0px;
    border-radius: 25px;
  }

  .info-title {

    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 133.333% */
    margin: 12px 0px;

  }

  .box-upload-img {
    cursor: pointer;
    display: flex;
    height: 45px;
    padding: 0px 8px 0px 10px;
    align-items: center;
    gap: 8px;
    margin: 7px 0px;
    border-radius: 8px;
    border: 1px dashed var(--neutrals-6, #E6E8EC);
    background: var(--base-white, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(24, 24, 28, 0.04), 0px 3px 4px -5px rgba(24, 24, 28, 0.03);
  }

  .all-box-upload-image {
    margin: 12px 0px;
  }

  .all-box-upload-image label {
    color: #233132;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .box-upload-img i {
    color: rgba(111, 118, 135, 1);
    font-size: 24px;
  }

  .box-upload-img span {
    color: #5D55F0;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
  }

  .card-bg-product {
    display: flex !important;
    padding: 5px 8px;
    align-items: center;

    border-radius: 16px;
    border: 0px solid #E6E8EC;
    background: #F4F5F6;
    width: 100px;
    height: 35px;
    margin-top: -7px;
  }

  .bg-color {
    width: 12px;
    height: 12px;

    border-radius: 50%;
  }

  .tst-name-color {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;

    color: rgba(52, 64, 84, 1);
    margin: 0px 10px;
  }

  .table-add-product {
    width: 100%;
    background: #f8fafb !important;
    border-radius: 12px;
  }

  .box-upload-img p {
    color: #353945;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin-top: 17px;
    cursor: pointer;
  }

  .table-add-product thead tr th {
    padding: 15px;
  }

  .table-add-product thead tr {
    height: 50px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #eee;
  }

  .table-add-product tbody tr {


    border-bottom: 1px solid #eee;
  }

  .table-add-product tbody tr td {
    padding: 15px;
    color: #353945;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
  }

  .table-add-product tbody tr td:last-child {
    border: none !important;
  }

  .inputNum {
    width: 120px;
    height: 35px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #E6E8EC;

    outline: none;
    padding: 0px 12px;
  }

  .bg-sku {
    background: #F4F5F6;
    padding: 5px;
    width: 160px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    color: #6F7687;
    font-weight: 600;
    font-family: 'Tajawal', sans-serif !important;

  }

  .cl-checkbox {
    position: relative;
    display: inline-block;
  }

  /* Input */
  .cl-checkbox>input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    left: -10px;
    top: -8px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: none;
    outline: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.2s;
  }

  /* Span */
  .cl-checkbox>span {
    display: inline-block;
    width: 100%;
    cursor: pointer;
  }

  /* Box */
  .cl-checkbox>span::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    margin: 3px 11px 3px 1px;
    border: solid 2px;
    /* Safari */
    border-color: var(--color_subTitle_Light);
    border-radius: 5px;
    width: 18px;
    height: 18px;
    vertical-align: top;
    transition: border-color 0.2s, background-color 0.2s;
  }

  /* Checkmark */
  .cl-checkbox>span::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 2px;
    width: 10px;
    height: 5px;
    border: solid 2px transparent;
    border-right: none;
    border-top: none;
    transform: translate(3px, 4px) rotate(-45deg);
    text-align: center !important;
  }

  /* Checked, Indeterminate */
  .cl-checkbox>input:checked,
  .cl-checkbox>input:indeterminate {
    background-color: #5D55F0;
  }

  .cl-checkbox>input:checked+span::before,
  .cl-checkbox>input:indeterminate+span::before {
    border-color: #5D55F0;
    background-color: #5D55F0;
  }

  .cl-checkbox>input:checked+span::after,
  .cl-checkbox>input:indeterminate+span::after {
    border-color: #fff;
  }

  .cl-checkbox>input:indeterminate+span::after {
    border-left: none;
    transform: translate(4px, 3px);
  }

  /* Hover, Focus */
  .cl-checkbox:hover>input {
    opacity: 0.04;
  }

  .cl-checkbox>input:focus {
    opacity: 0.12;
  }

  .cl-checkbox:hover>input:focus {
    opacity: 0.16;
  }

  /* Active */
  .cl-checkbox>input:active {
    opacity: 1;
    transform: scale(0);
    transition: transform 0s, opacity 0s;
  }

  .cl-checkbox>input:active+span::before {
    border-color: #85b8b7;
  }

  .cl-checkbox>input:checked:active+span::before {
    border-color: transparent;
    background-color: rgba(0, 0, 0, 0.6);
  }

  /* Disabled */
  .cl-checkbox>input:disabled {
    opacity: 0;
  }

  .cl-checkbox>input:disabled+span {
    color: rgba(0, 0, 0, 0.38);
    cursor: initial;
  }

  .cl-checkbox>input:disabled+span::before {
    border-color: currentColor;
  }

  .cl-checkbox>input:checked:disabled+span::before,
  .cl-checkbox>input:indeterminate:disabled+span::before {
    border-color: transparent;
    background-color: currentColor;
  }

  .all-but-form {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 20px 0px;
  }

  .all-but-form button {
    border: none;
    outline: none;
    border-radius: 8px;
    border: 1px solid var(--primery-indigo-600, #5D55F0);
    background: var(--primery-indigo-600, #5D55F0);
    height: 45px;
    padding: 10px 14px;
    /* Tag */
    color: #fff;
    font-size: 16px;
    position: relative;
    z-index: 1;
  }

  .all-but-form button:before {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: #817ddd;
    z-index: -1;
    border-radius: 8px;
  }

  .all-but-form button:hover,
  .all-but-form button:focus {
    color: white;
  }

  .all-but-form button:hover:before,
  .all-but-form button:focus:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
  }

  .all-but-form button:active {
    transform: scale(0.9);
  }

  .card-Languages .selected {
    border: none !important;
    outline: none !important;
  }
  #imageFileUpload{
    display: none;
    width: 100%;
    /* height: 300px; */

  }
  .addClassImage{
    display: block !important;
  }
  #fileImage_Thumb{
    display: none;
    width: 139px;
    height: 100px;
  }
  .close-mnue-mobile{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
    margin: 0px 20px;
  }
  .close-mnue-mobile span{
    color: #f00;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
    linear-gradient(0deg, #F4F5F6, #F4F5F6);
    border: 1px solid rgba(244, 245, 246, 1);
    box-shadow: 0px 6px 12px 0px rgba(20, 37, 63, 0.1);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
    transform: rotate(180deg);
    font-size: 26px;
    display: none;
  }
  .mnueMobile-showSlideBar{
    display: none !important;
  }
  /* -- Store Logo */
  .sec-store-logo{
    padding: 25px;
  }
  .flex-title-store-logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .flex-title-store-logo h4{
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #141416;
  }
  .flex-title-store-logo h6{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
    color: #353945;
  }
  .flex-title-store-logo a{
    border: none;
    outline: none;
    text-decoration: none;
    width:104px;
    height:40px;
    padding: 10px 14px 10px 14px;
    border-radius: 8px;
    background: rgba(93, 85, 240, 1);
    box-shadow: 0px 2px 2px 0px rgba(20, 20, 22, 0.05);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #fff !important;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;

  }
  .flex-title-store-logo a span{
    color: #fff;
    margin: 0px 5px;
  }
  .card-view-image-logo{
    width: 40%;
    margin: 20px auto;
    background: rgba(255, 255, 255, 1);
    padding: 20px;
    box-shadow: 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
    border-radius: 8px;
    position: relative;
    padding-bottom: 100px ;
  }
  .customeNo-padding{
    padding-bottom: 20px !important ;
  }
  .card-view-image-logo .image-big-logo{
    width: 100%;
    height: 200px;
    border-radius: 8px;
    object-fit: cover;
  }
  .img-samll{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
  }
  .img-samll img{
   width: 90%;
   height: 90%;
   border-radius: 8px;
   object-fit: cover;
  }
  .add-image-logo-big{
    position: relative;
  }
  .image-result{
    width: 100%;
    height: 180px;
    position: relative;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    display: none;
  }

  .boxToggleClass{
    display: none !important;

  }
  .image-result img{
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius:8px;


  }

  .image-result span{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    font-size: 16px;
    display: none;
    transition: all 0.2s ease-in-out;
  }
  .image-result:hover span{
    display: block !important;
  }
  .box-add-image-upload{
    width: 100%;
    min-height: 180px;
    position: relative;
    background: rgba(252, 252, 253, 1);
    border: 1px solid rgba(230, 232, 236, 1);
    border-radius: 8px;
    padding:32px, 24px, 32px, 24px ;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
      padding: 10px;
  }
  .view-image-with-upload{
    width: 100% !important;
    position: relative;
  }
  .view-image-with-upload img{
    width: 100%;
    height: 120px;
    position: relative;
    background-size: cover;
    display: none;
    object-fit: cover;
  }
  .imgResultClass{
    display: block !important;
  }
  .view-image-with-upload span{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    font-size: 16px;
    display: none;
    transition: all 0.2s ease-in-out;
  }
  .view-image-with-upload:hover span{
    display: block;
  }
  .image-small{
    width: 100%;
    height: 50px !important;
  }
  .imageAddClass{
    display: block !important;
    width: 100%;
    height: 180px;
    position: relative;
    cursor: pointer;
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    z-index: 1000;
    overflow: hidden;
  }
  .box-add-image-upload i{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(244, 245, 246, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: rgba(53, 57, 69, 1);
  }
  .box-add-image-upload h6{
    width: 100%;
    margin: 10px auto;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;

  }
  .box-add-image-upload span{
    font-weight: 700;
    color: rgba(93, 85, 240, 1);
  }
  .box-add-image-upload-small{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -80px;
    width: 120px;
    min-height: 100px;
    background: rgba(252, 252, 253, 1);
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    border:1px solid rgba(230, 232, 236, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
  }

  .image-resut-small{
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -80px;
    width: 120px;
    height: 100px;
    background: rgba(252, 252, 253, 1);
    border-radius: 8px;
    z-index: 1800 !important;
    padding: 10px;
    border:1px solid rgba(230, 232, 236, 1);
  }

  .image-resut-small img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }
  .image-resut-small span{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    font-size: 16px;
    display: none;
    transition: all 0.2s ease-in-out;
  }
  .image-resut-small:hover span{
    display: block;
  }
  .box-add-image-upload-small i{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(244, 245, 246, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: rgba(53, 57, 69, 1);
  }
  .box-add-image-upload-small h6{
    margin-top: 10px;
    font-weight: 700;
    color: rgba(93, 85, 240, 1);
  }
  .line-card-add-image{
   margin-top: 150px;
    width: 100%;
    height: 2px;
    border-radius: 25px;
    background: rgba(230, 232, 236, 1);
  }
  .add-image-logo-small{
    position: relative;
  }
  .flex-but-add-logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0px;
  }
  .flex-but-add-logo button{
    border: none;
    outline: none;
    width: 48%;
    height: 45px;
    border-radius: 8px;
    font-size: 16px;
  }
  .flex-but-add-logo .but-canacl{
    background: transparent !important;
    border: 1px solid rgba(230, 232, 236, 1) !important;
    color: rgba(53, 57, 69, 1) !important;
    font-weight: 700;
  }
  .flex-but-add-logo .but-save{
    background-color: rgba(93, 85, 240, 1);
    color: #fff;
    font-weight: 700;

  }
  .card-policy{
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
    padding: 15px;
    border-radius: 8px;
    margin: 20px 0px;


  }
  .card-policy ol li{
    padding: 7px 0px;
    font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  }
  .card-policy ol li span{
    font-weight: 700 !important;

  }
  .card-policy p{
    line-height: 27px;
  }
  /* --- Text Editor */
  .containers {

    width: 60%;

    overflow: hidden;
    margin: 20px auto;
  }
  .toolbar {
    padding: 16px;
      border-radius: 8px;
    border: 1px solid  #E6E8EC;
    background:  #FFF;
  }
  .toolbar .head {
    display: flex;
    grid-gap: 10px;
    margin-bottom: 16px;
    flex-wrap: wrap;
  }
  .toolbar .head > input {
    max-width: 100px;
    padding: 6px 10px;
    border-radius: 6px;
    border: 2px solid #ddd;
    outline: none;

  }
  .toolbar .head select {
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 6px;
    outline: none;
    cursor: pointer;
    height: 45px;
  }

  .toolbar .head .color {
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 6px;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    grid-gap: 6px;
    padding: 0 10px;
  }
  .toolbar .head .color span {
    font-size: 14px;
  }
  .toolbar .head .color input {
    border: none;
    padding: 0;
    width: 26px;
    height: 26px;
    background: #fff;
    cursor: pointer;
  }
  .toolbar .head .color input::-moz-color-swatch {
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 50%;
  }
  .toolbar .btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 10px;
  }
  .toolbar .btn-toolbar button {
    background: transparent;

    border: none;
    border-radius: 6px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }
  .toolbar .btn-toolbar button:hover {
    background: rgba(93, 85, 240, 1);
    color: #fff;
  }
  .toolbar .btn-toolbar button:focus{
    background: rgba(93, 85, 240, 1) !important;
    color: #fff;
  }
  #content {
    padding: 16px !important;
    outline: none;
    height: 50vh;
    overflow: auto;
    border-radius: 8px;
    border: 1px solid  #E6E8EC;
    background: #FFF;
    margin: 20px 0px;
    box-shadow: 0px 1px 2px 0px rgba(24, 24, 28, 0.06), 0px 0px 2px 0px rgba(24, 24, 28, 0.02);

  }
  #content textarea{
    width: 100%;
    height: 50vh !important;
  }
  #show-code[data-active="true"] {
    background: #eee;
  }
  .flex-head-dashborad{
    display: flex;
    justify-content: space-between;
    align-items: center;

  }
  .flex-head-dashborad .part-right-but-custome-dashborad{
    display: flex;
    align-items: center;
  }
  .part-right-but-custome-dashborad a{
    text-decoration: none;

  }
  .flex-head-dashborad  h4{
    font-size: 24px;
    font-weight: 700;
    color: rgba(20, 20, 22, 1);

  }
  .but-store-setting{
    border-radius: 8px;
    border: 1px solid #E6E8EC;
    background:  #FFF;
    box-shadow: 0px 1px 2px 0px rgba(20, 20, 22, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 170px;
    color: #353945 !important;
    font-weight: bold;
    margin: 0px 15px;
  }
  .but-store-setting i{
    font-size: 22px;
  }
  .but-store-setting span{
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  margin: 0px 5px;
  }
  .but-new-product{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 180px;
    border-radius: 8px;
  border: 1px solid #5D55F0;
  background:  #5D55F0;
  box-shadow: 0px 1px 2px 0px rgba(20, 20, 22, 0.05);
  color: #fff !important;
  font-weight: bold;
  }
  .but-new-product i{
    font-size: 22px;
  }
  .but-new-product span{
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    margin: 0px 2px;
  }
  .card-bule-dashbord{
    width: 100%;
    height: 210px;
    background: #5D55F0;
    padding: 15px;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .pos-image-top-left{
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .pos-image-bottom-right{
    position: absolute;
    bottom:  -80px;
    right: -70px;
  }
  .card-bule-dashbord h1{
    color:#FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  }
  .card-bule-dashbord h6{
    color:  #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;

  }
  .card-bule-dashbord h5{
    color:  #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;

  }
  .card-bule-dashbord h3{
    color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  }
  .card-stustes{
    width: 100%;
    display: flex;
    padding: 16px;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
    border: 2px solid rgba(50, 50, 71, 0.05);

  }
  .customeRow_Header_Dashborad{
    margin: 10px 0px;

  }

  .card-bg-one h6 span{
    background: #E8F6ED;
    color: rgba(33, 113, 59, 1) !important;
  }

  .card-bg-tow h6 span{
    background:  #FCEAEA;
    color:  #920E0E;

  }

  .card-bg-three h6 span{
    background: #E8F6ED;
    color: rgba(33, 113, 59, 1) !important;
  }

  .card-bg-four h6 span{
    background:  #FCEAEA;
    color:  #920E0E;

  }

  .card-bg-five h6 span{
    background: #E8F6ED;
    color: rgba(33, 113, 59, 1) !important;
  }

  .card-bg-six h6 span{
    background:  #d4f3df;
    color:  #21713B;


  }
  .card-stustes h6{
    color:  #141416;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  align-items: center;

  }
  .card-stustes h6 span{
    border-radius: 16px;
  display: flex;
  padding: 0px 4px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  margin: 0px 10px;
  font-size: 12px;
  }
  .card-stustes h4{
    color:  #353945;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  }
  .table-dashborad{
    width: 100% !important;
  }
  .table-dashborad thead tr th{

  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  height: 45px;
  padding: 8px;
  color: #6F7687 !important;

  }
  .table-dashborad tbody tr td{
    text-align: center;
    height: 50px;
    padding: 8px;
  }
  .table-dashborad tbody tr:nth-child(odd){
    background: #F8FAFB !important;
  }

  .table-dashborad tbody tr td img{
    width: 36px;
    height: 36px;
    border-radius: 3px;
  }
  .sec-table-dashborad{
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
    border: 1px solid rgba(230, 232, 236, 1) !important;
    max-height: 400px !important;

    border-radius: 8px;
    overflow-y: scroll !important;
    overflow-x: scroll !important;
  }

  .sec-table-dashborad::-webkit-scrollbar {
    width: 6px;
    background: transparent;
    border-radius: 25px;
  }

  .sec-table-dashborad::-webkit-scrollbar-thumb {
    background: rgba(177, 181, 195, 1);
    border-radius: 25px;
  }
  .table-dashborad{

    overflow-y: scroll !important;

  }

  .table-dashborad tbody tr td h6{

    font-size: 14px;
    font-weight: 500;
    line-height: 20px;

  }
  .color-span-bule{
    color: #353945 !important;
    font-weight: 500;
  }
  .head-flex-title-table{
    display: flex;
    justify-content: space-between;
    margin: 15px;
  }
  .head-flex-title-table h4{

    font-size: 18px;
    font-weight: 700;
    line-height: 45px;

  }
  .head-flex-title-table span{
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 6px;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
    linear-gradient(0deg, #E6E8EC, #E6E8EC);
    border: 1px solid rgba(230, 232, 236, 1);
    text-align: center;
    cursor: pointer;
  }
  .cardt-dashborad{
    width: 100%;
    background: #fff;
    min-height: 300px;
    padding: 15px;
    margin: 15px 0px;
  }
  .cardt-dashborad #piechart{
    width: 100%;
    object-fit: cover;
  }
  .cardt-dashborad h3{
    font-size: 18px;
    font-weight: 600;
  }
  #colum_Hor{
    width: 100%;
    height: 270px !important;
  }
  #myChart{
    width: 100%;
    height: 250px !important;
  }
  #myChartOrders{
    width: 100% !important;
    height: 250px !important;
    text-align: center !important;
  }
  .sec-wapper-log-in{
    width: 100%;
    min-height: 100vh;
    background: url(../img/38\ 1.png);
    background-size: cover;
    position: relative;
  }
  .card-log-in{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 30%;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
  }
  .card-log-in img{
    text-align: center;
    width: 128.541748046875px;
    height: 38.49566650390625px;
    margin: 15px auto !important;
  }
  .card-log-in h3{
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;

  }
  .card-log-in h6{

  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
    color: rgba(111, 118, 135, 1);
  }
  .all-input-faild-auth-log{
    width: 100%;
    margin: 12px 0px;
  }
  .all-input-faild-auth-log label{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;

  }
  .all-input-faild-auth-log input{
    display: block;
    width: 100%;
    height: 45px;
    padding: 0px 16px;
    border: 2px solid rgba(230, 232, 236, 1) !important;
    margin: 7px 0px;
    border-radius: 8px;
    outline: none;
  }
  .all-input-faild-auth-log textarea{
    display: block;
    width: 100%;
    height: 175px;
    padding:16px !important;
    border: 2px solid rgba(230, 232, 236, 1) !important;
    margin: 7px 0px;
    border-radius: 8px;
    outline: none;
    text-align: left !important;
  }
  .all-input-faild-auth-log input:focus{
    border: 2px solid rgba(93, 85, 240, 1) !important;
  }
  .forget-password-and-check{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .forget-password-and-check a{
    color: rgba(70, 59, 168, 1);
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
  }
  .forget-password-and-check{
    display: flex;
    align-items: center;
  }
  .forget-password-and-check input{
    width: 16px;
    height: 16px;
  }
  .forget-password-and-check span{
    font-size: 16px;
    font-weight: 400;
    margin: 0px 6px;
  }
  .but-logIn{
    width: 100%;
    margin: 20px 0px;
  }
.but-logIn a, .but-logIn button[type="submit"] {
    width: 100%;
    display: block;
    height: 45px;
    background: rgba(93, 85, 240, 1);
    border-radius: 8px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    border: none;
}
  .back-log a{
    margin: 12px 0px;
    text-decoration: none;
    color: rgba(111, 118, 135, 1);

  }
  .flex-but-action{
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .flex-but-action .but-canacl-ploicy{
    width: 203px;
    height:45px;
    background: transparent !important;
    border: 2px solid rgba(230, 232, 236, 1);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin: 0px 5px;
  }
  .but-add-ploicy{
    width: 203px;
    height: 45px;
    border-radius: 8px;
    border: none;
    background: rgba(93, 85, 240, 1);
    color: #fff;
    font-weight: 700;
    font-size: 18px;
  }
  .flex-title-text-editor{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0px;
  }
  .flex-title-text-editor h4{
    font-size: 14px;
    font-weight: 400;
    color: rgba(53, 57, 69, 1);

  }
  .flex-title-text-editor .but-action-Languages{
    min-width:  130px;

    padding: 10px;
    border-radius: 8px;
    background: #e7e9ea !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .flex-title-text-editor .but-action-Languages button{
    border: none;
    outline: none;
    background: transparent;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
  }
  .active-but-Languages{
    background: #fff !important;
    height: 35px;
    width: 60px;
    border-radius: 3px;
  }
  .form-arbic{
    display: none;
    text-align: right !important;

  }
  .form-arbic #content{
    font-family: 'Tajawal', sans-serif !important;
  }
  .flex-head-title-branches{

    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .flex-head-title-branches h4{
  font-size: 24px;
  font-weight: 700;
  color: rgba(20, 20, 22, 1);

  }
  .but-right-action-branches{
    display: flex;
    align-items: center;
  }
  .but-right-action-branches .but-big-title{
    width: 280px;
    height: 50px !important;

    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: rgba(244, 161, 24, 1);
    color: rgba(35, 38, 47, 1) !important;
    text-decoration: none;
    margin: 0px 10px;

  }
  .but-order{
    width: 280px;
    height: 50px !important;

    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: linear-gradient(0deg, #FFF0D8, #FFF0D8),
  linear-gradient(0deg, #F4A118, #F4A118);

  border: 1px solid rgba(244, 161, 24, 1);
  text-decoration: none;
  }
  .but-order i{
    font-size: 22px;
    color: rgba(244, 161, 24, 1);
  }
  .but-order span{

  font-size: 14px;
  font-weight: 700;
    margin: 0px 6px;
    color: rgba(60, 38, 4, 1);
  }
 .but-right-action-branches .but-big-title span{
    font-size: 14px !important;
    font-weight: 600 !important;
    margin: 0px 3px;
  }
  .but-right-action-branches .but-big-title i{
    font-size: 22px;
  }
  .but-add-branches{
    width: 168px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    text-decoration: none;
    color: #fff !important;
    background: rgba(93, 85, 240, 1) !important;
  }
  .but-add-branches span{
    font-weight: 600;
    font-size: 14px;
  }
  .but-add-branches i{
    font-size: 22px;
  }
  .but-add-role-tow{
    display: flex;
    padding: 10px 14px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid  #E6E8EC;
    background:  #FFF;
    margin: 0px 10px;
    box-shadow: 0px 1px 2px 0px rgba(20, 20, 22, 0.05);
    color: #353945 !important;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    height: 50px;
    }
  .but-add-role{
    height: 50px;
    display: flex;
    padding: 10px 14px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid  #E6E8EC;
    background:  #FFF;
    box-shadow: 0px 1px 2px 0px rgba(20, 20, 22, 0.05);
    color: #353945 !important;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
  }
  .but-add-role i{
    font-size: 22px;
  }
    .but-add-role-tow i{
      font-size: 22px;
    }
  .section-branch{
    padding: 25px;
  }
  .customeNoWbkit{
    min-height: 500px !important;
    overflow-y: hidden !important;
  }
  .table-branh{
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
    border: 1px solid rgba(230, 232, 236, 1) !important;

    border-radius: 8px;
  }
  .table-product-offer{
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
    border: 1px solid rgba(230, 232, 236, 1) !important;

    border-radius: 8px;
  }
  .tablrCustome{
    overflow-x: scroll;

  }
  .tablrCustome::-webkit-scrollbar {
    width: 4% !important;
    border-radius: 8px;
  }

  .tablrCustome::-webkit-scrollbar-track {
    border-radius: 8px;
    background: #f9f9f9;
    height: 1px !important;
  }

  .tablrCustome::-webkit-scrollbar-thumb {
    height: 1px !important;
    border-radius: 8px;
    background:  #2E90FA;

  }





  .table-product-offer table thead tr th{
    color: rgba(111, 118, 135, 1) !important;
    font-size: 16px !important;
    text-align: left;
  }
  .table-product-offer table thead tr th span{
    text-align: left !important;
  }
  .table-product-offer table tbody tr td{
    text-align: left !important;
  }
  .table-branh table thead tr th{
    color: rgba(111, 118, 135, 1) !important;
    font-size: 16px !important;
    text-align: left;
  }

  .table-branh table thead tr th span{
    overflow: hidden;
    color: var(--neutrals-4, #6F7687);
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.05px;
  }

  .table-branh table tbody tr td{
    text-align: left !important;
  }

  .action-but-table{
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .action-but-table a{
    width: 30px;
    height: 30px;
  background: #fff !important;
 border: 1px solid rgba(230, 232, 236, 1);
  border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    color: rgba(111, 118, 135, 1);
    margin: 0px 2px;
  }
  .action-but-table a:nth-child(1):hover{
    background: red !important;
    color: #fff !important;
  }
  .action-but-table a:nth-child(2):hover{
    background: #04b360 !important;
    color: #fff !important;
  }
  .action-but-table a:nth-child(3):hover{
    background: #5D55F0 !important;
    color: #fff !important;
  }
  .info-tables{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
  }
  .but-part-right-action-table{
    display: flex;
    align-items: center;
  }
  .but-part-right-action-table .prev-but{
    width: 120px;
    height: 45px;
    border-radius: 8px;
    opacity: 0.5px;
    border: 2px solid rgba(230, 232, 236, 1);
    background: transparent !important;
    outline: none;
    margin: 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 14px;
    transition: all 0.5s ease-in-out;
  }
  .but-part-right-action-table .prev-but:hover{
    background: #5D55F0 !important;
    color: #fff !important;
  }
  .but-part-right-action-table .next-but{
    width: 120px;
    height: 45px;
    border-radius: 8px;
    border: 2px solid rgba(230, 232, 236, 1);
    background: transparent !important;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;

    transition: all 0.5s ease-in-out;
    font-size: 14px;
    font-weight: 600;
  }
  .but-part-right-action-table .next-but:hover{
    background: #5D55F0 !important;
    color: #fff !important;
  }
  .but-part-right-action-table i{
    font-size: 20px;
  }
  .card-loction{
    height: 350px;
    background: rgba(252, 252, 253, 1);
    border:2px solid rgba(230, 232, 236, 1);
    padding: 15px ;
    width: 100%;
    border-radius: 8px;
  }
  .card-loction button{
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    border-radius: 8px;
    background: linear-gradient(0deg, #FFF0D8, #FFF0D8),
    linear-gradient(0deg, #F4A118, #F4A118);
    border: 2px solid rgba(244, 161, 24, 1);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .card-loction button span{
    font-size: 16px;
    font-weight: 700;
    color: rgba(60, 38, 4, 1);
    margin: 0px 3px;
  }
  .card-loction button i{
    font-size: 20px;
    color: rgba(244, 161, 24, 1);
  }
  .all-input-failds #phone{
    width: 310px !important;
    margin: 7px 0px !important;
  }
  .all-input-failds #phone2{
    width: 310px !important;
  }
  .customeFont-Type{
    font-family: 'Tajawal', sans-serif !important;
    font-weight: normal !important;
    font-weight: 600 !important;
  }
  .flex-input-table{
    display: flex;
    align-items: center;

  }
  .group-one-table{
    width: 140px;
    height: 35px;
    background: #fff;
    border: 1px solid rgba(230, 232, 236, 1);
    padding: 5px;
    margin: 0px 5px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .art-input{

    width: 85%;
  }
  .group-one-table input{
    width: 40%;
    border: none;
    outline: none;
    background: transparent;
  }
  .icon-time i{
    color: rgba(177, 181, 195, 1);
  }

   .radio-but input{
    appearance: none;
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid rgba(166, 166, 166, 1);
    margin: 10px 0px;
    cursor: pointer;
    text-align: center;

   }

   .radio-but input:checked:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 13px;
    content: "";
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #04b360 !important;
    border: none;
    line-height: 15px;
   }
   .but-clean button{
      outline: none;
      width: 100px;
      height: 35px;
      background: #fff;
      border: 2px solid rgba(230, 232, 236, 1);
      border-radius: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.5s ease-in-out;
      color: rgba(111, 118, 135, 1);
   }

   .but-clean button  span{
    font-size: 14px;
    font-weight: 600;

    margin: 0px 3px;
   }
   .but-clean button:hover{
    background: red !important;
    color: #fff !important;
   }
   .box-search-table{
    width: 25%;
    display: flex;
    padding: 6px 12px;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid var(--neutrals-6, #E6E8EC);
    background: var(--base-white, #FFF);
    height: 45px;
   }
   .box-search-table input{
    border: none;
    outline: none;
    width: 80%;
   }
   .box-search-table i{
    color: #6F7687 !important;
   }
   .but-filter-table-part-right{
    display: flex;
    justify-content: flex-end;

    width: 60%;
   }
   .but-filter-table-part-right  .box-search-table{
    width: 30% !important;
   }
   .but-filter-table-part-right  div{
    margin: 0px 3px !important;
   }
   .filter-box{
    width: 20%;
   }
   .filter-by-payment{
    width: 35%;
   }
   .filter-by-District{
    width: 24%;
   }
   .filter-by-Town{
    width: 24% ;
   }
   .Filter-by-Request-ID{
    width: 35% ;
   }
   .Filter-by-Request-type{
    width: 35% ;
   }
   .span-pendding{
    display: flex;
    padding: 3px 8px 3px 10px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 16px;
    background:  #FFF0D8;
    color:  #6B470B;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    width: 70%;

   }

   .span-Approved{
    display: flex;
    padding: 3px 8px 3px 10px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 16px;
    color: #307F4A;

    background: #E8F6ED;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    width: 70%;
   }
   .btn-colse-model{
    display: flex;
    padding: 10px 14px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid  #E6E8EC;
    background:  #FFF;
    box-shadow: 0px 1px 2px 0px rgba(20, 20, 22, 0.05);
    color:  #353945;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;

   }
   .card-loction .maps{
    width: 100% !important;
    height: 250px !important;
    margin: 10px 0px;
    border-radius: 12px;
   }

   .card-big-add-discount{
    padding: 15px;
    border: 2px solid #dee7e1;
   }
   .all-input-add-discount{
    margin: 12px 0px;
   }
   .all-input-add-discount label{

    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(53, 57, 69, 1);
    text-transform: capitalize;
   }
   .all-input-add-discount input{
    display: block;
    width: 100%;
    height: 50px;
    padding: 0px 16px;
    background: transparent;
    border-radius: 8px;
    outline: none;
    border: 1px solid #c4bebe;
    margin: 0px 5px;
   }
   .input-dicount{
    width: 100% !important;
    height: 35px;
    padding: 0px 10px;
    border: none;
    outline: none;
    border-radius: 5px;
   }
   .box-dicount{
    background: #fff;
    padding: 15px;
    border-radius: 5px;
   }
   .box-dicount h4{
    font-weight: bold;
    color: #5D55F0;
   }
   .box-dicount h3 , .box-dicount p{
    text-align: center;
    border-bottom: 1px solid #555;
    padding-bottom: 10px;
   }
   .box-dicount p:last-child{
    border-bottom: none !important;
   }
   .custone-test-option{
    display: flex;
    justify-content: flex-end !important;
   }
   #imageLogoBarnd{
    width: 120px !important;
    height: 80px !important;
    display: none;
   }
   .all-tag-select{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;

   }
   .all-tag-select .div-tages{
    min-width: 120px;
    height: 35px;
    padding:0px 15px;
    border-radius: 50px;
    background: rgba(244, 245, 246, 1);
    margin: 10px 3px;
    display: flex;
    justify-content: center !important;
    align-items: center;
    cursor: pointer;
   }
   .all-tag-select .div-tages .tst-tag{

    font-size: 14px;
    font-weight: 400;
    margin: 0px 5px;

   }
   .all-tag-select .div-tages .close-tag{
    font-size: 20px;
   }
   .custome-width-upload{
    width: 100px !important;
    height: 70px !important;
    margin: 10px 0px;
   }
   .custome-width-upload img{
    width: 100% !important;
    height: 100% !important;
   }
   .disb-input{
    border: none;
    outline: none;
    background:  #F4F5F6 !important;

   }
   .wapper-headr-auth{
    width: 100%;
    height: 80px;
    background: rgba(0,0,0,.5);
   }
   .flex-header-auth{
    display: flex;
    justify-content: space-between;
    align-items: center;
   }
   .flex-header-auth .logo-auth img{
    width: 120px;
    height: 80px;
   }
   .auth-languah{
    display: flex;
    align-items: center;
    text-decoration: none !important;
   }
   .auth-languah img{
    width: 30px;
    height: 30px;
   }
   .auth-languah span{
    color: #fff;
    margin: 0px 8px;
   }

   .chart-heading {
    font-family: "Rubik", sans-serif;
    color: #023047;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
  }

  .chart-container {
    width: 150px;
  }

  .programming-stats {
    font-family: "Rubik", sans-serif;
    display: flex;
    align-items: center;
   justify-content: space-between;

    border-radius: 20px;
    padding: 8px 20px;
    color: #023047;
    transition: all 400ms ease;
  }



  .programming-stats .details ul {
    list-style: none;
    padding: 0;
  }

  .programming-stats .details ul li {
    font-size: 16px;
    margin: 12px 0;
    text-transform: uppercase;
  }

  .programming-stats .details .percentage {
    font-weight: 700;
    color: #e63946;
  }
  .item-info-chart-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 12px 0px;
    border-bottom: 2px solid rgba(230, 232, 236, 1);
    padding: 5px 0px;
  }
  .item-info-chart-flex:last-child{
    border: none !important;
  }
  .item-info-chart-flex img{
    width: 30px;
    height: 30px;
  }
  .item-info-chart-flex h2{

  font-size: 17px;
  font-weight: 700;

  }
  .All-prag-table-big{
    height: 1.1em; /* تحديد ارتفاع العنوان لعرض سطرين */
    line-height: 1em; /* تحديد ارتفاع الخط */
    overflow: hidden; /* الكلمات التي تتجاوز ارتفاع النص يتم قصها */
    text-overflow: ellipsis; /* إظهار النقاط إذا تم قص النص */
    display: -webkit-box; /* إظهار المحتوى بشكل صندوق من النص */
    -webkit-line-clamp: 1; /* تحديد عدد الأسطر المطلوبة */
    -webkit-box-orient: vertical; /* إظهار المحتوى عموديًا */
    width: 100% !important;

  }
  .All-prag-table-big-tow{
    height: 3.1em; /* تحديد ارتفاع العنوان لعرض سطرين */
    line-height: 1em; /* تحديد ارتفاع الخط */
    overflow: hidden; /* الكلمات التي تتجاوز ارتفاع النص يتم قصها */
    text-overflow: ellipsis; /* إظهار النقاط إذا تم قص النص */
    display: -webkit-box; /* إظهار المحتوى بشكل صندوق من النص */
    -webkit-line-clamp: 1; /* تحديد عدد الأسطر المطلوبة */
    -webkit-box-orient: vertical; /* إظهار المحتوى عموديًا */
    width: 100% !important;

  }
  .customeWith-Td{
    width: 50%;
  }
  .customeWith_Td_Colum-name{
    width: 25%;
  }
  .customeOrder-Detalis{
    padding: 20px !important;
    border-radius: 8px;
background: var(--base-white, #FFF);
border: none !important;
/* Card shadow */
box-shadow: 0px 3px 8px -1px rgba(50, 50, 71, 0.05), 0px 0px 1px 0px rgba(12, 26, 75, 0.24);
  }
  .card-bg-order-detalis{
    border-radius: 8px;
    background:  #F4F5F6;
    padding: 15px;
  }
  .payment-stauts{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .payment-uid{
    display: flex;
    align-items: center;
  }
  .payment-uid h6{
    color:  #353945;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  margin-top: 5px;

  }
  .span-bg-order-detalis{

    border-radius: 8px;
  border: 1px solid  #E6E8EC;
  background:  #FFF;
  display: flex;
  height: 32px;
  padding: 4px 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0px 6px;
  }
  .flex-items-infos{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 7px 0px;
  }
  .flex-items-infos h4{
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;

  }
  .flex-items-infos h4:first-child{
      color: #6F7687;
  }
  .info-total{
    display: flex;
    justify-content: flex-end;
    align-items: center;

  }
  .info-total h4{
    color:  #353945;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 10px 0px;
  }
  .custome-border-table{
    border: 1px solid rgb(194, 210, 241);
    padding: 10px;
    border-radius: 8px;
  }
  .custome-tst-right{
    display: flex;
    justify-content: flex-end !important;
  }

  .custome-model-add-ticket .modal-header h5{
    color:  #141416;

  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.custome-model-add-ticket .modal-header span{
  font-size: 28px;
  color: #f00;
  cursor: pointer;
}
.custome-model-add-ticket .btn-colse-model-trich{
  display: flex;
  width: 160px;
  padding: 10px 14px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid  #E6E8EC;
  background:  #FFF;

  /* Tag */
  box-shadow: 0px 1px 2px 0px rgba(20, 20, 22, 0.05);
}
.send-trichet-button{
  display: flex;
  width: 160px;
  padding: 10px 14px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color:  #FFF;

  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
border: 1px solid  #5D55F0;
background:  #5D55F0;

/* Tag */
box-shadow: 0px 1px 2px 0px rgba(20, 20, 22, 0.05);
}

.flex-info-detalis{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#Model_Detalis .modal-dialog{
  max-width: 50% !important;
}
.flex-info-detalis .art-right {
    display: flex;
    align-items: center;
}
.flex-info-detalis .art-right span{
  margin: 0px 2px;
}


.select-btn{
  display: flex;
  justify-content: space-between;
  align-items: center;
    width: 100%;
    padding: 0px 16px;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
      linear-gradient(0deg, #E6E8EC, #E6E8EC);
    border: 1px solid rgba(230, 232, 236, 1);
    outline: none;
    height: 45px;
    border-radius: 8px;
    color:  #6F7687 !important;
     cursor: pointer;
    margin: 7px 0px;
    box-shadow: 0px 3px 4px -5px rgba(24, 24, 28, 0.03);
}
.select-btn .btn-text{
  font-size: 15px;
  font-weight: 400;
  color: #6F7687;

}
.select-btn .arrow-dwn{
  display: flex;
  font-size: 34px;
  color: rgba(111, 118, 135, 1);
  font-size: 28px;
  border-radius: 50%;

  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.select-btn.open .arrow-dwn{
  transform: rotate(-180deg);
}
.list-items{
  position: relative;
  margin-top: 15px;
  border-radius: 8px;
  padding: 16px;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  display: none;

}
.list-items ul{
  margin: 10px 0px;

}
.list-items ul li{
  list-style: none !important;
}
.select-btn.open ~ .list-items{
  display: block;
}
.list-items .item{
  display: flex !important;
  align-items: center;
  list-style: none ;
  height: 50px;
  cursor: pointer;
  transition: 0.3s;
  padding: 0 15px;
  border-radius: 8px;

}
.list-items .item:hover{
  background-color: #eee;
}
.item .item-text{
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
.item .checkbox{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  border-radius: 4px;
  margin:0px 12px;
  border: 1.5px solid #c0c0c0;
  transition: all 0.3s ease-in-out;
  appearance: none;
}
.item.checked .checkbox{
  background-color: #04b360;
  border-color: #04b360;
}
.checkbox .check-icon{
  color: #fff;
  font-size: 11px;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}
.item.checked .check-icon{
  transform: scale(1);
}

.box-search-and-filter{
  width: 100%;
  border: 1px solid rgba(230, 232, 236, 1);
  height: 45px;
  padding: 0px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box-search-and-filter input{
  width:85% !important;
  border: none;
  outline: none;
  height: 40px;
}
.box-search-and-filter span{
  font-size: 22px;
  color: #04b360;
}
.notofication .dropdown .dropdown-menu{
  border-radius: 12px 0px 12px 12px;
  background: #FEFEFE;
  box-shadow: 0px 8px 16px 0px rgba(212, 212, 212, 0.25);
  width: 400px;
  padding: 0px !important;
  height: 350px !important;
  overflow: hidden;
  overflow-y: scroll !important;
 }
 .notofication .dropdown .dropdown-menu::-webkit-scrollbar {
  width: 4px;
  border-radius: 8px;
}

.notofication .dropdown .dropdown-menu::-webkit-scrollbar-track {
  border-radius: 8px;
  background: transparent;
}

.notofication .dropdown .dropdown-menu::-webkit-scrollbar-thumb {

  border-radius: 8px;
  background:  rgba(0, 0, 0, 0.20);

}

 .notofication .dropdown .dropdown-menu h4{
  height: 45px;
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  padding: 15px;
 }
 .card-Notifications{
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 15px;
  transition: all 0.5 ease-in-out;
 }
 .card-Notifications:nth-child(odd ){
  background: #eee !important;
 }
.card-Notifications:hover{
  background: #eee;
 }
.card-Notifications img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
 }
 .card-Notifications .content-Notifications{
  margin: 0px 13px;
 }
.card-Notifications .content-Notifications h5{
  font-size: 16px;
  color: #181818;
 }
 .card-Notifications .content-Notifications p{
  font-size: 14px;
  height: 1em; /* تحديد ارتفاع العنوان لعرض سطرين */
  line-height: 1em; /* تحديد ارتفاع الخط */
  overflow: hidden; /* الكلمات التي تتجاوز ارتفاع النص يتم قصها */
  text-overflow: ellipsis; /* إظهار النقاط إذا تم قص النص */
  display: -webkit-box; /* إظهار المحتوى بشكل صندوق من النص */
  -webkit-line-clamp: 1; /* تحديد عدد الأسطر المطلوبة */
  -webkit-box-orient: vertical; /* إظهار المحتوى عموديًا */
  width: 100% !important;
 }
 .customeDrop_profile .dropdown-menu{
  width: 220px;
  margin: 0px 15px;
  cursor: pointer;
  border-radius: 12px;
  border: 1px solid #E6E8EC;
  background: #FCFCFD;
  /* padding: 8px 12px; */
  padding: 0px !important;
 }
 .customeDrop_profile .dropdown-menu li{
  height: 45px;
  line-height: 45px;
  border-radius: 12px !important;
 }
 .customeDrop_profile .dropdown-menu li a:hover{
  background: transparent !important;
  color: #04b360;
 }
 .activeLinkPage{
  background: #F4F5F6 !important;
 }
 .activeLinkPageAdmin{
  background: #EFF8FF;
 }
 .activeLinkPageAdmin .link_name{
  color: #2E90FA !important;
  font-weight: bold !important;
 }
 .sub-menu .activeLinkPageAdmin{
  background: transparent !important;
 }
 .sub-menu .activeLinkPageAdmin a{
  color: #2E90FA !important;
  font-weight: bold !important;
  background: none !important;
 }
 .activeLinkPageAdmin i{
  color: #2E90FA !important;
  font-weight: bold !important;
 }
 .activeLinkPage .link_name{
  color: #141416 !important;
  font-weight: 500 !important;
 }
 #myChart2{

  width: 100% !important;
  height: 300px !important;
  object-fit: contain !important;
 }
 .custome-add-product-section .modal-header span{
  font-size: 28px;
  color: #f00;
  cursor: pointer;
 }
 .custome-delete-all .modal-footer{
  border: none;
 }
 .custome-delete-all .modal-footer button{
  width: 120px;
  height: 45px;
  border-radius: 25px;
  border: none;
 }
 .but-detelte{
  background: #f00;
  color: #fff;
 }
 .custome-delete-all .modal-body h6{
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  margin: 15px 0px;
 }
.custoneHeadingTable thead tr th .flex-table-heading{
  font-size: 4px !important;
  color: #04b360 !important;
  /* display: flex;
  align-items: center; */
 }

.cart-wapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
 height: 250px;
}
.pio-chart{
  width: 200px;
  height: 200px;
  background: #000;
  border-radius: 50%;
  transition: all .2s ease-in-out;
  cursor: pointer;
}
.pio-chart:hover{
  transform: scale(.9);
}
.chart-info{
  width: 55%;
  margin: 0px 10px;
}
.chart-info ul li{
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
}
.chart-info ul li .bg-chart-color{
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.chart-info ul li article{
  display: flex;
  align-items: center;
}
.chart-info ul li article .tst-name-cart{
  margin: 0px 8px;
  color:  #353945;

  font-weight: 400;
}




#multi_option{
	max-width: 100%;
	margin-top: 7px;
}

#multi_option2{
	max-width: 100%;
	margin-top: 7px;
}
.vscomp-toggle-button{
	padding: 10px 30px 10px 10px;
	border-radius: 5px;
}


/*  Start Admin Page */
.CustomeBgSection{
  background: #F7F8FA !important;
  padding: 30px;
  left: 300px;
}
.but-clear{
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid  #F4A118;
  background:  #FFF0D8;
  margin-right: 15px;
  /* Tag */
  box-shadow: 0px 1px 2px 0px rgba(20, 20, 22, 0.05);
}
.but-clear i{
  color: #F4A118;
  font-size: 22px;
}
.but-clear span{
  color:  #3C2604;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;

}
.card-noto-admin{
  width: 45px;
  height: 45px;
  border-radius: 8px;
  background: #EAECEF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}
.card-noto-admin i{
  font-size: 24px;
  color: #6F7687;
}
.card-noto-admin .num-notfication-admin{
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  border-radius: 16px;
  border: 1px solid  #FFF;
  background:  #E73F3F;
  position: absolute;
  top: 3px;
  right: 3px;
  color: #fff;
  font-weight: bold;
}
.box-notofication-admin .dropdown-menu{
  width: 450px;
  height: 150px;
  overflow: hidden;
  overflow-y: scroll;
}
.content-notofication h5{
  text-decoration: none;
}
.item-card-noto{
  display: block;
  width: 100%;
  border-bottom: 3px solid #01A63E;
  display: flex;
  padding: 25px;
text-decoration: none;
}
.item-card-noto img{
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
.part-right-header-admin{
  display: flex;
  justify-content: center;
  align-items: center;
}
.start-top-header-admin{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile-admin img{
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.profile-admin span{
  color: #141416;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  margin: 0px 5px;
}
.box-lanaguah-admin{
  display: flex;
  padding: 8px 12px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #EAECEF;
  margin: 0px 10px;

  cursor: pointer;
}
.box-lanaguah-admin a{
  text-decoration: none;
  color: #6F7687;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}
.title-table h2{

  color:  #141416;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;

}
.part-left-header-admin{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.customeAdminTable{
  padding: 15px;
}
.table-title{
  color:  #141416;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.head-table-top-action{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.action-right-table-admin{
  width: 60%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.customeWithdAction .box-filer-table-admin2{
  width: 20% !important;
}
.customeWithdAction2{
  width: 70% !important;
}
.customeWithdAction2 .box-filer-table-admin2{
  width: 20% !important;
}
.box-search-admin{
  width: 35%;
  display: flex;

  height: 45px;
  padding: 5px 12px 5px 14px;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background:  #F5F5F5;
  cursor: pointer;
}
.box-search-admin input{
  width: 85%;
  border: none;
  outline: none;
  height: 40px;
  background: transparent;
  color:  #6F7687;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;

}
.box-search-admin span{
  color: #6F7687;
  font-size: 20px;
}

.but-ban i{
  font-size: 18px;
}

/* table-admin-all */
.table-admin-all{
  width: 100%;
  margin: 20px 0px !important;
}
.table-admin-all thead tr th{
  color:  #6F7687 !important;
  font-size: 13px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  height: 45px;
}
.table-admin-all thead tr{
  border-bottom: 1px solid #F2F3F5 !important;
  margin-bottom: 10px !important;
}
.customeTableCutomer thead tr th{
    width: 25% !important;
}
.table-admin-all tbody tr{
  width: 25% !important;
  height: 55px;
  border-bottom: 1px solid #F2F3F5 ;
  margin-bottom: 10px;
}
.span-colorBule{
  color:  #2E90FA;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.table-admin-all tbody tr:last-child{
  border-bottom: none ;
}
.but-ban{
  display: flex;
  padding: 6px 12px;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid  #E73F3F !important;
  background: #FFF;
  color:  #E73F3F;

  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin: auto !important;
}
.info-bottom-table{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.part-left-info-table{
  color: #6F7687;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.part-left-info-table select{
  margin: 0px 20px;
  width: 80px;
  border-radius: 8px;
  border: 1px solid  #D0D5DD;
  /* background:  #FFF; */
 font-weight: 600;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.page-list{
  position: relative;
  display: flex;
  padding: 10px 20px;
  border-radius: 50px;

}
.page-list  li{
  list-style: none;
  line-height: 50px;
  margin: 0px 5px;

}
.prevBut{
  width: 120px !important;
  height: 80px !important;
}
.pageNumber{
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageNumber a{
  text-decoration: none;
  color: var(--neutrals-3, #353945);

  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}
.page-list  li:hover{
  background: #2E90FA;
}
.page-list  li:hover a{
  color: #fff;
}
.activeBG_PageNumber{
  background: #2E90FA;

}
.activeBG_PageNumber a{
  color: #fff;
}
.butPrevPage{
  display: flex;
  padding: 3px 14px;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  background: #F5F5F5;
  height: 45px !important;
  width: 100px;
}
.butPrevPage a{
  text-align: center;
  height: 45px !important;
  text-decoration: none !important;
    color:  #344054;
  font-style: normal;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.butPrevPage a i{
  font-size: 22px;
}
.next-table{
  display: flex;
  padding: 8px 14px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 45px;
  border-radius: 8px;
  background:  #EFF8FF;
}
.next-table a{
  text-decoration: none;
  color:  #2E90FA;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  display: flex;
  justify-content: center;
  align-items: center;
}
.next-table a i{
  font-size: 22px;
}
.custome-Pop-up-ban .modal-title{
  color:  #141416;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.custome-Pop-up-ban .modal-body h5{
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
 .customeButClose{
  border-radius: 8px;
  background: #F4F5F6;
  display: flex;
  width: 115px;
  padding: 12px 30px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: none;
  outline: none;
  color:  #353945;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}
.customeButSave{
  display: flex;
  padding: 12px 30px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid  #2E90FA;
  background:  #2E90FA;
  box-shadow: 0px 1px 2px 0px rgba(20, 20, 22, 0.05);
  color: #FFF;
  text-align: center;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;

}
.customeWithTableOrderFlex{
  width: 80%;
}
.box-filer-table-admin {
  width: 30%;
  height: 45px;

  gap: 10px;
  background: #F5F5F5;
  margin: 0px 10px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.box-filer-table-admin2{
  width: 30% !important;
  height: 45px;

  gap: 10px;
  margin: 0px 10px;
  height: 45px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.box-filer-table-admin2 select{
  width: 100vw !important;
  background: #F5F5F5 !important;
  border-radius: 8px;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  height: 45px !important;
  color:  #353945;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.select2-container--default{
  background: #F5F5F5 !important;
  border: none !important;
  height: 45px !important;
  border-radius: 5px !important;
}
.select2-container--default .select2-selection--single{
  background: transparent !important;
  border: none !important;


}
.select2-container--default .select2-selection--single .select2-selection__rendered{
 line-height: 45px !important;
}
.select2-search--dropdown{
  display: none;
}
.select2-container--default  .select2-search__field{
  border: none !important;
  background: #f9f9f9 !important;
}
.select2-search--dropdown .select2-search__field {
  border: none !important;
  background: #f9f9f9 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 26px;
  position: absolute;
  top: 10px;
  right: 1px;
  width: 20px;
}
.box-filer-table-admin select{
  width: 100% !important;

  border-radius: 8px;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  height: 45px !important;
  color:  #353945;

font-size: 16px;
font-style: normal;
font-weight: 400;
}
.box-filer-data{
  width: 25%;
  height: 45px;

  gap: 10px;
  background: #F5F5F5;
  margin: 0px 10px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.customeWithPageOrder{
  width: 35%;
}
.box-input-type-code{
  width: 30% !important;
  height: 45px;

  gap: 10px;
  background: #F5F5F5;
  margin: 0px 10px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.box-input-type-code input{
  width: 100%;
  border-radius: 8px;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  height: 45px !important;
  color:  #353945;

font-size: 14px;
font-style: normal;
font-weight: 400;
padding: 0px 10px;
}
.box-filer-data select{
  width: 90% !important;

  border-radius: 8px;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  height: 45px !important;
  color:  #353945;

font-size: 16px;
font-style: normal;
font-weight: 400;
}
.box-icon-admin{
  display: flex;
  width: 35px;
  height: 35px;
  padding: 4px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
border: 1px solid  #E6E8EC;
background: #FFF;
cursor: pointer;
margin: 0px 5px;
text-decoration: none;
transition: all .2s ease-in-out;
}
.boxUserIcon:hover{
    background: #0984e3;
    color: #fff !important;
}
.boxUserIcon:hover span{
  color: #fff !important;
}
.boxEditIcon:hover{
  background: #04b360;
  color: #fff !important;
}
.boxEditIcon:hover span{
  color: #fff;
}
.boxMoreIcon:hover{
  background: #f00;

}
.boxMoreIcon:hover span{
  color: #fff ;
}
.box-icon-admin span{
  font-size: 18px;
  color: #6F7687;
}
.flex-table-user{
  display: flex;
  align-items: center;
}
.flex-table-user .span-green-bg{
  display: flex;
  padding: 2px 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 6px;
  background: #5EC37F;
  color: var(--base-white, #FFF);
  text-align: center;

  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}
 .tst-span-user{
  color:  #353945;

  font-size: 14px;
  font-style: normal;
  font-weight:600;
  margin: 0px 5px;
  height: 1em; /* تحديد ارتفاع العنوان لعرض سطرين */
  line-height: 1em; /* تحديد ارتفاع الخط */
  overflow: hidden; /* الكلمات التي تتجاوز ارتفاع النص يتم قصها */
  text-overflow: ellipsis; /* إظهار النقاط إذا تم قص النص */
  display: -webkit-box; /* إظهار المحتوى بشكل صندوق من النص */
  -webkit-line-clamp: 1; /* تحديد عدد الأسطر المطلوبة */
  -webkit-box-orient: vertical; /* إظهار المحتوى عموديًا */

}
.customeColumWitd
{
  width: 15% ;
}
.span-pendding-admin{
  width: fit-content;
  display: flex;
  padding: 3px 8px 3px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: #FFBF55;
  /* max-width: 80%; */
  color: var(--base-white, #FFF);
  text-align: center;
  height: 30px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
}
.span-open-admin{
  display: flex;
  padding: 3px 8px 3px 10px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 16px;
  background: #618FE8;
  color:  #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  max-width: 60%;
}
.span-completed-admin{
  width: fit-content;
  display: flex;
  padding: 3px 8px 3px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: #5EC37F;
  /* max-width: 80%; */
  color:  #FFF;
  text-align: center;
  height: 30px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
}
.span-paid-admin{
  width: fit-content;
  display: flex;
  padding: 3px 8px 3px 10px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 16px;
  background: #5EC37F;
  color:  #FFF;
  text-align: center;
  /* Text xs/Regular */
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  max-width: 50%;
}
.span-gray-admin{
  display: flex;
  padding: 3px 8px 3px 10px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 16px;
  background: #B1B5C3;
  color:  #FFF;
  text-align: center;
  /* Text xs/Regular */
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  max-width: 68%;
}
.span-Refunded-admin{
  display: flex;
  padding: 3px 8px 3px 10px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 16px;
  background: #3AE4D0;
  color:  #FFF;
  text-align: center;
  /* Text xs/Regular */
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  max-width: 70%;
}
.span-Failed-admin{
  display: flex;
  padding: 3px 8px 3px 10px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 16px;
  background: #E45858;
  color:  #FFF;
  text-align: center;
  /* Text xs/Regular */
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  width: fit-content;
  /* max-width: 50%; */
}
.span-Cancelled-admin{
  display: flex;
  padding: 3px 8px 3px 10px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 16px;
  background: #E45858;
  color:  #FFF;
  text-align: center;
  /* Text xs/Regular */
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  max-width: 70%;
}
.span-updated-admin{
  display: flex;
  padding: 3px 8px 3px 10px;
  justify-content: center;
  align-items: center;
  height: 30px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  border-radius: 16px;
  background: #5EC37F;
  width: 80%;
  color: #fff;
  text-transform: capitalize;
}
.sec-empity-data{
  width: 100%;
  height: 600px;
  margin:20px 0px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-empity-data .card-empity-data{
  width: 35%;
  text-align: center;
}
.sec-empity-data .card-empity-data img{
  width: 150px;
  height: 150px;
}
.sec-empity-data .card-empity-data h4{
  color: #4A4A4A;

  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin: 15px 0px;
}
.sec-empity-data .card-empity-data h6{
  color:  #6F7687;
  text-align: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.back-page-admin a{
  display: flex;
  align-items: center;
  text-decoration: none;
  color:  #6F7687;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;

}
.back-page-admin a i{
  font-size: 22px;
}
.back-page-admin{
  margin: 20px 0px;
}
.card-view-info-approval{
  display: flex;
  width: 100%;
  padding: 16px;
  align-items: center;
  gap: 16px;
  border-radius: 12px;
background:  #FFF;

/* Shadow/xs */
box-shadow: 0px 1px 2px 0px rgba(24, 24, 28, 0.04), 0px 3px 4px -5px rgba(24, 24, 28, 0.03);
}
.card-view-info-approval img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.content-info-approval h6{
    color:  #595a5f;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 12px 0px;
}
.content-info-approval h6 span{
  color: #353945;
  font-weight: bold !important;
  font-family: 'Tajawal', sans-serif;

}
.flex-but-action-view-approva{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.content-info-approval{
  width: 100%;
}
.but-reject{
  display: flex;
  padding: 10px 14px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background:  #E73F3F;
  border: none;
  outline: none;
  /* Tag */
  box-shadow: 0px 1px 2px 0px rgba(20, 20, 22, 0.05);
  color:  #FFF;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin: 0px 10px;
}
.but-approve{
  display: flex;
  padding: 10px 14px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid  #2E90FA;
  background: #2E90FA;

  /* Tag */
  box-shadow: 0px 1px 2px 0px rgba(20, 20, 22, 0.05);
  color:  #FFF;
font-size: 16px;
font-style: normal;
font-weight: 700;

}
.art-but{
  display: flex;
  align-items: center;
}
.content-info-approval-detalis{
  border-radius: 12px;
  background:  #FFF;
  box-shadow: 0px 1px 2px 0px rgba(24, 24, 28, 0.04), 0px 3px 4px -5px rgba(24, 24, 28, 0.03);
  display: flex;
  width: 100%;
  padding: 16px 15px;
  flex-direction: column;
  align-items: flex-start;
  min-height: 130px;

  margin: 20px 0px;
}
.content-info-approval-detalis h3{
  color:  #141416;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.content-info-approval-detalis h5{
  color:  #353945;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.content-info-approval-detalis span{
  font-family: 'Tajawal', sans-serif;
  font-weight: bold !important;
  margin: 0px 3px;
}
.content-info-approval-detalis .span-pendding-admin2{
  border-radius: 16px;
  background: #FFBF55;
  display: flex;
  padding: 3px 8px 3px 10px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #fff;
  margin: 0px 5o0x;

}
.bg-image-gellary{
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}
.bg-content-image img{
  width: 100%;
  height: 250px;
  border-radius: 15px;
  margin: 10px 0px;
}
.bg-content-image h4{
  color:  #141416;

  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.image-approval-product{
  width: 36px;
  height: 36px;
  border-radius: 5px;

}
.closeSpan{
  color: #E73F3F;
  font-size: 28px;
  cursor: pointer;
}
.flex-head-title-tabls{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.but-right-table-header{
  display: flex;
  align-items: center;

}
.but-right-table-header a{
  text-decoration: none;
  border-radius: 8px;
  background: #FFF;

  /* Shadow/md */
  box-shadow: 0px 3px 4px 0px rgba(24, 24, 28, 0.04), 0px 1px 1px 0px rgba(24, 24, 28, 0.04);
  display: flex;
  align-items: center;
  padding: 10px 12px;
  align-items: center;
  gap: 8px;
  color: #141416;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin: 0px 10px;
  height: 45px;
}
.but-right-table-header a span{
  opacity: 0.7;
  color:  #01A63E;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;

}
.span-table-color-tow{
  color: #F4A118 !important;
}
.span-table-color-three{
  color: #2E90FA !important;
}
.but-right-table-header button{
  display: flex;
  padding: 10px 14px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid var(--blue-500, #2E90FA);
  background: var(--blue-500, #2E90FA);

  box-shadow: 0px 1px 2px 0px rgba(20, 20, 22, 0.05);
  color: var(--base-white, #FFF);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  height: 45px;
}
.but-right-table-header .but{
  display: flex;
  padding: 10px 14px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid  #2E90FA;
  background:  #2E90FA;

  box-shadow: 0px 1px 2px 0px rgba(20, 20, 22, 0.05);
  color: #FFF !important;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  height: 45px;
}
.but-right-table-header .but span{
  color: #fff !important;
  opacity: 1 !important;
}
.action-table-admim{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/* .chec-box-table{
  width: 18px;
  height: 18px;
  border: 1px solid #E6E8EC;
  appearance: none;
  border-radius: 3px;
  margin-top: 3px;
} */

.chec-box-table{
    width: 17px;height: 17px;
   appearance: none !important;
   border: 1px solid #E6E8EC !important;
   cursor: pointer;
   position: relative;
   border-radius: 5px;
  }
  .chec-box-table:checked:after{
  font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\2714";
    font-size: 10px;
    color: #fff !important;
    display: block;
    position: absolute;
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }
  .chec-box-table:checked{
    background: #5EC37F !important;
    border: none !important;
  }

  .chec-box-table-head{
    width: 17px;height: 17px;
   appearance: none !important;
   border: 1px solid #E6E8EC !important;
   cursor: pointer;
   position: relative;
   border-radius: 5px;
  }
  .chec-box-table-head:checked:after{
  font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\2714";
    font-size: 10px;
    color: #fff !important;
    display: block;
    position: absolute;
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }
  .chec-box-table-head:checked{
    background: #5EC37F !important;
    border: none !important;
  }
  .box-icon-admin .dropdown-menu{
    padding: 0px !important;
    width: 250px !important;
    top: 10px !important;
  }
  .box-icon-admin .dropdown-menu li{
    margin: 10px 0px;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;

  }
  .box-icon-admin .dropdown-menu li a{
    color: #344054;
    height: 45px;
    line-height: 45px !important;
  }
 .title-page-admin h3{
  color:  #141416;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
 }
 .content-all-form{
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  min-height: 380px;
  margin: 20px 0px;
 }
 .content-all-form2{
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  min-height: 270px;
  margin: 20px 0px;
 }
 .content-all-form2 h4{
  color:  #141416;

  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
 }
 .content-all-form h4{
  color:  #141416;

  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
 }
 .all-input-admin{
  margin: 12px 0px;
 }
 .all-input-admin label{
  color:  #353945;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  width: 100%;
  display: block;
 }
 .all-input-admin label span{
  color: #E73F3F;
  font-weight: bold;
 }
 .all-input-admin input{
  border-radius: 8px;
  background:  #F4F5F6 !important;
  box-shadow: 0px 1px 2px 0px rgba(24, 24, 28, 0.04), 0px 3px 4px -5px rgba(24, 24, 28, 0.03);
  padding: 0px 16px;
  border: none;
  outline: none;
  height: 45px;
  width: 100%;
  margin: 5px 0px;

  color:  #6F7687;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;

 }
 .all-input-admin select{
  width: 100% !important;
  height: 45px !important;
 }
 .all-input-admin .vscomp-toggle-button{
  border-radius: 8px;
  background:  #F4F5F6 !important;
  box-shadow: 0px 1px 2px 0px rgba(24, 24, 28, 0.04), 0px 3px 4px -5px rgba(24, 24, 28, 0.03);
  padding: 0px 16px;
  border: none !important;
  outline: none;

  width: 100%;
  margin: 0px 0px !important;

  color:  #6F7687;
  height: 45px !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
 }
 .action-but-form-right{
  display: flex;
  justify-content: flex-end;
  align-items: center;
 }
 .action-but-form-right button{
  border: none;
  outline: none;
  width: 160px;
  height: 50px;
  border-radius: 6px;
 }
 .but-canacl-admin{
  background: #F4F5F6;
  color:  #353945;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;

 }
 .but-submit-admin{
  border-radius: 8px;
  border: 1px solid  #2E90FA;
  background: #2E90FA;
  box-shadow: 0px 1px 2px 0px rgba(20, 20, 22, 0.05);
  color:  #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;

 }
 .action-but-form-right button:first-child{
  margin: 0px 10px !important;
 }
.customWithTable{
  width: 10% !important;
}
.customeWidthTableBranches thead tr th:nth-child(1){
  width: 3% !important;
}
.customeWidthTableBranches thead tr th:nth-child(2){
  width: 10% !important;
}

.customeWidthTableBranches tbody tr td:nth-child(1){
  width: 3% !important;
}
.customeWidthTableBranches tbody tr td:nth-child(2){
  width: 10% !important;
}
.customeWitdthTableCampain thead tr th:nth-child(1){
  width: 10%;
}
.customeWitdthTableCampain thead tr th:nth-child(2){
  width: 50%;
}
.customeWitdthTableCampain thead tr th:nth-child(3){
  width: 20%;
}
.customeWitdthTableCampain thead tr th:nth-child(4){
  width: 20%;
}
.pop-uo-add-compaign h5{
  color:  #141416;

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  }
  .customeTableReport thead  tr th:nth-child(1){
    width: 25% !important;
  }
  .customeTableReport tbody  tr td:nth-child(1){
    width: 25% !important;
  }
  .row-upload-image{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /* padding: 20px; */

  }
  .columUploadImage{
    flex-basis: 19%;
  }
  .card-upload{
    width: 100%;
   margin-top: 15px;
    border-radius: 0px 0px 8px 8px;
    background:  #FFF;
    position: relative;
/* Shadow/md */
  box-shadow: 0px 3px 4px 0px rgba(24, 24, 28, 0.04), 0px 1px 1px 0px rgba(24, 24, 28, 0.04);
    height: 280px;
  }
  .card-upload img{
    width: 100%;
    height: 200px;
    border-radius: 8px 8px 0px 0px;
  }
  .content-upload{
    margin: 15px 10px;
  }
  .content-upload h4{
    color:  #141416;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
  }
  .content-upload h6{
    color:  #B1B5C3;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;

  }

  .pos-check-left{
    width: 25px;height: 25px;
   appearance: none !important;
   border: 1px solid #E6E8EC !important;
   background: #fff;
   cursor: pointer;
   position: relative;
   border-radius: 5px;
   position: absolute;
   top: 5px;
   left: 5px;
  }
  .pos-check-left:checked:after{
  font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\2714";
    font-size: 10px;
    color: #fff !important;
    display: block;
    position: absolute;
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }
  .pos-check-left:checked{
    background: #5EC37F !important;
    border: none !important;
  }
  .box-dotes{
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
    right: 5px;
    border: 1px solid #E6E8EC !important;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
  }
  .box-dotes span{
    font-size: 18px;

    color: #6F7687;
  }
  .select-All input{
    width: 25px;height: 25px;
    appearance: none !important;
    border: 1px solid #E6E8EC !important;
    background: #fff;
    cursor: pointer;
    position: relative;
    border-radius: 5px;
  }
  .select-All input:checked:after{
    font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\2714";
      font-size: 10px;
      color: #fff !important;
      display: block;
      position: absolute;
      top: 50%;
      left: 50% !important;
      transform: translate(-50%, -50%);
    }
    .select-All input:checked{
      background: #5EC37F !important;
      border: none !important;
    }
    .select-All{
      display: flex;
      align-items: center;
      margin: 20px 0px;
    }
    .select-All label{
      color:  #6F7687;
      font-size: 17px;
      font-style: normal;
      font-weight: 400;
      line-height: 18px; /* 150% */
      margin: 0px 10px;
      cursor: pointer;
    }
   .bgUplloadCard{
    width: 100%;
    background: #fff;
    padding: 15px !important;
    border-radius: 5px;
   }
   .customeTableRole thead tr th:nth-child(1){
    width: 5%;
   }
   .customeTableRole thead tr th:nth-child(2){
    width: 80% !important;
   }
    .customeTableRole tbody tr td:nth-child(1){
    width: 5%;
   }
   .customeTableRole tbody tr td:nth-child(2){
    width: 80% !important;
   }
   .csutomeTableRefund thead tr th:nth-child(4){
    width: 30%;
   }
   .csutomeTableRefund tbody tr td:nth-child(4){
    width: 30%;

   }
   .card-upload-filles{
    display: flex;
    min-height: 145px;
    padding: 16px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px dashed rgba(46, 144, 250, 0.29);
    background:  #F5FAFF;
   }
   .bg-icon-upload{
    display: flex;
    width: 40px;
    height: 40px;
    /* padding: 9.5px 10.25px 10.5px 9.75px; */
    justify-content: center;
    align-items: center;
    border-radius: 28px;
    background:  #D1E9FF;

   }

   .bg-icon-upload i{
    color: #475467;
    font-size: 22px;
    cursor: pointer;
   }
   .card-upload-filles h5{
    color: var(--neutrals-4, #6F7687);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
   }
   .card-upload-filles h5 span{
    color: var(--blue-500, #2E90FA);
    text-shadow: 0px 1px 2px rgba(20, 20, 22, 0.05);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;

   }
   .imageResult{
    max-width: 340px;
    max-height: 440px;
   }
   .selected-row{
    background: #F8FAFB;
   }
   .image-product{
    width: 36px;
    height: 36px;
    border-radius: 8px;
   }
   .customeTableProduct thead tr th:nth-child(2){
    width: 30%;
   }
   .customeTableProduct tbody tr td:nth-child(2){
    width: 30%;
   }
   .customeWithTableProduct thead tr th:nth-child(2){
    width: 25%;
    padding: 0px 20px !important;
   }
   .customeWithTableProduct tbody tr td:nth-child(2){
    width: 25%;
    padding: 0px 20px !important;
   }

   .customeTableBrand thead tr th:nth-child(1){
    width:4%;
   }
   .customeTableBrand thead tr th:nth-child(2){
    width: 25%;
   }
   .customeTableBrand thead tr th:nth-child(3){
    width: 25%;
   }
   .customeTableBrand thead tr th:nth-child(4){
    width:30%;
   }
   .customeTableBrand thead tr th:nth-child(5){
    width:16%;
   }

   /* --------- */

   .customeTableBrand tbody tr td:nth-child(1){
    width: 4%;
   }
   .customeTableBrand tbody tr td:nth-child(2){
    width: 25%;
   }
   .customeTableBrand tbody tr td:nth-child(3){
    width: 25%;
   }
   .customeTableBrand tbody tr td:nth-child(4){
    width:30%;
   }
   .customeTableBrand tbody tr td:nth-child(5){
    width:16%;
   }

   .card-bg-arr{
    display: flex;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    margin: 0px 5px;
    border-radius: 6px;
    max-width: 80px;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 450;
   }
   .group-attribute{
    display: flex;
    align-items: center;
   }
   .card-bg-arr:nth-child(1){
    margin: 0px !important;
   }
   .customeTableAttribute thead tr th:nth-child(1){
    width: 4%;
   }
   .customeTableAttribute thead tr th:nth-child(2){
    width: 35%;
   }
   .customeTableAttribute thead tr th:nth-child(3){
    width: 45%;
   }
   .customeTableAttribute thead tr th:nth-child(4){
    width: 16%;
   }
   .bg-color-box{
    width: 36px;
    height: 36px;
    border-radius: 6px;
   }
   .customeWithTableColor thead tr th:nth-child(1){
    width: 4%;
   }
   .customeWithTableColor thead tr th:nth-child(2){
    width: 10%;
   }
   .customeWithTableColor thead tr th:nth-child(3){
    width: 70%;
   }
   .customeWithTableColor thead tr th:nth-child(4){
    width: 16%;
   }
 /*  End Admin Page */



.circular-progress{
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: conic-gradient(#FAC650 3.6deg, #FFE6BB 0deg);
    display: flex;
    align-items: center;
    justify-content: center;
}
.circular-progress::before{
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #fff;
}
.progress-value{
    position: relative;
    font-size: 40px;
    font-weight: 600;
    color: #FAC650;
}
.cont-chart{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.cont-chart strong{
  color: #141416;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  margin-top: 10px;
}
.cont-chart p{
  color: #353945;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.card-chart-product{
  width: 100%;
  width: 100%;

  padding:10px;
  margin: 8px 0px;
  border-radius: 16px;
  background:  #FFF;

  /* Admin Card Shadow */
  box-shadow: 0px 4px 20px 0px rgba(12, 26, 75, 0.03);
}
.customeHeightDashborad{
  min-height: 250px;
}
.card-chart-product h5{
  color:  #141416;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.flex-crcile-chart{
  display: flex;
  margin: 12px 0px;
  align-items: center;
}
.info-chart-product{
  margin: 0px 10px;
}
.info-chart-product div{
  margin: 10px 0px;
  display: flex;
  align-items: center;
}
.info-chart-product div .bg-color-product{
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.info-chart-product div span{
  margin: 0px 5px;
  color: #353945;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.circular-progress2{
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: conic-gradient(#FAC650 3.6deg, #FFE6BB 0deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.circular-progress2::before{
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #fff;
}
.progress-value2{
  position: relative;
  font-size: 40px;
  font-weight: 600;
  color: #FAC650;
}
.card-product-stauts{
  width: 100%;
  padding: 12px;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 16px;
  background: #FFF;
  margin: 8px 0px;
  /* Admin Card Shadow */
  box-shadow: 0px 4px 20px 0px rgba(12, 26, 75, 0.03);
}
.card-product-stauts h6{
  color:#353945;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;

}
.card-product-stauts .flex-info-stauts-product{
  display: flex;
  align-items: center;
  margin: 10px 0px;
}
.card-product-stauts .flex-info-stauts-product h2{
  color: #141416;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  margin-top: 5px;
}
.card-product-stauts .flex-info-stauts-product  article{
  margin: 0px 10px;
  display: flex;
  align-items: center;
}
.card-product-stauts .flex-info-stauts-product  article i{
  width: 16px;
  height: 16px;
  background: #88C787;
  color: #fff;
  border-radius: 50%;
}
.color-red i{
  background: #C24842 !important;
}
.color-red span{
  color:#C24842 !important ;
}
.card-product-stauts .flex-info-stauts-product  article span{
  color: #88C787;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0px 5px;
}
.buttonArrow{
  display: flex;
  width: 24px;
  height: 24px;
  padding: 4px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid  #E6E8EC;
  background:#FFF;
  color: #B1B5C3;
}
tr.highlight td{
  background: rgba(244, 251, 246, 0.60) !important;
  font-weight: bold;
}

.iconClass{
  transform: rotate(180deg);
}
 .collapse .tables{
  width: 100% !important;

}
.collapse .tables tbody tr td{
  padding: 0px 50px !important;

}
 .collapse .tables thead tr th{
  padding: 0px 50px !important;

}
.collapse .tables thead tr th:nth-child(1){
  width: 35%;
}
 .collapse .tables thead tr th:nth-child(2){
  width: 20%;
}
.table-admin-all .collapse .tables thead tr th:nth-child(3){
  width: 25%;
}
.collapse .tables thead tr th:nth-child(4){
  width:20%;
}
 .collapse .tables thead tr{
  border-bottom: 1px solid #E6E8EC;
}

.toggleClassColpace{
  background: rgba(244, 251, 246, 0.60) !important;
  border-left: 5px solid #01A63E;

  }
  .toggleClassColpace thead th{
    padding: 0px 10px !important;
  }
  .flex-title-chart{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .flex-title-chart img{
    width: 20px;
    height: 20px;
  }
  .product-top{
    background: #FFFFFF;
    padding: 25px;
  }
  .flex-title-top-product{
    display: flex;
    justify-content: space-between;
    align-items:center ;
  }
  .flex-title-top-product h5{
    color:  #141416;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;

    letter-spacing: -0.26px;
  }
  .flex-title-top-product a{
    color: #2E90FA;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
  }
  .row-flex-product{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .colums-product{
    flex-basis: 18%;
  }
  .colums-product .card-product-top{
    width: 100%;
  }
  .colums-product .card-product-top img{
    width: 100%;
    height: 162px;
    border-radius: 8px;

  }
  .flex-star-top{
    display: flex;
    align-items: center;
    margin: 10px 0px;
  }
  .flex-star-top span{
    color: #FAC650;
    font-size: 17px;
  }
  .card-product-top h4{
    color:  #2E90FA;
    /* Text md/Bold */
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }
  .card-product-top h6{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    overflow: hidden;
    color: #141416;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;

  }
