body,html{
scroll-behavior: smooth !important;
padding: 0;
margin: 0;
}
body{
background-color: #F0F0F0 !important;
font-family: sans-serif !important;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
scrollbar-width: thin;
display: flex;
justify-content: center;
scrollbar-color: var(--thumbBG) var(--scrollbarBG);
font-family: 'Nanum Gothic', sans-serif;
font-size:12px !important;
scroll-behavior: smooth !important;
margin: 0 !important;
padding: 0 !important;
}
*::-webkit-scrollbar {
width: 3px !important;
height: 3px !important;
}
*::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 10px;
border-radius: 10px;
}
*::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
background: rgba(255, 255, 255, 0.3);
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
*::-webkit-scrollbar-thumb:window-inactive {
background: rgba(255, 255, 255, 0.3);
}
img {
display: block;
height: auto;
max-width: 100%;
image-rendering: auto;
image-rendering: smooth;
object-fit: cover;
}
@media screen and (min-width: 1020px) {
.page-container .page-sidebar {
height:100%;
}
}
.text-red{color:red !important;}
.text-green{color:green !important;}
.border-1{border:1px solid #eee !important;}
.pagination li a{padding:6px 6px !important;}
.height-30{float: left;width:100%;height:30px !important}
.height20{height:20px !important;background:#b2b1b1;}
.text-right{float: right !important;}
.margin-top-20{margin-top:20px !important;float: left !important;}
.table tr .images{width:200px;height: auto;overflow: hidden;}
.navigationx{overflow: auto !important;}
.result{color:#000 !important;}
.font-size-12{font-size: 12px !important;}
.margin-left-10{margin-left:5px !important;}
.margin-bottom{margin-bottom:70px !important;}
.margin-left10{margin-left:-10px !important;text-decoration: none !important;}
.margin-left15{margin-left:-15px !important;text-decoration: none !important;}
.margin-top-25{margin-top: 50px !important;}
.fa-right{margin-right:5px !important;}
.color-green{color:green !important;}
.margintop-10{margin-top:10px !important;}
#signature-pad{border:1px solid #dedede !important;}
#clear{margin-left:5px !important;}
.avatar-upload {
position: relative;
max-width: 150px;
margin: 10px auto;
}
.avatar-upload .avatar-edit {
position: absolute;
right: 12px;
z-index: 1;
top: 10px;
}
.avatar-upload .avatar-edit input {
display: none;
}
.avatar-upload .avatar-edit input + label {
display: inline-block;
width: 34px;
height: 34px;
margin-bottom: 0;
border-radius: 100%;
background: #686565;
border: 1px solid transparent;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
cursor: pointer;
font-weight: normal;
transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
background: #686565;
}
.avatar-upload .avatar-edit input + label:after {
content: "\f030";
font-family: 'FontAwesome';
color: #FFFFFF;
position: absolute;
top: 8px;
left: 0;
right: 0;
text-align: center;
margin: auto;
}
.avatar-upload .avatar-preview {
width: 125px;
height: 125px;
position: relative;
border-radius: 100%;
}
.avatar-upload .avatar-preview > div {
width: 100%;
height: 100%;
border-radius: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.avatar-preview .status-preview{
position:absolute;
display: block;
font-size:16px;
width:100%;
height:100%;
text-align: center;
border-radius: 100%;
background-color: hsla(0, 0%, 0%, 0.4);
}
.avatar-preview .photoupload{
margin-top:36%;
font-size:25px;
display: block;
}
.photoupload{color:#fff !important;}
@media screen and (max-width:620px){
.table tr td{font-size:11px !important;}
}
.table-td-img{
width:40px;
height:40px;
border-radius: 20px;
}
.table-image tr td {
vertical-align: middle !important;
}
.padding-0{
padding:0px 0px !important;
}
.margin-bottom-15{
margin-bottom:15px !important;
}
.min-w-120px{
width:120px !important;
}
.form{
padding:0px 10px;
}
.padding-10{
padding:10px 10px !important;
}
.margin-bottom-20{
width:100%;
float:left;
margin-bottom:20px !important;
}
.min-w-150px{
width:150px !important;
}
.list-unstyled{
list-style: none !important;
text-decoration: none !important;
}
.btn-outline-danger:hover{
color:white !important;
}
.btn-outline-success:hover{
color:white !important;
}
.fa-margin-10{
margin: 0 auto !important;
}
/*******************\
Loader
\*******************/
.loader{
display: inline-block;
width: 50px;
height: 50px;
border: 3px solid rgba(25,255,255,.3);
border-radius: 50%;
border-top-color: #fff;
animation: spin 1s ease-in-out infinite;
-webkit-animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
to { -webkit-transform: rotate(360deg); }
}
/*******************\
Loading Roller
\*******************/
.spinner {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 50vh;
}
/*******************\
Loading Roller
\*******************/
@keyframes lds-roller {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.lds-roller {
position: relative;
display: inline-block;
height: 64px;
width: 64px;
div {
animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
transform-origin: 32px 32px;
&:after {
position: absolute;
display: block;
background: #00539f;
border-radius: 50%;
content: " ";
margin: -3px 0 0 -3px;
height: 6px;
width: 6px;
}
&:nth-child(1) {
animation-delay: -0.036s;
&:after {
top: 50px;
left: 50px;
}
}
&:nth-child(2) {
animation-delay: -0.072s;
&:after {
top: 54px;
left: 45px;
}
}
&:nth-child(3) {
animation-delay: -0.108s;
&:after {
top: 57px;
left: 39px;
}
}
&:nth-child(4) {
animation-delay: -0.144s;
&:after {
top: 58px;
left: 32px;
}
}
&:nth-child(5) {
animation-delay: -0.18s;
&:after {
top: 57px;
left: 25px;
}
}
&:nth-child(6) {
animation-delay: -0.216s;
&:after {
top: 54px;
left: 19px;
}
}
&:nth-child(7) {
animation-delay: -0.252s;
&:after {
top: 50px;
left: 14px;
}
}
&:nth-child(8) {
animation-delay: -0.288s;
&:after {
top: 45px;
left: 10px;
}
}
}
}
.table-input input{
width:100% !important;
background: none !important;
}
.bottom-10{
margin-bottom: 10px !important;
}
.list-group-customer{
padding:10px 0px;
}
.list-group-product{
padding:10px 5px;
}
.home-list-group{
padding:10px 5px;
}
.link{
list-style: none !important;
text-decoration: none !important;
margin-bottom:10px;
}
.fa-left{
margin-left: 5px !important;
}
.fa-5{
margin-right: 5px;
}
.margin-bottom-50{
margin-bottom:50px;
}
.space-1{
margin-left:5px;
}
.font-size-14{
font-size:14px !important;
}
.padding-5-5{
padding:5px 5px;
}
.qty-20{
width:25px;
}
.qty{
text-align: center;
width:25px;
}
.min-w-100px {
min-width: 100px;
}
.max-w-100px {
max-width: 100px;
}
.table-input-2 .input{
width:100% !important;
padding:10px 0px;
font-size:12px;
border:0px;
box-shadow: 0px;
background: none !important;
}
.table-input-2 .select{
width:100% !important;
padding:0px 5px;
font-size:12px;
border:0px;
box-shadow: 0px;
background: none !important;
}
.table-input-2 .inphone{
width:100% !important;
padding:5px 5px;
font-size:12px;
border:0px;
box-shadow: 0px;
background: #FFFFFF !important;
}
.table tr td{
border:1px solid #fff !important;
}
.w-150px{
width:150px;
}
.canvas{
margin-bottom:20px;
}
img.lazy {
filter: blur(10px);
transition: filter 0.3s;
}
img:not(.lazy) {
filter: none;
}
.gallery-item-centered {
position: absolute;
top: 50%;
left: 50%;
color:#FFFFFF;
font-weight: 600;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
transform: translate(-50%, -50%);
background: rgba(0,0,0,.6);
padding:5px 7px;
border-radius:5px;
}
.text-blod-600{
font-size:14px;
color:#000000;
font-weight: 600 !important;
}
.padding-3-3px{
padding:3px;
}
