/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
    font-family: umfont;
    src: url("../fonts/umfont/TSACOR.TTF");
    font-weight: normal;
    font-style: normal;
}

/* ==========================================================================
   Page
   ========================================================================== */

.body {
    background-color: #fff;
}

.displayNone {
    display: none;
}

/* ==========================================================================
   Public desktop layout
   ========================================================================== */

.public-layout {
    position: relative;
    max-width: 1280px;
    margin: 0 auto 15px auto;
    min-height: 100%;
    height: auto !important;
    overflow-y: hidden;
    overflow-x: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
}

@media (max-width: 767px) {
    .public-layout {
        margin: 0 auto 0 auto;
        display: flex;
        flex-direction: column;
    }
}






/* ==========================================================================
   Columns
   ========================================================================== */

.columns .col:first-child:nth-last-child(4),
.columns .col:first-child:nth-last-child(4) ~ .col {
    width: 25%;
}

.columns .col {
    float: left;
    width: 25%;
    margin-bottom: 20px;
    overflow: visible;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
}

.columns:after {
    content: "";
    visibility: hidden;
    clear: both;
    display: block;
    height: 0;
}

/* ==========================================================================
   Header
   ========================================================================== */

.public-layout .mx-layoutcontainer-top header {
 
    width: 1280px;
    height: 56px;
    background: #fff;  
}

.um-home-logo {
    width: 325px;
    position: absolute;
    top: 9px;
    margin-left: 10px;
}

.language_toggle {
    position: absolute;
    right: 105px;
    font-size: 15px;
    top: 10px;
}

@media (max-width: 767px) {

    .language_toggle {
        right: 93px;
    }

    .um-home-logo {
        top: 14px;
        margin-left: 40px;
        max-width: 36vw;
    }

    .login-button, .logout-button {
        /*margin-top: -45px !important;  */
    }

    .accountmenu { 
        padding: 10px;
    }

    .accountmenu .navbar {
        display: none; 
    }

    .accountmenu:hover .navbar {
        display: block;
    }



}

.publiclayout .mx-name-sidebarToggle  {
    background: none !important;
    color: #001C3D;
    margin: 8px 0px 10px;
}

.offer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 5px;
    color: #fff;
    font-size: 1.5em;
    font-weight: bolder;
    margin-top: 6px; 
 
    
}

.inner-offer-three-for-free { 
    display: flex;
    flex-direction: row;
    background: #00A2DB !important;
    align-items: center;
    padding: 3px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
}

    .offer .btn {
        background:     #E84E10;
        color: #fff;
        margin: 15px;
    }

.offer-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bolder;
    margin-top: 6px; 
   
    
}

.inner-offer-three-for-free-mobile { 
    display: flex;  
    flex-direction: column;
    background: #00A2DB !important;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    max-width: 275px;

}





/* ==========================================================================
   Primary navigation
   ========================================================================== */

.primary-navigation {
    top: 60px;
    right: 13px;
    position: absolute;
    max-width: 65.88%;
}

.primary-navigation .wrapper {
    float: right;
}

.primary-navigation .wrapper > div {
    float: left;
}

.primary-navigation .audience {
    font-size: 13px;
    line-height: 1.5;
    font-weight: bold;
    float: left;
}

.primary-navigation .audience ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.primary-navigation .audience li {
    float: left;
}

.primary-navigation .audience a {
    float: left;
    margin-right: 1.5em;
    text-decoration: none;
    color: #333;
    text-decoration: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.primary-navigation .audience a:hover {
    color: #001C3D;
}


/* ==========================================================================
   HeaderMenu navigation
   ========================================================================== */

#HeaderMenu{
    background-color: #00A2DB;
    color: #fff;
    font-size: 23px;
    border-bottom: 1px solid transparent;
    position: absolute;
    top: 120px;
    right: 0px;
    padding-bottom: 3px;
    height: 46px;
    width: 1036px;
    display: none;
}

#HeaderMenu a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

#HeaderMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#HeaderMenu > ul{
}

#HeaderMenu > ul > li {
    padding: 6px 6px 0;
    margin-right: 0;
    display: inline;
}

.HeaderMenuLabel {
    color: #fff;
}

.HeaderMenuLabel:hover {
    color: #fff;
    text-decoration: underline;
}

