*{
    font-family: 'Montserrat';
    /* font-size: 22px; */
    border-radius: 0;
}
body{
    background:#e1e1e1;
    margin:0;
    padding:0;
}
.container{
     max-width:1140px; 
    background: #fff;
}

.pt-3{
    padding-top:30px;
}

.pt-6{
    margin-top:80px;
}

.pb-3{
    padding-bottom:30px;
}
.level1 tfoot th{
    background-color: #0d6efd;
    color: aliceblue;
    font-size: 12px;
    padding:15px;
}
.level1 tbody tr:nth-child(even) {
        background-color: #e1e1e1;
    }
.level1 tbody tr:nth-child(odd) {
    background-color: #f1f1f1;
}

.level1 td{
    padding:15px;
    font-size: 14px;
}

.level1 th{
    padding:15px;
    font-size: 14px;
}

.page-header{
    text-align: left;
    width:70%;
    font-weight: 900;
    color:#0d6efd;
    font-size: 20px;
}
    
h2{
    font-size: 22px;
}
h4{
    font-size: 14px;
    padding: 0;
    margin: 0;
    margin-top: 50px;

}

.level3 tfoot th{
    background-color: #0d6efd;
    color: aliceblue;
    font-size: 12px;
    padding:15px;
}
.level3 tbody tr:nth-child(even) {
        background-color: #e1e1e1;
    }
.level3 tbody tr:nth-child(odd) {
    background-color: #f1f1f1;
}

.level3 tfoot tr{
    background-color: #0d6efd;
    color: aliceblue;
    font-size: 12px;
    padding:15px;
}

.level3 td{
    padding:15px;
    font-size: 14px;
}

.level3 th{
    padding:15px;
    font-size: 14px;
}

form{
    width:100%;
   
  font-size: 12px;
}
.form-control{
    font-size:14px;
    font-weight: normal!important;
}

.form-control:focus{
    font-size: 14px;
    font-weight: normal!important;
}
.divgap{
    width:100%;
    height:100%;
    padding:15px;
    background-color: #fff;
}

.formHolder {
    width: auto;
    background: rgba(255, 255, 255, 1);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    padding: 30px;
    /* box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2); */
  }
  
  .formHolder h3 {
    margin: 0 0 14px 0;
    font-size: 19px;
    font-weight: 600;
  }
  
  .signUp {
    display: none;
  }
  
  .login .loginButton {
    margin-right: 5px;
    font-size: 12px;
  }
  
  .signup .loginButton {
    margin-left: 5px;
  }

.no-margin{
    margin-top:0;
}

.level3 td {
    vertical-align: top;
    overflow-wrap: break-word!important;
}

a{
    text-decoration: none;
}

.button{
    background: #0d6efd;
    color: #fff;
    padding:10px;
    font-size: 12px;
    margin-top:30px;
}

.button-white{
    background: #fff;
    color: #0d6efd;
    padding:10px;
    font-size: 12px;
    margin-top:30px;
}
.btn-samll{
    font-size: 12px!important;
    border-radius: 0;
    margin-top:30px;
    margin-bottom:30px;
}
hr{
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}

.d-flex{
    justify-content: space-between;
}


.articledflex{
    display:flex !important;
}

.footerdflex{
    display:flex !important;
    margin:0 auto !important;
    height: fit-content;
}

.footerdflex2{
    display:flex !important;
    margin:0 auto !important;
}

.footerlogo{
    margin:25px;
    align-items: center;
    vertical-align: middle;
}

.footerlogo img{
    padding:5%;
}

.footerlogo2{
    margin:45px;
    vertical-align: middle;
}

.flfirst{
    width:60%;
    display: flex;
}
.flsecond{
    width:25%;
}

.left{
    float:left;
}

.right{
    float:right;
}

.footerlogo2 img{
    height:80px;
    width: auto;
}

.eutext{
    color:white;
    font-size:9px; 
    font-weight:300;
    margin-top:10px;
    overflow: hidden;
    opacity: 0;
}

footer{
    background: rgb(33,37,41);
    position: relative;
}

.footer {
    padding: 24px 15px 14px 15px;
    transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    font-size: calc(0.875rem - 0.05rem);
    font-family: "Rubik", sans-serif;
    font-weight: 400; 
    margin:0;
    display:flex;
}

