.file-upload-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  margin-right: 11px;
  color: #0282C8;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='none'%3E%3Crect x='1' y='1' width='25' height='25' rx='12.5' stroke='%230282C8'%3E%3C/rect%3E%3C/svg%3E");
  cursor: pointer;
  user-select: none;
}

.file-upload.file-added .file-upload-icon {
  color: #FFF;
  transform: rotate(-45deg);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='none'%3E%3Crect x='1' y='1' width='25' height='25' rx='12.5' fill='%23383838' stroke='black'/%3E%3C/svg%3E") center center no-repeat;
}

.file-upload .file-name {
  display: block;
  max-width: 164px;
  width: calc(100% - 40px);
  height: 26px;
  padding: 4px 17px;
  border-radius: 100px;
  background: #E9ECEF;
  color: #00000025;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  text-transform: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.file-upload.file-added .file-error {
  position: absolute;
  font-size: 10px;
  color: red;
}

.file-upload.file-added .file-name {
  width: calc(100% - 130px);
  color: #000;
  border: 1px solid transparent;
}

.file-upload.file-added .file-name.error {
  border: 1px solid red;
}

#content .file-upload .preview-image {
  margin-left: 9px;
  color: #0282C8;
  font-style: italic;
  font-weight: 500;
  text-transform: none;
}

.form-footer .btn-primary {
  margin: 25px auto 0 10px;
  font-size: 16px;
  font-weight: 600;
}

.form-footer .btn.btn-primary:not(:has(i)):after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='14' viewBox='0 0 15 15' fill='none'%3E%3Cpath d='M16.7056 8.20023H-0.265625' stroke='white' stroke-width='2.16'/%3E%3Cpath d='M10.42639 0.899902L18.51562 8.21067L10.42639 15.2999' stroke='white' stroke-width='2.16'/%3E%3C/svg%3E");
}

#cms.cms-id-16 .page-header,
#cms.cms-id-16 #wrapper > .container > .breadcrumb {
    display: none;
}

#cms.cms-id-16 .elementor-widget-wrap .breadcrumb {
    padding: 17px 0;
}

#cms.cms-id-16 .elementor-widget-divider .elementor-divider {
    padding: 0;
}

#cms.cms-id-16 .service-list li.pb-4::marker {
    font-size: 13px;
}

#cms.cms-id-16 #main-page-content > #wrapper {
    background-color: #F7F7F7;
}

#cms.cms-id-16 .form-control {
    height: 43px;
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.19px;
    border-radius: 8px;
}

#cms.cms-id-16 .form-group label {
    font-size: 12px;
    text-transform: uppercase;
    color: #444;
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1px;
}

@media(min-width: 1100px) {
    #cms.cms-id-16 .form-section > .elementor-container .elementor-row {
        column-gap: 110px;
    }
}

@media(max-width: 886px) {
    #cms.cms-id-16 .form-section > .elementor-container .elementor-row {
        flex-direction: column;
    }

    #cms.cms-id-16 .form-section > .elementor-container .elementor-row > .elementor-column {
        width: 100%;
    }

    #cms.cms-id-16 .form-section > .elementor-container .elementor-row > .elementor-column:last-child {
        margin-top: 100px;
    }
}

@media(min-width: 768px) {
    #cms.cms-id-16 .form-section > .elementor-container {
        margin-bottom: 222px;
    }
}

@media(max-width: 767px) {
    #cms.cms-id-16 .elementor-widget-divider .elementor-divider {
        margin-bottom: 31px;
    }
}
