:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
.processing-animation-container {
  position: absolute;
  inset: 0;
  background-color: white;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 4;
  text-align: center;
}

.processing-animation-container-without-edges {
  inset: 0.1rem;
}

.rdw-option-wrapper {
  border: 1px solid #F1F1F1;
  padding: 5px;
  min-width: 25px;
  height: 20px;
  border-radius: 2px;
  margin: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-option-wrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-option-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-option-active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-option-disabled {
  opacity: 0.3;
  cursor: default;
}

.rdw-dropdown-wrapper {
  height: 30px;
  background: white;
  cursor: pointer;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  margin: 0 3px;
  text-transform: capitalize;
  background: white;
}
.rdw-dropdown-wrapper:focus {
  outline: none;
}
.rdw-dropdown-wrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF;
}
.rdw-dropdown-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-dropdown-carettoopen {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-top: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.rdw-dropdown-carettoclose {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-bottom: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.rdw-dropdown-selectedtext {
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
  padding: 0 5px;
}
.rdw-dropdown-optionwrapper {
  z-index: 100;
  position: relative;
  border: 1px solid #F1F1F1;
  width: 98%;
  background: white;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  max-height: 250px;
  overflow-y: scroll;
}
.rdw-dropdown-optionwrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF;
}

.rdw-dropdownoption-default {
  min-height: 25px;
  display: flex;
  align-items: center;
  padding: 0 5px;
}
.rdw-dropdownoption-highlighted {
  background: #F1F1F1;
}
.rdw-dropdownoption-active {
  background: #f5f5f5;
}
.rdw-dropdownoption-disabled {
  opacity: 0.3;
  cursor: default;
}

.rdw-inline-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-inline-dropdown {
  width: 50px;
}
.rdw-inline-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}

.rdw-block-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-block-dropdown {
  width: 110px;
}

.rdw-fontsize-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-fontsize-dropdown {
  min-width: 40px;
}
.rdw-fontsize-option {
  display: flex;
  justify-content: center;
}

.rdw-fontfamily-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-fontfamily-dropdown {
  width: 115px;
}
.rdw-fontfamily-placeholder {
  white-space: nowrap;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rdw-fontfamily-optionwrapper {
  width: 140px;
}

.rdw-list-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-list-dropdown {
  width: 50px;
  z-index: 90;
}
.rdw-list-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}

.rdw-text-align-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-text-align-dropdown {
  width: 50px;
  z-index: 90;
}
.rdw-text-align-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-right-aligned-block {
  text-align: right;
}
.rdw-left-aligned-block {
  text-align: left !important;
}
.rdw-center-aligned-block {
  text-align: center !important;
}
.rdw-justify-aligned-block {
  text-align: justify !important;
}
.rdw-right-aligned-block > div {
  display: inline-block;
}
.rdw-left-aligned-block > div {
  display: inline-block;
}
.rdw-center-aligned-block > div {
  display: inline-block;
}
.rdw-justify-aligned-block > div {
  display: inline-block;
}

.rdw-colorpicker-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-colorpicker-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 175px;
  height: 175px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-colorpicker-modal-header {
  display: flex;
  padding-bottom: 5px;
}
.rdw-colorpicker-modal-style-label {
  font-size: 15px;
  width: 50%;
  text-align: center;
  cursor: pointer;
  padding: 0 10px 5px;
}
.rdw-colorpicker-modal-style-label-active {
  border-bottom: 2px solid #0a66b7;
}
.rdw-colorpicker-modal-options {
  margin: 5px auto;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  overflow: scroll;
}
.rdw-colorpicker-cube {
  width: 22px;
  height: 22px;
  border: 1px solid #F1F1F1;
}
.rdw-colorpicker-option {
  margin: 3px;
  padding: 0;
  min-height: 20px;
  border: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  box-shadow: 1px 2px 1px #BFBDBD inset;
}
.rdw-colorpicker-option:hover {
  box-shadow: 1px 2px 1px #BFBDBD;
}
.rdw-colorpicker-option:active {
  box-shadow: -1px -2px 1px #BFBDBD;
}
.rdw-colorpicker-option-active {
  box-shadow: 0px 0px 2px 2px #BFBDBD;
}

