@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700");

/*Theme Colors*/


/**
 * Table Of Content
 *
 * 	1. Color system
 *	2. Options
 *	3. Body
 *	4. Typography
 *	5. Breadcrumbs
 *	6. Cards
 *	7. Dropdowns
 *	8. Buttons
 *	9. Typography
 *	10. Progress bars
 *	11. Tables
 *	12. Forms
 *	14. Component
 */

@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
.skin-default-dark .topbar {
    background: #fff;
}

.skin-default-dark .topbar .navbar-dark .navbar-nav .nav-link {
    color: #adb5bd;
}

.skin-default-dark .sidebar-nav ul li a.active,
.skin-default-dark .sidebar-nav ul li a:hover {
    color: #242646;
}

.skin-default-dark .sidebar-nav ul li a.active i,
.skin-default-dark .sidebar-nav ul li a:hover i {
    color: #242646;
}

.skin-default-dark .sidebar-nav>ul>li.active>a {
    color: #242646;
}

.skin-default-dark .sidebar-nav>ul>li.active>a i {
    color: #242646;
}

.skin-default-dark .page-titles .breadcrumb .breadcrumb-item.active {
    color: #242646;
}

.skin-default-dark .topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
}

.skin-default-dark .topbar .top-navbar .navbar-header .navbar-brand .light-logo {
    display: none;
}


.topbar .top-navbar .navbar-header .navbar-brand img.dark-logo {
    width: 45px;
}

.skin-default-dark .left-sidebar {
    background: #2b2f3a;
   
}

.skin-default-dark .left-sidebar .user-pro-body a.link {
    color: #8991a9;
}

.skin-default-dark .left-sidebar .nav-text-box {
    border-color: transparent;
    background: rgba(0, 0, 0, 0.3);
}

.skin-default-dark .left-sidebar .sidebar-nav>ul>li>a,
.skin-default-dark .left-sidebar .sidebar-nav ul li a {
    color: #8991a9;
    -webkit-transition: 0.1s ease-in;
    -o-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
}

.skin-default-dark .left-sidebar .sidebar-nav>ul>li>a i,
.skin-default-dark .left-sidebar .sidebar-nav ul li a i {
    color: #7f879b;
}

.skin-default-dark .left-sidebar .sidebar-nav>ul>li>a:hover i,
.skin-default-dark .left-sidebar .sidebar-nav>ul>li>a:hover,
.skin-default-dark .left-sidebar .sidebar-nav ul li a:hover i,
.skin-default-dark .left-sidebar .sidebar-nav ul li a:hover {
    color: #fff;
}

.skin-default-dark .left-sidebar .sidebar-nav>ul>li>a.active,
.skin-default-dark .left-sidebar .sidebar-nav>ul>li>a.active i,
.skin-default-dark .left-sidebar .sidebar-nav ul li a.active,
.skin-default-dark .left-sidebar .sidebar-nav ul li a.active i {
    color: #fff;
}

.skin-default-dark .left-sidebar .sidebar-nav>ul>li.selected>a {
    color: #fff;
}

.skin-default-dark .left-sidebar .sidebar-nav>ul>li.selected>a i {
    color: #fff;
}

.skin-default-dark .left-sidebar .sidebar-nav ul li ul {
    background: rgba(0, 0, 0, 0.2);
}

.skin-default-dark .ps>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    background-color: rgba(255, 255, 255, 0.2);
}

@media (min-width: 768px) {
    .skin-default-dark.mini-sidebar .sidebar-nav #sidebarnav>li>ul,
    .skin-default-dark.mini-sidebar .sidebar-nav #sidebarnav>li:hover>a {
        background: #1f2023;
    }
}


body.fixed-layout{ background-color: #f9fafb !important;}

/*******************
Rounds
*******************/

.round {
    line-height: 48px;
    color: #fff;
    width: 50px;
    height: 50px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    border-radius: 100%;
    background: #242646;
    line-height: 52px;
}

.round img {
    border-radius: 100%;
}

.round.round-info {
    background: #242646;
}

.round.round-warning {
    background: #ffbc34;
}

.round.round-danger {
    background: #f62d51;
}

.round.round-success {
    background: #36bea6;
}

.round.round-primary {
    background: #242646;
}

.round-lg {
    line-height: 65px;
    width: 60px;
    height: 60px;
    font-size: 30px;
}


/*******************
Labels
*******************/

.label-rounded {
    border-radius: 60px;
}


/*******************
 Badge
******************/

.badge {
    font-weight: 400;
    line-height: normal;
}

.badge.badge-pill {
    padding: 0.20em 0.6em;
}

.badge-xs {
    font-size: 9px;
}

.badge-xs,
.badge-sm {
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);
}


/*******************
List-style-none
******************/

ul.list-style-none {
    margin: 0px;
    padding: 0px;
}

ul.list-style-none li {
    list-style: none;
}

ul.list-style-none li a {
    color: #212529;
    padding: 8px 0px;
    display: block;
    text-decoration: none;
}

ul.list-style-none li a:hover {
    color: #242646;
}


/*******************
Card
******************/

.card {
    margin-bottom: 20px;
}

.card .card-subtitle {
    font-weight: 300;
    margin-bottom: 15px;
    color: #adb5bd;
}

.card .card-title {
    position: relative;
    font-weight: 500;
}

.card .card-actions {
    float: right;
}

.card .card-actions a {
    padding: 0 5px;
    cursor: pointer;
}

.card-alt {
    margin: 0 -20px;
    background: #e4e9ef;
}

.card-group {
    margin-bottom: 20px;
}

.card-group .card {
    border-right: 1px solid #e9ecef;
}

.card-fullscreen {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: auto;
}

.oh {
    overflow: hidden;
}


/*******************
Labels
*******************/

.label {
    padding: 3px 10px;
    line-height: 13px;
    color: #fff;
    font-weight: 400;
    border-radius: 0.25rem;
    font-size: 75%;
}

.label-rounded {
    border-radius: 60px;
}

.label-custom {
    background-color: #01c0c8;
}

.label-success {
    background-color: #36bea6;
}

.label-info {
    background-color: #242646;
}

.label-warning {
    background-color: #ffbc34;
}

.label-danger {
    background-color: #f62d51;
}

.label-megna {
    background-color: #01c0c8;
}

.label-primary {
    background-color: #242646;
}

.label-purple {
    background-color: #242646;
}

.label-red {
    background-color: #f62d51;
}

.label-inverse {
    background-color: #343a40;
}

.label-default {
    background-color: #f8f9fa;
}


/*******************
Display Classes
*******************/

@media (max-width: 575px) {
    html body .hidden-xs-down {
        display: none;
    }
    .limiter {
        width: 100%;
        margin: 0 auto;
        z-index: 99;
        position: absolute;
        top: 0;
    }
    .wrap-login100 {
        padding: 0;
    }
}

@media (min-width: 769px) {
   
}

@media (max-width: 767px) {
    html body .hidden-sm-down {
        display: none;
    }
}

@media (min-width: 768px) {
    html body .hidden-md-up {
        display: none;
    }
}

@media (max-width: 991px) {
    html body .hidden-md-down {
        display: none;
    }
    .waves-dark.waves-effect  img{display: none;}

}

@media (min-width: 992px) {
    html body .hidden-lg-up {
        display: none;
    }
    .navbar-expand-md .navbar-nav:first-child {
        display: none;
    }
    a.waves-dark.waves-effect  .fa-times{ display: none;}
}

@media (max-width: 1199px) {
    
}

@media (min-width: 1200px) {
    html body .hidden-xl-up {
        display: none;
    }
}


/*******************
 Topbar
*******************/

.topbar {
    position: relative;
    z-index: 50;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.topbar .navbar-collapse {
    padding: 0px;
}

.topbar .top-navbar {
    min-height: 50px;
    padding: 0px;
    background-color: #f3f3f3;
}

.topbar .top-navbar .dropdown-toggle::after {
    display: none;
}

.topbar .top-navbar .navbar-header {
    padding-right: 15px;
    line-height: 65px;
    padding-left: 15px;
    min-width: 70px;
}

.topbar .top-navbar .navbar-header .navbar-brand {
    margin-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
    display: none;
}

.topbar .top-navbar .navbar-nav>.nav-item.show {
    background: rgba(0, 0, 0, 0.05);
}

.topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 0;
    padding-top: 0;
    color: #242646;
}

.profile-setting img {
    border-radius: 50%;
    box-shadow: 0 0 5px #ccc;
}

li.nav-item.search-box {
    border-right: 2px solid rgba(0, 0, 0, 0.1);
}

.topbar .top-navbar .navbar-nav>.nav-item>span {
    line-height: 45px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    padding: 0 10px;
}

.topbar .dropdown-menu {
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    border-color: #e9ecef;
    padding-top: 0;
}

