select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

* {
    font-family: 'Inter';
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.notification-enter-active, .notification-leave-active {
    transition: all .3s;
}

.notification-enter, .notification-leave-to {
    transform: translateY(-0.5rem);
    opacity: 0;
}

.notification-leave, .notification-enter-to {
    transform: translateY(0);
    opacity: 1;
}

.w-dropdown {
    z-index: 49;
}

.fade-enter-active, .fade-leave-active {
    transition: all .3s;
}

.fade-enter, .fade-leave-to {
    opacity: 0;
}

.fade-leave, .fade-enter-to {
    opacity: 1;
}

.alert-enter-active, .alert-leave-active {
    transition: all .3s;
}

.alert-enter, .alert-leave-to {
    transform: translateY(1rem);
    opacity: 0;
}

.alert-leave, .alert-enter-to {
    transform: translateY(0);
    opacity: 1;
}

.w-silde {
    cursor: pointer;
}

[v-cloak] {
    display: none;
}

.w-slider-mask-0 {
    cursor: pointer;
}

.slider {
    cursor: pointer;
}

.squeeze-enter-active, .squeeze-leave-active {
    transition: all .3s;
}

.squeeze-enter, .squeeze-leave-to {
    max-height: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
}

.squeeze-leave, .squeeze-enter-to {
    max-height: 330px;
    opacity: 1;
}

.section-2 {
    padding-bottom: 80px;
}

.color-img {
    position: absolute;
    left: auto;
    top: 12px;
    right: 12px;
    bottom: auto;
    z-index: 49;
    width: 24px;
    height: 24px;
    border-radius: 100px;
}

.info-description2 {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 8px;
    font-family: Inter, sans-serif;
    color: #4e5d78;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    text-align: left;
}
