.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group>.custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.input-group-prepend {
    margin-right: -1px;
}
.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.custom-file:not(:first-child) .custom-file-label, .input-group>.custom-file:not(:first-child) .custom-file-label::before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
}

.inpt-container {
    flex-grow: 1;
}

.inpt-g {
    flex-basis: 100%;
    margin-right: 50px;
    align-self: center;
}
.btn-area {
    align-self: center;
}
.btn-area button {
    height: 40px;
}

.error {
    color: red;
}

.custom-hr {
    border-color: var(--bs-primary);
    border-width: 3px;
    margin: 15px;
}

.login-warpper {
    width: 100%;
    height: 100%;
    display: flow-root;
}

.login-container {
	display: flex;
    margin-top: 50px;
    justify-content: center;
    border: var(--bs-gray-200);
    flex-direction: column;
    max-width: 350px;
}

.login-container .login-header {
    padding: 25px 20px;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    min-width: 350px;
}

.login-warpper form {
    min-width: 350px;
    padding: 20px;
    border: 1px solid var(--bs-gray-200);
}

.header {
    display: flex;
    justify-content: end;
    background-color: var(--bs-primary);
    color: var(--bs-white);
}
.header div {
    padding: 3px 0;
}
.header a {
    color: var(--bs-white);
}
.tbl-brk {
    white-space: break-spaces;
    word-break: break-all;
	word-wrap: break-word;
}

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

.navigation ul {
    flex-wrap: wrap;
}

.input-group-container {
    display: flex;
}

.input-group-container .input-group {
    margin-left: auto;
    flex-grow: 1;
    width: auto;
}

.input-group-container .input-group .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

tr.bg-sky-200 td{
    background-color: rgb(125 211 252);
}