﻿html
{
    height: 100%;
}

body
{
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
:root {
    --button-background-color-buyable: rgb(60, 60, 60);
    --button-background-color-buyable-selected: rgba(192, 192, 192, 1);
    --step-menu-background-color: rgb(60, 60, 60);
    --step-menu-background-color-selected: rgba(192, 192, 192, 1);
    --button-background-color-buyable-rgba: rgba(219, 219, 219, 1);
    --button-border-color-buyable-rgba: rgba(192, 192, 192, 1);
    --border-color-menu-rgba: rgba(60, 60, 60, 1);
    --background-color-menu: rgba(60,60, 60, 1);
    --overlay-background-color: rgba(0, 0, 0, 0.6);
    --selected-overlay-color: rgba(60, 60, 60, 0.7);
    --selected-subgroup-border-color: rgb(225, 225, 225, 1);
    --selected-categorygroup-border-color: rgba(212, 214, 137, 1);
    --selected-categorygroups-border-color: rgba(195, 107, 107, 1);
    --category-filter-link-color: rgba(0, 0, 0, 1);
    --category-filter-color: rgba(0, 0, 0, 1);
    --cart-icon-count-backgorund: rgba(0, 0, 0, 1);
    --cart-icon-count-color: rgba(255, 255, 255, 1);
    --warning-text-color: #d70000;
    --responsive-dl-border-color: #cbc4c4;
    --mypage-hr-color: #cbc2c2;
}

body > main{
    flex-grow: 1;
}

.logo
{
    cursor: pointer;
}

:focus {
    outline: solid #CC8500 !important;
} 

div.top-right
{
    position: absolute;
    right: 5px;
    top: 0;
}

#top{
    width: 100%;
    position: fixed;
    z-index: 3;
}

#top #default-cart
{
    position: static !important;
}

#top #default-cart > .cart
{
    padding: 0;
    min-height: inherit;
}

.must-be-logged-in
{
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 3px;
    background: #fffacd;
    padding: 10px;
    margin-bottom: 10px;
}

.greeting,
.must-be-logged-in
{
    margin-top: 20px;
}

.greeting h3
{
    margin-top: 0;
    margin-bottom: 2px;
}

.greeting,
.message
{
    margin-bottom: 10px;
}

.must-be-logged-in button
{
    margin-left: 10px;
}

.cart > div
{
    padding: 15px;

}

#top #default-cart button
{
    width: 120px;
    font-size: inherit !important;
    margin-top: 0;
    height: inherit;
    margin-bottom: 0.5em;
    padding: 4px !important;
}

@media(min-width:992px)
{
    #top .cart
    {
        display: block !important;
    }

    .mobile.cart
    {
        display: none;
    }
}

#default-cart
{
    position: absolute;
    right: 5px;
    top: 5px;
}

.mobile.cart
{
    height: 0;
    padding: 0;
    overflow: hidden;
    transition: height 0.2s ease-in-out;
}

#event-list
{
    margin-bottom: 1em;
}

#event-list .day h3,
.event
{
    padding-left: 10px;
    padding-right: 10px;
}

#event-list h3
{
    font-weight: bold;
}

#topmsg
{
    margin-top: 1em;
    margin-bottom: 1em;
}

/* kundtext overrides */

#topmsg span,
#topmsg strong
{
    font-size: inherit !important;
}

#topmsg p:last-child
{
    margin-bottom: 0;
}

#filter h3
{
    margin-bottom: 0.8em;
}

#drawer .logo,
#top .logo
{
    background-image: url("Images/default_logo.png?v1113");
    background-repeat: no-repeat;
}

@media(max-width: 991px)
{
    #drawer .logo-parent
    {
        height: 80px;
    }
}

@media(min-width: 992px)
{
    #drawer .logo-parent,
    #drawer .cart-open-placeholder
    {
        display: none;
    }
}

#top .logo
{
    width: 269px;
    height: 86px;
}

input[type=submit],
a.button,
button,
.btn
{
    border-width: 0;
    border-style: solid;
    font-family: inherit;
    font-size: 18px;
    border-radius: 0;
}

.btn-circle {
    width: 60px !important;
    height: 60px;
    padding: 10px 16px;
    border-radius: 30px !important;
    font-size: 12px;
    text-align: center;
}


.slim.button
{
    padding: 2px !important;
}

#event-list button
{
    min-width: 130px;
}

#main_eventList
{
    margin-bottom: 1em;
}

