body{
    background: url('images/medical-background-cjge7e89adg6ub8x.jpg');
}

.main-nav{
    /*background-color: rgb(71, 217, 154) !important;*/
  background-color: #067375;
  background-image: linear-gradient(to bottom right, #0e787a, #14b49f);
  color: white;
  padding-bottom:50px;
}

.logo, ul .menu-main a, .nav-link {
    color:white !important;
}

.logo, .selected-clinic{
    text-shadow: 1px 2px 4px #065e60;
}

ul .nav-link:hover {
    color: #ffffff !important;
    text-shadow: 1px 2px 4px #065e60;
}

.login-btn, .next-step{
    background-color: #067375 !important;
    color: rgb(255, 255, 255) !important;
}

.login-btn:hover, .next-step:hover{
    background-color: #0aa0a2 !important;
    color: rgb(255, 255, 255) !important;
}

.next-step-d{
    background-color: #bebebe !important;
    color: rgb(255, 255, 255) !important;
}

.next-step-d:hover{
    background-color: #bebebe !important;
    color: rgb(255, 255, 255) !important;
}

.progress-bar{
    background-color: #ffa400 !important;
}

#progressbar, .step-container fieldset h4{
    color: #099395 !important;
}

.active{
    color: #ffa400 !important;
}



.btn-success{
    background-color: #14b49f !important;
    color: rgb(255, 255, 255) !important;
}

.btn-outline-success, .btn-success{
    background-color: #0ac5ac !important;
    color: rgb(255, 255, 255) !important;
    border:1px solid #14b49f !important;    
}

.btn-success:hover, .btn-outline-success:hover{
    background-color: #44d7c3 !important;
    color: black !important;
    border:1px solid rgb(18, 186, 113) !important;    
}

#fetch_patient, #refresh{
    padding:3px  !important;
    margin-left:10px;
    width:50px;
}


.title-1{
    font-family: "Times New Roman", Times, serif;
}

.all-caps{
    text-transform: uppercase;
}

.all-caps{
    text-transform: uppercase;
}

.font-9{
    font-size: 8px;
}

.font-10{
    font-size: 9px;
}

.font-11{
    font-size: 10px;
}

.font-12{
    font-size: 11px;
}

.font-13{
    font-size: 12px;
}

.font-14{
    font-size: 13px;
}

.font-15{
    font-size: 14px;
}

.font-16{
    font-size: 15px;
}

.font-17{
    font-size: 16px;
}

.font-18{
    font-size: 17px;
}

.font-19{
    font-size: 18px;
}

.center-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
  }

.my-5{
    margin-top:10px !important;
    margin-bottom: 1px !important;
}

.scrollme {
    margin: 4px, 4px;
    padding: 4px;

    width: auto;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: absolute;
    margin: 0px auto;
    width: 100%;
    z-index: 9999;
    top: 15px;
}


.loader {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: linear-gradient(0deg, #FFFFFF 50%, #067375 100%);
  animation: spin 1s linear infinite;
  float: none; 
 
  
}

.inner-circle {
  width: 90%;
  height: 90%;
  background-color: white;
  border-radius: 50%;
}

/* .progress-bar {
    width: 80%;
    max-width: 400px;
    height: 20px;
    background-color: #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
}

.progress {
    width: 0;
    height: 100%;
    background-color: #FF5C35;
    animation: fill 4s infinite;
} */

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to{
    transform: rotate(360deg);
  }
}

.other-conditions{
    font-size:10px;
}