/* Body Elements */

.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;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #516bf0;
}

.btn-info {
  color: #fff;
  background-color: #4CAF50;
  border-color: #4CAF50;
}

.btn-info:hover {
  color: #fff;
  background-color: #74a938;
  border-color: #74a938;
}

.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);
}


/* 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%;
}

.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 */

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;
}

#image-change-btn {
  margin-top: -80px;
  margin-left: 10px;
}

#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 {
  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;
}


/* 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;
}


/* 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: #858796;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    float: right;
    cursor: pointer;
}

.add_credit i:hover {
	background: #000000;
}

.add_credit .fa-coins:before{
	color:gold;
}


/** User Profile **/
#user_profile #data-name {
    text-transform: capitalize;
}