@font-face {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    src: none format("woff2"), none format("woff");
    font-display: swap
}

@font-face {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 600;
    src: none format("woff2"), none format("woff");
    font-display: swap
}

@font-face {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 700;
    src: none format("woff2"), none format("woff");
    font-display: swap
}

@font-face {
    font-family: "Libre Franklin";
    font-style: italic;
    font-weight: 400;
    src: none format("woff2"), none format("woff");
    font-display: swap
}

.wog--form-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    background-color: #fff;
    border-color: #e5e7eb;
    border-width: 1px;
    border-style: solid;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.5
}

.wog--form-input::-webkit-input-placeholder {
    color: #6b7280;
    opacity: 1
}

.wog--form-input::-moz-placeholder {
    color: #6b7280;
    opacity: 1
}

.wog--form-input:-ms-input-placeholder {
    color: #6b7280;
    opacity: 1
}

.wog--form-input::-ms-input-placeholder {
    color: #6b7280;
    opacity: 1
}

.wog--form-input::placeholder {
    color: #6b7280;
    opacity: 1
}

.wog--form-input:focus {
    outline: none;
    border-color: #60a5fa
}

.wog--form-textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    background-color: #fff;
    border-color: #e5e7eb;
    border-width: 1px;
    border-style: solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.5
}

.wog--form-textarea::-webkit-input-placeholder {
    color: #6b7280;
    opacity: 1
}

.wog--form-textarea::-moz-placeholder {
    color: #6b7280;
    opacity: 1
}

.wog--form-textarea:-ms-input-placeholder {
    color: #6b7280;
    opacity: 1
}

.wog--form-textarea::-ms-input-placeholder {
    color: #6b7280;
    opacity: 1
}

.wog--form-textarea::placeholder {
    color: #6b7280;
    opacity: 1
}

.wog--form-textarea:focus {
    outline: none;
    border-color: #60a5fa
}

.wog--form-select {
    background-image: none
}

.wog--form-select::-ms-expand {
    color: #6b7280;
    border: none
}

@media not print {
    .wog--form-select::-ms-expand {
        display: none
    }
}

@media print and (-ms-high-contrast: active),
print and (-ms-high-contrast: none) {
    .wog--form-select {
        padding-right: 12px
    }
}

.wog--form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    background-repeat: no-repeat;
    background-color: #fff;
    border-color: #e5e7eb;
    border-width: 1px;
    padding-top: 8px;
    padding-right: 40px;
    padding-bottom: 8px;
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.5;
    background-position: right 8px center;
    background-size: 1.5em 1.5em
}

.wog--form-select:focus {
    outline: none;
    border-color: #60a5fa
}

.wog--form-checkbox:checked {
    background-image: none;
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat
}

@media not print {
    .wog--form-checkbox::-ms-check {
        border-width: 1px;
        color: transparent;
        background: inherit;
        border-color: inherit;
        border-radius: inherit
    }
}

.wog--form-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-style: solid;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 1em;
    width: 1em;
    color: #3b82f6;
    background-color: #fff;
    border-color: #e5e7eb;
    border-width: 1px
}

.wog--form-checkbox:focus {
    outline: none
}

.wog--form-radio:checked {
    background-image: none;
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat
}

@media not print {
    .wog--form-radio::-ms-check {
        border-width: 1px;
        color: transparent;
        background: inherit;
        border-color: inherit;
        border-radius: inherit
    }
}

.wog--form-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-style: solid;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 100%;
    height: 1em;
    width: 1em;
    color: #3b82f6;
    background-color: #fff;
    border-color: #e5e7eb;
    border-width: 1px
}

.wog--form-radio:focus {
    outline: none;
    border-color: #60a5fa
}

@-webkit-keyframes wsmSlideRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px)
    }

    40%,
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes wsmSlideRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px)
    }

    40%,
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@-webkit-keyframes wsmSpin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes wsmSpin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes wsmSlideIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }

    40%,
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes wsmSlideIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }

    40%,
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes wsmFeedbackSlideLeft {
    from {
        margin-left: -100px
    }

    to {
        margin-left: 0
    }
}

@keyframes wsmFeedbackSlideLeft {
    from {
        margin-left: -100px
    }

    to {
        margin-left: 0
    }
}

@-webkit-keyframes wsmFeedbackBottom {
    from {
        margin-bottom: -100px
    }

    to {
        margin-bottom: 0
    }
}

@keyframes wsmFeedbackBottom {
    from {
        margin-bottom: -100px
    }

    to {
        margin-bottom: 0
    }
}

