.notificareactiuni {
    position: fixed;
    bottom: 30px;
    z-index: 999;
    width: 300px;
    right: 0;
    left: 50%;
    margin-left: -150px;
}

.notificareactiuni p:hover {
    opacity: 0.6;
    transition: 0.6s;
}
.notificareactiuni p {
    background: #32a852;
    color: #fff;
    font-weight: 900;
    text-align: center;
    padding: 20px 20px 20px 20px;
    width: 300px;
    border-radius: 5px;
    min-height: 110px;
    transition: 0.6s;
}
.profile_nav {
    display: block;
    position: sticky;
    top: 101px;
    width: 30%;
    background: Var(--background2);
    height: 100%;
    border-radius: 7px;
    max-width: 280px;
    z-index: 2;
    padding-bottom: 0px;
}

.profile_nav .pdiv {
    background: var(--background);
    padding: 0px 10px 0px 10px;
    width: 95%;
    margin-top: 10px !important;
    max-width: 100%;
    user-select: none;
}

.bruce {
    width: 65px;
    margin: 0 !important;
    border-radius: 8px;
    height: 24px;
    font-size: var(--text);
    position: absolute;
    cursor: default !important;
    right: 10px;
    background: var(--background2);
    top: 4px;
}

.bruce .on {
    border-radius: 7px;
}
.bruce button {
    width: 100%;
    height: 24px;
    text-align: center;
    letter-spacing: 0.7px;
    color: var(--text-color);
    font-weight: 600;
    background: var(--background2);
    cursor: pointer;
    display: block;
    padding: 0;
    font-size: 12px;
    font-family: "Helvetica";
    line-height: 24px;
}

.pdiv {
    position: relative;
    width: 100%;
    margin: 0 auto 10px auto !important;
    height: 32px;
    background: var(--background3);
    border-radius: 5px;
    padding: 0 5px;
    max-width: 200px;
    color: var(--text-color);
    line-height: 32px;
    font-weight: 300;
    text-align: left;
    min-width: 180px;
}

#speedsection .pdiv {
    height: 40px;
    line-height: 18px;
    border-left: 2px solid transparent;
}

.myinfo {
    display: block;
    max-width: 350px;
    margin: 20px auto 0 auto;
    width: 100%;
}

.username {
    width: 100%;
    padding: 0 5px 0 80px;
    font-size: var(--subtitle);
    font-weight: 400;
    margin-top: 20px;
}

.icon_profile {
    float: none;
    left: 10px;
    height: 60px;
    line-height: 1;
    font-weight: 900;
    position: absolute;
    text-align: center;
    width: 60px;
    padding: 0;
    margin: 0;
    top: 18px;
}

.icon_profile i {
    font-size: 64px;
    line-height: 1;
    padding: 0;
}

.camp-order p i {
    float: left;
    margin-left: -40px;
    font-size: 20px;
    margin-bottom: 0;
    line-height: normal;
    width: 30px;
    margin-top: 2px;
    text-align: center;
    color: var(--text-color);
}

