﻿@charset "UTF-8";

/*------------------------------------------------------------------
[Master Stylesheet]

Project        :   sash – Bootstrap 5  Admin & Dashboard Template
Copyright      :   Spruko Technologies Private Limited 
Author         :   Spruko
Author URL     :   https://themeforest.net/user/spruko
Support	       :   support@spruko.com
License        :   Licensed under ThemeForest License

-------------------------------------------------------------------*/

@import url("https://use.typekit.net/pop6ajo.css");

:root {
    --primary-bg-color: #6c5ffc;
    --primary-bg-hover: #233ac5;
    --primary-bg-border: #5161c1;
    --dark-body: #292e4a;
    --dark-border: #30314e;
    --dark-primary: #6c5ffc;
    --transparent-primary: #6c5ffc;
    --transparent-body: #584cd9;
    --transparent-theme: rgba(0, 0, 0, 0.2);
    --transparent-border: rgba(255, 255, 255, 0.1);
    --blue: #1a1a3c;
    --dark-primary-hover: #233ac5;
    --primary-transparentcolor: #eaedf7;
    --darkprimary-transparentcolor: #2b356e;
    --transparentprimary-transparentcolor: rgba(255, 255, 255, 0.05);
    --indigo: #4b0082;
    --purple: #6f42c1;
    --pink: #fc5296;
    --orange: #fd7e14;
    --yellow: #FBB034;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #ffffff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #6c5ffc;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --font-family-sans-serif: "report", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

* {
    box-sizing: border-box;
}

    *::before,
    *::after {
        box-sizing: border-box;
    }

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    font-family: "report", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #282f53;
    text-align: left;
    background-color: #f0f0f5;
}

