.required:after {
    content:"*\00a0";
    color:red;
}

a {
color: #007bff;
}

.text-white a {
color: #fff;
text-decoration: none;
}

.modal-body select{
    display: grid;
    grid-template-areas: "select";
    align-items: center;
    position: relative;
    border: 1px solid #ced4da;
    border-radius: 0.25em;
    padding: 0.40em 0.5em;
    cursor: pointer;
    background-color: #fff;
    width: 100%;
}
.modal-body select {
    grid-area: select;
}
.modal-body select:focus + .focus {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 2px solid var(--select-focus);
    border-radius: inherit;
}

.image-center-manual{
    margin-right:1em;
    width: 50%;
    display: block;
}
.text-menu{
    font-weight: 600;
    color: #fff;
}
.menu-right{
    position: fixed;
    bottom: 0.1em;
    right: 0.1em;
}
.btn-search{
    width:200px;
    height: 38px;
}
.swal2-cancel{
    width: 120px;
}
.swal2-confirm{
    width: 120px;
}
@media only screen and (max-width: 444px) {
   .br-style{
    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
   }
   .br-btn{
    margin-bottom: 1em !important;
   }
   .col-1{
    flex: 0 0 25%;
    max-width: 25%;
   }
   
}

@media only screen and (max-width: 600px) {
    .menu-manual{
        display: none;
       }
}

@media only screen and (min-width: 600px){
    .menu-pc{
        display: none;
    }
}