body {
    font-family: Arial;
    padding: 0px;
    margin: 0px;
    background-color: #f0f0f1;
    color: #3c434a;
}

.heading-style {
    padding-left: 16px;
}

a {
    color: #2271b1;
}

.tab {
    background-color: #f1f1f1;
    border-bottom: 1px solid #c8c9cc;
    margin: 0px 16px;
}

.tab button {
    background-color: #dcdcde;
    border: 1px solid #c8c9cc;
    border-bottom: none;
    outline: none;
    cursor: pointer;
    padding: 18px 30px;
    transition: 0.3s;
    font-size: 19px;
    margin-right: 2px;
    color: #111619;
    position: relative;
    top: 1px;
}

.tab button:hover {
    background-color: #ddd;
}

.tab button.active {
    background-color: #f0f0f1;
    border-bottom: none;
    top: 1px;
}

.tabcontent {
    display: none;
    padding: 20px;
    border: 1px solid #ddd;
    border-top: none;
    background: #fff;
}

.tabcontent.active {
    display: block;
}

.Fs-alert-section {
    box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
    background: #fff;
    border: 1px solid #c3c4c7;
    border-left-width: 4px;
    padding: 12px;
    border-left-color: #00a32a;
}

.Fs-alert-section h3 {
    margin: 0px;
    font-size: 13px;
    margin-bottom: 6px;
    font-weight: 400;
}

.Fs-alert-section p {
    margin: 0px;
    font-size: 13px;
}

.Fs-api-key {
    padding: 30px 20px;
    background-color: white;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin-top: 35px;
}

.Fs-width-section {
    width: 50%;
}

.Fs-api-key-input,
.Fs-api-key-input-Security-Policy-main {
    display: flex;
    justify-content: space-between;
}

.Fs-api-key-input label,
.Fs-api-key-input-Security-Policy label,
.Fs-upload-options label,
.Fs-upload-options-retry label {
    display: block;
    font-size: 13px;
    font-weight: 600;
}

.Fs-api-key input {
    background-color: #fff;
    border: 1px solid #8c8f94;
    color: #2c3338;
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 4px;
    width: 100%;
    line-height: 2;
    min-height: 30px;
}

.Fs-as-apikey-error,
.Fs-us-key-error,
.Fs-us-value-error,
.Fs-us-fileType-error {
    margin: 0px;
    font-size: 13px;
    color: #d63638;
}

.Fs-api-key-input-Security-Policy {
    margin-top: 25px;
}

.Fs-api-key-input-Security-Policy input {
    margin-bottom: 7px;
}

.Fs-right-psection p {
    font-size: 14px;
    padding-left: 40px;
    margin: 0px;
    margin-top: 20px;
    line-height: 20px;
}

.Fs-right-psection-middle {
    margin-top: 34px;
}

.Fs-right-psection-middle p {
    font-size: 14px;
    padding-left: 40px;
    margin: 0px;
    margin-top: 10px;
    line-height: 20px;
}

.fs-select-box {
    border: 1px solid #8c8f94;
    color: #0a4b78;
    font-size: 14px;
    line-height: 2;
    border-radius: 3px;
    padding: 0 24px 0 8px;
    min-height: 35px;
    width: 50%;
}

.fs-save-button {
    margin-top: 25px;
}

.fs-save-button button {
    background: #2271b1;
    color: #fff;
    min-height: 34px;
    font-size: 13px;
    border: none;
    border-radius: 3px;
    padding: 2px 15px;
    cursor: pointer;
}

.Fs-right-psection-storage p {
    margin-top: 42px;
}

