* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #101326 no-repeat;
  background-size: cover;
  background-position: center;
  flex-direction: column;
}

body::-webkit-scrollbar {
  display: none;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #101326;
  height: 100px;
  width: 100%;
  position: relative;
}

.crm-logo {
  justify-content: center;
  align-items: center;
}

.crm-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
}

.flash {
  position: fixed;
  top: 80px;
  right: 85px;
  z-index: 1000;
  color: white;
}

.form-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  margin-top: 10px;
  text-align: center;
  font-size: 2rem;
  color: #fff;
}

.wrapper.login {
  margin-top: 100px;
  width: 520px;
  height: 440px;
  margin-bottom: 100px;
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  box-shadow: 0 0 40px rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transform: scale(1);
}
.wrapper.login .form-box {
  width: 100%;
  padding: 40px 22px;
}

.wrapper.cr_record {
  margin-top: 13px;
  width: 520px;
  height: 600px;
  margin-bottom: 100px;
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  box-shadow: 0 0 40px rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transform: scale(1);
  min-width: 500px;
  flex-direction: column;
}
.wrapper.cr_record .form-box {
  width: 100%;
  padding: 40px 22px;
}
.wrapper.cr_record .form-box.create-password {
  margin-top: 20px;
}

.wrapper.link-share {
  margin-top: 100px;
  width: 470px;
  height: auto;
  margin-bottom: 100px;
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  box-shadow: 0 0 40px rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transform: scale(1);
  min-height: 370px;
  min-width: 470px;
  flex-direction: column;
  box-shadow: 0 0 40px rgb(0, 0, 0);
}
.wrapper.link-share .form-box {
  width: 100%;
  padding: 16px;
  margin-top: 30px;
  font-size: 16px;
}

.wrapper.company {
  margin-top: 13px;
  width: 520px;
  height: auto;
  margin-bottom: 100px;
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  box-shadow: 0 0 40px rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transform: scale(1);
  min-height: 370px;
  min-width: 470px;
  flex-direction: column;
  margin-bottom: 40px;
}
.wrapper.company .form-box {
  width: 100%;
  padding: 16px;
  margin-top: 100px;
  font-size: 16px;
}

.wrapper.edit-company {
  margin-top: 30px;
  width: auto;
  height: 300px;
  margin-bottom: 100px;
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  box-shadow: 0 0 40px rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transform: scale(1);
  min-height: 370px;
  min-width: 470px;
}
.wrapper.edit-company h2 {
  display: block;
  font-size: 22px;
}
.wrapper.edit-company .form-box {
  width: 100%;
  padding: 16px;
}

.wrapper.website-management {
  margin-top: 13px;
  width: 520px;
  height: 600px;
  margin-bottom: 100px;
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  box-shadow: 0 0 40px rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transform: scale(1);
  min-width: 500px;
  flex-direction: column;
}
.wrapper.website-management .form-box {
  width: 100%;
  padding: 40px 22px;
}
.wrapper.website-management .form-box.create-password {
  margin-top: 20px;
}

