.field-name {
    font-size: larger;
    font-weight: bold;
    margin-top: 10px;
}

.field-col {
    width:100%;
    display: flex;
    flex-direction: column;
}

.line {
    gap: 5%;
    margin-bottom:3%;
    margin-top:2%;
    width: 100%;
}

.lico {
    gap: 5%;
    margin-top:2%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    align-self: stretch;
}

.many2one {
    width: 100%;
    height: 40px;
}

.tit{
    color: hsl(204, 86%, 53%);
}

.sub-tit{
    font-style: italic;
}

.head-col {
    margin: unset;
    align-items: center;
}

.note {
    height: 2%;
}

.form {
    margin: 0 auto;

}
.display_inline {
    display: inline-block;
}


@media (min-width: 768px) {
  .container,
  .o_container_small {
    max-width: 200%;
  }
}

@media (min-width: 576px) {
  .container,
  .o_container_small {
    max-width: 200%;
  }
}

@media (max-width: 576px) {
  .space {
    display: none;
  }
  #contact_select_btn, #add_contract_btn , #check_button {
    margin-top: 2%;
  }
}

.panner{
    background-color:white;
    padding: 1% 0;
}

.table-pad {
    width:100%;
    padding: 5px;
    border: 1px solid #3e8ed0;
    border-radius: 5px;
}
.border-bottom {
    border-bottom: 0.5 px solid #BFBFBF;
}

.notify {
    display: none;
    color: red;
}

/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

.space {
    height: 50%;
    width: 100%
}

input.largerCheckbox {
    width: 35px;
    height: 35px;
}

.custom-select {
    position: relative;
    height: 40px; /* Adjust as needed */
    width: 100%;
    padding: 0px;
    border: none;
}

.search-box {
    height: 100%;
    width: 100%;
    left:0px;
    top:0px;
    border-radius: 4px;
    padding:0px 0px 0px 10px;
    border:1px solid;
    border-color:#3e8ed0;
}

.options-container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 150px; /* Adjust as needed */
    overflow-y: auto;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 100;
    background-color: white;
}

.option {
    padding: 8px;
    cursor: pointer;
}

.option:hover {
    background-color: #f0f0f0;
}

.info-field {
    border-color: #3e8ed0;
    border-radius: 3px;
    background-color: #fff
}

.dividing-line {
    width: 80%;
    border-bottom: 2px solid #da251c;
}

.section-title-center span {
    display: inline-block;
    padding: 0 20px 15px 20px;
    border-bottom: 2px solid #da251c;
    position: relative;
    }

.section-title {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.section-title-center span {
    display: inline-block;
    padding: 0 20px 15px 20px;
    border-bottom: 2px solid #da251c;
    position: relative;
}

.title-heading {
    color: #0693e3;
    font-size: 23pt;
    font-weight: 600
}

.center-content{
    text-align: center;
}

.background-color-notify{
    background-color: rgba(255, 0, 0, 0.3);
}

body{
    font-family: unset !important;
}

.only-text-button {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    color: dodgerblue;
    text-decoration: none;
    font-style: italic;
}

.only-text-button:hover {
    text-decoration: underline;
}

