body, div,.scroll-sidebar,.left-sidebar{transition: 0.3s;font-size: 14px;}
.rounded-10{border-radius:10px !important}
.rounded-5{border-radius:5px !important}

.f-bold{font-family:"ProximaNova-Bold", sans-serif;}
.f-semi-bold{font-family:"ProximaNova-Semibold", sans-serif;}
.f-regular{font-family:"ProximaNova-Regular", sans-serif;}
.f-light{font-family:"ProximaNovaT-Thin", sans-serif;}
.text-grey{color: #b3b3b3}
.text-regular{color:#3F424F}
.text-hover-primary:hover{color:#009245 !important}

.bg-light-primary{background-color:#edf9c3;border-color: #f0e8ff;}
.pink-tape{background-color:#edf9c3;padding: 12px 18px}
.cursor-pointer{cursor: pointer}

.topbar .top-navbar .sidebartoggler {line-height: normal !important;height: auto !important;}
#navbarSupportedContent{background: #009245;}
.subtopbar{z-index: 15;}
.subtopbar .navbar{padding: 0 18px}
.page-title{font-size: 20px;font-family:"ProximaNova-Regular", sans-serif;margin-left: 15px;}
#sidebarnav .sidebar-item .user-type {display: block}
#sidebarnav .menu-user-type .sidebar-link{line-height: 20px;border: 0;cursor: default;font-size: 16px;padding: 0 16px;height: 40px}

#sidebarnav .menu-user-type .sidebar-link:hover{background: transparent}
.notification-dd .nav-link{width:43px;}
.header-notification-wrap .header-notification-badge{font-style: initial;padding: 4px 5px;height: 20px;width: 21px;position: absolute;top: 12px;left: 11px;}
.my-account-dd .nav-link:hover{color: #009245 !important}

.sidebar-nav ul .sidebar-item .sidebar-link{font-size:18px;color: #3F424F;padding: 23px 18px;border-left: 5px solid transparent;height: 71px;}
.sidebar-nav ul .sidebar-item .sidebar-link:hover{border-color:#009245}
.sidebar-nav ul .sidebar-item .sidebar-link .sidebar-meni-icon{-webkit-filter: grayscale(100%);filter: grayscale(100%);}
.sidebar-nav ul .sidebar-item .sidebar-link:hover .sidebar-meni-icon{-webkit-filter: grayscale(0%);filter: grayscale(0%);}
.sidebar-item .sidebar-sub-nav .sidebar-item .sidebar-link{font-size: 16px;margin-left: 52px;color: #3F424F;border: 0;height: auto;}
.sidebar-item .sidebar-sub-nav .sidebar-item {border: 0}
.sidebar-item .sidebar-sub-nav .sidebar-item .sidebar-link:hover,.sidebar-item .sidebar-sub-nav .sidebar-item .sidebar-link.active{background: transparent;}
.sidebar-nav ul .sidebar-item {border-bottom: 1px solid #ddd;}
.sidebar-nav ul .sidebar-item .sidebar-link.active .sidebar-meni-icon{-webkit-filter: grayscale(0%);filter: grayscale(0%);}
.page-wrapper .card{border: 1px solid #e8e8e8}
/*custom radio*/
.custom-control.custom-radio label {margin-left: 8px;}

/*Switch button*/
.switch {
  font-size: 1rem;
  position: relative;
}
.switch input {
  position: absolute;
  height: 1px;
  width: 1px;
  background: none;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
}
.switch input + label {
  position: relative;
  min-width: calc(calc(2.375rem * .8) * 2);
  border-radius: calc(2.375rem * .8);
  height: calc(2.375rem * .8);
  line-height: calc(2.375rem * .8);
  display: inline-block;
  cursor: pointer;
  outline: none;
  user-select: none;
  vertical-align: middle;
  text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
}
.switch input + label::before,
.switch input + label::after {
  content: '';
  position: absolute;
  top: 0;
  left: -3px;
  width: calc(calc(2.375rem * .8) * 2);
  bottom: 0;
  display: block;
}
.switch input + label::before {
  right: 0;
  background-color: #dee2e6;
  border-radius: calc(2.375rem * .8);
  transition: 0.2s all;
}
.switch input + label::after {
  top: -10px;
  left: -3px;
  width: calc(calc(2.375rem * .8) - calc(2px * 2));
  height: calc(calc(2.375rem * .8) - calc(2px * 2));
  border-radius: 50%;
  background-color: white;
  transition: 0.2s all;
    box-shadow: 0px 1px 2px #0000004d;
}
.switch input:checked + label::before {
  background-color: #f0e8ff;
}
.switch input:checked + label::after {
  margin-left: calc(2.375rem * .8);
}

.switch input:disabled + label {
  color: #868e96;
  cursor: not-allowed;
}
.switch input:disabled + label::before {
  background-color: #e9ecef;
}
.switch.switch-sm {
  font-size: 0.875rem;
}
.switch.switch-sm input + label {
  min-width: calc(calc(1.9375rem * .8) * 2);
  height: 13px;
  line-height: calc(1.9375rem * .8);
  text-indent: calc(calc(calc(1.9375rem * .8) * 2) + .5rem);
}
.switch.switch-sm input + label::before {
  width: calc(calc(1.9375rem * .8) * 2);
}
.switch.switch-sm input + label::after {
  width: 30px;
  height: 30px;
}
.switch.switch-sm input:checked + label::after {
  margin-left: calc(1.9375rem * .8);
    background-color: #009245;
}
/*customn select*/
.date-range-picker {height: 42px;border: 1px solid #ddd;border-radius: 5px;}
.date-range-picker .input-group-text{background: #fff;padding: 4px 12px;font-size: 20px;border: 0;border-radius: 5px}

.custom-select-dd .dropdown-toggle{
background-image: url("../../images/down-arrow.svg") !important;
background-position: right !important;
background-size: 13px !important;
background-repeat: no-repeat !important;
background-position-x: 94% !important;
padding-right: 35px;
}

.dd-transparent .dropdown-toggle{border: 0 !important;background-color: transparent !important;}

.custom-select-dd .filter-option-inner-inner{line-height: 29px;}
.custom-select-dd .bootstrap-select{width:100% !important}
.custom-select-dd .dropdown-toggle{border: 1px solid #CCCCCC;background: #fff;font-size: 16px;color: #3F424F;border-radius: 3px;height: 42px;}
.custom-select-dd .show > .btn-light.dropdown-toggle{background: #fff;}
.custom-select-dd .btn-light.dropdown-toggle:focus{box-shadow: none;outline: none !important;}

.custom-select-dd.selectbox-xs button{padding: 3px 11px;height: 32px;background-position-x: 88% !important;background-size: 10px !important;}
.custom-select-dd.selectbox-xs button .filter-option-inner-inner{font-size: 15px;line-height: 25px;}
.custom-select-dd.selectbox-xs .dropdown-menu .dropdown-item{padding: 6px 13px;}

.breadcrumb li a{color: #eadeff;font-size: 14px}
.breadcrumb li a:hover{color: #ffab00;}
.breadcrumb .breadcrumb-item.active{color:#edf9c3;font-size: 14px}

.select-with-icon{background: #fff;padding: 3px 9px;}
.select-with-icon .dropdown-toggle{background: #fff !important;border: 0}
.select-with-icon .dropdown-toggle:focus{outline: none !important;box-shadow: none;background: #fff;}
/*form style*/
.form-style .form-control{height:40px;border: 1px solid #CCCCCC;border-radius: 3px;font-family:"ProximaNova-Regular", sans-serif;font-size: 16px;}
.form-style label{color: #A3A4AB;font-size: 16px;font-weight: normal;font-family:"ProximaNova-Regular", sans-serif;}
.form-style .form-control::placeholder {font-size: 16px;color: #CCCCCC !important;font-family:"ProximaNova-Regular", sans-serif;}
/*pagination*/
.page-bottom-pagination .pagination .page-item{margin: 0 3px}
.page-bottom-pagination .pagination .page-item .page-link{border-radius: 3px;padding: 7px 13px;font-size: 13px;color: #3F424F;}
.page-bottom-pagination .pagination .page-item .page-link:hover,.page-bottom-pagination .pagination .page-item .page-link.active{color: #fff;background: #009245}

/*table style 1*/
.table-style-1 .clickable-row:hover{cursor: pointer;background: #f3f4fb !important}
.table-responsive {display: inline-table}
table.table-style-1 {margin-top: 20px}
.table-style-1 thead {background:#ecedf3;border: 1px solid #ddd}
.table-style-1 thead th{color: #3F424F;font-size: 16px;border: 0;font-family: "ProximaNova-Semibold", sans-serif}
.table-style-1 tbody td{color: #3F424F;font-size: 16px;}
.table-style-1.table-striped tbody tr:nth-of-type(odd){border: 1px solid #ddd;background: #fff;}
.table-style-1.table-striped tbody tr:nth-of-type(even){border: 1px solid #ddd;}
.table-style-1 .form-control{height: 30px;font-size: 15px}
/*Tab style 2*/
.tab-style-2 .nav .nav-item .nav-link{background: #fff ;border: 1px solid #009245;color: #3F424F;border-radius: 4px;padding: 10px 20px;min-width: 260px;}
.tab-style-2 .nav .nav-item .nav-link.active{background:#F0E8FF;color: #009245}

.settings-inner-tab .nav-tabs .nav-link{width: auto !important;margin: 0 25px !important;}
/*Login*/


/*sale summary*/
.report-tab .nav-tabs .tab-sub{font-size: 18px;}
.report-tab .nav-tabs .count{font-size: 30px;}
.report-tab .nav-tabs .count-avg{font-size: 16px;}
.report-tab .nav-tabs {display: flex;flex-wrap: initial;}
.report-tab .nav-tabs .nav-link{border-bottom: 3px solid transparent;margin-bottom: 0;color: #3F424F;padding-bottom: 15px;text-align: center;width: 100%;margin: 0 35px;}
.report-tab .nav-tabs .nav-item.show .nav-link,.report-tab .nav-tabs .nav-link.active,.report-tab .nav-tabs .nav-link:hover{ border-bottom-color: #009245;}
/*Items*/
.color-thumb-wrap .color-list .color-thumb {height: 55px;width: 55px;border-radius: 50px;display: inline-block;margin-right: 10px;margin-bottom: 12px;}
.color-thumb-wrap .color-list .color-gray{background-color: #e0e0e0}
.color-thumb-wrap .color-list .color-orange{background-color: #f44336}
.color-thumb-wrap .color-list .color-orange{background-color: #f44336}
.color-thumb-wrap .color-list .color-pink{background-color: #e91d63}
.color-thumb-wrap .color-list .color-yellow{background-color: #ff9800}
.color-thumb-wrap .color-list .color-parrat-green{background-color: #cddc39}
.color-thumb-wrap .color-list .color-green{background-color: #4caf4f}
.color-thumb-wrap .color-list .color-blue{background-color: #2196F3}
.color-thumb-wrap .color-list .color-voilet{background-color: #9C27B0}
.shape-thumb-wrap .shape-list .shape-thumb{display: inline-block;margin-right: 10px;margin-bottom: 12px;}
.modal-body .color-thumb-wrap .color-list .color-thumb{height: 40px;width: 40px}
.color-thumb-wrap .color-list .color-thumb.active{
background-image: url("../../images/check-white.svg");
background-size: 20px;
background-position: center;
background-repeat: no-repeat
}
.shape-thumb-wrap .shape-list .shape-thumb.active{
background-image: url("../../images/check-gray.svg");
background-size: 20px;
background-position: center;
background-repeat: no-repeat	
}
.upload-img-merge-btn .btn.upload-img{
	position: absolute;
    left: 0;
    bottom: -3px;
    right: 0;
    width: 190px;
    opacity: 0;
    cursor: pointer;}
/*import file page*/
.inputDnD .form-control-file {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 10em;
  outline: none;
  visibility: hidden;
  cursor: pointer;
  background-color: #c61c23;
  box-shadow: 0 0 5px solid currentColor;
}
.inputDnD .form-control-file:before {
  content: attr(data-title);
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 100%;
  line-height: 2em;
  padding: 56px 20px;
  opacity: 1;
  visibility: visible;
  text-align: center;
  border: 0.25em dashed currentColor;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}
.inputDnD .form-control-file:hover:before {
  border-style: solid;
  box-shadow: inset 0px 0px 0px 0.25em currentColor;
}


/* ----- Phone ------- */
@media (max-width: 767px){
.w-xs-100{width:100% !important}
.page-wrapper > .container-fluid{padding: 20px 15px;}
.regis-wrap{height: auto;}
.topbar .top-navbar .navbar-header .main-header-logo{width: 150px}
.header-notification-wrap{display: flex;flex-basis: auto;}
.header-uer-pic{width: 30px}
#navbarSupportedContent{flex-basis: auto;}
.mobile-sidebar-btn i{font-size: 25px;vertical-align: middle;}
.header-notification-wrap .header-notification-badge{left: 20px;}
.tab-style-2 .nav .nav-item .nav-link{padding: 5px 7px;min-width: 0;}
.tab-style-2 .nav .nav-item .nav-link .label-1{font-size: 17px}
.tab-style-2 .nav .nav-item .nav-link .label-2{font-size: 13px}
.report-tab .nav-tabs .nav-link{margin: 0 13px;padding: 8px 0px;min-width: 95px;}
.report-tab .nav-tabs .count {font-size: 24px;}
.report-tab .nav-tabs .tab-sub {font-size: 16px;}
/*responvie table*/
.table-style-1 thead th{min-width: 149px;padding: 7px 12px;}
.w-xs-25{min-width: 25% !important;}
.table-style-1 tbody td{padding: 10px 12px;}
.table-responsive {display: block}
.table.mobile-responsive thead {display: none;}
.table.mobile-responsive tr td {
display: block;
text-align: right;
font-size: 16px;
padding: 10px 10px;
}
.table.mobile-responsive tr td:first-child{border-top: 0}
.table.mobile-responsive tr td .checkbox-style1{height: 25px}	
.table.mobile-responsive tr td:before {content: attr(data-label);float: left;font-size: 16px;font-family:"ProximaNova-Semibold", sans-serif;color: #000;}
.table.mobile-responsive tr {
border: 1px solid #ddd;padding: 5px;
margin-bottom: 15px;
display: block;
}
.report-tab .nav-tabs{border-bottom: 0}
.report-tab nav{overflow: scroll;border-bottom: 2px solid #ddd;}
.receipts-tab-nav .media img{width: 30px}
.receipts-tab-nav .media .count{font-size: 25px}
.receipts-tab-nav .media .count{font-size: 25px}
.receipts-tab-nav .media.nav-item{width: auto;margin: 0 9px;padding: 0 12px;}
}

/* ----- ipad ------- */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
.settings-inner-tab .nav-tabs .nav-link {margin: 0 12px !important;}
.report-tab .nav-tabs .nav-link{margin: 0 15px;}
.table-responsive {display: block;}
.table-style-1 thead th,.table-style-1 tbody td{padding: 9px 12px;}
}

 .switch1 {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch1 input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider2 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider2:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider2 {
  background-color: #009245;
}

input:focus + .slider2 {
  box-shadow: 0 0 1px #009245;
}

input:checked + .slider2:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider2.round3 {
  border-radius: 34px;
}

.slider2.round3:before {
  border-radius: 50%;
}
	.error {
			color: #F00;
			background-color: #FFF;
		}
.w3-modal{
  z-index:999;
  display:none;
  padding-top:100px;
  position:fixed;
  left:0;top:0;
  width:100%;
  height:100%;
  overflow:auto;
  background-color:rgb(0,0,0);
  background-color:rgba(0,0,0,0.4)
  }

  .w3-modal-content{
    margin:auto;
    background-color:#fff;
    position:relative;
    width:80%;
    height:80%;
    padding:0;
    outline:0;}

  w3-button{
    border:none;
    display:inline-block;
    padding:8px 16px;
    vertical-align:middle;
    overflow:hidden;
    text-decoration:none;
    color:inherit;background-color:inherit;
    text-align:center;
    cursor:pointer;
    white-space:nowrap
    }
  .w3-display-topright{
    position:absolute;
    right:-6px;top:-1%;
    }

  .place{
    color:red;
    font-size:30px;
     cursor:pointer;
    }