.btn-outline-secondary {
    background: #ffffff;
    border: 1px solid #8e96a0;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}
.form-floating > label {
    top: -2px;
    padding: 0 5px;
    height: auto;
    width: auto;
    font-size: 12px;
    margin: 0 10px;
}
.avartar {
    width: 181px;
    height: 181px;
}
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 0.625rem;
}
.form-floating > .form-select {
    padding-top: 0.625rem;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
    height: calc(2.5rem + 2px);
    line-height: 1.25;
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 1;
}
.box {
    padding: 15px;
    border: 1px solid #c4c4c4;
    border-radius: 8px;
    padding-top: 0;
    margin-top: 15px;
}
.box-blue {
    background: #7d90b2;
    text-align: center;
    color: #fff;
    padding: 10px;
}
.table thead tr th {
    /* background-color: #edebf5; */
    /* border: 1px solid #7d90b2; */
}
.table thead tr th.alt {
    background-color: #edebf5;
    color: #7d90b2;
}
.table tbody tr td {
    /* border: 1px solid #7d90b2; */
}
.fs-12 {
    font-size: 12px;
}
.table-main.alt tbody tr:nth-child(even),
.table-main.alt-2 tbody tr:nth-child(even) {
    background-color: #ffffff;
}
.table-main.alt tfoot,
.table-main.alt-2 tfoot {
    color: #212529;
}
button.stick {
    border: 1px solid #abc;
    position: absolute;
    top: 0;
    right: 0;
    width: 120%;
    height: 100%;
}
.f-blue {
    color: #012a5e;
}
.table-main.alt-2 tr.tr-effect > td:nth-child(1),
.table-main.alt-2 tr.tr-effect > td:nth-child(2),
.table-main.alt-2 tbody tr > td:last-child {
    background-color: #edebf5;
}
.table-main.alt-2 tbody tr td {
    border: 1px solid #7d90b2;
}
.border-right-1 {
    border-right: 1px solid #7d90b2 !important;
}
.table-calendar tr td {
    border: 1px solid #7d90b2;
}
.incorrect input {
    border-color: #db371f;
}
.incorrect label {
    color: #db371f;
}
.invalid-feedback {
    font-size: 10px;
    text-align: center;
}
