/*html{
  font-size: 1.5vmin;
}*/
html { 
  font-size: min(1.5vmin,1vw);
}
body{
  background-color: #f3f3f1;
  font-family: 'inter', sans-serif;
  margin: 0;
    padding: 0;
    position: relative;
}
.bg-teal{
  background-color: #103047;
  color: #ffffff;
}
.bg-teal-gradiant{
  color: #ffffff;
  /*background: radial-gradient(#6f8290, #103047);*/
  background: #103047;
  background: linear-gradient(180deg,rgba(16, 48, 71, 1) 0%, rgba(0, 104, 150, 1) 50%, rgba(16, 48, 71, 1) 100%);
  border: 2px solid #103047;
}

.bg-purple-gradiant{
  color: #ffffff;
  /*background: radial-gradient(#6f8290, #103047);*/
  background: #8e5cff;
  background: linear-gradient(180deg,rgba(142, 92, 255, 1) 0%, rgba(0, 104, 150, 1) 50%, rgba(142, 92, 255, 1) 100%);
  border: 2px solid #8e5cff;
  min-width: 9em;
}

.bg-pink-gradiant{
  color: #ffffff;
  background: #ff0066;
  /*background: linear-gradient(180deg,rgba(255, 106, 106, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 106, 106, 1) 100%);*/
  border: 2px solid #ff0066;
  min-width: 7em; 
}

.border-teal{
  border-color: #103047 !important;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Trebuchet MS', sans-serif;
  font-weight: 400;
}
.text-teal{
  color: #103047;
}
.logo{
  max-width: 220px;
}
.mainnav .navitem a{
  text-decoration: none;
  color: #103047;
}
.mainnav .navitem a:hover{
  text-decoration: underline;
}
.btn-teal:hover{
  box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  border: 1px solid #103047;
  color: #103047;
  background: #ffffff;
}
.go-shadow{
  box-shadow: rgba(0, 0, 0, 0.8) 0px 25px 20px -20px;
}
.full-height{
  height: calc(100vh - 0px);
  max-height: 100vh;
}
.full-width{
  width: calc(100vw - 24px);
  max-width: 100vw;
}
.login-form input:-webkit-autofill,
.login-form input:-webkit-autofill:hover, 
.login-form input:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff !important;
  -webkit-box-shadow: 0 0 0px 1000px #103047 inset !important;
  border: 0px !important;
}
select:after{
  padding-right: 1rem;
}
.select2-container--select-teal{
  background: #103047;
    padding: 0.65rem;
    border-radius: var(--bs-border-radius-xl)!important;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 25px 20px -20px;
}
.select2-container--select-teal .select2-dropdown{
  background: #103047;
}
.select2-container--select-teal .select2-search__field{
  background: #103047;
  color: #ffffff;
  border-color: #ffffff;
}
.select2-container--select-teal .select2-selection{
  padding: 0.2rem;
}
.itemsgroups .itemgroup{
  background: #103047;
  color: #ffffff;
}
.itemsgroups .itemgroup.active{
  background: #ffffff;
  color: #103047;
  font-weight: bold;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  color: #ffffff !important;
  background-color: #103047 !important;
  border-radius: 50rem !important;
}
.nav-pills .nav-link i.fa{
  display: none;
}
.nav-pills .nav-link.active i.fa{
  display: block;
}
#itemsContainer .variant-radio, input[type=radio]{
  width: 1em;
    height: 1em;
    border: gray;
    margin-top: .25em;
    vertical-align: top;
    float: left;
    margin-left: -1.5em;
    border: 2px solid #103047;
    padding: 0.5em;
    -webkit-appearance: none;
}
#itemsContainer .variant-radio:checked, input[type=radio]:checked{
  border: 2px solid #103047;
  background: #103047;
  padding: 0.5em;
}
.product-image {
    max-height: 600px;
    object-fit: cover;
}
.thumbnail {
    width: 80px;
    object-fit: cover;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}
.thumbnail:hover, .thumbnail.active {
    opacity: 1;
}
#loader {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #444444;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
}
.center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
.loader-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f3f3f1;
  cursor: none;
}
.loader {
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: none;
}
.Ring-Icon {
  position: absolute;
  width: 100px;
  height: 100px;
  animation: eclipseAnimation 3s infinite;
  cursor: none;
}
@keyframes eclipseAnimation {
  0% {
    clip-path: circle(10% at 50% 50%);
  }
  100% {
    clip-path: circle(50% at 50% 50%);
  }
}
.dashed {
  --b: 3px; /* border thickness */
  --s: 30px; /* size of the dashes */
  --c1: #103047;
  --c2: #006896;
  /*width: 250px;*/
  aspect-ratio: 1;
  position: relative;
  height: 0.1rem;
}
.dashed::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: var(--b);
  background: repeating-conic-gradient(var(--c1) 0 25%, var(--c2) 0 50%) 0 0 /
    var(--s) var(--s) round;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.bg-transparent{
  background: transparent !important;
}
#flt-form select.form-control, #flt-form input.form-control, #flt-form .select2-container--default{
  border: 2px solid #103047 !important;
  color: #103047 !important;
  border-radius: var(--bs-border-radius);
}
#flt-form .select2-container--default{
  padding: 0;
}
#flt-form .select2-container--default .select2-selection{
  padding: 0;
}
#flt-form .select2-container--default .select2-selection .select2-selection__choice{
  margin: 0;
}
#orders-table thead th .sort-ind {
  margin-left: 6px; opacity: .6;
}
#orders-table thead th.sorted .sort-ind {
  opacity: 1;
}
#orders-table thead th{
  background-color: #103047 !important;
  color: #ffffff !important;
}
th.sortable { cursor:pointer; white-space:nowrap; }
th.sortable.sorted-asc  { background: rgba(0,0,0,.03); }
th.sortable.sorted-desc { background: rgba(0,0,0,.03); }
th.sortable .sort-ind { display:inline-block; margin-left:6px; opacity:.7; font-size: 12px; }