/* @import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700'); */
/* General Styles */
/* loader */

/* loader */
:root{
    --primary-color:#52b137;
    --dark-color:#221f3f;
}
.loader1 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: .8;
	}
body { 
	background:#F2F7F8;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	letter-spacing:.25px;
	-webkit-font-smoothing: antialiased;}

h1,h2,h3,h4,h5,h6{ 
    font-family: "Poppins", sans-serif;
    letter-spacing: .25px;
    color: var(--dark-color);
}
.text-primary{
    color: var(--primary-color) !important;
}
.text-dark{
    color: var(--dark-color) !important;
}
h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 42px;
}
h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
}
h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
}
h4 {
    font-weight: 600;
    font-size: 21px;
    line-height: 24px;
}
h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
}
h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
}

hr {
	border-top: 3px solid #e1e1e1;
}

a {
    color: #0c78bc !important;
}
textarea {
resize: none;
}
fieldset {
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}
.btn-update{
    color:#fff;
    background:#58AB7E;
}
.btn-update:hover{
    color:#fff;
    background:#468a65;
}
.btn-change{
    color:#fff;
    background:#58AB7E;
}
.btn-change:hover{
    color:#fff;
    background:#468a68;
}


legend {
    background: #0B71B1;
    padding: 5px 12px;
    width: auto;
    color: #fff;
    box-shadow: 0 2px 0 #d4d7dc, -1px -1px 0 #eceef1, 1px 0 0 #eceef1;
    font-size: 14px;
}
section.wrapper {
	background: #F8FAFF;
	padding: 10px;
}

.datepicker {
    padding: .3rem .75rem !important; 
}
select.form-control{
	color: #555 !important;
}
.table-bordered th, .table-bordered td {
	text-align: center;
}
.table-bordered thead {
	background: #f6f6f6;
}
.table-bordered tbody {
	background: #FFF;
}
#wl-customer-section {
	padding: 10px 0px 20px ;
}

.dataTables_paginate a {
    cursor: pointer;
    background: #f2f7f8!important;
    border-color: #fff !important;
    border: 1px solid;
    box-shadow: 0px 0px 2px #d6d6d6 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #000 !important;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 7px;
    }
table th.sorting_asc, table th.sorting {
    background: #4d5768;
    color: #fff;
    border-top: 1px solid #ddd;
}
table th.sorting_desc {
    background: #373e4a;
    color: #fff;
}
table.table-bordered.dataTable tbody td {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    background: #fff;
    font-size: 13px;
}
.btn-group-sm>.btn, .btn-sm {
padding: 2px 10px;
}
/* Placeholder Color */

::-webkit-input-placeholder, .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bbb;
}
::-moz-placeholder, .form-control:-moz-placeholder { /* Firefox 19+ */
  color: #bbb;
}
:-ms-input-placeholder, .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #bbb;
}
:-moz-placeholder, .form-control:-moz-placeholder { /* Firefox 18- */
  color: #bbb;
}
.main_container .alert-success, .main_container .alert-danger{
    font-size: 13px;
    margin-bottom: 10px;
}

/* General Styles
-------------------------------------------------- */
.nav-link {
    color: #515356 !important;
}

.form-group .btn {
    margin-bottom: 0;
}
.wl-side-bg {
    background: #2D323E !important;
    border: 0 !important;
    box-shadow: 0 5px 5px -3px rgbda(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
    position: relative;
    z-index: 4;
}
.x_panel {
    border: 0;
}
.page-title {
    background: #fff;
    border-radius: 10px 10px 0 0;
    padding: 10px 15px;
    height: 54px;
}
.page-title h4 {
    color: #0c78bc;
}
.btn-warning {
    color: #fff;
}
.btn-warning:hover {
    color: #fff;
}

/* Navigation MEGAMENU Section
--------------------------------------------------  */
 
.wl-navbar-list .nav-item .nav-link, .navbar-nav .nav-item .nav-link {
    color: #fff;
} 
.wl-navbar-list .navbar-nav .dropdown-menu li a.nav-link {
    color: #00c291 !important;
}
.wl-user-image-top{
    border-radius: 50%;
}
.navbar-brand, .navbar-nav>li>a, .site_title {
    color: #49b4df !important;
}
.navbar-nav .open .dropdown-menu {
	width: auto;
}
.wl-side-bg .navbar-brand {
    background: rgba(255, 255, 255, 1) !important;
    width: 100%;
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
    max-height: 57px;
}
.wl-side-bg a {
    color: #fff;
}
.wl-side-bg .list-group-item {
    border-radius: 0;
}
#mainsidemenu .wl-submenu-list:hover {
    border-color: rgb(3, 155, 229) !important;
    border-left: 3px solid;
    background: #2d323e !important;
}
.wl-sales-titles{
    color:#58AB7E;
}
.wl-last-dropdown {
    right: 0;
    left: auto;
}
footer {
    background: #fff;
    border: 0px !important;
    border-radius: 0px !important;
    margin: 0;
    width: 100%;
}
.navbar-default {
    border-radius: 0px !important;
    background-color: #fff;
    border-bottom: 1px solid #f3f3f4;
    box-shadow: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    padding: 4px 0px !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background: #f2f7f8;
	border-top: 3px solid #52b038;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    border-left: 1px solid #52b038;
    background-color: #f2f7f8;
}
.wl-shortcut-highlight {
    text-decoration: underline;
}

