
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJjdXN0b20uY3NzIn0= */

/*# sourceMappingURL=custom.css.map */

.error {
    color: red;
}

.pwdvalid {
    color: #bbc9d4 !important;
}

.card .card-footer {
    padding: 0 25px 25px;
}

.ms-options ul {
    padding-left: 10px !important;
    line-height: 12px !important;
}

.ms-options-wrap > button:focus, .ms-options-wrap > button {
    color: black !important;
}

.readonly {
    background: #e9ecef !important;
}

.input-group-append {
    margin-left: -1px;
    display: flex;
}

.input-group-text {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background-color: transparent !important;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    border-radius: 0.25rem;
}

.passwordinput {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.inputcustomgroup {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    /*width: 100%;*/
    border-right: 0 !important;
}

.inputcustomgroup > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-control {
    webkit-appearance: auto !important;
    moz-appearance: auto !important;
    appearance: auto !important;
}

.main-wrapper-1 .section .section-header {
    border-top: none !important;
}

.zoomedTable {
    zoom: 0.7; /* Adjust the zoom level as needed (0.8 = 80% of the original size) */
    -moz-transform: scale(0.7); /* For Firefox */
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.7); /* For Opera */
    -o-transform-origin: 0 0;
}
