*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #f3f3f3;
  font-size: 0.875em;
  overflow-x: hidden;
  font-family: "Trebuchet MS", sans-serif;
  background-attachment: fixed;
}

button {
  width: 100%;

  outline: none;
  border: none;
  height: 35px;
}

input {
  background-color: #ffffff;
  overflow: hidden;

  outline: none;
  border: none;
  height: 40px;
  font-size: 15px;
  width: 100%;
}

.section-button {
  height: 17px;
  text-decoration: none;
  background: #66b4dd;
  border-radius: 4px;
  font-size: 12px;
  text-align: center;
  cursor: pointer !important;
  margin: 2px;
  max-width: 300px;
  border: 1px solid;
}

.log {
  background: black;
  color: lime;
  font-size: 10px;
}
#main {
  background: #000;
}
.menu-item {
  text-align: center;
  margin-left: 10px;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  float: left;
  margin-bottom: 9px;
}
.input-box {
  margin-bottom: 15px;
}

.loginsquare {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  color: #fff;
}

.login {
  background-color: #3659d8;
  max-width: 400px;

  padding: 50px;
}
.login-alert {
  color: #ffd200;
  margin-top: 20px;
}
.name {
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
}

#logoutButton {
  color: #fff;
  text-align: center;
  width: 100%;
  cursor: pointer;
  display: block;
  bottom: 0;
}
.bottom {
  color: #fff;
}
.sites-selection {
  width: 90%;
  margin: auto;
  display: block;
  margin-bottom: 4px;
  outline: none;
}
.sidenav {
  width: 19%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
  z-index: 1;
  background-color: #00144f;
  overflow-x: hidden;
  transition: 0.5s;
  padding: 1px;
  border-radius: 6px;
  border: 1px solid #e4e4e4;
  margin: 5px 0 0 5px;
  float: left;
  height: 100px;
}
.sidenav-right {
  width: 80%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
  z-index: 1;
  background-color: #150029;
  overflow-x: hidden;
  transition: 0.5s;
  padding: 1px;
  border-radius: 6px;
  border: 1px solid #e4e4e4;
  margin: 5px 5px 5px 0px;
  float: right;
  height: 100px;
  color: #fff;
  padding: 10px;
  display: flex;
}

#main {
  width: 99%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
  z-index: 1;
  background-color: #9bc5db;
  overflow-x: hidden;
  transition: 0.5s;
  padding: 1px;
  border-radius: 6px;
  border: 1px solid #e4e4e4;
  z-index: 2;
  position: relative;
  display: block;
  margin: auto;
  height: 100%;
  padding: 10px;
}

ol {
  counter-reset: li;
  list-style: none;
  padding: 0;
}

ol li {
  position: relative;
  cursor: pointer;
  display: block;
  padding: 0.4em 0.4em 0.4em 2em;
  margin: 0.5em 0;
  background: #dad2ca;
  color: #444;
  text-decoration: none;
  border-radius: 0.3em;
  transition: 0.3s ease-out;
}

ol li:hover {
  background: #1191bc;
  color: #fff;
}

#pagination span {
  background: #fff;
  padding: 4px;
  border: 1px solid;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 3px;
}
.clicked {
  background: #008c3e !important;
  color: #fff;
}

#pagination {
  margin-bottom: 20px;
}
.edited {
  color: #5803bfcf;
}

#modal,
#modal1,
#modal2,
#modal3 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
  display: none;
  z-index: 3;
}
#modal-content,
#modal-content1,
#modal-content2,
#modal-content3 {
  vertical-align: middle;
  z-index: 2;
  max-width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  margin: auto;
}
.modal-buttons {
  max-width: 90%;
  background: #fff;
  padding: 10px;
  margin: 10px auto;
}
.close-button {
  color: #fff;
  background: #ff0066;
  padding: 0.5rem 1rem;
  display: inline-block;
  border-radius: 4px;
  transition-duration: 0.25s;
  border: none;
  font-size: 14px;
  margin: 5px 0 5px 0;
  cursor: pointer;
}

