/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/dashboard/troubleshoot/page.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
.page_container__5hC38 {
    display: flex;
    flex-direction: column;
    background-color: var(--background);
    padding-inline: 4rem;
    width: 90%;
    animation: page_slide-in__iPPjA 1s ease-in-out forwards;
}


.page_header__8ToVI {
    width: 100%;
    display: flex;
    margin-bottom: 1rem;
    padding: 0.2rem;
}

.page_title__D_LbL {
    font-size: 24px;
    font-weight: 600;
    color: var(--text);
}

.page_form__sCziJ {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 5%;
    width: 100%;
}

.page_text__P211r {
    width: 40%;
    white-space: pre-wrap;
}

.page_controller__hRed0 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem 0 2rem 0;
    gap: 12rem;
}


.page_buttonList__ZjuTD {
    display: flex;
    flex-direction: column;
    gap: 1rem;;
}


@keyframes page_slide-in__iPPjA {
    0% {
        transform: translateX(400px);
    }

    100% {
        transform: translateX(0);
    }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/client/styles/Button.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/

.Button_default__X_nQm {
    padding: 1rem 2rem;
    min-width: 12rem;
    width: -moz-fit-content;
    width: fit-content;
    height: 3rem;
    font-size: 16px;
    border: none;
    border-radius: 0.3rem;
    cursor: pointer;
    background-color: var(--primary);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: var(--background);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}

.Button_default__X_nQm:hover {
    background-color: var(--secondary);
}


.Button_inverted__pxN2u {
    padding: 1rem 2rem;
    width: 12rem;
    height: 3rem;
    font-size: 16px;
    border: none;
    border-radius: 0.3rem;
    cursor: pointer;
    background-color: var(--background);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: var(--primary);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid var(--primary);
}

.Button_inverted__pxN2u:hover {
    background-color: var(--primary);
    color: var(--background);
}

.Button_disabled__AJ8Pj {
    padding: 1rem 2rem;
    min-width: 12rem;
    width: -moz-fit-content;
    width: fit-content;
    height: 3rem;
    font-size: 16px;
    border: none;
    color: white;
    border-radius: 0.3rem;
    cursor: pointer;
    background-color: var(--secondary);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    gap: 1rem;
}

.Button_icon__hTwQO {
    transform: rotate(0deg);
    animation: Button_rotate__rCaIh 2s infinite;
    width: 24px;
    height: 24px;
}


@keyframes Button_rotate__rCaIh {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
