.formrefill {
    padding: 0 !important;
    max-width: 300px;
    width: 100%;
    margin: 50px auto;
}

.fereastrarefill h4 {
    font-size: var(--text);
    text-align: center;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
}

#loadverpin {
    display: none;
    text-align: right;
    font-weight: 900;
    float: right;
    margin-right: 10px;
    color: #16b52e;
    width: auto;
    min-width: 100px;
    margin-left: calc(50% - 35px);
    margin-top: -60px;
    font-size: var(--text);
}
#loadverpromo {
    display: none;
    text-align: right;
    font-weight: 900;
    float: right;
    margin-right: 10px;
    color: #16b52e;
    width: auto;
    margin-left: calc(50% - 35px);
    margin-top: -60px;
    font-size: var(--text);
}

#promobunsaurau {
    width: 35px;
    height: 35px;
    float: right;
    margin-top: -50px !important;
    text-align: center;
    line-height: 35px;
    font-size: 20px !important;
}

#promobunsaurau i {
    padding: 0;
    line-height: 35px;
    font-size: 20px !important;
    width: auto !important;
    float: none !important;
    color: darkseagreen;
    font-weight: 400 !important;
    margin-left: 0;
    margin-top: 0;
}

#pinbunsaurau {
    margin-bottom: 0;
}
#pinbunsaurau p {
    line-height: 40px;
}

.cerc-pret #refilltotal {
    height: 50px !important;
    width: 50px;
    text-align: center;
    line-height: 50px !important;
    font-size: 20px;
    font-weight: 900;
    font-family: arial;
    display: block;
    margin: 0;
    border: 0;
}

#refilltotal {
    height: 40px !important;
    width: 150px;
    text-align: center;
    margin: 20px auto 20px auto;
    line-height: 40px !important;
    font-size: 30px;
    font-weight: 900;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    font-family: arial;
}
dolar {
    position: absolute;
    margin-left: -10px;
    font-size: 20px;
    margin-top: -3px;
    font-weight: 700;
}
.refillreview p {
    line-height: 30px;
    height: 30px;
    display: block;
    font-weight: 500;
    padding: 0 5px;
    font-size: var(--text);
}
.refillreview p span {
    width: 50px;
    float: right;
    text-align: right;
    font-weight: 700;
}
.totalrefill {
    background: #ddd !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.hero {
    background: #009396;
    height: 1050px;
    width: 100%;
    display: block;
    position: relative;
    padding-top: 20px;
}

.stangahero {
    top: 195px;
    display: block;
    width: 40%;
    height: 400px;
    left: 8%;
    z-index: 99999;
    position: relative;
}
.stangahero h3 {
    position: absolute;
    top: 30px;
    font-size: 80px;
    font-weight: 900;
    font-family: arial;
    color: white;
    margin-left: calc(45% + 43px);
    -webkit-animation: bounce-in-fwd 1.1s both;
    animation: bounce-in-fwd 1.1s both;
}

