﻿h5 {
    margin-bottom: 0px !important;
    font-size: 17px !important;
    font-weight: bold;
}

#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0.9;
    /*background: url('../Admin/image/loader.gif') 50% 50% no-repeat #000000;*/
    background-color: white;
}

.center {
    z-index: 1000;
    margin: 200px auto;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .center img {
        height: 150px;
        width: 150px;
    }

.wz-title {
    color: #73a7eb;
    font-weight: bold;
    font-size: 18px;
}

/*.row > * {
    flex-shrink: 0!important;
    width: 100% !important;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
}*/
