canvas.excel {
  background-image: url(https://ilovepdf2.com/wp-content/uploads/2023/06/excel.svg);
}
canvas.docx {
  background-image: url(https://ilovepdf2.com/wp-content/uploads/2023/06/docx.svg);
}
canvas.powerpoint {
  background-image: url(https://ilovepdf2.com/wp-content/uploads/2023/06/powerpoint.svg);
}
canvas.json {
  background-image: url(https://ilovepdf2.com/wp-content/uploads/2023/06/json.svg);
}
canvas.xml {
  background-image: url(https://ilovepdf2.com/wp-content/uploads/2023/06/xml.svg);
}
canvas.yaml {
  background-image: url(https://ilovepdf2.com/wp-content/uploads/2023/06/yaml.svg);
}
canvas.psd {
  background-image: url(https://ilovepdf2.com/wp-content/uploads/2023/11/psd.svg);
}
canvas.excel,
canvas.docx,
canvas.powerpoint,
canvas.json,
canvas.xml,
canvas.psd,
canvas.yaml {
  background-repeat: no-repeat;
  background-size: 30% 50%;
  background-position: center;
}
.docs .file {
  width: 250px;
}
:root {
  --main--color: #3e77b6;
}
.neve-main {
  background: linear-gradient(to bottom, #ffffff 50%, #f9f9f9 100%);
}
.home-page-title {
  z-index: 0 !important;
}
body {
  font-family: open sans, sans-serif !important;
}
.width100 {
  width: 100% !important;
}
.mb-20 {
  margin-bottom: 20px;
}
.home-page-title {
  padding-bottom: 100px;
  z-index: -1;
}
.home-page-title h1 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  max-width: 1100px;
}
.home-page-title h2 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 8px;
  line-height: 32px;
}
.home-page-title {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400% !important;
  animation: gradient 15s ease infinite !important;
}
p {
  font-size: 1.1em;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.home-page-title h1,
.home-page-title h2 {
  text-shadow: #383e45 -5px 0 8px;
}
@media (max-width: 90em) {
  .home-title {
    padding: 24px;
  }
}
.home-page-title {
  position: relative;
  padding: 30px 45px;
  text-align: center;
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, #882e27),
      color-stop(50%, #6d869a),
      to(#231641)
    )
    #44287d;
  background: -webkit-linear-gradient(left, #882e27, #6d869a 50%, #231641)
    #44287d;
  background: -o-linear-gradient(left, #882e27 0, #6d869a 50%, #231641 100%)
    #44287d;
  background: linear-gradient(90deg, #882e27, #6d869a 50%, #231641) #44287d;
  color: #fff;
  min-height: 200px;
}
.row {
  flex-wrap: wrap !important;
}
.items_container {
  background: #fff;
  margin-top: -80px;
}
.nv-content-wrap.entry-content .container:not(.mycont) {
  max-width: 100% !important;
}
.mycont {
  padding-top: 20px;
}
.main-services {
  display: flex;
  margin-top: -80px;
  margin-bottom: 160px;
  --s: 250px;
  --m: 4px;
  --f: calc(1.732 * var(--s) + 4 * var(--m) - 1px);
  min-height: 1500px;
}
@media (max-width: 768px) {
  .main-services {
    --s: 220px;
  }
  .item_content p {
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 500px) {
  .main-services {
    --s: 240px;
  }
}
@media (max-width: 450px) {
  .main-services {
    --s: 220px;
  }
}
@media (max-width: 390px) {
  .main-services {
    --s: 210px;
  }
  .item_icon,
  .inner-items h3 {
    margin-bottom: 5px !important;
  }
  .hexagone h3 {
    font-size: 15px !important;
  }
}
@media (max-width: 360px) {
  .main-services {
    --s: 220px;
  }
  .container.area .hexagone {
    display: block !important;
    margin: 0 auto !important;
  }
}
.container.area {
  font-size: 0;
}
.container.area .hexagone {
  position: relative;
  width: var(--s);
  margin: var(--m);
  height: calc(var(--s) * 1.1547);
  display: inline-block;
  font-size: initial;
  clip-path: polygon(0% 25%, 0% 75%, 50% 100%, 100% 75%, 100% 25%, 50% 0%);
  background: #eee;
  margin-bottom: calc(var(--m) - var(--s) * 0.2885);
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  text-align: center;
}
.container.area .hexagone:nth-child(odd) {
  background: #f9f9f9;
}
.container.area .hexagone:nth-child(odd):hover,
.container.area .hexagone:nth-child(odd):focus,
.container.area .hexagone:nth-child(odd):active {
  background: #eee;
}
.container.area .hexagone:hover,
.container.area .hexagone:focus,
.container.area .hexagone:active {
  background-color: #f9f9f9;
}
.container.area::before {
  content: "";
  width: calc(var(--s) / 2 + var(--m));
  float: left;
  height: 150%;
  shape-outside: repeating-linear-gradient(
    #0000 0 calc(var(--f) - 3px),
    #000 0 var(--f)
  );
}
.container.area .hexagone a {
  position: absolute;
  clip-path: polygon(0% 25%, 0% 75%, 50% 100%, 100% 75%, 100% 25%, 50% 0%);
  width: 95%;
  height: 95%;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hexagone .item_icon {
  margin-top: 12px;
}
.hexagone svg {
  vertical-align: middle;
  padding-top: 6px;
}
.hexagone:hover svg {
  transform: scale(1.1);
}
.hexagone h3 {
  color: #383e45;
}
.hexagone:after {
  top: 8px;
  left: 8px;
  height: calc(100% - 16px);
  width: calc(100% - 16px);
  background: #000;
}
.bg-loader.show-lds {
  display: block;
}
.bg-loader {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.lds-ellipsis {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.home-page-title h1 {
  margin-bottom: 35px;
}
.home-page-title h2 {
  margin-bottom: 70px;
}
.container_fluid {
  width: calc(100% - 160px);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 500px) {
  .container_fluids {
    width: calc(100% - 80px) !important;
  }
  .file__act {
    display: flex !important;
  }
}
.inner-items {
  -ms-flex: 0 0 16.666%;
  flex: 0 0 16.666%;
  color: #383e45;
  border-right: 1px solid #f6f6f8;
  border-bottom: 1px solid #f6f6f8;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 1;
}
.inner-items a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 32px 16px;
  color: #383e45;
  position: relative;
  z-index: 2;
}
.item_icon,
.inner-items h3 {
  margin-bottom: 12px;
}
.item_icon {
  font-size: 12px;
  line-height: 16px;
  color: #626870;
}
.item_content p {
  letter-spacing: 0.5px;
  font-size: 15px;
  line-height: 18px;
  color: #626870;
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 1300px) {
  .inner-items {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
.inner-items:hover {
  z-index: 999;
  background: #f6f6f8;
}
.inner-items:hover .item_icon svg {
  transform: scale(1.1);
}
@media (max-width: 1280px) {
  .inner-items {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
@media (max-width: 960px) {
  .inner-items {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
  }
}
@media (max-width: 640px) {
  .inner-items {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 90em) {
  .inner-items a {
    padding: 24px 12px;
  }
}
@media (max-width: 640px) {
  .inner-items a {
    padding: 24px 12px;
  }
}
@media (max-width: 440px) {
  .inner-items a {
    padding: 12px 6px;
  }
}
main > .container:not(.mycont) {
  max-width: 100% !important;
  padding: 0 !important;
}
.page {
  margin: 0 !important;
}
a br {
  display: none !important;
}
.left-side {
  text-align: center;
}
.tool__header h1 {
  font-size: 42px;
  letter-spacing: 0;
  font-weight: 600;
  color: #383e45;
  margin-bottom: 8px;
  line-height: 46px;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.tool__header h2 {
  max-width: 800px;
  font-size: 22px;
  font-weight: 400;
  color: #383e45;
  letter-spacing: 0;
  margin: 0 auto 8px;
  line-height: 32px;
}
.sidebar-tool {
  display: block;
  background: #fff;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  -ms-flex: 0 0;
  flex: 0 0;
  position: relative;
  overflow-x: hidden;
  border-radius:12px;
}
.option-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0;
  color: #383e45;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
  padding: 21px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  background-color: #fff;
}
.loader svg {
  fill: #e5322d !important;
}
.sidebar-tool button {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  background: #E5322D;
  padding: 10px 28px;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  margin-bottom:22px;
}

.right-side,
.left-side {
  min-height: 625px;
  height: 100vh;
  max-height: calc(100vh - 65px);
}
.hide-content .tool__header,
.hide-content .uploader,
.hide-content .upload_ico,
.hide-content .upload_title {
  display: none;
}
.hide-content .side-tools {
  display: block;
}
.show .side-tools {
  display: block;
}
.side-tools {
  position: absolute;
  right: 3%;
  top: 1%;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999999;
}
.side-tools a {
  background: var(--main--color);
  padding: 9px 11px 11px;
  border-radius: 50%;
  display: block;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  margin-top: 15px;
}
.hide-content .rendered_area,
.hide-content .rendered_area2,
.hide-content .rendered_area3,
.hide-content .rendered_area4,
.hide-content .rendered_area5 {
  display: -ms-flexbox;
  display: flex;
}
.rendered_area,
.rendered_area2,
.rendered_area3,
.rendered_area4,
.rendered_area5 {
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: none;
}
.sortable-ghost {
  border-color: red !important;
  border-style: dashed !important;
}
div.file {
  margin: 4px;
  width: auto;
  height: 288px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border: 1px solid transparent;
  background: #f6f6f8;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.file_inf {
  position: absolute;
  height: 32px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.file_act {
  top: 3px;
  right: 8px;
  position: absolute;
  display: flex;
  z-index: 99999999999999999;
  opacity: 0;
  transition: all 0.1s;
}
.file_inf span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 16px;
  padding: 6px 8px;
  border: 1px solid transparent;
  z-index: 99;
}
.file_canv {
  margin: 20px;
  height: 250px;
  cursor: move;
  display: flex;
  align-items: center;
}
.file_canv canvas {
  width: 100%;
  height: 100%;
}
.file_canv canvas:nth-of-type(1) {
  width: 100%;
  height: 100%;
  margin-right: 40px;
}
.file_canv canvas:last-child {
  width: 100%;
  height: 100%;
  margin: 0;
}
.file_canv canvas {
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.35);
}
.range__to {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/svg_icons/three-dots.svg);
  z-index: 99999;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.divrange {
  width: 57%;
  height: 25px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.divrange2 {
  width: 57%;
  height: 25px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.rendered_area4.range--extract .file:after,
.rendered_area3.range--extract .file:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  background: #55be85 url(http://localhost/ilovepdf2/check.svg) no-repeat 50%;
  border: 1px solid #55be85;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  display: block;
}
.range__to2 {
  width: 15px;
  height: 15px;
  background: url(../img/svg_icons/three-dots.svg);
  z-index: 99999;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0 4px;
}
button br {
  display: none !important;
}
.inner-items {
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: #f9f9f9;
}
#uploader.uploader a,
#uploader.uploader button {
  background-image: linear-gradient(to right, #FF3D47, #DC1113);  
}
#uploader.uploader a:hover,
#uploader.uploader button:hover {
  background-image: linear-gradient(to left, #FF3D47, #DC1113);  
}
.footer--row {
  background: #eee !important;
}
.builder-item .item--inner,
.builder-item .item--inner a {
  color: #3d3d3d !important;
}
.upload_ico {
  margin-top: -25px;
  width: 180px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
}
.upload_ico svg {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  fill: #3e77b6 !important;
  cursor: pointer;
}
.uploader a,
.uploader button {
  padding: 0 100px;
  margin-right: auto;
  margin-left: auto;
}
.p-0.col-md-8.hide-content {
  position: relative !important;
}
#dropArea {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100px !important;
  z-index: 99999999999999999999 !important;
  background: #383e45 !important;
  visibility: hidden;
}
.highlight {
  visibility: visible !important;
}
.typeFile {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.typeFile input {
  width: 100%;
  height: 100%;
}
.tooltip-inner {
  max-width: 200px;
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  padding: 8px;
}
.neve-main .container .row {
  flex-wrap: nowrap !important;
}
.right-side {
  transform: translateX(0px);
  transition: 0.3s all;
}
@media only screen and (max-width: 768px) {
  .col-md-4.p-0.show {
    position: fixed;
    right: 0;
    width: 450px;
    height: 100%;
    transform: translate(450px);
    transition: 0.3s all;
    z-index: 99;
  }
  #settingsToogle {
    display: block;
    padding: 0;
  }
  #settingsToogle svg {
    fill: #fff !important;
  }
  .item_content p {
    font-size: 11px !important;
    padding: 0 10px !important;
  }
  .hexagone h3 {
    font-size: 22px;
  }
}
.col-md-4.p-0.show.toggleSidebar {
  transform: translateX(0px);
}
#downloadbtn {
  display: none;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  background: #428BCA;
  padding: 12px 20px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  border-radius:50px;
}
#downloadbtn a {
  color: #fff;
  font-size: 20px;
  display: block;
}
#filecount {
  background-color: #161616;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 9999;
  border-radius: 100%;
  min-width: 26px;
  min-height: 26px;
  margin-top: -10px;
  margin-left: -10px;
  font-size: 11px;
  font-weight: 600;
  border: 3px solid #e5322d;
}
button.action2 {
  margin-top: 30px;
  margin-bottom: 30px;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  box-shadow: 0 6px 8px 0 rgba(50, 50, 50, 0.3);
}
button.action {
  width: 90%;
  margin-bottom: 30px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  box-shadow: 0 6px 8px 0 rgba(50, 50, 50, 0.3);
}
@media (max-width: 500px) {
  button.action {
    padding: 20px 40px;
    font-size: 16px;
    width: 80%;
  }
}
.outer-tab-content {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 340px;
}
.outer-tab-content:after,
.outer-tab-content2:after,
.outer-tab-content3:after {
  content: "";
  width: 100%;
  position: fixed;
  height: 140px;
  bottom: 0;
  background: #fff;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fff),
    color-stop(70%, #fff),
    color-stop(95%, hsla(0, 0%, 100%, 0.5)),
    to(hsla(0, 0%, 100%, 0))
  );
  background: -webkit-linear-gradient(
    bottom,
    #fff,
    #fff 70%,
    hsla(0, 0%, 100%, 0.5) 95%,
    hsla(0, 0%, 100%, 0)
  );
  background: -o-linear-gradient(
    bottom,
    #fff 0,
    #fff 70%,
    hsla(0, 0%, 100%, 0.5) 95%,
    hsla(0, 0%, 100%, 0) 100%
  );
  background: linear-gradient(
    0deg,
    #fff,
    #fff 70%,
    hsla(0, 0%, 100%, 0.5) 95%,
    hsla(0, 0%, 100%, 0)
  );
}
@media (max-width: 840px) {
  .sidebar-active .sidetools {
    right: 8px;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
  }
  .outer-tab-content {
    max-height: 100%;
  }
  .tab-content > .active {
    padding: 20px !important;
  }
  .form__group__container {
    display: block !important;
  }
}
.sortable-ghost {
  border-style: dashed;
  -webkit-box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.75);
  background-color: #3e77b6;
}
.loader-area .Loader {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-69 {
  background-color: initial;
  background-image: linear-gradient(#8614f8 0, #760be0 100%);
  border-radius: 5px;
  border-style: none;
  box-shadow: rgba(245, 244, 247, 0.25) 0 1px 1px inset;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 60px;
  line-height: 60px;
  margin-left: -4px;
  outline: 0;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.05, 0.03, 0.35, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: bottom;
  width: 190px;
}
.button-69:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1000px) {
  .button-69 {
    font-size: 14px;
    height: 55px;
    line-height: 55px;
    width: 150px;
  }
}
.upload-extra {
  display: flex;
  justify-content: center;
}
.upload-extra .gDrive-selector {
  margin-right: 15px;
}
.upload-extra .dropBox-selector {
  margin-left: 15px;
}
.upload-extra .gDrive-selector,
.upload-extra .dropBox-selector {
  fill: #3e77b6;
  cursor: pointer;
}
#toast-container {
  position: fixed;
  top: 20px;
  left: 0;
  z-index: 9999;
}
.toast {
  position: relative;
  display: block;
  background-color: #d9534f;
  color: #fff;
  padding: 10px;
  margin: 0 10px 10px 0;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease-in-out;
  transform: translateX(-400px);
}
.toast.show {
  transform: translateX(0);
}
.dropbtn {
  background-color: #4caf50;
  color: #fff;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.side-tools .dropdown-content {
  display: none !important;
}
.dropdown-content {
  display: none;
  position: relative;
  z-index: 1;
}
.side-tools:hover .dropdown-content {
  display: block;
}
.hide-content .upload-extra {
  display: none;
}
.sidebar-footer {
  position: fixed;
  bottom: 0;
  
  width: 94%;
  border-bottom: 0px solid #c6c6c6;
}
@media (max-width: 610px) {
  .container.area {
    margin-bottom: 30% !important;
    margin-left: 10px !important;
  }
  .sidebar-footer {
    position: relative;
  }
}
.inline-button-div {
  display: flex;
  justify-content: center;
}
.myloader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 40%;
  left: 40%;
  z-index: 999;
  transform: translate(-50%, -50%);
  display: none;
}
.myloader2 {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 65px;
  height: 65px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin-top: 25px;
  margin-left: 10px;
  display: none;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.compress-option,
.pdftoword-option {
  display: block;
  padding: 0;
}
.compress-option-list,
.pdftoword-option-list {
  cursor: pointer;
  position: relative;
  flex-direction: column !important;
}
.nav-item.compress-list-item,
.nav-item.pdftoword-list-item,
.nav-item.pdftojpg-list-item {
  text-align: left;
  padding: 22px 60px 22px 22px;
}
.compress-item-title,
.pdftoword-item-title {
  color: #3e77b6;
}
.compress-item-description,
.pdftoword-item-description {
  color: #161616;
  padding-right: 30px;
}
.nav-item.compress-list-item:hover,
.nav-item.compress-list-item.active,
.nav-item.pdftoword-list-item:hover,
.nav-item.pdftoword-list-item.active,
.nav-item.pdftojpg-list-item:hover,
.nav-item.pdftojpg-list-item.active {
  background: #f6f6f8;
}
.nav-item.compress-list-item a:hover,
.nav-item.pdftoword-list-item a:hover,
.nav-item.pdftojpg-list-item a:hover {
  background: 0 0;
}
.nav-item.compress-list-item.active:after,
.nav-item.pdftoword-list-item.active:after,
.nav-item.pdftojpg-list-item.active:after {
  content: "";
  display: block;
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.nav-item.compress-list-item.active:after,
.nav-item.pdftoword-list-item.active:after,
.nav-item.pdftojpg-list-item.active:after {
  color: #fff;
  width: 30px;
  height: 30px;
  background: #f2f2f2 url(https://www.iconpacks.net/icons/2/free-check-icon-3278-thumb.png) no-repeat 50%;
  background-size: 50% !important;
  border-radius: 100%;
  text-align: center;
  line-height: 18px;
  background-size: 11px;
  border: 1px solid #1d9d58;
}
.pdftoword-item-icon {
  margin: 0 24px 0 0;
}
.nav-item.pdftojpg-list-item {
  display: flex;
  align-items: center;
}
.pdftoword-option2,
.jpgToPdf_content,
.rotate_all_content,
.unlock_pdf_content,
.protect_pdf_content,
.padding_sidebar {
  padding: 16px 24px;
}
.pdftoword-title,
.jpgToPdf_title,
.protectPdf_content_title {
  font-size: 15px;
  font-weight: 500;
  color: #3e77b6;
  letter-spacing: 0.3px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.pdftoword-option-list2,
.jpgToPdf_list {
  cursor: pointer;
  display: flex;
  margin-left: -4px;
  margin-right: -4px;
  padding: 0;
}
.pdftojpg-list-item2.active,
.jpgToPdf__item.active,
.jpgToPdf__item2.active,
.option__image__item.active {
  color: #3e77b6;
  border: 2px solid #3e77b6;
}
.pdftojpg-list-item2,
.jpgToPdf__item,
.jpgToPdf__item2 {
  padding: 5px;
  position: relative;
  flex: 1 1 auto;
  width: 50%;
  text-align: center;
  color: #7c7c80;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 6px;
  background: #f4f5f9;
  border-radius: 5px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  transition: none;
  border: 2px solid transparent;
}
.pdftojpg-list-item2:hover,
.jpgToPdf__item:hover,
.jpgToPdf__item2:hover {
  color: #626870;
  border: 2px solid #161616;
}
.pdftoword-item-title2 small {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #626870;
}
.jpgToPdf_item_title {
  font-weight: 500;
  color: #161616;
  letter-spacing: 0.3px;
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 25px;
  color: #7c7c80;
}
.jpgToPdf__item.active .jpgToPdf_item_title,
.jpgToPdf__item2.active .jpgToPdf_item_title,
.option__image__item.active .option__image__item__title {
  color: #3e77b6;
}
.option__image__item.active g,
.option__image__item.active path,
.option__image__item.active svg {
  color: #3e77b6 !important;
}
.side-content--active {
  display: block;
  left: 0 !important;
}
.jpgToPdf_list {
  margin-bottom: 0;
}
.jpgToPdf__item,
.jpgToPdf__item2 {
  align-items: center;
}
.jpgToPdf__item.active svg,
.jpgToPdf__item2.active svg,
.option__image__item.active svg {
  fill: #3e77b6 !important;
}
.jpgToPdf__item svg,
.jpgToPdf__item2 svg,
.option__image__item svg {
  fill: #969696 !important;
}
.jpgToPdf_content .form__group .input {
  width: 100% !important;
  padding: 10px;
}
.side_content_scroll,
.outer-tab-content {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 400px;
}
.side_content_scroll:after {
  content: "";
  width: 100%;
  position: fixed;
  height: 140px;
  bottom: 0;
  background: linear-gradient(
    0deg,
    #fff,
    #fff 70%,
    hsla(0, 0%, 100%, 0.5) 95%,
    hsla(0, 0%, 100%, 0)
  );
}
.watermarkText {
  width: 100% !important;
  margin-bottom: 10px;
}
#changeImage {
  display: none;
}
.option__btn_main {
  position: relative;
  display: flex;
  width: 240px;
  margin: 8px auto;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  justify-content: flex-start;
  border-radius: 8px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
  letter-spacing: 0.3px;
  text-align: center;
  line-height: 18px;
  color: #161616 !important;
  padding: 0 !important;
  overflow: hidden;
  background: #f6f6f8 !important;
  border-radius: 4px;
  font-weight: 100 !important;
}
.option__btn_main span {
  padding: 12px !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}
.option__btn__icon {
  padding: 12px !important;
  width: 55px !important;
  flex: 0 0 55px;
  height: 100%;
  min-height: 45px;
  background: #3e77b6;
}
.option__btn_main svg {
  width: 21px !important;
  height: 21px !important;
  fill: #fff;
  margin: 0;
}
.option__btn_main:hover {
  background: #e1e1e1 !important;
  color: #3e77b6 !important;
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.outer-tab-content2 {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 340px;
  padding: 35px 20px;
}
.outer-tab-content2.tab-content > .active {
  padding: 0;
}
.transRotate {
  padding: 10px;
}
.url_tabs {
  border-bottom: 1px solid #c4c5c7 !important;
}
.nav-link.url_link_tab.active {
  border-top: 3px solid #3e77b6 !important;
}
.modal .bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
.urlBtn {
  margin: 0;
  border-radius: 0 4px 4px 0 !important;
  height: 42px !important;
  line-height: 42px !important;
  padding: 0 12px !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.26px !important;
  text-transform: uppercase;
  min-width: 0;
  background-color: #3e77b6 !important;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
}
.urlBtn svg {
  fill: #fff;
}
.form_group_flex {
  display: flex;
  position: relative;
}
.urlBtn:hover {
  background-color: #626870;
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
  border: none;
}
.inputUrl[type="text"] {
  padding: 0 8px;
}
.outer-tab-content3 {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 450px;
  padding: 35px 20px;
}
.jpgToPdf_content3 {
  padding-bottom: 30px;
}
.errorMsg2,
.errorMsg3 {
  position: absolute;
  left: 0;
}
.errorMsg2,
.errorMsg,
.errorMsg3 {
  color: #de0c0c;
  font-weight: 100;
  font-size: 14px;
}
.errMsg {
  position: relative;
  padding: 3px 0 15px;
}
.moreinfo {
  border-radius: 100%;
  border: 1px solid #3e77b6;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2px 4px;
  opacity: 1;
  left: 32%;
  cursor: pointer;
}
.moreinfo svg,
.moreinfo2 svg {
  width: 10px;
  height: 10px;
}
.moreinfo svg g,
.moreinfo2 svg g {
  fill: #3e77b6;
}
.moreinfo2 {
  border-radius: 100%;
  border: 1px solid #3e77b6;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2px 4px;
  opacity: 1;
  left: 46%;
  cursor: pointer;
}
.tooltip-inner {
  min-width: 300px;
  background-color: #262626;
}
.protectPdf_content p {
  margin-bottom: 12px;
}
.alert--warning {
  color: #ff7202;
  background-color: #fce7c4;
  border-color: #ffcc51;
  background: #fce7c4 url(../img/svg_icons/warning_svg.svg) no-repeat 5%;
  background-size: 25px;
  padding: 20px 20px 20px 60px;
  border-width: 1px 1px 3px;
}
.showPassword {
  margin: 0;
  border-radius: 0 4px 4px 0 !important;
  height: 42px !important;
  line-height: 42px !important;
  padding: 0 12px !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.26px !important;
  text-transform: uppercase;
  min-width: 0;
  background-color: #3e77b6 !important;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
}
.showPassword svg {
  fill: #fff;
}
.showPassword:hover {
  background-color: #214770 !important;
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
  border: none;
}
.input_lock:before {
  top: 12px;
  left: 12px;
  color: #ccc;
  display: block;
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  font-size: 16px;
  text-align: center;
}
.input_lock:before,
.input--pwd:before {
  background: url(../img/svg_icons/input_secure.svg) no-repeat 100%;
}
.input_lock input {
  padding: 0 40px;
}
.files__order__item {
  padding: 12px 48px 12px 12px;
  display: flex;
  align-items: center;
  position: relative;
}
.fileA,
.fileA:after {
  background: #ffcdd2;
  transition: all 0.4s ease-in-out;
  border: 1px solid #ef9a9a;
}
.files__order__item.active,
.files__order__item:hover {
  border: 1px solid #383e45;
}
.listdot {
  padding-left: 18px;
  list-style: inherit;
}
.conformance,
.pd_left_12 {
  padding: 0 12px;
}
.addNumPageSelect {
  width: 20px !important;
  height: 20px !important;
  box-shadow: none;
  margin-right: 10px;
}
.radio {
  display: flex;
}
.radio-list {
  display: flex;
}
div.radio:nth-child(2) {
  margin-left: 50px;
}
.coverOption {
  margin-top: 15px;
}
#nv-primary-navigation-main svg {
  width: 1em !important;
  height: 1em !important;
}
#nv-primary-navigation-main svg path {
  stroke: #272727;
  stroke-width: 30px;
}
textarea.form-control {
  height: auto;
}
@media only screen and (max-width: 600px) {
  .home-page-title {
    padding: 20px 25px;
  }
  .nv-content-wrap.entry-content p {
    font-size: 1em !important;
  }
  .site-logo img {
    max-width: 34px !important;
  }
  .site-logo h1,
  .site-logo p {
    font-size: 20px !important;
  }
  .item_content p {
    -webkit-line-clamp: 3 !important;
  }
}
#faqSection .details {
  margin: 0 auto;
  background: #544f4f;
  margin-bottom: 0.5rem;
  box-shadow: 0 0.1rem 1rem -0.5rem rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  overflow: hidden;
}
#faqSection .summary {
  padding: 1rem;
  display: block;
  background: linear-gradient(90deg, #882e27, #6d869a 50%, #231641) #44287d;
  animation: gradient 15s ease infinite !important;
  background-size: 400% 400% !important;
  padding-left: 2.2rem;
  position: relative;
  cursor: pointer;
  color: #fff !important;
  font-size: 18px;
  padding: 10px 0 10px 10px;
}
#faqSection .details[open] > .summary:before {
  transform: rotate(90deg);
}
#faqSection .details .summary::-webkit-details-marker {
  display: none;
}
#faqSection .details > ul {
  padding-bottom: 1rem;
  margin-bottom: 0;
}
#faqSection .details-expanded {
  padding: 0 2rem;
}
#faqSection .innercon {
  font-size: 18px;
  color: #fff;
  padding: 20px 0;
}
#faqSection i {
  position: absolute !important;
  left: calc(100% - 30px) !important;
  line-height: 30px !important;
}
#faqSection details.details summary .fa.fa-minus {
  display: none !important;
}
#faqSection details.details[open] summary .fa.fa-minus {
  display: initial !important;
}
#faqSection details.details[open] summary .fa.fa-plus {
  display: none !important;
}
#faqSection details.details summary .fa.fa-plus {
  display: initial !important;
}
.nav-ul li.current-menu-item > .wrap > a:not([href*="#"]),
.nav-ul li:hover > .wrap > .caret,
.nav-ul li:hover > .wrap > a {
  color: #dd2e44 !important;
}
@media (max-width: 450px) {
  .builder-item {
    margin-right: 55px !important;
  }
  .builder-item {
    padding-right: 0 !important;
  }
}
header.header {
  z-index: 999 !important;
}
@media only screen and (min-width: 970px) {
  [data-aa-adunit="/21722279357/970x90_Sticky_OB_ilovepdf"] {
    left: 1% !important;
    max-width: 970px !important;
  }
}
@media only screen and (max-width: 969px) {
  [data-aa-adunit="/21722279357/970x90_Sticky_OB_ilovepdf"] {
    left: 1% !important;
    transform: translateX(1%) !important;
    max-width: 728px !important;
  }
}
@media only screen and (max-width: 727px) {
  [data-aa-adunit="/21722279357/970x90_Sticky_OB_ilovepdf"] {
    max-width: 469px !important;
    width: 468px !important;
    max-height: 100px !important;
    left: 1% !important;
    transform: translateX(1%) !important;
  }
}
@media only screen and (max-width: 467px) {
  [data-aa-adunit="/21722279357/970x90_Sticky_OB_ilovepdf"] {
    max-width: 320px !important;
    width: 320px !important;
    max-height: 100px !important;
    left: unset !important;
    transform: unset !important;
    margin: 0 auto !important;
  }
}
@media only screen and (min-width: 600px) {
  .InMargin_Top.bidmcms970x90_.irbottomtotop {
    left: 1% !important;
    transform: translateX(1%) !important;
  }
}
@media only screen and (max-width: 600px) {
  div.file {
    max-width: 218px;
  }
}
p {
  min-height: 50px;
}
#left-side,
#body-wrap {
  min-height: 100px;
}
[data-tool="text"] .textLayer > div:hover {
  outline: 4px dashed #3e77b6 !important;
  background: #3e77b612 !important;
  opacity: 0.8 !important;
}
#text-editable-menu {
  padding: 0 !important;
}
.blue-btn.btn,
.tools-menu .btn {
  font-size: 16px;
  padding: 14px 20px;
}
.file_canv img {
  height: 100%;
  width: 100%;
}
#right-side .myloader {
  display: none !important;
}
.lds-heart2 {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: 40px 40px;
  width: 170px;
  height: 170px;
  position: absolute;
  top: 50%;
  left: 40%;
  z-index: 999;
}
.lds-heart2 span {
  display: block;
  transform: rotate(316deg);
  background: #D92526;
  color: #fff;
  position: absolute;
  top: 22px;
}
.lds-heart2 div {
  top: 60px;
  left: 60px;
  position: absolute;
  width: 50px;
  height: 50px;
  background: #dd2e44;
  animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lds-heart2 div:after,
.lds-heart2 div:before {
  content: " ";
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  background: #dd2e44;
}
.lds-heart2 div:before {
  left: -24px;
  border-radius: 50% 0 0 50%;
}
.lds-heart2 div:after {
  top: -24px;
  border-radius: 50% 50% 0 0;
}
@keyframes lds-heart {
  0% {
    transform: scale(0.95);
  }
  5% {
    transform: scale(1.1);
  }
  39% {
    transform: scale(0.85);
  }
  45% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(0.9);
  }
} 
.divloader-wrapper {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background: #8a8a8a80;
  width: 100%;
  height: 100%;
  -moz-filter: blur(1px);
  -ms-filter: blur(1px);
  -o-filter: blur(1px);
  background: rgb(154 154 154/50%);
  backdrop-filter: saturate(180%) blur(2px);
}
#settingsToogle:not(.actives) svg {
  display: block;
}
#settingsToogle:not(.actives) i svg {
  display: none !important;
}
#settingsToogle.actives svg {
  display: none !important;
}
#settingsToogle.actives i svg {
  display: block !important;
}
[data-aa-adunit="/21722279357/970x250_OB_ilovepdf"] {
  text-align: center;
  margin: 10px auto;
}
@media (max-width: 768px) {
  .col-md-4.p-0.show {
    top: 0 !important;
    height: 100vh !important;
    z-index: 99999 !important;
  }
  .sidebar-tool {
    height: 100vh !important;
  }
}
#processTaskTextBtn {
  margin-right: 5px;
}
@charset "UTF-8"; /*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
}
*,
::after,
::before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}
.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}
.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}
.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-bs-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
.small,
small {
  font-size: 0.875em;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0d6efd;
  text-decoration: none;
}
a:hover {
  color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}
.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}
.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}
.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}
.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}
.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}
.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}
.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + (0.75rem + 2px));
}
textarea.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
}
textarea.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
}
.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation
  > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #198754;
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #198754;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #198754;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
  z-index: 1;
}
.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #dc3545;
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #dc3545;
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: #dc3545;
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
  z-index: 2;
}
.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
  z-index: 3;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:active + .btn-info:focus,
.btn-check:checked + .btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:active + .btn-warning:focus,
.btn-check:checked + .btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light,
.btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0d6efd;
  background-color: transparent;
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #198754;
  background-color: transparent;
}
.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:active + .btn-outline-info:focus,
.btn-check:checked + .btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #0dcaf0;
  background-color: transparent;
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:active + .btn-outline-warning:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent;
}
.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.card-title {
  margin-bottom: 0.5rem;
}
.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
.page-link {
  padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}
.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}
.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}
.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}
.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}
.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[data-popper-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="right"],
.bs-tooltip-end {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="left"],
.bs-tooltip-start {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::after,
.popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow,
.bs-popover-top > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow,
.bs-popover-end > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after,
.bs-popover-end > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow,
.bs-popover-start > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after,
.bs-popover-start > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}
.offcanvas.show {
  transform: none;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.link-primary {
  color: #0d6efd;
}
.link-primary:focus,
.link-primary:hover {
  color: #0a58ca;
}
.link-secondary {
  color: #6c757d;
}
.link-secondary:focus,
.link-secondary:hover {
  color: #565e64;
}
.link-success {
  color: #198754;
}
.link-success:focus,
.link-success:hover {
  color: #146c43;
}
.link-info {
  color: #0dcaf0;
}
.link-info:focus,
.link-info:hover {
  color: #3dd5f3;
}
.link-warning {
  color: #ffc107;
}
.link-warning:focus,
.link-warning:hover {
  color: #ffcd39;
}
.link-danger {
  color: #dc3545;
}
.link-danger:focus,
.link-danger:hover {
  color: #b02a37;
}
.link-light {
  color: #f8f9fa;
}
.link-light:focus,
.link-light:hover {
  color: #f9fafb;
}
.link-dark {
  color: #212529;
}
.link-dark:focus,
.link-dark:hover {
  color: #1a1e21;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #0d6efd !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #198754 !important;
}
.border-info {
  border-color: #0dcaf0 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #212529 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 25px !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  color: #0d6efd !important;
}
.text-secondary {
  color: #6c757d !important;
}
.text-success {
  color: #198754 !important;
}
.text-info {
  color: #0dcaf0 !important;
}
.text-warning {
  color: #ffc107 !important;
}
.text-danger {
  color: #dc3545 !important;
}
.text-light {
  color: #f8f9fa !important;
}
.text-dark {
  color: #212529 !important;
}
.text-white {
  color: #fff !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
  color: inherit !important;
}
.bg-primary {
  background-color: #0d6efd !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
.bg-success {
  background-color: #198754 !important;
}
.bg-info {
  background-color: #0dcaf0 !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
.bg-dark {
  background-color: #212529 !important;
}
.bg-body {
  background-color: #fff !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.2rem !important;
}
.rounded-2 {
  border-radius: 0.25rem !important;
}
.rounded-3 {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.min.css.map */
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  z-index: 9999994;
  overflow: hidden;
}
.sp-container.sp-flat {
  position: relative;
}
.sp-container,
.sp-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sp-top {
  position: relative;
  width: 100%;
  display: inline-block;
}
.sp-top-inner {
  right: 0;
}
.sp-color,
.sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.sp-color {
  right: 20%;
}
.sp-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 100%;
}
.sp-clear-enabled .sp-hue {
  top: 33px;
  height: 77.5%;
}
.sp-fill {
  padding-top: 80%;
}
.sp-sat,
.sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sp-alpha-enabled .sp-top {
  margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
  display: block;
}
.sp-alpha-handle {
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 6px;
  left: 50%;
  cursor: pointer;
  border: 1px solid #000;
  background: #fff;
  opacity: 0.8;
}
.sp-alpha {
  display: none;
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
  height: 8px;
}
.sp-alpha-inner {
  border: 1px solid #333;
}
.sp-clear {
  display: none;
}
.sp-clear.sp-clear-display {
  background-position: 50%;
}
.sp-clear-enabled .sp-clear {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 28px;
}
.sp-alpha,
.sp-alpha-handle,
.sp-clear,
.sp-container,
.sp-container.sp-dragging .sp-input,
.sp-container button,
.sp-dragger,
.sp-preview,
.sp-replacer,
.sp-slider {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}
.sp-container.sp-buttons-disabled .sp-button-container,
.sp-container.sp-input-disabled .sp-input-container,
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container,
.sp-initial-disabled .sp-initial,
.sp-palette-disabled .sp-palette-container,
.sp-palette-only .sp-picker-container {
  display: none;
}
.sp-sat {
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 0,
    from(#fff),
    to(hsla(20, 42%, 65%, 0))
  );
  background-image: -webkit-linear-gradient(left, #fff, hsla(20, 42%, 65%, 0));
  background-image: -moz-linear-gradient(left, #fff, hsla(20, 42%, 65%, 0));
  background-image: -o-linear-gradient(left, #fff, hsla(20, 42%, 65%, 0));
  background-image: -ms-linear-gradient(left, #fff, hsla(20, 42%, 65%, 0));
  background-image: linear-gradient(90deg, #fff, hsla(20, 42%, 65%, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr="#FFFFFFFF",endColorstr="#00CC9A81");
}
.sp-val {
  background-image: -webkit-gradient(
    linear,
    0 100%,
    0 0,
    from(#000),
    to(hsla(20, 42%, 65%, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    #000,
    hsla(20, 42%, 65%, 0)
  );
  background-image: -moz-linear-gradient(bottom, #000, hsla(20, 42%, 65%, 0));
  background-image: -o-linear-gradient(bottom, #000, hsla(20, 42%, 65%, 0));
  background-image: -ms-linear-gradient(bottom, #000, hsla(20, 42%, 65%, 0));
  background-image: linear-gradient(0deg, #000, hsla(20, 42%, 65%, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00CC9A81",endColorstr="#FF000000");
}
.sp-hue {
  background: -moz-linear-gradient(
    top,
    red 0,
    #ff0 17%,
    #0f0 33%,
    #0ff 50%,
    #00f 67%,
    #f0f 83%,
    red 100%
  );
  background: -ms-linear-gradient(
    top,
    red 0,
    #ff0 17%,
    #0f0 33%,
    #0ff 50%,
    #00f 67%,
    #f0f 83%,
    red 100%
  );
  background: -o-linear-gradient(
    top,
    red 0,
    #ff0 17%,
    #0f0 33%,
    #0ff 50%,
    #00f 67%,
    #f0f 83%,
    red 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(red),
    color-stop(0.17, #ff0),
    color-stop(0.33, #0f0),
    color-stop(0.5, #0ff),
    color-stop(0.67, #00f),
    color-stop(0.83, #f0f),
    to(red)
  );
  background: -webkit-linear-gradient(
    top,
    red,
    #ff0 17%,
    #0f0 33%,
    #0ff 50%,
    #00f 67%,
    #f0f 83%,
    red
  );
  background: linear-gradient(
    180deg,
    red,
    #ff0 17%,
    #0f0 33%,
    #0ff 50%,
    #00f 67%,
    #f0f 83%,
    red
  );
}
.sp-1 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000",endColorstr="#ffff00");
}
.sp-2 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffff00",endColorstr="#00ff00");
}
.sp-3 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ff00",endColorstr="#00ffff");
}
.sp-4 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffff",endColorstr="#0000ff");
}
.sp-5 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0000ff",endColorstr="#ff00ff");
}
.sp-6 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff00ff",endColorstr="#ff0000");
}
.sp-hidden {
  display: none !important;
}
.sp-cf:after,
.sp-cf:before {
  content: "";
  display: table;
}
.sp-cf:after {
  clear: both;
}
.sp-cf {
  *zoom: 1;
}
@media (max-device-width: 480px) {
  .sp-color {
    right: 40%;
  }
  .sp-hue {
    left: 63%;
  }
  .sp-fill {
    padding-top: 60%;
  }
}
.sp-dragger {
  border-radius: 5px;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  background: #000;
  left: 0;
}
.sp-dragger,
.sp-slider {
  cursor: pointer;
  position: absolute;
  top: 0;
}
.sp-slider {
  height: 3px;
  left: -1px;
  right: -1px;
  border: 1px solid #000;
  background: #fff;
  opacity: 0.8;
}
.sp-container {
  border-radius: 0;
  background-color: #ececec;
  border: 1px solid #f0c49b;
  padding: 0;
}
.sp-clear,
.sp-color,
.sp-container,
.sp-container button,
.sp-container input,
.sp-hue {
  font: 12px Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana,
    sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.sp-top {
  margin-bottom: 3px;
}
.sp-clear,
.sp-color,
.sp-hue {
  border: 1px solid #666;
}
.sp-input-container {
  float: right;
  width: 100px;
  margin-bottom: 4px;
}
.sp-initial-disabled .sp-input-container,
.sp-input {
  width: 100%;
}
.sp-input {
  font-size: 12px !important;
  border: 1px inset;
  padding: 4px 5px;
  margin: 0;
  background: transparent;
  border-radius: 3px;
  color: #222;
}
.sp-input:focus {
  border: 1px solid orange;
}
.sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd;
}
.sp-palette-container,
.sp-picker-container {
  float: left;
  position: relative;
  padding: 10px 10px 300px;
  margin-bottom: -290px;
}
.sp-picker-container {
  width: 172px;
  border-left: 1px solid #fff;
}
.sp-palette-container {
  border-right: 1px solid #ccc;
}
.sp-palette-only .sp-palette-container {
  border: 0;
}
.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 15px;
  margin: 3px;
  cursor: pointer;
  border: 2px solid transparent;
}
.sp-palette .sp-thumb-el.sp-thumb-active,
.sp-palette .sp-thumb-el:hover {
  border-color: orange;
}
.sp-thumb-el {
  position: relative;
}
.sp-initial {
  float: left;
  border: 1px solid #333;
}
.sp-initial span {
  width: 30px;
  height: 25px;
  border: none;
  display: block;
  float: left;
  margin: 0;
}
.sp-initial .sp-clear-display {
  background-position: 50%;
}
.sp-button-container,
.sp-palette-button-container {
  float: right;
}
.sp-replacer {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  padding: 4px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border: 1px solid #91765d;
  background: #eee;
  color: #333;
  vertical-align: middle;
}
.sp-replacer.sp-active,
.sp-replacer:hover {
  border-color: #f0c49b;
  color: #111;
}
.sp-replacer.sp-disabled {
  cursor: default;
  border-color: silver;
  color: silver;
}
.sp-dd {
  padding: 2px 0;
  height: 16px;
  line-height: 16px;
  float: left;
  font-size: 10px;
}
.sp-preview {
  position: relative;
  width: 25px;
  height: 20px;
  border: 1px solid #222;
  margin-right: 5px;
  float: left;
  z-index: 0;
}
.sp-palette {
  *width: 220px;
  max-width: 220px;
}
.sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
  margin: 2px 1px;
  border: 1px solid #d0d0d0;
}
.sp-container {
  padding-bottom: 0;
}
.sp-container button {
  background-color: #eee;
  background-image: -webkit-linear-gradient(top, #eee, #ccc);
  background-image: -moz-linear-gradient(top, #eee, #ccc);
  background-image: -ms-linear-gradient(top, #eee, #ccc);
  background-image: -o-linear-gradient(top, #eee, #ccc);
  background-image: linear-gradient(180deg, #eee, #ccc);
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}
.sp-container button:hover {
  background-color: #ddd;
  background-image: -webkit-linear-gradient(top, #ddd, #bbb);
  background-image: -moz-linear-gradient(top, #ddd, #bbb);
  background-image: -ms-linear-gradient(top, #ddd, #bbb);
  background-image: -o-linear-gradient(top, #ddd, #bbb);
  background-image: linear-gradient(180deg, #ddd, #bbb);
  border: 1px solid;
  border-color: #bbb #bbb #999;
  cursor: pointer;
  text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
  border: 1px solid;
  border-color: #aaa #aaa #888;
  -webkit-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
  -moz-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
  -ms-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
  -o-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
  box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
}
.sp-cancel {
  font-size: 11px;
  color: #d93f3f !important;
  padding: 2px;
  margin: 0 5px 0 0;
  vertical-align: middle;
  text-decoration: none;
}
.sp-cancel:hover {
  color: #d93f3f !important;
  text-decoration: underline;
}
.sp-palette span.sp-thumb-active,
.sp-palette span:hover {
  border-color: #000;
}
.sp-alpha,
.sp-preview,
.sp-thumb-el {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-alpha-inner,
.sp-preview-inner,
.sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sp-palette .sp-thumb-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}
.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}
.sp-clear-display {
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal.fade.show {
  display: block !important;
  top: 0 !important;
}
.modal {
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid hsla(0, 0%, 9%, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  margin-top: 32px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #161616;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1366px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split:before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #4d90fe;
}
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.ui-rotatable-handle {
  height: 48px;
  width: 64px;
  cursor: pointer;
  position: absolute;
  top: -48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
  z-index: 999;
}
.ui-rotatable-handle:after {
  content: "";
  background: #3e77b6;
  border-radius: 100%;
  position: absolute;
  top: 11px;
  left: 27px;
  width: 12px;
  height: 12px;
}
.ui-rotatable-handle:before {
  content: "";
  height: 32px;
  width: 2px;
  background: #3e77b6;
  position: absolute;
  top: 12px;
  left: 32px;
}
.ui-resizable-e:after,
.ui-resizable-n:after,
.ui-resizable-ne:after,
.ui-resizable-nw:after,
.ui-resizable-s:after,
.ui-resizable-se:after,
.ui-resizable-sw:after,
.ui-resizable-w:after {
  content: "";
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  background: #3e77b6;
  border-radius: 100%;
}
.active .ui-resizable .ui-resizable-e:after,
.active .ui-resizable .ui-resizable-n:after,
.active .ui-resizable .ui-resizable-ne:after,
.active .ui-resizable .ui-resizable-nw:after,
.active .ui-resizable .ui-resizable-s:after,
.active .ui-resizable .ui-resizable-se:after,
.active .ui-resizable .ui-resizable-sw:after,
.active .ui-resizable .ui-resizable-w:after,
.active .ui-resizable .ui-rotatable-handle,
.ui-resizable:hover .ui-resizable-e:after,
.ui-resizable:hover .ui-resizable-n:after,
.ui-resizable:hover .ui-resizable-ne:after,
.ui-resizable:hover .ui-resizable-nw:after,
.ui-resizable:hover .ui-resizable-s:after,
.ui-resizable:hover .ui-resizable-se:after,
.ui-resizable:hover .ui-resizable-sw:after,
.ui-resizable:hover .ui-resizable-w:after,
.ui-resizable:hover .ui-rotatable-handle {
  display: block;
}
.ui-resizable-n:after,
.ui-resizable-s:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ui-resizable-e:after,
.ui-resizable-w:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ui-resizable-se {
  right: -7px;
  bottom: -7px;
}
.ui-resizable-e {
  right: -2px;
  bottom: -2px;
}
.ui-resizable-ne {
  right: -4px;
  top: -7px;
}
.ui-resizable-n {
  top: -7px;
}
.ui-resizable-s {
  bottom: -2px;
}
.ui-resizable-sw {
  left: -6px;
  bottom: -3px;
}
.ui-resizable-nw {
  left: -7px;
  top: -7px;
}
.ui-resizable-w {
  left: -6px;
}
.fixed .editor__content__item__content .ui-rotatable-handle {
  display: none;
}
.sp-replacer {
  padding: 0;
  border-radius: 4px;
  margin-top: -4px;
  width: 42px;
  height: 42px;
}
.sp-preview {
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
}
.sp-dd {
  display: none;
}
.sp-container button {
  min-width: auto;
}
.sp-container.sp-flat {
  display: block;
  border: 0;
  background: 0 0;
}
.dialog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
.dialog ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #3e77b6;
}
.dialog ::-webkit-scrollbar {
  z-index: 50;
  width: 4px;
  height: 4px;
  background-color: #3e77b6;
}
.dialog ::-webkit-scrollbar-thumb {
  background-color: #ff6a58;
  border: 1px solid #ff6a58;
  border-radius: 8px;
}
.dialog__container {
  width: 90vw;
  height: auto;
  max-width: 700px;
  max-height: 90vh;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  -webkit-box-shadow: 0 0 5px 0 transparent;
  box-shadow: 0 0 5px 0 transparent;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.dialog__container--appeared {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.dialog__element {
  position: relative;
  border-radius: 12px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  background: #fff;
  width: 90vw;
  height: auto;
  max-width: 100%;
  max-height: 90vh;
  min-height: 150px;
  overflow: auto;
}
.dialog__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.dialog__backdrop--appeared {
  opacity: 1;
}
.dialog__header {
  text-align: center;
  background: #f2f3f8;
  padding: 24px 64px;
}
@media (max-width: 1447.98px) {
  .dialog__header {
    padding: 24px 64px;
  }
}
@media (max-width: 1365.98px) {
  .dialog__header {
    padding: 24px 64px;
  }
}
@media (max-width: 991.98px) {
  .dialog__header {
    padding: 16px 32px;
  }
}
@media (max-width: 767.98px) {
  .dialog__header {
    padding: 12px 24px;
  }
}
.dialog__header .dialog__subtitle {
  font-size: 18px;
}
.dialog__header--dark {
  background: #47474f;
  color: #fff;
}
.dialog__header--dark .dialog__close {
  background: url(/img/icons/close_w.svg) no-repeat 50%;
}
.dialog__header--dark .dialog__close:hover {
  background-color: #aeaeb2;
}
.dialog__header--dark .dialog__close:active {
  background-color: #3e77b6;
}
.dialog__body {
  padding: 48px;
  text-align: center;
}
@media (max-width: 1365.98px) {
  .dialog__body {
    padding: 32px;
  }
}
@media (max-width: 991.98px) {
  .dialog__body {
    padding: 24px;
  }
}
@media (max-width: 767.98px) {
  .dialog__body {
    padding: 16px 12px;
  }
}
.dialog__body .dialog__title {
  font-size: 32px;
  font-size: 28px;
  line-height: 32px;
}
@media (max-width: 1447.98px) {
  .dialog__body .dialog__title {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 1365.98px) {
  .dialog__body .dialog__title {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 991.98px) {
  .dialog__body .dialog__title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 767.98px) {
  .dialog__body .dialog__title {
    font-size: 22px;
    line-height: 24px;
  }
}
.dialog__title + * {
  margin-top: 12px;
}
.dialog .dialog__header + .dialog__body {
  padding-top: 32px;
}
.dialog .dialog__body + .dialog__footer {
  margin-top: -14px;
}
.dialog .dialog__body + .dialog__body {
  padding-top: 0;
}
.dialog__action {
  text-align: center;
}
.dialog__action .btn + .btn {
  left: 12px;
}
.dialog__footer {
  border-top: 1px solid #3e77b6;
  padding: 24px 0;
  margin: 0 24px;
  text-align: center;
}
.dialog__action {
  margin-top: 48px;
}
@media (max-width: 540px) {
  .dialog__action .btn + .btn {
    margin-top: 16px;
  }
}
.dialog__close {
  position: absolute;
  cursor: pointer;
  top: 16px;
  right: 16px;
  background: transparent url(/img/icons/close.svg) no-repeat 50%;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
@media (max-width: 540px) {
  .dialog__close {
    top: 12px;
    right: 12px;
    width: 16px;
    height: 16px;
  }
}
.dialog__close:hover {
  background-color: #3e77b6;
}
.dialog__close:active {
  background-color: #aeaeb2;
}
.dialog__back {
  position: absolute;
  cursor: pointer;
  top: 16px;
  left: 16px;
  color: #3e77b6;
}
.dialog__back:hover {
  color: #3e77b6;
}
.dialog__title {
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
}
@media (max-width: 1447.98px) {
  .dialog__title {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 1365.98px) {
  .dialog__title {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 991.98px) {
  .dialog__title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 767.98px) {
  .dialog__title {
    font-size: 22px;
    line-height: 24px;
  }
}
.dialog .dialog__subtitle,
.dialog p {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.3px;
}
.dialog__icon {
  margin-bottom: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.dialog__icon img,
.dialog__icon svg {
  width: 130px;
  height: 130px;
}
.dialog__icon--sm img,
.dialog__icon--sm svg {
  width: 48px;
  height: 48px;
}
.dialog--sm .dialog__container {
  max-width: 300px;
}
.dialog--lg .dialog__container {
  max-width: 1000px;
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 1000px;
  }
}
.ilovemodal__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.ilovemodal__header__subtitle {
  font-size: 14px;
  color: #fff;
}
.ilovemodal__header__description {
  font-size: 16px;
}
.modal-content {
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
.modal-body {
  padding: 12px 26px 24px;
}
.modal-header {
  padding: 32px 64px 12px 32px;
  border-bottom: none;
}
@media (min-width: 992px) {
  .modal-header {
    padding: 24px 32px 8px 24px;
  }
}
.modal-header .close {
  padding: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  min-width: 24px;
  position: absolute;
  top: 24px;
  right: 24px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #626870;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal-header .close g,
.modal-header .close path,
.modal-header .close polygon,
.modal-header .close svg {
  fill: #161616;
  margin: 0;
}
.modal-header .close:hover {
  color: #fff;
  -webkit-box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.14);
  background: #626870;
}
.modal-header .close:hover g,
.modal-header .close:hover path,
.modal-header .close:hover polygon,
.modal-header .close:hover svg {
  fill: #fff;
}
.modal-header .modal-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 12px;
  letter-spacing: 0;
  color: #383e45;
  text-align: left;
}
@media (max-width: 62em) {
  .modal-header .modal-title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 840px) {
  .modal-header .modal-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 460px) {
  .modal-header .modal-title {
    font-size: 18px;
    line-height: 22px;
  }
}
.modal-header .modal-subtitle {
  font-size: 14px;
  color: #fff;
}
.modal .card-block,
.modal .card-footer,
.modal .card-header {
  padding-left: 0;
  padding-right: 0;
}
.modal-footer {
  background: #f6f6f8;
  padding: 24px 24px 32px;
}
.modal-footer .btn + .btn,
.modal-footer a + .btn {
  margin-left: 12px;
}
.modal-footer a:not(.btn) {
  color: #161616;
}
.modal-footer a:not(.btn):hover {
  color: #3e77b6;
}
.modal-side {
  background-size: 105%;
}
.modal .button,
.modal button {
  width: auto;
}
.modal-side {
  min-width: 323px;
  background: url(/img/bg/side.svg) no-repeat 50%;
  background-size: cover;
  color: #fff;
  padding: 0;
}
.modal-side .card-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 12px;
  letter-spacing: 0;
  color: #fff;
  text-transform: none;
}
@media (max-width: 62em) {
  .modal-side .card-title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 840px) {
  .modal-side .card-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 460px) {
  .modal-side .card-title {
    font-size: 18px;
    line-height: 22px;
  }
}
.modal-side .card-title strong {
  color: #ffb400;
}
.modal .card {
  border: none;
}
.modal .card,
.modal .card-footer,
.modal .card-header {
  background: 0 0;
}
.modal-dialog {
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .modal-md {
    max-width: 700px;
  }
}
.modal-backdrop {
  z-index: 1045;
}
[data-toggle="modal"] {
  cursor: pointer;
}
.modal.modal--accent .modal-content {
  overflow: hidden;
}
.modal.modal--accent .modal-header {
  background: #4a7aab;
  display: block;
  position: relative;
  z-index: 1;
  padding: 26px 64px 20px;
  border-radius: 4px 4px 0 0;
}
@media (max-width: 46.25em) {
  .modal.modal--accent .modal-header {
    padding: 12px 36px 6px;
  }
}
.modal.modal--accent .modal-header .modal-title {
  color: #fff;
  text-align: center;
}
.modal.modal--accent .modal-header .close {
  background: #3e77b6;
}
.modal.modal--accent .modal-header .close:hover {
  background: #fff;
}
.modal.modal--accent .modal-header .close:hover g,
.modal.modal--accent .modal-header .close:hover path,
.modal.modal--accent .modal-header .close:hover polygon,
.modal.modal--accent .modal-header .close:hover svg {
  fill: #383e45;
}
.modal.modal--accent .modal-body {
  background: #fff;
  text-align: center;
  padding: 24px 26px;
  max-height: 70vh;
  overflow: auto;
}
@media (max-width: 46.25em) {
  .modal.modal--accent .modal-body {
    padding: 12px;
    max-height: 90vh;
  }
}
.modal.modal--accent .modal-footer {
  position: relative;
  background: #f2f3f8;
  padding: 24px 32px 32px;
  border-top: 0;
  z-index: 1;
}
.modal.modal--accent .modal-footer .card-block {
  margin: auto;
  text-align: center;
}
.modal.modal--accent .modal-footer .btn {
  margin-left: 12px;
}
.modal.modal--dark .modal-content {
  overflow: hidden;
}
.modal.modal--dark .modal-header {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 1px 6px 0 rgba(50, 50, 50, 0.3);
  box-shadow: 0 1px 6px 0 rgba(50, 50, 50, 0.3);
}
.modal.modal--dark .modal-header .modal-title {
  color: #161616;
}
.modal.modal--dark .modal-header .btn {
  margin-right: -24px;
}
.modal.modal--dark .modal-header .btn:hover {
  color: #fff;
}
.modal.modal--dark .modal-body {
  background: #f2f3f8;
  padding: 24px 26px;
  max-height: 70vh;
  overflow: auto;
}
.modal.modal--dark .modal-footer {
  position: relative;
  background: #fff;
  padding: 24px 32px 32px;
  border-top: 0;
  -webkit-box-shadow: 0 -1px 6px 0 rgba(50, 50, 50, 0.3);
  box-shadow: 0 -1px 6px 0 rgba(50, 50, 50, 0.3);
  z-index: 1;
}
.modal.modal--dark .modal-footer .btn {
  margin-left: 12px;
}
.modal.modal--dark .modal-footer a:not(.btn) {
  color: #161616;
}
.modal.modal--dark .modal-footer a:not(.btn):hover {
  color: #3e77b6;
}
.limit-modal .modal-header {
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.limit-modal .modal-header .modal-title {
  font-size: 32px;
  letter-spacing: 0;
  font-weight: 600;
  color: #3e77b6;
  margin-bottom: 8px;
  line-height: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.limit-modal .modal-header .modal-title strong {
  font-weight: 700;
}
@media (max-width: 62em) {
  .limit-modal .modal-header .modal-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 840px) {
  .limit-modal .modal-header .modal-title {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 460px) {
  .limit-modal .modal-header .modal-title {
    font-size: 26px;
    line-height: 32px;
  }
}
.limit-modal .modal-content {
  border-radius: 8px 0 0 8px;
}
.limit-modal #modalLeft {
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  min-height: 70vh;
  max-height: 80vh;
  padding: 12px 52px;
  overflow: auto;
}
.limit-modal #modalLeft .card {
  margin-bottom: 0;
}
.limit-modal #modalLeft .card--login,
.limit-modal #modalLeft .card--payment,
.limit-modal #modalLeft .card--ready,
.limit-modal #modalLeft .card--register {
  height: auto !important;
}
.limit-modal .auth__box {
  width: inherit;
  padding: 0;
  text-align: center;
  min-width: 444px;
  margin: auto;
}
.limit-modal .auth__box form button {
  margin-top: 8px;
}
.limit-modal #modalRight {
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  text-align: center;
  border-radius: 0 8px 8px 0;
}
.limit-modal #modalRight .title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 12px;
  letter-spacing: 0;
  color: #fff;
}
@media (max-width: 62em) {
  .limit-modal #modalRight .title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 840px) {
  .limit-modal #modalRight .title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 460px) {
  .limit-modal #modalRight .title {
    font-size: 18px;
    line-height: 22px;
  }
}
.limit-modal #modalRight .title2 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 12px;
  letter-spacing: 0;
  color: #fff;
}
@media (max-width: 62em) {
  .limit-modal #modalRight .title2 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 840px) {
  .limit-modal #modalRight .title2 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 460px) {
  .limit-modal #modalRight .title2 {
    font-size: 18px;
    line-height: 22px;
  }
}
.limit-modal #modalRight .auth__box {
  max-width: 354px;
  padding: 38px 24px;
}
.limit-modal .auth__info__more {
  color: #fff;
}
.limit-modal .modal-content:first-child {
  -ms-flex: 0 0 600px;
  flex: 0 0 600px;
}
.limit-modal .card {
  text-align: center;
}
.limit-modal .pricing__price__numbers {
  color: #161616;
}
.limit-modal .auth-clients {
  -ms-flex-pack: center;
  justify-content: center;
}
.limit-modal #modalLeft > * {
  display: none;
}
.limit-modal .card-block {
  padding: 4px;
  border-top: 0;
}
.limit-modal .auth__box .title1 {
  color: #fff;
}
.bd-toc {
  -ms-flex-order: 2;
  order: 2;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 0.875rem;
}
@supports (position: sticky) {
  .bd-toc {
    position: sticky;
    top: 4rem;
    max-height: calc(100vh - 4rem);
    overflow-y: auto;
  }
}
.section-nav {
  padding-left: 0;
  border-left: 1px solid #eee;
}
.section-nav ul {
  padding-left: 1rem;
}
.section-nav ul ul {
  display: none;
}
.toc-entry,
.toc-entry a {
  display: block;
}
.toc-entry a {
  padding: 0.125rem 1.5rem;
  color: #99979c;
}
.toc-entry a:hover {
  color: #4d90fe;
  text-decoration: none;
}
.bd-sidebar {
  -ms-flex-order: 0;
  order: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .bd-sidebar {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  @supports (position: sticky) {
    .bd-sidebar {
      position: sticky;
      top: 4rem;
      z-index: 1000;
      max-height: calc(100vh - 4rem);
    }
  }
}
@media (min-width: 1366px) {
  .bd-sidebar {
    max-width: 320px;
  }
}
.bd-links {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  @supports (position: sticky) {
    .bd-links {
      max-height: calc(100vh - 9rem);
      overflow-y: auto;
    }
  }
}
@media (min-width: 768px) {
  .bd-links {
    display: block !important;
  }
}
.bd-search {
  position: relative;
  padding: 1rem 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.bd-search .form-control:focus {
  border-color: #f6f6f8;
  -webkit-box-shadow: 0 0 0 3px rgba(246, 246, 248, 0.25);
  box-shadow: 0 0 0 3px rgba(246, 246, 248, 0.25);
}
.bd-search-docs-toggle {
  line-height: 1;
  color: #fff;
}
.bd-sidenav {
  display: none;
}
.bd-toc-link {
  display: block;
  padding: 0.25rem 1.5rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.bd-toc-link:hover {
  color: rgba(0, 0, 0, 0.85);
  text-decoration: none;
}
.bd-toc-item.active {
  margin-bottom: 1rem;
}
.bd-toc-item.active:not(:first-child) {
  margin-top: 1rem;
}
.bd-toc-item.active > .bd-toc-link {
  color: rgba(0, 0, 0, 0.85);
}
.bd-toc-item.active > .bd-toc-link:hover {
  background-color: transparent;
}
.bd-toc-item.active > .bd-sidenav {
  display: block;
}
.bd-sidebar .nav > li > a {
  display: block;
  padding: 0.25rem 1.5rem;
  font-size: 90%;
  color: rgba(0, 0, 0, 0.65);
}
.bd-sidebar .nav > li > a:hover {
  color: rgba(0, 0, 0, 0.85);
  text-decoration: none;
  background-color: transparent;
}
.bd-sidebar .nav > .active:hover > a,
.bd-sidebar .nav > .active > a {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  background-color: transparent;
}
.card .nav.nav-tabs,
.nav.nav-tabs {
  border-color: #3e77b6;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
}
.card .nav.nav-tabs .nav-link,
.nav.nav-tabs .nav-link {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 24px;
  border-radius: 0;
  text-transform: uppercase;
  text-decoration: none;
  color: #161616;
  padding: 12px 24px;
  margin-bottom: 0;
  border-top-width: 3px;
  border-color: transparent;
}
.card .nav.nav-tabs .nav-link a:hover,
.nav.nav-tabs .nav-link a:hover {
  color: #161616;
}
@media (max-width: 62em) {
  .card .nav.nav-tabs .nav-link,
  .nav.nav-tabs .nav-link {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
.card .nav.nav-tabs .nav-link:hover,
.nav.nav-tabs .nav-link:hover {
  background: rgba(0, 0, 0, 0.05);
}
.card .nav.nav-tabs .nav-link.active,
.nav.nav-tabs .nav-link.active {
  background: #fff;
  border-color: #3e77b6 #3e77b6 #fff;
  font-weight: 700;
}
.card .nav.nav-tabs .nav-link svg,
.nav.nav-tabs .nav-link svg {
  margin-bottom: -3px;
  margin-right: 4px;
  display: inline-block;
}
.card .nav.nav-tabs .nav-link.disabled,
.nav.nav-tabs .nav-link.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.card .nav.nav-tabs--dark .nav-link.active,
.card .nav.nav-tabs--dark .nav-link.active:hover,
.nav.nav-tabs--dark .nav-link.active,
.nav.nav-tabs--dark .nav-link.active:hover {
  background: #f6f6f8;
  border-bottom-color: #f6f6f8;
}
.card .tab-content > .active,
.tab-content > .active {
  background: #fff;
  padding: 32px 24px;
  border: 1px solid #3e77b6;
  border-top: 0 solid #3e77b6;
}
.card .tab-content .card,
.tab-content .card {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.card .tab-content--dark > .active,
.tab-content--dark > .active {
  background: #f6f6f8;
}
.btn:active,
button:active {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
}
.btn i,
button i {
  margin: auto 6px auto 0;
}
.btn svg,
button svg {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 8px;
  margin-top: 4px;
}
.btn > :last-child,
button > :last-child {
  margin-right: 0;
}
.btn svg + div,
button svg + div {
  text-align: left;
  margin-left: 12px;
}
.btn div + svg,
button div + svg {
  margin-left: 12px;
}
.btn:disabled,
button:disabled {
  background: #3e77b6 !important;
}
.btn--dbr,
button--dbr {
  border-radius: 12px;
}
.btn--redw,
button--redw {
  min-width: 200px;
  padding: 10px 24px 14px;
  text-shadow: none;
  border: none;
  text-decoration: none;
  border-radius: 4px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  cursor: pointer;
  color: #fff;
  background-color: #3e77b6;
}
.btn--redw:hover,
button--redw:hover {
  -webkit-box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.btn--redw:active,
button--redw:active {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
}
.btn--redw i,
button--redw i {
  margin: auto 6px auto 0;
}
.btn--redw svg,
button--redw svg {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 8px;
  margin-top: 4px;
}
.btn--redw > :last-child,
button--redw > :last-child {
  margin-right: 0;
}
.btn--redw svg + div,
button--redw svg + div {
  text-align: left;
  margin-left: 12px;
}
.btn--redw div + svg,
button--redw div + svg {
  margin-left: 12px;
}
.btn--redw:hover,
button--redw:hover {
  color: #3e77b6;
  background-color: #fff;
}
.btn--redw:active,
button--redw:active {
  color: #fff;
  background-color: #ff6a58;
}
.btn--redw:disabled,
button--redw:disabled {
  background: #3e77b6 !important;
}
.btn--white,
button--white {
  min-width: 200px;
  padding: 10px 24px 14px;
  text-shadow: none;
  border: none;
  text-decoration: none;
  border-radius: 4px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  cursor: pointer;
  background-color: #fff;
  color: #161616;
}
.btn--white:hover,
button--white:hover {
  -webkit-box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.btn--white:active,
button--white:active {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
}
.btn--white i,
button--white i {
  margin: auto 6px auto 0;
}
.btn--white svg,
button--white svg {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 8px;
  margin-top: 4px;
}
.btn--white > :last-child,
button--white > :last-child {
  margin-right: 0;
}
.btn--white svg + div,
button--white svg + div {
  text-align: left;
  margin-left: 12px;
}
.btn--white div + svg,
button--white div + svg {
  margin-left: 12px;
}
.btn--white:hover,
button--white:hover {
  color: #3e77b6;
  background-color: #fff;
}
.btn--white:active,
button--white:active {
  color: #626870;
  background-color: #fff;
}
.btn--white:disabled,
button--white:disabled {
  background: #3e77b6 !important;
}
.btn--red,
button--red {
  min-width: 200px;
  padding: 10px 24px 14px;
  text-shadow: none;
  border: none;
  text-decoration: none;
  border-radius: 4px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  cursor: pointer;
  color: #fff;
  background-color: #3e77b6;
}
.btn--red:hover,
button--red:hover {
  -webkit-box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.btn--red:active,
button--red:active {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
}
.btn--red i,
button--red i {
  margin: auto 6px auto 0;
}
.btn--red svg,
button--red svg {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 8px;
  margin-top: 4px;
}
.btn--red > :last-child,
button--red > :last-child {
  margin-right: 0;
}
.btn--red svg + div,
button--red svg + div {
  text-align: left;
  margin-left: 12px;
}
.btn--red div + svg,
button--red div + svg {
  margin-left: 12px;
}
.btn--red:hover,
button--red:hover {
  background-color: #161616;
  color: #fff;
}
.btn--red:active,
button--red:active {
  background-color: #880104;
}
.btn--red:disabled,
button--red:disabled {
  background: #3e77b6 !important;
}
.btn--black,
button--black {
  min-width: 200px;
  padding: 10px 24px 14px;
  text-shadow: none;
  border: none;
  text-decoration: none;
  border-radius: 4px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  cursor: pointer;
  color: #fff;
  background-color: #383e45;
}
.btn--black:hover,
button--black:hover {
  -webkit-box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.btn--black:active,
button--black:active {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
}
.btn--black i,
button--black i {
  margin: auto 6px auto 0;
}
.btn--black svg,
button--black svg {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 8px;
  margin-top: 4px;
}
.btn--black > :last-child,
button--black > :last-child {
  margin-right: 0;
}
.btn--black svg + div,
button--black svg + div {
  text-align: left;
  margin-left: 12px;
}
.btn--black div + svg,
button--black div + svg {
  margin-left: 12px;
}
.btn--black:hover,
button--black:hover {
  background-color: #3e77b6;
}
.btn--black:active,
button--black:active {
  background-color: #880104;
}
.btn--black:disabled,
button--black:disabled {
  background: #3e77b6 !important;
}
.btn--blue,
button--blue {
  min-width: 200px;
  padding: 10px 24px 14px;
  text-shadow: none;
  border: none;
  text-decoration: none;
  border-radius: 4px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  cursor: pointer;
  color: #fff;
  background-color: #4d90fe;
}
.btn--blue:hover,
button--blue:hover {
  -webkit-box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.btn--blue:active,
button--blue:active {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
}
.btn--blue i,
button--blue i {
  margin: auto 6px auto 0;
}
.btn--blue svg,
button--blue svg {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 8px;
  margin-top: 4px;
}
.btn--blue > :last-child,
button--blue > :last-child {
  margin-right: 0;
}
.btn--blue svg + div,
button--blue svg + div {
  text-align: left;
  margin-left: 12px;
}
.btn--blue div + svg,
button--blue div + svg {
  margin-left: 12px;
}
.btn--blue:hover,
button--blue:hover {
  background-color: #86b3fe;
}
.btn--blue .btn--active,
.btn--blue:active,
button--blue .btn--active,
button--blue:active {
  background-color: #004083;
}
.btn--blue:disabled,
button--blue:disabled {
  background: #3e77b6 !important;
}
.btn--orange,
button--orange {
  min-width: 200px;
  padding: 10px 24px 14px;
  text-shadow: none;
  border: none;
  text-decoration: none;
  border-radius: 4px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  cursor: pointer;
  color: #161616 !important;
  background-color: #ffb400;
}
.btn--orange:hover,
button--orange:hover {
  -webkit-box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.btn--orange:active,
button--orange:active {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
}
.btn--orange i,
button--orange i {
  margin: auto 6px auto 0;
}
.btn--orange svg,
button--orange svg {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 8px;
  margin-top: 4px;
}
.btn--orange > :last-child,
button--orange > :last-child {
  margin-right: 0;
}
.btn--orange svg + div,
button--orange svg + div {
  text-align: left;
  margin-left: 12px;
}
.btn--orange div + svg,
button--orange div + svg {
  margin-left: 12px;
}
.btn--orange:hover,
button--orange:hover {
  color: #161616;
  background-color: #ffedc2;
}
.btn--orange:active,
button--orange:active {
  color: #fff;
  background-color: #ff7202;
}
.btn--orange:disabled,
button--orange:disabled {
  background: #3e77b6 !important;
}
.btn--full-transparent,
button--full-transparent {
  min-width: 200px;
  padding: 10px 24px 14px;
  text-shadow: none;
  border: none;
  text-decoration: none;
  border-radius: 4px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  cursor: pointer;
  color: #161616 !important;
  background-color: transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn--full-transparent:hover,
button--full-transparent:hover {
  -webkit-box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.btn--full-transparent:active,
button--full-transparent:active {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
}
.btn--full-transparent i,
button--full-transparent i {
  margin: auto 6px auto 0;
}
.btn--full-transparent svg,
button--full-transparent svg {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 8px;
  margin-top: 4px;
}
.btn--full-transparent > :last-child,
button--full-transparent > :last-child {
  margin-right: 0;
}
.btn--full-transparent svg + div,
button--full-transparent svg + div {
  text-align: left;
  margin-left: 12px;
}
.btn--full-transparent div + svg,
button--full-transparent div + svg {
  margin-left: 12px;
}
.btn--full-transparent:active,
.btn--full-transparent:hover,
button--full-transparent:active,
button--full-transparent:hover {
  color: #161616;
  background-color: transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn--full-transparent:disabled,
button--full-transparent:disabled {
  background: #3e77b6 !important;
}
.btn--lg,
button--lg {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  padding: 14px 24px 18px;
  border-radius: 8px;
}
.btn--sm,
button--sm {
  text-transform: uppercase;
  font-weight: 600;
  width: auto;
  min-width: inherit;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 2px;
  padding: 8px 12px;
  font-size: 12px;
  letter-spacing: 0.25px;
}
.btn--sm svg,
button--sm svg {
  max-height: 18px;
  margin-top: 0;
  margin-right: 0;
}
.btn--xsm,
button--xsm {
  text-transform: none;
  font-weight: 500;
  width: auto;
  height: 32px;
  padding: 2px 12px;
  min-width: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 2px;
}
.btn--lgsm,
button--lgsm {
  border-radius: 8px;
  font-size: 14px;
  line-height: 16px;
  min-height: 56px;
  font-weight: 700;
  margin-left: 6px;
  margin-right: 6px;
}
.btn-icon,
.uploader.box .uploader__btn {
  width: 36px;
  min-width: 0;
  padding: 0;
  height: 36px;
  border-radius: 100%;
  background: #3e77b6;
  color: #fff;
  text-decoration: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
}
.btn-icon--sm {
  width: 20px;
  height: 20px;
}
.btn-icon svg,
.uploader.box .uploader__btn svg {
  margin-top: 0;
  margin-right: 0;
}
.btn-icon:hover,
.uploader.box .uploader__btn:hover {
  -webkit-box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.14);
  background: #161616;
}
.btn-icon:hover i,
.uploader.box .uploader__btn:hover i {
  color: #fff;
}
.btn-icon:hover path,
.btn-icon:hover svg,
.uploader.box .uploader__btn:hover path,
.uploader.box .uploader__btn:hover svg {
  fill: #fff;
}
.btn-icon:active,
.uploader.box .uploader__btn:active {
  color: #fff;
  background: #161616;
}
.btn-icon:active i,
.uploader.box .uploader__btn:active i {
  color: #fff;
}
.btn-icon:active path,
.btn-icon:active svg,
.uploader.box .uploader__btn:active path,
.uploader.box .uploader__btn:active svg {
  fill: #fff;
}
.btn-icon a,
.uploader.box .uploader__btn a {
  text-decoration: none;
}
.btn-icon i,
.uploader.box .uploader__btn i {
  color: #fff;
  font-size: 24px;
}
.btn-icon g,
.btn-icon path,
.btn-icon svg,
.uploader.box .uploader__btn g,
.uploader.box .uploader__btn path,
.uploader.box .uploader__btn svg {
  fill: #fff;
}
.btn-icon span,
.uploader.box .uploader__btn span {
  display: none;
}
.btn-icon--white {
  background: #fff;
  color: #161616;
}
.btn-icon--white i {
  color: #161616;
}
.btn-icon--white g,
.btn-icon--white path,
.btn-icon--white svg {
  fill: #161616;
}
.btn-icon--white:hover {
  background: #fff;
}
.btn-icon--white:hover i {
  color: #3e77b6;
}
.btn-icon--white:hover g,
.btn-icon--white:hover path,
.btn-icon--white:hover svg {
  fill: #3e77b6;
}
.btn-icon--white:active {
  background: #fff;
}
.btn-icon--white:active i {
  color: #626870;
}
.btn-icon--white:active path,
.btn-icon--white:active svg {
  fill: #626870;
}
.btn-group .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: inherit;
  padding: 12px;
  border: 1px solid #3e77b6;
  border-radius: 3px;
}
.btn-group label.btn.active {
  background: #3e77b6;
}
.link--cancel {
  padding: 5px 15px;
  background-color: #f6f6f8;
  border-radius: 4px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.link--cancel svg {
  margin-right: 8px;
}
.link--invoice {
  padding: 3px 15px 5px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #eee;
}
.link--invoice:hover {
  background-color: #3e77b6;
}
.link--invoice svg {
  margin-right: 8px;
}
button.no-style {
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.no-style:disabled {
  background: 0 0 !important;
}
button.mat-button {
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.mat-button:disabled {
  background: 0 0 !important;
}
button.mat-icon-button {
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.mat-icon-button:disabled {
  background: 0 0 !important;
}
.btn--clean {
  margin-top: 16px;
  background: #fff;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #383e45;
  color: #383e45;
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn--clean svg {
  margin-right: 8px !important;
}
.btn--clean:hover {
  color: #fff;
  background: #383e45;
}
.btn--clean:hover path,
.btn--clean:hover svg {
  fill: #fff;
}
.modal ::-webkit-scrollbar-track,
.tool ::-webkit-scrollbar-track,
ul ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f6f6f8;
}
.modal ::-webkit-scrollbar,
.tool ::-webkit-scrollbar,
ul ::-webkit-scrollbar {
  z-index: 50;
  width: 4px;
  height: 4px;
  background-color: #3e77b6;
}
.modal ::-webkit-scrollbar-thumb,
.tool ::-webkit-scrollbar-thumb,
ul ::-webkit-scrollbar-thumb {
  background-color: #ff6a58;
  border: 1px solid #ff6a58;
  border-radius: 8px;
}
.scrollable::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f6f6f8;
}
.scrollable::-webkit-scrollbar {
  z-index: 50;
  width: 4px;
  height: 4px;
  background-color: #3e77b6;
}
.scrollable::-webkit-scrollbar-thumb {
  background-color: #ff6a58;
  border: 1px solid #ff6a58;
  border-radius: 8px;
}
.slider__element__custom [data-select-text] {
  margin-left: 24px;
}
@media (max-width: 1365.98px) {
  .slider__element__custom [data-select-text] {
    font-size: 14px;
    margin-left: 18px;
  }
}
@media (max-width: 991.98px) {
  .slider__element__custom [data-select-text] {
    font-size: 13px;
    margin-left: 16px;
  }
}
@media (max-width: 767.98px) {
  .slider__element__custom [data-select-text] {
    font-size: 12px;
    margin-left: 12px;
  }
}
.slider__element__slider {
  position: relative;
  padding-top: 24px;
}
.slider__element__slider:before {
  content: attr(data-min);
  left: 0;
}
.slider__element__slider:after,
.slider__element__slider:before {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  color: #161616;
}
.slider__element__slider:after {
  content: attr(data-max);
  right: 0;
}
.slider__element__slider.invalid .payment-period__slider__element__bubble {
  background-color: #7c7c80;
}
.slider__element__slider.invalid
  .payment-period__slider__element__bubble:before {
  border-bottom-color: #7c7c80;
}
.slider__element__slider.invalid input[type="range"]::-moz-range-thumb,
.slider__element__slider.invalid input[type="range"]::-webkit-slider-thumb {
  background-color: #7c7c80 !important;
}
.slider__element__slider-datalist {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  width: calc(100% - 12px);
  height: 3px;
  background-color: #025057;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider__element__slider-datalist__option {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 10px;
  background-color: #025057;
  border-radius: 9999px;
}
.slider__element__slider-datalist__option:first-child,
.slider__element__slider-datalist__option:last-child {
  width: 3px;
  height: 17px;
}
.slider__element__bubble {
  position: absolute;
  padding: 8px 26px;
  top: 52px;
  color: #fff;
  border-radius: 4px;
  background-color: #0062c5;
  white-space: nowrap;
}
.slider__element input[type="range"] {
  position: relative;
  width: 100%;
  height: 4px;
  border: transparent;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
  margin-bottom: 72px;
  top: -14px;
  cursor: pointer;
}
.slider__element input[type="range"]::-moz-range-thumb,
.slider__element input[type="range"]::-webkit-slider-runnable-track,
.slider__element input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #0062c5;
  border: 1px solid #0062c5;
  height: 12px;
  width: 12px;
  border-radius: 100%;
}
.slider__element input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #0062c5;
  border: 1px solid #0062c5;
  height: 12px;
  width: 12px;
  border-radius: 100%;
}
.slider__element .payment-period__slider__element__bubble {
  position: absolute;
  padding: 8px 26px;
  top: 42px;
  color: #fff;
  border-radius: 4px;
  background-color: #0062c5;
}
.slider__element .payment-period__slider__element__bubble:before {
  content: "";
  position: absolute;
  top: 1px;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  width: 0;
  height: 0;
  left: calc(50% + var(--left));
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #0062c5;
}
.card {
  margin-bottom: 16px;
  border: 0;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.08);
  box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.08);
  background-color: #fff;
}
.card .card {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.card--o {
  background: hsla(0, 0%, 100%, 0.8);
}
.card-header {
  background: #fff;
  border: 0;
  padding: 12px 24px;
}
.card-block {
  padding: 24px;
  border-top: 1px dashed #ebedf2;
}
.card-block:first-child {
  border-top: 0;
}
.card-block--details {
  line-height: 20px;
  padding: 20px 40px;
}
.card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0;
  color: #626870;
  margin-top: 0;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 62em) {
  .card-title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 840px) {
  .card-title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 460px) {
  .card-title {
    font-size: 18px;
    line-height: 22px;
  }
}
.card-title > svg {
  margin-right: 12px;
}
.card-title + .card-subtitle {
  margin-top: 4px;
}
.card-subtitle {
  margin-bottom: 4px;
  line-height: 16px;
  display: block;
  font-size: 12px;
  color: #383e45;
}
.card-text {
  margin-bottom: 12px;
}
.card-footer {
  font-size: 12px;
  border: 0;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px;
}
.card-footer > :last-child {
  margin-left: auto;
}
.card__extra {
  position: absolute;
  bottom: -10px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  left: 0;
  width: 100%;
  font-size: 12px;
  color: #626870;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 16px;
}
.card .pricing__price__code,
.card .pricing__price__numbers {
  color: #161616;
}
.modal .card {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.card .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin-left: -24px;
  margin-right: -24px;
  padding: 0;
}
.card .nav__item {
  display: block;
  width: 100%;
  color: #6f727d;
  min-height: 44px;
}
.card .nav__item i,
.card .nav__item svg {
  margin-right: 12px;
  width: 24px;
}
.card .nav__item > * {
  padding-left: 24px;
  padding-right: 24px;
}
.card .nav__item .ico {
  display: inline-block;
  margin-right: 12px;
  margin-left: 4px;
  width: 20px;
  vertical-align: bottom;
}
.card .nav__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 12px 24px;
  color: #6f727d;
}
.card .nav__link:hover {
  background: #f7f8fa;
  color: #3e77b6;
}
.card .auth-list {
  margin-top: 24px;
}
.card .auth-icon {
  margin: 0 12px 0 0;
  background-position: 50%;
  width: 24px;
  height: 24px;
  background-size: contain;
  border-radius: 0;
}
.card .auth-clients li {
  margin: 0;
}
.card--full {
  height: calc(100% - 16px);
}
#limitModal .card .card-title,
.auth__box .card .card-title,
.auth__form .card-title,
.auth__form .card .card-title,
.chip,
.modal-body .card-title {
  -ms-flex-pack: center;
  justify-content: center;
}
.chip {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.4em 0.8em;
  border-radius: 25px;
  font-weight: 600;
  white-space: nowrap;
}
.chip--success {
  background-color: #4acd86;
  color: #fff;
}
.sortable-chosen {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.sortable-chosen .tooltip.before,
.sortable-chosen.tooltip:after,
.sortable-chosen .tooltip:after,
.sortable-chosen.tooltip:before {
  display: none;
}
.colpick {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 346px;
  height: 170px;
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  direction: ltr;
  background: #fff;
  border: 1px solid #aeaeb2;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.colpick,
.colpick_color {
  position: absolute;
  overflow: hidden;
}
.colpick_color {
  left: 7px;
  top: 7px;
  width: 156px;
  height: 156px;
  outline: 1px solid #aaa;
  cursor: crosshair;
}
.colpick_color_overlay1 {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')";
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #fff),
    color-stop(100%, hsla(0, 0%, 100%, 0))
  );
  background: -webkit-linear-gradient(left, #fff, hsla(0, 0%, 100%, 0));
  background: -o-linear-gradient(left, #fff 0, hsla(0, 0%, 100%, 0) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    to(hsla(0, 0%, 100%, 0))
  );
  background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr="#ffffff",endColorstr="#00ffffff");
}
.colpick_color_overlay1,
.colpick_color_overlay2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 156px;
  height: 156px;
}
.colpick_color_overlay2 {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')";
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(0, 0, 0, 0)),
    color-stop(100%, #000)
  );
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(#000)
  );
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#000000",GradientType=0);
}
.colpick_selector_outer {
  background: 0 0;
  position: absolute;
  width: 11px;
  height: 11px;
  margin: -6px 0 0 -6px;
  border: 1px solid #000;
  border-radius: 50%;
}
.colpick_selector_inner {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.colpick_hue {
  position: absolute;
  top: 6px;
  left: 175px;
  width: 19px;
  height: 156px;
  border: 1px solid #aaa;
  cursor: n-resize;
}
.colpick_hue_arrs {
  position: absolute;
  left: -8px;
  width: 35px;
  height: 7px;
  margin: -7px 0 0;
}
.colpick_hue_larr {
  border-left: 7px solid #858585;
}
.colpick_hue_larr,
.colpick_hue_rarr {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.colpick_hue_rarr {
  right: 0;
  border-right: 7px solid #858585;
}
.colpick_new_color {
  left: 207px;
}
.colpick_current_color,
.colpick_new_color {
  position: absolute;
  top: 6px;
  width: 60px;
  height: 27px;
  background: red;
  border: 1px solid #8f8f8f;
}
.colpick_current_color {
  left: 277px;
}
.colpick_field,
.colpick_hex_field {
  position: absolute;
  height: 20px;
  width: 60px;
  overflow: hidden;
  background: #f3f3f3;
  color: #b8b8b8;
  font-size: 12px;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
}
.colpick_rgb_r {
  top: 40px;
  left: 207px;
}
.colpick_rgb_g {
  top: 67px;
  left: 207px;
}
.colpick_rgb_b {
  top: 94px;
  left: 207px;
}
.colpick_hsb_h {
  top: 40px;
  left: 277px;
}
.colpick_hsb_s {
  top: 67px;
  left: 277px;
}
.colpick_hsb_b {
  top: 94px;
  left: 277px;
}
.colpick_hex_field {
  width: 68px;
  left: 207px;
  top: 121px;
}
.colpick_focus {
  border-color: #999;
}
.colpick_field_letter {
  position: absolute;
  width: 12px;
  height: 20px;
  line-height: 20px;
  padding-left: 4px;
  background: #efefef;
  border-right: 1px solid #bdbdbd;
  font-weight: 700;
  color: #777;
}
.colpick_field input,
.colpick_hex_field input {
  position: absolute;
  right: 11px;
  margin: 0;
  padding: 0;
  height: 20px;
  line-height: 20px;
  background: transparent;
  border: none;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #555;
  text-align: right;
  outline: none;
}
.colpick_hex_field input {
  right: 4px;
}
.colpick_field_arrs {
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 21px;
  cursor: n-resize;
}
.colpick_field_uarr {
  top: 5px;
  border-bottom: 4px solid #959595;
}
.colpick_field_darr,
.colpick_field_uarr {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.colpick_field_darr {
  bottom: 5px;
  border-top: 4px solid #959595;
}
.colpick_submit {
  position: absolute;
  left: 207px;
  top: 149px;
  width: 130px;
  height: 22px;
  line-height: 22px;
  background: #efefef;
  text-align: center;
  color: #555;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
}
.colpick_submit:hover {
  background: #f3f3f3;
  border-color: #999;
  cursor: pointer;
}
.colpick_full_ns .colpick_current_color,
.colpick_full_ns .colpick_submit {
  display: none;
}
.colpick_full_ns .colpick_new_color {
  width: 130px;
  height: 25px;
}
.colpick_full_ns .colpick_hsb_h,
.colpick_full_ns .colpick_rgb_r {
  top: 42px;
}
.colpick_full_ns .colpick_hsb_s,
.colpick_full_ns .colpick_rgb_g {
  top: 73px;
}
.colpick_full_ns .colpick_hsb_b,
.colpick_full_ns .colpick_rgb_b {
  top: 104px;
}
.colpick_full_ns .colpick_hex_field {
  top: 135px;
}
.colpick_rgbhex .colpick_hsb_b,
.colpick_rgbhex .colpick_hsb_h,
.colpick_rgbhex .colpick_hsb_s {
  display: none;
}
.colpick_rgbhex {
  width: 282px;
}
.colpick_rgbhex .colpick_field,
.colpick_rgbhex .colpick_submit {
  width: 68px;
}
.colpick_rgbhex .colpick_new_color {
  width: 34px;
  border-right: none;
}
.colpick_rgbhex .colpick_current_color {
  width: 34px;
  left: 240px;
  border-left: none;
}
.colpick_rgbhex_ns .colpick_current_color,
.colpick_rgbhex_ns .colpick_submit {
  display: none;
}
.colpick_rgbhex_ns .colpick_new_color {
  width: 68px;
  border: 1px solid #8f8f8f;
}
.colpick_rgbhex_ns .colpick_rgb_r {
  top: 42px;
}
.colpick_rgbhex_ns .colpick_rgb_g {
  top: 73px;
}
.colpick_rgbhex_ns .colpick_rgb_b {
  top: 104px;
}
.colpick_rgbhex_ns .colpick_hex_field {
  top: 135px;
}
.colpick_hex .colpick_hsb_b,
.colpick_hex .colpick_hsb_h,
.colpick_hex .colpick_hsb_s,
.colpick_hex .colpick_rgb_b,
.colpick_hex .colpick_rgb_g,
.colpick_hex .colpick_rgb_r {
  display: none;
}
.colpick_hex {
  width: 206px;
  height: 201px;
}
.colpick_hex .colpick_hex_field {
  width: 72px;
  height: 25px;
  top: 168px;
  left: 80px;
}
.colpick_hex .colpick_hex_field div,
.colpick_hex .colpick_hex_field input {
  height: 25px;
  line-height: 25px;
}
.colpick_hex .colpick_new_color {
  left: 9px;
  top: 168px;
  width: 30px;
  border-right: none;
}
.colpick_hex .colpick_current_color {
  left: 39px;
  top: 168px;
  width: 30px;
  border-left: none;
}
.colpick_hex .colpick_submit {
  left: 164px;
  top: 168px;
  width: 30px;
  height: 25px;
  line-height: 25px;
}
.colpick_hex_ns .colpick_current_color,
.colpick_hex_ns .colpick_submit {
  display: none;
}
.colpick_hex_ns .colpick_hex_field {
  width: 80px;
}
.colpick_hex_ns .colpick_new_color {
  width: 60px;
  border: 1px solid #8f8f8f;
}
.colpick_dark {
  background: #161616;
  border-color: #2a2a2a;
}
.colpick_dark .colpick_color {
  outline-color: #333;
}
.colpick_dark .colpick_hue {
  border-color: #555;
}
.colpick_dark .colpick_field,
.colpick_dark .colpick_hex_field {
  background: #101010;
  border-color: #2d2d2d;
}
.colpick_dark .colpick_field_letter {
  background: #131313;
  border-color: #2d2d2d;
  color: #696969;
}
.colpick_dark .colpick_field input,
.colpick_dark .colpick_hex_field input {
  color: #7a7a7a;
}
.colpick_dark .colpick_field_uarr {
  border-bottom-color: #696969;
}
.colpick_dark .colpick_field_darr {
  border-top-color: #696969;
}
.colpick_dark .colpick_focus {
  border-color: #444;
}
.colpick_dark .colpick_submit {
  background: #131313;
  border-color: #2d2d2d;
  color: #7a7a7a;
}
.colpick_dark .colpick_submit:hover {
  background-color: #101010;
  border-color: #444;
}
.price__resume {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 12px;
}
.price__resume__total {
  font-size: 32px;
  letter-spacing: 0;
  font-weight: 600;
  color: #383e45;
  line-height: 40px;
  max-width: 800px;
  margin: 0 12px 0 0;
}
.price__resume__total strong {
  font-weight: 700;
}
@media (max-width: 62em) {
  .price__resume__total {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 840px) {
  .price__resume__total {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 460px) {
  .price__resume__total {
    font-size: 26px;
    line-height: 32px;
  }
}
.price__resume__info {
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 12px;
}
.price__resume__info__period {
  font-size: 22px;
  font-weight: 400;
  color: #383e45;
  letter-spacing: 0;
  margin-bottom: 8px;
  line-height: 32px;
  margin-bottom: 0 !important;
}
.price__resume__info__period a:hover {
  color: #383e45;
}
@media (max-width: 62em) {
  .price__resume__info__period {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 840px) {
  .price__resume__info__period {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 460px) {
  .price__resume__info__period {
    font-size: 14px;
    line-height: 18px;
  }
}
.price__resume__info__user {
  margin-top: auto;
}
.price__resume__change,
.price__resume__info__user {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #626870;
}
.price__resume__change {
  cursor: pointer;
}
.price__resume__change:hover {
  color: #ffb400;
}
.payment {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.payment__chip-save {
  margin-left: 8px;
}
.payment__text {
  text-align: center;
}
.payment__text--sm {
  font-size: 12px;
}
.payment__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 12px;
}
.payment__checklist img {
  margin-top: -7px;
  width: 16px;
  height: 12px;
}
.payment__cancel-trial-before-desc {
  margin-top: 16px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #161616;
  font-size: 12px;
}
.payment__actions {
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 1440px) {
  .payment__actions {
    margin-top: 12px;
  }
}
.payment__card-brand {
  font-weight: 600;
}
.payment__card-error,
.payment__method-error {
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
  text-align: center;
  font-size: 12px;
  color: #3e77b6;
}
.payment__card-error--hidden,
.payment__method-error--hidden {
  color: transparent;
}
.payment__card-details__label,
.payment__method-details__label {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
}
.payment__card-details__text,
.payment__method-details__text {
  display: inline-block;
  margin-right: 8px;
}
.payment__card-details__text__brand,
.payment__method-details__text__brand {
  margin-right: 8px;
}
.payment__card-details__change-btn,
.payment__method-details__change-btn {
  display: inline-block;
  font-weight: 500;
  color: #3e77b6;
  cursor: pointer;
  text-decoration: underline;
}
.payment__card-details__keep-card-btn,
.payment__method-details__keep-card-btn {
  margin-top: 6px;
  margin-bottom: 3px;
  text-align: center;
  display: block;
  font-weight: 500;
  color: #3e77b6;
  cursor: pointer;
  text-decoration: underline;
}
.payment__card-details-desc,
.payment__method-details-desc {
  text-align: left;
  font-weight: 500;
}
.payment__hr {
  margin-bottom: 32px;
  width: 100%;
  height: 1px;
  border: 0;
  background: #3e77b6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.payment__content-wrapper {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.payment__interval-selector {
  padding: 0 20px;
  margin-bottom: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .payment__interval-selector {
    margin-bottom: 24px;
  }
}
.form__group .payment__interval-selector__label {
  margin-bottom: 0 !important;
}
.payment__interval-selector__select-box {
  min-width: 180px;
  line-height: normal;
  -webkit-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
  cursor: pointer;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border: 7px solid #969696;
  border-radius: 8px;
}
.payment__interval-selector__select-box:not(:first-child) {
  margin-left: 36px;
}
body[data-browser-supports~="grid"]
  .payment__interval-selector__select-box:not(:first-child) {
  margin-left: 0;
}
.payment__interval-selector__select-box__content {
  padding: 4px 32px;
  text-align: center;
  width: 100%;
  height: 100%;
}
.payment__interval-selector__select-box[data-selected="true"] {
  border-color: #ffb400;
  background: #ffedc2;
}
.payment__interval-selector__select-box__container {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
body[data-browser-supports~="grid"]
  .payment__interval-selector__select-box__container {
  width: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}
.payment__interval-selector__select-box__interval {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1440px) {
  .payment__interval-selector__select-box__interval {
    font-size: 16px;
  }
}
.payment__interval-selector__select-box__price {
  font-size: 26px;
  font-weight: 800;
}
@media (max-width: 1440px) {
  .payment__interval-selector__select-box__price {
    font-size: 20px;
  }
}
.payment__interval-selector__select-box__footnote {
  font-size: 12px;
  font-weight: 400;
  color: #626870;
}
@media (max-width: 540px) {
  .payment__interval-selector .radio-list {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 540px) {
  .payment__interval-selector .radio-list .radio--flex-center {
    -ms-flex-pack: start;
    justify-content: start;
    margin: 0 !important;
  }
}
.payment__provider-selector {
  position: relative;
  padding: 0 60px;
  margin-top: 10px;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #3e77b6;
}
@media (max-width: 1365.98px) {
  .payment__provider-selector {
    padding: 0 80px;
  }
}
@media (max-width: 991.98px) {
  .payment__provider-selector {
    padding: 0 62px;
  }
}
@media (max-width: 767.98px) {
  .payment__provider-selector {
    padding: 0 24px;
  }
}
.payment__provider-selector__item {
  position: relative;
  top: 1px;
  padding: 12px 24px;
  cursor: pointer;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
}
@media (max-width: 1440px) {
  .payment__provider-selector__item {
    padding: 6px 24px;
  }
}
.payment__provider-selector__item:not([data-checked="true"]):hover {
  background: 2px solid rgba(0, 0, 0, 0.05);
}
.payment__provider-selector__item[data-checked="true"] {
  border-color: #3e77b6 #3e77b6 #fff;
  border-style: solid;
  border-width: 3px 1px 1px;
}
.payment__provider-views {
  margin-top: 20px;
}
.payment__provider-views__item {
  display: none;
}
.payment__provider-views__item--appeared {
  display: block;
}
.payment__mountpoint {
  padding: 0 60px;
}
@media (max-width: 1365.98px) {
  .payment__mountpoint {
    padding: 0 80px;
  }
}
@media (max-width: 991.98px) {
  .payment__mountpoint {
    padding: 0 62px;
  }
}
@media (max-width: 767.98px) {
  .payment__mountpoint {
    padding: 0 24px;
  }
}
.payment__stripe-view__card-binding {
  margin-top: 8px;
}
@media (max-width: 1440px) {
  [data-state="CannotTrialState"] {
    margin-bottom: -12px;
  }
}
@media (max-width: 1365.98px) {
  [data-state="CannotTrialState"] {
    margin-bottom: 6px;
  }
}
.payment-period {
  margin-top: 43px;
  margin-bottom: 73px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
.payment-period__payments {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 12px;
  padding: 4px;
  background-color: #3e77b6;
  border-radius: 8px;
}
.payment-period__payments__item {
  position: relative;
  min-width: 150px;
  height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 2px 14px 8px;
  border-radius: 8px;
  color: #7c7c80;
  cursor: pointer;
}
.payment-period__payments__item--active {
  color: #2bb4c0;
  font-weight: 600;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
.payment-period__payments__item__badge {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  right: 12px;
  top: 0;
  border-radius: 9999px;
  background-color: #4acd86;
  -webkit-transform: translate(75%, -24px);
  transform: translate(75%, -24px);
}
.payment-period__payments__item__badge--white-border {
  border: 3px solid #fff;
}
.toolpage .container {
  max-width: inherit;
  padding: 0;
}
.tool {
  height: calc(100vh - 60px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  overflow: auto;
  overflow-x: hidden;
}
.tool__header {
  padding: 5px 0;
  margin: 0 !important;
  margin-top: 1rem !important;
  width: 70%;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media only screen and (max-width: 600px) {
  .tool__header {
    padding: 6px 24px;
    width: 100%;
  }
}
.tool__header__title {
  font-size: 42px;
  letter-spacing: 0;
  font-weight: 600;
  color: #383e45;
  margin-bottom: 8px;
  line-height: 46px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.tool__header__title strong {
  font-weight: 700;
}
@media (max-width: 62em) {
  .tool__header__title {
    font-size: 38px;
    line-height: 44px;
  }
}
@media (max-width: 840px) {
  .tool__header__title {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (max-width: 460px) {
  .tool__header__title {
    font-size: 32px;
    line-height: 38px;
  }
}
.tool__header__subtitle {
  max-width: 850px;
  font-size: 22px;
  font-weight: 400;
  color: #383e45;
  letter-spacing: 0;
  margin: 0 auto 8px;
  line-height: 32px;
}
.tool__header__subtitle a:hover {
  color: #383e45;
}
@media (max-width: 62em) {
  .tool__header__subtitle {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 840px) {
  .tool__header__subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 460px) {
  .tool__header__subtitle {
    font-size: 14px;
    line-height: 18px;
  }
}
.tool__workarea {
  text-align: center;
  height: 100%;
  padding: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex: 1 1;
  flex: 1 1;
  background-color: #f3f0ec;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
.tool__workarea__rendered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: none;
}
.tool__workarea__info {
  margin: 42px 24px 24px;
  width: 100%;
}
.tool__workarea > .wait {
  position: fixed;
}
.tool__sidebar {
  display: block;
  background: #fff;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0;
  -ms-flex: 0 0;
  flex: 0 0;
  position: relative;
  overflow-x: hidden;
}
.tool__sidebar__inactive {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1031;
  background: rgba(66, 63, 63, 0.8);
  display: none;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 10%;
}
@media (max-width: 1440px) {
  .tool__sidebar__inactive {
    -ms-flex-preferred-size: 380px;
    flex-basis: 380px;
    width: 380px;
  }
}
.tool__sidebar__inactive > * {
  margin: 12px;
}
.sidebar-active .container {
  max-width: inherit;
  padding: 0;
}
.sidebar-active .tool {
  -ms-flex-align: stretch;
  align-items: stretch;
}
.sidebar-active .tool__workarea .breadcrumb,
.sidebar-active .tool__workarea .tool__header,
.sidebar-active .tool__workarea hr {
  display: none;
}
.sidebar-active .tool__sidebar {
  -ms-flex-preferred-size: 440px;
  flex-basis: 440px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 0 120px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
@media (max-width: 1440px) {
  .sidebar-active .tool__sidebar {
    -ms-flex-preferred-size: 380px;
    flex-basis: 380px;
  }
}
.sidebar-active .footer {
  display: none;
}
.sidebar-active .sidetools {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 500px) {
  .sidebar-active .sidetools {
    right: 8px;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
  }
  .sidebar-active .sidetools .uploader__extra {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    top: 0;
  }
  .sidebar-active .sidetools .uploader__extra a {
    margin-top: 0;
  }
}
@media (max-width: 840px) {
  .sidebar-active .sidetools {
    right: 8px;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
  }
  .sidebar-active .sidetools .uploader__extra {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }
  .sidebar-active .tool__sidebar {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    width: 300px;
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
  }
  .sidebar-active .tool__sidebar__inactive {
    width: 300px;
  }
  .sidebar-active .tool--toggle .sidetools {
    right: 312px;
  }
  .sidebar-active .tool--toggle .tool__sidebar {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
#settingsRefresh span {
  margin-left: 8px;
}
#settingsToogle {
  display: none;
}
@media (max-width: 768px) {
  #settingsToogle {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
#goPremium,
#processTask,
#processTaskWrapper,
#settingsRefresh {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 392px;
  margin: 0;
  z-index: 1030;
  display: none;
  -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.3);
  box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.3);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
@media (max-width: 1440px) {
  #goPremium,
  #processTask,
  #processTaskWrapper,
  #settingsRefresh {
    width: 330px;
  }
}
@media (max-width: 840px) {
  #goPremium,
  #processTask,
  #processTaskWrapper,
  #settingsRefresh {
    width: 270px;
    right: 10px;
  }
}
@media (max-width: 768px) {
  #goPremium,
  #processTask,
  #processTaskWrapper,
  #settingsRefresh {
    width: 200px;
  }
}
#goPremium,
#processTask,
#processTaskWrapper {
  min-height: 56px;
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
}
@media (max-width: 1440px) {
  #goPremium,
  #processTask,
  #processTaskWrapper {
    font-size: 24px;
    min-height: 64px;
  }
}
@media (max-width: 768px) {
  #goPremium,
  #processTask,
  #processTaskWrapper {
    font-size: 18px;
    min-height: 48px;
    padding: 4px 8px;
  }
}
#goPremium span,
#processTask span,
#processTaskWrapper span {
  height: 24px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4px;
  position: relative;
  vertical-align: bottom;
  margin-left: 8px;
}
#goPremium span svg,
#processTask span svg,
#processTaskWrapper span svg {
  margin-top: 4px;
}
#processTask,
#settingsRefresh {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#processTask span,
#settingsRefresh span {
  display: -ms-flexbox;
  display: flex;
  min-height: inherit;
}
#settingsRefresh {
  display: none;
  bottom: 120px;
  min-height: inherit;
}
#processTaskWrapper {
  z-index: 1031;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.tool-resizeimage .file,
.tool-resizeimage .page__element,
.tool-resizeimage .range__element {
  height: 284px;
}
@media (max-width: 1440px) {
  .tool-resizeimage .file,
  .tool-resizeimage .page__element,
  .tool-resizeimage .range__element {
    height: 220px;
  }
}
.tool-resizeimage .file__info {
  height: 46px;
}
@media (max-width: 1440px) {
  .tool-resizeimage .file__info {
    font-size: 12px;
  }
}
.tool-resizeimage .file__info__size {
  display: block;
  font-size: 12px;
}
.tool-resizeimage .file__info__size .tooltip--bottom:before {
  max-width: 300px;
  min-width: 200px;
  white-space: normal;
}
.tool-resizeimage .file__info__size__from {
  margin-right: -2px;
}
.tool-watermarkimage .file-btn.rotate {
  display: none;
}
.tool-imagepdf .file__canvas {
  background: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(50, 50, 50, 0.3);
  box-shadow: 0 3px 6px 0 rgba(50, 50, 50, 0.3);
}
.tool-imagepdf .file__canvas.fit {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tool-imagepdf .file__canvas.fit canvas {
  background-color: transparent;
}
.tool-imagepdf .file__canvas.margin canvas {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.tool-imagepdf .file__canvas.margin-large canvas {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.tool-error {
  max-width: 444px;
  margin: auto;
  text-align: left;
}
@media (max-width: 740px) {
  .tool-error {
    padding: 24px;
  }
}
.tool-error .title2 {
  margin-bottom: 32px;
  color: #3e77b6;
}
.tool-error__content {
  margin-bottom: 42px;
}
.tool-error__action {
  text-align: right;
}
@media (max-width: 1440px) {
  .sidebar-active .tool--small #processTask,
  .sidebar-active .tool--small #processTaskWrapper {
    width: 252px;
  }
}
@media (max-width: 1440px) {
  .sidebar-active .tool--small .tool__sidebar,
  .sidebar-active .tool--small .tool__sidebar__inactive {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    width: 300px;
  }
}
.sidebar-active .tool--small .sidetools {
  right: 464px;
  background-size: 440px;
}
@media (max-width: 1440px) {
  .sidebar-active .tool--small .sidetools {
    right: 324px;
  }
}
@media (max-width: 840px) {
  .sidebar-active .tool--small .sidetools {
    right: 12px;
  }
}
@media (max-width: 840px) {
  .sidebar-active .tool--small.tool--toggle .sidetools {
    right: 320px;
  }
}
.tool-watermark .editor__content__item__content {
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
#filePages {
  padding-top: 90px;
  position: relative;
}
.tool-pagenumber #fileGroups,
.tool-watermark #fileGroups {
  display: none !important;
}
#watermarkPreview {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
#dropArea.activeDrag {
  display: block !important;
}
#dropArea {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 12px;
  letter-spacing: 0;
  color: #383e45;
  min-height: 100%;
  position: absolute;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.8;
  text-align: center;
  color: #fff;
  padding: 230px;
}
@media (max-width: 62em) {
  #dropArea {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 840px) {
  #dropArea {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 460px) {
  #dropArea {
    font-size: 18px;
    line-height: 22px;
  }
}
.tool .errorMsg {
  display: none;
}
.tool-htmlpdf .option__panel {
  padding-bottom: 180px;
}
.sidetools {
  position: fixed;
  right: 464px;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 99;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1440px) {
  .sidetools {
    right: 404px;
  }
}
.sidetools .btn-icon,
.sidetools .uploader.box .uploader__btn,
.uploader.box .sidetools .uploader__btn {
  margin-bottom: 8px;
}
.sidetools .mixFiles,
.sidetools .order,
.sidetools .orderPages {
  display: -ms-flexbox;
  display: flex;
}
.sidetools .mixFiles svg:first-child,
.sidetools .orderPages svg:first-child,
.sidetools .order svg:first-child {
  display: none;
}
.sidetools .mixFiles.order--desc svg:first-child,
.sidetools .mixFiles svg:nth-child(2),
.sidetools .order.order--desc svg:first-child,
.sidetools .orderPages.order--desc svg:first-child,
.sidetools .orderPages svg:nth-child(2),
.sidetools .order svg:nth-child(2) {
  display: block;
}
.sidetools .mixFiles.order--desc svg:nth-child(2),
.sidetools .order.order--desc svg:nth-child(2),
.sidetools .orderPages.order--desc svg:nth-child(2) {
  display: none;
}
.sidetools .uploader__btn.tooltip:after,
.sidetools .uploader__btn.tooltip:before {
  display: block;
}
.downloader,
.uploader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 72px;
  text-align: center;
  position: relative;
}
@media (min-width: 500px) {
  .downloader,
  .uploader {
    display: table;
    z-index: 0;
  }
}
.downloader__btn,
.uploader__btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #3e77b6;
  padding: 24px 56px;
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  vertical-align: middle;
  color: #fff;
  text-decoration: none;
  margin-bottom: 12px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  -ms-flex-order: 1;
  order: 1;
  max-width: 60vw;
}
@media (max-width: 501px) {
  .downloader__btn,
  .uploader__btn {
    width: 100%;
    max-width: inherit;
  }
}
.downloader__btn svg,
.uploader__btn svg {
  display: none;
}
@media (max-width: 840px) {
  .downloader__btn,
  .uploader__btn {
    font-size: 22px;
    padding: 24px 32px;
  }
}
.downloader__btn.active,
.uploader__btn.active {
  background-color: #3e77b6;
}
.downloader__btn.active:hover,
.uploader__btn.active:hover {
  background-color: #161616;
}
.downloader__btn.tooltip:after,
.downloader__btn.tooltip:before,
.uploader__btn.tooltip:after,
.uploader__btn.tooltip:before {
  display: none;
}
.downloader__extra,
.uploader__extra {
  -ms-flex-order: 2;
  order: 2;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  margin-left: 0;
}
@media (min-width: 500px) {
  .downloader__extra,
  .uploader__extra {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: calc(100% + 12px);
    position: absolute;
    top: 0;
  }
}
.downloader__extra:first-child,
.uploader__extra:first-child {
  margin-right: auto;
}
.downloader__extra__btn,
.uploader__extra__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  cursor: pointer;
  background: rgba(229, 50, 45, 0.6);
  margin: 6px 6px 8px;
}
@media (min-width: 500px) {
  .downloader__extra__btn,
  .uploader__extra__btn {
    margin: 0 0 8px;
  }
}
.downloader__extra__btn.active,
.uploader__extra__btn.active {
  background: #3e77b6;
}
.downloader__extra__btn.active:hover,
.uploader__extra__btn.active:hover {
  background-color: #161616;
}
.downloader__extra__btn img,
.downloader__extra__btn svg,
.uploader__extra__btn img,
.uploader__extra__btn svg {
  max-width: 18px;
}
.downloader__extra__btn--black,
.uploader__extra__btn--black {
  background: #626870;
  display: none;
}
.downloader__extra__btn--black.active,
.uploader__extra__btn--black.active {
  background: #383e45;
}
.downloader__extra__btn--black.show,
.uploader__extra__btn--black.show {
  display: -ms-flexbox;
  display: flex;
}
.downloader__extra__btn.load:after,
.uploader__extra__btn.load:after {
  content: "";
  width: 36px;
  height: 36px;
  border-radius: 100%;
  position: absolute;
  background: #3e77b6 url(/img/svg_icons/wait.svg) no-repeat 50%;
  background-size: 60%;
  display: block;
}
@media (min-width: 500px) {
  .downloader__extra:first-child,
  .uploader__extra:first-child {
    margin-left: -48px;
    margin-top: 24px;
  }
  .downloader__extra:nth-child(3),
  .uploader__extra:nth-child(3) {
    margin-left: calc(100% + 12px);
  }
  .downloader__extra:nth-child(4),
  .uploader__extra:nth-child(4) {
    margin-left: calc(100% + 56px);
  }
}
.downloader__droptxt,
.uploader__droptxt {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
#uploadDisk {
  display: none;
}
@media (max-width: 501px) {
  .uploader .uploader__extra {
    margin-left: auto;
  }
  .uploader__droptxt {
    display: none;
  }
}
.uploader.box {
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 4px;
}
.uploader.box .moxie-shim,
.uploader.box .uploader__droptxt {
  display: none;
}
.uploader.box .uploader__btn {
  width: 42px;
  height: 42px;
  padding: 0;
  margin-bottom: 8px;
  min-height: inherit;
}
.uploader.box .uploader__btn svg {
  display: block;
}
.uploader.box .uploader__extra {
  position: relative;
  top: auto;
  -ms-flex-align: center;
  align-items: center;
  margin: -46px 0 0;
  padding-top: 46px;
  z-index: -1;
}
.uploader.box .uploader__extra .uploader__extra__btn {
  background: #3e77b6;
}
.uploader.box #uploadDisk {
  display: -ms-flexbox;
  display: flex;
}
.uploader.box .uploader__extra a {
  margin-top: -46px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.uploader.box:hover .uploader__extra {
  z-index: 0;
}
.uploader.box {
  display: -ms-flexbox;
  display: flex;
}
.uploader.box:hover .uploader__extra a {
  margin-top: 0;
}
.uploader.box #filecount {
  background-color: #161616;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  border-radius: 100%;
  min-width: 26px;
  min-height: 20px;
  margin-top: -12px;
  margin-left: -12px;
  font-size: 11px;
  font-weight: 600;
  border: 3px solid #3e77b6;
  z-index: 9999;
}
@media (max-width: 840px) {
  .uploader.box .uploader__btn {
    width: 32px;
    height: 32px;
  }
  .uploader.box .uploader__extra {
    margin-top: -32px;
    padding-top: 32px;
  }
  .uploader.box .uploader__extra a {
    margin-top: -36px;
  }
  .uploader.box .uploader__extra .btn-icon,
  .uploader.box .uploader__extra .uploader__btn {
    height: 28px;
    width: 28px;
  }
  .uploader.box #filecount {
    min-width: 22px;
    min-height: 22px;
    margin-top: -8px;
    margin-left: -8px;
    font-size: 11px;
    line-height: 9px;
    border: 1px solid #3e77b6;
  }
}
.moxie-shim {
  width: 100% !important;
}
.tool-memeimage .uploader {
  margin-bottom: 24px;
}
#loadImages {
  margin-bottom: 72px !important;
}
.tool__wrapper {
  margin: 0;
  border: 0;
}
.toolpage--content .tool__workarea {
  padding: 0;
}
.toolpage--content .tool__wrapper {
  height: auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 24px;
  margin: 24px;
  border: 2px dashed #b4b4b4;
}
.toolpage--content .tool__content {
  background: #fdfcfb;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-align: center;
}
.toolpage--content .tool__content__head {
  margin-bottom: 48px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.toolpage--content .tool__content .infounit__list {
  max-width: 1200px;
  padding-right: 24px;
  padding-left: 24px;
  margin-left: auto;
  margin-right: auto;
}
.toolpage--content .tool__content .infounit__img {
  width: 72px;
  height: 72px;
  border-radius: 100%;
  border: 1px solid #e1e1e1;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.toolpage--content.sidebar-active .tool__workarea {
  padding: 24px;
}
.toolpage--content.sidebar-active .tool__wrapper {
  margin: 0;
  border: 0;
}
.toolpage--content.sidebar-active .tool__content {
  display: none;
}
.add {
  margin: auto auto 36px;
  max-width: 970px;
}
.add .in_add_square {
  width: 300px;
  height: 250px;
}
@media (max-width: 767px) {
  .add .in_add_square {
    margin-top: 30px;
  }
}
#adsq {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.editor {
  display: none;
  padding-top: 90px;
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.editor__toolbar {
  position: absolute;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  height: 52px;
  width: auto;
  left: 0;
  right: 0;
  z-index: 12;
  padding: 0 24px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  background: #f6f6f8;
}
.editor__toolbar.fixed {
  position: fixed;
  top: 68px;
}
.editor__toolbar__block {
  padding: 0 6px;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background: #fff;
  min-width: 24px;
  height: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.editor__toolbar__block--shadow {
  background: #f6f6f8;
}
.editor__toolbar__block:last-child {
  border-right: none;
}
.editor__toolbar__block.current_filename {
  display: none;
}
.editor__toolbar__block.list {
  min-width: 0;
}
.editor__toolbar__block.page_status input {
  width: 52px;
  text-align: center;
  margin-right: 4px;
  margin-bottom: 0;
}
.editor__toolbar__block.page_status span {
  margin-left: 4px;
}
.editor__toolbar__block.add {
  position: relative;
  background-color: #3e77b6;
  color: #fff;
}
.editor__toolbar__block.add .uploader {
  position: absolute;
  top: 30px;
  right: 0;
}
.editor__toolbar__block .next,
.editor__toolbar__block .prev {
  border: 1px solid #626870;
  background: #fff;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.editor__toolbar__block .next svg,
.editor__toolbar__block .prev svg {
  margin-left: -0.5px;
}
.editor__toolbar__block .next:hover,
.editor__toolbar__block .prev:hover {
  border: 1px solid #383e45;
}
.editor__toolbar__block .next:hover svg g,
.editor__toolbar__block .next:hover svg path,
.editor__toolbar__block .prev:hover svg g,
.editor__toolbar__block .prev:hover svg path {
  fill: #383e45;
}
.editor__toolbar__block .next:active,
.editor__toolbar__block .prev:active {
  border: 1px solid #383e45;
  background: #383e45;
}
.editor__toolbar__block .next:active svg g,
.editor__toolbar__block .next:active svg path,
.editor__toolbar__block .prev:active svg g,
.editor__toolbar__block .prev:active svg path {
  fill: #fff;
}
.editor__toolbar__options {
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  padding: 8px 0;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}
.editor__toolbar__option {
  min-width: 24px;
  height: 24px;
  margin: 0 2px;
  padding: 4px 6px;
  border-radius: 4px;
  position: relative;
}
.editor__toolbar__option:hover {
  background: #fff;
}
.editor__toolbar__option.active,
.editor__toolbar__option:active {
  background: #f6f6f8;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.editor__toolbar__option-clean {
  height: 32px;
}
.editor__container,
.editor__content {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.editor__content {
  position: relative;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  display: inline-block;
}
.editor__content canvas#file {
  width: 100%;
  height: auto;
  display: none;
}
.editor__content img#file {
  max-width: 800px;
  width: 100%;
}
.editor__content img#file.loading {
  width: 100px;
}
.editor__content__item {
  display: none;
  position: absolute;
  z-index: 9;
}
.editor__content__item--top {
  left: 0;
  top: 0;
}
.editor__content__item--bottom {
  left: 0;
  top: inherit;
  bottom: 0;
}
.editor__content__item__content {
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
}
.editor__content__item__content .text {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-color: transparent;
  border: 0;
  width: auto !important;
  margin: auto;
  height: auto !important;
  letter-spacing: normal;
  line-height: 1.2;
  min-height: 0;
  text-align: center;
  font-size: 48px;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
  color: #fff;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: Impact;
  min-width: 50px;
}
.editor__content__item__content .text:hover {
  background: transparent !important;
}
.editor__content__item__content .text:-moz-placeholder,
.editor__content__item__content .text:-ms-input-placeholder,
.editor__content__item__content .text::-moz-placeholder,
.editor__content__item__content .text::-webkit-input-placeholder {
  color: #000;
  text-shadow: 0 0 2px #fff;
}
.editor__content__item__content .text.active {
  cursor: text;
  caret-color: #3e77b6;
}
.editor__content__item__content img {
  max-width: 100%;
}
.editor__content__item.ui-draggable-handle {
  cursor: move;
}
.editor__content__item.ui-draggable-dragging:hover {
  border: 1px solid transparent;
}
.editor__image {
  width: 100%;
}
.editor__image img {
  max-width: 100%;
}
.editor__option {
  -ms-flex-pack: center;
  justify-content: center;
}
.editor__option,
.editor__option__selector {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.editor__option__selector:after {
  content: "";
  background: url(../img/svg_icons/select_sm.svg) no-repeat 50%;
  width: 10px;
  height: 10px;
  margin-left: 6px;
}
.editor .font-selector {
  font-size: 16px;
  cursor: pointer;
  padding: 8px;
  border-bottom: 1px solid #dadada;
}
.editor .font-selector.active,
.editor .font-selector:hover {
  color: #3e77b6;
}
.editor .font-selector:last-child {
  border-bottom: none;
}
.editor .font-selector.disabled {
  color: #7c7c80;
  position: relative;
}
.editor .font-selector.disabled:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  display: block;
  background: #000;
  left: 0;
  top: 50%;
}
.editor .font-selected {
  font-size: 16px;
}
.editor__toolbar__option .editor__option__content .col {
  -ms-flex-preferred-size: 180px;
}
@media (max-width: 840px) {
  .editor__toolbar {
    height: 32px;
  }
  .editor__toolbar__options {
    padding: 4px 0;
    border-radius: 4px;
  }
  .editor__toolbar__option {
    padding: 2px;
    min-width: 16px;
  }
  .editor__option__selector:after {
    margin-left: 2px;
    font-size: 8px;
  }
  .editor__toolbar__block {
    min-width: 32px;
    padding: 0 2px;
    border-right: 0;
  }
  .editor__toolbar.fixed {
    margin-right: auto !important;
  }
  .editor__toolbar__block .next,
  .editor__toolbar__block .prev {
    width: 24px;
    height: 24px;
  }
  .editor__option__content {
    top: 48px;
    padding: 4px;
  }
  .sign__element {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.editor__sidebar__options {
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  z-index: 22;
}
.editor__sidebar__options .editor__option__content {
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%);
}
.editor__sidebar__options .editor__toolbar__block:last-child {
  display: none;
}
.editor__toolbar select {
  margin-bottom: 0;
  margin-left: 12px;
  margin-right: 12px;
  max-width: 250px;
}
.tool__workarea__rendered .editor__toolbar {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.tool__workarea__rendered .editor__toolbar__options {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  background: #f6f6f8;
}
.tool__workarea__rendered .editor__toolbar__block {
  background: transparent;
}
body.process-run .toastr {
  display: none !important;
}
body.process-run .header {
  position: relative;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 24px;
  margin-bottom: 90px;
  height: auto;
}
body.process-run .header__main {
  -ms-flex-pack: center;
  justify-content: center;
  background: 0 0;
}
body.process-run .header__main .desktop,
body.process-run .header__main .header__nav,
body.process-run .header__main .top-menu {
  display: none;
}
body.process-run .header .brand {
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
}
body.process-run .header .brand__logo {
  width: 200px;
}
body.process-run .main {
  margin-top: 0;
}
body.process-run .main .tool {
  height: auto;
}
body.process-run .main .tool .editor__toolbar,
body.process-run .main .tool .tool__workarea .tool__header,
body.process-run .main .tool .tool__workarea .uploader {
  display: none;
}
body.process-run .btn--process,
body.process-run .main .tool .tool__preview,
body.process-run .main .tool .tool__sidebar,
body.process-run .main .tool .tool__workarea__rendered {
  display: none !important;
}
body.process-run .sidetools {
  display: none;
}
@media (min-width: 480px) {
  body.process-run .header {
    margin-top: 24px;
    margin-bottom: 48px;
  }
  body.process-run .brand {
    -ms-flex: 0 1 200px;
    flex: 0 1 200px;
  }
  body.process-run .brand__logo,
  body.process-run .brand__logo img {
    width: 200px;
  }
}
.file,
.page__element,
.range__element {
  margin: 4px;
  width: 198px;
  height: 244px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border: 1px solid transparent;
  background: #f6f6f8;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.file:hover,
.page__element:hover,
.range__element:hover {
  background-color: #fff;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.file:hover .file__act,
.page__element:hover .file__act,
.range__element:hover .file__act {
  display: -ms-flexbox;
  display: flex;
}
.file:hover .file__canvas:after,
.page__element:hover .file__canvas:after,
.range__element:hover .file__canvas:after {
  opacity: 0.6;
}
.file__act {
  top: 3px;
  right: 8px;
  position: absolute;
  display: none;
  z-index: 9;
}
.file-btn {
  padding: 3px;
  width: 24px;
  height: 24px;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  background: #3e77b6;
  margin-left: 4px;
  z-index: 1030;
  border-radius: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.file-btn,
.file-btn:hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.6);
}
.file-btn:hover {
  background: #3e77b6;
}
.file-btn.rotate svg {
  padding-bottom: 1px;
}
.file-btn.rotate:hover g,
.file-btn.rotate:hover path,
.file-btn.rotate:hover polygon,
.file-btn.rotate:hover svg {
  fill: #fff;
}
.file-btn.remove g,
.file-btn.remove path,
.file-btn.remove polygon,
.file-btn.remove svg {
  fill: #383e45;
}
.file-btn.remove:hover {
  background: #3e77b6;
}
.file-btn.remove:hover g,
.file-btn.remove:hover path,
.file-btn.remove:hover polygon,
.file-btn.remove:hover svg {
  fill: #fff;
}
.file__canvas {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
}
.file__canvas:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.35);
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 0;
}
.file__canvas canvas {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.file__canvas > div,
.file__canvas canvas {
  background-position: 50%;
  background-repeat: no-repeat;
}
.file__canvas > div.password,
.file__canvas canvas.password {
  background-image: url(/img/filetype/password.svg) !important;
}
.file__canvas > div.pdf,
.file__canvas canvas.pdf {
  background-image: url(/img/filetype/pdf.svg);
}
.file__canvas > div.word,
.file__canvas canvas.word {
  background-image: url(/img/filetype/word.svg);
}
.file__canvas > div.doc,
.file__canvas canvas.doc {
  background-image: url(/img/filetype/doc.svg);
}
.file__canvas > div.docx,
.file__canvas canvas.docx {
  background-image: url(/img/filetype/docx.svg);
}
.file__canvas > div.odg,
.file__canvas > div.odp,
.file__canvas > div.odt,
.file__canvas canvas.odg,
.file__canvas canvas.odp,
.file__canvas canvas.odt {
  background-image: url(/img/filetype/odt.svg);
}
.file__canvas > div.image,
.file__canvas canvas.image {
  background-image: url(/img/filetype/image.svg);
}
.file__canvas > div.excel,
.file__canvas canvas.excel {
  background-image: url(/img/filetype/excel.svg);
}
.file__canvas > div.xls,
.file__canvas canvas.xls {
  background-image: url(/img/filetype/xls.svg);
}
.file__canvas > div.xlsx,
.file__canvas canvas.xlsx {
  background-image: url(/img/filetype/xlsx.svg);
}
.file__canvas > div.powerpoint,
.file__canvas canvas.powerpoint {
  background-image: url(/img/filetype/powerpoint.svg);
}
.file__canvas > div.ppt,
.file__canvas canvas.ppt {
  background-image: url(/img/filetype/ppt.svg);
}
.file__canvas > div.pptx,
.file__canvas canvas.pptx {
  background-image: url(/img/filetype/pptx.svg);
}
.file__canvas > div.password,
.file__canvas canvas.password {
  background-image: url(/img/filetype/password.svg);
}
.file__canvas > div.jpeg,
.file__canvas > div.jpg,
.file__canvas canvas.jpeg,
.file__canvas canvas.jpg {
  background-image: url(/img/filetype/jpg.svg);
}
.file__canvas > div.png,
.file__canvas canvas.png {
  background-image: url(/img/filetype/png.svg);
}
.file__canvas > div.gif,
.file__canvas canvas.gif {
  background-image: url(/img/filetype/gif.svg);
}
.file__canvas > div.tif,
.file__canvas > div.tiff,
.file__canvas canvas.tif,
.file__canvas canvas.tiff {
  background-image: url(/img/filetype/tif.svg);
}
.file__canvas > div.raw,
.file__canvas canvas.raw {
  background-image: url(/img/filetype/raw.svg);
}
.file__canvas > div.psd,
.file__canvas canvas.psd {
  background-image: url(/img/filetype/psd.svg);
}
.file__canvas > div.webp,
.file__canvas canvas.webp {
  background-image: url(/img/filetype/webp.svg);
}
.file__canvas > div.cr2,
.file__canvas canvas.cr2 {
  background-image: url(/img/filetype/cr2.svg);
}
.file__canvas > div.rw2,
.file__canvas canvas.rw2 {
  background-image: url(/img/filetype/rw2.svg);
}
.file__canvas > div.nef,
.file__canvas canvas.nef {
  background-image: url(/img/filetype/nef.svg);
}
.file__canvas > div.arw,
.file__canvas canvas.arw {
  background-image: url(/img/filetype/arw.svg);
}
.file__canvas > div.sr2,
.file__canvas canvas.sr2 {
  background-image: url(/img/filetype/sr2.svg);
}
.file__canvas > div.orf,
.file__canvas canvas.orf {
  background-image: url(/img/filetype/orf.svg);
}
.file__canvas > div.pef,
.file__canvas canvas.pef {
  background-image: url(/img/filetype/pef.svg);
}
.file__canvas > div.raf,
.file__canvas canvas.raf {
  background-image: url(/img/filetype/raf.svg);
}
.file__canvas > div.txt,
.file__canvas canvas.txt {
  background-image: url(/img/filetype/txt.svg);
}
.file__canvas > div.rtf,
.file__canvas canvas.rtf {
  background-image: url(/img/filetype/rtf.svg);
}
.file__canvas > div.zip,
.file__canvas canvas.zip {
  background-image: url(/img/filetype/zip.svg);
}
.file__canvas > div.z7z,
.file__canvas canvas.z7z {
  background-image: url(/img/filetype/7z.svg);
}
.file__canvas > div.rar,
.file__canvas canvas.rar {
  background-image: url(/img/filetype/rar.svg);
}
.file__canvas > div.odt,
.file__canvas canvas.odt {
  background-image: url(/img/filetype/odt.svg);
}
.file__canvas > div.ods,
.file__canvas canvas.ods {
  background-image: url(/img/filetype/ods.svg);
}
.file__canvas > div.odp,
.file__canvas canvas.odp {
  background-image: url(/img/filetype/odp.svg);
}
.file__canvas > div.sxw,
.file__canvas canvas.sxw {
  background-image: url(/img/filetype/sxw.svg);
}
.file__canvas > div.sxc,
.file__canvas canvas.sxc {
  background-image: url(/img/filetype/sxc.svg);
}
.file__canvas > div.sxi,
.file__canvas canvas.sxi {
  background-image: url(/img/filetype/sxi.svg);
}
.file__canvas > div.damaged,
.file__canvas > div.error,
.file__canvas canvas.damaged,
.file__canvas canvas.error {
  background-image: url(/img/filetype/damaged.svg);
}
.file__canvas > div {
  height: 100%;
  width: 100%;
}
.file__info {
  position: absolute;
  height: 32px;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media (max-width: 1440px) {
  .file__info {
    height: 28px;
  }
}
.file__info__name {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 16px;
  padding: 6px 8px;
  border: 1px solid transparent;
  z-index: 99;
}
@media (max-width: 1440px) {
  .file__info__name {
    padding: 4px;
  }
}
.file__info__size {
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.file__info__size svg {
  margin-right: 3px;
}
.file__info__size__from {
  padding: 2px 4px;
  background: #aeaeb2;
  border-radius: 4px;
  color: #fff;
}
.file__info__size__to {
  padding: 2px 4px;
  background: #ff6a58;
  border-radius: 4px;
  color: #fff;
  margin-left: -2px;
}
.file__info:hover .file__info__name {
  background-color: #fff;
  border: 1px solid #ddd;
  position: absolute;
  left: 50%;
  right: 0;
  cursor: default;
  white-space: pre-wrap;
  overflow: visible;
  -o-text-overflow: clip;
  text-overflow: clip;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.file__info:hover .file__info__size {
  margin-top: 22px;
}
.file__preload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 100%, 0.8) url(/img/svg_icons/preload.svg) 50%
    no-repeat;
}
.file__name {
  max-width: 180px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: text-bottom;
}
.file--fromjpg .file__canvas,
.file--merge .file__canvas {
  cursor: move;
}
.file--imagepdf .file__canvas:after {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.file--img .image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.file--img .file__canvas {
  width: 90%;
  height: 70%;
}
.file--img .file__canvas:after {
  display: none;
}
.file.unselected .image,
.unselected.page__element .image,
.unselected.range__element .image {
  opacity: 0.5;
}
.file.selected,
.selected.page__element,
.selected.range__element {
  background: #fff;
}
.file.selected .file__info:before,
.selected.page__element .file__info:before,
.selected.range__element .file__info:before {
  background: #4acd86 url(/img/svg_icons/check-white.svg) no-repeat 50%;
  position: absolute;
  bottom: 8px;
  left: 4px;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  border: 1px solid #1d9d58;
}
.file.sortable-chosen .file__act,
.file.sortable-chosen:hover .file__act,
.sortable-chosen.page__element .file__act,
.sortable-chosen.page__element:hover .file__act,
.sortable-chosen.range__element .file__act,
.sortable-chosen.range__element:hover .file__act {
  display: none;
}
.file.sortable-chosen .file__act:hover,
.file.sortable-chosen:hover .file__act:hover,
.sortable-chosen.page__element .file__act:hover,
.sortable-chosen.page__element:hover .file__act:hover,
.sortable-chosen.range__element .file__act:hover,
.sortable-chosen.range__element:hover .file__act:hover {
  display: -ms-flexbox;
  display: flex;
}
.file__info__more {
  display: none;
}
.file__info:hover .file__info__name {
  min-width: 150px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
}
.file__info:hover .file__info__more,
.file__info:hover .file__info__namefull {
  display: inline;
}
.file__info:hover .file__info__more strong,
.file__info:hover .file__info__namefull strong {
  color: #383e45;
}
.sortable-ghost {
  border-color: #3e77b6;
  border-style: dashed;
  -webkit-box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.75);
}
.sortable-ghost > * {
  display: none;
}
.sortOn .file__act,
.sortOn .tooltip:after,
.sortOn .tooltip:before {
  display: none !important;
}
.sortOn .file:hover,
.sortOn .page__element:hover,
.sortOn .range__element:hover {
  background: #f6f6f8;
}
.fileA,
.fileA:after {
  background: #ffcdd2;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 1px solid #ef9a9a;
}
.fileA.active,
.fileA.active:after,
.fileA:hover,
.fileA:hover:after {
  background: #ef9a9a;
}
.fileB,
.fileB:after {
  background: #b2ebf2;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 1px solid #80deea;
}
.fileB.active,
.fileB.active:after,
.fileB:hover,
.fileB:hover:after {
  background: #80deea;
}
.fileC,
.fileC:after {
  background: #fff9c4;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 1px solid #fff59d;
}
.fileC.active,
.fileC.active:after,
.fileC:hover,
.fileC:hover:after {
  background: #fff59d;
}
.fileD,
.fileD:after {
  background: #c5cae9;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 1px solid #9fa8da;
}
.fileD.active,
.fileD.active:after,
.fileD:hover,
.fileD:hover:after {
  background: #9fa8da;
}
.fileE,
.fileE:after {
  background: #b2dfdb;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 1px solid #80cbc4;
}
.fileE.active,
.fileE.active:after,
.fileE:hover,
.fileE:hover:after {
  background: #80cbc4;
}
.fileF,
.fileF:after {
  background: #ffe0b2;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 1px solid #ffcc80;
}
.fileF.active,
.fileF.active:after,
.fileF:hover,
.fileF:hover:after {
  background: #ffcc80;
}
.fileG,
.fileG:after {
  background: #cfd8dc;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 1px solid #b0bec5;
}
.fileG.active,
.fileG.active:after,
.fileG:hover,
.fileG:hover:after {
  background: #b0bec5;
}
.fileH,
.fileH:after {
  background: #dcedc8;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 1px solid #c5e1a5;
}
.fileH.active,
.fileH.active:after,
.fileH:hover,
.fileH:hover:after {
  background: #c5e1a5;
}
.fileI,
.fileI:after {
  background: #fce4ec;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 1px solid #f8bbd0;
}
.fileI.active,
.fileI.active:after,
.fileI:hover,
.fileI:hover:after {
  background: #f8bbd0;
}
.fileJ,
.fileJ:after {
  background: #bbdefb;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 1px solid #90caf9;
}
.fileJ.active,
.fileJ.active:after,
.fileJ:hover,
.fileJ:hover:after {
  background: #90caf9;
}
.page {
  margin: 12px;
  position: relative;
}
.page__actions {
  top: 8px;
  right: 8px;
  position: absolute;
  display: none;
  z-index: 9;
}
.page__btn {
  padding: 3px;
  width: 24px;
  height: 24px;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  background: #3e77b6;
  margin-left: 4px;
  z-index: 1030;
  border-radius: 100%;
  cursor: pointer;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
}
.page__btn:hover {
  background: #3e77b6;
  -webkit-box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.14);
}
.page__btn.rotate svg {
  padding-bottom: 1px;
}
.page__btn.rotate g,
.page__btn.rotate path,
.page__btn.rotate svg {
  fill: #3e77b6;
}
.page__btn.rotate:hover g,
.page__btn.rotate:hover path,
.page__btn.rotate:hover svg {
  fill: #fff;
}
.page__btn.remove g,
.page__btn.remove path,
.page__btn.remove svg {
  fill: #383e45;
}
.page__btn.remove:hover {
  background: #3e77b6;
}
.page__btn.remove:hover g,
.page__btn.remove:hover path,
.page__btn.remove:hover svg {
  fill: #fff;
}
.page__title {
  cursor: move;
  font-size: 15px;
  font-weight: 500;
  color: #161616;
  letter-spacing: 0.3px;
  margin-bottom: 12px;
  line-height: 24px;
  color: #3e77b6;
}
.page__title a:hover {
  color: #161616;
}
@media (max-width: 62em) {
  .page__title {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
  }
}
.page__container {
  padding: 2px;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .page__container {
    margin: 4px;
    padding: 8px;
  }
}
.page__canvas {
  position: relative;
}
.page__element:hover {
  cursor: move;
}
.page__to {
  font-size: 48px;
}
.page__remove {
  position: absolute;
  right: 16px;
  top: 12px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #e1e1e1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page__remove:hover svg,
.page__remove g,
.page__remove polygon {
  fill: #3e77b6;
}
.page.active .range__container,
.page:hover .range__container {
  background: hsla(0, 0%, 100%, 0.8);
}
.page:hover .page__actions {
  display: -ms-flexbox;
  display: flex;
}
.page:hover .page__canvas:after {
  opacity: 0.6;
}
.page__add {
  position: absolute;
  right: -34px;
  width: 42px;
  z-index: 99;
  display: none;
  opacity: 0.6;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 42px;
  border-radius: 100%;
  background: #fff url(/img/svg_icons/add-page.svg) no-repeat 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
}
.page__add:first-child {
  right: auto;
  left: -34px;
}
.page__add:hover {
  opacity: 1;
}
.page:hover .page__add {
  display: block;
}
.files__order__item {
  padding: 12px 48px 12px 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.files__order__item.active,
.files__order__item:hover {
  border: 1px solid #383e45;
}
.files__order__item .filename {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.files__order__item .close {
  display: none;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.files__order__item:hover .close {
  display: block;
}
.page.sortable-ghost.sortable-chosen .page__container {
  opacity: 0.2;
}
.page.sortable-chosen .page__actions,
.page.sortable-chosen .page__add,
.page.sortable-ghost.sortable-chosen .page__actions,
.page.sortable-ghost.sortable-chosen .page__add {
  display: none;
}
.page.sortable-chosen .page__add:hover {
  display: block;
}
.page.sortable-chosen .page__actions:hover {
  display: -ms-flexbox;
  display: flex;
}
#filePages.dragging .page__actions,
#filePages.dragging .page__add,
#filePages.dragging .tooltip:after,
#filePages.dragging .tooltip:before {
  display: none;
}
.file__bullet {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #3e77b6;
  -webkit-box-shadow: 0 0 8px 2px #fff;
  box-shadow: 0 0 8px 2px #fff;
}
.file__bullet--top {
  top: 4px;
}
.file__bullet--middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.file__bullet--bottom {
  bottom: 7px;
}
.file__bullet--left {
  left: 4px;
}
.file__bullet--center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.file__bullet--right {
  right: 4px;
}
.file__bullet--small.file__bullet--top {
  top: 0;
}
.file__bullet--small.file__bullet--bottom {
  bottom: 3px;
}
.file__bullet--small.file__bullet--left {
  left: 0;
}
.file__bullet--small.file__bullet--right {
  right: 0;
}
.file__bullet--big.file__bullet--top {
  top: 8px;
}
.file__bullet--big.file__bullet--bottom {
  bottom: 11px;
}
.file__bullet--big.file__bullet--left {
  left: 8px;
}
.file__bullet--big.file__bullet--right {
  right: 8px;
}
.file__bullet--center.file__bullet--middle {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page .page__element {
  margin: 0;
}
.facing-page {
  display: -ms-flexbox;
  display: flex;
}
.facing-page .page:first-child {
  margin-right: 0;
}
.facing-page .page:first-child .page__container {
  padding: 2px 0 2px 2px;
}
.facing-page .page:first-child .page__element {
  -ms-flex-align: end;
  align-items: flex-end;
}
.facing-page .page:first-child .file__bullet--left {
  left: inherit;
  right: 4px;
}
.facing-page .page:first-child .file__bullet--left.file__bullet--small {
  right: 0;
}
.facing-page .page:first-child .file__bullet--left.file__bullet--big {
  right: 8px;
}
.facing-page .page:first-child .file__bullet--right {
  right: inherit;
  left: 4px;
}
.facing-page .page:first-child .file__bullet--right.file__bullet--small {
  left: 0;
}
.facing-page .page:first-child .file__bullet--right.file__bullet--big {
  left: 8px;
}
.facing-page .page:last-child {
  margin-left: 0;
}
.facing-page .page:last-child .page__container {
  padding: 2px 2px 2px 0;
}
.facing-page .page:last-child .page__element {
  -ms-flex-align: start;
  align-items: flex-start;
}
.tool-pagenumber .page__element:hover,
.tool-watermark .page__element:hover {
  cursor: auto;
}
.bg1,
.bg2,
.bg3,
.bg4,
.bg5 {
  position: relative;
  overflow: hidden;
}
.bg1:before,
.bg2:before,
.bg3:before,
.bg4:before,
.bg5:before {
  z-index: -3;
}
.bg1:after,
.bg1:before,
.bg2:after,
.bg2:before,
.bg3:after,
.bg3:before,
.bg4:after,
.bg4:before,
.bg5:after,
.bg5:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin-left: -100%;
  top: 0;
  right: 0;
  background-image: -webkit-linear-gradient(94deg, #383e45, #383e45);
  background-image: -o-linear-gradient(94deg, #383e45 0, #383e45 100%);
  background-image: linear-gradient(-4deg, #383e45, #383e45);
}
.bg1:after,
.bg2:after,
.bg3:after,
.bg4:after,
.bg5:after {
  z-index: -1;
  -webkit-transform: translateX(-50%) skew(-25deg);
  transform: translateX(-50%) skew(-25deg);
}
.bg2:before {
  background-image: -webkit-linear-gradient(94deg, #383e45, #383e45);
  background-image: -o-linear-gradient(94deg, #383e45 0, #383e45 100%);
  background-image: linear-gradient(-4deg, #383e45, #383e45);
}
.bg2:after,
.bg3:after {
  -webkit-transform: translateX(-35%) skew(-40deg);
  transform: translateX(-35%) skew(-40deg);
  background-image: -webkit-linear-gradient(94deg, #383e45, #383e45);
  background-image: -o-linear-gradient(94deg, #383e45 0, #383e45 100%);
  background-image: linear-gradient(-4deg, #383e45, #383e45);
  width: 150%;
}
.bg4:before {
  background-image: -webkit-linear-gradient(94deg, #f6f6f8, #f0f0f0);
  background-image: -o-linear-gradient(94deg, #f6f6f8 0, #f0f0f0 100%);
  background-image: linear-gradient(-4deg, #f6f6f8, #f0f0f0);
}
.bg4:after {
  -webkit-transform: translateX(-35%) skew(-40deg);
  transform: translateX(-35%) skew(-40deg);
  background-image: -webkit-linear-gradient(94deg, #f0f0f0, #f6f6f8);
  background-image: -o-linear-gradient(94deg, #f0f0f0 0, #f6f6f8 100%);
  background-image: linear-gradient(-4deg, #f0f0f0, #f6f6f8);
  width: 150%;
}
.bg5:before {
  background-image: -webkit-linear-gradient(94deg, #383e45, #383e45);
  background-image: -o-linear-gradient(94deg, #383e45 0, #383e45 100%);
  background-image: linear-gradient(-4deg, #383e45, #383e45);
}
.bg5:after {
  -webkit-transform: translateX(-50%) skew(-75deg);
  transform: translateX(-50%) skew(-75deg);
  background-image: -webkit-linear-gradient(94deg, #2d3137, #626870);
  background-image: -o-linear-gradient(94deg, #2d3137 0, #626870 100%);
  background-image: linear-gradient(-4deg, #2d3137, #626870);
}
.pricing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pricing--standard {
  margin-top: -2px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.pricing__account {
  background: #f2f3f8;
  position: relative;
  margin: 16px;
  border-radius: 8px;
  -ms-flex: 1 0;
  flex: 1 0;
}
.pricing__account .btn {
  margin-top: 0;
}
.pricing__account__tier {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 34px;
  font-weight: 500;
}
.pricing__account__price {
  font-size: 32px;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 600;
}
.pricing__account__price__resume {
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 24px;
  font-weight: 400;
}
.pricing__account__header {
  padding: 32px 32px 12px;
  min-height: 168px;
}
.pricing__account__header p {
  margin-bottom: 0;
}
.pricing__account__header__folding {
  position: absolute;
  top: 0;
  right: 0;
}
.pricing__account__header__folding svg {
  background: #fff;
  width: 55px;
  height: 55px;
}
@media (max-width: 1200px) {
  .pricing__account__header__folding svg {
    width: 42px;
    height: 42px;
  }
}
.pricing__account__body {
  padding: 18px 32px 32px;
}
.pricing__account__body p {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 24px;
}
.pricing__account__action {
  padding: 10px 32px;
  min-height: 66px;
}
.pricing__account--premium {
  background: #383e45;
  color: #fff;
}
.pricing .pricing__price__numbers + .pricing__price__code {
  margin-left: 5px;
}
.pricing--standard .pricing__price__code,
.pricing--standard .pricing__price__numbers {
  color: #161616;
}
.block__body .pricing__account .btn {
  margin-top: 0;
}
.pricing__table {
  border: 1px solid #f2f3f8;
  border-collapse: collapse;
  margin-top: 72px;
  position: relative;
}
.pricing__table thead th {
  text-align: center;
  text-transform: none;
  top: 60px;
  position: sticky;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.4);
  z-index: 9;
}
.pricing__table tbody th {
  background: #f2f3f8;
}
.pricing__table tbody th.clean {
  background: transparent;
}
.pricing__table tbody tr {
  border-left: 0;
}
.pricing__table tbody tr:nth-child(odd) {
  background: transparent;
}
.pricing__table tbody tr:hover {
  border-left: 0;
}
.pricing__table th {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
}
@media (max-width: 46.25em) {
  .pricing__table th {
    font-size: 16px;
    line-height: 18px;
  }
}
.pricing__table td {
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 24px;
}
@media (max-width: 46.25em) {
  .pricing__table td {
    font-size: 12px;
    line-height: 16px;
  }
}
.pricing__table td,
.pricing__table th {
  border: 1px solid #f2f3f8;
  padding: 16px 32px;
  vertical-align: middle;
}
@media (max-width: 46.25em) {
  .pricing__table td,
  .pricing__table th {
    padding: 8px 12px;
  }
}
.pricing__table tr > :first-child {
  text-align: left;
}
.pricing__table .feature__no,
.pricing__table .feature__yes {
  display: inline-block;
  width: 16px;
  height: 12px;
}
.pricing__table .feature__yes {
  background: url(/img/items/ok_sm.svg) no-repeat 50%;
}
.pricing__table .feature__no {
  background: url(/img/items/fail_sm_b0.svg) no-repeat 50%;
}
.pricing__table .listcheck__item {
  font-size: 13px;
  margin-bottom: 0;
}
.pricing__table .list__dropdown {
  cursor: pointer;
}
.pricing__table .list__dropdown:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  margin-left: 8px;
  background: url(/img/items/arrow-down.svg) no-repeat 50%;
}
.pricing__table .list__dropdown strong {
  font-weight: 300;
}
.pricing__table .list__dropdown + ul {
  display: none;
  text-align: left;
  margin-top: 16px;
}
.pricing__table ul.list__tabled li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 13px;
}
.pricing__table .tooltip {
  position: relative;
}
.pricing__table .tooltip:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 0 solid transparent;
  position: absolute;
  border-top: 12px solid #3e77b6;
  top: 0;
  right: 0;
  -webkit-transition: border 0.4s ease-out;
  -o-transition: border 0.4s ease-out;
  transition: border 0.4s ease-out;
}
.pricing__table .tooltip:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  top: 0;
  left: 0;
  -webkit-transition: border 0.5s ease-out;
  -o-transition: border 0.5s ease-out;
  transition: border 0.5s ease-out;
}
.pricing__table .tooltip:hover:before {
  border: 1px solid #383e45;
}
.pricing__table .tooltip:hover:after {
  border-top: 12px solid #383e45;
}
.pricing__table tr.no-border td,
.pricing__table tr.no-border th {
  border-color: transparent;
}
@media (max-width: 46.25em) {
  .pricing__table .btn {
    font-size: 14px;
    line-height: 14px;
    min-width: 0;
    padding: 6px 12px 8px;
  }
  .pricing__table .feature__no,
  .pricing__table .feature__yes {
    width: 12px;
    height: 12px;
    background-size: contain;
  }
  .pricing__table .list__dropdown {
    pointer-events: none;
  }
  .pricing__table .list__dropdown:after {
    display: none;
  }
}
#sidebar .editor__toolbar__options {
  position: relative;
  z-index: 22;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin-top: -8px;
}
#sidebar .editor__toolbar__options .editor__option__content {
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%);
  bottom: 42px;
  top: auto;
}
#sidebar .editor__toolbar__options .toolbar-color .editor__option__content {
  -webkit-transform: translateX(-70%);
  transform: translateX(-70%);
}
@media (max-width: 1440px) {
  #sidebar:after {
    width: 375px;
  }
}
@media (max-width: 840px) {
  #sidebar:after {
    display: none;
  }
}
.option {
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.option--hidden {
  display: none;
}
.option--active,
.option--active:hover {
  background: #f6f6f8;
}
.option--disabled {
  cursor: not-allowed !important;
}
.option--active:after {
  color: #fff;
  width: 28px;
  height: 28px;
  background: #4acd86
    url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iMjQiIGhlaWdodD0iMjQiCnZpZXdCb3g9IjAgMCAyNCAyNCI+CjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik0yMSA2TDkgMTggNCAxMyI+PC9wYXRoPgo8L3N2Zz4=)
    50% 50% no-repeat;
  border-radius: 100%;
  text-align: center;
  line-height: 18px;
  background-size: 11px;
  border: 1px solid #1d9d58;
  border-radius: 100%;
}
.option--active:after,
.option--next:after,
.active2:after {
  content: "";
  display: block;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.option--next:after {
  width: 8px;
  height: 12px;
  background: url(/img/items/chevron_right_g.svg) no-repeat 50%;
}
.option--next:hover:after {
  color: #3e77b6;
}
.option--btn {
  min-width: 200px;
  padding: 10px 24px 14px;
  text-shadow: none;
  border: none;
  text-decoration: none;
  border-radius: 4px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  cursor: pointer;
  background-color: #383e45;
  color: #fff;
}
.option--btn:hover {
  -webkit-box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.option--btn:active {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
}
.option--btn i {
  margin: auto 6px auto 0;
}
.option--btn svg {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 8px;
  margin-top: 4px;
}
.option--btn > :last-child {
  margin-right: 0;
}
.option--btn svg + div {
  text-align: left;
  margin-left: 12px;
}
.option--btn div + svg {
  margin-left: 12px;
}
.option--btn:hover {
  background-color: #626870;
}
.option--btn:active {
  background-color: #383e45;
}
.option--btn:disabled {
  background: #3e77b6 !important;
}
.option__select__item {
  border-bottom: 1px solid #aeaeb2;
  padding: 22px 60px 22px 22px;
  cursor: pointer;
  position: relative;
}
.option__select__item:hover {
  background: #f6f6f8;
}
.option__select__item__title {
  font-size: 15px;
  font-weight: 500;
  color: #3e77b6;
  letter-spacing: 0.3px;
  line-height: 24px;
  text-transform: uppercase;
  line-height: 18px;
  display: block;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4px;
}
.option__select__item__title a:hover {
  color: #3e77b6;
}
.option__panel__content {
  padding: 0 0 25px;
}
@media (max-width: 62em) {
  .option__select__item__title {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
  }
}
.option__select__item__title img {
  margin-right: 8px;
}
.option__select__item--icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.option__select__icon {
  margin: 0 24px 0 0;
}
.option__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.option__buttons .option {
  border: 1px solid #aeaeb2;
  margin: 4px;
  padding: 12px;
  width: 32px;
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
}
.option__buttons .option--active {
  background: #161616;
  color: #fff;
  border-color: #161616;
}
.option__buttons .option--active:after {
  display: none;
}
.option__label__title,
.option__title {
  font-size: 15px;
  font-weight: 500;
  color: #3e77b6;
  letter-spacing: 0.3px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.option__label__title a:hover,
.option__title a:hover {
  color: #3e77b6;
}
@media (max-width: 62em) {
  .option__label__title,
  .option__title {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
  }
}
@media (max-width: 90em) {
  .option__label__title,
  .option__title {
    margin-bottom: 12px;
  }
}
.option__title2 {
  display: block;
  margin-bottom: 4px;
}
.option__back {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0;
  line-height: 32px;
  background: #626870;
  padding: 12px 24px;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.option__back a:hover {
  color: #fff;
}
@media (max-width: 62em) {
  .option__back {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 840px) {
  .option__back {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 460px) {
  .option__back {
    font-size: 14px;
    line-height: 18px;
  }
}
.option__back svg {
  width: 12px;
  height: 12px;
  margin-right: 8px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.option__back:hover svg {
  margin-left: -4px;
  margin-right: 12px;
}
.option__description,
.option__label__description {
  display: inline-block;
}
.option__description__more__toggle:hover {
  color: #3e77b6;
}
.option__description__more__toggle:before {
  content: "[+]";
  float: left;
  margin-right: 4px;
}
.option__description__more--extend__toggle:before {
  content: "[-]";
}
.option__description__more--extend .option__description__content {
  display: block;
  margin-left: 24px;
}
.option__description__more--extend .option__value:after {
  content: "";
}
.option__description__content,
.option__description__more--extend .option__value--title,
.option__value {
  display: inline-block;
}
.option__value {
  color: #161616;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
}
.option__value:after {
  content: ", ";
}
.option__value--title {
  font-size: 15px;
  font-weight: 500;
  color: #161616;
  letter-spacing: 0.3px;
  margin-bottom: 12px;
  line-height: 24px;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}
.option__value--title a:hover {
  color: #161616;
}
@media (max-width: 62em) {
  .option__value--title {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
  }
}
.option__value--title:last-child:after {
  content: ";";
}
.option__value--color {
  width: 16px;
  height: 16px;
  background-color: #fff;
  text-indent: -99999px;
}
.option__image {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  margin-left: -4px;
  margin-right: -4px;
  padding: 0;
}
.option__image__item {
  padding: 18px 28px;
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 50%;
  text-align: center;
  color: #7c7c80;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 4px;
  background: #f4f5f9;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  border: 2px solid transparent;
}
.option__image__item.active g,
.option__image__item.active path,
.option__image__item.active svg {
  color: #3e77b6 !important;
  margin: 8px auto;
  height: 32px;
}
@media (max-width: 90em) {
  .option__image__item {
    padding: 8px 18px;
  }
}
.option__image__item__title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.4px;
  margin-bottom: 0;
  color: #7c7c80;
  text-align: center;
  margin-top: 10px;
  margin-left: 0;
}
.nav-item {
  padding: 16px;
  position: relative;
  border: 0;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  color: #7c7c80;
  border: 1px solid #c4c5c7;
  
  cursor: pointer;
}
.nav-tabs {
  border: 0;
}
.nav-tabs .nav-item {
  border: 0;
  padding: 0;
}
.nav.nav-tabs {
  position: relative;
}
.nav.nav-tabs .nav-link svg {
  margin: 0;
  fill: #7c7c80;
}
.nav.nav-tabs .nav-link {
  border-top-width: 0;
  border: 1px solid #c4c5c7;
  padding: 12px 24px;
  width: 100%;
}
.nav.nav-tabs .nav-link.active {
  border-color: #c4c5c7 #c4c5c7 #fff;
}
.nav.nav-tabs .nav-link.active:after {
  color: #fff;
  width: 18px;
  height: 18px;
  background: #f2f2f2 url(https://www.iconpacks.net/icons/2/free-check-icon-3278-thumb.png) no-repeat 50%;
  border-radius: 100%;
  text-align: center;
  line-height: 18px;
  background-size: 11px;
  border: 1px solid #1d9d58;
}
.nav.nav-tabs .nav-linking1.active:after,
.nav.nav-tabs .nav-linking2.active:after {
  content: "";
  display: block;
  position: absolute;
  left: 8%;
  top: 20%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav.nav-tabs .nav-linking1.after:after,
.nav.nav-tabs .nav-linking2.after:after {
  right: auto;
  left: 8px;
  top: 8px;
  -webkit-transform: none;
  transform: none;
  width: 18px;
  height: 18px;
  background-size: 11px;
}
.nav-item .nav-link.active svg {
  fill: #000 !important;
}
.tab-content > .active {
  border: none;
  padding: 35px 20px;
}
.range-mode-title {
  color: #3e77b6;
  padding: 10px 0;
  text-transform: uppercase;
}
.rm-option {
  padding-right: 20px !important;
}
.rm-option button#extract-all-page-tab {
  padding: 18px 15px;
}
.range-mode .nav-tabs .nav-item {
  display: flex;
}
.nav.nav-tabs .nav-link.sbr-inner-btn {
  border: none;
  width: 100%;
  background: #f4f5f9;
  border-radius: 4px;
  padding: 18px 28px;
  font-weight: 500;
  border: 2px solid #c4c5c7;
}
.nav.nav-tabs .nav-link.sbr-inner-btn.active {
  color: #3e77b6;
  border: 2px solid #3e77b6;
}
.option__image__item__title a:hover {
  color: #161616;
}

.range__remove {
  position: absolute;
  right: 16px;
  top: 12px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #fff;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form__group__container {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form__group__container .title4 {
  font-size: 15px;
  font-weight: 500;
  color: #3e77b6;
  letter-spacing: 0.3px;
  line-height: 24px;
  margin-bottom: 8px;
  width: 100%;
}
.form__group__container .form__group {
  margin-bottom: 12px;
  margin-top: 12px;
}
.formarea.ranges .form__group--boxed {
  margin: 5px 20px 10px 0;
}
.form__group .option.input {
  width: 60px;
}
.form__group--boxed {
  border: 1px solid #aeaeb2;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  border-radius: 4px;
  padding-left: 8px;
  overflow: hidden;
}
.form__group--boxed label {
  margin-right: 12px;
  margin-bottom: 0;
}
.form__group__container .input,
.form__group__container input,
.form__group__container select {
  height: 42px;
  width: 100%;
  text-align: right;
  flex: 0 0 auto;
  padding: 8px 10px 8px 12px;
  position: relative;
}
.form__group--boxed .input,
.form__group--boxed input,
.form__group--boxed select,
.form__group--inline input {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  top: 0;
  box-shadow: inset 1px 1px 3px 0 hsla(210, 2%, 49%, 0.2);
}
.ico-drag {
  flex: 0 0 0px;
  width: 0px;
  height: 0px;
  background: lime;
  cursor: move;
  margin: 0px;
}
input[type="number"]::-webkit-inner-spin-button {
  margin-left: 10px;
  opacity: 1 !important;
  background: 0 0;
}
.split-range-content {
  padding: 16px 24px;
}
.text-center {
  text-align: center;
}
button.addRanges {
  min-width: 200px;
  padding: 18px 14px;
  text-shadow: none;
  border: none;
  text-decoration: none;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  cursor: pointer;
  background-color: #383e45;
  color: #fff;
}
button.addRanges:hover {
  background-color: #3e77b6;
}
.btn svg + div,
button svg + div {
  text-align: left;
  margin-left: 12px;
}
.form__group--inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.checkbox [type="checkbox"] + label {
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  align-items: flex-start;
  position: relative;
}
.checkbox [type="checkbox"]:checked,
.checkbox [type="checkbox"]:not(:checked) {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
.checkbox [type="checkbox"]:checked + label:before,
.checkbox [type="checkbox"]:not(:checked) + label:before {
  -webkit-transition: background-color 0.12s;
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border: 1px solid #7c7c80;
  border-radius: 4px;
  background: #fff;
  margin-right: 12px;
  display: block;
}
.checkbox [type="checkbox"]:checked + label:after,
.checkbox [type="checkbox"]:not(:checked) + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  font-size: 16px;
  line-height: 16px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-image: url(../img/svg_icons/check-done.svg);
  background-position: 50%;
  background-repeat: no-repeat;
}
.checkbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.split-range-content .info {
  border: 0;
  border-radius: 4px;
}
.split-range-content2 {
  padding: 0;
}
.form__group.form__group--boxed label {
  display: flex;
}
.info {
  margin-bottom: 20px;
  border-radius: 2px;
  text-align: left;
  background-position: 12px;
  background-repeat: no-repeat;
  padding: 24px;
  color: #383e45;
  background-color: #d9edf7;
  border-radius: 8px;
}
.info {
  color: #383e45 !important;
}
.form__group--inline input {
  height: 42px;
  width: 20%;
  text-align: right;
  flex: 0 0 auto;
  padding: 8px 10px 8px 12px;
  position: relative;
  border: 1px solid #9e9e9e;
  border-radius: 5px;
}
[type="email"],
[type="number"],
[type="password"],
[type="text"] {
  padding: 2px 12px 6px;
}
.input,
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #aeaeb2;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  line-height: 1.33;
  height: 42px;
  width: 100%;
  box-shadow: inset 1px 1px 3px 0 hsla(210, 2%, 49%, 0.2);
}
.merge_side_content {
  padding: 16px 24px;
}
.hidden {
  display: none;
}
@media (max-width: 62em) {
  .option__image__item__title {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
  }
}
.option__image__item g,
.option__image__item path,
.option__image__item svg {
  margin: 8px auto;
  height: 32px;
}
.option__image__item__img-state-switcher > img {
  height: 32px;
  margin: 8px auto;
}
.option__image__item:not(.option--active)
  .option__image__item__img-state-switcher
  > img:last-child {
  display: none;
}
.option__image__item:hover {
  color: #626870;
  border: 2px solid #161616;
}
.option__image__item:hover .option__image__item__title {
  color: #161616;
}
.option__image__item:hover g,
.option__image__item:hover path,
.option__image__item:hover svg,
.option__tab__select__item.option--active svg {
  fill: #161616;
}
.option__image__item.option--active {
  color: #3e77b6;
  border: 2px solid #3e77b6;
}
.option__image__item.option--active .option__image__item__title {
  color: #3e77b6;
}
.option__image__item.option--active g,
.option__image__item.option--active path,
.option__image__item.option--active svg {
  fill: #3e77b6;
}
.option__image__item.option--active
  .option__image__item__img-state-switcher
  > img:first-child,
.option__image__item.option--active:after {
  display: none;
}
.option__image__item .icon--premium {
  position: absolute;
  top: 8px;
  right: 12px;
  text-indent: -99999px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  color: #383e45;
  border-radius: 16px;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  min-width: 20px;
  height: 20px;
}
.option__image__item .icon--premium.certs {
  background: #4acd86;
  padding: 0 6px;
  text-indent: inherit;
  width: auto;
}
.option__image__item .icon--premium.certs--1,
.option__image__item .icon--premium.certs--2 {
  background: #ffb400;
}
.option__image__item.option--active .icon--premium,
.option__image__item:hover .icon--premium {
  text-indent: inherit;
  width: auto;
  padding: 1px 18px 0 6px;
  background-position: right 5px center;
}
.option__image__item.option--active .icon--premium.certs,
.option__image__item:hover .icon--premium.certs {
  padding: 0 6px;
}
.option__image--tab .option__image__item {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: #aeaeb2;
  border-top: 0;
  border-bottom: 1px solid #aeaeb2;
  padding: 12px;
}
.option__image--tab .option__image__item:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
.option__image--tab .option__image__item:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
.option__image--tab .option__image__item__title {
  text-transform: uppercase;
  margin-top: 10px;
}
.option__image--tab .option__image__item.option--active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  border-bottom: 1px solid transparent;
}
.option__tab__select {
  display: -ms-flexbox;
  display: flex;
}
.option__tab__select img {
  margin-right: 6px;
  margin-bottom: 4px;
}
.option__tab__select__item {
  padding: 16px;
  position: relative;
  border: 0;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  color: #7c7c80;
  border-right: 1px solid #c4c5c7;
  border-bottom: 1px solid #c4c5c7;
  cursor: pointer;
}
.option__tab__select__item:last-child {
  border-right: none;
}
.option__tab__select__item:hover {
  color: #161616;
}
.option__tab__select__item g,
.option__tab__select__item path,
.option__tab__select__item polygon,
.option__tab__select__item rect,
.option__tab__select__item svg {
  fill: #aeaeb2;
  margin: auto;
}
.option__tab__select__item.option--active {
  color: #161616;
  border-bottom: 1px solid transparent;
  background: 0 0;
}
.option__tab__select__item.option--active g,
.option__tab__select__item.option--active path,
.option__tab__select__item.option--active polygon,
.option__tab__select__item.option--active rect,
.option__tab__select__item.option--active svg {
  fill: #161616;
}
.option__tab__select__item.option--active:after {
  right: auto;
  left: 8px;
  top: 8px;
  -webkit-transform: none;
  transform: none;
  width: 18px;
  height: 18px;
  background-size: 11px;
}
@media (max-width: 90em) {
  .option__tab__select__item {
    padding: 12px;
  }
}
.option__tab__content {
  padding-top: 12px;
  display: none;
}
.option__tab__content--active {
  display: block;
}
.option.color {
  padding: 0;
  -ms-flex: 0 1 32px;
  flex: 0 1 32px;
}
.option__btn {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  margin: 8px auto;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
  letter-spacing: 0.3px;
  text-align: center;
  line-height: 18px;
  color: #161616;
  padding: 0;
  overflow: hidden;
  background: #f6f6f8;
  border-radius: 4px;
}
.option__btn__icon {
  padding: 12px;
  width: 55px;
  -ms-flex: 0 0 55px;
  flex: 0 0 55px;
  height: 100%;
  min-height: 45px;
  background: #3e77b6;
}
.option__btn span {
  padding: 12px;
  text-transform: uppercase;
}
.option__btn svg {
  width: 21px;
  height: 21px;
  fill: #fff;
  margin: 0;
}
.option__btn svg g,
.option__btn svg path {
  fill: #fff;
}
.option__btn:hover {
  background: #e1e1e1;
  color: #3e77b6;
}
.option__btn:hover .option__btn__icon {
  background: #3e77b6;
}
.option__btn:active {
  color: #880104;
  background: #e1e1e1;
}
.option__btn:active .option__btn__icon {
  background: #880104;
}
.option__panel {
  display: block;
  position: absolute;
  left: 100%;
  z-index: 0;
  width: 100%;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  padding-bottom: 120px;
}
.option__panel--active {
  display: block;
  left: 0;
  z-index: 99;
}
.option__panel--inactive {
  display: block;
  left: -100%;
  z-index: 10;
}
.option__panel__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0;
  color: #383e45;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
  padding: 21px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  background-color: #fff;
}
.addRanges svg {
  margin: 0;
}
@media (max-width: 62em) {
  .option__panel__title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 840px) {
  .option__panel__title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 460px) {
  .option__panel__title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 90em) {
  .option__panel__title {
    padding: 12px;
  }
}
.select-pages-content {
  padding: 16px 0;
}
@media (max-width: 90em) {
  .select-pages-content {
    padding: 12px 0 4px;
  }
}
.option__panel__area {
  padding: 16px 0;
}
.option__panel p {
  margin-bottom: 12px;
}
.option__panel .info {
  margin-bottom: 16px;
  border: 0;
  border-radius: 4px;
}
.gobutton {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #626870;
  text-align: center;
  margin: 24px;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 60px;
  position: relative;
  color: #7c7c80;
}
.gobutton,
.gobutton:after {
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.gobutton:after {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  display: block;
  content: "";
  background: url(/img/items/go_arrow.svg) 50% no-repeat;
  width: 12px;
  height: 8px;
}
.gobutton:hover {
  color: #161616;
}
.gobutton:hover:after {
  top: 19px;
  color: #3e77b6;
}
.option__page {
  width: 70px;
  border: 1px solid #aeaeb2;
}
.option__page > *,
.option__page > * > *,
.option__page__item {
  height: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1;
  flex: 1 1;
  padding: 0;
  background: 0 0;
}
.option__page > :hover {
  background: 0 0;
}
.option__page > * > * {
  cursor: pointer;
  border-bottom: 1px dashed #aeaeb2;
  border-right: 1px dashed #aeaeb2;
}
.option__page > * > :hover {
  background: rgba(0, 0, 0, 0.2);
}
.option__page > * > * .option:last-child {
  border-right: 1px dashed transparent;
}
.option__page > .option:last-child {
  border-bottom: 1px dashed transparent;
}
.option__page__position:last-child {
  border-right: 0;
}
.option__page__row:last-child > * {
  border-bottom: 0;
}
.option__page .option--active,
.option__page .active2 {
  background: rgba(255, 0, 0, 0.2);
  position: relative;
}
.option__page .option--active:after,
.option__page .active2:after {
  display: block;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #3e77b6;
  border: 0;
  border-radius: 100%;
}
.option__actions {
  margin: 10px auto 0;
}
.link--cancel:hover {
  background-color: #e5e5e9;
}
#pickwatermark,
.option--if {
  display: none;
}
.ranges label {
  font-size: 12px;
  max-width: 120px;
}
@media (max-width: 1440px) {
  .ranges label {
    max-width: 70px;
  }
}
.option__panel input {
  height: 42px;
  width: 100%;
}
.option__panel input[type="number"] {
  width: 84px;
}
@media (max-width: 1440px) {
  .option__panel input[type="number"] {
    width: 72px;
  }
}
.option__panel textarea {
  min-height: 64px;
}
.btn-group button.option {
  margin: 0 0 4px;
}
.option__panel .formarea .form__group {
  margin-bottom: 12px;
  margin-top: 12px;
}
@media (max-width: 90em) {
  .option__panel .formarea .form__group {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.option__panel .formarea .form__group input {
  margin-bottom: 0;
}
input.option {
  cursor: inherit;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#highres-options {
  display: none;
}
#pickwatermark {
  display: -ms-flexbox;
  display: flex;
}
.option__panel .form__group--btn .input {
  height: 42px;
}
.option__panel .form__group--btn .btn {
  font-size: 18px;
}
.range__title {
  cursor: move;
  color: #3e77b6;
}
.range__container {
  margin: 12px;
  padding: 12px;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  border: 1px dashed #626870;
}
@media (max-width: 1280px) {
  .range__container {
    margin: 4px;
    padding: 4px;
  }
}
@media (max-width: 1280px) {
  .range__element {
    width: 110px;
    height: 160px;
  }
}
@media (max-width: 1280px) {
  .range__to {
    width: 12px;
    background-size: 100%;
  }
}
.range__remove {
  position: absolute;
  right: 16px;
  top: 12px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #fff;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.range__remove:hover {
  background: #3e77b6;
}
.range.active .range__container,
.range:hover .range__container {
  background: hsla(0, 0%, 100%, 0.8);
}
.ranges:hover .range__remove {
  display: -ms-flexbox;
  display: flex;
}
.range--remove .range__container:after {
  content: "";
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 100%, 0.6) url(/img/svg_icons/remove.svg) 50%
    no-repeat;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 45px;
  color: #3e77b6;
}
#split-remove .range__container:before {
  display: none;
}
.range--extract .range__container:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  background: #4acd86 url(/img/items/check_w.svg) no-repeat 50%;
  border: 1px solid #1d9d58;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  display: block;
}
.range--extract .range__container:before {
  display: none;
}
.formarea.ranges.active,
.formarea.ranges:hover {
  background: #f6f6f8;
}
.float-right {
  float: right;
}
#split-extract .range__container {
  border: none;
  margin: 0;
}
.uploading {
  text-align: center;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.uploading__files {
  margin: 24px;
}
.uploading__files__item {
  color: #fff;
}
.uploading__files__item--active {
  color: #3e77b6;
}
.uploading__status__Warning {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 12px;
  letter-spacing: 0;
  color: #383e45;
}
@media (max-width: 62em) {
  .uploading__status__Warning {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 840px) {
  .uploading__status__Warning {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 460px) {
  .uploading__status__Warning {
    font-size: 18px;
    line-height: 22px;
  }
}
.uploading__status__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 12px;
  letter-spacing: 0;
  color: #383e45;
}
@media (max-width: 62em) {
  .uploading__status__title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 840px) {
  .uploading__status__title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 460px) {
  .uploading__status__title {
    font-size: 18px;
    line-height: 22px;
  }
}
.uploading__status__title img {
  width: 24px;
  margin-right: 12px;
  margin-top: -4px;
}
.uploading__status__title:after {
  content: "";
  width: 100px;
  height: 1px;
  background: #626870;
  display: block;
  margin: 12px auto;
}
.uploading__status__title.last:after {
  display: none;
}
.uploading__status__title.done {
  font-size: 15px;
  font-weight: 500;
  color: #161616;
  letter-spacing: 0.3px;
  margin-bottom: 12px;
  line-height: 24px;
}
.uploading__status__title.done a:hover {
  color: #161616;
}
@media (max-width: 62em) {
  .uploading__status__title.done {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
  }
}
.uploading__status__title.done img {
  display: none;
}
.uploading__status__file {
  font-size: 15px;
  font-weight: 500;
  color: #161616;
  letter-spacing: 0.3px;
  line-height: 24px;
  margin-bottom: 28px;
}
.uploading__status__file a:hover {
  color: #161616;
}
@media (max-width: 62em) {
  .uploading__status__file {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
  }
}
.uploading__status__percent {
  font-size: 22px;
  font-weight: 400;
  color: #383e45;
  letter-spacing: 0;
  margin-bottom: 8px;
  line-height: 32px;
  text-transform: uppercase;
}
.uploading__status__percent a:hover {
  color: #383e45;
}
@media (max-width: 62em) {
  .uploading__status__percent {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 840px) {
  .uploading__status__percent {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 460px) {
  .uploading__status__percent {
    font-size: 14px;
    line-height: 18px;
  }
}
.uploading__status__percent__value {
  font-size: 32px;
  letter-spacing: 0;
  font-weight: 600;
  color: #383e45;
  margin-bottom: 8px;
  line-height: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.uploading__status__percent__value strong {
  font-weight: 700;
}
@media (max-width: 62em) {
  .uploading__status__percent__value {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 840px) {
  .uploading__status__percent__value {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 460px) {
  .uploading__status__percent__value {
    font-size: 26px;
    line-height: 32px;
  }
}
.uploading__status__info {
  font-size: 15px;
  font-weight: 500;
  color: #161616;
  letter-spacing: 0.3px;
  margin-bottom: 12px;
  line-height: 24px;
  font-weight: 600;
}
.uploading__status__info a:hover {
  color: #161616;
}
@media (max-width: 62em) {
  .uploading__status__info {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
  }
}
.uploading__status__info span {
  font-weight: 400;
}
.uploading__bar {
  margin: 16px;
  width: 800px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 2px;
  overflow: hidden;
  background-color: #fff;
}
.uploading__bar__completed {
  background: #3e77b6;
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  display: block;
  height: 100%;
  width: 0;
  border-radius: 2px;
}
.uploading__bar--small {
  width: 100%;
  height: 2px;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  display: none;
}
.uploading .alert {
  max-width: 500px;
  margin: auto;
}
.uploading .alert a {
  min-width: 200px;
  padding: 10px 24px 14px;
  text-shadow: none;
  border: none;
  text-decoration: none;
  border-radius: 4px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  cursor: pointer;
  background-color: #383e45;
  color: #fff;
}
.uploading .alert a:hover {
  -webkit-box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.uploading .alert a:active {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
}
.uploading .alert a i {
  margin: auto 6px auto 0;
}
.uploading .alert a svg {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 8px;
  margin-top: 4px;
}
.uploading .alert a > :last-child {
  margin-right: 0;
}
.uploading .alert a svg + div {
  text-align: left;
  margin-left: 12px;
}
.uploading .alert a div + svg {
  margin-left: 12px;
}
.uploading .alert a:hover {
  background-color: #626870;
}
.uploading .alert a:active {
  background-color: #383e45;
}
.uploading .alert a:disabled {
  background: #3e77b6 !important;
}
.process {
  height: auto;
  text-align: center;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#passwordAsk {
  max-width: 444px;
  margin: auto;
}
#passwordAsk .title2 {
  margin-bottom: 32px;
}
#passwordAsk .passwords {
  margin: 24px 0;
}
#passwordAsk .form__group {
  margin-bottom: 12px;
}
#confirmOcr {
  padding: 12px;
}
#confirmOcr .tooltip {
  color: #3e77b6;
  text-decoration: underline;
  font-weight: 600;
}
#confirmOcr .btn {
  margin-right: 12px;
  margin-top: 4px;
  margin-bottom: 4px;
}
#confirmOcr .ocr__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 48px;
  background: #fff;
  margin: auto;
  max-width: 860px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.08);
  box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.08);
}
#confirmOcr .ocr__icon {
  margin-right: 32px;
}
@media (max-width: 710px) {
  #confirmOcr .ocr__icon {
    display: none;
  }
}
#confirmOcr .ocr__content {
  max-width: 580px;
}
@media (max-width: 610px) {
  #confirmOcr .ocr__content .btn + .btn {
    margin-top: 12px;
  }
}
#confirmOcr .ocr__content .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  font-weight: 600;
  border-radius: 8px;
}
#confirmOcr .ocr__content .btn__note {
  font-weight: 500;
  font-size: 12px;
}
#confirmOcr .ocr__content .btn--orange {
  background-color: #ffc233;
  color: #47474f !important;
  border: 2px solid #ffc233;
}
#confirmOcr .ocr__content .btn--orange:hover {
  background-color: #ffb400;
  border: 2px solid #ffb400;
}
#confirmOcr .ocr__content .btn--white {
  border: 2px solid #3e77b6;
  color: #3e77b6;
}
#confirmOcr .ocr__content .btn--white:hover {
  border-color: #880104;
  color: #880104;
}
#confirmOcr .ocr__content .btn--white:active {
  border-color: #161616;
  color: #161616;
}
#confirmFiles {
  background: #f5f5fa;
  padding: 12px 24px;
  max-height: 60px;
  overflow: auto;
  overflow-x: hidden;
  margin-top: 24px;
}
.lang-th #confirmOcr .btn,
.lang-vi #confirmOcr .btn {
  font-size: 14px;
}
.download .main {
  text-align: center;
}
.download hr.h1 {
  margin: 24px auto;
}
.download__add {
  margin-bottom: 42px;
  margin-top: 42px;
}
.download__add #ad.add {
  margin-bottom: 20px;
  overflow: hidden;
}
.download .title1,
.download .title2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.download-sign .main {
  text-align: center;
  min-height: 80vh;
}
.download-sign hr.h1 {
  margin: 24px auto;
}
.download-sign__add {
  margin-bottom: 42px;
}
.download-sign__add .add {
  margin-bottom: 0;
}
.download-sign .title1,
.download-sign .title2 {
  margin-top: 30px;
}
.downloader,
.downloader__btn {
  margin-bottom: 0;
}
.downloader__btn svg {
  margin-right: 12px;
  margin-top: 4px;
  display: inline-block;
}
.downloader__btn svg g,
.downloader__btn svg path {
  fill: #fff;
}
.downloader__info {
  margin: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.downloader__info__content {
  text-align: left;
  margin-left: 24px;
}
.downloader__warning {
  padding: 24px 24px 24px 56px;
  border-radius: 2px;
  text-align: left;
  background-position: 12px;
  background-repeat: no-repeat;
  color: #ff7202;
  background-color: #fce7c4;
  border: solid #ffcc51;
  border-width: 1px 1px 3px;
  background-image: url(/img/alert/warning.svg);
  display: none;
  max-width: 400px;
  margin: auto auto 32px;
}
.downloader__warning .conformance,
.downloader__warning .damaged,
.downloader__warning .repaired {
  display: none;
}
.downloader__warning .conformance__list,
.downloader__warning .damaged__list,
.downloader__warning .repaired__list {
  margin: 12px;
  list-style: inherit;
}
.downloader__warning .conformance__list li,
.downloader__warning .damaged__list li,
.downloader__warning .repaired__list li {
  margin-left: 12px;
}
.downloader__retry {
  margin-right: 12px;
}
.downloader__retry a {
  min-width: 200px;
  text-shadow: none;
  border: none;
  text-decoration: none;
  border-radius: 4px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  cursor: pointer;
  background-color: #383e45;
  color: #fff;
  min-width: 80px;
  width: 80px;
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  margin: 0;
  padding: 0;
}
.downloader__retry a:hover {
  -webkit-box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.downloader__retry a:active {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
}
.downloader__retry a i {
  margin: auto 6px auto 0;
}
.downloader__retry a svg {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 8px;
  margin-top: 4px;
}
.downloader__retry a > :last-child {
  margin-right: 0;
}
.downloader__retry a svg + div {
  text-align: left;
  margin-left: 12px;
}
.downloader__retry a div + svg {
  margin-left: 12px;
}
.downloader__retry a:hover {
  background-color: #626870;
}
.downloader__retry a:active {
  background-color: #383e45;
}
.downloader__retry a:disabled {
  background: #3e77b6 !important;
}
.downloader__retry a svg {
  zoom: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.downloader__retry a:hover svg {
  zoom: 1.1;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.donut,
.donut-segment {
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
}
.chart-text {
  font: 16px/1.4em Montserrat, Arial, sans-serif;
  fill: #000;
  -webkit-transform: translateY(0.25em);
  transform: translateY(0.25em);
}
.chart-number {
  font-size: 0.55em;
  line-height: 1;
  text-anchor: middle;
  -webkit-transform: translateY(-0.25em);
  transform: translateY(-0.25em);
}
.chart-label {
  font-size: 0.2em;
  text-transform: uppercase;
  text-anchor: middle;
  -webkit-transform: translateY(0.7em);
  transform: translateY(0.7em);
}
.summaries-root {
  margin: 24px auto 12px;
  width: 80%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.summaries-root .summary + .summary {
  margin-top: 18px;
}
.summary--current .summary__item {
  text-decoration: line-through;
}
.summary {
  font-size: 15px;
}
@media (max-width: 1365.98px) {
  .summary {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .summary {
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  .summary {
    font-size: 12px;
  }
}
.summary__warning-text {
  margin-top: 24px;
  font-size: 12px;
  color: #626870;
}
.summary__title {
  text-align: left;
  font-weight: 500;
  color: #626870;
  margin-bottom: 8px;
}
.summary__items {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f2f3f8;
}
.summary__item,
.summary__items {
  display: -ms-flexbox;
  display: flex;
}
.summary__item {
  font-weight: 500;
  padding: 8px 12px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  color: #383e45;
}
@media (max-width: 540px) {
  .summary__item {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 540px) {
  .summary__item__price,
  .summary__item__text {
    margin-right: auto;
  }
}
.summary__total {
  font-weight: 500;
  border-top: 2px solid #3e77b6;
  margin-top: 8px;
  padding: 8px 12px;
  display: none;
  font-weight: 800;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.summary__total--visible {
  display: -ms-flexbox;
  display: flex;
}
[data-theme~="new-premium-all-features-tooltip"] .tippy-content {
  width: 267px;
  padding: 24px 24px 12px;
}
[data-theme~="new-premium__ocr-tooltip"] {
  max-width: none !important;
}
[data-theme~="new-premium__ocr-tooltip"] .tippy-content {
  width: 470px;
  padding: 24px 24px 12px;
}
.new-premium {
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 100%;
  line-height: normal;
}
.new-premium,
.new-premium__logos {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.new-premium__logos {
  margin: auto;
  max-width: 580px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
}
.new-premium__logos img {
  margin: 0 24px;
}
.new-premium__logos--left {
  -ms-flex-pack: start;
  justify-content: start;
  max-width: none;
  margin: 0 -24px;
}
.new-premium__hr {
  margin: 0 auto 30px;
  width: 100%;
}
.new-premium__all-features-tooltip,
.new-premium__ocr-tooltip {
  color: #ffb400;
  text-decoration: underline;
  font-weight: 500;
  cursor: pointer;
}
.new-premium__all-features-tooltip__content ul.listdot,
.new-premium__ocr-tooltip__content ul.listdot {
  list-style-type: circle;
}
.new-premium__footer__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-align: center;
  align-items: center;
}
.new-premium__body {
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.new-premium__body,
.new-premium__success {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.new-premium__success {
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.new-premium__success .new-premium__success__email {
  font-weight: 800;
}
.new-premium__success .new-premium__success__icon {
  margin-bottom: 12px;
}
.new-premium__success .new-premium__success__title {
  margin-bottom: 12px;
  font-size: 32px;
}
.new-premium__success .new-premium__success__desc {
  margin-bottom: 32px;
}
.inline-context {
  min-height: 50vh;
}
.inline-context .dialog__header {
  background: 0 0;
  color: #161616;
  padding-bottom: 0;
}
.inline-context .dialog__title,
.inline-context .dialog__title.orange {
  color: #161616;
}
.countdown {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 16px;
}
.countdown__item {
  margin: 12px;
}
.countdown__item__time {
  font-size: 38px;
  font-weight: 300;
  line-height: 52px;
}
.countdown__item__period {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0;
  color: #383e45;
  margin-bottom: 12px;
}
@media (max-width: 62em) {
  .countdown__item__period {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 840px) {
  .countdown__item__period {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 460px) {
  .countdown__item__period {
    font-size: 18px;
    line-height: 22px;
  }
}
.breadcrumb {
  background: #626870;
  margin: -24px -24px 20px;
  padding: 4px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.26px;
  font-weight: 400;
}
.breadcrumb a {
  color: #fff;
  text-decoration: underline;
}
.breadcrumb svg {
  margin: 0 4px 4px;
  vertical-align: middle;
}
.share {
  text-align: left;
  margin-bottom: 4px;
}
.share__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0;
  color: #383e45;
  margin-bottom: 22px;
}
@media (max-width: 62em) {
  .share__title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 840px) {
  .share__title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 460px) {
  .share__title {
    font-size: 18px;
    line-height: 22px;
  }
}
.share__subtitle {
  font-size: 15px;
  font-weight: 500;
  color: #161616;
  letter-spacing: 0.3px;
  line-height: 24px;
  margin-bottom: 4px;
}
.share__subtitle a:hover {
  color: #161616;
}
@media (max-width: 62em) {
  .share__subtitle {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
  }
}
.share__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}
.share__buttons li {
  width: 50%;
  min-width: 230px;
}
@media (max-width: 840px) {
  .share__buttons li {
    width: 100%;
  }
}
.share__buttons__item {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin: 4px;
  border-radius: 4px;
}
.share__buttons__item:not(.share__buttons__item--store) g,
.share__buttons__item:not(.share__buttons__item--store) path,
.share__buttons__item:not(.share__buttons__item--store) svg {
  fill: #fff;
}
.share__buttons__item.share__buttons__item--store {
  font-weight: 800;
  color: #111;
  -webkit-box-shadow: inset 0 0 1px #949494;
  box-shadow: inset 0 0 1px #949494;
}
.share__buttons__item.share__buttons__item--store span {
  color: #f06e69;
}
.share__buttons__item svg {
  width: 18px;
  height: 18px;
  margin: 16px 24px;
}
.share__buttons__item--twitter {
  background-color: #55acee;
  color: #fff;
}
.share__buttons__item--google {
  background-color: #dd4b39;
  color: #fff;
}
.share__buttons__item--facebook {
  background-color: #3b5998;
  color: #fff;
}
.share__buttons__item--github {
  background-color: #231f20;
  color: #fff;
}
.share__buttons__item--linkedin {
  background-color: #0977b5;
  color: #fff;
}
.share__buttons__item--dribbble {
  background-color: #ea4c89;
  color: #fff;
}
.share__buttons__item--store {
  background-color: #ebebf4;
  color: #fff;
}
.share__buttons__item--rss {
  background-color: #f60;
  color: #fff;
}
.problem__form {
  display: none;
}
.problems {
  margin: 24px 0 12px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.problems .title {
  margin-bottom: 12px;
}
.problems__item {
  display: none;
  margin-bottom: 24px;
  margin-top: 24px;
  background-position: top;
  background-repeat: no-repeat;
}
.problems__item__icon {
  margin-right: 12px;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  background: url(/img/problem/alert.svg) no-repeat 50%;
}
.problems__item--TaskError .problems__item__icon {
  background-image: url(/img/problem/task.svg);
}
.problems__item--NoImages .problems__item__icon {
  background-image: url(/img/problem/no-image.svg);
}
.problems__item--EmptyFile .problems__item__icon {
  background-image: url(/img/problem/empty.svg);
}
.problems__item--noTablesToExtract .problems__item__icon {
  background-image: url(/img/problem/no-tables.svg);
}
.problems__item--NoText .problems__item__icon {
  background-image: url(/img/problem/no-text.svg);
}
.problems__item--TimeOut .problems__item__icon {
  background-image: url(/img/problem/time.svg);
}
.problems__item--DamagedFile .problems__item__icon {
  background-image: url(/img/problem/damaged.svg);
}
.problems__item--ServerError .problems__item__icon {
  background-image: url(/img/problem/server.svg);
}
.problems__item--connection .problems__item__icon {
  background-image: url(/img/problem/connection.svg);
}
.problems__item--WrongPassword .problems__item__icon {
  background-image: url(/img/problem/password.svg);
}
.problems__item--NonConformant .problems__item__icon {
  background-image: url(/img/problem/non-conformant.svg);
}
.problems__item--UnknowError .problems__item__icon {
  background-image: url(/img/problem/unknown.svg);
}
.problems__item--OutOfRange .problems__item__icon {
  background-image: url(/img/problem/out-of-range.svg);
}
.problems__item__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0;
  color: #383e45;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}
@media (max-width: 62em) {
  .problems__item__title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 840px) {
  .problems__item__title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 460px) {
  .problems__item__title {
    font-size: 18px;
    line-height: 22px;
  }
}
.problems__item__file {
  padding: 4px;
}
.problems__item__file:before {
  content: "";
  width: 10px;
  height: 14px;
  background: url(/img/items/file.svg);
  background-size: contain;
  margin-right: 12px;
}
.problem-retry {
  padding: 16px 0;
  line-height: 1.1;
  font-weight: 300;
  font-size: 18px;
}
.problem-retry .btn {
  display: inline-block;
  margin-bottom: 12px;
  padding: 12px 16px;
}
@media (max-width: 540px) {
  .problem-retry .btn {
    display: block;
    width: 100%;
  }
}
.problem .alert {
  color: #006d2d;
  max-width: 444px;
  margin: 48px auto;
}
.problem .alert * {
  color: #006d2d;
}
.problem__file {
  word-break: break-all;
}
.problem__file__item span {
  background: #fff;
  padding: 4px 8px;
  color: #161616 !important;
}
.problem__files {
  display: none;
  background: #fff;
  padding: 12px;
}
.problem__files > * {
  color: #161616;
  padding: 2px 16px;
}
#showFiles {
  cursor: pointer;
}
#showFiles:hover {
  color: #3e77b6;
}
.site-error__icon {
  margin-bottom: 24px;
}
.chained {
  display: -ms-flexbox;
  display: flex;
  display: none;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-order: 4;
  order: 4;
  margin-left: auto;
}
.chained,
.chained__list {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.chained__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-left: -20px;
}
.chained__list:hover .chained__menu {
  position: absolute;
  right: 4px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: opacity 0.2s linear, -webkit-transform 0.4s linear;
  transition: opacity 0.2s linear, -webkit-transform 0.4s linear;
  -o-transition: opacity 0.2s linear, transform 0.4s linear;
  transition: opacity 0.2s linear, transform 0.4s linear;
  transition: opacity 0.2s linear, transform 0.4s linear,
    -webkit-transform 0.4s linear;
}
.chained__list:hover .chained__item--more {
  visibility: visible;
  opacity: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  width: auto;
}
.chained__item {
  margin: 12px 4px;
  cursor: pointer;
}
.chained__item--more {
  opacity: 0;
  visibility: hidden;
  -ms-flex: 1 0;
  flex: 1 0;
  -ms-flex-positive: 0.00001;
  flex-grow: 0.00001;
  padding: 0;
  width: 0;
  margin-right: 4px;
  margin-left: 4px;
  position: relative;
  -webkit-transition: flex-grow 0.4s linear, opacity 0.4s linear,
    padding 0.4s linear;
  -o-transition: flex-grow 0.4s linear, opacity 0.4s linear, padding 0.4s linear;
  transition: flex-grow 0.4s linear, opacity 0.4s linear, padding 0.4s linear;
  transition: flex-grow 0.4s linear, opacity 0.4s linear, padding 0.4s linear,
    -ms-flex-positive 0.4s linear;
}
.chained__item.upgrade a {
  position: relative;
}
.chained__item.upgrade a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  top: -1px;
  right: -1px;
  background: #ffb400;
}
.chained__item.upgrade img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}
.chained__more {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.chained__menu {
  cursor: pointer;
  margin-right: 4px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition: opacity 0.6s linear, -webkit-transform 0.4s linear;
  transition: opacity 0.6s linear, -webkit-transform 0.4s linear;
  -o-transition: opacity 0.6s linear, transform 0.4s linear;
  transition: opacity 0.6s linear, transform 0.4s linear;
  transition: opacity 0.6s linear, transform 0.4s linear,
    -webkit-transform 0.4s linear;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
}
.chained__list:after,
.chained__list:before {
  display: none !important;
}
@media (max-width: 501px) {
  .chained__item {
    padding: 4px;
  }
  .chained__more {
    padding: 4px 0 4px 4px;
  }
  .chained__item--more {
    margin-right: 4px;
    margin-left: 4px;
  }
}
.ElementsModal--modal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(/img/svg_icons/wait.svg);
  background-size: 52px;
  background-repeat: no-repeat;
  background-position: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  z-index: 2000;
}
.ElementsModal--modal-content {
  position: fixed;
  z-index: 1200;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  width: 385px;
  border-radius: 0.5rem;
}
@media screen and (max-width: 600px) {
  .ElementsModal--modal-content {
    height: 100vh;
    width: 100%;
    border-radius: 0;
  }
  .ElementsModal--close,
  .ElementsModal--top {
    padding-top: 4em;
  }
}
.ElementsModal--top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}
.ElementsModal--close {
  background: 0 0;
  color: inherit;
  padding: 0;
  font: inherit;
  outline: inherit;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
}
.ElementsModal--show-modal {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.ElementsModal--details {
  line-height: normal;
  margin-bottom: 4px;
}
.ElementsModal--price {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
}
.ElementsModal--top-banner {
  background-color: #47474f;
  text-align: center;
  padding: 20px 1em 2em;
}
.ElementsModal--email,
.ElementsModal--product {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 16px;
  font-weight: 500;
}
.ElementsModal--company {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: auto auto 32px;
}
.ElementsModal--footer-text {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 16px;
}
.ElementsModal--error-message {
  margin-top: 5px;
  color: #dc2727;
  font-size: 13px;
  line-height: 17px;
}
.ElementsModal--pay-button-wrapper {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  margin: 25px;
  width: 350px;
  height: 40px;
}
.ElementsModal--pay-button {
  cursor: pointer;
  border: 0;
  width: 100%;
  text-align: center;
  height: 40px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(50, 50, 93, 0.1),
    0 2px 5px 0 rgba(50, 50, 93, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 0 0 1px rgba(50, 50, 93, 0.1),
    0 2px 5px 0 rgba(50, 50, 93, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.07);
  border-radius: 6px 6px 6px 6px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.ElementsModal--pay-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 1px rgba(50, 151, 211, 0.3),
    0 1px 1px 0 rgba(0, 0, 0, 0.07), 0 0 0 4px rgba(50, 151, 211, 0.3);
  box-shadow: 0 0 0 1px rgba(50, 151, 211, 0.3), 0 1px 1px 0 rgba(0, 0, 0, 0.07),
    0 0 0 4px rgba(50, 151, 211, 0.3);
}
.ElementsModal--dropdowns {
  margin: 10px;
  -webkit-appearance: none;
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgba(0, 0, 0, 0.07),
    0 1px 1.5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgba(0, 0, 0, 0.07),
    0 1px 1.5px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px 4px 4px 4px;
}
.ElementsModal--payment-form {
  margin-bottom: 0;
}
.ElementsModal--label {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 500;
}
.ElementsModal--forms {
  padding: 5%;
}
.ElementsModal--form {
  margin-bottom: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ElementsModal--form label {
  width: auto;
}
.ElementsModal--form-label {
  font-size: 13px;
  margin-bottom: 4px;
  display: block;
  color: rgba(0, 0, 0, 0.6);
}
.StripeElement {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  padding: 8px 12px 10px;
  border: 1px solid transparent;
  border-radius: 5px 5px 5px 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgba(0, 0, 0, 0.07),
    0 1px 1.5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgba(0, 0, 0, 0.07),
    0 1px 1.5px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow 0.15s ease;
  -webkit-transition: -webkit-box-shadow 0.15s ease;
  transition: -webkit-box-shadow 0.15s ease;
  -o-transition: box-shadow 0.15s ease;
  transition: box-shadow 0.15s ease;
  transition: box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.StripeElement--focus {
  -webkit-box-shadow: 0 0 3px 0 #5c5c64;
  box-shadow: 0 0 3px 0 #5c5c64;
}
.StripeElement--invalid {
  border-color: #ef9896;
}
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
.signature__draw,
.signature__upload {
  position: relative;
}
.signature__draw__clean,
.signature__upload__clean {
  display: none;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  z-index: 2;
}
.signature__draw__qr,
.signature__upload__qr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 172px;
  height: 172px;
  padding: 12px;
  text-align: center;
  border: 1px solid #e5e5e5;
  color: #3e77b6;
  text-decoration: underline;
  font-weight: 500;
  cursor: pointer;
  background: url(/img/items/qr-bg.svg) no-repeat 50%;
  background-size: 85%;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.signature__draw__qr:hover,
.signature__upload__qr:hover {
  border-color: #3e77b6;
}
.signature__draw__area,
.signature__upload__area {
  width: 100%;
  height: 170px;
  background: #f6f6f8;
  border: 1px dashed #f6f6f8;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.signature__draw__area.error,
.signature__upload__area.error {
  border: 1px solid #3e77b6;
}
.signature__draw:hover .signature__draw__area,
.signature__draw:hover .signature__upload__area,
.signature__upload:hover .signature__draw__area,
.signature__upload:hover .signature__upload__area {
  border: 1px dashed #5f83c6;
}
.signature__draw__content,
.signature__upload__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px;
  color: #969696;
}
.signature__draw__preview,
.signature__upload__preview {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  z-index: 1;
}
.signature__draw.signed .signature__draw__content,
.signature__draw:hover .signature__draw__content,
.signature__upload.signed .signature__draw__content,
.signature__upload:hover .signature__draw__content {
  display: none;
}
.signature__draw.signed:hover .signature__draw__clean,
.signature__upload.signed:hover .signature__draw__clean {
  display: block;
}
.signature__draw.signed .signature__upload__content,
.signature__upload.signed .signature__upload__content {
  display: none;
}
.signature__draw.signed .signature__upload__clean,
.signature__draw.signed .signature__upload__preview,
.signature__upload.signed .signature__upload__clean,
.signature__upload.signed .signature__upload__preview {
  display: block;
}
.signature__upload .moxie-shim {
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.signature__upload.upload .signature__upload__clean,
.signature__upload.upload .signature__upload__content,
.signature__upload.upload .signature__upload__preview {
  display: none;
}
.signature__upload.upload:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  background: url(/img/svg_icons/preload.svg);
  background-size: contain;
}
.signature__color__select {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
.signature__color__item {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 2px solid #fff;
  margin: 2px 4px;
  cursor: pointer;
}
.signature__color__item:first-child {
  margin-left: 12px;
}
.signature__color__item.active,
.signature__color__itemhover {
  border-color: #e1e1e1;
}
.signature__font {
  max-height: 190px;
  overflow: auto;
  border: 1px solid #aeaeb2;
  position: relative;
}
.signature__font li {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #aeaeb2;
  padding: 12px;
}
.signature__font li:hover {
  background: #ebebeb;
}
.signature__font li .radio {
  width: 100%;
}
.signature__font li label {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  margin-left: 12px;
  font-size: 24px;
}
.signature__font__initials {
  margin-left: auto;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.signature-avatar {
  cursor: pointer;
}
.signature-avatar img {
  width: 100%;
  height: auto;
  border-radius: 100%;
  border: 2px solid #3e77b6;
  overflow: hidden;
}
.signature__area {
  display: -ms-flexbox;
  display: flex;
  background: #f6f6f8;
  padding: 24px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
  position: relative;
  cursor: pointer !important;
}
.signature__area .signature__preview--signature,
.signature__area .signature__preview--signature img {
  max-width: 100%;
}
.signature__area__signature {
  width: 140px;
}
.signature__area--transparent {
  pointer-events: none;
  opacity: 0;
}
.signature__area:hover .signature__settings svg path {
  fill: #383e45;
}
.signature__area .signature__option {
  position: absolute;
  top: 10px;
  right: 32px;
}
.signature__area .signature__option svg path {
  fill: #626870;
}
.signature__area .signature__option:hover svg path {
  fill: #383e45;
}
.signature__area .signature__option .enabled {
  display: block;
}
.signature__area .signature__option .disabled {
  display: none;
}
.signature__area .signature__option .disabled path {
  fill: #aeaeb2;
}
.signature__area .signature__option.disabled .enabled {
  display: none;
}
.signature__area .signature__option.disabled .disabled {
  display: block;
}
.signature__settings {
  position: absolute;
  top: 8px;
  right: 8px;
}
.signature__settings svg path {
  fill: #626870;
}
.signature__preview {
  font-size: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.signature__preview img,
.signature__preview svg {
  max-width: 140px;
  max-height: 36px;
}
.signature__firm {
  margin-top: 12px;
  border-top: 1px solid #161616;
  font-family: Courier, monospace;
  float: left;
  text-align: left;
  width: 140px;
}
.signature__firm__by {
  font-size: 10px;
  color: #161616;
  letter-spacing: 0.4px;
  line-height: 24px;
  height: 24px;
}
.signature__firm__code {
  font-size: 9px;
  color: #161616;
  letter-spacing: 0.33px;
  line-height: 10.4px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.signature__signers,
.signature__signers__item {
  display: -ms-flexbox;
  display: flex;
}
.signature__signers__item {
  width: 42px;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 100%;
  margin-left: -6px;
  font-weight: 600;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.signature__action,
.signature__signers__item {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.signature__action {
  background: #3e77b6;
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 18px;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  width: 96px;
  position: absolute;
  z-index: 2;
  display: none;
}
.signature__action > * {
  display: none;
}
.signature__action.doaction {
  border-radius: 100px 2px 100px 100px;
}
@media (max-width: 840px) {
  .signature__action.doaction {
    width: 64px;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 8px;
  }
}
@media (max-width: 1995px) and (min-width: 1025px) {
  .signature__action.doaction {
    width: 64px;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 8px;
  }
}
@media (max-width: 840px) {
  .signature__action__icon {
    width: 24px;
    height: 24px;
    margin-top: 3px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #fff;
    border-radius: 100%;
    cursor: pointer;
  }
}
@media (max-width: 1995px) and (min-width: 1025px) {
  .signature__action__icon {
    width: 24px;
    height: 24px;
    margin-top: 3px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #fff;
    border-radius: 100%;
    cursor: pointer;
  }
}
@media (max-width: 840px) {
  .signature__action__text {
    display: none;
  }
}
@media (max-width: 1995px) and (min-width: 1025px) {
  .signature__action__text {
    display: none;
  }
}
.signature__review__status {
  display: none;
  margin-top: 24px;
}
.signature__review__status__item {
  background: #e7edf4;
  padding: 12px 42px 12px 16px;
  font-size: 12px;
  color: #161616;
  letter-spacing: 0.5px;
  line-height: 18px;
  position: relative;
}
.signature__review__status__item strong {
  display: block;
}
.signature__review__status .status {
  position: absolute;
  height: 24px;
  background: #ffd400;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
}
.signature__review__status .status--sent,
.signature__review__status .status--viewed,
.signature__review__status .status--waiting {
  background: #ffd400;
}
.signature__review__status .status--disapproved {
  background: #dc3545;
}
.signature__review__status .status--approved {
  background: #4acd86;
}
#signature-tabs {
  margin-top: 32px;
}
.signature__pending {
  position: fixed;
  bottom: 108px;
  right: 24px;
  width: 392px;
  margin: 0;
  z-index: 1030;
  font-size: 12px;
}
@media (max-width: 1440px) {
  .signature__pending {
    width: 330px;
    bottom: 112px;
  }
}
#completedFields {
  display: none;
  vertical-align: middle;
  border-radius: 100%;
  margin-bottom: 2px;
  margin-right: 4px;
}
.signature__draw .signature__draw__close {
  display: none;
  position: absolute;
  top: 12px;
  left: 12px;
  cursor: pointer;
  z-index: 2;
}
.signature__draw.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: red;
  z-index: 9;
}
.signature__draw.active .signature__draw__area {
  height: 100%;
}
.signature__draw.active .signature__draw__clean,
.signature__draw.active .signature__draw__close {
  display: block;
}
@media screen and (max-width: 840px) and (min-width: 740px) and (orientation: landscape) {
  #configSignature .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100vh;
    margin: 0;
  }
  #configSignature .modal-header {
    padding: 12px 64px 4px 32px;
  }
  #configSignature .modal-body > .row {
    width: 33%;
    float: left;
  }
  #configSignature .modal-body > .row .align-self-center,
  #configSignature .modal-body > .row .col-sm-10 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: inherit;
  }
  #configSignature .modal-body > .nav {
    margin-top: 0;
    margin-left: 33%;
  }
  #configSignature .modal-body > .tab-content {
    margin-left: 33%;
  }
}
.user .signature__option--uuid {
  display: none !important;
}
.receiver__container {
  padding: 24px;
  max-height: 80vh;
  overflow-y: auto;
  background: #f6f6f8;
  margin-top: 24px;
  margin-bottom: 24px;
}
.receiver__options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  background: #fff;
  border-top: 1px solid #3e77b6;
}
.receiver__drag {
  display: -ms-flexbox;
  display: flex;
  margin: 0 6px;
  cursor: move;
}
.receiver__drag:hover svg circle,
.receiver__drag:hover svg path {
  fill: #3e77b6;
}
.receiver__count {
  margin: 0 18px 0 6px;
  color: #161616;
  font-size: 12px;
  font-weight: 500;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-indent: -999999pc;
}
.receiver__name {
  margin: 0 6px;
}
.receiver__name input {
  width: 220px;
}
.receiver__email {
  margin: 0 6px;
}
.receiver__email input {
  width: 220px;
}
.receiver__type {
  margin: 0 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.receiver__type__validator__info,
.receiver__type__viewer__info {
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
  cursor: pointer;
}
.receiver__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.receiver__actions .discard {
  cursor: pointer;
  margin-right: 24px;
}
.receiver__actions .discard:hover {
  color: #3e77b6;
}
.receiver__action {
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 12px;
}
.receiver__action__allow_costumize,
.receiver__action__password,
.receiver__action__sms {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #aeaeb2;
  border-radius: 100%;
  -ms-flex: 0 0 28px;
  flex: 0 0 28px;
  margin: 6px;
  cursor: pointer;
  position: relative;
}
.receiver__action__allow_costumize:hover,
.receiver__action__password:hover,
.receiver__action__sms:hover {
  background: #383e45;
}
.receiver__action__allow_costumize.active,
.receiver__action__password.active,
.receiver__action__sms.active {
  background: #0062c5;
}
.receiver__action__allow_costumize svg {
  margin-left: 2px;
}
.receiver__allow_costumize,
.receiver__password,
.receiver__sms {
  display: none;
  background: #fff;
  padding: 24px 12px 24px 90px;
  width: 100%;
}
.receiver__allow_costumize.active,
.receiver__password.active,
.receiver__sms.active {
  display: block;
}
.receiver__delete path {
  fill: #626870;
}
.receiver__delete:hover {
  cursor: pointer;
}
.receiver__delete:hover path {
  fill: #383e45;
}
.receiver__messages {
  margin-top: 24px;
}
.receiver__messages.disabled {
  opacity: 0.4;
  position: relative;
}
.receiver__messages.disabled:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.receiver__confirm {
  display: none;
  padding: 12px 0;
  font-size: 14px;
  color: #3e77b6;
}
.receiver-list {
  margin-bottom: 12px;
  margin-top: 12px;
  border: 1px solid #3e77b6;
}
.receiver-list__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}
.receiver-list__item.template {
  display: none;
}
.receiver-list__item:hover .receiver__delete {
  display: block;
}
.receiver-list__item:first-child .receiver__options {
  border-top: 0;
}
.receiver-list.sortable .receiver__count {
  text-indent: 0;
}
.receiver__elements {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #f6f6f8;
  border-top: 1px solid #3e77b6;
}
.receiver__elements .receiver__element {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 12px 24px 6px;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: calc(33.33% - 48px);
  flex-basis: calc(33.33% - 48px);
}
.receiver__elements .receiver__element__password {
  -ms-flex-order: 1;
  order: 1;
}
.receiver__elements .receiver__element__sms {
  -ms-flex-order: 2;
  order: 2;
}
.receiver__elements .receiver__element__allow_costumize {
  -ms-flex-order: 3;
  order: 3;
}
.receiver__elements .receiver__element__delete {
  cursor: pointer;
  margin-top: 4px;
  margin-left: 4px;
}
.receiver__elements .receiver__element__delete:hover path,
.receiver__elements .receiver__element__delete:hover svg,
.receiver__elements .receiver__element__delete path,
.receiver__elements .receiver__element__delete svg {
  fill: #383e45;
}
#addReceiver {
  background: #e7edf4;
  border: 1px solid #5483b7;
  color: #5483b7;
  width: 100%;
  border-radius: 1px;
  margin-top: -10px;
  margin-bottom: 32px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  height: 56px;
  font-size: 12px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#addReceiver svg {
  margin-top: 0;
}
#addReceiver svg circle {
  stroke: #5483b7;
}
#addReceiver svg path {
  fill: #5483b7;
}
#addReceiver:hover {
  border: 1px solid #1d4772;
  color: #1d4772;
}
#addReceiver:hover svg circle {
  stroke: #1d4772;
}
#addReceiver:hover svg path {
  fill: #1d4772;
}
#addReceiver:active {
  border: 1px solid #383e45;
  color: #383e45;
}
#addReceiver:active svg circle {
  stroke: #383e45;
}
#addReceiver:active svg path {
  fill: #383e45;
}
.receiver__setting {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d8d8d8;
}
.receiver__setting:last-child {
  border-bottom: none;
}
.receiver__setting .checkbox [type="checkbox"] + label {
  font-weight: 500;
  font-size: 15px;
  -ms-flex-align: center;
  align-items: center;
}
.receiver__setting .checkbox [type="checkbox"] + label svg {
  margin-right: 12px;
  margin-left: 12px;
  width: 24px;
}
.receiver__setting__content {
  padding-left: 84px;
}
.receiver__setting__content.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.upload-box {
  position: relative;
  max-width: 300px;
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
}
.upload-box__clean {
  display: none;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  z-index: 2;
}
.upload-box__area {
  width: 100%;
  height: 170px;
  background: #f6f6f8;
  border: 1px dashed #f6f6f8;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.upload-box__area.error {
  border: 1px solid #3e77b6;
}
.upload-box:hover .upload-box__area {
  border: 1px dashed #5f83c6;
}
.upload-box__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  padding: 12px;
  color: #969696;
}
.upload-box__content,
.upload-box__preview {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.upload-box__preview {
  display: none;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  z-index: 1;
}
.upload-box.uploaded .upload-box__content {
  display: none;
}
.upload-box.uploaded .upload-box__clean,
.upload-box.uploaded .upload-box__preview {
  display: block;
}
.upload-box.uploading .upload-box__clean,
.upload-box.uploading .upload-box__content,
.upload-box.uploading .upload-box__preview {
  display: none;
}
.upload-box.uploading:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  background: url(/img/svg_icons/preload.svg);
  background-size: contain;
}
.upload-box__upload .moxie-shim {
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.tool__content {
  max-width: 1200px;
  margin: 20vh auto 42px;
}
.tool__content__head {
  max-width: 800px;
  margin: 42px auto;
}
.tool__content .infounit__list {
  padding: 42px;
}
.tool__content__block {
  max-width: 800px;
  margin: 42px auto;
}
.limit-alert {
  display: none;
  position: fixed;
  right: 467px;
  bottom: 24px;
  width: auto;
  z-index: 2;
  padding: 8px 24px 12px 92px;
  text-align: left;
  height: 80px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #fff url(/img/limits/pattern.svg);
  -webkit-box-shadow: 0 -8px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -8px 30px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  color: #47474f;
}
@media (max-width: 1440px) {
  .limit-alert {
    right: 407px;
  }
}
@media (max-width: 840px) {
  .limit-alert {
    right: 10px;
    bottom: 120px;
    width: 270px;
    padding: 8px 12px 12px 72px;
  }
}
@media (max-width: 768px) {
  .limit-alert {
    width: 200px;
    padding: 8px 12px 12px;
    bottom: 90px;
  }
}
.limit-alert:before {
  content: "";
  display: block;
  position: absolute;
  background-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 24px;
  width: 48px;
  height: 48px;
  background: url(/img/limits/icon.svg) no-repeat 50%;
}
@media (max-width: 840px) {
  .limit-alert:before {
    left: 12px;
  }
}
@media (max-width: 768px) {
  .limit-alert:before {
    display: none;
  }
}
.limit-alert__header {
  font-size: 15px;
  font-weight: 600;
}
.limit-alert__content {
  margin-top: 2px;
  font-size: 12px;
}
.limit-alert:hover {
  border: 1px solid orange;
}
.limit-alert--files:before {
  background-image: url(/img/limits/files-icon.svg);
}
.limit-alert--size:before {
  background-image: url(/img/limits/size-icon.svg);
}
.limit-alert--pages:before {
  background-image: url(/img/limits/pages-icon.svg);
}
.limit-slide {
  margin-top: 48px;
  margin-bottom: 90px;
}
.limit-slide__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.limit-slide__title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.limit-slide__title:first-child {
  text-align: left;
}
.limit-slide__title:last-child {
  text-align: right;
}
.limit-slide__title div {
  font-weight: 400;
  text-transform: none;
}
.limit-slide__title--free {
  color: #4acd86;
}
.limit-slide__title--premium {
  color: #ffb400;
}
.limit-slide__slide {
  margin-top: 16px;
  position: relative;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: #ffedc2;
}
.limit-slide__slide__premium {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffedc2;
  width: 100%;
  height: 8px;
  z-index: 1;
  border-radius: 4px;
}
.limit-slide__slide__free {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4acd86;
  width: 0;
  height: 8px;
  z-index: 2;
  border-radius: 4px 0 0 4px;
  -webkit-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
.limit-slide__slide__current {
  position: absolute;
  top: -4px;
  left: 0;
  background-color: #ffb400;
  width: 4px;
  height: 16px;
  z-index: 3;
  border-radius: 2px;
  pointer-events: none;
  -webkit-transition: left 0.8s ease-in-out;
  -o-transition: left 0.8s ease-in-out;
  transition: left 0.8s ease-in-out;
}
[next-from-confirm-files-no],
[next-from-confirm-files-yes] {
  text-align: left;
  min-width: auto;
}
.dialog__header--dark {
  background: url(/img/premium/header.svg) no-repeat 50%;
  background-size: cover;
}
[data-state="AuthState"] .btn,
[data-state="CannotTrialState"] .btn {
  border-radius: 8px;
  min-width: 0;
}
.payment-period__payments__item__badge {
  -webkit-transform: translate(75%, -20px);
  transform: translate(75%, -20px);
  right: 16px;
  top: 4px;
}
.payment__interval-selector__select-box {
  border-radius: 24px;
  min-width: 150px;
  min-height: 110px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  padding: 4px;
  background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fff),
        to(#fff)
      )
      padding-box,
    -webkit-gradient(linear, left top, left bottom, from(#adadb6), to(#adadb6)) border-box;
  background: -webkit-linear-gradient(#fff, #fff) padding-box,
    -webkit-linear-gradient(#adadb6, #adadb6) border-box;
  background: -o-linear-gradient(#fff, #fff) padding-box,
    -o-linear-gradient(#adadb6, #adadb6) border-box;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(#adadb6, #adadb6) border-box;
}
.payment__interval-selector__select-box__content {
  padding: 16px 24px;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.payment__interval-selector__select-box__content:hover {
  opacity: 1;
}
.payment__interval-selector__select-box[data-selected="true"] {
  border: 5px solid transparent;
  padding: 0;
  background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#f5f5fa),
        to(#f5f5fa)
      )
      padding-box,
    -webkit-gradient(linear, left top, right top, from(#ffb400), to(#ff8273)) border-box;
  background: -webkit-linear-gradient(#f5f5fa, #f5f5fa) padding-box,
    -webkit-linear-gradient(left, #ffb400, #ff8273) border-box;
  background: -o-linear-gradient(#f5f5fa, #f5f5fa) padding-box,
    -o-linear-gradient(left, #ffb400, #ff8273) border-box;
  background: linear-gradient(#f5f5fa, #f5f5fa) padding-box,
    linear-gradient(90deg, #ffb400, #ff8273) border-box;
}
.payment__interval-selector__select-box[data-selected="true"]
  .payment__interval-selector__select-box__content {
  opacity: 1;
}
.payment__interval-selector__select-box[data-selected="true"]
  .payment-period__payments__item__badge {
  right: 12px;
  top: 0;
}
.payment__provider-selector {
  padding: 0;
  margin: 10px 60px 0;
}
.payment__provider-selector__item {
  padding: 8px 16px;
  margin-bottom: -1px;
  border: none;
  border-bottom: 3px solid transparent;
}
.payment__provider-selector__item[data-checked="true"] {
  border: none;
  border-bottom: 3px solid #3e77b6;
}
.payment__provider-views {
  margin-top: 24px;
}
.inline-context .dialog__header .dialog__title.orange {
  color: #161616 !important;
}
.user-premium .auth__info {
  position: relative;
  background: 0 0;
}
.user-premium .auth__info:before {
  background: #383e45 url(/img/premium/top.svg) no-repeat top;
  background-size: contain;
}
.user-premium .auth__info:after,
.user-premium .auth__info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.user-premium .auth__info:after {
  background: url(/img/premium/bottom.svg) no-repeat bottom;
  background-size: contain;
}
.user-premium .auth__info .auth__box {
  z-index: 1;
}
.new-premium__logos {
  margin-top: -8px;
}
.payment__footer {
  -ms-flex-direction: initial;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.payment__footer .payment__checklist {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  margin: 0 12px;
}
.payment__footer .payment__checklist img {
  margin-top: 4px;
  margin-right: 8px;
}
.payment__text {
  text-align: left;
}
@media (min-width: 480px) {
  body.process-run .header {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
body.process-run .header .brand {
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
}
@media (min-width: 480px) {
  body.process-run .header .brand {
    width: 160px;
  }
}
body.process-run .header .brand__logo {
  width: 160px;
}
@media (min-width: 480px) {
  body.process-run .header .brand__logo {
    width: 140px;
  }
}
body.process-run .add {
  margin-bottom: 12px;
}
@media (max-width: 1440px) {
  body.process-run .limit-slide {
    margin-top: 32px;
    margin-bottom: 78px;
  }
}
@media (max-width: 1440px) {
  .dialog .dialog__header + .dialog__body {
    padding-top: 24px;
  }
  .payment__interval-selector {
    margin-bottom: 24px;
  }
  .payment__actions {
    margin-top: 16px;
  }
}
@media screen and (max-height: 650px) {
  .toolpage:not(.sidebar-active) .add {
    position: static;
  }
}
@media screen and (min-height: 651px) {
  .toolpage:not(.sidebar-active) .add {
    position: absolute !important;
    bottom: 40px;
    left: 0;
    right: 0;
  }
}
#toggleCover {
  display: none;
}
.tool-pagenumber .editor__content__item__content,
.tool-watermark .editor__content__item__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
}
.tool-pagenumber .text,
.tool-watermark .text {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 6px 12px;
}
.tool-pagenumber .toolbar-align,
.tool-pagenumber .toolbar-background,
.tool-pagenumber .toolbar-font-shadow,
.tool-pagenumber .toolbar-remove,
.tool-pagenumber .toolbar-visibility,
.tool-watermark .toolbar-align,
.tool-watermark .toolbar-background,
.tool-watermark .toolbar-font-shadow,
.tool-watermark .toolbar-remove,
.tool-watermark .toolbar-visibility {
  display: none;
}
.tool-pagenumber .toolbar-format,
.tool-watermark .toolbar-format {
  border-right: 0;
}
.item-loading {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.8) url(/img/svg_icons/preload.svg) 50%
    no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
.header {
  display: block !important;
}
.tool__preview {
  display: none;
  width: 202px;
  margin-top: 52px;
  -webkit-transition: all 0.2s;
  -o-transition: 0.2s all;
  transition: all 0.2s;
}
@media (max-width: 840px) {
  .tool__preview {
    display: none;
  }
}
.tool__preview canvas,
.tool__preview img {
  max-width: 100%;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 8px;
}
.tool__preview.multiple {
  width: 242px;
}
.tool__preview.multiple .tool__preview__tabs {
  display: block;
}
.tool__preview.closed {
  width: 12px;
}
.tool__preview.closed .tool__preview__files,
.tool__preview.closed .tool__preview__pages,
.tool__preview.closed .tool__preview__tabs {
  -ms-flex: 0 0;
  flex: 0 0;
}
.tool__preview.closed .tool__preview__toggle svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tool__preview__title {
  font-size: 15px;
  font-weight: 500;
  margin: 12px;
}
.tool__preview__pages {
  -ms-flex: 0 0 190px;
  flex: 0 0 190px;
  background: #f6f6f8;
  overflow-y: auto;
  padding-top: 24px;
}
.tool__preview__pages.closed {
  -ms-flex: 0 0;
  flex: 0 0;
}
.tool__preview__files {
  -ms-flex: 0 0 190px;
  flex: 0 0 190px;
  background: #f6f6f8;
  overflow-y: auto;
}
.tool__preview__files__list {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.tool__preview__files.closed {
  -ms-flex: 0 0;
  flex: 0 0;
}
.tool__preview__tabs {
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  background: #626870;
  overflow-y: auto;
  display: none;
}
.tool__preview__tabs.closed {
  -ms-flex: 0 0;
  flex: 0 0;
}
.tool__preview__tabs__item {
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tool__preview__tabs__item svg {
  fill: #fff;
}
.tool__preview__tabs__item.active {
  background: #f6f6f8;
}
.tool__preview__tabs__item.active svg {
  fill: #3e77b6;
}
.tool__preview__toggle {
  background: #e1e1e1;
  -ms-flex: 0 0 12px;
  flex: 0 0 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.tool__preview__toggle:hover path {
  fill: #3e77b6;
}
.tool__preview .preview__file .close {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 4px;
  right: 4px;
  background: url(/img/svg_icons/close.svg) no-repeat 50%;
  background-size: contain;
  cursor: pointer;
}
.tool__preview .preview__file,
.tool__preview .preview__page {
  position: relative;
  width: 94px;
  text-align: center;
  margin: 12px auto;
  font-size: 12px;
}
.tool__preview .preview__file img,
.tool__preview .preview__page img {
  cursor: pointer;
}
.tool__preview .preview__file.active canvas,
.tool__preview .preview__file.active img,
.tool__preview .preview__page.active canvas,
.tool__preview .preview__page.active img {
  outline: 1px solid #007bff;
}
.tool__preview .preview__file.sortable-ghost > *,
.tool__preview .preview__page.sortable-ghost > * {
  display: block;
  opacity: 0.5;
}
.tool__preview .preview__file.sortable-ghost img,
.tool__preview .preview__page.sortable-ghost img {
  display: block;
  border: 1px solid #3e77b6;
}
.tool__preview .preview__filename {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.tool__preview .preview__bullet {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #4a7aab;
  border-radius: 100% 4px 100% 100%;
  right: -8px;
  top: 8px;
  cursor: pointer;
  text-indent: -9999999px;
}
.tool__preview .preview__bullet:hover {
  background: #204160;
}
.tool__preview .preview__separator {
  width: 90px;
  margin: 24px auto 32px;
  height: 1px;
  background: #aeaeb2;
}
.tool__preview .preview__separator:last-child {
  display: none;
}
.sidebar-active .tool__preview {
  display: -ms-flexbox;
  display: flex;
}
.tool-editpdf
  .show-form-contour-error
  .canvas-object[data-type="formcheckbox"].canvas-object--has-validation-errors
  .editpdf-checkbox--checkmark,
.tool-editpdf
  .show-form-contour-error
  .canvas-object[data-type="formcombobox"].canvas-object--has-validation-errors
  select,
.tool-editpdf
  .show-form-contour-error
  .canvas-object[data-type="formlistbox"].canvas-object--has-validation-errors
  select,
.tool-editpdf
  .show-form-contour-error
  .canvas-object[data-type="formradiobutton"].canvas-object--has-validation-errors
  .editpdf-radiobutton--checkmark,
.tool-editpdf
  .show-form-contour-error
  .canvas-object[data-type="formtextbox"].canvas-object--has-validation-errors
  input {
  border-radius: 0;
  -webkit-transition: border 0.1s ease-out;
  -o-transition: border 0.1s ease-out;
  transition: border 0.1s ease-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #3e77b6;
}
.tool-editpdf
  .show-form-contour-error
  .canvas-object[data-type="formcheckbox"].canvas-object--has-validation-errors
  .editpdf-checkbox--checkmark:focus,
.tool-editpdf
  .show-form-contour-error
  .canvas-object[data-type="formcheckbox"].canvas-object--has-validation-errors
  .editpdf-checkbox--checkmark:hover,
.tool-editpdf
  .show-form-contour-error
  .canvas-object[data-type="formcombobox"].canvas-object--has-validation-errors
  select:focus,
.tool-editpdf
  .show-form-contour-error
  .canvas-object[data-type="formcombobox"].canvas-object--has-validation-errors
  select:hover,
.tool-editpdf
  .show-form-contour-error
  .canvas-object[data-type="formlistbox"].canvas-object--has-validation-errors
  select:focus,
.tool-editpdf
  .show-form-contour-error
  .canvas-object[data-type="formlistbox"].canvas-object--has-validation-errors
  select:hover,
.tool-editpdf
  .show-form-contour-error
  .canvas-object[data-type="formradiobutton"].canvas-object--has-validation-errors
  .editpdf-radiobutton--checkmark:focus,
.tool-editpdf
  .show-form-contour-error
  .canvas-object[data-type="formradiobutton"].canvas-object--has-validation-errors
  .editpdf-radiobutton--checkmark:hover,
.tool-editpdf
  .show-form-contour-error
  .canvas-object[data-type="formtextbox"].canvas-object--has-validation-errors
  input:focus,
.tool-editpdf
  .show-form-contour-error
  .canvas-object[data-type="formtextbox"].canvas-object--has-validation-errors
  input:hover {
  border: 2px solid #3e77b6;
}
.tool-editpdf
  .show-form-contour-error
  .canvas-object[data-type="formcheckbox"].canvas-object--has-validation-errors
  .editpdf-checkbox--checkmark:focus,
.tool-editpdf
  .show-form-contour-error
  .canvas-object[data-type="formcombobox"].canvas-object--has-validation-errors
  select:focus,
.tool-editpdf
  .show-form-contour-error
  .canvas-object[data-type="formlistbox"].canvas-object--has-validation-errors
  select:focus,
.tool-editpdf
  .show-form-contour-error
  .canvas-object[data-type="formradiobutton"].canvas-object--has-validation-errors
  .editpdf-radiobutton--checkmark:focus,
.tool-editpdf
  .show-form-contour-error
  .canvas-object[data-type="formtextbox"].canvas-object--has-validation-errors
  input:focus {
  border-radius: 0;
  -webkit-transition: border 0.1s ease-out;
  -o-transition: border 0.1s ease-out;
  transition: border 0.1s ease-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 3px solid #3e77b6;
}
.tool-editpdf
  .show-form-contour-error
  .canvas-object[data-type="formcheckbox"].canvas-object--has-validation-errors
  .editpdf-checkbox--checkmark:focus:focus,
.tool-editpdf
  .show-form-contour-error
  .canvas-object[data-type="formcheckbox"].canvas-object--has-validation-errors
  .editpdf-checkbox--checkmark:focus:hover,
.tool-editpdf
  .show-form-contour-error
  .canvas-object[data-type="formcombobox"].canvas-object--has-validation-errors
  select:focus:focus,
.tool-editpdf
  .show-form-contour-error
  .canvas-object[data-type="formcombobox"].canvas-object--has-validation-errors
  select:focus:hover,
.tool-editpdf
  .show-form-contour-error
  .canvas-object[data-type="formlistbox"].canvas-object--has-validation-errors
  select:focus:focus,
.tool-editpdf
  .show-form-contour-error
  .canvas-object[data-type="formlistbox"].canvas-object--has-validation-errors
  select:focus:hover,
.tool-editpdf
  .show-form-contour-error
  .canvas-object[data-type="formradiobutton"].canvas-object--has-validation-errors
  .editpdf-radiobutton--checkmark:focus:focus,
.tool-editpdf
  .show-form-contour-error
  .canvas-object[data-type="formradiobutton"].canvas-object--has-validation-errors
  .editpdf-radiobutton--checkmark:focus:hover,
.tool-editpdf
  .show-form-contour-error
  .canvas-object[data-type="formtextbox"].canvas-object--has-validation-errors
  input:focus:focus,
.tool-editpdf
  .show-form-contour-error
  .canvas-object[data-type="formtextbox"].canvas-object--has-validation-errors
  input:focus:hover {
  border: 3px solid #3e77b6;
}
.tool-editpdf
  .canvas-object.canvas-object--active-element[data-type="line"]
  .controls
  .surface-rect,
.tool-editpdf .canvas-object:not(.canvas-object--active-element) .anchor {
  display: none;
}
.tool-editpdf .canvas-object {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
}
.tool-editpdf .canvas-object img,
.tool-editpdf .canvas-object svg {
  display: block;
}
.tool-editpdf .canvas-object.canvas-object--hidden,
.tool-editpdf .canvas-object.canvas-object--hidden .controls {
  opacity: 0;
  pointer-events: none;
}
.tool-editpdf .canvas-object.canvas-object--hidden .controls.enabled {
  pointer-events: none;
}
.tool-editpdf .canvas-object .controls {
  z-index: 1;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -ms-touch-action: none;
  touch-action: none;
  pointer-events: none;
  opacity: 0;
}
.tool-editpdf .canvas-object .controls.visible {
  opacity: 1;
}
.tool-editpdf .canvas-object .controls.enabled {
  pointer-events: all;
}
.tool-editpdf .canvas-object .controls.draggable {
  cursor: -webkit-grab;
  cursor: grab;
}
.tool-editpdf .canvas-object .controls.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.tool-editpdf .canvas-object .controls:hover {
  cursor: pointer;
}
.tool-editpdf .canvas-object .controls.line-controls {
  pointer-events: none;
}
.tool-editpdf .canvas-object .controls .surface-rect {
  fill: transparent;
  stroke: #63b5f6;
  shape-rendering: geometricPrecision;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}
.tool-editpdf .canvas-object .controls .surface-rect.enabled {
  pointer-events: all;
}
.tool-editpdf .canvas-object .controls .surface-rect.visible {
  opacity: 1;
}
.tool-editpdf .canvas-object .controls .anchor {
  fill: #2196f3;
  stroke: #fff;
  opacity: 0;
  pointer-events: none;
}
.tool-editpdf .canvas-object .controls .anchor.cursor-ns-resize {
  cursor: ns-resize;
}
.tool-editpdf .canvas-object .controls .anchor.cursor-nesw-resize {
  cursor: nesw-resize;
}
.tool-editpdf .canvas-object .controls .anchor.cursor-nwse-resize {
  cursor: nwse-resize;
}
.tool-editpdf .canvas-object .controls .anchor.cursor-ew-resize {
  cursor: ew-resize;
}
.tool-editpdf .canvas-object .controls .anchor.enabled {
  pointer-events: all;
}
.tool-editpdf .canvas-object .controls .anchor.visible {
  opacity: 1;
}
.tool-editpdf .canvas-object[data-type="img"] img.hidden {
  opacity: none;
}
.tool-editpdf .canvas-object[data-type="freehand"] svg.freehand-canvas path {
  stroke-linejoin: round;
  stroke-linecap: round;
}
.tool-editpdf .canvas-object[data-type="line"] {
  pointer-events: none;
}
.tool-editpdf .canvas-object[data-type="line"] svg line {
  cursor: pointer;
  pointer-events: all;
}
.tool-editpdf .canvas-object[data-type="text"] {
  display: block;
}
.tool-editpdf .canvas-object[data-type="text"] .text-content {
  text-align: left;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
.tool-editpdf
  .canvas-object[data-type="text"]
  .text-content
  .contenteditable-wrapper {
  display: inline-block;
}
.tool-editpdf
  .canvas-object[data-type="text"]
  .text-content
  .contenteditable-wrapper
  [contenteditable] {
  display: block;
  pointer-events: auto;
  letter-spacing: normal;
  word-break: break-word;
  text-align: left;
  line-height: normal;
  overflow: visible;
}
.tool-editpdf .canvas-object[data-type="text"].hidden-text {
  opacity: 1;
  pointer-events: none;
  outline: none;
}
.tool-editpdf .canvas-object[data-type="text"].hidden-text .text-content {
  outline: none;
  pointer-events: none;
}
.tool-editpdf
  .canvas-object[data-type="text"].hidden-text
  .text-content
  [contenteditable] {
  pointer-events: none;
}
.tool-editpdf .canvas-object[data-type="statictext"] .text-content {
  color: transparent;
  line-height: 1em;
  overflow: visible;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  mix-blend-mode: multiply;
}
.tool-editpdf
  .canvas-object[data-type="statictext"]
  .text-content::-moz-selection {
  background: #fcee7c;
}
.tool-editpdf .canvas-object[data-type="statictext"] .text-content::selection {
  background: #fcee7c;
}
.tool-editpdf .canvas-object[data-type="formtextbox"] input {
  padding: 0;
  border-radius: 0;
  border: none;
  border: 1px solid transparent;
  -webkit-transition: border 0.1s ease-out;
  -o-transition: border 0.1s ease-out;
  transition: border 0.1s ease-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.tool-editpdf .canvas-object[data-type="formtextbox"] input:focus,
.tool-editpdf .canvas-object[data-type="formtextbox"] input:hover {
  border: 1px solid #000;
}
.tool-editpdf .canvas-object[data-type="formtextbox"] textarea {
  min-height: 1px;
  line-height: 1.5;
}
.tool-editpdf .canvas-object[data-type="formcheckbox"] input {
  cursor: pointer;
  margin: 0;
  border-radius: 0;
  border: none;
  outline: 2px solid transparent;
  -webkit-transition: outline 0.1s ease-out;
  -o-transition: outline 0.1s ease-out;
  transition: outline 0.1s ease-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tool-editpdf .canvas-object[data-type="formcheckbox"] input:focus,
.tool-editpdf .canvas-object[data-type="formcheckbox"] input:hover {
  outline: 2px solid #000;
}
.tool-editpdf .canvas-object[data-type="formradiobutton"] input {
  cursor: pointer;
  border-radius: 0;
  border: none;
  outline: 2px solid transparent;
  -webkit-transition: outline 0.1s ease-out;
  -o-transition: outline 0.1s ease-out;
  transition: outline 0.1s ease-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tool-editpdf .canvas-object[data-type="formradiobutton"] input:focus,
.tool-editpdf .canvas-object[data-type="formradiobutton"] input:hover {
  outline: 2px solid #000;
}
.tool-editpdf .canvas-object[data-type="formcombobox"] select {
  padding: 0;
  cursor: pointer;
  border-radius: 0;
  border: none;
  border: 1px solid transparent;
  -webkit-transition: border 0.1s ease-out;
  -o-transition: border 0.1s ease-out;
  transition: border 0.1s ease-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tool-editpdf .canvas-object[data-type="formcombobox"] select:focus,
.tool-editpdf .canvas-object[data-type="formcombobox"] select:hover {
  border: 1px solid #000;
}
.tool-editpdf .canvas-object[data-type="formlistbox"] select {
  overflow: auto;
}
.tool-editpdf .color-palette-wrapper,
.tool-editpdf .color-palette-wrapper > :not(svg),
.tool-editpdf .contextual-menu-wrapper,
.tool-editpdf .contextual-menu-wrapper > :not(svg),
.tool-editpdf [data-menu-action="open_gear_menu"],
.tool-editpdf [data-menu-action="open_gear_menu"] > :not(svg) {
  -webkit-transition: all 0.2s;
  -o-transition: 0.2s all;
  transition: all 0.2s;
}
.tool-editpdf [data-menu-action="open_gear_menu"] .wrapper {
  width: 100%;
  height: 100%;
}
.tool-editpdf .tippy-active > :not(svg),
.tool-editpdf .tippy-active > :not(svg):hover {
  background: #3e77b6;
}
.tool-editpdf [data-tippy-root] [data-theme~="tippy-gear-menu"],
.tool-editpdf [data-tippy-root] [data-theme~="tippy-shape-selector-menu"] {
  border-radius: 5px;
  padding: 3px 6px;
}
.tool-editpdf [data-tippy-root] [data-theme~="tippy-gear-menu"] .tippy-content,
.tool-editpdf
  [data-tippy-root]
  [data-theme~="tippy-shape-selector-menu"]
  .tippy-content {
  padding: 0;
}
.tool-editpdf #tippy-gear-menu,
.tool-editpdf #tippy-shape-selector-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 3px;
}
.tool-editpdf #tippy-gear-menu [data-tool]:hover svg,
.tool-editpdf #tippy-gear-menu [data-tool]:hover svg path,
.tool-editpdf #tippy-shape-selector-menu [data-tool]:hover svg,
.tool-editpdf #tippy-shape-selector-menu [data-tool]:hover svg path {
  fill: #383e45;
}
.tool-editpdf #tippy-gear-menu > div,
.tool-editpdf #tippy-shape-selector-menu > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: all 0.2;
  -o-transition: 0.2 all;
  transition: all 0.2;
}
.tool-editpdf #tippy-gear-menu > div:hover,
.tool-editpdf #tippy-shape-selector-menu > div:hover {
  background-color: #f6f6f8;
}
.tool-editpdf #textAlignment_ContextualMenu + [data-tippy-root] .tippy-box {
  padding: 0;
}
.tool-editpdf#textAlignment_ContextualMenu
  + [data-tippy-root]
  .tippy-box
  .tippy-content {
  padding: 4px;
}
.editpdf-menu-wrapper#editpdf-menu-toolbar
  .editpdf__menu__block:first-child
  .wrapper {
  padding: 0 20px 0 24px;
}
.editpdf-menu-wrapper#editpdf-menu-toolbar
  .editpdf__menu__block.editpdf__menu__block--text
  .wrapper {
  padding-left: 18px;
}
.editpdf-menu-wrapper #editpdf-menu-toolbar .editpdf__menu__block .wrapper {
  padding: 0 16px;
}
.editpdf__menu__block [data-menu-action="open_gear_menu"].tippy-active,
.editpdf__menu__block [data-menu-action="open_gear_menu"].tippy-active:hover {
  background: #3e77b6;
}
.editpdf__menu__block
  [data-menu-action="open_gear_menu"].tippy-active
  .wrapper {
  width: 100%;
  height: 100%;
}
.editpdf-menu-wrapper,
.editpdf-submenu-wrapper {
  position: fixed;
}
.editpdf-submenu-wrapper {
  -webkit-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
body.tool-editpdf:not(.rtl) .editpdf-menu-wrapper,
body.tool-editpdf:not(.rtl) .editpdf-submenu-wrapper {
  right: 440px;
  width: calc(100% - 440px);
}
@media (max-width: 1440px) {
  body.tool-editpdf:not(.rtl) .editpdf-menu-wrapper,
  body.tool-editpdf:not(.rtl) .editpdf-submenu-wrapper {
    right: 300px;
    width: calc(100% - 300px);
  }
}
@media (max-width: 840px) {
  body.tool-editpdf:not(.rtl) .editpdf-menu-wrapper,
  body.tool-editpdf:not(.rtl) .editpdf-submenu-wrapper {
    left: 0;
    width: calc(100% - 4px);
  }
}
.editpdf-menu-wrapper {
  z-index: 4010;
  top: 60px;
}
.editpdf-submenu-wrapper {
  z-index: 4009;
  top: 108px;
}
.editpdf-submenu-wrapper.submenu-hidden {
  top: 60px;
}
.editpdf__menu {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow-y: visible;
  display: -ms-flexbox;
  display: flex;
  background: #f6f6f8;
  -webkit-transition: all 0.2s;
  -o-transition: 0.2s all;
  transition: all 0.2s;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 48px;
}
.editpdf__menu .layout-page-ico-black + .layout-page-ico-white {
  margin-left: 2px;
}
.editpdf__menu .editpdf__menu__option.next {
  margin-left: 3px;
  margin-right: 6px;
}
.editpdf__menu .editpdf__menu__option.next,
.editpdf__menu .editpdf__menu__option.prev {
  cursor: pointer;
}
.editpdf__menu .editpdf__menu__option.next .editpdf__menu__option__active,
.editpdf__menu .editpdf__menu__option.next .editpdf__menu__option__default,
.editpdf__menu .editpdf__menu__option.next .editpdf__menu__option__hover,
.editpdf__menu .editpdf__menu__option.prev .editpdf__menu__option__active,
.editpdf__menu .editpdf__menu__option.prev .editpdf__menu__option__default,
.editpdf__menu .editpdf__menu__option.prev .editpdf__menu__option__hover {
  pointer-events: none;
}
.editpdf__menu .editpdf__menu__option.next .editpdf__menu__option__default,
.editpdf__menu .editpdf__menu__option.prev .editpdf__menu__option__default {
  display: block;
}
.editpdf__menu .editpdf__menu__option.next .editpdf__menu__option__active,
.editpdf__menu .editpdf__menu__option.next .editpdf__menu__option__hover,
.editpdf__menu
  .editpdf__menu__option.next:active
  .editpdf__menu__option__default,
.editpdf__menu .editpdf__menu__option.prev .editpdf__menu__option__active,
.editpdf__menu .editpdf__menu__option.prev .editpdf__menu__option__hover,
.editpdf__menu
  .editpdf__menu__option.prev:active
  .editpdf__menu__option__default {
  display: none;
}
.editpdf__menu
  .editpdf__menu__option.next:active
  .editpdf__menu__option__active,
.editpdf__menu
  .editpdf__menu__option.prev:active
  .editpdf__menu__option__active {
  display: block;
}
.editpdf__menu
  .editpdf__menu__option.next:hover
  .editpdf__menu__option__default,
.editpdf__menu
  .editpdf__menu__option.prev:hover
  .editpdf__menu__option__default {
  display: none;
}
.editpdf__menu
  .editpdf__menu__option.next:hover:not(:active)
  .editpdf__menu__option__hover,
.editpdf__menu
  .editpdf__menu__option.prev:hover:not(:active)
  .editpdf__menu__option__hover {
  display: block;
}
.editpdf__menu.hidden {
  display: none;
}
.editpdf__menu__option.next,
.editpdf__menu__option.prev {
  width: 24px;
  height: 24px;
  display: inline-block;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 4px;
  background-color: #aeaeb2;
}
.editpdf__menu .editpdf__menu__block {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.editpdf__menu .editpdf__menu__block.align-end {
  margin-left: auto;
}
[dir="rtl"] .editpdf__menu .editpdf__menu__block.align-end {
  margin-right: auto;
  margin-left: 0;
}
.editpdf__menu .editpdf__menu__block .item,
.editpdf__menu .editpdf__menu__block .wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.editpdf__menu .editpdf__menu__block .item {
  height: 48px;
  -webkit-transition: all 0.2s;
  -o-transition: 0.2s all;
  transition: all 0.2s;
}
.editpdf__menu .editpdf__menu__block .item.disabled {
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  opacity: 0.4;
}
.editpdf__menu .editpdf__menu__block .item:not(.disabled):hover {
  background: #f2f3f8;
  cursor: pointer;
}
.editpdf__menu .editpdf__menu__block .item:not(.disabled).hand--active,
.editpdf__menu .editpdf__menu__block .item:not(.disabled).item__selected {
  background: #f2f3f8;
}
.editpdf__menu .editpdf__menu__block .item:not(.disabled).hand--active svg path,
.editpdf__menu
  .editpdf__menu__block
  .item:not(.disabled).item__selected
  svg
  path {
  fill: #3e77b6;
}
.editpdf__menu
  .editpdf__menu__block
  .item[data-menu-action="zoom_in"]:hover
  svg
  > g,
.editpdf__menu
  .editpdf__menu__block
  .item[data-menu-action="zoom_out"]:hover
  svg
  > g {
  stroke: #383e45;
}
.editpdf__menu .editpdf__menu__block .item.hand--active svg path,
.editpdf__menu .editpdf__menu__block .item[data-tool].item__selected svg path {
  fill: #3e77b6;
}
.editpdf__menu .editpdf__menu__block .item.item--hidden {
  display: none;
}
.editpdf__menu
  .editpdf__menu__block
  .item[data-menu-action="open_shape_selector_menu"] {
  padding: 0 3px;
}
.editpdf__menu
  .editpdf__menu__block#tippy-shape-selector-menu[data-tool="line"],
.editpdf__menu
  .editpdf__menu__block#tippy-shape-selector-menu[data-tool="rect"] {
  padding: 11px 9px;
}
.editpdf__menu #shape-selector {
  z-index: 10;
}
.editpdf__menu input,
.editpdf__menu select {
  border: 1px solid #aeaeb2;
  font-size: 12px;
  height: 24px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  padding: 2px 8px 4px;
}
#editpdf-menu-toolbar {
  -webkit-box-shadow: 0 3px 6px 0 rgba(50, 50, 50, 0.3);
  box-shadow: 0 3px 6px 0 rgba(50, 50, 50, 0.3);
}
#editpdf-menu-toolbar #editor_pages_wrapper {
  margin-top: -1px;
  font-size: 12px;
  margin-left: 3px;
  margin-right: 3px;
  font-family: Rawline;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  color: #000;
}
#editpdf-menu-toolbar #editor_page {
  width: 48px;
  text-align: right;
}
#editpdf-menu-toolbar .zoom-icon {
  margin-right: 12px;
}
#editpdf-menu-toolbar #editor_zoom {
  width: 75px;
}
#editpdf-menu-toolbar #last-selected-brush {
  display: -ms-flexbox;
  display: flex;
}
.editpdf__menu__block:not(:first-child):before {
  position: absolute;
  -webkit-transition: all 0.1s;
  -o-transition: 0.1s all;
  transition: all 0.1s;
  content: "";
  height: 100%;
  width: 1px;
  right: -1px;
  z-index: 3;
  top: 0;
  left: 0;
  border-right: 1px solid #3e77b6;
}
[dir="rtl"] .editpdf__menu__block:not(:first-child):before {
  border-right: none;
  border-left: 1px solid #3e77b6;
}
.editpdf__menu__block.editpdf__menu__block--text:before {
  border-right: 4px solid #3e77b6;
}
[dir="rtl"] .editpdf__menu__block.editpdf__menu__block--text:before {
  border-right: none;
  border-left: 1px solid #3e77b6;
}
.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu {
  background: #f2f3f8;
  -webkit-box-shadow: 5px 4px 3px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 4px 3px -3px rgba(0, 0, 0, 0.15);
}
.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .editpdf__menu__block {
  padding-left: 16px;
  padding-right: 16px;
}
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .editpdf__menu__block:first-child {
  padding-left: 0;
}
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .editpdf__menu__block:empty {
  display: none;
}
.editpdf-submenu-wrapper.submenu-hidden {
  opacity: 0;
  pointer-events: none;
}
[data-tippy-root] [data-theme~="editpdf-submenu-contextual-menu"] {
  border-radius: 5px;
  padding: 3px 6px;
}
[data-tippy-root]
  [data-theme~="editpdf-submenu-contextual-menu"]
  .tippy-content {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
[data-tippy-root]
  [data-theme~="editpdf-submenu-contextual-menu"]
  .tippy-content
  [data-value] {
  border-radius: 5px;
  cursor: pointer;
  padding: 5px;
  -webkit-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
}
[data-tippy-root]
  [data-theme~="editpdf-submenu-contextual-menu"]
  .tippy-content
  [data-value]:hover {
  background: #e8e8e8;
}
@media (max-width: 1699px) {
  [data-tippy-root] [data-theme~="color-palette"].color-palette-fillColor-theme,
  [data-tippy-root]
    [data-theme~="color-palette"].color-palette-strokeColor-theme {
    left: -70px !important;
  }
}
[data-tippy-root] [data-theme~="color-palette"] .tippy-content .color-palette {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
[data-tippy-root]
  [data-theme~="color-palette"]
  .tippy-content
  .color-palette
  .color-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
[data-tippy-root]
  [data-theme~="color-palette"]
  .tippy-content
  .color-palette
  .color-col {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  border-radius: 5px;
}
[data-tippy-root]
  [data-theme~="color-palette"]
  .tippy-content
  .color-palette
  .color-col:hover {
  -webkit-transition: all 0.2s;
  -o-transition: 0.2s all;
  transition: all 0.2s;
}
[data-tippy-root]
  [data-theme~="color-palette"]
  .tippy-content
  .color-palette
  .color-col:not(:last-child) {
  margin-right: 5px;
}
[data-tippy-root]
  [data-theme~="color-palette"]
  .tippy-content
  .color-palette
  .color-col
  .color-sample {
  cursor: pointer;
  position: relative;
  display: inline-block;
  border-radius: 2px;
  width: 16px;
  height: 16px;
}
[data-tippy-root]
  [data-theme~="color-palette"]
  .tippy-content
  .color-palette
  .color-col
  .color-sample
  .check-icon {
  position: absolute;
  top: 4px;
  left: 4px;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
[data-tippy-root]
  [data-theme~="color-palette"]
  .tippy-content
  .color-palette
  .color-col
  .color-sample[data-value="#FFFFFF"]
  .check-icon
  path,
[data-tippy-root]
  [data-theme~="color-palette"]
  .tippy-content
  .color-palette
  .color-col
  .color-sample[data-value="transparent"]
  .check-icon
  path {
  fill: #000;
}
[data-tippy-root]
  [data-theme~="color-palette"]
  .tippy-content
  .color-palette
  .color-col
  .color-sample[data-value="#FFFFFF"] {
  border: 1.2px solid #3e77b6;
  width: 14.2px;
  height: 14.2px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
[data-tippy-root]
  [data-theme~="color-palette"]
  .tippy-content
  .color-palette
  .color-col
  .color-sample[data-value="#FFFFFF"]
  .check-icon {
  top: 3.2px;
  left: 2.8px;
}
.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu {
  top: 48px;
}
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .editpdf__menu__block:first-child {
  margin-left: 0;
  border-left: 1px solid #3e77b6;
}
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .editpdf__menu__block:first-child
  .wrapper:first-child {
  padding-left: 24px;
}
[dir="rtl"]
  .editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .editpdf__menu__block:first-child {
  border-right: 1px solid #3e77b6;
  border-left: none;
}
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu#strokeWidth_inputNumber {
  width: 80px;
  text-align: right;
}
.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .color-sample {
  position: relative;
  display: inline-block;
  border-radius: 2px;
  width: 16px;
  height: 16px;
}
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .color-sample
  .check-icon {
  position: absolute;
  top: 4px;
  left: 3px;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .editpdf__menu__block
  .wrapper,
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .editpdf__menu__block
  .wrapper.wrapper-no-padding {
  padding: 0;
}
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .editpdf__menu__block
  .wrapper
  .editpdf-icon.leftside-icon {
  margin-right: 8px;
}
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .editpdf__menu__block
  .wrapper:not(:first-child) {
  margin-left: 8px;
}
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .editpdf__menu__block
  .color-palette-wrapper
  .color-sample:not(.for-border)[data-value="#FFFFFF"] {
  border: 1.2px solid #3e77b6;
}
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .editpdf__menu__block
  .color-palette-wrapper
  .color-sample.for-border {
  border: 1.2px solid #fff;
  -webkit-box-shadow: 0 0 2px 0 #aeaeb2;
  box-shadow: 0 0 2px 0 #aeaeb2;
}
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .editpdf__menu__block
  .color-palette-wrapper
  .color-sample.for-border[data-value="transparent"] {
  border: 1.2px dashed #aeaeb2;
  -webkit-box-shadow: 0 0 1px 0 #aeaeb2;
  box-shadow: 0 0 1px 0 #aeaeb2;
}
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .editpdf__menu__block[data-name="fillAndStrokeColor"]
  .wrapper,
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .editpdf__menu__block[data-name="rotation"]
  .wrapper {
  margin-right: 0;
}
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .editpdf__menu__block[data-name="fillAndStrokeColor"]
  .wrapper:not(:first-child),
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .editpdf__menu__block[data-name="rotation"]
  .wrapper:not(:first-child) {
  margin-left: 4px;
}
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .editpdf__menu__block[data-name="fillAndStrokeColor"]
  .wrapper:first-child,
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .editpdf__menu__block[data-name="rotation"]
  .wrapper:first-child {
  margin-right: 0;
}
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .editpdf__menu__block
  .wrapper:only-child {
  padding: 0;
}
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .editpdf__menu__block[data-name="recycle_bin"]
  .editpdf__submenu__btn.recycle-bin {
  padding: 0;
  width: 32px;
  height: 32px;
}
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .editpdf__menu__block[data-name="confirmDrawing"] {
  -ms-flex-order: 100;
  order: 100;
}
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  select
  option[disabled] {
  background: #eee;
}
.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu select {
  text-transform: capitalize;
}
.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu input,
.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu select {
  height: 24px;
  padding: 2px 32px 6px 12px;
}
.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu input:hover,
.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu select:hover {
  border: 1px solid #626870;
}
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .editpdf__submenu__btn {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px;
  height: 32px;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  -o-transition: 0.2s all;
  transition: all 0.2s;
}
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .editpdf__submenu__btn:hover {
  background: #fff;
}
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .contextual-menu-wrapper.contextual-menu-wrapper--with-rows
  + [data-tippy-root]
  .tippy-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .contextual-menu-wrapper.contextual-menu-wrapper--with-rows
  + [data-tippy-root]
  .tippy-content
  .symbol-row {
  display: -ms-flexbox;
  display: flex;
}
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .contextual-menu-wrapper
  > * {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px;
  height: 32px;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  -o-transition: 0.2s all;
  transition: all 0.2s;
}
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .contextual-menu-wrapper
  > :hover {
  background: #fff;
}
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .contextual-menu-wrapper
  > *
  .unfold-arrow-icon {
  margin-left: 8px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .color-palette-wrapper
  > :not(.editpdf-icon) {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px;
  height: 32px;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  -o-transition: 0.2s all;
  transition: all 0.2s;
}
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .color-palette-wrapper
  > :not(.editpdf-icon):hover {
  background: #fff;
}
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .color-palette-wrapper
  > :not(.editpdf-icon)
  .unfold-arrow-icon {
  margin-left: 8px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .item:hover {
  background: 0 0;
}
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .editpdf__submenu__input-number.disabled {
  pointer-events: none;
  opacity: 0.4;
}
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .editpdf__submenu__input-number
  .substraction-arrow {
  position: absolute;
  right: 24px;
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  top: 27px;
  cursor: pointer;
}
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .editpdf__submenu__input-number
  .addition-arrow {
  position: absolute;
  right: 24px;
  -webkit-transform: rotate(180deg) scale(1.25);
  transform: rotate(180deg) scale(1.25);
  top: 18px;
  cursor: pointer;
}
.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .action-button {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px;
  height: 32px;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  -o-transition: 0.2s all;
  transition: all 0.2s;
}
.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .action-button:hover {
  background: #fff;
}
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .action-button.rotateLeft,
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .action-button.rotateRight {
  padding: 0;
  height: 32px;
  width: 32px;
}
.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .switch-button {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px;
  height: 32px;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  -o-transition: 0.2s all;
  transition: all 0.2s;
}
.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .switch-button:hover {
  background: #fff;
}
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .switch-button.switch-on {
  -webkit-transition: all 0.2s;
  -o-transition: 0.2s all;
  transition: all 0.2s;
  background: #3e77b6;
}
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .switch-button.underline
  svg {
  position: relative;
  top: 1px;
}
.editpdf-submenu-wrapper .editpdf__menu.editpdf__submenu .switch-button.isBold,
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .switch-button.isItalics,
.editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .switch-button.isUnderline {
  width: 26px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.tool-editpdf #sidebar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tool-editpdf #sidebar .has-layers #reset-all-layers-btn {
  display: block;
}
.tool-editpdf #sidebar .sortable-ghost > * {
  display: initial;
}
.tool-editpdf #sidebar .option__panel__title {
  margin-bottom: 24px;
  padding: 12px;
}
.tool-editpdf #sidebar .layers-header {
  color: #3e77b6;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.tool-editpdf #sidebar .wrapper {
  padding: 0 15px;
}
.tool-editpdf #sidebar .info.info--upToFourElements {
  display: none;
}
.tool-editpdf #sidebar #reset-all-layers-btn {
  text-align: right;
  display: none;
}
.tool-editpdf #sidebar #reset-all-layers-btn .link--cancel {
  cursor: pointer;
}
.tool-editpdf #sidebar .page-section {
  position: relative;
  margin-bottom: 20px;
}
.tool-editpdf #sidebar .page-section .marker {
  font-weight: 600;
  margin-bottom: 26.5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tool-editpdf #sidebar .page-section .marker::-moz-selection {
  background: transparent;
}
.tool-editpdf #sidebar .page-section .marker::selection {
  background: transparent;
}
.tool-editpdf #sidebar .page-section .marker:after {
  content: "";
  position: absolute;
  top: 33px;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #b4b4b4;
}
.tool-editpdf #sidebar .page-section .layer {
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  height: 40px;
}
.tool-editpdf #sidebar .page-section .layer:not(:first-child) {
  margin-top: 5px;
}
.tool-editpdf #sidebar .page-section .layer:hover {
  cursor: pointer;
  background: #f5f5f5;
}
.tool-editpdf #sidebar .page-section .layer.active {
  background: #f5f5f5;
}
.tool-editpdf #sidebar .page-section .layer .layer__icon--drag {
  cursor: move;
  margin-left: 6px;
  margin-right: 13px;
  padding: 6px;
}
.tool-editpdf #sidebar .page-section .layer.interactive-mode .layer__edit,
.tool-editpdf #sidebar .page-section .layer.interactive-mode .layer__trash {
  display: none;
}
.tool-editpdf #sidebar .page-section .layer .layer__edit {
  display: inline-block;
}
.tool-editpdf #sidebar .page-section .layer .layer__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
}
.tool-editpdf #sidebar .page-section .layer .layer__content .layer__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
  width: 28px;
}
.tool-editpdf#sidebar
  .page-section
  .layer
  .layer__content
  .layer__icon
  .icon-shape
  rect,
.tool-editpdf#sidebar
  .page-section
  .layer
  .layer__content
  .layer__icon
  .icon-text
  rect {
  fill: #fff;
}
.tool-editpdf #sidebar .page-section .layer .layer__content .layer__input {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.tool-editpdf #sidebar .page-section .layer .layer__content .form__group {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 17px;
}
.tool-editpdf#sidebar
  .page-section
  .layer
  .layer__content
  .form__group[disabled="disabled"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tool-editpdf#sidebar .page-section .layer .layer__content .form__group .input {
  margin: 0;
  height: 33px;
  width: 100%;
}
.tool-editpdf#sidebar
  .page-section
  .layer
  .layer__content
  .form__group
  .input[disabled="disabled"] {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
}
.tool-editpdf#sidebar
  .page-section
  .layer
  .layer__content
  .form__group.form__group--input {
  margin-right: 0;
}
.tool-editpdf #sidebar .page-section .layer .layer__content .layer__edit {
  padding: 6px;
}
.tool-editpdf #sidebar .page-section .layer .layer__content .layer__edit:hover {
  cursor: pointer;
}
.tool-editpdf#sidebar
  .page-section
  .layer
  .layer__content
  .layer__edit
  .disable-input,
.tool-editpdf#sidebar
  .page-section
  .layer
  .layer__content
  .layer__edit
  .enable-input {
  display: none;
}
.tool-editpdf#sidebar
  .page-section
  .layer
  .layer__content
  .layer__edit
  .disable-input.unhide,
.tool-editpdf#sidebar
  .page-section
  .layer
  .layer__content
  .layer__edit
  .enable-input.unhide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.tool-editpdf#sidebar
  .page-section
  .layer
  .layer__content
  .layer__edit
  .disable-input {
  padding: 2px;
}
.tool-editpdf#sidebar
  .page-section
  .layer
  .layer__content
  .layer__edit
  .disable-input
  .btn-icon,
.tool-editpdf#sidebar
  .page-section
  .layer
  .layer__content
  .layer__edit
  .disable-input
  .uploader.box
  .uploader__btn,
.uploader.box
  .tool-editpdf#sidebar
  .page-section
  .layer
  .layer__content
  .layer__edit
  .disable-input
  .uploader__btn {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
}
.tool-editpdf#sidebar
  .page-section
  .layer
  .layer__content
  .layer__edit.layer__edit--enabled {
  margin-right: 3px;
  margin-left: 3px;
}
.tool-editpdf #sidebar .page-section .layer .layer__content .layer__trash {
  padding: 6px;
  margin-right: 10px;
}
.tool-editpdf#sidebar
  .page-section
  .layer
  .layer__content
  .layer__edit--enabled
  ~ .layer__trash {
  display: none;
}
.tool-editpdf #uploadImageModal .image__upload {
  position: relative;
}
.tool-editpdf #uploadImageModal .image__upload .image__upload__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.tool-editpdf #uploadImageModal .image__upload .file_input_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tool-editpdf#uploadImageModal
  .image__upload
  .file_input_container
  input[type="file"] {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.editpdf-checkbox {
  padding: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 25px;
  height: 25px;
}
.editpdf-checkbox:focus-within {
  outline: 2px solid #161616;
}
.editpdf-checkbox:hover input:not(:checked) ~ .editpdf-checkbox--checkmark {
  border: 1px solid #161616;
}
.editpdf-checkbox:hover input:checked ~ .editpdf-checkbox--checkmark {
  background: rgba(6, 67, 168, 0.698039);
}
.editpdf-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 25px;
  width: 25px;
  margin: 3px;
  top: 0;
  left: 0;
}
.editpdf-checkbox input ~ .editpdf-checkbox--checkmark {
  border: 1px solid transparent;
  border-radius: 4px;
}
.editpdf-checkbox input:not(:checked) ~ .editpdf-checkbox--checkmark {
  border: 1px solid #7c7c80;
}
.editpdf-checkbox input:checked ~ .editpdf-checkbox--checkmark {
  background-color: rgba(0, 123, 255, 0.8);
}
.editpdf-checkbox input:checked ~ .editpdf-checkbox--checkmark:after {
  display: block;
}
.editpdf-checkbox input:not(:checked) ~ .editpdf-checkbox--checkmark svg {
  display: none;
}
.editpdf-checkbox .editpdf-checkbox--checkmark {
  height: 25px;
  width: 25px;
  background-color: transparent;
}
.editpdf-checkbox .editpdf-checkbox--checkmark svg {
  position: absolute;
  top: 0;
  left: 0;
}
.editpdf-radiobutton {
  padding: 1px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 25px;
  min-height: 25px;
}
.editpdf-radiobutton:focus-within {
  outline: 2px solid #000;
}
.editpdf-radiobutton:hover
  input:not(:checked)
  ~ .editpdf-radiobutton--checkmark {
  border-color: #161616;
}
.editpdf-radiobutton:hover .editpdf-radiobutton--checkmark {
  border-color: rgba(6, 67, 168, 0.698039);
}
.editpdf-radiobutton:hover .editpdf-radiobutton--checkmark:after {
  background: rgba(6, 67, 168, 0.698039);
}
.editpdf-radiobutton input {
  top: 0;
  left: 0;
  margin: 0;
  width: 25px;
  height: 25px;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.editpdf-radiobutton input:not(:checked) ~ .editpdf-radiobutton--checkmark {
  border-color: #7c7c80;
}
.editpdf-radiobutton input:checked ~ .editpdf-radiobutton--checkmark:after {
  display: block;
}
.editpdf-radiobutton .editpdf-radiobutton--checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: none;
  border-radius: 50%;
  border: 1px solid rgba(0, 123, 255, 0.8);
}
.editpdf-radiobutton .editpdf-radiobutton--checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 3px;
  left: 3px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: rgba(0, 123, 255, 0.8);
}
.canvas-object[data-type="formtextbox"] input,
.canvas-object[data-type="formtextbox"] textarea {
  background: rgba(0, 123, 255, 0.2);
}
body.rtl.tool-editpdf
  .editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .color-palette-wrapper
  > :not(.editpdf-icon)
  .unfold-arrow-icon,
body.rtl.tool-editpdf
  .editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .contextual-menu-wrapper
  > *
  .unfold-arrow-icon {
  margin-left: 0;
  margin-right: 8px;
}
body.rtl.tool-editpdf
  .editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .addition-arrow,
body.rtl.tool-editpdf
  .editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .substraction-arrow {
  right: auto;
  left: 24px;
}
body.rtl.tool-editpdf
  .editpdf-submenu-wrapper
  .editpdf__menu.editpdf__submenu
  .editpdf__menu__block
  .wrapper
  .editpdf-icon.leftside-icon {
  margin-left: 8px;
  margin-right: 0;
}
body.rtl.tool-editpdf .editpdf-menu-wrapper,
body.rtl.tool-editpdf .editpdf-submenu-wrapper {
  left: 440px;
  width: calc(100% - 440px);
}
@media (max-width: 1440px) {
  body.rtl.tool-editpdf .editpdf-menu-wrapper,
  body.rtl.tool-editpdf .editpdf-submenu-wrapper {
    left: 380px;
    width: calc(100% - 380px);
  }
}
@media (max-width: 840px) {
  body.rtl.tool-editpdf .editpdf-menu-wrapper,
  body.rtl.tool-editpdf .editpdf-submenu-wrapper {
    right: 0;
    width: calc(100% - 4px);
  }
}
.tool {
  overflow: hidden;
}
#superlimit.modal {
  z-index: 999999 !important;
}
.modal-backdrop {
  z-index: 999998 !important;
}
.tool-editpdf {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tool-editpdf #sidebar:after {
  height: 180px;
}
.tool-editpdf #editpdf__form__errors {
  position: fixed;
  bottom: 115px;
  z-index: 5003;
  right: 24px;
  width: 392px;
  font-size: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tool-editpdf .tool__workarea[data-opmode^="interactive_mode"] .editor {
  -ms-touch-action: none;
  touch-action: none;
}
.tool-editpdf:not(.process-run) .non-interactive-wall {
  width: 100vw;
  height: calc(100vh - 60px);
  position: fixed;
  top: 60px;
  z-index: 5009;
}
.tool-editpdf:not(.editpdf--ready) .tool__workarea {
  padding: 24px;
}
.tool-editpdf:not(.editpdf--ready) .tool__sidebar__editpdf-sidebar-wrapper {
  display: none;
}
.tool-editpdf.editpdf--ready .tool__workarea {
  margin-top: 48px;
  height: auto;
}
.tool-editpdf.editpdf--ready .tool__preview {
  display: -ms-flexbox;
  display: flex;
}
.tool-editpdf.editpdf--ready #sidebar {
  z-index: 5001;
}
.tool-editpdf.editpdf--ready #processTask {
  z-index: 5002;
}
.tool-editpdf.editpdf--ready #processTaskWrapper {
  z-index: 5003;
}
.tool-editpdf.editpdf--has-forms #processTaskWrapper {
  cursor: pointer;
}
.tool-editpdf #processTask.pulse:after {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
}
.tool-editpdf .tippy-tooltip.color-palette-theme,
.tool-editpdf .tippy-tooltip.editpdf-submenu-contextual-menu-theme,
.tool-editpdf .tippy-tooltip.tippy-shape-selector-menu-theme {
  top: -5px;
}
.tool-editpdf.process-run #sidebar,
.tool-editpdf.process-run .editpdf-menu-wrapper,
.tool-editpdf.process-run .editpdf-submenu-wrapper,
.tool-editpdf.process-run .tool__preview,
.tool-editpdf.process-run .tool__preview__toggle {
  display: none;
}
.tool-editpdf .tippy-box .tippy-content {
  padding: 5px 12px 7px;
}
.tool-editpdf .header {
  z-index: 5010;
}
.tool-editpdf .modal-backdrop {
  z-index: 6000;
}
.tool-editpdf .modal {
  z-index: 6001;
}
.tool-editpdf .tool__preview {
  display: none;
  position: relative;
  margin-top: 48px;
  z-index: 4001;
  background: #f6f6f8;
}
.tool-editpdf .tool__preview .tool__preview__pages {
  background: transparent;
}
.tool-editpdf .tool__preview .tool__preview__toggle {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.tool-editpdf .tool__workarea[data-opmode="hand"] .editor__content {
  cursor: -webkit-grab;
  cursor: grab;
}
.tool-editpdf .tool__workarea.dragging[data-opmode="hand"] .editor__content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.tool-editpdf .editor__content {
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: none;
}
.tool-editpdf .tool__workarea {
  margin-top: 0;
  height: 100%;
  padding: 0;
  overflow-x: auto;
}
.tool-editpdf .editor {
  padding: 0;
}
.tool-editpdf #ad {
  margin-top: 66px;
  margin-bottom: 8px;
}
.tool-editpdf .editor__content {
  width: auto;
  margin: 0;
}
.tool-editpdf .interactive-mode-on .editor__content {
  cursor: crosshair;
}
.tool-editpdf .interactive-mode-on .page-canvas .canvas-object,
.tool-editpdf .interactive-mode-on .page-canvas .canvas-object *,
.tool-editpdf
  .interactive-mode-on
  .page-canvas
  .canvas-object
  .controls
  .enabled,
.tool-editpdf
  .interactive-mode-on
  .page-canvas
  .canvas-object
  .text-content
  [contenteditable],
.tool-editpdf
  [data-opmode="hand"][data-opmode-transient="true"]
  .page-canvas
  .canvas-object,
.tool-editpdf
  [data-opmode="hand"][data-opmode-transient="true"]
  .page-canvas
  .canvas-object
  *,
.tool-editpdf
  [data-opmode="hand"][data-opmode-transient="true"]
  .page-canvas
  .canvas-object
  .controls
  .enabled,
.tool-editpdf
  [data-opmode="hand"][data-opmode-transient="true"]
  .page-canvas
  .canvas-object
  .text-content
  [contenteditable] {
  pointer-events: none;
}
.tool-editpdf .editor__page {
  display: block;
  padding: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tool-editpdf .editor__page .page-canvas {
  z-index: 3000;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tool-editpdf .editor__page .pdf_img {
  pointer-events: none;
}
.tool-editpdf .editor__page__object {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.tool-editpdf .editor__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
.tool-editpdf #editor {
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
.tool-editpdf #editor[data-page-layout="cover"] .editor__page.first-page {
  margin: 0 0 0 auto;
}
.tool-editpdf#editor[data-page-layout="cover"]
  .editor__page.first-page
  + .page-canvas-break,
.tool-editpdf#editor[data-page-layout="cover"]
  .editor__page:not(.first-page):not(.even)
  + .page-canvas-break,
.tool-editpdf#editor[data-page-layout="double"]
  .editor__page.even
  + .page-canvas-break,
.tool-editpdf #editor[data-page-layout="single"] .page-canvas-break {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  height: 0;
}
.tool-editpdf .tool__preview + #workArea .editpdf--info-modal {
  position: fixed;
  opacity: 1;
  bottom: 16px;
  left: 218px;
  z-index: 10000000;
  padding: 5px 7px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: #fff;
  pointer-events: none;
  font-weight: 600;
}
.tool-editpdf .tool__preview.closed + #workArea .editpdf--info-modal {
  left: 28px;
}
.sidebar-tool
  .option__panel__content
  .editor__toolbar__options
  .editor__option__content {
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%);
  bottom: 42px;
  top: auto;
  left: 30px;
}
.editor__option__content {
  display: none;
  position: absolute;
  background: #fff;
  width: max-content;
  top: 48px;
  padding: 12px;
  border-radius: 4px;
  left: 50%;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
}
.font-selector-content {
  width: 50px;
  font-size: 12px;
  background: 0 0;
  border: none;
  box-shadow: none;
  min-height: 0;
  padding: 0 !important;
  height: 15px !important;
}
.font-selector-content:focus {
  outline: none;
  box-shadow: none;
}
.form__group--inline-3 label {
  width: 33%;
  font-size: 16px;
}
.form__group--inline-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rangeInput {
  width: 84px;
}
#textFormatOptionsFontSize {
  height: 2px;
  margin: 0 10px;
  width: 100px;
}
.up-online {
  float: right;
  display: flex;
  flex-direction: column;
  margin-left: 5px;
  gap: 8px;
}
.ubload_online_button {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: 0 0 !important;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.moxie-shim {
  width: 85% !important;
}
.drive-save-button {
  margin: 10px !important;
  width: 16% !important;
}
<style > .btn-icon {
  width: 36px;
  min-width: 0;
  padding: 0;
  height: 36px;
  border-radius: 100%;
  background: #3e77b6;
  color: #fff;
  text-decoration: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
}
.btn-icon svg {
  margin-top: 0;
  margin-right: 0;
}
.btn-icon:hover {
  -webkit-box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.14);
  background: #3e77b6;
}
.btn-icon:hover path,
.btn-icon:hover svg {
  fill: #fff;
}
.btn-icon:active {
  color: #fff;
  background: #3e77b6;
}
.btn-icon:active path,
.btn-icon:active svg {
  fill: #fff;
}
.btn-icon path,
.btn-icon svg {
  fill: #fff;
}
.btn-icon--white {
  background: #fff;
  color: #3e77b6;
}
.btn-icon--white path,
.btn-icon--white svg {
  fill: #3e77b6;
}
.btn-icon--white:hover {
  background: #fff;
}
.btn-icon--white:hover path,
.btn-icon--white:hover svg {
  fill: #3e77b6;
}
.btn-icon--white:active {
  background: #fff;
}
.btn-icon--white:active path,
.btn-icon--white:active svg {
  fill: #707078;
}
.header nav .actions > :last-child:is(.btn) {
  margin-right: 24px;
}
input {
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 991.98px) {
  input {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767.98px) {
  input {
    font-size: 16px;
    line-height: 20px;
  }
}
input {
  background-color: #fff;
  border: 1px solid #707078;
  border-radius: 4px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #47474f;
  -webkit-transition: border-color 0.15s ease-in-out,
    background-color 0.15s ease-in-out;
  -o-transition: border-color ease-in-out 0.15s,
    background-color ease-in-out 0.15s;
  transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  height: 44px;
  padding: 4px 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 991.98px) {
  input {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767.98px) {
  input {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 36em) {
  input {
    font-size: 12px;
    height: 32px;
    padding: 0 8px;
  }
}
input:hover {
  border-color: #3e77b6;
}
input:focus {
  border-color: #3e77b6;
  color: #292931;
  background-color: #f5f5fa;
}
input:disabled {
  opacity: 0.4;
}
::-webkit-input-placeholder {
  color: #9999a2;
}
::-moz-placeholder {
  color: #9999a2;
}
:-ms-input-placeholder {
  color: #9999a2;
}
:-moz-placeholder {
  color: #9999a2;
}
.checkbox [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
}
.checkbox [type="checkbox"]:not(:checked) + label {
  position: relative;
  cursor: pointer;
}
.checkbox [type="checkbox"]:not(:checked) + label:before {
  content: "";
  width: 24px;
  height: 24px;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  border: 1px solid #707078;
  border-radius: 4px;
  background: #fff;
  margin-right: 12px;
  display: block;
  margin-top: -2px;
}
.checkbox [type="checkbox"]:not(:checked) + label:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 24px;
  height: 24px;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  font-size: 16px;
  line-height: 16px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-image: url();
  background-position: 50%;
  background-repeat: no-repeat;
}
.checkbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.checkbox [type="checkbox"]:disabled:not(:checked) + label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.checkbox [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #292931;
}
.radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radio [type="radio"]:not(:checked) + label {
  position: relative;
  cursor: pointer;
}
.radio [type="radio"]:not(:checked) + label:before {
  content: "";
  width: 22px;
  height: 22px;
  -ms-flex: 0 0 22px;
  flex: 0 0 22px;
  border: 1px solid #707078;
  border-radius: 100%;
  background: #fff;
  margin-right: 12px;
  margin-top: 0;
  display: block;
}
@media (max-width: 36em) {
  .radio [type="radio"]:not(:checked) + label:before {
    width: 16px;
    height: 16px;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    margin-top: 3px;
  }
}
.radio [type="radio"]:not(:checked) + label:hover:before {
  border: 1px solid #3e77b6;
}
@media (max-width: 36em) {
  .radio [type="radio"]:not(:checked) + label:after {
    width: 8px;
    height: 8px;
    top: 7px;
  }
}
.radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.radio [type="radio"]:disabled:not(:checked) + label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.radio [type="radio"]:not(:checked):focus + label:before {
  border: 1px solid #707078;
}
.tooltip {
  opacity: 1;
  position: relative;
}
@supports (position: sticky) {
}
@media (min-width: 768px) {
  @supports (position: sticky) {
  }
}
@media (min-width: 768px) {
  @supports (position: sticky) {
  }
}
.box {
  margin-bottom: 32px;
}
#settingsToogle {
  display: none;
}
@media (max-width: 840px) {
  #settingsToogle {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.side__tools {
  position: fixed;
  top: 20%;
  right: 50px;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 99;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1440px) {
  .side__tools {
    right: 15px;
  }
}
.side__tools .btn-icon {
  margin-bottom: 8px;
}
.side__tools .order {
  display: -ms-flexbox;
  display: flex;
}
.side__tools .order svg:first-child {
  display: none;
}
.side__tools .order svg:nth-child(2) {
  display: block;
}
.side__tools .upl___box.tooltip:after,
.side__tools .upl___box.tooltip:before {
  display: block;
}
.uploader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  text-align: center;
  position: relative;
}
@media (min-width: 500px) {
  .uploader {
    display: table;
  }
}
.upl___box {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 80px;
  min-width: 330px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 48px;
  font-weight: 500;
  font-size: 24px;
  background: #3e77b6;
  line-height: 28px;
  vertical-align: middle;
  color: #fff !important;
  text-decoration: none;
  margin-bottom: 12px;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  border: 0;
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  -ms-flex-order: 1;
  order: 1;
  max-width: 60vw;
}
@media (max-width: 501px) {
  .upl___box {
    width: 100%;
    max-width: inherit;
    min-width: 0;
  }
}
.upl___box svg {
  display: none;
}
@media (max-width: 840px) {
  .upl___box {
    font-size: 22px;
    line-height: 26px;
    padding: 24px 32px;
  }
}
.upl___box:hover {
  background-color: #3e77b6;
  color: #fff;
}
.upl___box.tooltip:after,
.upl___box.tooltip:before {
  display: none;
}
.upl__extra {
  -ms-flex-order: 2;
  order: 2;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  margin-left: 0;
}
@media (min-width: 500px) {
  .upl__extra {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: calc(100% + 12px);
    position: absolute;
    top: 0;
  }
}
.upl__extra__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  cursor: pointer;
  background: #3e77b6;
  margin: 6px 6px 8px;
  opacity: 0.4;
  pointer-events: none;
}
@media (min-width: 500px) {
  .upl__extra__btn {
    margin: 2px 0 4px;
  }
}
.upl__extra__btn:hover {
  background-color: #3e77b6;
  color: #fff;
}
.upl__extra__btn:active {
  background-color: #3e77b6;
  color: #fff;
}
.upl__extra__btn.active {
  background: #3e77b6;
  opacity: 1;
  pointer-events: auto;
}
.upl__extra__btn.active:hover {
  background-color: #3e77b6;
}
.upl__extra__btn svg {
  max-width: 18px;
}
@media (min-width: 500px) {
  .upl__extra:nth-child(3) {
    margin-left: calc(100% + 12px);
  }
}
.uploader__droptxt {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 14px;
}
#uploadDisk {
  display: none;
}
@media (max-width: 501px) {
  .uploader .upl__extra {
    margin-left: auto;
  }
  .uploader__droptxt {
    display: none;
  }
}
.upl.box {
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 4px;
}
.upl.box .moxie-shim,
.upl.box .uploader__droptxt {
  display: none;
}
.upl.box .upl___box {
  width: 36px;
  min-width: 0;
  height: 36px;
  border-radius: 100%;
  background: #3e77b6;
  color: #fff;
  text-decoration: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  width: 42px;
  height: 42px;
  padding: 0;
  margin-bottom: 8px;
  min-height: inherit;
}
.upl.box .upl___box:hover {
  -webkit-box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.14);
  background: #3e77b6;
}
.upl.box .upl___box:hover path,
.upl.box .upl___box:hover svg {
  fill: #fff;
}
.upl.box .upl___box:active {
  color: #fff;
  background: #3e77b6;
}
.upl.box .upl___box:active path,
.upl.box .upl___box:active svg {
  fill: #fff;
}
.upl.box .upl___box path,
.upl.box .upl___box svg {
  fill: #fff;
}
.upl.box .upl___box span {
  display: none;
}
.upl.box .upl___box svg {
  display: block;
}
.upl.box .upl__extra {
  position: relative;
  top: auto;
  -ms-flex-align: center;
  align-items: center;
  margin: -46px 0 0;
  padding-top: 50px;
  z-index: -1;
}
.upl.box #uploadDisk {
  display: -ms-flexbox;
  display: flex;
}
.upl.box .upl__extra a {
  padding: 0;
  display: flex;
  margin-top: -46px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.upl.box:hover .upl__extra {
  z-index: 0;
}
.upl.box {
  display: -ms-flexbox;
  display: flex;
}
.upl.box:hover .upl__extra a {
  margin-top: 0;
}
.upl.box #file__count {
  background-color: #3e77b6;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 9999;
  border-radius: 100%;
  min-width: 26px;
  min-height: 20px;
  margin-top: -8px;
  margin-left: -8px;
  font-size: 11px;
  line-height: 20px;
  font-weight: 600;
  border: 3px solid #000;
}
@media (max-width: 840px) {
  .upl.box .upl___box {
    width: 32px;
    height: 32px;
  }
  .upl.box .upl__extra {
    margin-top: -32px;
    padding-top: 32px;
  }
  .upl.box .upl__extra a {
    margin-top: -36px;
  }
  .upl.box .upl__extra .btn-icon {
    height: 28px;
    width: 28px;
  }
  .upl.box #file__count {
    min-width: 22px;
    min-height: 22px;
    margin-top: -8px;
    margin-left: -8px;
    font-size: 11px;
    line-height: 9px;
    border: 1px solid #3e77b6;
  }
}
.moxie-shim {
  width: 100% !important;
}
@media (max-width: 840px) {
  .auth * > {
    width: 100%;
  }
}
.option__page > :hover {
  background: 0 0;
}
.option__page > * > :hover {
  background: rgba(0, 0, 0, 0.2);
}
#toggleCover {
  display: none;
}
.tool-pagenumber .checkbox [type="checkbox"]:not(:checked) + label:before {
  width: 22px;
  height: 22px;
  -ms-flex: 0 0 22px;
  flex: 0 0 22px;
  margin-top: -2px;
}
.tool-pagenumber .checkbox [type="checkbox"]:not(:checked) + label:after {
  width: 22px;
  height: 22px;
  -ms-flex: 0 0 22px;
  flex: 0 0 22px;
  top: -2px;
}
.moxie-shim {
  width: 85% !important;
}
.upl__extra {
  opacity: 0;
}
.upl.box:hover .upl__extra {
  opacity: 1 !important;
}
#pickfiles svg:nth-child(2) {
  display: none !important;
  width: 20px !important;
}
.side-tools:hover #pickfiles svg:nth-child(1) {
  display: none !important;
}
.side-tools:hover #pickfiles svg:nth-child(2) {
  display: block !important;
}
@media only screen and (max-width: 600px) {
  #settingsToogle {
    background-color: transparent !important;
  }
  .side-tools {
    right: 7% !important;
  }
  .upl.box .upl__extra {
    margin-top: -20px !important;
    flex-direction: column !important;
  }
  .upl.box .upl__extra a {
    margin: 10px 0 !important;
  }
  .upl.box .upl__extra a {
    margin: 10px 0 !important;
  }
  .uploader {
    flex-wrap: nowrap !important;
    flex-direction: row-reverse !important;
    width: 70% !important;
  }
  .upl.box .upl___box {
    width: 40px !important;
    height: 40px !important;
  }
  #pickfiles svg {
    width: 30px !important;
    height: 30px !important;
  }
  .upl.box .upl__extra .btn-icon {
    width: 40px !important;
    height: 40px !important;
  }
  .upl__extra__btn svg {
    max-width: 30px !important;
  }
  #pickfiles svg:nth-child(1) {
    width: 30px !important;
    height: 30px !important;
  }
  #pickfiles svg:nth-child(2) {
    width: 30px !important;
    width: 30px !important;
  }
  .hide-content .side-tools {
    display: flex !important;
    gap: 13px !important;
  }
}
