body { 
    font-family: "Nunito", sans-serif;
    background-color: #babcb1
}

a {
    text-decoration: none;
}

p {
    font-size: 14px;
    line-height: 1.1em;
    color: #222222;
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center; /* Center the text horizontally */
    background-color: #FFFFFF88;
  }
  
footer {
    border-top: 2px solid rgba(0,0,0,0.1);
    /* background-color: #ddeee322; */
    font-size: 0.8em;
}

figcaption h4 {
    padding-top: 0.3em;
    font-size: 1.2em;
    font-weight: bold;
    color: #0e6937;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;

}

figcaption h5 {
    font-size: 1.1em;
    font-weight: bold;
    color: #666666;
    margin-bottom: 0.5em;
    font-family: 'Roboto', sans-serif;

}
figcaption p {
    font-size: 0.9em;
    font-style: italic;
    font-family: 'Roboto', sans-serif;

}

figure {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

h1, .h1 {
    color: rgb(133, 26, 82);
    font-size: 30px;
    /* color:#0e6937;
    font-weight: bold;
    border-top: 4px solid #981d54;;
    margin-bottom: 1.0em; */
/*    font-family: 'Roboto', sans-serif; */
    font-family: "Nunito", sans-serif;
    margin-top: 20px !important;
    margin-bottom: 20px;
}

h1 a {
    color:rgb(133, 26, 82) !important;
}

h2, .h2 {
    font-size: 24px;
    color: rgb(133, 26, 82);
/*    color:rgb(14, 105, 55);
    border-top: 2px solid #981d54;
    font-weight: bold; */
    font-family: 'Nunito', sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
}

h3, .h3 {
    font-size: 1.4em;
    color:rgb(14, 105, 55);
    font-weight: bold;
    font-family: 'Nunito', sans-serif;
}

h4, .h4 {
    font-size: 1.2em;
    color:rgb(14, 105, 55);
    font-weight: bold;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 4px;
}

h5, .h5 {
    font-size: 1.0em;
    color:rgb(14, 105, 55);
    font-weight: bold;
    font-family: 'Nunito', sans-serif;
}

blockquote p {
    border-left: 5px solid #aaaaaa;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    color: #666;
}

blockquote blockquote {
    margin-left: 3em;
    border-left: 0px solid #ffffff;
}

.casestudy {
    background-color: rgba(146, 197, 169, 0.5);
    color: #000000;
    border-radius: 5px;
    max-width: 70%;
    margin: auto;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}


.casestudytext {
    font-style: italic;
}
.casestudyauthor {
    float: right;
    max-width: 40%;
    margin-bottom: 0px;
}

.country-card-title {
    font-weight: bold;
    font-size: 0.6em;
    text-align: center;
}

h4.country-card-title {
    color: #000000;
}
a .country-card-title {
    font-color: #000000;
}
.card-title {
    font-weight: bold;
    text-align: center;
}

.heroimage {
    max-height: 250px;
    width: auto;
}

.box {
    background-color: rgba(146, 197, 169, 0.5);
    color: #000000;
    margin: auto;
    max-width: 80%;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}


.img-container {
    border-radius: 10px;
    max-height: 100px;
   }

.img-container img {
    width: auto;
    margin: auto;
    max-height: 100px;
    display: block;
    padding: 3px;
}

.copyright {
    color: #333333;
}
.mainheader {
    margin:0; 
    font-size: 2em;
    font-weight: bold;
    height: 100%; 
    color: #222222; 
    float:right; 
    text-align: right; 
    max-width:600px;
    text-decoration-color: #222222;
}

.mainheader a {
    color: #222222;
}

.subheader {
    margin:0; 
    font-size: 0.75em;
    height: 100%; 
    color: #555555; 
    float:right; 
    text-align: right; 
    max-width:600px;
    text-decoration-color: #222222;
}

.breadcrumb a {
    font-size: 10px;
    color: rgb(133, 26, 82);
}

.cardbutton {
    background-color: rgb(14, 105, 55);
    color: #ffffff;
    font-weight: bold;
}

.tocchapter a {
    color: #0e6937;
    margin-bottom: 0px;

}

.tocdescription {
    font-style: italic;
    margin-left: 2em;
    margin-top: 0px;
    font-size: 0.9em;
}

.pagenav{ 

    font-size: 0.8em;
    border-top: 2px solid rgba(0,0,0,0.1);

}


.datagroup {
    margin-top: 10px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
}

.mapbox {
    position: relative;
/*    background-color: #ff0000; */
    height: 400px;  
}

.maplayer, .flowmaplayer {
    position:absolute;
/*    background-color: #0000ff; */
    top: 0;
    left: 0;
/*    max-width: 600px; */
    height: auto;
/*    visibility: hidden; */
/*    width: 100%; */

}

.mapthumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
}

