/*
************************************************************
@author Daniel
Description of spendless
************************************************************
*/


.article-preview ul {
    padding-left: 1rem;
    
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
    background-color: #fbfbfb;
    color: #495057;    
    border-bottom-color: #fbfbfb;
    
}

.orderpreview .nav-tabs .nav-item.show .nav-link, 
.orderpreview .nav-tabs .nav-link.active {
    background-color: #fff;
    color: #495057; 
    border-bottom-color: #fff;
}
@media (min-width: 576px) {
    .modal-lg, .modal-xl, .modal-dialog {
        max-width: 100%;
    }
    .modal-dialog-centered {
        max-width: 500px;
    }
}
@media (min-width: 1025px) {
    .modal-lg, .modal-xl{
        max-width: 65%;
    }
}


.color-purple {
    color: rgb(160, 146, 240) !important;
}
.color-green {
    color: rgb(87, 217, 163) !important;
}
.color-orange {
    color: rgb(248, 137, 98) !important;
}
.color-yellow {
    color: rgb(255, 215, 0) !important;
}
.color-light-blue {
    color: rgb(106, 214, 240) !important;
}
@media (min-width: 1399px) {
    .edit-order .container {
        max-width: 100%;
    }
}

.badge.badge-icon {
    box-shadow: none;
    max-width: 2rem;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: orange;
}
