#exampleModalCenter {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    left: 0;
    top: 0;
}

#exampleModalCenter .modal-content .modal-main {
    text-align: left;
}

input.b2bking_custom_registration_field {
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 18px;
}

#choose-image-api {
    min-height: 44px;
    background: #fc5c03;
    padding: 4px 20px;
    border-radius: 5px;
    font-weight: 700;
    color: #fff;
}

#choose-image-api:hover {
    background: #151f27;
}


.toggle-image-api {
  position: relative;
}
#exampleModalCenter .load-image > div label img {
  height: 120px;
  object-fit: cover;
  width: 100%;
}
.toggle-image-note {
  line-height: 1.2;
  font-size: 12px;
  margin: 8px 0;
}
.modal-body.load-image .pagination-controls {
    display: flex !important;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 10px;
    justify-content: center;
}

.modal-body.load-image .pagination-controls .page-number {
    background: white;
    cursor: pointer;
    margin: 0 7px;
}

.modal-body.load-image .pagination-controls .page-number.active {
    color: rgb(245, 127, 23);
    font-weight: bold;
}

.modal-body.load-image .pagination-controls .dots {
    padding: 5px 10px;
    color: #aaa;
}

#exampleModalCenter .modal-content-wrapper {
    overflow-y: auto;
    height:100vh;
}
  
#exampleModalCenter .modal-content {
	z-index: 999;
	position: relative;
	gap: 8px;
	background-color: rgb(239, 239, 239);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
  padding: 0;
  transform: unset;
  top: 0;
  left: 0;
  width: 100%;
}

.image-cropped-preview-wrapper {
    position: relative;
    overflow: hidden;
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-size: 72px;
    background-position: center;
}

.cropper-container:after {
	position: fixed;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.5);
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
  
.portrait-slide .rotation {
    position: absolute;
    top: 0;
    right: 0;
    width: 62px;
    height: 62px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
    background-color: rgb(255, 255, 255);
    font-size: 9px;
    color: rgb(58, 55, 58);
    text-transform: capitalize;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 4px;
    z-index: 100;
    border-radius: 0px 0 0 5px;
}
  
.modal-switcher {
    position: absolute;
    bottom: 16px;
    left: 16px;
    display: flex;
}
  
.modal-switcher .action {
  width: 68px;
  height: 68px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  background-color: rgb(255, 255, 255);
  font-size: 9px;
  color: rgb(58, 55, 58);
  text-transform: capitalize;
  text-align: center;
  margin-right: 16px;
  transition: all 0.3s ease-in-out 0s;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 4px;
}
    
.bv-variations__item-label {
  min-width: 110px;
}

.bv-variations select {
  border: none;
  line-height: 1;
  pointer-events: none;
  background-image: none;
}

.bv-variations__item {
  display: flex;
  align-items: center;
  margin-top: 6px;
  font-size: 12px;
}

.modal-content .right-content {
  width: 65%;
  background: #EEF1F7;
  max-height: 100vh;
  overflow-y: auto;
  /* display: flex; */
  /* flex-direction: column; */
}
.modal-content .right-content .right-content-inner {
  padding: 60px 60px 15px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
  background: #EEF1F7;
  align-items: center;
  flex-direction: column;
  min-height: 100%;
}
.cropper-content {
    margin: auto;
    max-width: 600px;
    position: absolute;
    width: 100%;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 105;
}

.cropped-content  {
    width: 100%;
    position: relative;
    margin-top: auto;
}

.cropped-content .cropper-container {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
}
  
.modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
}
  
.modal-options {
    max-width: 600px;
    margin: auto;
    position: absolute;
    z-index: 9999;
    background: #fff;
    padding: 50px 20px 20px;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(255, 247, 243);
    border-radius: 5px;
    width: 100%;
}
  
.close-options {
    top: 20px;
    right: 20px;
    position: absolute;
    background: none;
}
  
#switcher-clone {
    max-height: 90vh;
    overflow-y: auto;
}
  
#switcher-clone tr:first-child,
#switcher-clone tr:last-child {
    border: none;
}

.custom-variations-table label {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: #212121;
}

.custom-variations-table > div {
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}
.custom-variations-table > div:first-child {
  padding-top: 0;
}
.custom-variations-table > div:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.custom-attribute-button.selected {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.custom-attribute-button {
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #dedede;
    background-color: #fff;
}
.custom-attribute-buttons {
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

#crop-button {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    font-size: 18px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: -45px;
    background-color: #000;
    z-index: 9999;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    min-height: 44px;
    cursor: pointer;
}

.modal-main {
    width: 35%;
    padding: 36px;
    background: rgba(255, 255, 255, 0.8);
    height: 100vh;
    overflow-y: auto;
}
 
.portrait-action {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 100%;
}
  
#clear-portrait {
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}
  
