
.card-body.bg-white.rounded.shadow-sm.p-4.py-4.d-flex.flex-column.gap-3 {
    padding: 0px!important;

}

body {
    background: #ffffff!important;
}

 h1 {
    font-size: calc(1.375rem)!important;
}
.card-body.bg-white.rounded.shadow-sm.p-4.py-4 {
    border-radius:0px!important;
    border:0px!important;
}
.card {
    border-radius:0px!important;
border:0px!important;
margin: 10px;
}
.confirm-form {
    display: block;
    width: 100%;
        margin-top: 20px;
    margin-bottom: 20px;
        padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
}

.swal-icon {
    display:none!important;
}


.text-success {
    color: #999 !important;
    font-size: 20px!important;
}
.card.rounded-0 {
        background: none!important;
    border: none!important;
}

textarea {
    field-sizing: content;
}

.row.justify-content-center {
    margin-bottom: 50px;
}

label {
font-weight: bold;}

.checkbox-group label {
      padding-left: 14px!important;
      display: inline;
      word-wrap: break-word;      /* IE 5.5-7 */
      white-space: -moz-pre-wrap; /* Firefox 1.0-2.0 */
      white-space: pre-wrap;      /* current browsers */
}

#checkbox-group-1754290399683-0 {
transform: scale(1.5);
}

.tooltip-element
{
        background: rgba(0, 0, 0, .7);
}


@media (max-width: 500px) {
    div [tooltip]:hover:after {
        background: rgba(0, 0, 0, .85);
        border-radius: 5px 5px 5px 0;
        color: #fff;
        content: attr(tooltip);
        padding: 10px 5px;
        position: fixed;
        z-index: 98;
        bottom: auto;
        left: 15px;
        width: 94%;
        text-shadow: none;
        font-size: 12px;
        line-height: 1.5em;
        right: 15px;
        margin-top: -44px;
              word-wrap: break-word;      /* IE 5.5-7 */
      white-space: -moz-pre-wrap; /* Firefox 1.0-2.0 */
      white-space: pre-wrap;      /* current browsers */
    }
}



