@font-face {
    font-family: 'Bitsumus';
    src: url('./fonts/BITSUMIS/BITSUMIS.TTF');
}

@font-face {
    font-family: 'Montserrat Black';
    src: url('./fonts/Montserrat/static/Montserrat-Black.ttf');
}

@font-face {
    font-family: 'Montserrat Medium';
    src: url('./fonts/Montserrat/static/Montserrat-Medium.ttf');
}


:root {
    --bs-primary: #008382;
    --bs-link-color-rgb: #008382;
    --bs-primary-rgb:#008382;
    --bs-text-primary: #008382;
    --bs-primary-active: #015352;
    --bs-pagination-active-bg: #008382;
    --bs-component-active-bg: #008382;
    --bs-component-hover-color: #015352;
    --bs-component-checked-bg: #015352;
    --bs-scrolltop-bg-color: #008382;
    --bs-scrolltop-bg-color-hover: #015352;
    --bs-menu-link-color-hover: #015352;
    --bs-menu-link-color-show: #008382;
    --bs-border-radius: 1.25rem !important;
    --bs-nav-link-color: #008382;
    --bs-nav-link-hover-color: #015352;
    --bs-nav-link-active-color: #008382;
    --bs-nav-link-active-bg: #015352;
    --bs-nav-pills-link-active-bg: #008382;
    --bs-nav-pills-link-active-color: #ffffff;
    --bs-nav-pills-link-active-border-color: #008382;
    --bs-nav-pills-link-active-border-width: 2px;
    --bs-nav-pills-link-active-border-radius: 1.25rem;
}

/* [data-bs-theme=dark] {
    --bs-app-sidebar-light-bg-color: #053E4A;
}

[data-bs-theme=light] {
    --bs-app-sidebar-light-bg-color: #053E4A;
    --bs-app-sidebar-light-menu-link-color: #ffffff;
} */

[data-bs-theme="light"] {
    --bs-app-bg-color: #fcfcfc;
}

/* [data-kt-app-layout=light-sidebar]:not([data-kt-app-header-fixed=true]) .app-header {
    background-color: white;
} */

@media (min-width: 992px) {
    /* [data-kt-app-layout=light-sidebar] .app-sidebar, .app-sidebar {
        display: flex;
        flex-shrink: 0;
        margin: 10px;
        margin-right: 0;
        border-radius: 1.25rem;
    } */

    div, main, ol, pre, span, ul {
        scrollbar-width: none;
        scrollbar-color: var(--bs-scrollbar-color) transparent;
    }
}

.dt-processing .card {
    display: none !important;
}

body
{
    font-family: 'Montserrat Medium', serif;
}

.btn-primary {
    --bs-btn-hover-bg: #053E4A;
}

.h-150px
{
    height: 150px;
}

.no-border
{
    border: 0
}

.icon-group-radius
{
    border-top-left-radius: var(--bs-border-radius);
    border-bottom-left-radius: var(--bs-border-radius);
}

.btn-xl {
    font-size: 1.3rem;
}

.bg-plasticonnect {
    background-color: var(--bs-primary);
}

.form-control-solid,
.form-select-solid {
    background-color: #e9e9e9 !important;
}

[data-bs-theme="dark"] .form-control-solid,
[data-bs-theme="dark"] .form-select-solid {
    background-color: #1b1c22 !important;
}

/* .form-control-solid { */
     /* border-color: var(--bs-gray-500) !important; */
/* } */

.form-control,
.form-select,
.btn,
.select2-container--bootstrap5 .select2-dropdown,
.menu-sub-dropdown.menu.show, .menu-sub-dropdown.show[data-popper-placement], .show.menu-dropdown>.menu-sub-dropdown
.card,
.border-radius-primary
{
    border-radius: var(--bs-border-radius);
}

.select2-container--bootstrap5 .select2-dropdown {
    max-height: 300px;
    overflow-y: auto;
}

.select2-container--bootstrap5 .select2-results__options {
    max-height: 300px;
    overflow-y: auto;
}


.form-check-input:checked {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}

input.placeholder {
    background: black !important;
}

.text-primary
{
    color: var(--bs-primary) !important;
}

.iti {
    display: block !important;
}