#accordionResources .accordion-button {
    padding: 20px 10px!important;
}

#accordionResourceHeading{
    padding:20px 10px;
}

.accordion-button, .accordion-button:focus{
    outline:none;
    border: none;
    box-shadow: none;
}

/* nav{
    position: sticky !important;
    width: 100%;
    height:80px;
    top:0;
    left:0;
    z-index: 999;
    background-color:rgb(33,37,41);
    color:#fff;
}

.navbar-brand{
    color:#fff;
    font-weight:900;
    font-size:0.8rem;
    padding-left:30px;
}

.navbar-brand:hover{
    color:#fff;
    font-weight:900;
    font-size:0.8rem;
    padding-left:30px;
}

nav-item active{
    color:#e1e1e1;
    font-size:0.7rem;
}

.nav-link{
    color:#fff;
    font-size:0.7rem;
}

.nav-link:hover{
    color:#e1e1e1;
    font-size:0.7rem;
}

.loginpage{
    min-height: calc(100vh - 80px);
} */

textarea{
    font-size:12px;
}
.loginpage{
    min-height: calc(100vh - 80px);
}
nav{

    position: inherit;

    background-color: black;

    color:white!important;

    font-size: 0.8rem;

    z-index: 999999;
    padding:0!important;
    top:0px;

    left:0;

    width: 100%;

    height: 80px;

    transform: translateY(0);

}



.list-group-item{

    color:white;

    border-radius: 0!important;

}

td{
    overflow-wrap: anywhere;
}

.list-group-item:hover{

    background-color: #0000ff;

    color:#FFF;

}



.list-group-item:hover a{

    color:#FFF;

}



.list-group-item a{

    text-decoration: none;

    color: white;

}



.list-group-item a:hover{

    text-decoration: none;

    color: #FFF;

}



.list-group li{

    list-style: none;

}



.list-group-nav{

    display: grid;

    grid-template-columns: repeat(5, 1fr);

    float:left;

}



