/* Body Elements */
body.swal2-height-auto {
  height: 100% !important
}

button {
    background-color: #17a2b8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    color: #ffffff;
    padding: 3px 10px;
    border: none;
}
.r_btn {
  color: #fff;
  background: #37497d;
  padding: 15px 25px;
  text-transform: uppercase;
  font-size: 0.8em;
  border-radius: 500px;
  margin: 30px auto;
  width: 100%;
  display: block;
  text-align: center;
  max-width: 200px;
  text-decoration: none;
  opacity: 0.8;
  font-weight: bold;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
}

.r_btn:hover {
  opacity: 1;
  text-decoration: none;
  color: #fff;
}

.bg_section {
  background: #fff;
  border: 1px solid #e3e6f0;
  border-radius: 0.35rem;
  margin: 20px 0;
  padding: 15px;
}

.h_section {
  font-size: 1.5rem;
  border-bottom: 2px dotted #2222223d;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.bg-gradient-primary {
  background-color: #37497d;
  background-image: url('../app-img/bg2.png');
  background-size: cover;
}

.sidebar {
  background-color: #37497d;
  background-image: inherit;
  background-size: cover;
}

.btn-primary {
  color: #fff;
  background-color: #516bf0;
  border-color: #516bf0;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #939393;
    border-color: #858585;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #516bf0;
}

.bg-success {
  background-color: #000000;
}

.btn_switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.btn_switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.btn_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.btn_slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.btn_slider {
  background-color: #2196F3;
}

input:focus+.btn_slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.btn_slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

label i {
    margin-top: -5px;
    margin-left: 3px;
    color: red;
    position: absolute;
    cursor: pointer;
}
/*
.submission_status {
    position: absolute;
    top: 5px;
    right: 20px;
    background: #8bc34a;
    color: #fff;
    padding: 0 5px;
    border-radius: 5px;
    text-transform: lowercase;
    font-weight: 300;
}
*/

.submission_status {
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 28px rgb(0 0 0 / 8%);
    box-shadow: 0 0 28px rgb(0 0 0 / 8%);
    padding: 15px;
   /* z-index: 99999;*/
    width: 100%;
    text-align: center;
    margin: 1px auto;
    left: 0;
   /* height: 100%;*/
    top: 0;
    background: #fff;
    color: #8bc34a;
    font-weight: bold;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 1.4em;
	/*position: absolute;*/
}


.submission_status.alert-danger {
	background: #c5323f !important;
}

/* Rounded sliders */

.btn_slider.round {
  border-radius: 34px;
}

.btn_slider.round:before {
  border-radius: 50%;
}

.table-sm th,
.table-sm td {
  vertical-align: middle;
}

.align_t_col {
  text-align: center;
 /* width: 90px; */
}

.align_t_col button {
  margin: 2px 0;
/*  width: 100%; */
}

.dataTables_wrapper {
	overflow: auto;
}
.table thead th {
  vertical-align: middle;
  border: 2px solid #e3e6f0;
}

table {
  border: 1px solid #e3e6f0;
  border-collapse: collapse;
}

table td {
  border-left: 1px solid #e3e6f0;
  border-right: 1px solid #e3e6f0;
}

table .badge-success {
  color: #fff;
  background-color: #8BC34A;
  margin: 0 auto;
  vertical-align: middle;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  text-transform: capitalize;
}

table .badge-warning {
  color: #fff;
  background-color: #f6c23e;
  margin: 0 auto;
  vertical-align: middle;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  text-transform: capitalize;
}

table .badge-dark {
  color: #fff;
  background-color: #5a5c69;
  margin: 0 auto;
  vertical-align: middle;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  text-transform: capitalize;
}

h1.h3 {
  display: inline-block;
}

@media only screen and (max-width:767px) {
  .dashboard_head .pull-right {
    margin-top: 10px;
  }
  .row.dashboard_content {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    margin-right: 0;
    display: inline-block;
  }
  .dashboard_content .mb-4 {
    padding: 0;
  }
}


/* Portal Access Box */

.access_box .img-thumbnail {
  max-width: 300px;
  display: block;
  margin: 20px auto;
}

