*:focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* Start: Commented out as it was obstructing some of the default behaviors of these and their dependent 
          Bootstrap classes. */
/*.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 9px !important;
    padding-left: 9px !important;
}*/
/* End */

/*   Typography    */
body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple, .alert, a, .td-name, td, button.close {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'Lato', sans-serif;
}

body {
    font-size: 14px;
    color: #575962;
}

a {
    color: #1572E8;
}

    a:hover, a:focus {
        color: #1269DB;
    }

h1,
.h1 {
    font-size: 1.725rem;
}

h2,
.h2 {
    font-size: 1.35rem;
}

h3,
.h3 {
    font-size: 1.1625rem;
}

h4,
.h4 {
    font-size: 1.0375rem;
}

h5,
.h5 {
    font-size: .9125rem;
}

h6,
.h6 {
    font-size: .825rem;
}

p {
    font-size: 14px;
    line-height: 1.82;
    margin-bottom: 1rem;
    word-break: break-word;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.4;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
        color: inherit;
    }

small, .small {
    font-size: 13px;
}

b, .b, strong, .strong {
    font-weight: 600;
}
/* 		Opacity  	*/
.op-9 {
    opacity: 0.9;
}

.op-8 {
    opacity: 0.8;
}

.op-7 {
    opacity: 0.7;
}

.op-6 {
    opacity: 0.6;
}

.op-5 {
    opacity: 0.5;
}

.op-4 {
    opacity: 0.4;
}

.op-3 {
    opacity: 0.3;
}

/*    Layouts     */
body {
    min-height: 100vh;
    position: relative;
    background: #f9fbfd;
}

.no-bd {
    border: 0px !important;
}

.no-box-shadow {
    box-shadow: none !important;
}

.cursor-pointer {
    cursor: pointer !important;
}
/*    margin-top negative   */
.mt--5, .my--5 {
    margin-top: -3rem !important;
}

.mt--4, .my--4 {
    margin-top: -1.5rem !important;
}

.mt--3, .my--3 {
    margin-top: -1rem !important;
}

.mt--2, .my--2 {
    margin-top: -0.5rem !important;
}

.mt--1, .my--1 {
    margin-top: -0.25rem !important;
}

/*      Wrapper      */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.mol-wrapper {
    min-height: 100vh;
    position: relative;
    top: 0;
    height: 100vh;
}

.mol-wrapper-landing {
    min-height: 20vh;
}

.mol-main-header {
    background: #ffffff;
    min-height: 60px;
    width: 100%;
    position: fixed;
    z-index: 1001;
    /*box-shadow: 0px 0px 5px rgba(18, 23, 39, 0.5);*/
}

    .mol-main-header.header-shadow {
        box-shadow: 0px 0.46rem 2.18rem rgba(4,9,20,0.03), 0px 0.93rem 1.4rem rgba(4,9,20,0.03), 0px 0.25rem 0.53rem rgba(4,9,20,0.05), 0px 0.12rem 0.18rem rgba(4,9,20,0.03);
        /*box-shadow: 0px 0px 5px rgba(18, 23, 39, 0.5);*/
    }

    .mol-main-header .navbar-header {
        min-height: 62px;
    }

        .mol-main-header .navbar-header .btn-toggle {
            margin-right: 30px;
            margin-left: 20px;
        }

        /*     	Customable Layouts Colors     */
        .mol-main-header .navbar-header[data-background-color] .nav-search .input-group {
            border: 0;
            background: rgba(0, 0, 0, 0.14) !important;
            box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.07);
            transition: all .4s;
        }

            .mol-main-header .navbar-header[data-background-color] .nav-search .input-group .form-control {
                color: #ffffff !important;
            }

                .mol-main-header .navbar-header[data-background-color] .nav-search .input-group .form-control::-webkit-input-placeholder {
                    /* Chrome/Opera/Safari */
                    opacity: 1;
                }

                .mol-main-header .navbar-header[data-background-color] .nav-search .input-group .form-control::-moz-placeholder {
                    /* Firefox 19+ */
                    opacity: 1;
                }

                .mol-main-header .navbar-header[data-background-color] .nav-search .input-group .form-control:-ms-input-placeholder {
                    /* IE 10+ */
                    opacity: 1;
                }

                .mol-main-header .navbar-header[data-background-color] .nav-search .input-group .form-control:-moz-placeholder {
                    /* Firefox 18- */
                    opacity: 1;
                }

            .mol-main-header .navbar-header[data-background-color] .nav-search .input-group .search-icon {
                color: #ffffff !important;
            }

            .mol-main-header .navbar-header[data-background-color] .nav-search .input-group.focus {
                background: #fff !important;
            }

                .mol-main-header .navbar-header[data-background-color] .nav-search .input-group.focus .form-control {
                    color: inherit !important;
                }

                    .mol-main-header .navbar-header[data-background-color] .nav-search .input-group.focus .form-control::-webkit-input-placeholder {
                        /* Chrome/Opera/Safari */
                        color: #bfbfbf !important;
                    }

                    .mol-main-header .navbar-header[data-background-color] .nav-search .input-group.focus .form-control::-moz-placeholder {
                        /* Firefox 19+ */
                        color: #bfbfbf !important;
                    }

                    .mol-main-header .navbar-header[data-background-color] .nav-search .input-group.focus .form-control:-ms-input-placeholder {
                        /* IE 10+ */
                        color: #bfbfbf !important;
                    }

                    .mol-main-header .navbar-header[data-background-color] .nav-search .input-group.focus .form-control:-moz-placeholder {
                        /* Firefox 18- */
                        color: #bfbfbf !important;
                    }

                .mol-main-header .navbar-header[data-background-color] .nav-search .input-group.focus .search-icon {
                    color: #bfbfbf !important;
                }

        .mol-main-header .navbar-header[data-background-color] .navbar-nav .nav-item .nav-link {
            color: #ffffff !important;
        }

            .mol-main-header .navbar-header[data-background-color] .navbar-nav .nav-item .nav-link:hover, .mol-main-header .navbar-header[data-background-color] .navbar-nav .nav-item .nav-link:focus {
                background: rgba(31, 30, 30, 0.12) !important;
            }

        .mol-main-header .navbar-header[data-background-color] .navbar-nav .nav-item.active .nav-link {
            background: rgba(31, 30, 30, 0.12) !important;
        }

        .mol-main-header .navbar-header[data-background-color="white"] .nav-search .input-group, .mol-main-header .navbar-header .navbar-header-transparent .nav-search .input-group {
            background: #eee;
        }

            .mol-main-header .navbar-header[data-background-color="white"] .nav-search .input-group .form-control, .mol-main-header .navbar-header .navbar-header-transparent .nav-search .input-group .form-control {
                color: #8d9498 !important;
            }

            .mol-main-header .navbar-header[data-background-color="white"] .nav-search .input-group .search-icon, .mol-main-header .navbar-header .navbar-header-transparent .nav-search .input-group .search-icon {
                color: #8d9498 !important;
            }

        .mol-main-header .navbar-header[data-background-color="white"] .navbar-nav .nav-item .nav-link, .mol-main-header .navbar-header .navbar-header-transparent .navbar-nav .nav-item .nav-link {
            color: #8d9498 !important;
        }

            .mol-main-header .navbar-header[data-background-color="white"] .navbar-nav .nav-item .nav-link:hover, .mol-main-header .navbar-header[data-background-color="white"] .navbar-nav .nav-item .nav-link:focus, .mol-main-header .navbar-header .navbar-header-transparent .navbar-nav .nav-item .nav-link:hover, .mol-main-header .navbar-header .navbar-header-transparent .navbar-nav .nav-item .nav-link:focus {
                background: #eee !important;
            }

        .mol-main-header .navbar-header[data-background-color="white"] .navbar-nav .nav-item.active .nav-link, .mol-main-header .navbar-header .navbar-header-transparent .navbar-nav .nav-item.active .nav-link {
            background: #eee !important;
        }

