/* Add here all your css styles (customizations) */

.table-bordered>thead>tr>th {
    background: #000000;
    color: white;
}
.table-bordered>tbody>tr>td.first {
    background: #000000;
    color: white;
}
.table-bordered>tbody>tr>td.nb {
    font-weight: 600;
    font-style: italic;
}
.modal-content {
    border-radius: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 15px;
    color: white;
    background-color: rgb(88 199 167 / 0.7);
}
.modal.show .modal-dialog {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0;
}


/* Newslater */

.bg1 {
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 15px;
}

.span_pseudo, .chiller_cb_1 span:before, .chiller_cb_1 span:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 0;
  height: 0.2rem;
  position: absolute;
  transform-origin: 0% 0%;
}

.chiller_cb_1 {
  position: relative;
    /* height: 2rem; */
    display: grid;
    align-items: start;
}
.chiller_cb_1 input {
  display: none;
}
.chiller_cb_1 input:checked ~ span {
 background: #3bb18f;
    border-color: #3bb18f;
}
.chiller_cb_1 input:checked ~ span:before {
  width: 1rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.3s;
}
.chiller_cb_1 input:checked ~ span:after {
  width: 0.4rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.2s;
}
.chiller_cb_1 input:disabled ~ span {
  background: #3bb18f;
  border-color: #3bb18f;
}
.chiller_cb_1 input:disabled ~ label {
  color: #dcdcdc;
}
.chiller_cb_1 input:disabled ~ label:hover {
  cursor: default;
}
.chiller_cb_1 label {
  padding-left: 2rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.chiller_cb_1 span {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #ccc;
  position: absolute;
  left: 0;
  transition: all 0.2s;
  z-index: 1;
  box-sizing: content-box;
}
.chiller_cb_1 span:before {
  transform: rotate(-55deg);
  top: 1rem;
  left: 0.37rem;
}
.chiller_cb_1 span:after {
  transform: rotate(35deg);
  bottom: 0.35rem;
  left: 0.2rem;
}
