body {
    overflow-x: hidden;
}

@font-face {
    font-family: "Fredoka_Condensed_Bold";
    src: url("../font/Fredoka/static/Fredoka_Condensed-Bold.ttf");
}

.card_h {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card_f {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-item .bxs-battery-charging {
    font-size: 25px !important;
}

.code-snippet-item {
    padding: 5px;
}

.code-snippet-item:hover {
    background-color: #f2f2f2;
}

.required_asterisk {
    color: red;
}

.noscroll {
    overflow: hidden;
}

.layout-navbar-fixed .layout-navbar.navbar-elevated {
    box-shadow: none !important;
}

.breadcrumb-wrapper {
    padding-bottom: 20px;
    margin-bottom: 0px;
}

.preview-image {
    border: 1px solid #dce1e7;
    object-fit: cover;
}