@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;500;600;700;800;900&display=swap");

/* color */

:root {
    --color-red: #eb2c42;
}


/* Safari */

@-webkit-keyframes rNotifyFadeInFromLeft {
    0% {
        opacity: 0;
        left: -100%;
    }
    80% {
        opacity: 1;
        left: 30px;
    }
    100% {
        opacity: 1;
        left: 0%;
    }
}

@keyframes rNotifyFadeInFromLeft {
    0% {
        opacity: 0;
        left: -100%;
    }
    80% {
        opacity: 1;
        left: 30px;
    }
    100% {
        opacity: 1;
        left: 0%;
    }
}

@-webkit-keyframes rNotifyFadeInFromRight {
    0% {
        opacity: 0;
        left: 100%;
    }
    80% {
        opacity: 1;
        left: -30px;
    }
    100% {
        opacity: 1;
        left: 0%;
    }
}

@keyframes rNotifyFadeInFromRight {
    0% {
        opacity: 0;
        left: 100%;
    }
    80% {
        opacity: 1;
        left: -30px;
    }
    100% {
        opacity: 1;
        left: 0%;
    }
}

@-webkit-keyframes rNotifyFadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes rNotifyFadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes rNotifyPulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes rNotifyPulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

.rnotify,
.rnotify::before,
.rnotify::after,
.rnotify *,
.rnotify *::before,
.rnotify *::after {
    box-sizing: border-box;
}

.rnotify {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    display: inline-block;
    float: left;
    width: auto;
    max-width: 100%;
    max-height: 90vh;
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
    color: #292929;
}

.rnotify button,
.rnotify input,
.rnotify textarea,
.rnotify select {
    font-family: "Lato", sans-serif;
}

.rnotify.opened {
    background-color: #ffffff;
}