.prompt {
  padding: 4px;
  border: 1px solid;
  margin-bottom: 4px;
  background: #000;
  color: #00f330;
}

.save-button {
  color: #fff;
  background: #00ac45;
  padding: 0.5rem 1rem;
  display: inline-block;
  border-radius: 4px;
  transition-duration: 0.25s;
  border: none;
  font-size: 14px;
  margin: 5px 0 5px 0;
  cursor: pointer;
}

.image-button {
  width: 100%;
  outline: none;
  border: none;
  height: 35px;
  background: #003fb0cf;
  color: #fff;
  max-width: 100px;
  margin: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.col {
  display: flex;
  align-items: center;
  width: 47%;

  padding-right: 60px;
}
.col-ai {
  display: flex;
  align-items: center;
  padding-right: 60px;
  margin-bottom: 10px;
  text-align: left;
}
.col2 {
  display: flex;
  align-items: center;
  width: 100%;
  padding-right: 60px;
}
.bordered {
  width: 95%;
  padding: 9px;
  border: 1px solid;
}
.label {
  width: 29%;
}
.bordered {
  width: 69%;
  padding: 10px;
  border: 1px solid;
}
.borderedd {
  width: 51%;
  padding: 10px;
  border: 1px solid;
}
.page-info2 {
  display: flex;
  justify-content: center;
}
.page-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.textarea-col {
  margin-top: 30px;
}
.social-button {
  float: right;

  position: inherit;
  z-index: 999999999999999;
}
.social-button img {
  height: 17px;
  margin-right: 10px;
}
.route-button {
  color: #000000;
  background: #ffdb00;
  padding: 0.5rem 1rem;
  display: inline-block;
  border-radius: 4px;
  transition-duration: 0.25s;
  border: none;
  font-size: 14px;
  margin: 5px 0 5px 0;
  cursor: pointer;
}
.visit-url {
  height: 17px;
  filter: drop-shadow(1px 2px 1px rgb(0 0 0 / 0.4));
  color: #ffffff;
  text-decoration: none;
  border: 1px solid;
  background: #2451a0;
  border-radius: 4px;
  font-size: 12px;
  width: 70px;
  text-align: center;
  display: flex;
  justify-content: space-around;
  cursor: pointer !important;
  float: left;
  margin: 2px;
}

.visit-url-404 {
  filter: drop-shadow(1px 2px 1px rgb(0 0 0 / 0.4));
  color: #000000;
  text-decoration: none;
  background: #f3ff42;
  border-radius: 4px;
  width: 70px;
  text-align: center;
  display: flex;
  justify-content: space-around;
  cursor: pointer !important;
  margin: 2px;
}
.line-buttons {
  display: flex;
  justify-content: flex-end;
}
.line-text {
  width: 79%;
  float: left;
}

#pnames {
  display: none;
  outline: none;
  border: none;
  background: none;
  font-size: 16px;
  color: #ff4800;
}
.title-container {
  display: flex !important;
  justify-content: space-between !important;
}
.title-con1 {
  display: flex !important;
}

#input {
  height: 100%;
  width: 20%;
}
#output {
  height: 100%;
  width: 80%;
  color: #1fff00;
}
.srbutton {
  cursor: pointer;
}
.typeselect {
  height: 40px;
  width: 414px;
  border: 1px solid #000;
  cursor: pointer;
}
.search {
  width: 30%;
  position: absolute;
  top: 7%;
  right: -12%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #9bc5db;
  background: #9bc5db;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

.searchTerm:focus {
  color: #000000;
}

.searchTerm {
  width: 100%;
  border: 3px solid #9bc5db;
  border-right: none;
  padding: 15px;
  height: 20px;
  border-radius: 5px 0 0 5px;
  outline: none;
  flex: 1;
}

.alert {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f44336;
  color: white;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

#closeAlert {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  float: right;
}
