.margin-left-addr{
    margin-left: 4.5rem !important;
}

.loading {
	z-index: 20;
	position: absolute;
	top: 0;
	left:-5px;
	width: 100%;
	height: 100%;
    background-color: rgba(0,0,0,0.4);
}

.loading-content {
	position: absolute;
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 50px;
	height: 50px;
	top: 50%;
	left:53%;
	animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.m-r-110{
    margin-right:110px !important;
}

body{
    font-size: 1.0rem !important;
    font-weight: 300 !important;
    line-height: 1.0 !important;
    text-align: left !important;

}

.main-sidebar{
    width: 200px;
    background-color: #2A3F54;
}

.content-wrapper{
    margin-left: 200px !important;
    background-color: #F7F7F7;
}

table tr td {
    height: 10px !important;
}

.main-header{
    margin-left: 200px !important;
    background-color: #EDEDED;

}

.content-header {
    padding: 5px .5rem;
}

.sidebar-mini .main-sidebar .nav-link, .sidebar-mini-md .main-sidebar .nav-link, .sidebar-mini-xs .main-sidebar .nav-link{
    width: calc(200px - .5rem * 2);
    transition: width ease-in-out .3s;
}
.card-text{
    margin:5px !important;
    font-weight:500 !important;
}
.text-css{
    font-weight:500 !important;
}

.sales-collected-header{
    font-size :15px !important;
    font-weight:500 !important;
    color: #808080 !important;
}

.no-report-found{
    font-size :15px !important;
    font-weight:500 !important;
}

.sales-collected-amount{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    margin-right: 150px;
}

.filling-frequency{
    margin-bottom:-12px !important;
    margin-top:5px !important;
}

#org-report .card-header{
    font-weight:500 !important;
    border-bottom: none !important;
}
.sidebar a{
    color: #F2F5F7 !important;
}

.brand-link{
    color: #ECF0F1 !important;
}

.nav-header{
    font-weight: bold;
    text-shadow: 1px 1px #000;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: #fff !important;
    background-color: #007bff !important;
}

#f-scheduled-days::-webkit-inner-spin-button,
#f-scheduled-days::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.admin-reports .nav-link{
    border-color: #c0c0c1 #c0c0c1 #fff;
}

.proccess_bar .stepper-wrapper {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.proccess_bar  .stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;

    @media (max-width: 768px) {
      font-size: 12px;
    }
}
.proccess_bar .stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 17px;
    left: -50%;
    z-index: 2;
}
.proccess_bar .stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 17px;
    left: 50%;
    z-index: 2;
}
.proccess_bar .stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    background: #ccc;
    margin-bottom: 6px;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}
.proccess_bar .stepper-item.active {
    font-weight: bold;
}
.proccess_bar .stepper-item.completed .step-counter {
    background-color: #4bb543;
}
.proccess_bar .stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #4bb543;
    width: 100%;
    top: 17px;
    left: 50%;
    z-index: 3;
}
.proccess_bar .stepper-item:first-child::before {
    content: none;
}
.proccess_bar .stepper-item:last-child::after {
    content: none;
}

.modal.modal-fullscreen {
  padding: 1rem;
  text-align: center;
}
/* Prevent Bootstrap inline-block spacing bug */
.modal.modal-fullscreen::before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: -0.05em;
}
/* Modal dialog centered and responsive */
.modal.modal-fullscreen .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 80vw;
  max-width: 2000px;
  max-height: 100%;
}
/* Modal content scrollable and styled */
.modal.modal-fullscreen .modal-content {
    border-radius: 0.5rem;
}
