.input_icon_sets {
    top: 9px;
    right: 17px;
}

/*
    geoapify Start
*/
.geoapify-autocomplete-items {
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-top: none;
    background-color: #fff;

    z-index: 99;
    /* top: 100%;
    left: 0;
    right: 0; */
}

.geoapify-autocomplete-items div {
    padding: 10px;
    cursor: pointer;
}

.geoapify-autocomplete-items div:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.geoapify-autocomplete-items .active {
    background-color: rgba(0, 0, 0, 0.1);
}

.geoapify-autocomplete-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.geoapify-autocomplete-item .icon {
    display: inline-block;
    width: 40px;
    height: 24px;
    color: #aaa;
}

.geoapify-autocomplete-item .icon.emoji {
    color: unset;
    font-size: 20px;
    opacity: 0.9;
}

/*.geoapify-close-button {*/
/*    position: absolute;*/
/*    right: 5px;*/
/*    top: 0;*/
/*    height: 100%;*/
/*    display: none;*/
/*    align-items: center;*/
/*}*/

.geoapify-close-button {
    display: none !important;
}

.geoapify-close-button.visible {
    display: none !important;
}

/*.geoapify-close-button {*/
/*    color: rgba(0, 0, 0, 0.4);*/
/*    cursor: pointer;*/
/*}*/

/*.geoapify-close-button:hover {*/
/*    color: rgba(0, 0, 0, 0.6);*/
/*}*/

.geoapify-autocomplete-items .main-part .non-verified {
    color: #ff4848;
}

.geoapify-autocomplete-items .secondary-part {
    margin-left: 10px;
    font-size: small;
    color: rgba(0, 0, 0, 0.6);
}

/*
    geoapify End
*/

label.error {
    color: red;
}

label, label.error {
    text-transform: capitalize;
}

#dob::placeholder {
    text-transform: none !important;
}

::-webkit-input-placeholder {
    text-transform: capitalize;
}

::-ms-input-placeholder {
    text-transform: capitalize;
}

::placeholder {
    text-transform: capitalize;
}

/*Loader css*/
#overlayDocument {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
    text-align: center
}

#overlayDocument img {
    position: absolute;
    top: 50%;
}

.overlayDocument span {
    position: absolute;
    top: 50%;
}

.overlayDocument h2 {
    position: absolute;
    top: 55%;
    width: 100%;
    margin: 0 auto;
    left: 1%;
}


.admin_list_alignment {
    text-align: center;
}

.panel_body tr > td,
.panel_body tr > th {
    text-align: center;
}

.panel_body tr > th > div, .panel_body tr > td > div {
    justify-content: center;
    display: flex;
    width: 100%;
}

.info_content ul {
    list-style-type: unset;
}

.pdf_logo {
    width: 250px;
}

.signature_img {
    max-height: 100px;
    max-width: 200px;
}

/* #home_image {
    position:relative;
    height:534px;
    width:450px;
    margin:0 auto;
  }

  #home_image img {
    position:absolute;
    left:0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
  }
/*
  #home_image img.top:hover {
    opacity:0;
  } */
/* @keyframes cf3FadeInOut {
  0% {
  opacity:1;
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}
}

#home_image img.top {
animation-name: cf3FadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 5s;
animation-direction: alternate;
} */
