/*!
Theme Name: skzh
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: skzh
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

skzh is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms

## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
:root {
    /*   --bs-link-hover-color:#3bb881;*/
    --first-color: #16f;
    --second-color: #ff7;
    --main-text-color-opacity: rgba(28, 55, 128, 0.5);
    --bs-btn-padding-x: 0px;
    --main-color: #1c3780;
    --pillar2-color: #906ef3;
    --pillar3-color: #dda602;
    --pillar4-color: #009bef;
}

.btn:hover {
    color: inherit !important;
}

.btn:focus {
    color: inherit !important;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: 'Syne', monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    /*
    
	font-family:  "Syne" ,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
*/
    font-family: "Syne", sans-serif;
    font-size: 1rem;
    line-height: 100% !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

p {
    font-family: "Syne";
}

pre {
    background: #eee;
    font-family: "Syne", "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: "Syne", monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}

a:visited {
    /*	color: #800080;*/
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.site-main {
    background-color: #fafbfc;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

.mt20 {
    margin-top: 20px;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}



#languanges {
    float: left;
    display: flex;
    justify-content: flex-end;
}

#languanges ul {
    margin: 0;
    padding-top: 25px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 5px !important;
    list-style: none !important;
}

.current-lang a {
    color: #40afe1 !important;
}

#languanges ul li {
    /*    border-bottom: 1px solid #000;*/

    display: inline;
    /*    text-transform: uppercase;*/
    color: #212e63;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    text-decoration: none !important;
}

#languanges ul b {
    display: none !important;
}

#languanges ul li a {
/*    font-family: 'Barlow';*/
    color: #374f90;
    text-decoration: none !important;
}

#languanges ul li a:visited {
    color: #374f90 !important;
}


#languanges ul li a:hover {
    text-decoration: none !important;
}




/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    /*    display: none;*/
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #1c3780;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #1c3780;
}

.small-title {
    text-align: center;

}

.small-paragraph {
    text-align: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 30px;
    max-width: 500px;
}

.strategy-center-2 {
    justify-content: center;
    /*
    margin-top: 15px;
    margin-bottom: 30px; 
*/
    font-size: 16px;
    max-width: 500px;
}

.paragraph-align {
    font-size: 14px;
    margin: 0;
    justify-content: center;
}

.main-font-color {
    color: #1c3780 !important;
}

.second-font-color {
    color: #231f20;
}

.kryeministri-link:hover {
    text-decoration: underline;
}

.header-bar {
    display: flex;
    height: auto;
    background-color: #fafbfc;
    justify-content: center;
}

.header-bar > img {
    height: 65px;
}

.header-bar-dashboard {
    display: flex;
    height: auto;
    justify-content: center;
}

.header-bar-dashboard > img {
    height: 50px;
}

.nds-dashboard {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 100%;
    font-size: 18px;
}

/* first section  */


.lineheight-23 {
    line-height: 23px;
}

#first-section {
    padding-top: 50px;
    background-color: #fafbfc;
}

.vertical-align {
    /* Center vertically */
    display: flex;
    align-items: center;
}

#first-section {
    height: 100%;
    background: url(assets/background-1.svg) bottom;
    background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    /*    background-size:cover;*/
}

.first-section-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.over-first-section-text p {
    margin: 10px;
}

.font27 {
    font-size: 27px;
}

.see-more-btn-firstsection {
    font-size: 12px;
    font-family: "Syne";
    width: auto;
    width: max-content;
    /*  height:36px;*/
    color: #a7b3cc;
    /*  border-color:rgba(27, 55, 128, 1);*/
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    /*  text-shadow: 1px 0px 0px #2f6627;*/
    background-color: #e9ecf0;
    text-decoration: none;
    font-weight: 700;
}

.smallparagraph-box {
    display: flex;
    position: relative;
}

.over-first-section-arrow {
    display: flex;
}

.over-first-section-text {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center;
    padding: 0;
}

.over-first-section {
    /*    position: absolute;*/
    position: relative;
    top: -39px;
    right: -100px;
    width: 150px;
    display: none;
}

.over-second-section {
    position: absolute;
    top: 0;
    right: -65px;
    width: 60px;
    display: none;
}

.over-fifth-section {
    position: absolute;
    top: 50%;
    left: -65px;
    width: 60px;
    display: none;
}

.small-paragraph:hover + .over-first-section {
    display: block;
    position: absolute;
    /*  animation: linear;*/
    /*
  animation-name: fadein;
  animation-duration: 1s;
*/
    -webkit-animation: fadein 1s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s;
    /* Firefox < 16 */
    -ms-animation: fadein 1s;
    /* Internet Explorer */
    -o-animation: fadein 1s;
    /* Opera < 12.1 */
    animation: fadein 1s;

}

.strategy-sspo:hover .over-second-section {
    display: block;
    -webkit-animation: fadein 1s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s;
    /* Firefox < 16 */
    -ms-animation: fadein 1s;
    /* Internet Explorer */
    -o-animation: fadein 1s;
    /* Opera < 12.1 */
    animation: fadein 1s;
}