body,
input,
button,
select,
optgroup,
textarea,
pre,
code,
kbd,
samp,
.btn,
.btn *,
ul,
ol,
li {
    font-family: "report", sans-serif;
    font-weight: 400;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection__rendered,
.select2-container--default .select2-selection__placeholder,
.select2-container--default .select2-search__field,
.select2-container--default .select2-results__option {
    font-family: "report", sans-serif;
    font-weight: 400;
}

.select2-container--default .select2-dropdown {
    font-family: "report", sans-serif;
}

strong, b {
    font-weight: 700;
    text-shadow: 0.5px 0 0 currentColor;
}

h1, h2, h3, h4, h5, h6,
.thin {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.semibold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

p, i {
    font-size: 1rem;
}

.text-secondary {
    color: #0067D0 !important;
}

.icon {
    font-size: 2rem;
    color: #090909;
}

li h5 {
    display: inline;
    margin: 0;
    font-size: 1.25rem;
}

/**Btn-group**/
.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover {
            z-index: 1;
        }

        .btn-group > .btn:focus,
        .btn-group > .btn:active,
        .btn-group > .btn.active {
            z-index: 1;
        }

        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn.active {
            z-index: 1;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group {
        margin-left: -1px;
    }

    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

    .btn-group-vertical .btn + .btn,
    .btn-group-vertical .btn + .btn-group {
        margin-left: -1px;
    }

    .btn-group-vertical .btn-group + .btn,
    .btn-group-vertical .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .btn-toolbar .input-group {
        width: auto;
    }

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-secondary {
    color: #fff;
    background-color: #1E87E4;
    border-color: #1E87E4;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

    .btn-secondary:hover {
        background-color: #166dc0;
        border-color: #166dc0;
    }

.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

    .dropdown-toggle-split::after {
        margin-left: 0;
    }

.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}

    .btn-group-vertical .btn,
    .btn-group-vertical .btn-group {
        width: 100%;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
    .btn-group-vertical > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:not(:first-child),
    .btn-group-vertical > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

    .btn-group-toggle > .btn input[type=radio],
    .btn-group-toggle > .btn input[type=checkbox] {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        pointer-events: none;
    }

    .btn-group-toggle > .btn-group > .btn input[type=radio],
    .btn-group-toggle > .btn-group > .btn input[type=checkbox] {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        pointer-events: none;
    }

/*----- Btn styles------*/
.btn {
    cursor: pointer;
    font-weight: 400;
    letter-spacing: 0.03em;
    font-size: 0.8125rem;
    min-width: 2.375rem;
    font-family: inherit !important;
}

    .btn::before,
    .btn::after {
        font-family: "report", sans-serif !important;
    }

    .btn:hover,
    .btn:focus,
    .btn:active,
    .btn.active {
        font-family: inherit !important;
    }

.btn-icon {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
}

.btn-pill {
    border-radius: 10rem;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.btn-radius {
    border-radius: 3px;
}
/*----- Dropdown ------*/
.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.9375rem;
    color: #495057;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e9edf4;
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[data-popper-placement^=top],
.dropdown-menu[data-popper-placement^=right],
.dropdown-menu[data-popper-placement^=bottom],
.dropdown-menu[data-popper-placement^=left] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.drop-heading {
    padding: 1rem 1rem;
    color: #8f9daf;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1.5rem !important;
    clear: both;
    font-weight: 400;
    color: #6e84a3;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item.user {
        font-size: 18px;
        padding: 5px;
    }

    .dropdown-item:hover,
    .dropdown-item:focus,
    .dropdown-item.active,
    .dropdown-item:active {
        text-decoration: none;
        background-color: var(--primary005);
    }

    .dropdown-item.disabled,
    .dropdown-item:disabled {
        color: #fff;
        background-color: transparent;
    }

    .dropdown-item:hover {
        background-color: #d1d1d1 !important;
    }

.dropdown-menu.show {
    display: block;
    margin: 0;
    border: 1px solid #eaf2f6;
    box-shadow: 0 3px 9px 0 rgba(104, 113, 123, 0.15);
    border-radius: 7px;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #868e96;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.hover-dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
    top: 0;
    left: 100%;
}

/*-----List Of Dropdwons-----*/
btn.dropdown-toggle ~ .dropdown-menu {
    background-color: #f4f4f4 !important;
    background-color: white !important;
    border: 0 solid #4285f4 !important;
    box-shadow: 0px 0px 3px rgba(25, 25, 25, 0.3) !important;
    top: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}

ul.dropdown-menu li.dropdown ul.dropdown-menu {
    background-color: #f4f4f4 !important;
    background-color: white !important;
    border: 0 solid #4285f4 !important;
    box-shadow: 0px 0px 3px rgba(25, 25, 25, 0.3) !important;
    top: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    position: absolute !important;
    width: 100% !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 8;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .dropdown-menu > li > a {
        text-decoration: none;
        display: block;
        padding: 8px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.428571429;
        color: #333333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #333333;
            background-color: var(--primary005);
        }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e9edf4;
    }

    .dropdown-menu .dropdown-plus-title {
        width: 100% !important;
        color: #282f53 !important;
        padding: 6px 12px !important;
        font-weight: 500 !important;
        border: 0 solid #e9edf4 !important;
        border-bottom-width: 1px !important;
        cursor: pointer !important;
    }

ul.dropdown-menu li.dropdown ul.dropdown-menu .dropdown-plus-title {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 20px !important;
}

.btn.dropdown-toggle.btn-primary ~ .dropdown-menu .dropdown-plus-title {
    border-color: #357ebd !important;
}

.btn.dropdown-toggle.btn-success ~ .dropdown-menu .dropdown-plus-title {
    border-color: #4cae4c !important;
}

.btn.dropdown-toggle.btn-info ~ .dropdown-menu .dropdown-plus-title {
    border-color: #46b8da !important;
}

.btn.dropdown-toggle.btn-warning ~ .dropdown-menu .dropdown-plus-title {
    border-color: #eea236 !important;
}

.btn.dropdown-toggle.btn-danger ~ .dropdown-menu .dropdown-plus-title {
    border-color: #d43f3a !important;
}

.dropdown-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    border-bottom: 1px solid #e9edf4;
}

    .dropdown-menu-header label {
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        color: #333333;
    }

.media {
    display: flex;
    align-items: flex-start;
}

@media (min-width: 768px) {
    ul.dropdown-menu li.dropdown ul.dropdown-menu .dropdown-plus-title {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
}

@media (min-width: 768px) {
    ul.dropdown-menu li.dropdown ul.dropdown-menu {
        width: auto !important;
    }
}

.dropdown-menu-arrow:before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 28px;
    transform: rotate(45deg);
    border-top: 1px solid #e9edf4;
    border-left: 1px solid #e9edf4;
}

.dropdown-menu.header-search:before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    left: 28px;
    transform: rotate(45deg);
    border-top: 1px solid #e9edf4;
    border-left: 1px solid #e9edf4;
}

.dropdown {
    display: block;
}

.header .dropdown .nav-link.icon:hover {
    background: none !important;
}

.dropdown-menu {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    min-width: 12rem;
}

.dropdown-menu-arrow.dropdown-menu-end:before,
.dropdown-menu-arrow.dropdown-menu-end:after {
    left: auto;
    right: 18px;
}

.dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

    .dropdown-toggle:after {
        vertical-align: 0.155em;
    }

    .dropdown-toggle:empty:after {
        margin-left: 0;
    }

.dropdown-icon {
    color: #8f9daf;
    margin-right: 0.5rem;
    margin-left: -0.5rem;
    width: 1em;
    display: inline-block;
    text-align: center;
    vertical-align: -1px;
}

.dropdown-toggle .dropdown-label {
    position: relative;
    top: -18px;
    left: -12px;
    background-color: #fff;
    padding: 0px 10px 0px 10px;
}

.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
    background-color: #09ad95;
    border-color: #09ad95;
}

.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
    color: #fff;
    background-color: #1170e4;
    border-color: #1170e4;
}

.header .main-container {
    box-shadow: 0 6px 6px -2px rgba(0, 0, 0, 0.22);
    padding: unset;
    margin-bottom: 15px;
}

.row.full-height {
    align-items: flex-start;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1000px;
    min-height: 95vh !important;
}

.img-wrapper {
    width: 100%;
    height: auto;
}

    .img-wrapper img {
        width: 100%;
        height: auto;
        max-height: 100%;
        object-fit: contain;
        display: block;
    }

.app-header.header {
    position: fixed;
    top: auto;
    width: 100%;
    z-index: 99;
}

.container-fluid.main-container {
    background-color: white;
}

.row.full-height {
    min-height: calc(100vh - 100px);
}

.container {
    margin: unset;
    padding: unset;
    width: 100%;
    place-self: center;
    max-width: unset;
}

.wave {
    display: block;
    height: 5vh;
    background-image: url('../svg/wave.svg');
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: 0 bottom;
    transition: background-position 0.2s ease-out;
}

.dark-products {
    background-color: #090909;
    color: white;
    padding: 20px;
    box-shadow: 0 6px 6px -2px rgba(9, 9, 9, 0.5);
}

.img-wrapper {
    width: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: center;
}

    .img-wrapper img {
        max-height: 50vh;
        width: auto;
        max-width: 100%;
        border-radius: 20px;
        object-fit: scale-down;
        display: block;
    }

.text-start {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0 20px;
}

.topnavbar {
    transition: background-color 0.5s ease, color 0.5s ease;
}

.dark-product-container {
    padding: 5vh 0;
    align-items: center;
}

.dark-topnavbar {
    background-color: #090909 !important;
    color: white !important;
}

    .dark-topnavbar .btn,
    .dark-topnavbar i {
        color: white !important;
        transition: color 0.5s ease, background-color 0.3s ease;
    }

/* From Uiverse.io by ashwin_5681 */
.card {
    width: 100%;
    height: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(9, 9, 9, 0.1);
    color: white;
    text-align: center;
}

    .card p {
        font-size: 1rem;
        color: white;
    }

.slider {
    width: 100%;
    height: var(--height);
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(to right, transparent, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, transparent);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    will-change: transform;
    transform: translateZ(0);
}

    .slider img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        image-rendering: auto;
    }

    .slider .item img.slider-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
        display: block;
    }

    .slider a {
        text-decoration: none;
        color: inherit;
        display: contents;
    }


    .slider .list {
        display: flex;
        width: 100%;
        min-width: calc(var(--width) * var(--quantity));
        position: relative;
    }

        .slider .list .item {
            width: var(--width);
            height: var(--height);
            position: absolute;
            left: 100%;
            animation: autoRun 25s linear infinite;
            transition: filter 0.5s;
            animation-delay: calc( (25s / var(--quantity)) * (var(--position) - 1) - 25s ) !important;
        }

            .slider .list .item img {
                width: 100%;
            }

