/*FullStack by Rocker.vn (since 2008)*/ 
a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {background:transparent;border:0 none;margin:0;padding:0;border:0;outline:0;vertical-align:top}
a{text-decoration:none;color:#000}blockquote, q {quotes:none}img {vertical-align:top;}embed {vertical-align:top}p { display: block; margin-block-start:unset; margin-block-end: unset; margin-inline-start: unset; margin-inline-end: unset; } .clr_fix{clear:both} .clear:after { content: ' '; position: relative; display: block; clear: both; } label { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: -moz-none; -o-user-select: none; user-select: none; } input{ outline:none } .noselect, .noselect *,.nslt,.nslt *{ -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; margin:0; } ::-webkit-scrollbar { width: 8px; height: 10px; } ::-webkit-scrollbar-thumb { background: #b9b9b9; border-radius: 5px; } ::-webkit-scrollbar-track { background: rgba(255, 255, 255, 1); }

 .alert {
    position: relative;
    padding: 6px 12px;
    border: 1px solid #000;
    color: #000000;
    font-size: 13px;
    font-weight: 700; 
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px
}

.alert a.alert-link, .alert a {
    font-weight: 700;
    color: #000000;
}
.alert li{
    list-style: none;
}
.alert b{
    font-weight: bold;
}
.alert p {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 18px;
}

.alert.alert-primary {
    background-color: #e2f0ff;
    border-color: #3a86d6;
}

.alert.alert-primary hr {
    border-top-color: #3a86d6;
}

.alert.alert-secondary {
    background-color: #f0f0f0;
    border-color: #8e9396;
}

.alert.alert-secondary hr {
    border-top-color: #8e9396;
}

.alert.alert-success {
    background-color: #F7FFF0;
    border-color: #8CCB57;
}

.alert.alert-success hr {
    border-top-color: #8CCB57;
}

.alert.alert-danger {
    background-color: #FFFAFA;
    border-color: #F55050;
}

.alert.alert-danger hr {
    border-top-color: #F55050;
}

.alert.alert-warning {
    background-color: #fff8e1;
    border-color: #f1cb4b;
}

.alert.alert-warning hr {
    border-top-color: #f1cb4b;
}

.alert.alert-info {
    background-color: #dcedf1;
    border-color: #42bfdb;
}

.alert.alert-info hr {
    border-top-color: #42bfdb;
}

.alert.alert-light {
    background-color: #fefefe;
    border-color: #a7a4a4;
}

.alert.alert-light hr {
    border-top-color: #a7a4a4;
}

.alert.alert-dark {
    background-color: #d6d8d9;
    border-color: #525557;
}

.alert.alert-dark hr {
    border-top-color: #525557;
}

.alert.with-icon {
    padding-left: 32px;
}

.alert.with-icon[class*="alert-"]:before {
    position: absolute;
    /*font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;*/


    font-family: 'Line Awesome Free';
    font-weight: 900;


    top: 7px;
    left: 7px;
    width: 20px;
    font-size: 12px;
    text-align: center;
}

.alert.with-icon.alert-primary:before {
    content: "\f06a";
    color: #3a86d6;
}

.alert.with-icon.alert-secondary:before {
    content: "\f47f";
    color: #8e9396;
}

.alert.with-icon.alert-success:before {
    content: "\f058";
    color: #8CCB57;
}

.alert.with-icon.alert-danger:before {
    content: "\f071";
    color: #F55050;
}

.alert.with-icon.alert-warning:before {
    content: "\f071";
    color: #f1cb4b;
}

.alert.with-icon.alert-info:before {
    content: "\f06a";
    color: #42bfdb;
}

.alert.with-icon.alert-light:before {
    content: "\f12a";
    color: #a7a4a4;
}

.alert.with-icon.alert-dark:before {
    content: "\f12a";
    color: #525557;
}

.alert .close {
    color: #727272;
    font-size: 0.9rem;
    padding: 3px;
    outline: none;
}

.alert .close span {
    color: #727272;
}

.group-lang{
    position: fixed;
    right: 5%;
    top:5%;
    color: #ffffff
}
.group-lang a{
    color: #ffffff
}

.other-links {
    margin-top: 10px; 
}

.other-links{
    font-size: 13px; 
}
.other-links span{
    color: #ffffff; 
    padding: 5px;
    padding-left: 0;
    display: inline-block;
}
.SupportBrows{
    color:#ffffff;
    padding-top: 20px;
}
.SupportBrows p{
    display: block;
    text-decoration: underline;
    padding-bottom: 4px;
}
.SupportBrows i{
    display: inline-block;
    font-size: 25px;
}
