.controls1 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: flex-end;
  font-size: 14px;
}

  .controls1 label {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-weight: 500;
  }

  .controls1 input[type="number"] {
    width: 80px !important;
  }

  .controls1 input[type="range"] {
    width: 150px !important;
  }

fieldset {
  border: 1px solid #ddd !important;
  padding: 8px 12px !important;
  border-radius: 6px !important;
  display: flex !important;
  gap: 12px 18px !important;
  flex-wrap: wrap !important;
}

  fieldset legend {
    font-size: 12px !important;
    color: #555 !important;
    padding: 0 4px !important;
  }
/* ensure our #viewer fills its column */
#viewer1 {
  height: 100%;
  width: 100%;
  padding:5px;
}

.modal-body, .modal-body .container-fluid, .modal-body .row, .col-12.col-lg-8 {
  height: 100% !important;
}

.modal-body {
  padding: 0 !important;
}
/* we handle padding via rows/cols */
/*        #viewer {
            width: 100%;
            aspect-ratio: 3/2;
            position: relative;
            background: transparent;
        }*/

#viewer1 canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

#loading1 {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 12px/1 sans-serif;
  color: #666;
  background: rgba(255,255,255,.7);
  z-index: 2;
}

.hint {
  position: absolute;
  bottom: 8px;
  left: 12px;
  font-size: 11px;
  color: #888;
  pointer-events: none;
  line-height: 1.4;
}

button#updateBtn {
  padding: 6px 14px;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
}

  button#updateBtn:hover {
    opacity: .9;
  }

#solidColorWrapLabel {
  display: none;
}

#fallbackMsg {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #444;
  font: 14px system-ui;
  z-index: 3;
  padding: 16px;
  text-align: center;
}

#fallback2d {
  width: 100%;
  max-width: 900px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
  margin-top: 12px;
}

#effectThumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: flex-start;
  margin: 8px 0 0;
}

.eff-thumb {
  width: 70px;
  height: 50px;
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

  .eff-thumb.selected {
    border-color: var(--accent);
  }

  .eff-thumb canvas {
    width: 100%;
    height: 100%;
    display: block;
  }

  .eff-thumb span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size: 9px;
    line-height: 1;
    padding: 2px 3px;
    text-align: center;
    pointer-events: none;
  }

label {
  width: 100%;
}



.radius_full {
  border-radius: 50%;
}

.bg-action-3 {
  background-color: #e93a7d;
}

.color-white {
  color: #fff;
}

.f-16 {
  font-size: 16px;
  line-height: 26px;
}

.h-30 {
  height: 30px;
}

