body {

}

.sidebar {
    width: 300px;
    display: flex !important
}

.main-content {
    margin-left: 300px;
    min-height: 100vh;
    max-width: 1200px;
}

.bg-gold {
    background-color: #f4ba04;
}

a {
    color: inherit;;
    text-decoration: none;
}

.h-10 {

}

.h-15 {
    height: 10%;
}

.cursor-pointer {
    cursor: pointer;
}

.bg-grey {
    background-color: #f2f2f2;
}

.text-xs {
    font-size: 10px
}

.red-text {
    color: #ff0000;
}