body.page-home header {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #eeeeee;
}

header nav.navbar {
    z-index: 1;
    position: relative;
    transition: all 0.2s;
}

section#home-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
}

section#home-slider .carousel-inner,
section#home-slider .carousel-item {
    height: 100%;
}

section#home-slider .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}

section#home-slider .special .sizer {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin: auto;
}

section#home-slider figure {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

section#home-slider figure.half-background {
    width: 50%;
    right: 0 !important;
    left: auto;
}

section#home-slider figure.reduce-opacity {
    opacity: 0.2;
}

section#home-slider figure.full-background img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

section#home-slider figure.half-background img {
    height: 100%;
    width: calc(100% + 100px);
    object-fit: cover;
    object-position: left;
    position: relative;
    left: -100px;
}

section#home-slider .title {
    color: #f6a96e;
    font-size: 94px;
    text-align: center;
    font-weight: 900;
    position: relative;
}

section#home-slider .special .title {
    text-align: center;
    font-weight: 900;
    position: relative;
    order: 1;
    margin: 0;
}

section#home-slider .sub-title {
    color: #fe8962;
    font-size: 27px;
    font-weight: 900;
    margin-bottom: 5px;
    margin-right: 5px;
}

section#home-slider .special .sub-title {
    order: 0;
    margin-bottom: -20px;
    text-align: right;
}

section#home-slider .sub-title-lg {
    font-size: 55px !important;
    line-height: 1 !important;
}

section#home-slider .special .title.title-bg {
    position: absolute;
    top: 50%;
    left: 0;
    text-transform: uppercase;
    transform: translate(calc(-50% - 10px), calc(-50% + 15px));
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ad5641;
}

section#home-slider .special a {
    order: 2;
    margin-left: auto !important;
    margin-top: -10px;
}

section#home-slider p {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #ffffff;
    mix-blend-mode: difference;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    position: relative;
    line-height: 1.2;
}

section#home-slider [class*="carousel-control"][data-slide] {
    mix-blend-mode: difference;
    filter: hue-rotate(90deg);
}

section#home-slider [class*="carousel-control"][data-slide] svg {
    height: 25px;
    fill: #fff;
}

.slider .btn-link,
.newsletter .btn-link {
    color: #eeeeee;
    display: block;
    width: max-content;
    padding: 0;
    border: 0;
    text-decoration: none;
    font-weight: 900;
    font-size: 12px;
    margin-right: 5px;
    margin-top: -5px;
    text-transform: uppercase;
}

section#why-us {
    background-image: url(https://web.archive.org/web/20220713061233im_/https://www.chiboost.net/images/vayne_background.jpg);
    background-color: #1e1c1d;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    position: relative;
    z-index: 1;
}

section#why-us figure {
    margin-top: -38px;
}

section#why-us figure.sizer {
    opacity: 0;
}

section#why-us figure.figure {
    position: absolute;
}

section#why-us h2 {
    font-weight: 800;
    text-transform: uppercase;
    background: rgb(156, 93, 91);
    background: -moz-linear-gradient(
        left,
        rgba(156, 93, 91, 1) 0%,
        rgba(239, 177, 109, 1) 100%
    );
    background: -webkit-linear-gradient(
        left,
        rgba(156, 93, 91, 1) 0%,
        rgba(239, 177, 109, 1) 100%
    );
    background: linear-gradient(
        to right,
        rgba(156, 93, 91, 1) 0%,
        rgba(239, 177, 109, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c5d5b', endColorstr='#efb16d',GradientType=1 );
    color: transparent;
    background-clip: content-box;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    margin-top: -2px;
}

section#why-us h4 {
    font-weight: 600;
    color: #ffd18c;
    line-height: 1;
    margin-bottom: 0;
}

section#why-us ul {
    margin: 0;
    margin-top: 15px;
    padding: 0;
    list-style: none;
    color: #ffd18c;
    font-size: 14px;
}

section#why-us ul a {
    color: #ffd18c;
}

section#why-us ul svg {
    width: 20px;
    text-align: center;
    color: #8f6047;
    font-size: 15px;
}

.ma-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.ma-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.make-col-bigger .col-12 {
    padding-left: 11.25px;
    padding-right: 11.25px;
}

section#how-works h2 {
    margin-bottom: 35px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
}

section#how-works ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

section#how-works ul li {
    display: grid;
    grid-template-columns: 45px auto;
    color: #70432b;
    margin-bottom: 25px;
}

section#how-works ul li:last-child {
    margin-bottom: 0;
}

section#how-works ul li .icon {
    align-self: center;
    text-align: left;
    font-size: 27px;
}

section#how-works ul li .information p {
    color: #3c2316;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
}

section#how-works ul li .information h3 {
    margin-bottom: 5px;
    font-weight: 700;
}

section#how-works .video-example {
    background-image: url(https://web.archive.org/web/20220713061233im_/https://www.chiboost.net/images/background_circle.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
}

section#how-works .video-example div {
    width: 220px;
    height: 220px;
    align-self: center;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: block;
}

section#how-works .video-example div img.video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 120%;
    z-index: 0;
    filter: blur(1px);
    transition: all 0.2s linear;
}

section#how-works .video-example div:hover img.video-background {
    height: 100%;
    filter: blur(0px);
}

section#how-works .video-example div .play-button {
    height: 43px;
    width: 43px;
    background-color: transparent;
    background-image: url(https://web.archive.org/web/20220713061233im_/https://www.chiboost.net/images/play.png);
    border: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.75);
    z-index: 1;
    font-size: 0;
    color: transparent;
    opacity: 0.5;
    transition: all 0.2s linear;
}

section#how-works .video-example div:hover .play-button {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

section#giveaway {
    background: #250f1c url(https://web.archive.org/web/20220713061233im_/https://www.chiboost.net/images/akali_background.jpg);
    background-color: #250f1c;
    background-image: url(https://web.archive.org/web/20220713061233im_/https://www.chiboost.net/images/akali_background.webp);
    background-repeat: no-repeat;
    background-position: center left;
    color: #eeeeee;
    position: relative;
}

section#giveaway:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: #250f1c;
    transition: opacity 0.2s linear;
}

section#giveaway h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}

section#giveaway h4 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 13px;
}

p:last-child {
    margin-bottom: 0;
}

.newsletter input {
    width: 100%;
    margin-bottom: 10px;
    border: 0;
    border-bottom: 1px solid #4d2a3f;
    background-color: #250f1c;
    height: 40px;
    padding: 0 5px;
    font-size: 11px;
    font-weight: 500;
    outline: 0;
    color: #eeeeee;
}

.newsletter input::placeholder {
    color: #4d2a3f;
}

section#faq h2 {
    text-transform: uppercase;
    font-weight: 900;
    color: #70432b;
    margin-bottom: 0;
}

section#faq h3 {
    text-transform: uppercase;
    font-weight: 900;
    color: #70432b;
    margin-top: -5px;
    margin-bottom: 45px;
}

a.card-link {
    color: #70432b;
    font-size: 15px;
    font-weight: 700;
}

.card-body p {
    color: #70432b;
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
}

.card-body p a {
    color: #c3886a;
}

footer {
    background-color: #250f1c;
    color: #eeeeee;
    padding: 45px 0;
}

footer .brand {
    width: 50%;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

footer h5 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

footer .links a {
    text-decoration: none;
    display: block;
    font-size: 12px;
    color: #ad838f;
    transition: color 0.2s linear;
}

footer .links a:hover {
    color: #e4c5ce;
}

.role {
    filter: grayscale(100%) !important;
    opacity: 0.7;
    transition: all 0.2s linear;
}

.role.selected {
    opacity: 1;
    filter: grayscale(0%) !important;
}

.form-check label {
    display: inline;
    text-align: left;
}

.form-check {
    margin-top: 15px;
}

#role-selection .form-check {
    display: inline-block;
    width: 20%;
    padding-left: 0;
    text-align: center;
    margin-top: 0;
}

