
#loader{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    content: '';
    z-index: 999999999;
    display: none;

}

#loaderIcon {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #5e72e4 ;
    width: 50px;
    height: 50px;
    opacity: 0.7;
    animation: spin 1s linear infinite;
}
  
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
  
#loaderIcon.center_ {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.btn-bg-white{
    background: white;
    border-color: white;
}
.btn-bg-white:hover{
    background: white !important;  
    border-color: white !important; 
    color: #fc7c5f !important;  
}   
/* checkbox/radiobox */
.form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 1.73em;
	margin-bottom: .125rem
}

.form-check .form-check-input {
	float: left;
	margin-left: -1.73em
}

.form-check-input {
	width: 1.23em;
	height: 1.23em;
	margin-top: .135em;
	vertical-align: top;
	background-color: #fff;

	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	border: none;
	color-adjust: exact;
	transition: background-color .25s ease, border-color .25s ease, background-position .15s ease-in-out, opacity .15s ease-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-check-input {
		transition: none
	}
}

.form-check-input[type=checkbox] {
	border-radius: .35rem
}

.form-check-input[type=radio] {
	border-radius: 50%
}

.form-check-input:active {
	filter: brightness(99%)
}

.form-check-input:focus {
	border-color: none;
	outline: 0;
	box-shadow: none
}

.form-check-input:checked {
	background-color: transparent;
	border-color: transparent
}

.form-check-input:checked[type=checkbox],
.form-check-input:checked[type=radio] {
	background-image: linear-gradient(310deg, #5e72e4, #825ee4)
}

.form-check-input[type=checkbox]:indeterminate {
	background-color: #5e72e4;
	border-color: #5e72e4;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E")
}

.form-check-input:disabled {
	pointer-events: none;
	filter: none;
	opacity: .5
}
.form-check-inline {
	display: inline-block;
	margin-right: 1rem
}

.form-check:not(.form-switch) .form-check-input[type=checkbox],
.form-check:not(.form-switch) .form-check-input[type=radio] {
	border: 1px solid #cbd3da;
	margin-top: .25rem;
	position: relative
}

.form-check:not(.form-switch) .form-check-input[type=checkbox]:checked,
.form-check:not(.form-switch) .form-check-input[type=radio]:checked {
	border: 0
}

.form-check:not(.form-switch) .form-check-input[type=checkbox]:after {
	transition: opacity .25s ease-in-out;
	font-family: FontAwesome;
	content: "\f00c";
	width: 100%;
	height: 100%;
	color: #fff;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .67rem;
	opacity: 0
}

.form-check:not(.form-switch) .form-check-input[type=checkbox]:checked:after {
	opacity: 1
}

.form-check:not(.form-switch) .form-check-input[type=radio] {
	transition: border 0s
}

.form-check:not(.form-switch) .form-check-input[type=radio]:after {
	transition: opacity .25s ease-in-out;
	content: "";
	position: absolute;
	width: .4375rem;
	height: .4375rem;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0
}

.form-check:not(.form-switch) .form-check-input[type=radio]:checked {
	padding: 6px
}

.form-check:not(.form-switch) .form-check-input[type=radio]:checked:after {
	opacity: 1
}

.form-check-input[type=checkbox],
.form-check-label {
	cursor: pointer
}

.form-check-label {
	font-size: .875rem;
	font-weight: 400
}

.form-check-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
/* end checkbox/radiobox */
.dropbtn {

	background-color: transparent;
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
    border: none;
    font-weight: 900;

}
.drop {
	min-width: 153px;

}
.drop li{
	padding: 0px 8px;
}
.privacy{
	padding-top: 84px;
	padding-bottom: 30px;
}
.previous .page-link{
	border: none;
	margin-right: 17px;
}
.next .page-link{
	border: none;
	margin-right: 17px;
}
.nowrap{
	white-space: nowrap;
}
@media (max-width: 991.98px){
	.profilePic{
		display: none;
	}
}
.api-documentation .card-header{
	padding: 1.25rem 0.1rem !important;
}
.select2-container-multi .select2-choices {
    border-radius: 0.25rem;
	border: 1px solid #dee2e6;
}
.select2-container-multi .select2-choices .select2-search-field input {
    padding: 10px;
}
.select2-container-multi .select2-choices .select2-search-choice {
    padding: 8px 5px 8px 18px;
    margin: 8px 0 0px 5px;
}
.select2-search-choice-close {
    top: 8px;
}
.select2-container .select2-choice {
    height: 46px;
	border: 1px solid #dee2e6;
    line-height: 42px;
}	
.select2-container .select2-choice .select2-arrow {
	padding-top: 9px;
}
#datatableLoader{
	background-color: #1B4597;
	color: #fff;
	padding: 12px 20px;
	border-radius: 3px;
}
.no-padding{
	padding: 0px;
}	
.card-header-custom {
    margin-bottom: 0;
    padding: 1.25rem 1.5rem;
    background-color: #fff;
	min-height: 120px;
}
.card-header-custom .figures{
	line-height:  1.9rem;
}
.border-right-1{	
	border-right: 1px solid rgba(0, 0, 0, .05);
}
#myDatatableServer_wrapper .btn.btn-secondary.buttons-collection.dropdown-toggle.buttons-page-length{
	margin-left: 10px;
}

@media (max-width: 600px){
	div.dataTables_wrapper div.dataTables_paginate ul.pagination {
		margin-bottom: 20px !important;
		justify-content: unset !important;
	}
	.table th.min-width-set {
		min-width: 350px !important;
	}	
}