/* Buttons Section
--------------------------------------------------  */
.btn-start-quiz, .btn-warning, .btn-danger, .btn-info{
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}
.btn-start-quiz {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    border-radius: 8px;
    color: #fff;
    box-shadow: none;
    font-size: 14px;
    padding: 8px 20px;
}
.btn-start-quiz:hover, .btn-success:focus, .btn-success:active  {
    background-color: #468a65!important;
    border-color: #008f6c !important;
    color:#fff;
}
.btn-warning {
    background: #E91E63;
    border-color: #E91E63;
    border-radius: 2px;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active  {
    background: #d61959 !important;
    border-color: #d61959 !important;
    color: #fff !important;
}
.btn-warning:active:focus {
    box-shadow: 0 0 0 0.2rem rgba(214, 25, 89, 0.5) !important;
}
#mainsidemenu .list-group-item {
    background-color: transparent !important;
}
#mainsidemenu [data-toggle="collapse"]:after {
display: inline-block;
    display: inline-block;
    font-family: fontawesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  transform: rotate(0deg) ;
  transition: all linear 0.25s;
  float: right;
  }   
#mainsidemenu [data-toggle="collapse"].collapsed:after {
  transform: rotate(90deg) ;
}
#mainsidemenu .wl-sub-submenu-list {
    background: #039ebf !important;
}
#mainsidemenu .wl-submenu-list {
    background: #039be5 !important;
}
#mainsidemenu .list-group-item {
    border: 0;
    margin-bottom: 0;
}
.navbar-default .nav-link {
    font-size: 15px;
    letter-spacing: .35px;
    font-weight: 500;
    color: #6f6f6f !important;
}
.navbar-default .nav-link:hover{
    color: var(--primary-color) !important;
}
.navbar-nav .dropdown-menu {
    padding: 0px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    border: 0px;
    min-width: 200px;
    border-radius: 10px;
    padding: 10px;
} 

/* Navigation MEGAMENU Section End
-------------------------------------------------- */

/* Add Sale Page col-md-2 and col-md-1 css
-------------------------------------------------- */
.wl-new .col-md-1, .wl-new .col-md-2  {
	padding-left: 0;	
}
.wl-new{
    margin-bottom: 8px;	
}

.form-control:focus{
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background: #fff;	
    border-color: var(--dark-color);
}
.wl-new .form-control {
border: 1px solid #e1e1e1;
box-shadow: none;
}
.wl-new h5 {
margin: 0;
background: #f2f2f2;
padding: 10px 2px;
border: 1px solid #d6d6d6;
border-left: 0px;
text-align: center;
}
.wl-new > div:nth-child(2) > h5{
border-left: 1px solid #d6d6d6;
}
.wl-new input[type=checkbox] {
margin: 10px 0 0;
}

/* Party Page Form CSS */
.form-horizontal .control-label {
text-align: left;
}
.x_panel {
    padding: 20px 17px;
    border-radius: 10px;
    box-shadow: 0px 0px 31px 3px rgba(44, 50, 63, 0.02);
}
.wl-padding  {
margin-bottom: 20px;
}

/* Multiselect Box */
.multiselect-container.dropdown-menu {
    height: 230px;
    overflow-y: scroll;
    width: 100%;
}
/* Add Sale Page col-md-2 and col-md-1 css End
-------------------------------------------------- */

/* Sales Page */

div.wl-sales-titles h4 {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 600;
    margin-top: 12px;
    color: var(--primary-color);
}
footer.container {
padding: 15px 20px;
}
.wl-home-blocks {
background: #fff;
padding: 10px 15px;
text-align: center;
box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
font-size: 13px;
border: 1px solid #d6d6d6;
}

