﻿.top-arrow {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999; /* Ensure it's above other content */
}

.top-arrow a {
  display: block;
  margin-bottom: 10px;
  color: #333; /* Adjust color as needed */
  text-decoration: none;
}

.top-arrow a:hover {
  color: #666; /* Adjust hover color as needed */
}

/* Adjust the icon size */
.top-arrow i {
  font-size: 24px; /* Adjust size as needed */
}
.top-arrow{
	    -webkit-tap-highlight-color: transparent;
    text-size-adjust: 100%;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    font-family: 'Roboto',sans-serif!important;
    scrollbar-color: #0064a7 #151111;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: fixed;
    right: 0;
    bottom: 50px;
    display: flex;
    flex-flow: column;
    z-index: 99;
}
.top-arrow {
    background-color: rgb(0 0 0 / 23%);
    padding: 5px;
    border-radius: 5px;
}
.fas{
    content: "\f102";
        color: #5caf9ec7;

}