/* ==========================================================================
   Fixed header
   ========================================================================== */

body.fixed .public-layout .mx-layoutcontainer-top header {
    margin: 0;
    background: transparent;
    width: 980px;
    height: 83px;
/*  width: 930px;
    padding-left: 30px;
    padding-right: 20px;*/
    top: 0;
    padding-top: 23px;
}

body.fixed .public-layout .mx-layoutcontainer-top header,
body.fixed .primary-navigation,
body.fixed #breadcrumb {
    position: absolute;
    z-index: 250;
    max-width: 980px;
    -webkit-backface-visibility: hidden;
}

body.fixed #breadcrumb {
    top: 83px;
    overflow-x: visible;
}

body.fixed .primary-navigation {
    width: 652px;
    margin-left: 315px;
    top: 21px;
    right: auto;
    z-index:251;
}

body.fixed .public-layout {
    padding-top: 160px;
}

.fixed .site-wide {
    z-index: 10;
}

/* ==========================================================================
   Calendar widget
   ========================================================================== */

.fc-toolbar, .fc-head, .calendar-public .fc-day-grid{
    display: none !important;
    }
.calendar-public .fc-axis{
    display: none !important;
}

.table-legend tr{
    height: 10px;
    line-height:1;
    font-size: 10px;
}

.mijnInteresseLijst .mx-list > li{
    padding: 5px 10px 5px;
}

.geen-mail .control-label {
  font-weight: normal;
}

.geen-mail input[type="checkbox"] {
  margin-right: 5px;
  width: 16px;
  height: 16px;
}

@media (max-width: 767px) {
   .row-width {
      width: 100%;
   }
   
}
@media (min-width: 768px) {
   .row-width {
      width: 80%;
   }

   .debt-layout {
       display: flex;
       flex-direction: column;
       justify-content: center;
       background-color: #f3e6e6;
       padding: 5px;
       text-align: center;
       margin: 5px;
   }


}
/* remove selected box*/
*:focus {
    outline: none;
}



/* ==========================================================================
   Barcode widget
   ========================================================================== */

.barcode-persoon-aanmaakscherm {
    transform: rotate(90deg);
    position: relative;
    left: 83px;
    bottom: 100px;
    max-height: 300px;
    margin-left: 40px;
}
 

.barcode-myusc-phone {
    margin-left: auto; 
    margin-right:auto;
    transform: rotate(90deg);
    position: relative;
    margin-top: -90px;
}

/* ==========================================================================
   Custom buttons
   ========================================================================== */

.hamburger-menu-button {
    background-color: #E3E3E3 !important;
    color: #001C3D !important;
    width: 204px;
    height: 40px !important;
    font-size: 20px !important;
    border-radius: initial !important;
    text-align: right;
}

.hamburger-menu-button:hover {
    cursor: default;
}