@keyframes autoRun {
    from {
        left: 100%;
    }

    to {
        left: calc(var(--width) * -1);
    }
}

.slider:hover .item {
    animation-play-state: paused !important;
    filter: grayscale(1);
}

.slider .item:hover {
    filter: grayscale(0);
}

.slider[reverse="true"] .item {
    animation: reversePlay 10s linear infinite;
}

@keyframes reversePlay {
    from {
        left: calc(var(--width) * -1);
    }

    to {
        left: 100%;
    }
}

.card-list {
    position: relative;
    border-radius: 10px;
    background-color: white;
    min-height: 20vh;
    transition: all 0.3s ease;
    transform: translateY(0) scale(1);
    overflow: visible;
    margin: 0 5% 10% 5%;
}

    .card-list:hover {
        background-color: #D6F0FF;
        transform: translateY(-5px) scale(1.05);
    }

        .card-list:hover .card-list-img {
            box-shadow: 0px 4px 12px rgba(25, 25, 25, 0.4) !important;
        }

.card-list-img {
    position: absolute;
    border-radius: 10px;
    top: 18%;
    left: 18%;
    background-color: white !important;
    box-shadow: 0px 0px 3px rgba(25, 25, 25, 0.3) !important;
    font-size: 1rem;
    align-content: center;
    background-size: cover;
    background-position: center;
    min-height: 20vh
}

