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

:root {
    --primary-color: #382e89;
    --light-color: #ffd7c6;
    --light-bg-color: #f4f3ff;
    --secondary-color: #ee2706;
    --border-radius: 10px;
    --theme-font-family: "Montserrat", sans-serif;
}



.bmo-menu-list-wrapper {
    background: #fff;
    padding: 15px;
    margin-top: 15px;
}

.bmo-menu-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.bmo-menu-item {
    width: calc(100% / 6);
    padding: 10px;
    box-sizing: border-box;
}

.bmo-menu-item-card {
    background: #ffffff;
    box-shadow: 0 0.25rem 1.75rem rgba(65, 69, 75, 0.1) !important;

}

.bmo-menu-information {
    padding: 20px;
    font-size: 1rem;
}

.bmo-menu-item-img {
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #cccccc;
}

.bmo-menu-name {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bmo-menu-description {
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bmo-row {
    display: flex;
    flex-wrap: wrap;
}

.bmo-align-items-center {
    align-items: center !important;
}

.bmo-row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.bmo-d-flex {
    display: flex !important;
}

.bmo-pe-2 {
    padding-right: 0.5rem !important;
}

.bmo-.mb-1 {
    margin-bottom: 0.25rem !important;
}

.bmo-btn {
    padding: 0.35rem 0.75rem;
    font-size: 0.9rem;
    line-height: 1.4;
    font-family: inherit !important;
    font-weight: 600;
    border-radius: 7px;
    box-shadow: rgba(30, 34, 40, 0.3490196078);
    text-decoration: none;
}

.bmo-btn-primary {
    color: #fff;
    cursor: pointer;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.bmo-shadow {
    box-shadow: 0 0.25rem 1.75rem rgba(65, 69, 75, 0.1) !important;
}

.bmo-progress-wrapper {
    width: 100%;
    height: 12px;
    background: rgb(255,255,255);
    border-radius: 20px;
    margin-block:1rem
}

.bmo-progress {
    border-radius: 20px;
    height: 100%;
    background: var(--secondary-color)
}

.bmo-dashboard-hero-section {
    background: url(../../images/dashboard-bg.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 25px;
    overflow: hidden;
    padding: 0 2.5rem
}

.bmo-dashboard-hero-section .bmo-text-secondary {
    font-weight: 600;
    color: var(--secondary-color)!important
}

.bmo-completion-wrapper .icon-check_circle {
    color: #09ba09
}

.bmo-menu-image-wrapper {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 8px
}

.bmo-menu-image-wrapper img {
    max-width: 100%;
    min-height: 70px;
    width: unset;
    border-radius: 0;
    margin-right: 0
}




#bmo-admin-template {
    font-family: var(--theme-font-family);
}

#bmo-admin-template .section-title {
    font-size: 27px;
    font-weight: 700;
    color: #505056;
    margin-bottom: 0px;
}

#bmo-admin-template .bmo-admin-main {
    margin-right: 20px;
    padding: 28px 0;
}

#bmo-admin-template .section-paragraph {
    font-size: 16px;
    color: #505056;
}

#bmo-admin-template .bmo-btn-success,
#bmo-admin-template .bmo-btn-disconnect,
#bmo-admin-template .bmo-btn-started,
#bmo-admin-template .bmo-btn-primary {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    font-weight: 700;
    background: #44B649;
    width: fit-content;
    color: white;
    padding: 15px 40px;
    text-decoration: none;
    border-radius: 5px;
    border: none;
    line-height: 28px;
    cursor: pointer;
}

#bmo-admin-template .bmo-btn-disconnect {
    background: red;
}
#bmo-admin-template .bmo-btn-primary {
    background: #23A6F0;
}

#bmo-admin-template .bmo-btn-disconnect:hover,
#bmo-admin-template .bmo-btn-success:hover {
    color: #FFFFFF;
}

#bmo-admin-template .section-simple {
    padding: 30px 0;
}

#bmo-admin-template .order-tips {
    font-size: 16px;
    padding-bottom: 10px;
    color: #505056;
}

#bmo-admin-template .queries-des {
    font-size: 15px;
    color: #505256;
}

#bmo-admin-template .bmo-menu-price,
#bmo-admin-template .bmo-menu-category {
    font-size: 16px;
    padding: 0px 40px;
}

#bmo-admin-template .bmo-menu-title {
    font-size: 16px;
}

#bmo-admin-template .bmo-menu-header {
    display: flex;
    justify-content: space-between;
    padding: 20px 31px;
    align-items: center;
    margin-right: 20px;
    background-color: #FFFF;
    margin-top: 42px;
    line-height: 24px;
}

#bmo-admin-template .bmo-menu-header .bmo-page-title {
  margin: 0;
  font-size: 16px;
  color: #252B42;
  font-family: var(--theme-font-family);
  font-weight: 700;
}

#bmo-admin-template .bmo-after-header {
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
}

