.newH3 {
    display: flex;
    align-items: center;
}

.text-truncate-sm {
    max-width: none;
}

.ml-auto {
    margin-left: 357px !important;
}

.col {
    text-align: center;
    display: flex;
    justify-content: flex-end;
}

.ml1234 {
    margin-left: auto;
}

.btn-lg {
    width: auto;
}

.oneWindow {
    margin-bottom: 10px !important;
    margin-right: 10px;
    width: 775px;
}

.buttonCollumn {
    display: flex;

}

.colorNone {
    /*    margin-left: 20px;*/
    background-color: blue;
    box-shadow: 0 2px 6px 0 blue;
    border-color: blue;
}

.colorNone :hover {
    color: #fff;
    background-color: blue;
    border-color: blue;
}

.colorBlue {
    background-color: blue;
    box-shadow: 0 2px 6px 0 blue;
    border-color: blue;
}

.btn-danger:hover {
    background-color: none;
    border-color: none;
}

.raspWindow {
    display: flex;
    flex-wrap: wrap;
}

.QR {
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.oneWindows {
    margin-bottom: 10px !important;
    margin-right: 10px;
    width: 716px;
}

.Qar {
    display: flex;
    align-items: center;
}

.btnQR {
    width: 316px;
}

.buttonRaw {
    width: 400px;
    display: flex;
    justify-content: space-around;
}

.linkOfQR {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.exitPassword {
    display: flex;
    flex-direction: column;
}

.cash {
    border-radius: 14px;
    margin-left: 20px;
    background-color: blue;
    color: #fff;
    padding: 0 20px;
    transition: .4s all;
    line-height: 2.5rem;
}

.cash:hover {
    color: #fff;
    background: #8268a8;
}

.icon-pdf {
    width: 40px;
}

@media (min-width: 992px) {
    .dashboard-row .col-xl > * {
        min-height: 120px;
    }
}

.dashboard-row .fa-ruble-sign:before {
    font-size: 26px;
}

.dashboard-row h3 {
    font-size: 1.9rem;
}

.dashboard-row h3 i {
    font-size: 2rem;
}

#js-login-btn {
    width: 100%;
}

.input-group {
    position: relative;
    height: 100%;
    width: 100%;
}

/*.input-group i {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    padding: 0 25px;*/
/*    z-index: 2000;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    height: 100%;*/
/*    border-left: 1px solid #495057;*/
/*}*/

.datepicker-custom {
    margin-left: 1rem;
}

.datepicker-custom input {
    width: 180px;
}

.nav-info-card__name {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 5;
    -moz-line-clamp: 5;
    -ms-line-clamp: 5;
    line-clamp: 5;
}

.page-logo-custom {
    background-color: #fff !important;
    background-image: none !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.page-header-custom {
    background-color: #fff !important;
}

.page-logo-link-custom {
    width: inherit;
    height: inherit;
    display: flex;
    padding: 6px 0;
}

.page-logo-link-custom svg {
    width: auto;
    height: 100%;
}