#role-selection .form-check input {
    display: none;
}

#role-selection .form-check img {
    margin-top: 0;
    max-width: 90%;
    height: auto;
    margin: auto;
    display: block;
}

#role-selection .form-check input {
    display: none;
}

#role-selection {
    display: flex;
    margin-top: 8px;
}

#addons .form-check {
    margin-top: -1px;
}

body:not(.page-home) header {
    background: url(https://web.archive.org/web/20220713061233im_/https://www.chiboost.net/images/vi_background.jpg) center center no-repeat;
    background-size: cover;
}

body.page-division-boosting header {
    background: url(https://web.archive.org/web/20220713061233im_/https://www.chiboost.net/images/vi_background.jpg) center center no-repeat;
    background-size: cover;
}

body.page-netwin-boosting header {
    background: url(https://web.archive.org/web/20220713061233im_/https://www.chiboost.net/images/vi_background.jpg) center center no-repeat;
    background-size: cover;
}

body.page-placement-boosting header {
    background: url(https://web.archive.org/web/20220713061233im_/https://www.chiboost.net/images/vi_background.jpg) center center no-repeat;
    background-size: cover;
}

body.page-authentication header {
    background: url(https://web.archive.org/web/20220713061233im_/https://www.chiboost.net/images/vi_background.jpg) center center no-repeat;
    background-size: cover;
}

body.page-demo header,
body[class*="page-order-"] header {
    background: url(https://web.archive.org/web/20220713061233im_/https://www.chiboost.net/images/vi_background.jpg) center center no-repeat;
    background-size: cover;
}

body.page-my-profile header,
body[class*="page-booster"] header {
    background: url(https://web.archive.org/web/20220713061233im_/https://www.chiboost.net/images/vi_background.jpg) center center no-repeat;
    background-size: cover;
}

body.page-my-profile header,
body[class*="page-administration"] header {
    background: url(https://web.archive.org/web/20220713061233im_/https://www.chiboost.net/images/vi_background.jpg) center center no-repeat;
    background-size: cover;
}

body[class*="page-administration"] {
    overflow-x: hidden;
}

section.boosting,
section.authentication-h,
section.panel-bkend,
section#post {
    padding: 45px 0;
}

section.post img,
.ql-editor img {
    max-width: 100%;
    height: auto;
}

.ql-editor {
    padding: 15px;
}

section.post blockquote {
    border-left: 4px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 16px;
}

section.page-title {
    padding-bottom: 50px;
    text-align: center;
}

section.boosting h1,
section.authentication-h h1,
section.panel-bkend h1,
section#post h1 {
    font-weight: 900;
    text-transform: uppercase;
    color: #eeeeee;
    line-height: 1;
}

section.calculator h3.title {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
}

.what-we-offer {
    list-style: none;
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.2px;
}

.what-we-offer li.title {
    margin-bottom: 10px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
}

.what-we-offer li {
    margin-bottom: 3px;
}

.what-we-offer i {
    width: 17px;
    text-align: center;
}

.review-highlight h3 {
    color: #f6a96e !important;
    text-align: left !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.review-highlight span {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
}

.review-highlight .review-container {
    border: 2px solid #f6a96e;
    padding: 8px 14px;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.5);
    margin-bottom: 25px;
    color: #eeeeee;
    position: relative;
}

.review-highlight .review-container:before {
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #f6a96e;
    position: absolute;
    top: -5px;
    left: 5px;
}

.review-highlight .review-container .review-text:before,
.review-highlight .review-container .review-text:after {
    content: ' " ';
    color: rgba(255, 255, 255, 0.7);
}

.review-highlight .review-container .review-reviewer {
    font-size: 9px;
    margin-top: 10px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

.boosting-flag {
    padding: 0;
    position: relative;
    margin-bottom: 50px;
}

.boosting-flag:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 2px;
    height: 10px;
    width: calc(100% + 20px);
    background: linear-gradient(
        to bottom,
        #e4e4e4,
        #808080 33%,
        #cecece 50%,
        #8f8f8f 73%,
        #292929
    );
    border-radius: 8px;
}

.boosting-flag .backdrop {
    height: 100%;
    position: relative;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #1d1d1d;
}

.boosting-flag .backdrop:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0)
    );
    background-size: 100% 5px !important;
    background-repeat: repeat !important;
}

.boosting-flag .flag {
    position: relative;
    z-index: 2;
    width: calc(100% - 14px);
    margin-left: 7px;
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
    height: 100%;
    background: #1d1d1d;
}

.boosting-flag .flag:before,
.boosting-flag .flag:after,
.boosting-flag .flag .decor-1 {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 0 2px;
    -o-border-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.3),
        rgba(255, 255, 255, 0.01)
    );
    border-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.3),
        rgba(255, 255, 255, 0.01)
    );
    border-image-slice: 1;
    mix-blend-mode: overlay;
    background-blend-mode: overlay;
    top: 0;
}

.boosting-flag .flag:before {
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.2);
    -o-border-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.2),
        rgba(255, 255, 255, 0.2)
    );
    border-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.2),
        rgba(255, 255, 255, 0.2)
    );
    border-image-slice: 1;
}

.boosting-flag .flag:after {
    width: calc(100% - 10px);
    left: 5px;
    opacity: 0.5;
}

.boosting-flag .flag .decor-1 {
    width: calc(100% - 20px);
    left: 10px;
    opacity: 0.25;
}

.boosting-flag .flag .flag-footer {
    width: 100%;
    left: 0;
    height: 50px;
    position: absolute;
    bottom: -50px;
}

.boosting-flag .flag-backdrop-footer {
    width: 100%;
    left: 0;
    height: 50px;
    position: absolute;
    bottom: -50px;
}

.boosting-flag .flag-backdrop-footer .flag-footer-base {
    fill: #1d1d1d;
}

.boosting-flag .flag .flag-footer .flag-footer-base {
    fill: #1d1d1d;
}

.boosting-flag .flag .flag-footer .flag-footer-shadow {
    fill: transparent;
    stroke: rgba(0, 0, 0, 0.1);
    stroke-width: 4;
}

.boosting-flag .flag-container {
    padding: 15px 20px;
    position: relative;
    z-index: 3;
}

.boosting-flag .elo {
    background: url(https://web.archive.org/web/20220713061233im_/https://www.chiboost.net/images/background_elo.png) no-repeat center center;
    background-size: 75%;
    max-width: calc(100% - 20px);
    margin: auto;
}

.valorant .boosting-flag .elo {
    background: none;
}

.boosting-flag .elo img {
    -webkit-filter: drop-shadow(0 -4px 8px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0 -4px 8px rgba(0, 0, 0, 0.25));
    max-width: calc(100% - 15px);
    display: block;
    margin: auto;
    margin-top: -15px;
}

.boosting-flag .form-control {
    background-color: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid !important;
    color: #d2d2d2 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    height: 45px !important;
    padding: 0 !important;
    box-shadow: none !important;
    border-image: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.07),
        rgba(255, 255, 255, 0.03)
    ) !important;
    border-image-slice: 1 !important;
}

.boosting-flag .form-control > option {
    background-color: #1d1d1d;
}

.boosting-flag label {
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
}

.boosting-flag #role-selection label {
    font-size: 8px;
}

.boosting-flag .price {
    color: #eee;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    position: relative;
}

.boosting-flag .price:before {
    content: "Price";
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: -5px;
}

button.btn.btn-checkout {
    width: 100%;
    padding: 13px 17px;
    background-color: #70422b;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    color: #eee;
    overflow: hidden;
    position: relative;
}

