*{
    font-family: "Roboto", sans-serif;
    cursor: default !important;
}
a{
    text-decoration: none !important;
    color:#DDD;
}
    a:hover{
        color: #dfcf44;
    }
body{
    background:#111;
    background: rgb(14, 13, 13);
    color:white;
}
main{
    min-height: 90vh;
}
input{
    border-radius: 0 !important;
}
textarea{
    border-radius: 0 !important;
}
select{
    border-radius: 0 !important;
}
#global-page-loading {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.65);
    cursor: wait;
}
#global-page-loading.show {
    display: flex;
}
#global-page-loading .spinner-border {
    width: 3rem;
    height: 3rem;
}

/* ------------------ Fortuny Main CSS ------------------ */
.fortuny-title-text{
    font-size: 2.9vh;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.8vh;
    text-shadow:
        0 0 1px rgba(255,215,0,.4),
        2px 2px 0 #000,
        -1px -1px 0 #000;    
}
.fortuny-subtitle-text{
    font-size: 1.8vh;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.8vh;
    text-shadow:
        0 0 1px rgba(255,215,0,.4),
        2px 2px 0 #000,
        -1px -1px 0 #000;    
}
.fortuny-formtitle-text{
    font-size: 1.4vh;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.8vh;
    text-shadow:
        0 0 1px rgba(255,215,0,.4),
        2px 2px 0 #000,
        -1px -1px 0 #000;    
}
.fortuny-hover-scale:hover{
    transform: scale(1.009);
}

.fortuny-content-text{
    font-size: 1.6vh;
}

.fortuny-text-justify{
    text-align: justify;
}

.fortuny-bg-nav{
    background: #181718;
    font-weight: bold;
}

.fortuny-banner-images{
    border: 0vh solid #861b94;
    max-height: auto;
}

.fortuny-main-content{
    border: 0vh solid #161616;
}
    .fortuny-sub-content{
        background:#111;
        box-shadow: 0 0 1px #000;
    }
        .fortuny-sub-content-newsinfo{
            border: 0vh solid #161616;
            border-left: 0.8vh solid #2bbce9;
            background: #222222;
            box-shadow: 0 0 1px #000;
            transition: all .25s ease;
        } 

.fortuny-btn{
    width: 100%;
    background:#c29c1f;
    color:#f7f5f5;
    border:1px solid #D4AF37;
    padding:12px 24px;
    font-weight:600;
    letter-spacing:.5px;
    transition:.25s ease;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    text-shadow:
        0 0 1px rgba(255,215,0,.4),
        1px 1px 0 #000;     
}  
    .fortuny-btn:hover{
        color:#111;
        font-weight: bold;
        text-shadow:
            0 0 1px rgba(248, 248, 247, 0.4),
            1px 1px 0 #dddcdc;        
        transform:translateY(-2px);
    } 
    .fortuny-btn:focus{
        box-shadow:none;
    }
    .fortuny-btn:active{
        transform:scale(.98);
    }

.fortuny-alert-failed{
    background: #111111;
    font-size: 1.8vh;
    color: #c92525;
    border: 0vh solid #2B313A; 
    box-shadow: 0 0 0 #000;
    text-shadow:
        0 0 1px rgba(218, 218, 218, 0.4),
        1px 1px 0 #000; 
} 
.fortuny-alert-success{
    background: #111111;
    font-size: 1.8vh;
    color: #46be25;
    border: 0vh solid #2B313A;
    box-shadow: 0 0 0 #000;
    text-shadow:
        0 0 1px rgba(216, 216, 215, 0.4),
        1px 1px 0 #000;    
}
.fortuny-alert-info{
    border: 0vh solid #161616;
    color: #bbb;
    border-left: 0.8vh solid #2bbce9;
    text-align: justify !important;
    background: #222222;
    transition: all .25s ease;
    box-shadow: 0 0 1px #000;
    text-shadow:
        0 0 1px rgba(216, 216, 215, 0.4),
        1px 1px 0 #000;         
} 
.fortuny-footer-main{
    background: #020202;
}
    .fortuny-footer-main p{
        font-size: 0.9rem;
    }     
