@font-face {
    font-family: 'STCregularfont';
    src: url('/fonts/STC-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'STClightfont';
    src: url('/fonts/STC-Light.otf') format('opentype');
}

@font-face {
    font-family: 'STCboldfont';
    src: url('/fonts/STC-Bold.ttf') format('truetype');
}

  
  body {
    margin: 0;
    font-family: "STCregularfont";
    font-size: 0.813rem;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    text-align: left;
    background-color: #fff;
  }
  
  .breadcrumb h1 {
    font-size: 35px;
    line-height: 1;
    margin: 0;
    color: black;
  }
  
  .intro-chapter {
    box-shadow: 1px 1px 13px -4px rgba(0, 0, 0, 0.2);
    --padding: 2.2rem 2.4rem;
    /* --border: 1px solid #020659;
    --borderRadius: 0.75rem; */
  }
  
  .step-dashboard__greeting-wrapper {
    padding-bottom: 16px;
  }
  
  .intro-chapter__header {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #020659;
    background-color: #f2f2f2;
    cursor: pointer;
    padding: 20px;
  }
  
  .intro-chapter__thumb {
    position: relative;
  }
  
  .intro-chapter__icon {
    font-size: 30px;
  }
  
  /* .icon {
      width: 1.2em;
      height: 1.2em;
      vertical-align: middle;
      fill: currentColor;
  } */
  
  .intro-chapter__title {
    margin: 0 1.6rem;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1;
  }
  
  .layout-sidebar-large
  .sidebar-left
  .navigation-left
  .nav-item.active
  .triangle {
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    border-color: transparent transparent #020659;
    border-style: solid;
    border-width: 0 0 30px 30px;
  }
  
  .intro-chapter__items {
    padding: 20px;
    background-color: #f2f2f2;
  }
  
  .intro-item {
    position: relative;
    transition: border-color 140ms ease-in;
    border-radius: 0.75rem;
    /* border: 1px solid #fff; */
  }
  
  .intro-item__title {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
  }
  
  .card_quick {
    /* border-color: #fff; */
    border: 0;
  }
  
  .card_quick:hover {
    border-color: #fff;
    /* border: 1px solid #020659; */
    border-radius: 10px;
  }
  
  .card-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 0px;
  }
  
  /*
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    background: none;
  } */
  
  .mb-0 {
    margin-bottom: 0 !important;
  }
  
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    display: flex;
    /* padding: 0; */
  }
  
  .btn-link {
    font-weight: bold;
    color: black;
    background-color: transparent;
    font-size: 23px;
    align-items: baseline;
  }
  
  .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.813rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  /* .btn-link:hover {
    color: #020659;
    text-decoration: none;
  } */
  
  .icon {
    color: #020659;
    margin-right: 12px;
  }
  
  .btn-link.focus,
  .btn-link:focus,
  .btn-link:hover {
    text-decoration: none;
    border-color: transparent;
  }
  
  .card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
  }
  
  .step-dashboard__container {
    max-width: 1024px;
    margin: 0 auto;
  }
  
  .step-dashboard__intro-wrapper {
    padding: 40px 16px;
  }
  
  .intro__title {
    margin-top: 0;
    margin-bottom: 2.6rem;
    font-size: 2.6rem;
    font-weight: bold;
  }
  
  .intro_chapter_titletext {
    font-size: 15px;
  }
  
  .intro-item__button:hover {
    background: #020659;
  }
  
  .ant-spin-nested-loading {
    position: relative;
  }
  
  .ant-spin-container {
    position: relative;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  
  .inventory-list-wrap,
  .listing-history-wrap,
  .download-history-wrap {
    position: relative;
    margin: 0 auto;
  }
  
  .dsc-product-list-header {
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
    border-radius: 3px;
  }
  
  .inventory-list-wrap .dsc-product-list-header,
  .listing-history-wrap .dsc-product-list-header,
  .download-history-wrap .dsc-product-list-header {
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
    border-radius: 3px;
  }
  
  .inventory-list-wrap .filter,
  .listing-history-wrap .filter,
  .download-history-wrap .filter {
    padding-top: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .inventory-list-wrap .flex-row,
  .listing-history-wrap .flex-row,
  .download-history-wrap .flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  
  .flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  
  .ant-select-selection--single {
    position: relative;
    height: 32px;
    cursor: pointer;
  }
  
  .ant-select-selection {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-top-width: 1.02px;
    border-radius: 3px;
    outline: none;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .ant-select-selection-selected-value {
    float: left;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .ant-select-selection__rendered {
    position: relative;
    display: block;
    margin-right: 11px;
    margin-left: 11px;
    line-height: 30px;
  }
  
  .ant-select-selection--single .ant-select-selection__rendered {
    margin-right: 24px;
  }
  
  body .ant-select-arrow {
    right: 8px;
    margin-top: -7px;
  }
  
  .ant-select-arrow {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -6px;
    color: rgba(0, 0, 0, 0.25);
    font-size: 12px;
    line-height: 1;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .ant-layout,
  .ant-layout * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .ant-select-arrow .ant-select-arrow-icon {
    display: block;
  }
  
  .ant-select-arrow > * {
    line-height: 1;
  }
  
  .ant-select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #222;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    outline: 0;
  }
  
  .firma-ara {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  /* .form-arka-plan{
    background-image: url("https://cdn.filepicker.io/api/file/1WxRtkAQG5h70aoPQdGA/convert?format=jpeg&quality=50");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
  } */
  .acik-renk-form {
    background: rgba(255, 255, 255, 0.58);
  }
  .siyah-cerceve {
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
  }
  
  .py-3 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    /* margin-right: auto; */
    margin-left: 0px;
  }
  
  .side-col-md-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    /* padding-left: 15px; */
  }
  
  .text-white {
    color: white !important;
  }
  
  .side-col-md-3 {
    position: relative;
    /* width: 100%; */
    min-height: 1px;
    padding-right: 15px;
    /* padding-left: 15px; */
    color: black !important;
  }
  
  .form-check-label {
    font-size: 14px !important;
    color: black !important;
    /* margin-top: 6px !important; */
    text-transform: none !important;
  }
  
  .form-checkbox {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    margin-top: 6px !important;
  }
  
  .search {
    outline: initial !important;
    background: white !important;
    border: 1px solid #020659;
    color: black !important;
    height: 45px;
  
    /* display: block;
    width: 100%;
    height: calc(1.9695rem + 2px);
    padding: .375rem .75rem;
    font-size: .813rem;
    line-height: 1.5;
    color: #17365c;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; */
  }
  
  .download-btn-primary {
    color: #fff;
    background-color: #020659;
    margin-left: 20px;
  }
  
  .download-btn {
    line-height: 1.499;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
    cursor: pointer;
    height: 32px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 3px;
  }
  
  .dl-btn {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
  }
  
  .bar-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
    width: 100%;
    margin-top: 15px;
  }
  
  .products-row .titles {
    padding-top: 20px;
    font-weight: bold;
  }
  
  .divide-line {
    margin-top: 0;
    margin-bottom: 1px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    height: 0;
  }
  
  .titles {
    font-size: 15px;
  }
  
  .prod-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    float: left;
  }
  
  .prod-col-12 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
  }
  
  .prod-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    float: left;
  }
  
  .prod-col-4 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  
  .products-row {
    position: relative;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    zoom: 1;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .prod-row-titles-text {
    margin: auto;
    background: #f2f2f2;
    margin-top: 10px;
  }
  
  .dsc-product-list {
    background: #fff;
    padding: 0 20px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    word-break: break-word;
  }
  
  .pro-checkbox-group {
    width: 100%;
  }
  
  .pro-checkbox-group {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #222;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    display: inline-block;
  }
  
  .dsc-product-list .list-item {
    padding: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e8e8e8;
  }
  
  img {
    vertical-align: middle;
    border-style: none;
  }
  
  .image-wrap {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    min-width: 60px;
  }
  
  .prod-row {
    position: relative;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    zoom: 1;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .ant-checkbox-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #222;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    display: inline-block;
    line-height: unset;
    cursor: pointer;
  }
  
  .ant-checkbox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #222;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    position: relative;
    top: -0.09em;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
    outline: none;
    cursor: pointer;
  }
  
  .ant-checkbox-inner {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    border-collapse: separate;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .ant-checkbox-input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
  }
  
  .check {
    height: 60px;
    line-height: 60px;
  }
  
  input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }
  
  .form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-right: -1.25rem;
  }
  
  .mr10 {
    margin-right: 10px;
  }
  
  .flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  
  .dsc-product-list {
    background: #fff;
    padding: 0 20px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    word-break: break-word;
  }
  
  .ml10 {
    margin-left: 10px;
  }
  
  .name {
    color: #222;
    font-size: 14px;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .search_tex {
    padding-left: 57px;
    margin-top: 13px;
    display: block;
    font-size: 18px;
    color: #b7b7b7;
  }
  
  .fa,
  .fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  
  .fa-search {
    margin-left: 7px;
    display: inline;
  }
  
  [dir="rtl"] .fa-search {
    margin-right: 7px;
    display: inline;
  }
  
  .search-btn {
    margin-top: 7px;
    /* height: 44px; */
    align-items: center;
    font-size: 15px;
  }
  
  .scnd_row {
    align-items: center;
  }
  
  .filter_tex {
    padding-left: 57px;
    margin-top: 0px;
    display: block;
    font-size: 18px;
    color: #b7b7b7;
  }
  
  .search_box {
    outline: initial !important;
    background: #f8f9fa;
    border: 1px solid #020659;
    color: black !important;
  }
  
  .form-control {
    display: block;
    width: 100%;
    /* height: calc(1.9695rem + 2px); */
    padding: 0.375rem 0.75rem;
    font-size: 15px;
    line-height: 1.5;
    /* color: #17365c;
      background-color: #fff;
      background-clip: padding-box; */
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  .products_access {
    font-size: 16px;
    /* padding: 10px; */
  }
  
  .dsc-block {
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e7e6e6;
    border-radius: 3px;
    padding: 20px;
    width: 100%;
  }
  
  .sub_plan {
    font-size: 18px;
  }
  
  .pp-link {
    float: right;
    color: #020659;
    cursor: pointer;
  }
  
  .pp-info {
    background: #f5f4f7;
    padding: 15px 20px;
    border-radius: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .pp-info-item label {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 18px;
  }
  
  table,
  td,
  th {
    border: 1px solid black;
  }
  
  table {
    width: 100%;
    border-collapse: collapse;
  }
  
  .order_item {
    border: 0;
  }
  
  .order_item thead tr th {
    border: 1px solid #f2f2f2;
  }
  
  .order_item tbody tr th {
    border: 1px solid #f2f2f2;
  }
  
  .order_item tbody tr td {
    border: 1px solid #f2f2f2;
  }
  
  .text-16 {
    font-family: "STClightfont";
  }
  
  .pp-info-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 60px;
  }
  
  [dir="rtl"] .pp-info-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 60px;
  }
  
  .card-bodytext {
    font-size: 18px;
    font-weight: 600;
    font-family: "STClightfont";
    color: black;
  }
  
  .btn-quick {
    font-size: 17px;
    font-family: "STClightfont";
  }
  
  .intro-item__button {
    display: block;
    margin-top: 5px;
    padding: 10px;
    font-weight: bold;
    outline: none;
    border: none;
    border-radius: 4px;
    background: #020659;
    color: black;
  }
  
  .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
  }
  
  .input-group-addon {
    border-style: solid;
    text-align: center;
    font-weight: 400;
    line-height: 1;
  }
  
  .form-control,
  .input-group-addon {
    padding: 6px 12px;
    border-color: #bdcddb;
    border-radius: 1px;
    background-color: #fff;
    color: inherit;
    font-size: 14px;
  }
  
  .modal-body {
    padding: 20px 30px 30px;
    background: #fff;
  }
  
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
  }
  
  .form-control {
    height: 34px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  .input-group-addon:last-child {
    border-left: 0;
  }
  
  .input-group-addon:last-child,
  .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
  .input-group-btn:first-child > .btn:not(:first-child),
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group > .btn,
  .input-group-btn:last-child > .dropdown-toggle,
  .input-group .form-control:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  [dir="rtl"] .input-group-addon:last-child,
  .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
  .input-group-btn:first-child > .btn:not(:first-child),
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group > .btn,
  .input-group-btn:last-child > .dropdown-toggle,
  .input-group .form-control:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .input-group-addon {
    color: #555;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  
  .input-group-addon,
  .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
  }
  
  .input-group-addon,
  .input-group-btn,
  .input-group .form-control {
    display: table-cell;
  }
  
  .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
  }
  
  /* .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
      color: #fff;
      background-color: #001d40;
      border-color: #001733;
  } */
  
  .btn_primary {
    color: #fff;
    background-color: #020659;
    border-color: #001733;
  }
  
  .dot {
    height: 15px;
    width: 15px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
  }
  
  .sec {
    position: relative;
    right: -13px;
    top: -22px;
  }
  
  .counter.counter-lg {
    top: -24px !important;
  }
  
  .bell-icons {
    margin: 10px;
    color: #020659;
  }
  
  .badge-top-container .badge {
    position: absolute;
    top: 2px;
    right: 4px;
    border-radius: 10px;
    color: #020659;
  }
  
  [dir="rtl"] .breadcrumb h1 {
    font-size: 35px;
    line-height: 1;
    margin: 0 0 0 0.5rem;
    color: black;
  }
  
  [dir="rtl"] .icon {
    color: #020659;
    margin-left: 12px;
  }
  
  a {
    color: black;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
  }
  
  a:hover {
    color: #020659;
  }
  
  .text-muted {
    color: black !important;
    font-weight: 600;
  }
  
  .text-15 {
    font-size: 15px;
    font-weight: 700;
  }
  
  .h3 .text-h3 {
    font-size: 25px;
  }
  
  .text-h3 {
    font-size: 20px;
  }
  
  .ant-btn-primary {
    color: #fff;
    background-color: #020659;
    line-height: 1.499;
    position: relative;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    height: 32px;
    padding: 0 15px;
    font-size: 18px;
    border-radius: 3px;
    border: none;
    left: 35%;
  }
  
  [dir="rtl"] .ant-btn-primary {
    color: #fff;
    background-color: #020659;
    line-height: 1.499;
    position: relative;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    height: 32px;
    padding: 0 15px;
    font-size: 18px;
    border-radius: 3px;
    border: none;
    right: 50%;
  }
  
  .ant-btn-primary:hover {
    background-color: #ffcf56;
  }
  
  .ant-btn {
    line-height: 1.499;
    position: relative;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    height: 32px;
    padding: 0 15px;
    font-size: 18px;
    border-radius: 3px;
    color: black;
    background-color: #fff;
    border-color: #020659;
  }
  
  .ant-btn:hover {
    color: #ffcf56;
  }
  
  .ant-spin-nested-loading {
    position: relative;
  }
  
  .ant-spin-container {
    position: relative;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  
  .cancel-subscription {
    font-size: 20px;
  }
  
  .cs-info {
    margin: 20px 0;
    font-size: 20;
  }
  
  .ant-form {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #222;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
  }
  
  .ant-form-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #222;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    margin-bottom: 24px;
    vertical-align: top;
  }
  
  .ant-row {
    position: relative;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    zoom: 1;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .form-group-sub {
    margin-top: 90px;
  }
  
  .form-group-sub label {
    font-size: 15px;
    color: black;
    margin-bottom: 4px;
  }
  
  .ant-col-18 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
  }
  
  .ant-radio-group {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #222;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    display: inline-block;
  }
  
  .ant-radio {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #222;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    vertical-align: sub;
    outline: none;
    cursor: pointer;
  }
  
  .ant-radio-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #222;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    margin-right: 8px;
    white-space: nowrap;
    cursor: pointer;
    margin-bottom: 5px;
  }
  
  .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-family: "STCboldfont";
    font-size: 20px;
  }
  
  [dir="rtl"] .pp-link {
    float: left;
    color: #020659;
    cursor: pointer;
    display: flex;
  }
  
  .cs-block {
    background: #fff;
    border: #e7e6e6;
  }
  
  /* .dsc-block-select {
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e7e6e6;
    border-radius: 3px;
    padding: 20px;
    width: 100%;
  } */
  
  .rounded {
    border-radius: 1rem;
  }
  
  .nav-pills .nav-link {
    color: black;
  }
  
  .nav-pills .nav-link.active {
    color: white;
    background-color: #020659;
  }
  
  input[type="radio"] {
    margin-right: 5px;
  }
  
  .bold {
    font-weight: bold;
  }
  
  .transfarMoney {
    font-size: 18px;
    color: black;
  }
  
  .form-group label {
    font-size: 15px;
    color: black;
    margin-bottom: 4px;
  }
  
  .btn-footer-submit {
    color: #fff;
    background-color: #020659;
  }
  
  /* .btn-footer-submit a:hover{
    color:red;
  } */
  
  .cs-block-right {
    width: 30%;
    padding: 20px;
    float: right;
    background: #fff;
  }
  
  .cs-tips {
    background: #eee;
    padding: 15px 10px 15px 30px;
    margin-top: 10px;
  }
  
  .card-info {
    direction: ltr;
  }
  
  .btn-warning:hover {
    background: #ffc107;
    box-shadow: 0 8px 25px -8px #ffc107;
    border-color: #ffc107;
    cursor: pointer;
  }
  
  .btn-primary-cart {
    color: black;
    background-color: #020659;
    border-color: white;
  }
  
  .btn-primary-cart:hover {
    color: black;
    background: #ffc107;
    box-shadow: 0 8px 25px -8px #ffc107;
    border-color: #ffc107;
  }
  
  [dir="rtl"] .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 84px; */
    line-height: 50px;
    margin-bottom: 10px;
  }
  
  [dir="rtl"] .custom-select-container:after {
    font-family: font-awesome;
    position: absolute;
    top: 25%;
    right: 45px;
    font-size: 13px;
    pointer-events: none;
    font-family: "Font Awesome 5 Free";
    font-family: "Font Awesome 5 Brands";
    font-family: "Font Awesome 5 Free";
    content: "f026";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    color: #666;
  }
  
  [dir="rtl"] .sidebar-modern-inner {
    background: white;
    position: relative;
    margin-top: 10px;
  }
  
  [dir="rtl"] .list-unstyled {
    padding-right: 0;
    list-style: none;
  }
  
  .custom-file-label,
  .custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: black;
  }
  
  .custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(1.9695rem + 2px);
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
  }
  
  .fa-li {
    right: -2em;
  }
  
  .paym_header {
    direction: ltr;
  }
  
  [dir="rtl"] .slider {
    transform: rotate(180deg);
  }
  
  [dir="rtl"] .user_wallet {
    margin-left: 1rem;
  }
  
  .sticky_searchBar {
    position: sticky;
    top: 80px;
    padding: 0 1.6rem;
    background-color: #f2f2f2;
  }
  
  .zindex0 {
    z-index: 0;
  }
  
  .zindex1 {
    z-index: 1;
  }
  
  .zindex2 {
    z-index: 2;
  }
  
  .sticky_sidebar {
    position: sticky;
    top: 130px;
  }
  
  .scrollClass {
    height: 260px;
    overflow-y: scroll;
  }
  
  .add_product {
    position: sticky;
    top: 130px;
    background-color: #ffffff;
  }
  
  /* continue_shop class for conformation css in orders */
  
  .body_input {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }
  
  .moveProductTo {
    background: #020659;
    height: 100%;
    border: 0;
    border-radius: 6px;
    color: white;
    width: 150px;
  }
  
  .policy-banner {
    /* height: 100px;
    width: 1519px;
    color: yellow; */
    border: 1px none;
    background: rgb(242, 242, 242);
    background: linear-gradient(
            90deg,
            rgba(242, 242, 242, 1) 0%,
            rgba(255, 255, 255, 1) 45%,
            rgba(242, 242, 242, 1) 100%
    );
    position: sticky;
    bottom: 0;
    left: 0;
    height: 180px;
  }
  
  [dir="rtl"] .dirChange {
    direction: ltr;
  }
  
  [dir="rtl"] .mr_side {
    margin-right: 1rem !important;
    margin-left: unset !important;
  }
  
  [dir="rtl"] dt {
    font-weight: 700;
    text-align: right;
  }
  
  [dir="rtl"] dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
    text-align: right;
  }