@import url("https://fonts.googleapis.com/css2?family=Arvo&display=swap");

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  background: #18191a;
  font-family: "Titillium Web", sans-serif;
  font-family: "Arvo", serif;
  padding: 0 !important;
}

a {
  text-decoration: none;
  color: #3a3a3c !important;
  transition: 0.5s ease;
}

a:hover {
  color: #4b4c4d;
}

.form {
  background: #242526;
  padding: 30px 40px;
  max-width: 600px;
  margin: 40px auto;
  border-radius: 4px;
  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}

/* .tab-group {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.tab-group:after {
    content: "";
    display: table;
    clear: both;
} */

/* .tab-group li a {
    display: block;
    text-decoration: none;
    padding: 15px;
    background: rgba(160, 179, 176, .25);
    color: #a0b3b0;
    font-size: 20px;
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer;
    transition: 0.5s ease;
}

.tab-group li a:hover {
    background: #765127;
    color: #fff;
}

.tab-group .active a {
    background: #A47240;
    color: #fff;
}

.tab-content>div:last-child {
    display: none;
} */

h1 {
  text-align: center;
  color: #fff;
  font-weight: 300;
  margin: 0 0 15px;
}

label {
  /* position: absolute; */
  transform: translateY(6px);
  left: 13px;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.25s ease;
  pointer-events: none;
  font-size: 22px;
}

label .req {
  margin: 2px;
  color: #f2435b;
}

label.active {
  transform: translateY(50px);
  left: 2px;
  font-size: 14px;
}

label.active .req {
  opacity: 0;
}

label .highlight {
  color: #fff;
}

input,
textarea {
  font-size: 22px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 10px;
  background: none;
  background-image: none;
  border: 1px solid #3a3a3c;
  color: #fff;
  border-radius: 0;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
}

input:focus,
textarea:focus {
  outline: 0;
  border-color: #4b4c4d;
}

textarea {
  border: 2px solid #3a3a3c;
  resize: vertical;
}

.field-wrap {
  position: relative;
  margin-bottom: 40px;
}

.top-row:after {
  content: "";
  display: table;
  clear: both;
}

.top-row > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}

.top-row > div:last-child {
  margin: 0;
}

.button {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 15px 0;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: #3a3a3c;
  color: #fff;
  transition: all 0.5s ease;
  -webkit-appearance: none;
}

.bgLight {
  background: #3a3a3c !important;
  color: #fff !important;
}

.button:hover,
.button:focus,
.bgLight:hover,
.bgLight:focus {
  background: #4b4c4d !important;
}

.button-block {
  display: block;
  width: 100%;
}

.forgot {
  margin-top: -20px;
  text-align: right;
}

.navbar-brand {
  text-align: center;
  color: #fff !important;
  font-weight: 300;
  font-size: 2rem;
}

.nav-link {
  color: #fff !important;
  font-size: 1.5rem;
}

.nav-link:hover {
  color: rgb(233, 222, 222) !important;
  font-size: 1.5rem;
}

.note {
  background: #242526;
  border: 1px solid #18191a;
  border-radius: 15px;
  box-shadow: #18191a;
  color: white;
}

p {
  overflow-wrap: anywhere;
  height: 80px;
  overflow: hidden;
}

.dropdown {
  background: transparent;
  width: 60px;
  height: 60px;
}

.dropdown-menu {
  right: 0 !important;
  left: unset !important;
  list-style: unset !important;
  padding: 10px !important;
  background-color: #242526 !important;
  border-radius: 20px;
  box-sizing: border-box;
}

.dropdown-toggle::after {
  content: unset !important;
}

.dropdown-item {
  background-color: #242526 !important;
  padding: 10px;
  border-radius: 20px;
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
}

.dropdown-item:hover {
  background-color: #4b4c4d !important;
}

#avatar {
  width: 100px;
  height: auto;
  margin: 20px;
}

.bgNav {
  background-color: #242526;
}

.bgBody {
  background-color: #18191a;
}

.darker {
  color: #d3cbc5 !important;
}

.navAvatar {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-origin: content-box;
  border-radius: 50%;
}

.dropdownAvatar {
  width: 12%;
  float: left;
  height: 21.59px;
  margin-right: 13%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-origin: content-box;
  border-radius: 30px;
}

.dropdownIcon {
  font-size: 25px;
  width: 25%;
  float: left;
}

.dropdownText {
  width: 75%;
  float: left;
}

.modalBodyPadd {
  padding: 2.5rem !important;
}

.field-icon {
  position: absolute;
  top: 50%;
  right: 0%;
  font-size: 20px;
  transform: translate(-30%, -50%);
  color: #f2435b;
}
