:root {
    --bs-border-radius-sm: 1rem;
}

:active::-webkit-scrollbar-thumb,
:focus::-webkit-scrollbar-thumb,
:hover::-webkit-scrollbar-thumb {
    visibility: visible;
}
::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    visibility: hidden;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
body {
    color: #000810;
    line-height: 18px;
    top: 0px !important;
}
figure {
    margin-block-start: unset;
    margin-block-end: unset;
    margin-inline-start: unset;
    margin-inline-end: unset;
    display: block;
    width: 100%;
  }

.form-control::placeholder {
    opacity: .7;
    color: #999;
}
.unchecked {
    color: #999;
}
.selectize-control.plugin-remove_button [data-value] .remove {
    border-radius: 0 20px 20px 0;
}
.selectize-control.plugin-remove_button [data-value] {
    padding-right: 20px !important;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, 
.bootstrap-select>.dropdown-toggle.bs-placeholder:active, 
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus, 
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    opacity: .7;
}
.bootstrap-select button {
    background-color: transparent;
}

.bootstrap-select button:focus-visible,
.bootstrap-select .filter-option:focus-visible,
.bootstrap-select button,
.bootstrap-select button:focus {
    border-left: none;
    border-top: none;
    border-right: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0 0;
    outline: none;
    outline-color: none !important;
    border-color: var(--bs-border-color);
}
.bootstrap-select .dropdown-toggle:focus, 
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}
.form-control:hover {
    border-color: green;
}

.input-group-text {
    border-left: none;
    border-top: none;
    /* border-right: none; */
    box-shadow: none;
    background-color: none;
    border-radius: 50%;
    padding: 0 0;
}
.form-control-plaintext,
.selectize-input,
.input-group-text,
.form-select,
.form-select:focus,
.form-control:focus,
.form-control {
    border-left: none;
    border-top: none;
    border-right: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0 0 !important;
}
.form-check-input:checked {
    background-color: green;
    border-color: green;
}
.form-check-label {
    margin-top: 1.5px;
}
.form-check {
    margin-bottom: 0;
}
.col-form-label {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-weight: 400 !important;
    color: var(--bs-body-color) !important;
    gap: 3px;
}
.input-group:focus .input-group-text,
.input-group:hover .input-group-text,
.form-control:focus {
    border-bottom-color: green;
}
.dropdown-menu {
    --bs-dropdown-link-active-bg: var(--bs-success-bg-subtle);
    --bs-dropdown-link-active-color: black;
}
.modal {
    --bs-modal-header-padding: 1rem 1.5rem;
    --bs-modal-padding: 0rem 1.5rem 0rem 1.5rem;
    --bs-modal-footer-gap: 2.5rem;
}
.full-width {
    width: 100% !important;
}
.my-field.active label,
.my-field:hover label {
    color: green;
}
.bi {
    /* min-width: 1em;
    min-height: 1em; */
    vertical-align: -0.125em;
    fill: currentcolor;
}
.mr-auto {
    margin-right: auto;
}
strong {
    font-weight: bold;
}
.mr {
    margin-right: 0.75rem;
}
.input-group-text,
.my-add-button {
    height: 26px;
    width: 26px;
}
.form-control,
.form-control:focus,
.bootstrap-select {
    padding-right: 7px;
}
.bootstrap-select button {
    padding-right: 3px;
}
.input-group .input-group-text,
.bootstrap-select .btn.show,
.bootstrap-select .btn:hover {
    background-color: transparent;
}
.bootstrap-select .btn.show:focus-visible {
    box-shadow: none;
}
.input-group * {
    border-bottom: none;
}
.input-group {
    border-bottom: var(--bs-border-width) solid var(--bs-border-color);
}
.input-group:focus-within,
.input-group:hover {
    border-bottom-color: green;
}

.btn,
.badge {
    line-height: 130%;
}

.badge:hover,
.icon-btn.lg:hover,
.icon-btn.md:hover,
.icon-btn.sm:hover,
.icon-btn:hover {
    background-color: #ddd !important;
    cursor: pointer !important;
}
.icon-btn {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: black;
    font-weight: 400;
    border-color: white;
    background-color: white;
    font-size: 1.625rem;
    width: 48px;
    min-width: 48px;
    height: 48px;
    border: none;
}
.icon-btn.bg {
    background-color: #eeeaea !important;
}
.icon-btn.sm {
    width: 22px;
    height: 22px;
    min-width: 22px;
    font-size: 1rem;
    padding: 0 0 0 0;
}