/* Items Page */
.wl-flat-checkbox {
background: transparent !important;
opacity: 1 !important; position: initial !important;
}

/* Homepage CSS Start */

.tile_count .tile_stats_count {
    background: #fff;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 31px 3px rgba(44, 50, 63, 0.02);
}
.tile_count .tile_stats_count:before {
    content: none;
}
.tile_count {
    margin-top: 0;
    margin-bottom: 10px;
}
.tile_stats_count .count_top {
    font-weight: 500;
    font-size: 14px;
    color: #808191;
    margin-bottom: 5px;
}
.tile_stats_count .count_bottom {
    margin-left: -20px;
    margin-right: -20px;
    font-size: 14px;
}

/* Reports Page CSS */
#wl-details-section .table-bordered td {
 padding: 5px !important;   
}

/* Update Payment Page CSS */
.modal-backdrop.in {
 z-index: 0;   
}

/* State Dropdown CSS */
.chosen-container-multi .chosen-choices{
    padding: 4px 12px !important;
    height: 36px !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem;
    background-image: none !important;
}
.chosen-container-active .chosen-choices {
    border: 1px solid #ced4da !important;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25) !important;
}
.chosen-container-single .chosen-single {
    width: 100%;
    height: 36px !important;
    padding: 6px 12px !important;
    font-size: 14px;
    line-height: 1.42857143 !important;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.chosen-container {
width: 100% !important;
}
.wl-chosen-select-append.chosen-container{
    width: 90.4% !important;
}

/* WIM Updates Page CSS */
#count-down {
    font-size: 38px;
    font-weight: bold;
    text-shadow: 2px 1px 2px black;
    color: #52af38;
}

/* Date Calendar CSS*/

.calendar-table .table-condensed {
width: 100%;
}
.calendar.single .calendar-table thead tr:first-child th {
text-align: center;
}
.calendar-table .table-condensed td {
cursor: pointer;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-1px;margin-left:0px;
   -webkit-border-radius:0 6px 6px 0px;-moz-border-radius:0 6px 6px 0px;border-radius:0 6px 6px 0px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline; 
}  
.dropdown-menu>li>a {
    padding: 6px 20px;
}

li.divider {
    margin: 0px !important;
}
 
/*-------------------------
Chosen Select Box
-------------------------*/
.chosen-container-active .chosen-single {
    border-color: #66afe9 !important;
background: #f5fdff !important;
} 

.btn-reports {background-color: #3f51b5; border-color: #3f51b5;
margin-top: 22px; 
 }
 .btn-reports:hover,.btn-reports:focus,.btn-reports:active,.btn-reports:active:focus, .btn-reports:active:hover {background-color: #323f83;border-color: #323f83;
 }
.page-title .title_left {
    width: auto !important;
}
.wl-panel-box p{
    margin-bottom: 0px;
}

/*company view*/

.wlr-box{
	box-shadow:   0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
 -webkit-box-shadow:   0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
 border-radius: 3px;
}

.wlr-mybtn{
	font-size:12px ;
	margin-bottom:10px;
	margin-top:10px;
}

.wlr-angle-right {
  -webkit-text-stroke: 2px #0091ae; /* font color */
  color: #0091ae;
}

.wlr-boxheading{
    font-size:18px;
}

.wlr-nav-tabs .nav-link.active {
	border-bottom:3px solid #495057;
	font-weight:600!important;
}
.wlr-nav-tabs .nav-link.active:hover {
	border-bottom:3px solid #495057;
}
.wlr-nav-tabs .nav-link  {
	border:0px;
}

.wlr-noteaddbtn{
    padding: 8px 15px 5px;
    background: #f6f6f6;
    margin-left: -1px!important ;
    margin-bottom: -1px;
}

.wlr-nav-tabs li  a {
color:#495057;
}
.wlr-inputfield{
   font-size:14px;
   color:black;
  
}
.bg-white .ql-container {
   border: 0 !important;
}
.bg-white .ql-toolbar.ql-snow {
    border: 0 !important;
    border-bottom: 1px solid #ccc !important;
}
/* Timeline */
.timeline {
    position: relative;
    padding: 21px 0px 10px;
    margin-top: 4px;
    margin-bottom: 30px;
}

.timeline .wlr-line {
    position: absolute;
    width: 2px;
    display: block;
    background: #ccc;
    top: 0px;
    bottom: 0px;
    margin-left: 30px;
}