@-webkit-keyframes run {
    0% {
        left: 70%;
        /*      transform: translateX(0);*/
    }

    25% {
        left: 90%;
        /*      transform: translateX(-100%);*/
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.underline-violet {
    text-decoration: underline #bfacf7 3px;
}

.info-sspo {
    margin-top: 30px;
    /*    margin-bottom: 20px;*/
    /*    padding-bottom: 200px;*/
}

.button-sspo {
    text-align: center;
    justify-items: center;
    justify-content: center;
    margin-bottom: 70px;
}

.button-sspo-pillar {
    text-align: center;
    justify-items: center;
    justify-content: center;
}

.see-more-btn-pillar1 {
    font-size: 14px;
    font-family: Syne;
    width: auto;
    height: 36px;
    border-width: 2px;
    border: 2px solid #FFF;
    color: #589949;
    /*  border-color:rgba(27, 55, 128, 1);*/
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    /*  text-shadow: 1px 0px 0px #2f6627;*/
    background-color: transparent;
    text-decoration: none;
    padding-top: 8px;
    font-weight: 700;
    padding-right: 20px;
    /*    display: none;*/
    opacity: 0;
}

.see-more-btn-pillar1:before {
    -webkit-mask: url(assets/arrow-01.svg) no-repeat 50% 50%;
    mask: url(assets/arrow-01.svg) no-repeat 50% 50%;
    background: #69aa57;
    content: "";
    display: inline-block;
    height: 10px;
    position: relative;
    width: 25px;
}

.see-more-btn-pillar2 {
    font-size: 14px;
    font-family: Syne;
    width: auto;
    height: 36px;
    border-width: 2px;
    border: 2px solid #FFF;
    color: #e1c3f4;
    /*  border-color:rgba(27, 55, 128, 1);*/
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    /*  text-shadow: 1px 0px 0px #2f6627;*/
    background-color: transparent;
    text-decoration: none;
    padding-top: 8px;
    font-weight: 700;
    padding-right: 20px;
    /*    display: none;*/
    opacity: 0;
}

.see-more-btn-pillar3 {
    font-size: 14px;
    font-family: Syne;
    width: auto;
    height: 36px;
    border-width: 2px;
    border: 2px solid #FFF;
    color: #cfa550;
    /*  border-color:rgba(27, 55, 128, 1);*/
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    /*  text-shadow: 1px 0px 0px #2f6627;*/
    background-color: transparent;
    text-decoration: none;
    padding-top: 8px;
    font-weight: 700;
    padding-right: 20px;
    /*    display: none;*/
    opacity: 0;
}

.see-more-btn-pillar4 {
    font-size: 14px;
    font-family: Syne;
    width: auto;
    height: 36px;
    border-width: 2px;
    border: 2px solid #FFF;
    color: #1c3780;
    /*  border-color:rgba(27, 55, 128, 1);*/
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    /*  text-shadow: 1px 0px 0px #2f6627;*/
    background-color: transparent;
    text-decoration: none;
    padding-top: 8px;
    font-weight: 700;
    padding-right: 20px;
    /*    display: none;*/
    opacity: 0;
}

.see-more-btn-pillar2:before {
    -webkit-mask: url(assets/arrow-01.svg) no-repeat 50% 50%;
    mask: url(assets/arrow-01.svg) no-repeat 50% 50%;
    background: #e1c3f4;
    content: "";
    display: inline-block;
    height: 10px;
    position: relative;
    width: 25px;
}

.see-more-btn-pillar3:before {
    -webkit-mask: url(assets/arrow-01.svg) no-repeat 50% 50%;
    mask: url(assets/arrow-01.svg) no-repeat 50% 50%;
    background: #cfa54f;
    content: "";
    display: inline-block;
    height: 10px;
    position: relative;
    width: 25px;
}

.see-more-btn-pillar4:before {
    -webkit-mask: url(assets/arrow-01.svg) no-repeat 50% 50%;
    mask: url(assets/arrow-01.svg) no-repeat 50% 50%;
    background: #1c3780;
    content: "";
    display: inline-block;
    height: 10px;
    position: relative;
    width: 25px;
}

.see-more-btn-pillar2:hover,
.see-more-btn-pillar3:hover,
.see-more-btn-pillar4:hover,
.see-more-btn-pillar1:hover {
    color: #1c3780;
    background-color: #FFF;
    border: 2px solid #FFF;
}



.fourth-pillar:hover .see-more-btn-pillar4 {
    -webkit-animation: 0.6s linear slide-from-bottom;
    opacity: 1;
}

.fourth-pillar:hover .see-more-btn-pillar4-2 {

    -webkit-animation: 1.2s linear slide-from-bottom;
    opacity: 1;
}



.third-pillar:hover .see-more-btn-pillar3 {
    display: block;
    -webkit-animation: 0.6s linear slide-from-bottom;
    opacity: 1;
}

.third-pillar:hover .see-more-btn-pillar3-2 {

    -webkit-animation: 1.2s linear slide-from-bottom;
    opacity: 1;
}


.second-pillar:hover .see-more-btn-pillar2 {
    display: block;
    -webkit-animation: 0.6s linear slide-from-bottom;
    opacity: 1;
}

.second-pillar:hover .see-more-btn-pillar2-2 {
    display: block;
    -webkit-animation: 1.2s linear slide-from-bottom;
    opacity: 1;
}


.first-pillar:hover .see-more-btn-pillar1 {
    -webkit-animation: 0.6s linear slide-from-bottom;
    opacity: 1;
}

.first-pillar:hover .see-more-btn-pillar1-2 {
    -webkit-animation: 1.2s linear slide-from-bottom;
    opacity: 1;
}

@keyframes slide-from-bottom {
    0% {
        transform: translate(0%, 40%);
        animation-timing-function: ease-out;
    }

    /*
  50% {
    margin-top: 0;
  }
*/
}

@keyframes easein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.see-more-btn-pillar2:hover::before,
.see-more-btn-pillar3:hover::before,
.see-more-btn-pillar4:hover::before,
.see-more-btn-pillar1:hover::before {
    content: "";
    display: inline-block;
    height: 10px;
    position: relative;
    width: 25px;
    fill: #fff !important;
    background-color: #FFF;
    -webkit-mask: url(assets/arrow-01.svg) no-repeat 50% 50%;
    mask: url(assets/arrow-01.svg) no-repeat 50% 50%;
    background: #1c3780;
}

.pillar4-infos {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: space-around;
    margin-bottom: 15px;
}

.pillar4-infos-main h1 {
    color: #FFF;
    margin: 0;
    line-height: 25px;
    font-size: 40px;
}

.pillar4-infos-main p {
    color: #3c5b9a;
    margin: 0;
    font-size: 12px;
    text-align: left;
    margin-left: 10px;
}

.pillar4-infos-main {
    display: flex;
}

.pillar4-infos1 {
    border-right: 1px solid #83add2;
    padding-right: 4px;
}

.pillar4-infos2 {
    border-right: 1px solid #83add2;
    padding-right: 4px;
    padding-left: 4px;
}

.pillar4-infos3 {

    padding-left: 4px;
}


.two-btn-pillar3 a {
    margin-left: 10px;
    margin-top: 10px;
}


.font16 {
    font-size: 16px;
}

.light-text-1 {
    font-size: 16px;
}

.see-more-btn {
    font-size: 14px;
    font-family: Syne;
    width: auto;
    height: 36px;
    border-width: 2px;
    border: 2px solid #1b3780;
    color: rgba(27, 55, 128, 1);
    /*  border-color:rgba(27, 55, 128, 1);*/
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    /*  text-shadow: 1px 0px 0px #2f6627;*/
    background-color: transparent;
    text-decoration: none;
    padding-top: 8px;
    font-weight: 700;
    padding-right: 20px;
    margin-left: 5px;
    margin-right: 5px;
}

.see-more-btn:before {
    background: url(assets/arrow-01.svg) no-repeat center;
    content: "";
    display: inline-block;
    height: 10px;
    /*    margin-left: 10px;*/
    position: relative;
    width: 25px;
    /*    fill: #fff !important;*/
    background-color: transparent;
}

.see-more-btn:hover {
    color: #FFF;
    background-color: #1b3780;
}

.see-more-btn:hover::before {
    /*
    -webkit-mask-image: url(assets/arrow-01.svg);
    mask-image: url(assets/arrow-01.svg));
*/
    content: "";
    display: inline-block;
    height: 10px;
    position: relative;
    width: 25px;
    fill: #fff !important;
    background-color: #1b3780;
    -webkit-mask: url(assets/arrow-01.svg) no-repeat 50% 50%;
    mask: url(assets/arrow-01.svg) no-repeat 50% 50%;
    background: #FFF;
}

.blankdiv-h200 {
    height: 200px;
    background-color: transparent;
}



.shiriti-logo {
    height: 70px;
    display: flex;
    height: auto;
    /*    background-color: #fafbfc;*/
    justify-content: center;
    background-color: #1b3780;
}

.shiriti-logo > img {
    height: 65px;
}



.btn-see-numbers {
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    border-radius: 29px;
    color: #1B3780;
    font-family: "Syne", Helvetica;
    font-size: 17px;
    font-weight: 200;
    padding: 17px;
    background-color: #FFFFFF;
    border: solid #1B3780 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}




/* second sector */

#second-section {
    background-color: #e9ecf0;
}

.strategy-sspo {
    padding-top: 70px;
}

.strategy-right-top {
    background-color: #FFFFFF;
    height: 15%;
    border-radius: 3px;
    display: none;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
}



.strategy-sspo:hover .strategy-right-top {
    display: flex;
    -webkit-animation: fadein 1s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s;
    /* Firefox < 16 */
    -ms-animation: fadein 1s;
    /* Internet Explorer */
    -o-animation: fadein 1s;
    /* Opera < 12.1 */
    animation: fadein 1s;
}


.qeveria-svg {
    /* margin-bottom: -10px; */
    margin-left: -17px;
    overflow: hidden;
}

.strategy-right-bottom {

    justify-content: flex-end;
    justify-self: baseline;
    display: flex;
    padding: 0;
}

.strategy-right-bottom-inside {
    /*    background-color: #dee3ea;*/
    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap; */
    justify-content: flex-end;
    align-content: flex-end;
    margin-bottom: 40px;
}

.strategy-right-bottom-inside-2 {
    border-radius: 3px;
    background-color: #dee3ea;
    border-left: 2px #ccd3e1 solid;
    padding: 18px;
}

.strategy-right-bottom-inside-2 > p {
    font-size: 16px;
}

.strategy-right-bottom-inside-2 > h5 {
    font-size: 16px;
    /*    font-weight: 700;*/
}

.strategy-right-bottom-inside-2 > a {
    font-size: 16px;
    /*    font-weight: 700;*/
    text-decoration: none;
}



.strategy-right-bottom-inside-2 > a:before {
    background: url(assets/link-01.svg) no-repeat center;
    content: "";
    display: inline-block;
    height: 17px;
    margin-bottom: -3px;
    /*    margin-left: 10px;*/
    position: relative;
    width: 25px;
    /*    fill: #fff !important;*/
    background-color: transparent;
}




/* four pillars */

.first-pillar {
    border-bottom-right-radius: 385px;
    height: 380px;
    background: url(assets/01_pillar.jpg) no-repeat center;
    background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    padding: 0px;
    cursor: pointer;
    background-attachment: fixed;
    background-position: left;
    background-repeat: repeat;
    background-size: contain;
}

.second-pillar {
    border-bottom-left-radius: 385px;
    height: 380px;
    background: url(assets/02_pillar.jpg) no-repeat center;
    background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    padding: 0px;
    cursor: pointer;
    background-attachment: fixed;
    background-position: right;
    background-repeat: repeat;
    background-size: contain;
}

.third-pillar {
    border-top-right-radius: 385px;
    height: 380px;
    background: url(assets/03_pillar.jpg) no-repeat center;
    background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    cursor: pointer;
    background-attachment: fixed;
    background-position: left;
    background-repeat: repeat;
    background-size: contain;

}

.fourth-pillar {
    border-top-left-radius: 385px;
    height: 380px;
    background: url(assets/04_pillar.jpg) no-repeat center;
    background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    cursor: pointer;
    background-attachment: fixed;
    background-position: right;
    background-repeat: repeat;
    background-size: contain;
}

.four-pillars {
    position: relative;
    height: 760px;
}

.four-pillars-inside {
    position: absolute;
    /*
    top: 0;
    left: 0;
*/
    height: 100%;
    width: 100%;
}

.four-pillars-center-inside {
    padding: 138px;
    text-align: center;
    /*    border: 1px solid #000;*/
    position: absolute;
}

.numbering01 {
    position: absolute;
    width: 55px;
    top: 0;
    left: 0;
}

.numbering02 {
    position: absolute;
    width: 55px;
    top: 0;
    right: 0;
}

.numbering03 {
    position: absolute;
    width: 55px;
    bottom: 0;
    left: 0;
}

.numbering04 {
    position: absolute;
    width: 55px;
    bottom: 0;
    right: 0;
}

.four-pillars-center {
    width: 99%;
    z-index: 9;
    position: absolute;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.four-pillars-center-text {
    margin-bottom: 3px;
    line-height: 15px;
    text-align: center;
}

.pillar-inside > svg {
    width: 100px;
    height: 100px;
}

.pillar-inside > h5 {
    color: #FFFFFF;
}

.pillar-inside {
    display: flex;
    text-align: center;
    justify-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 80%;
}

.pillar-inside-2 {
    display: flex;
    text-align: center;
    justify-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.pillar-inside-2 > svg {
    width: 100px;
    height: 100px;
}

.pillar-inside-2 > svg > path {
    fill: #f3d300;
}

.color-pillar-3 {
    color: #f3d300;
}

.color-pillar-4 {
    color: #009bee;
}

.four-pillars-center-text-bold {
    font-weight: 700;
}

/* fifth section */

#fifth-section {
    background-color: #fafbfc;
}

.consist-sspo {
    height: 300px;
    padding-top: 45px;
    padding-bottom: 18px;
    margin-bottom: 40px;
}



.consist-right-inside {
    /* background-color: #e3e7ef; */
    background: linear-gradient(180deg, rgba(227, 231, 239, 1) 0%, rgb(251 253 255) 100%);
    max-height: 250px;
    overflow: hidden;
    display: flex;
    position: absolute;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: center;
    width: 250px;
    border-radius: 3px;
}

ol {
    margin: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

ol {
    list-style: none;
    counter-reset: item;
}

li {
    counter-increment: item;
    margin-bottom: 5px;
}

.consist-right-inside li:before {
    margin-right: 10px;
    content: counter(item);
    background: #FFF;
    border-radius: 50%;
    color: #1c3780;
    width: 1.2em;
    text-align: center;
    display: inline-block;
}

.consist-right {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.consist-right-inside ol {
    font-size: 16px;
    line-height: 17px;
    /* max-height: 200px; */
    overflow: auto;
    /*    list-style: decimal-leading-zero;*/
    /*    list-style: ;*/
}

.consist-right-inside-overlay {
    position: absolute;
    top: 0;
    left: 0;
    /* max-height: 180px; */
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 70%, #fafbfc 100%);
    pointer-events: none;
}

/*
.consist-right:hover .consist-right-inside-overlay {
    display: none;
}
*/

.consist-center {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.consist-sspo:hover .over-fifth-section {
    display: block;
    -webkit-animation: fadein 2s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s;
    /* Firefox < 16 */
    -ms-animation: fadein 2s;
    /* Internet Explorer */
    -o-animation: fadein 2s;
    /* Opera < 12.1 */
    animation: fadein 2s;
}

.consist-sspo:hover .consist-left-img {
    display: block;
    -webkit-animation: fadein 1s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s;
    /* Firefox < 16 */
    -ms-animation: fadein 1s;
    /* Internet Explorer */
    -o-animation: fadein 1s;
    /* Opera < 12.1 */
    animation: fadein 1s;
}

.nds-bold {
    font-size: 25px;
    font-weight: 700;
}

.bold {
    font-weight: 700;
}

.light-text {
    font-size: 14px;
}

.nds-bold-2 {
    font-size: 18px;
}

.consist-left-img {
    display: none;
}

.consist-left {
    display: flex;
    flex-direction: column;
    flex-wrap: unset;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
}

.consist-left > svg {
    width: 65%;
}



.strategy-center {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.download-bar::before {
    background-color: #de4b52;
    content: "";
    display: inline-block;
    height: 2.5px;
    position: relative;
    vertical-align: middle;
    width: 20px;
    margin-left: -25px;
}

.download-bar:hover::before {
    width: 35px;
    margin-left: -40px;
    /*	text-decoration:  underline;*/
}

.download-bar:hover {
    text-decoration: underline;
}

.strategy-left-p {
    justify-content: center;
    justify-items: flex-start;
    line-height: 20px;
}

.strategy-center-3 > img {
    width: 60px;
    margin-bottom: 20px;
}

.lineheight100 {
    line-height: 100%;
}

/* piramida */

/*
#sixth-section{
     height: 650px;
    padding-top: 50px;
    background-color: #e9ecf0 !important;
    background: url(assets/piramida.svg) bottom;
    background-size:100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size:cover;
}
*/

.six-section {
    /*
     height: 650px;
    padding-top: 50px;
    background-color: #e9ecf0 !important;
    background: url(assets/piramida.svg) bottom;
    background-size:100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size:cover;
    
*/
    padding-bottom: 30px;
    padding-top: 30px;
}

#sixth-section {
    background-color: #e9ecf0 !important;
}


.piramida p {}

.piramida-top-1 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.piramida-top-1 img {
    max-width: 30%;
    padding-top: 10px;
}

.text-white {
    color: #FFFFFF;
}

.piramida-rounded {
    margin-top: 10px;
    border-radius: 25px;
    background-color: #5569a0;
    color: #FFFFFF;
    padding: 5px 20px;
}

.piramida-rounded-2 {
    /*    margin-top: 10px;*/
    border-radius: 25px;
    background-color: #d9dfea;
    color: #FFFFFF;
    padding: 5px 20px;
}

.piramida-top-2 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-top: 55px;
}

.piramida-top-2 h5 {
    color: #e26600;
    letter-spacing: 1px;
}

.piramida-left-3-outside {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-content: stretch;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.piramida-center-3 {
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.piramida-right-3 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.piramida-top-4-outside {
    margin-top: 45px;
}

.piramida-top-4 {
    display: flex;
    /* margin-top: 39px; */
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: space-around;
    flex-wrap: nowrap;
}

.secondpillar {
    fill: #ddb9f4;
}

.color-pillar-3 {
    color: #dda602;
}

.thirdpillar {
    fill: #f4d300;
}

.fourthpillar {
    fill: #009bef !important;
}

.footer {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-content: space-around;
    align-items: center;
}


.footer-hr {
    width: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 2px solid #1c3780 !important;
    border-bottom: 0px;
    background-color: #1c3780 !important;
    opacity: 1 !important;
    height: 0px !important;
}

.eu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.eu img {
    height: 55px;
}

.eu h4 {
    padding-left: 10px;
    font-size: 18px;
    font-weight: 600;
}

.footer-text {
    margin-top: 20px;
    margin-bottom: 40px;
    line-height: 22px;
}

/*
.phase-behind{
    position:absolute;
     display:block; 
  margin:0; 
  overflow-y:auto;
  overflow-x:hidden;
  transform:rotate(-90deg) translateY(-80px);
  transform-origin:right top;
}
*/


.phase-overlay {
    position: absolute;
    top: 0;
    left: 0;
    /* max-height: 180px; */
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, rgb(251 253 255) 100%);
    /*    background: red;*/
    pointer-events: none;
}

.phase-left {
    display: flex;
    padding-top: 40px;
    flex-direction: row;
    align-items: flex-start;
}

.phase-left img {
    width: 45px;
}

.phaseshigjeta {
    width: 60px !important;
    margin-top: 20px;
}

.phase-left p {
    width: 300px;
    padding-left: 20px;
}


.phase-left-img-bottom {
    /*    width: 400px;*/
}

/* Timeline */
.timeline,
.timeline-horizontal {
    list-style: none;
    padding: 20px;
    position: relative;
}

.timeline:before {
    top: 40px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #009bee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline .timeline-item {
    margin-bottom: 20px;
    position: relative;
}

.timeline .timeline-item:before,
.timeline .timeline-item:after {
    content: "";
    display: table;
}

.timeline .timeline-item:after {
    clear: both;
}

.timeline .timeline-item .timeline-badge {
    color: #fff;
    width: 7px;
    height: 10px;
    line-height: 52px;
    font-size: 22px;
    text-align: center;
    position: absolute;
    margin-left: -25px;
    z-index: 100;
}

.timeline .timeline-item .timeline-badge i,
.timeline .timeline-item .timeline-badge .fa,
.timeline .timeline-item .timeline-badge .glyphicon {
    top: 2px;
    left: 0px;
}

.timeline .timeline-item .timeline-badge.primary {
    background-color: #009bee;
}

.timeline .timeline-item .timeline-badge.info {
    background-color: #009bee;
}

.timeline .timeline-item .timeline-badge.success {
    background-color: #009bee;
}

.timeline .timeline-item .timeline-badge.warning {
    background-color: #009bee;
}

.timeline .timeline-item .timeline-badge.danger {
    background-color: #009bee;
}

.timeline .timeline-item .timeline-panel {
    position: relative;
    width: 46%;
    float: left;
    right: 16px;

    /*  padding: 20px;*/

}

/*
.timeline .timeline-item .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -16px;
  display: inline-block;
  border-top: 16px solid transparent;
  border-left: 16px solid #c0c0c0;
  border-right: 0 solid #c0c0c0;
  border-bottom: 16px solid transparent;
  content: " ";
}
*/
.timeline .timeline-item .timeline-panel .timeline-title {
    margin-top: 0;
    font-size: 19px;
    font-family: 'Syne', cursive;
    color: #1c3780;
    font-weight: 700;
}

.timeline .timeline-item .timeline-panel .timeline-body > p,
.timeline .timeline-item .timeline-panel .timeline-body > ul {
    margin-bottom: 0;
    font-family: 'Syne', sans-serif;
    /*  color: #1c3780;*/
    width: 278px;
    font-size: 15px;
}

.timeline .timeline-item .timeline-panel .timeline-body > p + p {
    margin-top: 0px;
}

.timeline .timeline-item:last-child:nth-child(even) {
    float: right;
}

.timeline .timeline-item:nth-child(even) .timeline-panel {
    float: right;
    left: 16px;
}

/*
.timeline .timeline-item:nth-child(even) .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
*/
.timeline-horizontal {
    list-style: none;
    position: relative;
    padding: 20px 0px 20px 0px;
    display: inline-block;
}

.timeline-horizontal:before {
    height: 3px;
    top: auto;
    bottom: 26px;
    left: 0px;
    right: 0;
    width: 100%;
    margin-bottom: 20px;
}

.timeline-horizontal .timeline-item {
    display: table-cell;
    height: 254px;
    /* width: 52%; */
    min-width: 415px;
    float: none !important;
    padding-left: 0px;
    padding-right: 20px;
    margin: 0 auto;
    vertical-align: top;
    position: relative;
    /*    border-right: 1px solid #e2e2e2; */
}

.timeline-horizontal .timeline-item .timeline-panel {
    top: auto;
    /* bottom: 64px; */
    display: flex;
    float: none !important;
    left: 0 !important;
    right: 0 !important;
    width: 400px;
    margin-right: 20px;
    margin-bottom: 20px;
    height: 258px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px;
    padding-left: 20px;
}

li.timeline-item::after {
    content: " ";
    position: absolute;
    border-left: 1px #6c757d solid;
    top: 35%;
    right: 0;
    height: 30%;
    margin-top: auto;
    margin-bottom: auto;
}

/*
.timeline-horizontal .timeline-item .timeline-panel:before {
  top: auto;
  bottom: -16px;
  left: 28px !important;
  right: auto;
  border-right: 16px solid transparent !important;
  border-top: 16px solid #c0c0c0 !important;
  border-bottom: 0 solid #c0c0c0 !important;
  border-left: 16px solid transparent !important;
}
*/
.timeline-horizontal .timeline-item:before,
.timeline-horizontal .timeline-item:after {
    display: none;
}

.timeline-horizontal .timeline-item .timeline-badge {
    top: auto;
    bottom: 22px;
    left: 24px;
}

/*
  
.dashboard-left{
    height: 400px;
    background-color: #eaedf1;
    width: 300px;
}
*/

.mw500 {
    max-width: 500px;
}

.dashboard-left-outside {
    background-color: #eaedf1;
}

.hr-side {
    border-top: 1px solid #b6bfd5;
    /*    height: 2px !important;*/
    width: 90%;
}

.pillar-1-illustration {
    margin-top: 1.07em;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.hr15 {
    height: 0.5px;
    background-color: #1c3780;
    width: 15px;
    margin-bottom: 3px;
}

.hr15-desc {
    height: 0.5px;
    background-color: #1c3780;
    width: 15px;
    margin-bottom: 3px;
    margin-top: 0px;
}

.pillar-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
}


.pillar-small-box {
    width: 40px;
    display: flex;
    height: 40px;
    border-radius: 5px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 2px 0px 0px #fafbfc;
    box-shadow: 0px 2px 0px 0px #fafbfc;
    /*    margin:5px;*/
    border-top: 2px solid rgba(28, 55, 128, .15);
    background-color: #dce0e4;
    fill: #7c8bb2 !important;

}

.active-pillar {
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: : none !important;
}

.pillar-small-box svg {
    width: 30px;
    filter: #dce0e4;
}


.dashboard-logo {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.dashboard-logo a {
    text-align: center;
}

.dashboard-logo p {
    text-align: center;
}

.dashboard-logo img {
    width: 60%;
}

.dashboardactive > .first-pillar-small,
.first-pillar-small:hover {
    background-color: #87da72;
    fill: #FFF !important;
}

.dashboardactive > .second-pillar-small,
.second-pillar-small:hover {
    background-color: #906ef3;
    fill: #ddb8f3 !important;
}

.dashboardactive > .third-pillar-small,
.third-pillar-small:hover {
    background-color: #e8e2b7;
    fill: #dda602 !important;
}

.dashboardactive > .fourth-pillar-small,
.fourth-pillar-small:hover {
    background-color: #bbddf0;
    fill: #009bee !important;
}

.filter-title {
    text-align: center;
    border-top: 2px solid #b6bfd5;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.sector-filter {
    text-align: center;
    border-top: 2px solid #b6bfd5;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 20px;
}

.sector-select {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 125px;
}

.sector-button {
    display: flex;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    /*    border:1px solid #000;*/
    text-decoration: none;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin-top: 7px;
    background-color: #dce0e4;
    color: #7c8bb2;
    font-variant-numeric: lining-nums;
    -webkit-box-shadow: 0px 2px 0px 0px #fafbfc;
    box-shadow: 0px 2px 0px 0px #fafbfc;
    /*    margin:5px;*/
    border-top: 2px solid rgba(28, 55, 128, .15);
}

.sector-button1 {
    display: flex;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    /*    border:1px solid #000;*/
    text-decoration: none;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin-top: 7px;
    background-color: #dce0e4;
    color: #7c8bb2;
    font-variant-numeric: lining-nums;
    -webkit-box-shadow: 0px 2px 0px 0px #fafbfc;
    box-shadow: 0px 2px 0px 0px #fafbfc;
    /*    margin:5px;*/
}

.sector-button:hover {
    background-color: #FFF;
}

.sectors-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    align-content: center;
}


.dashboard-pillar-1-top-metadata {
    display: flex;
    flex-direction: column;
}

.dashboard-pillar-1-top-metadata-2 {
    display: flex;
    justify-content: flex-start;
}

.dashboard-pillar-1-top-metadata h1 {
    color: #3bb881;
    font-size: 50px;
    line-height: 95%;
}

.pillar2color {
    color: var(--pillar2-color) !important;
}

.pillar2color-background {
    background-color: var(--pillar2-color) !important;
}

.pillar3color {
    color: var(--pillar3-color) !important;
}

.pillar3color-background {
    background-color: var(--pillar3-color) !important;
}

.pillar4color {
    color: var(--pillar4-color) !important;
}

.pillar4color-background {
    background-color: var(--pillar4-color) !important;
}

.sticky-top-1 {
    height: 100vh;
    position: sticky;
    top: 0;
    z-index: 1020;
}



.dashboard-right-outside {
    padding-left: 0px;
    padding-right: 0px;
}

.pillar-1-top-metadata-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-right: 30px;
}

.pillar-1-top-metadata-list p {
    color: #1c3780 !important;
    margin-bottom: 0;
    font-size: 18px;
    margin-left: 10px;
}

.strategic-goals-btn {
    color: #FFF;
    background-color: #3bb881;
    font-size: 18px;
    width: 38px;
    height: 38px;
}

.strategic-goals-btn-rev {
    color: #3bb881;
    background-color: #FFF;
    border: 1.5px solid #3bb881;
}

.strategic-goals-btn-rev2 {
    color: var(--pillar2-color) !important;
    background-color: #FFF;
    border: var(--pillar2-color) !important;
}

.strategic-goals-btn-rev3 {
    color: var(--pillar3-color) !important;
    background-color: #FFF;
    border: var(--pillar3-color) !important;
}

.strategic-goals-btn-rev4 {
    color: var(--pillar4-color) !important;
    background-color: #FFF;
    border: var(--pillar4-color) !important;
}


.impact-indicators-btn {
    width: 38px;
    height: 38px;
    border-radius: 5px;
    color: #3bb881;
    background-color: #e8efec;
}

.impact-indicators-btn-rev {
    color: #3bb881;
    background-color: #FFF;
    width: 38px;
    height: 38px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 3px 0px 0px rgba(28, 55, 128, 0.15);
    -moz-box-shadow: inset 0px 3px 0px 0px rgba(28, 55, 128, 0.15);
    box-shadow: inset 0px 3px 0px 0px rgba(28, 55, 128, 0.15);

}

.pillar-1-cards {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
}

.pillar-1-cards {
    overflow-x: auto;
    overflow-y: hidden;
    /*  white-space: nowrap; */

}

.pillar-1-cards::-webkit-scrollbar {
    width: 8px;
    height: 4px;
    /*    top: 100px;*/
    display: none;
}

.openBtn {
    cursor: pointer;
}

.openBtn-result {
    cursor: pointer;
}

.pillar-1-cards::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.0);
    border-radius: 10px;
}

.pillar-1-cards::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #b6bfd5;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.0);
}



.scrolling-wrapper-flexbox {
    width: 300px;
    max-height: 700px;
    margin: 0;

    overflow-y: auto;
    overflow-x: hidden;
    transform: rotate(-90deg) translateY(-80px);
    transform-origin: right top;
}

.scrolling-wrapper-flexbox > card {
    display: block;
    padding: 5px;
    /*  background:#D2d2d2;*/
    transform: rotate(90deg);
    transform-origin: right top;
}

.pillar-card-1 {
    width: 310px;
    height: 223px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    cursor: pointer;
}

.pillar-card-1:hover .pillar-card-1-top h5 {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #9eabd3;
}

.pillar-card-1:hover .card-bottom-right span:after {
    display: inline-block;
}

.pillar-card-1:hover .card-bottom-right span {
    color: #1c3780;
}


.pillar-card-2 {
    width: 280px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #e7eef2;
    margin-left: 15px;
    border-radius: 10px;
    flex-wrap: nowrap;
    padding: 22px;
}

.pillar-card-2:hover {
    background-color: #FFF;
    -webkit-box-shadow: 2px 2px 1px 0px rgba(28, 55, 128, 0.15);
    box-shadow: 2px 2px 1px 0px rgba(28, 55, 128, 0.15);
}

.pillar-card-1-top {
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.pillar-card-2-top {
    width: 310px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.pillar-card-1-top h5 {
    font-size: 22px;
    margin-top: 10px;
}

.pillar-card-2-top h5 {
    width: 250px;
    font-size: 18px;
}

.card-bottom-right {
    display: flex;
    justify-content: flex-start;
}

.card-2-bottom-right {
    /*
    display: flex;
    justify-content: flex-end;
*/
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-content: flex-end;
    flex-wrap: wrap;
    align-items: flex-end;
}

.card-bottom-right span {
    text-decoration: none;
    color: #9eabd3;
    font-size: 16px;
}

.card-2-bottom-right a {
    text-decoration: none;
    color: #9eabd3;
    font-size: 16px;
}

.card-2-bottom-right span {
    text-decoration: none;
    color: #3bb881;
    font-size: 18px;
    font-weight: 700;
    text-align: right;
}


.one-item-card {
    font-size: 22px !important;
    text-align: right;
}

.card-bottom-right span:after {
    -webkit-mask: url(assets/arrow-01.svg) no-repeat 50% 50%;
    mask: url(assets/arrow-01.svg) no-repeat 50% 50%;
    background: #9eabd3;
    content: "";
    display: inline-block;
    height: 10px;
    position: relative;
    width: 25px;
    transform: rotate(90deg);
    display: none;
}

.card-btn {
    font-size: 12px;
    font-variant-numeric: lining-nums;
    font-family: "Syne";
    width: auto;
    width: max-content;
    /*  height:36px;*/
    color: #fff;
    /*  border-color:rgba(27, 55, 128, 1);*/
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    /*  text-shadow: 1px 0px 0px #2f6627;*/
    background-color: #3bb881;
    text-decoration: none;
    font-weight: 700;
    padding: 5px 10px;
}

.card-btn:before {
    -webkit-mask: url(assets/arrow-01.svg) no-repeat 10% 50%;
    mask: url(assets/arrow-01.svg) no-repeat 10% 50%;
    background: #FFF;
    content: "";
    display: inline-block;
    height: 10px;
    position: relative;
    width: 15px;
}

.modal-content,
.modal-dialog {
    border: none;
}

.modal {
    --bs-modal-width: 380px !important;
}

.modal-body {
    background-color: #e9ecf0;
    border-radius: 6px;
    padding: 0;
    /*    max-width: 450px;*/
    -webkit-box-shadow: 2px 2px 1px 0px rgba(28, 55, 128, 0.25);
    box-shadow: 2px 2px 1px 0px rgba(28, 55, 128, 0.25);
}

.modal-body-outcome {
    background-color: #fafbfc;
}

.indicator-box {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    padding: 30px 35px 0px 35px;
    /*    background-color: #e9ecf0;*/
}

.indicator-box-top {
    display: flex;
    flex-direction: column;
}

.indicator-box-top h3 {
    color: #1c3780;
    font-size: 30px;
    line-height: 100%;
}

.indicator-box-top p {
    color: #1c3780;
    font-size: 16px;
}

.tregusi-ndikimit {
    color: #3bb881 !important;
    font-size: 14px !important;
    margin-bottom: 3px;
}

.progress-bar {
    background-color: #3bb881;
    color: #FFF;
}

.progress {
    height: 2rem;
    --bs-progress-bg: #FFF;
    border-radius: 0;
    padding: 0;
}

.text-soruce-p {
    text-decoration: none;
    color: var(--main-text-color-opacity);
    font-size: 12px;
    margin-bottom: 3px;
}

/*
.indicator-box-bottom{
    display: flex;
}
*/

.indicator-box-bottom-2-href {
    display: show;
}


.indicator-box-bottom-2-href-none {
    display: none;
}

.indicator-box-bottom-2-href:hover .indicator-box-bottom-2 svg {
    opacity: 1;
}

.indicator-box-bottom-2-href:hover .indicator-box-bottom-2 {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%);
}

.indicator-box-bottom {
    display: flex;
    flex-direction: column;
}

.indicator-box-bottom-2 {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    /*    cursor: pointer;*/
    /*
    margin-bottom: 10px;
    margin-right: 10px;
*/
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    cursor: pointer;
}

.indicator-box-bottom-2 svg {
    width: 15px;
    opacity: .5;
}

.modal-backdrop {
    background-color: #1c3780;
    opacity: 0.5;
}


.more-box-o {
    display: none;
    /*     display: flex;*/

}

.more-box-e-show {
    display: flex;
    flex-direction: column;

}

.more-box-outside {
    display: flex;
    flex-direction: column;
    padding: 30px 35px 0px 35px;
}

.more-box-outside2 {
    display: flex;
    flex-direction: column;
}

.more-box {
    border-top: 1px solid #9eabd3;
    margin-top: 15px;
}

.more-box p {
    padding-top: 3px;
    text-decoration: none;
    /*    color: #9eabd3;*/
    color: var(--main-text-color-opacity);
    font-size: 12px;
    margin-bottom: 3px;
}

.more-box h3 {
    color: #1c3780;
    font-size: 16px;
    line-height: 100%;
}

.show-more-box-bottom-2 {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    cursor: pointer;
    /*
    margin-bottom: 10px;
    margin-right: 10px;
*/
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.show-more-box-bottom-2 svg {
    width: 15px;
    opacity: .5;
    transform: rotate(180deg);
}

.show-more-box-bottom-2-href:hover .show-more-box-bottom-2 svg {
    opacity: 1;
}

.show-more-box-bottom-2-href:hover .show-more-box-bottom-2 {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%);
}

.treguesit-rezultatit {
    display: flex;
    flex-direction: column;
}

.treguesit-rezultatit-inside {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #9eabd3;
    margin-top: 15px;
    padding-bottom: 15px;
    padding-top: 5px;
}

.treguesit-rezultatit-inside:hover .treguesit-rezultatit-inside-bottom {
    text-decoration: underline;
}

.treguesit-rezultatit-inside-top p {
    text-decoration: none;
    color: #3bb881;
    font-size: 14px;
    margin-bottom: 3px;
}

.treguesit-rezultatit-inside-top a {
    text-decoration: none;
    color: #1c3780;
    font-size: 14px;
    margin-bottom: 3px;
    margin-left: 10px;
    background-color: #e4e8ef;
    padding: 7px;
    border-radius: 12px;
}

.treguesit-rezultatit-inside-top-popup p {
    text-decoration: none;
    color: #3bb881;
    font-size: 14px;
    margin-bottom: 3px;
}

.treguesit-rezultatit-inside-top-popup a {
    text-decoration: none;
    color: #1c3780;
    font-size: 14px;
    margin-bottom: 3px;
    padding: 7px;
    border-radius: 12px;
    border: 1px solid #1c378040;
}

.treguesit-rezultatit-inside-bottom p {
    text-decoration: none;
    color: #1c3780;
    font-size: 16px;
    margin-bottom: 3px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-decoration-color: #9eabd3;
}

.treguesit-rezultatit-inside-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.treguesit-rezultatit-inside-top-popup {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
}

.treguesit-rezultatit-inside-top-popup a span {
    font-weight: 700;
    color: #1c3780;
}


.treguesit-rezultatit-inside-bottom {
    display: flex;
    padding-top: 8px;
}

.treguesit-rezultatit-inside-top a span {
    font-weight: 700;
    color: #1c3780;
}

.indicators-result-show {
    display: flex;
    flex-direction: column;
}

.indicators-result {
    display: none;
}


.btn-accordion {
    text-decoration: none;
    font-size: 16px;
    text-align: left;
    color: #1c3780;
}

.btn-accordion:before {
    -webkit-mask: url(assets/arrow-01.svg) no-repeat 50% 50%;
    mask: url(assets/arrow-01.svg) no-repeat 56% 39%;
    background: var(--main-text-color-opacity);
    content: "";
    display: inline-block;
    height: 7px;
    position: relative;
    width: 10px;
    margin-left: -13px;
}

.accordion-card {
    border: none !important;
    background-color: #e9ecf0;
    margin: 15px;
    -webkit-box-shadow: 1px 1px 1px 0px rgb(28 55 128 / 25%);
    box-shadow: 1px 1px 1px 0px rgb(28 55 128 / 25%);
}


.card-header {
    background-color: transparent !important;
    border-bottom: 0px !important;
    color: var(--main-color);
}

.card-header:hover {
    background-color: #FFF !important;
    -webkit-box-shadow: 1px 1px 1px 0px rgb(28 55 128 / 25%);
    box-shadow: 1px 1px 1px 0px rgb(28 55 128 / 25%);
}

.card-header:focus {
    background-color: #FFF !important;
    -webkit-box-shadow: 1px 1px 1px 0px rgb(28 55 128 / 25%);
    box-shadow: 1px 1px 1px 0px rgb(28 55 128 / 25%);
}

.card-body {
    padding: 5px 30px !important;
    /*    background-color:  var(--bs-card-cap-bg);*/
}

.card-body-p {
    padding-top: 3px;
    text-decoration: none;
    color: var(--main-color);
    font-size: 14px;
    margin-bottom: 3px;
}

#accordion {
    margin-top: 12px;
}

#menu-center ul {
    margin: 0 0 0 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    padding: 0;
}

#menu-center {
    margin: 0 auto;
}