.dropdown-divider {
    margin: 0;
}

.bg-main {
    background-color: #3b843b!important;
}

.topbar .dropdown-menu .dropdown-item {
    padding: 7px 1.5rem;
}

.topbar .user-dd {
    width: 280px;
    padding-bottom: 0px;
}

.search-box .app-search {
    position: absolute;
    margin: 0px;
    display: block;
    z-index: 110;
    width: 100%;
    top: -1px;
    -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0px;
}

.search-box .app-search input {
    width: 100.5%;
    padding: 20px 40px 20px 20px;
    border-radius: 0px;
    font-size: 17px;
    -webkit-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
}

.search-box .app-search input:focus {
    border-color: #fff;
}

.search-box .app-search .srh-btn {
    position: absolute;
    top: 23px;
    cursor: pointer;
    background: #fff;
    width: 15px;
    height: 15px;
    right: 20px;
    font-size: 14px;
}

.profile-setting span {
    font-size: 14px;
    padding: 8px;
}

.profile-setting i {
    vertical-align: text-bottom;
    font-size: 20px;
}


/*******************
Main sidebar
******************/

.left-sidebar {
    position: absolute;
    width: 260px;
    height: 100%;
    top: 0px;
    left: -200px;
    z-index: 50;
    padding-top: 0px;
    background: #2A3F54;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    overflow-y: scroll;
    -ms-overflow-style: none !important;  /* IE and Edge */
    scrollbar-width: none !important;  /* Firefox */
    
}
.left-sidebar::-webkit-scrollbar {
    display: none !important;
  }

.left-sidebar .nav-text-box {
    padding: 13px 20px 0px 15px;
}
.left-sidebar .nav-text-box img {
    width: 30px;
}


/*******************
sidebar navigation
******************/

.scroll-sidebar {
    height: calc(100% - 80px);
    position: relative;
    /*&.ps .ps__scrollbar-y-rail {
        left: 2px;
        right: auto;
        background: none;
        width: 6px;
        
    }*/
}

.collapse.in {
    display: block;
}

.sidebar-nav {
    padding: 15px 0 0 0px;
}

.sidebar-nav ul {
    margin: 0px;
    padding: 0px;
}

.sidebar-nav ul li {
    list-style: none;
}

.sidebar-nav ul li a {
    color: #fff;
    text-transform: uppercase;
    padding: 5px 0px 8px 15px;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    font-size: 14px;
    font-weight: 300;
}

.sidebar-nav ul li a.active .menu-icons {
    padding: 10px; 
}

.sidebar-nav ul li a .menu-icons {
    padding: 10px 15px;
}

.sidebar-nav ul li a .hide-menu {
    float: left;
    top: 3px;
    position: relative;
}

.sidebar-nav ul li a img {
    font-style: normal;
    width: 24px;
    text-align: center;
}

.sidebar-nav ul li a:hover {
    color: #2a3f54;
    background-color: rgb(249 250 251);
    border-radius: 20px 0 0 20px;
}

.sidebar-nav ul li a.active i,
.sidebar-nav ul li a:hover i {
    color: #fff;
}

.sidebar-nav ul li a.active {
    color: #2a3f54;
    text-shadow: rgb(0 0 0 / 25%) 0 -1px 0;
    background: #f9fafb;
    box-shadow: rgb(0 0 0 / 25%) 0 1px 0, inset rgb(255 255 255 / 16%) 0 1px 0;
    font-size: 15px;
    font-weight: 100;
    border-radius: 20px 0 0 20px;
    position: relative;
    overflow: visible;
}
aside.left-sidebar:hover .sidebar-nav ul li a.active, aside.left-sidebar:hover .sidebar-nav ul li a:hover  {
    border-radius: 20px  ;
}

.sidebar-nav>ul>li a.active::after {
    content: "";
    bottom: 36px;
    right: 0;
    position: absolute;
    box-shadow: 14px 3px 0px 0 #f9fafb;
    width: 30px;
    height: 20px;
    border-radius: 70% 0% 70% 0%;
    display: block;
}
aside.left-sidebar:hover .sidebar-nav ul li a.active::after {
    width: 1px;
}
.sidebar-nav>ul>li a.active::before {
    content: "";
    bottom: -20px;
    right: 0px;
    position: absolute;
    box-shadow: 14px -3px 0px 0 #f9fafb;
    width: 30px;
    height: 20px;
    border-radius: 70% 70% 0% 0%;
    display: block;
}
aside.left-sidebar:hover .sidebar-nav ul li a.active::before {
    width: 1px;
}

.sidebar-nav ul li ul {
    padding: 10px 0px 10px 0px;
    background: rgba(0, 0, 0, 0.02);
}

.sidebar-nav ul li ul li a {
    padding: 7px 15px 7px 20px;
}

.sidebar-nav ul li ul ul {
    padding-left: 15px;
}

.sidebar-nav ul li.nav-small-cap {
    font-size: 12px;
    margin-bottom: 0px;
    margin: 20px 0px 20px 0px;
    color: #adb5bd;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    font-weight: 500;
}

.sidebar-nav ul li.nav-devider {
    height: 1px;
    background: #e9ecef;
    display: block;
    margin: 15px 0;
}

.sidebar-nav>ul>li>a i {
    font-size: 16px;
    margin-top: 3px;
    vertical-align: middle;
    color: #a6b7bf;
}

.sidebar-nav>ul>li>a .badge {
    margin-right: 7px;
    vertical-align: top;
}

.sidebar-nav ul li {
    margin: 5px 0 ;
}

.sidebar-nav>ul>li.selected>a {
    color: #242646;
}

.sidebar-nav>ul>li.selected>a i {
    color: #242646;
}

.sidebar-nav .waves-effect {
    transition: none;
    -webkit-transition: none;
    -o-transition: none;
}

.sidebar-nav .has-arrow {
    position: relative;
}

.sidebar-nav .has-arrow::after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #54667a;
    margin-left: 10px;
    -webkit-transform: rotate(135deg) translate(0, -50%);
    -ms-transform: rotate(135deg) translate(0, -50%);
    -o-transform: rotate(135deg) translate(0, -50%);
    transform: rotate(135deg) translate(0, -50%);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    top: 21px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}


/*.sidebar-nav .active > .has-arrow::after,*/

.sidebar-nav li.selected>.has-arrow::after,
.sidebar-nav li>.has-arrow.active::after,
.sidebar-nav .has-arrow[aria-expanded="true"]::after {
    -webkit-transform: rotate(-135deg) translate(0, -50%);
    -ms-transform: rotate(-135deg) translate(0, -50%);
    -o-transform: rotate(-135deg) translate(0, -50%);
    top: 42%;
    width: 7px;
    transform: rotate(-135deg) translate(0, -50%);
}

/* aside.left-sidebar:hover ul#sidebarnav li a.active:before {
     
    content: "";
    width: calc(100% - 5px);
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0; 
    overflow: hidden;
    z-index: -1;
}
 */

/* perfect-scrollbar v0.7.1 */
.sidebar-nav img {
    width: 24px;
    height: 24px;
    margin: 0 5px;
}

nav.bg-transparnt {
    text-align: center;
    background: #0000009e; 
    padding: 5px 0;
    border-top: 1px solid #ccc; 
}
nav.bg-transparnt button {
    width: 100%!important;
}
nav.bg-transparnt img{ width: 32px;}

nav.bg-transparnt  a{
    justify-content: space-between; 
    text-transform: uppercase;
    padding: 5px 0px 8px 0px;
    display: flex;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
}

div#navbarToggleExternalContent {
    background: #0000009e;
}

.ps {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}

.ps.ps--active-x>.ps__scrollbar-x-rail,
.ps.ps--active-y>.ps__scrollbar-y-rail {
    display: block;
    background-color: transparent;
}

.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
}

.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    background-color: transparent;
    width: 8px;
}

.ps>.ps__scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    bottom: 0px;
    /* there must be 'bottom' for ps__scrollbar-x-rail */
    height: 6px;
}

.ps>.ps__scrollbar-x-rail>.ps__scrollbar-x {
    position: absolute;
    /* please don't change 'position' */
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    bottom: 2px;
    /* there must be 'bottom' for ps__scrollbar-x */
    height: 6px;
}

.ps>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x,
.ps>.ps__scrollbar-x-rail:active>.ps__scrollbar-x {
    height: 6px;
}

.ps>.ps__scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    right: 0;
    /* there must be 'right' for ps__scrollbar-y-rail */
    width: 6px;
}

.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    position: absolute;
    /* please don't change 'position' */
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    right: 2px;
    /* there must be 'right' for ps__scrollbar-y */
    width: 6px;
}

.ps>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y,
.ps>.ps__scrollbar-y-rail:active>.ps__scrollbar-y {
    width: 6px;
}

.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail {
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0.9;
}