.access_box form.user .form-control-user {
  padding: 1rem;
}

.access_box .form-control {
  height: auto;
}


/* Success Page **/


/* Email Verify */

#upload_form2 {
	width: 100%;
}

a.text.verify-btn {
  color: #fff;
  text-decoration: none;
}

.scan_list {
  background-color: #eef1f9;
  margin-bottom: 30px;
  border-radius: 5px;
}

.scan_list .table {
  margin-bottom: 0px;
}

.scan_list .p-3 {
  padding: 0rem;
  margin-bottom: 1rem;
}

.scan_list .verify_email {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  display: block;
  margin-top: 140px;
}

.scan_list .chart-pie {
  height: auto;
  padding: 0 !important;
  margin: 1.5rem 0;
}

@media only screen and (max-width:991px) {
  .scan_list .verify_email {
    margin-top: inherit;
    padding: 2px 15px;
    margin: 12px auto;
    display: block;
  }
  .scan_list .card {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .scan_list .preloader {
    margin-top: 50px;
  }
}

@media only screen and (max-width:767px) {
  .pull-right {
    float: right;
  }
  .verify_email {
    width: 100%;
    display: block;
    max-width: 200px;
    margin: 20px auto;
  }
}

.preloader {
  text-align: center;
  display: none;
  margin-top: 125px;
}

.preloader .spinner-border {
  width: 5rem;
  height: 5rem;
}

.verify-chart {
  display: none;
}

.cart_sizing {
  max-width: 550px;
  max-height: 290px;
  margin: 0 auto;
}

.verify_email {
  margin-top: 140px;
}

.found-email-result {
  overflow-x: auto;
}

.task-cancel-btn {
  margin: 20px;
}


/* Quick Email Validation */

.quick-mail {
  cursor: pointer;
}

.q-validate {
  display: inline-block;
  margin-left: 10px;
}

#limit-notice {
  display: none;
}

#delete_all_email_count {
  display: none;
}

#table-value-sec {
  display: none;
  overflow-x: auto;
}

#csv_download_quick_mail {
  display: none;
}

#load_verify_quick_mail {
  display: none;
}

#customfiled {
  display: none;
}


#addList,
#quickvalidation,
.csv_download {
  /*top: 20%;*/
  top: 10%;
}

#addList input {
  /* margin: 120px 280px auto; */
}

@media only screen and (max-width:991px) {
  #addList input {
    margin: 25%;
  }
}

@media only screen and (max-width:767px) {
  #addList input {
    margin: 20%;
  }
}

@media only screen and (max-width:465px) {
  #addList input {
    margin: 15%;
  }
}

#quickvalidation .modal-body {
  min-height: 250px;
}

#csv_download {
  padding: 0px;
}


/* Profile Settings */

.profile-img {
  max-width: 300px;
}

.profile-save-cancel {
  background-color: #3D3D3D;
}

#change-image {
  display: none;
}

.edit-btn {
  cursor: pointer;
}

.change-sec {
  display: none;
}

#add-more-btn {
  cursor: pointer;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-pointer:hover {
  opacity: 0.7;
}

#edit-sec,
#edit-sec-items, #edit-sec-mx {
  display: none;
}

.user-img {
  width: 100px;
  border-radius: 10px;
  max-width: 50px;
  display: block;
  margin: 0 auto;
}

.logo-img {
  width: 40px;
  height: auto;
}


/* --------------------------install--------- */

section.install {
 /* background: #F3F3F3;*/
  padding: 50px;
  margin: 0;
}

@media only screen and (max-width:767px) {
  section.install {
    padding: 2%;
  }
}

.versions_table,
.versions_table td,
.versions_table th {
  border: 1px solid #EAE8E4;
  text-align: center;
}

.versions_table tr th:first-child,
.versions_table tr td:first-child {
  text-align: left;
}

.versions_table {
  border-collapse: collapse;
  width: 100%;
  color: black;
  margin-bottom: 20px;
}

.versions_table th {
  height: 50px;
}

.versions_table th,
.versions_table td {
  padding-left: 10px;
}

