html,
body {
  background-image: url("oldbackground.jpg");
  /* background-color: white; */
  background-size: cover;
  background-repeat: no-repeat;
  height: 90%;
  font-family: "Numans", sans-serif;
}

.container {
  align-content: center;
}

.container1 {
  height: 370px;
  margin-top: auto;
  margin-bottom: auto;
  width: 400px;
  background-color: rgba(0, 0, 0, 0.5) !important;
  align-content: center;
}

#card-blacklist {
  height: 790px;
  margin-top: 10px;
  margin-bottom: auto;
  width: 700px;
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.card_clone {
  height: 375px;
  margin-top: 10px;
  margin-bottom: auto;
  width: 700px;
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.card_address {
  height: 750px !important;
  width: 1000px !important;
}

.card {
  height: 370px;
  margin-top: 200px;
  margin-bottom: auto;
  width: 400px;
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.social_icon span {
  font-size: 60px;
  margin-left: 10px;
  color: #ffc312;
}

.social_icon span:hover {
  color: white;
  cursor: pointer;
}

.card-header h3 {
  color: white;
}

.social_icon {
  position: absolute;
  right: 20px;
  top: -45px;
}

#input-title {
  width: 180px;
  background-color: #ffc312;
  color: black;
  border: 0 !important;
}

.input-group-prepend span {
  width: 50px;
  background-color: #ffc312;
  color: black;
  border: 0 !important;
}

input:focus {
  outline: 0 0 0 0 !important;
  box-shadow: 0 0 0 0 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.remember {
  color: white;
}

.remember input {
  width: 20px;
  height: 20px;
  margin-left: 15px;
  margin-right: 5px;
}

.login_btn {
  color: black;
  background-color: #ffc312;
  width: 100px;
}

.login_btn:hover {
  color: black;
  background-color: white;
}

.links {
  color: white;
}

.links a {
  margin-left: 4px;
}

/* POP UP */

.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: rgb(153, 39, 39);
}

.table-responsive {
  height: 90vh;
  overflow: auto;
  display: block;
}

/* Show select option inside modal */
.modal {
  overflow: visible;
}

.modal-body {
  overflow-y: visible !important;
}

.move_btn {
  color: black;
  background-color: #ffc312;
  width: 100px;
}

.nav-link {
  color: #ffc312;
  font-weight: bold;
}

a.nav-link:hover {
  color: red;
  font-weight: bold;
}
