:root {
    --swiper-theme-color: #16c777
}

.swiper-controls .swiper-button-next:after,.swiper-controls .swiper-button-prev:after {
    content: none!important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-clip: text;
}

/*Change text in autofill textbox*/
input:-webkit-autofill {
    -webkit-text-fill-color: rgb(203 213 225) !important;
}
