.menu-w ul.main-menu>li.has-sub-menu.active .sub-menu .has-sub-menu.active .sub-menu-w {
    display: block;
    z-index: 100;
    visibility: visible;
    opacity: 1;
    transform: none;
    position: relative;
    right: initial;
    left: initial;
    top: initial;
}

.menu-w ul.main-menu>li.has-sub-menu.active .sub-menu .has-sub-menu .sub-menu-w {
    display: none;
}

body::before {
    animation: none;
}

.big-error-w, .element-box, .invoice-w, .content-panel {
    animation: none !important;
}

.select2-container {
    width: 100% !important;
}

.jconfirm~.select2-container {
    z-index: 999999999 !important;
}

.flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.align-center {
    align-items: center;
}

.jconfirm + .modal {
    z-index: 99999999;
}

.home-sections {
    background: #3d3d5f;
    padding: 30px;
}

.home-section--container {
    width: 480px;
    overflow: hidden;
    position: relative;
}

.home-section--container.disabled .home-section::before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(255, 0, 0, 0.5);
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 30px;
}

.home-section {
    width: 100%;
    position: relative;
}

.home-section--head {
    padding: 15px 0;
    font-size: 14pt;
    color: white;
}

.home-section--actions {
    visibility: hidden;
    opacity: 0;
    transition: all 250ms;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    z-index: 3;
}

.home-section--icon img {
    width: 30px;
}

.home-section:hover .home-section--actions {
    visibility: visible;
    opacity: 1;
}

.home-section--items {
    display: flex;
    margin: 0 -15px;
}

.home-section--item {
    border-radius: 25%;
    min-width: 60%;
    padding: 0 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.home-section--item--image {
    height: 100%;
}

.home-section--item--image img {
    width: 100%;
}

.home-section--item--footer {
    background: #aaa;
    color: white;
    padding: 30px;
    font-size: 16pt;
}

.home-section--item--duration {
    color: #eee;
    font-size: 12pt;
}

.skeleton {
    min-height: 276px;
    background: linear-gradient(90deg, #ededed, #fff, #ededed);
    animation-name: load;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-size: 200% 100%;
}

.full-height {
    height: 100%;
}

.hidden {
    display: none !important;
}

.select2-section-icon {
    background: gray;
}

.select2-section-icon img {
    width: 30px;
    height: 30px;
}

.home-section--banner {
    height: 400px;
    margin: 30px 0;
    border-radius: 30px;
    min-width: 60%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

@keyframes load {
    from {
        background-position: 100% 0%;
    }
    to {
        background-position: -100% 0%;
    }
}

/* Banner1 */

.home-section--banner1 {
    color: white;
    justify-content: flex-end;
    text-align: center;
}

.home-section--banner1--title {
    font-size: 18pt;
}

.home-section--banner1--subtitle {
    font-size: 24pt;
    font-weight: bold;
}

.home-section--banner1--button {
    display: inline-flex;
    border-radius: 20px;
    padding: 12px 50px;
    background: linear-gradient(to right, #9555c3, #8956c4, #7d56c5, #6f57c6, #6057c6);
}

.home-section--banner1--body {
    padding: 50px 0;
    background: rgb(0,0,0);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 43%, rgba(0,0,0,1) 100%);
}

/* Banner2 */

.home-section--banner2 {
    color: white;
    text-align: center;
}

.home-section--banner2--title {
    font-size: 32pt;
}

.home-section--banner2--subtitle {
    font-size: 20pt;
    font-weight: bold;
}

.home-section--banner2--body {
    padding: 50px 0;
}

.home-section--banner2--logo {
    border-radius: 10px;
    padding: 5px 5px;
    background-image: linear-gradient(to right, #e6718e, #ea6c9c, #ea68ae, #e667c2, #dc69d7, #e467d4, #ec66d0, #f364cc, #ff64ad, #ff6d90, #ff7c78, #fe8d67);
}

/* Banner3 */

.home-section--banner3 {
    color: #0f263b;
    justify-content: end;
    height: 375px;
}

.home-section--banner3--image {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.home-section--banner3--title {
    font-size: 16pt;
}

.home-section--banner3--subtitle {
    font-size: 18pt;
    font-weight: bold;
}

.home-section--banner3--body {
    padding-bottom: 15px;
    height: 250px;
    background-image: linear-gradient(to top, #fed6e3, #eed9f8, #d0e1ff, #b1e9ff, #a8edea);
    border-radius: 50px;

    display: flex;
    align-items: end;
}

.home-section--banner3--body-wrapper {
    display: flex;
    align-items: center;
    padding: 0 30px;
}

.home-section--banner3--content {
    padding: 0 15px;
}

.home-section--banner3--button {
    border-radius: 20px;
    padding: 12px 50px;
    background: white;
    display: flex;
    align-self: center;
    white-space: nowrap;
}

/* Banner4 */

.home-section--banner4 {
    color: white;
    padding-top: 20px;
}

.home-section--banner4--body {
    display: flex;
    justify-content: end;
    height: 100%;
    border-radius: 50px;
}

.home-section--banner4--title {
    font-size: 18pt;
    padding: 0 10px;
}

.home-section--banner4--subtitle {
    font-size: 28pt;
    font-weight: bold;
    white-space: nowrap;
}

.home-section--banner4--content {
    padding: 30px;
    display: flex;
    align-self: end;
    background: rgb(0, 0, 0);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 43%, rgba(0, 0, 0, 1) 100%);
}

.home-section--banner4--logo {
    display: flex;
    align-self: start;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 5px 5px;
    background: rgb(149, 85, 195);
    background: linear-gradient(90deg, rgba(149, 85, 195, 1) 0%, rgba(96, 87, 198, 1) 100%);

    position: absolute;
    top: 0;
    transform: translateY(-50%);
}

[dir="ltr"] .home-section--banner4--logo {
    left: 100px;
}

[dir="rtl"] .home-section--banner4--logo {
    right: 100px;
}

.home-section--banner4--logo--premium {
    padding: 2px;
    background: white;
    color: rgb(149, 85, 195);
    border-radius: 5px;
    margin: 0 5px;
}

/* Banner5 */

.home-section--banner5 {
    color: white;
    height: 640px;
    justify-content: end;
}

.home-section--banner5--title {
    font-size: 32pt;
}

.home-section--banner5--subtitle {
    font-size: 20pt;
    font-weight: bold;
}

.home-section--banner5--body {
    padding: 40px;
    display: flex;
    flex-direction: column;
    background: rgb(0, 0, 0);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 43%, rgba(0, 0, 0, 1) 100%);
}

.home-section--banner5--logo {
    border-radius: 10px;
    padding: 5px 5px;
    background-image: linear-gradient(to right, #e6718e, #ea6c9c, #ea68ae, #e667c2, #dc69d7, #e467d4, #ec66d0, #f364cc, #ff64ad, #ff6d90, #ff7c78, #fe8d67);
}

.home-section--banner5--actions {
    display: flex;
    gap: 15px;
    padding-top: 30px;
}

.home-section--banner5--button {
    border-radius: 15px;
    padding: 12px 50px;
    background: white;
    display: flex;
    align-self: center;
    justify-content: center;
    white-space: nowrap;
    color: rgb(15, 38, 60);
    border: solid 2px white;
    flex: 3;
}

.home-section--banner5--button-plain {
    background: none;
    color: white;
    border: solid 2px white;
    flex: 1
}

.responsive-iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.cursor-pointer {
    cursor: pointer;
}