body.login-page {
    background-image: url("../images/background_admin.jpg") !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    color: #606468;
    font: 87.5%/1.5em 'Open Sans', sans-serif;
    margin: 0;
    position: relative;
}

.login_title_cw {
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #1d97e2;
    font-weight: bold;
}

.login-box-msg {
    color: #1d97e2;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

.light.cc_dialog {
    max-width: 90% !important;
    padding: 10px !important;
}

@font-face {
    font-family: 'Industry';
    font-display: swap;
    src: url(../fonts/Industry/Industry-Book.ttf) format('truetype');
}

@font-face {
    font-family: 'Industry-Bold';
    font-display: swap;
    src: url(../fonts/Industry/Industry-Bold.ttf) format('truetype');
}

a {
    text-decoration: none !important;
}

body {
    font-family: 'Industry';
}

.bold {
    font-family: 'SourceSansPro-Bold';
}

.light {
    font-family: 'SourceSansPro-Light';
}

.itelic {
    font-family: 'SourceSansPro-RegularItalic';
}

.semibold {
    font-family: 'SourceSansPro-SemiBold';
}

.basic-div {
    position: relative;
    height: 100vh;
}

.big-logo {
    position: absolute;
    right: 10%;
    top: 20vh;
    background-color: gray;
    height: 500px;
    width: 600px;
}


.one-source {
    position: absolute;
    left: 125px;
    top: 130px;
    background-color: green;
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.one-circle {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: block;
    background-color: greenyellow;
}

.dots {
    height: 800px;
    width: 100%;
    border: 1px solid gray;
}

.one-circle {
    position: absolute;
}


@keyframes bubi-move {
    25% {
        transform: translate(10px, 10px)
    }
    60% {
        transform: translateX(15px)
    }
    100% {
        transform: translate(-15px, -10px)
    }
}

@keyframes bubi-move-2 {
    25% {
        transform: translate(-10px, -10px)
    }
    60% {
        transform: translateX(-15px)
    }
    100% {
        transform: translate(15px, 10px)
    }
}

@keyframes myOrbit {
    from {
        transform: rotate(0deg) translateX(5px) rotate(0deg);
    }
    to {
        transform: rotate(360deg) translateX(5px) rotate(0deg);
    }
}

@keyframes big-bubi-move-3 {
    0% {
        transform: translateY(90px, -90px)
    }
    25% {
        transform: translate(-90px, -20px)
    }
    60% {
        transform: translateX(-105px, 40px)
    }
    100% {
        transform: translateY(-90px, 90px)
    }
}

@keyframes big-bubi-move-4 {
    0% {
        transform: translateY(-90px, -90px)
    }
    25% {
        transform: translate(90px, 70px)
    }
    60% {
        transform: translateX(105px, -40px)
    }
    100% {
        transform: translateY(90px, -90px)
    }
}

@keyframes big-bubi-move-5 {

    25% {
        transform: translateY(-90px)
    }
    60% {
        transform: translate(105px, -40px)
    }
    100% {
        transform: translateY(90px, -90px)
    }
}

.move-1 {
    animation: bubi-move 4s linear infinite alternate;
}

.move-2 {
    animation: bubi-move-2 4s linear infinite alternate;
}

.move-3 {
    animation: myOrbit 3s linear infinite;
}

.move-4 {
    animation: big-bubi-move-5 20s linear infinite;
    animation-direction: alternate-reverse;
}

.move-6 {
    animation: big-bubi-move-5 20s linear infinite;
}

.move-5 {
    animation: big-bubi-move-4 15s linear infinite;
}

.disable-animation {
    animation: none !important;
    z-index: 9999999 !important;
}

/*CSS START*/
body.blue-bg {
    background-image: url("../images/blue-bg.jpg");
    /*background-color: rgba(37, 34, 79);*/
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: cover;
    min-height: 100vh;
    width: 100%;
}

.logo-text {
    font-family: 'Industry';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 41px;
    color: #D9D9D9;
    padding-left: 25px;
}

.bubi-title-row,
.logo-text span {
    font-family: 'Industry-Bold';
}

.logo-text span {
    color: #fff;
}

.logo-block {
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
    z-index: 10006;
}

.container-fluid.main-content {
    padding-left: 3em;
    padding-right: 3em;
}

.logo-img {
    height: 70px;
    width: auto;
    object-fit: contain;
}

.menu-block {
    float: right;
}

.dropdown, .dropleft, .dropright, .dropup {
    position: initial;
}

.dropdown-toggle:focus,
.dropdown-toggle:hover {
    background-color: #3D3969 !important;
    outline: 0 !important;
}

.blue-bg.green-bg .back-button:focus,
.blue-bg.green-bg .back-button:hover,
.blue-bg.green-bg .dropdown-toggle:focus,
.blue-bg.green-bg .dropdown-toggle:hover {
    background-color: #19915d !important;
}

.blue-bg.red-bg .back-button:focus,
.blue-bg.red-bg .back-button:hover,
.blue-bg.red-bg .dropdown-toggle:focus,
.blue-bg.red-bg .dropdown-toggle:hover {
    background-color: #d60d39 !important;
}

.blue-bg.white-bg .back-button:focus,
.blue-bg.white-bg .back-button:hover,
.blue-bg.white-bg .dropdown-toggle:focus,
.blue-bg.white-bg .dropdown-toggle:hover {
    background-color: #c6c6c6 !important;
}

.dropdown-toggle:focus span,
.dropdown-toggle:hover span {
    background-color: #fff !important;
}

.blue-bg .dropdown-toggle[aria-expanded="true"]:focus,
.blue-bg .dropdown-toggle[aria-expanded="true"]:hover {
    background-color: #25224F !important;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #3D3969;
    border: 0px;
    height: 45px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 10001;
}

.dropdown-item {
    font-family: 'Industry';
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 75px;
    text-align: center;
    color: #E5E5E5 !important;
    text-transform: uppercase;
    width: max-content;
}

.footer-text {
    font-family: 'Industry';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    color: #E5E5E5;
}

.dropdown-item.link-item {
    text-transform: lowercase;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: transparent;
    color: #c4c4c4 !important;
}

.dropdown-toggle::after {
    content: "";
    display: none;
}

.dropdown-toggle > span:nth-child(1) {
    margin-top: 0px;
}

.dropdown-toggle > span {
    display: block;
    width: 25px;
    border-radius: 10px;
    background-color: #fff;
    height: 2px;
    margin-top: 4px;
    transition: all .4s;
}

.dropdown-toggle[aria-expanded="true"] > span:nth-child(2) {
    opacity: 0;
}

.dropdown-toggle[aria-expanded="true"] > span:nth-child(1) {
    transform: translateY(7px) rotateZ(45deg);
}

.dropdown-toggle[aria-expanded="true"] > span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
}

.header-fluid {
    display: flex;
    justify-content: space-between;
    padding: 2em 3em 4em;
}

.dropdown-menu.show {
    min-height: 100vh;
    width: 100%;
    top: 0 !important;
    z-index: 10000;
    background-color: #25224F;
    transform: none !important;
    margin: 0;
}

.dropdown-menu .header-menu,
.dropdown-menu .header-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-logo {
    width: 138px;
    height: 37px;
    margin-top: 3em;
    object-fit: contain;
}

.one-big-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1000;
    width: 220px;
}

