html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    padding-top: 60px;
}

body {
    background-color: #fff;
    overflow: hidden;
}

body::-webkit-scrollbar {
    display: none;
}

main {
    height: calc(100vh - 60px - 60px);
    overflow-y: auto;
}

main::-webkit-scrollbar {
    display: none;
}

.navbar-bg {
    background-color: #255d99 !important;
}

.container-custom {
    max-width: 1140px;
}

.site-icon {
    width: 30px;
    height: 30px;
    margin: 10px;
}

.result-area {
    background-color: #f8f9fa;
}