﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&family=Source+Sans+Pro:wght@300;400;600&display=swap');
* {
    font-family: 'Source Sans Pro', sans-serif;
}
a {
    color: #000000;
}
    a:hover {
    text-decoration: none;
}

.sidebar {
    width: 260px;
 /*   width: 320px;*/
}

.navbar .navbar-menu-wrapper {
    width: calc(100% - 260px);
}

.navbar .navbar-brand-wrapper {
    width: 260px;
}

.teller-info {
    margin: 0.5rem 1.5rem;
    background: rgba(255, 255, 255, 0.22);
    padding: 0.5rem;
    font-size: .8rem;
    color: #fff;
    text-align: left;
    font-weight: 500;
}

.sidebar .user-profile {
    margin: 1rem 0;
    color: #363638;
    text-transform: uppercase;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 1rem;
}

    .sidebar .user-profile .user-name {
        margin-bottom: 0rem;
    }

.card {
    box-shadow: 0 2px 4px 0 rgba(185, 185, 185, 0.5);
    -webkit-box-shadow: 0 2px 4px 0 rgba(185, 185, 185, 0.5);
    -moz-box-shadow: 0 2px 4px 0 rgba(185, 185, 185, 0.5);
    -ms-box-shadow: 0 2px 4px 0 rgba(185, 185, 185, 0.5);
    border-radius: 6px;
    border: none;
    margin-bottom: 1rem;
}

.menubox-border {
    transition: all ease 1s;
}
    /*.menubox-border:hover {
		background: #b422c1;
		color:#fff;
	}*/
    .menubox-border:after {
        content: '';
        height: 3px;
        width: 100%;
        border-radius: 0 0 6px 6px;
        background-color: #007bff;
        position: absolute;
        left: 0;
        bottom: 0;
    }

.navbar .navbar-brand-wrapper .navbar-brand img {
    width: calc(300px - 130px);
    max-width: 100%;
    height: 22px;
    margin: auto;
    vertical-align: middle;
}

.navbar .navbar-brand-wrapper .brand-logo-mini img {
    width: calc(70px - 30px);
    max-width: 100%;
    margin: auto;
    height: 34px;
}

.auth .brand-logo {
    margin-bottom: 1rem;
}

.main-panel {
    position: absolute;
    left: 260px;
}

.step {
    list-style: none;
    margin: 0 0 1rem 0;
    width: 100%;
}

    .step .step-item {
        -ms-flex: 1 1 0;
        flex: 1 1 0;
        margin-top: 0;
        min-height: 1rem;
        position: relative;
        text-align: center;
    }

        .step .step-item:not(:first-child)::before {
            background: #0069d9;
            content: "";
            height: 2px;
            left: -50%;
            position: absolute;
            top: 9px;
            width: 100%;
        }

        .step .step-item a {
            color: #000000;
            display: inline-block;
            padding: 20px 10px 0;
            text-decoration: none;
        }

            .step .step-item a::before {
                background: #0069d9;
                border: .1rem solid #fff;
                border-radius: 50%;
                content: "";
                display: block;
                height: .9rem;
                left: 50%;
                position: absolute;
                top: .2rem;
                transform: translateX(-50%);
                width: .9rem;
                z-index: 1;
            }

        .step .step-item.active a::before {
            background: #fff;
            border: .1rem solid #0069d9;
        }

        .step .step-item.active ~ .step-item::before {
            background: #e7e9ed;
        }

        .step .step-item.active ~ .step-item a::before {
            background: #e7e9ed;
        }

@media screen and (max-width: 991px) {
    .sidebar-offcanvas {
        right: -260px;
    }

    .main-panel {
        left: 0px;
    }
    /*.sidebar-icon-only .main-panel {
		width: calc(100% - 70px);
		
	}*/
}

@media (min-width: 992px) {
    .sidebar-icon-only .main-panel {
        left: 70px;
    }
}

#DataTables_Table_0_paginate {
    padding-top: 10px;
    right: 8px;
}

#DataTables_Table_0_info {
    padding-top: 10px;
}

#DataTables_Table_0_length {
    padding-left: 1px;
}

#DataTables_Table_0_filter {
    position: absolute;
    right: 8px;
}

/*center absolute loader start*/
.loader-tenk {
    position: fixed;
    z-index: 99999;
    /*height: 2em;
    width: 2em;*/
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loader-tenk:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: white;
    }

/*center absolute loader end*/

.status-normal {
    font-weight: bold;
}

.status-pending {
    color: red;
    font-weight: bold;
}

.status-complete {
    color: seagreen;
    font-weight: bold;
}

.uppercase {
    text-transform: uppercase;
}

.wraptext {
    word-wrap: break-word;
}







/**/

    .sidebar, .navbar .navbar-brand-wrapper {
    background:#fff;
}
        .sidebar .nav.sub-menu .nav-item .nav-link {
            color: #000000;
            border-top: none;
            font-size: 1rem;
        }

    .sidebar .nav .nav-item.active > .nav-link .menu-title, .sidebar .nav .nav-item .nav-link .menu-title {
        color: #212121;
    }

        .sidebar .nav.sub-menu .nav-item:first-child .nav-link{
            border-top:none;
        }


        .sidebar .nav.sub-menu .nav-item .nav-link.active {
            color: #0979f7;
            border-radius: 0 60px 60px 0;
            color: #fff !important;
            background: linear-gradient(to right,#8971ea,#7f72ea,#7574ea,#6a75e9,#5f76e8);
            box-shadow: 0 7px 12px 0 rgba(95,118,232,.21);
            opacity: 1;
        }
        .sidebar .nav.sub-menu {
            margin-left: 0;
            margin-right: 0.5rem;
        }
            .sidebar .nav.sub-menu .nav-item .nav-link.active::before {
                border: 2px solid #ffffff
            }

        .sidebar .nav .nav-item.active > .nav-link i {
            color: #a7a7a7;
        }
        .sidebar .nav .nav-item .nav-link i.menu-icon {
            color: #6176e8;
            margin-right: 0.5rem;
            font-size: 1.35rem;
        }
        .sidebar .nav .nav-item .nav-link i.menu-arrow {
            color: #c1c1c1;
        }
        .sidebar .nav:not(.sub-menu) > .nav-item:hover > .nav-link, .sidebar .nav:not(.sub-menu) > .nav-item:hover > .nav-link i.menu-icon, .sidebar .nav:not(.sub-menu) > .nav-item:hover > .nav-link i.menu-arrow {
            color: #737373;
        }
        .sidebar .nav.sub-menu .nav-item .nav-link:hover, .sidebar .nav .nav-item.active > .nav-link .menu-arrow {
            color: #6176e8;
        }
            .sidebar .nav.sub-menu .nav-item .nav-link:hover::before {
                border: 1px solid #6176e8;
            }
        .sidebar .nav .nav-item .nav-link[aria-expanded="true"]{
            border-top:none;
        }
        .form-group {
            margin-bottom: 0.3rem;
        }
.btn-primary {
    color: #fff;
    background-color: #6275e8;
    border-color: #6275e8;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
}
.sidebar .nav .nav-item .nav-link .menu-title {
    font-size: 1rem;
}
.navbar .navbar-menu-wrapper {
    box-shadow: 4px 2px 3px 0px rgb(0 0 0 / 4%);
}
.navbar .navbar-menu-wrapper .navbar-toggler {
    border-right: none;
}
.notify-no {
    position: absolute;
    top: -9px;
    right: -9px;
    line-height: 11px;
    padding: 4px 6px;
}