/*Basic*/

.shared-right {
  text-align:right;
}

.shared-hand {
  cursor: pointer;
}


.shared-main-container {
  margin-right: auto;
  margin-left: auto;
}





.shared-container-fluid {
  max-width: 95% !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
  margin-right: auto;
  margin-left: auto;
}

.shared-container-wrapper {
  margin-top: 36px;
  margin-bottom: 36px
}

.shared-title {
  margin-bottom: .5rem;
}


.arx-editor-frame {
    min-height: 400px !important;
}


/*Inputs*/
.shared-input-label {
  font-size: 16px;
  margin-bottom: .3rem;
}

.shared-input-label-center {
  text-align: center;
  font-size: 28px;
  margin-top: 4px;
}

.shared-input-group {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  border: 1px solid #e2e7f1;
  border-radius: .3rem;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 1rem;
}

.shared-input-text-prepend,
.shared-input-text-append {
  display: flex;
  align-items: center;
  color: #555;
  background-color: #f6f6f6;
  padding: 0 0.75rem;
}

.shared-input-text-prepend {
  border-right: 1px solid #e2e7f1;
}

.shared-input-text-append {
  border-left: 1px solid #e2e7f1;
}

.shared-input-icon {
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shared-input-text {
  flex: 1;
  border: none;
  outline: none;
  padding: .5rem .75rem;
  font-size: 1rem;
  background-color: transparent;
}
  .shared-input-text:disabled {
    background-color: #f0f0f0; /* light gray background */
    color: #888888; /* gray text */
    cursor: not-allowed;
  }


.shared-input-checkbox-group {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.shared-input-checkbox {
    width:80px;
  padding: .5rem .75rem;
  font-size: 1rem;
}




  /* Widget */
.zone_show_edit {
  border-width: 1px;
  border-style: dashed;
  border-color: #ff000040;
}
  .zone_show_edit.zone_show_taskbar {
    border-width: 2px;
    border-style: dashed;
    border-color: red;
  }

.zone_show_taskbar .widget_wrapper {
  border: 1px solid red;
}
.zone_show_taskbar .widget_wrapper:not(.is_editing) {
  height: 200px;
  max-height: 200px;
  overflow: hidden;
}

  .zone_show_taskbar .widget_wrapper.is_editing {
    min-height: 200px;
  }
.taskbar_btn {
  cursor: pointer;
}

.widget_wrapper {
  display: flex;
  margin: 1px;
}

  .widget_wrapper > .widget_taskbar {
    flex: 0 0 auto;
    width: 38px;
    padding: 2px;
    background-color: mistyrose;
    border-right: 1px solid pink;
  }

    .widget_wrapper > .widget_taskbar > img {
      width: 32px;
      height: 32px;
      margin: 0 0 2px 0;
    }

  .widget_wrapper > .widget_container {
    flex: 0 1 auto;
  }














/*Button*/
.shared-btn {
  display: inline-block;
  font-weight: 400;
  color: #6c757d;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .5rem .75rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .3rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.shared-btn-full-width {
  display: block;
  width: 100%
}

.shared-btn-color-1 {
  color: #fff;
  background-color: #262752;
}

.shared-icon-color-1 {
  color: #262752;
}







/* Generic */

.shared-page {
    padding: 15px; 
}


.shared-card {
  background-color: white;
  margin: 15px; 
  border-radius: 6px;
  border: 1px solid #CCCCCC;
  padding: 20px 30px;
  width: 100%; 
}

.shared-title {
  margin-bottom: .5rem;
}

/*Login*/
.shared-login-main, .shared-forgot-password-main {
  height: 100%;
}

.shared-login-wrap, .shared-forgot-password-wrap {
  height: 100%;
  padding: 0;
}

.shared-login-page, .shared-forgot-password-page {
  padding: 100px 30px 100px 30px;
}

.shared-login-modal, .shared-forgot-password-modal {
  background-color: white;
  margin: 0 auto;
  border-radius: 6px;
  border: 1px solid #CCCCCC;
  padding: 20px 30px;
  width: 400px;
}

.shared-login-logo {
}

.shared-login-logo-title {
  margin-bottom: .5rem;
}

/*Register*/
.shared-register-main, .shared-forgot-password-main {
  height: 100%;
}

.shared-register-wrap, .shared-forgot-password-wrap {
  height: 100%;
  padding: 0;
}

.shared-register-page, .shared-forgot-password-page {
  padding: 20px 30px 100px 30px;
}

.shared-register-modal, .shared-forgot-password-modal {
  background-color: white;
  margin: 0 auto;
  border-radius: 6px;
  border: 1px solid #CCCCCC;
  padding: 20px 30px;
  width: 400px;
}

.shared-register-logo {
}

.shared-register-logo-title {
  margin-bottom: .5rem;
}


/*Contact*/
.shared-contact-main {
  height: 100%;
}

.shared-contact-wrap {
  height: 100%;
  padding: 0;
}

.shared-contact-page {
  padding: 100px 30px 100px 30px;
}

.shared-contact-modal {
  background-color: white;
  margin: 0 auto;
  border-radius: 6px;
  border: 1px solid #CCCCCC;
  padding: 20px 30px;
  max-width: 600px;
  min-width: 600px;
}

.shared-contact-logo {
}

.shared-contact-logo-title {
  margin-bottom: .5rem;
}





/*Image Dropzone*/
.shared-image-drop-container {
  margin: 6px 0;
}
.shared-image-drop-border {
  border: 1px dashed red;
  height: 300px;
  width: 100%;
  margin-top: 12px;
}
.shared-image-dropzone {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align:center;
  padding: 36px;
}



.image-card {
  position: relative;
}

  .image-card .action-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    color: var(--bs-primary); /* or your theme color */
    cursor: pointer;
    z-index: 10;
  }

  .image-card img {
    width: 100%;
    display: block;
  }











  /*Margins*/
.ml-1 {
  margin-left: 1px !important;
}

.ml-2 {
  margin-left: 2px !important;
}

.ml-3 {
  margin-left: 3px !important;
}

.ml-4 {
  margin-left: 4px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}


.mr-1 {
  margin-right: 1px !important;
}

.mr-2 {
  margin-right: 2px !important;
}

.mr-3 {
  margin-right: 3px !important;
}

.mr-4 {
  margin-right: 4px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}



.mt-1 {
  margin-top: 1px !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.mt-3 {
  margin-top: 3px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-6 {
  margin-top: 6px !important;
}

.mt-7 {
  margin-top: 7px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-9 {
  margin-top: 9px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-300 {
  margin-top: 300px !important;
}



.mb-1 {
  margin-bottom: 1px !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.mb-3 {
  margin-bottom: 3px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}