.rdw-link-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-link-dropdown {
  width: 50px;
}
.rdw-link-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-link-dropdownPlaceholder {
  margin-left: 8px;
}
.rdw-link-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 205px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-link-modal-label {
  font-size: 15px;
}
.rdw-link-modal-input {
  margin-top: 5px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  height: 25px;
  margin-bottom: 15px;
  padding: 0 5px;
}
.rdw-link-modal-input:focus {
  outline: none;
}
.rdw-link-modal-buttonsection {
  margin: 0 auto;
}
.rdw-link-modal-target-option {
  margin-bottom: 20px;
}
.rdw-link-modal-target-option > span {
  margin-left: 5px;
}
.rdw-link-modal-btn {
  margin-left: 10px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-link-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-link-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-link-modal-btn:focus {
  outline: none !important;
}
.rdw-link-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-link-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-history-dropdown {
  width: 50px;
}

.rdw-embedded-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-embedded-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  justify-content: space-between;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-embedded-modal-header {
  font-size: 15px;
  display: flex;
}
.rdw-embedded-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.rdw-embedded-modal-header-label {
  width: 95px;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7;
}
.rdw-embedded-modal-link-section {
  display: flex;
  flex-direction: column;
}
.rdw-embedded-modal-link-input {
  width: 88%;
  height: 35px;
  margin: 10px 0;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px;
}
.rdw-embedded-modal-link-input-wrapper {
  display: flex;
  align-items: center;
}
.rdw-embedded-modal-link-input:focus {
  outline: none;
}
.rdw-embedded-modal-btn-section {
  display: flex;
  justify-content: center;
}
.rdw-embedded-modal-btn {
  margin: 0 3px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-embedded-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-embedded-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-embedded-modal-btn:focus {
  outline: none !important;
}
.rdw-embedded-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-embedded-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between;
}
.rdw-embedded-modal-size-input {
  width: 80%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
}
.rdw-embedded-modal-size-input:focus {
  outline: none;
}

.rdw-emoji-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-emoji-modal {
  overflow: auto;
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-wrap: wrap;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-emoji-icon {
  margin: 2.5px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rdw-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.rdw-spinner > div {
  width: 12px;
  height: 12px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.rdw-spinner .rdw-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.rdw-spinner .rdw-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.rdw-image-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}
.rdw-image-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-image-modal-header {
  font-size: 15px;
  margin: 10px 0;
  display: flex;
}
.rdw-image-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.rdw-image-modal-header-label {
  width: 80px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
}
.rdw-image-modal-header-label-highlighted {
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7;
}
.rdw-image-modal-upload-option {
  width: 100%;
  color: gray;
  cursor: pointer;
  display: flex;
  border: none;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  outline: 2px dashed gray;
  outline-offset: -10px;
  margin: 10px 0;
  padding: 9px 0;
}
.rdw-image-modal-upload-option-highlighted {
  outline: 2px dashed #0a66b7;
}
.rdw-image-modal-upload-option-label {
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.rdw-image-modal-upload-option-label span{
  padding: 0 20px;
}
.rdw-image-modal-upload-option-image-preview {
  max-width: 100%;
  max-height: 200px;
}
.rdw-image-modal-upload-option-input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.rdw-image-modal-url-section {
  display: flex;
  align-items: center;
}
.rdw-image-modal-url-input {
  width: 90%;
  height: 35px;
  margin: 15px 0 12px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px;
}
.rdw-image-modal-btn-section {
  margin: 10px auto 0;
}
.rdw-image-modal-url-input:focus {
  outline: none;
}
.rdw-image-modal-btn {
  margin: 0 5px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-image-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-image-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-image-modal-btn:focus {
  outline: none !important;
}
.rdw-image-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-image-modal-spinner {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.rdw-image-modal-alt-input {
  width: 70%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
  margin-left: 5px;
}
.rdw-image-modal-alt-input:focus {
  outline: none;
}
.rdw-image-modal-alt-lbl {
  font-size: 12px;
}
.rdw-image-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between;
}
.rdw-image-modal-size-input {
  width: 40%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
}
.rdw-image-modal-size-input:focus {
  outline: none;
}
.rdw-image-mandatory-sign {
  color: red;
  margin-left: 3px;
  margin-right: 3px;
}

.rdw-remove-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap
}

.rdw-history-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap
}
.rdw-history-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center;
}
.rdw-history-dropdown {
  width: 50px;
}

.rdw-link-decorator-wrapper {
  position: relative;
}
.rdw-link-decorator-icon {
  position: absolute;
  left: 40%;
  top: 0;
  cursor: pointer;
  background-color: white;
}

.rdw-mention-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px;
}

.rdw-suggestion-wrapper {
  position: relative;
}
.rdw-suggestion-dropdown {
  position: absolute;
  display: flex;
  flex-direction: column;
  border: 1px solid #F1F1F1;
  min-width: 100px;
  max-height: 150px;
  overflow: auto;
  background: white;
  z-index: 100;
}
.rdw-suggestion-option {
  padding: 7px 5px;
  border-bottom: 1px solid #f1f1f1;
}
.rdw-suggestion-option-active {
  background-color: #F1F1F1;
}

.rdw-hashtag-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px;
}

