.product-tags .single-product {
    margin-bottom: 20px;
}

.product-tags .single-product .close {
    color: black;
}
.product-tags .single-product {
    display: inline-block;
    padding: 6px 10px;
    background: #e6e6e6;
    color: rgba(0,0,0,0.6);
    border-radius: 3px;
    font-size: 14px;
    margin-right: 11px;
}

.product-tags {
    padding: 0px 25px;
}

.product-tags .single-product .close {
    font-family: "Fabric";
    color: black;
    opacity: 1;
    font-size: 10px;
    font-weight: 800;
    margin: 6px 0px 0px 8px;
}

.product-tags .single-product:hover {
    background: #0278d4;
    color: white;
}

.product-tags .single-product:hover span {
    color: white;
}

#search .see-more:focus {
    background: #246eb5;
    color: white;
}

body .content-card a.top:focus {
    outline-width: 2px!important;
    outline-style: dashed!important;
    outline-color: currentcolor!important;
    outline-offset: -1px!important;
}

    form span.search-icon::before {
    margin-top: 40px;
    position: absolute;
    right: 0px;
}

.filters form input {
    padding: 10px;
}

.filters form input, .filters form select {
    font-size: 15px;
}

.total-count {
    text-align: right;
    margin-top: -10px;
    padding-right: 40px;
}

.featured-samples .card-result {
    width: 33%;
}
.featured-samples .single-author-preview {
    width: fit-content;
}

.featured-samples div, .featured-samples div .content-card {
    width: 100%;
}

.card-result .details {
    width: 100%;
    padding: 0px;
}

.featured-samples div {
    display: inline-block;
}

#search .featured-samples h2 {
    font-size: 22px;
    line-height: 30px;
    margin-left: 10px;
    margin-top: -38px;
    background: white;
    padding: 0px 15px;
    width: fit-content;
}

#search .featured-samples {
    margin-top: 15px;
}


#search .see-more {
    background: white;
    border: 2px solid #246eb5;
    color: #246eb5;
}

#search .see-more:hover {
    background: #246eb5;
    color: white;
}

#search #more-featured .card-result:nth-child(4n) {
    clear: left;
}
#search #more-featured {
    clear: both;
}

#search .see-more {
    margin: 0px auto -38px;
    display: block;
    clear: both;
}

#search .featured-samples {
    margin-bottom: 80px;
}

.landing .results {
    padding-top: 25px;
}

.pagination-pages {
    text-align: center;
}

.pagination-pages button {
    border: 1px solid #ddd;
}

.pagination-pages span.ellipses {
    margin: 0px 5px;
}

.single-sample {
    background: red;
}

.filters .btn-reset {
    background: none;
    color: #246db5;
    margin-top: 20px;
}

.filters .btn-reset:hover {
    background: #246db5;
    color: white;
}

.filters .filter-title {
    display: block;
}

.filters form input[type="text"], .filters form select {
    margin-bottom: 20px;
}

.filters form .filter-products {}


div#detail-loader {
    position: absolute;
    background: white;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
}
#search .featured-samples {
    border: 3px solid #ddd;
    padding: 20px 0px;
    margin-bottom: 30px;
}

#search {
    display: flex;
}

.pagination-pages button {
    background: white;
    color: #246db5;
    margin: 3px;
}

.pagination-pages button.active {
    background: #246db5;
    color: white;
    pointer-events: none;
}

.pagination-pages button:hover {
    background: #f5f5f5;
}

.pagination-pages button.active {}

#featured h2 {
    font-size: 24px;
    line-height: 32px;
    margin-left: 10px;
}

.samples-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

div#featured {
    display: flow-root;
    border: 4px solid #ddd;
    padding: 15px;
    margin-bottom: 50px;
}

.single-solution .author-preview .single-author-preview span {
    margin-left: 8px;
    margin-top: 10px;
    display: inline-block;
}



.single-solution .author-preview .single-author-preview a {
    display: flex;
    width: fit-content;
}

#form p.heading {
    font-family: "SegoeUI Semibold";
    font-size: 20px;
    line-height: 28px;
}
.landing .col-sm-8 {
    width: 100%;
}

.content-card a.card-link:after {
    content: "";
    font-family: "SegoeMDL2";
    font-size: 12px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    margin-top: 2px;
    transition: all 0.2s ease;
}
.content-card a.card-link:hover:after {
    margin-left: 8px;
}
.content-card a.card-link {
    font-family: "SegoeUI Semibold";
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
}

.form-filters button.btn:hover, .form-filters button.btn:focus {
    color: #000!important;
    background: transparent!important;
}

