﻿
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 80px;
}

.light-theme-body {
    background-color: white !important;
}
.dark-theme-body {
    background-color: #043065 !important;
}
/* #region Navbar styles */
.navbar-header {
    border-bottom: 1px solid rgba(255,255,255, 0.1);
}
/* #endregion */


/* #region Footer styles */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 0.85em;
}
/* #endregion */

/* #region custom Kendo UI styles */
#configure {
    display: none;
}

.k-panelbar .k-content {
    padding: 20px;
}

p .k-button {
    margin: 0 15px 0 0;
}

.k-state-active .label {
    font-size: 1em;
}

/* #endregion */

@media (max-width: 767px) {
    #responsive-panel {
        transition: all linear .2s;
    }

    #configure {
        display: block;
        float: right;
    }

    .k-rpanel {
        width: 100%;
    }

    .k-rpanel-expanded {
        margin-top: 1rem;
    }

    .navbar-header {
        width: 100%;
    }

    .footer {
        height: 60px;
    }

    .k-menu .k-item,
    .k-menu .k-link {
        width: 100%;
    }

    .k-menu .k-link {
        box-sizing: border-box;
    }
}

.card-container {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.mos-harro-cards {
    margin: 0 auto;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 15em), 1fr));
}

.padding-30 {
    padding: 30px;
}
/*#tilelayout{
    padding-top: 45px !important;
}*/
.white-bg {
    background: white;
}

.padding-10{
    padding: 10px;
}
#tilelayout {
    margin: 0 44px;
}

.k-tilelayout-item-header.k-card-header {
    padding: 30px 46px 0;
}

.no-padding-top{
    padding-top: 0;
}

#pg-cover-container img {
    width: -webkit-fill-available;
}

#pg-cover-container {
    margin-bottom: 18px;
}

body {
    background-color: #F2F2F2 !important;
}

.inline-prg .progress-bar {
    background-color: #1976d2 !important;
}

.inline-prg {
    margin-top: 18px;
}

.progress-label {
    position: absolute;
    top: 300px;
    right: 0;
    font-weight: 500;
    color: black;
}

.k-card-header {
    flex: 0 0 auto;
}

.k-card-body {
    overflow: hidden;
}

.k-tilelayout-item-header {
    border: none !important;
}

.k-tilelayout-item-header,
.k-tilelayout-item-header .k-card-title{
    font-size: 20px;
    color: black;
    font-weight: bold;
    font-family: sans-serif;
}

.k-tilelayout-item.k-card {
    border: none;
    border-radius: 10px;
}

#tilelayout {
    background: #f2f2f2;
}

.k-tilelayout-item.k-card:has(.non-resizable) .k-resize-handle {
    cursor: not-allowed !important; /* Hide resize handles for non-resizable items */
}

.font-20{
    font-size: 20px;
}
.font-16{
    font-size: 16px;
}

.padding-bottom-15{
    padding-bottom:15px;
}

.others-footer {
    padding-left: 28px;
    color: #1976d2;
    font-size: 16px;
    font-weight: 500;
}

.progress-container{
    height: 6px;
}

.small-font{
    font-size: small;
}

.row-cards .card-container {
    padding: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

.margin-left-auto {
    margin-left: auto;
}



.wobble-hor-top {
    -webkit-animation: wobble-hor-top 1.3s both;
    animation: wobble-hor-top 1.3s both;
    border: 3px dashed #a3c8ed70 !important;
}
/* ----------------------------------------------
 * Generated by Animista on 2024-10-22 16:3:38
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation wobble-hor-top
 * ----------------------------------------
 */
@-webkit-keyframes wobble-hor-top {
    0%, 100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    15% {
        -webkit-transform: translateX(-30px) rotate(3deg);
        transform: translateX(-30px) rotate(3deg);
    }

    30% {
        -webkit-transform: translateX(15px) rotate(-3deg);
        transform: translateX(15px) rotate(-3deg);
    }

    45% {
        -webkit-transform: translateX(-15px) rotate(3.6deg);
        transform: translateX(-15px) rotate(3.6deg);
    }

    60% {
        -webkit-transform: translateX(9px) rotate(-2.4deg);
        transform: translateX(9px) rotate(-2.4deg);
    }

    75% {
        -webkit-transform: translateX(-6px) rotate(1.2deg);
        transform: translateX(-6px) rotate(1.2deg);
    }
}

@keyframes wobble-hor-top {
    0%, 100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    15% {
        -webkit-transform: translateX(-30px) rotate(0.6deg);
        transform: translateX(-30px) rotate(0.6deg);
    }

    30% {
        -webkit-transform: translateX(15px) rotate(-0.6deg);
        transform: translateX(15px) rotate(-0.6deg);
    }

    45% {
        -webkit-transform: translateX(-15px) rotate(0.6deg);
        transform: translateX(-15px) rotate(0.6deg);
    }

    60% {
        -webkit-transform: translateX(9px) rotate(-0.9deg);
        transform: translateX(9px) rotate(-0.9deg);
    }

    75% {
        -webkit-transform: translateX(-6px) rotate(0.3deg);
        transform: translateX(-6px) rotate(0.3deg);
    }
}



.shadow-drop-br {
    -webkit-animation: shadow-drop-center 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: shadow-drop-center 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    border: 3px dashed #a3c8ed70 !important;
}



@-webkit-keyframes shadow-drop-center {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0px 3px 10px 0px rgb(5 61 79 / 36%);
        box-shadow: 0px 3px 10px 0px rgb(5 61 79 / 36%);
    }
}