@media(max-width:767px)
{
    .event .buttons
    {
        margin-top: 10px;
    }

    .buttons button
    {
        width: 100% !important;
    }
}

@media(min-width:768px)
{
    .event .buttons
    {
        float: right;
    }
}

.buttons > button
{
    display: block;
    margin-bottom: 10px;
}

.buttons > button:last-child
{
    margin-bottom: 0;
}

.price select
{
    margin-bottom: 4px;
    margin-right: 10px;
    min-width: 90px;
    display: inline-block;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

.close
{
    color: inherit !important;
}

.modal-backdrop
{
    background-color: #fff !important;
}

input:-webkit-autofill {
    background-color: inherit !important;
}
.hr-style-mypage {
    margin-bottom: 40px !important;
    margin-top: 25px !important;
    border: 0;
    border-top: 1px solid var(--mypage-hr-color);
}
.responsive-dl { /*mypage*/
    display: none;
    margin-top: 20px;
    border-bottom: 0.5px dotted var(--responsive-dl-border-color);
    width: 100%;
}
.dialog
{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media(max-width: 767px)
{
    .dialog .modal-dialog
    {
        margin: 0 !important;
    }

    .dialog .modal-content
    {
        border: none;
        border-radius: 0;
    }
}

@media(min-width: 992px)
{
    #login-dialog div.login,
    #login-dialog div.register
    {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

.modal-dialog input[type=text],
.modal-dialog input[type=tel],
.modal-dialog textarea,
.modal-dialog input[type=password],
.modal-dialog input[type=number],
.modal-dialog input[type=email],
.modal-dialog select {
    font-size: 18px;
    color: #444 !important;
    padding: 10px;
    border: 1px solid #4a8195;
    border-radius: 3px !important;
    font-family: inherit;
    font-weight: normal;
}

.modal-dialog input[type=text],
.modal-dialog input[type=password],
.modal-dialog input[type=email],
.modal-dialog input[type=tel],
.modal.login button.btn,
.modal-dialog label {
    width: 100%;
}

.event .available-amount .staple
{
    background: #b1b1b1;
    height: 100%;
}

.modal-dialog button.close {
    float: right;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 5px !important;
    height: inherit;
    background-color: transparent !important;
}

.modal-dialog button.back {
    float: left;
    height: inherit;
}

.btn
{
    font-weight: normal !important;
}

label[data-toggle=tooltip]
{
    font-weight: inherit;
    margin-bottom: 0 !important;
    margin-left: 4px;
}

a.logout,
a.register
{
    cursor: pointer;
}

table.registration-summary
{
    margin-bottom: 10px;
}

table.registration-summary td:first-child
{
    padding-right: 10px;
}

td
{
    vertical-align: top;
}

form
{
    min-height: 0;
}

.larger-text
{
    font-size: larger;
}

#event-list .coming,
#event-list .cancelled {
    color: var(--warning-text-color);
    font-weight: normal;
}

#event-list .when
{
    font-size: 22px;
}

#event-list .what
{
    font-size: 22px;
    margin-top: -3px;
}

#event-list .withwho,
#event-list .where,
#event-list .forhowlong,
#event-list .occurences,
#event-list .extra-info,
#event-list .ticket {
    font-size: 14px;
    padding-left: 17px;
}

#event-list .withwho
{
    background: url("Images/event-icons/black/user.svg?v1113") no-repeat;
    background-position: left bottom 5px;
    background-size: 10px auto;
}

#event-list .forhowlong
{
    background: url("Images/event-icons/clock.svg?v1113") no-repeat;
    background-position: left bottom 5px;
    background-size: 10px auto;
}

#event-list .where
{
    background: url("Images/event-icons/black/place.svg?v1113") no-repeat;
    background-position: left top 3px;
    background-size: 10px auto;
}
#event-list .ticket {
    background: url("Images/event-icons/black/ticket.svg?v1113") no-repeat;
    background-position: left -1.5px top 2px;
    background-size: 15px auto;
}

#event-list .occurences
{
    background: url("Images/event-icons/black/occurences.svg?v1113") no-repeat;
    background-position: left bottom 6px;
    background-size: 10px auto;
}

#event-list .extra-info
{
    background: url("Images/event-icons/black/extra_info.svg?v1113") no-repeat;
    background-position: left top 3px;
    background-size: 10px auto;
}


#event-list button.Booked
{
    cursor: default;
}

.calendar-day
{
    display: inline-block;
    float: left;
    color: #000;
    border: 1px solid #888;
    text-align: center;
    position: relative;
}

@media(max-width: 767px)
{
    .calendar-day
    {
        width: 20%;
        font-size: 2.3vw;
        height: 24vw;
        margin-right: 5%;
    }

    #event-list .event .info
    {
        width: 75%;
    }
}

@media(min-width: 768px)
{
    .calendar-day
    {
        width: 90px;
        height: 115px;
        margin-right: 30px;
    }

    #event-list .info
    {
        width: 330px;
    }
}

#event-list .event .info
{
    float: left;
}

@media(min-width:768px)
{
    #event-list .event .info .columns
    {
        column-count: 2;
        column-width: 90px;
        column-fill: auto;
    }
}

@media(max-width: 767px)
{
    .calendar-day .day
    {
        font-size: 8vw !important;
    }
    
    .calendar-day .dow,
    .calendar-day .month
    {
        font-size: 3vw !important;
    }
}

.calendar-day
{
    padding-top: 0.7em;
}

.calendar-day .day
{
    font-size: 30px;
    line-height: 1.2em;
}

.calendar-day .dow,
.calendar-day .month
{
    font-size: 14px;
}

@media(max-width: 991px)
{
    .dropdown-filter.sm-collapsed
    {
        border: none;
        padding: 0;
        background: none;
    }

    .dropdown-filter.sm-collapsed .show-on-collapse
    {
        display: block;
    }

    .dropdown-filter.sm-collapsed .hide-on-collapse
    {
        display: none;
    }

    .dropdown-filter.sm-collapsed h3
    {
        margin-bottom: 0;
    }
}

@media(min-width: 992px)
{
    .sm-hidden
    {
        display: none;
    }
}

#filter .show-on-collapse
{
    display: none;
}

.dropdown-filter
{
    margin-bottom: 15px;
}

.dropdown-filter input,
.dropdown-filter select
{
    width: 100%;
    border: none;
}

#filter [datepicker]
{
    width: 100%;
    height: 100%;
    border: none;
}

#event-list .entry
{
    min-height: 30px;
    margin-bottom: -1px;
    padding: 20px;
}

.main-parent
{
    margin-top: 100px;
}

.main.container
{
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media(max-width:991px)
{
    #top
    {
        display: none;
    }

    .logged-in
    {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .main.container
    {
        padding-top: 0;
    }
}

#campaign
{
    padding: 10px;
}

#default-cart
{
    color: #fff;
}

a
{
    transition: opacity 0.1s;
}

@media(max-width:991px)
{
    .mobile.cart.open
    {
        height: inherit;
    }

    #right
    {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #top .cart
    {
        display: none;
    }

    #mobile-filter .left.section
    {
        padding-right: 10px !important;
    }
    #mobile-filter .right.section
    {
        padding-left: 10px !important;
    }
}

#mobile-filter a
{
    margin-left: 1em;
    color: inherit !important;
}

/* drawer */
#drawer {
    position: fixed;
    z-index: 3;
    font-size: 18px;
    border: 1px solid transparent;
}

#drawer li
{
    background: #fff;
}

#drawer .bbq
{
    background: url("Images/bbq_black.svg?v1113") no-repeat;
    background-size: 100% auto;
    width: 23px;
    height: 25px;
    cursor: pointer;
}

@media(min-width:992px)
{
    #drawer {
        position: fixed;
        z-index: 4;
        top: 5px;
        left: 5px;
    }
}

.menu-div {
    position: fixed;
}

@media(max-width:991px) {
    #drawer {
        width: 100%;
    }
    .menu-div{
        top: 95px;
    }
}

#drawer ul
{
    opacity: 0;
    transition: opacity ease 0.3s;
    padding-left: 0;
    display: none;
    list-style: none;
    margin-top: -10px;
}

#drawer.open ul
{
    display: block;
}

#drawer li
{
    border-right: 0;
}

#drawer .bbq-parent
{
    vertical-align: top;
}

#drawer .bbq-parent,
#drawer .cart-open-placeholder
{
    width: 50px;
}

#drawer .bbq,
#drawer .cart-open-icon
{
    margin: 18px 16px;
}

#drawer.open ul
{
    opacity: 1;
}

#drawer a
{
    display: inline-block;
    width: 100%;
    padding: 12px 16px;
    color: inherit;
}

#drawer ul
{
    padding-left: 0 !important;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#drawer li
{
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.cart > div
{
    padding: 15px;
}

.dropdown-filter
{
    padding: 5px;
}

@media(max-width: 991px)
{
    .dropdown-filter
    {
        margin-top: 15px;
        border: 1px solid #afb7e2;
    }
}

#filter .section
{
    margin-bottom: 20px;
}

#filter .section:last-child
{
    margin-bottom: 0;
}

/* bootstrap overrides */
.col-sm-3,
.col-sm-6,
.col-sm-9,
.col-md-12,
.col-xs-12
{
    box-sizing: border-box !important;
}

.col-md-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

hr
{
    margin-bottom: 8px !important;
    margin-top: 8px !important;
}

.cancelled.event
{
    background: #ccc !important;
}

.cancelled.event button
{
    display: none;
}

/* events */
#event-list .event
{
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#event-list .event button
{
    width: 130px;
}

#event-list .event button.Bookable
{
    background-color: #bababa;
}

#event-list .event button.Booked
{
    background-color: #606060;
}

#event-list .event button.Buyable {
    background-color: var( --button-background-color-buyable);
}

#event-list .event button.InterestQueue 
{
    background-color: #005b77;
    width: 160px;
    margin-top: 5px;
}

#event-list .event button.Confirm {
        background-color: #005b77;
        width: 130px;
        border-radius: 4px;
}

.Cancel {
    background-color: transparent;
    color: #005b77;
    font-weight: 500;
    outline: 0;
    border-style: none;
}

#event-list .event button.Queueable
{
    background-color: #dcdcdc;
}

@media (max-width: 991px)
{
    .open.mobile.cart
    {
        height: inherit;
    }
}

@media (max-width: 768px)
{
    #event-list .event
    {
        margin-left: 0;
    }
}

.ui-datepicker-current
{
    display: none;
}

.ui-datepicker-buttonpane
{
    border: none !important;
    margin: 8px 0 4px 0 !important;
}

button.ui-datepicker-close 
{
    background-color: #bababa !important;
    border-radius: 0;
    border: none !important;
    float: none !important;
    font-weight: normal !important;
    margin: 0 !important;
    width: 100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media(min-width:768px)
{
    .event-information
    {
        margin-top: 1em;
    }
}

.event-information font
{
    font-family: inherit;
    font-size: inherit;
}

.event-information td + td > img
{
    margin-left: 1em;
}

.event-information td:not(:last-child) > img
{
    margin-right: 1em;
}

.event-information span
{
    font-size: inherit !important;
    word-break: break-word;
}

.event-information br + img
{
    margin-top: 1em;
}

.event-information strong + br,
.event-information br + br + br,
.event-information table + br
{
    display: none;
}

.event-information table
{
    width: 100%;
    height: auto !important;
}

.event-information img {
    width: 100%;
    height: 100%;
}
@media(max-width: 600px){
    .event-information img {
        width: 100%;
        height: 100%;
        min-width: 30vw;
       
    }
}

.event-information .rrHandle
{
    display: none;
}

.event-information h2
{
    margin-top: 1em;
}

.event .available-amount
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ddd;
    width: 100%;
}

@media(max-width: 767px)
{
    .event .available-amount
    {
        height: 3.2vw;
    }    
}

@media(min-width: 768px)
{
    .event .available-amount
    {
        height: 20px;
    }
}

.event .available-amount .text
{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    color: #000;
    bottom: 0;
    white-space: nowrap;
    overflow: hidden;
}

.presentkort
{
    background: url("Images/presentkort.png?v1113") no-repeat;
    background-size: 100% auto;
    width: 200px;
    height: 119px;
    margin: -10px;
    max-width: 100%;
}

@media(max-width: 767px)
{
    .presentkort
    {
        background: url("Images/presentkort.png?v1113") no-repeat;
        background-size: 100% auto;
        margin: -10px;
        height: 0;
        padding-bottom: 64%;
        width: calc(100% + 20px) !important;
        max-width: inherit;
    }

    .activity-entry
    {
        display: block !important;
    }
}

a:hover
{
    opacity: 0.6;
}

.payment-form button
{
    border: 1px solid #fff;
    border-radius: 3px;
    background: none;
    margin-top: 0.5em;
}

a:hover,
a:focus
{
    text-decoration: none;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.content-wrapper {
    min-height: 300px;
    overflow-y: auto;
    width: 100%;
    margin-bottom: 10px;
}

.row-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.summary-row {
    display: flex;
    justify-content: flex-end;
    font-weight: bold;
}

.padding-bot {
    padding-bottom: 5px;
}

.service-charge-info .amount {
    margin-left: 2em;
}

.margin-right-half {
    margin-right: 0.5em;
}

#http-error-dialog .modal-content
{
    text-align: right;
}

#http-error-dialog .msg
{
    position: absolute;
    left: 0;
    top: 0;
    width: 230px;
    text-align: left;
}

#http-error-dialog img
{
    padding-top: 40px;
    width: 90%;
}

.modal-dialog.modal-400
{
    width: 400px;
}

#feedback-dialog input:not([type=checkbox]),
#feedback-dialog textarea
{
    width: 100%;
}

#feedback-dialog textarea
{
    height: 80px;
    resize: none;
}

.user-type-selection button
{
    width: 100px;
    height: 100px !important;
    position: relative;
}

.user-type-selection button div.image
{
    width: 80%;
    height: 80%;
    margin-left: auto;
    margin-right: auto;
}

.user-type-selection button:hover
{
    opacity: 0.8;
}

.user-type-selection button div.text
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 80%;
}

.panel-heading button.edit
{
    border: none;
    width: 16px;
    height: 16px;
    background: url("Images/pen-16x16.png?v1113");
    float: right;
}

.panel-body button.edit
{
    z-index: 1;
}

.panel-body
{
    position: relative;
}

.panel-body button.edit
{
    border: none;
    width: 16px;
    height: 16px;
    background: url("Images/pen-16x16.png?v1113");
    background-repeat: no-repeat;
    position: absolute;
    top: 16px;
    right: 10px;
    font-size: 120% !important;
    padding: 5px 0px !important;
}

.mypages div.document
{
    background: url("images/paper.png?v1113") no-repeat;
    height: 38px;
    padding-left: 18px;
}

table.members > tbody > tr > td
{
    padding-top: 4px;
    border-bottom: 1px solid #aaa;
}

.modal-header h3
{
    margin-top: 4px;
    margin-bottom: 0;
}

.modal-header h3,
.modal-dialog button.close
{
    margin-top: 0;
}

.modal-dialog button.close
{
    margin-right: 0;
}

#loader .loader-panel
{
    margin-bottom: 10px;
}

#loader .loader-panel:after
{
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4,end) 900ms infinite;
    animation: ellipsis steps(4,end) 900ms infinite;
    content: "\2026";
    width: 0;
}

@keyframes ellipsis {
  to {
    width: 20px;
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 20px;
  }
}



button.close
{
    background: none !important;
}

.busy-overlay
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    cursor: wait;
    background: #fff;
    opacity: 0.4;
    display: none;
}