.one-big-circle svg,
.one-big-circle p {
    position: relative;
    z-index: 110;
}

.one-big-circle p {
    font-family: 'Industry-Bold';
    font-style: normal;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 12px;
    color: #FFFFFF;
}

.bubiblock .one-big-circle {
    height: 22vh;
}

.bubiblock .one-big-circle p {
    font-size: 1.8vh;
}

.bubiblock .one-big-circle svg {
    height: 5vh;
    margin-top: .3em;
}

.one-big-circle img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: contain;
    z-index: 100;
}

.one-big-circle.system p {
    color: #302D58;
}

.blue-bg.green-bg {
    /*background-color: #19915D;*/
    background-image: url("../images/green-bg.jpg");
}

.blue-bg.red-bg {
    background-image: url("../images/red-bg.jpg");
}

.blue-bg.white-bg {
    background-image: url("../images/white-bg.jpg");
}

.blue-bg.green-bg,
.blue-bg.red-bg,
.blue-bg.white-bg {
    background-size: 1920px 1080px;
    background-position: unset;
}


.subpage-header {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    padding-bottom: 2em;
    position: relative;
    height: 140px;
    width: 100%;
    padding-left: 3em;
    padding-right: 3em;
}

.subpage-content {
    background-color: #1AAC72;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    min-height: 500px;
    width: 100%;
    padding-left: 3em;
    padding-right: 3em;
    padding-top: 2em;
}

