.noty_body__icon {width: 3.92857rem;height: 3.92857rem;font-size: 1.57143rem;}
#noty_layout__topRight,
#noty_layout__bottomRight,
#noty_layout__bottomLeft,
#noty_layout__topLeft,
#noty_layout__topCenter,
#noty_layout__bottomCenter {width: 380px;}
#noty_layout__topFullWidth,
#noty_layout__bottomFullWidth {
    position: fixed;
    z-index: 9999999;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#noty_layout__topFullWidth {top: 0;left: 0;}
#noty_layout__bottomFullWidth {bottom: 0;left: 0;}
.noty_has_timeout.noty_has_progressbar .noty_progressbar {opacity: 1;}
[class*="noty_theme__unify--v1"] {
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 1.57143rem;
}
.noty_theme__unify--v1--dark {background-color: #2e3c56;}
.noty_theme__unify--v1--light {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05);
}
.noty_type__success.noty_theme__unify--v1 {background-color: #1cc9e4;}
.noty_type__info.noty_theme__unify--v1 {background-color: #1d75e5;}
.noty_type__error.noty_theme__unify--v1 {background-color: #e62154;}
.noty_type__warning.noty_theme__unify--v1 {background-color: #e6a821;}
.noty_body {font-weight: 400;font-size: 1rem;color: #fff;}

[class*="noty_theme__unify--v1"] .noty_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.noty_theme__unify--v1--light .noty_body {color: #41464B;}
.noty_body__icon {position: relative;display: inline-block;color: #fff;text-align: center;border-radius: 50%;}
.noty_body__icon::before {display: block;}
.noty_body__icon > i {
    position: relative;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.noty_theme__unify--v1 .noty_body__icon {background-color: rgba(245, 249, 249, 0.2);}
.noty_theme__unify--v1--dark .noty_body__icon {background-color: rgba(245, 249, 249, 0.1);}
.noty_theme__unify--v1--dark.noty_type__success .noty_body__icon {color: #1cc9e4;}
.noty_theme__unify--v1--dark.noty_type__info .noty_body__icon {color: #1d75e5;}
.noty_theme__unify--v1--dark.noty_type__error .noty_body__icon {color: #e62154;}
.noty_theme__unify--v1--dark.noty_type__warning .noty_body__icon {color: #e6a821;}
.noty_theme__unify--v1--light.noty_type__success .noty_body__icon {background-color: rgba(28, 201, 228, 0.15);color: #1cc9e4;}
.noty_theme__unify--v1--light.noty_type__info .noty_body__icon {background-color: rgba(29, 117, 229, 0.15);color: #1d75e5;}
.noty_theme__unify--v1--light.noty_type__error .noty_body__icon {background-color: rgba(230, 33, 84, 0.15);color: #e62154;}
.noty_theme__unify--v1--light.noty_type__warning .noty_body__icon {background-color: rgba(230, 168, 33, 0.15);color: #e6a821;}

[class*="noty_theme__unify--v1"] .noty_close_button {
    top: 14px;
    right: 14px;
    width: 0.85714rem;
    height: 0.85714rem;
    line-height: 0.85714rem;
    background-color: transparent;
    font-weight: 300;
    font-size: 1.71429rem;
    color: #fff;
    border-radius: 0;
}
.noty_theme__unify--v1--light .noty_close_button {color: #cad6d6;}
.noty_progressbar {height: 0.5rem !important;}
.noty_theme__unify--v1 .noty_progressbar {background-color: rgba(0, 0, 0, 0.08) !important;}
.noty_theme__unify--v1--dark.noty_type__success .noty_progressbar {background-color: #1cc9e4;}
.noty_theme__unify--v1--dark.noty_type__info .noty_progressbar {background-color: #1d75e5;}
.noty_theme__unify--v1--dark.noty_type__error .noty_progressbar {background-color: #e62154;}
.noty_theme__unify--v1--dark.noty_type__warning .noty_progressbar {background-color: #e6a821;}
.noty_theme__unify--v1--light.noty_type__success .noty_progressbar {background-color: rgba(28, 201, 228, 0.15);}
.noty_theme__unify--v1--light.noty_type__info .noty_progressbar {background-color: rgba(29, 117, 229, 0.15);}
.noty_theme__unify--v1--light.noty_type__error .noty_progressbar {background-color: rgba(230, 33, 84, 0.15);}
.noty_theme__unify--v1--light.noty_type__warning .noty_progressbar {background-color: rgba(230, 168, 33, 0.15);}