.timeline .separator {
    border-top: 1px solid #a8a9ab;
    padding: 5px;
    padding-left: 40px;
    font-style: italic;
    font-size: .9em;
    margin-left: 30px;
}

.timeline .wlr-line::before { top: -4px; }
.timeline .wlr-line::after { bottom: -4px; }
.timeline .wlr-line::before,
.timeline .wlr-line::after {
    content: '';
    position: absolute;
    left: -3px;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    background: #ccc;
}

hr {
        border-top: 1px solid #e1e1e1 ;
        margin-top: .5rem ;
        margin-bottom: .2rem ;
}
    
.timeline .panel {
    position: relative;
    margin: 10px 0px 21px 70px;
    clear: both;
}

.timeline .panel::before {
    position: absolute;
    display: block;
    top: 8px;
    left: -24px;
    content: '';
    width: 0px;
    height: 0px;
    border: inherit;
    border-width: 12px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.timeline .panel .panel-heading.icon * { font-size: 20px; vertical-align: middle; line-height: 40px; }
.timeline .panel .panel-heading.icon {
    position: absolute;
    left: -59px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0px;
    border-radius: 50%;
    text-align: center;
    float: left;
}

.timeline .panel-outline {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}

.timeline .panel-outline .panel-body {
    padding: 10px 0px;
}

.timeline .panel-outline .panel-heading:not(.icon),
.timeline .panel-outline .panel-footer {
    display: none;
}
.panel-body{
    font-size:14px;
    color:black;
}
/*timeline*/

.note-body-separator{
    margin-top:0.5rem;
    margin-bottom:0.5rem;
}

/*end company view*/
/*lead manage view*/
 .wlr-filter-menu {  
     box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    border-radius: 0 0 5px 5px;
 }
 .wlr-checkbox-content{
     
 }
.wlr-filter-menu-heading{
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-size:0.9286rem;
}
 .wlr-filter-menu-content{
    color:black;
    font-family: "Poppins", sans-serif;
    font-size: .881rem;
    margin-left:10px;
     max-height:350px;
    overflow:auto;
}
/*holiday page view*/
.wlr-holiday-image{
	background:#f9f9f9;
	border:1px solid grey;
}
.wlr-holiday-image:hover{
	background:darkcyan;
	color:white;
}
.wlr-image{
	transition:0.4s all;
	height:200px;
	width:100%;
}
.wlr-image:hover{
	transform:scale(0.98);
}
.wlr-cardtitle {
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: .75rem;
    font-size: 20px;
}

.wlr-page-title{
    background: linear-gradient(88deg, #f7b733, #f7b733);
    padding: 10px 1rem;
    width: 100%;
    height: 58px;
    color:white;
}


/*holiday page end view*/
/*company manage view*/

.wll-btn {
    font-size: 11px;
    border-radius: 3px;
        border: 1px solid #d6d6d6;
}
.wll-radio-content{
    font-size: 13px;
}
.wl-btn-inline-sorting .dropdown-item {
    padding:0.2rem 0.5rem;
    font-size: .875rem;
}
.wl-btn-inline-sorting .dropdown-menu {
    padding: .2rem 0;
}
/*company manage view end*/
/*lead manage view*/
/*sidebar*/
.wlr-overlay3 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.9);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
}
.wlr-sidenav {
    height: 100%;
    width:0;
    position: fixed;
    z-index: 5;
    top: 0;
    right: 0;
    background-color: #fafafa;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: -1px;
}

.wlr-sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.wlr-sidenav a:hover {
    color: #f1f1f1;
}

.wlr-sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.wlr-openbtn {
    position: fixed;
    top: 50%;
    right: -50px;
    font-size: 15px;
    margin-left: 50px;
    transition: 0.5s;
    color:#fff;
    letter-spacing:1px;
    font-weight:600;
    z-index:1200;
    cursor:pointer;
    padding:12px;
    border-radius:10px;
    background-color:#f7b733;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
  
}
#wlr-rotate{
  vertical-align:top;
  transform:rotate(90deg);
  -ms-transform:rotate(90deg); /* IE 9 */
  -moz-transform:rotate(90deg); /* Firefox */
  -webkit-transform:rotate(90deg); /* Safari and Chrome */
}

/*sidebar*/

/*--------------- Contact Page ------- */
.wl-alpha-search {
    height: calc(1.73rem + 2px);
}

