.header-page {
  border-left-color: #ff0000;
  /*padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;*/
  border: 2px solid #eee;
  border-left-width: .25rem;
  border-radius: .25rem;
}

.body-content{
  margin-left:15px;
  margin-right:15px;
}

.td-calander {
  padding-left: 1px !important;
  padding-right: 1px !important;
  width: 66px !important;
  display:grid !important;  
}
.td-calander-van-time {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.trip-task {
  position: fixed;
  margin-top: 4px;
}
.tr-fix {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
  background-color:white;
}
.col-dropdown {
  padding-top: 0px;
  padding-bottom: 0px;
  height: auto;
}

.ag-theme-alpine .ag-header {
  /*background-color: #ffd455;*/
  background-color: white;
}
.ag-theme-alpine {
  font-family: 'Kanit', sans-serif;
}

.table thead {
  /*background-color: #ffd455;*/
}
.header-color {
  color: white;
  background-color: #073C74;
}

.card-header-chm {
  font-weight: 500;
  font-size: 18px;
  color: white;
  background-color: #5791b3;
  border-left: 0.7rem solid #073c74;
}
.form-select-sm {
  font-size: 14px !important;
  height: 32px !important;
  padding-top: 5px !important;
}

.bd-callout {
  padding: 1rem;
  /*margin-top: 1.25rem;*/
  /*margin-bottom: 1.25rem;*/
  border: 1px solid #eee;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
}
.bd-callout-warning {
  border-left-color: #f0ad4e;
}
.bd-callout-info {
  border-left-color: #073C74;
}
.bd-callout-red {
  border-left-color: red;
}

/*ag grid*/
.participant-group {
    background-color: #AED6F1;
    align-items: center;
}

.medals-group {
    background-color: #85C1E9;
    align-items: center;
}

.btn-130 {
  width: 130px;
  padding-top: 3px;
}
.btn {
  box-shadow: 3px 3px 3px 0px rgb(0 0 0 / 18%);
}
.btn-secondary-export {
  width: 130px;
  padding-top: 3px;
}
.badge-leasing-status {
  width: 70px;
}
.badge-status-130 {
  width: 130px;
}
.badge{
    font-weight:500;
}
/* Customize the checkbox  */
.css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

#inputPreview {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.css-checkbox + label {
  position: relative;
  font-size: 17px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  height: 27px;
  color: rgb(0, 0, 0);
}

 .css-checkbox + label::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    width: 23px;
    height: 23px;
    background-color: white;
    border-width: 3px;
    border-style: solid;
    border-color: #073C74;
    border-radius: 5px;
    box-shadow: none;
 }

.css-checkbox:checked + label::after {
  content: " ";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIiIGQ9Ik0xNzMuODk4IDQzOS40MDRsLTE2Ni40LTE2Ni40Yy05Ljk5Ny05Ljk5Ny05Ljk5Ny0yNi4yMDYgMC0zNi4yMDRsMzYuMjAzLTM2LjIwNGM5Ljk5Ny05Ljk5OCAyNi4yMDctOS45OTggMzYuMjA0IDBMMTkyIDMxMi42OSA0MzIuMDk1IDcyLjU5NmM5Ljk5Ny05Ljk5NyAyNi4yMDctOS45OTcgMzYuMjA0IDBsMzYuMjAzIDM2LjIwNGM5Ljk5NyA5Ljk5NyA5Ljk5NyAyNi4yMDYgMCAzNi4yMDRsLTI5NC40IDI5NC40MDFjLTkuOTk4IDkuOTk3LTI2LjIwNyA5Ljk5Ny0zNi4yMDQtLjAwMXoiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center center;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -2px;
  left: 0px;
  top: 0px;
  text-align: center;
  background-color: transparent;
  font-size: 10px;
  height: 27px;
  width: 27px;
}

hr {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.card {
  box-shadow: 0 5px 3px 0 rgb(0 0 0 / 18%);
}
.label-detail{
    font-weight: 100 !important;
}
.icon-timeline {
  border-radius: 50%;
  font-size: 15px;
  height: 30px;
  left: 18px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 30px;
}

.my-tool-tip {
  color: black;
}
