* {
    font-size: 12px;
}

.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.8) url("./assets/img/loader.gif") center no-repeat;
}

body {
    text-align: center;
}

/* Turn off scrollbar when body element has the loading class */
body.loading {
    overflow: hidden;
}

/* Make spinner image visible when body element has the loading class */
body.loading .overlay {
    display: block;
}

#dialog-message {
    display: none;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.m-t-16 {
    margin-top: 16px;
}

.amphinav-all-first {
    display: flex;
}

.center-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.x-center {
    display: flex;
    justify-content: center;
}

.section-outer {
    border: 1px solid #ccc;
    padding: 30px 15px 15px;
    position: relative;
}

.section-outer .heading {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    background-color: #fff;
    margin-bottom: 0;
    transform: translate(15px, -50%);
    padding: 0 8px;
}

.error-text {
    color: #dc3545;
    font-size: 12px;
    text-align: left;
}
.panel-body {padding: 5px;}
.panel-default{
    border-color:#ced4da;
}
.panel{
    margin-bottom:5px;
    background-color:#fff;
    border:1px solid #ced4da;
    border-radius:4px;
    box-shadow:0 1px 1px rgb(0 0 0 / 5%);
}