@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
    font-family: "Lato", sans-serif;
}

body {
    background-color: black !important;
    color: #ffffffb8 !important;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffffc7 !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    letter-spacing: 1px;
    cursor: pointer !important;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #03FF44 !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    cursor: pointer !important;
}

.no-anchor-style {
    text-decoration: none;
}

#header::after {
    content: "";
    display: table;
    clear: both;
}

#site-content {
    padding: 40px 50px 40px 50px;
    border-color: #03ff4424 !important;
    border-top: 2px solid transparent;
}

#header {
    width: 100%;
    margin: 0 auto;
    padding: 21px 0 40px 0;
    position: relative;
    border: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 1250px) {
    #header {
        width: 1500px;
        margin: 0 auto;
        padding: 40px 0 50px 0;
    }
}

@media (max-width: 1440px) {
    #header {
        width: 100%;
        margin: 0 auto;
        padding: 20px 20px 30px 20px;
    }
}

#content-container {
    position: relative;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    background: radial-gradient(ellipse at center, rgb(97 254 105 / 9%), hsla(0, 0%, 100%, 0));
    backdrop-filter: brightness(0.8);
    -moz-backdrop-filter: brightness(0.8);
    -webkit-backdrop-filter: brightness(0.8);
    margin-top: 50px;
}

.navbar-right {
    margin-right: 20px !important;
}

.text-outline-header {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: hsla(0, 0%, 100%, .1);
    color: transparent;
    position: absolute;
    left: 40%;
    top: 20%;
}