.rdw-image-alignment-options-popup {
  position: absolute;
  background: white;
  display: flex;
  padding: 5px 2px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  width: 105px;
  cursor: pointer;
  z-index: 100;
}
.rdw-alignment-option-left {
  justify-content: flex-start;
}
.rdw-image-alignment-option {
  height: 15px;
  width: 15px;
  min-width: 15px;
}
.rdw-image-alignment {
  position: relative;
}
.rdw-image-imagewrapper {
  position: relative;
}
.rdw-image-center {
  display: flex;
  justify-content: center;
}
.rdw-image-left {
  display: flex;
}
.rdw-image-right {
  display: flex;
  justify-content: flex-end;
}
.rdw-image-alignment-options-popup-right {
  right: 0;
}

.rdw-editor-main {
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
}
.rdw-editor-toolbar {
  padding: 6px 5px 0;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  display: flex;
  justify-content: flex-start;
  background: white;
  flex-wrap: wrap;
  font-size: 15px;
  margin-bottom: 5px;
  user-select: none;
}
.public-DraftStyleDefault-block {
  margin: 1em 0;
}
.rdw-editor-wrapper:focus {
  outline: none;
}
.rdw-editor-wrapper {
  box-sizing: content-box;
}
.rdw-editor-main blockquote {
  border-left: 5px solid #f1f1f1;
  padding-left: 5px;
}
.rdw-editor-main pre {
  background: #f1f1f1;
  border-radius: 3px;
  padding: 1px 10px;
}
/**
 * Draft v0.9.1
 *
 * Copyright (c) 2013-present, Facebook, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 */
.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:rgba(255,255,255,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:0}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}


/*# sourceMappingURL=react-draft-wysiwyg.css.map*/
.plain-editor-label {
  gap: 0.5rem;
}

.public-DraftStyleDefault-block {
  margin: 0;
}
.editor-padding {
  padding-left: 8px;
  padding-right: 8px;
}
.editor-plain-area {
  cursor: text;
  font-size: 1.08rem;
  overflow: visible;

  padding-left: 0.6rem;
  padding-block: 0.5rem;
}

.editor-wrapper {
  background-color: var(--color-fourth-transparent-2);
  border: 0.1rem solid var(--color-fourth-transparent);
  border-radius: var(--b-radius);
}

.editor-wrapper:has(.editor-plain-area-focus) {
  border: 0.1rem solid var(--cl-main-intensive-1);
}

.editor-wrapper button {
  padding: 0;
}

.rdw-suggestion-dropdown {
  cursor: pointer;
  width: max-content;
  box-shadow: 0 0 0.1rem 0 var(--color-fourth);
  border-radius: 0.4rem;
  max-height: 200px;
}

.rdw-suggestion-option {
  color: var(--cl-main-intensive-1);
  font-weight: bold;
}

.rdw-suggestion-option:hover {
  background-color: var(--color-fourth-transparent);
}

.rdw-mention-link[href="@jeżeli"],
.rdw-mention-link[href="@jest-równe"],
.rdw-mention-link[href="@zakończ-warunek"] {
  background-color: var(--cl-main-light-2);
  font-weight: bold;
}

.rdw-option-active > img {
  filter: invert(29%) sepia(82%) saturate(5372%) hue-rotate(238deg)
    brightness(98%) contrast(94%);
}

.rdw-option-wrapper:hover {
  background-color: var(--color-fourth-transparent);
  box-shadow: none;
}
.rdw-option-active {
  background-color: var(--cl-main-light-2);
  box-shadow: none;
}

.rdw-option-wrapper {
  border-radius: var(--b-radius);
  padding: 0.4rem;
}

.rdw-editor-toolbar {
  border-radius: var(--b-radius);
}

.rdw-image-modal {
  border-radius: var(--b-radius);
  z-index: 13;
}

.custom-rdw-image-modal {
  position: fixed;
  padding: 0;
  width: 260px;
}

.image-modal-dimension-inputs-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.6rem;
  margin-inline: 0.6rem;
}

.image-modal-dimension-inputs-container input {
  width: 100%;
}

.rdw-dropdown-selectedtext {
  color: inherit;
}

.rdw-font-family-selector {
  display: none;
}

.image-modal-source-container {
  margin: 0.4rem 0.6rem;
}

.image-modal-add-button {
  margin: 0.4rem 0.6rem;
}