@keyframes shadow-drop-center {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0px 3px 10px 0px rgb(5 61 79 / 36%);
        box-shadow: 0px 3px 10px 0px rgb(5 61 79 / 36%);
    }
}

.margin-right-60 {
    margin-right: 60px;
}

.btn {
    box-shadow: none !important;
}

#add-more-tiles {
    background: #19875430 !important;
    border: none !important;
    height: 65px;
    color: white;
    font-weight: bold;
    font-weight: bold;
    margin: 0 44px;
    width: 96.5% !important;
}

#add-more-tiles:hover{
    background: #19875494 !important;
    border: none !important;
    height: 65px;
    color: white;

}

.popover.bs-popover-auto, .popover{
    max-width: fit-content;
}

.scale-in-hor-center {
    -webkit-animation: scale-in-hor-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-hor-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes scale-in-hor-center {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1;
    }
}

@keyframes scale-in-hor-center {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1;
    }
}


#popover-tiles {
    padding: 20px;
    border: none;
    color: #215383;
    width: fit-content;
    position: absolute;
    bottom: 5.35vh;
    left: 40%;
}

.remove-cards-button {
    position: absolute !important;
    top: 1px;
    right: 5px;
    cursor: pointer;
}

.k-listview-item {
    padding: 30px !important;
    border: 2px dashed #d7e7f7 !important;
    cursor: pointer;
}

.k-listview-content {
    display: grid !important;

}

.fill-available {
    width: -webkit-fill-available;
}

.list-item:hover {
    background: #f181811a;
}

.popover-header {
    background: #c9ddd49e;
}

img{
    cursor: default;
}

body .uwy .uai, body .uwy .ulsti{
    width: 74px;
    height: 74px;
}

body .uwy.userway_p3 .userway_buttons_wrapper {
    top: auto;
    bottom: 35px;
    left: calc(100vw - 55px);
    right: auto;
    -ms-flex-pack: end;
    justify-content: end;
    transform: translate(-100%);
}
.story-content:nth-child(odd) {
    height: 100vh;
    transition: opacity 0.5s ease-in-out; /* Smooth transition */
}

.story-content:nth-child(even) {
    height: 100vh;
    transition: opacity 0.5s ease-in-out; /* Smooth transition */
}

.story-content:nth-child(even) .content-wrapper {
    display: flex;
    padding-left: 200px;
    font-family: 'Nunito Sans';
    align-items: center;
    justify-content: space-between;
}

.story-content:nth-child(odd) .content-wrapper {
    display: flex;
    font-family: 'Nunito Sans';
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100vh;
    justify-content: center;
    color: white;
}

.story-header {
    font-weight: 400;
    display: flex;
    flex-direction: column;
}

    .story-header .story-title {
        font-size: 48px;
        line-height: 56px;
    }

    .story-header .story-year {
        font-size: 18px;
        line-height: 28px;
    }

    .story-header p {
        font-size: 16px;
        line-height: 32px;
    }

.feature-item {
    font-weight: 400;
}

.feature-item-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    font-size: 16px;
}

.feature-item p {
    font-size: 14px;
    text-align: left;
    width: 330px;
}