#campaign
{
    background: #dff0d8;
    margin-bottom: 10px;
}

#campaign h2
{
    margin-top: 0;
}

#campaign .description
{
    margin-top: 5px;
    margin-bottom: 5px;
}

#campaign button
{
    background: #fce49c !important;
    color: #000 !important;
    border: 1px solid #c0c0c0;
}

.close
{
    opacity: 1;
}

.close:active
{
    opacity: 0.7;
}

.bootstrap-datetimepicker-widget
{
    color: initial !important;
}

.mypages-menu .profile .image
{
    background: url("https://files.actorsmartbook.se/images/user_white.svg?v1113") no-repeat;
    background-size: 100% auto;
}

.mypages-menu .profile.reverse .image
{
    background: url("https://files.actorsmartbook.se/images/user_white.svg?v1113") no-repeat;
    background-size: 100% auto;
}

.mypages-menu .group .image
{
    background: url("https://files.actorsmartbook.se/images/group_white.svg?v1113") no-repeat;
    background-size: 100% auto;
}

.mypages-menu .group.reverse .image
{
    background: url("https://files.actorsmartbook.se/images/group_white.svg?v1113") no-repeat;
    background-size: 100% auto;
}

.user-type-selection button.private div.image
{
    background: url("https://files.actorsmartbook.se/images/user_white.svg?v1113") no-repeat;
    background-size: 100% auto;
    background-color: inherit;
}