.login-button, .logout-button {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

.login-phone-button, .logout-phone-button {
    margin-top: 35px !important; 
    margin-bottom: -5px !important;
}

.publiclayout .mx-navbar-item a {
    /*font-size: 1.5em !important;*/
}



/*STC-254
.publiclayout .topbar .mx-navbar-item:last-child a {
    /*background: #fff !important;*/
/*padding: 8px 10px !important;*/
/*border-radius: 5px !important;*/
/*color: #001C3D !important;*/
/*margin-top: 7px !important;*/
/*}*/

.publiclayout .topbar .mx-navbar-item:last-child a {
    /*background: #fff !important;*/
    /*padding: 8px 10px !important;*/
    /*border-radius: 5px !important;*/
    /*color: #001C3D !important;*/
    /*margin-top: 7px !important;*/
}

.admin-logout-button {
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 1;
}

.register-button {
    position: absolute;
    top: 10px;
    z-index: 1;
    right: 70px;
}


/* ==========================================================================
   Custom containers
   ========================================================================== */

.hamburger-menu-container {
    display: block;
}


/* STC-254 */
.custom-layoutcontainer-center {
    /*border-top: #E3E3E3 solid 0px;*/
    padding: 5px 10px;
}

/* ==========================================================================
   Custom text
   ========================================================================== */
.logged-in-user-text {
    position: absolute;
    right: 200px;
    top: 18px;
    z-index: 1;
}

.logged-in-admin-text {
    position: absolute;
    color: #FFF;
    right: 90px;
    top: 20px;
    z-index: 1;
}

.backend-page-title {
    position: relative;
    top: 20px; 
}

.outer-container-open-debt {
    display: flex;
    justify-content: center;

}

.debt-layout {
    background: #f3e6e6;
    padding: 10px;
    border-radius: 5px;
    text-align: center;

}

.open-debt-outer-myusc-checkin { 
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
}

.open-debt-box-myusc-checkin { 
    background: #e35307;
    padding: 10px;
    color: white;
    border-radius: 5px;
    font-size: 20px;
    width: 300px;
    text-align: center;

}

.open-debt-box-persons-financial-top p { 
    margin: 0;

}

.my-account-financial-open-debt-info .row { 
    display: flex; 
    align-content: center; 
    align-items: center;
}

.debt-btn.pay-open-debt-button {
    background: #AE0B12;
    color: white;
    text-align: center;
    margin: 5px; 
    line-height: 1;
    display: inline-flex;
    justify-content: center;
}

.debt-btn.pay-open-debt-button:hover { 
    background: #e35307;
    color: white;


}


.account-financial-outer-info-messages {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 1rem;
    align-items: stretch;
}

.account-financial-outer-info-messages p {
    margin: 0;
}

.account-financial-inner-box {
    display: flex;
    flex: 1;
    min-width: 300px;
    max-width: calc(50% - 0.5rem);
    gap: 1rem;
    padding: 15px; 
    border-radius: 5px;
    margin-bottom: 15px;
    align-items: center;
    font-size: 1.25em;
}

.account-financial-inner-box-text {
    flex: 1;
    min-width: 0;
    word-wrap: break-word;
}

.account-financial-inner-box-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.account-financial-inner-box-button .btn {
    width: 100%;
    justify-content: center;
    text-align: center;
    align-content: center;
    align-items: center;
}



.account-financial-inner-box:nth-child(2) .account-financial-inner-box-text {
    width: 100%;
}

.account-financial-inner-box:nth-child(2) .account-financial-inner-box-button {
    flex-basis: auto;
 
}

@media screen and (max-width: 767px) {
    .account-financial-inner-box {
        flex-direction: column;
        max-width: 100%;
        align-items: center;
        text-align: center;
    }
    
    .account-financial-inner-box-text {
        width: 100%;
    }
    
    .account-financial-inner-box-button {
        width: auto;
        margin-top: 1rem;
    }
}

@media screen and (min-width: 768px) {
    .account-financial-outer-info-messages {
        align-items: stretch;
    }
    
    .account-financial-inner-box {
        flex-wrap: wrap;
    }
    
    .account-financial-inner-box-button {
        flex-shrink: 0;
    }
}

    /* ==========================================================================
       Custom groupbox
       ========================================================================== */

.barcode-groupbox {
 
}

/* ==========================================================================
   Custom table
   ========================================================================== */

.home-phone-table {
    margin-top: -70px;
}

.maintenance-font {
    font-size: 16px;
    font-style: italic;
}

.maintenance-link {
    color: blue;
}

/* homepage */

.homepage h2, h3, .infopage h2 {
    font-weight: bold; 
}

.homepage h2 {
    margin-left: 15px;
    margin-top: 30px;
}

.activitygrid-featured .mx-templategrid-item {
    display: inline-block;
    vertical-align: top;
    width: 33% !important;
    /*background-color: #001C3D;*/
    color: white;
    border: none;
}

.activitygrid-featured .mx-templategrid-item img.mx-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}


.full-content-container-featured {
    box-sizing: border-box;
    cursor: pointer;
}

.mx-dataview-content .container-homepage-featured {
    height: 100%;
    justify-content: space-between;
}

.textbox-homepage-featured {
    color: white;
    background-color: #001C3D;
    height: 75px;
    padding: 10px;
}

.textbox-homepage-featured h3 {
    font-size: 1.5em;
    text-align: center;
    margin-top: 5px
}


.activitygrid .mx-image {
    /*height: 8vw;*/
    width: 100%;
    object-fit: cover;
    height: 175px;
}

