/* cyrillic-ext */
@font-face {
    font-family: 'Old Standard TT';
    font-style: normal;
    font-weight: 400;
    src: local('Old Standard TT Regular'), local('OldStandardTT-Regular'), url(../fonts/n6RTCDcIPWSE8UNBa4k-DNfpymPPb9zLZSC2SzI6Gas.woff2) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
    font-family: 'Old Standard TT';
    font-style: normal;
    font-weight: 400;
    src: local('Old Standard TT Regular'), local('OldStandardTT-Regular'), url(../fonts/n6RTCDcIPWSE8UNBa4k-DAMmvcNMumFIXbYli0LIspQ.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Old Standard TT';
    font-style: normal;
    font-weight: 400;
    src: local('Old Standard TT Regular'), local('OldStandardTT-Regular'), url(../fonts/n6RTCDcIPWSE8UNBa4k-DGeTsEkOZa5HBB5JEDzRDgE.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Old Standard TT';
    font-style: normal;
    font-weight: 400;
    src: local('Old Standard TT Regular'), local('OldStandardTT-Regular'), url(../fonts/n6RTCDcIPWSE8UNBa4k-DAWzrwVEjhpk9QfBGM28Oks.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Old Standard TT';
    font-style: normal;
    font-weight: 400;
    src: local('Old Standard TT Regular'), local('OldStandardTT-Regular'), url(../fonts/n6RTCDcIPWSE8UNBa4k-DG75SyxP8F_Nt1CRRMel2UU.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Old Standard TT';
    font-style: normal;
    font-weight: 700;
    src: local('Old Standard TT Bold'), local('OldStandardTT-Bold'), url(../fonts/5Ywdce7XEbTSbxs__4X1_EoF_GGlGlGw9uib-tOAyGQ.woff2) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
    font-family: 'Old Standard TT';
    font-style: normal;
    font-weight: 700;
    src: local('Old Standard TT Bold'), local('OldStandardTT-Bold'), url(../fonts/5Ywdce7XEbTSbxs__4X1_M2bTsyIypEFKfIkuNtkUu4.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Old Standard TT';
    font-style: normal;
    font-weight: 700;
    src: local('Old Standard TT Bold'), local('OldStandardTT-Bold'), url(../fonts/5Ywdce7XEbTSbxs__4X1_HwQqmbWK2qlB9UkHqXH08c.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Old Standard TT';
    font-style: normal;
    font-weight: 700;
    src: local('Old Standard TT Bold'), local('OldStandardTT-Bold'), url(../fonts/5Ywdce7XEbTSbxs__4X1_I7Afe0kkO8QAMRnHYxIsdc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Old Standard TT';
    font-style: normal;
    font-weight: 700;
    src: local('Old Standard TT Bold'), local('OldStandardTT-Bold'), url(../fonts/5Ywdce7XEbTSbxs__4X1_C0jGk3ScAiZpxLRtv3VAEU.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/*
 * custom style code for css notify
 */
[data-notify="container"][class*="alert-pk-"] {
    border-width: 0px;
    border-left-width: 15px;
    border-left-style: solid;
    border-radius: 0px;
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
    /*font-family: 'Roboto-Regular';*/
    letter-spacing: 0.5px;
    z-index: 99999;
    font-size: 16px;
}
[data-notify="container"].alert-pk-info {
    border-left-color: rgba(19, 123, 161, 0.75);
    color: #0f5475;
    background-color: rgba(179, 223, 245, 0.90);
}
[data-notify="container"].alert-pk-danger, [data-notify="container"].alert-pk-error {
    border-left-color: rgba(255, 103, 76, 0.75);
    color: #90120f;
    background-color: rgba(255, 185, 185, 0.90);
}
[data-notify="container"].alert-pk-warning {
    border-left-color: rgba(255, 214, 0, 0.75);
    color: #73460a;
    background-color: rgba(255, 228, 175, 0.90);
}
[data-notify="container"].alert-pk-success {
    border-left-color: rgba(114, 218, 26, 0.75);
    color: #096f0b;
    background-color: rgba(183, 230, 164, 0.90);
}
[data-notify="container"][class*="alert-pk-"] > [data-notify="title"] {
    /*color: rgb(80, 80, 57);*/
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
[data-notify="container"][class*="alert-pk-"] > [data-notify="message"] {
    font-weight: 400;
}