.path-local-static #cke_description {
    width: 100%;
}

.path-local-static #back-to-activity {
    border: 2px solid #6e5aef;
    border-radius: 50%;
    padding: 10px 15px;
    color: #6e5aef;
}

.path-local-static #back-to-activity:hover {
    background-color: #6e5aef;
    color: #fff;
}

.path-local-static .c-header-content {
    display: none;
}

.path-local-static .generic-input-container {
    height: 50px;
}

.path-local-static .generic-input-field {
    height: 43px;
}

.path-local-static .help-element {
    padding: 0.8rem 1.5rem;
    font-size: 0.85rem;
    cursor: pointer;
}

[dir="rtl"] .path-local-static .urdu-button-label {
    font-size: 18px;
}

[dir="rtl"] .path-local-static .urdu-text-area {
    font-size: 22px;
}

#page-local-static-contact-us .contact-us-page h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 51px;
    text-align: center;
    color: #25282b;
    margin-top: 65px;
}

#page-local-static-contact-us header {
    display: none;
}

#page-local-static-contact-us .contact-us-form-wrapper {
    background: #0c8e46;
    border-radius: 20px;
    margin: 80px 160px;
    height: 525px;
}

#page-local-static-contact-us .contact-us-form {
    height: 525px;
    margin: 0px 23px;
    background: #ffffff;
    box-shadow: 0 2px 5px rgb(0 0 0 / 16%);
}

#page-local-static-contact-us .contact-us-form h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #0c8e46;
    padding-top: 38px;
}

#page-local-static-contact-us .contact-us-form form {
    padding: 24px 260px;
}

#page-local-static-contact-us .contact-us-form label {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1px;
    color: #757575;
}

#page-local-static-contact-us .contact-us-form input {
    border: 1px solid #a0a4a8 !important;
    box-sizing: border-box;
    border-radius: 8px !important;
    box-shadow: none !important;
}

#page-local-static-contact-us .contact-us-form textarea {
    border: 1px solid #a0a4a8;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: none;
}

#page-local-static-contact-us .contact-us-form input::placeholder,
#page-local-static-contact-us .contact-us-form textarea::placeholder {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0.1px;
    color: #cacccf !important;
}

.path-local-static .report-bug input[type="file"],
.path-local-static .report-bug #fileSelect {
    outline: none !important;
    outline-width: 0 !important;
    outline-style: none !important;
    outline-color: transparent !important;
    -webkit-outline: none !important;
    -moz-outline: none !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
    background-color: #f9f9f9 !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    box-shadow: none !important;
}

.path-local-static .report-bug input[type="file"]:hover,
.path-local-static .report-bug #fileSelect:hover {
    border-color: #6e5aef !important;
    background-color: #f0f0ff !important;
    box-shadow: 0 2px 4px rgba(110, 90, 239, 0.1) !important;
    outline: none !important;
}

.path-local-static .report-bug input[type="file"]:focus,
.path-local-static .report-bug input[type="file"]:active,
.path-local-static .report-bug #fileSelect:focus,
.path-local-static .report-bug #fileSelect:active {
    outline: 1px solid #6e5aef !important;
    outline-offset: 0;
    border-color: #6e5aef !important;
    background-color: #f0f0ff !important;
    box-shadow: none !important;
}