.activitygrid .mx-templategrid-item { 
    border: none!important;
    padding: 5px;
    margin: 5px;
}


.activitygrid .mx-templategrid-item .mx-dataview { 
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
    height: 300px;
}

.activitygrid .mx-templategrid-item .textbox {
    padding-left: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.activitygrid .mx-templategrid-item h3 {
    margin-bottom: 5px;
    margin-top: 10px;
}

.btn {
    font-size: 16px !important;
    height: 34px !important;
}

.quicklinks { 
    font-size: 16px;
}

.quicklinks .mx-link {
    padding: 0px !important;
}

.quicklinks a {
    color: #E84E10;
    font-size: 24px;
    font-weight: bold;
    display: block !important;
}

.quicklinks h2 {
    margin-left: 0px;
}

.infopage {
    margin: 0px 20px !important;
    font-size: 16px !important;
}

    .infopage tr {
        border-bottom: 1px solid #eee;
    }

    .infopage td img {
        display: inline;
    }

    .infopage td:nth-child(3) { 
        text-align: center;
    }

    .infopage td:nth-child(2), .infopage td:nth-child(4) {
        background: #eee;
        text-align: center;
    }

    .infopage td h3 {
        margin-top: 5px;
    }

.activityoverview {
    font-size: 16px;
}

    .activity-title  {
        padding: 0px;
        font-weight: bold !important;
    }

    .activity-right .btn {
        font-size: 16px;
        margin-right: 5px;
    }

.buymembership_top {
    padding: 30px;
}

.membershiptable a:hover {
    text-decoration: none;
}

    .feature:before {
        content: "\e013";
    }

.buymembership_bottom {
    margin-top: 20px;
}

.buymembership_bottom .btn {
    font-size: 24px !important;
    width: 40%;
    height: 50px !important;
}

.buymembership-bottom-container {
    display: flex;
    justify-content: center;
}

.openinghours {
    background: #eee; 
    padding: 8px;
    margin-top: 15px;
}

.openinghours h2 {
    margin-top: 0px;
}

.footer {
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
}

.footer-inner-full {
    display: flex;
    margin-left: 5px;
    margin-right: 5px;
}

.footer-inner-text {
    display: flex;
    justify-content: space-between;
    flex-basis: 100%;
    align-items: center;
    font-size: 1.2em;
}


.footer-inner-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer-inner-links .mx-link {
    margin-left: 8px;
}

    .footer-inner {
        background: #eee;
        width: 100%;
        padding: 10px;
    }

    .footer-column {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .footer-row {
        display: flex;
        flex-direction: row;
        align-items: center;
    }


    .footer .mx-layoutgrid {
        max-width: 1280px;
        margin: 0 auto;
    }

    .footer-right {
        text-align: right;
    }

        .footer-right .mx-link {
            padding: 0px !important;
            margin-left: 2px;
        }


@media (min-width: 768px) {
    .footer .col-sm-8 {
         width: 100%;


    }
}

@media (max-width: 600px) {

    .content-wrapper-layout {
        padding-bottom: 95px;
    }

    .footer {
        display: flex;
        bottom: 0px;
        margin-top: 5px;
        height: 85px;
        position: absolute;
        max-width: 100%;
        width: 100%;
    }

    .footer-inner {
        display: flex;
        justify-content: center;
        padding: 7px;
    }


    .footer-row {
        width: 100%;
        margin-left: 5px;
        font-size: 14px;
    }

    .footer-column {
        margin-left: 10px;
        width: 100%;
        justify-content: center;
        /*align-items: center;*/
        flex-basis: content;
    }

}

    @media (max-width: 500px) {
    /*.footer-phone-nr {*/
    /*    font-size: 0.85em;*/
    /*}*/

        .footer-row {
            font-size: 11px;
        }

        .mail-adress-footer {
            font-size: 9px;
        }





        /*.main_wrap .mx-scrollcontainer-wrapper:first-child !important {*/
    /*    height: calc(100vh - 100px);*/
    /*}*/
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  margin: 3px;
  border: 3px solid #001C3D;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #001C3D transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.contentviewer .mx-templategrid-item {
    display: block !important;
    border: none !important;
    padding: 0px !important;
}

.daytable input {
    margin-left: 15px;
}

.mx-checkbox {
    margin-left: 0px !important;
}

.mobilefilters {
    display: none;
    position: absolute;
    z-index: 10;
    padding: 5px 10px;
    border-radius: 4px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    background: #fff;
}

.mobilefilters_wrap:hover .mobilefilters {
    display: block;
}

.form-horizontal .form-group {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.activities li {
    padding: 0px 10px;
}

.activities li:nth-child(even) {
    background: #f3f3f3;
}

.activities .form-group {
    margin-bottom: 0px !important;
}

.kiosk_activities {
    margin-left: 10px;
    .mx-listview-empty {
        display: none;
    }
}

.kiosk_activities li:nth-child(odd) {
    background: #f3f3f3;
}

.kiosk-outer-logo-container {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    width: 100vw;
}

.kiosk-inner-logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 400px;
    background-color: #001C3D;
    max-width: 100%;
    padding: 10px;
}

.kiosk-um-sports-logo {
    max-width: 275px;
}


.open-debt-outer-kiosk { 
    display: flex; 
    justify-content: center;
}

.open-debt-box-kiosk { 
    background: #e35307; 
    color: #fff; 
    border-radius: 15px; 
    margin: 5px 25px; 
    padding: 15px;     
    width: 1060px; 
}



.mx-link {
    color: #00A2DB !important;
    padding-left: 0px;
    padding-right: 0px;
}


.bulk-action-filter-container { 
   display:flex;
    flex-direction: row; 
    flex-wrap: wrap; 
    align-items: center;  
    justify-content: center; 
   
} 

.bulk-action-filter-container .control-label { 
    padding-top: 0px; 
 } 

 .contactdetails-postlogin-container { 
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 20px;
 }


 /* ==========================================================================
    Sports Offer page
   ========================================================================== */

.StudentSportsPaginaTitel {
    font-size: 2em;
    font-weight: bold;
    color: #001C3D;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
} 

.ssv-aanbieder-filter-wrapper { 
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    /* margin-left: 20px; */
    background-color: #e2e2e2a1;
}

.ssv-aanbieder-filter-container { 
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    border-radius: 10px;
}

.ssv-aanbieder-filter-container p {
    margin: 0;
    font-size: 1.2em;
    color: #001C3D;
    margin-left: 10px;
    
}

.filter-ssv-aanbieder-naam .btn {
    background-color: #00A2DB;
    color: white;
    font-size: 1.2em;
    border-radius: 10px;
    margin-top: 20px;

}

.filter-ssv-aanbieder-naam .filter-selector .filter-selector-content .filter-selector-button { 
margin-top:0px;
}





   .SportAanbodItem { 
   position: relative;
    background-color: #f0efef61;
    border-radius: 10px;
    margin: 10px;
    height: 500px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
   }


   .SportAanbodItem-sportaanbod { 
   position: relative;
    background-color: #f0efef61;
    border-radius: 10px;
    margin: 10px;

    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
   }

.ssv-aanbieder-image-container { 
 
} 


.image-ssv-aanbieder { 
    width: 400px;
    max-height: 300px;
    object-fit: fill;
    border-radius: 10px 10px 0 0;
}

.infobox-ssv-container { 
    width: calc(100% - 20px);
    padding: 0;
    margin: 10px auto 0 auto;
}

.infobox-ssv { 
    background-color: #ffffff;
    color: red;
    font-size: 1em;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    margin: 0;
}



   .SportAanbodItem-text-wrapper { 
     display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    flex: 1;
    justify-content: space-between;
   
   }

   .SportAanbodTitel { 
    color: #001C3D;
    font-size: 1.5em;
    font-weight: bold;
    padding: 8px;
    text-align: center;
   }

   .SportAanbodKorteBeschrijving { 
    padding: 8px;
    font-size: 1.2em;
    color: #001C3D;
   }

   .sportaanbod-titel-container { 
    display: flex;
    justify-content: center;
    align-items: center;

    padding: 10px;
   }

   .sportaanbod-beschrijving-container { 
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    font: 0.9em sans-serif;
   }

   
@media (max-width: 767px) {

    .ssv-aanbieder-filter-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        background-color: #e2e2e2a1;
        border-radius: 10px;
    }

    .ssv-aanbieder-filter-container {
        display: flex;
        flex-direction: column;
        width: 100%;

    }
    
    .ssv-aanbieder-filter-container p {
        font-size: 1em;
        margin-left: 5px;
        text-align: left;
    }
    

    
    .filter-ssv-aanbieder-naam .btn {
        font-size: 1em;
        margin-top: 10px;
        width: 30px;
        min-width: 200px;
    }

    .filter-ssv-aanbieder-naam .btn {
    background-color: #00A2DB;
    color: white;
    font-size: 1.2em;
    border-radius: 10px;
    margin-top: 20px;
    width: 20px;
    display: none

}

.filter-ssv-aanbieder-naam .filter-selector .filter-selector-content .filter-selector-button { 
margin-top:0px;
width: 200px;
}
}

.ssv-detail-outer-wrapper { 
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 20px;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.ssv-detail-header-image { 
    width: 300px;
    border-radius: 10px;
    margin-bottom: 20px;
    object-fit: cover;
    background-color: #f0f0f0;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.ssv-detail-image { 
    width: 100%;
    max-width: 400px;
    max-height: 375px;
    border-radius: 10px;
    object-fit: cover;
}

.ssv-detail-header { 
    font-size: 2em;
    display: flex;
    font-weight: bold;
    color: #001C3D;
    text-align: center;
    margin-bottom: 20px;
    justify-content: center;
}

.ssv-detail-header h1 { 
    font-size: 2em;
    display: flex;
    font-weight: bold;
    color: #001C3D;
    text-align: center;
    margin-bottom: 20px;
    justify-content: center;
}

.ssv-detail-text-content { 
    background-color: #f0f0f0;
    display: flex;
    font-size: 1.4em;
    color: #001C3D;
    text-align: left;
    margin-bottom: 20px;
    width: 500px;
    border-radius: 10px;
    padding: 20px;
    min-height: 500px;
    flex: 1;
}

.ssv-detail-box-wrapper { 
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    width: 100%;
}

.ssv-detail-contact {
    background-color: #f0f0f0;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    font-size: 1.2em;
    color: #001C3D;
    text-align: left;
    margin-bottom: 20px;
    width: 400px;
    padding: 20px;
    flex: 1;
}

.ssv-detail-contact-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
}

.ssv-detail-location {
    border-radius: 10px;
    background-color: #f0f0f0;
    display: flex;
    flex-direction: column;
    font-size: 1.2em;
    color: #001C3D;
    text-align: left;
    margin-bottom: 20px;
    padding: 20px;
    width: 400px;
    flex: 1;
}

.ssv-detail-location-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
}

