/* Dairy Management System
   Version: 1.1
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Poppins', sans-serif;
	background: #E0E5ED;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
    border-spacing: 0;
    white-space: nowrap;
}
*{
	outline: none;
}
a,a:hover{
	text-decoration: none !important;
	color: #003e71;
}

img{
	max-width: 100%;
}
h1{
	font-size: 36px;
	line-height: 44px;
}
h2{
	font-size: 30px;
	line-height: 40px;
}
h3{
	font-size: 26px;
	line-height: 35px;
}
h4{
	font-size: 22px;
	line-height: 30px;
}
h5{
	font-size: 18px;
	line-height: 26px;
}
h6{
	font-size: 16px;
	line-height: 26px;
}
p{
	font-size: 16px;
	line-height: 26px;
}
span.select2-selection.select2-selection--multiple {
    height: auto !important;
    background-color: white !important;
    border: 1px solid #aaa !important;
}
input[type=file]{
    padding:10px;
}
.required
{
    color: red;
    margin-left:10px;
}
.form-control1 {
    display: block;
    width: 100%;
    height: 38px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #aaa;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.flex_div{
	display: flex;
	display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    align-content: center;
    -webkit-align-content: center;
}
.flex_wrap{
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.form-control {
    height: 45px;
}
.ue{
   background: #003E71;
   color: #fff !important;
}

.input-group-text {
    width: 45px;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    background: #073e71;
}
.input_boxes > label{
	margin-bottom: 8px;
	font-size: 17px;
}
.input_boxes {
    margin-bottom: 20px;
}
.divider_title {
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0;
    padding: 20px 15px;
    border-top: 1px solid #ccc;
}
.three-btn {
    color: #fff !important;
    background: #063e71 !important;
}
.sidebar .navigations li.active_nav > a {
    background: #fff;
    color: #000;
}
.table + .dataTables_paginate {
    text-align: right !important;
    width: 100% !important;
}
.dataTable#milk_receipt_report_table div#milk_receipt_report_table_paginate{
    display: flex;
    align-items: center;
}
.dataTable#milk_receipt_report_table a#milk_receipt_report_table_previous + span {
    display: flex;
    align-items: center;
}
.timepicker {
    font-size: 16px !important;
}
.timepicker_wrap {
    background: #fffcfc;
    font-size: 16px !important;
}
.timepicker_wrap .prev{
    padding: 10px;
    background: url(../images/arrow-up-s-line.png) no-repeat !important;
    background-position: center !important;
}

.timepicker_wrap .next{
    padding: 10px;
    background: url(../images/arrow-down-s-line.png) no-repeat !important;
    background-position: center !important;
}

/*SIDEBAR START*/
.sidebar{
	background: #003E71;
	width: 300px;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	overflow-y: auto;
	transition: 0.3s;
	-webkit-transition: 0.3s;
    z-index: 99;
}
.sidebar{scrollbar-width:none;}
.sidebar .logo {
    text-align: center;
    border-bottom: 1px solid #0d273c;
    padding: 15px;
}
.sidebar .logo img {
    max-width: 100%;
    width: 29%;
}
.sidebar .navigations {
    margin: 20px 0;
}
.sidebar .navigations > ul > li > a {
    display: block;
    background: #045598;
    padding: 12px 10px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    border-radius: 5px;
}
.sidebar .navigations .dropdown_nav {
    margin: 10px 0 20px;
    padding-left: 15px;
    display: none;
}
.sidebar .navigations .dropdown_nav > ul > li > a {
    display: flex !important;
    display: -webkit-flex !important;
    align-items: center !important;
    color: #fff !important;
    text-transform: capitalize !important;
    position: relative !important;
    padding: 6px 0 !important;
    font-size: 15px !important;
}
/* .sidebar .navigations .dropdown_nav > ul > li > a::before{
	content: "-";
	margin-right: 8px;
} */
.sidebar .navigations .dropdown_nav>ul>li>a::before {
    content: "" !important;
    margin-right: 8px !important;
    width: 6px !important;
    height: 6px !important;
    background: white !important;
    display: flex !important;
    border-radius: 50px !important;
}
.sidebar .navigations > ul > li + li {
    margin-top: 10px;
}
.sidebar .navigations li.has_dropdown > a::after {
    position: absolute;
    content: "";
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.sidebar .navigations li.active_nav > a {
    background: #fff;
    color: #000;
}
.sidebar .navigations li.active_nav > a::after{
	border:none;
	border-left: 2px solid #000;
    border-top: 2px solid #000;
}
.sidebar .navigations li.active_nav .dropdown_nav{
    display: block !important;
}
.sidebar .navigations li .dropdown_nav li.active_drop a{
    color: #ffcc00 !important;
    font-size: 15px !important;
}
/*SIDEBAR END*/


/*HEADER START*/
.header {
    position: fixed;
    height: 70px;
    background: #fff;
    right: 0;
    left: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    z-index: 999;
    top: 0;
}
.search_field {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #003e71;
    display: none;
}
.search_field form {
    height: 100%;
}
.search_field .search_bar {
    display: flex;
    align-items: center;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    height: 100%;
    padding-left: 14px;
}
.search_field .search_bar input.btn {
    margin-left: 10px;
    font-size: 18px;
}
.search_field .search_bar .close_search {
    margin-left: 15px;
    color: #fff;
    font-size: 20px;
    padding: 20px;
    border-left: 1px solid #185c9a;
    height: 100%;
    display: flex;
    align-items: center;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    cursor: pointer;
}
.header .bars {
    width: 44px;
    background: #003e71;
    height: 44px;
    border-radius: 100px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    font-size: 22px;
    cursor: pointer;
}
/* .header .c-head .title {
    font-size: 22px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
} */
.header .c-head .title {
    font-size: 24px !important;
    text-align: center !important;
    text-transform: capitalize !important;
    font-weight: 500 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    padding: 10px !important;
    color: #003e71 !important;
    border-radius: 5px !important;
    max-width: 600px !important;
}
.c-head {
    display: flex !important;
    display: -webkit-flex !important;
    justify-content: center !important;
}
.header .r-head {
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.header .r-head .user {
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    cursor: pointer;
    margin-left: 10px;
}
.header .r-head .user span {
    width: 44px;
    margin-right: 8px;
}
.header .r-head .icon {
    font-size: 22px;
    position: relative;
    padding: 0 6px;
    cursor: pointer;
}
/*.header .r-head .count {
    width: 18px;
    height: 18px;
    background: #F13434;
    position: absolute;
    right: 0;
    top: -6px;
    border-radius: 100px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 18px;
}*/

.header .r-head .count {
    background: #F13434;
    position: absolute;
    left: 15px;
    top: -6px;
    border-radius: 100px;
    color: #fff;
    font-size: 9px;
    text-align: center;
    line-height: 17px;
    padding: 0 5px;
}

.header .r-head .user .dropdown-menu {
    left: initial !important;
    right: 15px;
    transform: initial !important;
    top: 55px !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
}
.header .r-head .user .dropdown-menu .dropdown-item {
    padding: 7px 12px;
}
.dropdown-item.active, .dropdown-item:active{
    background: #063e71;
}
.header .r-head .notify .notify_popup {
    position: absolute;
    right: 0;
    top: 46px;
    width: 300px;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 10px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.15);
    display: none;
    max-height: calc(100vh - 75px);
    overflow-y: auto;
}
.header .r-head .notify .notify_popup ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.header .r-head .notify .notify_popup li {
    padding: 6px;
    background: lightyellow;
    border: 1px solid transparent;
    border-bottom-color: #ddd;
    border-radius: 4px;
    transition: all linear 0.2s;
}
.header .r-head .notify .notify_popup li:hover {
    border-color: #ddd;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.header .r-head .notify .notify_popup li a {
    font-size: 13px;
    color: #333;
    padding: 6px;
    display: block;
    text-transform: capitalize;
    line-height: 1.4;
}
/*HEADER END*/


/*RIGHT SECTION START*/
/* .right_section {
    position: fixed;
    bottom: 0;
    left: 300px;
    top: 70px;
    right: 0;
    overflow-y: auto;
    transition: 0.3s;
    -webkit-transition: 0.3s;
} */
.right_section {
    padding-left: 300px;
    padding-top: 70px;
    left: unset !important;
    top: unset !important;
}
.breadcrumb_box {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #b0b7bf;
    margin-bottom: 20px;
    align-items: center;
    -webkit-align-items: center;
}
.breadcrumb{
    background-color: transparent;
    padding: 10px 0;
    margin: 0;
}
.right_section .single_box {
    margin-bottom: 30px;
}

.no-hand{
    pointer-events: none !important;
}

.right_section .single_box .inset {
    background: #383838;
    border-radius: 5px;
    text-align: center;
    padding: 20px 15px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
}
.right_section .single_box .inset span {
    font-size: 34px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
}
.right_section .single_box .inset p {
    font-size: 18px;
    color: #ffffff;
    margin-top: 5px;
    text-transform: capitalize;
}

.right_section .single_box:nth-child(1) .inset {
    background: #ad2831;
    border: 1px solid #ad2831;
}
.right_section .single_box:nth-child(2) .inset {
    background: #fca311;
    border: 1px solid #fca311;
}
.right_section .single_box:nth-child(3) .inset {
    background: #2dd881;
    border: 1px solid #2dd881;
}
.right_section .single_box:nth-child(4) .inset {
    background: #3d5263;
    border: 1px solid #3d5263;
}
.right_section .single_box:nth-child(5) .inset {
    background: #b7ce63;
    border: 1px solid #b7ce63;
}
.right_section .single_box:nth-child(6) .inset {
    background: #566877;
    border: 1px solid #566877;
}
.right_section .single_box:nth-child(7) .inset {
    background: #f0c808;
    border: 1px solid #f0c808;
}
.right_section .single_box:nth-child(8) .inset {
    background: #9eb3c2;
    border: 1px solid #9eb3c2;
}
.right_section .single_box:nth-child(9) .inset {
    background: #1c7293;
    border: 1px solid #1c7293;
}
.right_section .single_box:nth-child(10) .inset {
    background: #070d1f;
    border: 1px solid #070d1f;
}
.right_section .single_box:nth-child(11) .inset {
    background: #683c1a;
    border: 1px solid #683c1a;
}
.right_section .single_box:nth-child(12) .inset {
    background: #dc7504;
    border: 1px solid #dc7504;
}
.right_section .single_box:nth-child(13) .inset {
    background: #c3a063;
    border: 1px solid #c3a063;
}
.right_section .single_box:nth-child(14) .inset {
    background: #d15e04;
    border: 1px solid #d15e04;
}
.right_section .single_box:nth-child(15) .inset {
    background: #97968e;
    border: 1px solid #97968e;
}
.right_section .single_box:nth-child(16) .inset {
    background: #9ea9b1;
    border: 1px solid #9ea9b1;
}
.right_section .single_box:nth-child(17) .inset {
    background: #051018;
    border: 1px solid #051018;
}
.right_section .single_box:nth-child(18) .inset {
    background: #8f3a1e;
    border: 1px solid #8f3a1e;
}
.right_section .single_box:nth-child(19) .inset {
    background: #0d273c;
    border: 1px solid #0d273c;
}
.right_section .single_box:nth-child(20) .inset {
    background: #cfd4d8;
    border: 1px solid #cfd4d8;
}
.right_section .single_box:nth-child(21) .inset {
    background: #070d1f;
    border: 1px solid #070d1f;
}
.right_section .single_box:nth-child(22) .inset {
    background: #03080c;
    border: 1px solid #03080c;
}
.right_section .single_box:nth-child(23) .inset {
    background: #010406;
    border: 1px solid #010406;
}
.right_section .single_box:nth-child(24) .inset {
    background: #e7e9ec;
    border: 1px solid #e7e9ec;
}

/* .right_section .single_box:nth-child(1) .inset {background: #13AC46;}
.right_section .single_box:nth-child(2) .inset {background: #FF6C00;}
.right_section .single_box:nth-child(3) .inset {background: #FFAF00;}
.right_section .single_box:nth-child(4) .inset {background: #B400FF;}
.right_section .single_box:nth-child(5) .inset {background: #0079AF;}
.right_section .single_box:nth-child(6) .inset {background: #0268BC;}
.right_section .single_box:nth-child(7) .inset {background: #630000;}
.right_section .single_box:nth-child(8) .inset {background: #002061;} */


.table_box {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.table-responsive::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}
.table-responsive::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.table-responsive::-webkit-scrollbar-thumb {
  background-color: #ddd;
  outline: 1px solid slategrey;
}
.table thead th {
    background: #063e71;
    color: #fff;
    padding: 20px 14px;
    vertical-align: middle;
    text-transform: capitalize;
}
.table td {
    padding: 14px;
    border: none;
    vertical-align: middle;
}
.table tr + tr td{
    border-top: 1px solid #ccc;
}
.table tr:nth-child(even){
    background: #ecf6ff;
}
.table_part .table_top .row {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.table_part .table_top .tb-top-left {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.table_part .table_top .tb-top-center {
    text-align: center;
}
.table_part .table_top .tb-top-center h4{
    font-weight: 600;
}
.table_part .table_top .tb-top-right {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.table_part .table_top .tb-top-right .export_buttons {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.table_part .table_top {
    margin-bottom: 20px;
}
.table_part .table_top .tb-top-left .shifts {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    width: 100%;
    margin-right: 10px;
    max-width: 180px;
}
.table_part .table_top .tb-top-left .shifts .form-control{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.table_part .table_top .tb-top-left .shifts label {
    font-weight: 500;
    margin-right: 8px;
}
.table_part .table_top .tb-top-left .filter {
    height: 43px;
    background: #fff;
    width: 43px;
    border-radius: 3px;
    color: #000;
    font-size: 26px;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.table_part .table_top .tb-top-right .export_buttons .export {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    width: 45px;
    height: 45px;
    padding: 5px;
    margin-left: 8px;
    cursor: pointer;
}
.table_part .table_top .tb-top-right .view_detail a {
    display: block;
    background: #000000;
    font-size: 16px;
    padding: 14px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 4px;
    margin-left: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.table_part {
    margin: 30px 0;
}
.table_part .table_bottom {
    margin-top: 20px;
}
.table_part .table_bottom .row {
    align-items: center;
    -webkit-align-items: center;
}
.table_part .table_bottom .tb-bottom-left {
    font-size: 18px;
    font-weight: 500;
}
.table_part .table_bottom .show_page{
    text-align: center;
}
.table_part .table_bottom .show_page .select_per_page {
    width: 100%;
    margin: 0 auto;
    background: white;
    max-width: 170px;
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 0 8px;
}
.table_part .table_bottom .show_page .select_per_page select {
    width: 100px;
    height: 44px;
    border: none;
    margin-right: 5px;
}
.pagination {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}
.pagination .page-link {
    padding: 11px 12px;
}
.table_part .table_bottom .paginattion {
    display: flex;
    justify-content: flex-end;
    display: -webkit-flex;
    -webkit-justify-content: flex-end;
}
.pagination .page-link {
    padding: 11px 12px;
    color: #063e71;
}
.pagination .page-item.active a {
    background: #063e71;
    border-color: #063e71;
}
hr.tb-divider {
    margin: 50px 0;
    border-color: #b0b7bf;
}
.table_filter {
    background: #fff;
    padding: 15px 15px 0;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: none;
}
.table td .badge {
    padding: 6px;
    font-weight: 500;
    font-size: 14px;
}
.biling_period {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.biling_period label {
    font-weight: 500;
    text-transform: capitalize;
}
.biling_period .form-control {
    margin: 0 7px;
}
.table td .double_box {
    display: block;
    margin: 5px 0;
}
.double_divider_area {
    padding-top: 5px;
    padding-bottom: 20px;
    border-bottom: 1px solid #b0b7bf;
    margin-bottom: 20px;
}
.single_cta{
    text-align: right;
}
.double_divider_area .row{
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
/*RIGHT SECTION END*/


.sidebar.hide_sidebar {
    left: -100%;
}
.header.full_width,
.right_section.full_width {
    left: 0;
    padding-left: 0;
}


/*POPUP LISTS DETAIL*/
strong {
    font-weight: 600;
}
.modal-title {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.modal-header {
    background: #063e71;
}
.modal-header .close {
    opacity: 1;
    padding: 19px;
    text-shadow: none;
    color: #fff;
}
.modal-content {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.modal-body .table {
    margin-bottom: 0;
}
.table_part .table_top .tb-top-left .search_table {
    width: 100%;
    max-width: 250px;
}
/*POPUP LISTS DETAIL END*/

.indent_popup hr.popup_divide {
    display: block;
    width: 100%;
    border-color: #828282;
}
table tr td:last-child .btn {
    white-space: nowrap;
}

.date_time_popup {
    margin-top: -17px;
    background: #ccc;
    display: flex;
    margin-bottom: 25px;
}
.date_time_popup span {
    font-size: 17px;
    margin-right: 27px;
    padding: 13px 0px;
}
.date_time_popup span + span{
    margin-left: 10px;
}

.nav-tabs .nav-item.active{
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    color: #fff;
}
.nav-tabs .nav-item.active:active,
.nav-tabs .nav-item.active:focus{
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69,0.3) !important;
}
.v-actions{
    position: relative;
}
.v-actions .export_buttons{
    position: absolute;
    top: -9.5px;
    right: 6px;
}

/* View Detail Css Start */

.detail .main-detail {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding: 5px 0px;
}
.detail h4 {
    font-size: 18px !important;
}

/* View Detail Css End */
.dataTable#milk_receipt_report_table div#milk_receipt_report_table_paginate{
    display: flex;
    align-items: center;
}
.dataTable#milk_receipt_report_table a#milk_receipt_report_table_previous + span {
    display: flex;
    align-items: center;
}
table td.maxWidth {
    max-width: 200px;
    white-space: normal;
    text-align: left !important;
    text-align: justify !important;
    text-justify: inter-word;
}

/* ----------------------------------------------------------------------- */
:root{
    --primary: #003E71;
    --primary-dark: #063e71;
    --white: #fff;
    --black: #171826;
}
/* WCD-Dashboard Css Start */
.wcd-table{
    background: var(--primary-dark);
    color: var(--white);
    padding: 16px 14px;
    vertical-align: middle;
    text-transform: capitalize;
}
span.wcd-badge{
    background-color: var(--badge-bg);
    color: var(--badge-clr);
    border-radius: 4px;
    padding: 6px 8px;
}
/* WCD-Dashboard Css End */


/*global media query*/
@media all and (max-width: 1500px){
    .table_part .table_top .tb-top-center {
        order: -1;
        -webkit-order: -1;
        max-width: 100%;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .table_part .table_top .row{
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .table_part .table_top .tb-top-right,
    .table_part .table_top .tb-top-left{
        max-width: 50%;
        flex: 0 0 50%;
        -ms-flex: 0 0 50%;
    }
    .ctle_info .input_boxes {
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}



@media all and (max-width: 1199px){
	h1{
		font-size: 28px;
		line-height: 36px;
	}
	h2{
		font-size: 24px;
		line-height: 36px;
	}
	h3{
		font-size: 20px;
		line-height: 30px;
	}
	h4{
		font-size: 18px;
		line-height: 26px;
	}
	h5{
		font-size: 16px;
		line-height: 26px;
	}
	h6{
		font-size: 16px;
		line-height: 26px;
	}
	p{
		font-size: 16px;
		line-height: 26px;
	}
    .sidebar {
        left: -100%;
    }
    .header,.right_section{
        left: 0;
    }
    .sidebar{
        z-index: 999;
        top: 70px;
    }
    .sidebar.hide_sidebar {
        left: 0;
    }
    .table_part .table_bottom .row{
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .table_part .table_bottom .show_page .select_per_page{
        margin: 0;
    }
}



@media all and (max-width: 1024px){
    .right_section .single_box{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 15px;
    }
    .modal-body.members td strong {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .biling_period .form-control{
        max-width: 150px;
    }
    .double_divider_area .biling_period {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .double_divider_area .single_cta{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 15px;
        text-align: left;
        justify-content: center;
        text-align: center;
        -webkit-justify-content: center;
    }
    .double_divider_area .biling_period .form-control {
        max-width: 200px;
    }
    .breadcrumb_box{
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .breadcrumb_box .blank_space {
        width: 100%;
        text-align: center;
    }
    .breadcrumb_box .add_button{
        width: 100%;
        text-align: center;
    }

    .header .r-head .count {
        font-size: 8px;
    }

}


@media all and (max-width: 749px){
    .header .r-head .notify .notify_popup {
        width: 220px;
    }
    .header .c-head {
        position: fixed;
        top: 0;
        left: 0;
        max-width: 100%;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        right: 0;
        background: #e0e6ed;
        padding: 8px;
    }
    .header .c-head .title{
        font-size: 14px;
    }
    .header .l-head, .header .r-head {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .header {
        top: 52px;
    }
    .header .c-head .title {
        font-size: 18px !important;
    }
    .right_section,
    .sidebar {
        top: 104px;
    }
    .right_section .single_box{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .breadcrumb_box,
    .breadcrumb {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .breadcrumb_box nav {
        width: 100%;
        margin-bottom: 10px;
    }
    .table_part .table_top .tb-top-center h4{
        text-align: center;
        font-size: 20px
    }
    .table_part .table_top .tb-top-left,
    .table_part .table_top .tb-top-right{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        justify-content: center;
        -webkit-justify-content: center;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin: 10px 0;
    }
    .table_part .table_top .tb-top-left{
        order: 1;
        -webkit-order: 1;
    }
    .table_part .table_top .tb-top-right .export_buttons{
        width: 100%;
        justify-content: center;
        -webkit-justify-content: center;
        margin-top: 15px;
    }
    .table_part .table_top .tb-top-right .view_detail a{
        margin: 20px 0 0 0;
    }
    .table_part .table_bottom .paginattion, .table_part .table_bottom .show_page {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .table_part .table_bottom .show_page .select_per_page{
        margin: 0 auto 18px;
    }
    .table_part .table_bottom .tb-bottom-left {
        text-align: center;
        margin-bottom: 20px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .biling_period{
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .biling_period .form-control{
        max-width: 250px;
        margin: 10px 0;
    }
    .biling_period label {
        width: 100%;
        display: block;
        text-align: center;
    }
}

@media all and (max-width: 600px){
    .breadcrumb_box .blank_space{
        margin-bottom: 10px;
        width: 100%;
        display: block;
    }
    .breadcrumb_box .add_button a.btn {
        display: block;
        margin: 10px 0 !important;
        text-align: center !important;
    }
}


@media all and (max-width: 480px){
    .ctle_info .input_boxes {
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}


@media all and (max-width: 360px){
    .sidebar{
        width: 100%;
    }
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    color: #B94A48;

    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}

/* // CSS to hide days / */
.hide-days .ui-datepicker-calendar {
    display: none;
}

.v-sidebar-searchcon{
    position: relative;
    width: 100%;
}
.v-sidebar-searchcon::after{
    content: '\f002';
    font-family: 'fontawesome';
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    /* opacity: 0.8; */
}
.v-sidebar-searchcon .v-sidebar-search{
    background-color: #04559880;
    border: 1px solid #0056a5;
    border-radius: 5px;
    padding: 10px 10px 10px 35px;
    color: #fff;
    width: 100%;
}
.v-sidebar-searchcon .v-sidebar-search::placeholder{
    color: #ffffffd2;
}

.v-manual-download .btn.v-btn-download {
    color: #003e71 !important;
    border: 1px solid #003e71;
}
.v-manual-download .btn.v-btn-download:hover {
    color: #fff !important;
    background-color: #003e71 !important;
}