:root {
    --w-xxlarge: 477px;
    --w-xlarge: 422px;
    --w-large: 244px;
    --w-medium: 250px;
    --w-regular: 226px;
    --w-small: 144px;
    --w-x-small: 104px;
    --success-color: #4bd842;
    --error-color: #ff0000;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    background-color: var(--background);
}

body {
    margin-bottom: 60px;
    background-color: var(--background);
    font-family: var(--font-family-sans) !important;
    font-size: 14px;
    color: var(--text-primary);
    transition: all 0.2s ease;
}

nav {
    height: 90px;
    background-color: var(--background) !important;
    color: var(--light);
    border-bottom: 1px solid var(--background-darker) !important;
    transition: all 0.2s ease;
    z-index: 900;
}

.content {
    padding-bottom: 50px;
}

@media (max-width: 769px) {
    .content {
        margin: .5rem 1rem;
        margin: 15px 15px;
    }
}

.border-top {
    border-top: 1px solid var(--footer) !important;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*white-space: nowrap;*/
    text-align: center;
    height: 80px;
    min-height: 80px;
    max-height: 80px;
    background-color: var(--footer);
    transition: all 0.2s ease;
}

    .footer > div {
        color: var(--footer-text);
        font-size: 11px;
    }

.container-fluid {
    max-width: 1170px;
}

.container-fluid {
    padding: 15px 15px;
}

.nav-container-left {
    display: flex;
    height: 100%;
}

.nav-container-right {
    display: flex;
    align-items: center;
    height: 100%;
    flex-basis: 150px;
    justify-content:end;
}

@media (max-width: 991.5px) {

    .nav-container-center {
        display: none;
    }

    .nav-container-right div:nth-child(2) {
        display: none;
    }
}

@media (max-width: 450px) {
    .nav-container-right {
        flex-basis: 110px;
    }

        .nav-container-right svg {
            height: 38px;
            margin-left: 4px;
            margin-right: 0px;
        }

        .nav-container-right div {
            width: 40px !important;
        }
}

@media (max-width: 340px) {
    .nav-container-left {
        padding-bottom: 20px;
    }

    .navbar {
        height: 120px;
    }
}

.icon-svg-menu {
    color: var(--text-primary);
    height: 20px;
    width: 20px;
    fill: var(--text-primary);
}

.nav-link.active svg.icon-svg-menu {
    fill: var(--selected-menu-icon);
}

#sidenav-container,
#search-container {
    display: none;
    position: absolute;
    right: 0;
    bottom: 80px;
    overflow-y: scroll;
}

#sidenav-container {
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
    top: 0;
    z-index: 990;
    border: 2px solid var(--tertiary-color);
    background-color: var(--background);
    padding: 20px;
    padding-top: 40px;
    min-width: 200px;
    width: 30%;
    height: 100%;
    position: fixed;
}


    #sidenav-container nav {
        background-color: var(--background) !important;
    }

.icon-svg-menu-lateral {
    color: var(--text-primary);
    height: 20px;
    width: 20px;
    fill: var(--text-primary);
}

.sidenav-lateral {
    height: 70%;
}

    .sidenav-lateral ul {
        padding: 0px;
        height: 100%;
    }

.sidenav-lateral-item {
    height: 40px;
    list-style-type: none;
    padding-left: 0;
    text-align: center;
    height: 25%;
    max-height: 50px;
    font-size: 18px;
}

    .sidenav-lateral-item a div {
        width: 100%;
        height: 100%
    }

        .sidenav-lateral-item a div span {
            display: inline-block;
            vertical-align: text-bottom;
            line-height: normal;
            color: var(--text-primary) !important;
        }

            .sidenav-lateral-item a div span svg {
                margin-top: -6px;
            }

    .sidenav-lateral-item a:hover, .sidenav-lateral-item a:hover div span, .sidenav-lateral-item a:hover div svg {
        text-decoration: none;
        color: var(--text-primary);
        fill: var(--text-primary);
    }

.nav-lateral-link__icon {
    padding-bottom: 2px;
    font-size: 1em;
}

.nav-link {
    width: 89px;
}

#search-container {
    display: none;
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 800;
    background-color: var(--background);
    padding-left: 3rem;
    padding-right: 3rem;
}

@media( max-width: 336px) {

    #search-container {
        padding-left: 0px;
        padding-right: 0px;
        width: 100vw !important;
        margin-left: 0px;
    }
}

.custom-switch .custom-control-label::before {
    width: 64px;
    border-radius: 2rem;
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 32px;
    pointer-events: none;
    content: "";
    background-color: var(--primary-color);
    border: var(--primary-color) solid 1px;
}

.custom-control-lateral-label::before {
    background-color: var(--primary-color);
    border: var(--primary-color) solid 1px;
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 3px);
    left: calc(-2.25rem + 2px);
    width: 26px;
    height: 26px;
    background-color: var(--background);
    border-radius: 2rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
    font-size: 1.2rem;
    padding: 0 0 0 3px;
}

.custom-switch {
    text-align: center;
}

    .custom-switch .custom-control-input ~ .custom-control-label > svg {
        position: absolute;
        top: .25rem;
        left: -1.8rem;
        display: block;
        width: 1rem;
        z-index: 10;
        height: 32px;
        pointer-events: none;
    }

.custom-control-input:checked ~ .custom-control-label::before {
    color: var(--background);
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
}

/* change mode button */
.custom-control-lateral-input:checked ~ .custom-control-lateral-label::before {
    color: var(--primary-color) !important;
    border-color: var(--secondary-color) !important;
    background-color: var(--secondary-color) !important;
}

