/**
* 2023 ITnes.pl
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
*/

.itnes-negocjacja-container {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
}

.itnes-negocjacja-button {
    background-color: #2121217a !important;
    color: white !important;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 50px;
    border-radius: 4px;
    border: none;
    transition: background-color 0.3s;
    width: auto;
    display: inline-block;
    font-size: 14px;
    white-space: nowrap;
}

.itnes-negocjacja-button:hover {
    background-color: var(--primary-color) !important;
}

#itnesNegocjacjaModal .modal-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

#itnesNegocjacjaModal .modal-title {
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
}

#itnesNegocjacjaModal .product-info {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9ecef;
}

#itnesNegocjacjaModal .product-image {
    /* flex: 0 0 100px; */
    /* margin-right: 15px; */
}

#itnesNegocjacjaModal .product-image img {
    max-width: 100%;
    height: auto;
}

#itnesNegocjacjaModal .product-details h6 {
    font-weight: bold;
    margin-bottom: 10px;
}

#itnesNegocjacjaModal .form-group input {
    font-weight: 400;
    letter-spacing: 2px;
}

#itnesNegocjacjaModal .form-group {
    margin-bottom: 15px;
}

#itnesNegocjacjaModal .itnes_form_group {
    float: none;
    display: flex;
    align-items: center;
    gap: 1em;
}

#itnesNegocjacjaModal label {
    font-weight: 600;
    display: block;
    margin-bottom: 0;
    min-width: fit-content;
    min-width: 25%;
}

#itnesNegocjacjaModal .required {
    color: #dc3545;
}

#itnesNegocjacjaModal .required-info {
    font-size: 0.8em;
    color: #6c757d;
    margin-top: 10px;
}

#itnesNegocjacjaModal .form-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

#itnesNegocjacjaModal .form-check-label {
    font-weight: normal;
    font-size: 0.9em;
    padding-left: 0em;
}

#itnesNegocjacjaForm input.form-control,
#itnesNegocjacjaForm textarea.form-control {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 8px 12px;
}

#itnesNegocjacjaForm input.form-control:focus,
#itnesNegocjacjaForm textarea.form-control:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#itnes_privacy {
  margin-left: 1em;
  width: auto;
}

#itnesNegocjacjaForm label {
  text-align: left;
}

.form-check-label {
  padding-left: 3em;
}

.modal-dialog {
  max-width: 900px;
}

.modal-header {
  padding: 10px 10px 10px 20px;
}

#itnesNegocjacjaModal .product-info {
  align-items: center;
}
  
#itnesNegocjacja .modal-content {
  padding-bottom: 0px;
}

#itnesNegocjacjaModal .itnes_privacy {
    position: relative;
    margin: 0 0 0 2em;
}