.mol-logo-header {
    float: left;
    width: 550px;
    height: 62px;
    line-height: 60px;
    color: #333333;
    z-index: 1001;
    font-size: 17px;
    font-weight: 400;
    padding-left: 25px;
    padding-right: 25px;
    z-index: 1001;
    display: flex;
    align-items: center;
    position: relative;
    transition: all .3s;
}

    .mol-logo-header .big-logo {
        margin-right: 8px;
    }

        .mol-logo-header .big-logo:hover {
            text-decoration: none;
        }

        .mol-logo-header .big-logo .logo-img {
            width: 35px;
            height: 35px;
        }

    .mol-logo-header .logo {
        color: #575962;
        opacity: 1;
        position: relative;
        height: 100%;
    }

        .mol-logo-header .logo:hover {
            text-decoration: none;
        }

        .mol-logo-header .logo .navbar-brand {
            padding-top: 0px;
            padding-bottom: 0px;
            margin-right: 0px;
        }

    .mol-logo-header .nav-toggle {
        /*position: absolute;*/ /*Commented out to change the menu icon's position - by Sourav Bhadra.*/
        /*top: 0;*/ /*Commented out to change the menu icon's position - by Sourav Bhadra.*/
        /*right: 18px;*/ /*Commented out to change the menu icon's position - by Sourav Bhadra.*/
        height: 100%; /*Added to change the menu icon's position - by Sourav Bhadra.*/
        /*padding-top: 1px;*/ /*Added to change the menu icon's position - by Sourav Bhadra.*/
        z-index: 5;
    }

    .mol-logo-header .navbar-toggler {
        padding-left: 0px;
        padding-right: 0px;
        opacity: 0;
        display: none;
    }

        .mol-logo-header .navbar-toggler .navbar-toggler-icon {
            height: 1em;
            width: 1em;
            color: #545454;
            font-size: 22px;
        }

    .mol-logo-header .more {
        background: transparent;
        border: 0;
        font-size: 22px;
        padding: 0;
        opacity: 0;
        width: 0;
        display: none;
    }

    .mol-logo-header[data-background-color] .navbar-toggler .navbar-toggler-icon {
        color: #ffffff !important;
    }

    .mol-logo-header[data-background-color] .more {
        color: #ffffff !important;
    }

    .mol-logo-header[data-background-color="white"] .navbar-toggler .navbar-toggler-icon, .mol-logo-header[data-background-color="white"] .more, .mol-logo-header[data-background-color="white"] .btn-toggle {
        color: #8d9498 !important;
    }

    .mol-logo-header[data-background-color="white"] {
        /*background: #ffffff !important;*/
        background: #f8f9fa !important;
    }

.navbar-header[data-background-color="white"] {
    background: #ffffff !important;
}

.mol-logo-header[data-background-color="blue"] {
    background: #1572E8 !important;
}

