/*Resets*/

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
    text-decoration: none;
}

*:before,
*:after {
    box-sizing: border-box;
}


/*Responsive Grid System*/

.row {
    clear: both;
    margin: 0px auto;
    zoom: 1;
    width: 100%;
    position: relative;
}

@media screen and (min-width: 976px) {
    .row {
        width: 960px;
    }
}

.row:before,
.row:after {
    content: "";
    display: table;
}

.row:after {
    clear: both;
}

.col {
    display: block;
    float: left;
    position: relative;
    padding: 0 20px;
    margin: 20px 0;
}

.special {
    width: 100%;
}

.s_1_of_1 {
    width: 100%;
    text-align: center;
}

.s_1_of_2,
.s_1_of_3,
.s_2_of_3 {
    width: 100%;
}

@media screen and (min-width: 670px) {
    .s_1_of_3 {
        width: 33.3%;
    }

    .s_2_of_3 {
        width: 66%;
    }
}

@media screen and (min-width: 732px) {
    .s_1_of_2 {
        width: 50%;
    }
}

@media screen and (max-width: 850px) {
    .quick_jump {
        width: 50%;
    }
}

@media screen and (max-width: 760px) {
    .quick_jump {
        width: 100%;
    }
}

img {
    max-width: 100%;
}


/*Header section*/

header {
    min-height: 80vh;
    /*background: #4b0047 url(../img/contest-banner-mobile.png) no-repeat center;*/
    background: #4b0047 url(../images/hc_new_bg.jpg)  50% 13% no-repeat;
    background-size: cover;
}

.animated {
    animation-duration: 1s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
}

.arrow_contest {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #ffffff transparent transparent transparent;
    position: relative;
    left: calc(50% - 25px);
    top: 85vh;
    transition: all .5s ease-in-out;
}

.arrow_contest:hover {
    cursor: pointer;
    border-color: #fafafa transparent transparent transparent;
}

@media screen and (min-width: 670px) {
    .header_spacer {
        height: 500px;
    }

    .arrow_contest {
        left: calc(50% - 30px);
        border-width:30px 30px 0 30px;
    }
}

@media screen and (min-width: 1000px) {
    header {
        /*background: #4b0047 url(../img/contest-banner.png) 50% 13% no-repeat;*/
        background: #4b0047 url(../images/hc_new_bg.jpg) 50% 13% no-repeat;
        /*min-height: 550px;*/
        /*background-size: cover;*/
    }
    .arrow_contest {
        left: calc(50% - 35px);
        border-width:35px 35px 0 35px;
    }
}

@media screen and (min-width: 1300px) {
    header {
        /*background: #4b0047 url(../img/contest-banner.png) 50% 13% no-repeat;*/
        background: #4b0047 url(../images/hc_new_bg.jpg) 50% 13% no-repeat;
        /*min-height: 750px;*/
        background-size: cover;
    }
    .arrow_contest {
        left: calc(50% - 40px);
        border-width: 40px 40px 0 40px;
    }
}

@media screen and (min-width: 1900px) {
    header {
        /*background: #4b0047 url(../img/contest-banner.png) 100% 60% no-repeat;*/
        background: #4b0047 url(../images/hc_new_bg.jpg) 50% 13% no-repeat;
        min-height: 940px;
        background-size: cover;
    }
    .arrow_contest {
        left: calc(50% - 50px);
        border-width: 50px 50px 0 50px;
    }
}

h1 {
    background: transparent url(../images/logo.png) no-repeat;
    background-size: 100%;
    width: 50%;
    height: 90px;
    margin: 30px auto 0 auto;
}

@media screen and (min-width: 360px) {
    h1 {
        height: 110px;
    }
}

@media screen and (min-width: 440px) {
    h1 {
        width: 221px;
        height: 131px;
    }
}

@media screen and (min-width: 670px) {
    h1 {
        float: left;
        margin: 0 auto;
    }
}

h1 a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    border: none;
}

nav {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: -5px;
}

nav li {
    width: 50%;
    float: left;
    text-align: center;
}

@media screen and (min-width: 670px) {
    nav {
        position: relative;
        width: auto;
        margin-top: 10px;
        float: right;
    }

    nav li {
        width: auto;
        margin-left: 10px;
    }
}

nav li a {
    text-transform: uppercase;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    font-size: 0.9em;
    color: #ffffff;
    padding: 10px;
    border: none;
}

nav li a:hover {
    background: #e60a2e;
    border-radius: 5px;
}

