 /*꧁꧂          ꧁꧂*/
       /* ϙᴀғᴀʀ */
/*꧁꧂          ꧁꧂*/

 /* form start */

 input[type="date"]::-webkit-calendar-picker-indicator {
     opacity: 0;
 }

 input[type="time"]::-webkit-calendar-picker-indicator {
     opacity: 0;
 }

 input[type="date"],
 input[type="time"] {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
 }

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

 /* form end */

 /* swiperjs start */

 .mySwiper::part(pagination) {
     position: relative;
     margin: 40px 0 0 0;
 }

 .mySwiper {
     --swiper-pagination-color: #1f2b6c;
     --swiper-pagination-bullet-inactive-color: #BFD2F8;
     --swiper-pagination-bullet-inactive-opacity: 0.5;
     --swiper-pagination-bullet-size: 18px;
     --swiper-pagination-bullet-horizontal-gap: 8px;
 }

 /* sphygmomanometer */

 .sphygmomanometer::part(pagination) {
     position: relative;
     margin: -70px 0 0 0;
 }

 .sphygmomanometer {
     --swiper-pagination-color: #BFD2F8;
     --swiper-pagination-bullet-inactive-color: white;
     --swiper-pagination-bullet-inactive-opacity: 0.5;
     --swiper-pagination-bullet-size: 18px;
     --swiper-pagination-bullet-horizontal-gap: 8px;
 }

 /* swiperjs end */

 /* footer input */
 input:-webkit-autofill,
 input:-webkit-autofill:hover,
 input:-webkit-autofill:focus,
 input:-webkit-autofill:active {
     -webkit-box-shadow: 0 0 0px 1000px #BFD2F8 inset !important;
     -webkit-text-fill-color: #1F2B6C !important;
 }


 /* css */
 * {
     scroll-behavior: smooth !important;
 }

 ::selection {
     color: #ffffff;
     background-color: #00ced1;
 }