button.btn.btn-checkout:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: -10px;
    transition: right 0.2s linear;
}

button.btn.btn-checkout:hover {
    background-color: #f6a96e;
    color: #70422b;
}

button.btn.btn-checkout:hover:after {
    right: 15px;
}

button.btn.btn-checkout:focus,
button.btn.btn-checkout.focus {
    box-shadow: 0 0 0 0.2rem rgba(112, 66, 43, 0.1);
}

span.product-roles,
span.product-addons,
span.product-coupon,
span.product-loyalty,
span.product-affiliate {
    font-size: 12px;
    line-height: 1;
    display: block;
    text-transform: capitalize;
}

h6.checkout-title,
label.checkout-title {
    color: #70422b;
    letter-spacing: 0.1px;
    font-weight: 500;
}

h6.checkout-title i,
label.checkout-title i {
    font-size: 15px;
    width: 20px;
    text-align: center;
}

.checkout-table td {
    border: 0;
    padding: 0.25rem 0;
}

span.badge.product-category {
    font-weight: 400;
    font-size: 11px;
    padding: 5px;
    text-transform: uppercase;
    margin-right: 2px;
}

span.product-name,
span.total {
    font-size: 14px;
}

span.product-currency,
span.product-price,
span.final-price {
    font-weight: 600;
    font-size: 14px;
    color: #70422b;
}

span.product-coupon-total,
span.product-loyalty-total,
span.product-affiliate-total {
    font-size: 12px;
    line-height: 1;
    display: block;
}

#payment-choice {
    display: block;
    flex-direction: row;
    width: 100%;
    flex-wrap: nowrap;
    height: 305px;
    overflow-y: auto;
    overflow-x: hidden;
}

#payment-choice button {
    width: 100%;
    height: 100px;
    background-color: #fff;
    border: 1px solid #70422b;
    border-radius: 3px;
    color: transparent;
    opacity: 0.5;
    transition: all 0.2s linear;
}

#payment-choice button:hover {
    opacity: 1;
}

#payment-choice button:first-child {
    /*margin-right: 11.25px;*/
}

#payment-choice button:last-child {
    /*margin-left: 11.25px;*/
}

#payment-choice button:only-child {
    margin: 0;
}

#payment-choice button.selected {
    border: 2px solid #f6a96e;
    opacity: 1;
}

#payment-choice {
    margin-bottom: 15px;
}

#payment-choice img {
    max-width: 90%;
    max-height: calc(100% - 15px);
}

button.btn.btn-finish-pay {
    background-color: #f6a96e;
    font-size: 15px;
    padding: 0.75rem 1rem;
    color: #eee;
}

button.btn.btn-finish-pay:hover {
    background-color: #70422b;
}

.btn.btn-custom {
    width: 100%;
    padding: 13px 17px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    color: #eee;
    overflow: hidden;
    position: relative;
    letter-spacing: 0.5px;
}

.page-authentication label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: -0.1px;
}

.form-control,
.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    font-size: 12px;
    padding: 15px 10px !important;
    border: 2px solid #ececec !important;
    border-radius: 0.25rem;
    height: auto;
}

.select2-container--default .select2-selection--multiple {
    height: 50px;
    max-height: 50px;
    overflow: hidden;
    position: relative;
}

.select2-search__field {
    margin: 0 !important;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    margin: 0 !important;
}

.input-group .btn,
.input-group span {
    height: calc(100% - 4px);
    align-self: center;
}

.input-group span {
    border: none;
    background-color: #ffffff;
    font-size: 12px;
    padding: 0 19px;
    font-weight: 700;
}

.btn.btn-small-thick {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.5px;
    padding: 10px 13px 8px 13px;
}

.btn.btn-reset {
    font-size: 10px;
    color: #5d5c5c;
    font-weight: 600;
    padding: 0 5px;
}

.page-authentication h2,
.panel-bkend h2 {
    font-size: 22px !important;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.type .form-check {
    margin-top: 0;
}

.btn-brown {
    background-color: #70422b;
    color: #eee;
}

.btn-brown:hover {
    background-color: #f6a96e;
    color: #70422b;
}

table.dataTable {
    min-width: 100%;
    width: 100% !important;
}

table.dataTable td,
table.dataTable th {
    vertical-align: baseline;
    white-space: nowrap;
}

table.dataTable td:first-child,
table.dataTable th:first-child {
    padding-left: 0;
}

table.dataTable td:last-child,
table.dataTable th:last-child {
    padding-right: 0;
}

div.dataTables_wrapper div.dataTables_filter input,
div.dataTables_wrapper div.dataTables_length select {
    box-shadow: none;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 60px !important;
}

div.dataTables_wrapper div.dataTables_info {
    font-size: 11px;
}

div.table-responsive
    > div.dataTables_wrapper
    > div.row
    > div[class^="col-"]:first-child {
    display: flex;
}

div.dataTables_wrapper div.dataTables_info {
    padding: 0;
    align-self: center;
}

.order-base-information {
    padding-top: 45px;
    line-height: 1;
}

.order-page img.avatar {
    height: 105px;
    width: 105px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.order-page .order-base-information .col-12 {
    display: flex;
    width: 100%;
    position: relative;
}

.order-base-information span {
    display: block;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    margin-top: 5px;
}

.order-base-information .col-12 > div {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-size: 19px;
    margin: 0 0 45px 25px;
    align-self: flex-end;
}

.order-settings {
    margin-top: -25px;
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 25px 0;
}

.order-settings .col-12 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.order-base-information .col-12 > div.type,
.card-flags .card-header {
    text-transform: capitalize;
}

table[id*="order-table"] {
    min-width: 100%;
}

table[id*="order-table"] th,
table[id*="order-table"] td {
    white-space: nowrap;
}

.table-responsive {
    margin-bottom: 45px;
}

.table-responsive:last-child {
    margin-bottom: 0;
}

#checkoutModal .table-responsive {
    margin-bottom: 0;
}

.order-settings .col-12 > div:first-child {
    padding-left: 130px;
    align-self: center;
}

.order-settings .col-12 > div:nth-of-type(2) {
    margin-left: auto;
}

.order-settings .col-12 > div {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin-right: 25px;
}

.order-settings .col-12 > div:last-child {
    margin-right: 0;
}

.order-settings span {
    display: block;
    text-align: right;
}

.order-settings button {
    display: block;
}

.btn.btn-options {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    padding: 11px 16px;
    margin-bottom: 5px;
}

.order-settings .order-status .title {
    text-align: left;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
}

.order-settings .order-status .sub-title {
    text-align: left;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

.page-demo .card-header,
[class*="page-order-"] .card-header,
[class*="page-administration-order-"] .card-header {
    background-color: #eee;
    border-color: #dedddd;
    font-size: 12px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.7);
    display: flex;
}

.page-demo .boosting-flag,
[class*="page-order-"] .boosting-flag,
[class*="page-administration-order-"] .boosting-flag {
    padding: 0 5px;
    height: calc(100% - 90px);
}

.page-demo .boosting-flag:before,
[class*="page-order-"] .boosting-flag:before,
[class*="page-administration-order-"] .boosting-flag:before {
    left: 4px;
    width: calc(100% - 8px);
}

.page-demo .flag-container,
[class*="page-order-"] .flag-container,
[class*="page-administration-order-"] .flag-container {
    padding: 15px 10px;
}

.page-demo .boosting-flag .elo,
[class*="page-order-"] .boosting-flag .elo,
[class*="page-administration-order-"] .boosting-flag .elo {
    max-width: 100%;
}

[class*="page-order-"] .card-header small,
[class*="page-administration-order-"] .card-header small {
    align-self: flex-end;
    margin-left: 5px;
    margin-bottom: 1px;
}

.page-demo .boosting-flag .elo img,
[class*="page-order-"] .boosting-flag .elo img,
[class*="page-administration-order-"] .boosting-flag .elo img {
    margin-top: -5px;
}

.page-demo .boosting-flag .elo-name,
[class*="page-order-"] .boosting-flag .elo-name,
[class*="page-administration-order-"] .boosting-flag .elo-name {
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    color: #eee;
    margin-top: 5px;
}

.page-demo .boosting-flag .elo-name span,
[class*="page-order-"] .boosting-flag .elo-name span,
[class*="page-administration-order-"] .boosting-flag .elo-name span {
    display: block;
    font-size: 13px;
    margin-top: -5px;
    color: rgba(255, 255, 255, 0.8);
}

.page-demo .boosting-flag .elo-name span:after,
[class*="page-order-"] .boosting-flag .elo-name span:after,
[class*="page-administration-order-"] .boosting-flag .elo-name span:after {
    content: " LP";
}

.page-demo .card-header .dropdown,
[class*="page-order-"] .card-header .dropdown,
[class*="page-administration-order-"] .card-header .dropdown {
    height: fit-content;
    align-self: center;
    margin-left: auto;
}

.page-demo .card,
[class*="page-order-"] .card,
[class*="page-administration-order-"] .card {
    border-radius: 4px;
    border: 1px solid #dedddd;
}

.page-demo .card-body,
[class*="page-order-"] .card-body,
[class*="page-administration-order-"] .card-body {
    background-color: #eee;
    padding: 0;
}

input#chat-line {
    border: 0;
    width: 100%;
    background-color: transparent;
    outline: 0;
    font-size: 12px;
    color: #444444;
}