.cropped-header {
    margin-top: 8%;
    text-align: center;
}
  
.cropped-header p {
    display: inline-block;
    background-color: transparent;
    color: rgb(112, 112, 112);
    border: 1px solid rgb(112, 112, 112);
    border-radius: 6px;
    line-height: 1;
    padding: 6px 34px;
    transition: all 0.3s ease 0s;
    font-weight: bold;
    margin-bottom: 16px;
}
  
.cropped-header {
    display: flex;
    gap: 8px;
}
  
.crop-preview {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 60px 60px 20px;
    max-width: 800px;
  }
.wrapper-border {
    position: absolute;
    top: 52px;
    left: 52px;
    width: calc(100% - 120px +  18px);
    height: calc(100% - 80px + 18px);
    pointer-events: none;
    display: flex;
    flex-direction: column;
}
.wrapper-border * {
    width: 100%;
    height: 100%;
}
 .wrapper-border-line-gray {
  border: 1px solid #d5d5d5;
 }
  
  .wrapper-border-line-white {
  border: 4px solid white;
 }

 .wrapper-border-dashed {
  border: 1px dashed #d5d5d5;
 }
  .crop-preview__width {
    position: absolute;
    top: 0;
    left: 60px;
    width: calc(100% - 120px);
    border-bottom: 1px solid #C8C8C8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
  }

  .crop-preview__height-value {
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    padding: 0px 10px;
    background: white;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    display: flex;
    gap: 5px;
  }

 
  .crop-preview__height {
    position: absolute;
    left: 30px;
    top: 60px;
    height: calc(100% - 80px);
    border-right: 1px solid #C8C8C8;
  }
 
  #cropped-resize,
  .image-reader {
    padding: 0 15px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 700 !important;
    border-radius: 5px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
  }
  
  ul.pewc-product-extra-groups label.image-reader {
    font-weight: 700 !important;
  }
  
  #cropped-resize {
    background-color: #fc5c03;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #exampleModalCenter:after {
    position: fixed;
    z-index: 998;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .modal-body.load-image > div label {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    break-inside: avoid;
    position: relative;
  }

  .modal-body.load-image > div label .id-image {
    font-size: 12px;
    display: block;
    text-align: center;
  }
  
  #exampleModalCenter .modal-heading {
    display: flex;
  }

  #exampleModalCenter .modal-heading__flex {
    padding: 0.375rem 0.75rem;
    background-color: rgb(252, 92, 3);
    color: #fff;
    border-radius: 4px;
    font-size: large;
    font-weight: 600;
    display: flex;
    min-width: 217px;
    justify-content: center;
    align-items: center;
  }
  
  #exampleModalCenter .modal-heading__icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
  }

  #exampleModalCenter .modal-main .product-info h2 {
    font-weight: 800;
    font-size: 30px;
    margin-top: 5%;
    margin-bottom: 8px;
  }
  
  #exampleModalCenter .variant-info {
    font-size: 14px;
    width: 100%;
  }
      
  #exampleModalCenter .variant-info__size {
    display: flex;
    align-items: center;
    gap: 10px 20px;
    margin-top: 16px;
    flex-wrap: wrap;
  }

  #exampleModalCenter .btn-edit-size {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 24px;
    background-color: rgb(245, 127, 23);
    border-radius: 4px;
    color: #fff;
    transition: 0.3s ease;
  }

  

  #exampleModalCenter .btn-edit-size:hover {
    background-color: #22292d;
  }



  .btn-action-edit-size:hover {
    cursor: pointer;
  }

  .cropped-content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .is-uploaded-preview-img .cropped-content img  {
    object-fit: cover;
  }

  .field-search button {
    font-size: 12px;
    padding: 5px 10px 5px 14px;
    background: rgb(245, 127, 23);
    color: white;
    line-height: 1.5;
    border-radius: 3px;
    min-width: 120px;
    text-align: center;
  }
  .field-search button svg {
    vertical-align: middle;
  }
