.user-img-radious-style {
    /* width:20px ; */
    border-radius: 50%;
 box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.main-content {
    padding-left: 280px;
    padding-right: 30px;
    padding-top: 94px;
    width: 100%;
    position: relative;
  
}

.navbar .nav-link.nav-link-user .user-img-radious-style {
    border-radius: 6px;
    box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.theme-white .navbar .nav-link .feather {
    font-size: 30px;
    /* color: #555556; */
}

.theme-white .navbar {
background-color: #4AAA6C;
box-shadow: 15px 9px 25px 0 rgba(0, 0, 0, 0.1);
}
.btn-color{
    width: 140px;
    background-color: #4AAA6C;
}

.btn-color:hover{
    background-color: #3fa763;
}
.background-img-2{
    background-size:cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: url(../img/Backgroundimg.jpg);
}
.background-img{
    background-image: url(../img/banner-bg.jpg);

}
.card .card-header,
.card .card-body,
.card .card-footer {
    background-color: #e0ddd5;
    padding: 20px 25px;
}
.card .navbar {
    position: static;
}
.card .card-body {
    padding-top: 20px;
    padding-bottom: 20px;
}

.card .card-body .section-title {
    margin: 30px 0 10px 0;
    font-size: 16px;
}
.card .card-body .section-title:before {
    margin-top: 8px;
}
.card .card-body .section-title + .section-lead {
    margin-top: -5px;
}
.card .card-body p {
    font-weight: 500;
    color: #212529;
}
.card .card-header {
    border-bottom-color: #f9f9f9;
    line-height: 30px;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    padding: 10px 25px;
    display: flex;
    align-items: center;
}
.card .card-header .btn {
    margin-top: 1px;
    padding: 2px 15px;
}
.card .card-header .btn:not(.note-btn) {
    border-radius: 30px;
}
.card .card-header .btn:hover {
    box-shadow: none;
}
.card .card-header .form-control {
    height: 31px;
    font-size: 13px;
    border-radius: 30px;
}
.card .card-header .form-control + .input-group-btn .btn {
    margin-top: -1px;
}
.card .card-header h4 {
    font-size: 17px;
    line-height: 28px;
    padding-right: 10px;
    margin-bottom: 0;
    color: #212529;
}
.card .card-header h4 + .card-header-action,
.card .card-header h4 + .card-header-form {
    margin-left: auto;
}
.card .card-header h4 + .card-header-action .btn,
.card .card-header h4 + .card-header-form .btn {
    font-size: 12px;
    border-radius: 30px !important;
    padding-left: 13px !important;
    padding-right: 13px !important;
}
.card .card-header h4 + .card-header-action .btn.active,
.card .card-header h4 + .card-header-form .btn.active {
    box-shadow: 0 2px 6px #acb5f6;
    background-color: #6777ef;
    color: #fff;
}
.card .card-header h4 + .card-header-action .dropdown,
.card .card-header h4 + .card-header-form .dropdown {
    display: inline;
}
.card .card-header h4 + .card-header-action .btn-group .btn,
.card .card-header h4 + .card-header-form .btn-group .btn {
    border-radius: 0 !important;
}
.card .card-header h4 + .card-header-action .btn-group .btn:first-child,
.card .card-header h4 + .card-header-form .btn-group .btn:first-child {
    border-radius: 30px 0 0 30px !important;
}
.card .card-header h4 + .card-header-action .btn-group .btn:last-child,
.card .card-header h4 + .card-header-form .btn-group .btn:last-child {
    border-radius: 0 30px 30px 0 !important;
}
.card .card-header h4 + .card-header-action .input-group .form-control,
.card .card-header h4 + .card-header-form .input-group .form-control {
    border-radius: 30px 0 0 30px !important;
}
.card
    .card-header
    h4
    + .card-header-action
    .input-group
    .form-control
    + .input-group-btn
    .btn,
.card
    .card-header
    h4
    + .card-header-form
    .input-group
    .form-control
    + .input-group-btn
    .btn {
    border-radius: 0 30px 30px 0 !important;
}
.card
    .card-header
    h4
    + .card-header-action
    .input-group
    .input-group-btn
    + .form-control,
.card
    .card-header
    h4
    + .card-header-form
    .input-group
    .input-group-btn
    + .form-control {
    border-radius: 0 30px 30px 0 !important;
}
.card .card-header h4 + .card-header-action .input-group .input-group-btn .btn,
.card .card-header h4 + .card-header-form .input-group .input-group-btn .btn {
    margin-top: -1px;
    border-radius: 30px 0 0 30px !important;
}
.card .card-footer {
    background-color: transparent;
    border: none;
}
.card.card-mt {
    margin-top: 30px;
}
.card.card-progress:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 99;
    z-index: 99;
}
.card.card-progress .card-progress-dismiss {
    position: absolute;
    top: 66%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
    color: #fff !important;
    padding: 5px 13px;
}
.card.card-progress.remove-spinner .card-progress-dismiss {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.card.card-progress:not(.remove-spinner):after {
    background-image: url("../img/spinner.svg");
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center;
}
.card.card-primary {
    border-top: 2px solid #6777ef;
}
.card.card-secondary {
    border-top: 2px solid #34395e;
}
.card.card-success {
    border-top: 2px solid #54ca68;
}
.card.card-danger {
    border-top: 2px solid #fc544b;
}
.card.card-warning {
    border-top: 2px solid #ffa426;
}
.card.card-info {
    border-top: 2px solid #3abaf4;
}
.card.card-dark {
    border-top: 2px solid #191d21;
}
.card.card-hero .card-header {
    padding: 40px;
    background-image: linear-gradient(to bottom, #6777ef, #95a0f4);
    color: #fff;
    overflow: hidden;
    height: auto;
    min-height: auto;
    display: block;
}
.card.card-hero .card-header h4 {
    font-size: 40px;
    line-height: 1;
}
.card.card-hero .card-header .card-description {
    margin-top: 5px;
    font-size: 16px;
}
.card.card-hero .card-header .card-icon {
    float: right;
    color: #8c98f3;
    margin: -60px;
}
.card.card-hero .card-header .card-icon .ion,
.card.card-hero .card-header .card-icon .fas,
.card.card-hero .card-header .card-icon .far,
.card.card-hero .card-header .card-icon .fab,
.card.card-hero .card-header .card-icon .fal {
    font-size: 140px;
}
.card.card-statistic-1 .card-header,
.card.card-statistic-2 .card-header {
    border-color: transparent;
    padding-bottom: 0;
    height: auto;
    min-height: auto;
    display: block;
}
.card.card-statistic-1 .card-icon {
    width: 30px;
    height: 30px;
    margin: 10px 0px 0px 20px;
    border-radius: 3px;
    line-height: 78px;
    text-align: center;
    float: left;
    font-size: 30px;
}
.card.card-statistic-1 .card-header h4,
.card.card-statistic-2 .card-header h4 {
    line-height: 1.2;
    color: #98a6ad;
}
.card.card-statistic-1 .card-body,
.card.card-statistic-2 .card-body {
    padding-top: 0;
}
.card.card-statistic-1 .card-body,
.card.card-statistic-2 .card-body {
    font-size: 26px;
    font-weight: 700;
    color: #34395e;
    padding-bottom: 0;
}
.card.card-statistic-1,
.card.card-statistic-2 {
    display: inline-block;
    width: 100%;
}
.card.card-statistic-1 .card-icon,
.card.card-statistic-2 .card-icon {
    width: 80px;
    height: 80px;
    margin: 10px;
    border-radius: 3px;
    line-height: 94px;
    text-align: center;
    float: left;
    border-radius: 50px;
    margin-right: 15px;
}
.main-sidebar .sidebar-menu li a {
    position: relative;
    display: flex;
    align-items: center;
    height: 50px;
    padding: 17 20px;
    width: 100%;
    letter-spacing: 0.3px;
    color:white;
    font-weight: 600;
    text-decoration: none;
}
.main-sidebar .sidebar-menu li a:hover {
    background-color: #2ea056;
}
.main-sidebar .sidebar-brand.sidebar-brand-sm {
    display: none;
}
.main-sidebar .sidebar-brand a {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 23px;
    vertical-align: bottom;
    color: #000;
}
.main-sidebar .sidebar-brand a .header-logo {
    height: 45px;
}
.main-sidebar .sidebar-brand a .logo-name {
    vertical-align: middle;
    font-size: 20px;
}
.main-sidebar .sidebar-user {
    display: inline-block;
    width: 100%;
    padding: 10px;
    text-align: center;
}
.main-sidebar .sidebar-user .sidebar-user-picture {
    margin-right: 10px;
}
.main-sidebar .sidebar-user .sidebar-user-picture img {
    width: 70px;
    border-radius: 20%;
    box-shadow: 0px 5px 5px 0px rgba(44, 44, 44, 0.2);
}
.main-sidebar .sidebar-user .sidebar-user-details .user-name {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 7px;
    color: #000000;
    font-size: 16px;
    margin-bottom: 3px;
    font-weight: 600;
}
.main-sidebar .sidebar-user .sidebar-user-details .user-role {
    font-weight: 400;
    color: #0a0a0a;
    font-size: 11px;
    letter-spacing: 0.5px;
}
.main-sidebar .sidebar-user .sidebar-userpic-btn {
    margin-top: 20px;
    display: flex;
    place-content: space-around;
}
.main-sidebar .sidebar-user .sidebar-userpic-btn a {
    color: #6e6e6f;
}
.main-sidebar .sidebar-user .sidebar-userpic-btn a .feather {
    height: 20px;
    width: 20px;
    margin-right: 10px;
    text-align: center;
    fill: rgba(75, 75, 90, 0.12);
}
.main-sidebar .sidebar-menu {
    padding: 0;
    margin: 0;
}
.main-sidebar .sidebar-menu li {
    display: block;
}
.main-sidebar .sidebar-menu li.menu-header {
    padding: 3px 15px;
    color: #868e96;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 600;
}
.main-sidebar .sidebar-menu li.menu-header:not(:first-child) {
    margin-top: 10px;
}
.main-sidebar .sidebar-menu li .menu-toggle:before {
    content: "\f067";
    font-family: "Font Awesome\ 5 Free";
    position: absolute;
    font-size: 10px;
    right: 17px;
    transform: scale(1);
    transition: all 0.3s;
}
.main-sidebar .sidebar-menu li .menu-toggle:after {
    content: "\f068";
    font-family: "Font Awesome\ 5 Free";
    position: absolute;
    font-size: 10px;
    right: 17px;
    transform: scale(0);
    transition: all 0.3s;
}
.main-sidebar .sidebar-menu li .menu-toggle.toggled:before {
    transform: scale(0);
}
.main-sidebar .sidebar-menu li .menu-toggle.toggled:after {
    transform: scale(1);
}

.main-sidebar .sidebar-menu li a .badge {
    float: right;
    padding: 5px 10px;
    margin-top: 2px;
}
.main-sidebar .sidebar-menu li a i {
    width: 28px;
    font-size: 15px;
    margin-right: 10px;
    text-align: center;
}
.main-sidebar .sidebar-menu li a .feather {
    height: 20px;
    width: 20px;
    margin-right: 10px;
    text-align: center;
    fill: rgba(75, 75, 90, 0.12);
}
.main-sidebar .sidebar-menu li a span {
    margin-top: 3px;
    width: 100%;
}

.main-sidebar .sidebar-menu li.active a {
    font-weight: 600;
    background-color: #fcfcfd;
}
.main-sidebar .sidebar-menu li.active ul.dropdown-menu {
    background-color: #fcfcfd;
}
.main-sidebar .sidebar-menu li.active > ul.dropdown-menu {
    display: block;
}
.main-sidebar .sidebar-menu li.active > ul.dropdown-menu li a:hover {
    background-color: #fcfcfd;
}
.main-sidebar .sidebar-menu li ul.dropdown-menu {
    padding: 0;
    margin: 0;
    display: none;
    position: static;
    float: none;
    width: 100%;
    box-shadow: none;
    background-color: transparent;
}
.main-sidebar .sidebar-menu li ul.dropdown-menu li a {
    color: #60686f;
    height: 35px;
    padding-left: 50px;
    font-weight: 400;
}
.main-sidebar .sidebar-menu li ul.dropdown-menu li a:hover {
    color: #6777ef;
    background-color: inherit;
}
.main-sidebar .sidebar-menu li ul.dropdown-menu li a:hover:before {
    color: #6777ef;
    font-weight: 600;
    left: 35px;
}
.main-sidebar .sidebar-menu li ul.dropdown-menu li a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    transition: 0.5s;
    left: 30px;
    color: #24944b;
}
.main-sidebar .sidebar-menu li ul.dropdown-menu li.active > a {
    color: #6777ef;
    font-weight: 600;
}
.main-sidebar .sidebar-menu li ul.dropdown-menu li.active > a:before {
    color: #6777ef;
    font-weight: 600;
}
.main-sidebar .sidebar-menu li ul.dropdown-menu li a i {
    margin-top: 1px;
    text-align: center;
}
.main-sidebar .sidebar-menu li ul.dropdown-menu li ul.dropdown-menu {
    padding-left: 10px;
}
.btn-primary,
.btn-primary.disabled {
    box-shadow: 0 2px 6px #acb5f6;
    background-color: #4AAA6C;
    border-color: #40915c;
}
.btn-primary:focus,
.btn-primary.disabled:focus {
    background-color: #408b5a !important;
}
.btn-primary:focus:active,
.btn-primary.disabled:focus:active {
    background-color: #3b8d58 !important;
}
.btn-primary:active,
.btn-primary:hover,
.btn-primary.disabled:active,
.btn-primary.disabled:hover {
    background-color: #41a062 !important;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #4AAA6C;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: #41a062;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #41a062;
    border-color: #41a062;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
@media (max-width:992px) { 
    .main-content {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 94px;
        width: 100%;
        position: relative;
      
    }
}
@media (max-width:1024px) { 
    .main-content {
        padding-right: 0px;
        padding-top: 94px;
        width: 100%;
        position: relative;
      
    }
}

.nicescroll-cursors{
    position: relative;
    top: 165px;
    float: right;
    width: 6px;
    height: 157px;
    background-color: #379b5a !important;
    border: 1px solid #e0ddd5;
    background-clip: padding-box;
    border-radius: 5px;
}
