/* Custom Card Colors */

.nav_name {
    font-size: 12px;
}

.m-0 {
    margin: 0px;
}

.card-cyan {
    background: #22a6b3;
    color: #fff;
}
.btn-blue {
    background: #1572e8 !important;
    border-color: #1572e8 !important;
    color: #fff !important;
}

/* Login Bg */

.login_aside_bg {
    background: url(../assets/img/login-bg-landing.jpg) no-repeat;
    background-size: cover;
}

.dt-buttons button {
    -webkit-appearance: button;
    background: #1068da !important;
    border: none !important;
    color: #fff !important;
    border-radius: 4px !important;
    padding: 8px 20px !important;
}

.dt-buttons button:hover {
    background: #2078ec !important;
    cursor: pointer;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    border: 1px solid #d7d7d7;
    padding: 8px 20px;
    border-radius: 4px;
}

.dataTables_length {
    float: left;
    margin-right: 30px;
}
.basic-datatables_filter {
    float: right;
}

.dt-buttons {
    float: left;
}

.sm-roundbtn {
    height: 1.5rem;
    min-width: 1.5rem;
    width: 1.5rem;
    margin-top: -4px;
}

.table-responsive > .table-bordered {
    border: 1px solid #dee2e6 !important;
}

/*.stock_alert {
    height: 200px;
    overflow: hidden;
    scrollbar-width: none;
}

.stock_alert:hover {
    overflow: scroll;
    scrollbar-width: thin;
}*/

::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}

::-webkit-scrollbar-button {
    background: #ccc;
}

::-webkit-scrollbar-track-piece {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #1572e8;
}

.circles-text {
    font-size: 30px !important;
}

.prf_indicator {
    height: 390px;
    overflow: hidden;
    scrollbar-width: none;
}

.card-sub2 {
    display: block;
    margin: 5px 5px 10px 0;
    font-size: 1rem;
    font-weight: bold;
    background: #dbebff;
    color: #2a2f5b;
    padding: 0.85rem 1.5rem;
    border-radius: 4px;
    line-height: 1.82;
}

.card-sub3 {
    display: block;
    margin: 5px 0 10px 0;
    font-size: 1rem;
    font-weight: bold;
    background: #dbebff;
    color: #2a2f5b;
    padding: 0.85rem 1.5rem;
    border-radius: 0px;
    line-height: 1.82;
    margin: -31px -30px 30px -30px;
}

.card-sub4 {
    display: block;
    margin: 5px 0 10px 0;
    font-size: 1rem;
    font-weight: bold;
    background: #dbebff;
    color: #2a2f5b;
    padding: 0.85rem 1.5rem;
    border-radius: 0px;
    line-height: 1.82;
    margin: 30px -30px 30px -30px;
}

.pointer {
    cursor: pointer;
}

.pass_criteria {
    width: 270px;
    margin-top: 30px;
    padding: 20px;
    border-radius: 4px;
    background: #f7f7f7;
}

.pass_criteria ul {
    padding: 10px;
}

.pass_criteria li {
    list-style: none;
    font-style: italic;
    color: red;
}

.reqd {
    color: red !important;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.toggle {
    width: 50px !important;
}

.loader{
    position: fixed;
    left: 60%;
    top: 60%;
    z-index: 9999;
}