h1.big-title {
    font-size: 80px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h2.big-title {
    font-weight: 600;
    letter-spacing: 2px;
    border-left: 3px #03ff44 solid;
    padding-left: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

h3.big-title {
    font-weight: 600;
    letter-spacing: 2px;
    border-left: 3px #03ff44 solid;
    padding-left: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

h4.big-title {
    font-weight: 600;
    letter-spacing: 2px;
    border-left: 3px #03ff44 solid;
    padding-left: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.text-primary {
    color: #03FF44 !important;
}

h1.roleplay {
    margin-top: 40px;
    letter-spacing: 2px;
}

.navbar-default {
    border-color: #03ff4424 !important;
}

.o9 {
    opacity: 0.9;
}

.o8 {
    opacity: 0.8;
}

.o7 {
    opacity: 0.7;
}

.o6 {
    opacity: 0.6;
}

.o5 {
    opacity: 0.5;
}

.o4 {
    opacity: 0.4;
}

.o3 {
    opacity: 0.3;
}

.o2 {
    opacity: 0.2;
}

.o1 {
    opacity: 0.1;
}

.box {
    background-color: #000000a6;
    border: 1px solid #03ff4424;
    padding: 20px;
    border-radius: 0px;
    -webkit-filter: drop-shadow(0 0 10px #000);
    filter: drop-shadow(0 0 10px #000);
    mix-blend-mode: overlay;
}

.inside-box, .box-inside {
    background-color: #000000a6;
    border: 1px solid #03ff4424;
    padding: 20px;
    border-radius: 0px;
    -webkit-filter: drop-shadow(0 0 10px #000);
    filter: drop-shadow(0 0 10px #000);
}

.tagline {
    letter-spacing: 1px;
}

.tagline.text {
    font-weight: 300;
    opacity: 0.5;
}

.social-box {
    -webkit-filter: drop-shadow(0 0 10px #000);
    filter: drop-shadow(0 0 10px #000);
    mix-blend-mode: overlay;
    margin: 0 auto;
    text-align: center;
    border: 3px dashed #03ff4424;
}

.social-logo {
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.social-box:hover .social-logo {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.social-box:hover {
    border: 3px solid #03ff443d;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #03ff441a !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.dropdown-menu>li>a {
    color: #ffffffb8 !important;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #03ff441a !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.navbar-nav>li>.dropdown-menu {
    background-color: #000000;
    border: 1px solid #03ff4424;
    padding: 20px;
    border-radius: 0px;
    border-top: none;
    padding: 10px 0px 10px 0px;
}

ul.dropdown-menu li {
    margin-top: 5px;
    margin-bottom: 5px
}

.text-outline {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: hsla(0, 0%, 100%, .1);
    color: transparent;
    top: -10%;
    left: 10%;
    position: absolute;
    font-size: 40px;
    letter-spacing: 5px;
}

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.loadscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000000ab !important;
    background: radial-gradient(ellipse at center, rgb(97 254 105 / 9%), hsla(0, 0%, 100%, 0));
    z-index: 1000000;
    text-align: center;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    -moz-backdrop-filter: blur(50px);
}

.credit {
    font-size: 14px;
    margin-top: 50px;
}

.loadscreen .center {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.text-outline-logo {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: hsla(0, 0%, 100%, .1);
    color: transparent;
}

.logo-main {
    width: 25%;
    filter: drop-shadow(0px 0px 10px #03ff44);
}

.logo-loading {
    width: 10%;
    filter: drop-shadow(0px 0px 10px #03ff44);
}

.input-group .form-control, .input-group-addon, textarea.form-control {
    background-color: transparent !important;
    border: 1px solid #03ff4424 !important;
    border-radius: 0px !important;
    color: #ffffffb8 !important;
    height: 50px;
    letter-spacing: 1px;
}

.input-group .form-control:focus, textarea.form-control:focus {
    background-color: #03ff441a !important;
    border: 1px solid #03ff44 !important;
    color: #ffffff !important;
}

.button-custom, .custom-button {
    background-color: #000000 !important;
    color: #03ff44 !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    border: 1px solid #03ff44 !important;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    padding: 10px;
}

.button-custom:hover, .custom-button:hover {
    background-color: #03ff44 !important;
    color: #000000 !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-decoration: none;
}

.button-custom.red, .custom-button.red {
    background-color: #000000 !important;
    color: #ff0303 !important;
    border: 1px solid #ff0303 !important;
}

.button-custom.red:hover, .custom-button.red:hover {
    background-color: #ff0303 !important;
    color: #000000 !important;
}

.toast {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    opacity: 1;
}

.toast:hover {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    opacity: 1;
}

#toast-container>div {
    box-shadow: none !important;
    border-radius: 0 !important;
}

#toast-container {
    margin-bottom: 50px;
}

.toast-title {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.toast-message {
    letter-spacing: 1px;
    color: #ffffffb8 !important;
}

.toast-error {
    background-color: #000000 !important;
    color: #ff0303 !important;
    border-top: 3px solid #ff0303 !important;
    border-right: 1px solid #ff03033d !important;
    border-bottom: 1px solid #ff03033d !important;
    border-left: 1px solid #ff03033d !important;
}

.toast-success {
    background-color: #000000 !important;
    color: #03ff44 !important;
    border-top: 3px solid #03ff44 !important;
    border-right: 1px solid #03ff443d !important;
    border-bottom: 1px solid #03ff443d !important;
    border-left: 1px solid #03ff443d !important;
}

.toast-info {
    background-color: #000000 !important;
    color: #03a9f4 !important;
    border-top: 3px solid #03a9f4 !important;
    border-right: 1px solid #03a9f43d !important;
    border-bottom: 1px solid #03a9f43d !important;
    border-left: 1px solid #03a9f43d !important;
}

.toast-warning {
    background-color: #000000 !important;
    color: #ff9800 !important;
    border-top: 3px solid #ff9800 !important;
    border-right: 1px solid #ff98003d !important;
    border-bottom: 1px solid #ff98003d !important;
    border-left: 1px solid #ff98003d !important;
}

.dropdown-menu .divider {
    background-color: #03ff4424 !important;
}

.footer {
    border-color: #03ff4424 !important;
    border-top: 2px solid transparent;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer.top {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    background: radial-gradient(ellipse at center, rgb(97 254 105 / 9%), hsla(0, 0%, 100%, 0));
    backdrop-filter: brightness(0.2);
    -moz-backdrop-filter: brightness(0.8);
    -webkit-backdrop-filter: brightness(0.8);
}

a {
    color: #03ff44 !important;
}

.container-fixed {
    padding-right: 5%;
    padding-left: 5%;
}

.profile-img, .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.display-flex {
    display: flex;
}

.name {
    line-height: 2;
    margin-left: 10px;
}

.role {
    position: absolute;
    right: 5%;
    top: 25%;
}

.divider {
    border-top: 1px solid #03ff4424;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bio {
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 15px;
}

textarea {
    resize: vertical;
}

.dropdown-menu.datepicker-dropdown {
    padding: 20px !important;
    color: rgba(255, 255, 255, 0.8);
    z-index: 1060 !important;
    box-shadow: inset 0 0 0 1px rgb(255 255 255 / 10%), 0px 5px 20px 20px rgb(0 0 0 / 4%) !important;
    backdrop-filter: blur(50px);
    background: radial-gradient(ellipse at center, rgb(5 51 10), hsla(0, 0%, 100%, 0)) !important;
    -webkit-backdrop-filter: blur(50px);
    -moz-backdrop-filter: blur(50px);
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover, .datepicker table tr td.day:hover, .datepicker table tr td.focused, .datepicker table tr td span.focused, .datepicker table tr td span:hover {
    background-color: #03ff441a !important;
}

.datepicker table tr td.today {
    background-color: #03ff441a !important;
    color: #fff !important;
    border-color: #03ff44 !important;
}

.datepicker-dropdown.datepicker-orient-top:after {
   border-top: 7px solid #1b341e !important;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
    background-color: #03ff44 !important;
    color: #000000 !important;
    border-color: #03ff44 !important;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid #03ff4424 !important;
}

.table>tbody+tbody {
    border-top: 2px solid #03ff4424 !important;
}

.table>thead>tr>th {
    border-bottom: 2px solid #03ff4424 !important;
}

.scroll {
    overflow-y: auto;
    overflow-x: hidden;
}

.scroll.featured {
    height: calc(100vh - 100px);
    margin-left: 0px !important;
    width: calc(100%);
    max-height: 130px;
    margin-bottom: 0;
}

.scroll.home {
    height: calc(100vh - 100px);
    margin-left: 0px !important;
    width: calc(100%);
    max-height: 50px;
    margin-bottom: 0;
}

.small-title {
    letter-spacing: 1px;
}