@import './app.css';

.bg-navbar {
    background-color: #222e3c !important;
    height: 50px;
}
.top-navbar-brand {
    padding: 0px;
    /* color: #222e3c !important; */
    font-weight: 600;
    font-size: 150%;
}

.wrapper {
    margin-top: 50px;
}
.sidebar {
    position: fixed;
    z-index: 999;
}
.sidebar-content {
    padding-bottom: 100px;
    overflow-x: auto;
  }
.main {
    margin-left: 260px;
}

.wrapper.wrapped .sidebar {
    margin-left: -260px;
}

.wrapper.wrapped .main {
    margin-left: 0px;
}

.sidebar-link,
a.sidebar-link {
    color: rgba(254, 254, 255, 0.65);
}

@media(min-width:1px)and (max-width:767.98px) {
    .wrapper {
        margin-top: 50px;
    }
    .sidebar {
        margin-left: -260px;
    }
    .main {
        margin-left: 0px;
    }
    .wrapper.wrapped .sidebar {
        margin-left: 0px;
    }
}
@media(min-width:992px) {
    .content {
        padding: 1.5rem 1.5rem .75rem;
    }
}

/* annony */
.fs-120 {
    font-size: 120%;
}

.fs-150 {
    font-size: 150%;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.form-check-input {
    border-color: #515861 !important;
}
.form-check-input:checked,
.form-check-input:focus {
    box-shadow: none !important;
}
.item-card {
    border: 1px solid rgba(0,0,0,0.125) !important;
    border-radius: 8px;
}
.item-top-img {
    height: 180px !important;
    object-fit: cover;
}
.btn-xs {
    padding: 3px 8px 5px 7px !important;
}