.top__box {
    animation: fade-in-bottom 1s;
    margin: 0 auto;
    display: block;
    max-width: 1200px;
    width: 100%;
    height: auto;
    padding: 30px;
    box-sizing: border-box;
    margin-top: 30px;
    position: relative;
    box-sizing: border-box;

    background-color: #141923;

    border: 1px solid #242c3b;
    background: radial-gradient(farthest-corner at 40px 40px, #171d28, #0f131b 100%);
    border: 1px solid #242c3b;
    border-radius: 10px;
}

.box_gray {
    animation: fade-in-bottom 1s;
    margin: 0 auto;
    display: block;
    max-width: 1000px;
    width: 100%;
    height: auto;
    padding: 80px;
    /* border-radius: 10px; */
    box-sizing: border-box;
    /* background-color: #252525; */
    /* border: 1px solid #555555; */
    margin-top: 30px;
    background-color: #0f0f0f;
    border: 1px solid #333333;
    border-top: 1px solid #474747;
    position: relative;
}

.userinfo__box {
    /* position: relative; */
    width: 100%;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    /* text-align: center; */
    /* border: 1px solid white; */
}

.account__memberSince {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 0.8em;
    color: #ffae00cc;
    animation: fadeIn 1s 1;
}

.membersince__date {
    margin-top: -8px;
}

.account__icon__edit {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 40px;
    /* right: 45px; */
    left: 50%;
    transform: translateX(30px);
    cursor: pointer;
    opacity: 0.7;
    animation: fade-in-scale 0.3s 1;
}

.account__icon__edit:hover {
    opacity: 1;
}

.account__icon__edit:active {
    opacity: 0.3;
}

.account__icon__edit__label {
    color: rgba(255, 255, 255, 0.747);
    position: absolute;
    top: 0;
    left: -30px;
    cursor: pointer;
    font-family: "Titillium Web";
    font-size: 0.9em;
}

.account__avatar {
    background-image: url("../imgs/acc_icon_big.png");
    background-color: #0f0f0f;
    background-repeat: no-repeat;
    border: 1px #ffae00 solid;
    width: 50px;
    height: 50px;
    background-size: 80%;
    background-position: center;
    margin: 0 auto;
    margin-bottom: 5px;
    display: block;
    animation: fade-in-scale 0.3s 1;
    display: none;
}

.account__alias {
    display: block;
    color: #888888;
    font-family: BankGothic Md Bt;
    font-size: 1em;
}

.account__name {
    display: block;
    color: white;
    font-family: BankGothic Md Bt;
    font-size: 2em;
}

.account__occupation {
    display: block;
    color: #ffae00;
    font-family: BankGothic Md Bt;
    letter-spacing: 0.2em;
    font-size: 0.8em;
    opacity: 0.8;
}

.account__email {
    display: block;
    color: #888888;
    /* font-family: 'Titillium Web'; */
    font-size: 0.8em;
    opacity: 0.7;
}

.account__mytools__title {
    margin-top: 15px;
    font-family: "Titillium Web";
    text-align: center;
    color: rgba(255, 255, 255, 0.472);
    font-size: 2em;
}

.account__tools__box {
    width: 350px;
    /* background-color: red; */
    margin: 0 auto;
    margin-top: 0px;
    /* margin-bottom: 50px; */
    /* border: 1px solid #555555; */
    padding: 10px;
    box-sizing: border-box;
}

.account__tools__button {
    width: 80px;
    height: 110px;
    display: inline-block;
    cursor: pointer;
    opacity: 0.4;
    color: #888888;
    transition: 0.3s;
    animation: fadeIn 1.2s 1;
    filter: grayscale(1);
    border: 1px solid rgba(255, 255, 255, 0);
    padding: 5px;
}

.account__tools__button__inactive {
    transition: 0.1s;
    opacity: 0.6;
}

.account__tools__button__inactive:hover {
    opacity: 1;
}

.account__tools__button__inactive:active {
    opacity: 0.3;
}

.account__tools__button__active {
    /* border: 1px solid #ffae0083; */
    opacity: 1;
    filter: grayscale(0);
    color: white;
}

.account__tools__icon__text {
    font-family: BankGothic Md Bt;
    margin-bottom: 10px;
    margin-top: 5px;
}

.account__tools__icon__box {
    width: 80px;
    height: 80px;
    background-color: #1b1b1b;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #ffae00;
}

.account__icon__plugin {
    width: 60%;
    height: auto;
    margin-top: 15px;
}

.account__icon__scripts {
    width: 40%;
    height: auto;
    margin-top: 20%;
}

.account__icon__stock {
    width: 70%;
    height: auto;
    margin-top: 18%;
}

.account__tools__quantity {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    color: white;
    background-color: black;
    top: 0;
    left: 0;
    padding: 2px;
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #888888;
    font-size: 0.8em;
}

.active__tool__box {
    animation: fade-in-bottom 1s;
    margin: 0 auto;
    display: block;
    max-width: 1200px;
    width: 100%;
    height: auto;
    padding: 5px;
    /* border-radius: 10px; */
    box-sizing: border-box;
    /* background-color: #252525; */
    /* border: 1px solid #555555; */
    margin-top: 10px;
    animation: fade-in-bottom 1s 1;
    display: none;
}

.account__tool__list {
    width: 100%;
    height: auto;
    display: block;
}

.account__tool__list__titles {
    /* display: block; */
    margin: 0 auto;
    width: 100%;
    text-align: center;
    /* background: #1b1b1b; */
    height: 25px;
    margin-top: 30px;
}

.acc__title {
    display: inline-block;
    /* color: #888888; */
    font-family: "Titillium Web";
    font-size: 0.8em;
    float: left;
}

.acc__titles__product {
    margin-right: 115px;
    margin-left: 100px;
}

.acc__titles__computers {
    margin-right: 215px;

}

.acc__titles__serial {
    margin-right: 217px;
}

.acc__titles__licence {
    /* margin-left: 210px; */
    margin-right: 180px;
}

.acc__titles__download {
    /* margin-left: 185px; */
}

.account__download__icon {
    width: 20px;
    height: 20px;
    background-image: url("../imgs/icons/icon_download.svg");
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 5px;
    margin-bottom: -8px;
}

.acc__products__box {
    width: 100%;
    height: auto;
    /* background: #2f2f2f; */
    /* border: 1px solid #2f2f2f; */
    margin-top: 5px;
    padding: 2px 3px;
    box-sizing: border-box;
    /* position: relative; */
    margin-bottom: 20px;
}

.acc__product__box {
    width: 100%;
    height: auto;
    /* background-color: #222; */
    /* background-color: #0f0f0f; */
    background-color: var(--d1);
    /* background-color: #181818; */
    margin-top: 2px;
    padding: 15px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.acc_product_trial {
    width: auto;
    height: auto;
    color: yellow;
    position: absolute;
    top: 10px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    font-size: 1rem;
    font-family: BankGothic Md Bt;
}

.license_update_available {
    position: absolute;
    width: auto;
    height: auto;
    color: greenyellow;
    /* border: 1px solid white; */
    right: 0.5%;
    top: 30%;
    font-size: 0.8rem;
    width: 60px;
    text-align: center;
    animation: opacityLoop 1s infinite;
}

.license_version {
    position: absolute;
    width: auto;
    height: auto;
    color: greenyellow;
    /* border: 1px solid white; */
    right: 25.5%;
    top: 14px;
    font-size: 0.8rem;
    text-align: center;
    /* animation: opacityLoop 1s infinite; */
    /* opacity: 0.7; */
    /* border: 1px solid white; */
}

.acc__product__icon__plugin {
    height: 50px;
    width: 30px;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 25px;
    opacity: 0.7;
    transform: scale(0.7);
    filter: grayscale(1);
    opacity: 0.5;
}

.acc__product__info {
    text-align: left;
    width: 210px;
    height: 50px;
    display: inline-block;
    padding-left: 60px;
    box-sizing: border-box;
}

.acc__product__info__name {
    font-size: 1.3em;
    font-family: BankGothic Md Bt;
    color: white;
    margin-left: -2px;
    opacity: 0.8;
}

.acc__product__info__licenceType {
    font-family: "Titillium Web";
    font-size: 0.8em;
    color: #888888;
}

.acc__product__info__version {
    font-family: BankGothic Md Bt;
    font-size: 0.8rem;
    color: #ffae00;
    opacity: 1;
}

.acc__product__computers {
    text-align: center;
    width: 130px;
    height: 50px;
    color: #888888;
    font-family: "Titillium Web";
    font-size: 0.8em;
    display: inline-block;
    position: relative;
    margin-bottom: -4px;
    box-sizing: border-box;
}

.acc__product__computers p {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
}

.acc__product__serial {
    text-align: right;
    height: 50px;
    color: #888888;
    font-family: "Titillium Web";
    font-size: 0.8rem;
    display: inline-block;
    position: relative;
    margin-bottom: -4px;
    box-sizing: border-box;
    width: 370px;
    display: inline-block;
    opacity: 1;
}

.acc__product__serial p {
    position: absolute;
    transform: translateY(-50%) translateX(-18%);
    top: 50%;
    width: 100%;
}

.button__copy {
    outline: none;
    border: none;
    background: transparent;
    cursor: pointer;
    /* opacity: 0.8; */
    position: absolute;
    top: 8px;
    right: -40px;
    transform: translateX(-50%);
    background-color: #080808;
    box-shadow: 0 0 10px 0 #000000;
    /* border: 1px solid #888888;
    border-top: 1px solid #ffffff; */
    border: 1px solid #ffae0083;
    animation: fadeIn 1s 1;
    font-family: BankGothic Md Bt;
    height: 23px;
    width: 23px;
    cursor: pointer;
    padding: 5px;
}

.button__copy:hover {
    border: 1px solid #ffae00;
    opacity: 1;
}

.button__copy:active {
    opacity: 0.5;
}

.copiedMsg {
    position: absolute;
    top: 25px;
    right: 40%;
    font-size: 0.9em;
    animation: blinkMessage 0.1s 5;
    display: none;
}

.acc__product__licence {
    text-align: center;
    height: 50px;
    color: #888888;
    font-family: "Titillium Web";
    font-size: 0.8em;
    display: inline-block;
    position: relative;
    margin-bottom: -4px;
    box-sizing: border-box;
    width: 180px;
    /* background-color: red; */
}

.acc__product__licence p {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
}

.acc__product__licence a {
    position: absolute;
    transform: translateX(-50%);
    top: 65%;
    width: 100%;
}

.acc__product__download {
    text-align: center;
    height: auto;
    color: #888888;
    font-family: "Titillium Web";
    font-size: 1rem;
    display: inline-block;
    position: relative;
    /* margin-bottom: -4px; */
    box-sizing: border-box;
    width: 100px;
    margin-left: 100px;
}

.acc__product__download p {
    position: absolute;
    transform: translateY(-50%) translateX(10%);
    top: 50%;
    width: 100%;
}

.exe_label {
    position: absolute;
    bottom: -10px;
    left: 09%;
    opacity: 0.7;
}

.zxp_label {
    position: absolute;
    bottom: -10px;
    right: 31%;
    opacity: 0.7;
}

.button__OS {
    outline: none;
    border: none;
    text-decoration: none;
    background: none;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #080808;
    box-shadow: 0 0 10px 0 #000000;
    /* border: 1px solid #555555; */
    /* border-top: 1px solid #888888; */
    border: 1px solid #ffae0083;
    border-radius: 4px;
    animation: fadeIn 1s 1;
    font-family: BankGothic Md Bt;
    height: 35px;
    width: 35px;
    cursor: pointer;
    padding: 7px;
    /* border-radius: 2px; */
    transition: 0.05s;
    float: left;
    /* border-radius: 5px; */
}

.button__OS:hover {
    border: 1px solid #ffae00;
    opacity: 1;
}

.button__OS:active {
    box-shadow: 0 0.2rem 1rem black inset;
    opacity: 0.4;
    border: 1px solid #2f2f2f;
}

.acc__product__box__activationExpiration {
    width: 100%;
    height: auto;
    margin-top: 2px;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    font-family: "Titillium Web";
    color: var(--d7);
    font-size: 0.8rem;
    position: relative;
    /* margin-bottom: 20px; */
    background-color: var(--d1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.products__licence__date__activation {
    float: left;
    margin-top: -10px;
}

.products__licence__date__expiration {
    float: right;
    margin-top: -10px;
}


.acc__license__btn__upgrade {
    /* background: red; */
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    right: 10%;
    transform: translateX(-50%);
    align-items: center;
    font-size: 1rem;
    padding-top: 5px;
    box-sizing: border-box;
    text-align: center;
}

.acc__license__tools {
    /* background: red; */
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    left: 25%;
    transform: translateX(-50%);
    align-items: center;
    font-size: 1rem;
    padding-top: 5px;
    box-sizing: border-box;
    text-align: center;
}

.acc__license__tools form {
    display: inline-block;
}

.btn__cancel__edit {
    width: 25px;
    height: 25px;
    font-size: 1em;
    position: absolute;
    top: -5px;
    right: 15px;
    animation: fade-in-scale 0.3s 1;
}

.btn__cancel__edit:active {
    opacity: 0.3;
}

#account__userInfo {
    /* animation: fadeIn 0.3s 1; */
    animation: fadeIn 1s 1;
}

#account__editmode {
    display: none;
}

.account__edit__label {
    font-family: "Titillium Web";
    color: #ffae00;
    position: absolute;
    font-size: 0.8em;
    opacity: 0.7;
    animation: fadeIn 1s 1;
}

.account__edit__label__name {
    top: 135px;
    left: 50%;
    transform: translateX(-166px);
}

.account__edit__label__lastname {
    top: 130px;
    left: 50%;
    transform: translateX(130px);
}

.account__edit__label__occupation {
    top: 187px;
    left: 50%;
    transform: translateX(-198px);
}

.account__edit__label__customOccupation {
    top: 225px;
    left: 50%;
    transform: translateX(-248px);
    display: none;
}

.account__edit__label__email {
    top: 223px;
    left: 50%;
    transform: translateX(-173px);
}

.account__edit__label__address {
    top: 335px;
    left: 50%;
    transform: translateX(-185px);
}

.account__edit__label__country {
    top: 372px;
    left: 50%;
    transform: translateX(-185px);
}

.update_success {
    position: absolute;
    width: auto;
    height: 30px;
    color: yellowgreen;
    top: 0;
    left: 50%;
    /* border: 1px solid white; */
    text-align: center;
    transform: translateX(-50%);
    margin-top: 10px;
}

.account__edit__label__city {
    top: 410px;
    left: 50%;
    transform: translateX(-163px);
}

.account__edit__label__zipCode {
    top: 445px;
    left: 50%;
    transform: translateX(-185px);
}

.account__edit__label__company {
    top: 480px;
    left: 50%;
    transform: translateX(-223px);
}

.account__edit__label__tax_id {
    top: 297px;
    left: 50%;
    transform: translateX(-175px);
}

.account__edit__label__username {
    top: 258px;
    left: 50%;
    transform: translateX(-194px);
}

.account__edit__information__text {
    color: #888888;
    font-family: "Titillium Web";
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 1.5em;
}

.btn__savechanges {
    opacity: 0.3;
    font-size: 0.9em;
    cursor: not-allowed;
    /* border: 1px solid #333333; */
    filter: grayscale(1);
}

.edit__mode {
    display: none;
}

.editing__text {
    font-size: 1em;
    animation: opacityLoop 1s infinite;
}

.dashboard__password__text {
    font-family: "Titillium Web";
    color: red;
    font-size: 0.8em;
    opacity: 0.9;
    animation: fadeIn 1s 1;
}

.dashboard__input__password {
    margin-top: 1em;
}

.account__submenu__bottom__right {
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: "Titillium Web";
    text-decoration: none;
    font-size: 0.9em;
    margin: 20px;
    text-align: right;
}

.account__submenu__title {
    color: #888888;
    font-size: 2em;
}

.account__submenu__hyperlink {
    color: #6d6d6d;
}

.account__submenu__hyperlink:hover {
    color: #ffae00;
}

.icon__reset {
    height: 12px;
    width: auto;
    margin-bottom: -2px;
}

.licenses_grid {
    width: 100%;
}

.profile_license_box {
    width: 100%;
    height: 750px;
    background: radial-gradient(farthest-corner at 40px 40px, #171d28, #0f131b 100%);
    border: 1px solid #242c3b;
    padding: 20px;
    box-sizing: border-box;
    margin: 20px;
    /* max-width: 430px; */
    display: none;
}

.profile_license_field {
    display: block;
    width: 100%;
    height: 7vw;
    max-height: 100px;
    min-height: 1.6rem;
    /* border: 1px solid white; */
    /* border-bottom: 1px solid #242c3b; */
}

.profile_license_field_text {
    float: left;
    font-weight: bolder;
}

.profile_license_field_value {
    float: right;
}

.profile_license_plugin_name {
    font-family: BankGothic Md Bt;
    color: #fff;
    font-size: 5vw;
}

.profile_license_plugin_version {
    font-family: BankGothic Md Bt;
    color: #ffae00;
    font-size: 3.5vw;
    letter-spacing: 0.1rem;
}

.profile_license_serialKey {
    position: relative;
}

.profile_license_serialKey_input {}

.text_subscription_canceled {
    position: absolute;
    width: 200px;
    top: -10px;
    left: 50%;
    color: red;
    transform: translateX(-50%);
    user-select: none;
}

.btn_renew_subscription {
    width: 120px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ffae00;
    background-image: linear-gradient(var(--d4), var(--d2));
    font-family: BankGothic Md Bt;
    font-size: 0.7.5rem;
    color: rgb(209, 209, 209);
    position: absolute;
    text-align: center;
    align-content: center;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    user-select: none;
}

.btn_renew_subscription:hover {
    background-image: linear-gradient(var(--d6), var(--d3));
    cursor: pointer;
}

.btn_renew_subscription:active {
    opacity: 0.7;
}

@keyframes opacityLoop {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fade-in-bottom {
    0% {
        margin-top: 50px;
        opacity: 0;
    }
}

@keyframes blinkMessage {
    100% {
        opacity: 0;
    }
}

@media only screen and (max-width: 1145px) {

    .account__tool__list {
        display: none;
    }

    .licenses_grid {
        display: flex;
    }

    .profile_license_box {
        display: block;
    }

    .button__copy {
        width: 60px;
        height: 60px;
        padding: 10px;
        margin-left: 50px;
    }

    .account__tools__button {
        justify-content: center;
        align-items: center;
        display: inline-block;
        width: 30%;
        height: 20vw;
        /* border: 1px solid white; */
    }

    .account__tools__icon__box {
        width: 20vw;
        height: 20vw;
    }

    .membersince__date {
        font-size: 4vw;
        text-align: left;
    }


    .account__icon__edit {
        width: 5vw;
        height: 5vw;
        top: 40px;
        transform: translateX(7vw);
    }
}