    @charset "utf-8";
    /* CSS Document */
    
   /* @import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');*/
   @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
    /*Start Reset CSS Code*/
    
    html,
    body,
    div,
    span,
    applet,
    object,
    iframe,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    strong,
    sub,
    sup,
    tt,
    var,
    b,
    u,
    i,
    center,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    embed,
    figure,
    figcaption,
    footer,
    header,
    hgroup,
    menu,
    nav,
    output,
    ruby,
    section,
    summary,
    time,
    mark,
    audio,
    video {
        margin: 0;
        padding: 0;
        border: 0;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: normal;
        font-style: normal;
        vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section {
        display: block;
    }
    
    body {
        line-height: 1;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: normal;
        font-style: normal;
        background: #fff;
    }
    
    ol,
    ul {
        list-style: none;
    }
    
    blockquote,
    q {
        quotes: none;
    }
    
    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }
    
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    .btn-primary {
    	color: #fff;
    	background-color: #0050a3;
    	border-color: #0050a3;
    }
    /*End Reset CSS Code*/
    /* ----------------------------------------------- Custom Checkbox ----------------------------------------------- */
    
    .custom-check {
        display: none;
    }
    
    .custom-check+label {
        color: #645f5f;
        font-size: 13px;
        position: relative;
        margin: 0;
        padding-left: 30px;
        font-weight: normal;
    }
    
    .custom-check+label:before {
        width: 20px;
        height: 20px;
        position: absolute;
        content: "";
        border: 2px solid #ddd;
        left: 0;
        top: -4px;
        transition: all 0.3s;
        background: #fff;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        cursor: pointer;
    }
    
    .custom-check:checked+label:before {
        background: #045fa9;
        border-color: #045fa9;
    }
    
    .custom-check+label:after {
        width: 12px;
        height: 7px;
        position: absolute;
        content: "";
        transition: all 0.3s;
        left: 4px;
        border: 2px solid transparent;
        transform: rotate(0deg);
        top: 0px;
    }
    
    .custom-check:checked+label:after {
        border-left-color: #fff;
        border-bottom-color: #fff;
        transform: rotate(-45deg);
    }
    /* ----------------------------------------------- Custom Check box ----------------------------------------------- */
    /* ------------------------------------------------ Helper Classes ------------------------------------------------ */
    
    .m-t-5 {
        margin-top: 5px;
    }
    
    .m-t-10 {
        margin-top: 10px;
    }
    
    .m-t-15 {
        margin-top: 15px;
    }
    
    .m-t-20 {
        margin-top: 20px;
    }
    
    .m-t-25 {
        margin-top: 20px;
    }
    
    .m-t-30 {
        margin-top: 30px;
    }
    
    .m-t-40 {
        margin-top: 40px;
    }
    
    .m-b-0 {
        margin-bottom: 0px !important;
    }
    
    .m-b-5 {
        margin-bottom: 5px;
    }
    
    .m-b-10 {
        margin-bottom: 10px;
    }
    
    .m-b-15 {
        margin-bottom: 15px;
    }
    
    .m-b-20 {
        margin-bottom: 20px !important;
    }
    
    .m-b-3x {
        margin-bottom: 30px;
    }
    
    .m-b-4x {
        margin-bottom: 40px;
    }
    
    .m-l-5 {
        margin-left: 5px;
    }
    
    .m-l-10 {
        margin-left: 10px;
    }
    
    .m-l-15 {
        margin-left: 15px;
    }
    
    .m-l-20 {
        margin-left: 20px;
    }
    
    .m-r-5 {
        margin-right: 5px;
    }
    
    .m-r-10 {
        margin-right: 10px;
    }
    
    .m-r-15 {
        margin-right: 15px;
    }
    
    .m-r-20 {
        margin-right: 20px;
    }
    
    .pd-10 {
        padding: 10px;
    }
    
    .pd-15 {
        padding: 15px;
    }
    
    .pd-20 {
        padding: 20px;
    }
    
    .pd-25 {
        padding: 25px;
    }
    
    .pd-40 {
        padding: 40px;
    }
    
    .pd-t-5 {
        padding-top: 5px;
    }
    
    .pd-t-10 {
        padding-top: 10px;
    }
    
    .pd-t-15 {
        padding-top: 15px;
    }
    
    .pd-t-20 {
        padding-top: 20px;
    }
    
    .pd-b-5 {
        padding-bottom: 5px;
    }
    
    .pd-b-10 {
        padding-bottom: 10px;
    }
    
    .pd-b-15 {
        padding-bottom: 15px;
    }
    
    .pd-b-20 {
        padding-bottom: 20px;
    }
    
    .pd-l-5 {
        padding-left: 5px;
    }
    
    .pd-l-10 {
        padding-left: 10px;
    }
    
    .pd-l-15 {
        padding-left: 15px;
    }
    
    .pd-l-20 {
        padding-left: 20px;
    }
    
    .pd-r-5 {
        padding-right: 5px;
    }
    
    .pd-r-10 {
        padding-right: 10px;
    }
    
    .pd-r-15 {
        padding-right: 15px;
    }
    
    .pd-r-20 {
        padding-right: 20px;
    }
    
    .border-box {
        box-sizing: border-box;
    }
    
    .float-left {
        float: left;
    }
    
    .float-right {
        float: right;
    }
    
    a,
    a:active,
    a:hover,
    a:visited {
        text-decoration: none;
        color: inherit;
    }
    
    .btn.focus,
    .btn:focus,
    .btn:hover {
        outline: none;
    }
    /* ------------------------------------------------ End Helper Classes ------------------------------------------------ */
