/* global styles  */
html {
    overflow: hidden !important;
}

body {
    height: 100%;
}

.cardTitle {
    height: 40px;
}

.gradient-bg-color {
    background: linear-gradient(0deg, rgba(66, 73, 105, 1) 0%, rgba(96, 106, 152, 1) 100%);
}

.dropdownContNarko {
    margin-left: 15px;
    display: flex;
    align-items: center;
}

.dropdownContNarko .dropdown-menu {
    background-color: #424969;
    top: 80%;
    padding: 0;
}

.dropdownContNarko .dropdown-menu li:not(:last-child) a {
    border-bottom: 1px solid #fff;
}

.dropdownContNarko .dropdown-menu li a {
    padding: 0.5rem 1rem;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    transition: 0.4s all ease;
}

.dropdownContNarko .dropdown-menu li a:hover,
.dropdownContNarko .dropdown-menu li a:focus,
.dropdownContNarko .dropdown-menu li a:active {
    background-color: #606a98;
}

.dropdownContBank {
    margin-left: 15px;
    display: flex;
    align-items: center;
}

.dropdownContBank .dropdown-menu {
    background-color: #ffffff;
    top: 80%;
    padding: 0;
}

.dropdownContBank .dropdown-menu li:not(:last-child) a {
    border-bottom: 1px solid #fff;
}

.dropdownContBank .dropdown-menu li a {
    padding: 0.5rem 1rem;
    color: #58595B;
    font-weight: 500;
    font-size: 14px;
    transition: 0.4s all ease;
}

.dropdownContBank .dropdown-menu li a:hover,
.dropdownContBank .dropdown-menu li a:focus,
.dropdownContBank .dropdown-menu li a:active {
    background-color: #e6e6e6;
}

.horizantalDivider {
    border: 2px solid cornflowerblue;
}

.marginT1rem {
    margin-top: 1rem;
}

.fontSize12 {
    font-size: 12px !important;
}

.padding3 {
    padding: 3px !important;
}

.alertClass {
    position: fixed !important;
    width: 100%;
    top: 85px;
}

.textHdr {
    font-size: 17px !important;
    font-weight: 400 !important;
}

.spanText label {
    margin-bottom: 0;
    top: 2px;
    font-size: 16px;
    font-weight: bold;
    color: #424969 !important;

}

.v-card>.v-card__progress+ :not(.v-btn):not(.v-chip),
.v-card> :first-child:not(.v-btn):not(.v-chip) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.b-toaster-slot {
    max-width: 520px !important;
}

.b-toaster-slot>.b-toast {
    max-width: 520px !important;
}

.b-toaster-slot>.b-toast>.toast {
    max-width: 520px !important;
}

.close-all-errors-btn {
    color: red !important;
    float: right !important;
}

.outline-0 {
    outline: 0px;
}

.datactive-logo {
    cursor: pointer;
}