#bmo-admin-template .menu-list-table {
    width: 99%;
    border: 1px solid #EDF2F7;
    border-spacing: 0px;
}

#bmo-admin-template .menu-list-table tbody td {
    height: 60px;
    border-top: 1px solid #EDF2F7;
}

#bmo-admin-template .menu-px-1 {
    padding: 0px 50px;
}

#bmo-admin-template .menu-fs {
    font-size: 16px;
}

#bmo-admin-template .items-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 16px;
}

#bmo-admin-template .items-wrapper img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99%;
}

#bmo-admin-template .table-light {
    background: #FAFAFB;
    height: 50px;
    text-transform: uppercase;
    font-size: 15px;
}

#bmo-admin-template .btn-primary {
    background-color: #EEFFEB;
    border-radius: 20px;
    color: #33D495;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    border: none;
}

#bmo-admin-template .btn-primary span {
    background: #33D495;
    width: 6px;
    height: 6px;
    border-radius: 99%;
    margin-right: 10px;
}

#bmo-admin-template .btn-secondary span {
    background: #F15252;
    width: 6px;
    height: 6px;
    border-radius: 99%;
    margin-right: 10px;
}

#bmo-admin-template .btn-secondary {
    background-color: #FFE9E9;
    border-radius: 20px;
    color: #F15252;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    border: none;
}

#bmo-admin-template .btn-filter {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    font-weight: 700;
    background: #FFFF;
    width: fit-content;
    color: #3D3E40;
    padding: 10px;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
}

#bmo-admin-template .filter-btn-wrapper {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

#bmo-admin-template .btn-success,
#bmo-admin-template .btn-filter,
#bmo-admin-template .btn-primary,
#bmo-admin-template .btn-secondary:hover {
    cursor: pointer;
}

#bmo-admin-template .bmo-menu-list-wrapper {
    overflow-x: auto;
    padding-right: 10px;
}

#bmo-admin-template .bmo-text-left {
    text-align: left;
}



#bmo-admin-template .bmo-app-status {
    border: 1px solid #a8f6a8;
    padding: 10px;
    background: #f3fff7;
    border-radius: 5px;
}

#bmo-admin-template .text-connected {
    text-align: center;
    color: green;
    font-size: 18px;
}

#bmo-admin-template .bmo-form-group label {
    display: block;
    font-size: 16px;
    color: #393B49;
    font-weight: 400;
    margin-bottom: 10px;
}

#bmo-admin-template .bmo-form-group select {
    max-width: 60%;
}

.bmo-app-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width:480px) {
    .bmo-app-status {
        flex-direction: column;
    }
}

/* Admin Menu Page */
#bmo-admin-template .category_wrapper {
    background: #FFF;
    padding: 16px 14px 12px;
}

#bmo-admin-template .bmo-categories {
    margin: 0;
}

#bmo-admin-template .bmo-categories li {
    display: inline-block;
}

#bmo-admin-template .bmo-categories li a.menu-category {
    padding: 0.35rem 0.75rem;
    font-size: 0.9rem;
    line-height: 1.4;
    font-weight: 600;
    border-radius: 7px;
    color: #3D3E40;
    text-decoration: none;
}

#bmo-admin-template .bmo-categories a.menu-category:hover,
#bmo-admin-template .bmo-categories a.menu-category.selected {
    background-color: #ffd7c6;
    color: #ee2706;
}

#bmo-admin-template .container-menus {
    display: flex;
    font-size: 15px;
    gap: 10px;
    margin-top: 1rem;
}

#bmo-admin-template .container-menus .menu-item-box {
    width: 250px;
    border: 2px solid gray;
    background-color: #f4f3ff;
    border-radius: 5px;
    padding: 10px;
    display: block;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

#bmo-admin-template .container-menus .menu-item-box.hide {
    display: none;
    opacity: 0;
}

#bmo-admin-template .container-menus .menu-item-img {
    height: 150px;
    overflow: hidden;
}

#bmo-admin-template .container-menus .menu-item-img img {
    width: 100%;
}

#bmo-admin-template .container-menus .bmo-menu-name {
    font-size: 16px;
    font-weight: bold;
}

#bmo-admin-template .container-menus .bmo-menu-title {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}

#bmo-admin-template .container-menus .bmo-menu-des {
    font-size: 16px;
    margin-bottom: 10px;
}


/* Setup page */

#bmo-admin-template .bmo-flex {
    display: flex;
    gap: 45px;
    flex-wrap: nowrap;
}

#bmo-admin-template .bmo-setup-wrapper .bmo-accordion-item .bmo-accordion-header .bmo-align-center {
    display: flex;
    align-items: center;
    gap: 10px;
}

#bmo-admin-template .bmo-setup-wrapper,
#bmo-admin-template .bmo-guideline-wrapper {
    width: 50%;
}

#bmo-admin-template .bmo-accordion-item {
    border: 1px solid #EBEBEB;
}