.mol-logo-header[data-background-color="blue2"] {
    background-image: linear-gradient(to right, #044c86, rgba(255,0,0,0));
}

.navbar-header[data-background-color="blue"] {
    background: #1572E8 !important;
}

.navbar-header[data-background-color="blue2"] {
    /*background: #1269DB !important;*/
    /*background-image: linear-gradient(to left, #044c86, rgba(255,0,0,0)); */
    background-image: linear-gradient(to left, #0f64a7, #f8f9fa);
}

.mol-logo-header[data-background-color="light-blue2"] {
    background: #3697E1 !important;
}

.navbar-header[data-background-color="light-blue"] {
    background: #48ABF7 !important;
}

.navbar-header[data-background-color="light-blue2"] {
    background: #3697E1 !important;
}


/*     Navbar     */
.navbar .navbar-nav .nav-item {
    margin-right: 7px;
}

    .navbar .navbar-nav .nav-item:last-child {
        margin-right: 0px;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        display: inline-block;
        vertical-align: middle;
        color: #666;
        letter-spacing: 0.04em;
        padding: 10px;
        border-radius: 3px;
        position: relative;
        font-size: 12px;
        font-weight: 400;
        text-align: center;
    }

        .navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:focus {
            background: #eee !important;
        }

        .navbar .navbar-nav .nav-item .nav-link i {
            font-size: 18px;
            vertical-align: middle;
            line-height: 1 !important;
        }

    .navbar .navbar-nav .nav-item.active .nav-link {
        background: #eee !important;
    }

.navbar-expand-lg .navbar-nav .dropdown-menu {
    left: auto;
    right: 0;
}

.dropdown-item {
    font-size: 13px;
}

    .dropdown-item:hover {
        background-color: #1572E8;
        color: #ffffff !important;
        cursor: pointer;
    }

.navbar .navbar-nav .notification {
    position: absolute;
    background-color: #31CE36;
    text-align: center;
    border-radius: 10px;
    min-width: 17px;
    height: 17px;
    font-size: 10px;
    color: #ffffff;
    font-weight: 300;
    line-height: 17px;
    top: 3px;
    right: 3px;
    letter-spacing: -1px;
}

.navbar-header {
    padding: 0px 15px;
}

    .navbar-header .dropdown-toggle::after {
        margin-left: 0;
    }

.profile-pic:hover, .profile-pic:focus {
    text-decoration: none;
}

.navbar-header .dropdown-toggle::after {
    vertical-align: middle;
    color: #555;
}

.hidden-caret .dropdown-toggle::after {
    display: none !important;
}

.profile-pic span {
    font-size: 13px;
    font-weight: 300;
    padding: 0 10px;
    color: #555;
}
/*

    .navbar[class*="bg-"] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
}

    .navbar[class*="bg-"] .navbar-brand {
        color: #ffffff;
    }

    .navbar[class*="bg-"] .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    .navbar[class*="bg-"] .navbar-nav > .nav-item > .nav-link {
        color: #ffffff;
    }

        .navbar[class*="bg-"] .navbar-nav > .nav-item > .nav-link.disabled {
            color: #d8d8d8 !important;
        }

        .navbar[class*="bg-"] .navbar-nav > .nav-item > .nav-link:hover {
            background: rgba(255, 255, 255, 0.22) !important;
        }

    .navbar[class*="bg-"] .navbar-nav > .nav-item.active > .nav-link {
        background: rgba(255, 255, 255, 0.22) !important;
    }

    .navbar[class*="bg-"] .btn-toggle {
        background: rgba(19, 19, 19, 0.25) !important;
        color: #ffffff !important;
    }

    .navbar[class*="bg-"] .nav-search .input-group {
        border: 0;
        background: rgba(19, 19, 19, 0.25) !important;
    }

        .navbar[class*="bg-"] .nav-search .input-group .form-control {
            color: #ffffff !important;
        }

    .navbar[class*="bg-"] .nav-search .search-icon {
        color: #ffffff !important;
    }

*/


.text-primary, .text-primary a {
    color: #1572E8 !important;
}

    .text-primary:hover, .text-primary a:hover {
        color: #1572E8 !important;
    }

.text-secondary, .text-secondary a {
    color: #6861CE !important;
}

    .text-secondary:hover, .text-secondary a:hover {
        color: #6861CE !important;
    }

.text-info, .text-info a {
    color: #48ABF7 !important;
}

    .text-info:hover, .text-info a:hover {
        color: #48ABF7 !important;
    }

.text-success, .text-success a {
    color: #31CE36 !important;
}

    .text-success:hover, .text-success a:hover {
        color: #31CE36 !important;
    }

.text-warning, .text-warning a {
    color: #FFAD46 !important;
}

    .text-warning:hover, .text-warning a:hover {
        color: #FFAD46 !important;
    }

.text-danger, .text-danger a {
    color: #F25961 !important;
}

    .text-danger:hover, .text-danger a:hover {
        color: #F25961 !important;
    }

label {
    color: #495057 !important;
    font-size: 14px !important;
}

.text-small {
    font-size: 11px;
}

.metric-value {
    margin-bottom: 5px;
    line-height: 1;
    white-space: nowrap;
}

.metric-label {
    font-size: .975rem;
    font-weight: 500;
    color: #686f76;
    white-space: nowrap;
    margin-bottom: 0;
}

/*   Font-weight    */
.fw-light {
    font-weight: 300 !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-mediumbold {
    font-weight: 400 !important;
}

.fw-bold {
    font-weight: 600 !important;
}

.fw-extrabold {
    font-weight: 700 !important;
}

.btn-toggle {
    font-size: 20px !important;
    line-height: 20px;
    padding: 0px !important;
    background: transparent !important;
    color: #575962 !important;
}

    .btn-toggle:hover, .btn-toggle:focus {
        opacity: 1;
    }

#search-nav {
    flex: 1;
    max-width: 400px;
}

.sidebar .nav > .nav-item.active > a:before, .sidebar[data-background-color="white"] .nav > .nav-item.active > a:before,
/*.sidebar .nav > .nav-item.active:hover > a:before, 
.sidebar[data-background-color="white"] .nav > .nav-item.active:hover > a:before, */
.sidebar .nav > .nav-item a[data-toggle=collapse][aria-expanded=true]:before, .sidebar[data-background-color="white"] .nav > .nav-item a[data-toggle=collapse][aria-expanded=true]:before {
    opacity: 1 !important;
    position: absolute;
    z-index: 1;
    width: 3px;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
}

.sidebar, .sidebar[data-background-color="white"] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 190px;
    margin-top: 62px;
    display: block;
    z-index: 1000;
    color: #ffffff;
    font-weight: 200;
    background: #ffffff;
    -webkit-box-shadow: 4px 4px 10px rgba(69, 65, 78, 0.06);
    -moz-box-shadow: 4px 4px 10px rgba(69, 65, 78, 0.06);
    box-shadow: 4px 4px 10px rgba(69, 65, 78, 0.06);
    transition: all .3s;
}

    .sidebar.full-height, .sidebar[data-background-color="white"].full-height {
        margin-top: 0;
    }

    .sidebar .user, .sidebar[data-background-color="white"] .user {
        margin-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 12.5px;
        border-bottom: 1px solid #f1f1f1;
        display: block;
        margin-left: 10px;
        margin-right: 10px;
    }

        .sidebar .user .info a, .sidebar[data-background-color="white"] .user .info a {
            white-space: nowrap;
            display: block;
            position: relative;
        }

            .sidebar .user .info a:hover, .sidebar .user .info a:focus, .sidebar[data-background-color="white"] .user .info a:hover, .sidebar[data-background-color="white"] .user .info a:focus {
                text-decoration: none;
            }

            .sidebar .user .info a > span, .sidebar[data-background-color="white"] .user .info a > span {
                font-size: 14px;
                font-weight: 400;
                color: #777;
                display: flex;
                flex-direction: column;
            }

                .sidebar .user .info a > span .user-level, .sidebar[data-background-color="white"] .user .info a > span .user-level {
                    color: #555;
                    font-weight: 600;
                    font-size: 12px;
                    margin-top: 5px;
                }

            .sidebar .user .info a .link-collapse, .sidebar[data-background-color="white"] .user .info a .link-collapse {
                padding: 7px 0;
            }

        .sidebar .user .info .caret, .sidebar[data-background-color="white"] .user .info .caret {
            position: absolute;
            top: 17px;
            right: 0px;
            border-top-color: #777;
        }

    .sidebar .sidebar-wrapper, .sidebar[data-background-color="white"] .sidebar-wrapper {
        position: relative;
        max-height: calc(100vh - 75px);
        min-height: 100%;
        overflow: auto;
        width: 100%;
        z-index: 4;
        padding-bottom: 100px;
        transition: all .3s;
    }

        .sidebar .sidebar-wrapper .sidebar-content, .sidebar[data-background-color="white"] .sidebar-wrapper .sidebar-content {
            padding-top: 0px;
            padding-bottom: 55px;
        }

        .sidebar .sidebar-wrapper .scroll-element.scroll-y, .sidebar[data-background-color="white"] .sidebar-wrapper .scroll-element.scroll-y {
            top: 5px !important;
        }

    .sidebar .nav, .sidebar[data-background-color="white"] .nav {
        display: block;
        float: none;
        margin-top: 20px;
    }

        .sidebar .nav .nav-section, .sidebar[data-background-color="white"] .nav .nav-section {
            margin: 15px 0 0 0;
        }

            .sidebar .nav .nav-section .sidebar-mini-icon, .sidebar[data-background-color="white"] .nav .nav-section .sidebar-mini-icon {
                text-align: center;
                font-size: 15px;
                color: #909093;
                display: none;
            }

            .sidebar .nav .nav-section .text-section, .sidebar[data-background-color="white"] .nav .nav-section .text-section {
                padding: 2px 32px;
                font-size: 12px;
                color: #727275;
                font-weight: 600;
                text-transform: uppercase;
                letter-spacing: 0.5px;
                margin-bottom: 13px;
                margin-top: 6px;
                box-shadow: 2px 0px 15px 0 rgba(69,65,78,.1);
                border: 0;
            }

.submenu-active {
    border: solid 1px #48ABF7;
    border-radius: 5px;
    background: #eee;
    color: #64656b !important;
    font-weight: 400 !important;
}

    .submenu-active i {
        color: #64656b !important;
        font-weight: 400 !important;
    }

.sidebar .nav > .nav-item, .sidebar[data-background-color="white"] .nav > .nav-item {
    display: list-item;
}

    .sidebar .nav > .nav-item.active > a, .sidebar[data-background-color="white"] .nav > .nav-item.active > a {
        color: #575962 !important;
    }

        .sidebar .nav > .nav-item.active > a:before, .sidebar[data-background-color="white"] .nav > .nav-item.active > a:before {
            background: #1d7af3;
        }

        .sidebar .nav > .nav-item.active > a p, .sidebar[data-background-color="white"] .nav > .nav-item.active > a p {
            color: #575962 !important;
            font-weight: 600;
        }

    .sidebar .nav > .nav-item.active:hover > a:before, .sidebar[data-background-color="white"] .nav > .nav-item.active:hover > a:before {
        background: #1d7af3;
    }

    .sidebar .nav > .nav-item.active a i, .sidebar[data-background-color="white"] .nav > .nav-item.active a i {
        color: #4d7cfe;
    }

    .sidebar .nav > .nav-item.submenu, .sidebar[data-background-color="white"] .nav > .nav-item.submenu {
        background: rgba(0, 0, 0, 0.03);
    }

        .sidebar .nav > .nav-item.submenu > li > a i, .sidebar[data-background-color="white"] .nav > .nav-item.submenu > li > a i {
            color: rgba(23, 125, 255, 0.76);
        }

    .sidebar .nav > .nav-item > a:hover, .sidebar .nav > .nav-item a:focus, .sidebar[data-background-color="white"] .nav > .nav-item > a:hover, .sidebar[data-background-color="white"] .nav > .nav-item a:focus {
        background: rgba(0, 0, 0, 0.03);
    }

    .sidebar .nav > .nav-item a, .sidebar[data-background-color="white"] .nav > .nav-item a {
        display: flex;
        align-items: center;
        color: #575962;
        padding: 6px 25px;
        width: 100%;
        font-size: 14px;
        font-weight: 400;
        position: relative;
        margin-bottom: 3px;
    }

        .sidebar .nav > .nav-item a:hover, .sidebar .nav > .nav-item a:focus, .sidebar[data-background-color="white"] .nav > .nav-item a:hover, .sidebar[data-background-color="white"] .nav > .nav-item a:focus {
            text-decoration: none;
        }

            .sidebar .nav > .nav-item a:hover p, .sidebar .nav > .nav-item a:focus p, .sidebar[data-background-color="white"] .nav > .nav-item a:hover p, .sidebar[data-background-color="white"] .nav > .nav-item a:focus p {
                color: #575962 !important;
                font-weight: 600;
            }

            .sidebar .nav > .nav-item a:hover i, .sidebar .nav > .nav-item a:focus i, .sidebar[data-background-color="white"] .nav > .nav-item a:hover i, .sidebar[data-background-color="white"] .nav > .nav-item a:focus i {
                color: #4d7cfe !important;
            }

        .sidebar .nav > .nav-item a .letter-icon, .sidebar[data-background-color="white"] .nav > .nav-item a .letter-icon {
            color: #a1a2a6;
            margin-right: 15px;
            width: 25px;
            text-align: center;
            vertical-align: middle;
            float: left;
            font-size: 20px;
            font-weight: 200;
        }

        .sidebar .nav > .nav-item a i, .sidebar[data-background-color="white"] .nav > .nav-item a i {
            color: #8d9498;
            margin-right: 6px;
            width: 25px;
            text-align: center;
            vertical-align: middle;
            float: left;
            font-size: 18px;
            line-height: 30px;
        }

            .sidebar .nav > .nav-item a i[class^="flaticon-"], .sidebar[data-background-color="white"] .nav > .nav-item a i[class^="flaticon-"] {
                font-size: 20px;
            }

        .sidebar .nav > .nav-item a p, .sidebar[data-background-color="white"] .nav > .nav-item a p {
            font-size: 14px;
            margin-bottom: 0px;
            margin-right: 5px;
            white-space: nowrap;
            color: #8d9498;
        }

        .sidebar .nav > .nav-item a .caret, .sidebar[data-background-color="white"] .nav > .nav-item a .caret {
            margin-left: auto;
            margin-right: 10px;
            transition: all .5s;
            color: #8d9498;
        }

        .sidebar .nav > .nav-item a[data-toggle=collapse][aria-expanded=true], .sidebar[data-background-color="white"] .nav > .nav-item a[data-toggle=collapse][aria-expanded=true] {
            background: transparent;
        }

            .sidebar .nav > .nav-item a[data-toggle=collapse][aria-expanded=true] p, .sidebar[data-background-color="white"] .nav > .nav-item a[data-toggle=collapse][aria-expanded=true] p {
                color: #575962;
            }

            .sidebar .nav > .nav-item a[data-toggle=collapse][aria-expanded=true] i, .sidebar[data-background-color="white"] .nav > .nav-item a[data-toggle=collapse][aria-expanded=true] i {
                color: #4d7cfe;
            }

            .sidebar .nav > .nav-item a[data-toggle=collapse][aria-expanded=true] .caret, .sidebar[data-background-color="white"] .nav > .nav-item a[data-toggle=collapse][aria-expanded=true] .caret {
                filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
                -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg);
            }

            .sidebar .nav > .nav-item a[data-toggle=collapse][aria-expanded=true]:before, .sidebar[data-background-color="white"] .nav > .nav-item a[data-toggle=collapse][aria-expanded=true]:before {
                background: #1d7af3;
            }


.sidebar .nav.nav-primary > .nav-item a:hover i, .sidebar .nav.nav-primary > .nav-item a:focus i, .sidebar .nav.nav-primary > .nav-item a[data-toggle=collapse][aria-expanded=true] i, .sidebar[data-background-color="white"] .nav.nav-primary > .nav-item a:hover i, .sidebar[data-background-color="white"] .nav.nav-primary > .nav-item a:focus i, .sidebar[data-background-color="white"] .nav.nav-primary > .nav-item a[data-toggle=collapse][aria-expanded=true] i {
    color: #1572E8 !important;
}

