/** Shopify CDN: Minification failed

Line 186:1 Expected "}" to go with "{"

**/
@media (min-width: 768px) {
   .col-md-4 {
       flex: 0 0 auto;
       width: 33.33333333%;
   }
}
/*
.row>* {
   flex-shrink: 0;
   width: 100%;
   max-width: 100%;
    margin-top: 0;
    margin-right: -7.5px;
    margin-left: -7.5px;
}*/

.col-12 {
   flex: 0 0 auto;
   width: 100%;
}
.mb-4 {
   margin-bottom: 1.5rem !important;
}

.legend-item{
    border-top: 1px solid rgb(221, 221, 221);
    border-right: 1px solid rgb(221, 221, 221);
    border-bottom: 1px solid rgb(221, 221, 221);
}

.legend-item.blue {
   border-left-color: #4d5693;
}
@media (max-width: 768px) {
   .legend-item.blue {
       border-left-color: #4d5693;
       border-top-color: #4d5693;
   }
}

@media (max-width: 768px) {
   .legend-item {
       display: flex
;
       align-items: center;
       justify-content: space-between;
       border: 1px solid #ddd;
       border-top: 12px solid;
       margin-bottom: 5px;
       padding: 5px;
       font-size: 14px;
   }
}

@media (max-width: 768px) {
   .legend-item {
       flex-direction: column;
       align-items: flex-start;
       padding: 10px;
   }
}
.row{
display: flex;
flex-direction:row;
}

.legend-item.yellow {
   border-left-color: #fdc40f;
}
.legend-item.green {
   border-left-color: #567a69;
}
.legend-item.light-green {
   border-left-color: #81b19a;
}

.legend-item {
   display: flex;
   align-items: center;
   justify-content: space-between;
   border: 1px solid #ddd;
   border-left: 70px solid;
   margin-bottom: 5px;
   padding: 5px;
   font-size: 14px;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
}

.legend {
   background-color: white;
   border-radius: 8px;
   padding: 20px;
   box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
   border: 1px solid #ddd;
}

.table-custom th, .table-custom td {
   text-align: center;
   padding: 8px;
   font-size: 14px;
   border-bottom: 1px solid #ddd;
   border-left: 1px solid #ddd;
}

.color-yellow {
   background-color: #fdc40f;
   color: #000;
   font-weight: bold;
}
.color-blue {
    background-color: #4d5693;
    color: #fff;
    font-weight: bold;
}
.color-green {
    background-color: #567a69;
    color: #fff;
    font-weight: bold;
}
.color-light-green {
    background-color: #81b19a;
    color: #fff;
    font-weight: bold;
}
.color-dark-blue {
    background-color: #3d405b;
    color: #fff;
    font-weight: bold;
}
@media (min-width: 768px) {
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
.table-custom th, .table-custom td {
    text-align: center;
    padding: 8px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}
tr{
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
    font-size: 100%;
}

.logo{
    display: flex;
    justify-content: center;
    padding-top: 13px;
    max-width:150px;
}
.t4s-table-res-df {
    min-height: .01%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-custom {
    width: 100%;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
}
.legend-title {
    font-weight: bold;
    margin-bottom: 5px;
}
.legend-description {
    font-size: 12px;
    color: #555;
}