#bmo-admin-template .bmo-accordion-item .bmo-accordion-header .bmo-accordion-button {
    border: none;
    outline: none;
    font-size: 16px;
    background-color: #FFFFFF;
    padding: 23px 31px;
    width: 100%;
    text-align: unset;
    font-weight: 700;
    color: #252B42;
    line-height: 24px;
}

#bmo-admin-template .bmo-accordion-item.active {
   background-color: #F6F6F6 ;
}

#bmo-admin-template .bmo-accordion-item.active .bmo-accordion-header .bmo-accordion-button {
    background-color: #F6F6F6;
    border-left: 3px solid #23A6F0;
    color: #23A6F0;
}
#bmo-admin-template .bmo-accordion-item .bmo-accordion-header .bmo-accordion-button:focus {
    box-shadow: none;
}

#bmo-admin-template .bmo-accordion-item .bmo-accordion-header .bmo-accordion-button {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    justify-content: space-between;
}

#bmo-admin-template .bmo-accordion-item.disabled {
    pointer-events: none;
    opacity: .6;
}

#bmo-admin-template .bmo-accordion-item.connected .bmo-accordion-header .bmo-accordion-button svg {
    color: #32bea6;
}

#bmo-admin-template .bmo-accordion-item .bmo-accordion-header .bmo-accordion-button svg {
    color: #DDDDDD;
}

#bmo-admin-template .bmo-accordion-item .bmo-accordion-header {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
}

#bmo-admin-template .bmo-accordion-item .bmo-accordion-header .bmo-accordion-arrow-icon {
    background-color: #FFFFFF;
    border: 1px solid #D3D3D3;
    width: 32px;
    height: 32px;
    border-radius: 60%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px; 
    display: flex;
    justify-content: center;
    align-items: center;  
}

#bmo-admin-template .bmo-accordion-item .bmo-accordion-header .bmo-accordion-arrow-icon svg {
    color: #737373 !important;
}
#bmo-admin-template .bmo-accordion-item .bmo-accordion-header .bmo-accordion-arrow-icon span {
    display: flex;
    justify-content: center;
    align-items: center;
}

#bmo-admin-template .bmo-accordion-item.active .bmo-accordion-header .bmo-accordion-arrow-icon svg {   
    transform: rotate(270deg);
    color: #FFFF !important;
}

#bmo-admin-template .bmo-accordion-item.active .bmo-accordion-header {
    background-color: transparent;
    display: flex;
    align-items: center;
}

#bmo-admin-template .bmo-accordion-item.active .bmo-accordion-header .bmo-accordion-arrow-icon {
    background-color: #23A6F0;
}

#bmo-admin-template .bmo-accordion-item .bmo-accordion-body {
    padding: 15px 31px;
}

#bmo-admin-template .bmo-accordion-item .bmo-accordion-body .bmo-title {
    font-size: 14px;
    font-weight: 600;
}

#bmo-admin-template .bmo-accordion-item .bmo-accordion-body {
    display: none;
}

#bmo-admin-template .bmo-accordion-item .bmo-accordion-body .bmo-menu-save-btn {
    background-color: #23A6F0;
    display: inline;
}

#bmo-admin-template .bmo-accordion-item.active .bmo-accordion-body {
    background-color:#F6F6F6;
    display: block;
}

#bmo-admin-template .bmo-accordion-item.active .bmo-accordion-body .bmo-menu-pages-list-wrapper {
   display: flex;
   gap: 12px;
}

#bmo-admin-template .bmo-admin-main .bmo-page-title {
    font-size: 16px;
    color: #252B42;
    font-family: var(--theme-font-family);
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 24px;
}

#bmo-admin-template .bmowp_select_pages {
    border: 1px solid #DDDDDD !important;
    font-size: 14px;
    background-color: transparent;
    width: 80% !important;
    color: #737373;
    padding: 11px 18px;
    height: 58px;
    border-radius: 5px;
    -webkit-appearance: none;
    background: transparent url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 20px top 55% !important;
    background-size: 16px 16px;
    cursor: pointer;
    vertical-align: middle;
    font-weight: 500;
    line-height: 28px;
}

#bmo-admin-template .bmo-form-group {
    margin-bottom: 20px;
}


#bmo-admin-template .bmo-menu-listing-header {
    display: flex;
    align-items: center;
    gap: 20px;
}

#bmo-admin-template .bmo-filter-and-search-row {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

#bmo-admin-template .bmo-add-menu-btn {
   line-height: unset;
   min-height: unset;
}

/* bmo menu page inline styles */

#bmo-admin-template .column-image, 
#bmo-admin-template .widefat .column-featured {
    width: 80px;
    text-align: center;
}

#bmo-admin-template .widefat .column-id{
    width: 40px;
    text-align: center;
}

#bmo-admin-template .widefat td {
    padding: 15px;
}

#bmo-admin-template .column-title {
    font-size: 15px !important;
    width:500px;
}