.map {
    max-width: 100%;
    display: block;
    height: auto;
}

.halfwidth {
    width: 50%;
}

.trademap {
    width: 600px;
    height: 400px;
}
.basemap {
    position:absolute;
    top: 0px;
    left: 0;
    height: auto;
    z-index: 0;
}

.slider {
    width: 100%;
}

.thumbnail {
    width: 400px;
    overflow: hidden;
}

.explore {
    border: none;
    background-color:#0e6937bb;
    color: #ffffff;
    float: right;
    border-radius: 5px;
}

.explore:hover {
    background-color:rgb(14, 105, 55);
    color: #ffffff;
}

.card {
    width: unset;
    padding-left: unset;
    padding-right: unset;
    margin-right: 8px;
    float: unset;
    border-radius: 10px;
/*    background-color: #ddeee322; */
/*  box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.3); */
    box-shadow: 0px 5px 5px 0px rgba(14, 105, 55, 0.4);
}
.img-container {
    border-radius: 10px;
    max-height: 200px;
}

.img-container img {
    width: auto;
    margin: auto;
    max-height: 200px;
    display: block;
    padding: 3px;
}

.cardcolors {
    border: 2px solid #981d5433;
    /* background-color: #0e693733; */
    overflow: hidden;
    border-radius: 10px;
   }

.commodityheader {
    font-size: 1.25em;
    border-top: 1px solid #981d54;
}
.commoditycard {
    padding: 10px;
    float: left;
    border-radius: 10px;
    /*border: 1px solid #981d5433;*/
}


/* .commoditycard h2 {
    font-size: 1.4em;
    font-weight: bold;
    color: #000000;
    border-top-color: #981d54; 
    font-family: Noto-Serif 
} */

.commoditycard p {
    font-size: 14px;
    line-height: 1.1em;
    color: #666666;
}

.cu-section {
    color: black;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    opacity: 0.7;
    height: 35px;
    width: 50px;
    flex-grow: 1;
}

.copper-section {
    background-color: white;
    font-size: 16px;
    color: black;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
    flex-grow: 2;
    min-height: 32px;
    vertical-align: middle;
}

.copper-box {
    height: 1.4em;
    text-align: center;
    margin: 10px;
    float: left;
 
}


.productionstrip {
    background-image: url("/static/images/mine-web.jpg");
    height: 100px;
    font-size: 2em;
    padding-left:20px;
    margin-top: 10px;
    position: relative;
}



.tradestrip {
    background-image: url("/static/images/oreboat-web.jpg");
    height: 100px;
    font-size: 2em;
    padding-left:20px;
    margin-top: 10px;
    position: relative;
}


.sectiontitle {
    position: absolute;
    transform: translate(0%, 25%);
}
.sectiontitle h2 {
    opacity: 1;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    border-top-color: #ffffff;

}
.intrawgreen {
    color :#0e6937;
}

.intrawgreen-background {
    color:#0e6937bb;
}

.intrawplum {
    color: #981d54;
}

.intrawplum-background {
    background-color: #981d54;
}

.tradebutton {
    color: #981d54;
    font-size: 1.2em;
}

.outlined {
    border: 1px solid #0e6937;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;

}
.metallictext {
    font-size: 1em; 
    font-weight:bold; 
    color: #000;
    opacity: 0.15;
    text-align: center; 
    text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.3), 1px 1px 0px rgba(0, 0, 0, 0.8);
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(50%, 0%);
}

.silverbackground {
    background: linear-gradient(
        45deg,
        #999 5%,
        #fff 10%,
        #ccc 30%,
        #ddd 50%,
        #ccc 70%,
        #fff 80%,
        #999 95%
      );
/*    opacity: 0.7; */
}

.copperbackground {
    background: linear-gradient(
        45deg,
        #b87333 5%,
        #e2c7ad 10%,
        #d4ab84 30%,
        #c68f5b 50%,
        #d4ab84 70%,
        #e2c7ad 80%,
        #b87333 95%
      );
/*    opacity: 0.7;*/
}