.user-type-selection button.group div.image
{
    background: url("https://files.actorsmartbook.se/images/group_white.svg?v1113") no-repeat;
    background-size: 100% auto;
    background-color: inherit;
}

.user-type-selection button.company div.image
{
    background: url("https://files.actorsmartbook.se/images/company_white.svg?v1113") no-repeat;
    background-size: 100% auto;
    background-color: inherit;
}

.panel-primary > .panel-heading
{
    border: none !important;
}

#pnlFlags
{
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 5px;
    display: inline-block;
    padding: 10px;
    z-index: 4;
}

#pnlFlags img
{
    margin-left: 7px;
    margin-right: 7px;
    cursor: pointer;
}

#pnlFlags img:hover
{
    opacity: 0.6;
}

a
{
    text-decoration: underline;
}

.passbooking.subpage .workarea
{
    padding: 0;
}

a.btn
{
    text-decoration: none !important;
}

#category-filter
{
    margin-bottom: 20px;
}
.group-container{
   margin: 0 auto;
}
#category-filter .menugroup {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
#category-filter .subgroup {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
#category-filter .categorygroup {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

#category-filter .menugroup:hover,
#category-filter .subgroup:hover,
#category-filter .categorygroup:hover
{
    cursor: pointer;
}

@media(max-width:992px)
{
    #category-filter .menugroup,
    #category-filter .subgroup,
    #category-filter .categorygroup
    {
        float: none;
        
    }
}

