body
{
    font-family: Roboto,Noto Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;

    direction: ltr;
    min-height: 100vh;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0;

    display: block;
}

*, :after, :before {
    box-sizing: border-box;
}



.m-0
{
    margin: 0!important;
}

.mt-20
{
    margin-top:20px;
}

.p-0
{
    padding: 0!important;
}

.fullscreen
{

    position: fixed!important;
    left: 15px!important;
    right: 15px!important;
    top: 15px!important;
    bottom: 15px!important;
    margin: 0!important;
    background-color: #fff!important;
    z-index: 1039!important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: auto;
    max-height: 100%;
    -ms-box-shadow: 0 0 35px 19px rgba(0,0,0,.75)!important;
    -o-box-shadow: 0 0 35px 19px rgba(0,0,0,.75)!important;
    box-shadow: 0 0 35px 19px rgba(0,0,0,.75)!important;


    left: 0px!important;
    right: 0px!important;
    top: 0px!important;
    bottom: 0px!important;

}

div {
    display: block;
}

.container
{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.hide {
    display: none;
}

.show {
    display: block;
}
.row
{
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.h-100
{
    height: 100%!important;
}


.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-12
{
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.d-middle
{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.fs--30
{
    font-size: 30px!important;
}

.fs--11
{
    font-size: 11px!important;
}

.fs--13
{
    font-size: 13px!important;
}

.fs--18
{
    font-size: 18px!important;
}

.font-weight-bold
{
    font-weight: 700!important;
}


.text-dark
{
    color: #000!important;
}

.text-white
{
    color: #FFF!important;
}

.text-align-start
{
    text-align: left!important;
}

dl, ol, ul {
    margin-top: 0;
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

address, dl, ol, ul {
    margin-bottom: 1rem;
}

li {
    text-align: -webkit-match-parent;
}


.mt-2
{
    margin-top: .5rem!important;
}

.mb-2
{
    margin-bottom: .5rem!important;
}

.mb-1
{
    margin-bottom: .25rem!important;
}

b, strong {
    font-weight: bolder;
}

.text-amber-600
{
    color: #ffb300!important;
}

.text-amber-400
{
    color: #ffca28!important;
}



pwa-install::part(openButton) {
    background: #090909;
    font-size: 17px;
    /* border-radius: 15px; */
    position: absolute;
    z-index: 9999;
    border: 1px solid #FFF;
    width: 100%;
    top: 5px;
    display:block;
}