.image-content img {
    height: 100vh;
}

.story-content:nth-child(odd) .story-features {
    display: flex;
    justify-content: space-between;
}

html {
    scroll-behavior: smooth;
}

.story-navigation__link:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    top: 3px;
    margin: 8px;
    border-radius: 100px;
    border: 1px solid #323334;
    transition-property: background-color, border-color;
    transition-duration: 300ms;
    transition-timing-function: ease;
    transition-delay: 0ms;
}

.story-navigation__year {
    font-size: 12px;
    line-height: 16px;
    transition-property: font-weight, opacity;
    transition-duration: 300ms;
    transition-timing-function: ease;
    transition-delay: 0ms;
    opacity: 0;
    pointer-events: none;
    margin-left: 16px;
    color: inherit;
}

.story-navigation__link {
    position: relative;
    display: inline-flex;
    padding: 10px;
    color: inherit;
}

.story-navigation__link {
    text-decoration: none;
}

    .story-navigation__link:hover .story-navigation__year {
        opacity: 1;
    }

.timeline-dot-container-sticky {
    display: flex;
    flex-direction: column;
    width: fit-content;
    padding: 0 20px;
    height: 100vh;
    position: sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    justify-content: center;
}

.timeline-dot-container {
    position: absolute;
    top: 0;
    height: 1200vh; /*storyNo * 100 */
}

nav {
    height: 15vh;
    background-image: url("../Images/eAlbania/nav-bg.png");
    background-color: #043065;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 85px;
}
#main-nav {
    height: 35vh !important;
    background-image: url("../Images/eAlbania/main-bg.png") !important;
    flex-wrap: wrap;
    margin-bottom: 25px;

}
.all-width {
    width: 100vw;
    text-align: center;
}

.all-width p {
    color: #FFF;
    font-family: "Nunito Sans";
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 20.8px; /* 32.5% */
    text-align:center;
}
.nunito-sans {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

a {
    color: #FFF !important;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: 20.8px;
    text-decoration: none;
}

nav a:nth-child(2) {
    font-weight: bold;
}

.left-nav {
    display: flex;
    align-items: center;
    gap: 2vw;
}

.right-nav {
    display: flex;
    flex-direction: row;
    gap: 3vw;
    align-items: center;
}

    .right-nav img:not([isprofileicon="true"]) {
        width: 1.3vw;
    }

    .right-nav img[isprofileicon="true"] {
        width: 3vw;
    }

#main-section {
    height: 85vh;
    background-color: #043065;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    #main-section p {
        color: #FFF;
        font-family: "Nunito Sans", sans-serif;
        font-size: 3.3rem;
        width: 800px;
        text-align: center;
    }

    #main-section img {
        width: 38px;
    }

.story-navigation__item {
    height: 27px;
}

.story-navigation__link[aria-label="2008"] .story-navigation__year,
.story-navigation__link[aria-label="2024"] .story-navigation__year {
    opacity: 1;
}

.selected-year .story-navigation__year {
    font-weight: 700;
    opacity: 1;
}

.story-navigation__item:nth-child(odd).selected-year .story-navigation__link:after {
    background-color: #000000;
}

.story-navigation__item:nth-child(even).selected-year .story-navigation__link:after {
    background-color: #ffffff;
}



/* Default styles for timeline elements */
.timeline-dot-container-sticky .story-navigation__item,
.timeline-dot-container-sticky .story-navigation__link:after,
.timeline-dot-container-sticky .story-navigation__year {
    color: black; /* Default (dark-theme) */
}

/* Light theme (for blue background) */
.timeline-dot-container-sticky.light-theme .story-navigation__item,
.timeline-dot-container-sticky.light-theme .story-navigation__link:after,
.timeline-dot-container-sticky.light-theme .story-navigation__year {
    color: white;
    border-color: white; /* For ::after */
}

/* Dark theme (for white background) */
.timeline-dot-container-sticky.dark-theme .story-navigation__item,
.timeline-dot-container-sticky.dark-theme .story-navigation__link:after,
.timeline-dot-container-sticky.dark-theme .story-navigation__year {
    color: black;
    border-color: black; /* For ::after */
}

.hidden {
    opacity: 0;
}
a img {
    cursor: pointer;
}

.search-bar-container {
    position: relative;
    top: 35px;
    z-index: 9;
    height: 100px;
}