.icon-btn.md {
    min-width: 30px;
    width: 30px;
    height: 30px;
    font-size: 1rem;
    padding: 0 0 0 0;
}
.icon-btn.icon-sm {
    min-width: 40px;
    width: 40px;
    height: 40px;
    font-size: 1rem;
    padding: 0 0 0 0;
}
.icon-btn.icon-sm .bi,
.icon-btn.md .bi{
    margin-bottom: 0.5rem;
}
.my-form-html:focus-visible {
    border: none !important;
    outline-color: none !important;
    outline: none !important;
}

.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: transparent;
    padding: 0 0 0;
    border: none;
    border-bottom: 1px solid var(--bs-border-color);
    border-radius: none;
    font-size: 14px;
    min-height: 24px;
    overflow: hidden;
}
/* .selectize-input:hover, */
/* .selectize-input.focus, */
.myhover .choices.is-focused.is-open .choices__inner,
.myhover .choices__inner:hover {
    border-bottom: 1px solid green !important;
}
.selectize-input.focus {
    border-color: green;
    border-radius: 0;
}

.choices {
    width: 100%;
}
.choices__list {
    z-index: 3 !important;
}

.choices__input {
    padding: 0;
}
.my-choices-single {
    height: 24px;
}
.choices__list .choices__item{
    margin-bottom: 1px !important;
    border: none !important;
}
.my-choice {
    height: 26px;
}
.icon-btn.md,
.icon-btn.md,
.selectize-input.input-active,
.selectize-input.focus,
.selectize-input:focus-visible,
.selectize-input {
    min-height: 25px;
    border-color: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
}
.selectize-control {
    display: flex;
    align-items: center;
}
.selectize-control.multi .selectize-input.has-items {
    padding: 0px;
}
.selectize-control.multi .selectize-input>div {
    border-radius: 20px;
    font-weight: 500;
    margin: 0 2px 1px 0;
    padding: 0px 2px;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0px;
}
.selectize-dropdown-content .option {
    padding-top: .4125rem;
    padding-bottom: .4125rem;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.remove-single {
    text-decoration: none;
    color: #777;
    font-size: 1rem;
}
.remove-single:hover{
    color: black;
}
.nav-link, .nav-link, .show>.nav-link {
    color: black;
    font-weight: 500;
    border-width: 1;
    border-color: transparent;
}
.table-content {
    padding: 0 0 !important;
    background: transparent !important;
    font-weight: 500 !important;
}
.btn-close {
    opacity: 1;
}

.btn-close:focus,
.btn-close:focus-visible,
.btn-close:hover {
    border: none;
    outline: none;
    box-shadow: none;
    background-color: #ddd;
}
.btn-close {
    border: none;
    border-radius: 50%;
}
.nav-link:hover,
.nav-link:hover {
    border-width: 0px !important;
    font-weight: 500 !important;
    color: black !important;
    cursor: pointer;
    background-color: #ddd;
}
.nav-link.active,  .show>.nav-link {
    border-bottom: 1px solid green !important;
    font-weight: 700 !important;
    color: black !important;
}
.cs-icon {
    background-color: #938e8e33 !important;
}
.cs-icon:hover {
    background-color: #727171 !important;
    color: white !important;
}
.tab-pane:focus-visible,
.tab-content:focus-visible {
    outline: none;
}
.clickable {
    gap: .125rem;
}
.clickable .badge {
    text-decoration: underline;
    text-decoration-color: green;
    display: inline-flex !important;
    gap: 0.5rem;
    align-items: center !important;
    cursor: pointer;
}
.clickable .input-group,
.clickable input {
    width: auto;
}
ul.pagination {
    gap: 1rem;
}
.pagination .page-item .page-link {
    line-height: 140%;
}
.pagination .page-item .page-link:hover,
.tbl_clickable tr {
    cursor: pointer;
}

.dropdown-item {
    cursor: pointer;
}
.cs .form-label {
    font-weight: 400 !important;
    margin-bottom: 0px !important;
}
.btn.show {
    border-color: green;
}
.modal .h-scroll {
    margin-bottom: 1rem;
}
.selectize-control.plugin-remove_button .remove-single:hover {
    background-color: #5e5d5d33 !important;
    color: black;
}
.selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 3px;
    border-radius: 50%;
    top: 5px;
    font-size: 15px;
    width: 16px;
    height: 16px;
    align-items: center;
    display: flex;
    justify-content: center;
    /* line-height: 160%; */
    color: #000;
    /* padding-bottom: 3px; */
    content: "";
    background-color: #f8f5f5;
}
.selectize-control .item {
    font-weight: 400;
}
.spinner-border {
    padding: 0px;
    margin: 0px;
    height: 1rem;
    width: 1.2rem;
    margin-right: 1rem;
}