nav ul li a img {
    display: none !important;
}

.icon {
    display: block;
    max-width: 90%;
    margin: 150px auto -70px auto;
}

#logo_img {
    display: block;
    max-width: 90%;
    margin: 190px auto -70px 10px;
}

.blink {
    display: none;
    -webkit-animation: blink_anim 3.5s ease-in-out infinite;
    -moz-animation: blink_anim 3.5s ease-in-out infinite;
    -o-animation: blink_anim 3.5s ease-in-out infinite;
    animation: blink_anim 3.5s ease-in-out infinite;
}

@media screen and (min-width: 670px) {
    .blink {
        background: transparent url(../images/blink.png) 0 0 no-repeat;
        background-size: 100%;
        width: 41px;
        height: 41px;
        display: block;
        position: absolute;
        z-index: 1;
        left: 40px;
    }
}

@media screen and (min-width: 726px) {
    .blink {
        left: 50px;
    }
}

@media screen and (min-width: 976px) {
    .blink {
        left: 80px;
    }
}

@media screen and (max-width: 670px) {
    h1.icon {
        margin-bottom: 0;
        margin-top: 0;
    }
}

@media screen and (min-width: 540px) {
    .icon {
        max-width: 260px;
    }
}

@media screen and (min-width: 670px) {
    .icon {
        bottom: -50px;
        left: -30px;
        margin: 0;
    }
}

@media screen and (min-width: 726px) {
    .icon {
        max-width: 300px;
    }
}

@media screen and (min-width: 976px) {
    .icon {
        max-width: 370px;
    }
}

@media screen and (max-width: 670px) {
    #logo_img {
        margin-bottom: 0;
        margin-top: 0;
        max-width: 50%;
        margin-left: 25%;
    }
}

@media screen and (min-width: 540px) {
    #logo_img {
        max-width: 50%;
    }
}

@media screen and (min-width: 670px) {
    #logo_img {
        margin: 170px auto -70px auto;
        bottom: -50px;
        left: -30px;
        max-width: 80%;
    }
}

@media screen and (min-width: 726px) {
    #logo_img {
        max-width: 85%;
    }
}

@media screen and (min-width: 976px) {
    #logo_img {
        max-width: 90%;
    }
}

@media screen and (min-width: 670px) {
    .absolute_holder {
        position: absolute;
        bottom: 20px;
        margin-right: 20px;
    }
}

@media screen and (min-width: 940px) {
    .absolute_holder {
        width: 95%;
    }
}

@media screen and (min-width: 976px) {
    .absolute_holder {
        margin-right: 0;
    }
}

iframe {
    display: block;
    margin: 20px 0;
    left: 0;
    top: 0;
    -ms-zoom: 0.85;
    -moz-transform: scale(0.85);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.85);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.85);
    -webkit-transform-origin: 0 0;
}

#btn_support {
    padding-top: 50px;
    width: fit-content;
    position: relative;
}

@media screen and (max-width: 670px) {
    iframe {
        margin-right: 0;
        float: none;
    }

    #btn_support {
        margin-right: 0;
    }
}

@media screen and (max-width: 380px) {
    iframe {
        margin-right: 0;
        float: none;
        width: fit-content;
    }

    #btn_support {
        margin-right: 0;
        padding-top: 0;
    }
}

.slogan {
    text-transform: uppercase;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 1.4em;
    line-height: 1;
    padding: 20px;
}

@media screen and (min-width: 440px) {
    .slogan {
        font-size: 1.8em;
    }
}

@media screen and (min-width: 940px) {
    .slogan {
        font-size: 2.2em;
    }
}

.slogan strong {
    color: #e60a2e;
}

.download {
    overflow: hidden;
    padding: 10px;
    width: 100%;
}

.download h2 {
    text-align: center;
    font-size: 1em;
    width: 100%;
    padding: 5px 0px;
    margin: 0;
    position: relative;
}

.download ul {
    width: 100%;
}

.download ul li {
    padding: 5px;
    margin: 0;
    width: 100%;
}

@media screen and (min-width: 440px) {
    .download h2 {
        padding: 10px 0px;
    }

    .download ul li {
        width: 25%;
        /*padding: 10px;*/
    }
}

.download-mobile ul li {
    width: 100%;
}


/*Screenshot section*/

.special {
    background: #e60a2e;
    color: #ffffff;
    line-height: 0.7;
    text-align: center;
    margin: 40px 0 0 0;
}

