@font-face {
    font-family: "IranSans";
    src:
        url("../fonts/IRANSans/eot/IRANSansWeb.eot") format("eot"),
        url("../fonts/IRANSans/ttf/IRANSansWeb.ttf") format("ttf"),
        url("../fonts/IRANSans/woff/IRANSansWeb.woff") format("woff"),
        url("../fonts/IRANSans/woff2/IRANSansWeb.woff2") format("woff2");
}

body,
html {
    font-family: "IranSans", sans-serif;
}

.themeProvider [_text_weight="bold"] {
    font-weight: bold !important;
}

.themeProvide [_text_size="md"] {
    font-size: 14px !important;
}

.themeProvider [_text_size="lg"] {
    font-size: 17.08px !important;
}

.themeProvider [_text_size="xl"] {
    font-size: 20px !important;
}

.themeProvider [_text_size="xxl"] {
    font-size: 22.12px !important;
}

.themeProvider [_text_align="right"] {
    text-align: right !important;
}

.themeProvider [_text_align="justify"] {
    text-align: justify !important;
}

.themeProvider [_radius="md"] {
    border-radius: 6px !important;

}

.themeProvider [_shadow="md"] {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 12px 0px !important;
}

.themeProvider [_border="md"] {
    border-style: solid;
    border-width: 1px !important;
}

.themeProvider [_padding="xl"] {
    padding: 24px !important;
}

.themeProvider [_color="background"] {

    color: rgb(64, 64, 64) !important;
    background: rgb(255, 255, 255) !important;
    border-color: rgb(230, 230, 230) !important;
}

.themeProvider [_text_align="center"] {
    text-align: center !important;

}

.themeProvider [_radius="xxl"] {
    border-radius: 24px !important;
}

.themeProvider [_padding_x="xxl"] {
    padding-left: 32px !important;
    padding-right: 32px !important;
}

.buttonBase-0-0-2-17 {

    width: auto;
    cursor: pointer;
    height: 48px;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    transition: 100ms;
    font-family: inherit;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.themeProvider [_text_color="primary2"] {

    color: rgb(102, 00, 153) !important;
}

.themeProvider [_text_color="danger"] {

    color: #d23035 !important;
}

.main {

    display: flex;
    justify-content: center;
    align-items: center;
}

.return-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: rgb(102, 0, 153);
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.return-button:hover {
    background-color: #ffffff;
    color: rgb(102, 0, 153);
    ;
    border: 2px solid rgb(102, 0, 153);
}