.modal-content .modal-header {
    gap: 10px;
    margin-bottom: 8px;
  }
  
  .modal-content .modal-header .close {
    min-width: 50px;
    text-align: center;
    font-size: 50px;
    position: absolute;
    top: -60px;
    height: 50px;
    right: -15px;
    background: transparent;
  }
  
  .modal-content .toggle-image {
    margin-top: 32px;
  }
  .modal-content .slide-toggle {
    cursor: pointer;
    padding: 0;
    margin-bottom: 16px;
    pointer-events: none;
    background-color: transparent;
  }
  
  .modal-content .slide-toggle svg {
    margin-left: auto;
    transition: transform 0.6s ease 0s;
    transform: rotate(90deg);
  }
  
  .modal-content .modal-footer button {
    padding: 0 15px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    min-height: 40px;
    font-weight: 700;
    border-radius: 5px;
  }
  
  .right-content .btn-choose {
    font-size: 14px;
    background: rgb(94, 171, 61);
    padding: 10px;
    border-radius: 5px;
    display: flex;
    color: white;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 700;
    margin-left: auto;
  }

  .right-content .btn-choose:hover {
  background: rgb(245, 127, 23);
  }
  
  .right-content .switch-action {
    margin-top: auto;
    width: 100%;
    display: flex;
    align-items: self-end;
    gap: 10px;
    justify-content: space-between;
  }

  .switch-action #rotation-layer {
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11px;
    transition: 0.3s ease;
  }
  
  .switch-action #rotation-layer:hover {
    color: white;
    background-color: rgb(245, 127, 23);
  }

  .switch-action #rotation-layer:hover svg {
    fill: white;
  }
  
  .right-content .close {
    position: absolute;
    z-index: 99;
    top: 20px;
    right: 20px;
    background-color: white;
    padding: 6px 6px 6px 16px;
    line-height: 1;
    border-radius: 6px;
    backdrop-filter: blur(20px);
    font-size: 14px;
  }
  
  .right-content .close svg {
    vertical-align: middle;
  }
  
  .right-content .close path {
    fill: rgb(252, 92, 3);
  }
  
  #loading {
    color: #fff;
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    text-indent: -9999em;
    animation: mulShdSpin 1.3s infinite linear;
    z-index: 1000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

.loading-content {
    position: fixed;
    top: 0;
    left: 0;
    background: #1817178f;
    z-index: 999;
}

.loading-content-wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .loading-content-icon {
    color: #fff;
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    text-indent: -9999em;
    animation: mulShdSpin 1.3s infinite linear;
    z-index: 1000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
  
#image-preview-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}

#image-preview-container .image-cropped-preview-wrapper img {
    object-fit: cover;
}

.image-cropped-preview-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.layer-action {
    display: flex;
    gap: 18px;
    justify-content: center;
    padding: 10px 0;
    flex-wrap: wrap;
}

.layer-action button {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    font-size: 11px;
}

.layer-action button.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.layout-1 .image-cropped-preview-wrapper {
    width: 100%;
}

.layout-2 .image-cropped-preview-wrapper {
    width: 50%;
}

.layout-3 {
    display: flex;
}

.layout-3 .left-column {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.layout-3 .left-column .image-cropped-preview-wrapper {
    width: 100%;
}

.layout-3 .image-cropped-preview-wrapper:not(.left-column .image-cropped-preview-wrapper) {
    width: 50%;
}

.layout-4 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    width: 100%;
}

.crop-preview__width-value {
    /* position: absolute; */
    /* left: 50%; */
    /* bottom: 10px; */
    /* transform: translateX(-50%); */
    padding: 0px 10px;
    background: white;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
}

.dropzone.custom-field-upload {
    position: relative;
    border: 2px dashed #d0d5dd;
    padding: 20px;
    border-radius: 8px;
    background-color: #fff;
    cursor: pointer;
    text-align: center;
    transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.dropzone.custom-field-upload:hover {
    border-color: #667085;
    background-color: #f9fafb;
}

.bv-placehoder-field-upload {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #475467;
}

.custom-field-upload.dz-started .bv-placehoder-field-upload {
  display: none;
}

.bv-placehoder-field-upload__icon {
    margin-bottom: 8px;
}

.bv-placehoder-field-upload__text div:first-child {
    font-weight: 600;
    font-size: 14px;
}

.bv-placehoder-field-upload__text div:first-child span {
    color: #007bff;
    font-weight: 600;
}

.bv-placehoder-field-upload__text div:last-child {
    font-size: 12px;
    color: #667085;
}

.upload-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}

.dropzone.custom-field-upload.dz-drag-hover {
    border-color: #007bff;
    background-color: #e7f3ff;
}

.toggle-image-upload {
    position: relative;
}

.progress-bar-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #eee;
    border-radius: 5px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    width: 0%;
    background-color: #4CAF50;
    transition: width 0.3s ease;
}

.dropzone.custom-field-upload:hover {
    opacity: 0.8;
    cursor: pointer;
}

.dropzone.custom-field-upload.has-file .bv-placehoder-field-upload {
    display: none;
}

.remove-image-container {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
    display: none;
}

.remove-image-button {
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
}

.remove-image-button svg {
    width: 16px;
    height: 16px;
    display: block;
}

.dropzone.custom-field-upload.has-file .remove-image-container {
    display: block;
}