.custom-swich-resized {
    zoom: 0.8;
    -moz-transform: scale(0.8);
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: var(--background); /* background of moon*/
    -webkit-transform: translateX(2.09rem);
    transform: translateX(2.09rem);
    content: ' ';
    color: var(--text-primary);
    font-size: 1.2rem;
    padding: 0 0 0 3px;
}

.custom-switch .custom-control-lateral-input:checked ~ .custom-control-lateral-label::after {
    color: var(--text-primary-inverted);
}

.custom-switch .custom-control-input:checked ~ .custom-control-label > svg {
    transform: translateX(2.09rem);
    font-size: 1.2rem;
    position: absolute;
    top: .25rem;
    left: -1.8rem;
    display: block;
    width: 1rem;
    z-index: 10;
    height: 32px;
    pointer-events: none;
}

.custom-switch--view .custom-control-label--view::before {
    width: 64px;
    border-radius: 2rem;
}

.custom-control-input--view:checked ~ .custom-control-label--view::before {
    color: var(--primary-color);
    border-color: var(--primary-color);
    background-color: transparent;
}

.custom-control-lateral-input:checked ~ .custom-control-lateral-label--view::before {
    color: var(--background);
    border-color: var(--background);
}

.custom-control-label--view::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 32px;
    pointer-events: none;
    content: "";
    background-color: transparent;
    color: var(--primary-color);
    border: var(--primary-color) solid 1px;
}

.custom-switch--view .custom-control-label--view::after {
    top: calc(.25rem + 3px);
    left: calc(-2.25rem + 2px);
    width: 26px;
    height: 26px;
    background-color: var(--primary-color);
    border-radius: 2rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
    font-size: 1.2rem;
    padding: 0 0 0 3px;
}

.custom-switch--view .custom-control-input--view ~ .custom-control-label--view > svg:first-child {
    position: absolute;
    top: .25rem;
    left: -1.8rem;
    display: block;
    width: 1rem;
    z-index: 10;
    height: 32px;
    pointer-events: none;
    color: var(--background);
}

.custom-switch--view .custom-control-input--view ~ .custom-control-label--view > svg:nth-child(2) {
    position: absolute;
    top: .25rem;
    left: -1.8rem;
    display: block;
    width: 1rem;
    z-index: 10;
    height: 32px;
    pointer-events: none;
    color: var(--primary-color);
    transform: translateX(2.09rem);
}

.custom-control-input--view:checked ~ .custom-control-label--view::before {
    color: var(--background);
    border-color: var(--primary-color);
    background-color: transparent;
}

.custom-switch--view .custom-control-input--view:checked ~ .custom-control-label--view::after {
    background-color: var(--primary-color);
    -webkit-transform: translateX(2.09rem);
    transform: translateX(2.09rem);
    content: ' ';
    color: var(--text-primary);
    font-size: 1.2rem;
    padding: 0 0 0 3px;
}

.custom-switch--view .custom-control-input--view:checked ~ .custom-control-label--view > svg:first-child {
    transform: translateX(0);
    font-size: 1.2rem;
    position: absolute;
    top: .25rem;
    left: -1.8rem;
    display: block;
    width: 1.25rem;
    z-index: 10;
    height: 32px;
    pointer-events: none;
    color: var(--primary-color);
}


.custom-switch--view .custom-control-input--view:checked ~ .custom-control-label--view > svg:nth-child(2) {
    transform: translateX(2.09rem);
    font-size: 1.2rem;
    position: absolute;
    top: .25rem;
    left: -1.8rem;
    display: block;
    width: 1rem;
    z-index: 10;
    height: 32px;
    pointer-events: none;
    color: var(--background);
}

.emulated-flex-gap {
    display: inline-flex;
    flex-wrap: wrap;
    /*margin: -20px 0 0 -20px;*/
    /*width: calc(100% + 20px);*/
}

    .emulated-flex-gap > * {
        /*margin: 20px 0 0 20px;*/
    }

.emulated-grid-gap {
    margin: -20px 0 0 -20px;
}

    .emulated-grid-gap > * {
        margin: 20px 0 0 20px;
    }

.universe {
    /*position: relative;*/
    cursor: pointer
}

    .universe::after {
        display: block;
        position: relative;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .5) 100%);
        margin-top: -150px;
        height: 150px;
        width: 100%;
        content: '';
        border-radius: 10px;
    }

.universe__img {
    border-radius: 10px;
    object-fit: cover;
}

.universe-text-container {
    position: absolute;
    /*max-width: 100%;*/
    padding: 10% 8%;
    bottom: 0;
    z-index: 10;
    text-align: left;
    width: 100%;
    background-image: linear-gradient(0deg, var(--shadow-universe), transparent);
}

.universe__txt,
.universe__subtxt {
    color: var(--light);
    line-height: 1.39;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.universe__txt {
    -webkit-line-clamp: 1;
    font-family: var(--font-family-semibold);
    font-size: 2rem;
    font-weight: bold;
}

.universe__subtxt {
    -webkit-line-clamp: 2;
    word-break: break-all;
    font-family: var(--font-family-sans);
    font-weight: normal;
    letter-spacing: normal;
}


.universe--grid {
    position: relative;
    cursor: pointer
}

    .universe--grid::after {
        display: block;
        position: relative;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .5) 100%);
        margin-top: -150px;
        height: 150px;
        width: 100%;
        content: '';
        border-radius: 10px;
    }

.universe-bucket-container {
    display: flex;
    border-radius: 12px;
    background-size: cover;
    cursor: pointer;
    position: relative;
    max-width: 230px;
    max-height: 150px;
    width: 100%;
    height: auto;
    justify-self: center;
}

    .universe-bucket-container:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        padding-bottom: calc(9/16 * 100%);
    }

    .universe-bucket-container .bucket-title {
        font-family: var(--font-family-semibold);
        color: white;
    }

@media(max-width: 500px) {
    .universe-bucket-container .bucket-title {
        font-size: 13px;
    }
}

