th#cod24 {
    width: 21%;
}
.cod24-fields {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.weight-type-section {
    display: block;
    text-align: right;
}
.swal2-html-container input[type=radio] {
    height: 16px;
    padding: 20px;
}

.swal2-html-container {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.swal2-title {
    font-size: 25px;
    margin-top: 17px;
}
.cod24-fields-section {
    border-bottom: 1px solid #c3c4c7;
    background-color: #f6f7f7;
    border-top: 1px solid #c3c4c7;
    padding: 16px;
    margin-top: 33px;
    font-size: 15px;
}
.swal2-html-container .swal2-title {
    font-size: 12px
}
.swal2-html-container input , .swal2-html-container select {
    height: 30px;
}
.cod24-post-section, .cod24-tipax-section {
    display: none;
}
.cod24-post-section.active, .cod24-tipax-section.active {
    display: block;
}
.cod24-dimension-fields {
    display: flex;
    justify-content: space-between;
}
.cod24-dimension-fields > input {
    width: 30%;
}
.cod24-meta-fields > .description {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding: 9px;
    text-align: justify;
    display: block;
    margin-top: 8px;
}
.cod24-meta-fields > .description:before {
    content: 'i';
    width: 10px;
    height: 10px;
    border: 2px solid #31708f;
    border-radius: 50%;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 3px;
    font-family: none;
    font-style: italic;
    font-weight: 900;
    margin-left: 5px;
    font-size: 13px;
}
.cod24-meta-fields > .content_parcel {
    width: 100%;
    margin-bottom: 0;
    padding: 8px;
}