@-webkit-keyframes bounce-in-fwd {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    38% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
    55% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    72% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    81% {
        -webkit-transform: scale(0.84);
        transform: scale(0.84);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    89% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    95% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
@keyframes bounce-in-fwd {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    38% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
    55% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    72% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    81% {
        -webkit-transform: scale(0.84);
        transform: scale(0.84);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    89% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    95% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

#textoff {
    position: relative;
    top: 15px;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    width: 300px;
    font-family: arial;
    color: white;
    margin: auto;
}

.dreaptahero {
    top: 220px;
    display: block;
    width: 40%;
    height: 220px;
    position: absolute;
    right: 10%;
}
.textoferta {
    padding: 30px;
    width: 400px;
    height: 400px;
    position: relative;
    border-radius: 20px;
    margin: auto;
    border: 2px solid white;
}

.textoferta h5 {
    font-size: 18px;
    font-weight: 700;
    color: #b4ebed;
}

#btn_cont {
    position: relative;
    margin: 0 auto;
    margin-top: -20px;
    width: 320px;
    display: flex;
    height: 30px;
}
#btn_cont a {
    text-align: center;
    width: 150px !important;
    display: inline-block;
    margin-left: auto !important;
    margin-right: auto !important;
    background: white !important;
    color: #333 !important;
}

.bf-btn:nth-child(1) {
    border-bottom: 40px solid #096569;
    border-right: 20px solid transparent;
    left: 0px;
    z-index: 1;
}
.bf-btn {
    display: block;
    position: absolute;
    float: left;
    width: 170px;
    height: 0;
    cursor: pointer;
}

.bf-btn span {
    position: relative;
    float: left;
    width: 100%;
    height: 40px;
    text-align: center;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    line-height: 40px;
}

.bf-btn:nth-child(2):before {
    border-right: 2px solid #fff;
    content: "";
    height: 43px;
    position: absolute;
    right: 159px;
    top: -42px;
    transform: rotate(-26deg) translateZ(0px);
}
.bf-btn:nth-child(2) span {
    top: -40px;
}
.bf-btn:nth-child(2) {
    border-left: 20px solid transparent;
    border-top: 40px solid #096569;
    right: 0px;
    z-index: 2;
}
.bf-btn:nth-child(2):hover {
    border-top: 40px solid #fff;
    color: #009396;
}
.bf-btn:nth-child(1):hover {
    border-bottom: 40px solid #fff;
    color: #009396;
}
.bf-btn:hover span {
    color: #009396;
}

span1 {
    font-size: 50px;
}

span2 {
    top: 0;
    font-size: 40px;
    float: left;
}

.offer-separator {
    border-top: 1px solid #fff;
    width: 90%;
    margin: 30px auto 40px auto;
    display: block;
}
.textoferta p {
    color: white;
    margin-bottom: 20px;
}

.stangahero img {
    width: 450px;
    margin: auto;
    display: block;
    top: -45px;
    position: relative;
    margin-bottom: -180px;
}
.onlinedot {
    position: absolute;
    font-size: 20px;
    right: 0;
    margin-top: -25px;
}

.logoutmeu {
    width: 30%;
    display: inline-block;
    background: #333;
    font-size: var(--text);
}

.profilulmeu {
    width: 70%;
    display: inline-block;
    background-color: #eee;
    color: #666;
    font-weight: 600;
}

.headermeu {
    height: 37px;
    background-color: #eee;
    margin-top: -30px;
    margin-bottom: 25px;
}
.headermeu p {
    font-size: 10px;
    font-weight: 600;
    color: #31ab1f;
    position: absolute;
    margin-top: 9px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.btn-register {
    width: 80px;
    padding: 2px 10px;
    background: transparent;
    color: #fff;
    font-weight: 400;
    transition: all 0.2s;
    margin-top: 0;
    height: 40px;
    display: inline-block;
    margin-left: 85px;
    position: fixed;
}
.btn-register:hover {
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.2s;
}

.btn-login {
    width: 115px;
    padding: 0px 10px;
    background: transparent;
    color: #fff;
    font-size: var(--text);
    font-weight: 700;
    display: inline-block;
    position: fixed;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 60px;
    right: 30px;
    margin: 0px;
    transition: all 0.2s;
}
.centrat {
    display: block !important;
    margin-right: auto !important;
    margin-left: auto !important;
    float: none !important;
}

.btn-login:hover {
    text-shadow: 0px 0px 2px #fff;
}

#toggle_search {
    width: 60px;
    position: fixed;
    right: 125px;
    cursor: pointer;
    padding: 0;
    height: 60px;
    color: #f0f0f0;
    font-size: 20px !important;
    text-align: center;
    line-height: 60px;
    top: 0;
}

#toggle_search:hover {
    text-shadow: 0px 0px 2px #fff;
}

#notchcontainer {
    width: 100px;
    height: 16px;
    position: fixed;
    border-bottom-left-radius: 10px;
    background-color: #333;
    top: 45px;
    z-index: 7;
    border-bottom-right-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    box-shadow: 0px -5px 20px 0px #000;
    transition: height 0.3s ease-out;
}

#notchcontainer p {
    color: white;
    font-size: 10px;
    text-align: center;
    transition: all 0.3s ease-out;
}

.notchactive {
    height: 40px !important;
}

.notchactive p {
    display: none;
    transition: all 0.3s ease-out;
}

.notchactive a {
    color: white;
    font-size: 10px;
    text-align: center;
    display: block;
    margin-bottom: 5px;
}

