/* GENERAL STYLE */
:root {
  --green-bg: #8bcaab;
  --purple-bg: #be95c4;
  --primarytext-color: #f12081;
}

.wrapper .content-header h1 {
  font-weight: 700;
}

.green-bg {
  background-color: var(--green-bg);
}

.purple-bg {
  background-color: var(--purple-bg);
}

[class*=sidebar-dark-],
.page-item.active .page-link {
  /* background-color: #35335c  !important; */
  background-color: #2F3234 !important;
}

.page-item.active .page-link {
  /* border-color:#35335c !important;  */
  border-color: #2F3234 !important;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
  /* background-color: #5e5b95 !important; */
  background-color: rgb(189 153 153 / 10%) !important;
  /* background-color: rgba(255, 255, 255, .1) !important; */

  color: #fff !important;
  box-shadow: none;
}

.sidebar-collapse.sidebar-mini .main-sidebar .nav-sidebar .nav-link i {
  padding-left: 0.4rem;
}

[class*=sidebar-dark] .brand-link {
  color: #fff !important;
  text-shadow: 0px 2px 0px rgb(0 0 0 / 20%);
}

[class*=sidebar-dark-] .sidebar a {
  color: #fff !important;
}

.content-wrapper {
  background-color: #fff !important;
  min-height: 500px !important;
}

body .btn-primary {
  color: #fff;
  /* background-color: #545195; */
  background-color: #590890;
  box-shadow: none;
  border-radius: 5px;
  border: none;
}

.btn-primary:hover {
  color: #fff;
  /* background-color: #7f7cb9; */
  background-color: var(--primarytext-color);
}

body .btn {
  min-width: 100px !important;
  padding: 5px 10px;
  font-size: 15px;
  transition: 0.3s ease-out;
}

table .btn,
.dt-buttons .btn {
  min-width: auto !important;
}

.btn.btn-xs {
  padding: .125rem .25rem !important;
}

.card,
.border-t {
  border-top: 3px solid #590890;
}

table.table-bordered.dataTable {
  margin-top: 30px !important;
  margin-bottom: 3rem !important;
  overflow: hidden;
  border-top: none;
  border-radius: 10px;
}

table tr>th:first-child {
  border-radius: 10px 0px 0px 0px;
}

table tr>th:last-child {
  border-radius: 0px 10px 0px 0px !important;
}

table tr>th {
  border-bottom: none !important;
}

div.dataTables_wrapper div.dataTables_info {
  padding-bottom: 1rem !important;
  position: absolute;
  bottom: 0;
}

.dataTables_wrapper div.dataTables_processing {
  overflow: hidden !important;
}

.elevation-2 {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, .16), 0 0px 6px rgba(0, 0, 0, .15) !important;
}

.dropdown-menu-lg {
  max-width: 150px;
  min-width: 200px;
}

.main-footer {
  color: #000 !important;
}

footer.main-footer strong a {
  color: #018cd2 !important;
}

li.user-header.bg-primary {
  background: #018cd2 !important;
}

div.dataTables_wrapper {
  padding: 20px;
  overflow-x: scroll !important;
}

.card-footer.clearfix {
  display: none;
}

div.dataTables_wrapper div.dataTables_filter {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 20px;
  padding-right: 20px;
}

div.dataTables_wrapper div.dataTables_paginate {
  position: absolute;
  bottom: 0px;
  right: 0;
  padding-bottom: 1rem;
  padding-right: 20px;
}

/*--- profile page css ----*/
section.content {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* 
.profile-card-wrapper {
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 15px;
 	 box-shadow: 0px 0px 10px rgb(151 151 151 / 10%);
} */

/* -------------------------------*/


.four {
  width: 32.26%;
}



/* PROFILES */

.card-profile {
  max-width: 100%;
  background-color: #fff;
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
  border-radius: 15px;
}

/* CARD ! */

#card1 {
  text-align: center;
  color: #2c3e50;
  padding: 35px 35px 100px 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#card1+.info {
  margin-top: -80px;
}

