@font-face {
    font-family: Madeevol;
    src: url(utils/font/Madeevolve.woff2) format("woff2");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: Roboto;
    src: url(utils/font/Roboto/Roboto-Medium.ttf) format("ttf");
    font-style: normal;
    font-weight: 100;
    font-stretch: 100%;
    font-display: swap;
}

html {
    font-family: Madeevol, serif;
    font-style: normal;
    scroll-behavior: smooth;
}

.block {
    width: 1280px;
    max-width: 1280px;
    padding: 16px 50px;
}

.roboto {
    font-family: Roboto, serif;
}

.text0, .text1, .text2 {
    margin: 30px 0;
}

.text0 {
    font-size: 50px;
    line-height: 55px;
    font-weight: bold;
}

.text1 {
    font-size: 32px;
    line-height: 39px;
    font-weight: 500;
}

.text2 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 300;
}

.text3 {
    font-size: 20px;
    line-height: 29px;
    font-weight: 300;
}

.text4 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 300;
}


.text5 {
    font-size: 12px;
    font-weight: 300;
    color: rgb(102, 102, 102);
}




input,
md-select,
md-autocomplete {
    border-radius: 4px;
    border: none;
    line-height: 40px;
    width: 100%;
    height: 40px;
    transition: outline-color 0.3s ease;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}







::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: var(--gray300);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background: var(--gray400);
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    min-height: 24px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--gray500);
    cursor: grabbing;
}

::-webkit-scrollbar-thumb:active {
    background: var(--gray500);
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-corner {
    display: none;
}



input,
button, .button, .button2 {
    min-height: 50px;
    font-weight: 500;
    font-size: 16px;
    padding: 16px 32px;
    border-radius: 8px;
    margin: 0;
    box-sizing: border-box;
}


button, .button, .button2 {
    background-color: var(--accent);
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    white-space: nowrap;
    user-select: none;
    transition: color 0.2s ease, background-color 0.2s ease;
    gap: 8px;
}

button:active, .button:active, .button2:active {
    color: var(--gray400);
    background: var(--gray200);
}

img {
    transition: filter 0.3s ease;
}

button:active img, .button:active img, .button2:active img,
button[disabled] img, .button[disabled] img, .button2[disabled] img {
    filter: invert(64%) sepia(12%) saturate(353%) hue-rotate(173deg) brightness(86%) contrast(87%);
}

button[disabled], .button[disabled],
form[disabled] .button, form[disabled] button{
    color: var(--gray400) !important;
    background: var(--gray100) !important;
    cursor: default;
    pointer-events: none;
}

.button2 {
    background: none;
    outline: 2px solid var(--accent);
}

.button2:hover{
    background: var(--accent);
}





input,
md-select,
md-autocomplete {
    outline: 1px solid var(--gray300);
    padding-left: 16px;
    border-radius: 4px;
    border: none;
    line-height: 40px;
    transition: outline-color 0.3s ease;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}

input:focus,
md-select:focus,
md-autocomplete:focus {
    outline: 1px solid var(--accent);
}


.hover-shadow:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}


.img-crop-left-top{
    object-fit: cover;
    object-position: left top;
}


.back-opacity-50 {
    backdrop-filter: opacity(0.5);
}

.mt100 {
    margin-top: 100px
}

.w300 {
    width: 200px;
    min-width: 200px;
}

.divider-50 {
    min-width: 1px;
    min-height: 1px;
    background: var(--gray50);
}

.divider-100 {
    min-width: 1px;
    min-height: 1px;
    background: var(--gray100);
}

.divider-200 {
    min-width: 1px;
    min-height: 1px;
    background: var(--gray200);
}

.divider-300 {
    min-width: 1px;
    min-height: 1px;
    background: var(--gray300);
}

.divider-400 {
    min-width: 1px;
    min-height: 1px;
    background: var(--gray400);
}

.divider-500 {
    min-width: 1px;
    min-height: 1px;
    background: var(--gray500);
}