/*--------------- Project View ------- */
#wl-prjct-nav-tab {
    border: 0;
}
.wl-pjct-filter-nav .navbar-nav .nav-link{
    padding: .2rem 0.4rem 0rem;   
}
#wl-prjct-nav-tab .nav-link {
    border: 0;
    background-color: rgba(0, 123, 255, 0.67);
    border-radius: 2px;
    margin-right: 3px;
    color: #dbe9f9 !important;
    padding: 8px 10px;
    transition: all 0.3s ease;
}
#wl-prjct-nav-tab .nav-link:hover {
    color: #fff !important;   
}
#wl-prjct-nav-tab .nav-link.active {
    background: #fff;
    color: #212529 !important;
    font-weight: 600;    
}
.wl-prjct-view-crd {
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}
.wl-prjct-view-table {
    border-style: hidden;
    margin-bottom: 0;
    border-top: 1px solid #dee2e6;    
}
.wl-prjct-view-table tbody .form-control{
    font-size:13px ;
    padding: 7px 10px;
    border: 0;
}
.wl-prjct-view-table tbody select.form-control:not([size]):not([multiple]) {
    height: calc(1.7rem + 2px);
} 
.table-sm.wl-prjct-view-table td{
    padding: 0;
    vertical-align: middle;
    border: 1px solid #dee2e6    
}
.wl-prjct-emp-td {
    padding: 0 10px !important ;
}
.table-sm.wl-prjct-view-table th {
    padding: 0.7rem;
    border: 1px solid #dee2e6
}
.wl-prjct-view-table .custom-checkbox {
    padding-left: 10px;
}
.wl-prjctview-check {
    vertical-align: middle;
}
.wl-prjct-area-xpand {
    background: #fff;
    border: 1px solid #d6d6d6;
    width: 20px;
    height: 20px;
    padding: 0px 4px 3px 4px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.2s ease;
    margin-left: 5px;
    margin-top: 2px;
} 
.wl-prjct-area-xpand:hover {
    background: #007bff;   
}
.wl-prjct-area-xpand .fa {
  color: #007bff;  
}
.wl-prjct-area-xpand:hover .fa {
 color: #fff;   
}
.wl_btn_delete,.wl-prjct-btn-add {
    font-size: 13px;
    line-height: 1em;
    padding: 2px 6px;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: auto;
    margin-right: auto;
    display: block;    
}
.wl-prjct-module-heading {
    text-transform: uppercase;
    font-size: 12px;
    color: #4d4d4d;
    opacity: 0.75;
    letter-spacing: 0.2px;
    font-weight: 600;
}
.wl-prjct-add-btn-row td{
    border: 0 !important;
}
.wl-prjct-desc-notempty input{
    background-color: #fff4da;
}
.wl-prjct-view-table td input:focus {
    outline: 2px solid #50a3fd !important;
}
.wl-prjct-view-table td select.form-control {
     padding: 5px 10px;
}
.wll-form-cbv {
    border: 0.5px solid darkgray;
    padding: 15px;
    background-color: #fffefe;
}
.wl-project-option1{
    background-color:#d3fbd4;
    color:#fff;
}
.wl-project-option2{
    background-color:#d6f2ff ;
    color:#fff;
}
.wl-project-option3{
    background-color:#ffdddb;
    color:#fff;
}
.wl-project-option4{
    background-color:#ECE1FE ;
    color:#fff;
}
.wl-project-option5{
    background-color:#eaf391 ;
    color:#fff;
}
.wlr-progress-bar{
    background-color:#eaf391;
    color:#111;
}
.wlr_input_group_addon{ 
    border-right: 0;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.wl-prjct-view-crd .edit_module_btn, .wl-prjct-view-crd .delete_module_btn {
    font-size: 13px;
    line-height: 1em;
    padding: 2px 6px;   
}
.wl-prjct-card-header-check {
    float:left;
    padding-left: 0;
    padding-right: 5px;
}
.wl-prjct-scrollable-th{
    overflow: auto;
    width: 230px;
    height: 24px;
    margin: 0px;
    padding: 0px;
    
    display: block;
    resize: horizontal;
}

/*----------- Quiz Master ------------*/

.wl-quiz-time-section {
    background-color: #DB3908;
    padding: 5px 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px;
}

/*------------ Dashboard --------------*/
.wl-referral-code{
    border: 2px dashed #fff;
    padding: .3rem 2.14rem 0.4rem;
    font-size: 24px !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    color: #fff;
    background:#0B71B1 ;
}
.wl-btn-social {
    border: 1px solid #00c292 !important;
    transition: all 0.3s ease;
}
.wl-btn-fb:hover {
    background-color: #3b5998!important;
    box-shadow: 0px 3px 10px rgba(0,0,0,.25)!important;
    color: #fff!important;
    border: 1px solid #3b5998 !important;
}
.wl-btn-tw:hover {
    background-color: #55acee!important;
    box-shadow: 0px 3px 10px rgba(0,0,0,.25)!important;
    color: #fff!important;
    border: 1px solid #55acee !important;
}
.wl-btn-gplus:hover {
    background-color: #dd4b39!important;
    box-shadow: 0px 3px 10px rgba(0,0,0,.25)!important;
    color: #fff!important;
    border: 1px solid #dd4b39 !important;
}
.wl-btn-wa:hover {
    background: #40C351;
    box-shadow: 0px 3px 10px rgba(0,0,0,.25)!important;
    color: #fff!important;
    border: 1px solid #40C351 !important;
}
.wl-btn-li:hover {
    background-color: #0082ca!important;
    box-shadow: 0px 3px 10px rgba(0,0,0,.25)!important;
    color: #fff!important;
    border: 1px solid #0082ca !important;
}
.wl-btn-ins:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%)!important;
    color: #fff!important;
    border-width: 1px;
}
.wl-btn-quiz-start:hover {
    text-decoration:  none;
}
/*----------------Timer -------------------*/
.wl-timer-count {
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.12);
    border-radius: 2px;
}
h4.timer.bg-primary.text-white.wl-timer-count.p-2:before {
    content: "\f017";
    font-family: Fontawesome;
    padding-right: 10px;
}

