* {
    scrollbar-width: thin;
    scrollbar-color: #4eb08d #fff;
    font-family: 'Lato';
}

*::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

*::-webkit-scrollbar-track {
    background: #fff;
}

*::-webkit-scrollbar-thumb {
    background-color: #4eb08d;
    border-radius: 6px;
    border: 3px solid #4eb08d;
}

body {
    margin: 0;
    background: linear-gradient(162.46deg, #6fedc0 0.34%, #108664 50.87%, #0a4736 99.48%),
    linear-gradient(0deg, #fafafa, #fafafa);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.d-flex {
    display: flex !important;
}

.flex-column {
    flex-direction: column !important;
}

.justify-content-center {
    justify-content: center !important;
}

.w-100 {
    width: 100%;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}
