/* login- html start */

a
{
  text-decoration: none;
}

.bg-primary {
    background: #062343;
  }
  
  .login-card {
    padding: 2rem;
    border-radius: 8px;
    width: 100%;

    color: #fff;

  }
  .login-card-container {
    padding: 2rem;
    border-radius: 8px;
    width: 100%;
    color: #fff;

  }
  .login-card-2{
    padding: 2rem;
    border-radius: 8px;
    width: 100%;
    color: #fff;
 }
 .login-card-3{
    padding: 2rem;
    border-radius: 8px;
    width: 100%;
    max-width: 500px;
    color: #fff;
 }

 .login-card-4{
  padding: 2rem;
  border-radius: 8px;
  width: 100%;
  max-width: 600px;
  color: #fff;
 }
  .btn-light {
    background: #ffffff;
    color: #062343;
    font-weight: bold;
  }
  
  .btn-light:hover {
    background: #6fb7ff;
  }

  .btn-height{
    height: 100%;
    min-height: 110px;
  }
  
  .btn-height-next{
    height: 100%;
  }

 .btn-icons-login-two{
  width: 60px;
 }

.btn-icons-login{
  width: 37px;

}

  .bg-image {
    background: url(../images/jamica-login-bg.png) no-repeat center center;
    background-size: cover;
    overflow: auto;
  }
  /* login-html end */

  /* Payment-method-start */
 
  .payment-method {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #3a4f6a;
  }
 
  .payment-icon {
    font-size: 1.5rem;
  }
  .add-payment {
    margin-top: 20px;
  }
  .add-payment a {
    color: #61dafb;
    text-decoration: none;
  }
  .add-payment a:hover {
    text-decoration: underline;
  }

  /* sign-up-start */
 
  .signup-container .form-control {

    color: #fff;
    border: 1px solid #3a4f6a;
  }