.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x {
    background-color: rgba(0, 0, 0, 0.2);
    height: 6px;
}

.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    background-color: rgba(0, 0, 0, 0.2);
    width: 6px;
}

.ps:hover>.ps__scrollbar-x-rail,
.ps:hover>.ps__scrollbar-y-rail {
    opacity: 0.6;
}

.ps:hover>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x {
    background-color: rgba(0, 0, 0, 0.2);
}

.ps:hover>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y {
    background-color: rgba(0, 0, 0, 0.2);
}

#slimtest3.ps .ps__scrollbar-y-rail {
    left: 3px;
    right: auto;
}

#slimtest4.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    background-color: #01c0c8;
}

#slimtest4.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    background-color: #01c0c8;
}

#slimtest4.ps:hover>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y {
    background-color: #01c0c8;
}


/*******************
Custom-select
******************/


/*******************
textarea
******************/

textarea {
    resize: none;
}


/*******************
Form-control
******************/

.form-control {
    color: #212529;
    min-height: 38px;
    display: initial;
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    min-height: 20px;
}

.form-control:disabled,
.form-control[readonly] {
    opacity: 0.7;
}

.custom-control-input:focus~.custom-control-indicator {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-control-input:checked~.custom-control-indicator {
    background-color: #36bea6;
}

form label {
    font-weight: 400;
}

.form-group {
    margin-bottom: 25px;
}

.form-horizontal label {
    margin-bottom: 0px;
}

.form-control-static {
    padding-top: 0px;
}

.custom-control-label::before,
.custom-control-label::after {
    top: 0.15rem;
}

.form-bordered .form-group {
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 20px;
}


/*******************
Form Dropzone
******************/

.dropzone {
    border: 1px dashed #e9ecef;
}

.dropzone .dz-message {
    padding: 5% 0;
    margin: 0px;
}


/*******************
Form Pickers
******************/

.asColorPicker-dropdown {
    max-width: 260px;
}

.asColorPicker-trigger {
    position: absolute;
    top: 0;
    right: -35px;
    height: 38px;
    width: 37px;
    border: 0;
}

.asColorPicker-clear {
    display: none;
    position: absolute;
    top: 5px;
    right: 10px;
    text-decoration: none;
}

table th {
    font-weight: 400;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #242646;
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background: #242646;
    color: #fff;
}

.datepicker td,
.datepicker th {
    padding: 5px 10px;
}


/*******************
Form summernote
******************/

.note-popover,
.note-icon-caret {
    display: none;
}

.note-editor.note-frame {
    border: 1px solid #e9ecef;
}

.note-editor.note-frame .panel-heading {
    padding: 6px 10px 10px;
    border-bottom: 1px solid #e9ecef;
}

.label {
    display: inline-block;
}


/*============================================================== 
Form addons page
============================================================== */


/*Bootstrap select*/

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select .dropdown-menu li a {
    display: block;
    padding: 7px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #212529;
    white-space: nowrap;
}

.bootstrap-select .dropdown-menu li a:hover,
.bootstrap-select .dropdown-menu li a:focus {
    color: #242646;
    background: #f8f9fa;
}

.bootstrap-select .show>.dropdown-menu {
    display: block;
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
    padding: 9px 10px;
}

.select2-container--default .select2-selection--single {
    border-color: #e9ecef;
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    float: right;
    color: #fff;
    margin-right: 0px;
    margin-left: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #242646;
    color: #fff;
    border-color: #242646;
}

.input-form .btn {
    padding: 8px 12px;
}


/*============================================================== 
Form Material page
 ============================================================== */


/*Material inputs*/

.form-material .form-group {
    overflow: hidden;
}

.form-material .form-control {
    background-color: transparent;
    background-position: center bottom, center calc(100% - 1px);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
    padding: 0;
    -webkit-transition: background 0s ease-out 0s;
    -o-transition: background 0s ease-out 0s;
    transition: background 0s ease-out 0s;
}

.form-material .form-control,
.form-material .form-control.focus,
.form-material .form-control:focus {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#242646), to(#242646)), -webkit-gradient(linear, left top, left bottom, from(#e9ecef), to(#e9ecef));
    background-image: -webkit-linear-gradient(#242646, #242646), -webkit-linear-gradient(#e9ecef, #e9ecef);
    background-image: -o-linear-gradient(#242646, #242646), -o-linear-gradient(#e9ecef, #e9ecef);
    background-image: linear-gradient(#242646, #242646), linear-gradient(#e9ecef, #e9ecef);
    border: 0 none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: none;
}

.form-material .form-control.focus,
.form-material .form-control:focus {
    background-size: 100% 2px, 100% 1px;
    outline: 0 none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.form-control-line .form-group {
    overflow: hidden;
}

.form-control-line .form-control {
    border: 0px;
    border-radius: 0px;
    padding-left: 0px;
    border-bottom: 1px solid #e9ecef;
}

.form-control-line .form-control:focus {
    border-bottom: 1px solid #242646;
}


/*******************
Form validation error 
******************/

.error .help-block {
    color: #f62d51;
}


/*******************
File Upload 
******************/

.fileupload {
    overflow: hidden;
    position: relative;
}

.fileupload input.upload {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 20px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.scale-up {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    display: inline-block;
    -webkit-transform-origin: right 0px;
    -ms-transform-origin: right 0px;
    transform-origin: right 0px;
}

.scale-up-left {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    display: inline-block;
    -webkit-transform-origin: left 0px;
    -ms-transform-origin: left 0px;
    transform-origin: left 0px;
}

.show>.scale-up {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: right 0px;
    -ms-transform-origin: right 0px;
    transform-origin: right 0px;
}

.show>.scale-up-left {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: left 0px;
    -ms-transform-origin: left 0px;
    transform-origin: left 0px;
}


/*Radio button*/

@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0px 0px 0px 1px transparent;
        box-shadow: 0px 0px 0px 1px transparent;
    }
    50% {
        -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
    }
    100% {
        -webkit-box-shadow: 0px 0px 0px 15px transparent;
        box-shadow: 0px 0px 0px 15px transparent;
    }
}

@keyframes ripple {
    0% {
        -webkit-box-shadow: 0px 0px 0px 1px transparent;
        box-shadow: 0px 0px 0px 1px transparent;
    }
    50% {
        -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
    }
    100% {
        -webkit-box-shadow: 0px 0px 0px 15px transparent;
        box-shadow: 0px 0px 0px 15px transparent;
    }
}


/*Floating label*/


/*Bootstrap Select*/

.bootstrap-select.btn-group .dropdown-menu {
    -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
}


/*Form Validation*/

.help-block ul {
    padding: 0px;
    margin: 0px;
}

.help-block ul li {
    list-style: none;
}

.error .form-control {
    border-color: #f62d51;
}

.validate .form-control {
    border-color: #36bea6;
}


/*Form Input States*/

.form-control-success,
.form-control-warning,
.form-control-danger {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right 0.5625rem;
    -webkit-background-size: 1.125rem 1.125rem;
    background-size: 1.125rem 1.125rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
    color: #36bea6;
}

.has-success .form-control {
    border-color: #36bea6;
}

.has-success .input-group-addon {
    color: #36bea6;
    border-color: #36bea6;
}

.has-success .form-control-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
    color: #ffbc34;
}

.has-warning .form-control {
    border-color: #ffbc34;
}

.has-warning .input-group-addon {
    color: #ffbc34;
    border-color: #ffbc34;
}

.has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
    color: #f62d51;
}

.has-danger .form-control {
    border-color: #f62d51;
}

.has-danger .input-group-addon {
    color: #f62d51;
    border-color: #f62d51;
}

.has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}


/*
Template Name: Admin Template
Author: Wrappixel

File: scss
*/


/*Theme Colors*/


/**
 * Table Of Content
 *
 * 	1. Color system
 *	2. Options
 *	3. Body
 *	4. Typography
 *	5. Breadcrumbs
 *	6. Cards
 *	7. Dropdowns
 *	8. Buttons
 *	9. Typography
 *	10. Progress bars
 *	11. Tables
 *	12. Forms
 *	14. Component
 */


/*******************
Table Cell
*******************/

.table-box {
    display: table;
    width: 100%;
    color: #fff;
}

.cell {
    display: table-cell;
    vertical-align: middle;
}

.table thead th,
.table th {
    font-weight: 500;
    
}

.table td, .table th{padding: 0.5rem !important;}

.nowrap {
    white-space: nowrap;
}
 
.table tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.lite-padding td {
    padding: 5px;
}

.v-middle td,
.v-middle th {
    vertical-align: middle;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #f8f9fa;
}


/*******************
Other comon scss for all pages
*******************/

.calendar-events {
    padding: 8px 10px;
    border: 1px solid #fff;
    cursor: move;
}

.calendar-events:hover {
    border: 1px dashed #e9ecef;
}

.calendar-events i {
    margin-right: 8px;
}

.profile-tab li a.nav-link,
.customtab li a.nav-link {
    border: 0px;
    padding: 15px 20px;
    color: #212529;
}

.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
    border-bottom: 2px solid #242646;
    color: #242646;
}

