@import url('lib/open-iconic/font/css/open-iconic-bootstrap.min.css');

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    color: red;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "An error has occurred."
}

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

.loading-progress circle {
    fill: none;
    stroke: #e0e0e0;
    stroke-width: 0.6rem;
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
}

.loading-progress circle:last-child {
    stroke: #1b6ec2;
    stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
    transition: stroke-dasharray 0.05s ease-in-out;
}

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

.loading-progress-text:after {
    content: var(--blazor-load-percentage-text, "Loading");
}


/* custom */
body {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #ffffff;
    background-color: #1d0f08;
}

/* colors */
.bg-red {
    background-color: #c51a1a;
}

.bg-blue {
    background-color: #1a84c5;
}

.bg-green {
    background-color: #1ac531;
}

.text-white {
    color: white;
}

.text-blue {
    color: blue;
}

.text-teal {
    color: teal;
}

.text-light-blue {
    color: cyan;
}

.text-orange {
    color: #cfb484;
}

.text-light-orange {
    color: #cfb484;
}

.text-yellow {
    color: yellow;
}

.text-brown {
    color: olive;
}

.text-red {
    /*color: #c51a1a; too dark!!!*/
    color: #ff5555;
}

.text-maroon {
    color: maroon;
}

.text-green {
    color: green;
}

.text-lime {
    color: lime;
}

.text-fuchsia {
    color: fuchsia;
}

.text-purple {
    color: purple;
}

/* buttons */
.btn {
    line-height: 1.6;
}

