.card.custom-card.contact-us {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;

    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;

    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;

    min-height: 250px;
}

.card.custom-card.contact-us .card-body {
    flex: none;
    width: 100%;
}


/* .auth-page-wrapper .auth-page-content {
    margin-top: -100px;
} */



table.bes-datatable>thead>tr>th{ 
    border-top: 1px solid #e9ebec;
    border-bottom: 1px solid #e9ebec;
    padding: .75rem .6rem;
    font-weight: 600;
}
table.bes-datatable>tbody>tr>td{ 
    border-top: 0px;
    border-bottom: 1px solid #e9ebec;
    padding: .75rem .6rem;
}
table.dataTable.no-footer {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.DataTableContainer .dataTables_wrapper .dataTables_filter{
    display: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    color: #405189 !important;
    font-weight: 500 !important;
    padding: 0.375rem 0.75rem !important;
    background-color: var(--vz-card-bg-custom) !important;
    border: 1px solid var(--vz-border-color) !important;
    border-radius: 0.25rem !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled{
    color: #878a99 !important;
    cursor: default !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    color: #7283bd !important;
    background: none !important;
}
.dataTables_length label{
    font-weight: inherit !important;
    display: inline-block !important;
}
.dataTables_length .choices{
    display: inline-block !important;
}

.choices .choices__item{
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.choices.is-open .choices__item{
    white-space: inherit !important;
    overflow: inherit !important;
    text-overflow: inherit !important;
}

.choices__inner{
    padding-right: 25px !important;
}





@media (min-width: 768px) {
    .pdf-content .main-content {
        margin-left: 0;
    }

    .email-templates-content .main-content {
        margin-left: 0;
    }
}






.avatar-upload {
	position: relative;
	max-width: 205px;
	/* margin: 20px auto; */
}
.avatar-upload .avatar-edit {
	position: absolute;
	right: -12px;
	z-index: 1;
	top: -16px;
}
.avatar-upload .avatar-edit input {
	display: none;
}
.avatar-upload .avatar-edit input + label {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-bottom: 0;
	background: #ffffff;
	border: 1px solid transparent;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	font-weight: normal;
	transition: all 0.2s ease-in-out;
	font-size: 19px;
}
.avatar-upload .avatar-edit input + label:hover {
	background: #f1f1f1;
	border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input + label:hover:after  {
	color: var(--dark-blue);
}
.avatar-upload .avatar-edit input + label:after {
	content: "\ec85";
	font-family: remixicon!important;
	color: #757575;
	position: absolute;
	top: 6px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
}
.avatar-upload .avatar-preview {
	width: 200px;
	height: 100px;
	position: relative;
	/* box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%); */
	padding: 1px;
}
.avatar-upload .avatar-preview > div {
	width: 100%;
	height: 100%;
    background-color: var(--vz-input-bg);
    border: 1px solid var(--vz-input-border);	
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
    border-radius: .25rem;
}