﻿/*@import url('../fonts/stylesheet.css');*/

body {
    font-family: 'MavenPro';
}

html * {
  font-family: 'MavenPro';
}

:root {
  --h1-text-size: 24px;
  --h2-text-size: 20px;
  --h3-text-size: 17px;
  --osool-color-primary: #7B6DDA;
  --osool-bg-primary: #7B6DDA;
  --osool-color-primary-gradient: linear-gradient(90deg, #58C1F9, var(--osool-color-primary), #CAA2B5);
  --osool-bg-primary-gradient: linear-gradient(142deg, #58C1F9, var(--osool-bg-primary), #CAA2B5);
  --osool-bg-primary-light-gradient: linear-gradient(142deg, rgba(88, 193, 249, 0.24), rgba(123, 109, 218, 0.24), rgba(202, 162, 181, 0.24));
  --osool-color-white: #fff;
  --osool-color-dark: #000;
  --osool-color-light-dark: rgba(0, 0, 0, 0.7);
  /*--osool-bg-light-gray: rgba(235, 235, 240, 0.5);*/
  --osool-bg-light-gray: #f4f5f6;
  --osool-bg-dark-gray: rgba(147, 151, 173, 0.4);
  --osool-bg-light: #f1f1f1;
  --osool-bg-white-o-7: rgba(255,255,255,.7);
  --osool-bg-white: #fff;
  --osool-bg-dark: #000;
  --osool-bg-light-dark: rgba(77, 77, 77, 1);
}

[theme="dark"] {
 /* --osool-color-dark: #fff;*/
  --osool-color-dark: rgba(255, 255, 255, .8);
  --osool-bg-white: #1E1E1E;
  --osool-bg-light-gray: #121212;
  --osool-bg-light: #1E1E1E;
  --osool-bg-light-dark: #fff;
}
/*Start of Reset*/
[theme="dark"] * {
  /*color: var(--osool-color-white);*/
  color: var(--osool-color-dark);
}

img[theme="light"] {
  display: block;
}
img[theme="dark"] {
    display: none;
}
/*[theme="dark"] img[theme="light"] {
    display: none;
}
[theme="dark"] img[theme="dark"] {
    display: block;
}*/
/*a[href]:not([href="#"]) {
  color: var(--osool-color-primary);
}*/
body {
  background-color: var(--osool-color-white);
}
.border {
  border: 1px solid #9397AD66 !important;
}
.bg-white {
  background-color: var(--osool-bg-white) !important;
}
.bg-light {
  background-color: var(--osool-bg-light) !important;
}
.bg-light-dark {
  background-color: var(--osool-bg-light-dark) !important;
}
.color-light-dark {
  background-color: var(--osool-color-light-dark) !important;
}
.page-item.disabled .page-link {
  background-color: var(--osool-bg-white);
}
h1, .h1 {
  font-size: var(--h1-text-size);
  color: var(--osool-color-dark);
}
h2, .h2 {
  font-size: var(--h2-text-size);
  color: var(--osool-color-dark);
}
h3, .h3 {
  font-size: var(--h3-text-size);
  color: var(--osool-color-dark);
}
p {
  font-size: 16px;
  margin-bottom: 0;
  color: var(--osool-color-dark);
}

[theme="dark"] h1,
[theme="dark"] h2,
[theme="dark"] h3,
[theme="dark"] h4,
[theme="dark"] h5,
[theme="dark"] h6,
[theme="dark"] span
{
  color: rgba(255, 255, 255, 0.8);
}
[theme="dark"] p {
  color: rgba(255, 255, 255, 0.79);
}

[theme="dark"] img[invert] {
  filter: invert(100%);
}
[theme="dark"] svg[invert],
[theme="dark"] svg[invert] * {
  fill: #fff;
}
[theme="dark"] .text-dark, [theme="dark"] a.text-dark:hover {
  color: var(--osool-color-dark) !important;
}
label
{
  color: var(--osool-color-dark);
}
.content-wrapper
{
    background-color: var(--osool-bg-light-gray);
}
.text-color-gradient {
  background: linear-gradient(90deg, #58C1F9, var(--osool-color-primary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-header {
  background-color: var(--osool-bg-white);
}

.main-sidebar {
  background-color: var(--osool-bg-white);
}

.layout-fixed .wrapper .sidebar {
  background-color: var(--osool-bg-white);
}
.dropdown-menu {
  background-color: var(--osool-bg-white);
}
.dropdown-toggle
{
    outline: 0;
}
.navbar-nav .nav-link
{
  color: var(--osool-color-dark);
}
.navbar-light .navbar-nav .nav-link {
  color: var(--osool-color-dark);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--osool-bg-primary);
}
.card {
  background-color: var(--osool-bg-white);
  padding: 16px;
  margin-bottom: 16px;
  border-radius: 8px;
  box-shadow: none;
  border: 0;
}
.card-header
{
  padding: 0 0 16px 0;
  margin-bottom: 16px;
  background-color: transparent;
  /*border-bottom: 1px solid rgba(0, 0, 0, .125);
  padding: .75rem 1.25rem;
  position: relative;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;*/
}
/*.nav.nav-tabs
{
    margin-bottom: 16px;
}*/
[theme="dark"] .card-header {
  border-bottom: 1px solid rgba(235, 235, 240, 0.2);
}
.card-header h2 {
  font-weight: 500;
  margin-bottom: 0;
}
.card-body
{
    padding: 16px 0 0 0;
}
.dropdown-toggle::after {
  content: "\f078";
  border: 0;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 12px;
  color: var(--osool-color-dark);
  opacity: .5;
  margin-top: 4px;
  margin-inline-start: 8px;
}

.dropdown-menu {
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15) !important;
  border-radius: 8px;
  border: 0;
  overflow: hidden;
}
.dropdown-item.active, 
.dropdown-item:active,
.dropdown-item:hover
{
    background-color: transparent;
    color: var(--osool-color-dark);
}
i.true-icon
{
    color: var(--osool-color-primary);
}
/*End of Reset*/
/* Start General */
i.false-icon {
  color: #D22D2D;
  font-size: 20px;
}
.pointer-events-none {
    pointer-events: none;
}
span.required {
  color: #ff2e2e;
  margin-left: 4px;
  font-size: 16px;
  font-weight: bold;
}
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error, .password-error {
  display: block;
  font-size: 13px;
  color: #e4434b;
  margin-top: 5px;
}

.osool-dark-mode {
  display: none;
}
[theme="dark"] .osool-light-mode {
    display: none;
}
[theme="dark"] .osool-dark-mode {
    display: block;
}

.main-label {
  font-size: 14px;
  font-weight: 400 !important;
}
.main-link,
.main-link:hover {
  color: var(--osool-color-primary);
}

.fs-normal {
    font-size: 12px;
}

hr {
    border-color: #EBEBF0;
    margin: 8px 0;
}
.fw-300 {
    font-weight: 300;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.obj-fit-contain {
    object-fit: contain;
}
.obj-fit-cover
{
    object-fit: cover;
}
.cursor-pointer
{
    cursor: pointer;
}
.rounded-4px {
    border-radius: 4px;
}

.rounded-8px {
  border-radius: 8px;
}

.light-gray-bg {
  background-color: var(--osool-bg-light-gray);
}

.parent-setting.opened div + div input[type=checkbox]
{
    margin: 0;
}
.gradient-bg {
    background: var(--osool-bg-primary-gradient);
    color: var(--osool-color-white);
}
.main-bg
{
    background-color: var(--osool-bg-primary);
}
.bg-dark-gray {
    background-color: var(--osool-bg-dark-gray);
}
.bg-light-gray {
    background-color: var(--osool-bg-light-gray);
}
.text-color-dark {
    color: var(--osool-color-dark);
}
.text-color-light-dark {
    color: var(--osool-color-light-dark);
}
.text-decoration-underline {
    text-decoration: underline;
}
.tooltip.show {
  z-index: 999999;
}
/*Start of Loading*/
.loading-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999999999;
  background-color: rgba(0,0,0,.7);
}
.lds-roller {
  /* change color here */
  color: var(--osool-color-primary);
}

.lds-roller,
.lds-roller div,
.lds-roller div:after {
  box-sizing: border-box;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7.2px;
  height: 7.2px;
  border-radius: 50%;
  background: currentColor;
  margin: -3.6px 0 0 -3.6px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

  .lds-roller div:nth-child(1):after {
    top: 62.62742px;
    left: 62.62742px;
  }

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

  .lds-roller div:nth-child(2):after {
    top: 67.71281px;
    left: 56px;
  }

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

  .lds-roller div:nth-child(3):after {
    top: 70.90963px;
    left: 48.28221px;
  }

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

  .lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
  }

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

  .lds-roller div:nth-child(5):after {
    top: 70.90963px;
    left: 31.71779px;
  }

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

  .lds-roller div:nth-child(6):after {
    top: 67.71281px;
    left: 24px;
  }

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 62.62742px;
  left: 17.37258px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12.28719px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/*End of Loading*/


/* Start of THROBBER */
.throbber-header {
  font-size: 145%;
}

.throbber {
  display: none;
}

.throbber .curtain {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3e4d45;
  opacity: 0.9;
  filter: alpha(opacity=90);
  z-index: 9999;
}

.throbber .curtain-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.throbber .curtain-content div {
  text-align: center;
  padding: 250px;
  color: #FFF;
}
/* End of THROBBER */
/*Start of AJAX loading*/
#ajaxBusy {
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
}

#ajaxBusy span {
  background: url(images/ajax-loading.gif) no-repeat;
  width: 40px;
  height: 40px;
  float: right;
  margin: 9px 9px 0px 0px;
}
/*End of AJAX loading*/