.txt-grey {
        color: #645f5f;
    }
    
    .f-13 {
        font-size: 13px;
    }
    
    .blue-btn {
        background: #045fa9;
        border-radius: 30px;
    }
    
   
    
    .light-grey-bg {
        background-color: #f4f8f9;
    }
    
    .right-content {
        margin-top: 42px; 
        padding: 20px 0;
        transition: all 0.3s ease-in-out;
        position: relative;
        background: #fff;
    }
    
    h1 {
        font-size: 22px;
        color: #3e3f42;
        font-weight: 700;
        margin-bottom: 20px;
    }

    /* ---------------------- Global Classes ---------------------- */
    
   
/*
.form-control {
  height: 30px;
  padding: 0px 5px;
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #0096a3;
  background: none;
  color: #000;
  width: 100%;
}
*/


header {
    background: #1e3d58;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}
.navbar-toggler {
	position: absolute;
    right: 15px;
    top: -53px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    background: transparent;
    color: #fff;
    margin: 0 10px;
    padding: 10px 5px;
    border-radius: 30px;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	background: transparent;
	color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    background: transparent;
	color: #16ae6f;
}
.navbar-collapse .nav-link i {
	margin-right: 4px;
}
.tgl-btn {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin: 6px 0 0 20px;
    float: left;
}
.tgl-btn i {    
    font-size: 30px;
    color: #4c4c4c;
}
.search-panel {
    position: relative;
}
.search-panel .form-control {
    border: none;
    padding: .275rem .75rem .275rem 1rem;
    border-radius: 20px;
    background: #535353;
    color: #fff;
    height: 33px;
    margin-top: 4px;
    font-size: 13px;
}
.search-panel .form-control:focus {
    outline: none;
    box-shadow: none;
}
.search-panel i.fa-search {
    position: absolute;
    top: 12px;
    font-size: 13px;
    color: #fff;
    right: 20px;
}
.nav-right li {
    color: #003e40;
    padding: 0 10px;
    font-size: 20px;
    position: relative;
}
.resp-col {
    float: right;
}
.search-panel {
    float: left;
    width: 500px;
    margin-left: 20px;
    margin-top: 13px;
}
.header-notif {
    display: inline-block;
}

.notifications {
    margin: 18px 15px 0 0;
    padding: 0;
    display: inline-block;
    position: relative;
}

.notifications li {
    list-style-type: none;
    display: inline-block;
}

.notifications li a {
    color: #003d3f;
    display: inline-block;
    font-size: 18px;
    padding: 5px 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.notifications li a i {
    font-size: 22px;
    position: relative;
    color: #003d3f;
}
.dropdown-toggle::after {
    display: none;
}
.pointer {
    font-size: 12px;
    background: #e52222;
    color: #fff;
    width: 18px;
    display: inline-block;
    text-align: center;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    right: 5px;
}
.profile {
    float: right;
    padding: 12px 0px 9px;
}
.profile-pic {
  position: relative;
    width: 30px;
    height: 30px;
    background-color: #878682;
    margin: 5px 0px;
    float: left;
    border-radius: 50%;
  
    
}
.profile-pic img {
    width: 100%;
    height: auto;
    border-radius:50%;
}
.profile-name {
    margin: 7px 0 0 10px;
    float: left;
    color: #ffffff;
    line-height: 30px;
    font-size: 14px;
}
.profile-name i {
    padding-left: 5px;
    color: #ffffff;
    padding-top: 7px;
    font-size: 19px;
}
.profile ul.dropdown-menu {
        margin: 0px;
    width: 320px;
    padding: 10px 10px 20px 10px;
    top: 57px !important;
    left: auto !important;
    border: solid 1px #d0d0d0;
    box-shadow: 0 0 5px 0 #e8e8e8;
    right: 0;
}
.profile ul.dropdown-menu li a {
    display: block;
}
.profile ul.dropdown-menu li a:hover {
   color:#0096a4;
}
.profile ul.dropdown-menu li.member-profile {
    text-align: center;
}
.profile ul.dropdown-menu li.member-profile .member-desk {
    text-align: center;
}
.profile ul.dropdown-menu li.member-profile .member-desk img {
    width: 56px;
    height: 56px;
    margin-bottom: 10px;
    border-radius:50%;
    text-align: center;
}
.profile ul.dropdown-menu li.member-profile .member-desk h3 {
    font-size: 14px;
    color: #464664;
    line-height: 22px;
    margin: 0 0 14px 0;
    font-weight: 600;
}
.member-block {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 1rem
}
.mem-name {
    width: 49%;
    text-align: center;
    margin:0 .5rem; 
}
.mem-name h4 {
    font-size: 14px;
    color: #292929;
    font-weight: 600;
    margin-bottom: .5rem;
}
.mem-name p {
    font-size: 13px;
    color: #6d6d6d;
    margin: 0 0 0 0;
}
.mem-id {
    width: 49%;
    text-align: center;
    margin:0 .5rem; 
}
.mem-id h4 {
    font-size: 14px;
    color: #292929;
    font-weight: 600;
    margin-bottom: .5rem;
}
.mem-id p {
    font-size: 13px;
    color: #6d6d6d;
    margin: 0 0 0 0;
}
.edit-pro-btn {
    background: #464664;
    font-size: 14px;
    color: #fff;
    border-radius:5px;
    padding: 0.4rem 1.4rem;
}
.edit-pro-btn:hover {
    background: #3d3d61;
    color: #9696e6;
}
.l-nav {
        width: 245px;
      background: #0050a3;
    position: fixed;
    left: 0;
    top: 70px;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    padding-top: 25px;
}

.heading-panel {
    background: #464664;
    padding: 10px 20px;
    margin: 0px 0 25px 0;
}
.heading-panel h1 {
    font-size: 16px;
    color: #c6c6cc;
    margin: 0px;
}
body.hide-nav .l-nav {
    left: 0;
    z-index: 2;
    width:0px;
    overflow: hidden;
}

body.hide-nav .right-content {
    margin-left: 50px;
}

body.hide-nav header {
    left: 0;
}
    
.logo-wrapper {
    float: left;
    background: transparent;
    margin-left: -15px;
    width: 245px;
    height: 70px;
    border-bottom: 0px solid #f0f3f4;
}
.logo-wrapper img {
          margin: 0 0 0 30px;
    width: 188px;
}
.nav-right {
    padding: 10px 0;
}
.navigation {
    margin: 3px 0 0 0;
}
.navigation li a {
  padding: 15px 20px 13px 47px;
    margin-bottom: 10px;
    display: block;
    margin-top: 10px !important;
    width: 85%;
    margin: auto;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    position: relative;
    border-left: 3px solid transparent;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
}
.navigation li i {
	color: #fff;
}

.navigation li a span {
    position: absolute;
    left: 10px;
    top: 13px;
    font-size: 17px;
}

.navigation li.drop-down a:after {
    content: "\f101";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: 15px;
}

.navigation li a:hover, .navigation li a.active {
    color: #333;
    background: #ffff;
    width: 85%;
    margin: auto;
    border-radius: 5px;
}
.course-block {
    background: #fff;
    box-shadow:0 0 10px 0 #00000017;
    margin-bottom: 83px;
    text-align: center;
    padding: 3.5rem 0 2.5rem 0;
    position: relative;
    border-radius: 10px;
}
.course-icon {
    position: absolute;
    top: -34%;
    left: 37%;
}
.course-block h1 {
    font-size: 16px;
    color: #333333;
    margin: 0px;
}
.team-block {
    background: #fff;
    box-shadow:0 0 10px 0 #00000017;
    margin-bottom: 50px;
    padding: 0;
    position: relative;
    border-radius: 10px;
    
}
.team-block h1 {
    font-size: 14px;
    color: #252537;
    font-weight: 600;
    padding: 14px 5px 14px 18px;
    margin: 0px;
    border-bottom: solid 1px #ddd;
}
.member-detail ul {
    margin: 0px;
    padding: 0px
}
.member-detail ul li {
    list-style: none;
    padding: 16px 6px;
    border-bottom: dashed 1px #ddd;
    position: relative;
}
.member-detail ul li:last-child {
    border-bottom: none;
}
.member-detail .team-pic {
    width: 45px;
    height: 45px;
    border-radius:50%;
    float: left;
    margin:0 .4rem 0 0;
}
.member-detail span.ext {
    position: absolute;
    top: 16%;
    right: 7px;
    font-size: 9px;
    font-weight: 600;
}
.member-detail .member-name {
    font-size: 13px;
    color:#39393d;
    font-weight: 600;
    margin: 0 0 0 0;
}
.member-detail p.mem-profile {
    font-size: 10px;
    color: #858585;
    margin: .2rem 0 .3rem;
}
.member-detail p.mem-email {
    font-size: 11px;
    color: #39393d;
    margin: .2rem 0;
    font-weight:600;
}
.member-detail p.mem-email a {
    color: #5b5b7b;
}
.member-detail p.mem-email a:hover {
    text-decoration: underline;
}
footer {
    text-align: center;
    padding: 20px 0 0px 0;
    font-size: 12px;
    color: #7f7f7f;
    position: absolute;
    bottom: 10px;
    width: 100%;
}
.ask-question-btn {
    position: fixed;
    bottom: 0px;
    right: 10px;
    z-index: 999;
    width: 250px;
}
.ask-question-btn button.btn {
    background: #252537;
    font-size: 13px;
    color: #fff;
    border-radius: 8px 8px 0 0;
    padding: 10px 9px;
    width: 100%;
}

/*************** Login form ***************/
.loginwrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    height: 100vh;
    padding: 20px;
}
.loginV2 {
    background: #1e3d58;
}
#formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 450px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;
}
#formContent .form-control {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 25px 40px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.loginV2 #formContent .form-control {
    background-color: #ffffff;
    border: 1px solid #ddd;
    padding: 25px 20px;
    margin-bottom: 15px;
}
#formContent .btnsubmit {
    background-color: #56baed;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 40px 20px;
    margin-top: 30px;
    background: #1e3d58;
}
.loginV2 #formContent .btnsubmit {
    margin-top: 30px;
}
.logoimg {
    max-width: 300px;
    margin-bottom: 30px;
     width: 100%;
}
.form-icon .fa {
    position: absolute;
    left: 47px;
    top: 23px;
    color: #747584;
}
.loginV2 .form-icon .fa {
    left: inherit;
    right: 50px;
}
.forgot-section {
        padding: 0px 35px;
}
.forgot-section a {
    color: #1e3d58;
    font-weight: 600;
}