.form-filters button.btn {
    background: none;
    color: #256db5;
    box-shadow: none;
    padding: 0px;
}

.form-filters button.btn:before {
    font-family: "SegoeMDL2";
    margin-right: 8px;
    content: "";
    vertical-align: middle;
}

#form .disabled {
    opacity: 0.5;
    pointer-events: none;
}
@media all and (min-width: 768px) {

    
    .filters {
    height: 100%;
}

.filters form {
    position: sticky;
    top: 50px;
}
    .form-filters {
        position: sticky;
        top: 50px;
    }
}

.card-result .details a h3:after {
    content: "";
    font-family: "SegoeMDL2";
    font-size: 12px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    margin-top: 2px;
    transition: all 0.2s ease;
}
.card-result .details a:hover h3:after {
    margin-left: 8px;
    transition: all 0.2s ease;
}
.card-result .details a:hover h3 {
    color: black;
}
#main #breadcrumbs a {
    text-decoration: underline!important;
}

html,
body{
    margin:0;
    padding:0;
    height:100%;
    width:100%;
    overflow-x:hidden;
    background: #fff !important;
}
.pagination button:focus {
    outline-offset: -2px!important;
    transition: none!important;
}
body .lSSlideWrapper a.lSNext:hover:before, body .lSSlideWrapper a.lSPrev:hover:before {
    color: white;
}
body .lSSlideWrapper a.lSNext:hover, body .lSSlideWrapper a.lSPrev:hover {
    background: #246eb5;
}
.modal-lightbox {
    max-width: 85%!important;
    padding: 0px!important;

    width: fit-content!important;
}
.single-topic a.product-label:hover {
    background: #246eb5;
    color: #fff;
    border-color: #246eb5;
}
#main a.btn-lightbox:hover {
    background: #246eb5!important;
    color: white;
    text-decoration: none!important;
}
a.btn-lightbox {
    font-family: "SegoeMDL2";
    background: white;
    padding: 5px;
    position: absolute;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 20%);
    width: 34px;
    margin-left: -50px;
    margin-top: 15px;
}
a.btn-lightbox:hover {
    font-family: "SegoeMDL2";
    background: white;
    padding: 5px;
    position: absolute;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 20%);
    width: 34px;
    margin-left: -50px;
    margin-top: 15px;
}
form span.form-label {
    font-family: "SegoeUI";
    font-weight: 400;
}
span.search-icon:before, a.btn::before, .nav-item.dropdown a:after, a.btn:after, li.ui-accordion-group .accordion-header:after {
    font-family: "SegoeMDL2"!important;
}
body a.btn-report:before {
    font-family: "SegoeMDL2"!important;
}
footer .menu {
    padding-left: 0px;
}

.single-solution p.productList {
    margin-bottom: 0px;
}

.accordion-content .single-reference a {
    margin-bottom: 0px!important;
}

.accordion-content .single-reference {
    margin-bottom: 15px;
}

.landing .metadata {
    display: none;
}

.results-error {
    margin-top: 10px;
}

body .content-card {
    overflow: visible;
}

.ui-accordion-group .accordion-content {
    display: block;
}

#metadata-accordion .accordion-header:after {
    display: none;
}
#metadata-accordion .accordion-content {
    padding: 0px!important;
    margin-bottom: 20px!important;
}

#metadata-accordion h3.accordion-header {
    background: none;
    border: none;
    padding: 0px;
}

.single-author-preview a.author-name {
    margin-left: 10px;
    margin-top: 8px;
    display: inline-block;
    text-decoration: none;
}

@media all and (max-width: 768px) {
    body #search {
    display: block;
}

body .total-count {
    padding: 0px;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 40px;
}

body .featured-samples .card-result {
    width: 100%;
}

body #search .featured-samples {
    margin-left: -30px;
    margin-right: -30px;
    padding: 20px;
}

body .pagination-pages {
    margin-top: 30px;
}
    .single-solution .single-author-preview {
    display: block;
    margin: 0px 0px 15px 0px!important;
    clear:both;
    }
    body.single-author h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 0px;
        margin-top: 40px;
    }
    
    body.single-author h1 {
        margin-bottom: 10px;
        margin-top: 0px;
    }
    .single-solution h1 {
        font-size: 28px!important;
        line-height: 36px;
    }
    .single-solution .col-right {
        margin-top: 50px;
    }
    
.single-solution a.btn {
    display: block;
}

.single-solution .btn-download {
    margin-left: 0px!important;
    margin-bottom: 30px!important;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 40%)!important;
}
    body .pagination {
        width: 100%;
        position: inherit;
        text-align: center;
        margin-top: 0px;
    }
    .landing .form-filters {
        padding: 0px 10px;
    }
    body .results {
        display: block;
        margin-top: 50px;
    }
}