.universe-bucket-container a {
    height: 100% !important;
}

.bucket-text-container {
    padding: .6em;
    width: 100%;
    height: 100%;
    position: relative;
}

#new-bucket {
    /*    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;*/
    padding: .6em;
    border: 1.5px solid var(--primary-color);
}

    #new-bucket.modal-bucket {
        border: 1.5px solid var(--shadow-universe);
    }

    #new-bucket svg {
        max-width: 40px;
        max-height: 35px;
        fill: var(--primary-color);
    }

    #new-bucket.modal-bucket svg {
        fill: var(--shadow-universe);
    }

    #new-bucket p {
        margin-top: 18px;
        margin-bottom: 0 !important;
        text-transform: uppercase;
        font-family: var(--font-family-bold);
        font-size: 12px;
        color: var(--primary-colory);
    }

    #new-bucket.modal-bucket p {
        color: var(--shadow-universe);
    }

@media(max-width: 500px) {
    #new-bucket svg {
        width: 20px;
        height: 20px;
    }

    #new-bucket p {
        margin-top: 4px;
        font-size: 8px;
    }
}


.universe__img--grid {
    max-width: 150%;
    object-fit: contain;
}

.universe__txt--grid {
    max-width: 100%;
    font-family: var(--font-family-sans);
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: normal;
    color: var(--light);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.universe--list {
    position: relative;
    cursor: pointer;
}

div > .universe__border--list:not(:last-child) {
    border: solid 1px var(--background);
}

.universe__img--list {
    border-radius: 10px;
    object-fit: cover;
}

.universe__txt--list {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-family: var(--font-family-sans);
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    padding-left: 20px;
    line-height: 1.04;
    letter-spacing: normal;
    color: var(--text-primary);
}

.universe__icon--list {
    object-fit: contain;
}

.btn-secondary {
    background-color: var(--secondary-color);
    border: var(--secondary-color);
}

    .btn-secondary:hover {
        background-color: var(--secondary-darker-color);
        border: var(--secondary-darker-color);
    }

    .btn-secondary:active {
        background-color: var(--secondary-color);
        border: var(--secondary-color);
    }

    .btn-secondary:disabled {
        background-color: var(--secondary-color);
        border: var(--secondary-color);
        opacity: 0.4;
    }

.btn__log {
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--w-large);
    height: 38px;
    font-family: var(--font-family-sans);
    font-size: inherit;
    text-transform: uppercase;
    color: var(--botton-sign-in-out-text, white) !important;
    cursor: pointer;
}

.btn-modal {
    margin: 0px !important;
    background-color: var(--shadow-universe) !important;
    color: white !important;
}

.modal-content div p {
    color: var(--shadow-universe);
}

@media (max-width: 500px) {
    .btn-modal {
        font-size: 10px;
        max-height: 30px;
    }

    .modal-content div p {
        font-size: 10px;
        width: 100%;
        text-align: center;
    }
}

.btn-modal-close, .btn-modal-confirm {
    font-family: var(--font-family-semibold);
    color: var(--secondary-color) !important;
    cursor: pointer;
}

.btn-close {
    font-size: inherit;
    background-color: var(--light-grey);
}

    .btn-close:hover {
        background-color: var(--grey);
    }

.login__container {
    padding: 50px 0 50px;
}

.login__header {
    padding: 3rem 0 3rem;
}

.login__header-txt {
    height: 46px;
    margin: 0 0 5px;
    font-family: var(--font-family-semibold);
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    color: var(--text-primary);
}

.login__header-subtxt {
    height: 19px;
    margin: 5px 9px 0 0;
    font-family: var(--font-family-sans);
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--text-secondary);
}

.form-control-container {
    position: relative;
}

.form-control {
    width: var(--w-xlarge);
    padding: 16px 242px 18px 18px;
    border-radius: 3px;
    border: solid 1px var(--text-primary);
    background-color: var(--background);
    height: 55px;
    outline: none;
    padding: 8px 0px 8px 55px;
    font-family: var(--font-family-sans);
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
}

    .form-control:focus {
        color: var(--text-primary) !important;
        background-color: var(--background) !important;
        border-color: var(--text-primary) !important;
        outline: 0;
        box-shadow: none;
    }

    .form-control:valid {
        background-color: var(--background) !important;
    }


.form-control-icon {
    position: absolute;
    top: 8px;
    padding: 10px 0px 12px 21px;
    transition: 0.3s;
    color: var(--primary-color);
    font-size: 1.5rem;
}

.home__container {
    display: grid;
    grid-template-rows: 20px 550px 1fr;
    grid-template-columns: 1fr 1170px 1fr;
}

    .home__container.first--empty {
        display: grid;
        grid-template-rows: 20px 0px 1fr;
        grid-template-columns: 1fr 1170px 1fr;
    }

.home__container-content-first {
    width: 100%;
    grid-row: 2;
    grid-column: 2;
    align-self: center;
}

.home__container-content-last {
    width: 100%;
    grid-row: 3;
    grid-column: 2;
    padding: 50px 0;
}

.home__container-content-last--private {
    width: 100%;
    grid-row: 3;
    grid-column: 2;
    padding: 50px 0;
    justify-self: center;
}

.dp-wrap {
    perspective: 1000px;
    height: 495px;
    position: relative;
    margin: 0 auto;
}

#dp-slider {
    height: 100%;
    width: 100%;
    position: absolute;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
    margin-left: -10rem;
}

    #dp-slider div {
        transform-style: preserve-3d;
    }

.dp_item {
    display: block;
    position: absolute;
    text-align: center;
    border-radius: 10px;
    transition: transform 0.5s;
}

#dp-next,
#dp-prev {
    position: absolute;
    top: 35%;
    height: 33px;
    width: 33px;
    z-index: 10;
    cursor: pointer;
}

