.palleon-wrap #palleon-ruler #palleon-ruler-icon{
    display: flex !important;
}
/* 
#palleon-my-templates{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(120px, 100%), 1fr));
    min-height: 80px;
}

#palleon-my-templates li{
    padding: 5px;
    cursor: pointer;
}

#palleon-my-templates li .template{
    display: flex;
    flex-direction: column;
    border: 1px solid #6658ea;
    background: #303030;
}

#palleon-my-templates li .template img{
    width: 100%;
} */

#palleon-my-templates li .template p{
    margin: 0px;
    width: 100%;
    background: #fff;
    color: #090909;
    padding: 2px;
    font-size: .9rem;
    text-align: center;
}

#draggableButton{
    width: 20px;
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

/* #palleon-menus .menu-item-controller .heading, .menu-item-controller .description{
    resize: none; 
    overflow:auto;
    background: #eee;
    color: black;
    border-radius: 5px;
    border: 1px solid #434343;
    padding: 10px;
} */

#palleon-menus #custom-menu-item #frm-custom-menu-item{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* #palleon-menus #custom-menu-item .heading, */
/* #palleon-menus #custom-menu-item .description, */
#palleon-menus #custom-menu-item .price{
    height: 40px;
}
/* #palleon-menus #custom-menu-title .heading
{
    width: 100%;
    resize: none; 
    overflow:auto;
    background: #eee;
    color: black;
    border-radius: 5px;
    border: 1px solid #434343;
    padding: 10px;
}

#palleon-menus #custom-menu-item .heading{
    height: 40px;
} */

#palleon-menus #custom-menu-item .description{
    height: 80px;
}

#palleon-menus #custom-menu-item .remove-menu-item{
    /* margin-top: 20px; */
}

#palleon-menus #frm-custom-menu-item{
    display: none;
}

#palleon-menus .menu-item-controller .price{
    width: 100px;
    padding: 10px;
    background: #eee;
    color: black;
    border-radius: 5px;
    border: 1px solid #434343;
}
#palleon-menus .menu-item-controller tr{
    display: block;
    margin-top: 5px;
}

#palleon-menus .menu-item-controller thead tr{
    display: block;
    height: 22px;
}
#palleon-menus .menu-item-controller tr:first-child{
    margin-top: 0px;
}

#palleon-menus .menu-item-controller .remove-menu{
    cursor: pointer;
}

#palleon-menus #custom-menu-styles .content{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 5px
}

#palleon-menus #custom-menu-styles .content h6{
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: 1px solid #626262;
    padding-bottom: 8px;
}

#palleon-menus #custom-menu-styles .palleon-control-label{
    font-size: 12px;
}

/** Menu Templates */

#palleon-menus .menu-templates{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 20px;
}

#palleon-menus .menu-templates > div{
    border: 1px solid;
    border-radius: 10px;
    padding: 10px;
    font-size: 12px;
    cursor: pointer;
}

#palleon-menus .menu-templates .group-name,
#palleon-menus .menu-templates .item-name
{
    font-weight: bold;
}

#palleon-menus .menu-templates .template-1 .template-item{
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

#palleon-menus .menu-templates .template-1 .template-item .item-name{
    font-weight: bold;
}

#palleon-menus .menu-templates .template-1 .template-item .item-brief{
    display: block;
    
}

#palleon-menus .menu-templates .template-2 .template-item{
    margin-top: 5px;
}

#palleon-menus .menu-templates .template-3{
    text-align: center;
}

#palleon-menus .menu-templates .template-3 .template-item{
    margin-top: 5px;
}

#palleon-menus .menu-templates .template-4{
    text-align: right;
}

#palleon-menus .menu-templates .template-4 .template-item{
    margin-top: 5px;
}

#palleon-menus .menu-templates .template-5 .template-item{
    margin-top: 5px;
}

#palleon-menus .menu-templates .template-6{
    text-align: center;
}
#palleon-menus .menu-templates .template-6 .template-item{
    margin-top: 5px;
    display: flex;
    flex-direction: column;
}

#palleon-menus #custom-menu-spacing .tab-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 10px;
}

.dark-theme #palleon-menus #custom-menu-spacing .spacing-group-items h6{
    color: white;
}

#palleon-menus #custom-menu-spacing .spacing-group-items h6{
    font-size: 15px;
    font-weight: bold;
    color: #494949;
    margin-bottom: 10px;
    border-bottom: 1px solid #626262;
    padding-bottom: 8px;
}
#palleon-menus #custom-menu-spacing .spacing-group-items hr{
    margin: 0px;
    margin-bottom: 10px;
}

#palleon-menus #custom-menu-spacing .spacing-group-items .list-spacings{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#palleon-menus #custom-menu-spacing .spacing-group-items .list-spacings > div{
    display: flex;
    flex-direction: row;
}
#palleon-menus #custom-menu-spacing .spacing-group-items .list-spacings > div label{
    width: 100px;
}

#palleon-menus #custom-menu-spacing .spacing-group-items .list-spacings > div input{
    flex: 1;
}

#palleon-menus .menu-list h3{
    padding-top: 30px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 2px solid #444;
    padding-bottom: 5px;
}

#palleon-menus .menu-list .menu-groups{
    margin: 0px;
    padding: 0px;
}

#palleon-menus .menu-list .menu-groups li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #2a2a2a;
    padding: 8px 15px;
    border-radius: 4px;
    margin-bottom: 10px;
    transition: background-color 0.3s;
    cursor: pointer;
}

#palleon-menus .menu-list .menu-groups li .group-name {
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}

#palleon-menus .menu-list .menu-groups li .remove-btn {
    background: none;
    border: none;
    color: #ff4c4c;
    font-size: 20px;
    transition: color 0.3s;
    cursor: pointer;
}

#palleon-icon-panel-inner{
    padding: 10px;
}