.landing .products h3 {
    margin-bottom: 10px!important;
    font-size: 20px!important;
    line-height: 28px!important;
}

form input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 0px;
    left: -1px;
    position: relative;
    background-color: #256cb5;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid white;
}

body .btn-text:focus {
    background: black!important;
    color: white!important;
}

form span.search-icon:before {
    content: "";
    font-family: 'SegoeMDL2';
    float: right;
    margin-right: 10px;
    color: #0078d4;
    z-index: 9999;
    cursor: pointer;
}

.landing form .products p {
    margin-top: 10px!important;
}
.landing form .products {
    margin-bottom: 30px;
    margin-top: 30px;
}

.form-filters h3.ui-accordion-header {
    font-size: 18px;
    line-height: 26px;
}
.landing form .products input[type="radio"] {
    display: inline-block;
    width: auto;
    margin-right: 8px;
}


#main ul#metadata-accordion {
    margin-left: 0px;
}

@media all and (min-width: 768px) {

.landing .form-filters {
    margin-top: 10px;
    margin-bottom: 15px;
}

    .landing {
        overflow: visible!important;
    }
    .single-solution .col-left {
        padding-left: 0px;
    }
    .single-author .author-details {
        padding-left: 0px;
    }
.author-results h2 {
    padding-left: 15px;
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 32px;
}
}

ul#lightSlider iframe, ul#lightSlider img {
    box-shadow: 0 0px 10px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border-radius: 5px;
    max-height: 270px;
}


.lSGallery li.active {border: 2px solid #0078d4;opacity: 1;}

.lSGallery li {
    border-radius: 0px!important;
    border: 2px solid #ddd;
    min-height: 44px;
    opacity: 0.5;
}


.lSGallery li:hover {
    opacity: 1;
}

body .lSSlideWrapper a.lSNext {
    background: white;
    opacity: 1;
    opacity: 1;
    margin-right: -5px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border-radius: 100%;
    text-align: center;
    text-decoration: none;
    padding-top: 5px;
    padding-left: 2px;
}
.lSSlideOuter .lSPager.lSGallery li img {
    height: 45px;
}
.lSSlideOuter .lSPager.lSGallery li {
    height: 35px;
}
.lSSlideOuter .lSPager.lSGallery {
    display: inline-flex;
    justify-content: center;
}

ul#lightSlider iframe, ul#lightSlider img {
    box-shadow: 0 0px 10px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border-radius: 5px;
    max-height: 270px;
}
ul#lightSlider li {
    text-align: center;
}

ul#lightSlider iframe {
    width: 100%;
    min-height: 289px;
}

ul#lightSlider {
    height: auto!important;
    margin-bottom: 0px!important;
}

.card-result .details a {
    display: inline-block;
}

ul#accordion, ul#lightSlider {
    list-style-type: none;
}

#form ul li {
    list-style-type: none;
}
span.author-preview {
    display: inline-block;
}

.single-author-preview .author-image:focus span.tooltiptext, .single-author-preview:hover span.tooltiptext, .single-author-preview:focus span.tooltiptext, .single-author-preview:active span.tooltiptext, .single-author-preview:focus-visible span.tooltiptext {
    visibility: visible;
}
.single-author-preview span.tooltiptext:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}
.single-author-preview {
    position: relative;
    display: inline-block;
}
.single-solution .single-author-preview {
    margin-right: 30px;
    margin-bottom: 10px
}

#main p a, #main li a {
    text-decoration: none!important;
}
#main p a:hover, #main li a:hover {
    text-decoration: underline!important;
}

.single-author-preview span.tooltiptext {
    width: 100px;
    background-color: black;
    color: #fff;
    padding: 2px 5px;
    border-radius: 0px;
    font-size: 14px;
    margin-left: -73px;
    bottom: 55px;
    position: absolute;
    text-align: center;
    visibility: hidden;
}

a.translation-trigger {
    display: none;
}
.modal-translation p {
    margin-bottom: 0px;
}
.modal-translation {
    background: white!important;
    padding: 40px!important;
}


footer .lang-switcher a {
    text-decoration: none!important;
}


.landing {
    background: white;
}

.single-author main {
    background: #fff;
}

