html {
  font-size: 14px;
}


arcgis-map {
    display: block;
    height: 50vh;
}



.small-box {
    border-radius: 0.5rem;
    /*color: #fff;*/
    padding: 0.5rem;
/*    min-height: 120px;*/
}

.small-box-outstanding-payments-color {
    background-color: #8dc63f;
    color: #000;
    font-size: 1.25em;
}

.small-box-unpaid-applications-color {
    background-color: #00a5d9;
    color: #fff;
    font-size: 1.25em;
}

.small-box-pending-reviews-color {
    /*    background-color: #FFCA28;
    color: #000;*/
    background-color: #00a5d9;
    color: #fff;
    font-size: 1.25em;
}

.small-box-pending-inspections-color {
    background-color: #ef4135;
    color: #fff;
    font-size: 1.25em;
}

.small-box .icon {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    font-size: 3rem;
    opacity: 0.2;
}

.small-box-footer {
    color: rgba(255,255,255,0.8);
    display: block;
    padding: 0.5rem;
    text-align: center;
    text-decoration: none;
}

    .small-box-footer:hover {
        color: #fff;
    }




@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.table-column-5 {
    width: 5%;
}

.table-column-15 {
    width: 15%;
}

.table-column-10 {
    width: 10%;
}

.table-column-30 {
    width: 30%;
}

.table-column-20 {
    width: 40px;
}




.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #19a9e9;
}


.text-bg-primary {
    color: #fff !important;
    background-color: #48a5db !important;
}

.text-bg-success {
    color: #fff !important;
    background-color: #84bd00 !important;
}

.text-bg-danger {
    color: #fff !important;
    background-color: #ef3340 !important;
}

.actionLinkGrid {
    white-space: nowrap;
}


#spinnerBs {
    position: fixed;
    top: calc( 50% - ( 150px / 2) ); /* where ... is the element's height */
    right: calc( 50% - ( 150px / 2) ); /* where ... is the element's width */
    z-index: 1000; /* Ensure it appears above other content */
    background: white;
}

#imgSpinner {
    position: fixed;
    top: calc( 48% - ( 110px / 2) ); /* where ... is the element's height */
    right: calc( 50% - ( 110px / 2) ); /* where ... is the element's width */
    z-index: 1001; /* Ensure it appears above other content */
    width: 220px;
    height: 220px;
    display: block; /* Ensures the image stays centered */
    margin: auto; /* Centers the image horizontally */
}

.text-primary {
    --bs-primary-rgb: 72, 165, 219;
}

.border-info {
    --bs-border-opacity: 1;
    border-color: #19a9e9 !important;
}

.custom-shadow {
    transition: box-shadow 0.3s ease-in-out;
}

    .custom-shadow:hover {
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    }

.custom-shadow-footer {
    transition: box-shadow 0.3s ease-in-out;
}

    .custom-shadow-footer:hover {
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    }



.helloUser {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.responsive-logo {
    width: 100vw;
    max-width: 150px;
    max-height: 50px;
}

@media (min-width: 992px) { /* Bootstrap's lg breakpoint */
    .responsive-logo {
        max-width: 250px;
    }
}




.required-field::after {
    content: " *";
    color: red;
}

.green-text {
    color: green;
}

.red-text {
    color: red;
}

.btn-scope-personal {
    background-color: #8dc63f !important; /* green */
    color: #000 !important;
    border-color: #8dc63f !important;
}

.btn-scope-org {
    background-color: #FFCA28 !important; /* yellow */
    color: #000 !important;
    border-color: #FFCA28 !important;
}

.btn-scope-personal:hover { background-color: #7fb935 !important; }  
.btn-scope-org:hover      { background-color: #e6b323 !important; }

.org-avatar {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1rem;
}  


/*.tooltip-inner {
    text-align: left !important;
}*/
 