.slategraybackground {
    background: linear-gradient(
        45deg,
        #a9b2bc 5%,
        #708090 10%,
        #8c99a6 30%,
        #7e8c9b 50%,
        #8c99a6 70%,
        #708090 80%,
        #a9b2bc 95%
      );
}

.graybackground {
    background: linear-gradient(
        45deg,
        #e5e5e5 5%,
        #bebebe 10%,
        #d8d8d8 30%,
        #cbcbcb 50%,
        #d8d8d8 70%,
        #bebebe 80%,
        #e5e5e5 95%
      );
}

.blackbackground {
    background: linear-gradient(
        45deg,
        #000000 5%,
        #999999 10%,
        #7f7f7f 30%,
        #323232 50%,
        #7f7f7f 70%,
        #999999 80%,
        #000000 95%
      );
}

.cobaltbackground {
    background: linear-gradient(
        45deg,
        #0047ab 5%,
        #99b5dd 10%,
        #6690cc 30%,
        #326bbb 50%,
        #6690cc 70%,
        #99b5dd 80%,
        #0047ab 95%
      );
}

.level10 {
    z-index: 10;
    opacity: 0.7;
}

.level20 {
    z-index: 20;
    opacity: 0.7;
}

td.worldline {
    font-weight: bold;
    border-top-color: #000000;
    border-top-style:double;
}

td.bold {
    font-weight: bold;
}

.heightauto {
    height: auto;
}

.redcolorbar {
    background: linear-gradient(90deg, rgba(253,170,72,1) 0%, 
    rgba(255,255,204,1) 25%, 
    rgba(236,45,33,1) 50%, 
    rgba(196,4,36,1) 75%, 
    rgba(128,0,38,1) 100%);
}

.fullredcolorbar {
    background: linear-gradient(90deg,
    rgb(255,247,236) 0%,
    rgb(254,235,207) 10%,
    rgb(253,220,174) 20%,
    rgb(253,202,148) 30%,
    rgb(252,177,123) 40%,
    rgb(251,140,88) 50%,
    rgb(241,109,75) 60%,
    rgb(224,68,46) 70%,
    rgb(200,28,18) 80%,
    rgb(167,0,0) 89%,
    rgb(127,0,0) 100%);
}

.greencolorbar {
    background: linear-gradient(90deg, rgba(142,211,193,1) 0%, rgba(247,252,253,1) 25%, rgba(46,152,87,1) 50%, rgba(6,114,48,1) 75%, rgba(0,68,27,1) 100%);
    
}

.colorbarlabel {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Nunito', sans-serif;
}
.colorbar {
    height: 20px;
}
.countrystrip {
/*    display: flex;
    align-items: center; */
    height: 30px;
    text-align: center;
    line-height: 0.9em;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 10px;
    float: left;
    overflow: hidden;
}

.wholeheight {
    height: 100vh;

}


.country-section {
    background-color: rgba(254,248,239,1);
/*    background-color: white; */
    color: black;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
    font-size: 14px;
    flex-grow: 2;
}

.flag-box {
    color: black;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
    text-align: center;
    height: 50px;
    width: 50px;
    flex-grow: 1;
}

th {
    font-weight: bold;
    border-bottom: 1px solid #000000;
    font-size: 0.9em;
}

tr {
    border-bottom: 1px solid #bababa;
    font-size: 0.85em;
}

td {
/*    font-family: "Chivo Mono", Mono; */
    font-family: "Nunito", sans-serif;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
}

td a { 
    color: #000000;
    text-decoration: none;
}

td:hover {
    color: #000000;
    background-color: 0e693766;
}

.chartbox img {
    width: 100%;

}

.nodata {
    font-size: 50px;
    font-family: "Roboto";
    color: #55555555;
    text-align: center;
    font-weight: bold;
}

caption {
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    caption-side: top;
}

.smallheader {
    font-size: 1.0 em;
    font-weight: bold;
    padding: 5px;
}

.commnavitem:hover {
    background-color: #efefef;
    color: #693766;
    border-radius: 10px;
}

.graphtitle {
        font-size: 1.2em;
        font-weight: bold;
        font-family: "Roboto", "Nunito", sans-serif;
        color: #000000;
        margin-bottom: 0px;
        padding-bottom: 0px;
        line-height: 1.3em;
    }