.tab-section {
  margin: 10px;
}
.tab-manager-container {
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: min-content 1fr;
}

.tab-container {
  height: 100%;
  overflow-y: auto;
}

.tab-container-grid {
  display: grid;
  position: relative;
  place-items: stretch;
  overflow-y: hidden;
}
.tabs {
  height: 40px;
  display: flex;
  align-items: center;
  overflow: hidden;
  /* font-weight: normal !important; */

  padding-bottom: 0.23rem;
}
.tabs-extra-content {
  padding-bottom: 0.23rem;
  justify-self: end;
}
.tab-rail-wrapper {
  display: grid;
  grid-template-columns: max-content max-content;
  place-items: center;
  overflow-x: auto;
  border-bottom: 0.1rem solid var(--cl-main-disabled-transparent-2);

  align-items: center;
  justify-content: space-between;
  padding: 0rem 0.4rem;
  padding-top: 0.3rem;

  /* margin-bottom: .2rem; */
}

.label-with-help-container {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.help-button-container {
  /* position: relative; */
  display: grid;

  padding: 0.3rem;
  border-radius: 0.5rem;
}

.help-button-container:hover {
  background-color: var(--color-fourth-transparent);
}

.label-with-help-button:hover {
  background-color: var(--cl-main-light-2);
}

.help-container {
  z-index: 16;
  position: fixed;
  width: max-content;
  max-width: 350px;

  padding: 0.8rem;
  background-color: var(--cl-main-dark);
  color: var(--color-third);
  border-radius: var(--b-radius);
  opacity: 0;
  animation: 0.15s show ease-in-out forwards;
}

@keyframes show {
  from {
    opacity: 0;
    scale: 0.95;
  }

  to {
    opacity: 1;
    scale: 1;
  }
}

.text-input-label-container {
  display: flex;
}

.input-label-with-before-input {
  display: grid;
}

.text-input-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  gap: 0.3rem;
}

.text-input {
  padding: 5px;
  font-size: 1.1em;
  border: none;
  border-radius: var(--b-radius);
  margin-block: 0;
  outline: none;
  color: var(--cl-main-dark);
  padding-left: 0.6rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  flex-grow: 1;

  border: 0.1rem solid var(--cl-main-disabled-transparent-2);
  background-color: var(--color-fourth-transparent-2);
}
.text-input:disabled {
  color: var(--cl-main-disabled);
}
.text-input:focus {
  border: 0.1rem solid var(--cl-main-intensive-1);
}

.prompt-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;

  display: none;
  z-index: 14;
  background-color: var(--color-seventh);
  outline: 100px solid var(--color-seventh);

  opacity: 0;
  transform: scale(0.9);

  overflow-y: auto;

  transition:
    display 0.2s ease-in-out,
    opacity 0.2s ease-in-out,
    transform 0.2s ease-in-out;
  transition-behavior: allow-discrete;
}

.prompt-container.visible {
  display: grid;
  align-items: center;
  justify-content: center;

  opacity: 1;
  transform: scale(1);
  @starting-style {
    opacity: 0;
    transform: scale(0.9);
  }
}

.prompt-box {
  font-size: 1.1rem;
  padding: 10px;
  border-radius: 6px;
  background-color: white;

  display: flex;
  flex-direction: column;
  overflow-x: visible;
}

.alert-buttons-menu-container {
  display: flex;
  justify-content: flex-end;
}

.price-provider-box {
  position: absolute;
}

.provider-box {
  padding: .2rem;
  box-shadow: 0 0 .3rem .01rem var(--cl-main-dark);
  margin: .4rem;
  display: flex;
  flex-direction: column;
  border-radius: .4rem;
  overflow-x: visible;
}

.sum-provider-item {
  display: flex;
  align-items: center;
}

.sum-provider-item > b {
  font-size: 2rem;
}

.price-provider-editor-box {
  display: flex;
  flex-direction: column;
}

.int-provider-type-selector-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tier-provider-tier {
  display: flex;
  align-items: center;
  margin: .8rem;
  justify-content: space-between;
  border-bottom: .1rem solid var(--color-background-transparent);
}
.cross-delete-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: grid;
  place-items: center;
  padding: 0;
  margin: 0;
  font-size: 1.5em;
  color: var(--cl-main-disabled);
}

.cross-delete-button:hover {
  color: var(--cl-main-dark);
}

.labeled-select {
  padding-top: 0.3rem;
}
.labeled-select-no-spacing {
  padding-top: 0;
}
.labeled-select > div {
  min-width: 200px;
}
.labeled-select > div {
  background-color: var(--color-fourth-transparent-2);
  border-radius: var(--b-radius);
  border: 0.1rem solid var(--cl-main-disabled-transparent-2);
}