.image-wrapper {
  width: 100px;
  height: 100px;
  margin: 20px auto;
  border-radius: 100%;
  /* background-image: url("https://static.pexels.com/photos/7096/people-woman-coffee-meeting.jpg"); */
  background: #000;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.image-wrapper::before {
  position: absolute;
  opacity: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #008dd4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #008dd4 0%, #4886be 45%, #747692 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #008dd4 0%, #4886be 45%, #747692 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #008dd4 0%, #4886be 45%, #747692 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008dd4', endColorstr='#747692', GradientType=0);
  /* IE6-9 */
  content: "";
}

.image-wrapper:hover::before {
  opacity: 0.8;
}

.image-wrapper span {
  opacity: 0;
  position: absolute;
  display: none;
}

label[for="fileToUpload"]:hover span {
  opacity: 1;
}

#card1 .info .four {
  text-align: center;
  border-right: 1px solid #2c3e50;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#card1 .info .four:last-of-type {
  border-right: none;
}

#card1 .info .four .number {
  display: block;
  font-size: 20px;
  padding: 3px 0;
  font-weight: 700;
}

#card1 .options {
  margin-top: 30px;
  text-align: left;
}

#card1 .options ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#card1 .options ul .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #3498db;
  border-radius: 100%;
  margin-right: 8px;
  vertical-align: middle;
  color: #fff;
  line-height: 30px;
  text-align: center;
}

#card1 .options ul li {
  margin: 12px 0;
}