#dp-prev {
    left: 0;
}

#dp-next {
    right: 0;
}

#dp-dots {
    z-index: 100;
    cursor: default;
    position: relative;
    top: 99%;
    display: flex;
    justify-content: center;
}

    #dp-dots li {
        display: inline-block;
        margin-right: 4px;
        width: 8px;
        height: 8px;
        background: var(--light);
        border-radius: 50%;
        transition: transform 1.2s;
    }

        #dp-dots li:hover {
            cursor: pointer;
            background: var(--gray);
            transition: background 0.3s;
        }

        #dp-dots li.active {
            background: var(--primary-color);
            transform: scale(1.3)
        }

.dp_item {
    display: flex;
    align-items: center;
}

.dp-content {
    padding-left: 100px;
    padding-right: 0;
    display: inline-block;
    width: 100%;
}

#dp-slider .dp_item:hover:not(:first-child) {
    cursor: pointer;
}

#dp-slider .dp_item:first-child {
    z-index: 50 !important;
    transform: rotateY(0deg) translateX(0px) !important;
}

.dp_item[data-position="2"] {
    z-index: 49;
    transform: rotateY(0deg) translateX(50%) scale(0.8);
}

.dp_item[data-position="3"] {
    z-index: 48;
    transform: rotateY(0deg) translateX(90%) scale(0.7);
}

.dp_item[data-position="4"] {
    z-index: 47;
    transform: rotateY(0deg) translateX(120%) scale(0.6);
}

.dp_item_greater {
    z-index: 46;
    transform: rotateY( 0deg ) translateX(146%) scale(0.5);
}



@media (max-width: 1254px) {
    .container-fluid {
        padding-right: 70px;
        padding-left: 70px;
    }

    .home__container {
        grid-template-columns: 1fr 10fr 1fr;
    }
}

@media (max-width: 1040px) {
    .container-fluid {
        padding-right: 40px;
        padding-left: 40px;
    }

    .home__container {
        grid-template-columns: 0fr 10fr 0fr;
    }

    .footer > div {
        justify-content: center !important;
        flex-direction: column !important
    }
}

@media (max-width: 992px) {

    #dp-slider {
        margin-left: -5rem;
    }

    .dp_item[data-position="4"] {
        display: none !important;
    }

    .dp_item_greater {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }

    .home__container {
        grid-template-columns: 0fr 10fr 0fr;
    }

    .footer > div {
        justify-content: center !important;
        flex-direction: column !important
    }

    .expanded-top-menu {
        display: none;
    }
}

@media (max-width: 576px) {

    #dp-slider {
        margin: 0 auto;
    }

    .dp_item[data-position="2"] {
        display: none !important;
    }

    .dp_item[data-position="3"] {
        display: none !important;
    }
}

.nav-link > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 0 0;
}

.nav-link__text {
    margin: 5px 0 0;
    font-family: var(--font-family-sans);
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    color: var(--text-primary);
}

    .nav-link__text > i {
        font-size: 1.2rem;
    }

