.influ {
    display: flex;
}
.admin.influ {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 55px;
}
.influ .content {
    width: 100%;
    padding: 20px;
}
.influ .container {
	width: 100%;
	max-width: 100%;
	paddint-top: 30px;
}
.influ .header {
	background: #efdcbc;
	height: 100vh;
    min-width: 200px;
    max-width: 250px;
    display: flex;
    flex-direction: column;
    padding: 0;
}
.influ .logo {
	position: absolute;
    bottom: 20px;
	text-align: center;
	margin: 0;
}
.influ .logo img {
    width: 50%;
}
.influ .btn {
    min-height: 36.5px;
    background: #ff710d !important;
    border: 1px solid #ff710d;
    color: #fff;
    padding: 0 20px;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.influ .btn.gray {
	background: #bbb !important;
	border: 1px solid #bbb;
}
.influ .btn.blue {
	background: #00263e !important;
	border: 1px solid #00263e;
}
.influ .btn.red {
	background: #a31a04 !important;
	border: 1px solid #a31a04;
}
.admin.influ .reg-zone {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: flex-start;
    position: absolute;
}
.admin.influ #excelUpForm div {
    display: flex;
    align-items: flex-start;
}
.admin.influ .btn.svg {
    background: none;
    padding: 0;
    min-height: auto;
    border: 0;
    color: #ff710d;
    background: #fff !important;
}
.admin.influ .btn.svg i {
    font-size: 30px;
    margin-top: -4px;
    display: block;
}
.admin.influ #btn-excel {
    background: #0b8357 !important;
    color: #fff;
    border-radius: 3px !important;
    border: 0;
    min-height: 30px;
    margin-top: -4px;
    padding: 0;
    min-width: 30px;
    font-size: 20px;
    margin-left: 5px;
}
.influ .input-group .btn {
	margin-left: 10px;
}
.admin.influ .fileName {
	display: inline-block;
	min-width: 250px;
	min-height: 36.5px;
	padding-left: 10px;
	margin-right: 5px;
	line-height: 35px;
	border: 1px solid #e1e1e1;
	background-color: #F5F5F5;
	vertical-align: middle;
}
.admin.influ input[type="file"] {
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	font-size: initial;
	clip: rect(0, 0, 0, 0);
}

.influ .menu .title {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 20px;
    background: #5d2b00;
    color: #fff;
    padding: 20px;
    font-weight: bold;
    line-height: 20px;
}
.influ .menu .title span {
    display: block;
    font-weight: normal;
}
.influ .menu {
	display: block;
    width: 100%;
}
.influ .menu a {
    display: block;
    width: 100%;
    font-size: 19px;
    color: #5d2b00;
    padding: 20px;
    font-weight: bold;
}
.influ .menu a.active,
.influ .menu a:hover {
    background: #fff;
}
.influ .sales-total {
    border: 1px dotted;
    border-radius: 5px;
    padding: 20px;
    background: #f5f5f5;
}
.influ .tabulator .tabulator-header {    
    font-size: 15px;
    font-weight: 500;
    color: #444;    
    border-top: 2px solid #444;
    border-bottom: 1px solid #444;
    margin-bottom: 0;
    padding: 15px 0px;
}
.influ .tabulator .tabulator-footer {
	color: #444;
}
.influ .tabulator .tabulator-footer .tabulator-page {
    width: 28px;
    height: 39px;
}
.tabulator .tabulator-footer .tabulator-page.active {
    color: #444 !important;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow,
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
    border-bottom: 6px solid #bbb !important;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
    border-bottom: none;
    border-top: 6px solid #bbb !important;
    color: #bbb;
}
.influ input:focus {
	border-color: #ced4da !important;
}
.influ .input-group-text {
	min-width: 100px;
	min-height: 36.5px;
    border-radius: 5px 0 0 5px;
    border-right: 0;
    font-size: 15px;
}
.influ .tabulator .tabulator-footer .tabulator-page {
    width: 28px;
    height: 30px;
    font-family: serif;
    font-weight: 600;
    letter-spacing: 0px;
}
.influ .form-select {
	width: 150px;
	height: 36.5px;
	background-image: url("data:image/svg+xml,%3Csvg fill='gray' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 15px;
	padding-right: 2.5rem;
	padding-left: 0.75rem;
	border: 1px solid #ced4da;
	border-radius: 0 5px 5px 0px !important;
	font-size: 15px;
}
.admin.influ .form-select {
	margin: 0px;
}
.influ .input-group {
    align-items: center;
}
.influ .row {
	 margin: 0;
}
.influ .row .input-group {
    width: auto;
    margin-right: 15px;
   
}
.influ .input-group input {
	max-width: 500px;
	min-height: 36.5px;
	font-size: 15px;
    border-radius: 0 5px 5px 0px !important;
}
.admin.influ input {
    max-width: 500px;
	max-height: 36.5;
	margin: 0px;
}
.influ .input-group .flatpickr-input {
	max-width: 150px;
	min-height: 36.5px;
	text-align: center;
	font-size: 15px;
}
.influ .form-control[readonly] {
	background: #fff;
	color: 000;
}
.influ .bl0 {
	border-left: 0 !important;
}
.influ .input-group input.bra0, .influ .bra0 {
	border-radius: 0 !important;
}
.influ .input-group .bra1.bra0 {
	border-radius: 5px 0px 0px 5px !important;
}

.admin.influ .detail-box .input-group {
	margin-right: 0px;
}
.admin.influ .detail-box input {
    background: #f5f5f5;
    margin-left: 0;
    border-radius: 0px 5px 5px 0px !important;
}
.admin.influ .uplod-zone input {
    max-width: 150px !important;
    text-align: center;
}
.admin.influ .uplod-zone .input-group-text,
.admin.influ .uplod-zone .form-select {
	text-align: center;
	justify-content: center;
}
.admin.influ .detail-box {
    border: 1px solid #bbb;
    border-radius: 5px;
    padding: 20px 0px;
}
.modal .admin.influ .modal-header p {
    color: #fff !important;
    font-size: 16px !important;
    margin-top: 3px;
    margin-bottom: 0px !important;
}
.modal .admin.influ .modal-header .close {
    text-shadow: none;
    opacity: 1;
    font-weight: normal;
}
.modal .admin.influ .state-box {
    padding: 20px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.modal .admin.influ  .table thead tr th {
    text-align: center;
    font-size: 12px;
    color: #444;
    padding: 10px 5px;
}
.modal .admin.influ  .table tbody tr td {
    text-align: center;
    font-size: 12px;
    padding: 5px;
}
.modal .admin.influ  .table .btn {
    font-size: 12px;
    padding: 5px 15px;
    min-height: auto;
    border-radius: 3px;
    background: #5d2b00 !important;
    border-color: #5d2b00;
}