.wog--base-title {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    display: block !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    white-space: normal !important;
    font-weight: 700 !important;
    padding: 0 !important;
    font-size: 16px !important;
    line-height: 18px !important
}

.wog--text-foundation {
    margin: 0 !important;
    font-family: "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif !important;
    letter-spacing: 0em !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-weight: 400
}

.wog--button {
    margin: 0 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    font-family: "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 0em !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    border-radius: 6px !important;
    border-style: none !important;
    line-height: 24px !important
}

.wog--text-xxs {
    font-size: 10px !important
}

.wog--border-theme-black {
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(51, 51, 51, var(--border-opacity)) !important
}

@media (max-width: 639px) {
    .wog--tab-view-container {
        position: fixed !important;
        margin: auto !important;
        -webkit-box-sizing: border-box !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        border-top-left-radius: 6px !important;
        border-top-right-radius: 6px !important;
        --tw-bg-opacity: 1 !important;
        background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1)) !important;
        --tw-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.75) !important;
        --tw-shadow-colored: 0px 0px 16px 0px var(--tw-shadow-color) !important;
        -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
        z-index: 999999;
        -webkit-transition: height 400ms ease, width 400ms ease;
        transition: height 400ms ease, width 400ms ease
    }

    .wog--rating-custom {
        width: 100% !important;
        height: 170px !important
    }

    .wog--connection-error {
        width: 100% !important;
        height: 200px !important
    }

    .wog--feedback-custom {
        height: 100% !important;
        width: 100% !important
    }

    .wog--modern-feedback-custom {
        height: 100% !important;
        width: 100% !important
    }

    .wog--survey-custom {
        width: 100% !important;
        height: 320px !important
    }

    .wog--survey-no-thank-you-custom {
        width: 100% !important;
        height: 300px !important
    }

    .wog--questions-custom {
        max-height: 100% !important;
        width: 100% !important
    }

    .wog--thank-you-custom {
        width: 100% !important;
        height: 170px !important
    }

    .wog--mobile-full-position {
        bottom: 0 !important;
        left: 0 !important
    }
}

@media (min-width: 640px) {
    .wog--tab-view-container {
        position: fixed !important;
        margin: auto !important;
        -webkit-box-sizing: border-box !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        border-radius: 2px !important;
        --tw-bg-opacity: 1 !important;
        background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1)) !important;
        --tw-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.75) !important;
        --tw-shadow-colored: 0px 0px 16px 0px var(--tw-shadow-color) !important;
        -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
        z-index: 999999;
        -webkit-transition: height 400ms ease, width 400ms ease;
        transition: height 400ms ease, width 400ms ease
    }

    .wog--rating-custom {
        width: 380px !important;
        height: 170px !important
    }

    .wog--connection-error {
        width: 380px !important;
        height: 200px !important
    }

    .wog--questions-custom {
        bottom: 0 !important;
        left: 0 !important;
        max-height: 100% !important;
        width: 100% !important
    }

    .wog--thank-you-custom {
        width: 380px !important;
        height: 170px !important
    }

    .wog--position-left-side {
        bottom: 0;
        left: 10px;
        margin: auto;
        top: 0
    }

    .wog--position-right-side {
        bottom: 0;
        margin: auto;
        right: 10px;
        top: 0
    }

    .wog--position-bottom-left {
        left: 10px;
        bottom: 10px;
        margin: auto
    }

    .wog--position-bottom-right {
        right: 10px;
        bottom: 10px;
        margin: auto
    }
}

@media (min-width: 640px) and (min-height: 501px) {
    .wog--feedback-custom {
        width: 340px !important;
        height: 480px !important
    }

    .wog--modern-feedback-custom {
        width: 340px !important;
        height: 500px !important
    }

    .wog--survey-custom {
        width: 340px !important;
        height: 400px !important
    }

    .wog--survey-no-thank-you-custom {
        width: 340px !important;
        height: 350px !important
    }
}

@media (min-width: 640px) and (max-height: 500px) {
    .wog--feedback-custom {
        height: calc(100% - 20px) !important;
        width: 340px !important;
        top: 10px !important;
        bottom: 10px !important
    }

    .wog--modern-feedback-custom {
        width: 320px !important;
        height: calc(100% - 20px) !important;
        top: 10px !important;
        bottom: 10px !important
    }

    .wog--survey-custom {
        width: 320px !important;
        height: calc(100% - 100px) !important;
        bottom: 10px !important
    }

    .wog--survey-no-thank-you-custom {
        width: 320px !important;
        height: calc(100% - 150px) !important;
        bottom: 10px !important
    }
}

