.btn-grey{display:flex;justify-content:center;align-items:center;gap:var(--Spacing-Spacing-md,8px);background:var(--Base-White,#FFF);cursor:pointer}.btn-grey,.btn-grey:hover{border-radius:999px;border:1px solid var(--Grey-Medium-Grey,#e0e0e0)}.btn-grey:hover{transition:all .3s ease-in-out;background:var(--Grey-Light-Grey,#F8F8F8)}.btn-blue{display:flex;justify-content:center;align-items:center;gap:var(--Spacing-Spacing-md,8px);border-radius:999px;border:1px solid #1a73e4;background:var(--Hitap-Secondary-Color,#1A73E4);cursor:pointer}.btn-blue:hover{transition:all .3s ease-in-out;border-radius:999px;background:var(--Hitap-Dark-Secondary-Color,#005DC3);border:1px solid #005dc3}.btn-blue-border{display:flex;justify-content:center;align-items:center;border-radius:999px;border:1px solid var(--Hitap-Secondary-Color,#1a73e4);background:var(--Base-White,#FFF);cursor:pointer}.btn-blue-border:hover{transition:all .3s ease-in-out;background:var(--Hitap-Secondary-Color,#1A73E4);color:#fff}.btn-blue-border:hover svg path{transition:all .3s ease-in-out;stroke:#fff!important}.svg-bin svg{cursor:pointer;transition:all .3s ease-in-out}.svg-bin:hover svg path{fill:#ef6258;cursor:pointer}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.black{color:#142131}.grey{color:#747474}.dark-grey{color:var(--Grey-Medium-Dark-Grey,#ADADAD)}.white{color:var(--Base-White,#FFF)}.error{color:#ef6258}.hitap-secondary{color:#1a73e4}.hitap-light-secondary{color:rgba(43,60,92,.96)}.hover-text-special:hover{color:#142131;transition:all .3s ease-in-out}