
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
:root{
    --white: #fff;
    --black: #000;
    --gray: #808080;
    --green: #008000;
    --red: #ff0000;
}
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg-color{
    background: var(--logo-color) !important;
}
.logoColor{
    color: var(--logo-color);
}
.text-color{
    color: var(--logo-color) !important;
}
/* a:hover{
    color: var(--logo-color) !important;
} */

/* popup section - start */
#overlay,
.overlay,
#editoverlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#popup,
.popup,
#editpopup{
    background-color: var(--white);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 90%;
    animation: move 0.5s linear;
}
@keyframes move {
    0%{
        transform: scale(0.2);
        opacity: 0.3;
    }
}

@media (min-width:992px) {
    #popup,
    .popup,
    #editpopup{
        width: 50%;
    }
}
/* popup section - end */

.b-0{
    border: none !important;
}
.cr{
    cursor: not-allowed;
}
.cr-p{
    cursor: pointer !important;
}
.w-90 {
    width: 90% !important;
}

/* product description - start */
.editre .popup {
    height: 80% !important;
}
.editre .popup form{
    height: 85%;
}
.editre .popup form div{
    height: 95%;
}
@media (max-width:520px) {
    .editre .popup {
        height: 95% !important;
        padding: 5px;
    }
    .editre .popup form{
        height: 80%;
    }
    .editre .popup form div{
        height: 92%;
    }
}
/* product description - start */

/* blog - start */
.cl-btn{
    color: white;
    top: -10px;
    right: -5px;
    position: absolute;
    border: none;
    transform: scale(2);
    border-radius: 50%;
    padding-block: 0;
    padding-inline: 6px;
}
.tox-statusbar__branding{
    display: none !important;
}
/* blog - end */

/* Sweet Alert CSS - start */
.my-swal-confirm-button {
    background: var(--logo-color) !important;
}
/* Sweet Alert CSS - end */

/* richtexteditor */
rte-powerby,
rte-resizecorner {
    display: none !important;
}
/* .rte-modern.rte-desktop.rte-toolbar-default {
    min-width: auto !important;
} */




.add-row-btn {
    background-color: #fff;
    border: 2px dotted #0d6efd;
    border-radius: 10px;
    color: #0d6efd;
    font-weight: 600;
    padding: 5px 20px;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.add-row-btn:hover {
    background-color: #0d6efd;
    color: #fff;
}

.plus-icon {
    font-size: 20px;
    font-weight: bold;
}

.flex-wrap{

    gap: 20px;

}

#addData .col-md-6,#addData .col-12 {
    margin-top: 10px;

}