@import url('https://fonts.googleapis.com/css2?family=Bruno+Ace+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/* ---------- text position --- */
.text-right {
    text-align: right;
}

/* ---------- Text Styles --- */
.renegade {
    color: yellow;
}

.league {
    color: rgb(0, 255, 0);
}

.darkleague {
    color: rgb(0, 60, 0);
}

.void {
    color: black;
}

.menus {
    color: red;
    font-weight: 700;
    letter-spacing: 2px;
}

.menus:hover {
    color: red;
}

.content-titles {
    font-family: 'Dosis', 'Times New Roman', Times, serif;
    font-size: 1.7rem;
    font-weight: 500;
}

.content-titles a {
    color: red;
    text-decoration: none;
    border: 2px solid transparent;
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.content-titles a:hover {
    border: 2px solid red;
}

.page-heading {
    font-family: 'Bruno Ace SC', Arial, Helvetica, sans-serif;
}

.page-subhead {
    font-family: 'Dosis', 'Times New Roman', Times, serif;
    font-size: 25px;
}

.account-font {
    font-family: 'Urbanist', Helvetica, sans-serif;
    font-size: 15px;
}

.update-body {
    font-family: 'Urbanist', Helvetica, sans-serif;
    font-size: 20px;
}

.dividers {
    font-weight: 700;
    color: red;
}

.divide-left {
    border-left: 3px solid black;
}

.divide-right {
    border-right: 3px solid black;
}

.divide-top {
    border-top: 3px solid black;
    padding-top: 20px;
}

/* background colors */
.bg-black {
    background-color: black;
}

.bg-red {
    background-color: red;
}

/* Text decoration removal */
.plain-link {
    text-decoration: none;
}

.plain-link:hover {
    text-decoration: underline overline;
    text-underline-offset: 7px;
}

u {
    text-underline-position: under;
}

/* set up main body style */
html {
    height: 100%;
}

body {
    background: url('/static/img/main-wallpaper.png') no-repeat center center fixed;
    background-size: cover;
    height: calc(100vh - 100px); /* height of menu */
    font-family: 'Patrick Hand', sans-serif;
    overflow-x: hidden;
}

.cover-up {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: rgb(0, 60, 0);
    z-index: -1;
}

/* --------- messages --- */

.message-container {
    position: fixed;
    top: 100px;
    right: 20px;
    z-index: 999999999;
}

.custom-toast {
    overflow: visible;
}

.toast-capper {
    height: 3px;
}

.btn-close:hover {
    color: red;
}

.message-img {
    max-height: 100px;
    border: 1px solid yellow;
    margin-right: 5px;
    max-width: 80%;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 20px solid black;
    position: absolute;
    top: -20px;
    right: 36px;
}

.arrow-primary {border-bottom-color: #007bff !important;}
.arrow-secondary {border-bottom-color: #6c757d !important;}
.arrow-success {border-bottom-color: #28a745 !important;}
.arrow-danger {border-bottom-color: #dc3545 !important;}
.arrow-warning {border-bottom-color: #ffc107 !important;}
.arrow-info {border-bottom-color: #17a2b8 !important;}
.arrow-light {border-bottom-color: #f8f9fa !important;}
.arrow-dark {border-bottom-color: #343a40 !important;}

.basket-notification-wrapper {
    height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
}

/* ---------- header --- */
.fixed-top {
    border-bottom: 1px solid rgb(128, 69, 69);
}

.fixed-bottom {
    border-top: 1px solid rgb(128, 69, 69);
}

.navbar {
    height: 80px;
}

.navbar-brand {
    font-family: 'Bruno Ace SC', Arial, Helvetica, sans-serif;
    margin: auto 10px 50px;
}

.nav-link {
    font-family: 'Dosis', 'Times New Roman', Times, serif;
    font-size: 20px;
    padding: 15px;
    margin-top: 10px;
}

.dropdown-menu {
    border: 2px solid black;
}

.dropdown-item {
    font-family: 'Dosis', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.dropdown-item:hover {
    background-color: red;
    font-weight: 700;
}

#sort-dropdown {
    right: 25%;
}

.dropdown-menu-move {
    margin-left: 200px;
}

.searchbar {
    width: 200px;
    margin-left: 25%;
}

/* footer */

.footer-container {
    height: 60px;
}

footer {
    height: 40px;
    background-color: rgb(145, 145, 145);
    font-family: 'Urbanist', Arial, Helvetica, sans-serif, serif;
    color: rgb(0, 0, 0);
}

/* Set up styles for main content */

.header-container {
    height: 100px;
}

.container-push {
    margin-top: 80px;
}

/* Index page */

.desc-text {
    font-family: 'Urbanist', Arial, Helvetica, sans-serif, serif;
    background-color: rgba(195, 55, 55, 0.5);
    color: gainsboro;
    padding: 15px;
    border: 3px solid gainsboro;
    border-radius: 10px;
}

.auth-only-text {
    font-family: 'Urbanist', Arial, Helvetica, sans-serif, serif;
    background-color: rgba(200, 165, 5, 0.5);
    color: rgb(25, 25, 25);
    padding: 15px;
    border: 3px solid gainsboro;
    border-radius: 10px;
}

.btn-console-link {
    color: rgb(250, 255, 35);
    text-decoration: none;
    background-color: rgb(0, 60, 0);
    padding: 10px;
    border: 2px solid black;
    border-radius: 8px;
}

.btn-console-link:hover {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 0, 0);
}

/* Console page Styles */

.section-flow {
    overflow-x: auto;
}

.btn {
    border: 1px solid black;
}

.btn-view {
    background-color: green;
    color: yellow;
}

.btn-edit {
    background-color: orange;
    color: white;
}

.btn-delete {
    background-color: red;
    color: white;
}

.link-to-content {
    text-decoration: none;
    text-align: center;
    height: 430px;
}

.btt-link {
    color: rgb(30, 255, 0);
    border: 1px solid black;
    border-radius: 8px;
    font-weight: 300;
}

.btt-link:hover {
    border: 1px solid black;
    border-radius: 8px;
    color: rgb(253, 249, 20);
    font-weight: 700;
}

/* Card styles */

.card a {
    text-decoration: none;
}

.personnel-card {
    background-color: rgb(216, 216, 216);
    border: 2px solid yellow;
    height: auto;
    align-items: center;
    padding: 20px 10px 20px 10px;
}

.news-card {
    background-color: rgb(65, 195, 255);
    border: 2px solid rgb(250, 255, 35);
    height: auto;
    align-items: center;
    padding: 20px 10px 20px 10px;
}

.mission-card {
    background-color: rgb(160, 110, 255);
    border: 2px solid rgb(250, 255, 35);
    height: auto;
    align-items: center;
    padding: 20px 10px 20px 10px;
}

.personnel-card:hover,
.news-card:hover, 
.mission-card:hover {
    background-color: red;
}

.card-img-holder {
    text-align: center;
    max-height: 200px;
    border: 2px solid black;
    max-width: 200px;
    margin: 0px auto;
}

.card-img-top {
    align-items: center;
    text-align: center;
    max-height: 200px;
}

.card-title {
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif, serif;
    font-size: 27px;
    font-weight: 700;
}

.card-origins {
    font-family: 'Dosis', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 500;
    font-size: 20px;
}

/* Adding content buttons */

.addition-btn {
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif, serif;
    font-size: 30px;
    text-align: center;
    align-items: center;
    border: 2px solid yellow;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    color: #000;
}

.add-link:hover {
    color: antiquewhite;
}

.news-btn {
    background-color: rgb(65, 195, 255);
}

.news-btn:hover {
    background-color: rgb(25, 65, 85);
}

.mission-btn {
    background-color: rgb(160, 110, 255);
}

.mission-btn:hover {
    background-color: rgb(65, 25, 85);
}

.update-btn {
    background-color: rgb(255, 110, 225);
}

.update-btn:hover {
    background-color: rgb(72, 31, 63);
}

.personnel-btn {
    background-color: rgb(216, 216, 216);
}

.personnel-btn:hover {
    background-color: rgb(65, 65, 65);
}

.item-btn {
    background-color: rgb(127, 241, 82);
}

.item-btn:hover {
    background-color: rgb(1, 34, 1);
}

/* Crispy form settings */

.form-inner-content label {
    margin-bottom: 10px;
}

.form-inner-content .textinput.textInput {
    width: 60%;
    margin-bottom: 10px;
    height: 28px;
}

.approval-form .select.form-control {
    text-align: center;
}

.select-image:hover {
    color: rgb(0, 255, 0);
}

.lazyselect {
    width: 60%;
    height: 35px;
    margin-bottom: 10px;
    padding: 0px 0px 0px 10px;
}

/* Order history */

.thead-dark {
    background-color: #000;
}

.order-history {
    height: 416px;
    overflow-x: hidden;
    overflow-y: auto;
}

.order-number-link {
    text-decoration: none;
    font-weight: 500;
}

.order-number-link:hover {
    color: red;
}

.btt-link,
.update-link,
.remove-link {
    cursor: pointer;
}

#id_default_country,
#id_default_country option:not(:first-child) {
    color: #000;
}

/* media queries */

@media (max-width: 991px) {
    .container-push {
        margin-top: 120px;
    }

    .row.divide-top, 
    .pending-mission.divide-left,
    .divide-right {
        border: none;
    }

    .divide-left {
        border: 0px;
    }
}

@media (max-width: 767px){
    #sort-dropdown {
        text-align: center;
    }

    .searchbar {
        width: 50%;
        float: unset;
    }

    .dropdown-menu-move {
        margin-left: 180px;
    }

    .warning-statement {
        font-size: 20px;
    }

    .form-inner-content .textinput.textInput {
        width: 100%;
    }

    .toast {
        width: 300px;
        margin: 0px;
    }

    .lazyselect {
        width: 100%;
    }
}

@media (max-width: 515px) {
    .content-titles {
        font-size: 1rem;
    }

    .table-wrapper {
        position: relative;
        width: 105%;
        right: 15px;
    }

    .addition-btn {
        font-size: 1.2rem
    }

    .select-image,
    input#new-image {
        width: 100%;
    }
}

@media (max-height: 500px) {
    .container-push {
        margin-top: 10px;
    }
}

@media (max-width: 355px) {
    .dropdown-menu-move {
        margin-left: 80px;
    }
}