.pininacc {
    position: absolute;
    width: 110px;
    text-align: left;
    border-radius: 5px;
    font-weight: 400;
    cursor: default;
    font-size: var(--text);
    margin: auto;
    height: 20px;
    left: 70px;
    top: 23px;
    right: 0;
    line-height: 24px;
    color: var(--text-color);
}
.notificareactiuni p i {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    margin-left: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
    float: unset;
    line-height: 1;
    font-size: 30px;
}
.notificareactiuni {
    -webkit-animation: fade-in-bottom 0.3s cubic-bezier(0.39, 0.575, 0.565, 1)
        both;
    animation: fade-in-bottom 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes notificareactiuni {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes notificareactiuni {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.labelloginerror {
    font-weight: 900 !important;
    transform: translateY(-20px);
    position: absolute;
    margin-top: -5px;
    font-size: 11px;
}

.labelvercode {
    transform: translateX(-50%);
    font-weight: 900 !important;
    font-size: 11px;
    display: inline-block !important;
}

.shake-horizontal {
    -webkit-animation: shake-horizontal 0.8s
        cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
    animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955)
        both;
}

@-webkit-keyframes shake-horizontal {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    80% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    90% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
}
@keyframes shake-horizontal {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    80% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    90% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
}
#eyeIcon {
    margin-left: -50px;
    font-size: 20px;
    color: var(--textcolor);
}

.btn-new {
    background: var(--maincolor) !important;
    border: 0;
    height: 40px;
    line-height: 40px;
    padding: 0;
    max-width: 400px;
    color: white;
    width: 100%;
    margin: 10px 0 10px 0;
    font-weight: 500;
    display: block;
    box-shadow: none;
    font-size: var(--text);
    position: relative;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    transition: box-shadow 0.3s;
    overflow: hidden;
}

.btn-new i {
    padding: 0;
    position: absolute;
    height: 100%;
    left: 9px;
    top: 0;
    line-height: 40px;
    font-size: 15px;
}

.btn-new .bi {
    padding: 0;
    position: absolute;
    height: auto;
    left: 8px;
    top: 9px;
    line-height: 40px;
    font-size: 20px;
}

.btn-new:hover {
    filter: saturate(140%);
    color: white;
}

.parte-secundara {
    flex: 1;
}

/* Responsive: */

.continator {
    max-width: 1300px;
    width: 100%;
    padding-top: 150px;
    margin-right: auto;
    margin-left: auto;
    color: #666666;
    margin-bottom: 150px;
    font-size: var(--text);
}

.parte {
    padding: 0 50px 0 50px;
    margin: 0 10px 0px 0;
    background: #fff;
}

.parte h3 {
    color: #05afb3;
}

.parte .enter-info {
    padding: 0px 15px 0px 15px;
    text-align: left;
    display: block;
    min-height: 40px;
    height: 40px;
    line-height: 40px;
    margin: 20px 0px 20px 0px;
    width: 300px;
}

.forgotit {
    font-size: var(--text);
    text-align: center;
    font-weight: 600;
    max-width: 300px;
    width: 100%;
    display: block;
}
.forgotit:hover {
    text-decoration: underline;
}

.parte .listitem {
    margin: 0;
    font-weight: 600;
}

@media only screen and (max-width: 1024px) {
    .btn-new .bi {
        font-size: 17px;
        top: 12px;
    }
    .clash-card .btn-new {
        height: 32px;
        width: 50% !important;
        line-height: 32px;
        min-width: 50%;
    }
    .clash-card .btn-new .bi {
        top: 7px;
        left: 5px;
        line-height: 30px;
    }
    .username {
        width: 100%;
        padding: 0 5px 0 100px;
        font-size: var(--subtitle);
        font-weight: 600;
        top: 16px;
        position: relative;
        margin-top: 0;
    }
    .profile_nav .pdiv {
        width: 95% !important;
        margin: 10px auto !important;
    }
    .myinfo {
        width: 95%;
    }
    .camp-order p i {
        margin-left: -30px;
    }

    .pdiv {
        width: 90%;
        margin: 0 5% 10px 5% !important;
        max-width: 200px;
        min-width: unset;
    }
    .btn-new {
        margin: 10px 0 10px 0;
        height: 40px;
        line-height: 40px;
    }

    .profile_nav {
        width: 96%;
        max-width: 96%;
        position: relative;
        margin: auto;
        top: 0;
        height: auto;
        padding-bottom: 0;
    }

    .icon_profile {
        width: 80px;
        height: 80px;
        left: 10px;
        right: auto;
        margin: AUTO;
        top: 10px;
    }
    .icon_profile i {
        font-size: 80px !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .refilloldone {
        height: 20px !important;
        line-height: 20px !important;
        margin-bottom: 10px;
    }
    .partefolosita {
        display: block;
    }
    .parte {
        margin: 0;
    }
    .parte-principala {
        border: 0;
        margin-bottom: 50px;
    }
    .continator {
        padding-top: 100px;
    }
    .parte-secundara {
        margin-top: 50px !important;
    }
    .parte h3 {
        margin-bottom: 20px !important;
    }
}