/*Start Media Query --- Please put all respective media queries in bottom of this page*/


@media screen and (min-width: 1920px) {
    .login-left-panel {
        max-width: 700px;
     }
}
@media screen and (max-width: 991px) {
	.navbar.navbar-expand-lg {
		background: #1e3d58;
		position: absolute;
		width: 100%;
		top: 66px;
		left: 0;
	}
	.navbar-expand-lg .navbar-nav .nav-link{
		    margin-bottom: 15px;
    padding: 12px 20px;
	}
	.resp-col {
		display: none;
	}
	.navbar-collapse {
		padding: 20px 0px;
	}
	.navbar-light .navbar-toggler {
		background: #fff;
	}
}

@media screen and (max-width: 768px) {
    .login-left-panel:before {
        right: 0;
        border-top: 0;
        border-left: 0;
    }
    .login-left-panel {
        max-width: none;
    }
    .search-panel {
        width: 260px;
    }
    .ask-question-btn {
        display: none;
    }
    footer {
        position: inherit;
        bottom: auto;
    }
}
@media screen and (max-width: 767px) {
	.logo-wrapper img {
		    margin: 0 0 0 10px;
	}
    .outer-box{

    width:100% !important;
    height: 100px;
       box-shadow: 1px 1px 6px #d3cccc;
    background: #fff !important;
     margin-bottom:35px;
}
.brd-heading{

    padding-top:0px !important;
}

    .login-left-panel:before {
        right: 0;
        border-top: 0;
        border-left: 0;
    }
    .add-btn {
    background: #364761;
    border: 2px solid #364761;
    border-radius: 20px;
    padding: 5px 20px;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: -10px;
}
    .l-nav {
    width: 245px; 
    position: fixed;
    left: -195px;
    top: 65px;
    bottom: 0;
    transition: all 0.3s ease-in-out;
}
    .login-block {
        width: 100%;
    }
    .login-block .logo {
        width: 100%;
    }
    header.shad .d-flex  {
        display: block !important;
    }
    .right-content {
        margin-left: 0px;
        margin-top: 91px;
    }
    .l-nav {
        width: 0;
    }
    header {
        height: auto;
        box-shadow: 0 0 10px -5px #000000;
        border-bottom: solid 1px #ddd;
    }
    body.hide-nav .l-nav {
        width: 263px;
    }
    body.hide-nav .right-content {
        margin-left: 0px;
    }
    .logo-wrapper {
        display: inline-block;
        width: auto;
        text-align: left;
        padding: 3px 0px 0px 0px;
    }
    .tgl-btn {
            margin: 8px 0px 0px 0px;
    float: right;
    }
    .logo-wrapper img {
    width: 188px;
}
.hide-mobile{

    display: none;
}
.seller-box {
    padding-top: 0;
}

    .search-panel {
        margin-left: -14px;
        width: 58%;
        margin-top: 0px;
    }
    .profile-name {
        font-size: 0.7rem;
    } 
    .profile {
        padding: 4px 0;
    }
    .search-panel .form-control {
        padding: .375rem .75rem .375rem 2rem;
        margin-top:6px;
    }
    .profile-pic {
        width: 35px;
        height: 35px;
    }
    .ask-question-btn {
        display: none;
    }
    .team-block {
        margin-bottom: 10px;
    }
    footer {
        position: inherit;
        bottom: auto;
    }
}
@media screen and (max-width: 480px) {
    
}

