

#elektraweb-widget-area {
    height: 140px;
    z-index: 1000000;
    position: relative;
    background: var(--color-krem) !important;
    padding:0px 0px 60px 0px; 
}

.elektraweb-widget { 
  margin: 0 auto !important;
    box-shadow: none !important;  
    background: var(--color-krem) !important;
    height: 140px;

}

.elektraweb-main {
    font-family: var(--font-Montserrat);
}

.elektraweb-formGroup input, .elektraweb-formGroup select, #guestSummary {  
    background: #fff !important;
    color: var(--color-koyu-kahve) !important;
    padding-left: 10px !important;
    padding-right:  10px !important;
}

 #guestSummary { 
  margin-top: 2px; 
    border-radius: 10px;
    height: 40px;
    display: block;
    line-height: 40px;
    font-weight: 500;
}


button#widgetSubmit { 
  background: none !important;
    border:none !important;
    height: 50px !important; 
    background-color: var(--color-koyu-kahve) !important; 
    font-size: 15px !important; 
    border-radius: 12px !important;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 400 !important; 
   margin-top: 20px;  
}

 .elektraweb-main {
    display: flex;
    flex-wrap: wrap;
    font-family: sans-serif;
    align-items: flex-end;
    gap: 10px;
    width: 100%;
}

.elektraweb-formGroup {
    flex: 1;
    min-width: 150px;
    display: flex;
    flex-direction: column;
}

.elektraweb-formGroup label {
    width: 100%;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.elektraweb-formGroup label svg {
    width: 16px;
    height: 16px;
}

.elektraweb-formGroup input, 
.elektraweb-formGroup button,
.elektraweb-formGroup .form-control {
    width: 100%;
    height: 40px;
    box-sizing:
}

button#widgetSubmit:hover {
    transform: translateY(-2px);
    box-shadow:none !important;
}






@media only screen and (max-width:992px) {

.elektraweb-widget { 
    height: auto;
    overflow: hidden;
    padding-bottom: 50px;
}



    .elektraweb-formGroup {
        margin: 0px auto; 
    }



}