.option-label-container,
.css-cly76r-singleValue {
  display: grid;
  grid-template-columns: auto auto;
  place-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}

.labeled-select-extra-width {
  min-width: 350px;
}

.labeled-select-smaller > div {
  min-width: 140px;
  width: 100%;
}
.select-option,
.select-option-selected {
  border-radius: var(--b-radius);
}
.select-option-selected {
  background-color: var(--color-fourth-transparent) !important;
  color: var(--cl-main-dark) !important;
  position: relative;
}

.select-option-selected::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.3rem;
  background-color: var(--cl-main-intensive-1);
  border-radius: var(--b-radius);
}

.select-option-disabled {
  display: none !important;
}

.select-indicator-separator {
  background-color: var(--cl-main-disabled-transparent-2) !important;
}

.select-dropdown-indicator {
  color: var(--cl-main-disabled) !important;
}

.select-placeholder {
  color: var(--cl-main-disabled) !important;
}

.input-label-slim {
  height: 34px;
}

.input-label-slim > div {
  height: 34px;
}

.select-control-slim {
  height: 34px;
}

.select-control-slim > div {
  height: 32px;
  padding-block: 1px;
}


.grey-info-container {
  font-weight: normal;
  color: var(--cl-main-disabled);
}
.edit-price-provider-button {
  display: grid;
  place-items: center;

  margin: 0;
  padding: 0;
}

.int-input-label {
  position: relative;
  display: grid;
}

.int-input-label > input {
  width: 75px;
}

.int-input-label-container {
  justify-content: space-between !important;
  gap: 0.2rem;
}

.rdw-suggestion-wrapper {
  z-index: 10;
}

.dynamic-int-input-ellipsis {
  height: 36px;
  display: grid;
  align-items: center;
}

.resource-on-image-container {
  position: absolute;
  left: 0;
  top: 0;
}

.resource-and-image-container {
  position: relative;
}

:root {
  --color-first-lighter: #9696ef;
  --color-first: #5f5fed;
  --color-first-dark: #4848c5;
  --color-second: #5757e934;
  --color-background-transparent: #5757e934;

  --color-third: white;
  --color-third-trasparent: #f0f0f08b;
  --color-third-transparent-2: rgba(231, 231, 238, 0.708);

  --color-fourth: #6969eb;
  --color-fourth-transparent: #ababab3d;
  --color-fourth-transparent-2: rgb(244, 244, 244);
  --color-fourth-darker: #5656ff;
  --color-fifth: #8a9dd1;
  --color-sixth: #10102f;
  --color-seventh: #0000007c;

  --color-second-lighter: #5656ff;

  --cl-main-intensive-1-more: #3e3ee4;

  --cl-main-intensive-1: #4b4bf3;
  --cl-main-intensive-2: #5b5bf1;
  --cl-main-less-intensive: #7777f1;
  --cl-main-disabled: #7c7c88;
  --cl-main-disabled-transparent-1: #84849497;
  --cl-main-disabled-transparent-2: #8484944f;
  --cl-main-light-1: #9d9dfb;
  --cl-main-light-2: #dedeff;
  --cl-main-light-2-transparent: #dedeff89;
  --cl-main-dark: hsl(238, 100%, 15%);
  --cl-main-lighter: hsl(238, 100%, 28%);
  --color-fourth-transparent-accent: #5757e934;
  --color-disabled-transparent: #c7c7c7;
  --b-radius: 0.6rem;

  --c-muted: hsl(240, 4%, 40%);

  /* Functional colors */
  --cl-complementary: hsl(49, 100%, 64%);
  --cl-complementary-transparent: hsla(49, 100%, 64%, 0.153);
}

body,
html {
  padding: 0;
  margin: 0;
  width: 100vw;
  height: 100vh;
  font-size: 1.1em;
  background-color: white !important;
  font-size: 1.1em;
  overflow-y: hidden;
}