@media screen and (min-width: 760px) {
    .special {
        margin: 60px 0 0 0;
        padding-left: 50%;
        text-align: left;
    }
}

@media screen and (min-width: 850px) {
    .special {
        padding-left: 66%;
    }
}

.special h2 {
    margin-left: 20px;
}

.screenshot {
    border: 4px solid #22043f;
    border-radius: 15px;
    background: #ffffff;
    z-index: 1;
}

.screenshot:before {
    border: 2px solid #22043f;
    border-radius: 10px;
    position: absolute;
    right: 14%;
    top: 50%;
    margin-top: -5%;
    width: 1%;
    height: 20%;
    content: "";
}

.screenshot:after {
    position: absolute;
    bottom: 3px;
    width: 87%;
    left: -50%;
    margin-left: 56%;
    height: 1px;
    content: "";
    z-index: 0;
    box-shadow: 0px 3px 15px #130218;
}

.quick_jump p {
    font-size: 0.95em;
}

@media screen and (min-width: 420px) {
    .screenshot:before {
        right: 12%;
    }
}

@media screen and (min-width: 560px) {
    .screenshot:before {
        right: 10%;
    }

    .screenshot {
        border-radius: 30px;
    }
}

.quick_jump p {
    margin-top: -20px;
}

@media screen and (min-width: 760px) {
    .quick_jump p {
        margin-top: 0;
    }

    .screenshot {
        width: 96%;
        position: absolute;
        top: -50px;
    }

    .screenshot:before {
        right: 8%;
    }

    .screenshot:after {
        bottom: -3px;
        width: 97%;
        left: -50%;
        margin-left: 51.5%;
        box-shadow: 0px 3px 15px #130218;
    }
}

@media screen and (min-width: 850px) {
    .screenshot {
        top: -100px;
    }
}

.screenshot img {
    border: 2px solid #22043f;
    border-radius: 5px;
}

.screenshot img.absolute {
    position: absolute;
    top: 0;
    left: 0;
}

.screenshot img.f01 {
    -webkit-animation: fader01 20s ease-in infinite;
    -moz-animation: fader01 20s ease-in infinite;
    animation: fader01 20s ease-in infinite;
}

.screenshot img.f02 {
    -webkit-animation: fader02 20s ease-in infinite;
    -moz-animation: fader02 20s ease-in infinite;
    animation: fader02 20s ease-in infinite;
}

.screenshot img.f03 {
    -webkit-animation: fader03 20s ease-in infinite;
    -moz-animation: fader03 20s ease-in infinite;
    animation: fader03 20s ease-in infinite;
}

.screenshot img.f04 {
    -webkit-animation: fader04 20s ease-in infinite;
    -moz-animation: fader04 20s ease-in infinite;
    animation: fader04 20s ease-in infinite;
}