.shading1{

    background: #0dcaf0;
    background: linear-gradient(to left, #0dcaf0 50%, white 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    margin-top:5px;
    transition:all 0.2s ease;

}

.shading2 {

    background-color: #2DE376;
    background: linear-gradient(to left, #2DE376 50%, white 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    margin-top:5px;
    transition:all 0.2s ease;
}

.shading3 {

    background-color: #2BD940;
    background: linear-gradient(to left, #2BD940 50%, white 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    margin-top:5px;
    transition:all 0.2s ease;

}

.shading4 {

    background-color: #A6DB3A;
    background: linear-gradient(to left, #A6DB3A 50%, white 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    margin-top:5px;
    transition:all 0.2s ease;

}

.shading5 {

    background-color: #36D9A5;
    background: linear-gradient(to left, #36D9A5 50%, white 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    margin-top:5px;
    transition:all 0.2s ease;

}

.shading6 {

    background-color: #A2DBAF;
    background: linear-gradient(to left, #A2DBAF 50%, white 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    margin-top:5px;
    transition:all 0.2s ease;

}

.shading7 {

    background-color: #71E6A5;
    background: linear-gradient(to left, #71E6A5 50%, white 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    margin-top:5px;
    transition:all 0.2s ease;

}

.shading8 {

    background-color: #84DB04;
    background: linear-gradient(to left, #84DB04 50%, white 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    margin-top:5px;
    transition:all 0.2s ease;

}

.shading9 {

    background-color: #238C6B;
    background: linear-gradient(to left, #238C6B 50%, white 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    margin-top:5px;
    transition:all 0.2s ease;

}

.shading10 {

    background-color: #7BE6B4;
    background: linear-gradient(to left, #7BE6B4 50%, white 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    margin-top:5px;
    transition:all 0.2s ease;

}

.fmiconb{
    display: flex;
    align-items: flex-end;
}

.area1{

    display: grid;

    grid-template-columns: repeat(10, 1fr);

    float:left;

}



.area2{

    display: grid;

    grid-template-columns: repeat(6, 1fr);

    float:left;

}



.list-group-nav li{

    padding-right: 2em;

    line-height: 1.5em;

    font-size:12px;

    color: whitesmoke;

    background:none;

    border: none;

}



/* .list-group-nav-t li{

    padding-right: 2em;

    line-height: 1.5em;

    font-size:12px;

    color: whitesmoke;

    background:none;

    border: none;

} */



.list-group{

    float:left;

}



.list-group ul{

    padding-left:0;

}



/* .list-group-grid{

    display: grid;

    grid-template-columns: .4fr .8fr 1fr .7fr;

} */



.megamenu{ padding: 1rem; background:rgb(33,37,41); color:whitesmoke; }

.nav-link {

    display: block;

    padding: 0.5rem 0.5rem;

    color: #fff;

    font-size: 0.7rem;

    text-decoration: none;

    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;

}
.link{
    border-radius: 0;
    font-size:14px;
}
.btn-primary{
    font-size:12px!important;
    border-radius: 0;
}

span{
    font-size:14px;
}
p{
    font-size:14px;
}
h6{
    font-size:14px;
}
.nav-brand{
    font-size:0.7rem;
}

h2.text-primary{
    font-size:0.8rem!important;
    font-weight: 300!important;

}

a.nav-link{

    font-weight: 900;

}



li.nav-item{

    font-weight: 900;

}

.navbar{

    padding-top:0.1rem;

    padding-bottom:0.1rem;

    position:sticky;

    top:0;

}



.navbar-brand{

    font-size: .8rem!important;

}



.navbar-dark .navbar-toggler {

    border:0;

}



.navbar-toggler:focus {

    text-decoration: none;

    outline: 0;

    box-shadow: none!important;

}



@media all and (min-width: 769px) {

    .navbar .has-megamenu{position:static!important;}

    .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }

}	



.dropdown-menu[data-bs-popper] {

    margin-top:0px;

    border-radius: 0;

    border:none;

}

.nav-item{
    line-height: 60px;
}

.nav-item p{
    line-height:1rem;
}



.dropdown-menu{

    font-size:.8rem;
    border-radius: 0;
}







.logoarea{

    position:fixed;

    z-index: 999;

    min-height:400px;

}



.logo{

    position: relative;

    display: flex;

    top:15px;

    left:15px;

    z-index: 5;

    width: 170px;

    height: 170px;

    background-color: #32cc9a;

    transform: rotate(-1deg);

    cursor: pointer;

    overflow: hidden;

}

main {
    /* width: 100%; */
    margin: 0;
    padding: 0;
    background:#fff;
    /* min-height: 65vh; */
}

.mainlogo{

    width:100%;

    height:100%;

    background-image: url('../images/logo3.jpg');

    background-color: #32cc9a;

    background-size: contain;

    background-position: center;

    background-repeat: no-repeat;

    transform: rotate(-1deg);

    cursor: pointer;

}



.logoset{

    display: block;

    position: relative;

    top:15px;

    left:30px;

    width: auto;

    height:auto;

    z-index: 2;

    transform: rotate(1deg);

}



.logo2{

    position: relative;

    top:0px;

    left:-185px;

    z-index: 0;

    width: 82px;

    height: 82px;

    background-image: url('../images/CrUninte-500.png');

    background-color: #0055ff;

    background-size: contain;

    background-position: center;

    margin:0 0 3px 6px;

    display: none;

    opacity:0;

    cursor: pointer;

}

.logo3{

    position: relative;

    top:3px;

    left:-185px;

    z-index: 0;

    width: 82px;

    height: 82px;

    background-image: url('../images/logo2.jpg');

    background-size: contain;

    background-position: center;

    margin:3px 0 0 6px;

    display: none;

    opacity:0;

    cursor: pointer;

}



.custyle{

    font-size:1rem;

    font-weight:900;

}



.dropdown-menu[data-bs-popper] {

    margin-top:0;

    border-radius: 0;

    border:none;

}

.dropdown-menu{

    font-size:.8rem;

}



img{

    width: 100%;

    height:auto;

    object-fit: contain;

    object-position: center;

}


h2{
    font-size: 2rem;
    margin-bottom: 30px;
}

h3{

    font-size: 1.8rem;

    line-height: 1.8rem;

    margin-bottom: 10px;
    margin-top:30px!important;

}

.activem{
    background: green!important;
    color:#fff !important;
    text-align: center;
    font-weight:900;
    padding:15px;
}

.profile {
    display: inline-block;
    border: none;
    cursor: pointer;
    background-image: url(../images/logos/profile.svg);
    background-repeat: no-repeat;
    min-height: 20px;
    min-width: 20px;
    margin-right: 8px;
    margin-bottom: -4px;
    margin-top:20px;
}

.dropdown-menu ul li{
    list-style: none!important;
}

.dropdown-item{
    color:#fff;
    list-style: none;
}

.bg-halfimage{
    height:0;
    width:100%;
    padding-bottom:80%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width:320px) and (max-width:961px){
    #can2{
        position:relative!important;
    }
    .footer, .footer1, .footer2{

        display: block;

    }

    .footer3 img{
        width:100%;
    }

    .footerdflex{
        display:grid !important; grid-template-columns:repeat(2, 1fr) !important;     
    }

    .footerdflex2{
        display:grid !important; grid-template-columns:repeat(1, 1fr) !important;     
    }
    
    .footerlogo{
        width: auto;
        margin:20%; 
    }
    
    .footerlogo img{
        padding:0;
    }

    .eutext{
        color:white;
        font-size:14px; 
        font-weight:300;
        margin-top:10px;
        opacity: 1!important;
        white-space: pre-line;
        float:left;
    }

    .footerlogo2{
        width: 100%;
        margin:20%; 
    }
    
    .footerlogo2 img{
        padding:0;
        height:fit-content;
    }

    .flfirst{
        width:70%;
    }

    .flsecond{
        width:70%;
    }

    

}

html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.bootstrap-select .dropdown-menu li a {
    color: #000;
}

#countryDivBck {
    padding: 0 !important;
    background: transparent;
}

#divContainer div {
    background-color: #fff;
    padding:0px 10px;
    margin-bottom: 0px;
}

body {
    background-color: #e5ecea !important;
}

#addDivsBtn {
    background-color: #32cc9a !important;
    color: #ffffff;
    border: none;
}

#addDivsBtn:hover {
    background-color: #ffffff !important;
    color: #32cc9a;
    border: none;
    transition: all 0.5s;
}

#div1,
#div2,
#div3,
#div4 {
    margin: 0;
    padding: 5px !important;
    overflow-wrap: break-word;
}

.accordion-item,
.accordion-collapse {
    padding: 0px !important;
}

.accordion-collapse {
    min-height: fit-content;
}

/* .my-div, .my-div1, .my-div2, .my-div3 {
min-height:fit-content!important; 
 position:relative;

} */


div[class^="my-div"] {
    padding-left: 0px !important;
    padding-right: 0px !important;
    overflow-y: scroll;
    min-height: 50px;
    font-size:14px;
}



/* width */
div[class^="my-div"]::-webkit-scrollbar {
    width: 10px;
    
  }
  
  /* Track */
  div[class^="my-div"]::-webkit-scrollbar-track {
    background: #fff;
    padding-top:15px!important;
    padding-bottom:15px!important;
  }
  
  /* Handle */
  div[class^="my-div"]::-webkit-scrollbar-thumb {
    background: #888;
    padding-top:15px;
    padding-bottom:15px;
  }
  
  /* Handle on hover */
  div[class^="my-div"]::-webkit-scrollbar-thumb:hover {
    background: #555;
    padding-top:15px;
    padding-bottom:15px;
  }


div[class^="my-div"].no-bar::-webkit-scrollbar{
    display: none;
}

/* .flags{
display:flex;column-gap: 0px;
} */
.parent {
    position: relative;
}

.sticky-div {
    position: sticky;
    top: 80px;
    z-index: 1;
}

@media (min-width:320px) and (max-width:961px) {

    html,
    body {
        width: 100vw;
        padding: 0;
        margin: 0;
        overflow-x: hidden;

    }

    .flags {
        display: grid !important;
        grid-template-columns: repeat(10, 1fr);
        float: left;
        margin-bottom: 35px !important;
        height: auto;
        padding: 0;
    }

    .flag:hover {
        flex-grow: 0;
        height: 36px !important;
        width: 36px !important;

    }

    .flag:active {
        flex-grow: 0;
        height: 36px !important;
        width: 36px !important;

    }

    .flag-title {
        position: absolute;
        bottom: -36px !important;
        left: 50%;
        transform: translateX(-50%);
        display: none;
        color: #000;
        background: #e5ecea;
        padding: 10px;
        white-space: nowrap;
        z-index: 999;
        transition: opacity 0.3s;
    }

    .flag:active .flag-title {
        display: block;
    }

    .tableomc {
        overflow-x: scroll;
        padding-bottom: 15px;
    }

    .tableomc::-webkit-scrollbar {
        height: 4px;
        width: 4px;
        background: gray;
    }

    /* Track */
    .tableomc::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .tableomc::-webkit-scrollbar-thumb {
        background: #888;
    }

    /* Handle on hover */
    .tableomc::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    .tableomc::-webkit-scrollbar-thumb:horizontal {
        background: #000;
        border-radius: 10px;
    }

    .hww {
        width: 90% !important;
    }

    #divContainer {
        display: block !important;
    }

    #div1,
    #div2,
    #div3,
    #div4 {
        width: 100% !important;
    }


    .footer,
    .footer1,
    .footer2 {

        display: block;

    }

    .footer3 img {
        width: 100%;
    }

    .footerdflex {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .footerdflex2 {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .footerlogo {
        width: auto;
        margin: 20%;
    }

    .footerlogo img {
        padding: 0;
    }

    .eutext {
        color: white;
        font-size: 14px;
        font-weight: 300;
        margin-top: 10px;
        opacity: 1 !important;
        white-space: pre-line;
        float: left;
    }

    .footerlogo2 {
        width: 100%;
        margin: 20%;
    }

    .footerlogo2 img {
        padding: 0;
        height: fit-content;
    }

    .flfirst {
        width: 70%;
    }

    .flsecond {
        width: 70%;
    }

    .eulogodiv {
        display: grid !important;
    }

    .eulogo {
        /* background:#fff;float:left!important;position:relative!important; left:15px; */
        background: transparent;
        position: relative !important;
        left: 5px;
        order: 1 !important;
        margin-bottom: 15px;
        width: 70%;
    }

    .titletext {
        order: 2;
    }

    .dflex {
        display: block !important;
    }

    .col-4,
    .col-8 {
        width: 100%;
    }

    ul {
        padding-left: 0px;
        padding-top: 15px;
    }

}

/* chart pie */
.dflex {
    width: 100%;
    display: block;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-around;
    flex-wrap: nowrap;
    margin: 20px auto;
}

/* #can{
    float:right;
} */

ul.circles {
    list-style: none;
}

ul.circles li {
    display: flex;
    color: #000;
    align-content: center;
    align-items: center;
}


ul.circles li:nth-child(1)::before {
    content: "\2022";
    color: #3ad49e;
    font-size: 90px;
    font-weight: bold;
    display: inline-block;
    width: 46px;
    margin-left: 10px;
    margin-top: -12px;
    line-height: 50px;
}

ul.circles li:nth-child(2)::before {
    content: "\2022";
    color: #49c3fb;
    font-size: 90px;
    font-weight: bold;
    display: inline-block;
    width: 46px;
    margin-left: 10px;
    margin-top: -12px;
    line-height: 50px;
}

ul.circles li:nth-child(3)::before {
    content: "\2022";
    color: #4885e6;
    font-size: 90px;
    font-weight: bold;
    display: inline-block;
    width: 46px;
    margin-left: 10px;
    margin-top: -12px;
    line-height: 50px;
}

ul.circles li:nth-child(4)::before {
    content: "\2022";
    color: #7e80e7;
    font-size: 90px;
    font-weight: bold;
    display: inline-block;
    width: 46px;
    margin-left: 10px;
    margin-top: -12px;
    line-height: 50px;
}

ul.circles li:nth-child(5)::before {
    content: "\2022";
    color: #9b57cc;
    font-size: 90px;
    font-weight: bold;
    display: inline-block;
    width: 46px;
    margin-left: 10px;
    margin-top: -12px;
    line-height: 50px;
}

ul.circles li:nth-child(6)::before {
    content: "\2022";
    color: #bb109d;
    font-size: 90px;
    font-weight: bold;
    display: inline-block;
    width: 46px;
    margin-left: 10px;
    margin-top: -12px;
    line-height: 50px;
}

ul.pie {
    list-style: none;
}

ul.pie li {
    display: flex;
    color: #000;
    align-content: center;
    align-items: center;
}


ul.pie li:nth-child(1)::before {
    content: "\2022";
    color: #4885e6;
    font-size: 90px;
    font-weight: bold;
    display: inline-block;
    width: 46px;
    margin-left: 10px;
    margin-top: -12px;
    line-height: 50px;
}

ul.pie li:nth-child(2)::before {
    content: "\2022";
    color: #16448c;
    font-size: 90px;
    font-weight: bold;
    display: inline-block;
    width: 46px;
    margin-left: 10px;
    margin-top: -12px;
    line-height: 50px;
}

ul.pie li:nth-child(3)::before {
    content: "\2022";
    color: #78e8c1;
    font-size: 90px;
    font-weight: bold;
    display: inline-block;
    width: 46px;
    margin-left: 10px;
    margin-top: -12px;
    line-height: 50px;
}

ul.pie li:nth-child(4)::before {
    content: "\2022";
    color: #3ad49e;
    font-size: 90px;
    font-weight: bold;
    display: inline-block;
    width: 46px;
    margin-left: 10px;
    margin-top: -12px;
    line-height: 50px;
}

ul.pie li:nth-child(5)::before {
    content: "\2022";
    color: #d6d6d6;
    font-size: 90px;
    font-weight: bold;
    display: inline-block;
    width: 46px;
    margin-left: 10px;
    margin-top: -12px;
    line-height: 50px;
}

ul.pie li:nth-child(6)::before {
    content: "\2022";
    color: #ababab;
    font-size: 90px;
    font-weight: bold;
    display: inline-block;
    width: 46px;
    margin-left: 10px;
    margin-top: -12px;
    line-height: 50px;
}


ul.donut-ul {
    list-style: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

ul.donut-ul li {
    display: flex;
    color: #000;
    align-content: center;
    align-items: center;
}


ul.donut-ul li:nth-child(2)::before {
    content: "\2022";
    color: #66ccff;
    font-size: 90px;
    font-weight: bold;
    display: inline-block;
    width: 46px;
    margin-left: 10px;
    margin-top: -12px;
    line-height: 50px;
}

ul.donut-ul li:nth-child(3)::before {
    content: "\2022";
    color: #7fbbe9;
    font-size: 90px;
    font-weight: bold;
    display: inline-block;
    width: 46px;
    margin-left: 10px;
    margin-top: -12px;
    line-height: 50px;
}

ul.donut-ul li:nth-child(4)::before {
    content: "\2022";
    color: #7a91c1;
    font-size: 90px;
    font-weight: bold;
    display: inline-block;
    width: 46px;
    margin-left: 10px;
    margin-top: -12px;
    line-height: 50px;
}

ul.donut-ul li:nth-child(5)::before {
    content: "\2022";
    color: #7a70ae;
    font-size: 90px;
    font-weight: bold;
    display: inline-block;
    width: 46px;
    margin-left: 10px;
    margin-top: -12px;
    line-height: 50px;
}

ul.donut-ul li:nth-child(6)::before {
    content: "\2022";
    color: #8c55a1;
    font-size: 90px;
    font-weight: bold;
    display: inline-block;
    width: 46px;
    margin-left: 10px;
    margin-top: -12px;
    line-height: 50px;
}

ul.donut-ul li:nth-child(7)::before {
    content: "\2022";
    color: #a43288;
    font-size: 90px;
    font-weight: bold;
    display: inline-block;
    width: 46px;
    margin-left: 10px;
    margin-top: -12px;
    line-height: 50px;
}

ul.donut-ul li:nth-child(8)::before {
    content: "\2022";
    color: #bb0060;
    font-size: 90px;
    font-weight: bold;
    display: inline-block;
    width: 46px;
    margin-left: 10px;
    margin-top: -12px;
    line-height: 50px;
}

ul.donut-ul li:nth-child(9)::before {
    content: "\2022";
    color: #b3002a;
    font-size: 90px;
    font-weight: bold;
    display: inline-block;
    width: 46px;
    margin-left: 10px;
    margin-top: -12px;
    line-height: 50px;
}

ul.donut-ul li:nth-child(10)::before {
    content: "\2022";
    color: #ed955f;
    font-size: 90px;
    font-weight: bold;
    display: inline-block;
    width: 46px;
    margin-left: 10px;
    margin-top: -12px;
    line-height: 50px;
}

ul.donut-ul li:nth-child(1)::before {
    content: "\2022";
    color: #6ce5e8;
    font-size: 90px;
    font-weight: bold;
    display: inline-block;
    width: 46px;
    margin-left: 10px;
    margin-top: -12px;
    line-height: 50px;
}

.donut {

    width: 300px;
    height: 300px;
    border-radius: 50%;


    background: conic-gradient(#7a96f0 0deg 10deg,
            #7a96f0 10deg 20deg,
            #7a96f0 20deg 30deg,
            #7a96f0 30deg 40deg,
            #7a96f0 40deg 49deg,
            #334a95 49deg 51deg,
            #334a95 51deg 55deg,
            #334a95 55deg 60deg,
            #334a95 60deg 65deg,
            #334a95 65deg 70deg,
            #334a95 70deg 75deg,
            #334a95 75deg 80deg,
            #334a95 80deg 85deg,
            #334a95 85deg 90deg,
            #334a95 90deg 93deg,
            #b1edd8 93deg 137deg,
            #55a68a 137deg 176deg,
            #b8b8ba 176deg 210deg,
            #919398 210deg 244deg,
            #760a99 244deg 273deg,
            #dc97f3 273deg 302deg,
            #a51053 302deg 331deg,
            #f0a8c8 331deg 360deg);
}


.hole {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #e5ecea;
}

.donut {
    display: flex;
    align-items: center;
    justify-content: center;
}


.flags {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.flag {
    flex-grow: 1;
    height: 42px;
    width: 42px;
    position: relative;
    transition: all 300ms ease-in-out;
}

.flag:hover {
    flex-grow: 4.3;
    height: 82px;
    width: 82px;

}


.flag-title {
    position: absolute;
    bottom: -36px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    color: #000;
    font-size: 1.2rem;
    white-space: nowrap;
    z-index: 999;
    transition: opacity 0.3s;
}






.flag:hover .flag-title {
    opacity: 1;
}

.eulogodiv {
    display: flex;
    flex-direction: row;
    align-items: end;
}

.titletext {
    width: 100%;
}

.eulogo {
    background: transparent;
    position: relative;
    right: 0px;
    height: fit-content;
    order: 2;
    margin-bottom: 10px;
}

div.form {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 80px);
}

form {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#chartdiv {
    width: 400px;
    height: 400px;

}

#chartdiv2 {
    width: 400px;
    height: 400px;
}

.shrink{
    display:none!important;
}

#textdesc p{
    font-size:20px;
}

#texttitle{
    font-size:2.5rem;
}

#stickyarea{
    /*z-index:1000!important;*/
}

#disclaimer p{
    font-size:.8rem;
}


