@font-face {
    font-family: 'Noto Sans Bold';
    src: url(../font/Noto_Sans/NotoSans-Bold.ttf);
}

@font-face {
    font-family: 'Noto Sans Regular';
    src: url(../font/Noto_Sans/NotoSans-Regular.ttf);
}

.footer {
    background: transparent;
    display: block;
    bottom: 0;
    font-size: 10px;
    width: 100%;
    color: #545353b3;
    padding: 5px;
    z-index: 0;
}

.not-found {
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.not-found img {
    width: 100%;
}

.error-page {
    padding: 16px;
}
.error-page img {
    width: 50%;
    opacity: 0.7;
    margin-bottom: 30px;
}

.error-page p {
    color: #8b8b8b;
}


/*custom vertical modal*/
.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    max-width: inherit;
    /* For Bootstrap 4 - to avoid the modal window stretching
   full width */
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}


* a {
    outline: none;
    box-shadow: none;
    text-decoration: none !important;
}
a:focus {
    outline: none !important;
    box-shadow: none;
    text-decoration: none;
}

.ti-location-pin {
    font-size: 16px;
    color: #337ab7;
    font-weight: 600 !important;
    z-index: 9999;
    margin: 0 10px;
}

.loading-page img {
    width: 30px;
    height: 30px;
    opacity: 0.7;
}

.error-vt .warn-wrap {
    background-color: #ff676b;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px 16px 20px;
    margin-bottom: 40px;
}
.error-vt .warn-wrap i {
    font-size: 50px;
    margin-bottom: 10px;
}
.error-vt .warn-wrap p {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
}
.error-vt .err-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px 40px;
}
.error-vt .err-contact a {
    display: block;
    padding: 10px;
    border-radius: 30px;
    border: 1px solid #295f8d;
    width: 100%;
    margin-bottom: 15px;
    color: #295f8d;
    text-align: center;
}

.btn-update-info-modal {
    /*position: fixed;*/
    /*bottom: 14px;*/
    /*width: 100%;*/
    /*left: 0;*/
    /*text-align: center;*/
    /*z-index: 1;*/
}
.btn-update-info-modal button {
    position: fixed;
    right: 28px;
    bottom: 36px;
    background-color: #169ED8;
    color: #FFFFFF;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    font-size: 16px;
    padding: 0 9px;
    z-index: 3;
}

img {
    width: auto;
    max-width: 100%;
}

.font-weight-bold {
    font-weight: bold;
}