/* SAHIL CUSTOM CSS */

div.alert {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 9999;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
  margin: 0px;
  background-color: #774059;
  color: #ffffff;
  font-size: 18px;
  border: 0px;
  padding: 20px 35px 20px 25px;
  margin-right: 30px;
  line-height: 24px;
  max-width: 600px;
}

div.alert .close {
  position: absolute;
  top: 2px;
  right: 2px;
  color: #ffffff !important;
}

.delete-account {
  width: 100%;
  max-width: 650px !important;
  margin: 0 auto;
}

.safe-image-column {
  float: left;
  width: 25%;
  padding: 5px;
  margin-bottom: 20px !important;
}

/* Clearfix (clear floats) */
.safe-image-row ::after {
  content: "";
  clear: both;
  display: table;
}

.safe-image-column img {
  float: left;
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.banner-content-block-left .add-found-item {
  box-shadow: 0 4px 11px #282828;
}

.help-block-error {
  color: red !important;
  padding-top: 5px !important;
}

.profile-icon {
  border-radius: 50% !important;
}

#find_item_message_failure,
#notify_owner_message_failure {
  color: red !important;
}

.add-found-item,
#add-my-safe {
  cursor: pointer !important;
}

.login .login-sidebar-right {
  background-image: none;
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
}

.separator::before,
.separator::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #000;
}

.separator.text-white::before,
.separator.text-white::after {
  --tw-text-opacity: 1;
  border-color: rgb(119 64 89 / var(--tw-text-opacity));
}
.separator:not(:empty)::before {
  margin-right: 0.5em;
}

.separator:not(:empty)::after {
  margin-left: 0.5em;
}
.checkbox input {
  left: 0px;
  z-index: 1;
}
.login .upgrade-pro ul {
  min-width: 300px;
}
.bg-white .tab-menu li .nav-link.active {
  --tw-text-opacity: 1;
  background-color: rgb(119 64 89 / var(--tw-text-opacity));
  color: #ffffff;
}
.bg-white .tab-menu li .nav-link {
  --tw-text-opacity: 1;
  color: rgb(119 64 89 / var(--tw-text-opacity));
  border-color: rgb(119 64 89 / var(--tw-text-opacity));
  border: 1px solid;
}
.bg-white .checkmark {
  --tw-text-opacity: 1;
  border-color: rgb(54 54 91 / var(--tw-text-opacity));
}
.bg-white .checkbox .checkmark:after {
  --tw-text-opacity: 1;
  border-color: rgb(54 54 91 / var(--tw-text-opacity));
}

/* Phone input styling */
.phone, .iti {
  width: 100% !important;
}