.problem_found,
.version_check_error {
  color: red;
}

#problem_found,
#version_problem {
  padding: 0px;
}

.problem_found li {
  border: 1px solid #EAE8E4;
  margin: 10px 0;
  padding: 8px 10px;
  color: #c50e00;
  list-style: none;
  font-size: 15px;
  border-radius: 5px;
}

.problem_found h4 {
  color: black;
}

.version_check_pass {
  color: green;
}

.check_blacklist ul{
    text-align: center;
    border-radius: 5px;
    margin: 5px 0;
    padding: 5px 2px;
    color: #fff;
	background: #222;
}

.check_blacklist h2 {
	font-size: 22px;
	text-align:center;
	margin-bottom:8px;
}

.check_blacklist a {
    background: #f44336;
    color: #fff;
    padding: 8px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    max-width: 150px;
    margin: 15px auto 0;
}

table.table td .save {
	display: none;
}
table.table td a {
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	min-width: 24px;
} 
table.table td a.save {
        color: #27C46B;
}
table.table td a.edit {
	color: #FFC107;
}
table.table td a.edit {
    color: #FFC107;
}
table.table td a.smtp_test_mail {
	color: #03a9f4;
}
table.table td i {
	font-size: 19px;
}
table.table td a.save i {
	font-size: 24px;
	margin-right: -1px;
	position: relative;
	top: 3px;
}    

	
/*
#mx_server_filter table tbody tr td button[name=mx_save]{display: none;}
*/

/*

#mx_server_filter table tbody, #mx_server_filter table thead{
	display: inline-table;
    width: 100%;
}
*/

/** auto updater and version checker **/
#ver_check > p {
    margin-bottom: 0.5em;
}


/* no-js-------------------------------------- */


/** js no script **/

.js_stop {
  width: 100%;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 10px;
  display: inline-block;
  background: white;
  color: #222;
  padding: 20px;
}

.js_stop strong {
  display: block;
  margin-bottom: 10px;
  color: red;
}


/** Top Up **/

.product {
  display: inline-block;
  margin: 5px;
  background: #37497d;
  padding: 15px 20px;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.product h5 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 1.4em;
}

.product h6 {
  margin: 20px 0;
}

.product input.paybtn {
  display: block;
  margin: 0 auto;
  padding-bottom: 5px;
}


/** Alert **/

.swal-modal .swal-title {
  text-transform: uppercase;
}

.swal-modal .swal-text {
  text-align: center;
}

.swal-modal .swal-button {
  color: #fff;
  background-color: #516bf0;
  border-color: #516bf0;
}

.swal-modal .swal-button:hover {
  color: #fff;
  background-color: #2e59d9;
  border-color: #2653d4;
}

.alert.bg-dark {
	border-radius:0px;
}

/* License Details */
.license_details {
    margin-bottom: 15px;
}
.license_details h6 {
    margin-bottom: 0;
    font-size: 15px;
    color: #36b9cc;
}
.license_details p {
    margin-bottom: 5px;
    font-size: 12px;
}



/** User Management **/

.add_credit i {
	padding: 4px;
    background: #eaeef2;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    float: right;
    cursor: pointer;
	font-size: 18px;
}

.add_credit i:hover {
	background: #000000;
}

.add_credit .dw-money-2:before{
	color: #4caf50;
}


/** User Profile **/
#user_profile #data-name {
    text-transform: capitalize;
}

/** support **/
.i-sl-button.right-bottom {
    left: 30px !important;
    right: auto !important;
}
.i-sl-wrapper.right {
    left: 0px !important;
    right: auto !important;
}
.i-sl-button-desc {
    display: none !important;
}
@media (max-width:768px) {
	.i-sl-button.right-bottom {
		bottom: 20px;
		left: 5px !important;
	}
}


/***
* Credits
***/
#buy_credit .list-item {
	border: 1px dashed #e3e3e3;
    padding: 15px 10px;
	    cursor: pointer;
}

#buy_credit .list-item:hover {
    background: #5acdea;
}

#buy_credit .list-item:hover h3, #buy_credit .list-item:hover p {
    color: #fff;
}

