.alert-top-login {
    position: absolute;
    z-index: 999;
    top: 1rem;
    right: 1rem;
}
.wrapper {
	width:100%;
}
.select2-container--default .select2-selection--single {
    border-radius: 0 !important;
}
.select2-container .select2-selection--single {
    height: 34px !important;
}
hr {
    border-top: 1px solid #55555552;
}
.user-panel>.info>a {
    font-size: 14px !important;
	text-transform: capitalize;
}
.user-panel>.info>p {
    text-transform: capitalize !important;
}
.red{
	color:#ff0000;
}
input[type="file"] {
  position: relative;
}

input[type="file"]::file-selector-button {
  width: 136px;
  color: transparent;
}

input[type="file"]::before {
  position: absolute;
  pointer-events: none;
  top: 10px;
  left: 16px;
  height: 20px;
  width: 20px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230964B0'%3E%3Cpath d='M18 15v3H6v-3H4v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-3h-2zM7 9l1.41 1.41L11 7.83V16h2V7.83l2.59 2.58L17 9l-5-5-5 5z'/%3E%3C/svg%3E");
}

input[type="file"]::after {
  position: absolute;
  pointer-events: none;
  top: 11px;
  left: 40px;
  color: #0964b0;
  content: "Upload File";
}
input[type="file"]::file-selector-button {
  border-radius: 0px;
  padding: 0 16px;
  height: 40px;
  cursor: pointer;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  margin-right: 16px;
  transition: background-color 200ms;
}

input[type="file"]::file-selector-button:hover {
  background-color: #f3f4f6;
}
input[type="file"]::file-selector-button:active {
  background-color: #e5e7eb;
}

::-webkit-scrollbar {
    width: 5px;
	height: 5px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.d-flex {
	display:flex !important;
}
table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting {
    padding-right: 50px;
}
@media screen and (max-width: 767px){
div.dataTables_wrapper div.dataTables_length label {
    display: none;
}}
@media screen and (max-width: 767px){
	.amountbox1 {
		width: 430px;
    float: left;
	}
}
@media screen and (max-width: 767px){
	.amountbox2 {
		margin-left: 17px !important;
	}
}
.datatable {
    overflow: auto;
}
.pks-btn {
    margin-bottom: 1rem;
}
body {
	background:#222d32 !important;
	height:100% !important;
}
.profile-user-img {
	background:#fff;
}
[hidden] {
    display: none!important;
}
.justify-content-center {
    justify-content: center!important;
}
.success {
	position: absolute !important;
    z-index: 999 !important;
    top: 63px !important;
    right: 25px !important;
    background: #5cb85c !important;
    color: #fff !important;
    padding: 10px !important;
    border-left: 5px solid #008d4c !important;
}
.error {
	position: absolute !important;
    z-index: 999 !important;
    top: 63px !important;
    right: 25px !important;
    background: #dd4b39 !important;
    color: #fff !important;
    padding: 10px !important;
    border-left: 5px solid #d73925 !important;
}