/******* Header  *******/
.lang-image{
    width: 32px;
    height: 32px;
    margin: 0 5px;
}
/*****************************/

/******* Toast  *******/

.jq-toast-single, .jq-toast-heading{
    font-family: "montserrat", sans-serif !important;
}

.jq-toast-single ul li{
    list-style-type: none !important;
}

/*****************************/


/******* SideBar  *******/
.sidebar-image{
    width: 26px;
    aspect-ratio: 1;
}
/*****************************/


/******* Main  *******/
.logo-color{
    color: #234072 !important;
}
.logo-color2{
    color: #fbb03b !important;
}
/*****************************/



/******* Position Order  *******/
.sortable-item {
    padding: 10px;
    background-color: #d7d7d7;
    margin-bottom: 3px;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    cursor: move;
    font-weight: bold;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.sortable-item:hover,
.sortable-item:active {
    background-color: #234072 !important;
    color: white;
}

.sortable-item:active {
    transform: scale(1.02) !important;
}
.sortable-image {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 5px;
}
/*****************************/