.avatar {
    vertical-align: middle;
    width: 30px;
    border-radius: 50%;
  }

  .iconClass{
    position: relative;
  }
  .iconClass span{
    position: absolute;
    top: -9px;
    right: -12px;
    display: block;
    color: red;
  }
  .nav-item::marker {
    display: none;
  }

  .notification a {
    margin-top: auto;
    margin-bottom: auto;
  }

  .notification {
    width: 40px;
    color: black;
    border-radius: 50%;
    height: 40px;
    display: flex;
    justify-content: center;
    justify-items: center;
    margin-right: 10px;
  }
  .notification:hover * {
    background-color: transparent;
  }
  .notification:hover {
        background-color: #ddd;
        cursor: pointer;
}

.hover:hover {
    background-color: #ddd;
    cursor: pointer;
}

.table>:not(caption)>*>*,
td .badge {
    line-height: 130%;
    font-size: 1rem;
    font-weight: 400;
}

a:hover {
    /* text-decoration: underline !important;
    text-decoration-color: green !important;
    color: green !important; */
}

.width-100 {
    width: 100%;
}
.width-0 {
    display: none;
}
.toggle-button .toggle-header {
    /* background-color: #fffffff0; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .525rem !important;
}
.toggle-button .toggle-content {
    padding-left: .525rem !important;
    padding-top: .525rem !important;
    padding-right: .525rem !important;
    padding-bottom: .825rem !important;
}
.toggle-button .myrow {
    background-color: #f9f9f9;
}
.toggle-button .toggle-header:hover {
    background-color: #ddd !important;
    cursor: pointer;
}
.toggle-button .toggle-header:hover .icon-btn.sm {
    background-color: unset !important;
    cursor: pointer !important;
}

.toggle-button button.btn:hover {
    background-color: white !important;
}
.toggle-button .toggle-text-header {
    color: black;
}

/* crollbar */
.scroll {
    /* overflow-y: auto; */
}

:active::-webkit-scrollbar-thumb,
:focus::-webkit-scrollbar-thumb,
:hover::-webkit-scrollbar-thumb {
    visibility: visible;
}
::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    visibility: hidden;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* ckeditor */
.ck-editor__editable[role="textbox"] {
    min-height: 500px;
}
.ck-content .image {
    /* block images */
    max-width: 80%;
    margin: 20px auto;
}
.ck-body-wrapper {
    display: none !important;
}

.selectize-control.single .selectize-input:after {
    right: 12px;
}

.selectize-input {
    line-height: 25px;
    flex: 1;
}
.selectize-input input:focus-visible {
    box-shadow: none;
    outline: none;
}
.selectize-input input {
    border-color: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;

}

.selectize-input.dropdown-active {
    border-radius: 0;
}

.selectize-control.plugin-remove_button [data-value] .remove {
    border-radius: 0 16px 16px 0;
}

[disabled="disabled"] {
    cursor:  not-allowed;
}

.th-inner.sortable {
    border-bottom: 1px solid green;
}
.fixed-table-container {
    border: none;
}

#filter_id {
    /* max-height: calc(100vh - 68px);
    overflow-y: auto; 
    overflow-x: hidden; */
}
#filter_id {
    /* -ms-overflow-style: none;  /* IE and Edge */
    /* scrollbar-width: none;  Firefox  */
    min-height: 100%;
}
.form-text {
    margin-top: 0px;
}
.text-bold {
    font-weight: 600;
}
ul {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
.gap {
    gap: .5rem;
}

.gap1 {
    gap: 1rem;
}

.h-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    padding-top: 1.5rem;
}

