/* width */
::-webkit-scrollbar {
    width: 19px;
    height: 12px;
}

  /* Track */
::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #D9D9D9;
    padding: 2px;
}

  /* Handle */
::-webkit-scrollbar-thumb {
    background: #A5A5A5;
    border-radius: 10px;
    box-shadow: inset 0px 0px 0px 2px #fff;
}

  /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #A5A5A5;
}

.error, div#message {
    color: red;
    font-weight: bold;
    font-size: 14px;
    padding: 0px 10px;
    background: #ffffff5c;
    backdrop-filter: blur(6px);
    display: none;
}

div#success-message {
    color: red;
    font-weight: bold;
    font-size: 14px;
    padding: 0px 10px;
    background: #ffffff5c;
    backdrop-filter: blur(6px);
}

.btn-ring{
    display: none;
    margin-left: 8px;
}
.btn-ring:after {
    content: "";
    display: inline-grid;
    width: 22px;
    height: 22px;
    /* margin: 8px; */
    border-radius: 50%;
    border: 3px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: ring 1.2s linear infinite;
}
@keyframes ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}

section.pending_section {
  width: 100%;
  height: calc(100vh - 128px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  overflow: hidden;
}
.pending-loader {
  width: 100%;
  height: 150px;
  background: #fff;
  margin: 0 auto 20px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
svg#wrap {
  transform: scale(0.5);
}
img.success-icon {
  width: 100%;
  height: 325px;
  object-fit: contain;
}
.pending-blk {
  max-width: 576px;
  width: 100%;
}
.pending-blk h1 {
  font-weight: 700;
  font-size: 32px;
  color: #d1ac32;
}
.pending-blk h2 {
  font-weight: 700;
  font-size: 24px;
  color: #0D2340;
  margin-top: 20px;
}
.approved {
  color: #18d318 !important;
}

span.tbl_title_flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}
button.dropaction_btn {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px;
    background: #ddd;
    border-radius: 4px;
    padding: 0px;
    text-align: center;
}
button.dropaction_btn i {
    font-size: 13px;
    color: #5e5e5e;
    margin: 0px;
}
/* span.tbl_title {
    width: calc(100% - 66px);
} */
span.tbl_title {
    width: 150px;
}
span.tbl_description {
    width: 180px;
    display: block;
    margin: 0 auto;
}
span.variant_type {
    width: 200px;
}
span.variant_type, .tbl_pricing_list, .tbl_quantity_list {
    display: block;
    /* text-align: center; */
}
span.img_flex_box {
    width: 92px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 auto;
}
.tbl_img_box {
    width: 25px;
    height: 25px;
    border-radius: 4px;
    border: 1px solid #adadad;
}
.tbl_img_box img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
    vertical-align: initial;
}
.sync_btn {
    border: 1px solid #000;
    border-radius: 6px;
    padding: 2px 10px;
    background: #eee;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 0 auto;
}

.vip_item:first-child ~ .vip_item {
    display: none;
    padding-top: 2px;
    border-top: 1px solid #f1efef;
    margin-top: 2px;
}

.variant_type_box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}


#ui-datepicker-div {
    display: none;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.1);
    margin-top: 0.25rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
}
.form-block #ui-datepicker-div table {
    border-collapse: collapse;
    border-spacing: 0;
}
.ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    color: #78909C;
}
.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0;
}
.ui-datepicker-calendar tbody td a {
  display: block;
  border-radius: 0px;
  line-height: 2rem;
  transition: 0.3s all;
  color: #546E7A;
  font-size: 0.875rem;
  text-decoration: none;
  text-align: center;
  background: #fff !important;
}
.ui-datepicker-calendar tbody td a:hover {
    background-color: var(--bg-clr);
}
.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: var(--primary-clr);
    color: white;
}
.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0rem;
    border-radius: 0.25rem;
    transition: 0.3s all;
}
table.ui-datepicker-calendar tr td a {
  border-color: #f3f3f3 !important;
  color: var(--primary-clr) !important;
}
.ui-datepicker-header a.ui-corner-all:hover {
    background-color: #ECEFF1;
}
.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-position: 50%;
    transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%;
}
.ui-datepicker-header a>span {
    display: none;
}
.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    padding-bottom: 0.25rem;
}
.ui-datepicker-week-col {
    color: #78909C;
    font-weight: 400;
    font-size: 0.75rem;
}
a.ui-state-default.ui-state-highlight {
  margin-bottom: 0rem !important;
  background: var(--primary-clr) !important;
  border-color: var(--primary-clr);
  color: #ffffff !important;
}