/* Tablet styles */
@media (max-width: 1024px) {
    .ssv-detail-outer-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 15px;
    }
    
    .ssv-detail-header-image {
        width: 100%;
        max-width: 400px;
    }
    
    .ssv-detail-text-content {
        width: 100%;
        max-width: 600px;
        font-size: 1.2em;
        min-height: auto;
    }
    
    .ssv-detail-box-wrapper {
        flex-direction: column;
        gap: 20px;
        width: 100%;
        max-width: 600px;
    }
    
    .ssv-detail-contact,
    .ssv-detail-location {
        width: 100%;
        max-width: none;
    }
}

/* Mobile styles */
@media (max-width: 767px) {
    .ssv-detail-outer-wrapper {
        padding: 10px;
        gap: 15px;
    }
    
    .ssv-detail-header {
        font-size: 1.5em;
        margin-bottom: 15px;
    }
    
    .ssv-detail-header h1 {
        font-size: 1.5em;
        margin-bottom: 15px;
    }
    
    .ssv-detail-text-content {
        font-size: 1.1em;
        padding: 15px;
    }
    
    .ssv-detail-contact,
    .ssv-detail-location {
        font-size: 1.1em;
        padding: 15px;
    }
    
    .ssv-detail-box-wrapper {
        gap: 15px;
    }
}

.admin-login-button {
  display: none !important;
}

.show-admin .admin-login-button {
  display: inline-block !important;
}

.functional-dashboard .tbody { 
  
}

.functional-dashboard .tr {
    height: 50px;
}

.functional-dashboard .td {
    padding: 10px;
    font-size: 1.2em;
    text-align: center; 
    border: 1px solid #ddd;
}