.wog--animate-spin {
    -webkit-animation: wsmSpin 1s linear infinite;
    animation: wsmSpin 1s linear infinite
}

@media print {
    #wog--sentiments-content {
        display: none !important
    }
}

.wog--close-button {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.65;
    background-color: transparent !important;
    border: none !important;
    cursor: pointer;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px
}

.wog--close-button:hover {
    opacity: 1
}

.wog--floating-button {
    border-radius: 50px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.06) 0 1px 6px 0, rgba(0, 0, 0, 0.16) 0 2px 32px 0;
    box-shadow: rgba(0, 0, 0, 0.06) 0 1px 6px 0, rgba(0, 0, 0, 0.16) 0 2px 32px 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    margin: 0 auto;
    overflow: hidden;
    position: fixed;
    text-align: center;
    z-index: 99999;
    background-color: #222222;
    height: 55px;
    width: 55px;
    overscroll-behavior-y: contain;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out
}

.wog--floating-button_hover {
    width: 230px !important
}

.wog--float-bottom-left {
    left: 10px;
    bottom: 10px;
    margin: auto
}

.wog--float-bottom-right {
    right: 10px;
    bottom: 10px;
    margin: auto
}

.wog--floating-text-animation {
    opacity: 0;
    display: block;
    -webkit-animation: wsmSlideRight 1s 0s forwards;
    animation: wsmSlideRight 1s 0s forwards;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-delay: 200ms !important;
    animation-delay: 200ms !important
}

.wog--feedback-slidein-block-1 {
    opacity: 0;
    display: block;
    -webkit-animation: wsmSlideIn 1s 0s forwards;
    animation: wsmSlideIn 1s 0s forwards;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-delay: 200ms !important;
    animation-delay: 200ms !important
}

.wog--feedback-slidein-block-2 {
    opacity: 0;
    display: block;
    -webkit-animation: wsmSlideIn 1s 0s forwards;
    animation: wsmSlideIn 1s 0s forwards;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-delay: 400ms !important;
    animation-delay: 400ms !important
}

.wog--feedback-slidein-block-3 {
    opacity: 0;
    display: block;
    -webkit-animation: wsmSlideIn 1s 0s forwards;
    animation: wsmSlideIn 1s 0s forwards;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-delay: 600ms !important;
    animation-delay: 600ms !important
}

.wog--feedback-slidein-block-4 {
    opacity: 0;
    display: block;
    -webkit-animation: wsmSlideIn 1s 0s forwards;
    animation: wsmSlideIn 1s 0s forwards;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-delay: 800ms !important;
    animation-delay: 800ms !important
}

.wog--question-animation {
    opacity: 0;
    display: block;
    -webkit-animation: wsmSlideIn 1s 0s forwards;
    animation: wsmSlideIn 1s 0s forwards;
    -webkit-animation-delay: 200ms !important;
    animation-delay: 200ms !important
}

@-webkit-keyframes wsmSmileyFadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes wsmSmileyFadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.wog--feedback-icon {
    padding: 2px;
    height: 35px;
    width: 35px;
    border: 8px solid #222222;
    border-radius: 40px;
    background-color: #FFDB66;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.wog--icon__hide {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .1s, opacity .1s ease-out;
    transition: visibility 0s .1s, opacity .1s ease-out
}

.wog--icon__show {
    visibility: visible;
    opacity: 1;
    -webkit-animation: wsmSmileyFadeIn .5s;
    animation: wsmSmileyFadeIn .5s
}

.wog--tabbed-button {
    -webkit-font-smoothing: antialiased;
    background-image: none;
    bottom: 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: bold;
    height: 37px;
    letter-spacing: normal;
    line-height: 40px;
    margin: auto;
    overflow: hidden;
    padding: 0 20px;
    position: fixed;
    text-align: center;
    top: auto;
    -webkit-transition: all .2s;
    transition: all .2s;
    white-space: nowrap !important;
    width: auto;
    word-spacing: normal;
    z-index: 2147483644
}

.wog--tabbed-button:hover:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .05)
}

.wog--tabbed-button-side-left {
    border-radius: 3px 3px 0 0;
    left: 0;
    top: 50%;
    margin-top: -20px;
    bottom: auto;
    -webkit-animation: wsmFeedbackSlideLeft .2s linear;
    animation: wsmFeedbackSlideLeft .2s linear
}

.wog--tabbed-button-side-right {
    border-radius: 0 0 3px 3px;
    right: 0;
    top: 50%;
    margin-top: -20px;
    bottom: auto;
    -webkit-animation: wsmFeedbackSlideLeft .2s linear;
    animation: wsmFeedbackSlideLeft .2s linear
}