.upload_imgtext.dragging {
    border: 2px dashed #007bff;
    background-color: rgba(0, 123, 255, 0.1);
}
.upload_imgtext.image-uploaded {
    border: 2px solid green;
    background-color: rgba(0, 128, 0, 0.1);
}
.open_modal {
    width: 30px;
    height: 30px;
    border: 0px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.open_modal i {
    color: var(--primary-clr) !important;
}

.sync_product_modal .modal-dialog {
    max-width: 630px;
}
.sync_product_modal .close {
    font-size: 2rem;
    font-weight: 500;
    opacity: 1;
}
.sync_product_modal .modal-content {
    border-radius: 15px;
    border: 0px;
}
.sync_product_modal .modal-header {
    padding: 28px 32px 5px;
}
.sync_product_modal .modal-header h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #0D2340;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.mdl_product_tilte {
    font-weight: 500;
}
.sync_product_modal .modal-body {
    padding: 5px 32px 28px;
}
.sync_product_modal .modal-body p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: #212B36;
    margin-bottom: 0px;
}
.credential_header {
    background-color: #0d2340;
    padding: 14px !important;
}
.mobile_scroll_header {
    background: #ffffff70 !important;
    backdrop-filter: blur(5px);
}
.logout_btn {
    position: absolute;
    content: "";
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
    text-decoration: none !important;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}
.inner_wrapper {
    height: 100%;
    min-height: calc(100vh - (124px + 90px + 50px));
}
.inner_wrapper .content_section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    width: 100%;
    min-height: calc(100vh - (124px + 90px + 50px));
}
.credential_position_element {
    display: flex;
}
.inner_wrapper .block_textbanner {
    position: static;
    transform: none;
    width: 100%;
}
.inner_wrapper .main_login {
    position: static;
    max-width: 650px;
    padding: 20px;
    margin: 0 auto;
    transform: none;
}

.product_list {
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
}
.product_list ol li:not(:last-child) {
    margin-bottom: 8px;
}
.product_list ol li > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
span.product_title {
    width: calc(100% - 225px);
}
.product_input_field {
    width: 215px;
}
.product_input_field input {
    text-align: center;
}
.product_labels {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 2px;
    margin-bottom: 12px;
}
.product_labels div {
    font-size: 14px;
    font-weight: 600;
    color: #6c6c6c;
}
.varient_label {
    width: calc(100% - 225px);
}
.varient_price {
    width: 215px;
    text-align: center;
}


.submit_btn_blk {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
    margin: 15px 0px 0px;
}

.submit_btn_blk button {
    background: #0d2340;
    border-color: #0d2340;
    font-size: 14px;
}
.td_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}
.dataTables_length select {
    padding: 4px 16px 4px 4px;
    border-radius: 6px;
    border: 1px solid #b7b7b7;
}
.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #b7b7b7;
    border-radius: 6px;
    outline-offset: 0px;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #dee2e6 !important;
}
table.dataTable thead th {
    border-bottom: 0px;
    vertical-align: middle;
}
table.dataTable tbody td {
    padding: 15px 20px;
    /* border: 0px; */
    vertical-align: middle;
}
.common-section {
    padding: 40px 0px;
    overflow: hidden;
    min-height: calc(100vh - (124px + 67px));
}
.shop_input_field input {
    padding-right: 164px;
}
span.domain_text {
    position: absolute;
    content: "";
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    background: #f3f3f3;
    padding: 6px 10px;
    border-left: 1px solid #e3e3e3;
    border-radius: 0px 4px 4px 0px;
}
.select_location_filter label {
    font-weight: 600;
    font-size: 14px;
}
.select_location_filter {
    max-width: 250px;
    margin: 0px 0px 20px auto;
}
.select_location_filter select {
    box-shadow: none !important;
}

div.dt-buttons {
    float: right !important;
    margin-top: 15px !important;
}
button.dt-button.buttons-csv.buttons-html5 {
    padding: 9px 35px 9px 10px;
    background: var(--primary-clr) !important;
    color: #fff !important;
    border-radius: 8px;
    border: 1px solid var(--primary-clr) !important;
    font-size: 12px;
    position: relative;
}
button.dt-button.buttons-csv.buttons-html5::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 10px;
    width: 15px;
    height: 16px;
    background: url(../images/downloadicon-white.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
 }
 img.table_badge_img {
    width: 60px;
    height: 35px;
    object-fit: contain;
}