.h-scroll > button,
.h-scroll > span {
    white-space: nowrap;
    /* overflow: hidden; */
    height: fit-content;
    /* text-overflow: ellipsis; */
    /* min-width: 100px; */
    /* width: auto; */
}
.button-icon i,
.h-scroll i {
    /* margin-right: 5px; */
}
.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    line-height: unset;
    vertical-align: -0.125em;
}
.upload-file-button {
    height: 24px;
    align-items: center;
    /* text-decoration: 1px solid green; */
    color: #4444446e;
    border-bottom: 1px dotted green;
    border-radius: 2px;
    display: block;
    padding-left: 0;
    padding-right: 0;
}
.downloadable {
    color: #444;
}
.downloadable:hover {
    text-decoration-line: underline !important;
    text-decoration-style: dotted !important;
    text-decoration-color: rgba(0, 128, 0, 0.83) !important;
    cursor: pointer !important;
}
.upload-file-button:hover {
    cursor: pointer !important;
    color: black;
}
.upload-container {
    height: 100%;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #fcfcfc;
  }


  .upload-container .card {
    border-radius: 10px;
    /* box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3); */
    border: none;
    width: 600px;
    /* padding: 10px 30px 40px; */
  }

  .upload-container.sm {
    justify-content: left;
    gap: 1rem;
  }
  .upload-container.sm .sm-card .drop_box img {
     /* max-height: 100%;
    max-width: 100%; */
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .upload-container.sm .sm-card .drop_box{
    width: 100px;
    height: 100px;
    margin: 0;
    padding: 5px;
    border: 2px dotted green;
    border-radius: 10px;
    cursor: pointer;
  }
  .upload-container.sm .sm-card .drop_box p{
    margin: 0;
    text-align: center;
  }

  .upload-container .card h3 {
    font-size: 22px;
    font-weight: 600;

  }

  .upload-container .drop_box {
    margin: 10px 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 3px dotted #a3a3a3;
    border-radius: 5px;
    position: relative;
  }

  .upload-container .drop_box h4 {
    font-size: 16px;
    font-weight: 400;
    color: #2e2e2e;
  }

  .upload-container .drop_box p {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #a3a3a3;
  }

  .upload-container .btn {
    text-decoration: none;
    background-color: #005af0;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    outline: none;
    transition: 0.3s;
  }

  .upload-container .btn:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: #005af0;
    padding: 10px 20px;
    border: none;
    outline: 1px solid #010101;
  }

  .upload-container .form input {
    margin: 10px 0;
    width: 100%;
    background-color: #e2e2e2;
    border: none;
    outline: none;
    padding: 12px 20px;
    border-radius: 4px;
  }
  .hover:hover {
    background-color: #e2e2e2;
    border-radius: 1rem;
  }

  .nav[role="tablist"] {
    margin-left: -1rem;
  }

  .ck-editor,
  .ck-focused {
    width: 100% !important;
  }
  .myrow {
    display: flex;
    align-items: center;
  }
  .myrow.hover.border-radius-none {
    border-radius: 0 !important;
  }


  @keyframes skeleton-loading {
    0% {
      background-color: hsl(200, 20%, 90%);
    }
    100% {
      background-color: hsl(200, 20%, 95%);
    }
  }

.skeleton {
    /* width: 100vw;
    height: calc(100vh - 100px);
    position: absolute;
    z-index: 10000;
    background-color: #fff !important;
    display: flex;
    padding: 1rem;
    gap: 1rem; */
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 10000;
    background-color: #fff !important;
    display: flex;
    padding: 1rem;
    gap: 1rem;
    top: 0;
    bottom: 0;
}
  