.rnotify .rnotify-open {
    position: absolute;
    z-index: 9999;
    top: -50px;
    right: 20px;
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    float: right;
    width: 50px !important;
    height: 50px;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    border: none;
    border-radius: 50px;
    box-shadow: 0px 0px 25px -5px rgb(0 0 0 / 15%);
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

.rnotify .rnotify-open svg {
    position: relative;
    display: inline-block;
    float: left;
    width: 48px;
    height: auto;
    margin: 0;
    padding: 0;
}

.rnotify .rnotify-open svg path {
    fill: #f53a3a;
}

.rnotify .rnotify-open span {
    position: absolute;
    z-index: 9;
    top: 7.5px;
    right: -5px;
    display: inline-block;
    float: left;
    width: 26px;
    height: 26px;
    margin: 0;
    padding: 0;
    background-color: #323232;
    border-radius: 30px;
    border: 2px solid #ffffff;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
}

.rnotify .rnotify-open.animation span {
    animation: rNotifyPulse 2s infinite;
    animation-iteration-count: 1;
}

.rnotify .rnotify-close-container {
    position: absolute;
    z-index: 9999;
    top: -25px;
    left: 20px;
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    float: right;
    width: auto !important;
    height: 36px;
    margin: 0;
    padding: 0 15px 0 0;
    background: #fff !important;
    border: none !important;
    border-radius: 50px;
    box-shadow: 0px 0px 25px -5px rgb(0 0 0 / 15%);
    outline: none;
    text-decoration: none;
    cursor: pointer;
    text-transform: inherit;
    font-size: 13px;
    font-weight: 500;
    line-height: 36px;
    color: #202020;
}

.rnotify .rnotify-close-container.show {
    display: -ms-flexbox;
    display: flex;
}

.rnotify.rnotify-right .rnotify-close-container {
    left: auto;
    right: 20px;
}

.rnotify .rnotify-close-container svg {
    position: relative;
    display: inline-block;
    float: left;
    width: 32px;
    height: auto;
    margin: 0 5px 0 2px;
    padding: 0;
}

.rnotify .rnotify-close-container svg path {
    fill: #f53a3a;
}

.rnotify .rnotify-container {
    position: relative;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    width: auto;
    height: auto;
    margin: 0;
    padding: 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: auto;
}

.rnotify.opened .rnotify-container {
    max-height: 320px !important;
}

.rnotify .rnotify-container::-webkit-scrollbar {
    display: none;
}

.rnotify .rnotify-container .rnotify-notification {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 400px;
    max-width: 100%;
    height: auto;
    margin: 0 0 10px;
    padding: 0 0 0 5px;
    background-color: #2459e7;
    border-radius: 10px;
    box-shadow: 0px 0px 25px -5px rgb(0 0 0 / 15%);
    animation-name: rNotifyFadeInFromLeft;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-fill-mode: both;
}

.rnotify .rnotify-container .rnotify-notification.rnotify-hide {
    animation-name: rNotifyFadeOut;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-fill-mode: both;
}

.rnotify .rnotify-container .rnotify-notification:last-child {
    margin-bottom: 0 !important;
}

.rnotify .rnotify-container .rnotify-notification .rnotify-box {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px 15px;
    background-color: #ffffff;
    border-radius: 5px 8px 8px 5px;
}

.rnotify .rnotify-container .rnotify-notification .rnotify-box .rnotify-avatar {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 50px;
    height: auto;
    margin: 0 10px 0 0;
    padding: 0;
    border-radius: 50%;
    overflow: hidden;
}

.rnotify .rnotify-container .rnotify-notification .rnotify-box .rnotify-avatar a {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
}

.rnotify .rnotify-container .rnotify-notification .rnotify-box .rnotify-avatar a span {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.rnotify .rnotify-container .rnotify-notification .rnotify-box .rnotify-details {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: calc(100% - 60px);
    height: auto;
    margin: 0;
    padding: 0;
}

.rnotify .rnotify-container .rnotify-notification .rnotify-box .rnotify-details .rnotify-info {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 2.5px;
    padding: 0;
}

.rnotify .rnotify-container .rnotify-notification .rnotify-box .rnotify-details .rnotify-info .rnotify-name,
.rnotify .rnotify-container .rnotify-notification .rnotify-box .rnotify-details .rnotify-info .rnotify-age {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
    margin: 0 2.5px 0 0;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #255ae7;
}

.rnotify .rnotify-container .rnotify-notification .rnotify-box .rnotify-details .rnotify-info .rnotify-description {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #202020;
}

.rnotify .rnotify-container .rnotify-notification .rnotify-box .rnotify-details .rnotify-action {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.rnotify .rnotify-container .rnotify-notification .rnotify-box .rnotify-details .rnotify-action svg {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 18px;
    height: 18px;
    margin: 3.5px 5px 0 0;
    padding: 0;
    font-size: 14px;
    line-height: 25px;
    fill: #f53a3a;
}

.rnotify .rnotify-container .rnotify-notification .rnotify-box .rnotify-details .rnotify-action .rnotify-location {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
    margin: 0 5px 0 0;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    color: #747475;
}

.rnotify .rnotify-container .rnotify-notification .rnotify-box .rnotify-details .rnotify-action a {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: right;
    width: auto;
    height: auto;
    margin: 5px 5px -5px 0;
    padding: 2.5px 15px;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
    color: #fff;
    background-color: #255ae7;
    border-radius: 3px;
    box-shadow: none;
    border: none;
    outline: none;
    text-decoration: none;
}

.rnotify .rnotify-container .rnotify-notification .rnotify-box .rnotify-details .rnotify-action a:hover {
    opacity: 0.8;
}

.rnotify .rnotify-container .rnotify-notification button {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    display: inline-block;
    float: right;
    width: auto !important;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    text-decoration: none;
    cursor: pointer;
}

.rnotify .rnotify-container .rnotify-notification button svg {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    fill: #969696;
    background: #fff !important;
}

.rnotify .rnotify-container .rnotify-notification button:hover svg {
    fill: #292929;
}

.rnotify .rnotify-form {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    width: 100%;
    height: 100vh;
    background-color: rgb(0 0 0 / 25%);
    font-family: "Lato", sans-serif;
}

.rnotify .rnotify-form.show {
    display: -ms-flexbox;
    display: flex;
}

.rnotify .rnotify-form .rnotify-form-box {
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    float: left;
    width: 100%;
    max-width: 820px;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    box-shadow: 0 0 20px 1px rgb(0 0 0 / 10%);
    border-radius: 10px;
    overflow: hidden;
}

.rnotify .rnotify-form .rnotify-form-box .rnotify-form-left {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 50%;
    height: auto;
    min-height: 100px;
    margin: 0;
    padding: 50px;
    text-align: center;
    font-family: "Lato", sans-serif;
}

.rnotify .rnotify-form .rnotify-form-box .rnotify-form-left img {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: none;
    width: 200px;
    height: 200px;
    margin: 0 0 25px;
    padding: 0;
    border-radius: 300px;
    border: 4px solid #e3e4e8;
}

.rnotify .rnotify-form .rnotify-form-box .rnotify-form-left .name {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 5px;
    padding: 0;
    font-size: 20px;
    line-height: 18px;
    font-weight: 600;
    color: #255ae7;
    text-align: center;
}

.rnotify .rnotify-form .rnotify-form-box .rnotify-form-left .location {
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.rnotify .rnotify-form .rnotify-form-box .rnotify-form-left .location svg {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 18px;
    height: 18px;
    margin: 2.5px 5px 0 0;
    padding: 0;
    font-size: 14px;
    line-height: 25px;
    fill: #f53a3a;
}

.rnotify .rnotify-form .rnotify-form-box .rnotify-form-left .location span {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
    margin: 0 5px 0 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #747475;
}

.rnotify .rnotify-form .rnotify-form-box .rnotify-form-right {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 50%;
    height: auto;
    margin: 0;
    padding: 2.3rem 2.2rem 3.3rem 2.2rem;
    background-color: #255ae7;
}

.rnotify .rnotify-form .rnotify-form-box .rnotify-form-right:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: #255ae7;
    transform: rotate(45deg);
    top: 50px;
    left: -13px;
}

.rnotify .rnotify-form .rnotify-form-box .rnotify-form-right p {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 5px;
    padding: 0;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #ffffff;
    text-align: left;
}

.rnotify .rnotify-form .rnotify-form-box .rnotify-form-right .rnotify-field {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 7.5px 0 10px;
    padding: 0;
}

.rnotify .rnotify-form .rnotify-form-box .rnotify-form-right .rnotify-field input {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 0 18px;
    line-height: 44px;
    font-size: 14px;
    font-weight: 500;
    background-color: transparent !important;
    border: 2px solid #fff !important;
    border-radius: 30px;
    color: #fff;
    box-shadow: none !important;
    outline: none !important;
    font-family: "Lato", sans-serif;
}

.rnotify .rnotify-form .rnotify-form-box .rnotify-form-right .rnotify-field input::-webkit-input-placeholder {
    color: #fff;
}

.rnotify .rnotify-form .rnotify-form-box .rnotify-form-right .rnotify-field input:-ms-input-placeholder {
    color: #fff;
}

.rnotify .rnotify-form .rnotify-form-box .rnotify-form-right .rnotify-field input::placeholder {
    color: #fff;
}

.rnotify .rnotify-form .rnotify-form-box .rnotify-form-right .rnotify-field textarea {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 100px;
    max-height: 100px;
    min-height: 100px;
    margin: 0 0 15px;
    padding: 10px 18px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
    background-color: transparent !important;
    border: 2px solid #fff !important;
    border-radius: 20px;
    color: #fff;
    box-shadow: none !important;
    outline: none !important;
    font-family: "Lato", sans-serif;
}

.rnotify .rnotify-form .rnotify-form-box .rnotify-form-right .rnotify-field textarea::-webkit-input-placeholder {
    color: #fff;
}

.rnotify .rnotify-form .rnotify-form-box .rnotify-form-right .rnotify-field textarea:-ms-input-placeholder {
    color: #fff;
}

.rnotify .rnotify-form .rnotify-form-box .rnotify-form-right .rnotify-field textarea::placeholder {
    color: #fff;
}

.rnotify .rnotify-form .rnotify-form-box .rnotify-form-right .rnotify-field label {
    position: absolute;
    z-index: 1000;
    top: 22.5px;
    left: 20px;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
    color: #fafafa;
    pointer-events: none;
    transition: 0.5s;
    font-size: 14px;
    font-weight: 300;
}

.rnotify .rnotify-form .rnotify-form-box .rnotify-form-right .rnotify-field .label {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 30px;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 5px;
    transform: translate(0, -50%);
    font-size: 12px;
    color: transparent;
    pointer-events: none;
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

.rnotify .rnotify-form .rnotify-form-box .rnotify-form-right .rnotify-field.focus label {
    top: 0;
    left: 30px;
    padding: 0 5px;
    transform: translateY(-50%);
    font-size: 12px;
}

.rnotify .rnotify-form .rnotify-form-box .rnotify-form-right .rnotify-field .label:before,
.rnotify .rnotify-form .rnotify-form-box .rnotify-form-right .rnotify-field .label:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 10%;
    height: 10px;
    opacity: 0;
    transition: 0.3s;
    height: 5px;
    background-color: #255ae7;
    transform: translateY(-50%);
}

.rnotify .rnotify-form .rnotify-form-box .rnotify-form-right .rnotify-field .label:before {
    left: 50%;
}

.rnotify .rnotify-form .rnotify-form-box .rnotify-form-right .rnotify-field .label:after {
    right: 50%;
}

.rnotify .rnotify-form .rnotify-form-box .rnotify-form-right .rnotify-field.focus .label:before,
.rnotify .rnotify-form .rnotify-form-box .rnotify-form-right .rnotify-field.focus .label:after {
    width: 50%;
    opacity: 1;
}

.rnotify .rnotify-form .rnotify-form-box .rnotify-form-right .rnotify-field .error {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 20px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    color: #ff7a7a;
}

.rnotify .rnotify-form .rnotify-form-box .rnotify-form-right button:not(.js-rnotify-form-close) {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: #255ae7;
    background: #fff !important;
    border-radius: 30px;
    box-shadow: none;
    border: none !important;
    border-color: transparent !important;
    outline: none;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
}

.rnotify .rnotify-form .rnotify-form-box .rnotify-form-right button.js-rnotify-form-close {
    position: absolute;
    z-index: 9;
    right: 15px;
    top: 15px;
    display: inline-block;
    float: left;
    width: 24px !important;
    height: 24px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    background: transparent !important;
    border: 2px solid #fff !important;
    border-radius: 30px;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
}

.rnotify .rnotify-form .rnotify-form-box .rnotify-form-right button.js-rnotify-form-close svg {
    position: relative;
    display: inline-block;
    float: none;
    width: 10px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

.rnotify .rnotify-form .rnotify-form-box .rnotify-form-right button.js-rnotify-form-close svg path {
    fill: #ffffff;
}

.rnotify .rnotify-form .rnotify-form-response {
    position: relative;
    z-index: 1;
    display: none;
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 15px;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
    white-space: pre-line;
}

.rnotify .rnotify-form .rnotify-form-box.response_success h1,
.rnotify .rnotify-form .rnotify-form-box.response_success .rnotify-field,
.rnotify .rnotify-form .rnotify-form-box.response_success textarea,
.rnotify .rnotify-form .rnotify-form-box.response_success button:not(.js-rnotify-form-close),
.rnotify .rnotify-form .rnotify-form-box.response_error h1,
.rnotify .rnotify-form .rnotify-form-box.response_error .rnotify-field,
.rnotify .rnotify-form .rnotify-form-box.response_error textarea,
.rnotify .rnotify-form .rnotify-form-box.response_error button:not(.js-rnotify-form-close) {
    display: none;
}

.rnotify .rnotify-form .rnotify-form-box.response_success .rnotify-form-response.success {
    display: inline-block;
}

.rnotify .rnotify-form .rnotify-form-box.response_error .rnotify-form-response.error {
    display: inline-block;
}


/* Safari */

@-webkit-keyframes rNotifyLoader {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rNotifyLoader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.rnotify .rnotify-form .rnotify-form-box .rnotify-loader {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: rgb(255 255 255 / 75%);
    border-radius: 5px;
}

.rnotify .rnotify-form .rnotify-form-box.load .rnotify-loader {
    display: -ms-flexbox;
    display: flex;
}

.rnotify .rnotify-form .rnotify-form-box .rnotify-loader span {
    position: relative;
    z-index: 9;
    display: inline-block;
    float: left;
    width: 32px;
    height: 32px;
    margin: 0 15px 0 0;
    border: 4px solid #e8e8e8;
    border-radius: 50%;
    border-top: 4px solid #2459e7;
    -webkit-animation: rNotifyLoader 2s linear infinite;
    animation: rNotifyLoader 2s linear infinite;
}

@media screen and (min-width: 993px) {
    .rnotify.rnotify-right {
        right: 0;
        left: auto;
    }
    .rnotify.rnotify-right .rnotify-container .rnotify-notification {
        animation-name: rNotifyFadeInFromRight;
    }
    .rnotify.rnotify-right .rnotify-container .rnotify-notification.rnotify-hide {
        animation-name: rNotifyFadeOut;
        animation-duration: 0.5s;
        animation-timing-function: linear;
        animation-fill-mode: both;
    }
}

@media screen and (max-width: 992px) {
    .rnotify .rnotify-open {
        display: -ms-flexbox;
        display: flex;
    }
    .rnotify .rnotify-close-container {
        top: -24px;
        height: 26px;
        padding: 0;
        right: auto !important;
        left: 20px !important;
    }
    .rnotify .rnotify-close-container span {
        display: none;
    }
    .rnotify .rnotify-close-container svg {
        width: 26px;
        margin: 0;
    }
    .rnotify.rnotify-top .rnotify-close-container {
        top: auto;
        bottom: -24px;
    }
    .rnotify .rnotify-container {
        padding: 10px;
        max-width: 100%;
    }
    .rnotify .rnotify-container .rnotify-notification .rnotify-box {
        padding: 10px 20px 10px 10px;
    }
    .rnotify .rnotify-container .rnotify-notification .rnotify-box .rnotify-details .rnotify-action .rnotify-name,
    .rnotify .rnotify-container .rnotify-notification .rnotify-box .rnotify-details .rnotify-action .rnotify-age,
    .rnotify .rnotify-container .rnotify-notification .rnotify-box .rnotify-details .rnotify-action .rnotify-description,
    .rnotify .rnotify-container .rnotify-notification .rnotify-box .rnotify-details .rnotify-action .rnotify-location,
    .rnotify .rnotify-container .rnotify-notification .rnotify-box .rnotify-details .rnotify-action a {
        font-size: 12px;
    }
    .rnotify .rnotify-container .rnotify-notification .rnotify-box .rnotify-details .rnotify-action a {
        margin: 0;
        padding: 0 5px;
    }
    .rnotify .rnotify-container .rnotify-notification .rnotify-box .rnotify-details .rnotify-action svg {
        width: 15px;
        height: 15px;
        margin: 3.5px 2.5px 0 0;
    }
    .rnotify .rnotify-container .rnotify-notification button {
        right: 5px;
    }
    .rnotify.rnotify-top {
        bottom: auto;
        top: 0;
    }
    .rnotify.rnotify-top .rnotify-open {
        top: auto;
        bottom: -50px;
    }
    .rnotify .rnotify-form .rnotify-form-box {
        max-width: 95%;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .rnotify .rnotify-form .rnotify-form-box .rnotify-form-left,
    .rnotify .rnotify-form .rnotify-form-box .rnotify-form-right {
        width: 100%;
        padding: 25px;
    }
    .rnotify .rnotify-form .rnotify-form-box .rnotify-form-left img {
        width: 100px;
        height: 100px;
    }
    .rnotify .rnotify-form .rnotify-form-box .rnotify-form-right p {
        text-align: center;
    }
}