html{
    font-size: 14px !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.btn-w{
    width: 180px !important;
}

label.required::after{content: '*'; color: #e7026e; font-size: 15px; margin-left: 3px}

html, body {
    overflow-x: hidden !important;
}

button.swal2-deny.btn{
    display: none !important;
}

#template-customizer .template-customizer-open-btn {
    top: unset !important;
    bottom: 100px;
}

.image-wrapper.card {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.image-wrapper.card .image {
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-wrapper.card .image img {
    height: 100%;
    width: 100%;
    object-fit: scale-down;
}

.image-wrapper.card .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tagify-input:nth-child(1) {
    display: none;
}

#yajra_paginate ul.pagination{
    overflow-x: hidden !important;
}

@media (max-width: 575.98px) {
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center !important;
        overflow-x: hidden;
    }
    div.dataTables_wrapper div.dataTables_info {
        font-size: 15px !important;
    }
    div.action_buttons > div:nth-child(2){
        flex-direction: column;
        gap: 15px;
    }
}


@media (max-width: 775px) {
    div.action_buttons{
        flex-direction: column;
        justify-content: center !important;
        gap: 15px;
    }
}
