﻿@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@500&display=swap");

body {
    font-family: 'Mulish', sans-serif;
    /*display: flex;
    min-height: 100vh;
    flex-direction: column;*/
}

.text-nav:hover {
    color: limegreen;
}

/*.navbar-dark .navbar-nav .nav-item .nav-link:focus,
.navbar-dark .navbar-nav .nav-item .nav-link:hover {
    color: red;
}*/

.nav-link-homepage:focus, .nav-link-homepage:hover {
    color: limegreen;
    /*text-underline-offset:0px;*/
}

.dropdown-item-homepage:focus, .dropdown-item-homepage:hover {
    color: limegreen;
}

/*stop Remove Focus*/
.form-control:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.form-select:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.no-blue-border:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.bg-location {
    background-color: #65a36d;
}

.bg-location2 {
    background-color: #3b6140;
}

.text-sm {
    font-size: 12px;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.float-test {
    position: fixed;
    z-index: 100;
}

/*.nav-link-homepage:focus-visible {
    color: seagreen;
}*/

/* Add WA floating button CSS */
.floating {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.fab-icon {
    margin-top: 16px;
}

.spinner-wrapper {
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
}

.spinner-border {
    height: 60px;
    width: 60px;
}