.fortuny-footer-bottom{
    background: #111;
    text-align: center;
    font-size: 0.9rem;
}
.fortuny-modal{
    background:#1d1d1d;
    color:white;
    border-radius: 0;
}
.fortuny-modal .modal-header{
    border-bottom:1px solid rgba(255,255,255,.1);
}
.fortuny-modal .modal-footer{
    border-top:1px solid rgba(255,255,255,.1);
}
.fortuny-characters-content{
    border: 0.1rem dashed #3b3b3b;
}
    .fortuny-characters-content:hover{
        border: 0.1rem solid #aeb129;
    } 
.fortuny-pagination-info{
    text-align:center;
    color:#9d9d9d;
    font-size:13px;
    margin-top:25px;
    margin-bottom:15px;
}
.fortuny-pagination{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:6px;
    margin-bottom:20px;
    flex-wrap:wrap;
}
.fortuny-pagination .page-link{
    min-width:38px;
    height:38px;
    padding:0 12px;
    display:flex;
    justify-content:center;
    align-items:center;
    border:1px solid rgba(255,255,255,.08);
    background:#1d1d1d;
    color:#d6d6d6;
    text-decoration:none;
    transition:.2s;
}
.fortuny-pagination .page-link:hover{
    border-color:#00bcd4;
    color:#00ffff;
    background:#262626;
}
.fortuny-pagination .page-link.active{
    background:#00bcd4;
    color:#fff;
    border-color:#00bcd4;
    font-weight:bold;
}
.fortuny-pagination .page-link.disabled{
    opacity:.35;
    pointer-events:none;
}
.fortuny-pagination .page-dots{
    color:#888;
    padding:0 6px;
    user-select:none;
}

/* ------------------ Fortuny UserPanel CSS ------------------ */
.fortuny-userpanel-avatar{
    position:relative;
    width:250px;
    height:250px;    
    margin:auto;
    border-radius:50%;
    overflow:hidden;
    cursor:pointer;
}
.fortuny-userpanel-avatar img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:50%;
    border:4px solid #2B313A;
    transition:.3s;
}
.fortuny-userpanel-avatar-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    color:white;
    opacity:0;
    transition:.25s;
}
.fortuny-userpanel-avatar:hover img{
    transform:scale(1.08);
}
.fortuny-userpanel-avatar:hover .fortuny-userpanel-avatar-overlay{
    opacity:1;
}
.fortuny-userpanel-modal-avatar-select{
    width:150px;
    height:150px;
    border-radius:50%;
    overflow:hidden;
    border:3px solid transparent;
    transition:.25s;
}
.fortuny-userpanel-modal-avatar-select img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.fortuny-userpanel-modal-avatar-select:hover{
    transform:scale(1.08);
    border-color:#d4af37;
}
.fortuny-userpanel-modal-avatar-select.active{
    border-color:#00e5ff;
}   

/* ------------------ Fortuny Shop CSS ------------------ */
.fortuny-shop-widget{
    background: #0f0f0f;
    box-shadow: 0 0 1px #000;
}
.fortuny-shop-btn{
    width: 100%;
    transition:.25s ease;
    padding: 5px;
    align-items:center;
    background: rgb(25, 97, 97);
    color: #fff;
    text-decoration:none;
    justify-content:center;
    display:inline-flex;
    text-shadow:
        0 0 1px rgba(255,215,0,.4),
        1px 1px 0 #000;    
} 
    .fortuny-shop-btn:hover{
        background: #1a6385;
    }