.single-topic {
    background: #fff;
}
.single-author h1 {
    font-size: 28px;
    line-height: 36px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.single-author img.profile {
    max-height: 150px;
    border: 3px solid white;
    border-radius: 100%;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
    margin-bottom: 20px;
}
.single-author .results {
    padding: 0px;
    margin-top: 25px;
}
.author-results form select {
    border-radius: 0px;
}
.single-solution .author-preview p {
    display: inline-block;
    margin-top: 8px;
}
.single-solution .author-preview img {
    float: left;
    display: inline-block;
}
.author-results h2 {
    display: inline-block;
}

.single-solution .label {
    display: none;
}


.single-solution p.modified-date {
    opacity: 0.6;
    font-size: 14px;
    line-height: 22px;
}

.single-solution h1 {
    margin-bottom: 10px;
}

.single-solution .metadata .single-metadata {
    margin: 0px;
}
.single-solution .metadata {
    margin-bottom: 30px;
    margin-top: 15px;
}

.author-details p.blog:before {
    content: "";
    font-family: 'SegoeMDL2';
    vertical-align: middle;
    margin-right: 11px;
    font-size: 13px;
    margin-left: 1px;
    display: inline-block;
}
.single-solution .author-preview {
    margin-bottom: 20px;
}
.single-solution .accordion-content .single-reference a {
    margin-bottom: 5px;
    display: block;
}

.single-solution .accordion-content {
    padding: 10px;
}
.single-solution .btn-download:hover {
    background: #000;
    color: white;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 40%);
}

.single-solution .btn-download {
    margin-left: 10px;
    background: none;
    box-shadow: none;
    color: #0078d4;
}

.single-solution .btn-download {
    margin-left: 10px;
}
.single-solution .btn-download:before {
    content: "";
    font-family: 'SegoeMDL2';
    vertical-align: middle;
    margin-right: 8px;
}
.single-solution .btn-download:after {
    display: none;
}

.author-results form {
    max-width: 150px;
    float: right;
    display: inline-block;
    margin-top: 8px;
    margin-right: 15px;
}
.author-details p.location:before {
    content: "";
    font-family: 'SegoeMDL2';
    transform: rotate(-90deg);
    display: inline-block;
    font-size: 15px;
    line-height: 28px;
    vertical-align: middle;
    margin-right: 10px;
}

main {
    background: white;
}

.breadcrumbs-bar, .breadcrumbs-bar span, .breadcrumbs-bar a, p#breadcrumbs span.breadcrumb_last {
    font-size: 16px;
    line-height: 24px;
}
.single-author .author-details p {
    margin-bottom: 10px;
}
.author-details p.twitter:before {
    content: "\f099";
    font-family: 'FontAwesome';
    font-size: 15px;
    margin-right: 12px;
}
.author-details p.github-username:before {
    content: "\f09b";
    font-family: 'FontAwesome';
    vertical-align: middle;
    font-size: 15px;
    margin-right: 10px;
}
p#breadcrumbs {
    margin: 0px;
}
.breadcrumbs-bar {
    padding: 20px 0px;
    background: #f5f5f5;
}

header{
    position: relative;
}
.half-header{
    width: 100%;
    background: #F5F5F5 !important;
}

.half-content{
    background: #F5F5F5 !important;
}

.half-content p{
    color: #000;
    font-weight: 300;
}
.card-result {
    flex: 0 0 33%;
}
.content-card a.top {
    max-height: 150px;
}

body .content-card {
    margin-bottom: 15px!important;
}

.multiple .modified-date {
    display: none;
}

.multiple .single-author-preview .author-name {
    vertical-align: middle;
    padding-top: 10px;
    display: inline-block;
}
.multiple .single-author-preview {
    display: inline-block;
    margin-bottom: 5px;
}

.author-preview.multiple a.author-image img {
    display: inline-block;
}
@media all and (min-width: 768px) {
    .landing p.result-count {
        padding-left: 25px;
        margin-top: 5px;
    }
    .results {
        padding-top: 0px;
        padding-right: 0px;
    }
    .landing .pagination {
        left: 53%;
        transform: translateX(-53%);
    }    
    .landing .results {
        padding-bottom: 20px;
    }
}

.container-content{
    width: 100%;
    align-items: flex-start;
    display: flex;
    max-width: none;
    min-width: none;
    margin: 0 auto;
    padding: 0px 5% 0px 5%;
    background: #fff;
}

.form-filters{
    width: 100%;
    max-width: 350px;
    min-width: 220px;
}


input[type="text"]{
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 1rem;
    display: inline-block;
    color: #000;
    font-size: 1.5rem;
}

select{
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: .8rem;
    display: inline-block;
    width: 30%;
    color: #000;
    font-size: 1.5rem;
}