.nav-link.active span.nav-link__text {
    color: var(--selected-menu-text);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.nav {
    height: 90px;
}

.nav-item {
    width: 90px;
}

.nav-link {
    height: 89px;
}

.nav-pills .nav-link {
    border-radius: 0;
}

.btn-primary {
    min-width: 104px;
    height: 44px;
    margin: 0 0 0 31px;
    border-radius: 28px;
    background-color: var(--primary-color);
    color: var(--text-primary-inverted);
    box-shadow: none !important;
}

    .btn-primary:hover {
        background-color: var(--primary-darker-color);
        border: var(--primary-darker-color);
    }

    .btn-primary:active {
        background-color: var(--primary-color);
        border: var(--primary-color);
    }

    .btn-primary:disabled {
        background-color: var(--primary-color);
        border: var(--primary-color);
        opacity: 0.4;
    }

.btn-link {
    color: var(--primary-color);
}

.alert-message {
    margin: 23px 0 54px;
    font-family: var(--font-family-sans);
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: var(--primary-color);
}

.alert-message--error {
    color: var(--error-color);
}

.alert-message--success {
    color: var(--success-color);
}

.custom-alert {
    background-color: var(--background) !important;
}

.back-btn-shared {
    display: inline-flex;
    height: 25px;
    padding: 0px;
    /*    margin-bottom: 10px;*/
}

    .back-btn-shared:hover {
        cursor: pointer;
    }

    .back-btn-shared svg {
        height: 25px;
        width: 25px;
        transform: rotate(180deg);
        fill: var(--text-secondary);
    }

    .back-btn-shared p {
        padding-left: 10px;
        padding-top: 4px;
        font-family: var(--font-family-bold);
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: var(--primary-color);
        height: 100%;
    }

.container-grid-cards {
    display: grid;
    column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 240px;
}

.container-detail-asset {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.detail-asset-left {
    flex: 0 0 50%;
    max-width: 40%;
}

    .detail-asset-left img {
        border: 1px solid var(--grey);
    }

    .detail-asset-left svg {
        width: 35px;
        height: 35px;
        position: relative;
        left: 35px;
        bottom: 60px;
        border-radius: 50%;
    }

.detail-asset-right {
    flex: 0 0 50%;
    max-width: 60%;
    font-family: var(--font-family-sans) !important;
}

    .detail-asset-right h2 {
        font-family: inherit;
        font-size: 26px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.23;
        letter-spacing: normal;
    }

.container-shared {
    width: 100%;
    padding: .5rem 1rem;
    padding-bottom: 100px;
}


@media (max-width: 768px) {
    .container-grid-cards {
        grid-template-columns: repeat(auto-fill,minmax(180px, 2fr));
    }

    .container-detail-asset {
        display: inline;
    }

        .container-detail-asset div {
            max-width: 100%;
            padding: 0px;
            padding-bottom: 30px;
        }

    .container-detail-asset-text {
        padding: 0px;
    }
}


.bucket-card {
    width: 245px;
    height: 100%;
    padding: 18px;
    color: white;
    border-radius: 12px;
    background-color: var(--primary-color);
}

    .bucket-card span {
        width: 160px;
        height: 50px;
        margin: 8px 48.8px 45px 8px;
        font-family: var(--font-family-sans);
        font-size: 24px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.04;
        letter-spacing: normal;
        color: #ffffff;
        word-wrap: break-word;
    }


/*   Start DROPDOWN   */

.option-button-tooltip-card {
    width: 30px;
    height: 30px;
    top: 0px;
    right: -3px;
    background-color: white;
    border-radius: 50%;
    fill: var(--shadow-universe);
    cursor: pointer;
    z-index: 80;
}

    .option-button-tooltip-card > svg {
        max-width: 100%;
        max-height: 100%;
    }

.bucket-menu-svg {
    height: 45%;
}

.dropdown {
    order: 3;
}

.universe-bucket-container .dropdown {
    position: absolute;
    top: .6em;
    right: .6em;
}

.bucket-text-container a {
    text-decoration: none;
}

.dropdown-menu {
    border: none;
    box-shadow: 0px 0px 40px 0px #14133b40;
    padding: unset;
    margin: unset;
    overflow: hidden;
}

    .dropdown-menu > * {
        cursor: pointer;
    }

.dropdown-item-asset {
    padding: 0.85rem 1.6rem;
    display: flex;
    align-items: center;
    text-transform: uppercase
}

    .dropdown-item-asset span {
        margin-left: 1em;
        font-size: .8em;
        color: var(--shadow-universe);
    }

    .dropdown-item-asset svg {
        height: 30px;
        width: 25px;
        margin-top: -4px;
        fill: var(--shadow-universe);
    }

.option-button-tooltip-list {
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 50%;
}

    .option-button-tooltip-list svg {
        height: 30px;
        width: 30px;
    }

.dropdown-item-asset-list {
    padding: 0.25rem 1.0rem;
}

    .dropdown-item-asset-list span {
        color: var(--primary-color);
    }

#action-asset-container {
    margin: 0 auto !important;
    width: 300px;
}

.dropdown-asset {
    position: static;
    width: 36px;
    height: 36px;
}

.dropdown-asset-menu {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

    .dropdown-asset-menu svg {
        width: 100%;
        height: 100%;
        fill: var(--primary-color);
    }

/*   End DROPDOWN   */


.title-shared {
    margin: 2em 0;
}

    .title-shared h1 {
        font-family: var(--font-family-bold);
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
    }

.title-shared-bucket {
    font-size: 25px;
    line-height: 1.84;
    color: #6f869b;
}

.title-shared-asset {
    font-size: 34px;
    line-height: 1.06;
}

.asset-container {
    width: 100%;
    position: relative;
    right: 5%;
}

.asset-flex {
    align-items: center !important;
    display: flex;
}

.asset-card-container form {
    cursor: pointer;
}

.asset-card-container video {
    height: 171px;
    margin: 20px 30px 19px 4px;
    padding: 12px 12px 3px 4px;
    object-fit: contain;
}

.asset-card-img {
    width: 100%;
    object-fit: cover;
    height: 171px;
}

.asset-card-top {
    position: relative;
    width: 70%;
    margin: 0 auto 1.5em;
}

.asset-card-bottom {
    display: flex;
    margin: 0 auto;
    width: 81%;
}

    .asset-card-bottom span {
        /*        margin: 20px 29px 78px 5.8px;*/
        font-size: 13px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.38;
        letter-spacing: normal;
        color: var(--primary-color);
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.icon-svg-default {
    padding: 0px;
    margin: 0px;
    height: 26px;
    width: 23px;
    fill: var(--grey);
    padding-right: 4px;
}

.span-list-asset {
    font-family: var(--font-family-sans);
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: var(--primary-color);
    padding-left: 10px;
}

.dropdown-item:focus,
.dropdown-item:active {
    background-color: var(--footer);
}

    .dropdown-item:focus *,
    .dropdown-item:active * {
        color: white;
        fill: white;
    }

.viewer-container {
    padding: .5rem 1rem;
}

.form-asset a:hover {
    text-decoration: none;
}

.line-theme {
    border-top: 1px solid var(--grey);
}

.switch-button-grid-list {
    width: 60px;
    height: 35px;
    fill: var(--primary-color);
}

    .switch-button-grid-list:hover {
        cursor: pointer;
    }

.arrows-button {
    width: 25px;
    height: 25px;
    fill: var(--text-primary-inverted);
}

.main-loader {
    position: fixed;
    border: 4px solid white;
    border-radius: 50%;
    border-top: 4px solid var(--footer);
    width: 40px;
    height: 40px;
    bottom: 47%;
    left: 47%;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 1.2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#main-loader-container {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1060;
}

.accordion > div {
    border: none !important;
    margin-bottom: 1rem;
}

.accordion-header {
    color: var(--text-primary-inverted);
    font-family: var(--font-family-sans);
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.accordion-title {
    color: var(--text-primary-inverted);
    font-family: var(--font-family-semibold);
    font-size: 16px;
}

    .accordion-title:hover,
    .accordion-title:active,
    .accordion-title:focus {
        color: var(--text-primary-inverted);
        cursor: pointer;
        text-decoration: none !important;
    }

.accordion > .card:first-of-type,
.accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: .25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem 0;
    background-color: var(--background);
}

.reference-images {
    width: 100%;
    object-fit: cover;
    padding: 6px;
    height: 200px;
    margin: 15px 25px 14px 0px;
    padding: 12px 12px 3px 4px;
}

.main-title {
    line-height: 1.39;
    color: var(--primary-color);
    z-index: 10;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-family: var(--font-family-bold);
    font-size: 2rem;
    font-weight: bold;
}

.asset__subtxt {
    line-height: 1.39;
    color: var(--primary-color);
    z-index: 10;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    font-family: var(--font-family-bold);
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: normal;
}

.container-grid-universe-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(180px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 1em;
    width: 100%;
}

.bucket-modal .container-grid-universe-cards {
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 991px) {

    .bucket-modal .container-grid-universe-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .container-grid-universe-cards {
        grid-template-columns: repeat(3, minmax(180px, 1fr));
    }
}

@media (max-width: 768px) {

    .container-grid-universe-cards {
        grid-template-columns: repeat(2, minmax(160px, 1fr));
    }
}

@media (max-width: 420px) {

    .container-grid-universe-cards {
        grid-template-columns: repeat(1, minmax(180px, 1fr));
    }
}


#create-bucket-modal {
    z-index: 1060;
}

.modal-content {
    border: none !important;
    min-height: 300px;
}

.modal-header {
    padding: unset !important;
    border: none !important;
}

    .modal-header span {
        color: var(--shadow-universe);
    }

.modal-body {
    padding: 0 !important;
    margin-bottom: 1.5em;
}

.modal-footer {
    border: none !important;
    padding: unset !important;
    width: 97%;
    margin: 0 auto;
}

#toast-container > .toast-success {
    color: var(--shadow-universe);
    background-color: red;
}

#toast-container > .toast-error {
    background-color: red;
}