.fortuny-shop-widget-price{
    border: 0.1rem dashed #3b3b3b;
    text-align: center;
    padding: 0.5rem;
}
.fortuny-shop-text-discount{
    font-size: 0.9rem;
}
.fortuny-shop-item-img:hover{
    transform:scale(1.1);
    transition:.50s;
}
.fortuny-shop-menu{
    background:rgba(0,0,0,.45);
    border:0 solid rgba(255,180,0,.25);
    overflow:hidden;
}
.fortuny-shop-menu-link{
    display:flex;
    align-items:center;
    gap:10px;
    padding:14px 18px;
    color:#d6d6d6;
    text-decoration:none;
    transition:.25s;
    border-bottom:1px solid rgba(255,255,255,.05);
}
.fortuny-shop-menu-link:hover{
    color:#fff;
    background:rgba(255,180,0,.08);
    padding-left:24px;
}
.fortuny-shop-menu-link.active{
    background: linear-gradient(90deg,#a87400,#d89b00);
    color:#d89b00;
}
.fortuny-shop-menu .accordion-item{
    background:transparent;
    border:none;
}
.fortuny-shop-menu .accordion-button{
    background:transparent;
    color:#d6d6d6;
    box-shadow:none;
    padding:14px 18px;
}
.fortuny-shop-menu .accordion-button:not(.collapsed){
    background:rgba(255,180,0,.08);
    color:#ffd56a;
}
.fortuny-shop-menu .accordion-button::after{
    filter:invert(1);
    transition:.3s;
}
.fortuny-shop-menu .accordion-body{
    padding:8px 0;
    background:rgba(255,255,255,.03);
}
.fortuny-shop-menu .accordion-body a{
    display:block;
    color:#bbb;
    text-decoration:none;
    padding:10px 40px;
    transition:.25s;
}
.fortuny-shop-menu .accordion-body a:hover{
    color:#ffd56a;
    padding-left:50px;
    background:rgba(255,180,0,.05);
}

/* ------------------ Fortuny News CSS ------------------ */
.fortuny-news-avatar{
    position:relative;
    width:200px;
    height:200px;    
    margin:auto;
    overflow:hidden;    
}
.fortuny-news-author {
    padding: 25px 15px;
}
.fortuny-news-author-name {
    font-size: 18px;
    font-weight: 600;
}
.fortuny-news-author-role {
    margin-top: 4px;
    font-size: 11px;
    letter-spacing: 2px;
    opacity: .5;
}
.fortuny-news-article {
    padding: 10px 5px;
}
.fortuny-news-header {
    padding: 10px 5px;
}
.fortuny-news-title {
    margin: 0;
    font-size: 21px;
    font-weight: 600;
}
.fortuny-news-meta {
    margin-top: 10px;
    font-size: 13px;
    opacity: .6;
}
.fortuny-news-divider {
    height: 1px;
    margin: 18px 5px 25px;
    background: rgba(255,255,255,.15);
}
.fortuny-news-content {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
}
.fortuny-news-content img {
    max-width: 100%;
    height: auto;
}
.fortuny-news-content p {
    margin-bottom: 15px;
}
.fortuny-news-content a {
    color: #00d9ff;
}
.fortuny-news-footer {
    margin-top: 35px;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,.1);
    font-size: 12px;
    opacity: .5;
}