@media screen and (max-width: 320px) {
    .login-block .logo {
        margin-bottom: 12px;
    }
    h1.login-head {
        margin: 0 0 1rem 0;
    }
    .login-form fieldset.form-group {
        margin-bottom: 2rem;
    }
    .search-panel {
        width: 53.3%;
    }
}

/*anderson paes*/

.system-tab{

    padding:20px;
}
.system-tab .fade:not(.show) {
    opacity: 1;
}

.system-tab ul li {
   background: #ececec;
    padding: 12px;
    word-break: break-word;
    text-align: center;
    border-right: 1px solid #cec9c9;
    line-height: 20px;
}
.height-top{

    padding-top:35px;
}

.inner-table-data{

    background: #fff;
    box-shadow: 0 0 10px 0 #00000017;
    margin-bottom: 83px;
    margin-top:15px;
    text-align: center;
    padding: 0rem 0 0.75rem 0;
    position: relative;
    border-radius: 10px;
    height: 409px;
    overflow: auto;
}
.header-background{

    background: #464664 !important;
    color: #fff;
}
.system-tab ul li.active {
    background: #464664;
    color: #fff;
}
.system-tab .tab-content {
    background: #fff;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}

.heading-txt{

    font-weight: bold;
    color: #fff;
    background: #464664;
}
.dropdown-toggle i {
    float: right;
}
.dropdown-menu.show {
    display: block;
    width: 100%;
    float: left;
    position: absolute;
    left: 0 !important;
}

@media only screen and (max-width: 767px){

    .system-tab ul li{

        width:100%;
    }

    .login-box-design {
    min-height: 300px;
    width: auto !important;
}

    .heading-panel {
    background: #464664;
    padding: 10px 20px;
    margin: 0px 0 10px 0;
}
.notification-panel{

    display:none;
}
.profile-name{
    display:none;
}
.dropdown-toggle i {
    float: right;
    color: #fff;
    line-height: 40px;
    padding-left: 11px;
}

.right-side-menu{

    float: right;
    position: absolute;
    right: 25px;
    top: 16px;
}
}

.dataTables_wrapper{

    width:100%;
}
.dataTables_length

{

    float:right;
}
.dataTables_filter{    margin-bottom: 20px;
}

#example_previous{
    background-color: #ececec;
    padding:5px;

}
#example_next{
    background-color: #ececec;
    padding:5px;
    
}
#example_paginate {
    float: right;
    padding: 5px;
}