.image-container{
    position: relative;
    width: 100%;
    height:100%
}


#category-filter .image-container img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border: 3px solid var(--border-color-menu-rgba);
    border-radius: 8px;
    background-color: var(--background-color-menu);
    transition: transform 0.3s ease;
}
#category-filter .image-container:hover img {
    transform: scale(0.9); /* Slightly zoom out the image on hover */
}
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--overlay-background-color); 
    color: white;
    text-align: center;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 0 0 5px 5px;
}
.overlay {
    opacity: 1; 
}

.selected-activity{
    margin-left: 15px;
    margin-top: 15px;
}
    .selected-activity h3 {
        font-weight: 400 !important;
        margin-bottom: 5px;
    }
.wheredoyouwanttogo{
    margin-left:10%;
}
#category-filter .menugrouptext,
#category-filter .subgrouptext,
#category-filter .categorygrouptext {
    margin-top: 10px;
    width: 150px;
    height: 50px;
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    background-color: var( --step-menu-background-color);
    transition: transform 0.3s ease;
}
#category-filter .text-container {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
#category-filter .menugrouptext:hover,
#category-filter .menugrouptext.selected,
#category-filter .subgrouptext:hover,
#category-filter .subgrouptext.selected,
#category-filter .categorygrouptext:hover,
#category-filter .categorygrouptext.selected {
    transform: scale(0.9);
    background-color: var(--step-menu-background-color-selected)
}
#category-filter .menugroup:hover .overlay,
#category-filter .menugroup.selected .overlay,
#category-filter .subgroup:hover .overlay,
#category-filter .subgroup.selected .overlay,
#category-filter .categorygroup:hover .overlay,
#category-filter .categorygroup.selected .overlay,
#category-filter .subgroup.selected .image-container img,
#category-filter .categorygroup.selected .image-container img,
#category-filter .menugroup.selected .image-container img {
    top: 0;
    bottom: 0;
    transform: scale(0.9);
    height: 100%; /* Overlay covers full image */
    border-radius: 5px; /* Round corners when overlay covers full image */
}