.modal-backdrop.fade.show:nth-of-type(2) {
    z-index: 1055;
    opacity: .3;
}

#viewer-container video {
    max-height: 500px;
}

#user-form {
    font-family: var(--font-family-bold);
    padding-top: 4rem;
}

    #user-form .form-control {
        display: inline-block;
        border-radius: 1em;
        height: 48px;
        padding: 8px 0px;
        padding-left: 1.5em;
        font-family: var(--font-family-sans);
        color: var(--secondary-color);
    }

    #user-form label {
        margin-bottom: 0;
    }

@media (max-width:406px) {
    #user-form label {
        text-align: center !important;
    }
}

#user-title {
    color: var(--text-primary);
    margin-bottom: 2rem;
}

    #user-title p {
        font-size: 1.4rem;
    }

.selector-container {
    /*display: none;*/
    position: absolute;
    bottom: 32%;
    left: 15%;
    z-index: 80;
    cursor: pointer;
    order: 3;
}

/*.selector-svg-master*/
.selector-svg {
    fill: var(--secondary-color);
    background-color: var(--background);
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

@media( max-width: 500px) {
    .bucket-card-bottom .selector-svg {
        width: 15px;
        height: 15px;
    }
}

/*.selector-svg-master,*/
.toggle-filter-drawer svg {
    width: 30px;
    height: 30px;
    margin-right: 1em;
    cursor: pointer;
}

.toggle-filter-drawer svg {
    fill: var(--primary-color)
}

#btn-confirm {
    fill: var(--secondary-color);
    cursor: pointer;
}

#btn-add {
    display: none;
    padding: .5%;
    width: 70px;
    position: fixed;
    bottom: 5%;
    right: 4%;
    background-color: var(--background);
    border-radius: 50%;
    box-sizing: content-box;
    cursor: pointer;
    z-index: 95;
}

    #btn-add img {
        width: 100%;
    }

#toast-container > * {
    padding: 2% 5%;
    background-image: none !important;
    background-color: white !important;
    border-radius: .25rem !important;
    font-family: var(--font-family-sans) !important;
    color: var(--text-primary) !important;
}

#toast-container > div {
    box-shadow: 0px 0px 40px 0px #14133b40 !important;
    opacity: 1 !important;
}

.toast-top-center {
    top: 10% !important;
}

.toast-message {
    display: flex;
    align-items: center;
    color: var(--shadow-universe);
}

.toast-success {
    border: 0.1px solid var(--toastr-success) !important;
    border-left: 5px solid var(--toastr-success) !important;
}

.toast-error {
    border: 0.1px solid var(--toastr-error) !important;
    border-left: 5px solid var(--toastr-error) !important;
}

.toastr-icon {
    width: 25px;
    margin-right: 1em;
}

.form-group-bucket {
    padding: 12px;
    margin: 10px 0;
    border-radius: .25rem;
    background-color: var(--light-grey);
    font-family: var(--font-family-sans);
}

.control-label-bucket {
    font-family: var(--font-family-sans);
    color: var(--secondary-color);
    margin-bottom: 0;
}

.form-control-bucket {
    padding: 16px;
    width: 100%;
    height: 55px;
    font-size: 2em;
}

/*background-color: transparent !important;
border: none;
outline: none;
}*/

