html[lang="ar"] .dropdown-menu {
    direction: rtl;
    text-align: right;
}

.icon-container {
  position: absolute;
  left: 20px;
  top: calc(50% - 20px);
  top:16px;
  display: none;

}
.loader {
  position: relative;
  height: 30px;
  width: 30px;
  display: inline-block;
  animation: around 5.4s infinite;
}

@keyframes around {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(360deg)
  }
}

.loader::after, .loader::before {
  content: "";
  background: white;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-color: #d72285 #d72285 transparent transparent;
  border-style: solid;
  border-radius: 20px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  animation: around 0.7s ease-in-out infinite;
}

.loader::after {
  animation: around 0.7s ease-in-out 0.1s infinite;
  background: transparent;
}
#search-form label{
  position: relative;
}
em.error {
    color: #fb5eb4;
    font-size: 16px;
    margin-top: 5px;
}
/*
input.valid-success {
    background: #daf7da !important;
}*/
section.register > div form label input, section.register > div form label select, section.register > div form label textarea, section.register > div form label [data-toggle=dropdown] {

    color: #002247;

}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
em.error {
    display: block;
}
.hidden{
  display: none;
}
section.sorgulama > div .bolum.info > div > * > span {
    font-size: 16px;
}
.application-status {
    width: 100%;
    display: block;
}
.application-status p {
    border: 0 !important;
    text-align: center !important;
    width: 100% !important;
    font-weight: bold;
    color: #002247;
    font-size: 20px;
}
small.last-update {
    display: block;
    width: 100% !important;
    font-size: 15px !important;
    color: #484848;
    border: 0 !important;
    text-align: center !important;
}
span.admin-comment {
    display: block;
    width: 100% !important;
    border: 0 !important;
    text-align: center !important;
}
