body.authentication-bg {
    background-image: url(../images/bg-login.jpg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

hr {
    border: 0px solid #ccc;
}

.navbar-custom {
    background-color: midnightblue !important;
}

.btn-check:focus+.btn-warning, .btn-warning:focus {
    background-color: #fcc644 !important;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.avatar-sm img {
    width: auto;
    height: 100%;
}

div.MultiFile-label {
    padding: 10px;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    margin-bottom: 6px;
}

span.MultiFile-label img {
    height: 24px !important;
    float: right;
}

a.MultiFile-remove {
    margin-right: 20px;
    font-size: 16px;
    color: red;
}

.badge {
    font-size: 14px !important;
}

.badge.badge-sm {
    font-size: 9px !important;
}

span.MultiFile-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 16ch;
    display: inline-block;
}

.col-attach {
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}

.mr-1 {
    margin-right: 10px !important;
}

.right-bar {
    background-color: rgba(255, 255, 255, 0.7) !important;
    color: #000;
}

.map-link {
    z-index: 10000;
    top: 132px;
    left: 10px;
    background-color: #ffffff;
    width: 31px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

#preloader {
    width: 100% !important;
    height: 100% !important;
    vertical-align: middle !important;
    padding-top: 30%;
}

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.col.ps-0 {
    width: 0 !important;
    padding-right: 0 !important;
}

ul {
    /* padding-left: 1rem !important; */
}

.ml-2 {
    margin-left: 30px;
}

.mr-1 {
    margin-right: 10px;
}

.flex-right-center {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
}

tr.lastrow td {
    border-bottom: none !important;
}

.list-inline-info {
    width: 100%;
    position: absolute;
    display: inline-flex;
    justify-content: center;
    left: 0;
}

.p-relative {
    position: relative !important;
    z-index: 1;
}

.question-hd {
    font-weight: bold !important;
    font-size: 14px !important;
}