.profile-card-social {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.profile-card-social__item {
  display: inline-flex;
  width: 55px;
  height: 55px;
  margin: 15px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #405de6;
  box-shadow: 0px 7px 30px rgba(43, 98, 169, 0.5);
  position: relative;
  font-size: 21px;
  flex-shrink: 0;
  transition: all 0.3s;
}


.profile-card-social__item.facebook {
  background: linear-gradient(45deg, #3b5998, #0078d7);
  box-shadow: 0px 4px 30px rgba(43, 98, 169, 0.5);
}

.profile-card-social__item.twitter {
  background: linear-gradient(45deg, #1da1f2, #0e71c8);
  box-shadow: 0px 4px 30px rgba(19, 127, 212, 0.7);
}

.profile-card-social__item.instagram {
  background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
  box-shadow: 0px 4px 30px rgba(120, 64, 190, 0.6);
}

.profile-card-social__item.behance {
  background: linear-gradient(45deg, #1769ff, #213fca);
  box-shadow: 0px 4px 30px rgba(27, 86, 231, 0.7);
}

.profile-card-social__item.github {
  background: linear-gradient(45deg, #333333, #626b73);
  box-shadow: 0px 4px 30px rgba(63, 65, 67, 0.6);
}

.profile-card-social__item.codepen {
  background: linear-gradient(45deg, #324e63, #414447);
  box-shadow: 0px 4px 30px rgba(55, 75, 90, 0.6);
}

.profile-card-social__item.link {
  background: linear-gradient(45deg, #d5135a, #f05924);
  box-shadow: 0px 4px 30px rgba(223, 45, 70, 0.6);
}

.profile-card-ctr {
  display: flex;
  justify-content: center;
  align-items: center;
}


.profile-card__button:focus {
  outline: none !important;
}

.profile-card__button:first-child {
  margin-left: 0;
}

.profile-card__button:last-child {
  margin-right: 0;
}

.profile-card__button.button--blue {
  background: #2e586d;
}

.profile-card__button.button--orange {
  /* background: linear-gradient(45deg, #d5135a, #f05924); */
  background-color: #e94633;
}

button.profile-card__button.button--orange a {
  color: #fff;
}

.profile-card__button.button--orange:hover {
  box-shadow: 8px 3px 13px rgba(233, 70, 51, 0.55);
}

.profile-card__button.button--blue.js-message-btn:hover {
  box-shadow: 8px 3px 13px #589bbd;
}

.profile-card__button.button--gray {
  box-shadow: none;
  background: #dcdcdc;
  color: #142029;
}

.profile-card-social__item:hover i {
  color: #fff;
}

.new-modal-width .modal-dialog {
  max-width: 750px;
}

.new-modal-width .modal-footer {
  border: none !important;
}

.new-modal-width form input {
  border: none !important;
  border-bottom: 1px solid #ddd !important;
  border-radius: 0px !important;
  padding-left: 0px;
}

.new-modal-width form input::placeholder {
  font-size: 14px;
}

.new-modal-width .modal-header,
.new-modal-width .modal-body {
  padding: 1.5rem;
}

.new-modal-width .modal-footer {
  padding: 1.5rem;
  padding-top: 0px;
}

.new-modal-width .modal-header span.lock-icon {
  width: 45px;
  height: 45px;
  background: #f12081;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.new-modal-width .modal-header span.lock-icon i {
  color: #fff;
  font-size: 18px;
}

.new-modal-width .modal-header h5 {
  margin-top: 10px;
}

/*------- login form css -----*/

body.login-page {
  background: url(../images/PlanetX-Admin-BG.webp);
  background-size: cover;
}

.login-box,
.register-box {
  width: 560px !important;
  margin: 0 auto;
}

.login-box .card,
.register-box .card {
  box-shadow: 0px 0px 10px rgb(151 151 151 / 10%);
}

.login-page .input-group-text span,
.register-page .input-group-text span {
  color: #018cd2;
}

.login-page p>a,
.register-page p>a,
.register-page form+a {
  color: #018cd2;
  text-decoration: underline;
}

.register-page form+a:hover {
  color: #018cd2;
  text-decoration: underline;
}

.icheck-primary>input:first-child:checked+input[type=hidden]+label::before,
.icheck-primary>input:first-child:checked+label::before {
  background-color: #018cd2;
  border-color: #018cd2;
}

.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before,
.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+label::before {
  border-color: #018cd2;
}

.form-control:focus,
.login-card-body .input-group .form-control:focus~.input-group-append .input-group-text,
.login-card-body .input-group .form-control:focus~.input-group-prepend .input-group-text,
.register-card-body .input-group .form-control:focus~.input-group-append .input-group-text,
.register-card-body .input-group .form-control:focus~.input-group-prepend .input-group-text,
#profile_image:focus {
  border-color: #018cd2 !important;
}

.login-box-msg,
.register-box-msg {
  color: #545353;
}

.login-card-body,
.register-card-body {
  color: #545353 !important;
  background: #000000;
  border-radius: .75rem;
  border: 1px solid rgba(0, 0, 0, 0.6);
}

input:-internal-autofill-selected {
  background-color: #fff !important;
}

.login-page form input::placeholder,
.register-page form input::placeholder {
  font-size: 14px;
  color: #b9b9b9 !important;
}

/* toggle switch start*/
.center input[type="checkbox"] {
  min-width: 75px;
  height: 22px;
  -webkit-appearance: none;
  position: relative;
  background: var(--danger);
  border-radius: 20px;
  transition: .5s;
  box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);
}

.center input[type="checkbox"]::before {
  position: absolute;
  content: "Disabled";
  top: 1px;
  font-weight: bold;
  font-size: 11px;
  color: var(--danger);
  display: flex;
  justify-content: center;
  align-items: center;
  left: 1px;
  min-width: 57px;
  height: 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
  transition: .5s;
  padding: 5px;
}

.center input:checked[type="checkbox"] {
  background: #34C853;
}

.center input:checked[type="checkbox"]:before {
  left: 16px;
  content: "Active";
  color: #34C853;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* toggle switch end*/
/* style strat */
.view-details {
  padding: 0 1rem;
}

.view-details label,
.view-details p {
  margin: 0;
}

.view-details .col-sm-6 {
  padding: 10px 0px;
  border-bottom: 1px solid #dee2e6;
}

.view-details .col-sm-6:first-child {
  border-right: 1px solid #ddd;
}

.view-details .col-sm-6:last-child {
  padding-left: 1rem;
}

.view-details .row:last-child .col-sm-6 {
  border-bottom: 0;
}

.custom-img {
  width: 70px;
  height: 70px;
  object-fit: cover;

}

th.sorting.sorting,
th.sorting_asc,
th.sorting_disabled,
label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 600;
}

label:not(.form-check-label):not(.custom-file-label) {
  font-size: 14px;
}

.sorting_disabled {
  text-align: center;
}

.card-footer {
  background-color: #fff;
  padding: 10px 5px 10px 21px;
}

.card-footer a.btn {
  margin-left: 1rem;
}

i {
  font-size: 13px;
}

/* .table-striped tbody tr:nth-of-type(2n+1) {
  background-color: rgba(126, 122, 204, 0.09);
} */
table th:last-child,
table td:last-child,
.user-table table th:nth-last-child(2) {
  text-align: center;
}

.card-body.p-0 .table tbody>tr>td:first-of-type,
.card-body.p-0 .table tbody>tr>th:first-of-type,
.card-body.p-0 .table tfoot>tr>td:first-of-type,
.card-body.p-0 .table tfoot>tr>th:first-of-type,
.card-body.p-0 .table thead>tr>td:first-of-type,
.card-body.p-0 .table thead>tr>th:first-of-type {
  padding-left: 1rem;
}

.btn-success {
  margin-top: 0.3rem;
}

.btn-danger {
  color: #444;
  background-color: #f8f9fa;
  border-color: #ddd;
}

div.dt-button-collection {
  position: initial !important;
}

.acr-link:hover {
  text-decoration: underline;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default:hover {
  background-color: #018cd2;
  color: #fff;
  border-color: #018cd2;
}

.page-link {
  color: #6c757d;
}

.page-link:hover {
  color: #5e5b95;
}

.page-link:focus {
  box-shadow: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #7b7b7b;
}

.select2-selection.select2-selection--multiple {
  padding: 0.2rem;
}

.badge {
  padding: .25rem .4rem;
  font-size: 14px;
  font-weight: 500;
  min-width: 75px;
}

.form-control-search {
  min-width: 170px;
}

div.dataTables_wrapper div.dataTables_filter input {
  min-width: 200px;
  border-color: #590890;
}

.card-body {
  padding-bottom: 0.5rem;
}

#alert_message,
.alert .close,
.alert .mailbox-attachment-close {
  color: #fff;
  opacity: 0.7;

  animation: alert_message 0.5s 1;
  -webkit-animation: alert_message 0.5s 1;
  animation-fill-mode: forwards;

  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  /* Safari and Chrome */
  -webkit-animation-fill-mode: forwards;
}

@keyframes alert_message {
  from {
    opacity: 0.7;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes alert_message {
  from {
    opacity: 0.7;
  }

  to {
    opacity: 0;
  }
}


.alert {
  padding: .3rem 1rem;
  margin-bottom: 1rem;
}

.close,
.mailbox-attachment-close {
  line-height: 0.8;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover,
.mailbox-attachment-close:not(:disabled):not(.disabled):focus,
.mailbox-attachment-close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}

.footer-modal {
  position: absolute;
  right: 18px;
  top: 10px;
}

.footer-modal .close-button {
  background: transparent;
  border: 0;
  padding: 0px;
  font-size: 0px;
}

.footer-modal .close-button i {
  font-size: 1rem;
  font-weight: 600;
}

/* spinner */
.dataTables_processing {
  width: 105px !important;
  min-height: 105px;
  /* display: block !important; */
  border: 0;
  border-radius: 50%;
  line-height: 70px;
}

.dataTables_processing::after {
  width: 125px !important;
  min-height: 125px;
  border: dotted 5px #018cd2;
  border-radius: 100%;
  /* animation: spin 5s linear infinite; */
  content: '';
  position: absolute;
  left: -10px;
  top: -10px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg) scale(0.8);
    /* border-top-color: transparent;
      border-right-color: transparent; */
  }

  50% {
    transform: rotate(180deg) scale(0.8);
    border-top-color: transparent;
    border-right-color: transparent;
  }

  100% {
    transform: rotate(360deg) scale(0.8);
    border-color: #018cd2;
    /* border-top-color: transparent;
      border-right-color: transparent; */
  }
}

[class*="sidebar-dark-"] .nav-treeview>.nav-item>.nav-link.active,
[class*="sidebar-dark-"] .nav-treeview>.nav-item>.nav-link.active:focus,
[class*="sidebar-dark-"] .nav-treeview>.nav-item>.nav-link.active:hover {
  background-color: rgba(255, 255, 255, .1) !important;
  color: #fff !important;
  box-shadow: none;
}

.nav-sidebar .menu-is-opening>.nav-link i.right,
.nav-sidebar .menu-open>.nav-link i.right {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.nav-sidebar .nav-item>.nav-link .right {
  transition: transform ease-in-out .3s, -webkit-transform ease-in-out .5s;
}

.card-body-padding .card-body {
  padding-left: 8px;
}

.select2-selection__rendered::after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 15px;
  right: 19px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-44deg);
}

/* .select2.select2-container.select2-container--default.select2-container--focus.select2-container--above.select2-container--open {
  } */

.border td:not(:last-child),
.border th:not(:last-child) {
  border-right: 1px solid #ddd;
}

.selectnw select+div {
  width: 100% !important;
}

.selectnw select+div button {
  text-align: left;
}

.selectnw select+div button.dropdown-toggle::after {
  margin-left: calc(100% - 100px);
}

.selectnw select+div button+ul {
  width: 100% !important;
  padding: 10px;
}

.selectnw select+div button+ul li a label.checkbox {
  padding-left: 10px !important;
  font-weight: normal !important;
}

.selectnw select+div button+ul li a label.checkbox input[type=checkbox] {
  margin-right: 10px !important;
}

.checkboxnw input {
  width: 25px;
  height: 25px;
  margin: 6px 0px;
}

.select-div .btn-group {
  width: 100%;
}

.select-div .btn-group button.btn {
  text-align: left;
}

.select-div .btn-group button.btn+ul {
  width: 100%;
  padding: 10px;
}

.select-div .btn-group button.btn+ul li label {
  padding-left: 0px;
}

.required:after {
  content: " * ";
  color: rgb(255, 0, 0);
}

/*  */
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {
  border: 0;
  margin-top: 0px !important;
}

a.user-gallery-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.gallery-card {
  min-height: 320px !important;
}

.main-footer a {
  color: #018cd2;
}

/* .card {
  overflow-x: auto !important;
} */
.alert-customdanger {
  color: #575757;
  background-color: #f8d8da;
  border-color: #f8d8da;
}

.contactus input[type="checkbox"]::before {
  position: absolute;
  content: "UnRead";
  top: 1px;
  font-weight: bold;
  font-size: 11px;
  color: var(--danger);
  display: flex;
  justify-content: center;
  align-items: center;
  left: 1px;
  min-width: 57px;
  height: 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
  transition: .5s;
  padding: 5px;
}

.contactus input:checked[type="checkbox"]:before {
  left: 16px;
  content: "Read";
  color: #34C853;
}

.contactus input:checked[type="checkbox"]:before {
  left: 16px;
  content: "Read";
  color: #34C853;
}




/* DASHBOARD STYLING */
.login-page,
.main-sidebar {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008dd4', endColorstr='#747692', GradientType=0);
  /* IE6-9 */
  background: linear-gradient(69deg, #590890 21%, #59089057%);
  background: -moz-linear-gradient(69deg, #590890 21%, #590890 57%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(69deg, #590890 21%, #590890%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(69deg, #590890 21%, #590890 57%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.login__bg {
  height: 100vh;
  background: url(../images/bg.jpg);
  background-size: cover;
}

.login-card input {
  height: 50px;
  background-color: transparent;
  color: #fff !important;
}

.login-card input:focus {
  border-color: #fff !important;
  background: transparent;
}

body #form-wrap input:focus+div .input-group-text {
  border-color: #fff !important;
}

.login-card .btn {
  height: 50px;
  font-size: 16px;
}


/* admin dashboard */

[class*="sidebar-dark"] .brand-link {
  border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.small-box {
  padding: 10px;
}

.green-bg {
  background-color: #76afd9;
}

.bg-red {
  background-color: #db5763 !important;
}

.bg-olive {
  background-color: #5481b1 !important;
}

.user-menu .dropdown-menu a {
  display: block;
  padding: 10px;
  color: rgba(0, 0, 0, .9);
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.dataTable img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.dataTable td,
.dataTable th {
  font-size: 14px;
}

.dataTable td {
  vertical-align: middle;
}

#card1 {
  background: url(../images/bg.jpg);
  background-size: cover;
  background-position: center center;
}

.profile-card-inner i {
  cursor: pointer;
}

.view-details .col-sm-4 {
  border-bottom: 1px solid #ffe7e9;
  padding-top: 15px;
  padding-bottom: 15px;
}

.view-details .col-sm-12 {
  border-bottom: 1px solid #ffe7e9;
  padding-top: 15px;
  padding-bottom: 15px;
}



/* DASHBOARD STYLING */


.login__bg {
  height: 100vh;
  background: url(../images/bg.jpg);
  background-size: cover;
}

.login-card input {
  height: 50px;
  background-color: transparent;
  color: #fff !important;
}

.login-card input:focus {
  border-color: #fff !important;
  background: transparent;
}

body #form-wrap input:focus+div .input-group-text {
  border-color: #fff !important;
}

.login-card .btn {
  height: 50px;
  font-size: 16px;
}


/* admin dashboard */

[class*="sidebar-dark"] .brand-link {
  border-bottom: 5px solid rgb(255 255 255 / 80%);
  background-color: #590890;
}

.small-box {
  padding: 10px;
}

.green-bg {
  background-color: #76afd9;
}

.bg-red {
  background-color: #db5763 !important;
}

.bg-olive {
  background-color: #5481b1 !important;
}

.user-menu .dropdown-menu a {
  display: block;
  padding: 10px;
  color: rgba(0, 0, 0, .9);
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.dataTable img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.dataTable td,
.dataTable th {
  font-size: 14px;
}

.dataTable td {
  vertical-align: middle;
}

#card1 {
  background: url(../images/bg.jpg);
  background-size: cover;
  background-position: center center;
}

.profile-card-inner i {
  cursor: pointer;
}

/*  */
input:focus-visible.message-box {
  outline: -webkit-focus-ring-color auto 0px !important;
}

input.message-box {
  border: none;
  background-color: transparent;
}


/* Verification css*/
.verification-request-wrapper {
  margin: 0 auto;
}

.verified-name {
  text-transform: capitalize;
}

.verify-text {
  font-weight: 700;
  text-align: left !important;
  display: block;
  width: 100% !important;
}

.profile-wrap {
  width: 370px;
  height: 370px;
  margin: 0 auto;
}

.profile-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.button-block {
  text-align: center;
}

.button-block button.btn,
.button-block a.btn {
  font-size: 16px !important;
  color: #fff;
  text-transform: capitalize;
  padding: 5px 20px !important;
}

button.btn.approve-btn {
  background: #28a745;
}

button.btn.reject-btn {
  background: #dc3545;
}

a.visit-btn {
  background: #007bff;
}

.button-block button.btn i,
.button-block a.btn i {
  font-size: 16px;
  font-weight: 600;
  margin-left: 5px;
}

.heading-badge-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.heading-badge-block span {
  display: flex;
  width: auto;
  height: 100%;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.user-img {
  position: relative;
  color: #fff;
}

.user-img::before {
  width: 100%;
  height: 50%;
  background: linear-gradient(65deg, black, black);
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0;
  border-radius: .25rem;
}

.user-img img {
  border-radius: 50%;
  position: relative;
  z-index: 2;
  top: 8px;
  border: 1px solid black;
  object-fit: cover;
}

.user-img img+span {
  color: black !important;
  position: relative;
  margin-left: 10px;
  display: block;
  margin-top: 0;
  padding-top: 13px;
}

/* Meowchownow css start */

.navbar-light .navbar-nav a.nav-link i {
  font-size: 24px;
  color: var(--primarytext-color);
}

footer a.acr-link {
  color: #230636;
  font-weight: 700;
}

.wrapper .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(251 95 106 / 5%) !important;
}

.wrapper table span.badge-primary,
span.badge-primary {
  color: #fff;
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #FFFFAC 0%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%) !important;
}

.dt-buttons button.btn-default {
  /* background-color: #fdbfc3 !important;
  border-color: #ed9fa5 !important;
  color: #fff !important; */

  background-color: #590890 !important;
  border-color: #230636 !important;
  color: #fff !important;
}

.content-header a.btn-default {
  background-color: #000000;
  border-color: #000;
  color: #fff;
}

.blocked-user a>i {
  margin-right: 10px;
}

.wrapper div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 120px !important;
  height: 120px !important;
  text-align: center;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0px !important;
  margin-top: 0px !important;
  text-align: center;
  padding: 0px;
}

.wrapper .dataTables_processing::after {
  width: 125px !important;
  min-height: 125px;
  border: none !important;
  border-radius: 100%;
  position: absolute;
  content: '';
  background: url(https://img.freepik.com/premium-vector/system-software-update-upgrade-concept-loading-process-screen-vector-illustration_175838-2182.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  left: -3px;
  top: 0px;
  transform: scale(0.9);
}

.wrapper .table-bordered,
.table-bordered td,
.table-bordered th {
  border-color: #ffe5e7 !important;
}

.m-admin-profile .profile-card-inner {
  width: 70%;
  height: 100%;
  background: #000000c7;
  color: #fff;
  padding: 20px;
  margin: 0 auto;
}

.m-admin-profile div#card1 {
  background: linear-gradient(180deg, #fb5f6a 21%, #f12081 57%);
}

ul.menu-design {
  padding: 20px !important;
  background: #000;
}

ul.menu-design li a {
  color: #fff !important;
  border-bottom: 1px solid #fff !important;
  transition: all .3s linear;
}

ul.menu-design li a:hover {
  color: var(--primarytext-color) !important;
  border-bottom: 1px solid var(--primarytext-color) !important;
}

.login-banner {
  background: url(http://67.205.187.14:8096/images/logo-main.jpg);
  background: #000;
  background-size: cover;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
}

.login-banner-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.login-banner-img {
  width: 175px;
  height: 175px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.login-banner-img img {
  max-width: 100%;
}

.login-banner-content h1 {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  padding: 0px 30px;
  text-align: center;
  margin-bottom: 0px;
}

.login-card-body .btn-primary {
  background: #fff;
  color: #000;
}

.new-select .select2-container .select2-selection--single {
  height: 38px;
}

.new-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
  right: 5px;
}

.new-select .select2-selection__rendered::after {
  display: none;
}

.to-be-verified {
  display: flex;
  justify-content: flex-start;
}

.to-be-verified span:not(:last-child) {
  margin-right: 15px;
}

.login-page .form-control.is-invalid {
  border-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ffffff' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ffffff' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}

.login-page .form-control.is-invalid:focus {
  background-image: none !important;
}

.login-page .form-control.is-invalid:focus {
  background-image: none !important;
}

.login-page .invalid-feedback {
  color: #fff;
}

.login-card-body .input-group .form-control.is-invalid~.input-group-append .input-group-text {
  border-color: #fff;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.login-card-body [class*=icheck-]>input:first-child+label::before {
  border-color: #fff;
}

.login-card-body .icheck-primary>input:first-child:checked+label::before {
  background-color: #000000;
  border-color: #000000;
}

.login-card-body .icheck-primary>input:first-child:not(:checked):not(:disabled):hover+label::before {
  border-color: #000000;
}

.image-wrapper.profile-pic:hover span {
  display: block;
}

.image-wrapper.profile-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user-menu .dropdown-menu li:first-child a {
  padding-top: 0px;
}

.elevation-3 {
  box-shadow: none !important;
}

.close-img {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 10px;
  right: -15px;
  cursor: pointer;
}

/*---------- Media Query CSS Start -------------*/

@media screen and (max-width:991px) {
  #dataTableBuilder {
    width: 100%;
    display: block;
    overflow-x: auto;
  }

  .m-admin-profile .profile-card-inner {
    width: 95%;
  }
}

@media screen and (max-width:767px) {
  div.dataTables_wrapper div.dataTables_info {
    bottom: 40px;
  }

  div.dataTables_wrapper div.dataTables_paginate {
    position: absolute;
    bottom: -5px;
    right: 0px;
    padding-bottom: 1rem;
    transform: scale(.65);
    left: 0;
  }

  div.dataTables_wrapper div.dataTables_filter {
    position: static;
  }

  table.table-bordered.dataTable {
    margin-top: 0.5rem !important;
    margin-bottom: 4rem !important;
  }

  .login-banner {
    display: none;
  }

  .button-block {
    margin-bottom: 15px;
  }

  .profile-wrap {
    width: 100%;
    height: 250px;
    margin: 0 auto;
  }

  .profile-wrap img {
    object-fit: contain;
  }

  .content-header .row .col-sm-6:first-child,
  .content-header .row .col-sm-4 {
    margin-bottom: 20px;
  }

  .verification-inner-wrapper .row:nth-child(2) .col-md-6:first-child {
    margin-bottom: 30px;
  }

  .content-header .row .col-sm-8 a {
    margin-bottom: 10px;
  }

  .card.gallery-card .card-body .row .col-sm-2 {
    margin-bottom: 60px;
  }

}

@media screen and (max-width:576px) {
  div.dataTables_wrapper div.dataTables_info {
    bottom: 40px;
  }

  div.dataTables_wrapper div.dataTables_paginate {
    position: absolute;
    bottom: -5px;
    right: 0px;
    padding-bottom: 1rem;
    transform: scale(.55);
    left: 0;
  }

  .m-admin-profile .profile-card-inner {
    width: 95%;
  }


}

.btn.btn-xs {
  font-size: 11px !important;
  padding: 5px 5px !important;
}

.pac-card {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 10px;
  padding: 0 0.5em;
  font: 400 18px Roboto, Arial, sans-serif;
  overflow: hidden;
  font-family: Roboto;
  padding: 0;
}

/* #pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
} */

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  /* margin-left: 12px; */
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  /* width: 400px; */
}

#pac-input:focus {
  border-color: #4d90fe;
}

#infowindow-content .title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}

#map {
  height: 100vh;
}

.search-text {
  position: absolute;
  top: 70px;
  left: 10px;
  z-index: 10;
}

.toggle-password {
  position: absolute;
  bottom: 10px;
  right: 15px;
}


.show-tick {
  border: 1px solid #ced4da !important;
  background: #fff;
  box-shadow: none !important;
}

.show-tick .btn-light {
  background: #fff !important;
}

.form-group .toggle-password,
.form-group .toggle-confirm-password {
  position: absolute;
  top: 44px;
  right: 18px;
}


/* new styles for admin dashboard */
.dash-logo {
  height: 120px;
  display: block;
  margin-inline: auto;
}

/* .login-card-body {

} */
/* new styles for admin dashboard ends */

/*-- 31-12-2024 --*/
.login-card-body > img {
    max-width: 100px;
    height: auto;
    margin-bottom: 20px;
}
.login-card-body .btn-primary:hover {
	/* background: linear-gradient(270deg, #FF00FF 0%, #00FFFF 100%); */
	color:#000;
}
.login-card-body .btn-primary {
    border-radius: 50px;
    background: linear-gradient(270deg, #00FFFF 0%, #FF00FF 100%);
    font-size: 16px;
    height: auto;
    padding: 10px 20px;
    font-weight: 500;
    color: #fff;
}
a.forget-text {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.login-box, .register-box {
    width: 450px !important;
}
.login-page .card .card-body .btn-block {
    border: hidden !important;
    background: linear-gradient(270deg, #00FFFF 0%, #FF00FF 100%) !important;
}
.login-page .login-box {
    border-radius: .75rem;
    max-width: 450px;
    margin: 0 auto;
}

/*-- 31-12-2024 End --*/