.details .tags {
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    white-space: nowrap;
    row-gap: 5px;
}

.details .tags a, .details .tags a:hover {
    color: #f0f0f0;
    background-color: #000;
    padding: 3px;
    margin-right: 5px;
    font-size: 12px;
}

ul.navbar-nav{
    padding-top:0!important;
}

.fa-facebook, .fa-linkedin, .fa-twitter, .fa-link {
    font-size: 1rem!important;
    color: #111111;
}

.fa-facebook-square, .fa-linkedin-square, .fa-twitter-square, .fa-link {
    font-size: 1rem!important;
    color: #111111;
}

.pad-0{
    padding:0;
}

.article p {
    font-size: 1.2rem;
}

.newstylefont p, .newstylefont h1, .newstylefont h2, .newstylefont h3, .newstylefont h4, .newstylefont h5, .newstylefont ul, .newstylefont li {
    font-family: 'n27regular', sans-serif; 
}

.resourcegrid{
    display: grid;
    grid-template-columns: repeat(4,1fr);

}

.card{
    width:267px;
}

.headingResources{
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    margin-top: 30px;
    font-size: 1.3rem;
    outline: 0;
    width:fit-content;
}

.headingResources::after{
    padding-left:20px;
    margin-left:20px;
}

.headingResources:not(.collapsed){
    background:transparent!important;
    color:#000;
    border:none;
    box-shadow: none;
    outline: 0;
}

