﻿@charset "UTF-8";
/******Setup obrigatorio******/
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@700&family=Inter:wght@400;700&family=Montserrat:ital,wght@0,400;0,700;1,500&family=Open+Sans:wght@300;400;600;700;800&family=Poppins:wght@300;400;600;700&family=Roboto:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100;9..40,300;9..40,400;9..40,500&family=Dosis:wght@700&family=Inter:wght@400;700&family=Montserrat:ital,wght@0,400;0,700;1,500&family=Nunito:wght@200;300;400;500;700&family=Open+Sans:wght@300;400;600;700;800&family=Poppins:wght@300;400;600;700&family=Roboto:wght@100;300;400;700;900&family=Work+Sans:wght@200;300;400;500&display=swap");
input[type=search] {
  background-image: url("../../images/icons/forms/Search.svg");
  background-repeat: no-repeat;
  background-position: center left 9px;
  padding-left: 40px;
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 18px;
  width: 18px;
  background: url("../../images/icons/default/Close _red.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
}

.form-select-group {
  position: relative;
}
.form-select-group--wrap label {
  font-weight: 500;
  font-size: 12px;
  top: -10px;
  left: 10px;
  background: #ffffff;
  padding: 0px 5px 0px 5px;
  color: #ccc;
  position: absolute;
}

select.form-select option:hover {
  background: red;
  color: #fff;
}

.form-group :where(input[type], select, textarea), input[type=search], .form-select-group select.form-select, select.form-select {
  /* FF 18 */
  /* FF 19+ */
  border-radius: 8px;
  border: 2px solid #ECEDF2;
  font-size: 16px;
}
.form-group :where(input[type], select, textarea)::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, .form-select-group select.form-select::-webkit-input-placeholder, select.form-select::-webkit-input-placeholder {
  color: #ecedf2;
  font-weight: 500;
}
.form-group :-moz-placeholder:where(input[type], select, textarea), input[type=search]:-moz-placeholder, select.form-select:-moz-placeholder {
  color: #ecedf2;
  font-weight: 500;
}
.form-group :where(input[type], select, textarea)::-moz-placeholder, input[type=search]::-moz-placeholder, .form-select-group select.form-select::-moz-placeholder, select.form-select::-moz-placeholder {
  color: #ecedf2;
  font-weight: 500;
}
.form-group :-ms-input-placeholder:where(input[type], select, textarea), input[type=search]:-ms-input-placeholder, select.form-select:-ms-input-placeholder {
  color: #ecedf2;
  font-weight: 500;
}
.form-group :active:where(input[type], select, textarea), input[type=search]:active, select.form-select:active, .form-group :focus:where(input[type], select, textarea), input[type=search]:focus, select.form-select:focus {
  border-color: #2E2D37;
  box-shadow: none;
  /* FF 18 */
  /* FF 19+ */
}
.form-group :active:where(input[type], select, textarea)::-webkit-input-placeholder, input[type=search]:active::-webkit-input-placeholder, select.form-select:active::-webkit-input-placeholder, .form-group :focus:where(input[type], select, textarea)::-webkit-input-placeholder, input[type=search]:focus::-webkit-input-placeholder, select.form-select:focus::-webkit-input-placeholder {
  color: #aeaeba;
  font-weight: 500;
}
.form-group :active:-moz-placeholder:where(input[type], select, textarea), input[type=search]:active:-moz-placeholder, select.form-select:active:-moz-placeholder, .form-group :focus:-moz-placeholder:where(input[type], select, textarea), input[type=search]:focus:-moz-placeholder, select.form-select:focus:-moz-placeholder {
  color: #aeaeba;
  font-weight: 500;
}
.form-group :active:where(input[type], select, textarea)::-moz-placeholder, input[type=search]:active::-moz-placeholder, select.form-select:active::-moz-placeholder, .form-group :focus:where(input[type], select, textarea)::-moz-placeholder, input[type=search]:focus::-moz-placeholder, select.form-select:focus::-moz-placeholder {
  color: #aeaeba;
  font-weight: 500;
}
.form-group :active:-ms-input-placeholder:where(input[type], select, textarea), input[type=search]:active:-ms-input-placeholder, select.form-select:active:-ms-input-placeholder, .form-group :focus:-ms-input-placeholder:where(input[type], select, textarea), input[type=search]:focus:-ms-input-placeholder, select.form-select:focus:-ms-input-placeholder {
  color: #aeaeba;
  font-weight: 500;
}
.form-group :read-only:where(input[type], select, textarea), input[type=search]:read-only, select.form-select:read-only {
  background-color: #ffffff !important;
  color: #AEAEBA !important;
}
.form-group :focus:where(input[type], select, textarea), input[type=search]:focus, select.form-select:focus {
  outline: none;
  box-shadow: none;
}

.form-group.wrap input.error, .form-group.wrap input.input-validation-error {
  border: 2px solid #CC0000;
  color: #CC0000;
  background-image: url("../../images/icons/forms/Alert_1.svg");
  background-position: center right 8px;
  background-repeat: no-repeat;
}
.form-group.wrap input.error + label, .form-group.wrap input.input-validation-error + label {
  color: #CC0000 !important;
}
.form-group.wrap input.error:focus, .form-group.wrap input.error:active, .form-group.wrap input.input-validation-error:focus, .form-group.wrap input.input-validation-error:active {
  border: 1px solid #CC0000;
}
.form-group.wrap input.error:focus ~ label.lbl-wrap, .form-group.wrap input.error:active ~ label.lbl-wrap, .form-group.wrap input.input-validation-error:focus ~ label.lbl-wrap, .form-group.wrap input.input-validation-error:active ~ label.lbl-wrap {
  color: #CC0000;
}
.form-group.wrap label.lbl-error {
  color: #CC0000 !important;
}

.form-group.wrap :where(input[type], select, textarea) ~ label.lbl-wrap {
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
  color: #AEAEBA;
  padding: 16px 14px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  pointer-events: none;
}
.form-group.wrap :focus:where(input[type], select, textarea) ~ label.lbl-wrap {
  font-size: 12px !important;
  top: -5px;
  left: 10px;
  background: #ffffff;
  padding: 0px 5px 0px 5px;
}
.form-group.wrap :not(:placeholder-shown):where(input[type], select, textarea) ~ label.lbl-wrap {
  font-size: 12px;
  top: -5px;
  left: 10px;
  background: #ffffff;
  padding: 0px 5px 0px 5px;
}
.form-group.wrap :required:valid:where(input[type], select, textarea) ~ label.lbl-wrap {
  font-size: 12px;
  top: -5px;
  left: 10px;
  background: #ffffff;
  padding: 0px 5px 0px 5px;
}
.form-group.wrap :read-only:where(input[type], select, textarea) ~ label {
  font-size: 12px;
  top: -5px;
  left: 10px;
  background-color: #ffffff !important;
  padding: 0px 5px 0px 5px;
  color: #AEAEBA;
}
.form-group.wrap :read-only:where(input[type], select, textarea) ~ input:focus, .form-group.wrap :read-only:where(input[type], select, textarea) ~ input:active {
  border: 2px solid #ECEDF2;
}

.form-group :is(input[type]) {
  height: 48px;
}
.form-group.wrap {
  width: auto;
  height: auto;
  position: relative;
}
.toggler {
  padding: 3px;
  position: relative;
}
@keyframes moveCircle1 {
  50% {
    padding: 0 12%;
  }
}
@keyframes moveCircle2 {
  50% {
    padding: 0 12%;
  }
}
.toggler__label {
  user-select: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.toggler__label span {
  margin-left: 1em;
}
.toggler__label input:checked ~ .toggler::before {
  transform: translateX(-100%);
  left: 100%;
  animation: moveCircle2 0.2s ease 1;
}
.toggler::before {
  content: "";
  display: block;
  background: white;
  position: relative;
  left: 0;
  animation: moveCircle1 0.2s ease 1;
}

main .min--h30.btn.btn-sharp {
  height: 30px;
  font-size: 14px !important;
}
main .min--h31.btn.btn-sharp {
  height: 31px;
  font-size: 14px !important;
}
main .min--h32.btn.btn-sharp {
  height: 32px;
  font-size: 14px !important;
}
main .min--h33.btn.btn-sharp {
  height: 33px;
  font-size: 14px !important;
}
main .min--h34.btn.btn-sharp {
  height: 34px;
  font-size: 14px !important;
}
main .min--h35.btn.btn-sharp {
  height: 35px;
  font-size: 16px !important;
}
main .min--h35.btn.btn-sharp {
  height: 35px;
  font-size: 14px !important;
}
main .min--h36.btn.btn-sharp {
  height: 36px;
  font-size: 16px !important;
}
main .min--h37.btn.btn-sharp {
  height: 37px;
  font-size: 16px !important;
}
main .min--h38.btn.btn-sharp {
  height: 38px;
  font-size: 16px !important;
}
main .min--h39.btn.btn-sharp {
  height: 39px;
  font-size: 16px !important;
}
main .min--h40.btn.btn-sharp {
  height: 40px;
  font-size: 16px !important;
}
main .min--h41.btn.btn-sharp {
  height: 41px;
  font-size: 16px !important;
}
main .min--h42.btn.btn-sharp {
  height: 42px;
  font-size: 16px !important;
}
main .min--h43.btn.btn-sharp {
  height: 43px;
  font-size: 16px !important;
}
main .min--h44.btn.btn-sharp {
  height: 44px;
  font-size: 16px !important;
}
main .min--h45.btn.btn-sharp {
  height: 45px;
  font-size: 16px !important;
}
main .min--h46.btn.btn-sharp {
  height: 46px;
  font-size: 16px !important;
}
main .min--h47.btn.btn-sharp {
  height: 47px;
  font-size: 16px !important;
}
main .min--h48.btn.btn-sharp {
  height: 48px;
  font-size: 16px !important;
}
main .min--h49.btn.btn-sharp {
  height: 49px;
  font-size: 16px !important;
}
main .min--h50.btn.btn-sharp {
  height: 50px;
  font-size: 16px !important;
}
main .min--h51.btn.btn-sharp {
  height: 51px;
  font-size: 16px !important;
}
main .min--h52.btn.btn-sharp {
  height: 52px;
  font-size: 16px !important;
}
main .min--h53.btn.btn-sharp {
  height: 53px;
  font-size: 16px !important;
}
main .min--h54.btn.btn-sharp {
  height: 54px;
  font-size: 16px !important;
}
main .min--h55.btn.btn-sharp {
  height: 55px;
  font-size: 16px !important;
}
main .min--h56.btn.btn-sharp {
  height: 56px;
  font-size: 16px !important;
}

main .mt--10.btn.btn-sharp {
  margin-top: 10px;
}
main .mt--11.btn.btn-sharp {
  margin-top: 11px;
}
main .mt--12.btn.btn-sharp {
  margin-top: 12px;
}
main .mt--13.btn.btn-sharp {
  margin-top: 13px;
}
main .mt--14.btn.btn-sharp {
  margin-top: 14px;
}
main .mt--15.btn.btn-sharp {
  margin-top: 15px;
}
main .mt--16.btn.btn-sharp {
  margin-top: 16px;
}
main .mt--17.btn.btn-sharp {
  margin-top: 17px;
}
main .mt--18.btn.btn-sharp {
  margin-top: 18px;
}
main .mt--19.btn.btn-sharp {
  margin-top: 19px;
}
main .mt--20.btn.btn-sharp {
  margin-top: 20px;
}
main .mt--21.btn.btn-sharp {
  margin-top: 21px;
}
main .mt--22.btn.btn-sharp {
  margin-top: 22px;
}
main .mt--23.btn.btn-sharp {
  margin-top: 23px;
}
main .mt--24.btn.btn-sharp {
  margin-top: 24px;
}
main .mt--25.btn.btn-sharp {
  margin-top: 25px;
}
main .mt--26.btn.btn-sharp {
  margin-top: 26px;
}
main .mt--27.btn.btn-sharp {
  margin-top: 27px;
}
main .mt--28.btn.btn-sharp {
  margin-top: 28px;
}
main .mt--29.btn.btn-sharp {
  margin-top: 29px;
}
main .mt--30.btn.btn-sharp {
  margin-top: 30px;
}

main .btn.btn-sharp {
  padding: 8px 15px;
  border-radius: 6px;
}
main .btn.btn-sharp:active, main .btn.btn-sharp:focus {
  outline: none;
  box-shadow: none;
}

main .btn.btn-sharp {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}
main .btn.btn-sharp .img-icon {
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 2px;
}
main .btn.btn-sharp .adicionar {
  width: 24px;
  height: 24px;
  mask: url("../../images/autoday-icons/ic_bt_new.svg");
  -webkit-mask: url("../../images/autoday-icons/ic_bt_new.svg");
}
main .btn.btn-sharp .excluir {
  width: 19px;
  height: 20px;
  mask: url("../../images/autoday-icons/ic_bt_delete.svg");
  -webkit-mask: url("../../images/autoday-icons/ic_bt_delete.svg");
}
main .btn.btn-sharp img {
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 2px;
}

main [disabled].btn.btn-sharp.erro, main [disabled].btn.btn-sharp.adicionar, main [disabled].btn.btn-sharp.primario, main .btn.btn-sharp.erro:disabled, main .btn.btn-sharp.adicionar:disabled, main .btn.btn-sharp.primario:disabled {
  background-color: #D5D5D5;
  border-color: #D5D5D5;
}
main [disabled].btn.btn-sharp.erro:hover, main [disabled].btn.btn-sharp.adicionar:hover, main [disabled].btn.btn-sharp.primario:hover, main [disabled].btn.btn-sharp.erro:hover, main [disabled].btn.btn-sharp.adicionar:hover, main [disabled].btn.btn-sharp.primario:hover, main .btn.btn-sharp.erro:disabled:hover, main .btn.btn-sharp.adicionar:disabled:hover, main .btn.btn-sharp.primario:disabled:hover, main .btn.btn-sharp.erro:disabled:hover, main .btn.btn-sharp.adicionar:disabled:hover, main .btn.btn-sharp.primario:disabled:hover {
  background-color: #D5D5D5;
  border-color: #D5D5D5;
}

/*
    EXEMPLO DE USO

    .busca-bar {
        @include setup-busca-bar(10px, 38px, 10px 14px, #4cff00,'#2E2D37' );
    }
*/
/**/
/**/
/**/
/**/
/**/
/**/
/* 
    EXEMPLO DE USO

    .inner-content {
        @include avaliacao(left, 17px,'../../../images/sinistros/busca-oficina-referenciada/avaliacao_star_on.svg', '../../../images/sinistros/busca-oficina-referenciada/avaliacao_star_on.svg');
    }
*/
/**/
/**/
/**/
/**/
/**/
/**/
@keyframes anima-tutorial {
  from {
    transform: translateY(8px);
  }
  to {
    transform: translateY(0px);
  }
}
@keyframes anima-tutorail-texto {
  from {
    transform: translateY(4px);
  }
  to {
    transform: translateY(0px);
  }
}
.size-8.font {
  font-size: 8px;
}
.size-9.font {
  font-size: 9px;
}
.size-10.font {
  font-size: 10px;
}
.size-11.font {
  font-size: 11px;
}
.size-12.font {
  font-size: 12px;
}
.size-13.font {
  font-size: 13px;
}
.size-14.font {
  font-size: 14px;
}
.size-15.font {
  font-size: 15px;
}
.size-16.font {
  font-size: 16px;
}
.size-17.font {
  font-size: 17px;
}
.size-18.font {
  font-size: 18px;
}
.size-19.font {
  font-size: 19px;
}
.size-20.font {
  font-size: 20px;
}
.size-21.font {
  font-size: 21px;
}
.size-22.font {
  font-size: 22px;
}
.size-23.font {
  font-size: 23px;
}
.size-24.font {
  font-size: 24px;
}
.size-25.font {
  font-size: 25px;
}
.size-26.font {
  font-size: 26px;
}
.size-27.font {
  font-size: 27px;
}
.size-28.font {
  font-size: 28px;
}
.size-29.font {
  font-size: 29px;
}
.size-30.font {
  font-size: 30px;
}
.size-31.font {
  font-size: 31px;
}
.size-32.font {
  font-size: 32px;
}
.size-33.font {
  font-size: 33px;
}
.size-34.font {
  font-size: 34px;
}
.size-35.font {
  font-size: 35px;
}
.size-36.font {
  font-size: 36px;
}
.size-37.font {
  font-size: 37px;
}
.size-38.font {
  font-size: 38px;
}
.size-39.font {
  font-size: 39px;
}
.size-40.font {
  font-size: 40px;
}

.w-100.font {
  font-weight: 100;
}
.w-101.font {
  font-weight: 101;
}
.w-102.font {
  font-weight: 102;
}
.w-103.font {
  font-weight: 103;
}
.w-104.font {
  font-weight: 104;
}
.w-105.font {
  font-weight: 105;
}
.w-106.font {
  font-weight: 106;
}
.w-107.font {
  font-weight: 107;
}
.w-108.font {
  font-weight: 108;
}
.w-109.font {
  font-weight: 109;
}
.w-110.font {
  font-weight: 110;
}
.w-111.font {
  font-weight: 111;
}
.w-112.font {
  font-weight: 112;
}
.w-113.font {
  font-weight: 113;
}
.w-114.font {
  font-weight: 114;
}
.w-115.font {
  font-weight: 115;
}
.w-116.font {
  font-weight: 116;
}
.w-117.font {
  font-weight: 117;
}
.w-118.font {
  font-weight: 118;
}
.w-119.font {
  font-weight: 119;
}
.w-120.font {
  font-weight: 120;
}
.w-121.font {
  font-weight: 121;
}
.w-122.font {
  font-weight: 122;
}
.w-123.font {
  font-weight: 123;
}
.w-124.font {
  font-weight: 124;
}
.w-125.font {
  font-weight: 125;
}
.w-126.font {
  font-weight: 126;
}
.w-127.font {
  font-weight: 127;
}
.w-128.font {
  font-weight: 128;
}
.w-129.font {
  font-weight: 129;
}
.w-130.font {
  font-weight: 130;
}
.w-131.font {
  font-weight: 131;
}
.w-132.font {
  font-weight: 132;
}
.w-133.font {
  font-weight: 133;
}
.w-134.font {
  font-weight: 134;
}
.w-135.font {
  font-weight: 135;
}
.w-136.font {
  font-weight: 136;
}
.w-137.font {
  font-weight: 137;
}
.w-138.font {
  font-weight: 138;
}
.w-139.font {
  font-weight: 139;
}
.w-140.font {
  font-weight: 140;
}
.w-141.font {
  font-weight: 141;
}
.w-142.font {
  font-weight: 142;
}
.w-143.font {
  font-weight: 143;
}
.w-144.font {
  font-weight: 144;
}
.w-145.font {
  font-weight: 145;
}
.w-146.font {
  font-weight: 146;
}
.w-147.font {
  font-weight: 147;
}
.w-148.font {
  font-weight: 148;
}
.w-149.font {
  font-weight: 149;
}
.w-150.font {
  font-weight: 150;
}
.w-151.font {
  font-weight: 151;
}
.w-152.font {
  font-weight: 152;
}
.w-153.font {
  font-weight: 153;
}
.w-154.font {
  font-weight: 154;
}
.w-155.font {
  font-weight: 155;
}
.w-156.font {
  font-weight: 156;
}
.w-157.font {
  font-weight: 157;
}
.w-158.font {
  font-weight: 158;
}
.w-159.font {
  font-weight: 159;
}
.w-160.font {
  font-weight: 160;
}
.w-161.font {
  font-weight: 161;
}
.w-162.font {
  font-weight: 162;
}
.w-163.font {
  font-weight: 163;
}
.w-164.font {
  font-weight: 164;
}
.w-165.font {
  font-weight: 165;
}
.w-166.font {
  font-weight: 166;
}
.w-167.font {
  font-weight: 167;
}
.w-168.font {
  font-weight: 168;
}
.w-169.font {
  font-weight: 169;
}
.w-170.font {
  font-weight: 170;
}
.w-171.font {
  font-weight: 171;
}
.w-172.font {
  font-weight: 172;
}
.w-173.font {
  font-weight: 173;
}
.w-174.font {
  font-weight: 174;
}
.w-175.font {
  font-weight: 175;
}
.w-176.font {
  font-weight: 176;
}
.w-177.font {
  font-weight: 177;
}
.w-178.font {
  font-weight: 178;
}
.w-179.font {
  font-weight: 179;
}
.w-180.font {
  font-weight: 180;
}
.w-181.font {
  font-weight: 181;
}
.w-182.font {
  font-weight: 182;
}
.w-183.font {
  font-weight: 183;
}
.w-184.font {
  font-weight: 184;
}
.w-185.font {
  font-weight: 185;
}
.w-186.font {
  font-weight: 186;
}
.w-187.font {
  font-weight: 187;
}
.w-188.font {
  font-weight: 188;
}
.w-189.font {
  font-weight: 189;
}
.w-190.font {
  font-weight: 190;
}
.w-191.font {
  font-weight: 191;
}
.w-192.font {
  font-weight: 192;
}
.w-193.font {
  font-weight: 193;
}
.w-194.font {
  font-weight: 194;
}
.w-195.font {
  font-weight: 195;
}
.w-196.font {
  font-weight: 196;
}
.w-197.font {
  font-weight: 197;
}
.w-198.font {
  font-weight: 198;
}
.w-199.font {
  font-weight: 199;
}
.w-200.font {
  font-weight: 200;
}
.w-201.font {
  font-weight: 201;
}
.w-202.font {
  font-weight: 202;
}
.w-203.font {
  font-weight: 203;
}
.w-204.font {
  font-weight: 204;
}
.w-205.font {
  font-weight: 205;
}
.w-206.font {
  font-weight: 206;
}
.w-207.font {
  font-weight: 207;
}
.w-208.font {
  font-weight: 208;
}
.w-209.font {
  font-weight: 209;
}
.w-210.font {
  font-weight: 210;
}
.w-211.font {
  font-weight: 211;
}
.w-212.font {
  font-weight: 212;
}
.w-213.font {
  font-weight: 213;
}
.w-214.font {
  font-weight: 214;
}
.w-215.font {
  font-weight: 215;
}
.w-216.font {
  font-weight: 216;
}
.w-217.font {
  font-weight: 217;
}
.w-218.font {
  font-weight: 218;
}
.w-219.font {
  font-weight: 219;
}
.w-220.font {
  font-weight: 220;
}
.w-221.font {
  font-weight: 221;
}
.w-222.font {
  font-weight: 222;
}
.w-223.font {
  font-weight: 223;
}
.w-224.font {
  font-weight: 224;
}
.w-225.font {
  font-weight: 225;
}
.w-226.font {
  font-weight: 226;
}
.w-227.font {
  font-weight: 227;
}
.w-228.font {
  font-weight: 228;
}
.w-229.font {
  font-weight: 229;
}
.w-230.font {
  font-weight: 230;
}
.w-231.font {
  font-weight: 231;
}
.w-232.font {
  font-weight: 232;
}
.w-233.font {
  font-weight: 233;
}
.w-234.font {
  font-weight: 234;
}
.w-235.font {
  font-weight: 235;
}
.w-236.font {
  font-weight: 236;
}
.w-237.font {
  font-weight: 237;
}
.w-238.font {
  font-weight: 238;
}
.w-239.font {
  font-weight: 239;
}
.w-240.font {
  font-weight: 240;
}
.w-241.font {
  font-weight: 241;
}
.w-242.font {
  font-weight: 242;
}
.w-243.font {
  font-weight: 243;
}
.w-244.font {
  font-weight: 244;
}
.w-245.font {
  font-weight: 245;
}
.w-246.font {
  font-weight: 246;
}
.w-247.font {
  font-weight: 247;
}
.w-248.font {
  font-weight: 248;
}
.w-249.font {
  font-weight: 249;
}
.w-250.font {
  font-weight: 250;
}
.w-251.font {
  font-weight: 251;
}
.w-252.font {
  font-weight: 252;
}
.w-253.font {
  font-weight: 253;
}
.w-254.font {
  font-weight: 254;
}
.w-255.font {
  font-weight: 255;
}
.w-256.font {
  font-weight: 256;
}
.w-257.font {
  font-weight: 257;
}
.w-258.font {
  font-weight: 258;
}
.w-259.font {
  font-weight: 259;
}
.w-260.font {
  font-weight: 260;
}
.w-261.font {
  font-weight: 261;
}
.w-262.font {
  font-weight: 262;
}
.w-263.font {
  font-weight: 263;
}
.w-264.font {
  font-weight: 264;
}
.w-265.font {
  font-weight: 265;
}
.w-266.font {
  font-weight: 266;
}
.w-267.font {
  font-weight: 267;
}
.w-268.font {
  font-weight: 268;
}
.w-269.font {
  font-weight: 269;
}
.w-270.font {
  font-weight: 270;
}
.w-271.font {
  font-weight: 271;
}
.w-272.font {
  font-weight: 272;
}
.w-273.font {
  font-weight: 273;
}
.w-274.font {
  font-weight: 274;
}
.w-275.font {
  font-weight: 275;
}
.w-276.font {
  font-weight: 276;
}
.w-277.font {
  font-weight: 277;
}
.w-278.font {
  font-weight: 278;
}
.w-279.font {
  font-weight: 279;
}
.w-280.font {
  font-weight: 280;
}
.w-281.font {
  font-weight: 281;
}
.w-282.font {
  font-weight: 282;
}
.w-283.font {
  font-weight: 283;
}
.w-284.font {
  font-weight: 284;
}
.w-285.font {
  font-weight: 285;
}
.w-286.font {
  font-weight: 286;
}
.w-287.font {
  font-weight: 287;
}
.w-288.font {
  font-weight: 288;
}
.w-289.font {
  font-weight: 289;
}
.w-290.font {
  font-weight: 290;
}
.w-291.font {
  font-weight: 291;
}
.w-292.font {
  font-weight: 292;
}
.w-293.font {
  font-weight: 293;
}
.w-294.font {
  font-weight: 294;
}
.w-295.font {
  font-weight: 295;
}
.w-296.font {
  font-weight: 296;
}
.w-297.font {
  font-weight: 297;
}
.w-298.font {
  font-weight: 298;
}
.w-299.font {
  font-weight: 299;
}
.w-300.font {
  font-weight: 300;
}
.w-301.font {
  font-weight: 301;
}
.w-302.font {
  font-weight: 302;
}
.w-303.font {
  font-weight: 303;
}
.w-304.font {
  font-weight: 304;
}
.w-305.font {
  font-weight: 305;
}
.w-306.font {
  font-weight: 306;
}
.w-307.font {
  font-weight: 307;
}
.w-308.font {
  font-weight: 308;
}
.w-309.font {
  font-weight: 309;
}
.w-310.font {
  font-weight: 310;
}
.w-311.font {
  font-weight: 311;
}
.w-312.font {
  font-weight: 312;
}
.w-313.font {
  font-weight: 313;
}
.w-314.font {
  font-weight: 314;
}
.w-315.font {
  font-weight: 315;
}
.w-316.font {
  font-weight: 316;
}
.w-317.font {
  font-weight: 317;
}
.w-318.font {
  font-weight: 318;
}
.w-319.font {
  font-weight: 319;
}
.w-320.font {
  font-weight: 320;
}
.w-321.font {
  font-weight: 321;
}
.w-322.font {
  font-weight: 322;
}
.w-323.font {
  font-weight: 323;
}
.w-324.font {
  font-weight: 324;
}
.w-325.font {
  font-weight: 325;
}
.w-326.font {
  font-weight: 326;
}
.w-327.font {
  font-weight: 327;
}
.w-328.font {
  font-weight: 328;
}
.w-329.font {
  font-weight: 329;
}
.w-330.font {
  font-weight: 330;
}
.w-331.font {
  font-weight: 331;
}
.w-332.font {
  font-weight: 332;
}
.w-333.font {
  font-weight: 333;
}
.w-334.font {
  font-weight: 334;
}
.w-335.font {
  font-weight: 335;
}
.w-336.font {
  font-weight: 336;
}
.w-337.font {
  font-weight: 337;
}
.w-338.font {
  font-weight: 338;
}
.w-339.font {
  font-weight: 339;
}
.w-340.font {
  font-weight: 340;
}
.w-341.font {
  font-weight: 341;
}
.w-342.font {
  font-weight: 342;
}
.w-343.font {
  font-weight: 343;
}
.w-344.font {
  font-weight: 344;
}
.w-345.font {
  font-weight: 345;
}
.w-346.font {
  font-weight: 346;
}
.w-347.font {
  font-weight: 347;
}
.w-348.font {
  font-weight: 348;
}
.w-349.font {
  font-weight: 349;
}
.w-350.font {
  font-weight: 350;
}
.w-351.font {
  font-weight: 351;
}
.w-352.font {
  font-weight: 352;
}
.w-353.font {
  font-weight: 353;
}
.w-354.font {
  font-weight: 354;
}
.w-355.font {
  font-weight: 355;
}
.w-356.font {
  font-weight: 356;
}
.w-357.font {
  font-weight: 357;
}
.w-358.font {
  font-weight: 358;
}
.w-359.font {
  font-weight: 359;
}
.w-360.font {
  font-weight: 360;
}
.w-361.font {
  font-weight: 361;
}
.w-362.font {
  font-weight: 362;
}
.w-363.font {
  font-weight: 363;
}
.w-364.font {
  font-weight: 364;
}
.w-365.font {
  font-weight: 365;
}
.w-366.font {
  font-weight: 366;
}
.w-367.font {
  font-weight: 367;
}
.w-368.font {
  font-weight: 368;
}
.w-369.font {
  font-weight: 369;
}
.w-370.font {
  font-weight: 370;
}
.w-371.font {
  font-weight: 371;
}
.w-372.font {
  font-weight: 372;
}
.w-373.font {
  font-weight: 373;
}
.w-374.font {
  font-weight: 374;
}
.w-375.font {
  font-weight: 375;
}
.w-376.font {
  font-weight: 376;
}
.w-377.font {
  font-weight: 377;
}
.w-378.font {
  font-weight: 378;
}
.w-379.font {
  font-weight: 379;
}
.w-380.font {
  font-weight: 380;
}
.w-381.font {
  font-weight: 381;
}
.w-382.font {
  font-weight: 382;
}
.w-383.font {
  font-weight: 383;
}
.w-384.font {
  font-weight: 384;
}
.w-385.font {
  font-weight: 385;
}
.w-386.font {
  font-weight: 386;
}
.w-387.font {
  font-weight: 387;
}
.w-388.font {
  font-weight: 388;
}
.w-389.font {
  font-weight: 389;
}
.w-390.font {
  font-weight: 390;
}
.w-391.font {
  font-weight: 391;
}
.w-392.font {
  font-weight: 392;
}
.w-393.font {
  font-weight: 393;
}
.w-394.font {
  font-weight: 394;
}
.w-395.font {
  font-weight: 395;
}
.w-396.font {
  font-weight: 396;
}
.w-397.font {
  font-weight: 397;
}
.w-398.font {
  font-weight: 398;
}
.w-399.font {
  font-weight: 399;
}
.w-400.font {
  font-weight: 400;
}
.w-401.font {
  font-weight: 401;
}
.w-402.font {
  font-weight: 402;
}
.w-403.font {
  font-weight: 403;
}
.w-404.font {
  font-weight: 404;
}
.w-405.font {
  font-weight: 405;
}
.w-406.font {
  font-weight: 406;
}
.w-407.font {
  font-weight: 407;
}
.w-408.font {
  font-weight: 408;
}
.w-409.font {
  font-weight: 409;
}
.w-410.font {
  font-weight: 410;
}
.w-411.font {
  font-weight: 411;
}
.w-412.font {
  font-weight: 412;
}
.w-413.font {
  font-weight: 413;
}
.w-414.font {
  font-weight: 414;
}
.w-415.font {
  font-weight: 415;
}
.w-416.font {
  font-weight: 416;
}
.w-417.font {
  font-weight: 417;
}
.w-418.font {
  font-weight: 418;
}
.w-419.font {
  font-weight: 419;
}
.w-420.font {
  font-weight: 420;
}
.w-421.font {
  font-weight: 421;
}
.w-422.font {
  font-weight: 422;
}
.w-423.font {
  font-weight: 423;
}
.w-424.font {
  font-weight: 424;
}
.w-425.font {
  font-weight: 425;
}
.w-426.font {
  font-weight: 426;
}
.w-427.font {
  font-weight: 427;
}
.w-428.font {
  font-weight: 428;
}
.w-429.font {
  font-weight: 429;
}
.w-430.font {
  font-weight: 430;
}
.w-431.font {
  font-weight: 431;
}
.w-432.font {
  font-weight: 432;
}
.w-433.font {
  font-weight: 433;
}
.w-434.font {
  font-weight: 434;
}
.w-435.font {
  font-weight: 435;
}
.w-436.font {
  font-weight: 436;
}
.w-437.font {
  font-weight: 437;
}
.w-438.font {
  font-weight: 438;
}
.w-439.font {
  font-weight: 439;
}
.w-440.font {
  font-weight: 440;
}
.w-441.font {
  font-weight: 441;
}
.w-442.font {
  font-weight: 442;
}
.w-443.font {
  font-weight: 443;
}
.w-444.font {
  font-weight: 444;
}
.w-445.font {
  font-weight: 445;
}
.w-446.font {
  font-weight: 446;
}
.w-447.font {
  font-weight: 447;
}
.w-448.font {
  font-weight: 448;
}
.w-449.font {
  font-weight: 449;
}
.w-450.font {
  font-weight: 450;
}
.w-451.font {
  font-weight: 451;
}
.w-452.font {
  font-weight: 452;
}
.w-453.font {
  font-weight: 453;
}
.w-454.font {
  font-weight: 454;
}
.w-455.font {
  font-weight: 455;
}
.w-456.font {
  font-weight: 456;
}
.w-457.font {
  font-weight: 457;
}
.w-458.font {
  font-weight: 458;
}
.w-459.font {
  font-weight: 459;
}
.w-460.font {
  font-weight: 460;
}
.w-461.font {
  font-weight: 461;
}
.w-462.font {
  font-weight: 462;
}
.w-463.font {
  font-weight: 463;
}
.w-464.font {
  font-weight: 464;
}
.w-465.font {
  font-weight: 465;
}
.w-466.font {
  font-weight: 466;
}
.w-467.font {
  font-weight: 467;
}
.w-468.font {
  font-weight: 468;
}
.w-469.font {
  font-weight: 469;
}
.w-470.font {
  font-weight: 470;
}
.w-471.font {
  font-weight: 471;
}
.w-472.font {
  font-weight: 472;
}
.w-473.font {
  font-weight: 473;
}
.w-474.font {
  font-weight: 474;
}
.w-475.font {
  font-weight: 475;
}
.w-476.font {
  font-weight: 476;
}
.w-477.font {
  font-weight: 477;
}
.w-478.font {
  font-weight: 478;
}
.w-479.font {
  font-weight: 479;
}
.w-480.font {
  font-weight: 480;
}
.w-481.font {
  font-weight: 481;
}
.w-482.font {
  font-weight: 482;
}
.w-483.font {
  font-weight: 483;
}
.w-484.font {
  font-weight: 484;
}
.w-485.font {
  font-weight: 485;
}
.w-486.font {
  font-weight: 486;
}
.w-487.font {
  font-weight: 487;
}
.w-488.font {
  font-weight: 488;
}
.w-489.font {
  font-weight: 489;
}
.w-490.font {
  font-weight: 490;
}
.w-491.font {
  font-weight: 491;
}
.w-492.font {
  font-weight: 492;
}
.w-493.font {
  font-weight: 493;
}
.w-494.font {
  font-weight: 494;
}
.w-495.font {
  font-weight: 495;
}
.w-496.font {
  font-weight: 496;
}
.w-497.font {
  font-weight: 497;
}
.w-498.font {
  font-weight: 498;
}
.w-499.font {
  font-weight: 499;
}
.w-500.font {
  font-weight: 500;
}
.w-501.font {
  font-weight: 501;
}
.w-502.font {
  font-weight: 502;
}
.w-503.font {
  font-weight: 503;
}
.w-504.font {
  font-weight: 504;
}
.w-505.font {
  font-weight: 505;
}
.w-506.font {
  font-weight: 506;
}
.w-507.font {
  font-weight: 507;
}
.w-508.font {
  font-weight: 508;
}
.w-509.font {
  font-weight: 509;
}
.w-510.font {
  font-weight: 510;
}
.w-511.font {
  font-weight: 511;
}
.w-512.font {
  font-weight: 512;
}
.w-513.font {
  font-weight: 513;
}
.w-514.font {
  font-weight: 514;
}
.w-515.font {
  font-weight: 515;
}
.w-516.font {
  font-weight: 516;
}
.w-517.font {
  font-weight: 517;
}
.w-518.font {
  font-weight: 518;
}
.w-519.font {
  font-weight: 519;
}
.w-520.font {
  font-weight: 520;
}
.w-521.font {
  font-weight: 521;
}
.w-522.font {
  font-weight: 522;
}
.w-523.font {
  font-weight: 523;
}
.w-524.font {
  font-weight: 524;
}
.w-525.font {
  font-weight: 525;
}
.w-526.font {
  font-weight: 526;
}
.w-527.font {
  font-weight: 527;
}
.w-528.font {
  font-weight: 528;
}
.w-529.font {
  font-weight: 529;
}
.w-530.font {
  font-weight: 530;
}
.w-531.font {
  font-weight: 531;
}
.w-532.font {
  font-weight: 532;
}
.w-533.font {
  font-weight: 533;
}
.w-534.font {
  font-weight: 534;
}
.w-535.font {
  font-weight: 535;
}
.w-536.font {
  font-weight: 536;
}
.w-537.font {
  font-weight: 537;
}
.w-538.font {
  font-weight: 538;
}
.w-539.font {
  font-weight: 539;
}
.w-540.font {
  font-weight: 540;
}
.w-541.font {
  font-weight: 541;
}
.w-542.font {
  font-weight: 542;
}
.w-543.font {
  font-weight: 543;
}
.w-544.font {
  font-weight: 544;
}
.w-545.font {
  font-weight: 545;
}
.w-546.font {
  font-weight: 546;
}
.w-547.font {
  font-weight: 547;
}
.w-548.font {
  font-weight: 548;
}
.w-549.font {
  font-weight: 549;
}
.w-550.font {
  font-weight: 550;
}
.w-551.font {
  font-weight: 551;
}
.w-552.font {
  font-weight: 552;
}
.w-553.font {
  font-weight: 553;
}
.w-554.font {
  font-weight: 554;
}
.w-555.font {
  font-weight: 555;
}
.w-556.font {
  font-weight: 556;
}
.w-557.font {
  font-weight: 557;
}
.w-558.font {
  font-weight: 558;
}
.w-559.font {
  font-weight: 559;
}
.w-560.font {
  font-weight: 560;
}
.w-561.font {
  font-weight: 561;
}
.w-562.font {
  font-weight: 562;
}
.w-563.font {
  font-weight: 563;
}
.w-564.font {
  font-weight: 564;
}
.w-565.font {
  font-weight: 565;
}
.w-566.font {
  font-weight: 566;
}
.w-567.font {
  font-weight: 567;
}
.w-568.font {
  font-weight: 568;
}
.w-569.font {
  font-weight: 569;
}
.w-570.font {
  font-weight: 570;
}
.w-571.font {
  font-weight: 571;
}
.w-572.font {
  font-weight: 572;
}
.w-573.font {
  font-weight: 573;
}
.w-574.font {
  font-weight: 574;
}
.w-575.font {
  font-weight: 575;
}
.w-576.font {
  font-weight: 576;
}
.w-577.font {
  font-weight: 577;
}
.w-578.font {
  font-weight: 578;
}
.w-579.font {
  font-weight: 579;
}
.w-580.font {
  font-weight: 580;
}
.w-581.font {
  font-weight: 581;
}
.w-582.font {
  font-weight: 582;
}
.w-583.font {
  font-weight: 583;
}
.w-584.font {
  font-weight: 584;
}
.w-585.font {
  font-weight: 585;
}
.w-586.font {
  font-weight: 586;
}
.w-587.font {
  font-weight: 587;
}
.w-588.font {
  font-weight: 588;
}
.w-589.font {
  font-weight: 589;
}
.w-590.font {
  font-weight: 590;
}
.w-591.font {
  font-weight: 591;
}
.w-592.font {
  font-weight: 592;
}
.w-593.font {
  font-weight: 593;
}
.w-594.font {
  font-weight: 594;
}
.w-595.font {
  font-weight: 595;
}
.w-596.font {
  font-weight: 596;
}
.w-597.font {
  font-weight: 597;
}
.w-598.font {
  font-weight: 598;
}
.w-599.font {
  font-weight: 599;
}
.w-600.font {
  font-weight: 600;
}
.w-601.font {
  font-weight: 601;
}
.w-602.font {
  font-weight: 602;
}
.w-603.font {
  font-weight: 603;
}
.w-604.font {
  font-weight: 604;
}
.w-605.font {
  font-weight: 605;
}
.w-606.font {
  font-weight: 606;
}
.w-607.font {
  font-weight: 607;
}
.w-608.font {
  font-weight: 608;
}
.w-609.font {
  font-weight: 609;
}
.w-610.font {
  font-weight: 610;
}
.w-611.font {
  font-weight: 611;
}
.w-612.font {
  font-weight: 612;
}
.w-613.font {
  font-weight: 613;
}
.w-614.font {
  font-weight: 614;
}
.w-615.font {
  font-weight: 615;
}
.w-616.font {
  font-weight: 616;
}
.w-617.font {
  font-weight: 617;
}
.w-618.font {
  font-weight: 618;
}
.w-619.font {
  font-weight: 619;
}
.w-620.font {
  font-weight: 620;
}
.w-621.font {
  font-weight: 621;
}
.w-622.font {
  font-weight: 622;
}
.w-623.font {
  font-weight: 623;
}
.w-624.font {
  font-weight: 624;
}
.w-625.font {
  font-weight: 625;
}
.w-626.font {
  font-weight: 626;
}
.w-627.font {
  font-weight: 627;
}
.w-628.font {
  font-weight: 628;
}
.w-629.font {
  font-weight: 629;
}
.w-630.font {
  font-weight: 630;
}
.w-631.font {
  font-weight: 631;
}
.w-632.font {
  font-weight: 632;
}
.w-633.font {
  font-weight: 633;
}
.w-634.font {
  font-weight: 634;
}
.w-635.font {
  font-weight: 635;
}
.w-636.font {
  font-weight: 636;
}
.w-637.font {
  font-weight: 637;
}
.w-638.font {
  font-weight: 638;
}
.w-639.font {
  font-weight: 639;
}
.w-640.font {
  font-weight: 640;
}
.w-641.font {
  font-weight: 641;
}
.w-642.font {
  font-weight: 642;
}
.w-643.font {
  font-weight: 643;
}
.w-644.font {
  font-weight: 644;
}
.w-645.font {
  font-weight: 645;
}
.w-646.font {
  font-weight: 646;
}
.w-647.font {
  font-weight: 647;
}
.w-648.font {
  font-weight: 648;
}
.w-649.font {
  font-weight: 649;
}
.w-650.font {
  font-weight: 650;
}
.w-651.font {
  font-weight: 651;
}
.w-652.font {
  font-weight: 652;
}
.w-653.font {
  font-weight: 653;
}
.w-654.font {
  font-weight: 654;
}
.w-655.font {
  font-weight: 655;
}
.w-656.font {
  font-weight: 656;
}
.w-657.font {
  font-weight: 657;
}
.w-658.font {
  font-weight: 658;
}
.w-659.font {
  font-weight: 659;
}
.w-660.font {
  font-weight: 660;
}
.w-661.font {
  font-weight: 661;
}
.w-662.font {
  font-weight: 662;
}
.w-663.font {
  font-weight: 663;
}
.w-664.font {
  font-weight: 664;
}
.w-665.font {
  font-weight: 665;
}
.w-666.font {
  font-weight: 666;
}
.w-667.font {
  font-weight: 667;
}
.w-668.font {
  font-weight: 668;
}
.w-669.font {
  font-weight: 669;
}
.w-670.font {
  font-weight: 670;
}
.w-671.font {
  font-weight: 671;
}
.w-672.font {
  font-weight: 672;
}
.w-673.font {
  font-weight: 673;
}
.w-674.font {
  font-weight: 674;
}
.w-675.font {
  font-weight: 675;
}
.w-676.font {
  font-weight: 676;
}
.w-677.font {
  font-weight: 677;
}
.w-678.font {
  font-weight: 678;
}
.w-679.font {
  font-weight: 679;
}
.w-680.font {
  font-weight: 680;
}
.w-681.font {
  font-weight: 681;
}
.w-682.font {
  font-weight: 682;
}
.w-683.font {
  font-weight: 683;
}
.w-684.font {
  font-weight: 684;
}
.w-685.font {
  font-weight: 685;
}
.w-686.font {
  font-weight: 686;
}
.w-687.font {
  font-weight: 687;
}
.w-688.font {
  font-weight: 688;
}
.w-689.font {
  font-weight: 689;
}
.w-690.font {
  font-weight: 690;
}
.w-691.font {
  font-weight: 691;
}
.w-692.font {
  font-weight: 692;
}
.w-693.font {
  font-weight: 693;
}
.w-694.font {
  font-weight: 694;
}
.w-695.font {
  font-weight: 695;
}
.w-696.font {
  font-weight: 696;
}
.w-697.font {
  font-weight: 697;
}
.w-698.font {
  font-weight: 698;
}
.w-699.font {
  font-weight: 699;
}
.w-700.font {
  font-weight: 700;
}
.w-701.font {
  font-weight: 701;
}
.w-702.font {
  font-weight: 702;
}
.w-703.font {
  font-weight: 703;
}
.w-704.font {
  font-weight: 704;
}
.w-705.font {
  font-weight: 705;
}
.w-706.font {
  font-weight: 706;
}
.w-707.font {
  font-weight: 707;
}
.w-708.font {
  font-weight: 708;
}
.w-709.font {
  font-weight: 709;
}
.w-710.font {
  font-weight: 710;
}
.w-711.font {
  font-weight: 711;
}
.w-712.font {
  font-weight: 712;
}
.w-713.font {
  font-weight: 713;
}
.w-714.font {
  font-weight: 714;
}
.w-715.font {
  font-weight: 715;
}
.w-716.font {
  font-weight: 716;
}
.w-717.font {
  font-weight: 717;
}
.w-718.font {
  font-weight: 718;
}
.w-719.font {
  font-weight: 719;
}
.w-720.font {
  font-weight: 720;
}
.w-721.font {
  font-weight: 721;
}
.w-722.font {
  font-weight: 722;
}
.w-723.font {
  font-weight: 723;
}
.w-724.font {
  font-weight: 724;
}
.w-725.font {
  font-weight: 725;
}
.w-726.font {
  font-weight: 726;
}
.w-727.font {
  font-weight: 727;
}
.w-728.font {
  font-weight: 728;
}
.w-729.font {
  font-weight: 729;
}
.w-730.font {
  font-weight: 730;
}
.w-731.font {
  font-weight: 731;
}
.w-732.font {
  font-weight: 732;
}
.w-733.font {
  font-weight: 733;
}
.w-734.font {
  font-weight: 734;
}
.w-735.font {
  font-weight: 735;
}
.w-736.font {
  font-weight: 736;
}
.w-737.font {
  font-weight: 737;
}
.w-738.font {
  font-weight: 738;
}
.w-739.font {
  font-weight: 739;
}
.w-740.font {
  font-weight: 740;
}
.w-741.font {
  font-weight: 741;
}
.w-742.font {
  font-weight: 742;
}
.w-743.font {
  font-weight: 743;
}
.w-744.font {
  font-weight: 744;
}
.w-745.font {
  font-weight: 745;
}
.w-746.font {
  font-weight: 746;
}
.w-747.font {
  font-weight: 747;
}
.w-748.font {
  font-weight: 748;
}
.w-749.font {
  font-weight: 749;
}
.w-750.font {
  font-weight: 750;
}
.w-751.font {
  font-weight: 751;
}
.w-752.font {
  font-weight: 752;
}
.w-753.font {
  font-weight: 753;
}
.w-754.font {
  font-weight: 754;
}
.w-755.font {
  font-weight: 755;
}
.w-756.font {
  font-weight: 756;
}
.w-757.font {
  font-weight: 757;
}
.w-758.font {
  font-weight: 758;
}
.w-759.font {
  font-weight: 759;
}
.w-760.font {
  font-weight: 760;
}
.w-761.font {
  font-weight: 761;
}
.w-762.font {
  font-weight: 762;
}
.w-763.font {
  font-weight: 763;
}
.w-764.font {
  font-weight: 764;
}
.w-765.font {
  font-weight: 765;
}
.w-766.font {
  font-weight: 766;
}
.w-767.font {
  font-weight: 767;
}
.w-768.font {
  font-weight: 768;
}
.w-769.font {
  font-weight: 769;
}
.w-770.font {
  font-weight: 770;
}
.w-771.font {
  font-weight: 771;
}
.w-772.font {
  font-weight: 772;
}
.w-773.font {
  font-weight: 773;
}
.w-774.font {
  font-weight: 774;
}
.w-775.font {
  font-weight: 775;
}
.w-776.font {
  font-weight: 776;
}
.w-777.font {
  font-weight: 777;
}
.w-778.font {
  font-weight: 778;
}
.w-779.font {
  font-weight: 779;
}
.w-780.font {
  font-weight: 780;
}
.w-781.font {
  font-weight: 781;
}
.w-782.font {
  font-weight: 782;
}
.w-783.font {
  font-weight: 783;
}
.w-784.font {
  font-weight: 784;
}
.w-785.font {
  font-weight: 785;
}
.w-786.font {
  font-weight: 786;
}
.w-787.font {
  font-weight: 787;
}
.w-788.font {
  font-weight: 788;
}
.w-789.font {
  font-weight: 789;
}
.w-790.font {
  font-weight: 790;
}
.w-791.font {
  font-weight: 791;
}
.w-792.font {
  font-weight: 792;
}
.w-793.font {
  font-weight: 793;
}
.w-794.font {
  font-weight: 794;
}
.w-795.font {
  font-weight: 795;
}
.w-796.font {
  font-weight: 796;
}
.w-797.font {
  font-weight: 797;
}
.w-798.font {
  font-weight: 798;
}
.w-799.font {
  font-weight: 799;
}
.w-800.font {
  font-weight: 800;
}
.w-801.font {
  font-weight: 801;
}
.w-802.font {
  font-weight: 802;
}
.w-803.font {
  font-weight: 803;
}
.w-804.font {
  font-weight: 804;
}
.w-805.font {
  font-weight: 805;
}
.w-806.font {
  font-weight: 806;
}
.w-807.font {
  font-weight: 807;
}
.w-808.font {
  font-weight: 808;
}
.w-809.font {
  font-weight: 809;
}
.w-810.font {
  font-weight: 810;
}
.w-811.font {
  font-weight: 811;
}
.w-812.font {
  font-weight: 812;
}
.w-813.font {
  font-weight: 813;
}
.w-814.font {
  font-weight: 814;
}
.w-815.font {
  font-weight: 815;
}
.w-816.font {
  font-weight: 816;
}
.w-817.font {
  font-weight: 817;
}
.w-818.font {
  font-weight: 818;
}
.w-819.font {
  font-weight: 819;
}
.w-820.font {
  font-weight: 820;
}
.w-821.font {
  font-weight: 821;
}
.w-822.font {
  font-weight: 822;
}
.w-823.font {
  font-weight: 823;
}
.w-824.font {
  font-weight: 824;
}
.w-825.font {
  font-weight: 825;
}
.w-826.font {
  font-weight: 826;
}
.w-827.font {
  font-weight: 827;
}
.w-828.font {
  font-weight: 828;
}
.w-829.font {
  font-weight: 829;
}
.w-830.font {
  font-weight: 830;
}
.w-831.font {
  font-weight: 831;
}
.w-832.font {
  font-weight: 832;
}
.w-833.font {
  font-weight: 833;
}
.w-834.font {
  font-weight: 834;
}
.w-835.font {
  font-weight: 835;
}
.w-836.font {
  font-weight: 836;
}
.w-837.font {
  font-weight: 837;
}
.w-838.font {
  font-weight: 838;
}
.w-839.font {
  font-weight: 839;
}
.w-840.font {
  font-weight: 840;
}
.w-841.font {
  font-weight: 841;
}
.w-842.font {
  font-weight: 842;
}
.w-843.font {
  font-weight: 843;
}
.w-844.font {
  font-weight: 844;
}
.w-845.font {
  font-weight: 845;
}
.w-846.font {
  font-weight: 846;
}
.w-847.font {
  font-weight: 847;
}
.w-848.font {
  font-weight: 848;
}
.w-849.font {
  font-weight: 849;
}
.w-850.font {
  font-weight: 850;
}
.w-851.font {
  font-weight: 851;
}
.w-852.font {
  font-weight: 852;
}
.w-853.font {
  font-weight: 853;
}
.w-854.font {
  font-weight: 854;
}
.w-855.font {
  font-weight: 855;
}
.w-856.font {
  font-weight: 856;
}
.w-857.font {
  font-weight: 857;
}
.w-858.font {
  font-weight: 858;
}
.w-859.font {
  font-weight: 859;
}
.w-860.font {
  font-weight: 860;
}
.w-861.font {
  font-weight: 861;
}
.w-862.font {
  font-weight: 862;
}
.w-863.font {
  font-weight: 863;
}
.w-864.font {
  font-weight: 864;
}
.w-865.font {
  font-weight: 865;
}
.w-866.font {
  font-weight: 866;
}
.w-867.font {
  font-weight: 867;
}
.w-868.font {
  font-weight: 868;
}
.w-869.font {
  font-weight: 869;
}
.w-870.font {
  font-weight: 870;
}
.w-871.font {
  font-weight: 871;
}
.w-872.font {
  font-weight: 872;
}
.w-873.font {
  font-weight: 873;
}
.w-874.font {
  font-weight: 874;
}
.w-875.font {
  font-weight: 875;
}
.w-876.font {
  font-weight: 876;
}
.w-877.font {
  font-weight: 877;
}
.w-878.font {
  font-weight: 878;
}
.w-879.font {
  font-weight: 879;
}
.w-880.font {
  font-weight: 880;
}
.w-881.font {
  font-weight: 881;
}
.w-882.font {
  font-weight: 882;
}
.w-883.font {
  font-weight: 883;
}
.w-884.font {
  font-weight: 884;
}
.w-885.font {
  font-weight: 885;
}
.w-886.font {
  font-weight: 886;
}
.w-887.font {
  font-weight: 887;
}
.w-888.font {
  font-weight: 888;
}
.w-889.font {
  font-weight: 889;
}
.w-890.font {
  font-weight: 890;
}
.w-891.font {
  font-weight: 891;
}
.w-892.font {
  font-weight: 892;
}
.w-893.font {
  font-weight: 893;
}
.w-894.font {
  font-weight: 894;
}
.w-895.font {
  font-weight: 895;
}
.w-896.font {
  font-weight: 896;
}
.w-897.font {
  font-weight: 897;
}
.w-898.font {
  font-weight: 898;
}
.w-899.font {
  font-weight: 899;
}
.w-900.font {
  font-weight: 900;
}

.fonte-DM-Sans.font {
  font-family: "DM Sans", sans-serif;
  /*<link rel="preconnect" href="https://fonts.googleapis.com">
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&display=swap" rel="stylesheet">
  */
}
.font-poppins.font {
  font-family: "Poppins", sans-serif;
  /*<link rel="preconnect" href="https://fonts.googleapis.com">
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&display=swap" rel="stylesheet">
  */
}
.font-inter.font {
  font-family: "Inter", sans-serif;
  /*
  <link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Poppins:wght@600;700&display=swap" rel="stylesheet">
  */
}
.font-roboto.font {
  font-family: "Roboto", sans-serif;
}
.font-open-sans.font {
  font-family: "Open Sans", sans-serif;
}
.font-Montserrat.font {
  font-family: "Montserrat", sans-serif;
}

/*Setup*/
/*/Animation tutorial/*/
/* Estilos para realçar elementos durante o tutorial */
.highlight {
  border: 2px solid red;
  z-index: 1010 !important;
  position: relative;
  background-color: #fff;
  animation-name: anima-tutorial;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.highlight#passo-tutorial-apresentacao {
  animation: none;
}

/* style.css */
body {
  font-family: Arial, sans-serif;
}

button {
  padding: 10px 20px;
  font-size: 16px;
}

button.b-avancar {
  border: none;
  background: #0d6efd;
  border-radius: 8px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  box-shadow: none;
  border-radius: 23px;
  margin-top: 15px;
}
button.b-avancar.bg-final {
  background-color: #01BA1E !important;
}

button.b-skip {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 2;
  border: none;
  background: transparent;
  border-radius: 8px;
  font-weight: 500;
  color: #fff;
  box-shadow: none;
}
button.b-skip:active, button.b-skip:hover {
  color: #2E2D37;
  background-color: rgba(255, 255, 255, 0.4);
  transition: color 0.3s ease-out;
}

section {
  margin: 20px;
  padding: 20px;
  border: 1px solid #ccc;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}
#overlay.overlay-flex {
  display: flex;
}

#overlayMessage {
  line-height: 26px;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 0;
}

.tutorial-step {
  background-color: transparent;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
}

.overlay-visible {
  display: flex;
}

.tutorial-step {
  position: absolute;
  top: 30%;
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  font-weight: 500;
  margin: 0 15px;
  line-height: 24px;
}

/*/  Pagina  /*/
/*/  Prop SCSS  /*/
.modal.novo-item-modal .modal-dialog .modal-body .form-group .group-search {
  position: relative;
}
.modal.novo-item-modal .modal-dialog .modal-body .form-group .group-search input + a.search {
  width: 26px;
  height: 26px;
  padding: 3px;
  display: flex;
  position: absolute;
  top: 8px;
  right: 8px;
}
.modal.novo-item-modal .modal-dialog .modal-body .form-group .group-search input + a.search:after {
  transition: background 0.3s ease-in-out;
  background-image: url(../../../images/poi/poi-editar-orcamento/ic_lupa_busca.svg);
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  background-size: 20px;
  content: "";
  height: 20px;
  width: 20px;
  right: 3px;
  position: absolute;
}
.modal.novo-item-modal .modal-dialog .modal-body .form-group .group-search input:focus + a.search, .modal.novo-item-modal .modal-dialog .modal-body .form-group .group-search input:active + a.search {
  width: 26px;
  height: 26px;
  padding: 3px;
  display: flex;
  position: absolute;
  top: 8px;
  right: 8px;
}
.modal.novo-item-modal .modal-dialog .modal-body .form-group .group-search input:focus + a.search:after, .modal.novo-item-modal .modal-dialog .modal-body .form-group .group-search input:active + a.search:after {
  transition: background-color 0.3s ease-in-out;
  border-radius: 50%;
  background-color: #ecedf2;
  color: #2E2D37;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-image: none;
  content: "x";
}

main .btn.btn-slide-voltar, main .btn.btn-slide-avancar {
  color: #2E2D37;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
  letter-spacing: -0.4px;
}
main .btn.btn-slide-voltar :disabled, main .btn.btn-slide-avancar :disabled {
  color: #E9E9E9;
}

header nav {
  height: 55px;
}
header nav .bg-webmotors {
  background-color: #fff;
}

main h1 {
  font-family: "DM Sans", sans-serif;
}
main .card-buttons {
  display: flex;
  width: 100%;
  padding: 10px;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  border-radius: 11.255px;
  border: 0.866px solid rgb(232, 232, 232);
  background: rgb(255, 255, 255);
}
main .container {
  position: relative;
  min-height: calc(100vh - 127px);
}
main .scroll-container {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
main .scroll-container .step {
  touch-action: pan-y;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  background-color: #f0f0f0;
  transition: transform 0.3s ease-in-out;
}
main .font-ttl {
  color: #2E2D37;
  font-family: DM Sans;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.8px;
  text-align: center;
}
main .font-sttl {
  color: #2D2B2E;
  font-family: DM Sans;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.3px;
  text-align: center;
}
main .font-text {
  font-family: "Work Sans", sans-serif;
  color: #696977;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
main .step .detalhes-do-orcamento {
  margin: 20px auto 35px;
}
main .step#step3 .fotos-do-orcamento {
  display: none;
}
main .step#step5 .apresentacao-step.s-5 {
  display: none;
}
main .step#step5 .apresentacao-step h2, main .step#step5 .apresentacao-step p {
  text-align: start;
}
main .step#step5 .apresentacao-step h2 {
  font-size: 16px;
}
main .step .apresentacao-step {
  padding: 50px 0 40px;
}
main .step.show-block {
  width: 100%;
  opacity: 1;
  transition: visibility 0.6s linear;
  display: block;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-name: anination-intro-step;
}
main .step.passo-um {
  background-image: url("../../../images/poi/poi-editar-orcamento/bg-step-inicial-detalhes-orcamento.svg");
  background-position: top 77px center;
  background-repeat: no-repeat;
  padding: 300px 25px 0px;
}
main .step.passo-um .font-ttl, main .step.passo-um .font-sttl {
  display: none;
}
main .step .fotos-do-orcamento .line-label-fotos {
  display: none !important;
}
main .step-indicators {
  display: none;
}
main .box {
  font-family: "Work Sans", sans-serif;
  position: relative !important;
  overflow: hidden !important;
  transition: background 400ms !important;
}
@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}
main .box span.ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: ripple 900ms linear, ripple-fade-out 900ms 900ms linear;
  background-color: rgba(255, 255, 255, 0.2);
}
@keyframes ripple-fade-out {
  to {
    opacity: 0;
  }
}
main .box.btn-buttom-card {
  border-radius: 11px;
  background: #F3123C;
  display: flex;
  height: 55px;
  padding: 8px 14px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  align-self: stretch;
  flex-direction: column;
  width: 100%;
  cursor: default !important;
}
main .box.btn-buttom-card span:first-child {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  background-image: url(../../../images/poi/poi-editar-orcamento/bt_informativo_card_white.svg);
  background-repeat: no-repeat;
  background-position: center right 6px;
  background-size: 14px;
  padding-right: 30px;
  min-height: 16px;
}
main .box.btn-buttom-card span:last-child {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
}
main .box.btn-buttom-card span:last-child.destaque {
  font-size: 20px;
  font-weight: 700;
}
main .btn {
  font-family: "Work Sans", sans-serif;
  position: relative !important;
  overflow: hidden !important;
  transition: background 400ms !important;
  /*span.ripple {
      animation: ripple 600ms linear, ripple-fade-out 200ms 600ms linear;
      background-color: rgba(0, 0, 0, 0.1) !important;
  } */
}
@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}
main .btn span.ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: ripple 900ms linear, ripple-fade-out 900ms 900ms linear;
  background-color: rgba(255, 255, 255, 0.2);
}
@keyframes ripple-fade-out {
  to {
    opacity: 0;
  }
}
main .btn.btn-buttom-card {
  border-radius: 11px;
  background: #F3123C;
  display: flex;
  height: 55px;
  padding: 8px 14px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  align-self: stretch;
  flex-direction: column;
  width: 100%;
  cursor: default !important;
}
main .btn.btn-buttom-card span:first-child {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  background-image: url(../../../images/poi/poi-editar-orcamento/bt_informativo_card.svg);
  background-repeat: no-repeat;
  background-position: center right 6px;
  background-size: 14px;
  padding-right: 30px;
  min-height: 16px;
}
main .btn.btn-buttom-card span:last-child {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
}
main .btn.btn-buttom-card span:last-child.destaque {
  font-size: 20px;
  font-weight: 700;
}
main .btn.btn-value {
  display: flex;
  width: 74px;
  height: 56px;
  padding: 0px 10px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 5px;
  background: var(--pbffffff, #FFF);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  background-repeat: no-repeat;
  background-position: center;
}
main .btn.btn-value.negative {
  background-image: url("../../../images/poi/poi-editar-orcamento/bt_remove_value.svg");
}
main .btn.btn-value.positive {
  background-image: url("../../../images/poi/poi-editar-orcamento/bt_add_value.svg");
}
main .btn.btn-value:hover, main .btn.btn-value:active {
  background-color: var(--pbffffff, #f7f7f7);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
}
main .btn span.ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  animation: ripple-animation 0.5s linear;
}
main .btn:focus, main .btn:active {
  outline: none !important;
  box-shadow: none;
}
main .btn.btn-slide-avancar {
  text-align: right;
}
main .btn.btn-slide-voltar {
  text-align: left;
}
main .btn.btn-trash {
  background-image: url(../../../images/poi/poi-editar-orcamento/ic_trash_table.svg);
  background-position: center;
  background-size: 24px;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  padding: 12px;
  display: inline-block;
}
main .btn.btn-editar {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-decoration-line: underline;
  height: 40px;
}
main .btn.btn-sharp {
  font-family: "Work Sans", sans-serif;
  font-weight: 400 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  border-radius: 5px;
  text-wrap: nowrap;
}
main .btn.btn-sharp .img-icon {
  background-color: #fff;
}
main .btn.btn-sharp.primario {
  background-color: #F3123C;
  border-color: #F3123C;
  color: #fff;
  height: 32px !important;
}
main .btn.btn-sharp.primario:hover {
  background-color: #c80a2e;
  color: #fff;
}
main .btn.btn-sharp .img-icon {
  background-color: #fff;
}
main .btn.btn-sharp.adicionar {
  background-color: #F3123C;
  border-color: #F3123C;
  color: #fff;
  height: 56px !important;
}
main .btn.btn-sharp.adicionar:hover {
  background-color: #c80a2e;
  color: #fff;
}
main .btn.btn-sharp .img-icon {
  background-color: #fff;
}
main .btn.btn-sharp.erro {
  background-color: #9B51E0;
  border-color: #9B51E0;
  color: #fff;
  height: 36px !important;
}
main .btn.btn-sharp.erro:hover {
  background-color: #8226d8;
  color: #fff;
}
main .btn.btn-sharp.erro {
  font-size: 12px !important;
}
main .btn.btn-sharp.adicionar {
  background-color: #fff;
  border-color: #F3123C;
  color: #F3123C;
  border-radius: 8px;
  font-weight: 700 !important;
  margin-bottom: 25px;
  margin-top: 18px;
  gap: 8px;
}
main .btn.btn-sharp.adicionar span.add {
  background-image: url(../../../images/poi/poi-editar-orcamento/ic_bt_add_plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 21px;
}
main .form-control.error {
  border-color: #F3123C;
}
main .form-group-adicionais {
  font-family: "Work Sans", sans-serif;
  gap: 4px;
  margin-bottom: 10px;
  min-width: auto;
  display: flex;
  flex-direction: column;
}
main .form-group-adicionais select {
  border-radius: 5px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  color: #696977;
  font-family: Work Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  height: 46px;
  border-color: #fff;
}
main .form-group-adicionais label {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 6px;
  text-transform: uppercase;
}
main .form-group-adicionais label span {
  text-transform: capitalize;
}
main .form-group-adicionais input[type=text], main .form-group-adicionais textarea {
  display: flex;
  height: 56px;
  padding: 0px 10px;
  align-items: center;
  gap: 5px;
  align-self: stretch;
  border-radius: 5px;
  background: var(--pbffffff, #FFF);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  border-color: #fff;
}
main .form-group-adicionais input[type=text].error, main .form-group-adicionais textarea.error {
  border-color: #9B51E0;
}
main .form-group-adicionais textarea {
  min-height: 81px;
  padding: 15px;
}
main .form-group {
  position: relative;
}
main .form-group .img-text-field {
  height: 56px;
  padding-top: 20px;
  border-radius: 5px;
  border: 1px solid #ADADAD;
  padding-left: 10px;
}
main .form-group label {
  display: inline-block;
  position: absolute;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
  color: #ADADAD;
  top: 10px;
  left: 10px;
}
main .form-group input[type=text] {
  height: 56px;
  padding-top: 20px;
  border-radius: 5px;
  border: 1px solid #ADADAD;
}
main .area-info-solicitacao {
  width: 100%;
  gap: 13px;
  display: flex;
  flex-direction: column;
  padding-top: 0px;
  padding-bottom: 35px;
}
main .area-info-solicitacao .info-solicitacao {
  display: flex;
  padding: 4px 13px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  border-radius: 23px;
  border: 1px solid #F3123C;
  width: fit-content;
  margin: 0 auto;
  height: 34px;
}
main .area-info-solicitacao .info-solicitacao label {
  color: #696977;
  font-family: Work Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main .area-info-solicitacao .info-solicitacao label span {
  color: #F3123C;
}
main .area-info-solicitacao .info-solicitacao label span:first-child {
  margin-right: 6px;
}
main .area-info-solicitacao .info-solicitacao label span:last-child {
  margin-left: 6px;
}
main .area-info-solicitacao .info-status {
  display: flex;
  padding: 4px 13px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  background-color: #01BA1E;
  border-radius: 23px;
  width: fit-content;
  margin: 0 auto;
  height: 34px;
}
main .area-info-solicitacao .info-status.disponivel label {
  color: #fff;
  font-family: Work Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
main .detalhes-bottom {
  display: none;
}
main .table.table-dark-theme {
  font-family: "Work Sans", sans-serif;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
main .table.table-dark-theme thead {
  background: #201D23;
  color: #fff;
}
main .table.table-dark-theme thead th {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
main .table.table-dark-theme thead th span.lbl-acoes {
  display: block;
  text-align: center;
}
main .table.table-dark-theme tbody tr td {
  vertical-align: middle;
}
main .table.table-dark-theme tbody tr td:last-child {
  text-wrap: nowrap;
  text-align: center;
}
main .table.table-dark-theme tbody tr td div.box {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
}
main .table.table-dark-theme tbody tr td p {
  color: #2E2D37;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
}
main .table.table-dark-theme tbody tr td small {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: #707070;
  white-space: nowrap;
}
main .info-carousel {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 80px !important;
}
main .owl-carousel.carousel-modal-fotos, main .owl-carousel.carousel-modal-fotos-two {
  margin: 0;
  padding: 0;
}
main .owl-carousel.carousel-modal-fotos .owl-nav.disabled, main .owl-carousel.carousel-modal-fotos .owl-nav, main .owl-carousel.carousel-modal-fotos .owl-dots, main .owl-carousel.carousel-modal-fotos-two .owl-nav.disabled, main .owl-carousel.carousel-modal-fotos-two .owl-nav, main .owl-carousel.carousel-modal-fotos-two .owl-dots {
  display: none !important;
}
main .owl-carousel.carousel-modal-fotos .owl-item .item, main .owl-carousel.carousel-modal-fotos-two .owl-item .item {
  min-height: 120px;
  height: 120px;
  background-color: aliceblue;
  border-radius: 8px;
  overflow: hidden;
}
main .bg-swipe:after {
  content: "";
  background-image: url(../../../images/poi/poi-editar-orcamento/slide.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 300px;
  left: 40%;
  width: 64px;
  height: 64px;
  animation-name: anima-bg;
  animation-duration: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
main .footer-adjuste {
  margin-bottom: 15px;
}
main .area-cortesia {
  flex-direction: column;
}
main .retorno-adionais {
  margin-top: 15px;
  margin-bottom: 15px;
  display: none;
  padding: 18px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  border-radius: 4px;
  background: var(--primitive-white, #FFF);
  box-shadow: 0px 4px 8px 0px rgba(20, 22, 31, 0.08);
}
main .retorno-adionais label {
  font-weight: 600;
  margin-bottom: 12px;
}

.modal.novo-item-modal .modal-dialog .modal-body .form-group {
  margin-bottom: 10px;
}
.modal.novo-item-modal .modal-dialog .modal-body .form-group label {
  font-family: "Work Sans", sans-serif;
  color: #2E2D37;
  position: initial;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
  margin-top: 10px;
}
.modal.novo-item-modal .modal-dialog .modal-body .form-group label:first-child {
  margin-top: 0px;
}
.modal.novo-item-modal .modal-dialog .modal-body .form-check {
  margin-bottom: 10px;
}
.modal.novo-item-modal .modal-dialog .modal-body .form-check input[type=checkbox], .modal.novo-item-modal .modal-dialog .modal-body .form-check input[type=radio] {
  border: 1px solid #2E2D37;
  background-color: #fff;
  width: 20px;
  height: 20px;
}
.modal.novo-item-modal .modal-dialog .modal-body .form-check input[type=checkbox] + label, .modal.novo-item-modal .modal-dialog .modal-body .form-check input[type=radio] + label {
  color: #2E2D37;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin: 0px 0 0 4px;
}
.modal.novo-item-modal .modal-dialog .modal-body .form-check input[type=checkbox]:checked, .modal.novo-item-modal .modal-dialog .modal-body .form-check input[type=radio]:checked {
  border: 1px solid #F3123C;
  background-color: #fff;
  transition: border 0.2s ease-in-out, background-image 0.2s ease-in-out;
}
.modal.novo-item-modal .modal-dialog .modal-body .form-check input[type=checkbox]:checked + label, .modal.novo-item-modal .modal-dialog .modal-body .form-check input[type=radio]:checked + label {
  color: #F3123C;
  font-weight: 700;
  transition: color 0.2s linear;
}
.modal.novo-item-modal .modal-dialog .modal-body .form-check-input:checked[type=radio] {
  background-image: url("../../../images/poi/poi-editar-orcamento/ic_radio.svg");
  background-size: 13px;
  background-position: 2px center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.modal.novo-item-modal .modal-dialog .modal-body input:not([type=checkbox]):not([type=radio]), .modal.novo-item-modal .modal-dialog .modal-body select {
  display: flex;
  height: 40px;
  padding: 5px 14px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 5px;
  border: 1px solid #C6D5DB;
}

.modal.novo-item-modal .modal-dialog .modal-body .form-group:has(.group-search) input.error:valid,
.modal.novo-item-modal .modal-dialog .modal-body .form-group:has(.group-search) input.input-validation-error {
  padding-right: 45px;
}
.modal.novo-item-modal .modal-dialog .modal-body .form-group:has(.group-search) input.error:valid + a:after,
.modal.novo-item-modal .modal-dialog .modal-body .form-group:has(.group-search) input.input-validation-error + a:after {
  height: 20px;
  width: 20px;
  right: 30px;
  position: absolute;
}
.modal.novo-item-modal .modal-dialog .modal-body .form-group input.error,
.modal.novo-item-modal .modal-dialog .modal-body .form-group input.input-validation-error {
  border: 1px solid #9B51E0 !important;
  color: #9B51E0 !important;
  background-image: url(../../../images/poi/poi-editar-orcamento/ic_alert_erro.svg);
  background-position: center right 10px;
  background-size: 20px;
  padding-right: 25px;
  background-repeat: no-repeat;
}
.modal.novo-item-modal .modal-dialog .modal-body .form-group label.label-erro {
  color: #9B51E0 !important;
  float: left;
  margin-top: 5px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 10px;
}

.modal-backdrop.show {
  background-color: rgba(0, 0, 0, 0.71);
  backdrop-filter: blur(2px);
  opacity: 1 !important;
}

.modal#imagemModal .modal-header, .modal.imagemModal .modal-header {
  flex-direction: column;
  padding-bottom: 0;
}
.modal#imagemModal .modal-header .modal-title, .modal.imagemModal .modal-header .modal-title {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  border-bottom: 3px solid #F3123C;
  padding: 5px 10px;
}
.modal#imagemModal .modal-body, .modal.imagemModal .modal-body {
  text-align: center;
}
.modal#imagemModal .modal-footer, .modal.imagemModal .modal-footer {
  justify-content: center;
  border-top: none;
}
.modal#imagemModal .modal-footer .btn, .modal.imagemModal .modal-footer .btn {
  height: 42px;
  position: relative !important;
  overflow: hidden !important;
  transition: background 400ms !important;
}
@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}
.modal#imagemModal .modal-footer .btn span.ripple, .modal.imagemModal .modal-footer .btn span.ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: ripple 900ms linear, ripple-fade-out 900ms 900ms linear;
  background-color: rgba(255, 255, 255, 0.2);
}
@keyframes ripple-fade-out {
  to {
    opacity: 0;
  }
}
.modal#imagemModal .modal-footer .fechar-modal, .modal.imagemModal .modal-footer .fechar-modal {
  display: flex;
  width: 130px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  position: relative;
}
.modal.novo-item-modal.fade .modal-dialog {
  transform: translate(0, -50px);
}
.modal.novo-item-modal.show .modal-dialog {
  transform: none !important;
}
.modal.novo-item-modal .modal-dialog {
  position: relative;
  width: auto;
}
.modal.novo-item-modal .modal-dialog .modal-content {
  border: none;
  border-radius: 20px;
  background: var(--global-neutral-high-light, #FFF);
  /* Box Shadow/LG */
  box-shadow: 0px 6.4px 14.4px 0px rgba(0, 0, 0, 0.13), 0px 1.2px 3.2px 0px rgba(0, 0, 0, 0.1);
}
.modal.novo-item-modal .modal-dialog .modal-header {
  flex-direction: column;
  padding-bottom: 0;
}
.modal.novo-item-modal .modal-dialog .modal-header .modal-title {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  border-bottom: 3px solid #F3123C;
  padding: 5px 10px;
}
.modal.novo-item-modal .modal-dialog .modal-header .btn-close {
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 1;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #FFEBF0;
}
.modal.novo-item-modal .modal-dialog .modal-footer {
  border: none;
  gap: 45px;
}
.modal.novo-item-modal .modal-dialog .modal-footer .btn {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  height: 42px !important;
}
.modal.novo-item-modal .modal-dialog .modal-footer .btn.btn-sharp {
  border-radius: 8px;
}
.modal.novo-item-modal .modal-dialog .modal-footer .btn.btn-sharp.primario {
  background-color: #F3123C;
  color: #fff;
}
.modal.novo-item-modal .modal-dialog .modal-footer .btn.fechar-modal {
  width: 130px;
  position: relative;
}
.modal.novo-item-modal .modal-dialog .modal-body p.finalizar:first-child {
  background-image: url("../../../images/poi/poi-editar-orcamento/bg_finalizar_step.svg") !important;
}
.modal.novo-item-modal .modal-dialog .modal-body p.text-center:first-child {
  font-family: "Work Sans", sans-serif;
  background-image: url(../../../images/poi/poi-editar-orcamento/bg_trash_step.svg);
  background-repeat: no-repeat;
  background-position: center top;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 22px;
  padding-top: 80px;
}
.modal.novo-item-modal .modal-dialog .modal-body p.text-center:last-child {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.modal.avaliar-jornada-modal .modal-header {
  min-height: 50px;
  background-image: url(../../../images/poi/poi-editar-orcamento/ic_modal_avaliacao.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.modal.avaliar-jornada-modal .font-sttl {
  color: #2E2D37;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.modal.avaliar-jornada-modal .btn.action-modal {
  min-height: 56px;
}
.modal.avaliar-jornada-modal .btn.action-modal:disabled {
  background-color: #696977 !important;
}
.modal.modal-onboarding {
  /*modal config*/
  /*carrosel config*/
}
.modal.modal-onboarding .modal-content {
  border-radius: 20px;
  border: 1px solid rgba(243, 18, 60, 0.42);
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(46, 45, 55, 0.99);
  transition: height 0.5s;
}
.modal.modal-onboarding .modal-content.full-view {
  box-shadow: none;
  border: none;
  border-radius: 0;
  background: transparent;
  backdrop-filter: blur(2px);
}
.modal.modal-onboarding .modal-content.full-view .btn.pular {
  color: rgba(255, 255, 255, 0.7);
}
.modal.modal-onboarding .modal-content.full-view .carousel-indicators li.active {
  background: #fff;
}
.modal.modal-onboarding .modal-content.full-view:after {
  content: "";
  background-image: url(../../../images/poi/poi-editar-orcamento/onboarding/bg_step_one_onboarding.svg);
  background-repeat: no-repeat;
  background-position: top 200px left 0px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.modal.modal-onboarding .modal-content.full-view h3 {
  color: #FFF;
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 121.429% */
  text-align: start;
  margin-bottom: 24px;
}
.modal.modal-onboarding .modal-content.full-view p.inicio {
  color: #FFF;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: start;
  margin-bottom: 0;
}
.modal.modal-onboarding .modal-content #progressBar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.modal.modal-onboarding .modal-content #nextButton {
  border: 3px solid black;
  background-color: transparent;
  padding: 15px;
  transition: border 0.5s;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
.modal.modal-onboarding .modal-content #nextButton:active {
  outline: none !important;
  box-shadow: none;
}
.modal.modal-onboarding .modal-content #nextButton::after {
  content: "";
  border: 3px solid #dee2e6;
  position: absolute;
  top: -3px;
  right: -3px;
  left: -3px;
  bottom: -3px;
  border-radius: 50%;
  opacity: 0.5;
}
.modal.modal-onboarding .modal-content #nextButton.active {
  border-top-color: black;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: black;
}
.modal.modal-onboarding .modal-content #nextButton.step-1.active {
  border-left-color: transparent;
  border-top-color: black;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.modal.modal-onboarding .modal-content #nextButton.step-2.active {
  border-left-color: transparent;
  border-top-color: black;
  border-right-color: black;
  border-bottom-color: transparent;
}
.modal.modal-onboarding .modal-content #nextButton.step-3.active {
  border-left-color: transparent;
  border-top-color: black;
  border-right-color: black;
  border-bottom-color: black;
}
.modal.modal-onboarding .modal-content .control-bottom {
  position: absolute;
  min-width: 70px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 0 18px 18px;
  display: flex;
  align-items: flex-end;
  z-index: 1000;
}
.modal.modal-onboarding .modal-content .control-bottom .btn.pular {
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding: 2px 0;
}
.modal.modal-onboarding .carousel .carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  min-height: 120px;
}
.modal.modal-onboarding .carousel .carousel-caption p {
  color: #2E2D37;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px; /* 143.75% */
  letter-spacing: -0.8px;
}
.modal.modal-onboarding .carousel .carousel-item {
  max-height: 350px;
  min-height: 350px;
}
.modal.modal-onboarding .carousel .carousel-item:first-child {
  min-height: calc(100vh - 40px);
}
.modal.modal-onboarding .carousel .carousel-item.active {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal.modal-onboarding .carousel-indicators {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 15px 0;
  position: relative;
}
.modal.modal-onboarding .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #908ea2;
  border: none;
}
.modal.modal-onboarding .carousel-indicators li.active {
  width: 24px;
  height: 8px;
  background: #2E2D37;
}
.container-orcamento-enviado {
  background-image: url(../../../images/poi/poi-editar-orcamento/bg_orcamento_enviado.svg);
  background-repeat: no-repeat;
  background-position: top 150px center;
  padding-top: 370px;
}
.container-orcamento-enviado .btn-sharp.primario {
  min-height: 42px !important;
  border-radius: 8px;
}

.d-grid.buttons {
  display: flex !important;
  justify-content: center;
  margin-bottom: 0;
}

.form-info-adicionais .grupo-info-flex {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

/*/Mobile/*/
@media screen and (min-width: 320px) and (max-width: 896px) {
  .form-info-adicionais .grupo-info-flex {
    display: flex;
    flex-direction: column;
  }
  .d-grid.buttons {
    display: grid !important;
    justify-content: inherit;
    margin-bottom: 180px;
  }
  main h1 {
    font-family: "DM Sans", sans-serif;
  }
  main .card-buttons {
    display: flex;
    width: 100%;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 11.255px;
    border: 0.866px solid #E8E8E8;
    background: #FFF;
  }
  main .container {
    position: relative;
    min-height: calc(100vh - 127px);
  }
  main .step {
    min-height: calc(100vh - 127px);
    touch-action: pan-y;
  }
  main .step#step3 .fotos-do-orcamento {
    display: block;
  }
  main .step#step5 .apresentacao-step.s-5 {
    display: block;
  }
  main .step#step5 .apresentacao-step h2, main .step#step5 .apresentacao-step p {
    text-align: center;
  }
  main .scroll-container {
    height: 100vh;
    overflow: hidden;
    position: relative;
  }
  main .scroll-container .step {
    touch-action: pan-y;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    background-color: #f0f0f0;
    transition: transform 0.3s ease-in-out;
  }
  main .font-ttl {
    color: #2E2D37;
    font-family: DM Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.8px;
    text-align: center;
  }
  main .font-sttl {
    color: #2E2D37;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.3px;
    text-align: center;
  }
  main .font-text {
    font-family: "Work Sans", sans-serif;
    color: #696977;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
  }
  main .step {
    display: none;
    visibility: hidden;
    transition: visibility 0.8s linear;
  }
  main .step .detalhes-do-orcamento {
    margin: auto;
  }
  main .step .fotos-do-orcamento .line-label-fotos {
    display: flex !important;
  }
  main .step .apresentacao-step {
    padding: 30px 3rem 20px;
  }
  main .step.show-block {
    width: 100%;
    opacity: 1;
    transition: visibility 0.6s linear;
    display: block;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-name: anination-intro-step;
  }
  main .step.passo-um {
    background-image: url("../../../images/poi/poi-editar-orcamento/bg-step-inicial-detalhes-orcamento.svg");
    background-position: top 77px center;
    background-repeat: no-repeat;
    padding: 322px 25px 160px;
  }
  main .step.passo-um .font-ttl, main .step.passo-um .font-sttl {
    display: block;
  }
  main .step-indicators {
    background-color: #fff;
    display: flex;
    width: 100%;
    padding-bottom: 30px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    transition: padding 0.5s;
  }
  main .step-indicators.position-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  main .step-indicators.position-bottom-on {
    padding-bottom: 90px;
    transition: padding 0.5s;
  }
  main .step-indicators.box-shadow {
    box-shadow: 0px -20px 8px -20px rgba(145, 145, 145, 0.2);
  }
  main .step-indicators div:first-child, main .step-indicators div:last-child {
    text-align: center;
  }
  main .step-indicators ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  main .step-indicators ul li.indicator {
    margin: 10px;
    list-style: none;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #F3123C;
    opacity: 0.2;
    transition: opacity linear 0.2s;
    float: left;
  }
  main .step-indicators ul li.indicator.active {
    opacity: 1;
  }
  main .box {
    font-family: "Work Sans", sans-serif;
  }
  main .box.btn-buttom-card {
    border-radius: 66px;
    background: rgba(243, 18, 60, 0.1);
    display: flex;
    height: 55px;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    align-self: stretch;
    flex-direction: column;
    cursor: default !important;
  }
  main .box.btn-buttom-card span:first-child {
    color: #2E2D37;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    background-image: url(../../../images/poi/poi-editar-orcamento/bt_informativo_card.svg);
    background-repeat: no-repeat;
    background-position: center right 6px;
    background-size: 14px;
    padding-right: 30px;
    min-height: 16px;
  }
  main .box.btn-buttom-card span:last-child {
    color: #2E2D37;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 100% */
  }
  main .box.btn-buttom-card span:last-child.destaque {
    font-size: 20px;
    font-weight: 700;
  }
  main .btn {
    position: relative !important;
    overflow: hidden !important;
    transition: background 400ms !important;
  }
  @keyframes ripple {
    to {
      transform: scale(4);
      opacity: 0;
    }
  }
  main .btn span.ripple {
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    animation: ripple 900ms linear, ripple-fade-out 900ms 900ms linear;
    background-color: rgba(255, 255, 255, 0.2);
  }
  @keyframes ripple-fade-out {
    to {
      opacity: 0;
    }
  }
  main .btn {
    font-family: "Work Sans", sans-serif;
  }
  main .btn.btn-buttom-card {
    border-radius: 11px;
    background: #F3123C;
    display: flex;
    height: 55px;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    align-self: stretch;
    flex-direction: column;
    cursor: default !important;
  }
  main .btn.btn-buttom-card span:first-child {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    background-image: url(../../../images/poi/poi-editar-orcamento/bt_informativo_card.svg);
    background-repeat: no-repeat;
    background-position: center right 6px;
    background-size: 14px;
    padding-right: 30px;
    min-height: 16px;
  }
  main .btn.btn-buttom-card span:last-child {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 100% */
  }
  main .btn.btn-buttom-card span:last-child.destaque {
    font-size: 20px;
    font-weight: 700;
  }
  main .btn.btn-value {
    display: flex;
    width: 74px;
    height: 46px;
    padding: 0px 10px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 5px;
    background: var(--pbffffff, #FFF);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
    background-repeat: no-repeat;
    background-position: center;
  }
  main .btn.btn-value.negative {
    background-image: url("../../../images/poi/poi-editar-orcamento/bt_remove_value.svg");
  }
  main .btn.btn-value.positive {
    background-image: url("../../../images/poi/poi-editar-orcamento/bt_add_value.svg");
  }
  main .btn.btn-value:hover, main .btn.btn-value:active {
    background-color: var(--pbffffff, #f7f7f7);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  }
  main .btn:focus, main .btn:active {
    outline: none !important;
    box-shadow: none;
  }
  main .btn.btn-slide-avancar {
    text-align: right;
  }
  main .btn.btn-slide-voltar {
    text-align: left;
  }
  main .btn.btn-trash {
    background-image: url(../../../images/poi/poi-editar-orcamento/ic_trash_table.svg);
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    padding: 12px;
    display: inline-block;
  }
  main .btn.btn-editar {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-decoration-line: underline;
    height: 40px;
  }
  main .btn.btn-sharp {
    font-family: "Work Sans", sans-serif;
    font-weight: 400 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    border-radius: 5px;
    text-wrap: nowrap;
  }
  main .btn.btn-sharp .img-icon {
    background-color: #fff;
  }
  main .btn.btn-sharp.primario {
    background-color: #F3123C;
    border-color: #F3123C;
    color: #fff;
    height: 32px !important;
  }
  main .btn.btn-sharp.primario:hover {
    background-color: #c80a2e;
    color: #fff;
  }
  main .btn.btn-sharp .img-icon {
    background-color: #fff;
  }
  main .btn.btn-sharp.adicionar {
    background-color: #F3123C;
    border-color: #F3123C;
    color: #fff;
    height: 56px !important;
  }
  main .btn.btn-sharp.adicionar:hover {
    background-color: #c80a2e;
    color: #fff;
  }
  main .btn.btn-sharp .img-icon {
    background-color: #fff;
  }
  main .btn.btn-sharp.erro {
    background-color: #9B51E0;
    border-color: #9B51E0;
    color: #fff;
    height: 36px !important;
  }
  main .btn.btn-sharp.erro:hover {
    background-color: #8226d8;
    color: #fff;
  }
  main .btn.btn-sharp.erro {
    font-size: 12px !important;
  }
  main .btn.btn-sharp.adicionar {
    margin-bottom: 25px;
    font-weight: 500 !important;
    margin-top: 0;
    background-image: none;
    padding: 10px;
  }
  main .btn.btn-sharp.adicionar span.add {
    background-image: url(../../../images/poi/poi-editar-orcamento/ic_bt_add_Plus_white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 21px;
    height: 21px;
  }
  main .form-control.error {
    border-color: #F3123C;
  }
  main .form-group-adicionais {
    font-family: "Work Sans", sans-serif;
    gap: 4px;
    margin-bottom: 10px;
    min-width: 100%;
    display: flex;
    flex-direction: column;
  }
  main .form-group-adicionais label {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 6px;
    text-transform: uppercase;
  }
  main .form-group-adicionais label span {
    text-transform: capitalize;
  }
  main .form-group-adicionais input[type=text], main .form-group-adicionais textarea {
    display: flex;
    height: 46px;
    padding: 0px 10px;
    align-items: center;
    gap: 5px;
    align-self: stretch;
    border-radius: 5px;
    background: var(--pbffffff, #FFF);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
    border-color: #fff;
  }
  main .form-group-adicionais textarea {
    min-height: 81px;
    padding: 15px;
  }
  main .form-group {
    position: relative;
  }
  main .form-group .img-text-field {
    height: 56px;
    padding-top: 20px;
    border-radius: 5px;
    border: 1px solid #ADADAD;
    padding-left: 10px;
  }
  main .form-group label {
    display: inline-block;
    position: absolute;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    color: #ADADAD;
    top: 10px;
    left: 10px;
  }
  main .form-group input[type=text] {
    height: 56px;
    padding-top: 20px;
    border-radius: 5px;
    border: 1px solid #ADADAD;
  }
  main .area-info-solicitacao {
    width: 100%;
    gap: 13px;
    display: flex;
    flex-direction: column;
    padding-top: 45px;
    padding-bottom: 35px;
  }
  main .area-info-solicitacao .info-solicitacao {
    display: flex;
    padding: 4px 13px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    border-radius: 23px;
    border: 1px solid #F3123C;
    width: fit-content;
    margin: 0 auto;
    height: 26px;
  }
  main .area-info-solicitacao .info-solicitacao label {
    color: #696977;
    font-family: Work Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  main .area-info-solicitacao .info-solicitacao label span {
    color: #F3123C;
  }
  main .area-info-solicitacao .info-solicitacao label span:first-child {
    margin-right: 6px;
  }
  main .area-info-solicitacao .info-solicitacao label span:last-child {
    margin-left: 6px;
  }
  main .area-info-solicitacao .info-status {
    display: flex;
    padding: 4px 13px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    background-color: #01BA1E;
    border-radius: 23px;
    width: fit-content;
    margin: 0 auto;
    height: 25px;
  }
  main .area-info-solicitacao .info-status.disponivel label {
    color: #fff;
    font-family: Work Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  main .detalhes-bottom {
    z-index: 1;
    width: 100%;
    right: 0;
    position: fixed;
    bottom: 0;
    display: flex;
    height: 58px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    background: #FFF;
    border-top: 1px solid #E9E9E9;
    transition: height 0.3s;
  }
  main .detalhes-bottom.detalhes-bottom-hidden {
    transition: height 0.5s;
    height: 0px;
  }
  main .detalhes-bottom.detalhes-bottom-hidden .detalhes-bottom-info {
    visibility: hidden;
  }
  main .detalhes-bottom a.btn-ver-mais {
    position: absolute !important;
    top: -30px;
    height: 30px;
    background-color: #E9E9E9;
    border-radius: 20px 20px 0 0;
    line-height: 18px;
  }
  main .detalhes-bottom p {
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }
  main .table.table-dark-theme {
    font-family: "Work Sans", sans-serif;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
  }
  main .table.table-dark-theme thead {
    background: #201D23;
    color: #fff;
  }
  main .table.table-dark-theme thead th {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
  }
  main .table.table-dark-theme thead th span.lbl-acoes {
    display: none;
    text-align: center;
  }
  main .table.table-dark-theme tbody tr td {
    vertical-align: middle;
  }
  main .table.table-dark-theme tbody tr td:last-child {
    text-wrap: nowrap;
  }
  main .table.table-dark-theme tbody tr td div.box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
  }
  main .table.table-dark-theme tbody tr td p {
    color: #2E2D37;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 13px;
  }
  main .table.table-dark-theme tbody tr td small {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    color: #707070;
    white-space: nowrap;
  }
  main .info-carousel {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 80px !important;
  }
  main .owl-carousel.carousel-modal-fotos, main .owl-carousel.carousel-modal-fotos-two {
    margin: 0;
    padding: 0;
  }
  main .owl-carousel.carousel-modal-fotos .owl-nav.disabled, main .owl-carousel.carousel-modal-fotos .owl-nav, main .owl-carousel.carousel-modal-fotos .owl-dots, main .owl-carousel.carousel-modal-fotos-two .owl-nav.disabled, main .owl-carousel.carousel-modal-fotos-two .owl-nav, main .owl-carousel.carousel-modal-fotos-two .owl-dots {
    display: none !important;
  }
  main .owl-carousel.carousel-modal-fotos .owl-item .item, main .owl-carousel.carousel-modal-fotos-two .owl-item .item {
    min-height: 120px;
    height: 120px;
    background-color: aliceblue;
    border-radius: 8px;
    overflow: hidden;
  }
  main .bg-swipe:after {
    content: "";
    background-image: url(../../../images/poi/poi-editar-orcamento/slide.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    bottom: 300px;
    left: 40%;
    width: 64px;
    height: 64px;
    animation-name: anima-bg;
    animation-duration: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
  }
  main .footer-adjuste {
    margin-bottom: 180px;
  }
  main .area-cortesia {
    flex-direction: column;
  }
  main .retorno-adionais {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    padding: 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    border-radius: 4px;
    background: var(--primitive-white, #FFF);
    box-shadow: 0px 4px 8px 0px rgba(20, 22, 31, 0.08);
  }
  main .retorno-adionais label {
    font-weight: 600;
    margin-bottom: 12px;
  }
  .modal.novo-item-modal .modal-dialog .modal-body .form-group {
    margin-bottom: 10px;
  }
  .modal.novo-item-modal .modal-dialog .modal-body .form-group label {
    font-family: "Work Sans", sans-serif;
    color: #2E2D37;
    position: initial;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .modal.novo-item-modal .modal-dialog .modal-body .form-group label:first-child {
    margin-top: 0px;
  }
  .modal.novo-item-modal .modal-dialog .modal-body .form-check {
    margin-bottom: 10px;
  }
  .modal.novo-item-modal .modal-dialog .modal-body .form-check input[type=checkbox], .modal.novo-item-modal .modal-dialog .modal-body .form-check input[type=radio] {
    border: 1px solid #2E2D37;
    background-color: #fff;
    width: 20px;
    height: 20px;
  }
  .modal.novo-item-modal .modal-dialog .modal-body .form-check input[type=checkbox] + label, .modal.novo-item-modal .modal-dialog .modal-body .form-check input[type=radio] + label {
    color: #2E2D37;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin: 0px 0 0 4px;
  }
  .modal.novo-item-modal .modal-dialog .modal-body .form-check input[type=checkbox]:checked, .modal.novo-item-modal .modal-dialog .modal-body .form-check input[type=radio]:checked {
    border: 1px solid #F3123C;
    background-color: #fff;
    transition: border 0.2s ease-in-out, background-image 0.2s ease-in-out;
  }
  .modal.novo-item-modal .modal-dialog .modal-body .form-check input[type=checkbox]:checked + label, .modal.novo-item-modal .modal-dialog .modal-body .form-check input[type=radio]:checked + label {
    color: #F3123C;
    font-weight: 700;
    transition: color 0.2s linear;
  }
  .modal.novo-item-modal .modal-dialog .modal-body .form-check-input:checked[type=radio] {
    background-image: url("../../../images/poi/poi-editar-orcamento/ic_radio.svg");
    background-size: 13px;
    background-position: 2px center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
  }
  .modal.novo-item-modal .modal-dialog .modal-body input:not([type=checkbox]):not([type=radio]), .modal.novo-item-modal .modal-dialog .modal-body select {
    display: flex;
    height: 40px;
    padding: 5px 14px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 5px;
    border: 1px solid #C6D5DB;
  }
  .modal.novo-item-modal .modal-dialog .modal-body .form-group input.error,
  .modal.novo-item-modal .modal-dialog .modal-body .form-group input.input-validation-error {
    border: 1px solid #9B51E0 !important;
    color: #9B51E0 !important;
    background-image: url(../../../images/poi/poi-editar-orcamento/ic_alert_erro.svg);
    background-position: center right 10px;
    background-size: 20px;
    padding-right: 25px;
    background-repeat: no-repeat;
  }
  .modal.novo-item-modal .modal-dialog .modal-body .form-group label.label-erro {
    color: #9B51E0 !important;
    float: left;
    margin-top: 5px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 10px;
  }
  .modal#imagemModal .modal-header, .modal.imagemModal .modal-header {
    flex-direction: column;
    padding-bottom: 0;
  }
  .modal#imagemModal .modal-header .modal-title, .modal.imagemModal .modal-header .modal-title {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    border-bottom: 3px solid #F3123C;
    padding: 5px 10px;
  }
  .modal#imagemModal .modal-body, .modal.imagemModal .modal-body {
    text-align: center;
  }
  .modal#imagemModal .modal-footer, .modal.imagemModal .modal-footer {
    justify-content: center;
    border-top: none;
  }
  .modal#imagemModal .modal-footer .fechar-modal, .modal.imagemModal .modal-footer .fechar-modal {
    display: flex;
    width: 130px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    position: relative;
    height: 47px;
  }
  .modal.novo-item-modal.fade .modal-dialog {
    transform: translate(0, 300px);
  }
  .modal.novo-item-modal.show .modal-dialog {
    transform: none !important;
  }
  .modal.novo-item-modal .modal-dialog {
    position: fixed;
    top: auto;
    right: auto;
    left: auto;
    bottom: 0;
    width: 100%;
    margin: 0;
  }
  .modal.novo-item-modal .modal-dialog .modal-content {
    border: none;
    border-radius: 5px 5px 0px 0px;
    background: var(--global-neutral-high-light, #FFF);
    /* Box Shadow/LG */
    box-shadow: 0px 6.4px 14.4px 0px rgba(0, 0, 0, 0.13), 0px 1.2px 3.2px 0px rgba(0, 0, 0, 0.1);
  }
  .modal.novo-item-modal .modal-dialog .modal-header {
    flex-direction: column;
    padding-bottom: 0;
  }
  .modal.novo-item-modal .modal-dialog .modal-header .modal-title {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    border-bottom: 3px solid #F3123C;
    padding: 5px 10px;
  }
  .modal.novo-item-modal .modal-dialog .modal-header .btn-close {
    position: absolute;
    right: 15px;
    top: 20px;
    opacity: 1;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #fff;
  }
  .modal.novo-item-modal .modal-dialog .modal-footer {
    border: none;
    gap: 45px;
  }
  .modal.novo-item-modal .modal-dialog .modal-footer .btn {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    height: 42px !important;
    position: relative !important;
    overflow: hidden !important;
    transition: background 400ms !important;
  }
  @keyframes ripple {
    to {
      transform: scale(4);
      opacity: 0;
    }
  }
  .modal.novo-item-modal .modal-dialog .modal-footer .btn span.ripple {
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    animation: ripple 900ms linear, ripple-fade-out 900ms 900ms linear;
    background-color: rgba(255, 255, 255, 0.2);
  }
  @keyframes ripple-fade-out {
    to {
      opacity: 0;
    }
  }
  .modal.novo-item-modal .modal-dialog .modal-footer .btn.btn-sharp {
    border-radius: 8px;
  }
  .modal.novo-item-modal .modal-dialog .modal-footer .btn.btn-sharp.primario {
    background-color: #F3123C;
    color: #fff;
  }
  .modal.novo-item-modal .modal-dialog .modal-footer .btn.fechar-modal {
    width: 130px;
    position: relative;
  }
  .modal.novo-item-modal .modal-dialog .modal-body p.finalizar:first-child {
    background-image: url("../../../images/poi/poi-editar-orcamento/bg_finalizar_step.svg") !important;
  }
  .modal.novo-item-modal .modal-dialog .modal-body p.text-center:first-child {
    font-family: "Work Sans", sans-serif;
    background-image: url(../../../images/poi/poi-editar-orcamento/bg_trash_step.svg);
    background-repeat: no-repeat;
    background-position: center top;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 22px;
    padding-top: 80px;
  }
  .modal.novo-item-modal .modal-dialog .modal-body p.text-center:last-child {
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}
/*referencessssss*/
.inner-content {
  direction: rtl;
  width: 100%;
  text-align: center;
  line-height: 35px;
}
.inner-content input[type=radio] {
  display: none;
}
.inner-content input[type=radio]:checked ~ label i:before {
  background-image: url("../../../images/poi/poi-editar-orcamento/star-on.svg");
}
.inner-content input[type=radio]:hover ~ label i:before {
  background-image: url("../../../images/poi/poi-editar-orcamento/star-off.svg");
  opacity: 0.5;
}
.inner-content label i:before {
  content: "";
  background-image: url("../../../images/poi/poi-editar-orcamento/star-off.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
  display: block;
  opacity: 1;
}
.inner-content i {
  cursor: pointer;
}
.inner-content .rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 30px;
}
.inner-content .rating i.star {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.inner-content .rating i.star:before {
  content: "\f006";
  padding-right: 5px;
  color: #777;
}
.inner-content label {
  margin: auto 6px;
}

/*/Animation/*/
@keyframes anination-intro-step {
  0% {
    visibility: hidden;
  }
  80%, 100% {
    visibility: visible;
  }
}
@keyframes anima-bg {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(50px);
  }
}
@keyframes ripple-animation {
  to {
    transform: scale(2);
    opacity: 0;
  }
}