.notchactive .secondd {
    -webkit-animation: fade-in-top 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-top 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-9-11 19:32:40
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-top
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.notchinactive a {
    display: none;
}

.underheader {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 99999;
    transition: all 0.7s;
    /* background: #009396; */
    background: transparent;
    color: #fff;
    height: 150px;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
    font-size: var(--text);
    padding-top: 25px;
}

.underheader_toggled {
    margin-top: 40px !important;
    position: fixed !important;
    transition: all 0.7s;
}

.underheader_untoggled {
    margin-top: -100px !important;
    position: fixed !important;
    transition: all 0.7s;
}
.hoveronlogo {
    position: absolute;
    left: 30px;
    transform: translateX(-0%);
    padding: 0;
    height: 40px;
    width: 175px;
    margin-top: 14px;
}

.schimbiclasa {
    position: absolute;
    margin-top: 30px;
    font-size: 9.6px !important;
    padding: 0 !important;
    margin-left: 50%;
    transform: translateX(-50%);
}

.schimbiclasa:hover {
    background: transparent !important;
}

.hamburger_wrapper {
    height: 60px;
    padding: 7px;
    display: none;
}

.hamburger {
    width: 2.83em;
    height: 2.167em;
    margin-top: 7px;
    font-size: var(--text);
    cursor: pointer;
    position: relative;
}

.first,
.second,
.third {
    position: relative;
    background-color: transparent;
    height: auto;
    width: 100%;
    float: none;
    border-radius: 2px;

    /* Base transition formula below dictates two things:
  
1. There's an animation to be applied here
2. How fast the animation will be

*/
    transition: all 0.35s ease-in-out;
    /* Magic animation speed is always less than 1 sec */
}

.first {
    top: 0px;
}

.is-active .first {
    transform-origin: 0.167em 0.33em;
    /* Aside from a rotation animation, you'll also have to move the top and bottom bar to actually make an X. Remove the translate code within this transform and see what I'm talking about. */
    transform: rotate(45deg) translate(0.167em, -0.25em);
    /* 
  The translate code demystified: 
    ex.  translate(someNumber, someNumber);
                     X-Axis      Y-Axis
  You can also do:
    ex. translateX(someNumber);
        translateY(someNumber);
  */
}

.second {
    top: 50%;
    margin-top: -0.25em;
}

.is-active .second {
    opacity: 0;
    transform: translateX(8em);
}

.third {
    bottom: 0px;
    transform-origin: 0.25em -0.33em;
}

.is-active .third {
    transform: rotate(-45deg) translate(-0.167em, 0.083em);
}

.payminibtn {
    width: auto;
    font-size: var(--text);
    color: #22995f;
    text-align: left;
    padding: 1px 5px;
    border: 1px solid #22995f;
    line-height: 1.4;
    position: absolute;
}

.continecontinh {
    z-index: 999999999999;
    position: absolute;
}

.meniuheader {
    display: table;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.topnav {
    overflow: hidden;
    background-color: #009396;
    width: 100%;
    position: fixed;
    z-index: 999999;
    top: 0;
}

.topnav img {
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0px;
}

.topnav a {
    float: none;
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 0px 16px;
    text-decoration: none;
    margin-left: auto;
    font-size: var(--text);
    height: 60px;
    left: 0;
    transition: all 0.2s;
    margin-right: auto;
    right: 0;
    line-height: 60px;
    font-weight: 700;
}

.topnav .hamburger_wrapper {
    display: none;
}

.dropdown2 {
    float: right;
    overflow: hidden;
}

.dropdown2 .dropbtn {
    font-size: var(--text);
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown2 .dropbtn .fa {
    margin-top: 7px !important;
    margin-left: 1px !important;
    font-size: var(--text) !important;
}

.dropdown-content2 {
    display: none;
    position: fixed;
    background-color: var(--background);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content2 a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover,
.dropdown2:hover .dropbtn {
    color: #f0f0f0;
    text-shadow: 0px 0px 2px #fff;
}

.dropdown-content2 a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown2:hover .dropdown-content2 {
    display: block;
}

@media screen and (max-width: 1024px) {
    .textoferta {
        width: 100%;
        max-width: 400px;
    }

    .schimbiclasa {
        position: unset;
        margin-top: 0;
        font-size: var(--text) !important;
        margin-left: 0px;
        transform: unset;
        padding: 14px 16px !important;
    }

    .topnav a,
    .dropdown2 .dropbtn {
        display: none;
    }
    .topnav .hamburger_wrapper {
        float: left;
        display: block;
        padding-top: 13px;
    }
    .topnav img {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .containercards {
        padding: 0 !important;
    }
    .topnav.responsive {
        position: fixed;
        padding-top: 45px;
    }
    .dropdown2 .dropbtn .fa {
        position: absolute;
    }
    .topnav.responsive .hamburger_wrapper {
        position: absolute;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: center;
    }
    .topnav.responsive .dropdown2 {
        float: none;
    }
    .topnav.responsive .dropdown-content2 {
        position: relative;
    }
    .topnav.responsive .dropdown2 .dropbtn {
        display: block;
        width: 100%;
        text-align: center;
    }
}

.subnav {
    float: left;
    overflow: hidden;
}

.subnav .subnavbtn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    background: #333;
    padding: 0.7em 1em;
    color: #fff;
    width: 100%;
    float: left;
    height: 45px;
    line-height: 1.5;
    min-height: 45px !important;
}

.navbar a:hover,
.subnav:hover .subnavbtn {
    background-color: #474747;
}

.subnavbtn .fa {
    margin-top: 7px !important;
    margin-left: 1px !important;
    font-size: 10px !important;
}

.subnav-content {
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    position: fixed;
    left: 0;
    background-color: #474747;
    width: 100%;
    z-index: 1;
    margin-top: 44px;
    width: auto;
}

.subnav-content li {
    float: unset !important;
    color: white;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    text-decoration: none;
}
.subnav-content li a {
    background: #474747;
}
.subnav-content li a:hover {
    background-color: #595959;
}

.subnavmobile {
    display: none;
}

.toploginmic h4 {
    font-size: var(--text) !important;
    text-align: left;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    color: #3e484f !important;
}
.toploginmic h5 {
    font-size: var(--text) !important;
    margin-bottom: 2px;
    text-align: left !important;
    line-height: 1.4 !important;
    text-transform: unset !important;
    font-weight: 900 !important;
    color: #bbb;
}

.imgprofilmic {
    width: 56px;
    border: 1px solid #ccc;
    height: 56px;
    border-radius: 4px;
}
.toploginmic {
    height: 70px;
    display: block;
    width: 100%;
    margin-top: -10px;
}

.celdindreapta {
    padding: 0px 15px;
    height: 100%;
    width: 36%;
    float: left;
}

.botloginmic {
    height: auto;
    display: block;
    margin-top: 20px;
}
.botloginmic ln {
    display: block;
    padding: 15px 20px;
}

.botloginmic ln:hover {
    background-color: #f2f2f2;
    color: #333 !important;
}

.logoutmini {
    position: absolute;
    width: 100%;
    bottom: 0;
    flex-grow: 1;
    text-align: center;
    color: #a6aebd;
    font-size: var(--text) !important;
    line-height: 37px;
    background: #05afb3;
    border-top: 1px solid #464a52;
}

.logoutmini a {
    color: #ddd;
    font-weight: 600;
    font-size: var(--text);
}

.celdinstanga {
    height: 100%;
    width: 60%;
    float: left;
}

.gotoprofilepage {
    position: relative;
    width: auto;
    height: 25px;
    background: #b8a365;
    margin-top: 10px !important;
    line-height: 1.8;
    margin-bottom: 20px;
    font-weight: 900;
    cursor: pointer;
    color: #fff !important;
    padding: 0 8px;
    display: inline-block;
    transform: translateX(-50%);
    margin-left: 50%;
    border-radius: 25px;
    transition-duration: 1s;
    z-index: 2;
}

.celdinstanga balanta {
    font-size: var(--text);
    border-radius: 20px;
    color: #64727a !important;
    width: auto;
    font-weight: 900;
    letter-spacing: -0.5px;
    padding: 0px;
    margin-top: 4px;
}

/** PANA AICI IA MODIFICARILE **/
.footerminilogin {
    display: block;
    position: absolute;
    border-top: 1px solid #ccc;
    background: #05afb3;
    font-size: var(--text) !important;
    padding: 5px 10px;
    color: #ddd;
    width: 100%;
    margin-top: -7px;
}

.footerminilogin p {
    font-size: var(--text);
    text-align: center;
    margin: 0;
    font-weight: 600;
    line-height: 1.5;
}

.footerminilogin a {
    color: #ddd;
    font-weight: 600;
    font-size: var(--text);
}

.contentminilogin {
    padding: 0px 14px 0;
}

#closelogin {
    width: 30px;
    height: 30px;
    font-size: 25px;
    transform: scaleY(0.9);
    font-weight: 900;
    cursor: pointer;
    color: #474747;
    text-align: center;
    line-height: 1;
    font-family: unset;
    display: block;
    margin-left: auto;
}

#dropdown-container {
    height: auto;
    min-width: 250px;
    width: 250px;
    overflow: hidden;
    min-height: 100px;
    padding-bottom: 40px;
    float: left;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    z-index: 100;
    margin-right: 20px;
    margin-top: 55px;
    position: fixed;
    left: 10px;
    z-index: 999999;
}

#dropdown-container a:hover {
    color: #fff;
}

#dropdown-container::before {
    content: "\A";
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent white transparent transparent;
    position: fixed;
    transform: rotate(90deg);
    left: 50px;
    margin-top: -15px;
}