#buy_credit h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

#buy_credit p {
	margin-bottom: 0;
    font-size: 12px;
}

#buy_credit .item_price {
    background: #2a9af9;
    color: #fff;
    padding: 2px 11px;
    border-radius: 50px;
    width: 80px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}



/***
* Settings
***/
#setting_area {
	position: relative;
}
#setting_area>div {
    display: none;
}
#setting_area>div:target {
    display: block;
}

.hide {
	display: none;
}
#hexCode {
	font-size: 1rem;
	background-color: #9e9e9e;
	color: #fff;
	border-radius: 3px;
	padding: 5px;
}

.select2 {
	width: 100%;
}

/**
* Payment - Stripe
**/
#stripe_cardbox {
    width: 95%;
    margin: 15px auto;
    display: flex;
    background: #fff;
    border: 2px solid #cdcdcd91;
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    box-shadow: 0px 4px 8px 0 rgb(0 0 0 / 15%);
}

#stripe-card-element {
    margin: 20px 0;
    border: 1px solid rgb(0 0 0 / 15%);
    padding: 15px 5px;
    border-radius: 10px;
}

/**
* Orders
**/

#order_history .actions .btn, #order_history .actions .btn:hover {
    color: #fff;
	padding: 4px 12px;
}


/**
* Blacklist Monitor
**/

.bl-valid {
	border-radius: 14px;
	margin: 0 auto;
	max-width: 857px;
	padding: 40px 64px 50px;
	text-align: left;
	width: 100%
}

@media(max-width:1024px) {
	.bl-validator {
		padding: 38px 25px 43px
	}
}

.bl-valid form {
	align-items: flex-end;
	display: flex
}

@media(max-width:1024px) {
	.bl-valid form {
		flex-direction: column
	}
}

.bl-valid input {
	-webkit-appearance: none;
    appearance: none;
    background: #fff;
    border-radius: 7px;
    font-size: 18px;
    height: 50px;
    padding: 0 15px;
    width: 100%;
}

.bl-valid input:-ms-input-placeholder {
	opacity: 1;
}

.bl-valid input::placeholder {
	opacity: 1;
}

@media(max-width:1024px) {
	.bl-valid input {
		padding: 0 14px;
	}
}

.bl-valid label {
	display: block;
	font-size: 16px;
	font-weight:bold;
	margin-bottom: 5px;
}

.bl-valid .bl-vf-control {
	width: calc(100% - 215px);
}

@media(max-width:1024px) {
	.bl-valid .bl-vf-control {
		width: 100%;
	}
}

.bl-valid .bl-vf-btn {
    align-items: center;
    border-radius: 5px;
    display: flex;
    height: 50px;
    justify-content: center;
    margin-left: 20px;
    max-width: 150px;
    padding: 5px 10px;
    width: 100%;
}

@media(max-width:1024px) {
	.bl-valid .bl-vf-btn {
		margin: 20px 0 0;
		max-width: 100%
	}
}

.bs {
	align-items: center;
	display: flex;
}

.bs span:first-letter {
	text-transform: uppercase;
}

.bs .status-incidator {
	background: #fff;
	border: 1px solid #979797;
	border-radius: 50%;
	height: 12px;
	margin-right: 10px;
	position: relative;
	width: 12px;
}

.bs .status-incidator svg {
	height: 12px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 12px;
}

.bs .is-incomplete {
	background: #d0d0d0;
	border-color: transparent
}

.bs .is-not-listed {
	background: #4caf50;
	border-color: transparent;
}

.bs .is-listed {
	background: #f44336;
	border-color: transparent;
}

.bs .is-other {
	border-color: transparent;
}

.blt {
	color: #171e25;
	padding: 0 15px;
}

@media(max-width:1024px) {
	.blt {
		margin-bottom: 60px;
	}
}

.blt a {
	color: #1a78a8;
	text-decoration: none;
}

.blt a:hover {
	text-decoration: underline;
}

@media(max-width:1024px) {
	.blt a {
		word-break: break-all;
	}
}

.blt .bl-ti {
	margin: 0 auto;
}

