@font-face {
    font-family: 'Tahoma,Arial,Verdana';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

html {
    background-color: white;
    font-size: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
    text-size-adjust: 100%;
    position: relative;
    min-height: 100%;
}

html.medium-route-font {
    font-size: 87.5%;
}
html.small-route-font {
    font-size: 81.25%;
}
html.tiny-route-font {
    font-size: 75%;
}

body {
    color: #8d8d8d;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    font-family: "Open Sans", "Arial", sans-serif;
    margin: 0;
    min-height: 100%;
    width: 100%;
}
@media screen and (min-width: 1088px) {
    body {
        padding-bottom: 26.625rem;
    }
}
body.cp {
    background-color: #f2f2f2;
}
body.is-paddingless {
    padding: 0 !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: pink;
}

.pageloader {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    padding-top: 2em;
    background: #0091cf;
    z-index: 999998;
    transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
    will-change: transform;
}
.pageloader::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    border-radius: 100%;
    content: "";
    z-index: 9999;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    box-sizing: border-box;
    border: 0 solid white;
    -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pageloader .title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 2em 0 0 0;
    font-size: 0.875em;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    color: white;
    white-space: nowrap;
}

.pageloader:not(.is-left-to-right), .pageloader:not(.is-right-to-left) {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.pageloader.is-left-to-right {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.pageloader.is-right-to-left {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.pageloader.is-active:not(.is-left-to-right), .pageloader.is-active:not(.is-right-to-left) {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.pageloader.is-active.is-left-to-right, .pageloader.is-active.is-right-to-left {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@-webkit-keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: white;
    }
    29% {
        background-color: white;
    }
    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1;
    }
    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent;
    }
}
@-moz-keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: white;
    }
    29% {
        background-color: white;
    }
    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1;
    }
    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent;
    }
}
@-o-keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: white;
    }
    29% {
        background-color: white;
    }
    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1;
    }
    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent;
    }
}
@keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: white;
    }
    29% {
        background-color: white;
    }
    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1;
    }
    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent;
    }
}
.content-placeholder {
    display: inline-block;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #f2f2f2), color-stop(18%, #e4e6e7), color-stop(33%, #f2f2f2));
    background: -webkit-linear-gradient(left, #f2f2f2 8%, #e4e6e7 18%, #f2f2f2 33%);
    background: linear-gradient(to right, #f2f2f2 8%, #e4e6e7 18%, #f2f2f2 33%);
    -webkit-background-size: 1600px 208px;
    background-size: 1600px 208px;
    height: inherit;
    position: relative;
}

.toastify {
    padding: 18px 24px;
    color: #4d4d4d;
    display: inline-block;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(0, 0, 0, 0.3);
    background: white;
    position: fixed;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
    max-width: 350px;
    z-index: 2147483647;
    max-width: calc(50% - 20px);
    border-left: 6px solid;
    border-color: #0091cf;
}

.toastify.info {
    border-color: #99ecff;
    color: #0f6275;
    background-color: #f5fdff;
}

.toastify.warning {
    border-color: #ff9800;
    color: #4c3006;
    background-color: #fffbf5;
}

.toastify.error {
    border-color: #ed4848;
    color: #ba1c1c;
    background-color: #fef6f6;
}

.toastify.success {
    border-color: #4dd687;
    color: #19422a;
    background-color: #f7fdf9;
}

.toastify.on {
    opacity: 1;
}

.toast-close {
    background: transparent;
    border: 0;
    cursor: pointer;
    font-family: inherit;
    font-size: 1em;
    opacity: 0.4;
    padding: 0 5px;
}

.toastify-right {
    right: 15px;
}

.toastify-left {
    left: 15px;
}

.toastify-top {
    top: -150px;
}

.toastify-bottom {
    bottom: -150px;
}

.toastify-rounded {
    border-radius: 25px;
}

.toastify-avatar {
    width: 1.5em;
    height: 1.5em;
    margin: 0 5px;
    border-radius: 2px;
}

.toastify-center {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
}

@media only screen and (max-width: 360px) {
    .toastify-right, .toastify-left {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        max-width: fit-content;
    }
}