.container {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login {
  min-height: fit-content;

  padding: 14px;
  border-radius: 8px;
  border: 4px solid var(--color-fourth);
  box-shadow: 2px 2px 12px 2px grey;

  text-align: center;
  max-width: 280px;
  width: fit-content;

  overflow-y: auto;
  position: relative;

  display: flex;
}
.login-box-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.title {
  text-align: center;
}

.login-not-done {
  transition: transform 1s ease-in-out;
  transform: translateY(0vh);
}

.login-done {
  transform: translateY(-100vh);
  display: none;
}
.consents-not-open {
  transition: all 1s ease-in-out;
  opacity: 0;
  transform: scale(0.8);
  visibility: hidden;

  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
}
.consents-open {
  z-index: 2;
  opacity: 1 !important;
  transform: scale(1);

  height: fit-content;
  position: static;
  flex: auto;
  visibility: visible !important;
}
.consents-container {
  visibility: visible;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 10px;

  overflow-y: auto;
}
.consent-box {
  display: flex;
  align-items: center;
  width: 96%;
  justify-content: space-between;
  gap: 3px;
}
.checkbox-container {
  margin-left: 3px;
}
.read-more-icon {
  margin: 3px;
  cursor: pointer;
}

:root {
  --animation-time: 0.4s;
  --navbar-size: 65px;
  --clickable-font-size: 22px;
}

body,
html {
  margin: 0;
  padding: 0;
  /* background-color: #c0c1ee; */
  color: var(--color-sixth);
  font-size: 17px;
  font-family: "Source Sans pro";
  font-display: optional;
}

.landing-page-main {
  min-height: calc(100vh - var(--navbar-size));
  background-image: url(572933f3fe131744a96c.jpg);
  background-repeat: repeat-y;
  background-size: cover;
  background-color: rgba(242, 243, 255, 0.431);
  background-blend-mode: soft-light;
  background-attachment: fixed;
}

.gallery-loading-animation-wrapper {
  position: fixed;
  inset: 0;
  z-index: 20;
}

nav {
  height: var(--navbar-size);
  width: 100%;
  /* box-shadow: 0px 0px 5px 0px black; */
  position: fixed;
  z-index: 3;
  background-color: var(--color-third-transparent-2);
  backdrop-filter: blur(10px);
  transition: height 0.2s ease-in-out;
}
.navbar-container-bigger {
  height: calc(var(--navbar-size) + 16px);
}
.counter-letter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: fit-content;
  animation: counterAnimation 2s ease-in-out forwards;
}
.counter-letter span {
  height: 2.4em;
  padding: 0;
  margin: 0;
}
.counter-container {
  padding: 10px;
  font-weight: 500;
  display: flex;
  width: fit-content;
  height: 1em;
  overflow: hidden;
}
@keyframes counterAnimation {
  from {
    opacity: 1;
    transform: translateY(0%);
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
    transform: translateY(calc(-100% + 2.4em));
  }
}

.first_look-container {
  min-height: calc(100vh - var(--navbar-size));
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  font-size: clamp(1.7rem, 1.6vw + 1rem, 3.2rem);
  padding: 2rem;
  /* padding-left: 5rem; */
  position: relative;

  color: var(--cl-main-dark);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  text-align: center;
  text-wrap: balance;
}
.first-look-text {
  z-index: 2;
  display: grid;
  width: 100%;
}
.first-look-text > p {
  font-size: 1.2rem;
  text-wrap: balance;
  margin-top: 0;
}
.login-to-gallery-button {
  border: none !important;
  font-size: 0.44em;
  color: var(--color-fourth-darker) !important;
}
.photographer-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.first-look-text .titles {
  transition: 0.2s ease-in-out;
  opacity: 0.8;
  transform: scale(1);
  cursor: default;
}
@media only screen and (max-width: 425px) {
  .titles {
    font-size: 0.8em;
  }
}
.first-look-text .titles:hover,
.first-look-text .titles:focus {
  transform: scale(1.1);
  opacity: 1;
}
.info-to-clients-container {
  font-size: 1.2em;
}
.info-to-clients-container h6 {
  margin-block-start: 1em;
  margin-block-end: 1em;
  font-weight: bolder;
  font-size: 1em;
}
.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow-y: visible;
  overflow-x: auto;
  border-bottom: 0.1rem solid var(--color-fourth-transparent);
}
.navigation-container {
  overflow-y: visible;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.navigation-container > a {
  width: max-content;
}
.right_nav_side-container {
  height: 100%;
  display: flex;
  width: max-content;
}
nav a {
  position: relative;
}
nav .current-site::after,
nav a:focus::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--color-fourth);
  height: 6px;
  transform: translateY(6px);
  border-radius: 8px;
}

nav a {
  font-size: 1.1rem;
  text-decoration: none;
  display: inline-block;
  padding: 7px;

  color: var(--cl-main-intensive-1-more);
  transition: 0.1s ease-in-out;
  border-radius: var(--b-radius);
}
nav a:hover {
  color: var(--cl-main-intensive-1-more);
  text-decoration: none;
  background-color: var(--color-fourth-transparent);
}