.blt .bl-tfs {
	margin-bottom: 36px;
	padding: 0 23px;
	text-align: center;
}

@media(max-width:1024px) {
	.blt .bl-tfs {
		margin-bottom: 24px;
	}
}

.blt .bl-tfs ul {
	align-items: center;
	display: flex;
	justify-content: center;
	list-style: none;
}

@media(max-width:1024px) {
	.blt .bl-tfs ul {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
}

.blt .bl-tfs li {
	padding: 0 14px;
}

@media(max-width:1024px) {
	.blt .bl-tfs li {
		margin-bottom: 16px;
		padding: 0;
		width: 100%;
	}
}

.blt .bl-tfs .h4 {
	margin-bottom: 13px;
}

@media(max-width:1024px) {
	.blt .bl-tfs .h4 {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

.blt .bl-tf {
	align-items: center;
	display: flex;
	font-size: 13px;
	position: relative;
}

@media(max-width:1024px) {
	.blt .bl-tf {
		font-size: 16px;
		line-height: 1.3;
	}
}

.blt .bl-tf input {
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	height: 1px;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 1px;
}

.blt .bl-tf label {
	align-items: center;
	display: flex;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.blt .bl-tf .bl-tf-icon {
	background: #fff;
	border: 1px solid #606e7b;
	border-radius: 2px;
	display: flex;
	font-size: 0;
	height: 13px;
	margin-right: 10px;
	width: 13px;
}

@media(max-width:1024px) {
	.blt .bl-tf .bl-tf-icon {
		height: 14px;
		width: 14px;
	}
}

.blt .bl-tf .bl-tf-icon svg {
	height: 100%;
	opacity: 0;
	width: 100%;
}

.blt .bl-tf input:checked~label .bl-tf-icon {
	background: #1a78a8;
	border-color: #1a78a8;
}

.blt .bl-tf input:checked~label .bl-tf-icon svg {
	opacity: 1;
}

.blt .bl-th {
	margin-bottom: 10px;
}

@media(max-width:1024px) {
	.blt .bl-th {
		display: none;
	}
}

.blt .bl-tb {
	font-size: 14px;
}

@media(max-width:1024px) {
	.blt .bl-tb {
		font-size: 16px;
	}
}

.blt .bl-tb strong {
	display: none;
}

@media(max-width:1024px) {
	.blt .bl-tb strong {
		display: block;
		flex-shrink: 0;
		width: 70px;
	}
}

.blt .bl-tr {
	display: flex;
	height: 35px;
	align-items: baseline;
}

@media(max-width:1024px) {
	.blt .bl-tr {
		display: block;
		height: auto;
		padding: 18px 22px;
	}
}

.blt .bl-tr:nth-child(2n) {
	background: #e5e8ea;
	border-radius: 5px;
}

.blt .bl-tc {
	align-items: center;
	display: flex;
	line-height: 1.5;
	padding: 5px 15px 5px 20px;
}

@media(max-width:1200px) {
	.blt .bl-tc {
		padding: 5px 10px;
	}
}

@media(max-width:1024px) {
	.blt .bl-tc {
		align-items: flex-start;
		margin-bottom: 12px;
		padding: 0;
	}

	.blt .bl-tc:last-child {
		margin-bottom: 0;
	}
}

.blt .cs1 {
	width: 30.5%;
}

@media(max-width:1024px) {
	.blt .cs1 {
		width: 100%;
	}
}

.blt .cs2 {
	width: 23.5%;
}

@media(max-width:1024px) {
	.blt .cs2 {
		width: 100%;
	}
}

.blt .cs3 {
	width: 34.2%;
}

@media(max-width:1024px) {
	.blt .cs3 {
		width: 100%;
	}
}

.blt .cs4 {
	width: 11.8%;
}

@media(max-width:1024px) {
	.blt .cs4 {
		width: 100%;
	}
}

.bl_res {
    display: block;
    text-align: left;
}

.bl_rdata {
    padding: 8px 10px;
    margin: 12px 0;
    background: #f6f6f6;
    border: 10px;
}

.show_rdata {
    pointer-events: auto;
    cursor: pointer;
}