.login-shad {
    background: #252537 !important;
        min-height: 62px;
    width: 104%;
}
.right-side-menu{

    float: right;
    position: absolute;
    right: 25px;
    top: 16px;
}
.right-side-menu .btn{

    background:transparent;
}
.login-box-design{


    min-height: 300px;
    width: calc(100vh - 189px);
    margin: 145px auto;
    background: #fff;
    box-shadow: 0 0 10px 0 #00000017;
    margin-bottom: 83px;
    text-align: center;
    padding: 3.5rem 0 2.5rem 0;
    position: relative;
    border-radius: 10px;
    /*display: flex;*/
    justify-content: center;
      height: calc(100vh - 320px)
}

.cst-login{

        background: #252537;
    border-color: #252537;
    border-radius: 20px;
    width: 55%;
    height: 40px;
    margin-top:20px;

}
.login-box{

    position: relative;
}
.login-box-design{

    position: relative;
}
.login-icon{

        background: #ececec;
    padding: 20px 29px;
    border-radius: 50%;
    position: absolute;
    top: -34px;
    left: 40%;
    border: 3px solid #dbdbea;
}


.inner-txt{

    padding-top:40px;
}

h4{

    font-weight: bold;
}

.cst-slider{

    padding-top:30px;
}
.carousel-item img{


    width:150px;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
.video-txt{

        padding-bottom: 20px;
}
/*.carousel-control-next {
    right: -53px;
}*/
.left-arrow{
    font-size: 25px;
    color: #fff;
    background: #252537;
    border-radius: 50%;
    padding: 0px 8px 0px 7px;
    position: absolute;
    left: -8px;
}
/*.carousel-control-prev {
    left: -58px;
}*/
.right-arrow{
font-size: 25px;
    color: #fff;
    background: #252537;
    border-radius: 50%;
    padding: 0px 7px 0px 8px;
    position: absolute;
    right: -8px;

}
.video-slider{

    position: relative;
}
.search-box{

        margin-top: 30px;
    height: auto;
    background: #fff;
    box-shadow: 0 0 10px 0 #00000017;
    border-radius:10px;
}

.right-video-block{

    margin-top: 30px;
    min-height: 400px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 10px 0 #00000017;
    border-radius:10px;
}
.search-box1{

    padding:10px;
    height: auto;
    background: #fff;
    box-shadow: 0 0 10px 0 #00000017;
    border-radius:10px;
}
.txt-left{

    text-align: left;
}

.right-side-block{

    
    min-height: 400px;
     
     padding: 10px;
    height:auto;
    background: #fff;
    box-shadow: 0 0 10px 0 #00000017;
    border-radius:10px;

}
.search-box{

    padding:10px;
    position: relative;
    min-height: 400px;
}
.cst-search{

    background: #ececec;
    padding: 10px;
    border-radius: 50%;
    float: left;
    position: absolute;
    right: 12px;
    cursor: pointer;
}
.root-link li {
    padding: 8px 5px;
    border-bottom: 1px solid #ececec;
    width:100%;
}
.courses .active {
    display: block !important;
    opacity: 1;
}
.course-txt{

        color: #8c8c8c;
    padding-top: 12px;
}
.file-struct ul li.active {
    background-color: #252537;
    color: #fff;
    border-radius: 5px;
}
/*.tgl-btn img{

    width: 26px;
    padding-top: 10px;
}*/
.table-bordered td, .table-bordered th {
    font-size: 15px;
    border: 1px solid #dee2e6;
 /*   width: 100%;*/
    white-space: nowrap;
}
.txt-header{

    background-color: #364761;
    color: #fff;
}
.btn-div{

    float: right;
    margin: 10px;
    width:100%;
}
.add-btn {
        background: #364761;
    border: 2px solid #364761;
    border-radius: 20px;
    padding: 5px 20px;
    font-size: 14px;
}
.cst-table-data{


}
/*.table-data:nth-child(even) {
    background: #e2e0e0;
}
*/
.fix-lbl{

    padding-top:10px;
}
.radio-item label{

    padding-left:10px;
    color:#495057;
    padding-top:10px;
}
.table-data span{
    cursor:pointer;
}
.title-fix{

    font-size: 18px;
    font-weight: bold;
}
.notification-panel{


float: left;
    margin-left: 0;
    margin-top: 14px;
    position: absolute;
    right: 16%;

}
.notif-block li {
    padding-top: 9px;
    float: left;
    padding-right: 0;

}
.notif-block li a {
    color: #fff;
    font-size:18px;
   
}
.numi {
    background: #f8b333;
    border-radius: 50%;
    padding: 1px 5px;
    font-size: 14px;
    color: #fff;
    position: relative;
    top: -11px;
    right: 10px;
}
.dropdown-toggle i {
  float: right;
    color: #242424;
    line-height: 15px;
    padding-left: 19px;
}


@media only screen and (min-width:767px) and (max-width: 1024px){

    .profile-name{
    display:none;
}
.notification-panel {
    float: left;
    margin-left: 0;
    margin-top: 14px;
    position: absolute;
    right: 9%;
}
}
.cst-dropdown .dropdown-menu.show {
    padding: 0 !important;
    width: 100%;
    position: relative;
}
.cst-dropdown .dropdown-menu.show {
    padding: 0 !important;
    width: 90%;

    }

.cst-dropdown .show a{

    padding: 5px 2px 8px 2px ;
}
.cst-down-icon i{

    position: relative;
    font-size: 12px;
}

/*.navigation li a :hover, .navigation li a i{
    color: #fff;
    background: #bf1e2e;
    width: 85%;
    margin: auto;
    border-radius: 5px;
}*/


i.fa.fa-angle-down.cst-down-icon:hover{

    color:#fff;
}
i.fa.fa-angle-down.cst-down-icon {
    position: relative;
    top: -10px;
    font-size: 17px;
    font-weight: bold;
    color: #999;
}

.seller-box {
    padding-top: 30px;
}

.product-table {
    padding-top: 25px;
}
.inner-table-data-bg{

    background-color: #fff;
}
.table-header-data td{

        width: 25% !important;
}
.inner-bg{

    background-color:#fff;
}
.vendor-box{

    margin-top:20px;
}
.cst-borless{

    border:transparent !important;
}
.cst-borless.table td, .table th {
    /*padding: 10px 10px 10px 25px;*/
    vertical-align: top;
    border-top: transparent;
}
.inner-textarea label {
    height: 25px;
}
.vendor-service {
    height: 25px;
}
.seller-box label {
    padding-top: 4px;
}
.fix-line{

    white-space: nowrap;
}


li.cst-dropdown.show .dropdown-item {
    color: #333;
}


.fix-down {
    float: right;
    color: #fff;
    line-height: 45px !important;
    padding-left: 19px !important;
}

.outer-box{

    width:auto;
    height: 110px;
       box-shadow: 1px 1px 6px #d3cccc;
    background: #fff !important;

}
.inner-box{

   height: 65px;
    width: 65px;
    background-color: #f8b333;
    position: relative;
    left: 22px;
    top: -21px;
    box-shadow: 1px 1px 2px #f8b333;
    border-radius:4px;
}
.inner-box-2{

   height: 65px;
    width: 65px;
    background-color: #85C768;
    position: relative;
    left: 22px;
    top: -21px;
    box-shadow: 1px 1px 2px #85C768;
    border-radius:4px;
 
}
.box-block{

    padding-top:30px;
}
.user-icon{

        font-size: 30px;
    padding: 15px;
    color: #fff;
}
.inner-number{

        text-align: right;
    position: relative;
    top: -55px;
    right: 21px;
    color: #776f6f;
}
.inner-p{

padding-top:8px;
}

.txt-network{

    font-size: 22px;
    color: #707070;
    padding:15px 15px 15px 25px;
}
.table-block{

    box-shadow:1px 1px 6px #c1c0c0;
    margin-top:50px;
}
i.fa.fa-caret-down.cst-down-icon:hover {
    color: #0a2d44;
}

.theader-txt th{

    color:#1569B5;
}
.cst-td td{

    color:#8c8c8c;

}
.cst-td td span{

    font-size:20px;
    padding-right:5px;
}
.cst-td:hover{

        background-color:#ececec;
}


/*profile area*/

.brd-heading{

    font-size: 22px;
    color: #707070;
    font-weight: 500;
    margin-bottom: 20px;
    padding-top: 31px;
    padding-left: 0px;
}


.profil-block{

    background-color:#fff;
    box-shadow:1px 1px 6px #ececec;
    padding: 20px;
}
.profile-txt{

    padding-top:50px;
    padding-bottom:20px;
}
.profile-img{

    border-radius:50%;
}
.profile-change{

    background-color:#fff;
    box-shadow:1px 1px 10px #ececec;
    padding: 10px;
    
}
span.fa.fa-edit.edit-icon {
    background: #009688;
    padding: 10px;
    border-radius: 50%;
    position: relative;
    top: -25%;
    right: -62%;
    color: #fff;
    box-shadow: 1px 1px 2px #baf3ed;
}
.name-txt{

    padding-top:10px;
}

.dob-txt{

        font-size: 15px;
    color: #8c8c8c;
    padding: 10px 0px;
}
.img-size{

   width:100px !important;
}
.mobiletxt{

    color: #8c8c8c;
}
.cst-score{

    width:200px;
}
.contact-info{

    margin-top:20px;
}
.score-txt{

    padding-left:15px;
}
.card-divider-two{

    margin-top:20px;
}
.ct-info{

       background: #ececec;
    border-radius: 50%;
    /* padding: 16px; */
    height: 85px;
    width: 85px;
    font-size: 40px;
    text-align: center;
    padding-top: 20px;
    margin: auto;
}
.name-txt{

        font-size: 18px;
    padding-top: 10px;
    color: #696868;
    line-height: 29px;
}
.badge-area{

    margin-top:5px;
}
.top-fix-btn{

    margin-top:15px;
}
.mt-20{

    margin-top:20px;
}
.card-title {
    margin-bottom: 0px !important;
}

.cards {
	background: #1e3d58;
    border-radius: 8px;
    padding: 20px 15px;
    margin-bottom: 20px;
}
.cards .card-cont span {
	color: #ffffff;
}
.cards .card-cont h4 {
	color: #fff;
    font-size: 18px;
    margin: 20px 0 0 0;
}
.cards .card-icon img {
	width: 55px;
} 
.cards.clr2 { 
  background-image: -moz-linear-gradient( -4deg, rgb(160,160,160) 4%, rgb(204,204,204) 51%, rgb(182,182,182) 71%, rgb(160,160,160) 94%);
  background-image: -webkit-linear-gradient( -4deg, rgb(160,160,160) 4%, rgb(204,204,204) 51%, rgb(182,182,182) 71%, rgb(160,160,160) 94%);
  background-image: -ms-linear-gradient( -4deg, rgb(160,160,160) 4%, rgb(204,204,204) 51%, rgb(182,182,182) 71%, rgb(160,160,160) 94%);
}

.cards.clr3 { 
  background-image: -moz-linear-gradient( -4deg, rgb(199,96,16) 0%, rgb(230,53,29) 100%);
  background-image: -webkit-linear-gradient( -4deg, rgb(199,96,16) 0%, rgb(230,53,29) 100%);
  background-image: -ms-linear-gradient( -4deg, rgb(199,96,16) 0%, rgb(230,53,29) 100%); 
}
.cards.clr4 { 
  background-image: -moz-linear-gradient( -4deg, rgb(51,181,135) 0%, rgb(17,172,106) 100%);
  background-image: -webkit-linear-gradient( -4deg, rgb(51,181,135) 0%, rgb(17,172,106) 100%);
  background-image: -ms-linear-gradient( -4deg, rgb(51,181,135) 0%, rgb(17,172,106) 100%); 
}
.cards.clr6 { 
  background-image: -moz-linear-gradient( -4deg, rgb(197,43,207) 0%, rgb(74,65,181) 100%);
  background-image: -webkit-linear-gradient( -4deg, rgb(197,43,207) 0%, rgb(74,65,181) 100%);
  background-image: -ms-linear-gradient( -4deg, rgb(197,43,207) 0%, rgb(74,65,181) 100%); 
}


.table thead tr th {
	background: #1e3d58;
	color: #ffffff;
}
.table thead tr th,
.table tbody tr td {
	vertical-align: middle;
}
.table tr:nth-child(odd) {background-color: #f2f2f2;}
.folder-img {
	width: 25px;
	cursor: pointer;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.customTable  {
    border: 1px solid #ddd;
	box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #f2f2f2;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 10px 10px;
} 
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #dee2e6;
}
.dataTables_length {
    padding: 15px;
}
.dataTables_filter {
        padding: 15px;
    margin-bottom: 0;
}
.dataTables_wrapper .dataTables_info {
    padding: 15px;
}
#example_paginate {
    padding: 15px;
}