/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/templates/simple-sidebar)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */

#wrapper {
    overflow-x: hidden;
}

#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -18rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
    width: 18rem;
}

#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

.navbar {
    --bs-navbar-padding-y: 0 rem !important;
    --bs-navbar-padding-x: 0 !important;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    border: 1px solid rgba(0,0,0,.125);
}

body {
    padding-top: 60px;
}


/*@media (min-width: 768px) {*/
@media (min-width: 1024px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -18rem;
    }

    body {
        padding-top: 50px;
    }

}

@media (max-width: 768px) {
    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    body {
        padding-top: 50px;
    }

}



.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}
.right-arrow1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    border: 3px solid green;
}



/* unvisited link
a:link {
    color: #000000 !important;
}*/

/* visited link
a:visited {
    color: #001933 !important;
}*/

/* mouse over link
a:hover {
    color: #001933 !important;
}*/

/* selected link
a:active {
    color: #001933 !important;
}*/