[data-bs-theme="dark"] .iti--inline-dropdown .iti__dropdown-content{
    border-radius: var(--bs-border-radius);
    background: #1b1c22;
}

[data-bs-theme="dark"] .iti__search-input {
    background: #1b1c22;
    border-radius: var(--bs-border-radius);
}

@media (min-width: 1200px) {
    .w-xl-1200px {
        width: 1200px !important;
    }
}

.select2-selection__choice
{
    color: var(--bs-primary-inverse) !important;
    border-color: var(--bs-primary) !important;
    background-color: var(--bs-primary) !important;
}

.select2-selection__choice__remove
{
    background-color: white !important;
    font-weight: bold !important;
}

.dz-error-mark g {
    stroke: rgb(116, 116, 116);
    stroke-opacity: 0.198794;
    fill: red !important;
    fill-opacity: 0.816519 !important;
}

.lds-dual-ring,
.lds-dual-ring:after {
  box-sizing: border-box;
  color: var(--bs-primary);
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6.4px solid currentColor;
  border-color: currentColor transparent currentColor transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.ql-toolbar.ql-snow,
.ql-snow.ql-container {
    border-color: var(--bs-gray-500) !important;
    border-radius: var(--bs-border-radius);
    background-color: var(--bs-gray-100);
    color: var(--bs-gray-700);
    transition: color .2s ease;
}

.ql-toolbar.ql-snow {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
}

.ql-snow.ql-container {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

[data-bs-theme="dark"] .card-active {
    background-color: var(--bs-app-bg-color);
}

[data-bs-theme="light"] .card-active {
    background-color: #f5f5f5;
}

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #ffffff;
    --bs-nav-pills-link-active-bg: var(--bs-primary);
    color: var(--bs-primary) !important;
}

.nav-link:hover
{
    color: var(--bs-primary) !important;
}

.nav-link
{
    color: var(--bs-primary) !important;
}

[data-bs-theme="dark"] .nav-link.active
{
    color: #ffffff !important;
}

[data-bs-theme="light"] .nav-link.active
{
    color: #000000 !important;
}

.select2-results__option.select2-results__option--selectable.select2-results__option--selected:after {
    margin-left: auto;
    margin-right: 0;
    display: none !important;
}

/* Add highlight effect on focus for input, select, and textarea elements */
input:focus,
select:focus,
textarea:focus,
.select2-container--focus .select2-selection {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 131, 130, 0.3); /* Using the primary color with opacity */
    border-color: var(--bs-primary);
    transition: box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

/* Ensure the focus effect is visible in both light and dark themes */
[data-bs-theme="dark"] input:focus,
[data-bs-theme="dark"] select:focus,
[data-bs-theme="dark"] textarea:focus,
[data-bs-theme="dark"] .select2-container--focus .select2-selection,
[data-bs-theme="light"] input:focus,
[data-bs-theme="light"] select:focus,
[data-bs-theme="light"] textarea:focus,
[data-bs-theme="light"] .select2-container--focus .select2-selection {
    box-shadow: 0 0 0 3px rgba(0, 131, 130, 0.3);
    border-color: var(--bs-primary);
}

/* Add a subtle transition for smoother effect */
input,
select,
textarea,
.select2-selection {
    transition: box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

/* .btn {
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
} */
.share-with-wetransfer {
    -webkit-border-radius: 25;
    -moz-border-radius: 25;
    border-radius: 25px;
    padding: 0px 25px 0px 5px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    margin: 0;
    line-height: 50px;
    display: inline-block;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.share-with-wetransfer span {
    border-right: 2px solid var(--bs-primary-active);
    height: 100%;
    display: inline-block;
    margin-right: 5px;
    font-size: 1.2rem;
}

.rating input {
    display: none;
}

.rating label {
    cursor: pointer;
    font-size: 24px;
    padding: 5px;
    color: #ddd;
    transition: all 0.2s ease;
}

.rating label i:hover {
    color: #ffd700;
}

.rating input:checked + label {
    color: #ffd700;
}

.rating label:focus-within i {
    outline: 2px solid #ffd700;
}

.rating-input-star-active {
    color: #ffd700 !important;
}

#confetti 
{
    /* background: #000; */
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: -1;
}

.border-primary {
    border-color: var(--bs-primary) !important;
}