.headingResources:focus:not(:focus-visible) {
    outline: 0;
}

.headingResources:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}


/*slick slider*/
.slider {
    display: flex;
}

.slick-track {
    will-change: transform;
}

.TransformX{
    /* transform:translate3d(-1516px, 0px, 0px)!important; */
    left:50px!important;
    transition: 0.3s ease-in;
    
}

.TransformX0{
    /* transform:translate3d(-1516px, 0px, 0px)!important; */
    left:-0px!important;
    transition: 0.3s ease-in;
    
}

.slick-list {
    overflow: hidden;
    will-change: transform;
}

.slick-slide {
    opacity: 1;
    padding: 0px;
    margin-right: 10px;
    /*filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));*/
    border:none;
    outline:none;
    transition: all 0.3s ease-in-out;
}

.slick-slide.slick-active{
    opacity: 1;
}

.slick-slide.slick-current{
    opacity:1;
}

.slick-slide img {
    height: 100vh;
    max-height: 80vh;
    width: 400px;
    margin: 0 auto;
    object-fit: cover;
}

.slider:hover a{
    text-decoration: none!important;
    --tw-shadow: inset 0 -0em 0 0 transtparent; 
    --tw-shadow-colored: inset 0 -0em 0 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.slider [type="button"].slick-prev {
    position: absolute;
    top: 50%;
    left: -60px;
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius:50%;
    overflow: hidden;
    border: 0;
    text-indent: -9999px;
    /*background-color: lightgray;*/
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 1;
    transform: translateY(-50%);
    transition: all 0.25s ease;
}

.slider [type="button"].slick-next {
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius:50%;
    overflow: hidden;
    border: 0;
    text-indent: -9999px;
    /*background-color: lightgray;*/
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 1;
    transform: translateY(-50%);
    transition: all 0.25s ease;
}

.slider [type="button"].slick-disabled {
    opacity:0;
}

.slick-next {
    left: 82px;
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjx0aXRsZT5jaGV2cm9uLXJpZ2h0PC90aXRsZT48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTUuNzA2IDExLjI5NGwtNi02Yy0wLjM4Ny0wLjM4Ny0xLjAyNS0wLjM4Ny0xLjQxMyAwcy0wLjM4NyAxLjAyNSAwIDEuNDEzbDUuMjk0IDUuMjk0LTUuMjk0IDUuMjk0Yy0wLjM4NyAwLjM4Ny0wLjM4NyAxLjAyNSAwIDEuNDEzIDAuMTk0IDAuMTk0IDAuNDUgMC4yOTQgMC43MDYgMC4yOTRzMC41MTMtMC4xIDAuNzA2LTAuMjk0bDYtNmMwLjM5NC0wLjM4NyAwLjM5NC0xLjAyNSAwLTEuNDEzeiI+PC9wYXRoPjwvc3ZnPg==);
}

