.width30 {
    width: 30%;
}

.float_right {
    float: right !important;
}
.custom_img {
    width: 150px;
    height: 150px;
}
.card_title_center {
    width: 100%;
    text-align: center !important;
}
.custom_thead {
    background-color: #233490;
    color: #fff;
}
table .btn {
    margin-top: 2px;
}
.custom_form {
    border: 1px solid lightgray;
    border-radius: 7px;
    padding: 10px;
    background-color: white;
    margin-bottom: 7px;
}
h4.modal-title {
    text-align: center;
    width: 100%;
}

/* .modal {
    overflow: scroll;
} */
.customh3 {
    font-size: 18px;
    text-align: center;
    color: brown;
}

.modal-header-custom {
    background-color: #f3f6f9;
}
.modal-header-custom2 {
    background-color: #306bd987;
    /* b42d45a3 */
}

.valid {
    border-color: var(--vz-form-invalid-border-color);
    padding-right: calc(1.5em + 1rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f06548'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f06548' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.25rem) center;
    background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