.btn {
  width: 100%;
  height: 45px;
  background-image: linear-gradient(to right, #ffb443, #ff896f);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  outline: none;
  font-size: 1em;
  color: white;
  font-weight: 500;
}
.btn:hover {
  background: #ff896f;
}

.add-btn.cr_record {
  min-width: 130px;
  height: 45px;
  background-image: linear-gradient(to right, #ffb443, #ff896f);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  outline: none;
  font-size: 1em;
  color: white;
  font-weight: 600;
  margin-top: 70px;
  margin-left: 6px;
}
.add-btn.cr_record:hover {
  background: #ff896f;
}

.btn.edit-company {
  position: relative;
  width: 100%;
  height: 45px;
  background-image: linear-gradient(to right, #ffb443, #ff896f);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  outline: none;
  font-size: 1em;
  color: white;
  font-weight: 500;
  margin: 40px 0px 0px 0px;
  top: 60%;
}
.btn.edit-company:hover {
  background: #ff896f;
}

.trash-icon {
  color: rgb(255, 0, 0);
  font-size: 18px;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  margin-right: 26px;
  margin-top: -25px;
  flex: 0 0 auto;
}
.trash-icon:hover {
  background: transparent;
  font-size: 20px;
  transition: background-color 0.9s;
  margin-right: 25px;
  margin-top: -27px;
}

.pencil-icon {
  color: rgb(255, 255, 255);
  font-size: 15px;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  left: 100;
  margin-right: 26px;
  margin-top: 5px;
  margin-left: 10px;
  flex: 0 0 auto;
}
.pencil-icon:hover {
  background: transparent;
  font-size: 16px;
  transition: background-color 0.9s;
  margin-top: 4px;
}

.input-box.login {
  position: relative;
  width: 100%;
  height: 50px;
  border-bottom: 2px solid #16507d;
  margin: 30px 0;
}
.input-box.login label {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  font-size: 1.1em !important;
  color: white;
  pointer-events: none;
}
.input-box.login input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-size: 16px;
  color: #ffffff;
  padding: 0 35px 0 5px;
}
.input-box.login input:not(:placeholder-shown) ~ label {
  top: -5px;
  left: 5px;
  color: #ffffff;
  font-size: 16px;
  transition: all 0.3s ease;
}
.input-box.login .icon {
  position: absolute;
  right: 8px;
  font-size: 1.2em;
  color: #ffffff;
  line-height: 57px;
}

.input-box.cr_record {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-bottom: 0px;
  width: 100%;
  height: 50px;
  margin: 10px 0;
}
.input-box.cr_record input {
  background-color: #101327;
  color: white;
  padding: 12px;
  width: 130%;
  border: none;
  border-radius: 1px;
  outline: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #16507d;
  font-weight: 700;
}

label.link-share {
  position: relative;
  margin-top: 98px;
}
label.link-share[for=label-func] {
  background: linear-gradient(to right, #ffb443, #ff896f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 12px;
}
label.link-share[for=label-info] {
  color: white;
}
label.link-share[for=label-info2] a, label.link-share[for=label-info2] a:link, label.link-share[for=label-info2] a:visited {
  color: white;
  text-decoration: none;
}

.label-box.link-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  border: 1px solid #16507d;
  height: 52px;
  border-radius: 6px;
  cursor: pointer;
  margin-bottom: 6px;
  background-color: #101323;
}
.label-box.link-share.website {
  border: 0;
  transform: translateY(-15px);
  width: 93%;
}
.label-box.link-share.website label[for=label-info2] {
  font-size: 16px;
  text-decoration: none;
}
.label-box.link-share.website .copy-btn-open {
  background: none;
  border: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  padding: 5px 10px 9px 10px;
  color: white;
  cursor: pointer;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
}
.label-box.link-share.website:hover {
  background-image: linear-gradient(to right, #070443, #0b0481);
}
.label-box.link-share.website:hover .copy-btn-open {
  display: block;
}
.label-box.link-share.label-box-clicked {
  background-image: linear-gradient(to right, #181465, #312d89) !important;
}
.label-box.link-share .copy-btn {
  background: none;
  border: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  padding: 5px 10px 9px 10px;
  color: white;
  cursor: pointer;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
}
.label-box.link-share:hover .copy-btn {
  display: block;
}
.label-box.link-share label {
  position: absolute;
  left: 16px;
  cursor: pointer;
}
.label-box.link-share label[for=label-func] {
  top: 5px;
  background: linear-gradient(to right, #ffb443, #ff896f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 12px;
}
.label-box.link-share label[for=label-info], .label-box.link-share label[for=label-info2] {
  bottom: 7px;
  color: white;
}
.label-box.link-share label[for=label-info] a, .label-box.link-share label[for=label-info] a:link, .label-box.link-share label[for=label-info] a:visited, .label-box.link-share label[for=label-info2] a, .label-box.link-share label[for=label-info2] a:link, .label-box.link-share label[for=label-info2] a:visited {
  color: white;
  text-decoration: none;
}
.label-box.link-share.hover {
  transition: background-image 0.1s ease-in-out;
}
.label-box.link-share.hover:hover {
  background-image: linear-gradient(to right, #070443, #0b0481);
}

.input-box.edit-company {
  position: relative;
  width: 100%;
  height: 50px;
  border-bottom: 2px solid #16507d;
  width: 90%;
  margin: 30px 0;
}
.input-box.edit-company label {
  position: absolute;
  top: -10%;
  transform: translateY(-50%);
  font-size: 1.1em !important;
  color: white;
  pointer-events: none;
}
.input-box.edit-company input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-size: 16px;
  color: #ffffff;
  padding: 0 35px 0 5px;
  margin-top: 15px;
}
.input-box.edit-company input:not(:placeholder-shown) ~ label {
  top: -5px;
  left: 5px;
  color: #ffffff;
  font-size: 16px;
  transition: all 0.3s ease;
}
.input-box.edit-company .icon {
  position: absolute;
  right: 8px;
  font-size: 1.2em;
  color: #ffffff;
  line-height: 57px;
}

.input-box.company {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 30px 0;
}
.input-box.company label {
  position: relative;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  font-size: 30px !important;
  color: white;
  font-weight: 500;
  pointer-events: none;
}

input {
  width: 50%;
  height: 30px;
  border: none;
  outline: none;
  font-size: 16px;
  color: #ffffff;
  padding: 0 35px 0 5px;
  margin-left: 50px;
}
input #add-plus {
  margin-top: 30px;
}

.input-box.website-management {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0px;
  width: 100%;
  height: 50px;
  margin: 10px 0;
}
.input-box.website-management input {
  background-color: #101327;
  color: white;
  padding: 12px;
  width: 50%;
  border: none;
  border-radius: 1px;
  outline: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #16507d;
  font-weight: 700;
  margin-top: 10px;
}

@media only screen and (max-width: 830px) {
  .wrapper.company {
    box-sizing: border-box;
    width: 420px;
    min-width: 300px;
    min-height: 420px;
    margin: 0 30px;
    margin-top: 13px;
  }
}
@media only screen and (min-width: 371px) and (max-width: 530px) {
  .wrapper.login {
    box-sizing: border-box;
    width: 420px;
    min-width: 300px;
    min-height: 420px;
    margin: 0 30px;
    margin-top: 100px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 530px) {
  .wrapper.company {
    box-sizing: border-box;
    width: 420px;
    min-width: 300px;
    min-height: 420px;
    margin: 0 30px;
    margin-top: 13px;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 371px) and (max-width: 550px) {
  .wrapper.cr_record {
    box-sizing: border-box;
    width: calc(100% - 60px);
    min-width: 300px;
    min-height: 420px;
    margin: 0 30px;
    margin-top: 13px;
  }
}
@media only screen and (max-width: 500px) {
  .wrapper.link-share {
    box-sizing: border-box;
    width: calc(100% - 60px);
    min-width: 260px;
    min-height: 420px;
    margin: 0 30px;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 370px) {
  .wrapper.login {
    box-sizing: border-box;
    width: 320px;
    min-width: 260px;
    min-height: 420px;
    margin: 0 30px;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 370px) {
  .wrapper.company {
    box-sizing: border-box;
    width: calc(100% - 60px);
    min-height: 420px;
    margin: 0 30px;
    margin-left: 16px;
    margin-right: -10px;
    margin-top: 13px;
  }
}
@media only screen and (max-width: 370px) {
  .wrapper.cr_record {
    box-sizing: border-box;
    width: calc(100% - 60px);
    min-width: 300px;
    min-height: 420px;
    margin: 0 30px;
    margin-top: 13px;
  }
}
@media only screen and (max-width: 450px) {
  .wrapper.company {
    box-sizing: border-box;
    width: calc(100% - 60px);
    min-width: 300px;
    min-height: 420px;
    margin: 0 30px;
    margin-top: 140px;
    margin-left: 18px;
    margin-top: 13px;
  }
  .input-box.company {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 30px 0;
    overflow: hidden;
  }
  .input-box.company label {
    position: relative;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    font-size: 30px !important;
    color: white;
    font-weight: 500;
    pointer-events: none;
  }
  input {
    width: 20%;
    height: 30px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #ffffff;
    padding: 0 35px 0 5px;
    margin-left: 50px;
  }
  li {
    margin-left: 16px;
    margin: 10px;
    margin-top: 100px;
    list-style-type: none;
    border-bottom: 2px solid #16507d;
    height: 50px;
    overflow: hidden;
  }
  ul {
    font-size: 10px !important;
    margin: 70px 0px;
  }
}

.login-register {
  font-size: 0.9em;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  margin: 25px 0 10px;
}

.login-register p a {
  color: white;
  text-decoration: none;
  font-weight: 600;
}

.grecaptcha-badge {
  display: none;
}

#successPopup {
  position: fixed;
  width: 200px;
  height: 130px;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #101326;
  color: white;
  padding: 20px;
  z-index: 100;
  border: 2px solid white;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 40px rgb(0, 0, 0);
}

.select-style {
  background-color: #101327;
  color: white;
  padding: 12px;
  width: 100%;
  border: none;
  border-radius: 1px;
  outline: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #16507d;
  font-weight: 700;
}

.select-style:hover {
  background-color: #101327;
}

.select-style:focus {
  box-shadow: 0 0 0 1px #05488f;
}

.input-box input:focus {
  box-shadow: 0 0 0 1px #05488f;
}

.select-style:-webkit-autofill,
.select-style:-webkit-autofill:hover,
.select-style:-webkit-autofill:focus,
.select-style:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #101327 inset !important;
  -webkit-text-fill-color: white !important;
}

/* Add business adjustments */
/* #newBusinessContainer {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#newBusinessInput {
  margin-left: 5px;
  flex-grow: 1;
  margin-right: 10px;
  height: 50px;
}

#newBusinessEmail {
  margin-left: 5px;
  flex-grow: 1;
  margin-right: 10px;
  height: 50px;
} */

/* 
#submitNewBusiness {
  flex: 0 0 auto;
  min-width: 45px;
  width: 80px;
  height: 49px;
  background-image: linear-gradient(to right, rgb(178, 191, 242), #283479);
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  outline: none;
  font-size: 1em;
  color: rgb(0, 0, 0);
  font-weight: 500;
} */


#newBusinessContainer {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: stretch; /* Makes children take full width unless overridden */
}

#newBusinessInput,
#newBusinessEmail {
  margin: 5px 10px;
  height: 50px;
  width: 100%;
}

#submitNewBusiness {
  margin: 10px auto 0 auto; /* top margin + center horizontally */
  width: 25%; /* Half width of parent */
  height: 49px;
  background-image: linear-gradient(to right, rgb(178, 191, 242), #283479);
  color: rgb(0, 0, 0);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  outline: none;
  font-size: 1em;
  font-weight: 500;
}

#submitNewBusiness:hover {
  background: #16507d;
  transition: background-color 0.9;
}

#submitNewBusiness:active {
  transform: scale(0.95);
  background: #143d5f;
}

.label-box-clicked {
  background-image: linear-gradient(to right, #181465, #312d89) !important;
}

/*timer*/
.timer-wrapper {
  position: relative;
  text-align: center;
  width: 35px;
  height: 17px;
  margin-top: 18px;
  margin-left: 80px;
  background-color: #ffffff;
  display: inline-block;
  border-radius: 10px;
  padding: 0px 0px;
}

.timer-indicator {
  color: black;
  padding: 0px;
  display: inline-block;
  position: absolute;
  font-size: 12px;
  top: 50%;
  transform: translate(0, -50%);
}

.circle-timer-container {
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translate(0, -50%);
}

/*logos*/

.logo-text-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  top: -20px;
  left: 5px;
}

.logo {
  width: 55px;
  border-radius: 10px;
}

.logo-text {
  position: absolute;
  left: 73px;
  top: 14px;
  font-size: 20px;
  color: #ffffff;
  padding: 0;
}

li {
  margin-left: 16px;
  margin: 10px;
  list-style-type: none;
  border-bottom: 2px solid #16507d;
  height: 40px;
}

ul {
  font-size: 20px !important;
  margin: 20px 0px;
}

.edit-input {
  color: white;
  background: transparent;
  width: 80%;
  border: none;
  margin-bottom: 5px;
  margin-top: -10px;
  margin-left: 15px;
  font-size: 30px;
  z-index: 999;
}

input.edit-input {
  font-size: 20px;
}

.green-OK-button {
  position: absolute;
  right: 55px;
  margin-top: 5px;
  color: rgb(0, 182, 49);
  background-color: transparent;
  border: none;
  text-align: end;
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
  border-radius: 5px;
}

.red-cancel-button {
  position: absolute;
  right: 35px;
  color: rgb(255, 0, 0);
  background-color: transparent;
  border: none;
  text-align: end;
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 5px;
}

.company .add-company-plus {
  position: absolute;
  right: 43px;
  top: 78px;
  font-size: 25px;
  transition: transform 0.3s ease, color 0.3s ease;
  cursor: pointer;
  color: white;
  background: transparent;
}

.company .add-company-plus:hover {
  transform: scale(1.2);
}

.back.company {
  background: white;
  position: absolute;
  left: 38px;
  top: 80px;
  cursor: pointer;
  background: transparent;
  font-size: 50px;
  transition: transform 0.3s ease, color 0.3s ease;
}
.back.company:hover {
  transform: scale(1.1);
}

/* Style for the container */
#newBusinessContainer.company {
  background: transparent;
  margin-top: 130px;
  margin-left: 20px;
  margin-right: 20px;
  width: 80%;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: -40px;
}

#newBusinessContainer.company input {
  color: #ffffff;
  font-size: 16px;
  background-color: transparent;
  padding: 10px;
  border: 1px solid #16507d;
}

