.has-success .form-control {
    border: 1px solid #0e4421;
}

.has-danger .form-control {
    border: 1px solid #dc1d34;
}

.has-danger .form-select {
    border: 1px solid #dc1d34;
}

.form-group .text-help {
    color: #dc1d34;
    font-size: 12px;
}
.inline-label label{
    display: inline;
}

.pristine-error {
    display: table;
}

.htmx-indicator{
    display:none;
}
.htmx-request .htmx-indicator{
    display:inline;
}
.htmx-request.htmx-indicator{
    display:inline;
}


.loader-overlay {
    /* -ms-opacity: 0.1; */
    background: #1616168f;
    display: none;
    height: 100%;
    left: 0;
    opacity: .2;
    position: fixed;
    top: 0;
    vertical-align: middle;
    width: 100%;
    z-index: 1000000;
}

.loader-content {
    margin-left: auto;
    margin-top: auto;
    width: 50%;
}

.loader-center {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);   
    left: 50%;
    display: block;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -55%);
}

.loader-text {
    color: #FFF;
    margin-top: 5px;
    font-size: 15px;
    height: 30%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#govtid-cam {
    width: 100%;
    height: 300px;
    margin-left: 0px;
    border: 3px solid #ccc;
    background: black;
 }

 #selfie-cam {
    width: 100%;
    height: 400px;
    margin-left: 0px;
    border: 3px solid #ccc;
    background: black;
 }


 #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #565a56;
    z-index: 9999;
  }

  #map {

    max-width: 100%;
    height:500px;
}