/*Start of buttons*/
.btn.btn-default,
.btn.btn-default--dark-color {
  border: none;
  border-radius: 8px;
  background-color: var(--osool-bg-light-gray);
  height: 40px;
}
.btn.btn-default,
.btn.btn-default:focus,
.btn.btn-default:hover {
  color: var(--osool-color-dark);
  outline: 0;
  box-shadow: none;
}
.btn.btn-default--primary-color,
.btn.btn-default--primary-color:hover {
  color: var(--osool-color-primary);
}
.btn.btn-white,
.btn.btn-white:hover {
  background-color: var(--osool-bg-white);
  border: none;
  border-radius: 8px;
  height: 40px;
  outline: none;
  box-shadow: none;
}

[theme="dark"] * .btn.btn-white:hover {
  color: var(--osool-color-dark);
}
button.btn:hover {
  box-shadow: none;
}
.child-table .btn.btn-default,
.child-table .btn.btn-default:hover {
  background: rgba(62, 1, 255, 0.05);
}
.main-btn,
.main-btn:focus
{
  background: var(--osool-bg-primary-gradient);
  border-radius: 8px;
  color: var(--osool-color-white);
  font-size: 16px;
  padding: 10px 8px;
  border: 0;
  transition: .3s;
  background-size: 100%;
  cursor: pointer;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  height: 40px;
  outline: 0;
}
@media (min-width: 992px) {
  .main-btn,
  .main-btn:focus {
    min-width: 137px;
  }
}
.main-btn:disabled{
    opacity:0.5;
}
.main-btn--rounded-left-0 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.main-btn--rounded-right-0
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.main-btn:hover {
  background-size: 200%;
  color: var(--osool-color-white);
  text-decoration:none;
}

.white-btn {
  background: var(--osool-bg-white);
  border-radius: 8px;
  border: none;
  border: 0;
  color: var(--osool-color-primary);
  padding: 10px 8px;
  transition: color .3s;
  cursor: pointer;
  font-weight: 600;
}
.second-btn {
  background: rgba(123, 109, 218, 0.1);
  border-radius: 8px;
  border: none;
  border: 1px solid rgba(147, 151, 173, 0.4);
  color: var(--osool-color-primary);
  padding: 10px 8px;
  transition: color .3s;
  cursor: pointer;
  min-width: 137px;
  font-weight: 600;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.second-btn:hover {
  border: 1px solid;
  background: var(--osool-bg-primary-gradient);
  color: var(--osool-color-white);
}
.second-btn--danger {
  background-color: var(--osool-bg-white);
  border: 1px solid #CF3339;
  color: #CF3339;
  border-radius: 8px;
  font-size: 16px;
  padding: 9px 8px;
  transition: .3s;
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 40px;
}
.btn-icon {
    font-size: 24px;
    margin-inline-end: 10px;
}
.second-btn--danger:hover {
    background-color: #CF3339;
    color: var(--osool-color-white);
}
.second-btn--white {
  background-color: var(--osool-bg-white);
  border: 1px solid var(--osool-bg-primary);
  color: var(--osool-color-primary);
  border-radius: 8px;
  font-size: 16px;
  padding: 9px 8px;
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-width: 100px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .second-btn--white {
    min-width: 137px;
  }
}
.second-btn--white:hover {
  border: 1px solid;
  background: var(--osool-bg-primary-gradient);
  color: var(--osool-color-white);
}
/*.second-btn--white > span {
  padding: 9px 8px;
  background-color: var(--osool-bg-white);
  display: block;
  height: 100%;
  color: var(--osool-color-primary);
}*/
[theme="dark"] .btn-default--close-popup{
    background-color:var(--osool-bg-white);
}
/*[theme="dark"] .btn-default {
  background-color: var(--osool-bg-white);
}*/
.main-badge {
  padding: 4px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 13px;
  display: inline-block;
}

[theme="dark"] .main-badge {
  background-color: var(--osool-bg-dark-gray);
}
.main-badge--blue {
    background-color: rgba(5, 1, 207, 0.1);
    color: #0501CF;
}
[theme="dark"] .main-badge--blue {
  color: #0501CF;
}
.white-btn {
  min-width: 40px;
  height: 40px;
  padding: 8px;
  background-color: var(--osool-color-white);
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.41px;
  color: var(--osool-color-primary);
}
.main-badge--orange {
  background: rgba(253, 103, 0, 0.1);
  color: #FD6700;
}
[theme="dark"] .main-badge--orange {
  color: #FD6700;
}
/*order Badge*/

.main-badge__Processing {
  background-color: rgba(255, 206, 0, 0.1);
  color: rgba(255, 206, 0, 1);
}
[theme="dark"] .main-badge__Processing {
  color: rgba(255, 206, 0, 1);
}

.main-badge__Pending {
  background-color: rgba(255, 129, 42, 0.1);
  color: rgba(255, 129, 42, 1);
}
[theme="dark"] .main-badge__Pending {
  color: rgba(255, 129, 42, 1);
}

.main-badge__Complete {
  background-color: rgba(0, 136, 87, 0.1);
  color: rgba(0, 136, 87, 1);
}
[theme="dark"] .main-badge__Complete {
  color: rgba(0, 136, 87, 1);
}

.main-badge__Cancelled {
  background-color: rgba(165, 0, 6, 0.1);
  color: rgba(165, 0, 6, 1);
}
[theme="dark"] .main-badge__Cancelled {
  color: rgba(165, 0, 6, 1);
}
/*Auction Badge*/
.main-badge--orange {
  background: rgba(253, 103, 0, 0.1);
  color: #FD6700;
}
[theme="dark"] .main-badge--orange {
  color: #FD6700;
}

.main-badge--Draft {
  background: rgba(253, 103, 0, 0.1);
  color: rgba(253, 103, 0, 1);
}
[theme="dark"] .main-badge--Draft {
  color: rgba(253, 103, 0, 1);
}

.main-badge--Submitted {
  background: rgba(2, 134, 204, 0.1);
  color: rgba(2, 134, 204, 1);
}
[theme="dark"] .main-badge--Submitted {
  color: rgba(2, 134, 204, 1);
}
/*.main-badge--UnderReview {
  background: rgba(253, 103, 0, 0.1);
  color: #FD6700;
}*/
.main-badge--AssignedToEvaluator {
  background: rgba(253, 103, 0, 0.1);
  color: rgba(253, 103, 0, 1);
}
[theme="dark"] .main-badge--AssignedToEvaluator {
  color: rgba(253, 103, 0, 1);
}
.main-badge--UnderEvaluation {
  background: rgba(253, 103, 0, 0.1);
  color: rgba(253, 103, 0, 1);
}
[theme="dark"] .main-badge--UnderEvaluation {
  color: rgba(253, 103, 0, 1);
}
.main-badge--PendingAdminReviewReport {
  background: rgba(5, 1, 207, 0.1);
  color: rgba(5, 1, 207, 1);
}
[theme="dark"] .main-badge--PendingAdminReviewReport {
  color: rgba(5, 1, 207, 1);
}
.main-badge--PendingPayEvaluation {
  background: rgba(5, 1, 207, 0.1);
  color: rgba(5, 1, 207, 1);
}
[theme="dark"] .main-badge--PendingPayEvaluation {
  color: rgba(5, 1, 207, 1);
}
.main-badge--PendingPayListingFees {
  background: rgba(5, 1, 207, 0.1);
  color: rgba(5, 1, 207, 1);
}
[theme="dark"] .main-badge--PendingPayListingFees {
  color: rgba(5, 1, 207, 1);
}
.main-badge--PendingAdminPublish {
  background: rgba(5, 1, 207, 0.1);
  color: rgba(5, 1, 207, 1);
}
[theme="dark"] .main-badge--PendingAdminPublish {
  color: rgba(5, 1, 207, 1);
}
.main-badge--ListingFeesPaid {
  background: rgba(5, 1, 207, 0.1);
  color: rgba(5, 1, 207, 1);
}
[theme="dark"] .main-badge--ListingFeesPaid {
  color: rgba(5, 1, 207, 1);
}
.main-badge--UpComming {
  background: rgba(255, 206, 0, 0.1);
  color: rgba(255, 206, 0, 1);
}
[theme="dark"] .main-badge--UpComming {
  color: rgba(255, 206, 0, 1);
}
.main-badge--Live {
  background: rgba(2, 134, 204, 0.1);
  color: rgba(2, 134, 204, 1);
}
[theme="dark"] .main-badge--Live {
  color: rgba(2, 134, 204, 1);
}
.main-badge--Rejected {
  background: rgba(165, 0, 6, 0.1);
  color: rgba(165, 0, 6, 1);
}
[theme="dark"] .main-badge--Rejected {
  color: rgba(165, 0, 6, 1);
}
.main-badge--Cancelled {
  background: rgba(165, 0, 6, 0.1);
  color: rgba(165, 0, 6, 1);
}
[theme="dark"] .main-badge--Cancelled {
  color: rgba(165, 0, 6, 1);
}
.main-badge--Ended {
  background: rgba(165, 0, 6, 0.1);
  color: rgba(165, 0, 6, 1);
}
[theme="dark"] .main-badge--Ended {
  color: rgba(165, 0, 6, 1);
}
.main-badge--Sold {
  background: rgba(165, 0, 6, 0.1);
  color: rgba(165, 0, 6, 1);
}
[theme="dark"] .main-badge--Sold {
    color: rgba(165, 0, 6, 1);
}
.main-badge--Accepted {
  background: rgba(0, 136, 87, 0.1);
  color: rgba(0, 136, 87, 1);
}
[theme="dark"] .main-badge--Accepted {
  color: rgba(0, 136, 87, 1);
}
/*Product Badge*/
.main-badge--product-Draft {
  background: rgba(253, 103, 0, 0.1);
  color: rgba(253, 103, 0, 1);
}
[theme="dark"] .main-badge--product-Draft {
  color: rgba(253, 103, 0, 1);
}

.main-badge--product-Submitted {
  background: rgba(2, 134, 204, 0.1);
  color: rgba(2, 134, 204, 1);
}
[theme="dark"] .main-badge--product-Submitted {
  color: rgba(2, 134, 204, 1);
}

.main-badge--product-Live {
  background-color: rgba(0, 136, 87, 0.1);
  color: rgba(0, 136, 87, 1);
}
[theme="dark"] .main-badge--product-Live {
  color: rgba(0, 136, 87, 1);
}

.main-badge--product-PendingResubmit {
  background: rgba(253, 103, 0, 0.1);
  color: rgba(253, 103, 0, 1);
}

[theme="dark"] .main-badge--product-PendingResubmit {
  color: rgba(253, 103, 0, 1);
}

.main-badge--product-Rejected {
  background: rgba(165, 0, 6, 0.1);
  color: rgba(165, 0, 6, 1);
}
[theme="dark"] .main-badge--product-Rejected {
  color: rgba(165, 0, 6, 1);
}

.main-badge--product-PendingPayListingFees {
  background: rgba(5, 1, 207, 0.1);
  color: rgba(5, 1, 207, 1);
}

[theme="dark"] .main-badge--product-PendingPayListingFees {
  color: rgba(5, 1, 207, 1);
}

.main-badge--product-Cancelled {
  background: rgba(165, 0, 6, 0.1);
  color: rgba(165, 0, 6, 1);
}

[theme="dark"] .main-badge--product-Cancelled {
  color: rgba(165, 0, 6, 1);
}

/*Promotion Request*/

.main-badge--promotion-request-Submitted {
  background: rgba(2, 134, 204, 0.1);
  color: rgba(2, 134, 204, 1);
}
[theme="dark"] .main-badge--promotion-request-Submitted {
  color: rgba(2, 134, 204, 1);
}

.main-badge--promotion-request-InProgress {
  background: rgba(253, 103, 0, 0.1);
  color: rgba(253, 103, 0, 1);
}
[theme="dark"] .main-badge--promotion-request-InProgress {
  color: rgba(253, 103, 0, 1);
}

.main-badge--promotion-request-Paid {
  background: rgba(165, 0, 6, 0.1);
  color: rgba(165, 0, 6, 1);
}
[theme="dark"] .main-badge--promotion-request-Paid {
  color: rgba(165, 0, 6, 1);
}

/*End of Buttons*/

.main-badge-support-session--Active {
  background: rgba(0, 136, 87, 0.1);
  color: rgba(0, 136, 87, 1);
}
[theme="dark"] .main-badge-support-session--Active {
  color: rgba(0, 136, 87, 1);
}
.main-badge-support-session--InProgress {
  background: rgba(253, 103, 0, 0.1);
  color: #FD6700;
}
[theme="dark"] .main-badge-support-session--InProgress {
  color: #FD6700;
}
.main-badge-support-session--InActive {
  background: rgba(165, 0, 6, 0.1);
  color: rgba(165, 0, 6, 1);
}
[theme="dark"] .main-badge-support-session--InActive {
  color: rgba(165, 0, 6, 1);
}

/*Start of inputs*/
.main-input:focus,
.main-input {
  background-color: var(--osool-bg-light-gray);
  padding: 8px 16px;
  border-radius: 8px;
  border: none;
  outline: none;
  width: 100%;
}
.secondary-input {
  background-color: var(--osool-bg-white);
  padding: 8px 16px;
  border-radius: 8px;
  border: none;
  outline: none;
  width: 100%;
}
.main-input--rounded-left-0
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.main-input--rounded-right-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius 0;
}
.input-postfix {
  display: inline-flex;
  background-color: var(--osool-bg-light-gray);
  border-radius: 8px;
  overflow: hidden;
  font-weight: 500;
  width: 100%;
}