#menu-center li:before {
    display: none;
}

#menu-center ul li a {
    /*		padding: 32px 40px;*/
}

#menu-center ul li {
    list-style: none;
    margin: 0 0 0 -4px;
    display: inline;
    padding: 5px;
    text-align: left !important;

}


.top-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    /*  background-color: #00BAF0;*/
    background: transparent;
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #FFF;
    height: 65px;
    padding: 1em;
}

.menu {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu > li {
    margin: 0 1rem;
    overflow: hidden;
    justify-content: flex-start;
}

.menu > li > a {
    text-decoration: none !important;
    color: #354e8e;
    padding-left: 11px;
}

.menu-button-container {
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#menu-toggle {
    display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
    display: block;
    background-color: #1c3780;
    position: absolute;
    height: 4px;
    width: 30px;
    /*  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);*/
    border-radius: 2px;
}

.menu-button::before {
    content: '';
    margin-top: -8px;
}

.menu-button::after {
    content: '';
    margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
    margin-top: 0px;
    transform: rotate(-402deg);
}


.menu-button-container {
    display: flex;
}

.menu {
    position: absolute;
    top: 0;
    margin-top: 90px;
    margin-top: 63px;
    margin-left: 138px;

    /*    left: 0;*/
    flex-direction: column;
    width: 200px;
    justify-content: center;
    align-items: center;
}

#menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    /*    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);*/
}

#menu-toggle:checked ~ .menu li {
    /*    border: 1px solid #333;*/
    height: 2.5em;
    padding: 0.5em;
    /*    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);*/
}

.menu > li {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: #354e8e;
    background-color: #e9ecf0;
}

.menu > li:not(:last-child) {
   border-bottom: 1px solid #c3cbdc;
}

.dashboard-left-side-text{
    margin-top: 15px;
    padding: 20px;
}

.dashboard-left-side-text > p{
    text-decoration: none !important;
    color: #4169e1;
    font-size: 14px;
    line-height: 14px;
}
 