@font-face {
    font-family: "font_main";
    src: url('../fonts/times new roman.ttf');
}




* {
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


html {
    --scrollbarBG: #F3E4D8;
    --thumbBG: #FD89AC;
}

html, body {
    height: 100%;
}
*:focus {
    outline: none;
}
button:focus,
a {
    outline: none;
}

a {
    color: #0F0F0F;
    text-decoration: none !important;
}

ul {
    margin: auto;
    padding: 0;
}

img {
    max-width: 100%;
}

input,
button {
    font-family: "font_main";
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 15px;
}

a,
button,
img,
.form-control {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

::selection {
    color: #fff !important;
    background-color: #1167B0 !important;
}

body {
    background: #fff;
    font-family: "font_main";
    padding: 0;
    margin: auto;
    position: relative;
    z-index: 1;
    background: #F1E8E1;
    color: #1167B0;
    overflow-x: hidden;

}


body {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

body::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
    width: 90%;
    margin: auto;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 0;
    border: 0 solid var(--scrollbarBG);
}


body::-webkit-scrollbar {
    width: 11px;
}


.pg_none {
    padding: 0;
    margin: 0;
}


li#times-ican  {
    display: none;
}

.logo_menu {
    display: none;
}
#app {
    flex: 1 0 auto;
}