.page-demo .card-footer,
[class*="page-order-"] .card-footer,
[class*="page-administration-order-"] .card-footer {
    background: rgba(0, 0, 0, 0.0005);
    border: 0;
}

.page-demo h2,
[class*="page-order-"] h2,
[class*="page-administration-order-"] h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 25px;
}

.page-demo .chat-line-holder,
[class*="page-order-"] .chat-line-holder,
[class*="page-administration-order-"] .chat-line-holder {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

button.btn-send {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: 0;
    color: #8e3010;
    transition: color 0.2s linear;
}

button.btn-send:hover {
    color: #f6a96e;
}

#chat-container {
    width: 100%;
    border-radius: 0 3px 0 0;
    position: relative;
    z-index: 0;
    flex-direction: column;
    padding: 15px;
    flex-flow: column-reverse;
    height: 325px;
    max-height: 325px;
    user-select: text;
}

#chat-container span {
    display: block;
}

b.sender:after {
    content: " - ";
}

#chat-container .message-nest.admin .message {
    background-color: #f6a96d !important;
    color: #eee;
}

#chat-container .message-nest.mod .message {
    background-color: #70432b !important;
    color: #eee;
}

#chat-container .message-nest.cs .message {
    background-color: #501e3c !important;
    color: #eee;
}

#chat-container .message-nest {
    margin-bottom: 5px;
}

#chat-container .message-nest .message {
    padding: 9px 11px;
    font-size: 11px;
    font-weight: 400;
    border-radius: 0 15px 15px 0;
    margin-top: 2px;
    color: #221129;
    background: #e8e8e8;
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content;
    max-width: calc(100% - 22px);
}

#chat-container .message-nest.sender .message {
    border-radius: 15px 0 0 15px;
    color: #eeeeee;
    background: #70432b;
    margin-left: auto;
}

#chat-container .message-nest.sender .date .sender {
    display: none;
}

#chat-container .message-nest .message:first-child {
    margin-top: 0;
    border-radius: 15px 15px 15px 0;
}

#chat-container .message-nest.sender .message:first-child {
    margin-top: 0;
    border-radius: 15px 15px 0 15px;
}

#chat-container .message-nest .date {
    font-size: 8px;
    font-weight: 400;
    color: #824d86;
    margin-top: 3px;
    display: block;
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content;
}

#chat-container .message-nest.sender .date {
    margin-left: auto;
}

.page-demo .flag span.legend,
[class*="page-order-"] .flag span.legend,
[class*="page-administration-order-"] .flag span.legend {
    text-align: center;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    margin: 10px auto;
}

.page-demo th,
[class*="page-order-"] th,
[class*="page-administration-order-"] th,
[class*="page-administration-user-"] th {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

tr.Win td {
    background-color: rgba(79, 241, 45, 0.08);
}

tr.Loss td {
    background-color: rgba(241, 45, 45, 0.08);
}

.page-demo td,
[class*="page-order-"] td,
[class*="page-administration-order-"] td,
[class*="page-administration-user-"] td,
.log-table td {
    font-size: 14px;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
}

.log-table thead th {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
}

.page-demo td span.result,
.page-demo td span.date,
[class*="page-order-"] td span.result,
[class*="page-order-"] td span.date,
[class*="page-administration-order-"] td span.result,
[class*="page-administration-order-"] td span.date {
    display: block;
}

.page-demo td span.date,
[class*="page-order-"] td span.date,
[class*="page-administration-order-"] td span.date,
.page-my-profile .dataTables_wrapper label {
    font-size: 11px;
}

.page-demo td span.result,
[class*="page-order-"] td span.result,
[class*="page-administration-order-"] td span.result {
    font-weight: 700;
}

.page-demo .Win td span.result,
[class*="page-order-"] .Win td span.result,
[class*="page-administration-order-"] .Win td span.result {
    color: #458c32;
}

.page-demo .Loss td span.result,
[class*="page-order-"] .Loss td span.result,
[class*="page-administration-order-"] .Loss td span.result {
    color: #8c3232;
}

.page-demo td img.champion,
[class*="page-order-"] td img.champion,
[class*="page-administration-order-"] td img.champion {
    margin-right: 5px;
    height: 32px;
    width: 32px;
}

.page-demo td img.s-spell,
[class*="page-order-"] td img.s-spell,
[class*="page-administration-order-"] td img.s-spell {
    margin-right: 5px;
    height: 32px;
    width: 32px;
}

.page-demo td img.s-spell:last-child,
[class*="page-order-"] td img.s-spell:last-child,
[class*="page-administration-order-"] td img.s-spell:last-child {
    margin-right: 0;
}

.page-demo .modal label,
[class*="page-order-"] .modal label,
[class*="page-administration-order-"] .modal label,
[class*="page-administration-user-"] .modal label {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 1;
    display: block;
    text-transform: capitalize;
    color: #212529;
}

.page-item .page-link {
    background-color: #f5f5f5;
    color: #70422b;
}

.btn-brown:focus {
    box-shadow: 0 0 0 0.2rem rgba(112, 65, 43, 0.25);
}

textarea {
    resize: none;
}

section.booster-information,
section.user-information {
    margin-top: 45px;
    margin-bottom: -45px;
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background-color: rgba(0, 0, 0, 0.2);
    line-height: 1;
}

section.booster-information .btn.btn-options,
section.user-information .btn.btn-options {
    margin-bottom: 0;
}

section.booster-information [class*="col-"],
section.user-information [class*="col-"] {
    align-self: center;
}

section.booster-information [class*="col-"] div,
section.user-information [class*="col-"] div {
    width: 100%;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-size: 19px;
}

section.booster-information [class*="col-"] b,
section.user-information [class*="col-"] b {
    display: block;
    font-weight: 400;
    width: 100%;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    margin-top: 5px;
}

.newsletter label {
    display: block;
    color: transparent;
    height: 0;
}

.input-group-text.disabled {
    background-color: #e9ecef;
}

.servers .form-check,
.positions .form-check {
    margin-top: 0;
}

.log-table tr td:first-child,
.log-table tr th:first-child {
    padding-left: 0;
}

.log-table tr td:last-child,
.log-table tr th:last-child {
    padding-right: 0;
}

.modal-title,
.close {
    align-self: center;
}

.log-table {
    margin-bottom: 0;
}

.log-table a,
a.link-brown {
    text-decoration: none;
    color: #8e3010;
}

.elementor-image {
    margin: 20px 0;
}

section.post h2,
section.post .h2,
.ql-editor h2 {
    font-weight: 800;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}

section.post h2,
section.post .h2:first-child,
.ql-editor h2:first-child {
    margin-top: 0 !important;
}

section.post p,
.ql-editor p {
    font-size: 15px;
}

.ql-editor {
    font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
}

figcaption {
    font-size: 11px;
    margin-top: 5px;
}

header {
    position: relative;
    z-index: 1;
}

.darken {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    background: -moz-linear-gradient(
        top,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.9) 100%
    );
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.9) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.9) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
}

