
body {

}

.login_container {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
}
.login_box {
    width: 400px;
    /* height: 100px; */
    background-color: #ededed;
    padding: 15px;
    border-radius: 15px;
    background: rgb(239,239,239);
    background: linear-gradient(0deg, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%);
    border: 1px solid #89898938;
}
.login-box div .form-control {
    text-align: center;
}
.btn {
    border-radius: 19px;
    margin: 0px 5px;
}
.btn-primary {
    
    background-color: #194491;
    border: 2px solid #ce098500;
    box-shadow: 0px 0px 0px 0px #e75a2200, 0px 0px 0px 0px #e2af0400;
    
    transition: all 0.1s ease-out;
}
.btn-primary:hover {
    
    
    background-color: #194491;
    border: 2px solid #ce0985ff;
    box-shadow: 0px 0px 0px 2px #e75a22ff, 0px 0px 0px 4px #e2af04ff;
    
}
#img_logo {
    max-width: 100px;
    margin-bottom: 15px;
}

/************ Table ************/

body table {
    width: 100%;
    border-collapse: collapse;
    }
    
body table thead th {
    font-weight: bold;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    }
    
body tbody {
    border-bottom: 1px solid #ddd;
    }
    
body tbody tr {
    background: #fff;
    }
  
body tbody tr.alt-row {
    background: #f3f3f3;
    }
    
body table td,
body table th {
    padding: 10px;
    line-height: 1.3em;
    }        
    
body table tfoot td .bulk-actions {
    padding: 15px 0 5px 0;
    } 
    
body table tfoot td .bulk-actions select {
    padding: 4px;
    border: 1px solid #ccc;
    }      
    
/*************** Pagination ***************/

body .pagination {
    text-align: right;
    padding: 20px 0 5px 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    }
.pagination a {
    margin: 0 5px 0 0;
    padding: 3px 6px;
    }

.pagination a.number {
    border: 1px solid #ddd;
    }

.pagination a.current {
    background: #469400 url('../../images/simpla-theme/bg-button-green.gif') top left repeat-x !important;
    border-color: #459300 !important;
    color: #fff !important;
    }
    
.pagination a.current:hover {
    text-decoration: underline;
}

.modal-footer {
    display: block;
}
.table>:not(caption)>*>* {
    background-color: transparent;
}
.footable tbody tr:hover {
    background: #FF9 !important;
    cursor: pointer;
}
.nft_preview1 {
    width: 100px;
    height: 100px;
    border: 5px solid #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    display: inline-block;
    margin-right: 5px;
    transition: all 0.2s ease-out;
    background-size: cover !important;
}
.nft_preview2 {
    width: 80px;
    height: 100px;
    border: 5px solid #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    display: inline-block;
    margin-right: 5px;
    transition: all 0.2s ease-out;
    background-size: cover !important;
}
.nft_preview1:hover, .nft_preview2:hover {
    scale: 1.2;
}
.ship-label {
    float: right;
    text-align: center;
}
.product-item {
    min-height: 160px;

}
.product-item {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    padding: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.badge-bottom {

}
/* define vars */
:root {
    --primary-color: #f10198;
    --secondary-color: #ce0985;
    --dark-color: #333;
    --light-color: #f4f4f4;
}
body {
    min-height: 100vh;
    display: flex;
    align-items: center;
}
a {
    color: var(--primary-color);
}
.container {
    min-height: 500px;
}
.nav-col {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.nav {
    width: 100%;
    position: fixed;
    max-width: 330px;
}
.nav-brand {
    text-align: right;
    padding: 5px;
}
.nav-brand img {
    max-width: 300px;
}
.nav-link {
    background: linear-gradient(315deg, rgba(241, 1, 152, 0) 18%, rgba(206, 9, 133, 0) 90%);
    background-repeat: no-repeat;
    color: var(--primary-color);
    transition: all 0.3s ease-in-out;
    background-position: 300px;
}
.nav-link.active, .nav-link.active:hover {
    background: rgb(241,1,152);
    background: linear-gradient(315deg, rgba(241, 1, 152, 1) 18%, rgba(206, 9, 133, 0) 90%);
    background-repeat: no-repeat;
    color: white;
}
.nav-link:hover {
    background: #f10198;
    background: linear-gradient(315deg, rgba(241, 1, 152, 0.4) 18%, rgba(206, 9, 133, 0) 90%);
    background-repeat: no-repeat;
    background-position: 0px;
}
#myChart {
    width: 100%;
    height: 400px;
}
.chartContainer {
    width: 100%;
    height: 400px;
}
.summary-lg {
    font-size: 36px;
    font-weight: bold;
    background: #1c4390;
    color: #fff;
    border-radius: 11px;
}
.beaker-icon {
    background-image: url(https://nftprintlab.io/img/beaker-icon.svg);
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    display: inline-block;
}
@keyframes navAnimate {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.nav-animate {
    animation: navAnimate 0.5s;
    
}

.qp-btn-primary {
    background-color: #194491;
    border: 2px solid #ce098500;
    box-shadow: 0px 0px 0px 0px #e75a2200, 0px 0px 0px 0px #e2af0400;
    transition: all 0.1s ease-out;
}
.qp-btn-primary:hover {
    background-color: #194491;
    border: 2px solid #ce0985ff;
    box-shadow: 0px 0px 0px 2px #e75a22ff, 0px 0px 0px 4px #e2af04ff;
}
.qp-btn {
    border-radius: 19px;
    margin: 0px 5px;
    padding: 6px 12px;
    display: inline-block;
    font-size: 1rem;
    text-decoration: none;
    color: white;
}
.qp-btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}
.qp-btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}
@media (max-width: 767.98px) { 
    .nav-col {
        height: auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        position: relative !important;
    }
    .nav {
        width: 100%;
        position: relative !important;
        max-width: 100% !important;
    }
}
@media screen {
    .body-wrapper, .modal, #main-content, #footer, #sidebar, .order-content, .navbar, .modal-backdrop {
        display: default;
    }
    .printable {
        display: none;
    }
}
@media print {
    .body-wrapper, .modal, #main-content, #footer, #sidebar, .order-content, .navbar, .modal-backdrop {
        display: none !important;
    }
    .printable {
        display: default !important;
    }
}

@media (min-width: 992px) {
    .modal-xlg {
        width: 1000px;
        max-width: 1000px;
    }
}