html {
  font-size: 14px;
}

@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;
}


.profile_image {
    width: 250px;
    height: 250px;
    position: relative;
    margin: auto;
    overflow: hidden;
}


#ImageDiv {
    width: 900px;
    margin: 0 auto 25px auto;
    padding: 25px;
    color: #8d9499;
    color: #97A1A8;
    background: #fff;
    border: 2px dashed #C8CBCE;
    text-align: center;
    -webkit-transition: box-shadow 0.3s, border-color 0.3s;
    -moz-transition: box-shadow 0.3s, border-color 0.3s;
    transition: box-shadow 0.3s, border-color 0.3s;
}

    #ImageDiv .Neon-input-icon {
        font-size: 48px;
        margin-top: -10px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.Neon-input-choose-btn {
    display: inline-block;
    padding: 8px 14px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
    color: #8d9496;
    border-radius: 3px;
    border: 1px solid #c6c6c6;
    vertical-align: middle;
    background-color: #fff;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.thumbnail {
    position: relative;
}

.thumbnail img {
        width: 100%;
    }

.image-gallery-item {
    padding-top: 15px;
    padding-bottom: 15px;
}

 .image-gallery-item svg {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }


.center {
    text-align: center;
    height: 400px;
    width: 600px;
    margin: auto;
}


.messagebody {
    background-color: whitesmoke;
    width: 800px;
    margin: auto;
    border-radius: 15px;
    padding: 15px;
}

.responsebody {
    background-color: white;
    width: 800px;
    margin: auto;
    border-radius: 15px;
    padding-right: 30px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}


#map {
    height: 300px;
    width: 100%;
}

.bi-filetype-svg {
    font-size: 50px;
}

.bi-filetype-pdf {
    font-size: 50px;
}



.barcode_image {
    width: 300px;
    height: 600px;
    position: relative;
    margin: auto;
    overflow: hidden;
}

.loginbtn {
    width: 100%;
}

.form-group {
    margin-bottom: 15px;
}