.graphsubtitle {
    font-size: 0.95em;
    font-weight: bold;
    font-family: "Roboto", "Nunito", sans-serif;
    color: #6b6b6b;
    margin-top: 0px;
    padding-top: 0px;
    line-height: 1.05em;
    }

.hidden {
    display: none;
/*    visibility: hidden; */
}

.show {
    display: block;
/*    visibility: visible; */
}

#tablebox {
    position: fixed;
    top: 10%;
    left: 15%;
    width: 65%;
    height: auto;
    max-height: 70%;
    background-color: white;
    border: 1px solid #000;
    z-index: 2000;
    overflow:auto;
}

#closePopup {
    position: absolute;
    top: 5px;
    right: 5px;
}

.commlistbox {
    border: 1px solid #efefef;
    margin: 3px;
    border-radius: 10px;
}

.commlisttitle {
    font-size: 20px;
    color:rgb(133, 26, 82);
    border-radius: 10px;
    border: none;
    background-color: #cccccc22;
}

td.commlisttitle a:hover {
    color: #000000;
    background-color: #693766;
}

td.commlistform {
    font-size: 16px;
    text-align: center;


}

input[type="range"] {
    accent-color: #0e6937;
}

.altbox {
    background-color:#cccccc;
    border-radius: 15px;
    border-color:rgb(14, 105, 55);
    border-width: 1px;
    margin: 5px 5px 5px 5px;
    color: black;
}


a .h1card {
    margin: 0px;
    font-weight: bold;
    text-decoration-line: none !important;
}
.card a {
    line-height:1em;
    text-decoration-line: none;
}

a .cardtitle {
    text-decoration: none;
    color:#000000;
}

.reversepurplerain {
    background-image: linear-gradient(to right, #4b0082,  #000000); 
}

.lightpurplerain {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background-image: linear-gradient(to right, #c19fda,  #ffedff, #c19fda); 
}
.lightpurplerain h4 {
    text-align: center;
    color: #000000;
    line-height: 2em;
}

.purplerain {
    background-image: linear-gradient(to right, #000000, #4b0082); 
}


.white {
    color: #ffffff;
}
.nav-link {
    color: #000000;
    font-size: 16px;
    padding-left:16px;
    padding-right:16px;
    padding-top: 8px;
    padding-bottom: 8px;
}

a.nav-link:hover {
    color: #000000;
    background-color: #0e6937;
    border-radius: 9px;
}

.infopanel {
/*    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #cccccc; */
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
    /* margin-left: 5px; */
    /* margin-right: 5px; */
}

.card-body {
    font-size: 1em;
    line-height: 1.1em;
}

.itembutton {
    background-color: #0e6937;
    color: #ffffff;
    align-content: center;
}

.itembutton:hover {
    border-radius: 6px;
    background-color: #0e6937;
    color: #ffffff;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.itembutton a {
    color: #ffffff;
    text-decoration: none;
}

#hnavbar {
    width: calc(100%-200px);
}

.table-error {
    background-color: #ff0000;
}

.table-success {
    background-color: #0e6937;
}
.country-element {
    display: flex;
    align-items: center;
    border-top: 1px solid #0e6937;
}

.country-element:hover {
    border: 2px solid #0e6937;   
}
.country-flag {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    float: left;
}
.country-flag img {
    width: 100%;
    height: auto;
}
.country-name {
    color:rgb(133, 26, 82);
    font-size: 1.4em;
    float: left;
}
  

 .flag-card {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100px;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;

    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    margin-bottom: 20px;
  } 

  .flag-container {
    flex: 0 0 33%; /* Left third of the card */
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .flag {
    height: 100%;
    object-fit: cover;
  }

  .country-info {
    flex: 1;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .country-info a {
    font-size: 1.5rem;
    text-decoration: none;
    color: #000;
  }

  .country-info a:hover {
    text-decoration: underline;
  }

  /* The square button */
  .expand-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-color: red;
    cursor: pointer;
}

/* Fullscreen overlay state */
.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 90%;
    height: auto;
    max-height: 90%;
    background-color: lightblue;
    z-index: 1000;
    transition: all 0.5s ease;
}

.centered-div {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80vw; /* 80% of the viewport width */
    height: calc(80vw * 3 / 4); /* 4:3 aspect ratio */
    transform: translate(-50%, -50%); /* Center on the screen */
    z-index: 100; /* Z-order of 100 */
    background-color: #f0f0f0; /* Optional background for visibility */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.6); /* Optional shadow for effect */
    display: none;
}

/* The close button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-color: red;
    cursor: pointer;
}

/* The close button */
.close-btn img {
    width: 100%;
    height: auto;
}

/* The close button */
.close-btn:hover {
    background-color: green;
}

/* Container with a 3:2 aspect ratio */
.aspect-ratio-box {
    width: 100%;                /* Full width or adjust as needed */
    position: relative;
    padding-top: 66.67%;        /* 3:2 aspect ratio (100% / 1.5 = 66.67%) */
    overflow: hidden;
}

/* Image styling */
.aspect-ratio-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    object-fit: cover;          /* Ensures image covers the box and crops if necessary */
    transform: translate(-50%, -50%);  /* Centers the image */
}


.greyout {
    opacity: 0.5;
}

/*********** Borrowed Repository Styles ************/


.repository-styles {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .05em
}

.repository-styles *,.repository-styles :after,.repository-styles :before {
    box-sizing: border-box
}

.repository-styles .h1,.repository-styles h2,.repository-styles h3 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.repository-styles .h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    .repository-styles .h1 {
        font-size:2.5rem
    }
}