.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
    color: #242646;
}

html body .jqstooltip,
html body .flotTip {
    width: auto !important;
    height: auto !important;
    background: #343a40;
    color: #fff;
    padding: 5px 10px;
}

body .jqstooltip {
    border-color: transparent;
    border-radius: 60px;
}


/*******************
Notification page Jquery toaster
******************/

.jq-icon-info {
    background-color: #01c0c8;
    color: #fff;
}

.jq-icon-success {
    background-color: #36bea6;
    color: #fff;
}

.jq-icon-error {
    background-color: #f62d51;
    color: #fff;
}

.jq-icon-warning {
    background-color: #ffbc34;
    color: #fff;
}


/*******************
c3 chart global
******************/

.c3 text {
    fill-opacity: 0.5;
}

.no-shrink {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.up-img {
    background-size: cover;
    background-position: center center;
    min-height: 340px;
}

.badge.badge-pill {
    padding: 0.2em 1em;
}


/*******************
list-inline
******************/

ul.list-inline li {
    display: inline-block;
    margin: 0 5px;
}


/*******************
icons path
*******************/

@font-face {
    font-family: 'icomoon';
    src: url("fonts/icomoon.ttf?-rdmvgc") format("truetype");
}

@font-face {
    font-family: 'simple-line-icons';
    src: url("fonts/Simple-Line-Icons.ttf?-i3a2kk") format("truetype");
}

@font-face {
    font-family: 'themify';
    src: url("fonts/themify.ttf") format("truetype");
}

@font-face {
    font-family: 'FontAwesome';
    src: url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype");
}

@font-face {
    font-family: 'Material Design Icons';
    src: url("fonts/materialdesignicons-webfont.ttf") format("truetype");
}


/*============================================================== 
 For all pages 
 ============================================================== */

#main-wrapper {
    width: 100%;
    overflow: hidden;
}

.page-wrapper { 
    position: relative;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.container-fluid {
    padding: 0px 20px 20px 20px;
}


/*******************
 Breadcrumb and page title
*******************/

.page-titles {
    padding: 14px 10px;
    margin: 15px -20px 15px -20px;
}

.page-titles h4 {
    margin-bottom: 0px;
    margin-top: 0px;
}

.page-titles .breadcrumb {
    padding: 0px;
    margin: 0px;
    background: transparent;
    font-size: 12px;
}

.page-titles .breadcrumb li a {
    color: #212529;
}

.page-titles .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\e649";
    font-family: themify;
    color: #ced4da;
    font-size: 11px;
}

.page-titles .breadcrumb .breadcrumb-item.active {
    color: #242646;
    font-weight: 500;
}

.dropdown-menu {
    padding: 0px;
    border: 0px;
    -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}

.dropdown-menu .with-arrow {
    position: absolute;
    height: 10px;
    overflow: hidden;
    width: 40px;
    top: -10px;
}

.dropdown-menu .with-arrow>span {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    background-color: #fff;
    width: 9px;
    height: 9px;
    top: 6px;
    left: 15px;
    position: absolute;
    content: "";
    -moz-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
    /*  box-shadow: -3px -3px 8px rgba(0, 0, 0, 0.1); */
}

.dropdown-menu.dropdown-menu-right .with-arrow {
    right: 0px;
}

.dropdown-menu.dropdown-menu-right .with-arrow>span {
    right: 20px;
    left: auto;
}


/*******************
 Footer
*******************/

.footer {
    bottom: 0;
    color: #212529;
    left: 0px;
    padding: 17px 15px;
    right: 0;
    border-top: 1px solid #e9ecef;
    background: #fff;
}


/*******************
Wave Effects
*******************/

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7);
}

