html body.bg-full-screen-image{
    background-image: linear-gradient(to bottom right, #59c8ff, #162832);
}

.table-responsive .dataTable {
    width: 100% !important;
}
/*.table-responsive > div > div {
    width: 100%;
}*/
.table-responsive .datatable-footer {
    overflow: hidden
}
.datatable-footer-inner div.dataTables_paginate li.next > a,
.datatable-footer-inner div.dataTables_paginate li.previous > a,
.datatable-footer-inner div.dataTables_paginate li.last > a {
    padding: 0;
}
.datatable-footer-inner div.dataTables_paginate li {
    padding: 0 5px
}
.cursor-pointer {
    padding-bottom: 8px;
    padding-top: 3px;
    padding-left: 8px;
    padding-right: 8px;
}
.table td {
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 13px;
}
.card-body {
    padding: 0.7rem !important;
}
.datatable-pager{
    padding-top: 8px !important;
}

.bg-color{
    padding: 6px 14px;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px inset;
    margin: 0px 15px 20px 0px;
    border-radius: 50%;
    
    border: 2px double black;
}

.new-loader {
    text-align: center;
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #14274a;
    border-bottom: 6px solid #14274a;
    border-right: 6px solid #71d7ba;
    border-left: 6px solid #71d7ba;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
  
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
  
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.collor-icon{
    background:url('../../admin/assets/images/icon/collor.png');
    height: 35px;
    background-size: contain;
    width: 35px;
    background-repeat: no-repeat;
}
.cuts-icon{
    background:url('../../admin/assets/images/icon/cuts.png');
    height: 35px;
    background-size: contain;
    width: 35px;
    background-repeat: no-repeat;
}

.error{
    color: red;
}
.main-menu .navbar-header .navbar-brand .brand-logo{
    background-size: contain !important;
    height: 40px;
    width: 40px;
}
.color-back{
    padding: 2px 12px;
    box-sizing: border-box;
    min-width: 0px;
    height: 30px;
    width: 30px;
    cursor: pointer;
    margin: 0px 5px 0px 0px;
    border-radius: 50%;
    /* border-style: solid;
    border-width: 2px; */
}

/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
 .dot-pulse {
    position: relative;
    left: -9999px;
    width: 10px;
    margin: 6px 16px;
    height: 10px;
    border-radius: 5px;
    background-color: #1a233a;
    color: #1a233a;
    box-shadow: 9999px 0 0 -5px #1a233a;
    -webkit-animation: dot-pulse 1.5s infinite linear;
    animation: dot-pulse 1.5s infinite linear;
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
  }
  
  .dot-pulse::before, .dot-pulse::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #1a233a;
    color: #1a233a;
  }
  
  .dot-pulse::before {
    box-shadow: 9984px 0 0 -5px #1a233a;
    -webkit-animation: dot-pulse-before 1.5s infinite linear;
    animation: dot-pulse-before 1.5s infinite linear;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  
  .dot-pulse::after {
    box-shadow: 10014px 0 0 -5px #1a233a;
    -webkit-animation: dot-pulse-after 1.5s infinite linear;
    animation: dot-pulse-after 1.5s infinite linear;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
  }
  
  @-webkit-keyframes dot-pulse-before {
    0% {
      box-shadow: 9984px 0 0 -5px #1a233a;
    }
    30% {
      box-shadow: 9984px 0 0 2px #1a233a;
    }
    60%,
    100% {
      box-shadow: 9984px 0 0 -5px #1a233a;
    }
  }
  
  @keyframes dot-pulse-before {
    0% {
      box-shadow: 9984px 0 0 -5px #1a233a;
    }
    30% {
      box-shadow: 9984px 0 0 2px #1a233a;
    }
    60%,
    100% {
      box-shadow: 9984px 0 0 -5px #1a233a;
    }
  }
  
  @-webkit-keyframes dot-pulse {
    0% {
      box-shadow: 9999px 0 0 -5px #1a233a;
    }
    30% {
      box-shadow: 9999px 0 0 2px #1a233a;
    }
    60%,
    100% {
      box-shadow: 9999px 0 0 -5px #1a233a;
    }
  }
  
  @keyframes dot-pulse {
    0% {
      box-shadow: 9999px 0 0 -5px #1a233a;
    }
    30% {
      box-shadow: 9999px 0 0 2px #1a233a;
    }
    60%,
    100% {
      box-shadow: 9999px 0 0 -5px #1a233a;
    }
  }
  
  @-webkit-keyframes dot-pulse-after {
    0% {
      box-shadow: 10014px 0 0 -5px #1a233a;
    }
    30% {
      box-shadow: 10014px 0 0 2px #1a233a;
    }
    60%,
    100% {
      box-shadow: 10014px 0 0 -5px #1a233a;
    }
  }
  
  @keyframes dot-pulse-after {
    0% {
      box-shadow: 10014px 0 0 -5px #1a233a;
    }
    30% {
      box-shadow: 10014px 0 0 2px #1a233a;
    }
    60%,
    100% {
      box-shadow: 10014px 0 0 -5px #1a233a;
    }
  }


.carousel-control-prev, .carousel-control-next{
    background: #08080857;
}


.carousel-item img{
    width: 350px;
    /* height: 450px; */
}

.border-double{
    border: 4px double black;
}


.radio2 label::after{
  left: 12px;
}

.radio2 label::before{
  position: absolute;
  left: 7px;
}


.nav-pills li a:active, .nav-pills li a:hover, .nav-pills li .active {
  padding: 10px 12px;
  background: #343b53 !important;
  color: #5A8DEE;
  border-radius: 0.267rem;
}

.nav-pills li a {
  padding: 10px 12px;
  margin-bottom: 10px;
  color: #8494a7;
}

.size-list span{
  width: 15px;
  height: 15px;
  border: 1px solid;
  padding: 10px;
  margin-right: 4px;
}

.pro-img{
  object-fit: cover;
  width: 60px;
  height: 60px;
}

.filterDefault{
  position: absolute;
}

.banner-img{
    object-fit: cover;
    width: 150px;
    height: 70px;
}
.collarimg{
  object-fit: cover;
  width: 150px;
  height: 80px;
}

#productbody .carousel-control-prev, .carousel-control-next{
  height: 45px;
  top: 46%;
  border-radius: 50%;
  width: 45px;
}

.rr{
  border: 1px solid #f30a0a !important;
}

/* print cass */
@media print {
	.btn-buy-now,
	.btn-customizer,
	.content-header,
	.invoice-action-wrapper,
	.main-menu,
	.navbar,
	.page-footer,
	.sidenav-main,
	.theme-cutomizer {
		display: none
	}
	body,
	html {
    visibility: hidden;
  }
	.invoice-print-area {
		visibility: visible;
    page-break-after: auto;
    /* width: 500px;
    height: 750px; */
	}
	.invoice-print-area .divider {
		margin: .5rem 0!important
	}
	.horizontal-menu.navbar-sticky .content>.content-wrapper {
		margin-top: 0!important
	}
	body.vertical-layout.vertical-menu-modern.menu-collapsed .app-content,
	html body.navbar-sticky .app-content .content-wrapper {
		margin: 0;
		padding: 0
	}
	.card {
		box-shadow: none
	}
	.card .card-content {
		padding: 0!important
	}
	table td,
	table th {
		border: 1px solid #DFE3E7
	}
	.invoice-date-number .col,
	.invoice-info .col,
	.invoice-logo-title .col,
	.invoice-subtotal .row .col {
		width: 50%!important
  }
}



/* Absolute Center Spinner */
.pageloading {
  position: fixed;
  z-index: 9999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.pageloading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.pageloading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.pageloading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

footer.footer .scroll-top i{
  color: #fff;
}

.note-editor .btn-light{
  background-color: #5a8dee !important;
}
.note-editor .note-color .note-icon-font{
  color: #000;
}

.fs-19{
  font-size:19px !important;
}