

/* Start:/en/support/help/style.css?17546004704135*/
a {
    color: #EAA13C;
    text-decoration: none;
}

.links-subtitle {
    color: #CBCBCB;
}

.tutorial-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.tutorial-list li a {
    color: #ffa500;
    text-decoration: none;
    font-size: 21px;
    font-family: var(--bold-font);
}

.rounded-youtube-big,
.rounded-youtube-small {
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.rounded-youtube-big {
    width: 90px;
    height: 90px;
}

.rounded-youtube-small {
    width: 70px;
    height: 70px;
}

.rounded-discord-small {
    width: 50px;
    height: 50px;
}

.content-creator {
    text-align: center;
    margin-bottom: 25px;
}

.content-creator svg {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #ffffff;
    margin-bottom: 5px;
}

.content-creator p {
    margin-bottom: 0;
    font-size: 14px;
}

#discordServers {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

#discordServers .carousel-item .d-flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 10px;
}

#discordServers .carousel-item .d-flex .text-center {
    flex: 1;
    min-width: 0;
    max-width: 100px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

#discordServers .carousel-item .d-flex .text-center p {
    font-size: 12px;
    margin-top: 4px;
    white-space: normal;
    word-wrap: break-word;
}

#discordServers .carousel-item .d-flex .text-center svg {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 1 !important;
    width: 3% !important;
}

.carousel-control-prev {
    left: -25px !important;
}

.carousel-control-next {
    right: -25px !important;
}

.discord-servers .carousel-item svg {
    width: 50px;
    height: 50px;
}

.discord-servers p {
    font-size: 12px;
    margin-top: 4px !important;
    margin-bottom: 0;
}

.matt {
    min-height: 0 !important;
}

.matt-wagner a {
    color: #ffa500 !important;
    text-decoration: none;
}

.matt-wagner svg {
    width: 25px;
    height: 25px;
    fill: #ffffff;
    margin-right: 15px;
}

.card {
    background-color: #1e1e1e;
    border: none;
}

.card-body {
    color: #ffffff;
    background: #2F2F2F;
    padding: 40px;
    font-family: var(--bold-font);
}

.card-body a {
    color: #ffa500;
    text-decoration: none;
    font-size: 21px;
    font-family: var(--bold-font);
}

.card-title {
    font-size: 21px;
}

.card-text {
    font-size: 14px;
}

.btn-warning {
    background-color: #ffa500;
    border-color: #ffa500;
}

.communities-img {
    border-radius: 50px;
}

.team-card {
    background-color: #1C1C1C;
    color: white;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    min-height: 230px;
}

.team-card img {
    max-width: 100px;
    height: auto;
}

.details-btn {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    transition: bottom 0.3s ease;
    text-align: center;
}

.team-card .details-btn {
    font-family: var(--bold-font);
    color: #707070;
    text-decoration: none;
}

.team-card:hover .details-btn {
    bottom: 0;
}


.custom-card {
    background-color: #1e1e1e;
    border: none;
    min-height: 250px;
}

.custom-card-body {
    color: #ffffff;
    background: #2F2F2F;
    padding: 40px;
    font-family: var(--bold-font);
}

.custom-card-title {
    font-size: 21px;
}

.custom-card-text {
    font-size: 14px;
}

.custom-btn-warning {
    background-color: #ffa500;
    border-color: #ffa500;
}
/* End */


/* Start:/en/include/include-styles.css?1754600470916*/
/* We’re here to help include */

.support-team,
.support-email {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #1B1B1B;
    border: 1px solid #313131;
    border-radius: 10px;
    min-height: 250px;
    height: auto;
}

.support-team img,
.support-email img {
    width: 40px;
    height: auto;
    margin-bottom: 10px;
}

.support-block h4 {
    font-family: var(--body-font);
    font-size: 21px;
    margin-bottom: 15px;
}

.support-block p {
    font-family: var(--bold-font);
    font-size: 14px;
}

.support-block a {
    text-decoration: none;
}

/* System requirements include */

.bg-jet-plane {
    background-image: url('/images/bg-system-req.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.h-300 {
    height: 300px;
}
/* End */
/* /en/support/help/style.css?17546004704135 */
/* /en/include/include-styles.css?1754600470916 */