.input-postfix .main-input {
  border-radius: 0;
}
.input-postfix::after {
  background-color: transparent;
  margin-block: auto;
  padding: 4px 8px;
  position: initial;
  flex-shrink: 0;
}
.main-input-group
{
    position: relative;
}
.main-input-group__icon {
    /*position: absolute;
    top: 50%;
    right: 16px;*/
    /*transform: translateY(-50%);*/
    /*pointer-events: none;*/
    /*cursor: pointer;*/
}
.flatpickr__clear-btn {
  color: #CF3339;
}
.flatpickr-input,
.flatpickr-input.main-input:disabled {
  background-color: transparent;
}
.flatpickr-input.main-input:disabled ~ .flatpickr__clear-btn,
.flatpickr-input.main-input:disabled ~ .main-input-group__icon{
    display: none;
}

.main-textarea:focus,
.main-textarea {
  background-color: var(--osool-bg-light-gray);
  padding: 12px 16px;
  border-radius: 8px;
  border: none;
  outline: none;
  width: 100%;
}

.main-select {
  background-color: var(--osool-bg-light-gray);
  padding: 12px 16px;
  border-radius: 8px;
  border: none;
  outline: none;
  width: 100%;
}

/*.select2-container {
  z-index: 999999;
}*/
.select2-dropdown {
  z-index: 999999;
}
[theme="dark"] .select2-dropdown {
  background-color: var(--osool-bg-white);
}
.select2-container {
  width: 100% !important;
}
[theme="dark"] .select2-search__field {
  background-color: var(--osool-bg-white);
}

div.select2-blue .select2-container--default .select2-selection--single, .select2-blue .select2-container--default .select2-selection--multiple {
  background-color: var(--osool-bg-light-gray);
  padding: 8px 16px;
  border-radius: 8px !important;
  border: none !important;
  outline: none;
  width: 100%;
  min-height: 40px;
}
.select2-container--default .select2-blue .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-blue .select2-results__option--highlighted[aria-selected]:hover,
.select2-blue .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-blue .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: var(--osool-color-primary) !important;
}

.select2-container--default .select2-blue .select2-selection--multiple .select2-selection__choice,
.select2-blue .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: var(--osool-color-primary) !important;
  border-color: var(--osool-color-primary) !important;
}

select2-blue .select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50% !important;
  right: 8px !important;
  transform: translateY(-50%);
  height: 20px;
}



.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url(https://cdn4.iconfinder.com/data/icons/user-interface-174/32/UIF-76-512.png);
  background-color: transparent;
  background-size: contain;
  border: none !important;
  height: 20px !important;
  width: 20px !important;
  margin: auto !important;
  top: 0 !important;
  left: auto !important;
  right: 0;
  /*top: 50% !important;
  left: auto !important;
  right: 10px;
  transform: translateY(-50%);*/
}

[theme="dark"] .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url('/shared/images/icons/down-arrow-dark__icon.png');
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: var(--osool-color-white);
}
.select2-selection__rendered{
    color:var(--osool-color-dark);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--osool-bg-light-dark);
}
[theme="dark"] .select2-selection__arrow b {
  color: white important;
}
.nested-setting {
  background-color: var(--osool-bg-light-gray);
  padding: 16px;
  border-radius: 8px;
}
.nested-setting .input-postfix {
  background-color: var(--osool-bg-white);
}
.main-input-container--white .main-input,
.main-input-container--white .main-select,
.main-input-container--white .iti,
.nested-setting .main-input,
.nested-setting .main-select,
.child-table .main-input,
.child-table .main-select,
.child-table .iti
{
    background-color: var(--osool-bg-white);
}
  .nested-setting span.select2-selection.select2-selection--single {
    background-color: var(--osool-bg-white);
  }
.main-input-container--white div.select2-blue .select2-container--default .select2-selection--single,
.main-input-container--white .select2-blue .select2-container--default .select2-selection--multiple {
  background-color: var(--osool-bg-white);
}
.input-postfix {
  /*display: inline-block;*/
  position: relative;
}

.input-postfix::after {
  position: absolute;
  top: 6px;
  right: 8px;
  transition: all .05s ease-in-out;
}

.input-postfix::after {
  content: attr(data-postfix);
  overflow: hidden;
  background-color: transparent;
  padding: 1px 2px;
}

.field-validation-error, .validation-summary-errors {
  color: red;
}
.main-input:disabled {
    background-color: var(--osool-bg-dark-gray);
}

/*End of inputs*/

/*Start overwrite*/
.width-fit-content {
  width: fit-content;
  min-width: fit-content;
}
/*End overwrite*/


/*Start of Flat picker*/
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: var(--osool-bg-primary);
  border-color: var(--osool-bg-primary);
  color: var(--osool-color-white);
}
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: var(--osool-bg-primary);
}

[theme="dark"].flatpickr-calendar{
    background:var(--osool-bg-dark);
}

.flatpickr-calendar {
  background: var(--osool-bg-white);
}
[theme="dark"] .numInputWrapper span{
    background-color:#fff;
}
[theme="dark"] .flatpickr-day.flatpickr-disabled,
[theme="dark"] .flatpickr-day.flatpickr-disabled:hover,
[theme="dark"] .flatpickr-day.prevMonthDay, 
[theme="dark"] .flatpickr-day.nextMonthDay, 
[theme="dark"] .flatpickr-day.notAllowed, 
[theme="dark"] .flatpickr-day.notAllowed.prevMonthDay, 
[theme="dark"] .flatpickr-day.notAllowed.nextMonthDay {
  color:gray;
}
[theme="dark"] .flatpickr-time input,
[theme="dark"] .flatpickr-time .flatpickr-time-separator,
[theme="dark"] .flatpickr-time .flatpickr-am-pm {
  color: white;
}

  [theme="dark"] .flatpickr-time input:hover,
  [theme="dark"] .flatpickr-time .flatpickr-am-pm:hover,
  [theme="dark"] .flatpickr-time input:focus,
  [theme="dark"] .flatpickr-time .flatpickr-am-pm:focus {
    background: var(--osool-bg-light-gray);
  }

  
