

.formModal{   
    backdrop-filter: blur(7px);
    background-color: #ffffff9c;
}

.formModal .btn-close{   
    position: absolute;
   right: 2rem;
   top: 1rem;
   border: 0;
   border-radius: 40px;
   width: 2rem;
   height: 2rem;
   background-color: rgb(0, 0, 0, 0.5);
}

.formModal .btn-close img{   
   width: 100%;
}

.formModal .close span{   
 color: white;
 font-size: 24px;
 line-height: 24px;
}

.medicalForm {   
    backdrop-filter: blur(7px);
    background-color: #ffffff9c;
}

.medicalForm .btn-close{   
    position: absolute;
   right: 2rem;
   top: 1rem;
   border: 0;
   border-radius: 40px;
   width: 2rem;
   height: 2rem;
   background-color: rgb(0, 0, 0, 0.5);
}

.medicalForm .close {
    background: transparent;
    border: 0;
}

.medicalForm .btn-close img{   
   width: 100%;
   border: none !important;
}

.medicalForm .close span{   
 color: white;
 font-size: 24px;
 line-height: 24px;
}

.medicalForm .thanksTitle{   
    color: black !important;
    font-size: 42px !important;
    line-height: 42px !important;
}

.medicalForm .thanksMessage{   
    color: black !important;
    font-size: 32px !important;
    line-height: 32px !important;
}


.modal-header{
    border:none !important;
}

.modalLogo{
    height: 50%;
    width: auto;
}

.modalHeader{
    width: 100%;
    border-bottom: 1px solid #fff;
    height: 100px;
}

.askGaldermaBtn{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.medicalForm .modal-lg {
    max-width: 1140px;
    width: 90%;
}
.medicalForm .modal-dialog .modal-content .modal-body {
    box-shadow: none;
}
.medicalForm .close {
    position: absolute;
    right: 3%;
    top: 4%;
    z-index: 10;
    opacity: 1;
}


.medicalForm form {
    font-size: 14px;
}

.medicalForm .modal-content{
    background-color: unset;
    border: none;
}



.medicalForm form input, .medicalForm form select {
    border: 1px solid #000;
    color: #000;
    outline: none;
    font-size: 14px;
}
.medicalForm form label.form-title {
    font-weight: 600;
    display: block;
}
.medicalForm form input.invalid {
    border: solid 1px red !important;
}
.medicalForm form textarea.invalid {
    border: solid 1px red !important;
}
.medicalForm form input.invalidCheck {
    outline: solid 1px red !important;
}
.medicalForm .scrollbar::-webkit-scrollbar-track {
    background-color: transparent;
}
.medicalForm .scrollbar::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
}
.medicalForm .scrollbar::-webkit-scrollbar-thumb {
    background-color: #c7c8c7;
    border: 2px solid #c7c8c7;
    border-radius: 20px;
}

.medicalForm{
    color: #000 !important;
}
.medicalForm .title{
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 27px;
    

}

.medicalForm .subtitle{
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 22px;
    
}

.medicalForm input{
    border-radius: 0;
}

.medicalForm select{
    border-radius: 0;
}

.medicalForm{
    height: 100vw;
}
.medicalForm form{
    height: 70vh;
    overflow: auto;
}

.submitBtn{
    background-color: #A09C9F;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 0%;
    padding: 1rem 5rem;
}

.generalInput{
    border: 1px solid #000;
    color: #000;
    outline: none;
    font-size: 14px;
    border-radius: 0;
}

.submitBtn:hover{
    background-color: #A09C9F;
    border: 2px solid #A09C9F;
}

.button {
    width: 100%;
    border: 1px solid #fff;
    color: #fff;
    padding: 15px 10px;
    font-size: 22px;
    background-color: rgba(190, 191, 194, 0.8);
    font-family: var(--font-segmaLight);
    text-align: center;
    cursor: pointer;
}

.menuItems .link a {
    display: flex;
    gap: 1rem;
    align-items: center;

}

.accordion .card {
    border: 1px solid #000;
    border-radius: 0;
  }
  .accordion .card .card-header {
    padding: 0;
    background: #fff;
    border: none;
  }
  .accordion .card .card-header h5 {
    position: relative;
    background: #fff;
  }
  .accordion .card .card-header .btn-link {
    color: #000;
    width: 100%;
    text-align: left;
    text-decoration: none;
  }
  .accordion .card .card-header .btn-link:hover, .accordion .card .card-header .btn-link:focus, .accordion .card .card-header .btn-link:active {
    text-decoration: none;
    outline: none;
    box-shadow: none;
  }
  .accordion .card .card-header .btn-link .arrow {
    position: absolute;
    right: 15px;
    height: 28px;
    pointer-events: none;
    transition: 1s;
  }
  .accordion .card .card-header .btn-link.collapsed .arrow {
    transform: rotate(180deg);
  }
  .accordion .collapseParent .card-body {
    padding: 0;
  }
  .accordion .collapseParent .card-body .label-row {
    padding: 0.375rem 0.75rem;
    border-top: 1px solid #000;
  }
  .accordion .collapseParent .card-body .label-row label {
    margin: 0;
    color: #999;
  }
  .accordion .collapseParent .card-body .check-row {
    padding: 0.375rem 0.75rem;
    border-top: 1px solid #000;
  }
  .accordion .collapseParent .card-body .check-row label {
    margin: 0;
  }
  .accordion > .card:not(:last-of-type) {
    border: 1px solid #000;
  }
  