header > section {
    z-index: 0;
    position: relative;
}

.table-of-contents .title,
.categories .title {
    font-weight: 600;
    margin-bottom: 5px;
}

.table-of-contents ol {
    font-size: 14px;
    padding-left: 20px;
}

.categories ul {
    font-size: 14px;
    padding: 0;
    list-style: none;
}

small.created_at {
    color: #969696;
}

.elementor-row {
    display: flex;
    width: 100%;
    flex-direction: row;
}

.elementor-col-33 {
    width: 33.333333%;
}

iframe.elementor-video-iframe {
    width: 100% !important;
    border: 0;
}

.elementor-wrapper {
    padding: 5px;
}

.elementor-col-100 {
    width: 100%;
}

img.card-img.thumbnail {
    opacity: 1;
    transition: 0.4s ease-out;
}

img.card-img.thumbnail:hover {
    opacity: 0.8;
}

p.card-text {
    margin-bottom: 5px;
}

h5.card-title {
    font-size: 21px;
    font-weight: 600;
}

.booster a,
.order a {
    color: rgba(255, 255, 255, 0.9);
}

.booster a:hover,
.order a {
    color: rgba(255, 255, 255, 1);
}

.js-cookie-consent.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    background-color: #f8d4af;
    border-top: 1px solid #1e1c1d;
    z-index: 999999999;
    font-size: 12px;
    text-align: center;
}

.js-cookie-consent a {
    color: #424242;
}

p.why-us-description {
    margin: 7.5px 0;
}

p.why-us-description a {
    text-decoration: underline;
}

section#why-us ul a .see-more {
    font-size: 10px;
    width: auto;
    margin-left: 5px;
    margin-bottom: 1px;
}

section#why-us ul a:not(.collapsed) .see-more {
    transform: rotate(180deg);
}

section#apart,
section#product-description {
    position: relative;
    padding: 45px 0;
    background-color: #f3f3f3;
}

section#youtubeVideo {
    position: relative;
    padding: 45px 0;
}

section#recent-articles {
    position: relative;
    padding: 45px 0;
    background-image: #eeeeee url(https://web.archive.org/web/20220713061233im_/https://www.chiboost.net/images/ezreal.png);
    background-color: #eeeeee;
    background-image: url(https://web.archive.org/web/20220713061233im_/https://www.chiboost.net/images/ezreal.webp);
    background-repeat: no-repeat;
    background-position: right center;
}

section#recent-articles h2,
section#apart h2,
section#product-description h2,
section#youtubeVideo h2 {
    text-transform: uppercase;
    font-weight: 900;
    color: #70432b;
    margin-bottom: 45px;
    text-align: center;
}

section#apart h2,
section#product-description h2,
section#youtubeVideo h2 {
    margin-bottom: 25px;
}

section#product-description h2 {
    text-align: left;
}

section#apart small {
    text-transform: uppercase;
    font-weight: 900;
    color: #70432b;
    margin-top: -5px;
    display: block;
    font-size: 18px;
}

section#apart p {
    text-align: center;
}

section#apart p,
section#product-description p {
    font-size: 13px;
    font-weight: 500;
}

#chat-container .info {
    font-size: 10px;
    text-align: center;
    color: #c7c7c7;
    margin-bottom: 15px;
}

section#product-description p {
    font-size: 14px;
    line-height: 1.5;
}

.navbar-brand img {
    height: 60px;
    max-height: 60px;
}

.navbar-socials {
    flex-direction: row;
    text-align: right;
}

.navbar-socials a {
    color: #eee !important;
    font-size: 20px !important;
}

.navbar-socials a.no-icon {
    color: #eee !important;
    font-size: 12px !important;
}

.navbar-socials a.no-icon:hover {
    font-size: 12px !important;
}

.navbar-socials a:hover {
    color: #fff !important;
    font-size: 20px !important;
}

.admin-rank-thumb {
    max-height: 45px;
    width: auto;
}

#chat-container span.type {
    display: inline;
    font-weight: 800;
    margin-right: 2px;
    text-transform: uppercase;
    font-size: 7px;
}

#chat-container span.type:before {
    content: "[";
}

#chat-container span.type:after {
    content: "]";
}

#chat-container .user span.type,
#chat-container .sender span.type {
    display: none;
}

.btn-spectate {
    padding: 8px 14px;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
}

.rank .progress {
    margin-top: 5px;
    height: 5px;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.rank .progress .progress-bar {
    background-color: #ffd18c;
}

.rank div {
    font-size: 13px !important;
}

#comments {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #eee;
    z-index: 1;
    overflow: hidden;
}

#comments ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#comments ul li {
    padding: 10px 15px;
    font-size: 12px;
    border-bottom: 1px solid #dedddd;
    border-top: 1px solid #f9f9f9;
    position: relative;
}

#comments .name {
    font-weight: 800;
    color: rgba(0, 0, 0, 0.7);
}

#comments .date {
    font-size: 10px;
    color: rgba(0, 0, 0, 0.5);
}

#comments span.delete {
    position: absolute;
    right: 15px;
    top: 50%;
    height: 22px;
    width: 22px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid;
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

#notification-menu a:after {
    display: none;
}

#notification-menu .badge {
    font-size: 8px;
    vertical-align: super;
}

#notification-holder {
    max-width: 100%;
    width: 100%;
    min-width: 200px;
    padding: 10px 0;
    overflow: hidden;
}

#notification-holder .notification {
    padding: 5px 10px;
    background-color: #f3f3f3;
    margin-bottom: 1px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#notification-holder .notification:last-child {
    margin: 0;
}

#notification-holder .notification .date {
    font-size: 9px;
    display: block;
    color: #5d5c5c;
}

#notification-holder .notification .text {
    font-size: 11px;
    display: block;
    color: #5d5c5c;
    font-weight: 600;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    word-break: break-word;
}

#notification-holder .notification .remove {
    margin-left: auto;
    color: #8e3010;
    cursor: pointer;
}

.swal2-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.swal2-content ul.contatct-info {
    border-top: 1px solid #0000000a;
    padding-top: 5px;
    margin-top: 10px;
}

.swal2-content ul.contatct-info li {
    margin-top: 5px;
    user-select: text;
}

.recent-post .thumbnail-holder {
    width: calc(100% + 40px);
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
    position: relative;
    margin: 0 -20px;
}

.recent-post .thumbnail-holder img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: 0.4s ease-out;
    animation-timing-function: ease-out;
}