.company-item {
  position: relative;
  color: white;
}

.company-item .icon-color {
  visibility: hidden;
}

.company-item:hover .icon-color {
  visibility: visible;
  transform: scale(1.1);
}

.company-item:hover {
  font-size: 21px;
}

h2.website-management, h3.website-management {
  color: #ffffff;
}

h3.sub-title.website-management {
  margin-top: 40px;
  text-align: center;
}

.btn.website-management {
  margin-top: 40px;
  width: 150px;
  height: 50px;
}

.list-box.website-management {
  margin-top: 60px;
}

.website-list.website-management {
  color: #ffffff;
}

#newBusinessName {
  margin-left: 5px;
  flex-grow: 1;
  margin-right: 10px;
  height: 50px;
}

#newBusinessUrl {
  margin-left: 5px;
  flex-grow: 1;
  margin-right: 10px;
  height: 50px;
}

.company-item div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-header {
  color: white;
  margin-bottom: 30px;
  text-align: center;
}

.modal-content {
  background-color: #101327;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 75%;
}

.modal-body {
  display: flex;
  flex-direction: column;
  color: black;
}

.modal-body input {
  color: black;
}

.modal-body label {
  color: white;
}

#popupName {
  height: auto;
  width: 250px;
}

#popupUrl {
  height: 130px;
  width: 250px;
  padding-top: 5px;
  vertical-align: top;
  line-height: normal;
}

.modal-footer button {
  cursor: pointer;
  margin-top: 20px;
  padding: 10px 20px;
  background-image: linear-gradient(to right, #181465, #312d89);
  border: none;
  color: white;
  border-radius: 5px;
  font-size: 16px;
}

.modal-footer button:hover {
  background-image: linear-gradient(to right, #292781, #4338a2);
}