.required {
	color:red;
}
.jconfirm {
	z-index: 9998 !important;
}
.select2-container--open {
	z-index: 9999 !important;
}
.card-columns {
  column-count: 2;
}
.error {
	color: red;
}
/* Mobilenumber Intl */
.iti-flag {
    background-image: url("/admin/assets/img/flags/flags.png") !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {background-image: url("/admin/assets/img/flags/flags@2x.png") !important;
    }
}
.intl-tel-input {
    width: 100% !important;
}
.user-name {
	color: #fff;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
    background: rgba(23,23,23,.3);
}

.doctor-profile > .profile-header {
    height: 250px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.hidden {
    display:none;
}
.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

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