html body .waves-notransition {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

.waves-circle {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none;
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.waves-block {
    display: block;
}


/*******************
Fixed -sidebar
******************/

.fixed-sidebar .left-sidebar {
    position: fixed;
    
}

.fixed-sidebar.mini-sidebar .navbar-collapse,
.fixed-sidebar.mini-sidebar .footer {
    margin-left: 70px;
}

@media (max-width: 767px) {
    .fixed-sidebar.mini-sidebar .navbar-header {
        position: relative;
    }
    .fixed-sidebar.mini-sidebar .navbar-collapse {
        margin-left: 0px;
    }
    .navbar-header {
        margin-left: 10px; 
    }
}


/*******************
Fixed -Header
******************/

.fixed-header .topbar {
    position: fixed;
    width: 100%;
}

.fixed-header .page-wrapper {
    padding-top: 67px;
}

.fixed-layout .left-sidebar,
.fixed-layout .topbar {
    position: fixed;
}

.fixed-layout .topbar {
    width: 100%;
}

.fixed-layout .page-wrapper {
    padding-top: 85px;
}


/*******************
Mini sidebar
******************/

@media (min-width: 769px) {
    .left-sidebar:hover {
        left: 0px;
    }
    .navbar-header {
        margin-left: 60px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .navbar-header .navbar-brand {
        padding-top: 0px;
    }
    .lock-nav .left-sidebar {
        left: 0px;
        width: 220px;
    }
    .lock-nav .page-wrapper,
    .lock-nav .footer {
        margin-left: 220px;
    }
    .lock-nav .topbar {
        padding-left: 220px;
    }
    .lock-nav .topbar .navbar-header {
        margin-left: 0px;
    }
}

@media (max-width: 992px) {
    .show-sidebar .left-sidebar {
        left: 0px;
    }
    .left-sidebar {
        left: -270px;
    }
    .fixed-sidebar.mini-sidebar .navbar-collapse {
        margin-left: 0px;
    }
    .navbar-header {
        margin-left: 10px; 
    }
}


/*
Template Name: Admin Template
Author: Wrappixel

File: scss
*/


/*******************/


/*Feed widget*/


/*******************/

.feeds {
    margin: 0px;
    padding: 0px;
}

.feeds li {
    list-style: none;
    padding: 12px 15px;
    display: block;
}

.feeds li:hover {
    background: #f8f9fa;
}

.feeds li>div {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 100%;
    color: #fff;
}

.feeds li>div i {
    line-height: 40px;
}

.feeds li span {
    float: right;
    width: auto;
    font-size: 12px;
}


/*******************/


/*Steam line widget*/


/*******************/

.steamline {
    position: relative;
    border-left: 1px solid #e9ecef;
    margin-left: 20px;
}

.steamline .sl-left {
    float: left;
    margin-left: -20px;
    z-index: 1;
    width: 40px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    border-radius: 100%;
    color: #fff;
    margin-right: 15px;
}

.steamline .sl-left img {
    max-width: 40px;
}

.steamline .sl-right {
    padding-left: 50px;
}

.steamline .sl-right .desc,
.steamline .sl-right .inline-photos {
    margin-bottom: 21px;
}

.steamline .sl-item {
    border-bottom: 1px solid #e9ecef;
    margin: 20px 0;
}

.sl-date {
    font-size: 10px;
    color: #adb5bd;
}

.time-item {
    border-color: #e9ecef;
    padding-bottom: 1px;
    position: relative;
}

.time-item:before {
    content: " ";
    display: table;
}

.time-item:after {
    background-color: #fff;
    border-color: #e9ecef;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    bottom: 0;
    content: '';
    height: 14px;
    left: 0;
    margin-left: -8px;
    position: absolute;
    top: 5px;
    width: 14px;
}

.time-item-item:after {
    content: " ";
    display: table;
}

.item-info {
    margin-bottom: 15px;
    margin-left: 15px;
}

.item-info p {
    margin-bottom: 10px !important;
}


/*******************/


/*social-profile-first*/


/*******************/

.social-profile-first {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 96px;
}

.social-profile-first.bg-over {
    background: rgba(56, 83, 161, 0.7);
}

.social-profile-first .middle {
    vertical-align: middle;
}


/*******************/


/*profile timeline widget*/


/*******************/

.profiletimeline {
    position: relative;
    padding-left: 40px;
    margin-right: 10px;
    border-left: 1px solid #e9ecef;
    margin-left: 30px;
}

.profiletimeline .sl-left {
    float: left;
    margin-left: -60px;
    z-index: 1;
    margin-right: 15px;
}

.profiletimeline .sl-left img {
    max-width: 40px;
}

.profiletimeline .sl-item {
    margin-top: 8px;
    margin-bottom: 30px;
}

.profiletimeline .sl-date {
    font-size: 12px;
    color: #adb5bd;
}

.profiletimeline .time-item {
    border-color: #e9ecef;
    padding-bottom: 1px;
    position: relative;
}

.profiletimeline .time-item:before {
    content: " ";
    display: table;
}

.profiletimeline .time-item:after {
    background-color: #fff;
    border-color: #e9ecef;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    bottom: 0;
    content: '';
    height: 14px;
    left: 0;
    margin-left: -8px;
    position: absolute;
    top: 5px;
    width: 14px;
}

.profiletimeline .time-item-item:after {
    content: " ";
    display: table;
}

.profiletimeline .item-info {
    margin-bottom: 15px;
    margin-left: 15px;
}

.profiletimeline .item-info p {
    margin-bottom: 10px !important;
}


/*little-profile*/

.little-profile .pro-img {
    margin-bottom: 20px;
}

.little-profile .pro-img img {
    width: 128px;
    height: 128px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 100%;
}

.little-profile .soc-pro a {
    color: #adb5bd;
}

.little-profile .soc-pro a:hover {
    color: #343a40;
}


/*******************
/*States row*/


/*******************/

.stats-row {
    margin-bottom: 20px;
}

.stats-row .stat-item {
    display: inline-block;
    padding-right: 15px;
}

.stats-row .stat-item+.stat-item {
    padding-left: 15px;
    border-left: 1px solid #e9ecef;
}


/*******************/


/*Guage chart*/


/*******************/

.gaugejs-box {
    position: relative;
    margin: 0 auto;
}

.gaugejs-box canvas.gaugejs {
    width: 100% !important;
    height: auto !important;
}


/*******************/


/*country-state*/


/*******************/

.country-state {
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
}

.country-state li {
    margin-top: 30px;
    margin-bottom: 10px;
}

.country-state h2 {
    margin-bottom: 0px;
    font-weight: 400;
}


/*******************/


/*Msg box*/


/*******************/

.msg-item {
    margin-bottom: 20px;
}

.msg-body {
    background: #fff;
    padding: 15px;
    font-size: 14px;
    position: relative;
}

.msg-body .dwn-aro {
    width: 0;
    position: absolute;
    bottom: -8px;
    height: 0;
    left: 10px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
}

.m-pic img {
    width: 40px;
    border-radius: 100%;
}

.message-box ul li .drop-title {
    font-weight: 500;
    padding: 11px 20px 15px;
    border-bottom: 1px solid #e9ecef;
}

.message-box ul li .nav-link {
    border-top: 1px solid #e9ecef;
    padding-top: 15px;
}

.message-box .message-widget {
    position: relative;
}

.message-box .message-widget a {
    border-bottom: 1px solid #e9ecef;
    display: block;
    text-decoration: none;
    padding: 9px 15px;
}

.message-box .message-widget a:hover {
    background: #e9ecef;
}

.message-box .message-widget a:last-child {
    border-bottom: 0px;
}

.message-box .message-widget a div {
    white-space: normal;
}

.message-box .message-widget a .user-img {
    width: 45px;
    position: relative;
    display: inline-block;
    margin: 0 10px 15px 0;
}

.message-box .message-widget a .user-img img {
    width: 100%;
}

.message-box .message-widget a .user-img .profile-status {
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    left: 33px;
    position: absolute;
    top: -1px;
    width: 10px;
}

.message-box .message-widget a .user-img .online {
    background: #36bea6;
}

.message-box .message-widget a .user-img .busy {
    background: #f62d51;
}

.message-box .message-widget a .user-img .away {
    background: #ffbc34;
}

.message-box .message-widget a .user-img .offline {
    background: #ffbc34;
}

.message-box .message-widget a .mail-contnet {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
}

.message-box .message-widget a .mail-contnet h5 {
    margin: 5px 0px 0;
    color: #212529;
}

.message-box .message-widget a .mail-contnet .mail-desc,
.message-box .message-widget a .mail-contnet .time {
    display: block;
    margin: 1px 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #adb5bd;
    white-space: nowrap;
}

.message-box .message-widget a .mail-contnet .time {
    color: #212529;
    font-size: 12px;
}

.center-nav li {
    border-right: 1px solid #ccc;
}

.center-nav li:last-child {
    border-right: 0;
}


/*
Template Name: Admin Template

File: scss
*/


/*============================================================== 
 For Desktop & above all (1650px) 
 ============================================================== */


/*============================================================== 
 For Laptop & above all (1370px) 
 ============================================================== */


/*-- ============================================================== 
 Small Desktop & above all (1024px) 
 ============================================================== */

@media (min-width: 1024px) {
    .page-wrapper,
    .footer {
        margin-left: 60px;
    }
}

@media (max-width: 1023px) {
    .inbox-center a {
        width: 200px;
    }
    .d-flex {
        display: block !important;
    }
    .d-flex.no-block {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}


/*-- ============================================================== 
 Ipad & above all(768px) 
 ============================================================== */

@media (min-width: 768px) {
    .page-titles .breadcrumb {
        float: right;
    }
    .mega-dropdown .dropdown-menu,
    .search-box .app-search {
        left: 60px;
        width: calc(100% - 60px);
    }
    .material-icon-list-demo .icons div {
        width: 33%;
        padding: 15px;
        display: inline-block;
        line-height: 40px;
    }

   
}


/*-- ============================================================== 
 Phone and below ipad(767px) 
 ============================================================== */

@media (max-width: 767px) {
    .container-fluid {
        padding: 0px 15px 0px 15px;
        overflow: hidden;
    }
    /*Header*/
    .topbar {
        width: 100%;
        padding-right: 0px;
    }
    .topbar .top-navbar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: center;
    }
    .topbar .top-navbar .navbar-collapse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
    .topbar .top-navbar .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .topbar .top-navbar .navbar-nav .nav-item>.nav-link {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 15px;
    }
    .topbar .top-navbar .navbar-nav>.nav-item.show {
        position: static;
    }
    .topbar .top-navbar .navbar-nav>.nav-item.show .dropdown-menu {
        width: 100%;
        margin-top: 0px;
    }
    .topbar .top-navbar .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .topbar .top-navbar .navbar-nav .dropdown-menu .with-arrow {
        display: none;
    }
    .mega-dropdown .dropdown-menu {
        height: 480px;
        overflow: auto;
    }
    .comment-text .comment-footer .action-icons {
        display: block;
        padding: 10px 0;
    }
    .vtabs .tabs-vertical {
        width: auto;
    }
    /*Footer*/
    .material-icon-list-demo .icons div {
        width: 100%;
    }
    .error-page .footer {
        position: fixed;
        bottom: 0px;
        z-index: 10;
    }
    .error-box {
        position: relative;
        padding-bottom: 60px;
    }
    .error-body {
        padding-top: 10%;
    }
    .error-body h1 {
        font-size: 100px;
        font-weight: 600;
        line-height: 100px;
    }
    .login-register {
        position: relative;
        overflow: hidden;
    }
    .login-box {
        width: 90%;
    }
    .login-sidebar {
        padding: 10% 0;
    }
    .login-sidebar .login-box {
        position: relative;
    }
    /*This is for chat page*/
    .chat-main-box .chat-left-aside {
        left: -250px;
        position: absolute;
        -webkit-transition: 0.5s ease-in;
        -o-transition: 0.5s ease-in;
        transition: 0.5s ease-in;
        background: #fff;
    }
    .chat-main-box .chat-left-aside.open-pnl {
        left: 0px;
    }
    .chat-main-box .chat-left-aside .open-panel {
        display: block;
    }
    .chat-main-box .chat-right-aside {
        width: 100%;
    }
    /*Timeline*/
    ul.timeline:before {
        left: 40px;
    }
    ul.timeline>li>.timeline-panel {
        width: calc(100% - 90px);
    }
    ul.timeline>li>.timeline-badge {
        top: 16px;
        left: 15px;
        margin-left: 0;
    }
    ul.timeline>li>.timeline-panel {
        float: right;
    }
    ul.timeline>li>.timeline-panel:before {
        right: auto;
        left: -15px;
        border-right-width: 15px;
        border-left-width: 0;
    }
    ul.timeline>li>.timeline-panel:after {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0;
    }
    /*Contact app page*/
    .left-aside {
        width: 100%;
        position: relative;
        border: 0px;
    }
    .right-aside {
        margin-left: 0px;
    }
    .flex-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        -webkit-flex-wrap: wrap !important;
    }
    .chat-list li .chat-content {
        width: calc(100% - 80px);
    }
    /*Calendar*/
    .fc-toolbar .fc-left,
    .fc-toolbar .fc-right,
    .fc-toolbar .fc-center {
        float: none;
        display: block;
        text-align: center;
        margin-top: 10px;
        overflow: hidden;
    }
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
    z-index: 99;   
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #9053c7;
    background: -webkit-linear-gradient(-135deg, #c850c0, #4158d0);
    background: -o-linear-gradient(-135deg, #c850c0, #4158d0);
    background: -moz-linear-gradient(-135deg, #c850c0, #4158d0);
    background: linear-gradient(-135deg, #c850c0, #4158d0);
    background-image: url(../../images/loginbg.png);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.login100-pic {
    z-index: 99;
}

.wrap-login100 {
    width: 1080px;
    background: #f2f2f3;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 999;
}

.login-form {
    background: #fff;
    padding: 30px !important;
} 

.fix-side2{
    position: fixed; 
    padding-left: 2%;
}

@media (max-width: 766px) {
    .fix-side2{
        position: relative; 
        padding-left: 0;
    }
}

.reprot-tb th:nth-child(2) {
    width: 20% !important;
    white-space: nowrap;
}

/*------------------------------------------------------------------
[  ]*/

.login100-pic {
    background-image: url(file:///C:/Users/krishna32/Desktop/Login/images/login-img.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 80%;
}

.login100-form-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    color: #252247;
    line-height: 1.5;
    width: 100%;
    display: block;
    padding-bottom: 0;
    margin-top: 30px;
    font-weight: 700;
}

.title-sub-heading {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 1rem;
}


/*---------------------------------------------*/

.wrap-input100 {
    position: relative;
    width: 100%;
    z-index: 1;
    border-bottom: 1px solid #ccc;
}
.wrap-input1001 {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.input100 {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
    display: block;
    width: 100%;
    background: transparent;
    border-radius: 0;
    padding: 7px 15px;
    border: none;
}

.input100:focus {
    border: none;
    outline: none;
}

.test {
    box-shadow: 0px 1px 16px 4px #daaee8;
}

.label-style {
    padding: 10px 15px 0 15px;
}

.label-style label {
    color: #4ca853;
}

.label-style .fa {
    color: #91939a;
    float: right;
}


/*------------------------------------------------------------------
[ Focus ]*/

.focus-input100 {
    display: block;
    position: absolute;
    border-radius: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: rgb(157, 152, 214);
}

.input100:focus+.focus-input100 {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

.symbol-input100 {
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 35px;
    pointer-events: none;
    color: #666666;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus+.focus-input100+.symbol-input100 {
    color: #4ca853;
    padding-left: 28px;
}


/*------------------------------------------------------------------
[ Button ]*/

.container-login100-form-btn {
    width: 180px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
    clear: both;
}

.login100-form-btn {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #fff !important;
    text-transform: uppercase;
    width: 100%;
    height: 50px !important;
    border-radius: 4px;
    background: #4ca853;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.login100-form-btn:hover {
    background: #333333;
}

.remember-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
}


/* Hide the browser's default checkbox */

.remember-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.remember-check:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.remember-check input:checked~.checkmark {
    background-color: #4ca853;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.remember-check input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.remember-check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
    .wrap-login100 {
        padding: 177px 90px 33px 85px;
    }
    .login100-pic {
        width: 35%;
    }
    .login100-form {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .wrap-login100 {
        padding: 100px 80px 33px 80px;
    }
    .login100-pic {
        display: none;
    }
    .login100-form {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .wrap-login100 {
        padding: 100px 15px 33px 15px;
    }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: white;
    border: 1px solid #c80000;
    border-radius: 13px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    pointer-events: none;
    font-family: 'Open Sans', sans-serif;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 13px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

.right-img-style {
    position: absolute;
    right: 0;
    z-index: -1;
    bottom: 0px;
}

/* .right-img-style img {
    width: 430px;
} */

.create-accout {
    margin-top: 30px;
    z-index: 9;
}

.create-accout h5 {
    color: #252247;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.create-accout h2 {
    color: #4ca853;
    line-height: normal;
    margin: 0;
}

a.create-accout-btn {
    border: 2px solid #4ca853;
    border-radius: 5px;
    padding: 8px 25px;
    color: #4ca853;
    text-transform: uppercase;
    font-weight: 700;
}


/* create account */

#create-account .input100 {
    height: 50px;
    background: #fff;
}

#create-account .test {
    box-shadow: 0px 1px 16px 4px #f0edf1;
}

#create-account .wrap-input100 {
    border-bottom: 2px solid #f1efef;
}


/****dashboard**/

.dashboard-cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.dashboard-cards_item {
    display: flex;
    padding: 15px 10px 15px 10px;
    width: 25%;
}

.dashboard-card_title {
    color: #000000;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 10px;
    background: #fff;
    width: auto;
    display: inline-block;
    border-radius: 50px;
    padding: 6px;
    width: 68px;
    height: 68px;
    line-height: 58px;
    letter-spacing: -2px;
}

.dashboard-card_text {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: uppercase;
}

.dashboard-card {
    background-color: white;
    border-radius: 0.25rem;
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    padding: 15px 15px;
    border-radius: 10px;
}

.bg-red {
    background: linear-gradient(to right, #fe5d70, #fe909d);
}

.bg-green {
    background: linear-gradient(to right, #0ac282, #0df3a3);
}

.bg-yellow {
    background: linear-gradient(to right, #fe9365, #feb798);
}

.bg-purpel {
    background: linear-gradient(to right, #01a9ac, #01dbdf);
}

@media (max-width: 767px) {
    .dashboard-cards_item {
        display: flex;
        padding: 15px 10px 15px 10px;
        width: 50%;
    }
    .dashboardcards .owl-nav {
        width: calc(100% + 53px) !important;
        left: -27px !important;
    }
}

a:hover {
    color: #242646;
    text-decoration: none !important;
}

.inner-card {
    background-color: white;
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 25px 15px;
    border-radius: 20px;
    width: calc(100% - 1px);
    border: 1px solid #eee;
    box-shadow: 0px 14px 10px 0px rgb(97 160 143 / 25%);
   -webkit-box-shadow:0px 14px 10px 0px rgb(97 160 143 / 25%);
    -moz-box-shadow:0px 14px 10px 0px rgb(97 160 143 / 25%);
}

.body-cards-items:hover .inner-card {
    border: 1px solid #3b843b;
    box-shadow: inset 0 0 7px #3b843b;
}

.card-content .card-title {
    color: #2c0381;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: normal;
}

.date-status {
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}

.detail-card {
    float: right;
}

/* .detail-card a {
    background: #d1565e;
    padding: 1px 10px;
    color: #fff;
    border: 1px solid #d1565e;
    text-transform: uppercase;
}

.detail-card a:hover {
    background: #fff;
    color: #d1565e;
    border: 1px solid #d1565e;
} */

.detail-card a { 
    color: #4ca853;
    width: 24px;
    height: 24px;
    display: block;
    white-space: nowrap;
    position: relative;
    visibility: hidden;
}
.detail-card a:after { 
    color: #4ca853;
    content: "\f061";
    font-family: FontAwesome ;
    position: absolute;
    height: 24px;
    left: 0;
    top: 0;
    visibility: visible;
}

.contact-no.mb-3 {
    font-size: 16px;
    font-weight: 400;
    color: #444;
}

.contact-no.mb-3:before{
    content: "\f095";
    font-family: FontAwesome;
    margin-right: 10px;
    position:relative;
    top:0;
}

.card-content .card-title {
    color: #0a3805;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
}
p.date-card.mb-0 {
    color: #444;
}
p.date-card.mb-0:last-child {
    padding-left: 24px;
}
p.date-card.mb-0 strong:before{
    content: "\f073";
    font-family: FontAwesome;
    margin-right: 10px;
    position:relative;
    top:0;
}
h2.headings {
    font-size: 26px;
    color: #242646;
    margin-bottom: 30px;
}
.head-vender {
    display: flex;
    justify-content: space-between;
}

.dashboardcards .owl-nav {
    position: absolute;
    width: calc(100% + 100px);
    display: flex;
    justify-content: space-between;
    top: -20px;
    left: -50px;
    height: 100%;
    z-index: -1;
}

.dashboardcards .owl-nav button span {
    font-size: 80px;
    color: #a9a9a9;
}

.dashboardcards .owl-nav button span:focus,
.dashboardcards .owl-nav button:focus {
    outline: none;
}

.tabledesign table tr th {
    background: rgb(24 64 35);
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.tabledesign table tr th:first-child {
    border-radius: 6px 0 0 0;
}

.tabledesign table tr th:last-child {
    border-radius: 0 6px 0 0;
    width: 20px;
}

.tabledesign table tr td { 
    border: 0;
    font-size: 14px;
    font-weight: 500;
    min-width:90px;
}
.tabledesign table tr td i {
    font-size: 14px;
    font-weight: 100;
}
 .success i {
    color: #4ca853;
}
 .danger i {
    color: #f62d51;
}
.table-responsive.tabledesign.ground-lt td {
    border-left: 1px solid #ccc; 
}
.table-responsive.tabledesign.ground-lt td:last-child {
    white-space: nowrap;
}

.groundstatus {
    color: #d1565e;
    text-transform: uppercase;
}

.slotbuttondiv {
    padding: 15px 0;
}

.slotbutton {
    display: block;
    width: 100%;
    padding: 15px;
    border-radius: 6px;
    background: #f8f8f8;
    border: 1px solid #ccc;
    color: #d1565e;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .7s;
}

.slotbutton:focus {
    outline: none;
}

.slotbutton:hover {
    color: #fff;
    background: #d1565e;
    border: 1px solid #d1565e;
}

.groudreviews {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 20px;
    height: 412px;
    overflow: auto;
    margin-bottom: 20px;
}

ul.reviewlists {
    list-style: none;
    padding: 0;
}

.reviewlists li {
    border-top: 1px solid #ccc;
    padding-bottom: 15px;
    padding-top: 15px;
}

.reviewlists li:first-child {
    border-top: none;
    padding-top: 0px;
}

.reviewlists li .ratindhead {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reviewlists li .ratindhead h4 {
    font-size: 16px;
    font-weight: 600;
    color: #73879C;
}

p.ratedescription.m-0 {
    font-size: 14px;
}
.starsrate {
    font-size: 18px;
    font-weight: 700;
}

.starsrate .fa {
    color: #fed97e;
}

h2.morereviewlink {
    text-align: right;
    line-height: 0;
    padding-bottom: 15px;
}

h2.morereviewlink a {
    text-align: right;
    color: #61a08f;
    font-size: 20px;
}

.earnigbox {
    background: #ee8d46;
    padding: 20px;
    border-radius: 6px;
    color: #fff;
    text-transform: uppercase;
}

.earnigbox h4 {
    font-weight: 100;
}

.pricetag {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.pricetag h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 0;
}

.pricetag p {
    margin: 0;
    font-weight: 700;
}
.earnigbox a.text-white {
    font-weight: 100;
    border: 1px solid;
    padding: 6px;
}

img.highlightedicon {
    display: none;
}

.sidebar-nav ul li a.active img.highlightedicon,
.sidebar-nav ul li a:hover img.highlightedicon {
    display: inline;
}

.sidebar-nav ul li a.active img.white-icon,
.sidebar-nav ul li a:hover img.white-icon {
    display: none;
}

.actioncardarea {
    background: #3b843b;
    margin: 10px -15px -25px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
}

.actioncardarea .accrej-card a {
    background: transparent;
    color: #fff;
    padding: 2px 10px;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.actioncardarea .detailaction-card a {
    background: #dc3636;
    color: #fff;
    padding: 2px 10px;
    border: 1px solid #dc3636;
    text-transform: uppercase;
    font-weight: 600;
}

.filters ul {
    padding: 0;
    list-style: none;
    display: flex;
    margin-bottom: 25px;
}

.filters ul li a {
    padding: 5px 15px;
    color: #3b843b;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
}

.filters ul li a.selected {
    background: #000;
    color: #fff;
    border-radius: 10px;
    font-weight: 400;
}

.filters ul li a.selected:before {
    content: "";
    position: absolute;
    background: #000;
    width: 8px;
    height: 8px;
    bottom: -4px;
    left: calc(50% - 4px);
    transform: rotate(45deg);
}

.acceptedstatus {
    text-transform: uppercase;
    color: #3b843b;
}

li.nav-item.search-box i.fa.fa-bell-o {
    position: relative;
}

.notificationcount {
    background: #dc3636;
    color: #fff;
    position: absolute;
    font-size: 10px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    border-radius: 50%;
    top: -5px;
    right: -5px;
}

.bugermenu img {
    filter: brightness(0.5);
}

a.nav-toggler .fa-times {
    color: #fff;
    font-size: 24px;
}

.dropdown-divider {
    margin: 0 !important;
}

.loop {
    flex-wrap: wrap;
    display: flex;
}

h2 p {
    font-size: 14px;
    color: #01c0c8;
}

.time-picker {
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: all .4s ease;
    height: 0;
    overflow: hidden;
}

.set-time {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.label {
    width: 60px;
    margin: 0 5px;
    text-align: center;
    line-height: 34px;
    display: inline-style;
}

.label a {
    display: block;
    border: 1px solid #DDDDDD;
    cursor: pointer;
    font-size: 28px;
    font-weight: bold;
    border-radius: 3px;
    background-color: #ccc;
}

.label a:hover,
.label a:active {
    background-color: red;
    color: #FFFFFF;
}

.set-time .set {
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    line-height: 34px;
    font-size: 20px;
    font-weight: bold;
    border: transparent;
}

#submitTime {
    text-align: center;
    line-height: 34px;
    border: 1px solid #DDDDDD;
    width: 128px;
    margin: auto;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
}

.time-picker.open {
    border: 1px solid #DDDDDD;
    padding: 15px;
    transition: all .5s ease;
    height: auto;
    background-color: #FCFCFC;
}


/* ----- admin ------- */
 
td.vendorstatus {
    padding: 3px !important;
    margin: 0; 
        white-space: nowrap;
     
}
.vendorstatus a {
    border: 0;
    margin: 5px 0px 0px 0px;
    display: inline-block;
    background: #ebeef2;
    padding: .25rem;
    font-size: .875rem;
    border-radius: .2rem;
}
.tabledesign td.vendorstatus a i {
    color: #2f3c4e;
    background-color: #ebeef2;
    border-color: #ebeef2;
    font-size: 12px !important;
    padding: 0;
    display: block;
}
.vendorstatus button {
    padding: 3px;
    font-size: 10px;
    border: 0;
    border-radius: 5px;
    margin: 0; 
}

 
 

.accept:hover.blink_me {
    animation: none;
}

.reject {
    color: #df0202;
    border: 1px solid #df0202;
    padding: 5px;
    margin: 3px;
    background-color:rgba(0,0,0,0);
}

 

.reject:hover {
    color: white;
    background-color: #df0202;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0.2;
    }
}

.btn:focus,
.btn:active,
button:focus,
button:active {
    outline: none !important;
    box-shadow: none !important;
}

#image-gallery .modal-footer {
    display: block;
}

.thumb {
    margin-top: 15px;
    margin-bottom: 15px;
}

.slot-time {
    background: #ffffff;
    padding: 8px 4px;
    border-radius: 10px;
    color: #3b843b;
    margin: 5px;
    display: inline-block;
}


/* check for mennual slot book  */

.funkyradio div {
    clear: both;
    overflow: hidden;
    position: relative;
    display: inline-block;
    min-width: 210px;
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
    padding: 0 10px 0 0;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: block;
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.funkyradio input[type="radio"]:empty~label,
.funkyradio input[type="checkbox"]:empty~label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    margin-top: 0ÃŸem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.funkyradio input[type="radio"]:empty~label:before,
.funkyradio input[type="checkbox"]:empty~label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked)~label,
.funkyradio input[type="checkbox"]:hover:not(:checked)~label {
    color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked)~label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked~label,
.funkyradio input[type="checkbox"]:checked~label {
    color: #777;
}

.funkyradio input[type="radio"]:checked~label:before,
.funkyradio input[type="checkbox"]:checked~label:before {
    content: '\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}

.funkyradio-default input[type="radio"]:checked~label:before,
.funkyradio-default input[type="checkbox"]:checked~label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked~label:before,
.funkyradio-primary input[type="checkbox"]:checked~label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked~label:before,
.funkyradio-success input[type="checkbox"]:checked~label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked~label:before,
.funkyradio-danger input[type="checkbox"]:checked~label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked~label:before,
.funkyradio-warning input[type="checkbox"]:checked~label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked~label:before,
.funkyradio-info input[type="checkbox"]:checked~label:before {
    color: #fff;
    background-color: #5bc0de;
}

.add-ground {
    border: 1px solid #3b843b;
    padding: 5px 10px;
    color: #3b843b;
    float: right;
}

.add-ground:hover {
    border: 1px solid #3b843b;
    color: white;
    background-color: #3b843b;
}
.table-report #myDIVfilter{  background: #f1f5f1;  padding: 20px; text-align: left; margin: 0 0 5%;}
#myDIVfilter button{    background-color: #fff; 
    padding: 8px;
    border: 1px solid #3b843b;
    color: #3b843b;}
#myDIVfilter button.active{ background-color: #3b843b; color: #fff;}
::-webkit-input-placeholder { /* Edge */
    color: #ccc;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
  }
  
  ::placeholder {
    color: #ccc;
  }

  [data-slides] {
    background-image: url("/images/images/baseball-stadium.jpg"); /* Default image. */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    transition: background 1s linear;
}


/* Use additional CSS to control the `height` of `[data-slides]`, like so: */

.test1 {
    height: 100vh;
    border: 1px solid black;
}
@media all and (min-width: 48em) {
    .test1 {
        height: 100vh;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        margin: 0;
        border: none;
    }
}
 
.type-loop {
    /* border: 1px solid; */
    padding: 10px;
    margin-top: 15px;
    background: #fefefe;
    box-shadow: 0px 0px 20px -10px rgb(24 64 35);
    position: relative;
}
@media all and (min-width: 1024px) {
    .mobile-register{ display:none;}
} 

@media all and (max-width: 768px) {
    .mobile-register{ display:block;}
}

@media all and (max-width: 500px) {
    .pricetag{ display: block;}
}

.ground-type{
    margin-top:20px;
    font-size: 15px;
    font-weight: bold;
    display: block;
}

.groundstatus {
    text-align: center;
}

.groundstatus i.fa.fa-check {
    color: #3b843b;
}


.detail .form-group.bk-list {
    padding: 10px; 
    background: #ffffffcf;
    margin-bottom: 3px;
    min-height: 90px;
}
.detail .form-group.bk-list label {
    color: #8d8b8b;
    margin: 0 0 2px;
    font-size: 14px;
}

.detail .form-group.bk-list h5 {
    color: #444444;
    font-size: 16px;
}
  .form-group.text-center a.back {
    background: #eee; 
    margin: 15px;
    display: block;
    border-radius: 5px;
    color: #f62d51;
    text-transform: capitalize;
}
  .form-group.text-center a.back{padding: 5px 20px 5px 5px;}
 img.arrow1 {
    width: 20px;
}
.detail .form-group i {
    color: rgb(8, 169, 80);
    margin: 0px;
    font-size: 40px;
    padding: 8px; 
  } 
.arrow1 {
    animation: slide1 1s ease-in-out infinite;
    margin-left: 9px;
  }

@keyframes slide1 {
    0%,
    100% {
      transform: translate(0, 0);
    }
  
    50% {
      transform: translate(10px, 0);
    }
  }

  button.dt-button {
    background: #fff;
    border: 1px solid #ccc;
    font-size: 15px;
    padding: 6px 10px 8px 10px;
    box-shadow: 0 1px 10px 0 #ccc;
}

button.dt-button:hover {
    background: #043304;
    color: #fff; 
}
table a.btn.btn-danger.btn-sm {
    background-color: #f8d4d4!important;
    color: #dc2626;
    border-radius: 50px;
    line-height: 1;
    border: none;
}


.vendorstatus a i
{
    color: #2f3c4e;
    background-color: #ebeef2;
    border-color: #ebeef2;
}
.vendorstatus a.reject i{ 
    color: #df0202 !important; 

}

#rotate {
    -webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
    from {
            -webkit-transform: rotate(0deg);
    }
    to {
            -webkit-transform: rotate(359deg);
    }
}


button.btn.btn-lg {
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    border-color: #6c757d;
}


.side-box{height:650px;overflow: auto;}


.dt-buttons {
    display: -webkit-inline-box;
}
.dt-button-collection {
    display: inline-block;
    margin-left: 5px;
}


.buttons-csv {
    margin: 0 5px;
    background: #5fbf7947 !important;
    margin-top: 0px !important;
}

.bg_image { 
    padding: 10px;
    margin: 10px;
    display: inline-block;
    max-width: 150px !important;
}
.remove-image {
    display: none;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 2rem;
    padding: 5px 12px;
    text-decoration: none;
    font: 700 21px/20px sans-serif;
    background: #555;
    border: 3px solid #fff;
    color: #FFF;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 2px 4px rgba(0,0,0,0.3);
      text-shadow: 0 1px 2px rgba(0,0,0,0.5);
      -webkit-transition: background 0.5s;
      transition: background 0.5s;
    }
    .remove-image:hover {
     background: #E54E4E;
      padding: 2px 9px;
      top: -11px;
    right: -11px;
    }
    .remove-image:active {
     background: #E54E4E;
      top: -10px;
    right: -11px;
    }

    a.accept.xdelete {
        color: #f00;
        border: 1px solid #ff000030;
        padding: 5px 8px;
        border-radius: 8px;
        background: #ff000020;
    }

    a.accept.xdelete:hover {
        color: #fff;
        border: 1px solid #f00;
        padding: 5px 8px;
        border-radius: 8px;
        background: #f00;
    }

    .type_slots_loop_1 {
        position: relative;
    } 
    .slots_bt{ 
        margin: 20px auto 0 auto;
        text-align: center;
        border-top: 1px solid #cccc;
    }

    .slots_bt .btn{ margin-top: -30px;
        border: 10px solid #ffffff;   
            }

            .form-group .toggle {
                display: block;
            }
    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #000a00 !important; 
    }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        background-color: red !important; 
        color: #fffefe !important; 
        margin: 0 !important;
        border-top-left-radius: 1px;
        border-bottom-left-radius: 1px;
    }

    .row-top{padding-top: 0 !important; padding-bottom: 0 !important;}

    .count-slot{
        background: #4ca74647;
        padding: 9px 12px;
        border-radius: 0.2rem;
        line-height: 1.5;
        display: inline-block;
        font-size: .875rem;
        border: 1px solid transparent;
    }

  /* ------ switch toggle ------- */

  .switch{
    opacity: 0;
    position: absolute;
    z-index: 1;
    width: 18px;
    height: 18px;
    cursor: pointer;
  }
  .switch + .lable{
    position: relative;
    display: inline-block;
    margin: 0;
    line-height: 20px;
    min-height: 18px;
    min-width: 18px;
    font-weight: normal;
    cursor: pointer;
  }
  .switch + .lable::before{
    cursor: pointer;
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 12px;
    color: #32a3ce;
    content: "\a0";
    background-color: #FAFAFA;
    border: 1px solid #c8c8c8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 0;
    display: inline-block;
    text-align: center;
    height: 16px;
    line-height: 14px;
    min-width: 16px;
    margin-right: 1px;
    position: relative;
    top: -1px;
  }
  .switch:checked + .lable::before {
    display: inline-block;
    content: '\f00c';
    background-color: #F5F8FC;
    border-color: #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  }
  /* CSS3 on/off switches */
  .switch + .lable {
    margin: 0 4px;
    min-height: 24px;
  }
  .switch + .lable::before {
    font-weight: normal;
    font-size: 11px;
    line-height: 17px;
    height: 20px;
    overflow: hidden;
    border-radius: 22px;
    background-color: #F5F5F5;
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid #CCC;
    text-align: left;
    float: left;
    padding: 0;
    width: 52px;
    text-indent: -21px; 
    margin-right: 0;
    -webkit-transition: text-indent .3s ease;
    -o-transition: text-indent .3s ease;
    transition: text-indent .3s ease;
    top: auto;
  }
  .switch.switch-bootstrap + .lable::before {
    font-family: FontAwesome;
    content: "\f00d";
    box-shadow: none;
    border-width: 0;
    font-size: 16px;
    background-color: #a9a9a9;
    color: #F2F2F2;
    width: 52px;
    height: 30px;
    line-height: 29px;
    text-indent: 32px;
    -webkit-transition: background 0.1s ease;
    -o-transition: background 0.1s ease;
    transition: background 0.1s ease;
  }
  .switch.switch-bootstrap + .lable::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 1px;
    border-radius: 12px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    width: 26px;
    height: 26px;
    text-align: center;
    background-color: #F2F2F2;
    border: 4px solid #F2F2F2;
    -webkit-transition: left 0.2s ease;
    -o-transition: left 0.2s ease;
    transition: left 0.2s ease;
  }
  .switch.switch-bootstrap:checked + .lable::before {
    content: "\f00c";
    text-indent: 6px;
    line-height: 27px;
    color: #FFF;
    border-color: #b7d3e5;
    
  }
  .switch-primary >.switch.switch-bootstrap:checked + .lable::before {
      background-color: #00a416;
  }
  
  .switch.switch-bootstrap:checked + .lable::after {
    left: 25px;
    background-color: #FFF;
    border: 4px solid #FFF;
    text-shadow: 0 -1px 0 rgba(0, 200, 0, 0.25);
  }


  .limiter .container-login100 .login100-pic {
    min-height: 550px;
}

a.back-login {
    text-decoration: underline;
    color: #444444;
    padding: 25px;
    margin: 25px;
    display: block;
    text-align: center;
}

a.back-login:hover{color: #00a416;}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 150px !important;
    margin-bottom: 0;
    overflow: hidden;
}
.custom-file img {
    width: 100%;
    height: auto;
}

table.dataTable>thead>tr>th:not(.sorting_disabled), table.dataTable>thead>tr>td:not(.sorting_disabled) {
    padding-right: 30px !important;
}

a.btn.btn-danger.btn-sm.pull-right {
    margin-top: 10PX;
}
input#txtDate {
    padding: 0.375rem 0.1rem 0.375rem 0.75rem;
}
.vendorstatus form {
    display: inline-flex;
}
.modal-backdrop{
    height: unset !important;
}