.sideBarShadow {
    -webkit-box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    border-radius: 10px;
}
.sideBar {
    -webkit-box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    border-radius: 10px;
}

.sideBar ul {
    gap: 0.75rem;
}

.sideBar ul li {
    position: relative;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    border-radius: 12px;
    font-family: Nunito, sans-serif;
}

.sideBar ul li {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    color: rgb(21 25 29 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.nav-link {
    border-radius: 12px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 10px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    gap: 13px;

    --tw-text-opacity: 1;
    color: #686A6E;
}

.nav-link.active1 {
    background-color: rgb(232 233 235 / var(--tw-bg-opacity));
}

.nav-link.active1:before {
    position: absolute;
    left: 0px;
    height: 100%;
    width: 4px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 125 0 / var(--tw-bg-opacity));
    content: "";
}

.leftCard {
    margin-bottom: 15px;
    padding: 15px 8px 8px 8px;
    text-align: center;
    border-radius: 20px;
    background-color: #F1F2F4;
    border: none;
}

.topFive {

}

.topFive .card-header {
    color: black;
    border: none;
    background: none;
    padding: 0.75rem;
}

.i-hot-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -7px;
    right: -7px;
    z-index: 1;
    padding: 5px;
    background-color: #F0F2F5;
    border-radius: 8px;
    -webkit-border-radius: 8px;
}

.i-hot-icon svg {
    width: 13px;
    height: 13px;
    fill: #f65169;
}

.i_top_inora_avatar {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.i_top_inora_avatar img {
    height: 100%;
    width: 100%;
}

.i_top_inora_number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    position: absolute;
    left: -43px;
    top: 23px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    font-family: "Nunito", sans-serif;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #f87855;
    z-index: 1;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #F0F2F5;
}

.i_top_inora_number span {
    width: 25px;
    height: 25px;
}


.i_top_inora_user_name_hot_name {
    display: inline-block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
    font-family: "Nunito", sans-serif;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    max-width: 150px;
}


.i_top_inora_user_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    width: 100%;
    font-weight: 600;
    font-size: 15px;
    color: #000000;
}

.i_top_inora_user_name a {
    text-decoration: none;
    color: #000000;
}

.leftSidebarWrapper a {
    text-decoration: none;
}