/*.flatpickr-hour {
  color: var(--osool-color-dark);
}*/
/*[theme="dark"] .numInputWrapper .numInput,
[theme="dark"] .numInputWrapper .flatpickr-am-pm{
    color:#fff;
}*/

/*[theme="dark"].flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
  color: gray;
}*/
/*End of Flat picker*/
/*Start of input group*/
.input-group {
  background: var(--osool-bg-white);
  border-radius: 8px;
  width: min(180px, 100%);
}
@media (min-width: 765px) {
  .input-group {
    width: min(300px, 100%);
  }
}

.input-group-prepend {
  padding-inline-start: 16px;
  padding-inline-end: 8px;
  cursor: pointer;
}

.input-group-append {
  padding-inline-start: 8px;
  padding-inline-end: 16px;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  /*background-color: var(--osool-bg-white);*/
}

.input-group__icon {
}

.input-group__input:focus,
.input-group__input {
  border: none;
  background-color: transparent;
  outline: none;
  padding-block: 12px;
  padding-inline-start: 16px;
  width: 100%;
}
.input-group--gray {
  background: var(--osool-bg-light-gray);
}
[theme="dark"] .input-group--gray {
  /*background-color: var(--osool-bg-white);*/
  background: var(--osool-bg-light-gray);
}
/*End of input group*/
hr {
  border-color: rgba(147, 151, 173, 0.4);
}
/*
    navbar and inputs: #1E1E1E
    Darker: #121212
    border: rgba(235, 235, 240, 0.06)
    span-color: rgba(255, 255, 255, 0.65)
    color: rgba(255, 255, 255, 0.8);
    color-active: #7B6DDA
*/
/*body.dark-mode * {
  color: rgba(255, 255, 255, 0.8);
  background-color: #121212;
}
*/
td:first-child
{
  padding-left: 12px;
  padding-right: 0;
}
td:last-child {
  padding-left: 0 !important;
  padding-right: 12px !important;
}
/* End General */
/*Start of Breadcrumb*/
.custom-breadcrumb {
  /*padding: 10px;*/
  font-size: 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.custom-delimiter {
    margin: 0 5px;
    color: #273D52;
}

.custom-breadcrumb__item,
.custom-breadcrumb__item a {
    color: #6C7885;
}

.custom-breadcrumb__item--active {
    color: #273D52;
}

[theme="dark"] * .custom-breadcrumb__item,
[theme="dark"] * .custom-breadcrumb__item a,
[theme="dark"] * .custom-delimiter {
  color: #dadada;
}
/*End of Breadcrumb*/
.page-body {
  /*padding: 32px 20px;*/
}
.page-title
{
    font-weight: 600;
    /*padding-bottom: 16px;*/
}
.content-wrapper {
  padding: 32px 20px;
}
/*Start Side bar*/
html .nav-sidebar .nav-link p {
  margin-inline-start: 8px;
}

.nav-sidebar > .nav-item {
  margin: 8px 0;
  width: 100%;
}
.nav-sidebar .nav-treeview > li > a i.right {
  
}

.nav-sidebar .nav-link {
  padding: 9px 1rem;
  font-weight: 400;
  color: var(--osool-bg-light-dark);
}
.nav-sidebar .nav-link:focus i,
.nav-sidebar .nav-link:hover i,
.nav-sidebar .nav-link.active i
{
    color: var(--osool-color-primary);
}
.nav-sidebar .nav-link:focus p,
.nav-sidebar .nav-link:hover p,
.nav-sidebar .nav-link.active p {
  background: linear-gradient(90deg, #58C1F9, var(--osool-color-primary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav-sidebar .nav-link:hover,
.nav-sidebar .nav-link.active,
.nav-legacy.nav-sidebar > .nav-item > .nav-link.active {
  background: rgba(235, 235, 240, 0.50);
}
[theme="dark"] .nav-sidebar .nav-link:hover,
[theme="dark"] .nav-sidebar .nav-link.active,
[theme="dark"] .nav-legacy.nav-sidebar > .nav-item > .nav-link.active {
  background:#121212;
}

.nav-pills .nav-link:not(.active):hover {
  color: var(--osool-color-primary);
}

/*.dark-mode .nav-sidebar .nav-link:hover,
.dark-mode .nav-sidebar .nav-link.active,
.dark-mode .nav-legacy.nav-sidebar > .nav-item > .nav-link.active {
  background: #121212;
}
.dark-mode.layout-fixed .wrapper .sidebar {
  background-color: #1e1e1e;
}*/
.nav-sidebar .nav-link > .right:nth-child(2), .nav-sidebar .nav-link > p > .right:nth-child(2) {
  right: 10px;
  opacity: .7;
}
/*body.sidebar-collapse .nav-link .fa-angle-left
{

}*/
/*End Side bar*/
/*Start Menu Item */
.side-menu-item {
  width: 25px;
  margin-inline-start: 0.6rem;
}

.side-menu-item--active {
}

.nav-item .nav-link .side-menu-item {
  display: block;
  height: 25px;
}

.nav-item .nav-link .side-menu-item--active {
  display: none;
}

.nav-item .nav-link.active .side-menu-item,
.nav-item .nav-link:hover .side-menu-item {
  display: none;
}

.nav-item .nav-link.active .side-menu-item--active,
.nav-item .nav-link:hover .side-menu-item--active {
  display: block;
}

.nav-item .nav-link .side-menu-svg-icon {
  width: 25px;
  margin-inline-start: 0.6rem;
  margin-inline-end: 0.6rem;
  text-align: center;
}

.nav-item .nav-link .side-menu-svg-icon svg {
    /* width: auto;
    height: 20px;*/
    max-width: 24px;
}

.nav-item .nav-link.active .side-menu-svg-icon svg *,
.nav-item .nav-link:hover .side-menu-svg-icon svg * {
  fill: var(--osool-color-primary);
  stroke: var(--osool-color-primary);
  stroke-width: 0.1px;
}

.nav-menu-icon {
  width: 30px;
}

.nav-menu-icon-btn:hover .nav-menu-icon * {
  fill: var(--osool-color-primary);
}
/*[class*=sidebar-dark-] .nav-sidebar > .nav-item.menu-open > .nav-link,
[class*=sidebar-dark-] .nav-sidebar > .nav-item > .nav-link.active,
[class*=sidebar-dark-] .nav-sidebar > .nav-item > .nav-link:focus {
  background: var(--osool-color-white)beb !important;
}*/

/*.nav-sidebar .nav-link > .right, .nav-sidebar .nav-link > p > .right {
  transform: translateY(50%);
}
.nav-sidebar .menu-is-opening > .nav-link i.right, .nav-sidebar .menu-is-opening > .nav-link svg.right, .nav-sidebar .menu-open > .nav-link i.right, .nav-sidebar .menu-open > .nav-link svg.right {
  transform: rotate(-90deg) translateX(-100%);
}*/

/*End Menu Item */
/*Start navbar*/
.logo-xl.brand-image-xl, .logo-xs.brand-image-xl {
  left: 32px;
  top: 10px;
}
.navbar__icon-container {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--osool-bg-light-gray);
  transition: .3s ease-in-out;
  /*overflow: hidden;*/
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.navbar__icon-count {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: var(--osool-color-white);
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: rgba(207, 51, 57, 1);
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropdown-item__text {
  color: var(--osool-color-dark);
}

.dropdown-item__icon {
    height: 20px;
}
.dropdown-item__icon--active
{
    display: none;
}
.nav__profile-dropdown-body:hover .dropdown-item__icon {
  display: none;
}
.nav__profile-dropdown-body:hover .dropdown-item__icon--active {
  display: block;
}

.nav__profile-dropdown-body.active,
.nav__profile-dropdown-body:active,
.nav__profile-dropdown-body:hover,
.nav__profile-dropdown-body.active .dropdown-item__text,
.nav__profile-dropdown-body:active .dropdown-item__text,
.nav__profile-dropdown-body:hover .dropdown-item__text {
  /*background-color: var(--osool-bg-light-gray);*/
  color: var(--osool-bg-primary);
}
.dropdown-item__link,
.dropdown-item__link:hover {
  text-decoration: none;
}
.dropdown-item__link:hover {
  background-color: var(--osool-bg-light);
}
.dropdown-item__link--view-as .dropdown-item__text {
  color: var(--osool-color-primary);
  font-weight: 500;
}
.dropdown-item__btn-icon {
  color: var(--osool-color-primary);
  font-size: 14px;
}
.dropdown__avatar-img-container {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--osool-bg-light-gray);
}
.dropown__avatar-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.navbar__light-mode-icon,
.navbar__dark-mode-icon {
  position: absolute;
  left: 50%;
  transition: .3s ease-in-out;
  pointer-events: none;
}
.navbar__dark-mode-icon {
  top: 50%;
  transform: translate(-50%, -50%);
}
.navbar__light-mode-icon {
  top: 100%;
  transform: translateX(-50%);
}
.navbar__toggle-dark-mode
{
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.navbar__toggle-dark-mode:checked ~ .navbar__dark-mode-icon {
  top: -100%;
  transform: translateX(-50%);
}
.navbar__toggle-dark-mode:checked ~ .navbar__light-mode-icon {
  top: 50%;
  transform: translate(-50%, -50%);
}

[theme="dark"] .nav-menu-icon * {
  fill: rgba(255, 255, 255, 0.8);
}
[theme="dark"] .content-wrapper {
  background-color: #121212;
}
[theme="dark"] .bg-light,
[theme="dark"] .brand-link,
[theme="dark"] .nav-sidebar {
  background-color: #1e1e1e !important;
}
[theme="dark"] .navbar__icon-container {
  background-color: #292929;
}
[theme="dark"] .main-header {
  border-color: #1e1e1e;
}
/*End navbar*/
/*Start Shared popup*/
.shared-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.shared-popup--show {
    display: block;
}

.shared-popup__close-icon {
    color: #6C7885;
    /*width: 24px;*/
}

.shared-popup__overlay {
    background-color: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
}

.shared-popup__header {
    /*height: 110px;*/
    color: #161821;
    font-size: 20px;
    font-weight: bold;
}

.shared-popup__title {
}

.shared-popup__content {
    display: flex;
    flex-direction: column;
    background-color: var(--osool-bg-white);
    border-radius: 8px;
    width: min(900px, 100%);
    height: 80vh;
    margin: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
[theme="dark"] .shared-popup__content {
  background-color: rgba(18, 18, 18, 1);
}
@media (max-width: 767px) {
    .shared-popup__content {
        width: 500px;
    }
}

@media (max-width: 568px) {
    .shared-popup__content {
        width: 400px;
    }
}
/*End Shared popup*/

/*Start radio button*/
.osool-radio-container {
  width: 20px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
}
.osool-radio-container__input {
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.osool-choose__inner-box,
.osool-choose__in-target {
  cursor: pointer;
}
.osool-radio-container__inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  /*background-color: transparent;*/
  border: 1px solid rgba(0, 0, 0, 0.7); 
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.osool-radio-container__inner::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 0 0px 3.5px transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.osool-radio-container__input:checked ~ .osool-radio-container__inner {
  border: none;
  background: var(--osool-bg-primary-gradient);
}
.osool-radio-container__input:checked ~ .osool-radio-container__inner::after {
  background: var(--osool-bg-primary-gradient);
  box-shadow: 0 0 0px 3px #ecf0f5;
}
[theme="dark"] .osool-radio-container__inner {
  background: transparent;
  border: 1px solid var(--osool-color-primary);
}
  [theme="dark"] .osool-radio-container__inner::after {
    background: transparent;
  }
[theme="dark"] .osool-radio-container__input:checked ~ .osool-radio-container__inner::after {
  box-shadow: 0 0 0px 3px #2f2f2f;
}
/*End radio button*/
/*Start checkbox button*/
.osool-checkbox-container {
  width: 24px;
  height: 24px;
  position: relative;
}

.osool-checkbox-container input {
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.osool-checkbox-container__inner {
  width: 100%;
  height: 100%;
  /*background: rgba(147, 151, 173, 0.4);*/
  border: 1px solid rgba(0, 0, 0, 0.1);
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
}

.osool-checkbox-container__check {
  font-size: 13px;
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.osool-checkbox-container input:disabled ~ .osool-checkbox-container__inner {
  background: rgba(147, 151, 173, 0.4);
  border: 0;
}
.osool-checkbox-container input:checked ~ .osool-checkbox-container__inner {
  background: var(--osool-bg-primary-gradient);
  border: 0;
}

.osool-checkbox-container input:checked ~ .osool-checkbox-container__check {
  color: var(--osool-color-white);
  opacity: 1;
  width: 16px;
}
[theme="dark"] .osool-checkbox-container__inner {
  border-color: var(--osool-color-primary);
}
/*End checkbox button*/
/*Start Choose box*/
.osool-choose__container {
  border-radius: 8px;
  /*background-color: var(--osool-bg-white);*/
  background-color: var(--osool-bg-dark-gray);
  padding: 1px;
  transition: .3s;
  background-position: center center;
  background-size: 0;
  background-repeat: no-repeat;
}
[theme="dark"] .osool-choose__container {
  background-color: rgba(235, 235, 240, .2);
}
.osool-choose__inner-box {
  padding: 8px 16px;
  border-radius: 8px;
  background-color: var(--osool-bg-white);
}
.osool-choose__container--active {
  background-image: var(--osool-bg-primary-gradient);
  background-size: 100%;
}
.osool-choose__container--active .osool-choose__inner-box {
  background-color: var(--osool-bg-light-gray);
}

[theme="dark"] .osool-choose__inner-box {
  background-color: #1E1E1E;
}
/*End Choose box*/
/*Start of Toggle btn*/
.osool-toggle-container {
  position: relative;
  background-color: var(--osool-bg-light-gray);
  border-radius: 60px;
  padding: 1px;
  width: fit-content;
}
[theme="dark"] .osool-toggle-container {
  background-color: #000;
}
.osool-toggle-container input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.osool-toggle-container__inner {
  position: absolute;
  top: 0;
  left: 0;
  /*width: calc(50% + 16px);*/
  width: 50%;
  height: 100%;
  transition: .5s;
  border-radius: 60px;
  background: var(--osool-bg-primary-gradient);
  z-index: 0;
}
.osool-toggle-container__content
{
    position: relative;
    z-index: 3;
    pointer-events: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.osool-toggle-container__content-text
{
    transition: .5s;
    text-align: center;
}
.osool-toggle-container__content-text:nth-of-type(1) {
  color: var(--osool-color-white);
}
.osool-toggle-container__content-text:nth-of-type(2) {
  color: var(--osool-color-dark);
}



.osool-toggle-container input:checked ~ .osool-toggle-container__inner {
  /*left: calc(50% - 16px);*/
  left: 50%;
}
.osool-toggle-container input:checked ~ .osool-toggle-container__content .osool-toggle-container__content-text:nth-of-type(1) {
  color: var(--osool-color-dark);
}
.osool-toggle-container input:checked ~ .osool-toggle-container__content .osool-toggle-container__content-text:nth-of-type(2) {
  color: var(--osool-color-white);
}
/*@keyframes toggleBtnAnim {
    0% {
      left: 0;
    }
    50% {
    }
    0% {
      left: 50%;
    }
}*/
/*End of Toggle btn*/

/*Start of Checkbox Toggle btn*/
.osool-checkbox-toggle-container {
  position: relative;
  width: 32px;
  height: 20px;
  border-radius: 24px;
  overflow: hidden;
}

  .osool-checkbox-toggle-container input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
  }

.osool-checkbox-toggle-container__inner {
  padding: 4px;
  background-color: var(--osool-bg-dark-gray);
  width: 100%;
  height: 100%;
  transition: background-color .3s;
}

.osool-checkbox-toggle-container__circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--osool-bg-white);
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  transition: left .3s, right .3s;
}

.osool-checkbox-toggle-container input:checked ~ .osool-checkbox-toggle-container__inner {
  background-color: var(--osool-bg-primary)
}

.osool-checkbox-toggle-container input:checked ~ .osool-checkbox-toggle-container__circle {
  left: 16px;
}
/*End of Checkbox Toggle btn*/


/*Start of Fine Uploader*/
.picture__default-img-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.picture__default-img-inner-content
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.picture__default-img-icon
{

}
.picture__default-img-title
{
    margin-top: 8px;
}
.picture__container,
.picture2__container {
  background-color: var(--osool-bg-light-gray);
  border-radius: 4px;
  /*overflow: hidden;*/
}
.picture__container {
  width: 124px;
  height: 88px;
}
.picture__upload-block--circle,
.picture__upload-block--circle .picture__container {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.picture2__container {
  width: 100%;
  height: 117px;
}
.picture__default-img,
.picture__img {
  border-radius: 4px;
}
.picture__upload-block--circle .picture__default-img,
.picture__upload-block--circle .picture__img {
  border-radius: 50%;
}
.picture__upload-block--circle .picture__default-img {
  /*  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 17px;*/
  border-radius: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.picture__remove {
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--osool-bg-white);
  box-shadow: 0 0px 10px 0px #ddd;
  z-index: 4;
}
.picture__remove i {
  font-size: 12px;
  opacity: 0.8;
}
/*.picture__upload-block--circle .picture__remove {
  width: 16px;
  height: 16px;
}
.picture__upload-block--circle .picture__remove svg{
    font-size: 12px;
}*/
.picture2__default-img-container {
  border: 2px dashed #EBEBF080;
  border-radius: 8px;
}

.picture__upload-icon-container {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--osool-bg-white);
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.qq-upload-drop-area, .qq-upload-extra-drop-area {
  background-color: var(--osool-bg-primary);
  height: 100%;
  text-align: center;
}
.qq-uploader {
  position: absolute !important;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.qq-upload-button-selector {
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
}
.qq-upload-button-selector input
{
    width: 100%;
}
.qq-upload-drop-area, .qq-upload-extra-drop-area
{
    z-index: 99;
}
.qq-upload-list {
  opacity: 0;
}

.qq-upload-spinner-selector.qq-upload-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.1);
}
/*End of Fine Uploader*/

/*Start of bar notification*/
/*#osool-notification-bar {
  position: fixed;
  top: 50px;
  left: 40px;
  right: 40px;
  z-index: 9999999999;
}*/
#bar-notification {
  position: fixed;
  top: 50px;
  left: 40px;
  right: 40px;
  z-index: 9999999999;
  width: auto;
}
.notification-item {
  padding: 10px 20px;
  background-color: var(--osool-bg-white);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
}
.notification-item__message-box {
  display: flex;
  align-items: center;
}
.notification-item__icon
{
    width: 32px;
    height: 32px;
}
.notification-item__text
{
    color: var(--osool-color-dark);
    margin-inline-start: 8px;
}
.notification-item__text a
{
    color: var(--osool-color-primary);
}
.osool-notification__close-button {
  background-color: var(--osool-color-white);
  border: none;
  font-size: 16px;
  cursor: pointer;
  padding: 4px;
  margin-inline-start: auto;
  /*pointer-events: initial;*/
}

/*End of bar notification*/

/*Start of nav tabs (tabs & Localization card)*/
.osool-tabs__card {
  background-color: transparent;
}
.osool-tabs__card > .card-body {
  background-color: var(--osool-bg-white);
  margin-top: 16px;
  border-radius: 8px;
}
.nav-tabs .nav-item .nav-link
{
    color: var(--osool-color-dark);
}
.nav-tabs .nav-item {
  border-top: 0;
  text-align: center;
}
.nav-tabs .nav-item .nav-link {
  border: 0;
  border-bottom: 3px solid transparent;
  padding-bottom: 16px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: 0;
  border-bottom: 3px solid var(--osool-color-primary);
  color: var(--osool-color-primary);
  font-weight: 500;
  background-color: transparent;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: 0;
  border-bottom: 3px solid var(--osool-color-primary);
}

.nav-tabs {
  border-bottom: 3px solid #dee2e6;
}
[theme="dark"] .nav-tabs {
  border-bottom: 3px solid rgba(235, 235, 240, .2);
}
.nav-tabs .nav-link
{
    margin-bottom: -3px;
}
.tab-content > .tab-pane {
  /*padding: 16px;*/
}
.tab-content > .tab-pane--render-bg {
  background-color: var(--osool-bg-white);
  padding: 16px;
  border-radius: 8px;
}
.localized-card {
  background-color: var(--osool-bg-light-gray);
  border-radius: 8px;
}

.localized-card .main-input,
.localized-card .main-textarea {
  background-color: var(--osool-bg-white);
}
@media (min-width: 765px) {
  .nav-tabs .nav-item {
    /*width: 200px;*/
    width: fit-content;
  }
}
/*End of nav tabs (tabs & Localization card)*/


/*Start of date time*/
.date-time-container
{
    position: relative;
}
.date-time-container .main-input
{

}
.date-time__icon
{
    position: relative
}
/*End of date time*/



/*Start Of Filter*/
.filter-dropdown .dropdown-toggle::after {
  display: none;
}
.filter-dropdown__toggle-btn
 {
  background-color: var(--osool-bg-white);
  color: var(--osool-color-dark);
}


[theme="dark"] .filter-dropdown__toggle-btn,
[theme="dark"] .filter-dropdown__toggle-btn:hover,
[theme="dark"] .filter-dropdown__toggle-btn:active
{
  background-color: var(--osool-bg-light);
  color: darkgray;
}
.filter-dropdown .dropdown-menu {
  transform: translateY(0) !important;
  top: 100% !important;
  left: auto !important;
  right: 0 !important;
  width: 428px;
  box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.176);
  border-radius: 8px;
  border: none;
}

.filter-dropdown__header {
  border-bottom: 1px solid #DEE2E6;
}

.filter-dropdown__header-title {
  color: var(--osool-color-dark);
  font-weight: 700;
  font-size: 14px;
}

.filter-dropdown__close-btn {
  color: #6C7885;
  font-size: 14px;
}

.filter-dropdown__footer {
  background-color: var(--osool-bg-white);
  border-radius: 0 0 8px 8px;
}

.filter-dropdown .dropdown-menu .col-form-label {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  color: #6C7885;
  padding: 0;
  margin-bottom: 4px;
}

.filter-dropdown .dropdown-menu .ico-help {
  display: none;
}

.filter-dropdown .dropdown-menu .label-wrapper {
  float: none;
}

.filter-dropdown .dropdown-menu input,
.filter-dropdown .dropdown-menu select {
  font-size: 12px;
}

.filter-dropdown .dropdown-menu input {
  color: var(--osool-color-dark);
  font-weight: 500;
}

.filter-dropdown__footer button {
  font-size: 14px;
  height: 40px;
  font-weight: 500;
}

.action-btn__icon {
  width: 18px;
}

@media (max-width: 767px) {
  .filter-dropdown .dropdown-menu {
    width: 300px;
  }

  .filter-dropdown__toggle-btn {
    width: 100%;
  }
}




/*End of Filter*/
/*Start of IntlTelInput*/
.iti {
  padding: 8px 16px;
  border-radius: 8px;
  background-color: var(--osool-bg-light-gray);
  width: 100%;
}
.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  background-color: transparent;
  border: 0;
  outline: none;
  width:100%
}
.iti--allow-dropdown input.iti__tel-input, .iti--allow-dropdown input.iti__tel-input[type=text], .iti--allow-dropdown input.iti__tel-input[type=tel], .iti--show-selected-dial-code input.iti__tel-input, .iti--show-selected-dial-code input.iti__tel-input[type=text], .iti--show-selected-dial-code input.iti__tel-input[type=tel]
{
    padding-inline-start: 32px !important;
}
.iti__search-input
{
    outline: none;
}
/*End of IntlTelInput*/


/*Start Placeholder content*/

.table-placeholder {
  background-color: var(--osool-bg-white);
  height: 600px;
  overflow: hidden;
  position: relative;
}

.table-placeholder__item {
  animation-duration: 1.7s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: placeholderAnimate;
  background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
  background-size: 1300px;
  position: absolute;
  border-radius: 8px;
}
[theme="dark"] * .table-placeholder__item {
  background: linear-gradient(to right, #2d2d2d 2%, #676767 18%, #2d2d2d 33%)
}
.table-placeholder--table {
  height: 600px;
}

.table-placeholder__item--table:nth-child(1) {
  top: 20px;
  left: 20px;
  height: 40px;
  width: min(45%, 200px);
}

.table-placeholder__item--table:nth-child(2) {
  top: 20px;
  right: 20px;
  height: 40px;
  width: min(45%, 100px);
}

.table-placeholder__item--table:nth-child(3) {
  top: 80px;
  left: 20px;
  height: 70px;
  width: calc(100% - 40px);
}

.table-placeholder__item--table:nth-child(4) {
  top: 170px;
  left: 20px;
  height: 70px;
  width: calc(100% - 40px);
}

.table-placeholder__item--table:nth-child(5) {
  top: 260px;
  left: 20px;
  height: 70px;
  width: calc(100% - 40px);
}

.table-placeholder__item--table:nth-child(6) {
  top: 350px;
  left: 20px;
  height: 70px;
  width: calc(100% - 40px);
}

.table-placeholder__item--table:nth-child(7) {
  top: 440px;
  left: 20px;
  height: 70px;
  width: calc(100% - 40px);
}

@keyframes placeholderAnimate {
  0% {
    background-position: -650px 0;
  }

  100% {
    background-position: 650px 0;
  }
}

/*End Placeholder content*/

/*Start of no content*/
.no-content__inner-content
{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 384px
}
.no-content__img-container {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background-color: var(--osool-bg-light-gray);
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-content__title
{
    font-weight: 700;
}
.no-content__description {
  width: min(1000px, 100%);
}
/*End of no content*/

/*Start of Osool Info Box*/
.osool-info-box {
  background-color: var(--osool-bg-light-gray);
  border-radius: 8px;
  padding: 12px 16px;
}
.osool-info-box--primary-bg {
  background-color: rgba(62, 1, 255, 0.05);
}
.osool-info-box__info-item {
  font-size: 14px;
  font-weight: 500;
}

.osool-info-box__title {
  font-size: 14px;
  font-weight: 300;
}
.osool-info-box__value {
  font-size: 14px;
  font-weight: 500;
}
/*End of Osool Info Box*/


/*Start of Create Auction*/
.steps-container {
  margin-bottom: 16px;
}

.steps__items {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.steps__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  /*padding-inline: 8px;*/
  margin-bottom: 16px;
}

.steps__item--active {
}

.steps__item-number {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--osool-bg-light-dray);
  color: var(--osool-color-dark);
  border: 1px solid var(--osool-bg-dark-gray);
  margin-bottom: 8px;
}

.steps__item-name {
  opacity: .7;
  color: var(--osool-color-dark);
}

.steps__item--prev-step .steps__item-number,
.steps__item--current-step .steps__item-number {
  background: var(--osool-bg-primary-gradient);
  color: var(--osool-color-white);
}

.steps__item--prev-step .steps__item-name,
.steps__item--current-step .steps__item-name {
  opacity: 1;
  background: var(--osool-bg-primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}

.steps__item--disabled {
  pointer-events: none;
}

.steps__progress {
  height: 3px;
  background: var(--osool-bg-primary-gradient);
}
/*End of Create Auction*/


/*Start of Auction*/
.auction-details__bar {
  background-color: var(--osool-bg-white);
  border-radius: 8px;
  padding: 10px;
}
.auction-details__bar-item {
    position: relative;
}
.auction-details__bar-item-divided {
    width: 1px;
    height: 30px;
    background-color: var(--osool-bg-dark-gray);
    /*position: absolute*/
}
.auction-details__bar-item-icon
{

}
.auction-details__bar-item-title
{

}
.auction-details__bar-item-value
{

}
.product-overview__product-name
{
    font-size: 17px;
}
.product-overview__product-description {
  color: var(--osool-color-light-dark);
}
.product-overview__product-address
{

}
.auction-details__bids-scroll-container
{
    height: 246px;
}

.auction-details__bid-history-item-win-icon
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.auction-details__bid-history-item {
  background-color: var(--osool-bg-light-gray);
  padding: 14px 16px;
  border-radius: 8px;
  position: relative;
}
.auction-details__bid-history-item-img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
.auction-details__bid-history-item-bidder-name {
    font-size: 12px;
}
.auction-details__bid-history-item-date {
    font-size: 12px;
    color: var(--osool-color-light-dark);
}
.auction-details__bid-history-item-price
{
    font-weight: 500;
    font-size: 16px;
}
.auction-details__bids-scroll-container .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  opacity: .5;
}
.auction-details__max-bid-hint-container {
  background-color: rgba(88, 193, 249, 0.2);
  padding: 8px;
  border-radius: 8px;
}
.auction-details__max-bid-hint-icon
{

}
.auction-details__max-bid-hint-text {
    font-size: 12px;
}
.auction-details__max-bid-hint-price {
    font-weight: 500;
    font-size: 16px;
}
.auction-files {
  height: fit-content;
}

.auction-files__file-name {
  min-width: 150px
}

.auction-files__img-box,
.auction-files__btn {
  background-color: rgba(147, 151, 173, 0.1);
  border: 1px solid rgba(147, 151, 173, 0.08);
  width: 24px;
  height: 24px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.documents-picture__container--small .picture__container,
.insured-documents-picture__container--small .picture__container {
  width: 250px;
  height: 40px;
}

.documents-picture__container--small .picture__default-img-inner-content,
.insured-documents-picture__container--small .picture__default-img-inner-content {
  flex-direction: row;
}

.documents-picture__container--small .picture__default-img-icon,
.insured-documents-picture__container--small .picture__default-img-icon {
  margin-inline-end: 8px;
}

.documents-picture__container--small .picture__default-img-title,
.insured-documents-picture__container--small .picture__default-img-title {
  margin-top: 0;
}

.auction-file-neste-setting .nested-setting {
  background-color: transparent;
}

.auction-details__specification-item {
  min-width: 117px;
}

.auction-details__specification-icon {
  width: 32px;
}

.auction-details__specification-item-container:not(:last-of-type) {
  margin-bottom: 24px;
}

.auction-details__specification-text-container {
  width: 114px;
}

.auction-details__specification-value {
}
.seller-info__container {
  background-color: rgba(62, 1, 255, 0.05);
  border-radius: 8px;
  padding: 12px 16px;
}
[theme="dark"] .seller-info__container {
  background-color: var(--osool-bg-light-gray);
}
.seller-info__seller-picture {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.seller-info__seller-name
{
    font-size: 16px;
    font-weight: 400;
}
.seller-info__seller-email
{
    font-size: 14px;
    font-weight: 300;
}
.seller-info__rate-icon {
  color: rgba(255, 206, 0, 1);
  font-size: 14px;
}
.seller-info__seller-rate {
  font-size: 14px;
  font-weight: 300;
}
.seller-info__seller-rate-count {
  font-size: 14px;
  font-weight: 300;
}
.seller-info__seller-description
{
    color: var(--osool-color-light-dark);
}
.auction-details__place-bid-top-box
{
    background-color: var(--osool-bg-light-gray);
    border-radius: 8px;
    padding: 12px;
}
.auction-details__place-bid-top-box .auction-details__bar-item-divided {
    height: 58px;
}
.auction-details__popup-bid-amount-container
{
    border: 1px solid var(--osool-bg-primary);
    border-radius: 8px;
}
.auction-details__popup-bid-container
{
    color: var(--osool-color-primary);
}
.auction-details__popup-bid-currency {
    font-size: 12px;
}
.auction-details__popup-bid-amount-input,
.auction-details__popup-bid-amount-text {
  font-weight: 700;
  font-size: 24px;
  border: 0;
  box-shadow: none;
  outline: 0;
  color: var(--osool-color-primary);
  background: none;
}

.auction-details__popup-chevrons-container {
}
.auction-details__popup-chevron-up,
.auction-details__popup-chevron-down
{
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: var(--osool-bg-light-gray);
  font-size: 10px;
  border: 0;
}
.auction-details__popup-chevron-up
{

}
.auction-details__popup-chevron-down
{
}
.auction-details__popup-placed-bid
{
    font-weight: 600;
}
.auction-timer--danger {
  color: #dc3545;
}
#auctionAlert-action-alert {
  z-index: 9999999999;
  background-color: rgba(0, 0, 0, .5);
}
.auction-details__evaluation-cost-container {
  background-color: rgba(88, 193, 249, 0.2);
}
.auction-details__evaluation-cost-title
{

}
.auction-details__evaluation-cost-price
{
    font-size: 18px;
}
.auction-details__evaluation-cost-description
{
    font-size: 13px;
}
.auction-details__auction-category {
  color: var(--osool-color-light-dark);
  font-weight: 700;
  font-size:13px;
}
.auction-details__auction-category:hover {
  color: var(--osool-color-light-dark);
  text-decoration:underline;
}

[theme="dark"] .auction-details__auction-category {
  color: rgba(255, 255, 255, 0.8)
}

[theme="dark"] .previewAddress-add--new:hover{
    color:var(--osool-color-dark);

}
/*End of Auction*/
/*Start of Product*/
.product-comments__container {
}
.product-comments__item
{

}
.product-comments__item--child {
    background-color: var(--osool-bg-light-gray);
    padding: 8px 24px;
    border-radius: 8px;
    margin-right:24px;
    margin-left:24px;
}
.product-comments__comment-user-img
{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.product-comments__comment-user-name
{
    font-size: 16px;
}
.product-comments__comment-time {
    font-size: 14px;
    font-weight: 300;
}
.product-comments__comment-reply-btn
{
    color: var(--osool-color-primary);
    border: 0;
    background-color: transparent;
    box-shadow: none;
    outline: 0;
}
.product-comments__view-previus-btn
{
    color: var(--osool-color-primary);
    border: 0;
    background-color: transparent;
    box-shadow: none;
    outline: 0;
}
.product-comments__item-comment
{
    font-size: 15px;
    font-weight: 300;
}
.product-comments__item-add-comment-container {
}
.product-comments__comment-input
{

}
.product-comments__add-comment-btn
{

}
.product-overview__container {
}
.product-overview__pictures
{

}
.product-overview__thumbnails
{

}
.product-overview__info {
}
.product-overview__main-picture-container {
  /*width: 308px;*/
  height: 174px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.product-overview__main-picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-overview__prev-btn,
.product-overview__next-btn {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background-color: var(--osool-color-white);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  box-shadow: none;
  outline: none;
}
.product-overview__prev-btn i,
.product-overview__next-btn i
{
    opacity: .7;
}
.product-overview__prev-btn
{
    left: 8px;
}
.product-overview__next-btn
{
    right: 8px;
}
[theme="dark"] .product-overview__prev-btn i, [theme="dark"] .product-overview__next-btn i {
  color:initial;
}
.product-overview__picture-thumbnail-container {
  width: 55px;
  height: 55px;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  opacity: .5;
  transition: opacity .3s;
  position: relative;
}
.product-overview__picture-thumbnail-container--active {
  opacity: 1;
}
.product-overview__picture-thumbnail-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: var(--osool-color-white);
}
.product-overview__picture-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
[theme="dark"] .autoBid-amount__box{
    background: var(--osool-bg-light);
}
[theme="dark"].autoBid-amount__input {
  background: transparent;
}
.product--edit__red-box-container{
  background-color: rgba(207, 51, 57, 0.1);
  border-radius: 10px;
  padding: 12px 16px;
}
.product--edit__red-box-title {
  color: #CF3339;
  font-weight: 500;
  font-size: 13px;
}
.product--edit__red-box-text {
  color: #CF3339;
  font-weight: 400;
  font-size: 13px;
}
/*End of Product*/
/*************************************Aya*********************/
/*Start of withdraw request*/
.auction-details__withdraw--reason {
  background-color: rgba(207, 51, 57, 0.1);
  border-radius: 10px;
  padding: 12px 16px;
}
.auction-details__withdraw--reason-title {
  color:#CF3339;
  font-weight:500;
  font-size:13px;
  
}
.auction-details__withdraw--reason-msg {
  color: #CF3339;
  font-weight: 400;
  font-size: 13px;
}
.withdraw-action__inner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
}

.withdraw-action__img-container {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.withdraw-action__title {
  font-weight: 700;
}
.withdraw-action__description {
  font-weight: 400;
  font-size: 14px;
  color:#000000B2;
  text-align:center;
}
.withdrawRequest-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.withdraw-action-btns {
  display: flex;
  align-items: center;
 
}
.withdraw-action-btns .btn-default,
.withdraw-action-btns .second-btn--danger,
.withdraw-action-btns .second-btn--white {
  min-width: 146px; 
}
.withdraw-action-btns .second-btn--danger{
    justify-content:center;
}
/*end of withdraw request*/
/*Start of proposed price*/
.ProposedPrice-container {
  border-radius: 8px;
  background-color: var(--osool-bg-light-gray);
  padding: 14px 16px;
}
.proposed-price__value{
    font-weight:500;
    font-size:16px;
}
.proposed-price__buyer-data{
    font-weight:400;
    font-size:12px;
}
.proposed-price__buyer-name {
    font-size: 12px
}
.proposed-price__date {
  color: rgba(39, 61, 82, 0.6);
  font-size: 12px;
}
.card-group2__img{
    width:40px;
    border-radius:4px;
}
.date-bage {
  background-color: #EBEBF080;
  padding:8px 14px;
  border-radius:4px;
}

/*Send of proposed price*/
/*start of feedback*/
.feedBack-container {
  background-color: var(--osool-bg-white);
  padding: 12px 16px;
  border-radius: 8px;
}
.feedback__rate-icon-gray {
  color: #9397AD;
}
.feedback__rate-icon {
  color: #F8A401;
}
.feedback__rating-card--stars .feedback__rate-icon,
.feedback__user-rate .feedback__rate-icon {
  
  margin-right: 5.35px;
  /* width: 16px;*/
}
.feedback__rate-icons--ReviewList {
  width:16px;
}
.feedBack__container-top {
  justify-content: space-between;
}

.feedBack__user-name {
  font-weight: 600;
  font-size: 16px;
}

.feedBack-container {
  font-weight: 300;
  font-size: 14px;
}

.feedback__rating-score-value {
  font-weight: 600;
  font-size: 20px;
}
.feedback__rating-bar {
  background-color: #D9D9D9;
  flex-grow: 1;
  height: 7px;
  margin-right: 3px;
  border-radius: 12px;
  position: relative;
}


.feedback__rating-note {
  background-color: var(--osool-bg-white);
  padding: 16px 16px 14px;
  border-radius: 5px;
  margin-top: 20px;
}

.feedback__rating-note-star__div {
  width: 32px;
  height: 32px;
  background-color: #EBEBF080;
  border-radius: 4px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

  .feedback__rating-note-star__div li {
    font-size: 20px;
    line-height: 1;
  }

.feedback__rating-dropdown--stars .feedback__rate-icon,
.feedback__rating-dropdown--stars .feedback__rate-icon-gray {
  font-size: 21px;
}

.feedback__rating-card--stars .feedback__rate-icon {
  font-size: 32px;
}

.feedback__rating-bar .feedback__rating-bar--fill {
  height: 100%;
  background-color: #F8A401;
  border-radius: 12px;
}



.dropdown-toggle {
  background-color: var(--osool-bg-white);
  color: black;
  border: none;
}

.dropdown-toggle:focus,
.dropdown-toggle:hover {
  background-color: var(--osool-bg-light);
  color: black;
  outline: 0;
  box-shadow: none;
}
.feedback__rating-row--number {
  margin-right: 3px;
}
.add__feedback-inner--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.add__feedback-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.add__feedback-title {
  font-weight: 700;
  font-size: 20px;
}
.add__feedback-description {
  font-weight: 400;
  font-size: 14px;
  color: #000000B2;
  margin-top:10px;
}
.feedback-add-btns {
  display: flex;
  align-items: center;
}
.add__feedback-rate--container {
  display: flex;
  flex-direction: row-reverse;
  width: fit-content;
}
.user-review__star-label i {
  color: #9397AD;
  font-size: 32px;
  cursor: pointer;
}
.user-review__star-label:hover i,
.user-review__star-label:hover ~ .user-review__star-label i,
.user-review__star-input:checked ~ .user-review__star-label i {
  color: rgba(255, 206, 0, 1);

}
[theme="dark"] .seller-info--box {
  background: var( --osool-bg-light-gray);
}

[theme="dark"] .popup-text--box {
  background: var( --osool-bg-white);
}
[theme="dark"] .popup-back--btn {
  background: var( --osool-bg-white);
}
/*.dropdown-item:hover{
    background-color: var(--osool-bg-light-gray);
}*/
/*end of feedback*/
/*Start of Alerts*/
.alert {
  padding: 8px;
  border-radius: 8px;
  border: 0;
}
.alert.alert-primary {
  background-color: rgba(88, 193, 249, 0.2);
  color: var(--osool-color-dark);
}
.alert.alert-danger {
  background-color: rgba(207, 51, 57, 0.1);
  color: rgba(207, 51, 57, 1);
}

[theme="dark"] .alert-info,
[theme="dark"] .alert-success {
  background-color: var(--osool-bg-dark-gray);
}
/*End of Alerts*/
/*Start of Chat*/
.chat__channel-search-result {
  max-height: 432px;
}
.chat__channel-item {
  transition: .3s;
}
.chat__channel-item:hover {
    text-decoration: none
}
.chat__channel-item--active
{
    background-color: var(--osool-bg-light-gray);
}
.chat__user-img-container {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chat__user-img-item {
  flex: 1;
  height: 100%;
  margin: 0 1px;
}
.chat__channel-item-user-name {
  font-size: 16px;
  color: var(--osool-color-dark);
}
.chat__channel-item-product-name {
  font-size: 12px;
  color: var(--osool-color-dark);
  opacity: .7;
}
.chat__channel-item-date{
    color: var(--osool-color-light-dark);
}
.chat__channel-item-message {
  color: var(--osool-color-light-dark);
  font-size: 14px;
}
.chat__channel-item-unread-msg-count
{
    background: var(--osool-bg-primary-gradient);
    color: var(--osool-color-white);
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.chat__message-details-container
{

}
/*.chat__message-details-user-img-container
{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
*/
.chat__message-details-user-name {
  font-size: 16px;
  font-weight: 600;
}
.chat__message-details-last-seen
{
    font-size: 14px;
    color: var(--osool-color-light-dark);
}
.chat__message-details-messages-box {
  height: 100%;
}
.chat__message-details-messages-box-widget {
  height: 320px;
}

.chat__message-my-message,
.chat__message-other-user-message,
.chat__message-seperator {
  font-size: 16px;
  margin-bottom: 16px;
  border-radius: 12px;
  width: fit-content;
  padding: 4px 12px;
}
.chat__message-other-user-message {
    background-color: rgba(62, 1, 255, 0.05);
}
[theme="dark"] .chat__message-other-user-message{
    background:var(--osool-bg-white);
}
.chat__message-my-message {
  background: var(--osool-bg-primary-light-gradient);
  margin-inline-start: auto;
}
.chat__message-seperator {
  font-size: 15px;
  background: var(--osool-bg-primary-light-gradient);
  margin: 0 auto;
}
.chat__message-time
{
    font-size: 12px;
    color: var(--osool-color-light-dark);
}
.chat__message-check-icon {
  font-size: 12px;
  color: var(--osool-bg-dark);
  opacity: .4;
}
.chat__message-check-icon--checked {
  color: #17a2b8;
  opacity: 1;
  font-size: 14px;
}
.chat__message-details-send-container {
  background-color: rgba(62, 1, 255, 0.05);
  border-radius: 12px;
  padding: 10px 16px;
}
.chat__message-details-input {
  background-color: rgba(62, 1, 255, 0.05);
  border-radius: 8px;
  border: 0;
  padding: 8px;
  outline: 0;
}
[theme="dark"] .chat__message-details-input {
  background: transparent;
}
[theme="dark"] .chat__message-details-send-container {
  background: rgba(255, 255, 255, 0.05);
}
.chat__message-typing-indicator {
  background-color: #e6e7ed;
  will-change: transform;
  width: auto;
  border-radius: 50px;
  padding: 12px;
  display: table;
  position: relative;
  animation: 2s bulge infinite ease-out;
  margin-inline-start: 12px;
}

.chat__message-typing-indicator::before, .chat__message-typing-indicator::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -2px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #e6e7ed;
}

.chat__message-typing-indicator::after {
  height: 8px;
  width: 8px;
  left: -8px;
  bottom: -8px;
}

.chat__message-typing-indicator span {
  height: 7px;
  width: 7px;
  float: left;
  margin: 0 1px;
  background-color: #9e9ea1;
  display: block;
  border-radius: 50%;
  opacity: 0.4;
}

.chat__message-typing-indicator span:nth-of-type(1) {
  -webkit-animation: 1s blink infinite 0.3333s;
  animation: 1s blink infinite 0.3333s;
}

.chat__message-typing-indicator span:nth-of-type(2) {
  -webkit-animation: 1s blink infinite 0.6666s;
  animation: 1s blink infinite 0.6666s;
}

.chat__message-typing-indicator span:nth-of-type(3) {
  -webkit-animation: 1s blink infinite 0.9999s;
  animation: 1s blink infinite 0.9999s;
}

@keyframes blink {
  50% {
    opacity: 1;
  }
}

@keyframes bulge {
  50% {
    transform: scale(1.05);
  }
}

.widget-support__message-count {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: var(--osool-color-white);
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: rgba(207, 51, 57, 1);
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.widget-support__container {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99999;
    /*height: 680px;*/
    height: fit-content;
}

.widget-support__chat-box {
  width: min(350px, 100vw);
  height: min(500px, 70vh);
  background: var(--osool-bg-white) ;
  border-radius: 8px;
}
/*.support-session__chat-box {
  background: var(--osool-bg-white);
  border-radius: 8px;
}
.widget-support__chat-box {
  display: none;
  background: var(--osool-bg-white);
  border-radius:8px;
}*/

[theme="dark"] .widget-support__chat-box,
[theme="dark"] .support-session__chat-box {
  background: var(--osool-bg-light-gray);
}


.chat__user-img-container--support {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--osool-bg-light-gray);
}
.widget-support__user-name,
.widget-support__user-name--support
{
    font-size: 16px;
}
.widget-support__chat-close-icon {
  color: var(--osool-color-dark);
  opacity: .6;
  cursor: pointer;
}
.widget-support__chat-icon-container {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: var(--osool-bg-primary-gradient);
  cursor: pointer;
}
.chat__message-details-input--support
{
    background-color: transparent;
    padding: 0;
}
.widget-support__confirm-end-chat-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, .3);
  height: 100%;
  z-index: 2;
  border-radius: 8px;
}
.support-session__confirm-btns button {
  min-width: 60px;
  text-align: center;
  justify-content: center;
}

.widget-support__confirm-end-chat-inner-box {
  max-width: 85%;
  height: fit-content;
}

[theme="dark"] .widget-support__confirm-end-chat-inner-box{
    background:var(--osool-bg-light-gray);
    
}
.end-session__cancel {
  background:rgba(235, 235, 240, 0.5);
  border: 1px solid #9397AD66;
  border-radius: 8px;
}
[theme="dark"].end-session__cancel {
  background: rgba(255, 255, 255, 0.05);
}
/*End of Chat*/
/*Start of Shipping Option*/
.shipping-options__option-title {
  font-size: 14px;
}
.shipping-options__option-logo
{
    width: 32px;
    height: 32px;
    border-radius: 4px;
}
.shipping-options__option-name
{
    font-size: 14px;
}
.shipping-options__option-description
{

}
.shipping-options__option-price
{

}
/*End of Shipping Option*/
/* start of vendor trade license file*/
.vendor-tradeLicense--container {
  position: relative;
}

.file-download--icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: auto;
}
/* end of vendor trade license file*/
/*start of survey*/

.survey-card {
  margin: 40px 40px 124px 40px;
}

/*End of survey*/
.qty-dropdown{
    background-color: var(--osool-bg-white);
}
/*Start of time calender*/
[theme="dark"] .flatpickr-months {
  color: var(--osool-color-dark);
}
[theme="dark"].flatpickr-day {
  color: black;
}