.repository-styles h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
    .repository-styles h2 {
        font-size:2rem
    }
}

.repository-styles h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    .repository-styles h3 {
        font-size:1.75rem
    }
}

.repository-styles p {
    margin-top: 0;
    margin-bottom: 1rem
}

.repository-styles ul {
    padding-left: 2rem
}

.repository-styles ul {
    margin-top: 0;
    margin-bottom: 1rem
}

.repository-styles ul ul {
    margin-bottom: 0
}

.repository-styles b {
    font-weight: bolder
}

.repository-styles .small {
    font-size: .875em
}

.repository-styles a {
    color: #0d6efd;
    text-decoration: underline
}

.repository-styles img {
    vertical-align: middle
}

.repository-styles table {
    caption-side: bottom;
    border-collapse: collapse
}

.repository-styles tbody {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

.repository-styles label {
    display: inline-block
}

.repository-styles button {
    border-radius: 0
}

.repository-styles button,.repository-styles input,.repository-styles select,.repository-styles textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.repository-styles button,.repository-styles select {
    text-transform: none
}

.repository-styles [role=button] {
    cursor: pointer
}

.repository-styles select {
    overflow-wrap: normal
}

.repository-styles [type=button],.repository-styles [type=submit],.repository-styles button {
    -moz-appearance: button;
    -webkit-appearance: button;
    appearance: button
}

.repository-styles [type=button]:not(:disabled),.repository-styles [type=submit]:not(:disabled),.repository-styles button:not(:disabled) {
    cursor: pointer
}

.repository-styles textarea {
    resize: vertical
}

.repository-styles [type=search] {
    outline-offset: -2px;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield
}

.repository-styles iframe {
    border: 0
}

.repository-styles .container,.repository-styles .container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .repository-styles .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .repository-styles .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .repository-styles .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .repository-styles .container {
        max-width:1140px
    }
}

@media (min-width: 1400px) {
    .repository-styles .container {
        max-width:1320px
    }
}

.repository-styles .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)*-1);
    margin-right: calc(var(--bs-gutter-x)/-2);
    margin-left: calc(var(--bs-gutter-x)/-2)
}

.repository-styles .row>* {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/2);
    padding-left: calc(var(--bs-gutter-x)/2);
    margin-top: var(--bs-gutter-y)
}

.repository-styles .col {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

.repository-styles .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.repository-styles .col-12 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.repository-styles .g-0 {
    --bs-gutter-x: 0
}

.repository-styles .g-0 {
    --bs-gutter-y: 0
}

@media (min-width: 768px) {
    .repository-styles .col-md {
        -ms-flex:1 0 0%;
        flex: 1 0 0%
    }

    .repository-styles .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .repository-styles .col-md-3 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .repository-styles .col-md-9 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }
}

.repository-styles .table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0,0,0,.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0,0,0,.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0,0,0,.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6
}

.repository-styles .table>tbody {
    vertical-align: inherit
}