.wog--tabbed-button-bottom-left {
    border-radius: 3px 3px 0 0;
    left: 20px;
    bottom: 0;
    -webkit-animation: wsmFeedbackBottom .2s linear;
    animation: wsmFeedbackBottom .2s linear
}

.wog--tabbed-button-bottom-right {
    border-radius: 3px 3px 0 0;
    right: 20px;
    bottom: 0;
    -webkit-animation: wsmFeedbackBottom .2s linear;
    animation: wsmFeedbackBottom .2s linear
}

.wog--feedback-tab {
    z-index: 2147483644;
    position: fixed;
    height: 150px;
    width: 15px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

.wog--feedback-tab.wog--feedback-tab-side-left {
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 0 3px 3px 0;
    -webkit-animation: wsmFeedbackSlideLeft .2s linear;
    animation: wsmFeedbackSlideLeft .2s linear
}

.wog--feedback-tab.wog--feedback-tab-side-right {
    top: 50%;
    right: 0;
    -webkit-transform: translateX(50%) translateY(-50%);
    -ms-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
    border-radius: 3px 0 0 3px;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.wog--feedback-tab.wog--feedback-tab-bottom-left {
    bottom: 0;
    left: 20px;
    border-radius: 3px 3px 0 0;
    height: 15px;
    width: 150px;
    margin: auto
}

.wog--feedback-tab.wog--feedback-tab-bottom-right {
    border-radius: 3px 3px 0 0;
    bottom: 0;
    height: 15px;
    margin: auto;
    right: 20px;
    width: 150px
}

.wog--feedback-tab .wog--feedback-notch {
    background-color: #2878f0;
    height: 30px;
    width: 30px;
    position: fixed
}

.wog--feedback-tab .wog--feedback-notch.wog--feedback-notch-side-left {
    left: 0;
    padding: 2px 0 0 6px;
    border-radius: 0 3px 3px 0
}

.wog--feedback-tab .wog--feedback-notch.wog--feedback-notch-side-right {
    right: 0;
    padding: 2px 6px 0 0;
    border-radius: 3px 0 0 3px
}

.wog--feedback-tab .wog--feedback-notch.wog--feedback-notch-bottom-left {
    bottom: 0;
    border-radius: 3px 3px 0 0
}

.wog--feedback-tab .wog--feedback-notch.wog--feedback-notch-bottom-right {
    bottom: 0;
    border-radius: 3px 3px 0 0
}

.wog--chip-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.wog--chip {
    cursor: pointer;
    padding: 5px 8px;
    border-radius: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 5px 3px;
    border: 1px solid #dedede
}

.wog--chip-active {
    border: 1px solid #046be7 !important;
    color: #046be7 !important
}

.wog--z-10 {
    z-index: 10 !important
}

.wog--float-right {
    float: right !important
}

.wog--float-left {
    float: left !important
}

.wog--m-0 {
    margin: 0 !important
}

.wog--mx-5 {
    margin-left: 20px !important;
    margin-right: 20px !important
}

.wog--mb-2 {
    margin-bottom: 8px !important
}

.wog--ml-2 {
    margin-left: 8px !important
}

.wog--ml-3 {
    margin-left: 12px !important
}

.wog--ml-8 {
    margin-left: 32px !important
}

.wog--mr-2 {
    margin-right: 8px !important
}

.wog--mt-1 {
    margin-top: 4px !important
}

.wog--mt-2 {
    margin-top: 8px !important
}

.wog--mt-4 {
    margin-top: 16px !important
}

.wog--box-border {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important
}

.wog--block {
    display: block !important
}

.wog--inline {
    display: inline !important
}

.wog--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.wog--inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.wog--h-12 {
    height: 48px !important
}

.wog--h-4 {
    height: 16px !important
}

.wog--h-5 {
    height: 20px !important
}

.wog--h-6 {
    height: 24px !important
}

.wog--h-full {
    height: 100% !important
}

.wog--w-12 {
    width: 48px !important
}

.wog--w-4 {
    width: 16px !important
}

.wog--w-5 {
    width: 20px !important
}

.wog--w-6 {
    width: 24px !important
}

.wog--w-full {
    width: 100% !important
}

.wog--flex-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 0% !important;
    flex: 1 1 0% !important
}

.wog--flex-auto {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.wog--flex-none {
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important
}

.wog--origin-center {
    -webkit-transform-origin: center !important;
    -ms-transform-origin: center !important;
    transform-origin: center !important
}

.wog--cursor-not-allowed {
    cursor: not-allowed !important
}

.wog--cursor-pointer {
    cursor: pointer !important
}

.wog--resize-none {
    resize: none !important
}

.wog--flex-col {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.wog--items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.wog--justify-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.wog--justify-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.wog--justify-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.wog--justify-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.wog--overflow-auto {
    overflow: auto !important
}

.wog--overflow-y-auto {
    overflow-y: auto !important
}

.wog--rounded-none {
    border-radius: 0 !important
}

.wog--border-0 {
    border-width: 0px !important
}

.wog--border-2 {
    border-width: 2px !important
}

.wog--border-r-0 {
    border-right-width: 0px !important
}

.wog--border-solid {
    border-style: solid !important
}

.wog--border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important
}

.wog--bg-transparent {
    background-color: transparent !important
}

.wog--p-1 {
    padding: 4px !important
}

.wog--p-4 {
    padding: 16px !important
}

.wog--px-2 {
    padding-left: 8px !important;
    padding-right: 8px !important
}

.wog--px-4 {
    padding-left: 16px !important;
    padding-right: 16px !important
}

.wog--px-6 {
    padding-left: 24px !important;
    padding-right: 24px !important
}

.wog--py-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important
}

.wog--py-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important
}