#form label {
    display: block;
}
#form p {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px;
}
input[type="checkbox"]:checked + label,
input[type="radio"]:checked + label{
    border: 1px solid #000;
    color: #000;
}
input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before{
    background: #000;
}

label:hover::after,
input[type="checkbox"]:checked + label::after,
input[type="radio"]:checked + label::after{
    width:100%;
}

#form .accordion-content input {
    display: inline-block;
    margin-right: 8px;
    width: inherit;
}

.accordion-content{
    display: none;
}
#form .accordion-content {
    padding: 10px 10px 20px 10px;
}

li.ui-accordion-group .accordion-header:after {
    font-family: MWF-MDL2;
    font-size: 10px;
    display: inline-block;
    position: relative;
    content: "";
    transform: rotate(90deg);
    float: right;
    margin-top: 9ox;
}
#form li.ui-accordion-group .accordion-header {
    font-size: 14px;
    line-height: 22px;
}
li.ui-accordion-group {
    margin: 0px!important;
}
li.ui-accordion-group .accordion-header {
    background: #f5f5f5;
    border-bottom: 2px solid #ddd;
    padding: 10px;
}
li.ui-accordion-group .accordion-header {
    font-size: 18px;
    line-height: 26px;
}

.landing input#search {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}
.author-preview img {
    float: left;
    max-height: 45px;
    border: 2px solid #fff;
    width: auto;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 20%);
    border-radius: 100%;
}
.author-preview.multiple a:first-child img {
    margin-left: 0px!important;
}
.author-preview.multiple a.author-image img {
    margin-left: -30px;
}
.author-preview img:hover, .author-preview img:focus {
    border: 2px solid #0078d4;
    z-index: 999;
    position: relative;
}

body .content-card a.top {
    margin-bottom: 10px;
}
body .content-card {
    padding: 10px;
}

.ui-accordion-group.active .accordion-content{
    display: block;
}

button.btn {
    font-family: "SegoeUI Semibold";
    font-size: 16px;
    line-height: 24px;
    padding: 5px 15px;
}
button.btn:hover {
    color: white;
}

.btn{
    display: inline-block;
}

input.btn{
    background-color: #256db5;
    color: #fff;
}

.single-author .card-result {
    padding: 0px 15px;
}
.error{
    color: #f00;
    font-size: 1.2rem;
    width: 100%;
    text-align: center;
    height: fit-content;
}
@media all and (min-width: 768px) {
    .single-author .main-content {
        padding-bottom: 150px!important;
    }
    
    .single-author .pagination {
        bottom: -80px;
        left: 50%;
    }
}
.results {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
body.single-author .content-card {
    padding: 1px;
    margin-bottom: 15px;
}

.card-result .top{
    width: 100%;
    aspect-ratio: 16/9;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #f5f5f5;
    margin-bottom: -1rem;
}
.content-card:hover,
.content-card{
    box-shadow: none;
    background: #fff;
}

.card-result .details{
    padding-block: 0;
    padding-inline: 1rem;
    text-align: left;
}

.card-result .details a{
    text-decoration: none;
}

.card-result .details h3{
    text-align: left;
    font-size: 18px;
    color: #256db5;
    line-height: 26px;
    margin-bottom: 0px!important;
}

div#content {
    background: white;
    min-height: 90vh;
}


.content-card p.modified-date {
    font-size: 12px;
    line-height: 20px;
}
.single-topic a.product-label {
    padding: 2px 5px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #ddd;
}
.single-topic h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 8px;
}
.pagination{
    position: absolute;
    bottom: -1rem;
    left: 40%;
    transform: translateX(-50%);
}
button .next-arrow {
    font-family: "SegoeMDL2";
    font-size: 12px;
    line-height: 25px;
}
button .prev-arrow {
    font-family: "SegoeMDL2";
    font-size: 12px;
    line-height: 25px;
    transform: rotate(180deg);
}
button.prev {
    display: inline-grid;
}
.author-details p.company:before {
    content: "";
    font-family: 'SegoeMDL2';
    margin-right: 8px;
}
.pagination button {
    padding: 3px;
    border: 1px solid #ccc;
    font-size: 15px;
    margin-right: 3px;
    background: #fff;
    color: #000;
    transition: all .3s ease-in-out;
    width: 35px;
    border-radius: 3px!important;
    font-family: "SegoeUI";
}

.pagination button:hover{
    background: #256db5;
    color: #fff;
}

@media screen and (max-width: 1150px){
    .container-content{
        flex-direction: column;
    }

    .form-filters{
        max-width: none;
        min-width: 220px;
    }

    .results{
        justify-content: center;
    }

    .pagination{
        bottom: -2.5rem;
        left: 50%;
    }
}