.color-container {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.bucket-color-grid {
    display: grid;
    grid-template-columns: repeat(5, fit-content(25%));
    justify-items: center;
    grid-gap: 15px;
    margin: 20px auto 10px !important;
    width: fit-content;
}

@media(max-width: 500px) {

    .bucket-color-grid {
        grid-template-columns: repeat(4, fit-content(25%));
        grid-gap: 8px;
    }
}

.color-selected {
    display: none;
    width: 50px;
    height: 50px;
    opacity: .5;
    background-color: white;
    border-radius: 50%;
}

input:-webkit-autofill,
input-moz-autofill,
input-o-autofill {
    -webkit-text-fill-color: var(--text-primary);
    -webkit-box-shadow: 0 0 0px 1000px var(--light-grey) inset !important;
    -moz-text-fill-color: var(--text-primary);
    -moz-box-shadow: 0 0 0px 1000px var(--light-grey) inset !important;
    -o-text-fill-color: var(--text-primary);
    -o-box-shadow: 0 0 0px 1000px var(--light-grey) inset !important;
}

    input.form-control-bucket:-webkit-autofill,
    input-moz-autofill.form-control-bucket,
    input-o-autofill.form-control-bucket {
        -webkit-text-fill-color: var(--shadow-universe);
        -webkit-box-shadow: 0 0 0px 1000px var(--light-grey) inset !important;
        -moz-text-fill-color: var(--shadow-universe);
        -moz-box-shadow: 0 0 0px 1000px var(--light-grey) inset !important;
        -o-text-fill-color: var(--shadow-universe);
        -o-box-shadow: 0 0 0px 1000px var(--light-grey) inset !important;
    }

.bucket-modal .modal-body {
    overflow-y: auto;   
}

.bucket-modal .modal-body {
    scrollbar-width: thin;
    scrollbar-color: var(--grey) var(--light-grey);
}

    /* Works on Chrome, Edge, and Safari */
    .bucket-modal .modal-body::-webkit-scrollbar {
        width: 12px;
    }

    .bucket-modal .modal-body::-webkit-scrollbar-track {
        background: white;
        padding: 0 !important;
    }

    .bucket-modal .modal-body::-webkit-scrollbar-thumb {
        background-color: var(--grey);
        border-radius: 20px;
        border: 3px solid white;
    }

/* Start Bootstrap Modal Bug - lateral shift */

body {
    padding-right: 0 !important
}

.modal {
    overflow-y: auto !important;
}

.modal-open {
    overflow: auto !important;
}

    .modal-open[style] {
        padding-right: 0px !important;
    }

/* End Bootstrap Modal Bug - lateral shift */

.bucket-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .bucket-detail:hover {
        text-decoration: none;
    }

.dp_item {
    overflow: hidden;
}

.btn-show-more {
    display: flex;
    align-items: center;
    font-size: .7rem;
    color: var(--grey) !important;
    cursor: pointer;
}

    .btn-show-more svg {
        width: 26px;
        margin-left: 0.4rem;
    }

#filter-slider-container {
    position: relative;
    height: 60px;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    width: 100%;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
}

#filter-slider {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}

#filter-slider-content {
    flex-flow: nowrap;
    position: absolute;
    justify-content: center;
    height: 60px;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}

.filter-slider-arrow {
    align-items: center;
    background-color: var(--background);
    border: 1px solid var(--text-primary);
    border-radius: 10px;
    z-index: 2;
    display: none;
    position: absolute;
    fill: var(--background);
    background: var(--secondary-color);
    border: var(--background);
    width: 60px;
    height: 41px;
    padding: 9.5px;
    top: 9px;
}

@media(max-width: 500px) {
    .filter-slider-arrow {
        width: 35px;
    }
}

.filter-slider-arrow:hover {
    cursor: pointer;
}

#filter-slider-arrow-right {
    margin-right: -10px;
    right: 0;
}

#filter-slider-arrow-left {
    margin-left: -10px;
}

.filter-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin: 0 9px;
    padding: 0 14px;
    border-radius: 10px;
    cursor: pointer;
}

    .filter-box.inactive {
        border: solid 1px;
        border-color: var(--text-primary);
        color: var(--text-primary);
    }

    .filter-box.active {
        border: solid 1px var(--secondary-color);
        color: var(--secondary-color);
    }

.filter-text {
    font-family: var(--font-family-sans);
    font-size: 12px;
    white-space: nowrap
}

.filter-selected {
    display: none;
    width: 32px;
    margin-left: -10px;
    fill: var(--secondary-color);
}


#filter-drawer {
    min-width: 270px;
    display: none;
    position: fixed;
    height: 100%;
    top: 0px;
    padding-top: 90px;
    z-index: 100;
    background: var(--background);
    transition: all 0.5s ease-in-out;
    left: 0;
    width: 30%;
    overflow-y: scroll;
    direction: rtl;
}

.filter-drawer-container {
    width: 100%;
    padding: 3rem 2rem;
}

.filter-container-drawer {
    display: flex;
    flex-wrap: wrap;
    margin-left: -7px;
    margin-right: -7px;
    flex-direction: row-reverse;
}

    .filter-container-drawer .filter-box {
        margin: 5px 9px;
    }

#drawer-backdrop {
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    opacity: .5;
    background: #000;
}

.btn-drawer-close,
.btn-drawer-confirm {
    background: none;
    border: none;
}

.btn-drawer-close {
    color: var(--primary-color);
    border-radius: 50px;
}

.btn-drawer-confirm {
    color: var(--background);
    background-color: var(--primary-color);
    padding: 0.4rem 1.2rem;
    border-radius: 50px;
    border-color: var(--background);
}

#search-input {
    width: 400px;
    margin-left: 1rem;
    font-family: var(--font-family-bold);
    font-size: 1.25rem;
    color: var(--text-primary);
    border: none;
    border-bottom: 2px solid var(--text-primary);
    outline: none !important;
    background-color: var(--background);
}

    #search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: var(--text-primary);
        opacity: 1; /* Firefox */
    }

    #search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: var(--text-primary);
    }

    #search-input::-ms-input-placeholder { /* Microsoft Edge */
        color: var(--text-primary);
    }

.nav-icon {
    fill: var(--secondary-color);
    width: 60px;
    height: 50px;
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: 0;
}

.subcategory-container {
    width: 100%;
}

.single-universe-container {
    width: 100%;
    height: 432px;
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
}