.slick-prev {
    left: 10px;
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjx0aXRsZT5jaGV2cm9uLWxlZnQ8L3RpdGxlPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0xMC40MTMgMTJsNS4yOTQtNS4yOTRjMC4zODctMC4zODcgMC4zODctMS4wMjUgMC0xLjQxM3MtMS4wMjUtMC4zODctMS40MTMgMGwtNiA2Yy0wLjM4NyAwLjM4Ny0wLjM4NyAxLjAyNSAwIDEuNDEzbDYgNmMwLjE5NCAwLjE5NCAwLjQ1IDAuMjk0IDAuNzA2IDAuMjk0czAuNTEzLTAuMSAwLjcwNi0wLjI5NGMwLjM4Ny0wLjM4NyAwLjM4Ny0xLjAyNSAwLTEuNDEzbC01LjI5NC01LjI5NHoiPjwvcGF0aD48L3N2Zz4=);
}

.horizontal-news{
    display:flex;
}

.horizontal-news .bg-image-slide{
    width:180px;
    height:180px;
    margin-right:10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slick-dots{
    position: absolute;
    top: -45px;
    right: 0px;
    text-align: center; 
    z-index:200;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    content: '•';
    font-size: 42px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: 1;
    color: #fff;
}

li.slick-active button:before {
    content: '•';
    font-size: 42px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: 1;
    color: aquamarine;
}