/*FONT CSS*/

@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*GENERAL CSS*/

body {
    font-family: 'Bitter', serif;
    font-weight: normal;
    font-style: normal;
    overflow: hidden;
    color: #000;
    height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
    font-family: 'Bitter', serif;
    font-weight: normal;
    margin-top: 0px;
    font-style: normal;
}

a,
a:hover {
    cursor: pointer;
    text-decoration-color: #000;
}

button:focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}


/*NAVBAR CSS*/

.btn-route,
.btn-menu,
.btn-stop {
    border: none;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .3px;
    text-transform: uppercase;
    display: grid;
    color: #fff;
}

.btn-route:hover,
.btn-route:visited,
.btn-route:focus,
.btn-menu:hover,
.btn-menu:focus,
.btn-menu:visited,
.btn-stop:hover,
.btn-stop:focus,
.btn-stop:visited
 {
    color: #fff;
    opacity: .85;
}

.btn-route i,
.btn-menu i,
.btn-stop i {
    font-size: 1.5em;
}

.header-text {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: .5px;
}


/*SIDEBAR CSS*/

#sidebarRight,
#sidebarLeft,
#sidebarRoute,
#sidebarStop,
#sidebarStopRoutes,
#sidebarFavorites {
    height: 100%;
    width: 20rem;
    position: fixed;
    top: 55px;
    background-color: #fff;
}

#sidebarLeft,
#sidebarFavorites {
    overflow-y: auto;
}

.fa-circle {
    font-size: .85rem !important;
    color: rgb(7, 194, 7);
}


/* .fa-circle::after {
    content: '|';
} */
#systems .switch{
	display: none;
}
#sidebarFavorites {
    right: 0;
    display: none;
}

#sidebarRoute {
    display: none;
    z-index: 103;
}

#sidebarStop {
    display: none;
    z-index: 104;
}

#sidebarStopRoutes {
    display: none;
    z-index: 105;
}
#sidebarLeft,
#sidebarStop,
#sidebarRoute,
#sidebarStopRoutes {
    left: 0;
    
}

#sidebarRight {
    right: 0;
    z-index: 100;
}
#sidebarLeft {
    z-index: 100;
}
#sidebarLeft ul.nav .nav-link,
#sidebarRoute ul.nav .nav-link,
#sidebarStop ul.nav .nav-link,
#sidebarStopRoutes ul.nav .nav-link,
#sidebarFavorites ul.nav .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .3rem 1rem;
    font-size: 1rem;
}

#sidebarFavorites ul.nav .nav-link {
    padding: 1.5rem 1rem;
}

#sidebarFavorites p {
    font-size: 20px;
}

.heading {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    background-color: #d0d1d2;
}

#sidebarLeft ul.nav .nav-link.active,
#sidebarLeft ul.nav .nav-link:hover,
#sidebarRoute ul.nav .nav-link:hover,
#sidebarStop ul.nav .nav-link:hover,
#sidebarStopRoutes ul.nav .nav-link:hover,
#sidebarFavorites ul.nav .nav-link:hover {
    background: #dee2e6ab;
}

#sidebarLeft ul.nav .nav-link i,
#sidebarRoute ul.nav .nav-link i,
#sidebarStop ul.nav .nav-link i,
#sidebarStopRoutes ul.nav .nav-link i,
#sidebarFavorites ul.nav .nav-link i.fa-directions {
    font-size: 1.5rem;
}

#sidebarFavorites ul.nav .nav-link i.fa-directions {
    color: #000;
}

#sidebarLeft a,
#sidebarRoute a,
#sidebarStop a,
#sidebarStopRoutes a,
#sidebarFavorites a {
    font-size: 13px;
    color: #000;
    text-transform: capitalize;
}

#sidebarRoute a,
#sidebarStop a,
#sidebarStopRoutes a,
#sidebarFavorites a i {
    color: #848484;
}

#sidebarRoute a i,
#sidebarStop a i,
#sidebarStopRoutes a i {
    font-size: 1.5rem;
}

#sidebarRight .buttons {
    padding: 1rem .5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dee2e6;
}

#sidebarRight .links {
    padding: 1rem .5rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dee2e6;
}

#sidebarRight .Favorites,
#sidebarRight .links a {
    color: #848484;
}

#sidebarRight .links a i {
    font-size: 2rem;
}

#ModalOne .modal-header,
#ModalTwo .modal-header,
#ModalThree .modal-header,
#ModalFour .modal-header,
#ModalFive .modal-header {
    border-bottom: 0;
}

#ModalOne .modal-footer,
#ModalTwo .modal-footer,
#ModalThree .modal-footer,
#ModalFour .modal-footer,
#ModalFive .modal-footer {
    border-top: 0;
}

#ModalTwo .modal-dialog {
    margin: 3rem 4.5rem;
}

#ModalOne .modal-dialog {
    left: 20%;
    top: 20%;
}

.tour-modal .modal-title {
    font-size: 1.5rem;
    font-weight: 500;
}

.tour-modal .modal-body p {
    font-size: 15px;
    text-align: justify;
}

.tour-modal .btn-light {
    color: #212529;
    background-color: #e3e4e4;
    border-color: #e3e4e4;
}

.tour-modal .btn-light:hover {
    color: #212529;
    background-color: #bdbdbd;
    border-color: #bdbdbd;
}

body.modal-open .map {
    opacity: .25;
}

.modal-title {
    font-weight: 500;
    text-transform: capitalize;
}


/* .modal-backdrop.show {
    opacity: 0;
} */


/* .modal-backdrop {
    position: relative;
} */

.padding-custom {
    padding: 1rem 1rem;
}

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 15px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

#sidebarLeft label {
    margin-bottom: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(136, 136, 136, 0.278);
    border: 1px solid rgba(136, 136, 136, 0.278);
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 23px;
    width: 23px;
    left: -4px;
    top: -4px;
    bottom: 4px;
    background-color: rgb(138, 43, 226);
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, .155);
}

input:checked+.slider {
    background-color: #fff;
    border: 1px solid rgb(138, 43, 226);
}

input:focus+.slider {
    box-shadow: 0 0 1px #000;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.btn-color-option {
    padding: 10px 17px!important;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}

.btn-color-option i {
    font-size: 1rem;
}


/*Map CSS*/

iframe {
    height: 100vh;
    width: 100%;
}
