/* Reset styles */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
}

html, body {
    width: 100%;
    font-size: 13px;
    height: 100%;
    position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

body {
    background: #f7f8fc;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 15px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    line-height: 1.42857143;
    color: #333333;
    margin: 0;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    overflow: visible;
    text-transform: none;
    cursor: pointer;
}

img {
    vertical-align: middle;
}

a {
    text-decoration: none;
}

p {
    margin: 0 0 10px;
}

h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #1B2124;
    margin-top: 0;
}

h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #1B2124;
    margin-top: 0;
    margin-bottom: 0;
}

/* End reset styles */

/* Helpers */
.text-center {
    text-align: center !important;
}

/* End Helpers */

.alert {
    width: 900px;
    align-self: center;
    justify-content: flex-start;
    box-sizing: border-box;
    margin: 0 0 15px 0;
    color: #000000d9;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px 15px;
    word-wrap: break-word;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.alert.alert-width-auto {
    width: auto;
    max-width: 900px;
}

.alert-error {
    background-color: #fff2f0;
    border: 1px solid #ffccc7;
}

.alert-success {
    background-color: #f6ffed;
    border: 1px solid #b7eb8f;
}

.justify-content-center {
    justify-content: center;
}

.alert-content {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}

@media (max-width: 1024px) {
    .alert {
        width: 100%;
        padding-left: 8px;
        padding-right: 8px;
    }
}

.button-purple {
    display: inline-block;
    border: 1px solid #6C2ED1;
    background: #fff;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    transition: 0.3s;
    color: #6C2ED1;
    text-align: center;
    text-decoration: none;
    padding: 12px;
    border-radius: 8px;
    outline: none;
}

.button-disabled {
    background: #F7F8FC;
    border: 1px solid #a182ce;
    color: #a182ce;
    pointer-events: none;
    opacity: .8;
}

.mt-40 {
    margin-top: 40px !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.d-block {
    display: block !important;
}