.repository-styles .form-label {
    margin-bottom: .5rem
}

.repository-styles .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s
}

@media (prefers-reduced-motion:reduce) {
    .repository-styles .form-control {
        -webkit-transition: none 0s ease 0s;
        transition: none 0s ease 0s
    }
}

.repository-styles .form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-width: 1px 0
}

.repository-styles .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.repository-styles .form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.repository-styles .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out 0s,background-color .15s ease-in-out 0s,border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    transition: color .15s ease-in-out 0s,background-color .15s ease-in-out 0s,border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s
}

@media (prefers-reduced-motion:reduce) {
    .repository-styles .btn {
        -webkit-transition: none 0s ease 0s;
        transition: none 0s ease 0s
    }
}

.repository-styles .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.repository-styles .fade {
    -webkit-transition: opacity .15s linear 0s;
    transition: opacity .15s linear 0s
}

@media (prefers-reduced-motion:reduce) {
    .repository-styles .fade {
        -webkit-transition: none 0s ease 0s;
        transition: none 0s ease 0s
    }
}

.repository-styles .fade:not(.show) {
    opacity: 0
}

.repository-styles .collapse:not(.show) {
    display: none
}

.repository-styles .dropdown {
    position: relative
}

.repository-styles .dropdown-toggle {
    white-space: nowrap
}

.repository-styles .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-width: .3em .3em 0;
    border-top-style: solid;
    border-top-color: initial;
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-left-style: solid;
    border-left-color: transparent
}

.repository-styles .dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

.repository-styles .dropdown-menu-end {
    --bs-position: end
}

.repository-styles .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.repository-styles .nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    -webkit-transition: color .15s ease-in-out 0s,background-color .15s ease-in-out 0s,border-color .15s ease-in-out 0s;
    transition: color .15s ease-in-out 0s,background-color .15s ease-in-out 0s,border-color .15s ease-in-out 0s
}

@media (prefers-reduced-motion:reduce) {
    .repository-styles .nav-link {
        -webkit-transition: none 0s ease 0s;
        transition: none 0s ease 0s
    }
}

.repository-styles .navbar {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.repository-styles .navbar>.container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.repository-styles .navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

.repository-styles .navbar-nav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.repository-styles .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.repository-styles .navbar-nav .dropdown-menu {
    position: static
}

.repository-styles .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.repository-styles .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    -webkit-transition: box-shadow .15s ease-in-out 0s;
    transition: box-shadow .15s ease-in-out 0s
}

@media (prefers-reduced-motion:reduce) {
    .repository-styles .navbar-toggler {
        -webkit-transition: none 0s ease 0s;
        transition: none 0s ease 0s
    }
}

.repository-styles .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%
}

@media (min-width: 1200px) {
    .repository-styles .navbar-expand-xl {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .repository-styles .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .repository-styles .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .repository-styles .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .repository-styles .navbar-expand-xl .navbar-collapse {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important
    }

    .repository-styles .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.repository-styles .navbar-expand {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.repository-styles .navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.repository-styles .navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.repository-styles .navbar-expand .navbar-collapse {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important
}

.repository-styles .navbar-expand .navbar-toggler {
    display: none
}

.repository-styles .navbar-dark .navbar-brand {
    color: #fff
}

.repository-styles .navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.55)
}

.repository-styles .navbar-dark .navbar-nav .nav-link.active {
    color: #fff
}

.repository-styles .navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.55);
    border-color: rgba(255,255,255,.1)
}

.repository-styles .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba%28255, 255, 255, 0.55%29\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e")
}

.repository-styles .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    color: #000;
    background: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23000\'%3e%3cpath d=\'M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z\'/%3e%3c/svg%3e") center center/1em no-repeat transparent;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

.repository-styles .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden auto;
    outline: 0px
}

.repository-styles .modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.repository-styles .modal.fade .modal-dialog {
    transition: -ms-transform .3s ease-out 0s;
    transition: -webkit-transform .3s ease-out 0s;
    transition: transform .3s ease-out 0s;
    -webkit-transition: -webkit-transform .3s ease-out 0s;
    -ms-transform: translate(0px,-50px);
    -webkit-transform: translate(0px,-50px);
    transform: translate(0px,-50px)
}

@media (prefers-reduced-motion:reduce) {
    .repository-styles .modal.fade .modal-dialog {
        -webkit-transition: none 0s ease 0s;
        transition: none 0s ease 0s
    }
}