.Fs-storage-part {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.Fs-storage-part select {
    width: 100%;
    max-width: 400px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.Fs-storage-part label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #23282d;
}

.Fs-api-key-input-Security-Policy {
    margin-bottom: 20px;
}

.Fs-api-key-input-Security-Policy label {
    display: block;
    margin-bottom: 8px;
}

.Fs-api-key-input-Security-Policy small {
    color: #666;
    font-weight: normal;
}

.Fs-basic-content {
    font-size: 25px;
    margin: 0px;
    margin-bottom: 15px;
    font-weight: 500;
}

.Fs-advance-content {
    font-size: 25px;
    margin: 0px;
    margin-bottom: 15px;
    font-weight: 500;
    margin-top: 20px;
}

.Fs-Transformation-content {
    font-size: 20px;
    margin: 0px;
    font-weight: 600;
    margin-top: 20px;
}

.Fs-callback-content {
    font-size: 20px;
    margin: 0px;
    margin-bottom: 15px;
    font-weight: 600;
}

.Fs-checkbox-part ul {
    padding: 0px;
    margin: 0px;
}

.Fs-Transformation-checkbox {
    margin-bottom: 0px;
}

.Fs-checkbox-part ul li {
    list-style: none;
    display: inline-block;
    width: 190px;
    margin-left: 20px;
    margin-bottom: 9px;
}

.Fs-Transformation-checkbox ul li {
    display: block;
}

.Fs-checkbox-part ul li label {
    font-size: 14px;
    vertical-align: middle;
}

.Fs-checkbox-part ul input {
    border: 1px solid #8c8f94;
    border-radius: 4px;
    background: #fff;
    color: #50575e;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 1rem;
    outline: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    min-height: auto;
    width: 1rem;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    transition: 0.05s border-color ease-in-out;
}

.Fs-checkbox-part ul input:checked:before {
    display: block;
    content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%233582c4%27%2F%3E%3C%2Fsvg%3E");
    margin: -0.1875rem 0 0 -0.25rem;
    height: 1.3125rem;
    width: 1.3125rem;
}

.Fs-upload-options {
    display: flex;
    margin-top: 10px;
}

.Fs-upload-plus-icon {
    margin-top: 10px;
}

.Fs-remove-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    margin-top: 7px;
    width: 28px;
    height: 28px;
    border-radius: 50px;
    background-color: #2271b1;
    color: #fff;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.Fs-us-addKeyValue {
    border: none;
    border-radius: 5px;
    background-color: #2271b1;
    color: #fff;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    padding: 5px 10px;
}

.Fs-upload-input-label {
    margin-right: 40px;
    width: 45%;
}

.Fs-checkbox-part h4 {
    font-size: 15px;
    margin: 0px;
    margin-bottom: 25px;
}

.Fs-advance-part {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    margin-top: 20px;
}

.Fs-advance-part h2 {
    font-size: 14px;
    margin: 0 0 20px;
    color: #23282d;
    font-weight: normal;
    line-height: 1.4;
}

.Fs-advance-part-content {
    background: #f9f9f9;
    padding: 15px;
    margin-bottom: 20px;
    border-left: 4px solid #0085ba;
}

.Fs-advance-part-content h3 {
    margin: 0 0 10px;
    font-size: 13px;
    color: #23282d;
}

.Fs-advance-part-content h3:first-child {
    font-weight: 600;
}

.Fs-advance-part-content h3:last-child {
    font-weight: normal;
    color: #666;
    line-height: 1.5;
}

.Fs-advance-part textarea {
    width: 100%;
    min-height: 150px;
    margin: 10px 0;
    padding: 10px;
    font-family: monospace;
    font-size: 13px;
    border: 1px solid #ddd;
    border-radius: 3px;
    resize: vertical;
    background: #fff;
}

.Fs-margin {
    margin-top: 25px;
}

.Other-Upload-Options-checkbox ul li {
    margin-left: 0px;
    margin-bottom: 0px;
    width: 51.9%;
    font-size: 14px;
}

.Other-Upload-Options-checkbox ul li:nth-child(2) {
    width: 44%;
}

.fs-upload-select-box {
    border: 1px solid #8c8f94;
    color: #0a4b78;
    font-size: 14px;
    line-height: 2;
    border-radius: 3px;
    padding: 6px 24px 6px 8px;
    min-height: 44px;
    width: calc(100% + 22px);
}

.Fs-advance-part a {
    font-size: 13px;
}

.Fs-advance-part hr {
    border: 0;
    border-top: 1px solid #dcdcde;
    border-bottom: 1px solid #f6f7f7;
}

.Fs-advance-part-content {
    display: flex;
    justify-content: space-between;
    margin: 20px 0px;
}

.Fs-advance-part-content h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin: 0px;
    width: 50%;
}

.Fs-advance-part-inside-content {
    width: 50%;
}

.Fs-advance-part-inside-content h3 {
    width: 100%;
    margin-bottom: 20px;
}

.Fs-Transformation {
    margin-top: 20px;
    margin-bottom: 30px;
}

.disableAddIcon button {
    display: none;
}

.FS-us-disable {
    display: none;
}

#wpfooter{
    position: relative;
}

@media screen and (max-width: 1700px) and (min-width: 1350px) {
    .Other-Upload-Options-checkbox ul li {
        width: 52.5%;
    }
}

@media screen and (max-width: 1300px) and (min-width: 1000px) {
    .Other-Upload-Options-checkbox ul li {
        width: 52.9%;
    }
}

.checkbox_uploadersettings {
    margin-left: 8px;
    font-size: 14px;
}

.Fs-as-apikey-error,
.Fs-us-key-error,
.Fs-us-value-error,
.Fs-us-container-error,
.Fs-us-fileType-error {
    margin: 0px;
    font-size: 13px;
    color: #d63638;
}