.sidebar .nav.nav-primary > .nav-item a[data-toggle=collapse][aria-expanded=true]:before, .sidebar[data-background-color="white"] .nav.nav-primary > .nav-item a[data-toggle=collapse][aria-expanded=true]:before {
    background: #1572E8 !important;
}

.sidebar .nav.nav-primary > .nav-item.active a:before, .sidebar[data-background-color="white"] .nav.nav-primary > .nav-item.active a:before {
    background: #1572E8 !important;
}

.sidebar .nav.nav-primary > .nav-item.active a i, .sidebar[data-background-color="white"] .nav.nav-primary > .nav-item.active a i {
    color: #c5c7ca !important;
}
/*
.sidebar .nav.nav-info > .nav-item a:hover i, .sidebar .nav.nav-info > .nav-item a:focus i, .sidebar .nav.nav-info > .nav-item a[data-toggle=collapse][aria-expanded=true] i, .sidebar[data-background-color="white"] .nav.nav-info > .nav-item a:hover i, .sidebar[data-background-color="white"] .nav.nav-info > .nav-item a:focus i, .sidebar[data-background-color="white"] .nav.nav-info > .nav-item a[data-toggle=collapse][aria-expanded=true] i {
    color: #48ABF7 !important;
}

.sidebar .nav.nav-info > .nav-item a[data-toggle=collapse][aria-expanded=true]:before, .sidebar[data-background-color="white"] .nav.nav-info > .nav-item a[data-toggle=collapse][aria-expanded=true]:before {
    background: #48ABF7 !important;
}

.sidebar .nav.nav-info > .nav-item.active a:before, .sidebar[data-background-color="white"] .nav.nav-info > .nav-item.active a:before {
    background: #48ABF7 !important;
}

.sidebar .nav.nav-info > .nav-item.active a i, .sidebar[data-background-color="white"] .nav.nav-info > .nav-item.active a i {
    color: #48ABF7 !important;
}
    */

