
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 {

}
@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;
    }
}