/*#region reset*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Roboto', Tahoma, Arial;
    -webkit-font-smoothing: antialiased;
}

html {
    touch-action: manipulation;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100vh;
    height: -webkit-fill-available;
}

body {
    line-height: 1;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

html, body {
    -webkit-overflow-scrolling: touch;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

a {
    cursor: pointer;
    text-decoration: none;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input,
textarea {
    outline: 0;
    -moz-user-select: text;
}

.button span {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.font20 {
    font-size: 20px !important;
}

.font16 {
    font-size: 16px !important;
}

.font15 {
    font-size: 15px !important;
}

.relative {
    position: relative;
}

.d-flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-vertical-center {
    align-items: center;
}

.row-reverse {
    flex-direction: row-reverse;
}

.items-center {
    align-items: center;
}

.space-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.flex-0 {
    flex-shrink: 0;
}

.gap-32 {
    gap: 32px !important;
}

.gap-24 {
    gap: 24px !important;
}

.gap-16 {
    gap: 16px !important;
}

.gap-12 {
    gap: 12px !important;
}

.gap-8 {
    gap: 8px;
}

.gap-6 {
    gap: 6px !important;
}

.gap-4 {
    gap: 4px !important;
}

.gap-2 {
    gap: 2px !important;
}

.mt-12 {
    margin-top: 12px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.border-0 {
    border: none !important;
}

.radius-0 {
    border-radius: 0 !important;
}

.shadow-0 {
    box-shadow: none !important;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.hidden-overflow {
    overflow: hidden;
}

.pointer {
    cursor: pointer;
}

.text-underline {
    text-decoration: underline;
}

.noScroll {
    position: fixed;
    width: 100%;
    height: 100vh;
    -ms-overflow-style: none;
    overflow: hidden;
}

    .noScroll::-webkit-scrollbar {
        display: none;
    }

/*#region checkbox*/
input[type=checkbox] {
    display: none;
    vertical-align: middle;
}

    input[type=checkbox] + label:active:before {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    input[type=checkbox].selected + label:before,
    input[type=checkbox]:checked + label:before {
        color: #fff;
        background-color: #3cb371;
        border-color: #3cb371;
    }

    input[type=checkbox]:disabled + label:before {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    input[type=checkbox]:checked:disabled + label:before {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: #bfb;
        border-color: #bfb
    }
/*#endregion*/

/*#region custom alertify*/
.alertify-notifier.ajs-right {
    right: 10px;
}

.alertify-notifier.ajs-bottom {
    bottom: 10px;
}

.alertify-notifier {
    position: fixed;
    direction: ltr;
    width: 0;
    overflow: visible;
    z-index: 1982;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    .alertify-notifier.ajs-right .ajs-message {
        right: -320px;
    }

        .alertify-notifier.ajs-right .ajs-message.ajs-visible {
            right: 290px;
        }

    .alertify-notifier .ajs-message.ajs-success {
        color: #fff;
        background: rgba(91, 189, 114, .95);
        text-shadow: -1px -1px 0 rgba(0, 0, 0, .5);
    }

    .alertify-notifier .ajs-message.ajs-visible {
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
        transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
        opacity: 1;
        max-height: 100%;
        padding: 15px;
        margin-top: 10px;
    }

    .alertify-notifier .ajs-message {
        position: relative;
        width: 260px;
        max-height: 0;
        padding: 0;
        opacity: 0;
        margin: 0;
        text-align: center;
        color: #000;
        background: rgba(255, 255, 255, .95);
        border: solid 1px #ddd;
        border-radius: 2px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition-duration: 250ms;
        transition-duration: 250ms;
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
    }

    .alertify-notifier.ajs-left {
        left: 10px;
    }

        .alertify-notifier.ajs-left .ajs-message {
            left: -300px;
        }

            .alertify-notifier.ajs-left .ajs-message.ajs-visible {
                left: 0;
            }

    .alertify-notifier .ajs-message.ajs-error {
        color: #fff;
        background: rgba(217, 92, 92, .95);
        text-shadow: -1px -1px 0 rgba(0, 0, 0, .5);
    }
/*#endregion*/
