@font-face {
    font-family: STCregularfont;
    src: url(../fonts/STC-Regular.ttf);
  }
  
  @font-face {
    font-family: STClightfont;
    src: url(../fonts/STC-Light.otf);
  }
  
  @font-face {
    font-family: STCboldfont;
    src: url(../fonts/STC-Bold.ttf);
  }
  
  .layout-sidebar-large .sidebar-left .navigation-left {
    width: 250px;
    height: fit-content;
  }
  
  .layout-sidebar-large .sidebar-left {
    left: -270px;
  }
  
  .main-content-wrap.sidenav-open {
    width: calc(100% - 250px);
  }
  
  .nav-item {
    border: 0 !important;
  }
  
  .layout-sidebar-large
  .sidebar-left
  .navigation-left
  .nav-item.active
  .nav-item-hold
  .nav-icon {
    color: white;
  }
  
  .layout-sidebar-large
  .sidebar-left
  .navigation-left
  .nav-item
  .nav-item-hold
  .feather,
  .layout-sidebar-large
  .sidebar-left
  .navigation-left
  .nav-item
  .nav-item-hold
  .nav-icon {
    color: #ffffff;
  }
  
  .layout-sidebar-large
  .sidebar-left
  .navigation-left
  .nav-item
  .nav-item-hold
  .feather,
  .layout-sidebar-large
  .sidebar-left
  .navigation-left
  .nav-item
  .nav-item-hold
  .nav-icon {
    font-size: xx-large !important;
    color: #020659;
  }
  
  .layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold {
    display: inline-flex;
    width: 100%;
    padding: 20px 0 20px 40px;
    color: #0b192b;
    margin: auto;
    font-size: large;
  }
  
  .layout-sidebar-large
  .sidebar-left
  .navigation-left
  .nav-item
  .nav-item-hold
  .nav-text {
    font-weight: 500;
    font-size: 18px;
  }
  
  [dir="rtl"] .nav-text-settings {
    margin-right: 10px;
  }
  
  .layout-sidebar-large
  .sidebar-left
  .navigation-left
  .nav-item
  .nav-item-hold
  .feather,
  .layout-sidebar-large
  .sidebar-left
  .navigation-left
  .nav-item
  .nav-item-hold
  .nav-icon {
    font-size: unset;
    height: 0;
    width: 32px;
    display: block;
    margin: 0 15px 0 0;
  }
  
  .layout-sidebar-large .sidebar-left .navigation-left .nav-item.active,
  .layout-sidebar-large
  .sidebar-left
  .navigation-left
  .nav-item.active
  .nav-item-hold {
    color: #ffffff;
    background-color: #020659;
  }
  
  .layout-sidebar-large
  .sidebar-left
  .navigation-left
  .nav-item.active
  .triangle {
    border-color: transparent transparent #020659;
  }
  
  .li-none {
    list-style-type: none;
    padding-left: 20px;
    float: right;
    width: -webkit-fill-available;
    background-color: #f7f7f7;
    padding-top: 10px;
  }
  
  .li-none .nav-item a {
    color: #000000;
    padding-bottom: 5px !important;
    font-size: 15px;
  }
  
  .li-none .nav-item {
    padding-bottom: 5px !important;
  }
  
  li.nav-item.active a {
    color: #020659;
  }
  
  li.nav-item a {
    cursor: pointer;
  }
  
  .glow-border:hover {
    border: 1px solid #020659;
  }
  
  .glow-border {
    border: 1px solid transparent;
  }
  
  .glow_borders {
    border: 1px solid #020659;
  }
  
  .glow_color {
    color: #020659 !important;
  }
  .color_white {
    color: #ffffff !important;
  }
  
  .page-sidebar-checkout {
    background-color: #f2f2f2;
    box-shadow: 0 8px 12px -13px black;
  }
  
  .gray_color {
    background-color: #f2f2f2 !important;
  }
  
  .color_gray {
    color: #bfbcbc !important;
  }
  
  .bg_glow {
    background-color: #020659 !important;
  }
  
  .product_filter {
    background-color: #020659;
    color: #ffffff;
    padding: 10px 20px 10px 20px;
  }
  
  .white_color {
    background-color: #ffffff;
    padding: 10px;
  }
  
  .cart {
    font-weight: 500;
    font-size: large;
    margin-right: 10px;
  }
  
  [dir="rtl"] .cart {
    font-weight: 500;
    font-size: large;
    margin-left: 10px;
  }
  
  .search_input {
    background-color: #ffffff;
    border: 0;
  }
  
  .text_center {
    text-align: -webkit-center !important;
  }
  
  .content_center {
    justify-content: center !important;
  }
  
  .product_modal {
    width: 200%;
    left: -40%;
    margin-top: 16%;
  }
  
  [dir="rtl"] .product_modal {
    width: 200%;
    right: -40%;
    margin-top: 16%;
  }
  
  @media (max-width: 1100px) {
    .product_modal {
      width: 130% !important;
      left: -95px !important;
    }
    [dir="rtl"] .product_modal {
      width: 130% !important;
      right: -95px !important;
    }
  }
  
  @media (max-width: 767px) {
    .product_modal {
      margin-top: 1%;
      width: 75% !important;
      left: 40px !important;
    }
    [dir="rtl"] .product_modal {
      margin-top: 1%;
      width: 75% !important;
      right: 40px !important;
    }
    #modal_img {
      width: 50% !important;
    }
  }
  
  .integration_items {
    display: flex;
    flex-flow: row wrap;
  }
  
  .integration_items a {
    display: inline-block;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 10px;
    width: 20%;
    transition: all 0.35s cubic-bezier(0.2, 1, 0.3, 1) 0s;
  }
  
  .int_img {
    display: block;
    width: 100%;
    max-height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  
  .wallet_img {
    display: block;
    width: 171px;
    max-height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  
  .color_black {
    color: #000000;
  }
  
  .bg_dark_purple {
    background-color: #041a4a;
  }
  .bg_purple {
    background-color: #2c0c61;
  }
  .bg_light_purple {
    background-color: #503e78;
  }
  .bg_trns {
    background-color: transparent;
  }
  .trans_border {
    border: 1px solid transparent;
  }
  .bg_orange {
    background-color: #020659;
  }
  
  .sub-up {
    padding: 30px 0px 20px 0px;
    border-radius: 10px;
  }
  .sub-down {
    padding-bottom: 20px;
  }
  
  #inner {
    background-color: #020659;
    width: 100px;
    height: 100px;
    left: -50px;
    position: relative;
    border-radius: 50px;
  }
  
  [dir="rtl"] #inner {
    background-color: #020659;
    width: 100px;
    height: 100px;
    right: -50px;
    position: relative;
    border-radius: 50px;
  }
  
  #outer {
    transform: rotate(180deg);
    position: absolute;
    right: 15px;
    width: 60px;
    height: 40px;
    overflow: hidden;
    border-radius: 0px 0px 0px 10px;
  }
  
  [dir="rtl"] #outer {
    transform: rotate(180deg);
    position: absolute;
    /* right: 15px; */
    width: calc(100% - 29px);
    left: 0;
    height: 40px;
    overflow: hidden;
    border-radius: 0px 0px 10px 0px;
  }
  
  .start {
    position: absolute;
    margin-top: -85px;
    margin-left: 10px;
  }
  
  [dir="rtl"] .start {
    position: absolute;
    margin-top: -85px;
    margin-right: 7px;
  }
  
  #inner2 {
    width: 100px;
    height: 84px;
    left: -50px;
    position: relative;
    border-radius: 50px;
  }
  
  [dir="rtl"] #inner2 {
    width: 100px;
    height: 84px;
    right: -50px;
    position: relative;
    border-radius: 50px;
  }
  
  #outer2 {
    transform: rotate(142deg);
    position: absolute;
    right: 42%;
    width: 60px;
    height: 40px;
    overflow: hidden;
  }
  
  [dir="rtl"] #outer2 {
    transform: rotate(214deg);
    position: absolute;
    left: 42%;
    width: 60px;
    height: 40px;
    overflow: hidden;
  }
  
  .down {
    color: white;
    position: absolute;
    margin-top: -74px;
    margin-left: 21px;
    transform: rotate(217deg);
  }
  
  [dir="rtl"] .down {
    color: white;
    position: absolute;
    margin-top: -74px;
    margin-right: 19px;
    transform: rotate(145deg);
  }
  
  .red_btn {
    background-color: #ea725f;
    color: #ffffff;
    width: 75%;
    margin-left: 13%;
    text-align: center;
    padding: 5px 0 5px 0;
    margin-top: -15px;
    border: 0;
  }
  
  [dir="rtl"] .red_btn {
    background-color: #ea725f;
    color: #ffffff;
    width: 75%;
    margin-right: 13%;
    text-align: center;
    padding: 5px 0 5px 0;
    margin-top: -15px;
  }
  
  .right {
    background: #a00f0f;
    float: right;
    margin: 0;
    padding: 8px 10px 7px 11px;
    margin-top: -3px;
  }
  
  [dir="rtl"] .right {
    background: #a00f0f;
    float: left;
    margin: 0;
    padding: 8px 10px 7px 11px;
    margin-top: -3px;
    transform: rotate(180deg);
  }
  
  .shadow {
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.32) !important;
    border-radius: 10px;
  }
  
  .setting_sidebar_ul {
    list-style-type: none;
    border-radius: 10px;
    margin: 0;
    padding: 0;
  }
  
  .setting_sidebar_li {
    padding: 7px 12px 7px 12px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    border: 0;
  }
  
  .setting_sidebar_ul .setting_sidebar_li:hover {
    background-color: #f2f2f2;
  }
  .setting_sidebar_ul .setting_sidebar_li:hover.active {
    background-color: #020659;
  }
  
  .nav-pills .nav-link:hover {
    background-color: #f2f2f2;
  }
  
  .nav-pills .nav-link.active:hover {
    background-color: #020659;
  }
  
  .nav-pills {
    font-size: 18px;
  }
  
  .setting_sidebar_li a:hover {
    color: #000000;
  }
  
  .setting_sidebar_li.active,
  .setting_sidebar_li.active a {
    background-color: #020659;
    color: #ffffff;
  }
  
  .profit_text {
    display: flex;
    justify-content: space-evenly;
  }
  
  .card-header:first-child {
    border-radius: 8px 8px 0 0;
    background: inherit;
  }
  
  ul li a {
    color: #000000;
  }
  
  .selected {
    position: absolute;
    width: 80px;
    height: 80px;
    overflow: hidden;
    background-color: transparent;
  }
  
  [dir="rtl"] .selected {
    position: absolute;
    width: 105px;
    height: 80px;
    overflow: hidden;
    background-color: transparent;
    transform: rotate(1deg);
    right: 190px;
  }
  
  [dir="rtl"] .selected_dash {
    position: absolute;
    width: 105px;
    height: 80px;
    overflow: hidden;
    background-color: transparent;
    transform: rotate(1deg);
    right: 178px;
  }
  
  .seltext {
    background: green;
    color: #ffffff;
    transform: rotate(-35deg);
    font-size: small;
    text-align: center;
    margin: 12px -8px 0px -31px;
  }
  
  [dir="rtl"] .seltext {
    background: green;
    color: #ffffff;
    transform: rotate(-35deg);
    font-size: small;
    text-align: center;
    margin: 19px -8px 0px -31px;
  }
  
  .switch .slider {
    position: absolute;
    cursor: pointer;
    width: 42px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 34px;
    background-color: #e7e7e7;
    transition: 0.4s;
  }
  
  .switch-primary input:checked + .slider {
    background-color: #020659;
  }
  
  .btns-success:hover {
    background: #020659;
    box-shadow: 0 8px 25px -8px #020659;
    border-color: #020659;
  }
  
  .btns-success {
    border-color: none;
    background-color: #020659;
  }
  
  /* transition: 0.4s;
  } */
  
  .border_bottom_glow {
    border-bottom: 1px solid #020659;
  }
  
  .mypro_main {
    display: inline-flex;
  }
  
  .border_none {
    border: none !important;
  }
  
  .wallet_table {
    border: none !important;
  }
  
  .wallet_table thead tr th {
    text-align: center;
    border: none !important;
  }
  
  .wallet_table tbody tr th:first-child {
    text-align: center;
    height: auto;
    width: 10px;
  }
  
  .wallet_table tbody tr td:last-child {
    text-align: center;
    height: 60px;
    width: 210px;
    min-width: 210px;
  }
  .wallet_table tbody tr td:nth-child(2) {
    text-align: center;
    height: 60px;
    width: 115px;
    min-width: 115px;
  }
  
  .wallet_table tbody tr td {
    height: 60px;
    text-align: center;
    width: 100px;
    min-width: 100px;
  }
  
  .order_table {
    border: none !important;
  }
  
  .order_table thead tr th {
    text-align: center;
    border: none !important;
  }
  
  .order_table tbody tr th:first-child {
    text-align: center;
    height: auto;
    width: 10px;
  }
  
  .order_table tbody tr td {
    text-align: center;
    height: 80px;
    width: 150px;
    min-width: 150px;
  }
  
  #zero_configuration_table input {
    border-radius: 0px;
  }
  
  .font_18 {
    font-size: 18px !important;
  }
  
  [dir="ltr"] .checkout-btn {
    border-radius: -2px;
    color: rgb(255, 255, 255);
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    font-size: 1.08333rem;
    font-weight: bold;
    text-transform: none;
    text-align: center;
    /* padding: 0px 42px; */
    line-height: 50px;
    margin-bottom: 10px;
  }
  
  [dir="ltr"] .sidebar-modern-inner {
    background: white;
    position: relative;
    margin-top: 10px;
  }
  
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #020659;
    border-color: #020659;
  }
  
  .page-link {
    color: #020659;
  }
  
  .layout-sidebar-large .sidebar-left-secondary.open {
    left: 250px;
  }
  [dir="rtl"] .layout-sidebar-large .sidebar-left-secondary.open {
    right: 250px;
  }
  
  .layout-sidebar-large .sidebar-left .navigation-left .nav-item:hover {
    background-color: #ffffff;
    color: black;
  }
  
  .buttom-sidebar {
    height: auto !important;
    bottom: 0;
    margin-top: auto !important;
  }
  
  .sidebar-left {
    background-color: #f2f2f2 !important;
    display: grid;
  }
  
  .layout-sidebar-large .sidebar-overlay {
    width: calc(100% - 470px);
  }
  
  .grayscale {
    filter: grayscale(100%);
  }
  
  .not_allowed {
    cursor: not-allowed;
  }
  
  .text-black {
    color: #000000 !important;
  }
  .product_modal_main {
    padding-left: 15px;
  }
  
  [dir="ltr"] .user_wallet {
    margin-right: 2rem;
  }
  
  .btn-warning {
    color: white !important;
  }
  
  .btn-warning:hover {
    background-color: #f6bb0a;
  }
  
  [dir="rtl"] .lang {
    float: right;
  }
  
  .oneline_text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
  }
  
  .hide {
    display: none !important;
  }
  
  .show {
    display: block !important;
  }
  
  .d-grid {
    display: grid !important;
  }
  
  .color_red {
    color: red;
  }
  
  .border_bottom_gray {
    border-bottom: 1px solid #dee2e6;
  }
  
  @media (max-width: 767px) {
    .sticky_searchBar {
      display: none !important;
    }
    .add_product {
      top: 70px !important;
    }
    #filter_form {
      display: none;
    }
    .m-none {
      display: none;
    }
    .card-product .bottom-wrap {
      padding: 7px !important;
    }
    .card-product .img-wrap {
      padding: 7px !important;
    }
    .m-show {
      display: block !important;
    }
  }
  
  .m_filters {
    background-color: rgb(247, 247, 250);
    width: 100%;
    height: 100%;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 6px;
    display: flex;
    flex-direction: column;
    z-index: 100;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
  }
  
  button.swal2-confirm.btn.btn-success.mr-5 {
    display: inline-block;
  }
  
  .locked {
    pointer-events: none;
    opacity: 0.4;
  }
  
  .alert_mess {
    width: 100%;
    position: relative;
  }
  
  span.locked {
    margin-top: 50%;
    background-color: #000000;
    position: absolute;
    font-size: large;
    color: white;
    width: 80%;
    text-align: -webkit-center;
    left: 10%;
  }
  
  [dir="rtl"] .locked1 {
    margin-top: 50%;
    background-color: #000000;
    position: absolute;
    font-size: large;
    color: white;
    width: 89%;
    text-align: -webkit-center;
    right: 10%;
  }
  
  .image-wraps {
    width: 20%;
    height: 100px;
    right: 25%;
    display: contents;
  }
  [dir="rtl"].image-wraps {
    display: contents;
    width: 20%;
    height: 100px;
    left: 25%;
  }
  
  @media only screen and (max-width: 767px) {
    .image-wrap {
      width: 150px;
      height: 100px;
      left: 25%;
    }
    [dir="rtl"] .image-wrap {
      width: 150px;
      height: 100px;
      right: 25%;
      left: auto;
    }
    .flex-row.tag-list.text-black {
      justify-content: center;
      margin-top: 15px;
    }
  }
  
  #news-bar {
    width: 50%;
    background: white;
    /* box-shadow: 0 4px 10px black, 0 0 10px black inset; */
    border-radius: 15px;
    font: 21px bold;
    padding: 4px;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  #news-bar:hover {
    transition: 0.37s;
  }
  
  #news-bar a {
    padding: 8px 2px;
    color: black;
    text-decoration: none;
  }
  
  #news-bar a:hover {
    transition: 0.37s;
    color: #020659;
  }
  
  .text_left {
    text-align: left;
  }
  
  .modal-body-bundle {
    height: 450px;
  }
  
  .nav-tabs {
    border: none !important;
  }
  
  .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #ffffff #ffffff #fff;
    border-top: 3px solid blue !important;
  }
  
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    border-top: 3px solid #eee;
    font-size: 20px;
  }
  
  .nav-tabs .nav-link:hover {
    border-color: #e9ecef #ffffff #ffffff;
  }
  
  .nav-tabs {
    display: table !important;
    width: 100%;
  }
  
  .notification_img {
    width: 84px;
    height: 60px;
  }
  
  @media only screen and (max-width: 767px) {
    .myList_mobile {
      padding: 0;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .admin_mobile {
      left: -72% !important;
    }
    .mobile_left {
      left: 0% !important;
    }
    .grid_mobile {
      display: grid !important;
    }
    .mobile_end {
      text-align: end !important;
    }
  
    /* sidebar */
    .main-content-wrap.sidenav-open {
      width: 100%;
    }
    .layout-sidebar-large .sidebar-overlay {
      width: calc(100% - 340px);
    }
    .layout-sidebar-large .sidebar-left-secondary.open {
      /* z-index: 90; */
      left: 120px;
    }
    [dir="rtl"] .layout-sidebar-large .sidebar-left-secondary.open {
      /* z-index: 90; */
      right: 120px;
    }
    .layout-sidebar-large .sidebar-left .navigation-left .nav-item {
      height: 75px !important;
      border-bottom: 1px solid #dee2e6 !important;
    }
    .layout-sidebar-large
    .sidebar-left
    .navigation-left
    .nav-item
    .nav-item-hold
    .feather,
    .layout-sidebar-large
    .sidebar-left
    .navigation-left
    .nav-item
    .nav-item-hold
    .nav-icon {
      padding-left: 30px;
    }
    .layout-sidebar-large
    .sidebar-left
    .navigation-left
    .nav-item
    .nav-item-hold
    .nav-text {
      margin-top: 35px;
      margin-left: -20px;
      color: #020659;
    }
    .layout-sidebar-large
    .sidebar-left
    .navigation-left
    .nav-item.active
    .nav-item-hold
    .nav-text {
      color: #ffffff;
    }
    /* sidebar end */
  
    [dir="rtl"] .admin_mobile {
      right: 0 !important;
    }
    .sold_out_mobile {
      text-align: right !important;
    }
    .mobile_btn {
      display: inline-flex !important;
    }
  
    .integration_items a {
      width: 150px;
    }
    [dir="rtl"] .main-content {
      display: contents;
    }
    div#no-more-tables_info {
      margin-top: 20px;
    }
    ul.pagination {
      padding: 0 !important;
      margin-bottom: 10px !important;
      justify-content: center;
    }
    .itemContainer {
      display: block !important;
    }
    .mobile_btn {
      width: 100%;
      justify-content: flex-end;
    }
    .mobile-right {
      text-align: right;
    }
    .image-wrap.mobile_left {
      width: 65px;
    }
  
    .timelineContainer {
      overflow: hidden;
    }
    .overflow_scroll {
      overflow: scroll;
    }
    div#pagination {
      overflow: scroll;
    }
    .image-wrap.admin_mobile {
      width: 75px;
      height: auto;
      margin-left: 15px;
    }
    .content-wrap {
      width: -webkit-fill-available;
      justify-content: space-between !important;
      overflow: hidden !important;
      text-align-last: right !important;
    }
    .content-wrap div span {
      text-align: right !important;
    }
    a.nav-item {
      color: #ffffff;
      background-color: #020659;
    }
    a.nav-item {
      background-color: #020659;
    }
    ul#list {
      text-align: left;
    }
    a.nav-item span.item-name,
    a.nav-item i {
      padding-left: 15px;
      color: #ffffff;
      font-weight: 500;
      font-size: 15px;
    }
    a.nav-item span.item-name {
      padding-top: 10px;
    }
    a.nav-item i {
      padding-left: 50px;
      font-size: x-large;
    }
    .zero_padding {
      padding: 0 !important;
    }
    .font_large {
      font-size: large;
    }
    .moveup {
      top: -36px;
    }
    .movedown {
      top: 23px;
    }
  }
  @media only screen and (min-width: 767px) {
    .web_not {
      display: none !important;
    }
  }
  
  .border-left-trans {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: transparent;
  }
  
  .border-right-trans {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: transparent;
  }
  
  .glow_borders:focus {
    border: 1px solid #020659 !important;
  }
  
  .border-right-trans:focus {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: transparent !important;
  }
  
  a.divlink {
    display: block;
  }
  
  .cs_img {
    display: block;
    width: 20%;
    max-height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  
  .fit-content {
    width: fit-content;
  }
  
  .star-rating {
    margin: 25px 0 0px;
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    width: 175px;
    height: 35px;
    overflow: hidden;
    position: relative;
    background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=");
    background-size: contain;
  }
  .star-rating i {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20%;
    z-index: 1;
    background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=");
    background-size: contain;
  }
  .star-rating input {
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    display: inline-block;
    width: 20%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
  }
  .star-rating input:hover + i,
  .star-rating input:checked + i {
    opacity: 1;
  }
  .star-rating i ~ i {
    width: 40%;
  }
  .star-rating i ~ i ~ i {
    width: 60%;
  }
  .star-rating i ~ i ~ i ~ i {
    width: 80%;
  }
  .star-rating i ~ i ~ i ~ i ~ i {
    width: 100%;
  }
  .readonly_star {
    margin: 25px 0 0px;
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    width: 175px;
    height: 35px;
    overflow: hidden;
    position: relative;
    background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=");
    background-size: contain;
  }
  .readonly_star i {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20%;
    z-index: 1;
    background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=");
    background-size: contain;
  }
  .readonly_star input {
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    display: inline-block;
    width: 20%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
  }
  
  .readonly_star input:checked + i {
    opacity: 1;
  }
  .readonly_star i ~ i {
    width: 40%;
  }
  .readonly_star i ~ i ~ i {
    width: 60%;
  }
  .readonly_star i ~ i ~ i ~ i {
    width: 80%;
  }
  .readonly_star i ~ i ~ i ~ i ~ i {
    width: 100%;
  }
  
  .dirChange {
    direction: rtl;
  }
  
  .dir_change {
    direction: ltr;
  }
  
  .centering input {
    width: 30px;
    height: 50px;
    /* background-color: gray; */
    border: 1 gray solid;
    border-radius: 10px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-family: "Raleway", sans-serif;
    font-weight: 200;
    color: black;
    margin: 0 2px;
  }
  
  .centering label {
    padding: 0 5px;
    color: white;
    font-size: 24px;
  }
  .prompt {
    margin-bottom: 20px;
    font-size: 20px;
    color: white;
  }
  
  .color-green {
    color: green;
  }
  
  .parent {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    opacity: 0.5;
    background: lightgray;
    z-index: 10;
  }
  
  .subParent {
    width: 66%;
    height: auto;
    position: absolute;
    top: 5%;
    left: 15%;
    z-index: 11;
    background-color: white;
    border-radius: 5px;
  }
  
  .order_status::after {
    content: " | ";
  }
  
  .Ordered {
    background-color: #020659;
  }
  .Payment {
    background-color: #2185a9;
  }
  .Processing {
    background-color: #9979ff;
  }
  .Shipped {
    background-color: #632b2b;
  }
  .Delivered {
    background-color: #40b000;
  }
  .Free {
    background-color: #020659;
  }
  .Basic {
    background-color: #503e78;
  }
  .Premium {
    background-color: #2c0c61;
  }
  .VIP {
    background-color: #041a4a;
  }
  .h-fit {
    height: fit-content;
  }
  .new {
    background-color: #020659;
  }
  .pending {
    background-color: #632b2b;
  }
  .open {
    background-color: #2185a9;
  }
  .closed {
    background-color: #041a4a;
  }
  .resolved {
    background-color: #40b000;
  }
  .reopen {
    background-color: #9979ff;
  }
  .font-smaller {
    font-size: smaller;
  }
  .secuirty {
    -webkit-text-security: disc;
  }
  
  dt {
    font-weight: 700;
    text-align: left;
  }
  
  dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
    text-align: left;
  }
  
  .h-10 {
    height: 10% !important;
  }
  
  .comment_right {
    width: 80%;
    min-width: 80%;
    background: #f5f5f5 !important;
    text-align: right;
    border-radius: 20px;
    padding: 20px;
    padding-bottom: 2px;
    margin-left: 20%;
    margin-bottom: 2%;
  }
  
  .comment_left {
    padding: 20px;
    padding-bottom: 2px;
    margin-right: 20%;
    margin-bottom: 2%;
    width: 80%;
    background: #e1f7cb !important;
    border-radius: 20px;
  }
  
  .gray-color {
    color: gray;
  }
  
  .font_weight {
    font-weight: 700 !important;
  }
  .comment_height {
    max-height: 650px;
    overflow: auto;
  }
  
  .sub {
    /* color: #fff !important; */
    /* background-color: #f44336; */
    position: fixed !important;
    z-index: 950;
    width: 100%;
    top: 0px;
    padding: 0.75rem 1.25rem;
    font-size: 16px;
    margin-bottom: 0 !important;
    text-align: center;
    border-bottom: 1px solid rgba(162, 162, 162, 0.2) !important;
  }
  
  .margin-top-40 {
    margin-top: 40px;
  }
  
  .badge-size{
    font-size: 14px;
    padding: 8px;
    margin: 4px;
  }
  
  @media only screen and (max-width: 767px) {
    .badge-size {
      font-size: 10px;
      padding: 4px;
      margin: 2px;
    }
  }
  
  .flex-container {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 20px;
  }
  
  /* This code is just to style the inner div elements. */
  .flex-container > div {
    /* background-color: #f1f1f1; */
    align-self: center;
    color: #000000;
    width: 250px;
    margin: 10px;
    padding: 10px;
    text-align: center;
    line-height: 100px;
    font-size: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 20px 1px rgb(0 0 0 / 6%), 0 1px 4px rgb(0 0 0 / 8%);
    border: 0;
  }
  
  
  .underline{
    text-decoration: underline;
  }
  
  .active_card {
    border: 1px solid #020659;
    border-radius: 10px;
  }
  
  .date_picker {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    width: fit-content;
    background: #020659;
    border-radius: 10px;
    font-weight: 900;
    font-family: inherit !important;
  }
  
  .ranges,
  .drp-calendar,
  .daterangepicker,
  .daterangepicker.ltr.show-ranges.opensright.show-calendar,
  .daterangepicker.ltr.show-ranges.opensright,
  .table.table-condensed,
  .daterangepicker .calendar-table table,
  .calendar-table {
    background: #020659;
  }
  
  .drp-calendar,
  .calendar-table,
  .daterangepicker.show-ranges.ltr .drp-calendar.left {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
  }
  
  .daterangepicker .calendar-table table tbody,
  .daterangepicker td.off,
  .daterangepicker td.off.in-range,
  .daterangepicker td.off.start-date,
  .daterangepicker td.off.end-date {
    background: #020659 !important;
  }
  
  .daterangepicker .ranges li.active {
    background-color: #FFDE7E !important;
    color: #000000 !important;
  }
  
  .daterangepicker td.active,
  .daterangepicker td.active:hover,
  .daterangepicker .ranges li:hover {
    background-color: #FFDE7E !important;
    color: #000000 !important;
  }
  
  .daterangepicker td.in-range,
  .daterangepicker td.active,
  .daterangepicker td.active:hover {
    background-color: #FFDE7E !important;
    color: #ffffff !important;
  }
  
  .daterangepicker .drp-buttons {
    border-top: 1px solid !important;
  }
  
  .daterangepicker .drp-calendar.left .calendar-table {
    border-left: 1px solid !important;
    border-bottom: 1px solid !important;
  }
  
  .daterangepicker:after {
    border-bottom: 6px solid #020659 !important;
  }
  
  .daterangepicker .drp-buttons .btn {
    display: none;
  }
  
  @media only screen and (min-width: 768px) {
    .daterangepicker.ltr.show-ranges.opensright.show-calendar {
      width: 337px
    }
    .daterangepicker .drp-calendar.right {
      margin-left: 108px !important;
      border-top: 1px solid !important;
    }
    .ranges {
      /* margin-top: 50px !important; */
      text-align-last: center !important;
    }
    .daterangepicker .ranges ul,
    .daterangepicker .ranges ul li {
      width: auto !important;
      padding-bottom: 20px;
      padding-top: 20px;
    }
    .daterangepicker .drp-calendar.right .calendar-table {
      margin-top: -176px !important;
      border-left: 1px solid !important;
      border-top: 1px solid !important;
    }
  }
  
  
  /*======= new datepicker code start =====*/
  
  .daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 278px;
    max-width: none;
    padding: 0;
    margin-top: 7px;
    top: 100px;
    left: 20px;
    z-index: 3001;
    display: none;
    /* font-family: stcl; */
    font-size: 15px;
    line-height: 1em;
  }
  
  .daterangepicker:before,
  .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
  }
  
  .daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
  }
  
  .daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
  }
  
  .daterangepicker.opensleft:before {
    right: 9px;
  }
  
  .daterangepicker.opensleft:after {
    right: 10px;
  }
  
  .daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
  }
  
  .daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
  }
  
  .daterangepicker.opensright:before {
    left: 9px;
  }
  
  .daterangepicker.opensright:after {
    left: 10px;
  }
  
  .daterangepicker.drop-up {
    margin-top: -7px;
  }
  
  .daterangepicker.drop-up:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc;
  }
  
  .daterangepicker.drop-up:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff;
  }
  
  .daterangepicker.single .daterangepicker .ranges,
  .daterangepicker.single .drp-calendar {
    float: none;
  }
  
  .daterangepicker.single .drp-selected {
    display: none;
  }
  
  .daterangepicker.show-calendar .drp-calendar {
    display: block;
  }
  
  .daterangepicker.show-calendar .drp-buttons {
    display: block;
  }
  
  .daterangepicker.auto-apply .drp-buttons {
    display: none;
  }
  
  .daterangepicker .drp-calendar {
    display: none;
    max-width: 270px;
  }
  
  .daterangepicker .drp-calendar.left {
    padding: 8px 0 8px 8px;
  }
  
  .daterangepicker .drp-calendar.right {
    padding: 8px;
  }
  
  .daterangepicker .drp-calendar.single .calendar-table {
    border: none;
  }
  
  .daterangepicker .calendar-table .next span,
  .daterangepicker .calendar-table .prev span {
    color: #fff;
    border: solid black;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px;
  }
  
  .daterangepicker .calendar-table .next span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  
  .daterangepicker .calendar-table .prev span {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  
  .daterangepicker .calendar-table th,
  .daterangepicker .calendar-table td {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
  }
  
  .daterangepicker .calendar-table {
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #fff;
  }
  
  .daterangepicker .calendar-table table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
  }
  
  .daterangepicker td.available:hover,
  .daterangepicker th.available:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit;
  }
  
  .daterangepicker td.week,
  .daterangepicker th.week {
    font-size: 80%;
    color: #ccc;
  }
  
  .daterangepicker td.off,
  .daterangepicker td.off.in-range,
  .daterangepicker td.off.start-date,
  .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999;
  }
  
  .daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0;
  }
  
  .daterangepicker td.start-date {
    border-radius: 4px 0 0 4px;
  }
  
  .daterangepicker td.end-date {
    border-radius: 0 4px 4px 0;
  }
  
  .daterangepicker td.start-date.end-date {
    border-radius: 4px;
  }
  
  .daterangepicker td.active,
  .daterangepicker td.active:hover {
    background-color: #ffb800;
    border-color: transparent;
    color: #fff;
  }
  
  .daterangepicker th.month {
    width: auto;
  }
  
  .daterangepicker td.disabled,
  .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through;
  }
  
  .daterangepicker select.monthselect,
  .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
  }
  
  .daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
  }
  
  .daterangepicker select.yearselect {
    width: 40%;
  }
  
  .daterangepicker select.hourselect,
  .daterangepicker select.minuteselect,
  .daterangepicker select.secondselect,
  .daterangepicker select.ampmselect {
    width: 50px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #eee;
    padding: 2px;
    outline: 0;
    font-size: 12px;
  }
  
  .daterangepicker .calendar-time {
    text-align: center;
    margin: 4px auto 0 auto;
    line-height: 30px;
    position: relative;
  }
  
  .daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed;
  }
  
  .daterangepicker .drp-buttons {
    clear: both;
    text-align: right;
    padding: 8px;
    border-top: 1px solid #ddd;
    display: none;
    line-height: 12px;
    vertical-align: middle;
  }
  
  .daterangepicker .drp-selected {
    display: inline-block;
    font-size: 12px;
    padding-right: 8px;
  }
  
  .daterangepicker .drp-buttons .btn {
    margin-left: 8px;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
  }
  
  .daterangepicker.show-ranges.single.rtl .drp-calendar.left {
    border-right: 1px solid #ddd;
  }
  
  .daterangepicker.show-ranges.single.ltr .drp-calendar.left {
    border-left: 1px solid #ddd;
  }
  
  .daterangepicker.show-ranges.rtl .drp-calendar.right {
    border-right: 1px solid #ddd;
  }
  
  .daterangepicker.show-ranges.ltr .drp-calendar.left {
    border-left: 1px solid #ddd;
  }
  
  .daterangepicker .ranges {
    float: none;
    text-align: left;
    margin: 0;
  }
  
  .daterangepicker.show-calendar .ranges {
    margin-top: 8px;
  }
  
  .daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  
  .daterangepicker .ranges li {
    font-size: 12px;
    padding: 8px 12px;
    cursor: pointer;
  }
  
  .daterangepicker .ranges li:hover {
    background-color: #eee;
  }
  
  .daterangepicker .ranges li.active {
    background-color: #ffb800;
    color: #fff;
  }
  
  
  /*  Larger Screen Styling */
  
  @media (min-width: 564px) {
    .daterangepicker {
      width: auto;
    }
    .daterangepicker .ranges ul {
      width: 140px;
    }
    .daterangepicker.single .ranges ul {
      width: 100%;
    }
    .daterangepicker.single .drp-calendar.left {
      clear: none;
    }
    .daterangepicker.single .ranges,
    .daterangepicker.single .drp-calendar {
      float: left;
    }
    .daterangepicker {
      direction: ltr;
      text-align: left;
    }
    .daterangepicker .drp-calendar.left {
      clear: left;
      margin-right: 0;
    }
    .daterangepicker .drp-calendar.left .calendar-table {
      border-right: none;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    .daterangepicker .drp-calendar.right {
      margin-left: 0;
    }
    .daterangepicker .drp-calendar.right .calendar-table {
      border-left: none;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
    .daterangepicker .drp-calendar.left .calendar-table {
      padding-right: 8px;
    }
    .daterangepicker .ranges,
    .daterangepicker .drp-calendar {
      float: left;
    }
  }
  
  @media (min-width: 730px) {
    .daterangepicker .ranges {
      width: auto;
    }
    .daterangepicker .ranges {
      float: left;
    }
    .daterangepicker.rtl .ranges {
      float: right;
    }
    .daterangepicker .drp-calendar.left {
      clear: none !important;
    }
  }
  
  
  /*=============== end new datapicker code =========*/
  
  .badge_img {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 7px;
  }
  
  
  .floating-telegram {
    position: fixed;
    display: flex;
    bottom: 15px;
    right: 15px;
    font-size: 14px;
    transition: bottom 0.2s;
  }
  
  .floating-telegram .floating-telegram-button {
    position: relative;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
    transition: box-shadow 0.2s;
    cursor: pointer;
    overflow: hidden;
  }
  
  .floating-telegram .floating-telegram-button img,
  .floating-telegram .floating-telegram-button svg {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 1000000000;
  }
  
  .floating-telegram-button:hover + .hide {
    display: block !important;
    width: fit-content;
    background: #d0f3ff;
    align-self: center;
    padding: 3px 15px 3px 25px;
    /* margin: 30px 0px; */
    box-shadow: 5px 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    position: absolute;
    width: 250px;
    right: 60px;
    border-radius: 100px 10px 10px 100px;
    text-align: center;
  }
  
  
  
  /********Asfand's Code black_friday********/
  
  
  p.useCode {
    font-size: 16px;
  }
  
  span.code_friday {
    background: #000;
    color: #fff;
    width: 120px;
    padding: 10px 10px;
    text-align: center;
    margin-top: 5px;
    font-weight: 700;
    letter-spacing: 1.5px;
  }
  
  .layout-sidebar-large .sidebar-left .navigation-left li.nav-item.friday_offer.active .nav-item-hold {
    background-color: #000 !important;
  }
  
  .layout-sidebar-large .sidebar-left .navigation-left li.nav-item.friday_offer.active .nav-item-hold .nav-text {
    color: #fff !important;
  }
  
  
  /********Asfand's Code black_friday ********/