.truncated {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.i_plus_s {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.i_top_inora_hot_name {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 13px;
    color: #525c7a;
    padding-top: 3px;
}

.i_plus_s svg {
    width: 15px;
    height: 15px;
    fill: #1e88e5;
}

.topFive {
    position: relative;
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
}

.sp_wrp {
    width: 100%;
    position: relative;
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 15px;
}

.suggested_products {
    position: relative;
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
}

.i_right_box_header {
    display: inline-block;
    width: 100%;
    padding: 15px 0px;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
}

.i_sponsorad {
    display: inline-block;
    position: relative;
    width: 100%;
}

.i_sponsorad a {
    text-decoration: none;
    width: 100%;
    display: inline-block;
    padding: 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
}

.leftSidebarWrapper a {
    text-decoration: none;
}

.transition {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.i_sponsorad a {
    text-decoration: none;
    width: 100%;
    display: inline-block;
    padding: 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
}

.leftSidebarWrapper a {
    text-decoration: none;
}

.transition {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.i_sponsored_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.i_sponsored_image {
    display: inline-block;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 135px;
    min-width: 135px;
}

.i_sponsored_title_and_desc {
    display: inline-block;
    padding: 0px 12px;
}

.i_sponsored_image img {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    width: 100%;
    position: relative;
}

.i_sponsored_title {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    font-family: "Nunito", sans-serif;
    color: #000000;
    padding-bottom: 5px;
}

.i_sponsored_ads_link {
    font-weight: 400;
    font-size: 14px;
    color: #858fad;
    font-family: "Nunito", sans-serif;
}


.i_topinoras_wrapper {
    display: inline-block;
    width: 100%;
}

.i_top_inora {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkif-flex;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    cursor: pointer;
    position: relative;
}

.i_top_inora_number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    position: absolute;
    left: 5px;
    top: 23px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    font-family: "Nunito", sans-serif;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #f87855;
    z-index: 1;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #F0F2F5;
}

.i_top_inora_avatar_wrapper {
    display: contents;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 48px;
    height: 48px;
}

.i_top_u {
    position: relative;
    display: inline-block;
}

.i_hot_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -7px;
    right: -7px;
    z-index: 1;
    padding: 5px;
    background-color: #F0F2F5;
    border-radius: 8px;
    -webkit-border-radius: 8px;
}

.i_hot_icon svg {
    width: 13px;
    height: 13px;
    fill: #f65169;
}

.sp_products {
    position: relative;
    width: 100%;
    overflow: auto;
}

.sp_product_wrapper:nth-child(1) {
    padding-right: 5px;
}

.sp_product_wrapper {
    width: 50%;
    float: left;
    overflow: hidden;
}

.sp_product_container {
    max-width: 175px;
}

.sp_product_container {
    width: 100%;
    position: relative;
    display: inline-block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-borde-radius: 10px;
    background-color: #F0F2F5;
    overflow: hidden;
    max-height: 275px;
    min-height: 275px;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

.leftSidebarWrapper a {
    text-decoration: none;
}

.sp_product_wrapper .sp_product_container .sp_product_img {
    position: relative;
    padding-top: 90%;
    width: 100%;
    min-height: 170px;
    max-height: 170px;
}

.sp_product_wrapper .sp_product_container .sp_product_img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sp_product_det {
    position: relative;
    width: 100%;
    padding: 10px;
}

.sp_product_name {
    width: 100%;
    padding-bottom: 8px;
    font-weight: 700;
    font-size: 13px;
    font-family: system-ui, -apple-system, sans-serif;
    color: #000000;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

.sp_product_name a {
    text-decoration: none;
    color: #000000;
}

.scratch {
    color: #ffffff !important;
    background: #858fad;
}

.s_p_product_type {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
    font-family: system-ui, -apple-system, sans-serif;
    -webkit-border-radius: 10px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius: 10px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-radius: 10px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 3px 9px;
}

.sp_product_price {
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    font-family: system-ui, -apple-system, sans-serif;
    color: #f65169;
    padding-top: 6px;
}


input.nosubmit {

    border: 1px solid #555;
    width: 100%;
    padding: 9px 4px 9px 40px;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;
}

form.nosubmit {
    border: none;
    padding: 0;
}

.icon-design {
    margin: 0 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    /*padding: 10px;*/
    background: #E8E9EB;
}

.icon-design svg {
    vertical-align: top;
}

.icon-row {
    display: flex;
}

.notificationCount {
    color: white;
    background: red;
    position: relative;
    top: -16px;
    right: -17px;
    border-radius: 50%;
    padding: 0 7px;
    width: 25px;
    vertical-align: top;
}
.gap-3 {
    gap: 0.75rem;
}
.items-center {
    align-items: center;
}
.flex {
    display: flex;
}
.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
.order-1 {
    order: 1;
}
._99c83f {
    gap: 0.75rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.d45b44 {
    border-radius: 0.75rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-size: .875em;
}
._4612cb {
    --tw-bg-opacity: 1;
    background-color: rgb(26 32 44 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.c005cb {
    gap: 0.25rem;
    padding-left: .75rem;
    padding-right: .75rem;
}
.c79e22 {
    display: flex;
    font-weight: 800;
    outline: 2px solid transparent;
    outline-offset: 2px;
}
button {
    position: relative;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

@media (max-width: 960px) {

    .hidden-mobile {
        display: none !important;
    }
}

/* Google Font Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins" , sans-serif;
}
.sidebar{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 78px;
    background: #11101D;
    padding: 6px 14px;
    z-index: 99;
    transition: all 0.5s ease;
}
.sidebar.open{
    width: 320px;
}
.sidebar .logo-details{
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
}
.sidebar .logo-details .icon{
    opacity: 0;
    transition: all 0.5s ease;
}
.sidebar .logo-details .logo_name{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    opacity: 0;
    transition: all 0.5s ease;
}
.sidebar.open .logo-details .icon,
.sidebar.open .logo-details .logo_name{
    opacity: 1;
}
.sidebar .logo-details #btn{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 22px;
    transition: all 0.4s ease;
    font-size: 23px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease;
}
.sidebar.open .logo-details #btn{
    text-align: right;
}
.sidebar i{
    color: #fff;
    height: 60px;
    min-width: 50px;
    font-size: 28px;
    text-align: center;
    line-height: 60px;
}
.sidebar .nav-list{
    margin-top: 20px;
    height: 100%;
}
.sidebar li{
    position: relative;
    margin: 8px 0;
    list-style: none;
}
.sidebar li .tooltip{
    position: absolute;
    top: -20px;
    left: calc(100% + 15px);
    z-index: 3;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    opacity: 0;
    white-space: nowrap;
    pointer-events: none;
    transition: 0s;
}
.sidebar li:hover .tooltip{
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
    top: 50%;
    transform: translateY(-50%);
}
.sidebar.open li .tooltip{
    display: none;
}
.sidebar input{
    font-size: 15px;
    color: #FFF;
    font-weight: 400;
    outline: none;
    height: 50px;
    width: 100%;
    width: 50px;
    border: none;
    border-radius: 12px;
    transition: all 0.5s ease;
    background: #1d1b31;
}
.sidebar.open input{
    padding: 0 20px 0 50px;
    width: 100%;
}
.sidebar .bx-search{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 22px;
    background: #1d1b31;
    color: #FFF;
}
.sidebar.open .bx-search:hover{
    background: #1d1b31;
    color: #FFF;
}
.sidebar .bx-search:hover{
    background: #FFF;
    color: #11101d;
}
.sidebar li a{
    display: flex;
    height: 100%;
    width: 100%;
    border-radius: 12px;
    align-items: center;
    text-decoration: none;
    transition: all 0.4s ease;
    background: #11101D;
}
.sidebar li a:hover{
    background: #FFF;
}
.sidebar li a .links_name{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
}
.sidebar.open li a .links_name{
    opacity: 1;
    pointer-events: auto;
}
.sidebar li a:hover .links_name,
.sidebar li a:hover i{
    transition: all 0.5s ease;
    color: #11101D;
}
.sidebar li i{
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-radius: 12px;
}
.sidebar li.profile{
    position: fixed;
    height: 60px;
    width: 78px;
    left: 0;
    bottom: -8px;
    padding: 10px 14px;
    background: #1d1b31;
    transition: all 0.5s ease;
    overflow: hidden;
}
.sidebar.open li.profile{
    width: 320px;
}
.sidebar li .profile-details{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.sidebar li img{
    height: 45px;
    width: 45px;
    object-fit: cover;
    border-radius: 6px;
    margin-right: 10px;
}
.sidebar li.profile .name,
.sidebar li.profile .job{
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
}
.sidebar li.profile .job{
    font-size: 12px;
}
.sidebar .profile #log_out{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #1d1b31;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 0px;
    transition: all 0.5s ease;
}
.sidebar.open .profile #log_out{
    width: 50px;
    background: none;
}
.home-section{
    
    background: #E4E9F7;
    min-height: 100vh;
    
    width: calc(100% - 78px);
    
    z-index: 2;
    padding-left: 20px;
}
.sidebar.open ~ .home-section{
    left: 320px;
    width: calc(100% - 320px);
}
.home-section .text{
    display: inline-block;
    color: #11101d;
    font-size: 25px;
    font-weight: 500;
    margin: 18px
}
@media (max-width: 420px) {
    .sidebar li .tooltip{
        display: none;
    }
    /* Common styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Sidebar styles */
.sidebar {
  /* Existing styles */
}

.sidebar.open {
  /* Existing styles */
}

/* Other existing styles for sidebar... */

/* Home section styles */
.home-section {
  /* Existing styles */
}

/* Text style for home section */
.home-section .text {
  /* Existing styles */
}

/* Media Queries for Mobile Responsiveness */
@media (max-width: 768px) {
  .sidebar {
    width: 100%;
    padding: 6px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .sidebar .logo-details {
    display: none;
  }

  .sidebar.open .logo-details {
    display: flex;
    align-items: center;
  }

  .sidebar .nav-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .sidebar li {
    margin: 0;
  }

  .sidebar li a {
    width: 100%;
    justify-content: center;
    padding: 12px 0;
  }

  .sidebar li a .links_name {
    opacity: 1;
  }

  .sidebar li .tooltip {
    display: none;
  }

  .home-section {
    padding-left: 0;
    left: 0;
    width: 100%;
  }
@media only screen and (max-width: 767px) {
        /* Define styles for mobile-only elements */
        .mobile-only {
            display: table-cell !important; /* Show on mobile */
        }

        /* Hide desktop-only elements on mobile */
        .desktop-only {
            display: none !important;
        }
    }

    @media only screen and (min-width: 768px) {
        /* Hide mobile-only elements on desktop */
        .mobile-only {
            display: none !important;
        }

        /* Define styles for desktop-only elements */
        .desktop-only {
            display: table-cell !important; /* Show on desktop */
        }
    }