.skeleton .ssc-left {
    display: block;
    animation: skeleton-loading .5s linear infinite alternate;
    position: relative;
    overflow: hidden;
    width: 55%;
    height: 100%;
    border-radius: 1rem;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.skeleton .ssc-right {
    display: block;
    animation: skeleton-loading .5s linear infinite alternate;
    position: relative;
    overflow: hidden;
    width: 45%;
    height: 100%;
    border-radius: 1rem;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.skeleton .ssc-full {
    display: block;
    /* animation: skeleton-loading .5s linear infinite alternate; */
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.skeleton .preloader {
	text-align: center;
	/* max-width: 20em; */
	width: 100%;
}
.skeleton .preloader__text {
	position: relative;
	/* height: 1.5em; */
    font-size: 18px;
}
.skeleton .preloader__msg {
	animation: msg 0.3s 13.7s linear forwards;
	position: absolute;
	width: 100%;
}
.skeleton .preloader__msg--last {
	animation-direction: reverse;
	animation-delay: 14s;
	visibility: hidden;
}
.skeleton .cart {
	display: block;
	margin: 0 auto 1.5em auto;
	width: 8em;
	height: 8em;
}
.skeleton .cart__lines,
.skeleton .cart__top,
.skeleton .cart__wheel1,
.skeleton .cart__wheel2,
.skeleton .cart__wheel-stroke {
	animation: cartLines 2s ease-in-out infinite;
}
.skeleton .cart__lines {
	stroke: #fd5631;
}
.skeleton .cart__top {
	animation-name: cartTop;
}
.skeleton .cart__wheel1 {
	animation-name: cartWheel1;
	transform: rotate(-0.25turn);
	transform-origin: 43px 111px;
}
.skeleton .cart__wheel2 {
	animation-name: cartWheel2;
	transform: rotate(0.25turn);
	transform-origin: 102px 111px;
}
.skeleton .cart__wheel-stroke {
	animation-name: cartWheelStroke
}
.skeleton .cart__track {
	stroke: hsla(var(--hue),10%,10%,0.1);
	transition: stroke var(--trans-dur);
}

/* Dark theme */
@media (prefers-color-scheme: dark) {
	:root {
		--bg: hsl(var(--hue),10%,10%);
		--fg: hsl(var(--hue),10%,90%);
	}
	.cart__track {
		stroke: hsla(var(--hue),10%,90%,0.1);
	}
}

/* Animations */
@keyframes msg {
	from {
		opacity: 1;
		visibility: visible;
	}
	99.9% {
		opacity: 0;
		visibility: visible;
	}
	to {
		opacity: 0;
		visibility: hidden;
	}
}
@keyframes cartLines {
	from,
	to {
		opacity: 0;
	}
	8%,
	92% {
		opacity: 1;
	}
}
@keyframes cartTop {
	from {
		stroke-dashoffset: -338;
	}
	50% {
		stroke-dashoffset: 0;
	}
	to {
		stroke-dashoffset: 338;
	}
}
@keyframes cartWheel1 {
	from {
		transform: rotate(-0.25turn);
	}
	to {
		transform: rotate(2.75turn);
	}
}
@keyframes cartWheel2 {
	from {
		transform: rotate(0.25turn);
	}
	to {
		transform: rotate(3.25turn);
	}
}
@keyframes cartWheelStroke {
	from,
	to {
		stroke-dashoffset: 81.68;
	}
	50% {
		stroke-dashoffset: 40.84;
	}
}
/* end loading */

.detail-view form {
    border-radius: 0 !important;
}

/* iframe {
    width: 100%;
    height: 100%;
    margin: 0;
    padding:0;
    border: 0;
} */
[data-active="true"] * {
    font-weight: bold !important;
}
div.barcode {
    border-radius: unset !important;
    margin-right: 0.25rem;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.my-variant-table {
    /* border: 1px solid #8080802b; */
    margin-top: 1rem;
    float: right;
    /* padding: .5rem; */
}
.profile-wrap {
    overflow-x: auto;
}

#profileDropdown .dropdown-toggle::after {
    content: "" !important;
}
.dropdown-menu.show {
    border-radius: .5rem !important;
}

.lg-show-in {
    z-index: 2000;
    position: absolute;
}
.col-10.right-table {
    position: relative;
}

.image-link {
    position: absolute !important;
    background-color: rgb(153 146 146 / 50%);
    color: white;
    border: none;
    align-items: center !important;
    padding: 0;
    justify-content: center;
    font-size: 1rem;
    text-align: center;
    bottom: 0;
    display: none;
    width: 100%;
}
.file_upload:hover .image-link{
    display: block;
}
.image-link:hover {
    text-decoration: underline;
}
hr.dropdown-divider {
    height: 9px !important;
    border: unset !important;
    margin-top: 9px;
    border-top: 1px solid rgba(0, 0, 0, 0.175) !important;
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
    opacity: 1 !important;
}
.sm-loader {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}


@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.fc-license-message {
    display: none;
}

.btn {
    min-width: 120px;
}
/* ============================= */


input[readonly="readonly"] {
    color: #b0b2b4
  }