#category-filter .selected, #category-filter .menugroup.selected, #category-filter .subgroup.selected{
    outline: none !important;
    box-shadow: none !important;
    border: 2px solid transparent !important;
}
#category-filter:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 2px solid transparent !important;
}
#category-filter{
    outline: none;
}
 #category-filter a {
    color: var(--category-filter-link-color); /*#0a5b7c;*/
 }

#category-filter {
    color: var(--category-filter-color);
}
ol {
    display: grid;
    justify-items: start;
    justify-content: center;
    padding-top: 20px;
}

.SsnLoginBtn {
    margin-top: 20px;
    background: none;
    color: #005b77;
}

.SsnLoginBtn:hover {
    color: #008eaa;
    text-decoration: underline;
}

#complement-followup-application-dialog .panel-danger {
    margin-top: 20px;
}

.trashbin {
    background: url("Images/trashcan.svg?v1113") no-repeat;
    background-size: auto 100%;
    width: 22px;
    height: 22px;
    cursor: pointer;
}
    .trashbin:hover {
        opacity: 0.5;
    }

.warning {
    color: var(--warning-text-color);
}

.nav-heading button.video {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 120% !important;
    border-left: 1px solid #fff;
    padding: 5px 20px !important;
}

.nav-heading {
    position: relative;
    background: #0a5b7c;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
    font-size: 16px;
}

    .nav-heading button {
        cursor: pointer;
    }

    .nav-heading button {
        background: transparent;
        height: 100%;
    }

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #fff;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #fff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.file-upload {
    display: flex;
    margin: 15px;
}