.recent-post h5.title {
    margin-top: 15px;
    margin-bottom: -3px;
    font-weight: 700;
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.recent-post small.post-time {
    font-size: 11px;
    font-weight: 600;
    color: #656565;
}

.recent-post p.post-description {
    margin-top: 5px;
    font-size: 12px;
    margin-bottom: 20px;
    height: 90px;
    overflow: hidden;
}

.recent-post a {
    color: #250f1c;
    transition: 0.4s ease-out;
}

.recent-post a:hover {
    color: #7e7480;
}

.recent-post:hover .thumbnail-holder img {
    transform: translate(-50%, -50%) scale(1.15);
}

.recent-post,
.affiliate-card {
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 0 16px 5px #00000008;
    padding: 0 20px;
    background-color: #f7f7f7;
}

.flag-container #addons label button,
button.question {
    background: transparent;
    border: 0;
    padding: 0;
}

button.question [class*="fa-"] {
    font-size: 12px;
    color: #f6a96e;
    align-self: center;
    margin-left: 5px;
}
.col-id {
    font-size: 12px;
}

.flag-container #addons label [class*="fa-"] {
    color: #f6a96e;
}

#youtubeVideoModal .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

#youtubeVideoModal .modal-body {
    position: relative;
    padding: 0px;
}

#youtubeVideoModal .close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

#post-table .thumbnail,
#post-review-table .thumbnail {
    max-height: 25px;
    width: auto;
}

#post-table tbody td:first-child,
#post-table thead th:first-child,
#post-review-table tbody td:first-child,
#post-review-table thead th:first-child {
    width: 85px !important;
}

.ql-snow {
    border: 2px solid #ececec !important;
    background-color: #fff;
    border-radius: 0.25rem;
}

.ql-toolbar {
    margin-bottom: 5px;
    padding: 12px 8px !important;
}

.form-control.picker {
    padding: 10px;
}

.form-control .form-check {
    margin: 0;
    border-radius: 0.25rem;
    background: #f6a96e;
    padding: 10px 15px;
    border: 2px solid #d89765;
    color: #fff;
    font-weight: 700;
    margin-bottom: 7px;
    margin-right: 4px;
}

.form-control#tags,
.form-control#seo_tags {
    padding: 13px 10px 6px 10px;
    display: flex;
    flex-wrap: wrap;
}

.multiple-input {
    display: inline-flex;
    align-self: center;
    margin-bottom: 7px;
    background-color: #eee !important;
    border-radius: 0.25rem;
    overflow: hidden;
    padding: 10px 15px;
    border: 2px solid #e4e4e4;
}

.multiple-input input {
    margin: 0;
    border: 0;
    outline: none;
    font-weight: 600;
    font-size: 12px;
    background-color: transparent;
}

.multiple-input button {
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    color: #d89765;
}

.ql-editor.ql-blank::before {
    top: 15px;
}

.text-small {
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    align-self: center;
}

.badge-info.text-small {
    margin-left: 5px;
}

@media (max-width: 1199.98px) {
    .order-settings .col-12 > div:first-child {
        width: 100%;
        padding-left: 0;
        margin-left: 0;
        margin-top: 0;
    }

    .order-settings .col-12 > div:nth-of-type(2) {
        margin-left: 0;
    }

    .order-settings .col-12 > div {
        margin-top: 15px;
        width: calc(33.33% - 5px);
        margin-left: 7.5px;
        margin-right: 0;
    }
}

@media (min-width: 991.99px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
    }
}

@media (max-width: 991.98px) {
    .navbar {
        background-color: #250f1c;
    }

    .navbar-socials li {
        margin-right: 10px;
    }

    ul.navbar-nav {
        margin-top: 1rem;
        align-items: flex-start;
    }

    a.nav-link {
        padding: 5px;
    }

    section#why-us {
        background-image: none;
    }

    .below-title {
        top: calc(50% + 8px);
        left: -4px;
    }

    section#giveaway:before {
        opacity: 0.85;
    }

    footer [class*="col-"] {
        margin-top: 25px;
    }

    footer [class*="col-"]:first-child {
        margin-top: 0;
    }

    .boosting-flag .elo {
        background-size: contain;
    }

    .boosting-flag {
        margin-bottom: 3rem;
    }

    .order-base-information .col-12 > div {
        font-size: 14px;
    }

    .order-base-information .col-12 > div span {
        font-size: 10px;
    }

    .order-settings .col-12 > div {
        width: 100%;
        margin-left: 0;
    }

    .order-page img.avatar {
        display: none;
    }

    .order-base-information .col-12 > .status {
        margin-left: 0;
    }

    .order-base-information .col-12 > div {
        width: 25%;
        margin-left: 0;
    }

    .card.card-flags {
        height: auto !important;
    }

    .page-demo .boosting-flag .elo,
    [class*="page-order-"] .boosting-flag .elo,
    [class*="page-administration-order-"] .boosting-flag .elo {
        max-width: 50%;
    }

    section.page-title {
        padding: 0;
    }

    section.booster-information [class*="col-"],
    section.user-information [class*="col-"] {
        margin-bottom: 15px;
    }

    section.booster-information [class*="col-"]:last-child,
    section.user-information [class*="col-"]:last-child {
        margin-bottom: 0;
    }

    section#home-slider {
        position: absolute;
        padding-top: 110px;
    }

    section#home-slider [class*="carousel-control"][data-slide] {
        margin-top: 110px;
    }

    .alert.alert-preseason {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

@media (max-width: 767.98px) {
    section#home-slider .special .title {
        font-size: 40px;
    }

    section#home-slider .special .sub-title {
        margin-bottom: -10px;
    }

    section#home-slider .special a {
        margin-top: 0;
    }

    section#home-slider .special .title.title-bg {
        display: none;
    }
}

@media (min-width: 768px) {
    section#home-slider .special {
        background-color: #eee !important;
    }
}

@media (max-width: 575.98px) {
    section.boosting .col-12,
    section.authentication-h .col-12 {
        margin-bottom: 25px;
    }

    section.boosting .col-12:last-child,
    section.authentication-h .col-12:last-child {
        margin-bottom: 0;
    }
}

.animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }
    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.spin {
    animation: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#newModal .modal-body {
    padding: 0;
}

.modal-buttons {
    display: flex;
    flex: 1;
    flex-direction: row;
}

.modal-buttons button {
    width: 50%;
    padding: 50px 20px;
    font-size: 25px;
    border: 0;
    border-right: 1px solid #dee2e6;
    color: #505050;
    transition: color 0.2s;
}

.modal-buttons button:hover {
    color: #70422b;
}

.modal-buttons button:last-child {
    border-right-color: transparent;
}

#newModal .header {
    padding: 20px;
    text-align: center;
    font-size: 20px;
    background-color: #fff;
    border-bottom: 1px solid #dee2e6;
}

#newModal .options {
    display: flex;
    flex-direction: column;
}

#newModal .options a {
    display: block;
    text-align: center;
    padding: 12px 20px;
    border-bottom: 1px solid #dee2e6;
    color: #22140d;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    transition: all 0.2s;
}

#newModal .options a:last-child {
    border-bottom: none;
}

#newModal .options a:hover {
    color: #70422b;
    background-color: #f7f7f7;
}

#log-content div.dataTables_filter label {
    text-align: right;
}

.page-affiliate-program p {
    font-size: 14px;
}

section#affiliate h2 {
    margin-bottom: 25px;
    font-weight: 800;
}

.affiliate-card .title {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 800;
    text-align: center;
}

.affiliate-card {
    flex: 1;
    height: 100%;
    text-align: center;
    padding: 20px;
}

footer p {
    font-size: 11px !important;
}

.affiliate-card .step {
    font-size: 13px;
    font-weight: 800;
    display: block;
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 50%;
    background-color: #70432b;
    color: #f7f7f7;
    line-height: 24px;
    margin: 0 auto 5px auto;
}

.page-affiliate-program .banner {
    display: grid;
    grid-template-columns: auto auto 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 0;
    padding: 50px 40px;
    align-items: center;
    background-color: rgba(255, 209, 140, 0.1);
    border-radius: 4px;
}

.page-affiliate-program .banner span {
    font-size: 23px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1.25rem;
    display: block;
}

