
/**/

.home_project #map {
    border-top: 3px solid #fff;
    border-bottom: 5px solid #0f172a;
}
/*
.home_project .container ul.nav-pills {background: none; margin-top: -1rem;}
.home_project .container ul.nav-pills .nav-item button {
    margin-bottom: 0;
    border-radius: 0 0 10px 10px;
    border: 1px solid #333;
    border-top: 0;
    font-size: 14px;
    padding: 8px 35px;
} */
.container h2 {
    font-size: 25px;
    text-align: center;
    margin: 20px 0 !important;
}
.container .hr-fancy {
    height: 2px;
    width: 8%;
    margin-left: 46% !important;
    background: #333;
    margin: auto;
    margin-bottom: 30px;
}

.card-body .location {
    font-size: 13px;
    margin-top: -5px;
    margin-bottom: 15px;
    color: #333;
}
.card-body .note p {  font-size: 13px;}


ul.pagination {
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: #333;
    --bs-pagination-bg: #fff;
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #333;
    color: #fff;
}
.landing .footer {
    padding: 2rem !important;
    background: #333;
    margin-top: 2rem;
}
.landing .footer .copyright {
    color: #fff !important;
}
.project_info .card {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
}
.project_info .panel-default .panel-heading {
    background: none;
    border: 0;
}
.project_info .action-btn {
    position: fixed;
    right: -8px;
    top: 7vw;
    border: 4px solid #fff;
    box-shadow: -4px 6px 9px #6868688f;
}
.project_info a.catalog-down {
    background: #3ac29a;
    display: block;
    text-align: center;
    padding: 1rem;
    color: #fff;
}
/**/ 


.admin_package_orders .user-badge {
    width: 100%;
    height: 35px;
    line-height: 25px;
    font-size: 14px;
}
.dataTables_wrapper {
      font-size: 13px!important;
    }
.dataTables_wrapper  .table{
		width:100%!important;
	}
.page-item .page-link, .page-item span {
    padding: 10px!important;
    width: unset!important;
}


    .body-loading {
      height: 100vh;
      overflow: hidden;
    }
    #loader-wrapper {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #56535394;
      z-index: 999999;
    }
    #loader {
        display: block;
        position: relative;
        left: 50%;
        top: 50%;
        width: 150px;
        height: 150px;
        margin: -75px 0 0 -75px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #3498db;

        -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
	
	
	/*
	#transactions-table td:nth-child(4) , #transactions-table td:nth-child(5) ,
#mizan-table td:nth-child(3) , #mizan-table td:nth-child(4) , #mizan-table td:nth-child(5) ,
#receipt-details-table td:nth-child(7) {text-align: right;}*/



#mizan-table_wrapper td {padding: 0;}
#mizan-table_wrapper td:nth-child(1) {padding: 15px;}
#mizan-table_wrapper td span.row-split {
    display: block;
    padding: 10px 15px;
}
#mizan-table_wrapper td span.row-split:nth-child(1) {border-top: none;}
#mizan-table_wrapper td span.row-split {border-top: 1px solid #dddddd;}
#receipt-details-table td:nth-child(4) , #receipt-details-table td:nth-child(5) , #receipt-details-table td:nth-child(7) {padding: 0;}
#receipt-details-table td span.row-split:nth-child(2) {border-top: 1px solid #dddddd}
#receipt-details-table td:nth-child(4) span.row-split , #receipt-details-table td:nth-child(5) span.row-split , #receipt-details-table td:nth-child(7) span.row-split {
    display: block;
    padding: 10px 15px;
}
.total-case-balance {
    padding: 1rem;
    text-align: center;
    background: #f3f3f3;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.infoblocks{
    display: flex;
    justify-content: space-around;
}
.infoblocks .parts span {
    display: block;
    line-height: 24px;
    padding: 6px;
}
.infoblocks .parts .head {
    background: #1377bd;
    color: white;
    font-weight: 600;
    padding: 6px 6px;
}
.infoblocks .parts {
    width: 19%;
    margin: 10px 0%;
    border: 4px solid #ebebeb;
    background: whitesmoke;
}
.staff-balance {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4px 20px!important;
    margin: 0 10px;
    font-size: 13px;
    background-color: #33333312;
    border-radius: 10px;
    user-select: none;
}
.staff-balance .value {
    font-weight: 600;
    font-size: 13px;
}


.project_action_accepting .result-area .form-group{
	display:flex;
	justify-content:space-between;
}
.project_action_accepting .result-area .form-group .inputs{
	
}
.project_action_accepting .result-area .form-group .inputs .input-item {
    display: inline-block;
}