/*---------- Quiz Questions -------------*/
.wl-question-heading {
    font-size: 16px;
    font-weight: 600;
}
/*----------------- Responsive CSS ------------*/
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  
@media (max-width: 767px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  .navbar-collapse {
    max-height: 500px;
}
}

@media print {
  tr.led-month-total td {
    border-top: 1px dashed #000 !important;
       border-bottom: 1px dashed #000 !important;
}   
}

.main_container {
    min-height: 92.8vh;
    padding-top: 90px;
    padding-bottom: 30px;
}
.alert {
    border-radius: 10px;
}

.dropdown-menu a.nav-link {
    font-size: 14px;
    font-weight: 400;
    padding: 7px 12px !important;
    border-radius: 6px;
    text-decoration: none;
}
.dropdown-menu a.nav-link:hover{
    border: 0px !important;
    text-decoration: none;
}
.wlcmcard {
    display: flex;
    text-align: left !important;
    text-wrap: wrap !important;
}

.page-title .title_left h3 {
    margin: 4px 0;
    font-size: 20px;
    font-weight: 600;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    color: #495057;
    background-color: #f8f9fa;
    border-color: #eff2f7;
    font-size: 13px;
    font-weight: 600 !important;
    white-space: nowrap;
    border: 0px !important;
}
div.dataTables_scrollHead table.table-bordered {
    border: 0px;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #fff;
}
table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #fff !important;
}
table.dataTable.stripe tbody tr.even td, table.dataTable.display tbody tr.even td{
    background-color: #fafafa !important;
}
table td{
    border:0px !important;
}
table.dataTable {
    border: 0px !important;
}
div.dataTables_wrapper div.dataTables_filter input {
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    border-radius: 6px;
    padding: 4px 8px;
}
div.dataTables_wrapper div.dataTables_length select {
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    padding: 4px 8px;
    border-radius: 6px;
}

tfoot input {
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    font-size: 15px;
    border-radius: 6px;
    font-size: 12px;
    padding: 4px 8px;
}
table.dataTable tfoot th, table.dataTable tfoot td {
    border: 0px !important;
}
.dataTables_scrollBody::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 6px;
  }
  
  /* Track */
.dataTables_scrollBody::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 6px;
  }
   
  /* Handle */
.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background: #c3c2c2; 
    border-radius: 6px;
  }
  .card-title {
    margin-bottom: .75rem;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--dark-color);
}
.btn-primary {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    border-radius: 8px;
    color: #fff;
    box-shadow: none;
    font-size: 14px;
    padding: 8px 20px; 
}
a.wl-category-list {
    border: 0px;
    color: #222 !important;
}
a.wl-category-list:hover {
    background-color: var(--primary-color);
    color: #fff !important;
}
.exam-nstructions li {
    margin-bottom: 8px;
    line-height: 1.7;
}
.form-control {
    color: #333;
    border-radius: 8px !important;
    padding: 6px 12px !important;
    font-size: 14px;
    border-color: #ddd;
}