:root {
    --input-padding-x: 1.5rem;
    --input-padding-y: .75rem;
  }
  html, body {
    height: 100%;
  }
  body {
    background: #f5f5f5;
  }
  body.opend_Chat:after {
    background-color: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    content: "";
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    transform: none;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
}
  body.loginPage.centerForm {
    display: flex;
    align-items: center;
  }
  tr.non-customization {
    background: #f7abab;
}

  .mt-15 {
    margin-top: 15px;
  }
  
  .card-signin {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  
  .card-signin .card-title {
    margin-bottom: 2rem;
    font-weight: 300;
    font-size: 1.5rem;
  }
  
  .card-signin .card-img-left {
    width: 45%;
    /* Link to your background image using in the property below! */
    background: scroll center url('../images/login_background.jpg');
    min-height: 500px;
    background-size: cover;
  }
  
  .card-signin .card-body {
    padding: 2rem;
  }
  
  .form-signin {
    width: 100%;
  }
  
  .form-signin .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    transition: all 0.2s;
  }
  
  .form-label-group {
    position: relative;
    margin-bottom: 1rem;
  }
  
  .form-label-group input {
    height: auto;
    border-radius: 2rem;
  }
  
  .form-label-group>input,
  .form-label-group>label {
    padding: var(--input-padding-y) var(--input-padding-x);
  }
  
  .form-label-group>label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
  }
  
  .form-label-group input::-webkit-input-placeholder {
    color: transparent;
  }
  
  .form-label-group input:-ms-input-placeholder {
    color: transparent;
  }
  
  .form-label-group input::-ms-input-placeholder {
    color: transparent;
  }
  
  .form-label-group input::-moz-placeholder {
    color: transparent;
  }
  
  .form-label-group input::placeholder {
    color: transparent;
  }
  
  .form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
  }
  
  .form-label-group input:not(:placeholder-shown)~label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
  }
  
  .btn-google {
    color: white;
    background-color: #ea4335;
  }
  
  .btn-facebook {
    color: white;
    background-color: #3b5998;
  }

.SectionTable {
  width: 100%;
  display: inline-block;
  margin-top: 2rem;
}

.SectionTable > h3 {
  font-weight: 700;
  margin-bottom: 15px;
}

  .dataSec {
  width: 100%;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  padding: 15px;
  background-color: #ffff;
  border-radius: 1rem;
}

  .imgSec > img {
    width: 100%;
  }

  .dataSec .table thead th:last-child, .dataSec .table tbody td:last-child {
    text-align: right;
  }

  .dataSec .table tbody td > a {
    padding: 10px 30px;
    border-radius: 1rem;
    background-color: #0062cc;
    color: #fff;
    font-size: 16px;
    font-weight: 700; 
    text-decoration-line: none; 
  }

  .dataSec .table tbody td > a:hover, .dataSec .table tbody td > a:focus {
    background-color: #0069d9;
  }

  .dataSec .table td, .dataSec .table th {
    vertical-align: middle;
  }

.customBg {
  width: 100%;
  display: inline-block;
  margin-top: 2rem
}

.customBg > h3 {
  font-weight: 700;
  margin-bottom: 15px;
}


.accordion_head {
  background-color: skyblue;
  color: white;
  cursor: pointer;
  font-size: 18px;
  margin: 0 0 1px 0;
  padding: 7px 11px;
  font-weight: bold;
}

.accordion_body {
  background: #fff;
}

.plusminus {
  float: right;
}

.sliderSec {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-top: 0;
  background-color: #fff;
  padding: 25px 25px 0;
  box-shadow: 0 0 0 1px rgba(63,63,68,.05), 0 1px 3px 0 rgba(63,63,68,.15);
}

.sliderSec .slick-slider .slick-slide {
  padding: 0 20px;
}

.sliderSec .slick-dots li button::before {
  font-size: 30px;
}

.sliderSec .slick-prev.slick-arrow, .sliderSec .slick-next.slick-arrow {
  display: none !important;
}

.submitSec {
  width: 100%;
  display: inline-block;
  margin-top: 25px;
}


.accordion_container .submitSec {
  width: 100%;
  display: inline-block;
  margin-top: 25px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #0dabec;
  z-index: 15;
}
.submitSec .btn.submitBtn {
  background-color: #083a5c;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  padding: 10px 20px;
  width: 100%;
}
.customBg .accordion_container {
  padding-bottom: 100px;
}

.submitSec .btn.submitBtn {
  background-color: #0dabec;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  padding: 10px 20px;
}

.submitSec .btn.submitBtn:hover, .submitSec .btn.submitBtn:focus {
  background-color: #1883ae;
}

.slectSec {
  width: 100%;
  display: inline-block;
}

.selectImg {
  position: relative;
}
.download-image a.download-other-format {
  padding: 5px 15px !important;
  background-color: #fff;
  color: #000;
  box-shadow: 0 1px 0 0 rgba(22,29,37,.05);
  border-color: #e2d9d9;
  display: inline-block;
  max-width: 140px;
}

.downloaded-image {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  -moz-align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: center;
  transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  width: 100%;
  overflow: hidden;
}
.downloaded-image img {
  max-width: 100%;
  max-height: 100%;
}

/*.downloaded-image img {
  max-width: none !important;
}*/

.selectImg label {
  position: relative;
  overflow: visible;
  transition: 0.2s linear all;
  -webkit-transition: 0.2s linear all;
}
.selectImg label .downloaded-image {
  pointer-events: none;
}


.slick-active label:hover, .slick-active label:focus {
  border-color: red;
}

