/*
Custom Beat-it css. Move to TW?
*/

.btn-koongo {
    color: #ffffff;
    background: rgb(254, 184, 12);
    background: linear-gradient(to left, #fcac09 0%, #f68c00 100%) !important;
}



body {
  
}
/*MENU*/
.container.nav::before {
    right: 100%;
    background-color: #233965;
}
.container.nav::after {
    right: 100%;
    background-color: #233965;
}
/*ICE*/
.ice .container.mb-btm {
    padding-left: 0;
    padding-right: 0;
}
.ice .break_cols {
     display: flex;
     /* align-items: center; */
     justify-content: space-between;
     column-gap: 30px;
 }

.ice .tableRowHead h3 {
    background: #fff;
    margin: 0;
    padding: 10px 15px;
    font-size: 1rem;
    font-weight: 700;
}


.ice .tableRow .inner-data:nth-child(2n) {
    background: #f2f7fb;
 /*   background: #fafafa;*/
}
.ds_label,
.ds_data {
    padding:5px 10px;
}


.ice .table {
    border-radius: 0px !important;
    border: 1px solid #fff !important;
    width:100%;
}

.ice .inner-data {
    display: flex;
    align-items: center;
    padding: 5px;
    justify-content: space-between;
}

.ice .spec-column {
    width: 50%;
}

.ice .ds_label {
    width: 50%;
}

.ice .ds_data {
    width: 50%;
}