.page-affiliate-program .banner .separator {
    height: 100%;
    width: 1px;
    background-color: #70422b;
}

.valorant .order-status {
    padding-left: 0 !important;
}

.valorant .order-base-information .col-12 > div:first-child {
    margin-left: 0;
}

.dropdown-menu small {
    width: 100%;
    display: block;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    padding: 6px 15px;
    background-color: #e4e4e4;
    font-weight: 700;
}

tr.Win a,
tr.Loss a {
    color: #000;
}

tr.Win a:hover,
tr.Loss a:hover {
    opacity: 0.7;
}

.form-control-sm {
    font-size: 11px !important;
    padding: 10px 5px !important;
}

#performance-table .danger {
    background-color: #a10505;
}

#performance-table .warning {
    background-color: #858710;
}

#performance-table .acceptable {
    background-color: #fbff00;
}

#performance-table .success {
    background-color: #1abd48;
}

#performance-table .success,
#performance-table .warning,
#performance-table .danger {
    color: #fff !important;
}

#performance-table button.question [class*="fa-"] {
    color: #000;
}

#performance-table .success button.question [class*="fa-"],
#performance-table .warning button.question [class*="fa-"],
#performance-table .danger button.question [class*="fa-"] {
    color: #fff !important;
}

.calculator-badges {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 20px;
    justify-content: center;
}

.calculator-badges img {
    max-height: 100px;
}

section#extra > div {
    padding: 45px 0;
    position: relative;
}

section#extra .container {
    position: relative;
}

section#extra h3 {
    text-transform: uppercase;
    font-weight: 900;
    color: #70432b;
    font-size: 25px;
    margin-bottom: 25px;
}

section#extra > div:nth-child(even) {
    background-color: #f3f3f3;
}

section#extra .other-services ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

section#extra .other-services ul li {
    margin-bottom: 10px;
}

section#extra .other-services ul li:last-child {
    margin-bottom: 0;
}

.sett {
    position: absolute;
    bottom: -45px;
    max-width: 100%;
    max-height: calc(100% + 90px + 30px);
    left: 50%;
    transform: translateX(-50%);
}

.yone {
    position: absolute;
    top: -45px;
    right: 0;
    height: calc(100% + 90px);
    width: 100%;
    object-fit: cover;
    object-position: right;
}

.multi-option-slider {
    padding-top: 110px;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 0px;
}

.multi-option-slider .option {
    position: relative;
    overflow: hidden;
}

.multi-option-slider .option img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    transition: transform 0.2s ease-in-out;
}

.multi-option-slider .option img:not(.filtered) {
    transform: scale(1);
}

.multi-option-slider .option:hover img:not(.filtered) {
    transform: scale(1.05);
}

.multi-option-slider .option img.filtered {
    filter: url("https://web.archive.org/web/20220713061233im_/https://www.chiboost.net/css/style.css?ver=2.3.0");
    transition: opacity 0.2s ease-in-out;
}

.multi-option-slider .option:hover img.filtered {
    opacity: 0;
}

.multi-option-slider .option a {
    display: flex;
    width: 100%;
    height: 100%;
}

.multi-option-slider .option span {
    display: block;
    position: relative;
    z-index: 1;
    align-self: center;
    margin: auto;
    color: #eeeeee;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
}

@media (max-width: 991.98px) {
    .multi-option-slider {
        padding-top: 0;
    }
}

@media (max-width: 768px) {
    .multi-option-slider .option a {
        font-size: 20px;
    }
}

div.table-responsive > div.dataTables_wrapper > div.row:nth-child(2) {
    overflow-x: scroll;
    margin-bottom: 10px;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0;
}

.w-contain {
    width: fit-content;
}

select.w-contain {
    display: inline-block;
}

.label {
    font-size: 12px;
    font-weight: 400;
}

.label-inline {
    display: inline-block;
}

.coach-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    gap: 30px;
    transition: opacity 0.2s ease-in-out;
}

@media (max-width: 991.98px) {
    .coach-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767.98px) {
    .coach-grid {
        grid-template-columns: 1fr;
    }
}

.coach-grid .card {
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 0 16px 5px #00000008;
    background-color: #f7f7f7;
}

.coach-grid .card-img-top {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 66.66%;
    overflow: hidden;
}

.coach-grid .card-img-top > img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.coach-grid .rating,
#booster-index .rating {
    position: relative;
    width: fit-content;
}

.coach-grid .rating .stars svg,
#booster-index .rating .stars svg {
    height: 20px;
    fill: #eee;
}

.coach-grid .rating .stars.active,
#booster-index .rating .stars.active {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
}

.coach-grid .rating .stars.active svg,
#booster-index .rating .stars.active svg {
    fill: #f3a66c;
}

.coach-grid .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 10px 20px;
    color: #fff;
}

.coach-grid .info .name {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.coach-grid ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    flex-wrap: wrap;
}

.coach-grid ul li {
    position: relative;
}

.coach-grid ul li:after {
    content: ",";
}

.coach-grid ul li:last-child:after {
    content: "";
    margin-right: 0;
}

.coach-grid ul.languages {
    font-size: 12px;
    margin-top: 5px;
    column-gap: 1px;
}

.coach-grid ul.languages li:after {
    position: relative;
    left: -2px;
}

.coach-grid ul.servers {
    font-weight: 700;
}

.coach-grid label {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0;
}

.coach-grid label:not(:first-child) {
    margin-top: 15px;
}

.coach-grid .card-body {
    padding: 15px 20px;
}

.coach-grid .stats {
    font-size: 12px;
    margin-top: 5px;
}

.coach-grid.loading {
    opacity: 0.5;
}

.coach-grid ul.languages .flag {
    height: 20px;
    width: 30px;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}

.coach-grid ul.languages img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#filter {
    margin-bottom: 30px;
    padding: 15px 20px 20px 20px;
    background-color: #f7f7f7;
    border-radius: 3px;
    box-shadow: 0 0 15px 5px rgb(0 0 0 / 0.02);
}

.filters {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    column-gap: 20px;
    row-gap: 10px;
    margin-bottom: 15px;
}

@media (max-width: 767.98px) {
    .filters {
        grid-template-columns: repeat(2, 1fr);
    }
}

.filters .form-group {
    margin: 0;
}

.filters .span2 {
    grid-column-start: span 2;
}

.filters label {
    margin-bottom: 5px;
    font-size: 12px;
}

.filters .button {
    grid-column: 1 / span 4;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex !important;
    gap: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    flex-wrap: nowrap;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #f7f7f7 !important;
    border: 1px solid #eee !important;
    font-size: 12px;
    transition: background-color 0.2s ease-in-out;
    display: flex !important;
}

.select2-dropdown {
    border: 1px solid #eee !important;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice:hover {
    background-color: #eee !important;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    border-right: none !important;
    padding-right: 0 !important;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:hover {
    background-color: transparent !important;
}

.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #70432b !important;
}

.select2-results__option {
    padding: 8px 10px !important;
    background-color: #fff !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #f7f7f7 !important;
}

.select2-container--open .select2-dropdown--below {
    border: 2px solid #ededed !important;
    border-top: none !important;
}

.select-text {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
}

img.select-image {
    height: 30px;
    width: 30px;
    object-fit: cover;
    object-position: center;
}

.alert {
    font-size: 13px;
    padding: 15px 20px;
}

#booster-index .avatar {
    margin-bottom: 15px;
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 30px 5px rgb(0 0 0 / 0.1);
}

#booster-index .avatar img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#booster-index h2 {
    margin-bottom: 0 !important;
}

#booster-index h3 {
    margin-bottom: 5px !important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
}

#booster-index hr {
    margin: 15px 0;
}

#booster-index ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

