﻿@import url('../fonts/stylesheet.css');
html {
    overflow-x: hidden;
    overflow-y: auto;
}


body {
    overflow-x: hidden;
    font-family: 'Proxima Nova' !important;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

    body::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}



.AddedLogo {
    height: 100vh;
}

@media screen and (max-width:992px) {
    .AddedLogo {
        height: 100% !important;
        padding: 2rem 0;
    }
}


@media screen and (max-width:992px) {
    .AddedLogo1 {
        padding: 2rem 0;
    }
}
