.search-container{
    min-height: 50px;
    width: calc(11vw * 6);
    border: 1px solid white;
    margin-top: 1vh;
    margin-bottom: 3vh;
}

.guide-menu {
    max-width: 200px;
    text-align: left;
    align-items: flex-start;
    background: rgba(223, 222, 248, 0.2);
    padding: 5px;
    border-radius: 2% 2% 2% 2%;
    pointer-events: auto;
    margin-right: 10px;
}

.guide-card {
    width: calc(100% - 200px);
    /*width: calc(calc(11vw * 6) - 200px);*/
    pointer-events: auto;
    max-height: 60vh;
    overflow-x: scroll;
    
}

.guide-menu-item {
    text-align: left;
    font-size: 0.9vw;
    margin-left: 5%;
}

.menu-item-active {
    font-weight: 600;
}

.guide-content {
    color:rgb(244, 242, 255); 
    text-decoration: none;
    font-family: OpenSans;
    font-size: 1.2vw;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.twentypxinvisibleseparator {
    width: 100%;
    height: 20px
    
}

dashedseparator {
    width: 100%;
    height: 1px;
    border-top: 1px dashed rgb(244, 242, 255);
    margin-bottom: .5vh;
    margin-top: .5vh;
}

.box-inline-full {
    display: flex;
    align-items: center;
}

.example-image {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1.3px solid white;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (width >= 1910px) {
    .guide-menu {
        max-width: 300px;
    }

    .guide-menu-item{
        font-size: 0.8vw;
    }

    .guide-content {
        color:rgb(244, 242, 255); 
        text-decoration: none;
        font-family: OpenSans;
        font-size: 1.2vw;
        display: flex;
        flex-direction: column;
        /*width: calc(calc(11vw * 6) - 300px);*/
        gap: 10px;
    }
}

@media screen and (width >= 2500px) {
    .guide-menu {
        width: 400px;
    }

    .guide-menu-item{
        font-size: 0.7vw;
    }

    .guide-content {
        color:rgb(244, 242, 255); 
        text-decoration: none;
        font-family: OpenSans;
        font-size: 1.2vw;
        display: flex;
        flex-direction: column;
        /*width: calc(calc(11vw * 6) - 400px);*/
        gap: 10px;
    }
}