.collapsed-top-menu {
    display: none;
    background: var(--primary-color);
    position: absolute;
    width: 250px;
    height: 100vh;
    top: 0;
    right: 0;
}

    .collapsed-top-menu .nav-link {
        height: unset;
        padding: 0.5rem 2rem;
    }

    .collapsed-top-menu .nav-link__text {
        color: white !important;
        margin: unset;
    }

    .collapsed-top-menu .nav-link > div {
        flex-direction: row;
        padding: unset;
    }

    .collapsed-top-menu .nav {
        height: unset;
    }

        .collapsed-top-menu .nav.nav-pills {
            display: block;
            padding: 50px 0;
        }

    .collapsed-top-menu .nav-link__text:first-child {
        padding-right: 1rem;
    }

    .collapsed-top-menu .nav-link__text:last-child {
        margin-top: 0.5rem;
    }

.collapsed-nav-item {
    padding-bottom: 13px;
}

.collapsed-top-menu .nav-link__text > i {
    font-size: 2rem;
}


.pricelist-product-container {
    display: grid;
    column-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    padding-top: 15px;
    gap:20px
}

.pricelist-product-card-bottom {
    display: flex;
    margin: 0 auto;
    width: 81%;
    flex-direction: column;
    text-align: center;
    gap: 5px;
    min-height:122px;
}

    .pricelist-product-card-bottom > span {
        font-size: 13px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.38;
        letter-spacing: normal;
        color: var(--primary-color);
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

@media (max-width: 900px){
    .pricelist-product-container {
        grid-template-columns: repeat(auto-fill,minmax(250px, 2fr));
    }
}

.pricelist-note {
    border-bottom: 1px solid var(--grey);
    padding-bottom: 10px;
}

.pricelist-detail-product {
    display: flex;
    flex-direction: row;
    align-items: center;
    height:250px;
}

@media (max-width: 800px) {
    .pricelist-detail-product {
        flex-direction: column;
        align-items: center;
        height:auto;
    }
}

.pricelist-information-product {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 5px;
    padding: 12px
}

.pricelist-product-detail-conn-4 {
    display: inline;
    background-color: var(--primary-color);
    padding: 3px;
    color: var(--text-primary-inverted);
    padding-right: 10px;
    padding-left: 10px
}

.dropdown-accessories-documents {
    width: 100%;
    padding-bottom: 10px;
    min-width: 104px;
    height: 44px;
    border-radius: 8px;
    background-color: var(--primary-color);
    color: var(--text-primary-inverted);
    box-shadow: none !important;
}

    .dropdown-accessories-documents:hover {
        color: var(--text-primary-inverted);
    }

.pricelist-container-dropdown {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 10px;
}

.dropdown-accessories-documents-text {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.pricelist-accessory-container {
    border-bottom: 1px solid var(--grey);
    padding: 1.5em 0;
    position: unset
}

.pricelist-accessory-container-information {
    width: unset;
    align-items: center;
    align-items: center;
    display: grid;
    grid-template-columns: 150px 100px auto 100px;
    gap: 10px;
    /*max-height: 140px;*/
}

@media (max-width: 700px) {
    .pricelist-accessory-container-information {
        /*grid-template-columns: repeat(auto-fill,minmax(250px, 2fr));*/
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.pricelist-accesspry-image {
    max-width: 150px;
    height: auto;
    object-fit: contain;
}

.pricelist-detail-container {
    border-bottom: 1px solid var(--grey);
    padding: 1.5em 0;
    position: unset
}

.grid-list-container div:last-child {
    border-bottom: none;
}

.container-documents-product div:last-child {
    border-bottom: none !important;
}

.container-special-page:hover {
    cursor: pointer;
}

.container-products{
    display:flex;
    flex-direction:column;
    height:100%
}

.container-products:hover{
    cursor:pointer
}

.select2-container--default .select2-selection--multiple {
    background-color: var(--background-all-element-brand);
    border: 1px solid var(--border-color-dropdown);
    border-radius: 1em;
    cursor: text;
    padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
        list-style: none;
        font-family: var(--font-family-sans);
        color: var(--selected-element-brand);
        background-color: var(--background-selected-element-brand);
    }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: transparent;
    border: 1px solid var(--border-color-dropdown);
    border-radius: 0.5em;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid var(--border-color-dropdown) 1px;
    outline: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: transparent;
    display: none;
    border: 1px solid transparent;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--selected-element-dropdown);
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--background-cursor-selected-element-dropdown);
    color: var(--text-cursor-selected-element-dropdown);
}
.select2-container--default .select2-results__option {
    background-color: var(--background-choosable-element-brand);
}

.select2-container--default .select2-selection--single {
    background-color: var(--background-selected-element-language);
    border: 1px solid var(--border-color-dropdown);
    border-radius: 0.8em;
}
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: var(--selected-element-language);
        font-family: var(--font-family-sans);
        line-height: 28px;
    }
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--triangle-dropdown) transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-search--dropdown {
    display: block;
    padding: 0px;
}
.select2-container--default .select2-results__options::-webkit-scrollbar {
    width: 10px;
}
.select2-container--default .select2-results__options::-webkit-scrollbar-thumb {
    background-color: var(--sliding-element-side-bar-dropdown);
    border-radius: 4px;
}
.select2-container--default .select2-results__options::-webkit-scrollbar-track {
    background-color: var(--side-bar-dropdown);
}
.select2-dropdown {
    border: 1px solid var(--border-color-dropdown);
    border-radius: 0px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.rectangle-fill {
    fill:  red;
}
.path-fill { 
    fill: purple; 

}

.icon-button-add {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

    .icon-button-add::before,
    .icon-button-add::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        background-color: var(--text-primary-inverted);
    }

    .icon-button-add::before {
        width: 40%;
        height: 3px;
        transform: translate(-50%, -50%);
    }

    .icon-button-add::after {
        width: 3px;
        height: 40%;
        transform: translate(-50%, -50%);
    }