#booster-index ul li {
    margin-right: 5px;
}

#booster-index ul:not(.pilled):not(.ranks) li:after {
    content: ",";
}

#booster-index ul li:last-child {
    margin-right: 0;
}

#booster-index ul li:last-child:after,
#booster-index ul.lanes li:after {
    content: "" !important;
}

#booster-index .review-highlight span {
    font-weight: 700;
    color: #5b6671;
    text-transform: none;
}

#booster-index ul,
#booster-index .text {
    margin-bottom: 10px;
    font-size: 14px;
}

#booster-index .main ul,
#booster-index .main .text {
    margin-bottom: 20px;
}

#booster-index .review-highlight .review-container {
    padding: 20px 25px;
    background-color: #f3f3f3;
    margin-bottom: 0;
    color: #212529;
    text-align: center;
}

#booster-index .review-highlight .review-container .review-text:after,
#booster-index .review-highlight .review-container .review-text:before {
    color: #5b6671;
}

#booster-index .review-highlight .review-container .review-reviewer {
    color: #212529;
}

#booster-index .review-highlight .title {
    margin-bottom: 10px !important;
}

#booster-index ul.pilled {
    flex-wrap: wrap;
}

#booster-index h3.title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#booster-index .rating .stars svg {
    fill: rgba(0, 0, 0, 0.1);
}

#booster-index ul.pilled li {
    padding: 5px 10px 5px 5px;
    background-color: #f3f3f3;
    border-radius: 4px;
    border-left: 2px solid #f6a96e;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 5px;
}

#booster-index ul.pilled li img {
    max-height: 24px;
    margin-right: 5px;
}

#booster-index ul.lanes li img {
    max-height: 24px;
    margin-right: 5px;
}

#booster-index ul.ranks {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-template-rows: 1fr;
    gap: 15px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 700;
}

#booster-index ul.ranks img {
    max-width: 50%;
    display: block;
    margin: auto;
}

#booster-list .cube,
#booster-list .cube .base {
    position: relative;
}

#booster-list .cube .more {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #f7f7f7;
    transform: translateX(calc(-100% - 20px));
    z-index: 1;
    overflow: hidden;
    transition: transform 0.2s ease-in-out;
}

#booster-list .card-body:hover .cube .more {
    transform: translateX(0);
}

span.separator {
    display: flex;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #70422b;
}

span.separator:first-child {
    margin-top: 0;
}

span.separator:before,
span.separator:after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #70422b;
}

span.separator:before {
    margin-right: 15px;
}

span.separator:after {
    margin-left: 15px;
}

#booster-list .champions {
    margin: auto;
    width: fit-content;
}

.coach-grid ul.roles {
    justify-content: center;
    text-transform: capitalize;
}

.coach-grid ul.roles li {
    margin-right: 2px;
}

.coach-grid ul.roles li:last-child {
    margin-right: 0;
}

.select2-container--default .select2-results__option--group {
    padding: 0 !important;
}

.select2-results__group {
    font-size: 12px;
    background-color: #f7f7f7;
    padding: 15px 10px !important;
}

.select2-results__group img {
    display: none;
}

#zoomModal .modal-body {
    padding: 0;
    border-radius: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

#zoomModal .modal-content {
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    display: flex;
    align-items: center;
    border: none;
}

#zoomModal .modal-dialog {
    min-width: auto;
}

/*
 * TIMELINE
 */

.timeline {
    border-left: 3px solid #f6a96e;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgb(246 169 110 / 0.09);
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 100%;
    margin-top: 45px;
}

@media (max-width: 767px) {
    .timeline {
        padding: 25px;
    }
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.timeline .event {
    border-bottom: 1px dashed #250f1c;
    padding-bottom: 25px;
    margin-bottom: 25px;
    padding-top: 30px;
    position: relative;
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: 0;
    content: attr(data-date);
    text-align: left;
    font-weight: 100;
    font-size: 12px;
    min-width: 120px;
    font-weight: 600;
}

.timeline .event:after {
    box-shadow: 0 0 0 3px #f6a96e;
    left: -55.8px;
    background: #eee;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -31.8px;
    }
}

.table-matchhistory {
    margin-bottom: 0;
}

#request-table_length {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

@media (max-width: 1199.98px) {
    #request-table_wrapper .row:first-child {
        flex-direction: column;
    }

    #request-table_length {
        width: 100%;
        justify-content: space-between;
    }

    #request-table_wrapper .row:first-child .col-sm-12 {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        max-width: none;
    }

    #request-table_filter label {
        display: flex;
        align-items: center;
    }

    #request-table_filter input {
        width: 100%;
    }
}

#chat {
    flex: 1;
    height: 100%;
}

.val-badge {
    max-width: 60% !important;
}

ul.account-updates {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.4;
}

ul.account-updates li > * {
    display: inline-block;
    margin: 0;
}

ul.account-updates li > *:empty {
    display: none;
}

ul.account-updates li > .from,
ul.account-updates li > .to {
    font-weight: 700;
}

ul.account-updates li > *:before {
    font-weight: 500;
}

ul.account-updates li > .from:before {
    content: 'from  "';
}

ul.account-updates li > .to:before {
    content: 'to "';
}

ul.account-updates li > .from:after,
ul.account-updates li > .to:after {
    content: '"';
}

@media (max-width: 991.98px) {
    .order-page .order-base-information .col-12 {
        flex-wrap: wrap;
        margin-bottom: 25px;
    }

    .order-base-information .col-12 > div {
        margin-bottom: 20px;
    }

    #notification-menu {
        width: 100%;
    }

    #notificationDropdown {
        width: fit-content;
    }
}

@media (max-width: 767.98px) {
    .order-base-information .col-12 > div {
        width: 50%;
    }
}

a.view-all-notifications {
    margin: 0;
    width: 100%;
    display: block;
    margin-bottom: -10px;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    color: #8d3010;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    transition: color 0.2s ease-in-out;
}

a.view-all-notifications:hover {
    color: #eee;
}

a.view-all-notifications:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #8d3010;
    transform: translateX(-100%);
    transition: transform 0.2s ease-in-out;
    z-index: -1;
}

a.view-all-notifications:hover:before {
    transform: translateX(0);
}

.alert-preseason {
    font-size: 14px;
    background-color: rgb(246 169 110 / 25%);
    color: #fff;
    border-color: #f6a96e;
    padding: 20px 25px;
    margin-bottom: 30px;
    box-shadow: 0 0 15px 5px rgb(246 169 110 / 0.05);
}

.alert-preseason strong {
    font-size: 16px;
    display: block;
}

.table-matchhistory td {
    padding: 1rem 0.5rem;
}

.table-matchhistory td:first-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.table-matchhistory td:last-child {
    padding-right: 0.75rem;
}

.table-size-fix .row {
    margin: 0 -22px;
}

table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role="row"]
    > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role="row"]
    > th.dtr-control:before {
    left: 0 !important;
    background-color: #70432b !important;
    transition: background-color 0.2s ease-in-out;
}

table.dataTable.dtr-inline.collapsed
    > tbody
    > tr.parent
    > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed
    > tbody
    > tr.parent
    > th.dtr-control:before {
    background-color: #f6a96e !important;
}

table.collapsed .text-right {
    text-align: left !important;
}

.new-datatables .dataTables_filter {
    display: none !important;
}

/*
     FILE ARCHIVED ON 06:12:33 Jul 13, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:57:05 Apr 01, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.53
  exclusion.robots: 0.017
  exclusion.robots.policy: 0.006
  esindex: 0.009
  cdx.remote: 42.649
  LoadShardBlock: 799.289 (3)
  PetaboxLoader3.datanode: 137.035 (4)
  PetaboxLoader3.resolve: 85.213 (3)
  load_resource: 97.249
*/