@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');

* {
    font-family: 'Poppins',sans-serif;
}

.input {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    outline: none;
    font-size: 16px;
    border: 1px solid var(--bs-border-color);
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #FBFBFD;
}


nav {
    background-color: #31AB71 !important;
    color: white !important;
}

.navbar navbar-expand-lg bg-body-tertiary {
    background-color: #31AB71 !important;
    color: white !important;
}

.box {
    height: 40px;
    width: 30px;
    background-color: green;
}

.g-highlight {
    background-color: #31AB71 !important;
    color: white;
}

.side-box {
    background-color: #F2DDFF;
    height: 18em;
    width: 16em;
    color: #31AB71;
    border-radius: 10%;
    position: fixed;
    top: 50%;
    left: 7%;
    transform: translate(-50%, -50%);
}

.side-text {
    text-decoration: none;
    color: #A23CE0 !important;
    font-weight: bold;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    box-shadow: none;
}

.button-gradient {
    background-image: linear-gradient(to right, #767BFF, #EF53FF);
    color: white;
    max-width: 100%;
    border: none;
}

.nav-link{
    color:white !important;
}