.wog--py-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important
}

.wog--py-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important
}

.wog--py-8 {
    padding-top: 32px !important;
    padding-bottom: 32px !important
}

.wog--pb-2 {
    padding-bottom: 8px !important
}

.wog--pb-3 {
    padding-bottom: 12px !important
}

.wog--pb-4 {
    padding-bottom: 16px !important
}

.wog--pl-2 {
    padding-left: 8px !important
}

.wog--pr-2 {
    padding-right: 8px !important
}

.wog--pt-1 {
    padding-top: 4px !important
}

.wog--pt-4 {
    padding-top: 16px !important
}

.wog--pt-8 {
    padding-top: 32px !important
}

.wog--text-left {
    text-align: left !important
}

.wog--text-center {
    text-align: center !important
}

.wog--text-right {
    text-align: right !important
}

.wog--text-base {
    font-size: 16px !important
}

.wog--text-lg {
    font-size: 18px !important
}

.wog--text-sm {
    font-size: 14px !important
}

.wog--text-xs {
    font-size: 12px !important
}

.wog--font-bold {
    font-weight: 700 !important
}

.wog--font-normal {
    font-weight: 400 !important
}

.wog--font-semibold {
    font-weight: 600 !important
}

.wog--uppercase {
    text-transform: uppercase !important
}

.wog--italic {
    font-style: italic !important
}

.wog--leading-5 {
    line-height: 20px !important
}

.wog--leading-6 {
    line-height: 24px !important
}

.wog--leading-recommended {
    line-height: 18px !important
}

.wog--tracking-normal {
    letter-spacing: 0em !important
}

.wog--text-black {
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important
}

.wog--text-current {
    color: currentColor !important
}

.wog--text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1)) !important
}

.wog--text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1)) !important
}

.wog--text-theme-black {
    --tw-text-opacity: 1 !important;
    color: rgb(51 51 51 / var(--tw-text-opacity, 1)) !important
}

.wog--text-theme-red {
    --tw-text-opacity: 1 !important;
    color: rgb(215 34 34 / var(--tw-text-opacity, 1)) !important
}

.wog--text-theme-white {
    --tw-text-opacity: 1 !important;
    color: rgb(248 248 248 / var(--tw-text-opacity, 1)) !important
}

.wog--text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important
}

.wog--underline {
    -webkit-text-decoration-line: underline !important;
    text-decoration-line: underline !important
}

.wog--no-underline {
    -webkit-text-decoration-line: none !important;
    text-decoration-line: none !important
}

.wog--opacity-25 {
    opacity: 0.25 !important
}

.wog--opacity-50 {
    opacity: 0.5 !important
}

.wog--opacity-75 {
    opacity: 0.75 !important
}

.first_wog--rounded-l-md:first-child {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important
}

.last_wog--rounded-r-md:last-child {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important
}

.last_wog--border-r-2:last-child {
    border-right-width: 2px !important
}

.disabled_wog--border-gray-500:disabled {
    --tw-border-opacity: 1 !important;
    border-color: rgb(107 114 128 / var(--tw-border-opacity, 1)) !important
}

.disabled_wog--bg-gray-300:disabled {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1)) !important
}

.disabled_wog--opacity-75:disabled {
    opacity: 0.75 !important
}