.repository-styles .modal-dialog-centered {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.repository-styles .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0px
}

.repository-styles .modal-header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.repository-styles .modal-header .btn-close {
    padding: .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.repository-styles .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

@media (min-width: 576px) {
    .repository-styles .modal-dialog {
        max-width:500px;
        margin: 1.75rem auto
    }

    .repository-styles .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
}

.repository-styles .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.repository-styles .d-inline-block {
    display: inline-block !important
}

.repository-styles .d-block {
    display: block !important
}

.repository-styles .d-none {
    display: none !important
}

.repository-styles .border {
    border: 1px solid #dee2e6 !important
}

.repository-styles .border-0 {
    border: 0 !important
}

.repository-styles .border-top {
    border-top: 1px solid #dee2e6 !important
}

.repository-styles .border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.repository-styles .border-bottom-0 {
    border-bottom: 0 !important
}

.repository-styles .w-100 {
    width: 100% !important
}

.repository-styles .flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.repository-styles .justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.repository-styles .justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.repository-styles .align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.repository-styles .my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.repository-styles .mt-1 {
    margin-top: .25rem !important
}

.repository-styles .mt-2 {
    margin-top: .5rem !important
}

.repository-styles .mt-3 {
    margin-top: 1rem !important
}

.repository-styles .mt-4 {
    margin-top: 1.5rem !important
}

.repository-styles .me-1 {
    margin-right: .25rem !important
}

.repository-styles .me-2 {
    margin-right: .5rem !important
}

.repository-styles .me-3 {
    margin-right: 1rem !important
}

.repository-styles .me-auto {
    margin-right: auto !important
}

.repository-styles .mb-0 {
    margin-bottom: 0 !important
}

.repository-styles .mb-2 {
    margin-bottom: .5rem !important
}

.repository-styles .mb-3 {
    margin-bottom: 1rem !important
}

.repository-styles .mb-4 {
    margin-bottom: 1.5rem !important
}

.repository-styles .mb-5 {
    margin-bottom: 3rem !important
}

.repository-styles .ms-1 {
    margin-left: .25rem !important
}

.repository-styles .ms-2 {
    margin-left: .5rem !important
}

.repository-styles .ms-3 {
    margin-left: 1rem !important
}

.repository-styles .ms-auto {
    margin-left: auto !important
}

.repository-styles .p-3 {
    padding: 1rem !important
}

.repository-styles .px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.repository-styles .px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.repository-styles .px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.repository-styles .px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.repository-styles .py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.repository-styles .pt-1 {
    padding-top: .25rem !important
}

.repository-styles .pt-3 {
    padding-top: 1rem !important
}

.repository-styles .pb-5 {
    padding-bottom: 3rem !important
}

.repository-styles .text-start {
    text-align: left !important
}

.repository-styles .text-end {
    text-align: right !important
}

.repository-styles .text-center {
    text-align: center !important
}

.repository-styles .bg-white {
    background-color: #fff !important
}

.repository-styles .bg-transparent {
    background-color: transparent !important
}

.repository-styles .rounded {
    border-radius: .25rem !important
}

.repository-styles .rounded-pill {
    border-radius: 50rem !important
}

@media (min-width: 768px) {
    .repository-styles .d-md-inline {
        display:inline !important
    }

    .repository-styles .d-md-flex {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important
    }

    .repository-styles .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .repository-styles .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .repository-styles .mt-md-5 {
        margin-top: 3rem !important
    }

    .repository-styles .mb-md-0 {
        margin-bottom: 0 !important
    }

    .repository-styles .ms-md-0 {
        margin-left: 0 !important
    }

    .repository-styles .ms-md-3 {
        margin-left: 1rem !important
    }

    .repository-styles .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .repository-styles .text-md-end {
        text-align: right !important
    }
}

@media (min-width: 992px) {
    .repository-styles .d-lg-inline-block {
        display:inline-block !important
    }

    .repository-styles .ms-lg-0 {
        margin-left: 0 !important
    }

    .repository-styles .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
}

.repository-styles .w-100 {
    width: 100% !important
}

.repository-styles body,.repository-styles h2,.repository-styles h3,.repository-styles .h1 {
    font-family: "Red Hat Display",sans-serif
}

.repository-styles .bg-cover {
    background-size: cover !important
}

.repository-styles .bg-center {
    background-position: center center !important
}

.repository-styles .bg-image-footer {
    background-image: url("https://repository.intraw.eu/static/img/bg-footer.jpg") !important;
    background-repeat: no-repeat !important
}

.repository-styles .bg-darkbrown {
    background-color: #363030 !important
}

.repository-styles .bg-white {
    background-color: #fff !important
}

.repository-styles .border-brown {
    border-color: #7b6762 !important
}

.repository-styles .border-black {
    border-color: #000 !important
}

.repository-styles .text-brown {
    color: #7b6762 !important
}

.repository-styles .text-black {
    color: #000 !important
}

.repository-styles .btn-lightgrey {
    background-color: #e3e3e3
}

.repository-styles .btn-lightgrey {
    color: #000 !important
}

.repository-styles .btn-brown {
    background-color: #7b6762
}

.repository-styles .btn-brown {
    color: #fff !important
}

.repository-styles .ico {
    height: 3rem
}

.repository-styles .ico-sm {
    height: 1.4rem
}

.repository-styles .ico-xs {
    height: .7rem
}

.repository-styles .btn {
    border-radius: .3rem
}

.repository-styles .form-control {
    border-radius: 0;
    border: none
}

.repository-styles .text-bold {
    font-weight: 700
}

.repository-styles img {
    height: auto
}

.repository-styles.navbar-gradient {
    background: linear-gradient(rgba(0,0,0,.7) 15%,rgba(0,0,0,0) 100%)
}

.repository-styles h2,.repository-styles h3,.repository-styles .h1 {
    font-weight: 500
}

.repository-styles .navbar {
    min-height: 3.81rem
}

.repository-styles .navbar-brand img {
    height: 2.3rem
}

.repository-styles .jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

.repository-styles .form-group {
    margin-bottom: 1rem
}

.repository-styles .vh-75 {
    height: 75vh !important
}

.repository-styles .nav-reverse {
    color: #000;
    background: #fff
}

.repository-styles .box-shadow {
    box-shadow: rgba(0,0,0,.25) 0px 5px 25px 0px
}

.repository-styles .decoration-none {
    text-decoration: none
}

.repository-styles .search-menu-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1031
}

