.btn-reset {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
.pointer {
    cursor: pointer;
}
.alert-overlay {
    position: fixed; /* Sit on top of the page content */
    top: 30px;
    left: 400px;
    right: 400px;
    z-index: 10000; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.modal-header {
    background-color: #003399;
    padding-bottom: 10px;
    color: white;
}

#form_info_title {
    min-height: 70px;
    padding: 10px;
}
#form_info_body {
    min-height: 400px;
    padding: 10px;
}

/* color */
.text-primary {
    color: #406aff;
}
.text-info {
    color: #2cbed2;
}
.text-warning {
    color: #ffa833;
}

.btn-prinmary {
    background-color: #406aff;
}
.btn-info {
    backdrop-filter: #2cbed2;
}
.btn-warning {
    background-color: #ffa833;
    color: white;
}

svg > text {
    /* font-size: 1em; */
    font-family: Arial;
}

.modal-body > input {
    width: 90%;
}
