.app-header-secondary {
    height: 44px;
}
.form-group {
    margin-bottom: 0.75rem!important;
}
label {
    margin-bottom: 0.5rem;
    font-size: 1.05rem;
    font-weight: 500;
    color: var(--bs-gray-800);
}
.app-sidebar-panel {
    width: 100%;
}
.bg-id {
    background-image: url("../img/bg-id.png");
    background-size: cover;
    position: absolute;
    top: 0;
    border: none;
    box-shadow: none;
    
}
.app-sidebar-panel {
    border: 1px solid #fff0ea;
    border-radius: 1.5rem;
}
.app-sidebar-panel {
    transition: none;
    background-color: #fbf6f4;
    box-shadow: var(--bs-app-sidebar-panel-base-box-shadow);
    border-left: var(--bs-app-sidebar-panel-base-border-start);
    border-right: var(--bs-app-sidebar-panel-base-border-end);
}

span.menu-title {
    color: #78829d;
}
.angle {
  list-style-type: '*';
}
.angle li {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}
.wrap-text {
        width: fit-content;
}
.bg-color {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 50px;
    background: #0b247ff7;
}
.bg-color input{
    color: #535353;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
    background-color: #fff !important;
}
@media (min-width: 320px) and (max-width: 480px) {
  
   
.logo-default {
    height: 35px !important;
}
}
.card p {
    font-size: 16px;
}