.btn-theme {
    font-size: 14px;
    color: #ffffff;
    border: 2px solid #41281c;
    background-origin: border-box;
    position: relative;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.btn-theme.btn-gradient-border {
    padding: 0 !important;
    border: 2px solid transparent;
    overflow: hidden;
}

.btn-theme.btn-gradient-border,
.btn-theme.btn-gradient-border:hover,
.btn-theme.btn-gradient-border:focus {
    background-image: linear-gradient(#523320, #31180b);
}

.btn-theme,
.btn-theme.btn-gradient-border .btn-inner {
    padding: 12px 18px;
    background-image: linear-gradient(#321a0c, #1f1009);
}

.btn-theme:hover,
.btn-theme.btn-gradient-border .btn-inner:hover {
    color: #ffffff;
    background-image: linear-gradient(#3c2010, #26130a);
}

.btn-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.btn-inner .btn-icon {
    display: flex;
    color: #bc9784;
    margin-right: 10px;
}

.btn-inner .btn-icon svg {
    fill: #bc9784;
}

.btn-theme.btn-lg,
.btn-theme.btn-lg.btn-gradient-border .btn-inner {
    font-size: 16px;
    padding: 13px 35px;
}

.btn-theme.btn-sm,
.btn-theme.btn-sm.btn-gradient-border .btn-inner {
    font-size: 14px;
    padding: 7px 25px;
}

.site-content .container,
.site-content .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.header-info-bar {
    background-color: #1d0e07;
}

.header-info-bar ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.header-info-bar ul li {
    padding-top: 8px;
    padding-bottom: 8px;
}

.online-player-status {
    display: flex;
    align-items: center;
}

.online-player-status .dot-icon {
    margin-right: 8px;
}

/* dot icon */
.dot-icon {
    width: 22px;
    height: 22px;
    position: relative;
    display: inline-block;
}

.dot-icon:before,
.dot-icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: currentColor;
}

.dot-icon:before {
    width: 100%;
    height: 100%;
    opacity: 0.16;
    -moz-opacity: 0.16;
    filter: alpha(opacity=16);
    -webkit-filter: alpha(opacity=16);
}

.dot-icon:after {
    width: 45.45%;
    height: 45.45%;
}

.navbar-brand-section {
    flex-shrink: 0;
}

.navbar-nav-section {
    flex-grow: 1;
}

.navbar-main {
    flex-grow: 1;
}

.navbar-user {
    flex-shrink: 0;
}

.navbar {
    position: relative;
    background-color: #1d0f08;
    padding: 0;
}

.navbar:before,
.navbar:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #41281c;
}

.navbar:before {
    top: 0;
    z-index: 1;
}

.navbar:after {
    bottom: 0;
}

.navbar .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.navbar .navbar-brand {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 0;
    height: 70px;
    display: flex;
    align-items: center;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-expand-lg .navbar-nav .nav-item {
    margin-left: -2px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-weight: 500;
    color: #ffffff;
    height: 70px;
    display: flex;
    align-items: center;
    padding-left: 34px;
    padding-right: 34px;
    border-style: solid;
    border-width: 1px 2px;
    border-color: #41281c;
    background-image: linear-gradient(#271409, #1d0f08);
    position: relative;
}

.navbar-expand-lg .navbar-nav a.nav-link {
    color: #999390;
}

.navbar-expand-lg .navbar-nav a.nav-link:hover,
.navbar-expand-lg .navbar-nav a.nav-link:focus,
.navbar-expand-lg .navbar-nav a.nav-link.active {
    z-index: 1;
    color: #ffffff;
    background-image: linear-gradient(#321a0c, #1f1009);
}

.navbar-expand-lg .navbar-nav a.nav-link.active:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: -2px;
    right: -2px;
    height: 3px;
    background-color: #ddc190;
}

.navbar-expand-lg .navbar-main .navbar-nav .nav-link {
    border-color: #2f1b12;
}

.navbar-expand-lg .navbar-main .navbar-nav a.nav-link:hover,
.navbar-expand-lg .navbar-main .navbar-nav a.nav-link:focus,
.navbar-expand-lg .navbar-main .navbar-nav a.nav-link.active {
    border-color: #41281c;
}

.navbar-expand-lg .navbar-user .navbar-nav .nav-link {
    padding-left: 25px;
    padding-right: 25px;
}

.user-account {
    display: flex;
    align-items: center;
    min-width: 246px;
}

.user-account h5 {
    font-size: 14px;
    font-weight: 500;
    padding-top: 3px;
    margin-bottom: 0;
}

.user-img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    margin-right: 18px;
}

.user-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.user-account .user-logout {
    color: #ee3a3a;
    text-decoration: none;
}

.user-account .user-logout:hover {
    opacity: 0.80;
    -moz-opacity: 0.80;
    filter: alpha(opacity=80);
    -webkit-filter: alpha(opacity=80);
}

.navbar-user .nav-item:last-child .nav-link {
    border-right: none;
}

.navbar-user .nav-link .icon {
    width: 24px;
    height: 24px;
    position: relative;
}

.navbar-user a.nav-link .icon svg {
    fill: #999390;
}

.navbar-user a.nav-link:hover .icon svg,
.navbar-user a.nav-link:focus .icon svg,
.navbar-user a.nav-link.active .icon svg {
    fill: #ffffff;
}

.navbar-user .nav-link .icon .badge {
    padding: 3px 5px;
    font-size: 0.85em;
}

.site-content {
    position: relative;
    background-image: url("/images/webmud-bg.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    padding-top: 35px;
    padding-bottom: 10px;
    min-height: calc(100vh - 39px - 70px - 70px); /* decreasing infobar, header and footer */
}

.site-content:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(16, 7, 2, 0.97);
}

.site-content.bg-opacity-b:before {
    background-color: rgba(16, 7, 2, 0.9);
}

.site-content > * {
    position: relative;
    z-index: 1;
}

.section-banner {
    text-align: center;
}

.section-banner .content-wrap {
    min-height: calc(100vh - 39px - 70px - 70px); /* decreasing infobar, header and footer */
}

.section-banner .content-inner {
    padding: 50px 30px;
}

.section-banner .brand-img {
    margin-bottom: 12px;
}

.section-banner h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
}

/* form controls */
.form-control {
    font-size: 14px;
    padding: 12px 18px;
    background-image: linear-gradient(#1d0f08, #110803);
    border: 2px solid rgba(255, 255, 255, 0.1);
    background-origin: border-box;
    background-clip: border-box;
}

.form-control:focus {
    background-image: linear-gradient(#000000, #000000);
}

.form-control,
.form-control:focus {
    color: #bc9784;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #bc9784;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}

.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #bc9784;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}

.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #bc9784;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}

.form-control:-moz-placeholder { /* Firefox 18- */
    color: #bc9784;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}

.form-control-wrap {
    position: relative;
}

.form-control-wrap .form-control-icon {
    width: 19px;
    position: absolute;
    left: 14px;
    z-index: 1;
    color: #bc9784;
}

.form-control-wrap .form-control-icon svg {
    fill: #bc9784;
}

.form-control-wrap .form-control {
    padding-left: 50px;
}

.form-control-border {
    display: block;
    border: 2px solid transparent;
    background-origin: border-box;
    background-clip: border-box;
    background-image: linear-gradient(#523320, #31180b);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    overflow: hidden;
}

.form-control-border .form-control {
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.search-block {
    margin-bottom: 20px;
}

.search-block .form-control-wrap {
    margin-bottom: 10px;
}

.search-block .btn {
    margin-bottom: 10px;
}

/* theme-box */
.theme-box {
    background-image: linear-gradient(#271409, #1d0f08);
    border: 2px solid #351f13;
    background-origin: border-box;
    background-clip: border-box;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    margin-bottom: 18px;
    overflow: hidden;
}

.theme-box > * {
    border-top: 2px solid #351f13;
}

.theme-box > *:first-child {
    border-top: none;
}

.theme-box-header,
.theme-box-body,
.theme-box-footer {
    padding: 20px 25px;
}

.theme-box-header + .theme-box-body {
    background-color: #100703;
}

.theme-box hr {
    background-color: #41281c;
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-filter: alpha(opacity=100);
    margin-left: -15px;
    margin-right: -15px;
}

.realm-list-section {
    margin-bottom: 17px;
}

.realm-info-bar .theme-box-header,
.realm-info-bar .theme-box-body {
    padding-bottom: 0;
}

.realm-info-bar .realm-info,
.realm-info-bar .realm-stats,
.realm-info-bar .realm-config {
    margin-bottom: 20px
}

.realm-info-bar .realm-btns {
    margin-bottom: 10px;
}

.realm-info-bar .realm-btns .btn {
    margin-bottom: 10px;
}

.realm-info .realm-icon {
    margin-right: 30px;
}
/* realm-stats */
.realm-stats {
    text-align: center;
}

.realm-stats .dot-icon {
    margin-bottom: 8px;
}

.realm-stats .stat-data {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
}

.realm-stats .stat-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.realm-config-bx {
    padding: 15px 22px;
    background: #1d0e06;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    width: 100%;
    max-width: 290px;
}

.realm-config-bx .config-icon {
    margin-right: 12px;
}

.realm-config-bx .config-label {
    font-weight: 600;
}

.realm-config-bx .btn-theme {
    text-transform: uppercase;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.realm-config-bx .btn-theme,
.realm-config-bx .btn-theme.btn-gradient-border .btn-inner {
    font-size: 13px;
    padding: 7px 35px;
}

.row.realm-btn-options {
    --bs-gutter-x: 8px;
}

.row.realm-btn-options > * {
    margin-bottom: 8px;
}

.realm-btn-options .btn-inner {
    min-height: 63px;
    padding: 4px 15px;
    flex-direction: column;
    justify-content: end;
}

.realm-btn-options .btn-theme {
    font-size: 12px;
    font-weight: 500;
    color: #bc9784;
    padding: 0;
    background-image: none;
}

.realm-btn-options .btn-theme:hover,
.realm-btn-options .btn-theme:focus,
.realm-btn-options .btn-theme.active {
    background-image: linear-gradient(#321a0c, #1f1009);
}

.realm-btn-options .btn-theme:hover,
.realm-btn-options .btn-theme:focus,
.realm-btn-options .btn-theme.active {
    color: #cfb484;
    border-color: #cfb484;
}

.realm-btn-options .btn-icon {
    width: auto;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 6px;
}

.realm-content-area .realm-info .realm-icon {
    width: 36px;
    margin-right: 20px;
}

.realm-content-wrap {
    margin-left: 328px;
    position: relative;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.realm-content-wrap .chat-toggle {
    display: inline-block;
    padding: 2px 10px 4px;
    background-image: linear-gradient(#321a0c, #1f1009);
    position: absolute;
    top: -2px;
    left: -39px;
    z-index: 10;
    border-style: solid;
    border-width: 2px;
    border-color: #351f13;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -ms-border-bottom-left-radius: 10px;
    -o-border-bottom-left-radius: 10px;
}

.realm-content-wrap .realm-chat-bx {
    position: absolute;
    z-index: 5;
    top: 0;
    left: -328px;
    bottom: 0;
    width: 328px;
    background-color: #140904;
    border-right: 2px solid #351f13;
    /*display: flex;*/
    align-items: flex-end;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    overflow-y: scroll;
    padding: 10px;
}

.realm-content-wrap .realm-chat-bx::-webkit-scrollbar {
    width: 8px;
}

.realm-content-wrap .realm-chat-bx::-webkit-scrollbar-track {
    background: #2f170b;
}

.realm-content-wrap .realm-chat-bx::-webkit-scrollbar-thumb {
    background: #66361d;
}

/* toggle-on */
.realm-content-wrap.chat-toggle-on {
    margin-left: 0;
}

.realm-content-wrap.chat-toggle-on .chat-toggle {
    left: auto;
    left: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 10px;
}

.realm-content-wrap.chat-toggle-on .chat-toggle img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.realm-chat-bx .chat-dialogue + .chat-dialogue {
    margin-top: 13px;
}

.chat-dialogue p {
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
}

.chat-dialogue .chat-date-time {
    font-size: 11px;
    line-height: 1;
    color: #85533d;
}

.realm-content-wrap .realm-content-bx {
    height: 488px;
    overflow-y: scroll;
    padding: 10px;
}

.realm-content-wrap .realm-content-bx::-webkit-scrollbar {
    width: 8px;
}

.realm-content-wrap .realm-content-bx::-webkit-scrollbar-track {
    background: #2f170b;
}

.realm-content-wrap .realm-content-bx::-webkit-scrollbar-thumb {
    background: #66361d;
}

.realm-content-bx h5 {
    font-size: 16px;
    font-weight: 500;
}

.realm-content-bx p {
    color: #55ff55;
    font-weight: 500;
}

.realm-main {
    margin-bottom: 17px;
}

.realm-content-area .theme-box-header {
    padding-top: 16px;
}

.realm-content-area .realm-info-bar .realm-info,
.realm-content-area .realm-info-bar .realm-stats,
.realm-content-area .realm-info-bar .realm-config {
    margin-bottom: 16px;
}

.realm-content-area .realm-info-bar .realm-btns {
    margin-bottom: 6px;
}

.realm-main .theme-box-header {
    padding-top: 8px;
    padding-bottom: 0;
}

.realm-main .theme-box-footer .row {
    --bs-gutter-x: 10px;
}

.message-form.theme-box-footer {
    padding-bottom: 10px;
}

.message-form .form-control-border,
.message-form .btn {
    margin-bottom: 10px;
}

.realm-info-bar .element-progress h4 {
    font-size: 20px;
    font-weight: 600;
}

.realm-info-bar .element-progress p {
    font-weight: 600;
}

/* element-progress */
.element-progress h4 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 0;
}

.element-progress h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 2px;
}

.element-progress p {
    font-size: 12px;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 0;
}

.element-progress .progress {
    height: 5px;
    margin-top: 6px;
    margin-bottom: 3px;
    background-color: #4d2919;
}

.element-progress .progress-bar {
    box-shadow: inset 0 0 2px 0px #ffffff;
    -webkit-box-shadow: inset 0 0 2px 0px #ffffff;
    -moz-box-shadow: inset 0 0 2px 0px #ffffff;
    -ms-box-shadow: inset 0 0 2px 0px #ffffff;
    -o-box-shadow: inset 0 0 2px 0px #ffffff;
}

.element-progress .progress,
.element-progress .progress-bar {
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
}

/* table-style-1 */
.table-style-1 {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}

.table-style-1 th,
.table-style-1 td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.table-style-1 th:last-child,
.table-style-1 td:last-child {
    text-align: right;
}

/* table-style-2 */
.table-style-2 th,
.table-style-2 td {
    font-size: 12px;
    font-weight: 500;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}

.table-style-2 th:first-child,
.table-style-2 td:first-child {
    text-align: left;
}

.table-style-2 th:last-child,
.table-style-2 td:last-child {
    text-align: right;
}

/* scrollbar Custom */
.scrollbar-custom {
    height: 100%;
    overflow: hidden;
}

.scrollbar-custom .tsb-cont {
    padding: 20px 25px;
}

.scrollbar-custom.realm-chat-bx .tsb-cont {
    display: flex;
    align-items: flex-end;
    min-height: 100%;
}

.tsb-scroll__bg {
    background-color: #2f170b;
}

.tsb-scroll__bar {
    background-color: #66361d;
}

.tsb-hidden .tsb-scroll {
    display: none;
}

/* site-footer */
.site-footer {
    color: #b8998a;
    background-color: #1d0f08;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    border-top: 1px solid #41281c;
}

.site-footer p {
    margin-bottom: 0;
}

@media (min-width: 1600px) {
    .realm-info-bar .realm-btns .row {
        --bs-gutter-x: 1.5rem;
    }
}

@media (max-width: 1599px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 30px;
        padding-right: 30px;
    }

    .theme-box-header,
    .theme-box-body,
    .theme-box-footer {
        padding: 20px;
    }

    .element-progress h4 {
        font-size: 18px;
    }

    .realm-content-wrap .realm-content-bx {
        height: 480px;
    }
}

@media (max-width: 1399px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 25px;
        padding-right: 25px;
    }

    .navbar-expand-lg .navbar-user .navbar-nav .nav-link {
        padding-left: 20px;
        padding-right: 20px;
    }

    .theme-box-header,
    .theme-box-body,
    .theme-box-footer {
        padding: 15px;
    }

    .scrollbar-custom .tsb-cont {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1199px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 18px;
        padding-right: 18px;
    }

    .navbar-expand-lg .navbar-user .navbar-nav .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar .navbar-brand {
        padding-left: 15px;
        padding-right: 15px;
    }

    .user-img {
        margin-right: 10px;
    }

    .user-account {
        min-width: 235px;
    }

    .navbar-user .nav-link .icon {
        width: 22px;
        height: 22px;
    }

    .realm-btn-options .btn-inner {
        padding-left: 10px;
        padding-right: 10px;
    }

    .realm-content-bx h5 {
        font-size: 15px;
    }

    .element-progress h4 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 100;
        box-shadow: 0 15px 15px rgba(0, 0, 0, 0.5);
    }

    .navbar-expand-lg .navbar-main .navbar-nav .nav-link {
        border-left: 0;
        border-right: 0;
        height: auto;
        padding: 15px;
    }

    .navbar-expand-lg .navbar-nav a.nav-link.active:after {
        display: none;
    }

    .navbar-expand-lg .navbar-main .navbar-nav a.nav-link:hover,
    .navbar-expand-lg .navbar-main .navbar-nav a.nav-link:focus,
    .navbar-expand-lg .navbar-main .navbar-nav a.nav-link.active {
        background-image: linear-gradient(#321a0c, #321a0c);
    }

    .navbar-customtoggler {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .navbar-customtoggler[aria-expanded="false"]:hover,
    .navbar-customtoggler[aria-expanded="true"] {
        background-color: rgba(255, 255, 255, 0.05);
    }

    .section-banner .brand-img {
        max-width: 400px;
        width: 100%;
        display: inline-block;
    }

    .realm-content-wrap .realm-content-bx {
        height: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .section-banner .brand-img {
        max-width: 300px;
    }

    .section-banner h4 {
        font-size: 16px;
        line-height: 1.4;
    }

    .navbar-brand-section {
        flex-shrink: unset;
        width: 100%;
        justify-content: space-between;
    }

    .navbar-user {
        flex-shrink: unset;
        width: 100%;
        position: relative;
    }

    .navbar-user:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #41281c;
    }

    .navbar-user .nav-item:nth-child(2) {
        margin-left: auto;
    }

    .navbar-user .nav-item:first-child .nav-link {
        background-image: none;
        border-right: none;
    }

    .navbar .navbar-brand {
        height: auto;
        padding-top: 11px;
        padding-bottom: 11px;
    }

    .navbar-expand-lg .navbar-user .navbar-nav .nav-link {
        height: 100%;
    }

    .realm-content-wrap {
        margin-left: 0;
    }

    .realm-content-wrap .realm-chat-bx {
        left: -100%;
        width: 100%;
    }

    .realm-content-wrap .chat-toggle {
        left: -1px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 10px;
    }

    .realm-content-wrap .chat-toggle img {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }

    .realm-content-wrap.chat-toggle-on .chat-toggle img {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    .realm-content-wrap.chat-toggle-on .realm-chat-bx {
        left: 0%;
    }
}

@media only screen and (max-width: 575px) {
    .site-content .container,
    .site-content .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
}


.custom-blazored-modal {
    display: flex;
    flex-direction: column;
    background-color: #1d0f08;
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 1.5rem;
    box-shadow: 0 2px 2px rgba(0,0,0,.25);
    margin: 1.75rem;
}

.terms-container {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}