/* --- RESPONSIVE --- */

.title-responsive {
    font-size: 0.8rem;
}

@media (max-width: 992px) {
    .dark-product-container {
        display: flex;
        flex-direction: column;
    }

        .dark-product-container:nth-of-type(1) .col-6:nth-child(1) {
            order: 1;
        }

        .dark-product-container:nth-of-type(1) .col-6:nth-child(2) {
            order: 2;
        }

        .dark-product-container:nth-of-type(2) .col-6:nth-child(1) {
            order: 2;
        }

        .dark-product-container:nth-of-type(2) .col-6:nth-child(2) {
            order: 1;
        }

        .dark-product-container .col-6 {
            flex: 0 0 100%;
            max-width: 100%;
            text-align: center;
            margin-bottom: 20px;
        }

    .text-start {
        justify-content: flex-start;
        height: auto;
    }
}


@media (max-width: 576px) { /* Móviles */
    .img-wrapper img {
        max-height: 40vh;
        border-radius: 12px;
    }

    .text-start h1 {
        font-size: 1.5rem;
    }

    .text-start p {
        font-size: 1rem;
    }
}

/* Para pantallas grandes (col-lg hacia arriba) */
@media (min-width: 992px) {
    .card-list {
        margin: 0 auto 7% auto;
        min-height: 300px;
    }

    .card-list-img {
        min-height: 300px;
    }

    .title-responsive {
        font-size: 1.1rem;
    }
}

.group {
    position: relative;
    margin-bottom: 28px;
    width: 100%;
}

.input {
    padding: 14px 12px 10px 12px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #515151;
    background: transparent;
    transition: all 0.25s ease;
}

    .input:focus {
        outline: none;
    }

label {
    color: #888;
    font-size: 15px;
    position: absolute;
    pointer-events: none;
    left: 12px;
    top: 100%;
    transform: translateY(-100%);
    padding: 0 4px;
    transition: 0.2s ease all;
}

.input:focus ~ label,
.input:valid ~ label {
    top: -8px;
    font-size: 12px;
    transform: none;
    color: #5264AE;
}

.bar {
    position: relative;
    display: block;
    width: 100%;
}

    .bar:before,
    .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: -2px;
        position: absolute;
        background: #5264AE;
        transition: 0.25s ease all;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }

.input:focus ~ .bar:before,
.input:focus ~ .bar:after {
    width: 50%;
}

textarea.input {
    resize: none;
    overflow: hidden;
    min-height: 44px;
    height: 44px;
    line-height: 1.4;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        user-select: none;
        -webkit-user-select: none;
        /*border-radius: 7px;*/
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding: 0 0.75rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            position: relative;
        }

    .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px;
    }

.select2-dropdown {
    background-color: white;
    border: 1px solid #ecf0fa;
    border-radius: 7px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 0.35rem 0.75rem;
    user-select: none;
    -webkit-user-select: none;
}

    .select2-results__option[aria-selected] {
        cursor: pointer;
    }

.select2-container--open .select2-dropdown {
    left: 0;
    z-index: 9999 !important;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box;
        outline: 0;
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    .select2-search--dropdown.select2-search--hide {
        display: none;
    }

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary-bg-color);
    color: white;
}

.select2-container--default .select2-selection--single {
    /*background-color: #f6f7fc;*/
    /*padding: 14px 12px 10px 12px;*/
    width: 100%;
    border: none;
    border-bottom: 1px solid #515151;
    background: transparent;
    transition: all 0.25s ease;
}

select.input:focus ~ label,
select.input:valid ~ label {
    top: -22px;
    left: 12px;
}