.sidebar .nav-collapse, .sidebar[data-background-color="white"] .nav-collapse {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

    .sidebar .nav-collapse li.active > a, .sidebar[data-background-color="white"] .nav-collapse li.active > a {
        font-weight: 600;
    }

    .sidebar .nav-collapse li a:before, .sidebar .nav-collapse li a:hover:before, .sidebar[data-background-color="white"] .nav-collapse li a:before, .sidebar[data-background-color="white"] .nav-collapse li a:hover:before {
        opacity: 0 !important;
    }

    .sidebar .nav-collapse li a, .sidebar[data-background-color="white"] .nav-collapse li a {
        margin-bottom: 3px !important;
        padding: 6px 10px !important;
    }

        .sidebar .nav-collapse li a .sub-item, .sidebar[data-background-color="white"] .nav-collapse li a .sub-item {
            font-size: 14px;
            position: relative;
            margin-left: 25px;
            opacity: .85;
        }

            .sidebar .nav-collapse li a .sub-item:before, .sidebar[data-background-color="white"] .nav-collapse li a .sub-item:before {
                content: '';
                height: 4px;
                width: 4px;
                background: rgba(131, 132, 138, 0.89);
                position: absolute;
                left: -15px;
                top: 50%;
                transform: translateY(-50%);
                border-radius: 100%;
            }

        .sidebar .nav-collapse li a:hover .sub-item, .sidebar[data-background-color="white"] .nav-collapse li a:hover .sub-item {
            opacity: 1;
        }

        .sidebar .nav-collapse li a .sidebar-mini-icon, .sidebar[data-background-color="white"] .nav-collapse li a .sidebar-mini-icon {
            font-size: 18px;
            color: #C3C5CA;
            margin-right: 15px;
            width: 25px;
            text-align: center;
            vertical-align: middle;
            float: left;
            font-weight: 300 !important;
        }

    .sidebar .nav-collapse.subnav, .sidebar[data-background-color="white"] .nav-collapse.subnav {
        padding-bottom: 10px;
        margin-bottom: 0px;
    }

        .sidebar .nav-collapse.subnav li a, .sidebar[data-background-color="white"] .nav-collapse.subnav li a {
            padding-left: 40px !important;
        }

/* Sidebar style 2 */
.sidebar.sidebar-style-mol .nav .nav-item {
    padding: 0 12px;
}

    .sidebar.sidebar-style-mol .nav .nav-item a {
        padding: 8px 10px;
        border-radius: 5px;
    }

        .sidebar.sidebar-style-mol .nav .nav-item a:hover, .sidebar.sidebar-style-mol .nav .nav-item a:focus, .sidebar.sidebar-style-mol .nav .nav-item a[data-toggle=collapse][aria-expanded=true] {
            background: rgba(199, 199, 199, 0.2);
        }

            .sidebar.sidebar-style-mol .nav .nav-item a:hover p, .sidebar.sidebar-style-mol .nav .nav-item a:hover i, .sidebar.sidebar-style-mol .nav .nav-item a:focus p, .sidebar.sidebar-style-mol .nav .nav-item a:focus i, .sidebar.sidebar-style-mol .nav .nav-item a[data-toggle=collapse][aria-expanded=true] p, .sidebar.sidebar-style-mol .nav .nav-item a[data-toggle=collapse][aria-expanded=true] i {
                color: #575962 !important;
            }

    .sidebar.sidebar-style-mol .nav .nav-item.active a:before {
        background: transparent;
    }

    .sidebar.sidebar-style-mol .nav .nav-item .active a {
        background: rgba(199, 199, 199, 0.2);
        border-left: solid 2px #005397;
        border-right: solid 2px #005397;
    }

        .sidebar.sidebar-style-mol .nav .nav-item .active a p, .sidebar.sidebar-style-mol .nav .nav-item .active a i {
            color: #575962 !important;
        }

    .sidebar.sidebar-style-mol .nav .nav-item.submenu {
        background: transparent !important;
    }

    .sidebar.sidebar-style-mol .nav .nav-item a[data-toggle=collapse][aria-expanded=true]:before {
        background: transparent !important;
    }

.sidebar.sidebar-style-mol .nav.nav-primary > .nav-item.active > a {
    background: #005397 !important;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1), 4px 4px 15px -5px rgba(21, 114, 232, 0.4) !important;
}

    .sidebar.sidebar-style-mol .nav.nav-primary > .nav-item.active > a:before {
        background: transparent !important;
    }

    .sidebar.sidebar-style-mol .nav.nav-primary > .nav-item.active > a p, .sidebar.sidebar-style-mol .nav.nav-primary > .nav-item.active > a i, .sidebar.sidebar-style-mol .nav.nav-primary > .nav-item.active > a .caret, .sidebar.sidebar-style-mol .nav.nav-primary > .nav-item.active > a span {
        color: #ffffff !important;
    }

    .sidebar.sidebar-style-mol .nav.nav-primary > .nav-item.active > a[data-toggle=collapse][aria-expanded=true] i {
        color: #ffffff !important;
    }

/*
.sidebar.sidebar-style-mol .nav.nav-info > .nav-item.active > a {
    background: #48ABF7 !important;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1), 4px 4px 15px -5px rgba(72, 171, 247, 0.4) !important;
}

    .sidebar.sidebar-style-mol .nav.nav-info > .nav-item.active > a:before {
        background: transparent !important;
    }

    .sidebar.sidebar-style-mol .nav.nav-info > .nav-item.active > a p, .sidebar.sidebar-style-mol .nav.nav-info > .nav-item.active > a i, .sidebar.sidebar-style-mol .nav.nav-info > .nav-item.active > a .caret, .sidebar.sidebar-style-mol .nav.nav-info > .nav-item.active > a span {
        color: #ffffff !important;
    }

    .sidebar.sidebar-style-mol .nav.nav-info > .nav-item.active > a[data-toggle=collapse][aria-expanded=true] i {
        color: #ffffff !important;
    }
 */
.main-mol-panel {
    position: relative;
    width: calc(100% - 190px);
    height: 100vh;
    min-height: 100%;
    float: right;
    transition: all .3s;
}

    .main-mol-panel > .content {
        padding: 0px !important;
        min-height: calc(100% - 190px);
        margin-top: 62px;
        overflow: hidden;
    }

    .main-mol-panel > .content-full {
        padding: 0px !important;
        min-height: calc(100% - 123px);
        margin-top: 63px;
        overflow: hidden;
    }

    .main-mol-panel .page-header {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

        .main-mol-panel .page-header .page-title {
            margin-bottom: 0px;
        }

        .main-mol-panel .page-header .btn-page-header-dropdown {
            width: 35px;
            height: 35px;
            font-size: 14px;
            padding: 0px;
            color: #6b6b6b;
            box-shadow: 0 2px 14px 0 rgba(144, 116, 212, 0.1) !important;
            border: 0;
        }

            .main-mol-panel .page-header .btn-page-header-dropdown:after {
                display: none;
            }

        .main-mol-panel .page-header .dropdown-menu {
            margin-top: 15px;
            top: 0px !important;
        }

            .main-mol-panel .page-header .dropdown-menu:after {
                width: 0;
                height: 0;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                border-bottom: 8px solid #ffffff;
                position: absolute;
                top: -8px;
                right: 32px;
                content: '';
            }

    .main-mol-panel .page-divider {
        height: 0;
        margin: .3rem 0 1rem;
        overflow: hidden;
        border-top: 1px solid #ebecec;
    }

/*      Page Wrapper      */
.page-wrapper {
    min-height: calc(100vh - 57px);
    position: relative;
}

    .page-wrapper.has-sidebar .page-inner {
        margin-right: 22.5rem;
    }

.page-navs {
    position: relative;
    display: block;
    padding-right: 1rem;
    padding-left: 1rem;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.07);
    z-index: 1;
}

    .page-navs .nav .nav-link {
        padding: 1rem !important;
    }

    .page-navs .nav-line {
        border: 0px !important;
    }

        .page-navs .nav-line .nav-link {
            border-bottom-width: 3px !important;
        }

.nav-scroller .nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .page-navs {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

.page-inner {
    padding: 0;
}

.py-5 {
    padding-top: 1rem !important;
}

@media (min-width: 576px) {
    .page-inner {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

@media (min-width: 992px) {
    .page-inner {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.page-inner-fill {
    padding: 0;
    height: calc(100% - 57px);
    display: flex;
    flex-direction: column;
}

.page-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 22.5rem;
    box-shadow: none;
    transform: translate3d(100%, 0, 0);
    overflow: auto;
    z-index: 999;
    transition: transform .2s ease-in-out;
    border-left: 1px solid rgba(61, 70, 79, 0.125) !important;
}

    .page-sidebar .back {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 1rem;
        box-shadow: 0 0 0 1px rgba(61, 70, 79, 0.05), 0 1px 3px 0 rgba(61, 70, 79, 0.15);
        font-size: 15px;
    }

.page-sidebar-section {
    flex: 1;
    overflow-y: auto;
}

@media (min-width: 1200px) {
    .page-sidebar {
        transform: translateZ(0);
    }
}

@media (max-width: 1200px) {
    .page-wrapper.has-sidebar .page-inner {
        margin-right: 0px;
    }

    .pagesidebar_open .page-sidebar {
        transform: translate3d(0, 0, 0) !important;
        max-width: unset;
    }
}

.footer {
    border-top: 1px solid #eee;
    padding: 2px;
    background: #ffffff;
    position: absolute;
    width: 100%;
    height: auto;
}

    .footer .container, .footer .container-fluid {
        display: flex;
        align-items: center;
    }

/*    sidebar minimized   */
@media screen and (min-width: 991px) {
    .sidebar_minimize .main-mol-panel {
        width: calc(100% - 75px);
        transition: all .3s;
    }

    /*Start: Commented out to show the logo, always - by Sourav Bhadra.*/
    /*.sidebar_minimize .mol-logo-header {
        width: 75px;
        transition: all .3s;
        padding: 0px;
        text-align: center;
    }*/
    /*End: Commented out to show the logo, always - by Sourav Bhadra.*/

    .sidebar_minimize .mol-logo-header .big-logo {
        margin-right: 0px;
    }

    /*Start: Commented out to show the logo, always - by Sourav Bhadra.*/
    /*.sidebar_minimize .mol-logo-header .logo {
            position: absolute;
            transform: translate3d(25px, 0, 0);
            opacity: 0;
        }*/
    /*End: Commented out to show the logo, always - by Sourav Bhadra.*/

    /*Start: Commented out to show the logo, always - by Sourav Bhadra.*/
    /*.sidebar_minimize .mol-logo-header .logo img {
                display: none;
            }*/
    /*End: Commented out to show the logo, always - by Sourav Bhadra.*/

    /*Start: Commented out to show the logo, always - by Sourav Bhadra.*/
    /*.sidebar_minimize .mol-logo-header .nav-toggle {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            height: 100%;
            right: 0 !important;
        }*/
    /*End: Commented out to show the logo, always - by Sourav Bhadra.*/

    .sidebar_minimize .sidebar {
        width: 75px;
        transition: all .3s;
    }

        .sidebar_minimize .sidebar .sidebar-wrapper {
            width: 75px;
            transition: all .3s;
        }

            .sidebar_minimize .sidebar .sidebar-wrapper .user {
                padding-left: 0px;
                padding-right: 0px;
            }

                .sidebar_minimize .sidebar .sidebar-wrapper .user [class^="avatar-"] {
                    float: none !important;
                    margin: auto;
                }

                .sidebar_minimize .sidebar .sidebar-wrapper .user .info {
                    display: none;
                }

                    .sidebar_minimize .sidebar .sidebar-wrapper .user .info span {
                        display: none;
                    }

            .sidebar_minimize .sidebar .sidebar-wrapper .nav-item {
                position: relative;
            }

                .sidebar_minimize .sidebar .sidebar-wrapper .nav-item a .letter-icon {
                    display: block !important;
                }

                .sidebar_minimize .sidebar .sidebar-wrapper .nav-item a i {
                    margin-right: unset;
                }

                .sidebar_minimize .sidebar .sidebar-wrapper .nav-item a .badge, .sidebar_minimize .sidebar .sidebar-wrapper .nav-item a span, .sidebar_minimize .sidebar .sidebar-wrapper .nav-item a .caret, .sidebar_minimize .sidebar .sidebar-wrapper .nav-item a p {
                    display: none;
                    transition: all .3s;
                }

                .sidebar_minimize .sidebar .sidebar-wrapper .nav-item a .sidebar-mini-icon {
                    display: block !important;
                    margin-right: 0px;
                }

                .sidebar_minimize .sidebar .sidebar-wrapper .nav-item.submenu .nav-collapse, .sidebar_minimize .sidebar .sidebar-wrapper .nav-item.active .nav-collapse {
                    display: none;
                }

            .sidebar_minimize .sidebar .sidebar-wrapper .nav-section .text-section {
                display: none;
            }

            .sidebar_minimize .sidebar .sidebar-wrapper .nav-section .sidebar-mini-icon {
                display: block;
            }

        .sidebar_minimize .sidebar:hover {
            width: 190px;
        }

            .sidebar_minimize .sidebar:hover .sidebar-wrapper {
                width: 190px;
            }

                .sidebar_minimize .sidebar:hover .sidebar-wrapper .user {
                    padding-left: 15px;
                    padding-right: 15px;
                }

                    .sidebar_minimize .sidebar:hover .sidebar-wrapper .user [class^="avatar-"] {
                        float: left !important;
                        margin-right: 11px !important;
                    }

                    .sidebar_minimize .sidebar:hover .sidebar-wrapper .user .info {
                        display: block;
                    }

                        .sidebar_minimize .sidebar:hover .sidebar-wrapper .user .info span {
                            display: block;
                        }

                .sidebar_minimize .sidebar:hover .sidebar-wrapper .nav-item a i {
                    margin-right: 15px;
                }

                .sidebar_minimize .sidebar:hover .sidebar-wrapper .nav-item a .badge, .sidebar_minimize .sidebar:hover .sidebar-wrapper .nav-item a span, .sidebar_minimize .sidebar:hover .sidebar-wrapper .nav-item a .caret, .sidebar_minimize .sidebar:hover .sidebar-wrapper .nav-item a p {
                    display: block;
                }

                .sidebar_minimize .sidebar:hover .sidebar-wrapper .nav-item a .sidebar-mini-icon {
                    display: block !important;
                    margin-right: 15px;
                }

                .sidebar_minimize .sidebar:hover .sidebar-wrapper .nav-item.submenu .nav-collapse, .sidebar_minimize .sidebar:hover .sidebar-wrapper .nav-item.active .nav-collapse {
                    display: block;
                }

                .sidebar_minimize .sidebar:hover .sidebar-wrapper .nav-section .sidebar-mini-icon {
                    display: none;
                }

                .sidebar_minimize .sidebar:hover .sidebar-wrapper .nav-section .text-section {
                    display: block;
                }

    /*Start: Commented out to show the logo, always - by Sourav Bhadra.*/
    /*.sidebar_minimize.sidebar_minimize_hover .mol-logo-header {
        width: 250px;
        padding-left: 25px;
        padding-right: 25px;
        text-align: left;
    }*/
    /*End: Commented out to show the logo, always - by Sourav Bhadra.*/

    /*Start: Commented out to show the logo, always - by Sourav Bhadra.*/
    /*.sidebar_minimize.sidebar_minimize_hover .mol-logo-header .logo {
            opacity: 1 !important;
            transform: translate3d(0, 0, 0) !important;
            position: relative !important;
        }*/
    /*End: Commented out to show the logo, always - by Sourav Bhadra.*/

    /*Start: Commented out to show the logo, always - by Sourav Bhadra.*/
    /*.sidebar_minimize.sidebar_minimize_hover .mol-logo-header .logo img {
                display: inline-block !important;
            }*/
    /*End: Commented out to show the logo, always - by Sourav Bhadra.*/

    .sidebar_minimize.sidebar_minimize_hover .main-mol-panel {
        width: calc(100% - 190px);
    }

    .sidebar_minimize_hover .mol-logo-header .nav-toggle {
        right: 18px !important;
        transform: translateX(0%) !important;
        left: unset;
    }
}
/*    overlay sidebar    */
.overlay-sidebar:not(.is-show) .sidebar {
    left: -190px;
}

.overlay-sidebar .main-mol-panel {
    width: 100% !important;
}

/*    Flex-1    */
.flex-1 {
    -ms-flex: 1;
    flex: 1;
}

/*    Metric    */
.metric {
    display: flex;
    padding: 1rem;
    flex-direction: column;
}


.btn-toggle {
    color: #fff !important;
}

/*    Avatar    */
avatar {
    position: relative;
    display: inline-block;
}

.avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.avatar-title {
    width: 100%;
    height: 100%;
    background-color: #dad9f5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rounded-rect {
    border-radius: 7px;
}

    .rounded-rect img {
        height: 3.1rem;
        width: 3.1rem;
    }

.avatar-online::before, .avatar-offline::before, .avatar-away::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    height: 25%;
    border-radius: 50%;
    content: '';
    border: 2px solid #fff;
}

.avatar-online::before {
    background-color: #31CE36;
}

.avatar-offline::before {
    background-color: #97a2b1;
}

.avatar-away::before {
    background-color: #FFAD46;
}

.avatar {
    width: 3.5rem;
    height: 3.5rem;
}

    .avatar .border {
        border-width: 3px !important;
    }

    .avatar .rounded {
        border-radius: 6px !important;
    }

    .avatar .avatar-title {
        font-size: 18px;
    }

.avatar-xs {
    width: 1.65rem;
    height: 1.65rem;
}

    .avatar-xs .border {
        border-width: 2px !important;
    }

    .avatar-xs .rounded {
        border-radius: 4px !important;
    }

    .avatar-xs .avatar-title {
        font-size: 12px;
    }

    .avatar-xs.avatar-online::before, .avatar-xs.avatar-offline::before, .avatar-xs.avatar-away::before {
        border-width: 1px;
    }

.avatar-sm {
    width: 2.5rem;
    height: 2.5rem;
}

    .avatar-sm .border {
        border-width: 3px !important;
    }

    .avatar-sm .rounded {
        border-radius: 4px !important;
    }

    .avatar-sm .avatar-title {
        font-size: 15px;
    }

    .avatar-sm.avatar-online::before, .avatar-sm.avatar-offline::before, .avatar-sm.avatar-away::before {
        border-width: 2px;
    }

.avatar-lg {
    width: 3.75rem;
    height: 3.75rem;
}

    .avatar-lg .border {
        border-width: 3px !important;
    }

    .avatar-lg .rounded {
        border-radius: 8px !important;
    }

    .avatar-lg .avatar-title {
        font-size: 24px;
    }

    .avatar-lg.avatar-online::before, .avatar-lg.avatar-offline::before, .avatar-lg.avatar-away::before {
        border-width: 3px;
    }

.avatar-xl {
    width: 5rem;
    height: 5rem;
}

    .avatar-xl .border {
        border-width: 4px !important;
    }

    .avatar-xl .rounded {
        border-radius: 8px !important;
    }

    .avatar-xl .avatar-title {
        font-size: 28px;
    }

    .avatar-xl.avatar-online::before, .avatar-xl.avatar-offline::before, .avatar-xl.avatar-away::before {
        border-width: 4px;
    }

.avatar-xxl {
    width: 5.125rem;
    height: 5.125rem;
}

    .avatar-xxl .border {
        border-width: 6px !important;
    }

    .avatar-xxl .rounded {
        border-radius: 8px !important;
    }

    .avatar-xxl .avatar-title {
        font-size: 30px;
    }

    .avatar-xxl.avatar-online::before, .avatar-xxl.avatar-offline::before, .avatar-xxl.avatar-away::before {
        border-width: 4px;
    }

@media (min-width: 768px) {
    .avatar-xxl {
        width: 8rem;
        height: 8rem;
    }

        .avatar-xxl .border {
            border-width: 4px !important;
        }

        .avatar-xxl .rounded {
            border-radius: 12px !important;
        }

        .avatar-xxl .avatar-title {
            font-size: 42px;
        }

        .avatar-xxl.avatar-online::before, .avatar-xxl.avatar-offline::before, .avatar-xxl.avatar-away::before {
            border-width: 4px;
        }
}


.input-group label.error, .input-group label.success {
    width: 100%;
    order: 100;
}

.custom-control {
    position: relative;
}

    .custom-control.custom-radio, .custom-control.custom-checkbox {
        margin-bottom: 0;
        padding-left: 2em;
        cursor: pointer;
        line-height: 24px;
        margin-right: 2px;
        display: inline-block;
    }

        .custom-control.custom-radio label.error, .custom-control.custom-radio label.success, .custom-control.custom-checkbox label.error, .custom-control.custom-checkbox label.success {
            position: absolute;
            width: 100vh;
            top: 23px;
            left: 0;
        }

.input-group.has-icon {
    border-radius: .25rem;
    border: 1px solid #ced4da;
}

    .input-group.has-success, .input-group.has-icon.has-success {
        border: 1px solid #31CE36 !important;
        color: #31CE36;
    }

.input-group.has-error {
    border: 1px solid #F25961 !important;
    color: #F25961;
}

.input-group.has-icon.has-error {
    border: 1px solid #F25961 !important;
    color: #F25961;
}

.input-group.has-icon .form-control {
    border-radius: .25rem;
    border: 0px;
    position: relative;
}

.input-group.has-icon .input-group-icon {
    background: transparent;
    border: 0px;
}



/*     Nav Search     */
.nav-search .input-group {
    border: 1px solid #eee;
    background: #eee;
    border-radius: 5px;
}

    .nav-search .input-group:hover, .nav-search .input-group:focus {
        border: 1px solid #ddd;
    }

.nav-search .form-control {
    border: 0;
    background: transparent !important;
    font-size: 14px;
    padding: 0.75em 1em;
    min-width: 200px;
    max-width: 100%;
}

.nav-search .input-group-text {
    border: 0;
    background: transparent;
}

.nav-search .search-icon {
    font-size: 18px;
    color: #8d9498;
}

.nav-search .btn-search {
    background: transparent;
    padding: .375rem 1rem;
}

/*     Badge    */
.badge {
    border-radius: 50px;
    margin-left: auto;
    line-height: 1;
    padding: 6px 10px;
    vertical-align: middle;
    font-weight: 400;
    font-size: 11px;
    border: 1px solid #ddd;
}

[class*="badge-"]:not(.badge-count) {
    border: 0px !important;
}

.badge-default {
    background: #1a2035;
    color: #ffffff !important;
}

.badge-primary {
    background: #1572E8;
}

.badge-info {
    background: #48ABF7;
}

/*     Dropdown    */
.dropdown-menu {
    border: 0px;
    border-radius: 3px;
    box-shadow: 0 1px 11px rgba(0, 0, 0, 0.15) !important;
    padding-bottom: 8px;
    margin-top: 3px;
}

/*     Notification dropdown    */
.dropdown-title {
    border-bottom: 1px solid #f1f1f1;
    color: #444444;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 15px;
    text-align: center;
}

.notif-box, .messages-notif-box {
    width: 350px;
    padding: 0 !important;
}

    .notif-box .notif-center a, .messages-notif-box .notif-center a {
        display: flex;
        color: #4d585f;
    }

        .notif-box .notif-center a:hover, .messages-notif-box .notif-center a:hover {
            text-decoration: none;
            background: #fafafa;
            transition: all .2s;
        }

        .notif-box .notif-center a .notif-icon, .messages-notif-box .notif-center a .notif-icon {
            display: inline-flex;
            width: 40px;
            height: 40px;
            margin: 10px;
            align-items: center;
            justify-content: center;
            background: #eee;
            border-radius: 50%;
        }

        .notif-box .notif-center a .notif-img, .messages-notif-box .notif-center a .notif-img {
            display: inline-flex;
            width: 40px;
            height: 40px;
            margin: 10px;
            align-items: center;
            justify-content: center;
            background: #eee;
            border-radius: 50%;
        }

            .notif-box .notif-center a .notif-img img, .messages-notif-box .notif-center a .notif-img img {
                width: 100%;
                height: 100%;
                border-radius: 50%;
            }

        .notif-box .notif-center a .notif-icon.notif-default, .notif-box .notif-center a .notif-icon.notif-primary, .notif-box .notif-center a .notif-icon.notif-secondary, .notif-box .notif-center a .notif-icon.notif-info, .notif-box .notif-center a .notif-icon.notif-success, .notif-box .notif-center a .notif-icon.notif-warning, .notif-box .notif-center a .notif-icon.notif-danger, .messages-notif-box .notif-center a .notif-icon.notif-default, .messages-notif-box .notif-center a .notif-icon.notif-primary, .messages-notif-box .notif-center a .notif-icon.notif-secondary, .messages-notif-box .notif-center a .notif-icon.notif-info, .messages-notif-box .notif-center a .notif-icon.notif-success, .messages-notif-box .notif-center a .notif-icon.notif-warning, .messages-notif-box .notif-center a .notif-icon.notif-danger {
            color: #ffffff !important;
        }

        .notif-box .notif-center a .notif-icon.notif-default, .messages-notif-box .notif-center a .notif-icon.notif-default {
            background: #1a2035 !important;
        }

        .notif-box .notif-center a .notif-icon.notif-primary, .messages-notif-box .notif-center a .notif-icon.notif-primary {
            background: #1572E8 !important;
        }

        .notif-box .notif-center a .notif-icon.notif-info, .messages-notif-box .notif-center a .notif-icon.notif-info {
            background: #48ABF7 !important;
        }

        .notif-box .notif-center a .notif-icon.notif-warning, .messages-notif-box .notif-center a .notif-icon.notif-warning {
            background: #FFAD46 !important;
        }

        .notif-box .notif-center a .notif-content .subject, .messages-notif-box .notif-center a .notif-content .subject {
            font-size: 13px;
            font-weight: 600;
            display: block;
            margin-bottom: 2px;
        }

        .notif-box .notif-center a .notif-content .block, .messages-notif-box .notif-center a .notif-content .block {
            font-size: 13px;
            line-height: 20px;
            display: block;
        }

        .notif-box .notif-center a .notif-content .time, .messages-notif-box .notif-center a .notif-content .time {
            color: #7d8c95;
            font-size: 11px;
        }

    .notif-box .see-all, .messages-notif-box .see-all {
        border-top: 1px solid #f1f1f1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        color: #555;
        font-size: 13px;
        font-weight: 400;
        text-decoration: none;
    }

        .notif-box .see-all:hover, .messages-notif-box .see-all:hover {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px 20px;
            color: #555;
            font-size: 13px;
            font-weight: 400;
            text-decoration: none;
        }

        .notif-box .see-all i, .messages-notif-box .see-all i {
            float: right;
        }

    .notif-box .notif-scroll {
        max-height: 256px;
    }

    .messages-notif-box .message-notif-scroll {
        max-height: 250px;
    }

    .messages-notif-box .notif-center a {
        border-bottom: 1px solid #f1f1f1;
    }

        .messages-notif-box .notif-center a:last-child {
            border-bottom: 0px;
        }

        .messages-notif-box .notif-center a .notif-content {
            padding: 7px 15px 7px 5px;
        }

/*     User Dropdown    */
.dropdown-user {
    width: 260px;
}

.user-box {
    display: flex;
    padding: .25rem 1rem;
}

    .user-box .u-text {
        padding: 0 4px;
    }

        .user-box .u-text h4 {
            margin-bottom: 5px;
            margin-top: 4px;
            font-size: 14px;
            font-weight: 400;
            line-height: 1;
        }

        .user-box .u-text .text-muted {
            font-size: 12px;
            margin-bottom: 5px;
            font-style: italic;
            text-align: left;
            max-height: 19px;
            max-width: 94%;
            overflow: hidden;
            text-overflow: ellipsis;
            text-align: left;
            display: block;
        }

        .user-box .u-text .btn {
            font-size: 11px;
        }

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

/* Quick Actions Dropdown */
.quick-actions {
    width: 350px;
    padding: 0px;
}

    .quick-actions:after {
        border-bottom-color: #1572E8 !important;
    }

    .quick-actions .quick-actions-header {
        display: flex;
        align-items: center;
        flex-direction: column;
        background: #1572E8;
        color: #fff;
        padding: 7px;
        border-radius: 3px 3px 0 0;
    }

        .quick-actions .quick-actions-header .title {
            font-size: 18px;
        }

        .quick-actions .quick-actions-header .subtitle {
            font-size: 13px;
        }

    .quick-actions .quick-actions-items {
        padding: 15px 7.5px;
    }

    .quick-actions a:hover {
        text-decoration: none;
    }

    .quick-actions .quick-actions-item {
        display: flex;
        flex-direction: column;
        margin: 7.5px 0.5px;
        padding: 10px;
        align-items: center;
        color: #1572E8;
        border: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
        border-radius: 3px;
        transition: all .2s;
    }

        .quick-actions .quick-actions-item:hover {
            background: #fdfdff;
            color: #1572E8;
            box-shadow: 3px 3px 10px #f7f1f1;
        }

        .quick-actions .quick-actions-item i {
            color: #7d8c95;
            font-size: 27px;
        }

        .quick-actions .quick-actions-item .text {
            text-align: center;
            font-size: 13px;
            margin-top: 8px;
        }

    .quick-actions.quick-actions-default:after {
        border-bottom-color: #1a2035 !important;
    }

    .quick-actions.quick-actions-default .quick-actions-header {
        background: #1a2035;
    }

    .quick-actions.quick-actions-default .quick-actions-item {
        color: #1a2035;
    }

    .quick-actions.quick-actions-primary:after {
        border-bottom-color: #1572E8 !important;
    }

    .quick-actions.quick-actions-primary .quick-actions-header {
        background: #1572E8;
    }

    .quick-actions.quick-actions-primary .quick-actions-item {
        color: #1572E8;
    }

    .quick-actions.quick-actions-info:after {
        border-bottom-color: #48ABF7 !important;
    }

    .quick-actions.quick-actions-info .quick-actions-header {
        background: #48ABF7;
    }

    .quick-actions.quick-actions-info .quick-actions-item {
        color: #48ABF7;
    }

@media screen and (max-width: 991px) {
    .notif-box .notif-scroll, .messages-notif-box .message-notif-scroll, .quick-actions .quick-actions-scroll {
        max-height: calc(100vh - 200px);
    }

    .dropdown-user .dropdown-user-scroll {
        max-height: calc(100vh - 132px);
    }
}

@media screen and (min-width: 991px) {
    .navbar-header .dropdown-menu {
        margin-top: 13px;
    }

        .navbar-header .dropdown-menu:after {
            border-bottom: 8px solid #fff;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            content: "";
            right: 10px;
            top: -8px;
            position: absolute;
            z-index: 1001;
        }
}


/*     HTML legend    */
.html-legend {
    list-style: none;
    cursor: pointer;
    padding-left: 0;
    text-align: center;
    margin-top: 1rem;
}

    .html-legend li {
        display: inline-block;
        vertical-align: middle;
        padding: 0 5px;
        margin-right: 5px;
        margin-bottom: 6px;
        color: #8d9498;
        font-size: 12px;
    }

        .html-legend li.hidden {
            text-decoration: line-through;
        }

        .html-legend li span {
            border-radius: 15px;
            display: inline-block;
            height: 15px;
            margin-right: 10px;
            width: 15px;
            vertical-align: top;
        }

@media screen and (min-width: 991px) {
    .main-mol-panel.full-height > .content, .main-mol-panel.full-height > .content-full {
        margin-top: 0;
    }

    .main-mol-panel.full-height .navbar-header {
        min-height: 62px;
    }

    .mol-logo-header {
        line-height: 57px;
    }

    .toggle-nav-search {
        display: none;
    }

    #search-nav {
        display: block !important;
    }

    .sidebar .scroll-element {
        opacity: 0;
        transition: all .2s;
    }

    .sidebar:hover .scroll-element {
        opacity: 1;
    }

    .sidebar[data-background-color]:before {
        background: rgba(255, 255, 255, 0.2) !important;
        z-index: 1000;
    }
}

@media screen and (max-width: 991px) {
    .mol-main-header[data-background-color] .navbar-header {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .sidebar {
        position: fixed;
        left: 0 !important;
        right: 0;
        -webkit-transform: translate3d(-270px, 0, 0);
        -moz-transform: translate3d(-270px, 0, 0);
        -o-transform: translate3d(-270px, 0, 0);
        -ms-transform: translate3d(-270px, 0, 0);
        transform: translate3d(-270px, 0, 0) !important;
        transition: all .5s;
        margin-top: 0px;
    }

        .sidebar:before {
            background: none;
        }

    .nav_open .sidebar {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0) !important;
        border-right: 1px solid #f1f1f1;
    }

    .sidebar .sidebar-wrapper {
        padding-top: 0px;
    }

        .sidebar .sidebar-wrapper .sidebar-content {
            padding-top: 0px !important;
        }

        .sidebar .sidebar-wrapper .scroll-element.scroll-y {
            top: 0px !important;
        }

    .nav_open {
        overflow: hidden !important;
    }

        .nav_open .mol-wrapper {
            overflow-x: hidden;
        }

        .nav_open .main-mol-panel, .nav_open .mol-main-header {
            -webkit-transform: translate3d(190px, 0, 0);
            -moz-transform: translate3d(190px, 0, 0);
            -o-transform: translate3d(190px, 0, 0);
            -ms-transform: translate3d(190px, 0, 0);
            transform: translate3d(190px, 0, 0) !important;
        }

    .quick_sidebar_open .quick-sidebar {
        width: 350px;
    }

    .mol-main-header {
        transition: all .5s;
    }

    #search-nav {
        margin: 0 auto !important;
    }

    .main-mol-panel {
        width: 100%;
        transition: all .5s;
    }

        .main-mol-panel .page-header .dropdown-menu:after {
            right: 16px !important;
        }

    .page-inner {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .page-sidebar {
        background: #fff;
    }

    .mol-logo-header {
        display: flex;
        width: 100% !important;
        text-align: left;
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
    }

        .mol-logo-header .logo {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
        }

        .mol-logo-header .navbar-toggler {
            height: 100%;
            margin-left: 0px !important;
            opacity: 1;
            display: block;
            order: 1;
        }

        .mol-logo-header .more {
            opacity: 1;
            color: #545454;
            cursor: pointer;
            display: inline-block;
            line-height: 56px;
            order: 3;
            width: unset;
            margin-left: auto;
        }

        .mol-logo-header .navbar-brand {
            position: unset !important;
            margin-right: 0px;
        }

    mol-logo-header-for-small-screen {
        width: 72% !important;
        padding: 0;
        padding-left: 8px;
    }

    .mol-logo-header-for-small-screen .logo {
        position: relative;
    }

    .nav-search {
        width: 100%;
        margin-right: 0 !important;
    }

    .navbar-header {
        position: absolute;
        width: 100%;
        transform: translate3d(0, -200px, 0) !important;
        transition: all .5s;
    }


    .nav-search {
        width: 100%;
        margin-right: 0 !important;
    }

    .navbar-header {
        position: absolute;
        width: 100%;
        transform: translate3d(0, -200px, 0) !important;
        transition: all .5s;
    }

    .navbar-for-small-screen {
        position: relative;
        transform: none !important;
    }

    .topbar_open .navbar-header {
        transform: translate3d(0, 61px, 0) !important;
        padding: 6px;
    }

        .topbar_open .navbar-header .navbar-nav > .nav-item .nav-link i {
            font-size: 19px;
        }

        .topbar_open .navbar-header .navbar-nav > .nav-item:last-child .nav-link {
            padding: 0px !important;
        }

        .topbar_open .navbar-header .navbar-nav > .nav-item:last-child .quick-sidebar-toggler {
            padding-left: 5px !important;
        }

    .topbar_open .toggle-nav-search {
        display: list-item;
    }

    .topbar_open #search-nav {
        text-align: center;
        width: 100%;
        padding: 10px 15px 0px;
        order: 1;
    }

    .topbar_open .main-mol-panel {
        transform: translate3d(0, 62px, 0) !important;
    }

    .topbar_open > .content {
        margin-top: 0px !important;
    }

    .nav_open.topbar_open .main-mol-panel {
        transform: translate3d(250px, 60px, 0) !important;
    }

    .navbar-header .navbar-nav {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        margin-left: 0px !important;
        position: relative;
    }

        .navbar-header .navbar-nav .dropdown {
            position: unset;
        }

        .navbar-header .navbar-nav .dropdown-menu {
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            max-width: 280px;
        }

    .profile-pic span {
        display: none;
    }

    .nav-toggle {
        display: none;
    }

    .page-title {
        font-size: 18px;
    }

    .card .card-title {
        font-size: 18px;
    }

    .mail-wrapper .mail-option .email-filters-left {
        width: 50%;
    }

        .mail-wrapper .mail-option .email-filters-left .btn-group {
            margin-bottom: 10px;
        }

    /* Dropzone */
    .dropzone {
        padding: 20px 15px !important;
    }

        .dropzone .dz-message .message {
            font-size: 23px;
        }

        .dropzone .dz-message .note {
            font-size: 15px;
        }
}

@media screen and (max-width: 767px) {
    .wizard-container {
        margin-left: 15px;
        margin-right: 15px;
    }

    .main-mol-panel .page-header {
        flex-direction: column;
        align-items: normal;
        position: relative;
        min-height: 43px;
        justify-content: center;
    }

        .main-mol-panel .page-header .breadcrumbs {
            margin-left: 0px;
            padding-top: 15px;
            padding-left: 5px;
            padding-bottom: 0px;
            border-left: 0px;
        }

        .main-mol-panel .page-header .btn-group-page-header {
            position: absolute;
            right: 0px;
        }

    .footer .container-fluid {
        flex-direction: column;
    }

        .footer .container-fluid .copyright {
            margin-left: 0 !important;
            margin-top: 5px;
            margin-bottom: 5px;
            width: 100% !important;
        }
}

@media screen and (max-width: 350px) {
    .quick_sidebar_open .quick-sidebar {
        width: 100%;
        padding: 20px;
    }
}
/* 	 Background Body */
body {
    background: #f9fbfd;
}

    body[data-background-color="bg1"] {
        background: #f9fbfd;
    }

    body[data-background-color="bg2"] {
        background: #ffffff;
    }

    body[data-background-color="bg3"] {
        background: #f1f1f1;
    }


/*   Background   */
.bg-primary {
    background-color: #1572E8 !important;
}

.bg-primary2 {
    background-color: #1269DB !important;
}

.bg-info {
    background-color: #48ABF7 !important;
}

.bg-info2 {
    background-color: #3697E1 !important;
}

.bg-success {
    background-color: #31CE36 !important;
}

.bg-success2 {
    background-color: #2BB930 !important;
}

.bg-warning {
    background-color: #FFAD46 !important;
}

.bg-warning2 {
    background-color: #FF9E27 !important;
}

.bg-danger {
    background-color: #F25961 !important;
}

.bg-danger2 {
    background-color: #EA4d56 !important;
}

.bg-grey1 {
    background: #f9fbfd !important;
}

.bg-grey2 {
    background: #f1f1f1;
}

.bg-primary-gradient {
    /*
    background: #1572E8 !important;
    background: -webkit-linear-gradient(legacy-direction(-45deg), #06418E, #5d6065) !important;
    background: background: linear-gradient(-45deg, #005396, #5d6065) !important;
    */
    background: #48ABF7 !important;
    background: -webkit-linear-gradient(legacy-direction(-45deg), #0A5A97, #48ABF7) !important;
    background: linear-gradient(-45deg, #0A5A97, #48ABF7) !important;
}

.bg-info-gradient {
    background: #48ABF7 !important;
    background: -webkit-linear-gradient(legacy-direction(-45deg), #0A5A97, #48ABF7) !important;
    background: linear-gradient(-45deg, #0A5A97, #48ABF7) !important;
}

.bg-success-gradient {
    background: #31CE36 !important;
    background: -webkit-linear-gradient(legacy-direction(-45deg), #179D08, #31CE36) !important;
    background: linear-gradient(-45deg, #179D08, #31CE36) !important;
}

.bg-warning-gradient {
    background: #FFAD46 !important;
    background: -webkit-linear-gradient(legacy-direction(-45deg), #E1810B, #FFAD46) !important;
    background: linear-gradient(-45deg, #E1810B, #FFAD46) !important;
}

.bg-danger-gradient {
    background: #F25961 !important;
    background: -webkit-linear-gradient(legacy-direction(-45deg), #E80A15, #F25961) !important;
    background: linear-gradient(-45deg, #E80A15, #F25961) !important;
}

.form-group.required .control-label:after {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 10px;
    content: "\f069";
    color: red;
}

.noProfileImageEmpList {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 7px;
    background: #1571e6;
    font-size: 200%;
    color: #fff;
    text-align: center;
    padding-top: 8%;
}

.noProfileImageEmpDtl {
    width: 100%;
    height: 250px;
    border-radius: 7px;
    background: #6b87ab;
    text-align: center;
    padding-top: 18%;
    padding-left: 35%;
}

.noProfileImageCircleWhiteDtl {
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    background: whitesmoke;
    font-size: 230%;
    color: #0e5086;
    text-align: center;
    padding-top: 12%;
    font-weight: bold;
}

.noProfileImageCircle {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #1571e6;
    font-size: 130%;
    color: #fff;
    text-align: center;
    padding-top: 12%;
}

.noProfileImageCircleWhite {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: whitesmoke;
    font-size: 130%;
    color: #0e5086;
    text-align: center;
    padding-top: 12%;
    font-weight: bold;
}

.noProfileImageBox {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 8px;
    background: #1571e6;
    font-size: 130%;
    color: #fff;
    text-align: center;
    padding-top: 21%;
}

.noProfileImageBoxSearch {
    width: 74px;
    height: 74px;
    background: #1571e6;
    font-size: 130%;
    color: #fff;
    text-align: center;
    padding-top: 1.5%;
    margin: 14px;
}

.newReleases {
    margin-left: 1%;
    width: 95%;
    font-size: small;
}

.show-record:hover {
    background-color: lightblue;
    cursor: pointer;
    font-style: italic;
}

.fileName-container {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
    display: inline-block;
}

.row-advsrc {
    display: flex;
}