/* ------------------ Fortuny GM Panel CSS ------------------ */
.fortuny-gmpanel-widget{
    background: #0f0f0f;
    box-shadow: 0 0 1px #000;
}
.fortuny-gmpanel-menu{
    background:rgba(0,0,0,.45);
    border:0 solid rgb(0, 255, 255);
    overflow:hidden;
    display:flex;
    flex-direction:column;   
}
.fortuny-gmpanel-menu-link{
    display:flex;
    align-items:center;
    gap:10px;
    padding:14px 18px;
    color:#d6d6d6;
    text-decoration:none;
    transition:.25s;
    border-bottom:1px solid rgba(255,255,255,.05);
}
.fortuny-gmpanel-menu-link:hover{
    color:#fff;
    background:rgba(0, 162, 255, 0.08);
    padding-left:24px;
}
.fortuny-gmpanel-menu-link.active{
    background: linear-gradient(90deg,#0081a8,#00bfd8);
    color:rgb(0, 255, 255);
}
.fortuny-gmpanel-menu .accordion-item{
    background: transparent;
    border: none;
}
.fortuny-gmpanel-menu .accordion-button{
    background:transparent;
    color:#d6d6d6;
    box-shadow:none;
    padding:14px 18px;
}
.fortuny-gmpanel-menu .accordion-button:not(.collapsed){
    background:rgba(0, 162, 255, 0.08);
    color:rgb(0, 255, 255);
}
.fortuny-gmpanel-menu .accordion-button::after{
    filter:invert(1);
    transition:.3s;
}
.fortuny-gmpanel-menu .accordion-body{
    padding:8px 0;
    background:rgba(255,255,255,.03);
}
.fortuny-gmpanel-menu .accordion-body a{
    display:block;
    color:#bbb;
    text-decoration:none;
    padding:10px 40px;
    transition:.25s;
}
.fortuny-gmpanel-menu .accordion-body a:hover{
    color:rgb(0, 255, 255);
    padding-left:50px;
    background:rgba(255,180,0,.05);
}

/* ------------------ Bootstrap Custom by Fortuny ------------------ */
.form-control{
    background:#161A20;
    border:1px solid #2B313A;
    color:#ECECEC;
}
.form-control::placeholder{
    color:#777;
}
.form-control:focus{
    background:#161A20;
    color:#FFF;
    border-color:#D4AF37;
    box-shadow:none;
}
.form-select{
    background:#161A20;
    border:1px solid #2B313A;
    color:#ECECEC;
}
.form-select::placeholder{
    color:#777;
}
.form-select:focus{
    background:#161A20;
    color:#FFF;
    border-color:#D4AF37;
    box-shadow:none;
}
.form-floating label{
    color:#8A8A8A;
}
.form-floating > label{
    transition: all .45s cubic-bezier(.25,.8,.25,1);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus{
    -webkit-box-shadow:0 0 0px 1000px #161A20 inset;
    -webkit-text-fill-color:#FFF;
}
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus{
    -webkit-box-shadow:0 0 0px 1000px #161A20 inset !important;
    -webkit-text-fill-color:#FFF !important;
}
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus{
    -webkit-box-shadow:0 0 0px 1000px #161A20 inset !important;
    -webkit-text-fill-color:#FFF !important;
}
.input-group-text{
    border-radius: 0 !important;
    border: 0 !important;
}
.navbar-nav .nav-link{
    color:#e8faff;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:1px;
    text-shadow:
        0 0 1px rgba(255,215,0,.4),
        2px 2px 0 #000,
        -1px -1px 0 #000;
    transition:all .3s ease;
}
    .navbar-nav .nav-link:hover{
        color:#fff8d5;
        transform:translateY(-2px);    
    }
.list-group{
    background:#161A20 !important;
    border-radius: 0 !important;
} 
.list-group-item{
    background:#161A20 !important;
    border-radius: 0 !important;
    border-color: #0e0f11 !important;
} 
.card{
    border-radius: 0 !important;
}
.modal.fade .modal-dialog{
    transform:translateY(-80px);
    opacity:0;
    transition:all .35s ease;
}
.modal.show .modal-dialog{
    transform:translateY(0);
    opacity:1;
} 
.alert{
    border-radius: 0 !important;
}  
.active{
    border-radius: 0 !important;
    border: 0.1rem solid #242323;
    background: none !important;
    text-shadow:
        0 0 1px rgba(255,215,0,.4),
        1px 1px 0 #000;     
}
.btn{
    border-radius: 0 !important;
}
.btn-outline-light{
    border-radius: 0 !important;
}
.form-control-plaintext{
    color: #fff !important;
}

/* QUILL CSS Custom */
#fortunyTextEditor .ql-editor {
    min-height: 500px;
    color: #ccc9c9;
    border:1px solid #2B313A;
    font-size: 16px;
}
#fortunyTextEditor .ql-editor.ql-blank::before {
    color: #888;
    font-style: normal;
}

/* Fortuny Timeline Phase Progression */
.phase-timeline{
    max-width:900px;
    margin:auto;
}
.phase-card{
    position:relative;
    overflow:hidden;
    border:1px solid #2B313A;
    transition:.35s ease;
    cursor:pointer;
}
.phase-card img{
    width:100%;
    height:300px;
    object-fit:cover;
    display:block;
    transition:.35s ease;
}
.phase-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top,
                                rgba(0,0,0,.85),
                                rgba(0,0,0,.25));
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    color:white;
    padding:20px;
}
.phase-overlay h2{
    font-size:42px;
    font-weight:700;
    letter-spacing:3px;
    margin-top:15px;
}
.phase-overlay h5{
    color:#D4AF37;
    margin-top:10px;
    margin-bottom:15px;
}
.phase-overlay p{
    color:#DDD;
    line-height:1.8;
}
.phase-status{
    padding:6px 16px;
    border-radius:30px;
    font-size:13px;
    letter-spacing:1px;
    font-weight:600;
}
.phase-line{
    width:4px;
    height:70px;
    background:#D4AF37;
    margin:18px auto;
}
.phase-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 40px rgba(0,0,0,.45);
}
.phase-card:hover img{
    transform:scale(1.05);
}
.phase-card.locked img{
    filter:grayscale(100%) brightness(.55);
}
.phase-card.active{
    border:2px solid #D4AF37;
}