.file-name {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.variations_form.cart > .variations > tbody > tr .bu-swatch-selected{
  display: none;
}

.variations_form.cart > .variations > tbody > tr.is-wattstaerke {
    border-top: none;
    border-bottom: none;
}

.variations_form.cart.is-generator > .variations > tbody {
    display: flex;
    flex-direction: column;
}

.variations_form.cart.is-generator > .variations > tbody > tr.is-wattstaerke {
  order: -1;
}
.stoggle-image__label {
  margin-top: 20px;
}

.image-upload-area {
  margin-top: 15px;
  border: 2px dashed #d0d5dd;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

 
#exampleModalCenter .modal-body > div {
  column-count: 3;
  column-gap: 10px;
}
  
#exampleModalCenter  .field-search {
    position: relative;
    display: flex;
    gap: 15px;
}
  
#exampleModalCenter .modal-body.load-image > div label input {
   display: none;
}
#collect-action {
  font-size: 16px;
}
#exampleModalCenter .br-field-search {
    padding: 4px 15px;
    background: #fff;
    border-radius: 5px;
    height: 36px;
  }
#exampleModalCenter .modal-body.load-image {
    background: transparent;
    margin-top: 10px;
}
  
#exampleModalCenter  input[name="image"] + img {
    object-fit: unset;
    width: 100%;
    height: auto;
    border: 1px solid whitesmoke;
}
  
#exampleModalCenter input[name="image"]:checked + img {
    border-color: #fc5c03;
}

#choose-image-api {
    min-height: 44px;
    background: #fc5c03;
    padding: 4px 20px;
    border-radius: 5px;
    font-weight: 700;
    color: #fff;
}
  
.toggle-image__label {
  margin-bottom: 16px;
}

#exampleModalCenter  .bv-placehoder-field-upload {
  text-align: center;
  pointer-events: none;
  font-size: 14px;
}
  
#exampleModalCenter  .custom-field-upload .dz-message {
    display: none;
}

.modal-header .upload-area {
  border: 1px dashed #ccc;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s;
  font-size: 14px;
}

.modal-header .upload-area:hover {
  background: #f9f9f9;
}

.modal-header .upload-area input {
  display: none;
}

.modal-header .preview-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.modal-header .preview-item {
  position: relative;
  width: calc(100% / 4 - 30px / 4);
  text-align: center; 
  overflow: hidden;
}

.modal-header .preview-item img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 5px;
}

.modal-header .preview-item .filename {
  font-size: 0.8em;
  margin-bottom: 4px;
}

.modal-header .preview-item button {
  position: absolute;
  top: 2px;
  right: 2px;
  background: red;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.modal-main .tabs-header {
  display: flex;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.modal-main .tab {
  padding: 10px 20px;
  cursor: pointer;
  border: 1px solid #ddd;
  border-bottom: none;
  margin-right: 5px;
  background: #f5f5f5;
}
.modal-main .tab.active {
  background: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}
.modal-main .tab-content {
  display: none;
}
.modal-main .tab-content.active {
  display: block;
}
.modal-main .passepartout-controls {
  max-width: 400px;
}

.modal-main .passepartout-controls #border-color {
    height: 40px;
    padding: 0 !important;
    width: 60px;
    line-height: 40px;
}
.modal-main .control-group {
  margin-bottom: 15px;
}
.modal-main .passepartout-controls .control-group label {
  display: block;
  margin-bottom: 5px;
}
.modal-main .passepartout-controls .control-group input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.modal-main .passepartout-controls .button-group {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.modal-main .passepartout-controls .btn-action {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  background: rgb(245, 127, 23);
  color: white;
  cursor: pointer;
}

.modal-main .passepartout-controls .btn-reset {
    padding: 10px;
  border: none;
  border-radius: 4px;
  background: #22292d;
  color: white;
  cursor: pointer;
}

.modal-main  .btn-action:hover {
  background: #22292d;
}
@media (max-width: 1280px) {
   form.variations_form:has(.custom-class-image) .br-field-search {
        font-size: 11px;
        height: 32px;
        padding: 2px 8px;
    }

    .field-search button {
        font-size: 11px;
        min-width: 90px;
    }
}

@media (max-width: 821px) {
    #exampleModalCenter .modal-content .right-content {
        padding-bottom: 0 !important;
    }

    #exampleModalCenter .modal-content {
        display: flex;
        flex-direction: column-reverse;
    }
    #exampleModalCenter .modal-content > * {
        width: 100%;
    }

    #exampleModalCenter .modal-content .modal-main {
        height: auto;
        overflow-y: unset;
    }

}

@media (max-width: 550px) {
  .modal-content .right-content .right-content-inner {
    padding: 60px 20px 20px;
  }

  .crop-preview__height,
  .crop-preview__width {
      visibility: hidden;
  }

  .wrapper-border {
    top: 22px;
    left: -9px;
    width: calc(100% + 18px);
    height: calc(100% - 60px + 18px);
  }
  .crop-preview {
    padding: 15px 0;
  }
}