.repository-styles .d-whiteheader-inline {
    display: none
}

.repository-styles .border-md-bottom {
    border-bottom-width: 0 !important
}

@media (min-width: 768px) {
    .repository-styles .border-md-bottom {
        border-bottom-width:1px !important
    }
}

.repository-styles .select2 {
    min-height: 30px;
    width: 100% !important;
    max-width: 400px !important
}

.repository-styles .select2-selection {
    overflow: hidden;
    white-space: nowrap
}

.repository-styles ul.select2-selection__rendered {
    white-space: nowrap
}

.repository-styles .select2-container .select2-search--inline .select2-search__field {
    min-height: 23px
}

.repository-styles .pt-halfinput {
    padding-top: 1.45rem !important;
    padding-bottom: .2rem !important
}

@media (max-width: 767px) {
    .repository-styles .max-overflow #searchResults {
        overflow-y:auto;
        max-height: calc(75vh - 9rem)
    }
}

.repository-styles.fixed-top {
    top: 0;
    position: fixed;
    z-index: 1000;
    width: 100%
}

.repository-styles.bg-white,.repository-styles .bg-white {
    background: #fff !important
}

.repository-styles.bg-white .d-whiteheader-inline {
    display: inline
}

.repository-styles.bg-white .d-whiteheader-none {
    display: none
}

.repository-styles .navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.55)
}

.repository-styles.bg-white .nav-reverse {
    color: #fff !important;
    background: #988787
}

.repository-styles .dropdown-menu.show {
    display: block
}

@media (min-width: 1200px) {
    .repository-styles .navbar-expand-xl .navbar-nav .dropdown-menu {
        position:absolute
    }
}

.repository-styles .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: .125rem
}

.repository-styles .dropdown-menu[data-bs-popper].dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}

.repository-styles .dropdown-item:focus,.repository-styles .dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef
}

.repository-styles .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba%280, 0, 0, 0.55%29\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e")
}

.et_fixed_nav.et_show_nav #page-container {
    padding-top: 0 !important
}

.nav-link.dropdown-toggle {
    outline: none !important
}