.inputlogin {
    margin-left: 50% !important;
    transform: translateX(-50%);
    margin-top: 10px;
    margin-bottom: 10px;
    height: 33px !important;
    min-height: 33px !important;
}
.inputlogin ::placeholder {
    color: #ccc;
    font-weight: 600 !important;
}
.titlulogin {
    font-size: var(--text);
    font-weight: 600 !important;
    text-align: center;
}

.subtitlulogin {
    text-align: center;
    margin-top: 10px;
    font-size: var(--text) !important;
    margin-bottom: 2px;
    text-align: left !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
    color: #bbb;
}

.accountbtn {
    z-index: 999999;
    position: fixed;
    float: left;
    left: 0;
    color: #f0f0f0;
    top: 0px;
    width: auto;
    height: 45px;
    cursor: pointer;
    font-weight: 600;
    max-width: 220px;
}

.accountbtn img {
    width: 40px;
    float: left;
    pointer-events: none;
    margin-right: -10px;
}

.accountbtn p {
    font-size: var(--text);
    text-transform: capitalize;
    padding: 0.6em 1em;
    text-align: right;
    width: auto;
    float: right;
    pointer-events: none;
    line-height: 1.2 !important;
}

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

.slide-container {
    margin: auto;
    width: 600px;
    text-align: center;
}