.contact-one__form-input .form-control  {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: #eff2f6;
  color: #000;
  height: 67px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px;
  font-size: 15px;
}
.contact-one__form-input .form-select  {
width: 100%;
display: block;
border: none;
outline: none;
background-color: #eff2f6;
color: #000;
height: 67px;
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
border-radius: 4px;
font-size: 15px;
}
.contact-one__form-input .form-control:focus {
  background-color: #eff2f6;
  border-color: #61dafb;
  box-shadow: none;
}
  .signup-container .form-control:focus {
    background-color: #1b263b;
    border-color: #61dafb;
    box-shadow: none;
  }
  .btn-primary {
    background-color: #61dafb;
    border: none;
  }
  .btn-primary:hover {
    background-color: #4fb7e9;
  }
  .contact-one__form-input .social-btn {
    background-color: #3b5998;
    border: none;
    color: #fff;
  }
  .contact-one__form-input .social-btn.google {
    background-color: #db4437;
  }
  .contact-one__form-input .social-btn:hover {
    opacity: 0.9;
  }
  .contact-one__form-input .divider {
    text-align: center;
    margin: 20px 0;
  }
  .contact-one__form-input .divider::before,
  .divider::after {
    content: "";
    display: inline-block;
    width: 30%;
    height: 1px;
    background-color: #3a4f6a;
    vertical-align: middle;
  }
  .contact-one__form-input .divider span {
    margin: 0 10px;
    color: #aaa;
  }
  .contact-one__form-input .login-link {
    text-align: center;
    margin-top: 20px;
  }
  .contact-one__form-input .login-link a {
    color: #61dafb;
    text-decoration: none;
  }
  .contact-one__form-input .login-link a:hover {
    text-decoration: underline;
  }
  .password-feild{
    position: relative;
  }
  .password-icon{
    position: absolute;
    right: 5px;
    top: 6px;
  }
  .thm-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color:#516eb4;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 500;
    font-family: var(--thm-font);
    padding: 15px 30px;
    transition: 500ms;
    background-color: #516eb4;
    color: #fff;
}
.thm-btn:hover{
 background-color: #1c4ec7;
}
  .button-list {
    max-width: 400px;
    margin: 50px auto;
  }
  .btn-custom {
    background-color: #1b263b;
    color: #fff;
    border: 1px solid #3a4f6a;
    text-align: left;
    padding: 10px 15px;
    font-weight: 500;
  }
  .btn-custom:hover {
    background-color: #3a4f6a;
    color: #fff;
  }
  .btn-custom i {
    margin-right: 10px;
  }
  /* feedback-start */

  .form-container {
    background-color: #ffffff;
    color: #000;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 600px;
  }
 
  .btn-submit {
    background-color: #007bff;
    color: white;
  }
  .btn-cancel {
    color: #6c757d;
  }
  .emojis {
    display: flex;
    gap: 15px;
  }

  .emoji {
    font-size: 2rem;
    cursor: pointer;
    transition: transform 0.3s ease, color 0.3s ease;
  }

  .emoji:hover {
    transform: scale(1.3);
    color: #ffcc00;
  }

  .emoji:active {
    transform: scale(1.5);
    color: #ff9900;
  }
  

  .login-card-6{
    width: 100%;
  }
  .gold-gradient:hover {
    background: linear-gradient(45deg, #FFD700, #FFC107, #FFB300);
}
.platinum-gradient:hover {
  background: linear-gradient(45deg, #E5E4E2, #D3D3D3, #C0C0C0);

}
.diamond-gradient:hover {
  background: linear-gradient(45deg, #B9F2FF, #E0FFFF, #AFEEEE);
}

  
/* new task */
  .container-center {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box {
    padding: 40px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: .3s ease;
}

.combo-bg{
  height: 100%;
  background: linear-gradient(61.82deg, #0E2036 14.49%, #486D9B 85.51%);
  border: 1px solid #006eff42;
}
.urgent_cards a{
  text-decoration: none;
  }

  .combo-bg ul{
padding-left: 15px;
  }

.box{
  
  transition: transform 1s ease,;
}

  .box:hover{
    box-shadow: 17px 20px 33px rgb(6 25 41 / 61%);
    /* background: linear-gradient(61.82deg, #486D9B 14.49%, #0E2036 85.51%); */
    background: linear-gradient(61.82deg, #0a4b43 14.49%, #21625b 85.51%);
    border: 1px solid linear-gradient(to right, #036b5e, #48c9b0); 
    box-shadow: 0 0 15px rgba(5, 228, 202, 0.8); /* Green glow effect */
    transform: scale(1.05); /* Scale the box up */
  }


  .icon-login img{
width: 70px;
  }

 /* ratings-css */

/* ratings-css */

.rate {
  display: flex;
  flex-direction: row-reverse; /* Align stars from right to left */
  justify-content: flex-end;
  gap: 5px; /* Space between stars */
  height: 46px;
  overflow: hidden; /* Hide any extra content */
  align-items: center;
}

.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}

.rate:not(:checked) > label {
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
  transition: color 0.5s ease;
}

.rate:not(:checked) > label:before {
  content: '★'; /* Only show stars */
}

.rate > input:checked ~ label {
  color: #ffc700;
  transition: color 0.5s ease;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;
  transition: color 0.5s ease;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
  transition: color 0.5s ease;
}
.selected {
  color: red; /* Selected color */
}
.ratings {
  display: flex;
  flex-direction: row; /* Left-to-right layout */
  justify-content: flex-start;
  gap: 5px;
  height: 46px;
  align-items: center;
}

.stethoscope {
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
  transition: color 0.5s ease;
}

.stethoscope:hover,
.stethoscope:hover ~ .stethoscope {
  color: #deb217;
}

.stethoscope.selected,
.stethoscope.selected ~ .stethoscope {
  color: #ffc700;
}


/* ratings-end */

/* ratings-end */
/* privacy-page-modal start */

.custom-modal {
  background: rgba(0, 0, 0, 0.5);
}
.custom-modal-content {
  background: #fff;
  /* padding: 20px; */
  border-radius: 10px;
  border:none;
}
.customized-model-header{
background-image: url(../images/bg-popup.png);
color: white;
padding: 20px 20px 20px 20px;
background-position: center;
}

.custom-btn-close{
background-image: url(../images/close.svg);
opacity: 3;
}
.text-blue{
color: #022b5e;
}
.custom-modal-body{
  max-height: 350px;
  overflow: auto;
}


/* For Webkit browsers (Chrome, Edge, Safari) */
.custom-modal-body::-webkit-scrollbar {
  width: 6px; /* Reduce width */
}

.custom-modal-body::-webkit-scrollbar-thumb {
  background-color: #022a5a; /* Change to desired color */
  border-radius: 3px;
  border-radius: 0;
}

.custom-modal-body::-webkit-scrollbar-thumb:hover {
  background-color: #034697; /* Darker shade on hover */
}

.custom-modal-body::-webkit-scrollbar-track {
  background: #ebebeb; /* Change track color */
}

/* privacy-page modal end */


.box-width-form{
  width: 300px;
margin: auto;
}
hr{
  color: #696969 !important;
}


/* urgent-care-start */

.green-bg-main{
  background-image: url(../images/jamica-bg-greeeen.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.combo-bg-green{
  background: rgb(27 202 165 / 20%); /* Base transparent look */
  height: 100%;
  border: 1px solid rgba(72, 252, 139, 0.2); /* Soft green border */

}



/* urgent-care-start */