.green-bg .dropdown-toggle[aria-expanded="false"] {
    background-color: #28C682;
}

.red-bg .subpage-content {
    background-color: #EB0A32;
}

.red-bg .dropdown-toggle[aria-expanded="false"],
.red-bg .back-button{
    background-color: #F2365F;
}

.white-bg .subpage-content {
    background-color: #D9D9D9;
}

.white-bg .dropdown-toggle[aria-expanded="false"],
.white-bg .back-button{
    background-color: #DDDDDD;
}

.small-bubi.opacity {
    opacity: 0 !important;
}

.small-bubi.cat-32 .bubi-popup,
.small-bubi.cat-33 .bubi-popup,
.small-bubi.cat-34 .bubi-popup,
.white-bg .subpage-description,
.white-bg .desc-row-content,
.white-bg .date-row,
.white-bg .back-button,
.white-bg .back-button .btn-text,
.white-bg .one-big-circle p,
.white-bg .bottom-part p,
.white-bg .logo-text span,
.white-bg .back-button:hover {
    color: #3D3969;
}

.white-bg .bottom-part select,
.white-bg .logo-text,
.white-bg .desc-row-title {
    color: #76729E;
}

.bottom-part select option {
    color: #3D3969;
}

.white-bg .back-button svg path,
.white-bg .icons-block svg path {
    stroke: #3D3969;
}

.white-bg .bottom-part select {
    border-color: #76729E;
}

.white-bg .dropdown-toggle > span {
    background-color: #3D3969;
}

.subpage-header .one-big-circle {
    position: absolute;
    bottom: -90px;
}

.bottom-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    padding-left: 250px;
}

.bottom-part p {
    font-family: 'Industry';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.rotate-big-circles {
    animation: rotation 58s infinite linear;
}

.bottom-part select {
    border: 0px;
    border-bottom: 1px dashed #E5E5E5;
    font-family: 'Industry';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 29px;
    color: #E5E5E5;
    background-color: transparent;
    padding: 10px 25px 10px 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.bottom-part select ~ svg {
    margin-left: -12px;
    margin-bottom: 2px;
}

.subpage-description {
    font-family: 'Industry';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 29px;
    color: #FFFFFF;
    padding-left: 250px;
}

.subpage-content-block {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    margin-top: 38px;
}

.date-row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 250px;
    font-family: 'Industry';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
    padding-left: 50px;
}

.desc-row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: calc(100% - 250px);
    flex-direction: column;
}

.desc-row-title {
    font-family: 'Industry';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #D9D9D9;
    text-transform: uppercase;
}

.desc-row-content {
    font-family: 'Industry';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
}

.icons-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 10px;
}

.icons-block > div {
    margin-right: 15px;
    cursor: pointer;
}

.back-button {
    font-family: 'Industry';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 29px;
    text-align: right;
    color: #FFFFFF;
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #28C682;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    padding: 15px 30px;
    z-index: 10;
    cursor: pointer;
}

.back-button:hover {
    color: #FFFFFF;
}

.back-button .btn-text {
    margin-left: 15px;
    color: #fff;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.bubiblock {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 20em);
    position: relative;
    width: 100%;
    margin-bottom: 2.5em;
}

.bubiblock .one-big-circle {
    position: absolute;
    user-select: none;
}

.bubiblock .one-big-circle.machine {
    top: 30%;
    left: 5%;
}

.bubiblock .one-big-circle.human {
    top: -5%;
    right: 10%;
}

.bubiblock .one-big-circle.system {
    bottom: 0;
    right: 16%;
}

.collect-block {
    /*height: 600px;*/
    /*width: 600px;*/
    /*background-color: rgba(0, 0, 0, 0.15);*/
    display: block;
}

.small-bubi {
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
}

.small-bubi.cat-26,
.small-bubi.cat-26 .bubi-popup {
    background: #28e593;
}

.small-bubi.cat-27,
.small-bubi.cat-27 .bubi-popup {
    background: #28c682;
}

.small-bubi.cat-28,
.small-bubi.cat-28 .bubi-popup {
    background: #19915d;
}

