@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body, p, a , strong, li, span, h1, h3, h2, h4, h5, h6{
    font-family: 'Roboto'  !important;
}

.f-14
{
  font-size: 14px;
}
.f-15
{
  font-size: 15px;
}
.f-16
{
  font-size: 16px;
}
.f-18
{
  font-size: 18px;
}
.f-42 {
    font-size: 42px;
}
.f-46 {
    font-size: 46px;
}
.f-13
{
  font-size: 13px;
}
.f-12
{
  font-size: 12px;
}
.f-30
{
  font-size: 30px;
}
.f-36
{
  font-size: 36px;
}
.f-24
{
  font-size: 24px;
}
.f-20
{
  font-size: 20px;
}
.bold
{
  font-weight: 700 !important;
}
p.f-14 {
    line-height: 24px;
}
.text-black {
    color: #000 !important;
}
.relative
{
  position: relative;
}
.dark-btn{
    background-color: #000;
    color: #fff !important;
    padding: 12px 40px;
    border-radius: 0;
    border: none !important;
}
.container.upload-image {
    max-width: 60%;
}
.contact-modal li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
}
ul.parent_menu_listing {
    padding-left: 0;
}
/* login */
.fixed-top {
    z-index: 9;
}
section.login-section {
    background: #000;
    height: 100vh;
}
.login-logo img {
    filter: grayscale(1) invert(1);
    height: 75px;
    margin-bottom: 20px;
}
.card-login {
    background: #fff;
    padding: 40px;
}
.login-left {color: #8f8f8f;}
.card-login input.form-control {
    padding: 12px;
    height: auto;
}
.login-body label {
    font-size: 15px;
    font-weight: 500;
}
.logout-btn {
    text-decoration: underline;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
}
/* dashboard */

.content-wrapper {
    padding-top: 100px;
}
.navbar-sidenav li.nav-item {
    width: 16%;
    background: #000;
    margin: 10px;
    padding: 30px;
}
.navbar-sidenav li.nav-item a.nav-link i {
    font-size: 22px;
}
.navbar-sidenav li.nav-item a.nav-link {
    color: #fff;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
ol.breadcrumb a {
    color: #000;
    font-weight: 500;
}
.navbar-sidenav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    flex-flow: row wrap;
}

/* logout modal */

.border-btn {
    border: 1px solid #000;
    background: transparent;
    padding: 11px 30px;
    color: #000;
    border-radius: 0;
}
header.main-header nav {
    background: #fff;
}
/* create menu */

.create-menu {
    padding-top: 40px;
}
.upload-image .form-control {
    background: #e9ecef;
    border: none;
    border-radius: 0;
    padding: 12px;
    height: auto;
}
.menu-drop select {
    background: #e9ecef;
    border: none;
    padding: 12px 30px;
    width: 100%;
}
.create-menu li {
    font-size: 15px;
}
select:focus {outline: none !important; box-shadow: none !important;}
.menu-drop label, .upload-image label { font-weight: 500; display: block;}

ul.menu-listing {
    width: 100%;
    padding-left: 20px;
}
.menu-listing li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid #e9ecef;
    cursor: pointer;
    font-weight: 500;
}
button.delete_menu, button.select_menu {
    background: #000;
    color: #fff;
    padding: 8px 25px;
    font-size: 14px;
    border: none !important;
}
ul.menu-listing_submenu li::after {
    content: "";
    background: #000;
    height: 8px;
    width: 8px;
    border-radius: 100%;
    position: absolute;
    left: -18px;
    top: 20px;
}
ul.menu-listing_submenu li {
    position: relative;
}