.clash-card {
    background: var(--background2);
    width: 230px;
    display: inline-block;
    margin: 0 0 30px 0 !important;
    position: relative;
    box-shadow: var(--shadow);
    text-align: center;
    padding-bottom: 10px;
    border-radius: 7px;
    opacity: 0.8;
    filter: blur(5px);
    animation: openin 0.5s forwards;
    transform: translateY(10px);
}

@keyframes openin {
    0% {
        opacity: 0.8;
        filter: blur(5px);
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        filter: blur(0px);
        transform: translateY(0);
    }
}

.clash-card:nth-child(1) {
    animation-delay: 0s;
}
.clash-card:nth-child(2) {
    animation-delay: 0.05s;
}
.clash-card:nth-child(3) {
    animation-delay: 0.1s;
}
.clash-card:nth-child(4) {
    animation-delay: 0.15s;
}
.clash-card:nth-child(5) {
    animation-delay: 0.2s;
}
.clash-card:nth-child(6) {
    animation-delay: 0.25s;
}
.clash-card:nth-child(7) {
    animation-delay: 0.3s;
}
.clash-card:nth-child(8) {
    animation-delay: 0.35s;
}
.clash-card:nth-child(9) {
    animation-delay: 0.4s;
}
.clash-card:nth-child(10) {
    animation-delay: 0.45s;
}

.clash-card__image {
    position: relative;
    height: 150px;
    margin-bottom: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding-top: 10px;
}

.clash-card__image img {
    width: 90%;
    border: 1px solid #ddd;
    display: block;
    margin: auto;
    border-radius: 10px;
}

.clash-card__level {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin: 7px auto;
}

.clash-card__unit-name {
    font-size: var(--subtitle);
    color: var(--subtitle-color);
    font-weight: 500;
    margin-top: 0px;
    letter-spacing: -0.1;
    text-align: left;
    padding: 0 7%;
}

.setpersonal label {
    font-size: var(--label) !important;
    font-weight: 600;
    margin-top: -20px;
    width: auto;
    height: 20px !important;
    text-align: left !important;
    color: var(--label-color) !important;
    display: block;
    position: absolute !important;
    margin-left: 10px;
    line-height: 20px;
}
.clash-card__unit-description {
    padding: 0 7%;
    margin-bottom: 0px;
    text-align: left;
    font-weight: 500;
}