.w-30 {
  width: 30px;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.f-18 {
  font-size: 18px;
  line-height: 28px;
}

.pl-10 {
  padding-left: 10px;
}

.modal-body,
.modal-body .container-fluid,
.modal-body .row,
.col-12.col-lg-8 {
  height: 100% !important;
}

/* after your existing rules, in style.css */
.cvctrl-container1,
.cvedit-container1,
.cvprice-container1 {
  height: 100% !important;
}
.modal-body .row {
  height: auto !important;
}


.app-box1 {
  padding: 30PX;
  background: #0000003b;
  border-radius: 10px;
  box-shadow: 0 6px 44px rgba(0,0,0,.3);
  font-family: Pulp Display,Helvetica,Arial,sans-serif !important;
  height: auto;
}

  .app-box1 .cv-container {
    position: static
  }

  .app-box1 .editor-wrapper {
    min-height: 655px
  }

  .app-box1 .cvctrl-container1 {
    background: #fff;
    padding: 15px;
    height: calc(100%);
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);
    font-family: Pulp Display,Helvetica,Arial,sans-serif !important;
    position: static;
    width: 100%
  }

    .app-box1 .cvctrl-container1 .cv-title {
      color: #000;
      font-family: inherit;
      font-size: 16px;
      font-weight: 700;
      margin-top: 0 !important;
      display: block;
      width: 100%;
      margin-bottom: 10px !important
    }

    .app-box1 .cvctrl-container1 select {
      margin-bottom: 10px;
      border: 1px solid #eee;
      padding: 10px 15px;
      height: auto;
      background-color: #fff;
      border-radius: 5px;
      background: -webkit-gradient(linear,0 0,0 bottom,from(#fff),to(#f7f7f7))
    }

    .app-box1 .cvctrl-container1 .panel {
      margin-bottom: 10px;
      border: 1px solid #eee;
      padding: 5px;
      height: auto;
      border-radius: 0;
      box-shadow: none
    }

      .app-box1 .cvctrl-container1 .panel .panel-heading {
        opacity: 0;
        display: none
      }

  .app-box1 .cvedit-container1 .buttons {
    height: auto !important;
    margin-bottom: -3px;
    padding: 15px 10px;
    background-color: #fff;
    border-radius: 0;
    font-family: Pulp Display,Helvetica,Arial,sans-serif !important;
    position: relative;
    z-index: 1;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    margin-bottom: 10px
  }

    .app-box1 .cvedit-container1 .buttons .btn {
      border: 0;
      padding: 0;
      font-size: 10px;
      color: #000;
      background: 0 0 !important;
      height: auto !important;
      line-height: initial;
      border: 1px solid #e0e0e0;
      border-radius: 0;
      background-color: #fafafa;
      padding: 10px
    }

      .app-box1 .cvedit-container1 .buttons .btn:hover {
        color: #e93a7d
      }

      .app-box1 .cvedit-container1 .buttons .btn i {
        color: #495057;
        font-size: 20px
      }

    .app-box1 .cvedit-container1 .buttons .dropdown {
      color: #e93a7d
    }

      .app-box1 .cvedit-container1 .buttons .dropdown .dropdown-menu {
        color: #e93a7d;
        box-shadow: 0 0 36px 0 rgba(0,0,0,.1);
        padding: 5px 10px
      }

    .app-box1 .cvedit-container1 .buttons .slidecontainer {
      color: #000
    }

      .app-box1 .cvedit-container1 .buttons .slidecontainer label {
        color: #000;
        font-size: 12px;
        float: left;
        margin-bottom: 6px;
        position: relative;
        top: 2px
      }

      .app-box1 .cvedit-container1 .buttons .slidecontainer .slider {
        color: #e93a7d;
        width: 100%;
        height: 5px;
        background: #495057;
        border-radius: 21px
      }

      .app-box1 .cvedit-container1 .buttons .slidecontainer p {
        color: #c72113;
        display: inline-block;
        margin: 0 !important;
        padding: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 4px;
        font-size: 14px
      }

  .app-box1 .cvprice-container1 {
    position: static;
    width: 100%;
    padding: 0;
    background-color:#fff;
  }

  .app-box1 .cvedit-container1 .buttons .dropdown-toggle:after {
    display: none !important
  }

  .app-box1 .wrapper1 {
    background-size: auto
  }

  .app-box1 .cvprice-container1 .panel {
    
    border-radius: 0;
    border: 0;
    background: #fff;
    padding:15px 8px 0px 8px;
    margin-left: 0;    
    margin-bottom: 15px
  }

    .app-box1 .cvprice-container1 .panel .panel-heading {
      background-color: transparent;
      padding: 0;
      color: #1e0e62 !important;
      margin-bottom: 15px
    }

      .app-box1 .cvprice-container1 .panel .panel-heading .panel-title {
        color: #000 !important;
        FONT-SIZE: initial
      }

  .app-box1 .cvprice-container1 .nav1 {
    padding: 0
  }

    .app-box1 .cvprice-container1 .nav1 .size {
      display: block;
      width: 100%
    }

      .app-box1 .cvprice-container1 .nav1 .size span {
        float: right
      }

  .app-box1 .cvprice-container1 button#print {
    border: 0;
    width: 100%;
    background: #c72113;
    color: #fff;
    padding: 10px;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)
  }

  .app-box1 .cvctrl-container1 .nav {
    padding: 0;
    max-height: 217px;
    vertical-align: top
  }

  .app-box1 .effect-tbl .active, .app-box1 .size-tbl .active {
    border-color: #9c27b0;
    color: #9c27b0 !important;
    box-shadow: 0 0 4px #9c27b0
  }

  .app-box1 .cvedit-container1 {
    background: #f6f6f6;
    padding: 10px;
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);
    position: static;
    width: 100%;
    min-height: 540px
  }

  .app-box1 .effect-tbl .size-img, .app-box1 .size-tbl .effect-img {
    background-color: #337ab7;
    border: 1px solid #9c27b0
  }

  .app-box1 .size-img1 {
    background: -webkit-gradient(linear,0 0,0 bottom,from(#fff),to(#aceadf)) !important
  }

  .app-box1 .size-img2 {
    background: -webkit-gradient(linear,0 0,0 bottom,from(#fff),to(#80eeff)) !important
  }

  .app-box1 .size-img3 {
    background: -webkit-gradient(linear,0 0,0 bottom,from(#fff),to(#66ffc0)) !important
  }

  .app-box1 .cvctrl-container1 .nav .size-tbl {
    padding: 0;
    width: 100%
  }

  .app-box1 .effect-img, .app-box1 .size-img {
    background: -webkit-gradient(linear,0 0,0 bottom,from(#fff),to(#f7f7f7));
    box-shadow: 0 0 2px #e1e1e1;
    border: 0 solid #f9f9f9;
    box-sizing: content-box;
    margin: 2px;
    padding: 0;
    height: auto !important;
    min-height: 40px;
    display: block !important;
    float: none
  }

  .app-box1 .effect-tbl {
    width: 100%
  }

    .app-box1 .effect-tbl table {
      width: 100%
    }

  .app-box1 .effect-img h5, .app-box1 .size-img h5 {
    font-size: 10px;
    margin: 0;
    padding: 15px 0;
    border: 0;
    height: auto;
    vertical-align: middle;
    display: block
  }

  .app-box1 #colorPallateli {
    /*position: absolute*/
  }

    .app-box1 #colorPallateli .btn {
      position: absolute
    }

    .app-box1 #colorPallateli .dropdown-toggle:after {
      display: none
    }

  .app-box1 .appdropdown {
    border: 0 solid #000;
    width: 100% !important
  }

    .app-box1 .appdropdown .btn {
      color: #000;
      background: -webkit-gradient(linear,0 0,0 bottom,from(#fff),to(#f7f7f7));
      border-radius: 0;
      margin-bottom: 10px;
      border: 1px solid #eee;
      padding: 10px 10px;
      height: auto;
      background-color: #fff;
      border-radius: 5px;
      background: -webkit-gradient(linear,0 0,0 bottom,from(#fff),to(#f7f7f7));
      height: auto !important;
      font-size: 12px;
      line-height: normal
    }

    .app-box1 .appdropdown img {
      max-width: 30px;
      margin-right: 5px
    }

    .app-box1 .appdropdown .dropdown-menu {
      padding: 0;
      margin-left: 0;
      box-shadow: 0 0 36px 0 rgba(0,0,0,.1)
    }

    .app-box1 .appdropdown .dropdown-item {
      padding: 10px 15px;
      width: 100%;
      display: block;
      font-size: 12px
    }

    .app-box1 .appdropdown .dropdown-toggle:after {
      border: 0 !important;
      content: "\f107";
      height: 100%;
      vertical-align: top;
      border: none;
      font-size: 18px;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      -webkit-transition: -webkit-transform .2s;
      transition: -webkit-transform .2s;
      -o-transition: transform .2s;
      transition: transform .2s;
      transition: transform .2s,-webkit-transform .2s
    }

@media (max-width:1024px) {
  .app-box1 {
    width: 100%;
    overflow-x: scroll
  }

    .app-box1 .cvedit-container1 .buttons .col-sm-3 {
      width: 33.33% !important;
      float: left !important;
      padding: 0;
      margin: 0
    }

    .app-box1 .cvctrl-container1 {
      margin-bottom: 30px;
      height: auto
    }

    .app-box1 .cvprice-container1 {
      margin-top: 30px
    }

    .app-box1 .cvedit-container1 {
      overflow: hidden
    }
}
.editor-wrapper {
  width: 100%;
  position: relative;
}

.cv-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  
}

.cvctrl-container1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 280px;
  padding: 0px 20px 0 0;
  font-size: 13px;
  font-family: Roboto,"Helvetica Neue",sans-serif;
}

.cv-title {
  font-family: Roboto,"Helvetica Neue",sans-serif;
  font-weight: 400;
  display: inline-block;
  font-size: 18px;
  width: 127px;
}

.cvctrl-container1 select {
  height: 30px;
  width: calc(100%);
}

.padding0 {
  padding: 0px !important;
}

.margin0 {
  margin: 0px !important;
}

.margintop5 {
  margin-top: 5px !important;
}

.margintop10 {
  margin-top: 10px !important;
}

.margintop15 {
  margin-top: 15px !important;
}

.margintop20 {
  margin-top: 20px !important;
}

.f400 {
  font-weight: 400 !important;
}

.f600 {
  font-weight: 600 !important;
}

.cvctrl-container1 .panel {
  margin-bottom: 0;
  border-radius: 4px;
  border-color: #ddd;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  font-size: 16px;
}

  .cvctrl-container1 .panel .panel-heading {
    background-color: #98a4af;
    border-radius: 0;
    color: #333;
    border-color: #ddd;
    border-bottom: 0;
    padding: 10px 15px;
    outline: none;
  }

  .cvctrl-container1 .panel table tr {
    text-align: center;
  }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff !important;
}

.cvctrl-container1 .nav {
  margin-right: 0;
  max-height: 280px;
  overflow-x: scroll;
  overflow-y: scroll;
  padding-bottom: 15px;
  padding-top: 15px;
}

  .cvctrl-container1 .nav .size-tbl {
    padding: 0 10px;
  }

.size-tbl table {
  width: 100%;
}

.size-tbl th {
  color: #cd9d4e;
  font-size: 12px;
  padding-bottom: 10px;
  text-align: center;
}

.size-tbl .size-img {
  width: 40px;
  display: inline-block;
}

.cv-multi .size-tbl .size-img {
  width: 55px;
}

.size-img {
  margin: 0;
  padding: 0;
  text-align: center;
  cursor: pointer;
}

  .size-img.active {
    background-color: #337ab7;
    color: #fff;
  }

  .size-img:hover {
    background-color: #ddd;
    color: #337ab7;
  }

  .size-img.active:hover {
    background-color: #337ab7;
    color: #fff;
  }

  .size-img a {
    display: inline-block;
    color: #337ab7;
    text-decoration: none;
  }

  .size-img h5 {
    font-size: 10px;
    margin-top: 15px;
    height: 20px;
    text-align: center;
    word-wrap: break-word;
  }

.effect-img {
  float: left;
  position: relative;
  min-width: 1px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}

  .effect-img.active {
    background-color: #337ab7;
    color: #fff;
  }

.effect-tbl td {
  width: 25%;
}

.effect-img:hover {
  background-color: #ddd;
  color: #337ab7;
}

.effect-img.active:hover {
  background-color: #337ab7;
  color: #fff;
}

#customisebar {
  outline: none;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
  box-sizing: border-box;
  height: 100px;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  position: relative;
  vertical-align: middle;
}

.btn-group .col-sm-3 {
  display: table-cell;
  float: none;
  width: 1%;
  position: relative;
  vertical-align: middle;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.btn-group-justified a {
  width: 100%;
  padding: 10px 5px;
  font-size: 12px;
  color: #cd9d4e;
}

.btn-group-justified i {
  display: block;
  font-size: 30px;
  color: #445861;
  margin-bottom: 5px;
}

.btn-group-justified .options i .fa {
  font: normal normal normal 14px/1 FontAwesome;
}

.cvedit-container1 {
  position: absolute;
  width: calc(100% - 550px);
  left: 300px;
  top: 0;
}

.btn-group .col-sm-3 {
  padding-left: 5px;
  padding-right: 5px;
}

.dropdown ul {
  margin: 0;
  padding: 0 10px;
  min-width: 240px;
}

.wrapper1 {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("/app/images/viewport-bg.png");
}

#imageboard1 {
  position: relative;
  width: 100%;
  height: 100%;
}

.cvprice-container1 {
  position: absolute;
  width: 250px;
  right: 0px;
  top: 0;
  padding-left: 20px;
}

  .cvprice-container1 .panel .panel-heading {
    background-color: #98a4af;
    border-radius: 0;
    color: #333;
    border-color: #ddd;
    border-bottom: 0;
    padding: 10px 15px;
    outline: none;
  }

  .cvprice-container .nav1 {
    padding: 15px;
  }

#imageboard1 .gpanel {
  position: absolute;
  overflow: hidden;
}

  #imageboard1 .gpanel:hover {
    cursor: pointer;
  }

#canvasBoard {
  position: relative;
  /* display: inline; */
}

.gpanel .gorgimg,
.gpanel .gbackimg,
.gpanel .gbackcolor,
.gpanel .wrappanel {
  position: absolute;
}

.gpanel .gbackimg,
.gpanel .gbackcolor,
.gpanel .wrappanel {
  opacity: 0.5;
  display: none;
}

.gpanel:hover {
  z-index: 999;
}

  .gpanel:hover .gbackimg,
  .gpanel:hover .gbackcolor,
  .gpanel:hover .wrappanel {
    display: unset;
  }

.wrappanel .wrap {
  position: absolute;
  overflow: hidden;
  display: inline;
}

.wrappanel img {
  position: absolute;
  object-fit: cover;
  min-height: 100%;
}

.gmove {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
}

  .gmove > path {
    fill: rgba(0, 0, 0, .5);
  }

  .gmove:hover > path {
    fill: rgba(255, 0, 0, .5);
    stroke-width: .1;
    stroke: rgba(255, 0, 0, .5);
  }

.gpanel:hover {
  outline: 1px dashed #f00;
}

.gpanel .gview {
  position: absolute;
  overflow: hidden;
}

.gpanel.active .gview {
  outline: 2px solid #0f0;
}

.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 70%;
  height: 15px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

  .slider:hover {
    opacity: 1;
  }

  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 25px;
    background: #cd9d4e;
    cursor: pointer;
    border-radius: 5px;
  }

  .slider::-moz-range-thumb {
    width: 10px;
    height: 25px;
    background: #cd9d4e;
    cursor: pointer;
  }

#colorPallate {
  padding: 0;
}

.nav1 .size span {
  color: #337ab7;
}

/* The Modal (background) */
#previewModal {
  display: none;
  /* position: fixed; */
  z-index: 10000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto !important;
  display: block !important;
}

/* Add Animation */
.modal-content {
  -webkit-animation-name: zoom !important;
  -webkit-animation-duration: 0.6s !important;
  animation-name: zoom !important;
  animation-duration: 0.6s !important;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100% !important;
  }
}

.btn1.action-31 {
    background-color: #e93a7d;
    color: #fff;
}
.btn1.lg1 {
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
    font-size: 20px;
    font-weight: 600;
}
.action-31 {
    color: #e93a7d;
}
.btn1 {
    vertical-align: top;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    border: none;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    background: 0 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.app-box1 .cvprice-container1 .size {
  display: block;
  width: 100%;
  color: #1e0e62;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left:10px;
}
.app-box1 .cvprice-container1 .size span {
  float: right;
}
.align-middle {
  margin-right: .5rem !important;
}
.size span {
  color: #e93a7d;
  font-weight: bold;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 100% !important;
    margin: 1.75rem auto;
  }
}
@media (min-width: 992px) {
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 100% !important;
  }
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 4px !important;
  padding-left: 4px !important;
}