@-webkit-keyframes fader04 {
    0% {
        opacity: 1;
    }
    20% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    95% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fader04 {
    0% {
        opacity: 1;
    }
    20% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    95% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fader04 {
    0% {
        opacity: 1;
    }
    20% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    95% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fader04 {
    0% {
        opacity: 1;
    }
    20% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    95% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fader03 {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    45% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fader03 {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    45% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes fader03 {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    45% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fader03 {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    45% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fader02 {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fader02 {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes fader02 {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fader02 {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fader01 {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    85% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fader01 {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    85% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes fader01 {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    85% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fader01 {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    85% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.screenshot div {
    position: relative;
    margin: 2% 12.8%;
}

.screenshot div:before {
    border: 2px solid #22043f;
    border-radius: 100%;
    position: absolute;
    left: -14.5%;
    top: 50%;
    margin-top: -6%;
    width: 11.5%;
    height: 20%;
    content: "";
}

.screenshot div:after {
    border: 2px solid #22043f;
    border-radius: 100%;
    position: absolute;
    right: -12%;
    top: 50%;
    margin-top: -2%;
    width: 2.3%;
    height: 4.3%;
    content: "";
}

.holder {
    margin: 20px auto 40px auto;
    width: 95%;
}

.holder h2 {
    text-align: center;
}

@media screen and (min-width: 900px) {
    .holder {
        margin: auto;
        width: 75%;
    }
}


/*Contact section*/

.social_media a {
    background: #e60a2e;
    line-height: 50px;
    width: 50px;
    border-radius: 50px;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 1.5em;
    margin: auto;
    border: none;
}

@media screen and (min-width: 380px) {
    .social_media a {
        line-height: 80px;
        width: 80px;
        border-radius: 40px;
    }
}

@media screen and (min-width: 920px) {
    .social_media a {
        line-height: 60px;
        width: 60px;
        border-radius: 30px;
    }
}

.social_media {
    overflow: hidden;
    min-height: 4.5em;
}

.social_media li {
    float: left;
    width: 25%;
    margin: 10px 0;
}

@media screen and (min-width: 670px) {
    .social_media li {
        width: 50%;
    }
}

@media screen and (min-width: 920px) {
    .social_media li {
        width: 25%;
        margin: 0;
    }
}

.email_data {
    margin: 20px 0;
}

.email_data i {
    position: absolute;
    color: #6f4d78;
    left: 0;
    top: 0;
    font-size: 2.2em;
    line-height: 1.2em;
}

.email_data span {
    font-weight: 400;
    line-height: 1;
}

.email_data li {
    padding-left: 50px;
    position: relative;
    margin-bottom: 20px;
    float: left;
}

@media screen and (min-width: 380px) {
    .email_data li {
        margin-right: 20px;
    }
}

@media screen and (min-width: 670px) {
    .email_data li {
        margin-right: 0;
        float: none;
    }
}


/*Global styling*/

body {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 300;
    font-size: 1em;
    background: #22043f;
    color: #ffffff;
}

footer {
    text-align: center;
    margin: 40px auto;
    padding: 0 20px;
}

@media screen and (min-width: 380px) {
    footer {
        font-size: 1em;
    }
}

.whiteBg {
    background: #ffffff;
    color: #26042f;
    padding-bottom: 50px;
}

.darkBg {
    background: #21043f;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#520034', endColorstr='#21043f');
    background: -webkit-linear-gradient(#520034, #21043f);
    background: -o-linear-gradient(#520034, #21043f);
    background: -moz-linear-gradient(#520034, #21043f);
    background: linear-gradient(#520034, #21043f);
    zoom: 1;
}

h2 {
    text-transform: uppercase;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 1.55em;
    margin: 20px 0px;
    text-align: center;
}

@media screen and (min-width: 670px) {
    h2 {
        text-align: left;
    }
}

h3 {
    color: #e60a2e;
    font-size: 1em;
    font-weight: 700;
    margin: 5px 0;
    line-height: 1;
}

a {
    color: #ffffff;
}

.button,
.text_input {
    font-family: 'Lato', Arial, sans-serif;
    background: #e60a2e;
    border-radius: 5px;
    color: #ffffff;
    line-height: 40px;
    display: block;
    text-align: center;
    padding: 0 5px;
    margin: 20px 0px;
    font-weight: 400;
    border: none;
    cursor: pointer;
}

.button:hover,
.button:active,
.social_media a:hover {
    background: #ff8346;
    border-color: #ff8346;
}

.disabled {
    opacity: 0.5;
    cursor: default;
}

.disabled:hover {
    background: #e60a2e;
}

@media screen and (min-width: 820px) {
    .button,
    .text_input {
        padding: 0 20px;
    }
}

input.button,
.text_input {
    display: inline;
    line-height: 1;
    padding: 10px;
    margin: 10px 0;
    font-size: 1em;
    height: 40px;
    border: 1px solid #e60a2e;
    -webkit-appearance: none;
}

@media screen and (min-width: 670px) {
    input.button,
    .text_input {
        margin: 20px 0px;
    }
}

.text_input {
    text-align: left;
    background: #c3acc9;
    border: 1px solid #22043f;
    color: #22043f;
}

.medium,
.big {
    line-height: 60px;
}

@media screen and (min-width: 500px) {
    .big,
    .dlbtn {
        font-weight: 700;
        font-size: 1.05em;
    }

    .dlbtn {
        font-weight: 700;
        font-size: 1.05em;
    }
}

.download .col {
    display: table;
}

.dlbtn {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    line-height: 1 !important;
    height: 4em;
    max-height: 4em;
}

.no_margin {
    margin: 0;
}

.no_padding {
    padding: 0;
}

.padding {
    padding: 0 20px;
    margin-top: -20px;
}

@media screen and (min-width: 670px) {
    .padding {
        margin-top: 20px;
    }
}

.hidden,
.social_media span {
    display: none;
}

p {
    line-height: 1.5;
}


/*Live validation*/

.LV_validation_message {
    position: absolute;
    font-weight: 400;
    top: 17px;
    left: 90%;
    z-index: 1;
    display: block;
    font-size: 1.3em;
}

.LV_invalid {
    color: #e60a2e;
}

.LV_valid {
    color: #12894f;
}

.LV_valid_field {
    background: #a8d9c1;
    border: 1px solid #12894f;
}

@media screen and (min-width: 360px) {
    .LV_validation_message {
        left: 93%;
    }
}

@media screen and (min-width: 450px) {
    .LV_validation_message {
        left: 95%;
    }
}

@media screen and (min-width: 670px) {
    .LV_validation_message {
        top: 27px;
        left: 62%;
    }
}

form {
    position: relative;
}

.feedback {
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 10px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    font-size: 1em;
    font-family: 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    -webkit-transform: translate3d(0, -150%, 0);
    -ms-transform: translate3d(0, -150%, 0);
    -moz-transform: translate3d(0, -150%, 0);
    -o-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0);
    -webkit-animation: feedback_close 3s ease-in-out 1;
    -moz-animation: feedback_close 3s ease-in-out 1;
    -o-animation: feedback_close 3s ease-in-out 1;
    animation: feedback_close 3s ease-in-out 1;
    box-shadow: 0px 0px 40px #000000;
    z-index: 9999;
}

.ok {
    background: #a8d9c1;
    color: #12894f;
}

.bad {
    background: #e60a2e;
    color: #5f0716;
}

@-webkit-keyframes feedback_close {
    0% {
        -webkit-transform: translate3d(0, -150%, 0);
    }
    20% {
        -webkit-transform: translate3d(0, 0, 0);
    }
    80% {
        -webkit-transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, -150%, 0);
    }
}

@-moz-keyframes feedback_close {
    0% {
        -moz-transform: translate3d(0, -150%, 0);
    }
    20% {
        -moz-transform: translate3d(0, 0, 0);
    }
    80% {
        -moz-transform: translate3d(0, 0, 0);
    }
    100% {
        -moz-transform: translate3d(0, -150%, 0);
    }
}

@-o-keyframes feedback_close {
    0% {
        -o-transform: translate3d(0, -150%, 0);
    }
    20% {
        -o-transform: translate3d(0, 0, 0);
    }
    80% {
        -o-transform: translate3d(0, 0, 0);
    }
    100% {
        -o-transform: translate3d(0, -150%, 0);
    }
}

@keyframes feedback_close {
    0% {
        transform: translate3d(0, -150%, 0);
    }
    20% {
        transform: translate3d(0, 0, 0);
    }
    80% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(0, -150%, 0);
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #e42439;
}

.dropdown-divider {
    height: 0;
    margin: 0;
    overflow: hidden;
    border-top: 0 solid #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #e42439;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover,
.btn:focus {
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
    background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #e42439;
}

.dropdown-divider {
    height: 0;
    margin: 0;
    overflow: hidden;
    border-top: 0 solid #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #e42439;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.language-btn {
    margin: 10px auto 0;
}

#footer-links {
    margin-top: 7px;
}

#footer-links ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

#footer-links li {
    display: inline-block;
    margin: 0 5px;
}

footer {
    text-align: center;
    margin: 40px auto;
    padding: 0 20px;
}

footer a {
    color: #ffffff;
    border-bottom: 1px solid #bbb1c3;
}

.cookies {
    padding-top: 10px;
    padding-bottom: 10px;
}

.nobg {
    background: none !important;
}

.table-star {
	width: 30px;
	height: 30px;
}

table {
	width: 100%;
	border-collapse: collapse;
	background-color: #25183F;
}

th {
	border: 1px solid;
	border-color: #fff #9E91AB;
}

td {
	border: 1px solid;
	border-color: #fff;
}

h2 {
	font-size: 4em;
}

h4 {
	font-size: 2em;
	padding: 20px 0px;
}

h2, h4 {
	width: 100%;
}

.table-item-number {
	width: 10%;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
}

.table-rarity {
	width: 90%;
	color: #fff;
	font-size: 1.1em;
	padding: 10px 0px;
}

.table-rarity-element {
	width: 18%;
	padding: 10px 0px;
}

table > tbody {
	background-color: #fff;
	color: #000;
	font-size: 1.2em;
	font-weight: 400;
	text-align: center;
}

tbody > tr > td {
	padding: 10px 0px;
}

tbody > tr:nth-child(odd) {
	background-color: #f2f2f2;
}