/*
   _____                                    _
  / ____|                                  | |
 | (___  _ __   __ _  ___ ___  ___ ___   __| | ___
  \___ \| '_ \ / _` |/ __/ _ \/ __/ _ \ / _` |/ _ \
  ____) | |_) | (_| | (__  __/ (__ (_) | (_| |  __/
 |_____/| .__/ \__,_|\___\___|\___\___/ \__,_|\___|
        | |
        |_|

    ------------
    Version 0.1.23

*/

/* Import Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins: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,900&display=swap');

/* Scrollbar */
::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(255, 255, 255, 0);
    border-radius: 0px;
    background: rgba(10, 10, 11, 0);
}

::-webkit-scrollbar-thumb {
    background-color: #000000;
    border-radius: 0px;
}

/* Root */
:root {
    --background: #0E101E;
    --white: white;
    --gray: #AEAEAE;
}

/* Website style */
* {
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    overflow-x: hidden;
    background-color: var(--background);
}

a{
    text-decoration: none;
}

/* Container */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
}

@media (min-width: 800px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 710px;
    }
}

@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 710px;
    }
}

.container-fluid--full{
    max-width: 100%;
}

/* Spaceis error */

.spaceis__errorCard{
    margin-top: 6vh;
    padding-bottom: 2vh;
}

.errorCard__header{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.header__logotype{
    display: flex;
    align-items: center;
    gap: 13px;

    color: var(--white);
    font-size: 20px;
    font-weight: 600;
}

.header__subname{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    color: var(--gray);
    font-size: 18px;
    font-weight: 400;
}

.header__subname::before{
    content: "";
    width: 4px;
    height: 4px;
    min-width: 4px;
    min-height: 4px;
    border-radius: 50px;
    display: inline-block;
    background: var(--gray);
}

.errorCard__available{
    background: #211D39;
    border: 3px solid #8C66CF;
    border-radius: 21px;
    padding: 30px;

    display: flex;
    gap: 26px;
    margin-bottom: 18px;
}

.errorCard__available[type="err"]{
    background: rgba(57, 29, 29, 0.69);
    border: 3px solid #CF6666;
}

.errorCard__available[type="war"]{
    background: #392A1D;
    border: 3px solid #CF9266;
}

.available__icon{
    width: 33px;
    height: 33px;
    max-width: 33px;
    max-height: 33px;
}

.available__infoTitle{
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
}

.available__infoParagraph{
    margin-top: -5px;
    color: #D7D7D7;
    font-size: 14px;
    font-weight: 300;
}

.errorCard__broadcast{
    background-color: #16182B;
    border-radius: 21px;
    padding: 36px 32px 46px;
    margin-bottom: 23px;
}

.broadcast__title{
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
}

.broadcast__content{
    color: #D7D7D7;
    font-size: 14px;
    font-weight: 300;
}

.broadcast__links{
    margin-top: 40px;
}

.broadcast__small{
    color: #D7D7D7;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0px;
}

.broadcast__link{
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
}

.spaceis__footer{
    padding-bottom: 6vh;
    display: flex;
    justify-content: center;
}

.spaceis__generate{
    text-align: center;
    color: #595858;
    font-size: 13px;
    width: 300px;
    font-style: normal;
}

.broadcast__additional{
    margin-top: 40px;
}


/* .tooltip-inner {
    padding: 10px 14px;
    font-size: 12px;
    border-radius: 8px;
    color: #c8c8c8;
    background-color: rgba(33, 35, 61, 0.85);
    margin-bottom: 11px;
    font-family: Poppins;
}
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    border-top-color: #21233D;
}
.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    border-right-color: #21233D;
}
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    border-bottom-color: #21233D;
}
.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    border-left-color: #21233D;
}

.tooltip-arrow{
    margin-bottom: 10px;
}

span{
    font-family: Poppins;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
}

span::before{
    content: "";
    width: 6px;
    height: 6px;
    min-width: 6px;
    min-height: 6px;
    border-radius: 50px;
    display: inline-block;
    background: #8C66CF;
} */


@media only screen and (max-width: 800px) {

    .spaceis__error{
        margin-top: 0vh;
        padding-bottom: 2.9vh;
    }

    .spaceis__errorCard{
        margin-top: 6vh;
    }

    .errorCard__header{
        margin-bottom: 30px;
        /*justify-content: center;*/
        /*margin-left: -30px;*/
    }

}


@media only screen and (max-height: 830px) {
    .spaceis{
        transform: scale(0.90);
    }
}