input[type=radio] + label {
  display: inline-block;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.customBg input[type=radio]:checked + label {
  background-image: none;
  opacity: 1;
  transform: scale(1.1);
  z-index: 10;
}
input[type=radio]:checked + label .downloaded-image {
  opacity: 1;
  pointer-events: unset;
}
.thumbnailBox {
  box-shadow: none;
  padding: 0 0 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.background_grid .col-md-3 input[type="radio"] {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  margin: 0;  
  padding: 0;
  display: block;
}

thead tr th, tbody tr td {
    text-align: center;
}

table tr td.upload-image{
  position: relative;
}
form.imageUploadForm .ImageBrowse {
  color: transparent;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  font-size: 0;
  border: 0;
  background: transparent;
  opacity: 0;
  cursor: pointer;
}



/* new css 07-oct-19 */


.products-wrapper {
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
}

.products-wrapper #canvas {
  display: none !important;
}

.typebold {
  font-weight: bold;
}

.clr_green {
  color: #008000;
}

.head__Section {
    width: 100%;
    text-align: center;
    background-color: #ffffff;
    padding: 5px 0px;
    margin-bottom: 30px;
}
.admin .head__Section{
  background-color: #fff;;
}

.products-wrapper h2 {
  color: #000;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #dfdfdf;
}

.get_section {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.orderList .get_section {
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 0 1px rgba(63,63,68,.05), 0 1px 3px 0 rgba(63,63,68,.15);
}

.top_from {
  width: 100%;
  display: inline-block;
  margin-top: 15px;
}

.table .thead-dark th {
    color: #fff;
background-color: #343a40;
border-color: #454d55;
}

.table-image td,
.table-image th {
  vertical-align: middle !important;
}

.table td {
    font-size: 14px;
}

.get_section .search_Sec {
  width: 60%;
}

.section_Product .download-image > a {
    padding: 0;
    background-color: transparent;
    color: #fff;
    border-radius: 5px;
    display: block;
    margin: 5px;
}

.section_Product .upload-image a.uploaded_image {
    color: #000;
    text-decoration: underline;
    display: block;
}

a.uploaded_image {
    display: block;
    color: #000;
    text-decoration: underline;
}

/*.section_Product .imageUploadForm .ImageBrowse {
  display: none !important;
}*/

.section_Product .imageUploadForm [type="file"] + label {
    background: #f15d22;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    font-weight: 600;
    margin-top: 1.8rem;
    outline: none;
    padding: 10px 20px;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
}
.section_Product .imageUploadForm [type="file"] + label:hover {
  background-color: #d3460d;
}

.reset_Sec a.btn.btn-default {
    color: #fff;
    background-color: #f8015a;
    border-color: #f8015a;
}

.order_sec {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

form.final-image-submit .comments {
  width: 100%;
  height: 120px;
}

.table-responsive td.comments {
  text-align: left;
}

.slick-slide label > img {
  max-width: 300px;
}
.table-responsive .table td.download-image a {
  max-width: none;
  color: #000;
}
.uploaded_image img {
  max-width: 50px;
  height: auto;
}
.table-responsive .table td.download-image img {
  max-width: 50px;
}
.table-responsive .table td.download-image .image_downloadable {
  display: flex;
  align-items: flex-start;
  justify-content: center;  
  flex-wrap: wrap;
}
.table-responsive .table td.download-image .image_downloadable a {
  margin: 0 5px 5px;
}
.table td.download-image img {
  max-height: 90px;
  width: auto;
  max-width: 100%;
}
.table thead th{
  border-bottom: 0;
  border-top: 0;
}
thead tr th, tbody tr td{
  text-align: left;
}
.btn_upload .upload_icon {
  width: 45px;
  height: 45px;
  background-color: #083a5c;
  border-radius: 50%;
  padding: 10px;
  fill: #fff;
}
.btn_upload span {
  display: block;
}
.table-responsive .table td.upload-image {
  text-align: center;
}
.chatIcon {
  width: 40px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
button, a.btn{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.table-responsive.get_section {
  padding: 10px;
}

@media (min-width: 768px){
  div#closeHistory{
    display: none;
  }
}
@media (max-width: 767px) {
  .get_section {
    display: inline-block;
  }
  .get_section .search_Sec {
    width: 100%;
  }
  .search_Sec button.btn.btn-default {
    margin-top: 10px;
  }
  .order_sec {
    display: inline-block;
    text-align: center;
  }
  .order_sec .order_title {
    width: 100%;
  }
  .order_sec .login-logout-back-page {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
  }
}

.active-loader, .active-loader:after {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.84);
  z-index: 10;
}
.active-loader:after {
  content: "";
}
select.user_status_change.form-control{
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}
.approveArtwork a {
  text-decoration: underline;
  color: #000;
}
.approveArtwork {
  text-align: center;
}
.loader {
  border: 6px solid #9bac31;
  border-top: 6px solid #083a5c;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
  -webkit-animation: spin 2s linear infinite;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 15;
}
.background_grid .col-md-3 {
max-width: 25%;
flex: 0 0 25%;
margin-bottom: 30px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* New Styles CSS */
.products-wrapper .container {
  max-width: calc(100% - 200px);
}
.selectImg img {
  max-width: 100%;
}
.selectImg .downloaded-image img{
  max-width: 80%;
  bottom: 0;
}
.background_grid .col-md-3 input[type="radio"]:checked + label:after {
  position: absolute;
  content: "";
  border: 8px solid rgba(173, 191, 55, 0.52);
  display: block;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 0;
}
.downloaded-image {
  z-index: 5;
}
.background_grid .col-md-3 input[type="radio"] + label:before,
.previewWithcolor input[type="radio"] + label:before{
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='496pt' viewBox='0 0 496 496.01461' width='496pt'%3E%3Cpath d='m455.882812 128.003906-60.800781-27.046875-27.070312-60.824219-66.167969 6.910157-53.832031-39.039063-53.863281 39.039063-66.136719-6.910157-27.050781 60.796876-60.824219 27.074218 6.914062 66.167969-39.039062 53.832031 39.039062 53.863282-6.914062 66.136718 60.800781 27.046875 27.074219 60.824219 66.167969-6.910156 53.832031 39.039062 53.863281-39.039062 66.136719 6.910156 27.046875-60.800781 60.824218-27.070313-6.914062-66.167968 39.042969-53.832032-39.042969-53.863281zm-255.871093 216-67.921875-67.921875 22.640625-22.558593 45.28125 45.199218 135.757812-135.757812 22.640625 22.636718zm0 0' fill='%23adbf37' style='&%2310;'/%3E%3Cg fill='%2392a518' style='&%2310;'%3E%3Cpath d='m494.492188 243.308594-37.25-51.386719 6.601562-63.109375c.359375-3.449219-1.539062-6.734375-4.707031-8.144531l-57.980469-25.800781-25.800781-57.984376c-1.417969-3.160156-4.699219-5.054687-8.144531-4.710937l-63.121094 6.597656-51.382813-37.246093c-2.800781-2.03125-6.589843-2.03125-9.390625 0l-51.386718 37.246093-63.117188-6.597656c-3.441406-.328125-6.710938 1.5625-8.144531 4.703125l-25.800781 57.984375-57.984376 25.808594c-3.164062 1.40625-5.0625 4.691406-4.703124 8.136719l6.597656 63.117187-37.246094 51.386719c-2.03125 2.800781-2.03125 6.589844 0 9.390625l37.246094 51.382812-6.597656 63.121094c-.363282 3.445313 1.535156 6.734375 4.703124 8.144531l57.984376 25.800782 25.800781 57.984374c1.425781 3.148438 4.699219 5.042969 8.144531 4.710938l63.117188-6.601562 51.386718 37.25c2.800782 2.03125 6.589844 2.03125 9.390625 0l51.382813-37.25 63.121094 6.601562c3.445312.347656 6.722656-1.546875 8.144531-4.703125l25.800781-57.984375 57.980469-25.808594c3.164062-1.410156 5.0625-4.691406 4.707031-8.136718l-6.601562-63.121094 37.25-51.382813c2.035156-2.800781 2.035156-6.597656 0-9.398437zm-52 53.863281c-1.160157 1.597656-1.6875 3.566406-1.480469 5.527344l6.304687 60.382812-55.480468 24.699219c-1.8125.796875-3.265626 2.242188-4.066407 4.054688l-24.679687 55.480468-60.398438-6.3125c-1.960937-.203125-3.925781.328125-5.519531 1.488282l-49.160156 35.632812-49.167969-35.632812c-1.363281-.996094-3.003906-1.53125-4.6875-1.527344-.28125 0-.5625 0-.800781.039062l-60.402344 6.3125-24.679687-55.480468c-.804688-1.8125-2.25-3.261719-4.0625-4.066407l-55.511719-24.6875 6.304687-60.382812c.203125-1.960938-.324218-3.929688-1.480468-5.527344l-35.632813-49.167969 35.632813-49.167968c1.15625-1.597657 1.683593-3.566407 1.480468-5.527344l-6.304687-60.386719 55.480469-24.695313c1.8125-.796874 3.261718-2.242187 4.0625-4.054687l24.679687-55.480469 60.402344 6.3125c1.957031.195313 3.921875-.335937 5.519531-1.488281l49.167969-35.632813 49.167969 35.632813c1.59375 1.15625 3.558593 1.683594 5.519531 1.488281l60.398437-6.3125 24.679688 55.480469c.804687 1.8125 2.253906 3.257813 4.066406 4.0625l55.480469 24.6875-6.304688 60.386719c-.207031 1.960937.320313 3.929687 1.480469 5.527344l35.628906 49.167968zm0 0'/%3E%3Cpath d='m341.425781 157.308594c-3.125-3.125-8.1875-3.125-11.3125 0l-130.101562 130.101562-39.625-39.550781c-3.121094-3.113281-8.175781-3.113281-11.296875 0l-22.679688 22.542969c-1.503906 1.5-2.351562 3.539062-2.351562 5.664062s.847656 4.164063 2.351562 5.664063l67.921875 67.921875c3.121094 3.121094 8.1875 3.121094 11.3125 0l158.398438-158.402344c3.121093-3.121094 3.121093-8.1875 0-11.3125zm-141.414062 175.382812-56.601563-56.601562 11.3125-11.285156 39.640625 39.558593c3.121094 3.117188 8.179688 3.117188 11.304688 0l130.101562-130.089843 11.328125 11.328124zm0 0'/%3E%3C/g%3E%3C/svg%3E");
  height: 60px;
  width: 60px;
  background-size: 55px 55px;
  background-repeat: no-repeat;
  position: absolute;
  right: -20px;
  z-index: 10;
  top: -20px;
  background-color: #fff;
  border-radius: 50%;
  background-position: center center;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  transform-origin: center;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
}
.background_grid .col-md-3 input[type="radio"]:checked + label:before,
.previewWithcolor input[type="radio"]:checked + label:before{
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.previewWithcolor input[type="radio"]{
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.order_title {
  width: 100%;
}
.headerIntro h1{
  text-align: center;
  font-size: 35px;
  font-weight: 900;
  margin-bottom: 20px;
  color: #083a5c;
}
.order_title h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
  position: relative;
  color: #083a5c;
}
.order_title p {
  font-size: 22px;
  margin: 0 auto;
}
.noteOrder {
  box-shadow: var(--p-banner-border,inset 0 3px 0 0 var(--p-border,#637381),inset 0 0 0 0 transparent,0 0 0 1px rgba(63,63,68,.05),0 1px 3px 0 rgba(63,63,68,.15));
  padding: 15px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.headerIntro {
  margin-bottom: 45px;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}
.headerIntro .noteOrder {
  font-size: 19px;
  font-weight: 600;
  border-radius: 5px;
}
.colorBG {
  display: flex;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  background-color: #ffffff;
}
.color-bg-section {
  margin-bottom: 60px;
}
.previewWithcolor {
  position: relative;
}

.backgroundColorpatenr{
  width: 100%;
  display: block;
  height: 100%;
}
.previewWithcolor {
  position: relative;
  width: 50%;
}
.backgroundColorpatenr img#mainImage1 {
  max-width: 80%;
}
.colorPicker {
  width: 50%;
  padding: 0 25px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.colorPicker #colorpicker{
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.colorPicker > form, .colorPicker > form {
  width: 100%;
  text-align: center;
}
.colorPicker > form input#color {
  height: 40px;
}

.farbtastic, .farbtastic .wheel {
  width: 100%;
  height: 100%;
}

.farbtastic .color, .farbtastic .overlay {
  top: 47px;
  left: 47px;
  width: 100%;
  height: 100%;
}
.previewWithcolor img {
  max-width: 100%;
}
.dropdown_column li a, .dropdown_column li a:hover, .dropdown_column li a:active{
  text-align: left;
}
td.download-image{
  width: 150px;
}


@media (max-width: 1400px){
  .products-wrapper .container {
    max-width: calc(100% - 80px);
  }
  .background_grid .col-md-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
}

@media (max-width: 800px){
  .background_grid .col-md-3 {
    max-width: 33.33%;
    flex: 0 0 33.33%;    
  }
}

@media (max-width: 800px){
  .background_grid .col-md-3 {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
}

@media (max-width: 650px){
  .background_grid .col-md-3 {
    max-width: 50%;
    flex: 0 0 50%;
}
input[type=radio]:checked + label{
  transform: none;
}
}

@media (max-width: 450px){
  .background_grid .col-md-3 {
    max-width: 100%;
    flex: 0 0 100%;
}
}






/*Start Added css 09-07-2020*/
.products-wrapper .container {
  max-width: calc(100% - 100px);
}
.customBg {
  width: 100%;
  display: inline-block;
  margin-top: 1rem;
  padding: 0 15px;
}

.customBg > h3 {
  font-weight: 700;
  margin-bottom: 15px;
}
.products-wrapper .content_area {
  background-color: #fff;
  padding: 0 0;
  box-shadow: 0 0 0 1px rgba(63,63,68,.05), 0 1px 3px 0 rgba(63,63,68,.15);
  /* padding: 0 15px; */
}
.approval_artwork.products-wrapper .content_area{
  box-shadow: none;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  box-shadow: 0 0 0 1px rgba(63,63,68,.05), 0 1px 3px 0 rgba(63,63,68,.15);
  padding: 15px;
}
.submitSec .btn.submitBtn.approve {
  background-color: #adbf37;
}
.submitSec .btn.submitBtn.request {
  background-color: #083a5c;
}
.accordion_container .box-content img {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.submitSec .btn.submitBtn{
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
}
body .order-Number h3 {
  font-size: 25px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}
.submitSec .btn.submitBtn:hover {
  opacity: 0.8;
}
.noteOrder p {
  font-size: 16px;
  margin-bottom: 10px;
}

.multipleProducts .section_Product .order_sec{
  padding-left: 15px;
  padding-right: 15px;
}
.multipleProducts .section_Product .order_sec h3{
  font-size: 22px;
  font-weight: 600;
}
.order_sec {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
.colorBG.noBackground {
  max-width: 350px;
}
.client_review_order .products-wrapper .container {
  max-width: 1070px;
}
p.stillTxt.ck-green, p.stillTxt {
  color: #00c306;
}
p.stillTxt.ck-red {
  color: red;
}

.product_title {
  max-width: 150px;
}
select.user_status_change.form-control {
  max-width: 150px;
}
.uploadedBG select.user_status_change.form-control {
  max-width: 250px;
}
.order_date {
  width: 100px;
}

@media (max-width: 767px) {
  .get_section {
    display: inline-block;
  }
  .get_section .search_Sec {
    width: 100%;
  }
  .search_Sec button.btn.btn-default {
    margin-top: 10px;
  }
  .order_sec {
    display: inline-block;
    text-align: center;
  }
  .order_sec .order_title {
    width: 100%;
  }
  .order_sec .login-logout-back-page {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    padding: 0 15px;
  }
  
  .colorBG {
    background-color: #eee;
    flex-wrap: wrap;
    max-width: 450px;
  }
  .colorPicker {
    width: 100%;
    padding: 20px 25px;
  }
  .previewWithcolor{
    width: 100%;
  }
}
.equal_height_block .row .col-md-4 form {
    height: 100%;
}

form.final-image-submit .comments {
    width: 100%;
    height: 120px;
    padding: 10px;
    border: 1px solid #eee;
}
.equal_height_block .row {
    display: flex;
}
p.typebold {
  margin-bottom: .0;
}
.table-responsive .table td:first-child{
  font-weight: 700;
  color: #849616;
}
.table-responsive{
  padding: 10px;
}
.table-responsive {
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(63,63,68,.05), 0 1px 3px 0 rgba(63,63,68,.15);
  float: left;
  margin-bottom: 15px;
}
.approval_artwork .accordion_container .submitSec {
    /* width: 100%; */
    /* display: inline-block; */
    /* margin-top: 25px; */
     position: relative; 
    /* bottom: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* text-align: center; */
    /* background-color: #0dabec; */
    /* z-index: 15; */
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    background-color: transparent;
}
.noteAlert {
  background: #e7f3fe;
  padding: 10px;
  border: 2px solid #c2d9ef;
}
.noteAlert p {
  margin-bottom: 0;
}
.submitSecTop button {
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-color: #adbf37;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  margin-bottom: 20px;
  border: 3px solid rgb(228 228 228 / 53%);
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
}
.submitSecTop button:hover{
  background-color: #083a5c;
}
.input-group span.input-group-btn {
  width: 100%;
}
.input-group span.input-group-btn .custom-file-uploader {
  width: 100%;
  text-align: left;
  background-color: #f5f5f5;
}
.input-group span.input-group-btn .custom-file-uploader input{
  width: 100%;
}
.approval_artwork .accordion_container .submitSec > button {
  max-width: 250px;
}
.mb-20 {
  margin-bottom: 30px !important;
}
.accordion_container .form-group {
    width: 100%;
    padding: 0 15px;
}
.sr-only {
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
#mainImage1 {
    height: auto;
    width: auto;
}
.chat_row img {
    max-width: 90px;
    max-height: 80px;
}
/*End Added css 09-07-2020*/

/* Artwork Approval Product */
.btn-primary {
  color: #fff;
  background-color: #828282;
  border-color: #828282;
}
.historyContent {
  background-color: #f3f3f3;
  height: 100%;
  padding-bottom: 25px;
  z-index: 100;
}
.chatBlock {
  background-color: #d1dc89;
  max-width: 100%;
  border-radius: 20px;
  padding: 10px 15px;
}
.accordion_container .box-content {
  margin-left: auto;
  margin-right: auto;
}
.search_field_icon .fa-search {
  position: absolute;
  left: 0;
  z-index: 5;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  width: 40px;
  text-align: center;
  justify-content: center;
}
.search_field_icon .form-control#order_number {
  padding-left: 32px;
  height: 38px;
}
.top_from form {
  margin-bottom: 0;
  padding: 0 10px;
}
.products-wrapper h2 {
  color: #000;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #dfdfdf;
  max-width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
}
.form-group-inline > h4 {
  display: none;
}
.chatIcon.hasChat svg {
  fill: #849616;
}
a.delete-button {
  text-decoration: underline;
}
.page-link {
  padding: .8rem 1.75rem;
  border: 1px solid #dee2e6;
  font-size: 18px;
}
.admin .chat_container_parent, .front_view .chat_container_parent{
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  position: fixed;
  right: 0;
  top: 0;
  width: 500px;
  height: 100%;
  z-index: 20;
  max-width: 100%;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
}
.admin .chat_container_parent .chat-sidebar,  .front_view .chat_container_parent .chat-sidebar{
  width: 100%;
  height: 100%;
}
.admin .chat_container_parent .historyContent, .front_view .chat_container_parent .historyContent{
  width: 100%;
}
.admin .historyContent .header , .front_view .historyContent .header {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.opend_Chat .admin .chat_container_parent, .front_view.opend_Chat .chat_container_parent{
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;

}
.chatIcon svg {
  width: 40px;
  height: auto;
  cursor: pointer;
}
.chatIcon:not(.hasChat) svg {
  fill: #dadada;
  cursor: not-allowed;
}
span.total-chat-history{
  border-radius: 50%;
  background: #f8015a;
  padding: 5px 10px;
  color: #fff;
  right: -10px;
  top: -10px;
  position: absolute;
}
.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg,#f9fafb,#ececec);
  border: 1px solid var(--p-border,#c4cdd5);
}
.historyContent .header {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background-color: #083a5c;
  padding: 15px;
  box-shadow: 0 4px 5px -2px rgba(0,0,0,0.09);
}
.artWorkHeading {
  height: 50px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.historyContent {
background-color: #e6eaea;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 30%;
}



.historyContent .date {
  font-size: 13px;
}
.chat_content .chat_row {
  padding: 0 10px;
  margin-top: 15px;
  clear: both;
  float: left;
  width: 100%;
}
.designer .chat_content .chatBlock {
  background-color: #3895d4;
  color: #fff;
}
.designer .chat_content {
  float: left;
  max-width: 70%;
  width: 100%;
}
.customer .chat_content {
  float: right;
  width: 100%;
  max-width: 70%;
}
.header + .chat_content {
  height: calc(100% - 240px);
  overflow: auto;
  padding-bottom: 10px;
}
.confirm-message {
  font-size: 20px;
  margin-bottom: 10px;
}
.ck-confirm-reject-message a {
  background-color: #fff;
  color: #000 !important;
  padding: 6px 20px !important;
  margin: 0 5px;
  font-size: 16px;
  border-radius: 2px;
  display: inline-block;
}
.historyContent .date {
  font-size: 13px;
  margin-top: 5px;
  padding-left: 15px;
}
.historyContent .date span.type {
  border-left: 1px solid #000;
  padding-left: 5px;
  margin-left: 5px;
  font-weight: bold;
} 
.approval_artwork.products-wrapper .container {
  max-width: 100%;
  float: left;
}

.approval_artwork .head__Section {
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  padding: 0px 0px;
  margin-bottom: 30px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  padding: 0 15px;
}
.client_review_order .head__Section{
  padding: 5px 0px;
}
.commentBox {
  width: 100%;
}
.approval_artwork .head__Section a{
display: inline-block;
}
.approval_artwork .head__Section img {
  height: 70px;
  width: auto;
}
.approval_artwork .accordion_container {
  box-shadow: 0 0 0 1px rgba(63,63,68,.05), 0 1px 3px 0 rgba(63,63,68,.15);
  height: 100%;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  border-radius: 10px;
}

div#closeHistory {
  display: flex;
  align-items: center;
  fill: #fff;
  cursor: pointer;
}
div#closeHistory svg {
  height: 30px;
  width: 30px;
}

.pagination_nav{
  margin: 0 auto;
  display: inline-block;
}
.noBackground input[type="radio"]{
  opacity: 0;
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}
.noBackground input[type="radio"] + label::before{
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
}
.previewWithNoBG {
  width: 100%;
  text-align: center;
}
.previewWithNoBG label {
  position: relative;
}
.noBackground {
  box-shadow: 0 0 0 1px rgba(63,63,68,.05), 0 1px 3px 0 rgba(63,63,68,.15);
}
.noBackground input[type="radio"]:checked + label:before{
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='496pt' viewBox='0 0 496 496.01461' width='496pt'%3E%3Cpath d='m455.882812 128.003906-60.800781-27.046875-27.070312-60.824219-66.167969 6.910157-53.832031-39.039063-53.863281 39.039063-66.136719-6.910157-27.050781 60.796876-60.824219 27.074218 6.914062 66.167969-39.039062 53.832031 39.039062 53.863282-6.914062 66.136718 60.800781 27.046875 27.074219 60.824219 66.167969-6.910156 53.832031 39.039062 53.863281-39.039062 66.136719 6.910156 27.046875-60.800781 60.824218-27.070313-6.914062-66.167968 39.042969-53.832032-39.042969-53.863281zm-255.871093 216-67.921875-67.921875 22.640625-22.558593 45.28125 45.199218 135.757812-135.757812 22.640625 22.636718zm0 0' fill='%23adbf37' style='&%2310;'/%3E%3Cg fill='%2392a518' style='&%2310;'%3E%3Cpath d='m494.492188 243.308594-37.25-51.386719 6.601562-63.109375c.359375-3.449219-1.539062-6.734375-4.707031-8.144531l-57.980469-25.800781-25.800781-57.984376c-1.417969-3.160156-4.699219-5.054687-8.144531-4.710937l-63.121094 6.597656-51.382813-37.246093c-2.800781-2.03125-6.589843-2.03125-9.390625 0l-51.386718 37.246093-63.117188-6.597656c-3.441406-.328125-6.710938 1.5625-8.144531 4.703125l-25.800781 57.984375-57.984376 25.808594c-3.164062 1.40625-5.0625 4.691406-4.703124 8.136719l6.597656 63.117187-37.246094 51.386719c-2.03125 2.800781-2.03125 6.589844 0 9.390625l37.246094 51.382812-6.597656 63.121094c-.363282 3.445313 1.535156 6.734375 4.703124 8.144531l57.984376 25.800782 25.800781 57.984374c1.425781 3.148438 4.699219 5.042969 8.144531 4.710938l63.117188-6.601562 51.386718 37.25c2.800782 2.03125 6.589844 2.03125 9.390625 0l51.382813-37.25 63.121094 6.601562c3.445312.347656 6.722656-1.546875 8.144531-4.703125l25.800781-57.984375 57.980469-25.808594c3.164062-1.410156 5.0625-4.691406 4.707031-8.136718l-6.601562-63.121094 37.25-51.382813c2.035156-2.800781 2.035156-6.597656 0-9.398437zm-52 53.863281c-1.160157 1.597656-1.6875 3.566406-1.480469 5.527344l6.304687 60.382812-55.480468 24.699219c-1.8125.796875-3.265626 2.242188-4.066407 4.054688l-24.679687 55.480468-60.398438-6.3125c-1.960937-.203125-3.925781.328125-5.519531 1.488282l-49.160156 35.632812-49.167969-35.632812c-1.363281-.996094-3.003906-1.53125-4.6875-1.527344-.28125 0-.5625 0-.800781.039062l-60.402344 6.3125-24.679687-55.480468c-.804688-1.8125-2.25-3.261719-4.0625-4.066407l-55.511719-24.6875 6.304687-60.382812c.203125-1.960938-.324218-3.929688-1.480468-5.527344l-35.632813-49.167969 35.632813-49.167968c1.15625-1.597657 1.683593-3.566407 1.480468-5.527344l-6.304687-60.386719 55.480469-24.695313c1.8125-.796874 3.261718-2.242187 4.0625-4.054687l24.679687-55.480469 60.402344 6.3125c1.957031.195313 3.921875-.335937 5.519531-1.488281l49.167969-35.632813 49.167969 35.632813c1.59375 1.15625 3.558593 1.683594 5.519531 1.488281l60.398437-6.3125 24.679688 55.480469c.804687 1.8125 2.253906 3.257813 4.066406 4.0625l55.480469 24.6875-6.304688 60.386719c-.207031 1.960937.320313 3.929687 1.480469 5.527344l35.628906 49.167968zm0 0'/%3E%3Cpath d='m341.425781 157.308594c-3.125-3.125-8.1875-3.125-11.3125 0l-130.101562 130.101562-39.625-39.550781c-3.121094-3.113281-8.175781-3.113281-11.296875 0l-22.679688 22.542969c-1.503906 1.5-2.351562 3.539062-2.351562 5.664062s.847656 4.164063 2.351562 5.664063l67.921875 67.921875c3.121094 3.121094 8.1875 3.121094 11.3125 0l158.398438-158.402344c3.121093-3.121094 3.121093-8.1875 0-11.3125zm-141.414062 175.382812-56.601563-56.601562 11.3125-11.285156 39.640625 39.558593c3.121094 3.117188 8.179688 3.117188 11.304688 0l130.101562-130.089843 11.328125 11.328124zm0 0'/%3E%3C/g%3E%3C/svg%3E");
  height: 60px;
  width: 60px;
  background-size: 55px 55px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  z-index: 10;
  top: 0;
  background-color: #fff;
  border-radius: 50%;
  background-position: center center;
}
.noBackground .uploadd-image {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.noBackground .uploadd-image{
  width: 100%;
}
.background_approval .order_title p {
  max-width: 870px;
}

.background_approval form.final-image-submit {
  padding-bottom: 100px;
}
.background_approval .submitSec {
  width: 100%;
  display: inline-block;
  margin-top: 25px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
  background-color: #fff;
  padding: 5px 0;
}
.submit-container{
  display: flex;
  width: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 25px;
}
.submitSec .btn.submitBtn {
  background-color: #adbf37;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 20px;
  margin-bottom: 0;
  text-transform: uppercase;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.front_view .head__Section {
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  padding: 5px 20px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 12;
}

.ck-list-all-images{
  margin: 0 0;
  box-shadow: 0 0 0 1px rgba(63,63,68,.05), 0 1px 3px 0 rgba(63,63,68,.15);
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 0;
  max-width: calc(100% - 15px);
  margin-left: auto;
  margin-right: auto;
}
.ck-single-object-image img {
  max-width: 100%;
}

.uploader {
  display: block;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
.uploader label {
  float: left;
  clear: both;
  width: 100%;
  padding: 2rem 1.5rem;
  text-align: center;
  background: #fff;
  border-radius: 7px;
  border: 3px solid #eee;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.uploader label:hover {
  border-color: #454cad;
}
.uploader label.hover {
  border: 3px solid #454cad;
  box-shadow: inset 0 0 0 6px #eee;
}
.uploader label.hover #start i.fa {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0.3;
}
.uploader #start {
  float: left;
  clear: both;
  width: 100%;
}
.uploader #start.hidden {
  display: none;
}
.uploader #start i.fa {
  font-size: 50px;
  margin-bottom: 1rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.uploader #response {
  float: left;
  clear: both;
  width: 100%;
}
.uploader #response.hidden {
  display: none;
}
.uploader #response #messages {
  margin-bottom: 0.5rem;
}
.uploader #file-image {
  display: inline;
  margin: 0 auto 0.5rem auto;
  width: auto;
  height: auto;
  max-width: 180px;
}
.uploader #file-image.hidden {
  display: none;
}
.uploader #notimage {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}
.uploader #notimage.hidden {
  display: none;
}
.uploader progress,
.uploader .progress {
  display: inline;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 180px;
  height: 8px;
  border: 0;
  border-radius: 4px;
  background-color: #eee;
  overflow: hidden;
}
.uploader .progress[value]::-webkit-progress-bar {
  border-radius: 4px;
  background-color: #eee;
}
.uploader .progress[value]::-webkit-progress-value {
  background: -webkit-gradient(linear, left top, right top, from(#393f90), color-stop(50%, #454cad));
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}
.uploader .progress[value]::-moz-progress-bar {
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}
.uploader input[type="file"] {
  display: none;
}
.uploader div {
  margin: 0 0 0.5rem 0;
  color: #5f6982;
}
.uploader .btn {
  display: inline-block;
  margin: 0.5rem 0.5rem 1rem 0.5rem;
  clear: both;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  text-transform: initial;
  border: none;
  border-radius: 0.2rem;
  outline: none;
  padding: 0 1rem;
  height: 36px;
  line-height: 36px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  background: #454cad;
  border-color: #454cad;
  cursor: pointer;
}
.uploadImage {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  margin-top: 20px;
  padding: 15px;
  box-shadow: 0 0 0 1px rgba(63,63,68,.05), 0 1px 3px 0 rgba(63,63,68,.15);
}
.uploadImage label {
  font-size: 15px;
  font-weight: bold;
}
.ck-list-all-images .col-md-2{
  margin-bottom: 15px;
}
.admin .head__Section {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.admin .section_Product {
  padding: 0 7px;
  margin-bottom: 15px;
}
.approval_artwork .head__Section img{
  height: auto;
  max-height: 70px;
}

.historyContent {
  background-color: #e6eaea;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 500px;
  z-index: 100;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
}
body.opend_chat .historyContent {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
}
body:after{
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
}
body.opend_chat:after {
  position: fixed;
  content: "";
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  z-index: 2;
}
.historyContent .header{
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.attechment a {
  position: relative;
  display: inline-block;
  text-align: center;
}

.attechment a:after {
  content: "Click to zoom";
  position: absolute;
  font-size: 14px;
  left: 0;
  right: 0;
  text-align: center;
  color: #000;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255,255,255,0.6);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
}
.attechment a:hover:after{
  opacity: 1;
  visibility: visible;
}
 .ck-required-comments {
   display: none;
 }
 .selectedImage {
  width: 35px;
  height: 35px;
  background-color: #eee;
  border: 4px solid rgba(255,255,255,0.4);
}
.selectedBackground {
  display: flex;
  align-items: center;
  justify-content: center;
}
.selectedBackground .selectedImage {
  margin-left: 15px;
}
.selectedBackground .selectedImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.selectedBackground .selectedImage a {
  width: 100%;
  height: 100%;
  display: block;
}
a.ck-delete{
  background-image: url("data:image/svg+xml,%0A%3Csvg id='Capa_1' enable-background='new 0 0 512 512' height='512' viewBox='0 0 512 512' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath fill='%23fff' id='XMLID_1089_' d='m428.332 135.275-11.167-33.466c-2.248-6.736-8.552-11.278-15.653-11.278h-291.024c-7.101 0-13.405 4.543-15.653 11.278l-11.167 33.466c-2.53 7.582 3.113 15.414 11.106 15.414h322.451c7.994 0 13.637-7.832 11.107-15.414z'/%3E%3Cpath fill='%23fff' id='XMLID_835_' d='m135.615 491.767c1.28 11.519 11.016 20.233 22.606 20.233h193.718c11.59 0 21.326-8.715 22.606-20.233l34.565-311.077h-308.06z'/%3E%3Cpath fill='%23fff' id='XMLID_831_' d='m225.89 42.998c0-7.167 5.831-12.998 12.998-12.998h44.189c7.167 0 12.998 5.831 12.998 12.998v17.533h30v-17.533c0-23.709-19.289-42.998-42.998-42.998h-44.189c-23.709 0-42.998 19.289-42.998 42.998v17.533h30z'/%3E%3C/g%3E%3C/svg%3E");
  width: 45px;
  height: 45px;
  background-size: 25px;
  display: block;
  background-color: red;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: 25px;
  border: 2px solid rgba(0,0,0,0.2);
}
.ck-not-found {
  min-height: 160px;
}

@media (max-width: 1204px){
  
  .approval_artwork .head__Section{
    width: 100%;
  }
  .approval_artwork.products-wrapper .container {
    max-width: 100%;
    float: none;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .col-md-6.changedRwquest {
    margin-bottom: 15px;
    }
  .customBg{
    margin-top: 0;
  }
}

@media (max-width: 1400px){
  .ck-list-all-images .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (max-width: 1024px){
  .products-wrapper .container {
    max-width: calc(100% - 0px);
  }
  .products-wrapper h2{
    max-width: 100%;
  }
  .top_from form {
    padding: 0;
  }
  .table-responsive{
    padding: 0;
  }
  .product_title {
    max-width: 150px;
    width: 150px;
  }
  .search_Sec button.btn.btn-default{
    margin-top: 0;
  }
  .page-link {
    padding: .6rem 1.25rem;
    border: 1px solid #dee2e6;
    font-size: 15px;
  }
  .btn_upload .upload_icon{
    width: 35px;
    height: 35px;
  }
  .btn_upload span{
    font-size: 10px;
  }
  select.user_status_change.form-control{
    width: 150px;
  }
  .head__Section img {
    max-width: 120px;
  }
  .headerIntro .noteOrder{
    font-size: 15px;
  }
  .ck-list-all-images .col-md-2 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .order_sec{
    padding-left: 0;
    padding-right: 0;
  }
    .accordion_container .mt-15,
    .input-group-btn {
      max-width: 100%;
  }
  .submitSec .btn.submitBtn{
    font-size: 14px;
  }
  .approval_artwork .accordion_container .submitSec > button{
    max-width: 100%;
    width: 100%;
  }
  .approval_artwork .accordion_container .submitSec{
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .submitSec .btn.submitBtn.approve{
    margin-bottom: 15px;
  }
  .btn.btn-default.custom-file-uploader {
    max-width: 100%;
    width: 100%;
    font-size: 0;
    border: 1px solid #eaeaea;
    margin-top: 10px;
}
.btn.btn-default.custom-file-uploader input#file {
  font-size: 16px;
  width: 100%;
  padding: 0;
}
}

@media (max-width: 800px){
.login-logout-back-page {
  position: fixed;
  right: 0;
  width: 300px;
  padding: 15px;
  top: 80px;
  bottom: 0;
  background-color: #f3f3f3;
  z-index: 111;
  box-shadow: 0 4px 5px 1px rgba(0,0,0,0.2);
  transform: translateX(120%);
  -webkit-transform: translateX(120%);
  -moz-transform: translateX(120%);
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
}
.background_approval .login-logout-back-page{
  top: 64px;
}
.login-logout-back-page a.btn {
  background-color: transparent;
  color: #000;
  border: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #dcdcdc;
  padding-left: 0;
  padding-bottom: 15px;
  padding-top: 15px;
}
.login-logout-back-page a.btn:last-child {
  border-bottom: 0;
}
body:after{
  content: "";
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
}
body.menu-open:after {
  content: "";
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
body.background_approval.menu-open:after{
  z-index: 0;
}
.approval_artwork .head__Section{
  position: relative;
  z-index: 2;
}
body.menu-open{
  overflow: hidden;
}
.menu-open .login-logout-back-page {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  overflow: hidden;
}
.toggle-wrap {
  padding: 10px;
  position: relative;
  cursor: pointer;
  float: left;

  /*disable selection*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.toggle-bar,
.toggle-bar::before,
.toggle-bar::after,
.toggle-wrap.active .toggle-bar,
.toggle-wrap.active .toggle-bar::before,
.toggle-wrap.active .toggle-bar::after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.toggle-bar {
  width: 30px;
  margin: 14px 0;
  position: relative;
  border-top: 2px solid #303030;
  display: block;
}
.toggle-bar::before,
.toggle-bar::after {
  content: "";
  display: block;
  background: #303030;
  height: 2px;
  width: 30px;
  position: absolute;
  top: -12px;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -ms-transform-origin: 4%;
  -webkit-transform-origin: 4%;
  transform-origin: 4%;
}
.toggle-bar::after {
  top: 8px;
}
.toggle-wrap.active .toggle-bar {
  border-top: 6px solid transparent;
}
.toggle-wrap.active .toggle-bar::before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toggle-wrap.active .toggle-bar::after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.approval_artwork .head__Section{
  height: 65px;
}
}

@media (max-width: 767px){
  .order_title h3{
    font-size: 18px;
  }
  .order_title h3 span:after{
    height: 6px;
  }
  .order_title p{
    font-size: 15px;
  }
  .previewWithcolor{
    order: 2;
  }
  .colorBG .colorPicker {
    order: 1;
    display: flex;
  }
  .background_approval .submitSec{
    padding: 5px 15px;
  }
  .submitSec .btn.submitBtn{
    font-size: 16px;
  }
  .ck-list-all-images .col-md-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .get_section .search_Sec .col:first-child{ 
    width: calc(100% - 140px);
  }
  .headerIntro h1{
    font-size: 25px;
  }
  .background_approval .products-wrapper{
    overflow: hidden;
  }
  .background_grid .col-md-3 input[type="radio"] + label:before, .previewWithcolor input[type="radio"] + label:before{
    right: -10px;
    top: -10px;
  }
}

@media (max-width: 600px){
  .ck-list-all-images .col-md-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .submit-container{
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .selectedBackground {
    margin-bottom: 15px;
  }
  .submitSec .btn.submitBtn{
    margin-left: 0;
  }
}

/*18-07-2020*/
.customBg > p {
    text-align: center;
}
img.ck-background{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.history-heading {
    font-weight: bold;
}

.chat-box-textarea {
  width: 100%;
  display: inline-block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #083a5c;
  z-index: 15;
  color: #fff;
  padding-bottom: 10px;
}

.ck-image-section {
    cursor: pointer;
}
.reorder-backgrouds-button .form-group {
    margin-top: 1rem;
    text-align: center;
}
.chat-box-textarea form{
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.chat-box-textarea form textarea{
  width: 100%;
  height: 100px;
}
.chat-box-textarea form button{
  float: right;
  width: 100%;
  background: #dc3545;
  color: #fff;
}
#requestHistory{
  position: relative;
}
#requestHistory span.total-chat-history{
  right: -5px;
  top: -20px;
}
.assign_to a {
    display: flex;
    columns: 1;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    text-decoration: none;
}
.assign_to span.assign_to-user {
    height: 50px;
    width: 50px;
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 30px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#change-order-email {
    width: 30%;
}

div#change-order-email h2 {
    text-align: center;
}

#change-order-email .form-label-group>label{
  position: relative;
}
#change-order-email .form-label-group input:not(:placeholder-shown) {
     padding-top: calc(var(--input-padding-y) / 3);
     padding-bottom: calc(var(--input-padding-y) / 3);
}
.order_email_form .alert.alert-danger {
    margin-top: 10px;
}