nav .current-site:hover {
  transform: translateY(0px);
}
.account_actions-container {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;

  margin-left: 5px;
  margin-right: 5px;
}
.account_actions-container > button {
  width: max-content;
}
button {
  margin: 3px;
  padding: 8px;
  border-radius: var(--b-radius);
  border: none;
  cursor: pointer;
  font-size: 18px;
  transition:
    border-radius 0.1s ease-in-out,
    background-color 0.1s ease-in-out,
    opacity 0.3s ease-in-out;

  display: flex;
  justify-content: center;
  align-items: center;
}

button[data-version="classic"] {
  background-color: var(--color-fourth);
  color: var(--color-third);
  border: 2px solid var(--color-fourth);
}
button[data-version="classic"]:hover {
  border-radius: 8px;
  background-color: var(--color-fourth-darker);
}

button[data-version="filled-tonal"] {
  background-color: var(--color-fourth-transparent) !important;
}
button[data-version="filled-tonal"]:hover {
  box-shadow: 0 0 0.2rem 0 var(--color-fourth-darker);
}
button[data-version="alternative"] {
  background-color: var(--color-third);
  border: 2px solid var(--color-fourth);
}
button[data-version="alternative"]:hover {
  border-radius: 8px;
}
button:active {
  opacity: 0.7;
  transition:
    border-radius 0.1s ease-in-out,
    background-color 0.1s ease-in-out,
    opacity 0s ease-in-out;
}
.main-icon {
  margin-right: 5px;
  margin-left: 5px;
}
.second_look-container {
  padding-bottom: 100px;
  row-gap: 2rem;
  padding-top: 0.1rem;
  z-index: 1;
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: var(--color-third);
  color: var(--cl-main-dark);
  animation: appear linear;
  animation-timeline: view();
  animation-range-start: 0;
  animation-range-end: 600px;
}
@keyframes appear {
  from {
    opacity: 0;
    transform: translateY(-140px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.text-primary-color {
  color: var(--cl-main-intensive-1-more);
}
.second_look-title {
  grid-column: line2;
  margin-bottom: 0;
  height: 1.5em;
}
.reason {
  grid-column: line2;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.4s ease-in-out;

  width: 230px;
  height: 230px;
  padding: 1rem;
  border-radius: 1rem;
  border: 0.1rem solid var(--color-fourth-transparent);
  background-color: var(--color-third);
  text-wrap: balance;
}
.article-visible {
  opacity: 1;
  transform: translateX(0px);
}
footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  position: relative;
  z-index: 1;
  background-color: var(--color-third);
}
.footer-container {
  border-top: 1px solid var(--color-fourth-transparent);
  min-height: 100px;
  width: 80%;
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  line-height: 2.2em;
  justify-content: space-around;
}
.footer-bar {
  display: flex;
  flex-direction: column;
}
.login-container {
  position: fixed;
  z-index: 4;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  animation: showForm 0.2s ease-in-out forwards;

  display: flex;
  justify-content: center;
  align-items: center;
}
.login-box {
  padding: 3rem;
  background-color: var(--color-third);
  animation: showFormBox 0.2s ease-in-out forwards;
  border-radius: var(--b-radius);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.login-box form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: stretch;
}
form label {
  display: flex;
  flex-direction: column;
}

@keyframes showForm {
  from {
    background-color: rgba(0, 0, 0, 0);
  }
  to {
    background-color: var(--color-seventh);
  }
}
@keyframes showFormBox {
  from {
    opacity: 0;
    transform: scale(0.7);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

input {
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 8px;
  font-size: 18px;
  border: 1px solid var(--color-fourth);
  border-radius: var(--b-radius);
  transition: 0.1s ease-in-out;
}
input:hover {
  box-shadow: 0px 0px 3px 0px grey;
}
input:focus {
  outline: none;
  box-shadow: 0px 0px 1px 2px var(--color-fourth);
}

.create_account-container {
  min-width: fit-content;
  width: 400px;
  max-width: 100%;

  display: flex;
  align-items: center;
  flex-direction: column;
  border: 4px solid var(--color-fourth-transparent);
  background-color: var(--color-third);
  border-radius: 6px;
}
.create_account-main {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.required {
  color: red;
}

.checkbox {
  border: 2px solid var(--color-fourth);
  width: 17px;
  height: 17px;
  margin: 4px;
  padding: 3px;
  cursor: pointer;
  font-weight: bold;

  display: flex;
  align-items: center;
  justify-content: center;
}
.box-checked {
  background-color: var(--color-fourth-darker);
}
.checkbox:hover {
  border-radius: 5px;
}
.checkbox div {
  color: white;
  transition: 0.2s ease-in-out;
  transform: scale(0.4);
  opacity: 0;
}
.checkbox-checked {
  transform: scale(1) !important;
  opacity: 1 !important;
}
.flex-container-default {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.flex-container-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.create_account-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
input[data-isincorrect="true"] {
  border: 2px solid red;
}
.form-error {
  width: 230px;
}

@keyframes loadingAnimation-tiny {
  from {
    transform: translateY(0px);
  }
  15% {
    transform: translateY(-8px);
  }
  28% {
    transform: translateY(0px);
  }
  to {
    transform: translateY(0px);
  }
}

.info-correct {
  color: var(--color-second);
}

.checkbox {
  border: 0.1rem solid var(--cl-main-disabled);
  width: 17px;
  height: 17px;
  margin: 4px;
  padding: 3px;
  cursor: pointer;
  font-weight: bold;

  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.checkbox:hover {
  background-color: var(--cl-main-light-2);
}
.box-checked,
.box-checked:hover {
  background-color: var(--color-fourth-darker);
}
.checkbox div {
  color: white;
  transition: 0.2s ease-in-out;
  transform: scale(0.4);
  opacity: 0;
}
.checkbox-checked {
  transform: scale(1) !important;
  opacity: 1 !important;
}


.description-container {
  position: fixed;

  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;

  background: white;
  padding: 20px;
  overflow-y: auto;
}
.description-closing {
  font-size: 1.5rem;
  cursor: pointer;
}
.description-closing:hover {
  color: var(--color-fourth);
}
.description-closing-container {
  display: flex;
  justify-content: right;
}


.gallery-footer {
  display: flex;

  border-top: 1px solid var( --color-fourth );
  width: 100%;
  height: fit-content;
  min-height: 200px;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 25px;
}
.gallery-footer:first {
  border-right: 1px solid var( --color-fourth );
}
.footer-section {
  margin-top: 20px;
  margin-bottom: 20px;
}


.image-gallery-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-container {
  padding: .2rem;
  overflow-y: auto;
}

#container {
  height: inherit;
  overflow-y: auto;
}


.downloading-menu-container {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: grid;
  place-items: center;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.355);
}

.downloading-menu {
  background-color: white;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
}

.download-files-info-container {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: 1rem;
  background-color: var(--cl-fourth-light);
  border-radius: .8rem;
  margin: .7rem;
  justify-content: center;
  flex-wrap: wrap;
}


.image-view {
  height: auto;
  max-height: 250px;
}

.image-container {
  margin: .5rem;
  position: relative;
}

.download-button {
  position: absolute;
  left: .12rem;
  top: .12rem;
}

.image-container-loading {
  min-height: 233px;
  max-width: 99vw;
}

.downloadable-file-item img {
  max-width: 100%;
  max-height: 550px;
}
.downloadable-file-item {
  position: relative;
}

.download-button-container {
  position: absolute;
  left: 0;
  top: 0;
}


.nav-container {
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  height: 60px;

  background-color: var(--color-fourth);
  box-shadow: 0 0 .3rem 0 var(--color-fourth);
  z-index: 3;

  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: .3rem;
  padding-left: .3rem;
  overflow-x: auto;
}

.client-nav-button {
  display: flex;
  gap: .3rem;
}

.nav-collection-tabs-container {
  display: grid;
  grid-auto-flow: column;
}

.nav-collection-tabs-container button {
  width: max-content;
}


.nav-collection-tab-button[data-active=true] {
  color: var(--color-fourth-darker);
  border-radius: .7rem !important;
}


.collection-main-container {
  position: relative;
  height: 100vh;
  overflow-y: scroll;
}


.collection-main {
  height: 100%;
}


.router-main {
  height: 100%;
}


.survey-page-main-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.survey-window-container {
  margin: 2rem;
  padding: .8rem;
  padding-top: .3rem;
  border-radius: .8rem;
  box-shadow: 0 0 1rem -.2rem grey;
  display: grid;
  grid-template-rows: min-content min-content;
  gap: 1rem;
}

.satisfaction-chooser-menu {
  display: flex;
  gap: .4rem;
  justify-content: space-around;
}

.satisfaction-chooser-menu > button {
  width: 40px;
  height: 40px;
}

.survey-window-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.survey-window-nav > button {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.survey-window-menu {
  display: flex;
  justify-content: flex-end;
}

.go-next-survey-window-button[data-active=false] {
  opacity: .4;
  cursor: default;
}

.satisfaction-chooser-container {
  text-align: center;
  display: grid;
  gap: .2rem;
}



.live-login-site-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.live-login-site-input {
  display: grid;
  gap: .2rem;
}

/*# sourceMappingURL=galleryLogin.css.map*/