@media screen and (max-width: 767px) {
    .Fs-checkbox-part ul {
        display:flex;
    }

    .Other-Upload-Options-checkbox ul li {
        width: 89.5%;
    }
}

/* Callback Handlers Section */
.callback-handlers {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.callback-handlers h3 {
    margin: 0 0 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0085ba;
    color: #23282d;
    font-size: 1.3em;
}

.callback-section {
    margin-bottom: 20px;
    padding: 15px;
    background: #f9f9f9;
    border-left: 4px solid #0085ba;
}

.callback-section:last-child {
    margin-bottom: 0;
}

.callback-section h4 {
    margin: 0 0 10px;
    color: #23282d;
    font-size: 1.1em;
}

.callback-section textarea {
    width: 100%;
    min-height: 100px;
    margin: 10px 0;
    padding: 10px;
    font-family: monospace;
    border: 1px solid #ddd;
    border-radius: 3px;
    resize: vertical;
}

.callback-section .description {
    color: #666;
    font-style: italic;
    margin: 5px 0;
}

.callback-section .code-example {
    background: #f1f1f1;
    padding: 10px;
    border-radius: 3px;
    font-family: monospace;
    margin: 10px 0;
    overflow-x: auto;
}

.callback-section .save-button {
    background: #0085ba;
    border-color: #0073aa #006799 #006799;
    box-shadow: 0 1px 0 #006799;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799;
    padding: 5px 15px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
}

.callback-section .save-button:hover {
    background: #008ec2;
    border-color: #006799;
}

.callback-section .save-button:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0085ba;
    outline: none;
}

/* Callback Status Messages */
.callback-status {
    padding: 10px 15px;
    margin: 10px 0;
    border-radius: 3px;
    display: none;
}

.callback-status.success {
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #3c763d;
}

.callback-status.error {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
}

/* Callback Table Styles */
.callback-table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
}

.callback-table th,
.callback-table td {
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
}

.callback-table th {
    background: #f5f5f5;
    font-weight: 600;
}

.callback-table tr:nth-child(even) {
    background: #f9f9f9;
}

.callback-table tr:hover {
    background: #f5f5f5;
}

/* Callback Documentation */
.callback-docs {
    background: #f9f9f9;
    padding: 15px;
    margin: 15px 0;
    border-left: 4px solid #0085ba;
}

.callback-docs h4 {
    margin: 0 0 10px;
    color: #23282d;
}

.callback-docs pre {
    background: #f1f1f1;
    padding: 10px;
    border-radius: 3px;
    overflow-x: auto;
    margin: 10px 0;
}

.callback-docs code {
    font-family: monospace;
    padding: 2px 4px;
    background: #f1f1f1;
    border-radius: 3px;
}

/* Responsive Styles */
@media screen and (max-width: 782px) {
    .callback-section {
        padding: 10px;
    }

    .callback-table th,
    .callback-table td {
        padding: 8px;
    }

    .callback-section textarea {
        min-height: 80px;
    }
}

/* Screen Reader Text */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

/* Loader Styles */
.filestack-loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    backdrop-filter: blur(2px);
}

.filestack-loader {
    position: relative;
    width: 60px;
    height: 60px;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #0085ba;
    border-radius: 50%;
    animation: filestack-spin 1s linear infinite;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.filestack-loader:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    z-index: -1;
}

@keyframes filestack-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Button Loading State */
.filestack-upload {
    position: relative;
    transition: opacity 0.3s ease;
}

.filestack-upload.loading {
    position: relative;
    cursor: wait;
    opacity: 0.7;
    pointer-events: none;
}

.filestack-upload.loading:after {
    content: "";
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #0085ba;
    border-radius: 50%;
    animation: filestack-spin 1s linear infinite;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* Focus styles for accessibility */
.filestack-loader-overlay:focus {
    outline: none;
}

.filestack-loader-overlay:focus .filestack-loader {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0085ba;
}

.Fs-width-section {
    margin-bottom: 15px;
}

.Fs-width-section input[type="text"],
.Fs-width-section input[type="email"],
.Fs-width-section select {
    width: 100%;
    max-width: 400px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.Fs-checkbox-part ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.Fs-checkbox-part li {
    margin-bottom: 10px;
}

.Fs-checkbox-part label {
    margin-left: 8px;
}

.Fs-alert-section {
    margin: 20px 0;
    padding: 12px 15px;
    border-radius: 3px;
}

@media screen and (max-width: 782px) {
    .Fs-storage-part,
    .Fs-advance-part {
        padding: 15px;
    }

    .Fs-width-section input[type="text"],
    .Fs-width-section input[type="email"],
    .FS-ss-cloud-storage,
    .FS-ss-access {
        max-width: 100%;
    }

    .Fs-advance-part textarea {
        min-height: 120px;
    }
}