.small-bubi.cat-29,
.small-bubi.cat-29 .bubi-popup {
    background: #f7577a;
}

.small-bubi.cat-30,
.small-bubi.cat-30 .bubi-popup {
    background: #f2365f;
}

.small-bubi.cat-31,
.small-bubi.cat-31 .bubi-popup {
    background: #d60d39;
}

.small-bubi.cat-32,
.small-bubi.cat-32 .bubi-popup {
    background: #ffffff;
}

.small-bubi.cat-33,
.small-bubi.cat-33 .bubi-popup {
    background: #dddddd;
}

.small-bubi.cat-34,
.small-bubi.cat-34 .bubi-popup {
    background: #c4c4c4;
}

.small-block-1 {
    top: 15%;
}

.small-block-2 {
    top: 65%;
}

.small-block-3 {
    right: 32%;
    top: 3%;
    width: 25%;
    height: 95%;
}

.small-block-1,
.small-block-2 {
    left: 33%;
    width: 7%;
    max-height: 25%;
    height: 20%;
}

.time-line-block {
    background-color: #3D3969;
    width: 98%;
    height: 66px;
    border-radius: 0px 50px 50px 0px;
    display: flex;
    position: relative;
    padding: 8px 15px 8px 90px;
    user-select: none;
    float: right;
    z-index: 1000;
}

.play-pause-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #3D3969;
    left: -35px;
    top: -7px;
}