.flex.cardbuttons {
    max-width: 400px;
    flex-direction: row;
}
.flex.cardbuttons .btn-new:first-child {
    width: 80% !important;
    border-radius: 0;
    max-width: unset;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.clash-card__unit-description .flex {
    justify-content: space-between;
}

.clash-card__unit-description p {
    margin: 0;
    line-height: 20px;
    color: var(--text-color);
    font-size: var(--text);
}
.clash-card__unit-stats--barbarian {
    background: transparent;
}

.clash-card__unit-stats--archer {
    background: #ee5487;
}
.clash-card__unit-stats--archer .one-third {
    border-right: 1px solid #d04976;
}
.clash-card__unit-stats--giant {
    background: #f6901a;
}
.clash-card__unit-stats--giant .one-third {
    border-right: 1px solid #de7b09;
}
.clash-card__unit-stats--goblin {
    background: #82bb30;
}
.clash-card__unit-stats--goblin .one-third {
    border-right: 1px solid #71a32a;
}
.clash-card__unit-stats--wizard {
    background: #4facff;
}
.clash-card__unit-stats--wizard .one-third {
    border-right: 1px solid #309eff;
}
.clash-card__unit-stats {
    color: var(--text-color);
    padding-bottom: 10px;
    display: flex;
    font-weight: 700;
    justify-content: space-evenly;
}
.clash-card__unit-stats .one-third {
    width: 33%;
    padding-top: 8px;
    float: left;
    height: 45px;
}
.clash-card__unit-stats sup {
    position: absolute;
    bottom: 4px;
    font-size: 45%;
    margin-left: 2px;
}
.clash-card__unit-stats .stat {
    position: relative;
    font-size: 35px;
    margin-top: 10px;
}
.clash-card__unit-stats .stat-value {
    text-transform: uppercase;
    font-weight: 700;
    font-size: var(--label);
    color: var(--subtitle-color);
    line-height: 16px;
}
.clash-card__unit-stats .no-border {
    border-right: none;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.slick-prev {
    left: 100px;
    z-index: 999;
}
.slick-next {
    right: 100px;
    z-index: 999;
}

.containercards {
    position: relative;
    display: flex;
    margin: auto;
    gap: 5%;
    justify-content: center;
    flex-flow: row wrap;
}
.news-app-promo {
    box-sizing: border-box;
    padding: 0.5em;
    margin-top: -2em;
}

.news-app-promo__section {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 8px;
}

.news-app-promo-text {
    color: var(--textcolor);
    min-width: 277px;
    padding: 0 10px;
    margin: 1em auto;
    display: block;
    text-align: center;
}

.news-app-promo-text__tagline {
    font-size: var(--text);
}

.news-app-promo-text__download {
    font-size: var(--title);
    font-weight: 600;
}

.news-app-promo-buttons {
    margin: 0 auto;
    max-width: 35%;
    display: block;
}

.news-app-promo-buttons__buttons {
    display: block;
}

.news-app-promo-buttons__logo {
    display: inline-block;
}

.news-app-promo-subsection {
    display: inline-block;
    margin: 0 auto;
    margin-right: 10px;
}

.news-app-promo__bbc-logo {
    display: inline-block;
    width: 106px;
    margin-bottom: 30px;
    margin-top: -80px;
}

.news-app-promo__play-store,
.news-app-promo__app-store {
    display: inline-block;
    width: 161px;
    height: auto;
    margin: 0 10px 0 10px;
    margin-bottom: 8px;
}

.news-app-promo-subsection--link {
    text-decoration: none;
    border: 0;
}

@media only screen and (max-width: 1024px) {
    .formrefill {
        margin: 20px auto !important;
    }
    .clash-card {
        width: 160px;
        margin: 0 0 30px 0 !important;
        padding-bottom: 0;
    }
    .clash-card__image {
        height: auto;
        margin-bottom: 5px;
    }
    .clash-card__unit-name {
        padding: 0 5%;
    }
    .clash-card__unit-description {
        padding: 0px 5%;
    }
    .clash-card__unit-description p {
        line-height: 14px;
        font-size: var(--label) !important;
    }
}
