/* @import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,wght@0,300;0,400;0,700;1,400&display=swap'); */

@font-face {
    font-family: 'Google Sans';
    src: url('inc/GoogleSans-Regular.ttf') format('truetype');
    font-weight: 400; /* Regular font weight */
    font-style: normal;
}

@font-face {
    font-family: 'Google Sans';
    src: url('inc/GoogleSans-Bold.ttf') format('truetype');
    font-weight: 700; /* Bold font weight */
    font-style: normal;
}   
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}b{font-weight:700;color:inherit}

body {
    /* font-family: 'Roboto', sans-serif; */
    /* font-family: "Open Sans", -apple-system, BlinkMacSystemFont, sans-serif;  */
    font-family: "Google Sans",  sans-serif;  
    box-sizing: border-box;
    /* background: #fff; */
    background: #fafafa;
    -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; -webkit-user-drag: none; -khtml-user-drag: none; -moz-user-drag: none; -o-user-drag: none; user-drag: none; -ms-text-size-adjust: none;
    font-size: 15px;
    width: 100vw;
    height: 100vh;
    background: #122b58;
    background: radial-gradient(circle, #284d90 0%, #122b58 100%);
    background: radial-gradient(circle, #253965 0%, #122b58 100%);
}
img,a{
    -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; -webkit-user-drag: none; -khtml-user-drag: none; -moz-user-drag: none; -o-user-drag: none; user-drag: none;
}


a,
div,
input {
    text-decoration: none;
    color: #333;
    outline: none;
    background: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
button,
.btn,
.btn2{
    -webkit-tap-highlight-color: transparent;
}
select{
    padding: 5px 9px;
    border: none;
    margin: 3px;
    background: #0265a8;
    border-radius: 5px;
    color: #fff;
    outline: none;
    text-align: center;
}

input[type=number],
input[type=number] {
    border: none;
    font-size: 19px;
    border-bottom: 2px solid #0265a8;
    padding: 5px;
    color: #005792;
} 
  


main{
    max-width: 500px;
    margin: 0 auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    padding-top: 40px;
}

img.profileIMG{
    width: 248px;
    max-width: 58vw;
    border-radius: 9px;
    max-height: 33vh;
    object-fit: cover;
    object-position: top;
}

.menu{
    padding: 0 0;
}

.menu a{
    background: #dadada36;
    color: #fff;
    padding: 16px 10px;
    width: 250px;
    display: flex;
    align-items: center;
    margin: 21px 0;
    border-radius: 5px;
}

.menu a >div{
    color: #fff;
    font-weight: bold;
}

.menu a>img{
    width: 32px;
    padding-right: 10px;
}
.menu a.menuBig span{
    font-size: 13px;
    font-weight: normal;
    margin-top: 6px;
    display: block;
}

.menu a:hover{
    background:#8b0000;
}

.index_title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #Fff;
    padding-top: 16px;
    
}

.index_title b{
    font-weight: bold;
    font-size: 22px;
}
.index_title span{
    padding: 12px;
}