.play-pause-btn .inner-div {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #25224F;
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.play-pause-btn .inner-div svg {
    height: 30px;
}

.play-btn {
    display: none;
}

.inner-timeline {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
}

.timeline-bubi {
    position: absolute;
    left: 0px;
    height: 50px;
    width: 50px;
    background: #302D58;
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    color: #fff;
    font-size: 7px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 2px;
    z-index: 9;
}

.timeline-bubi p {
    font-weight: bold;
    margin: 0px;
    font-size: 12px;
    line-height: 17px;
}

.timeline-bubi span {
    font-size: 6px;
}

.timeline-bubi.right {
    right: 0px;
    left: initial;
}

.timeline-bubi.moving {
    left: 0;
    background: #FFFFFF;
    border: 3px solid rgba(255, 255, 255, 0.5);
    color: #302D58;
    z-index: 10;
    position: absolute;
    /*cursor: move;*/
}

.moving-hover {
    display: none;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background: #fff;
    border: 3px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: -3px;
}

.moving-hover img {
    max-width: 100%;
}

.timeline-bubi.moving.pause .moving-hover {
    display: flex;
}

.timeline-bubi.moving.cursor {
    cursor: move;
}

.extra-info {
    position: absolute;
    top: -90px;
    cursor: pointer;
    transition: opacity .4s;
    display: none;
}

.extra-info > img {
    position: absolute;
    top: 2px;
    left: 2px;
}

.extra-play-btn {
    position: absolute;
    top: 19px;
    left: 24px;
}

.time-line {
    width: calc(100% - 100px);
    position: absolute;
    left: 50px;
    right: 50px;
    height: 3px;
    background: rgba(37, 34, 79, 1);
    display: block;
    top: calc(50% - 1.5px);
}

.time-line .progress {
    background-color: #fff;
    width: 0;
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    /* transition: width .1s linear; */
}

.time-line .marker {
    position: absolute;
    top: -9.5px;
    z-index: 5;
    cursor: pointer;
    stroke-width: 1.5px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.time-line .marker.machine {
    fill: #1AAC72;
    stroke: #1AAC72;
}

.time-line .marker.human {
    fill: #EB0A32;
    stroke: #EB0A32;
}

.time-line .marker.system {
    fill: #E5E5E5;
    stroke: #E5E5E5;
}

.hidden {
    display: none;
}

.opacity-1 {
    opacity: 1 !important;
}

.small-bubi .bubi-popup {
    display: none;
    width: 250px;
    padding: 1em;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    cursor: default;
    z-index: 5000;
    position: relative;
    top: 15px;
    left: 5px;
}

.bubi-popup .bubi-title-row {
    font-size: 14px;
}

.bubi-popup span {
    font-family: 'Industry-Bold';
    font-size: 14px;
    position: absolute;
    top: -6px;
    right: -5px;
    cursor: pointer;
    user-select: none;
}

.base-fluid {
    color: #fff !important;
}

.media-layer {
    width: 100%;
    min-height: 100vh;
    background-image: url("../images/blue-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10006;
    justify-content: center;
    padding-top: 170px;
}

.media-layer .media-inner {
    width: 55%;
    margin-top: -2em;
    max-height: calc(100vh - 139px);
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;/* 16:9 */
    /* height: 65vh; */
}

.ytp-cued-thumbnail-overlay-image {
    -moz-background-size: auto !important;
    -webkit-background-size: auto !important;
    background-size: auto !important;
  }

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 13px
}

.media-layer .close-btn {
    position: absolute;
    top: 2em;
    right: 2em;
    cursor: pointer;
    transform: scale(0.8);
}

.media-layer .first-row {
    color: #76729E;
}

.media-layer .first-row span.category {
    text-transform: uppercase;
    font-family: 'Industry-Bold';
}

.media-layer .first-row span.rendszer {
    color: #E5E5E5;
}

.media-layer .first-row span.gep {
    color: #1AAC72;
}

.media-layer .first-row span.ember {
    color: #EB0A32;
}

.media-layer .second-row {
    color: #fff;
    margin-bottom: 0em;
}

.inline-gallery-container {
    width: 100%;
    height: 65vh;
    /* padding-bottom: 56.25%;; */
}

.gallery-container {
    display: flex;
    justify-content: center;
    border-radius: 13px;
    overflow: hidden;
}

.inline-gallery-container .lg-inline img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.media-layer,
.inline-gallery-container,
.video-container {
    display: none;
}

.alert-window {
    position: absolute;
    display: none;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 30000;
    background-color: #3D3969;
    color: #fff;
    font-size: 18px;
    padding: .8em 1.5em;
    border-radius: 13px;
}

.alert-window:hover {
    color: #fff;
}

.dropdown-menu.show {
    padding-top: 9em;
}

.small-block-1,
.small-block-2,
.small-block-3 {
    position: absolute;
    margin-top: -1em;
    /* background-color: #fff; */
}

.home-btn,
.category-link {
    cursor: pointer;
}
.mobile-only-layer {
    display: none;
}

.end-img {
    position: absolute;
    width: 35%;
    z-index: 100;
    margin-top: -1em;
    animation-duration: 6s !important; /* don't forget to set a duration! */
}

.end-img.opacity {
    opacity: 0;
}

.extra-info svg.video-icon,
.extra-info svg.photo-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    display: none;
    width: 40px;
    height: 40px;
}

.extra-info.photo-icon svg.photo-icon {
    display: block;
}

.extra-info.video-icon svg.video-icon {
    display: block;
}

.container-unic-selected {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }

  .container-unic-selected  .selected {
    border: 0px;
    border-bottom: 1px dashed #E5E5E5;
    font-family: 'Industry';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 29px;
    color: #E5E5E5;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: .2em;
    padding-left: .5em;
    position: relative;
    min-width: 200px;
    padding-bottom: .3em;
  }

  .container-unic-selected .selected:after {
    display: flex;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url('../images/Vector.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    margin-left: 1.5em;
  }

  .container-unic-selected .options.open {
    position: absolute;
    top: 46px;
    padding: 20px;
    width: 100%;
    font-family: 'Industry';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 29px;
    border-radius: 10px;
    color: #E5E5E5;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.23);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.23);
  }

  .container-unic-selected .options.green-bg {
    background-color: #28C682;
  }

  .container-unic-selected .options.red-bg {
    background-color: #F2365F;
  }
  .container-unic-selected .options.white-bg {
    background-color: #c6c6c6;
    color: #3D3969 !important;
  }

  .selected.white-bg {
    color: #3D3969 !important;
    border-bottom: 1px dashed #3D3969;
  }

  .container-unic-selected .selected.white-bg:after {
    background-image: url('../images/Vector-blue.png');
  }

  .container-unic-selected .options {
    display: none;
    margin: 0;
    padding: 0;
  }

  .container-unic-selected .options.open {
    display: inline-block;
  }

  .container-unic-selected li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
  }

  .container-unic-selected li>img {
    margin-right: 1em;
  }

  .custom-hide {
    visibility: hidden !important;
    height: 0 !important;
  }
/* END CSS */
