/* general */
:root {
    --wa-primary: #848c2b;
    --wa-secondary: #BDC83E;
    --wa-drab-dark: #484838;
    --wa-head-color: #484838;
    --wa-ash-gray: #ADAC9A;
}
.wbtn {
    border-radius: 4px;
    padding: 7px !important;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.btn-ware {
    background-color: var(--wa-drab-dark);
    border: 1px solid var(--bs-body-bg);
    color: var(--bs-body-bg) !important;
}
.btn-ware .material-icons {
    font-size: 20px;
}

.btn-ware:focus,
.btn-ware:active,
.btn-ware:hover {
    border-color: var(--wa-drab-dark);
    background-color: var(--bs-body-bg);
    color: var(--wa-drab-dark) !important;
}

.btn-ware--outline {
    border-radius: 4px;
    background-color: var(--bs-body-bg);
    border: 1px solid var(--wa-drab-dark);
    padding: 7px !important;
    font-size: 14px;
    color: var(--wa-drab-dark) !important;
}
.btn-ware--outline:hover {
    border-color: var(--bs-body-bg);
    background-color: var(--wa-drab-dark);
    color: var(--bs-body-bg) !important;
}

#walicensor .badge{
    font-size: 10px;
    padding: 3px;
    margin-right: 0;
    margin-left: 0;
}
#walicensor .badge-danger{
    background-color: var(--bs-danger);
}
#walicensor .badge-warning{
    background-color: var(--bs-warning);
    color: var(--wa-drab-dark);
}
#walicensor .badge-success{
    background-color: var(--bs-success);
}
#walicensor pre{
    margin-bottom: 0;
    color: inherit;
    display: inline;
    font-weight: bold;
    font-size: 13px;
}

/* pages account - licenes view */
/*.wlicense {
    background: #fff;
    padding: 20px;
    border: 2px solid #ddd;
    border-radius: 10px;
    font-size: 12px;
    margin: 10px 0;
}*/

.wlicense {
    margin-bottom: 10px;
    background: #eee;
}
.wlicense__info{
    padding: 10px;
    display: flex;
    justify-content: space-between;
    color: #111;
    font-size: 13px;


}
.wlicense__info__left {
    padding: 10px;
    width: 60%;
}
.wlicense__info__right {
    padding: 10px;
    width: 40%;
}
.wlicense__domain {
    font-weight: bold;
}
.wlicense__support {
    margin-top: 15px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.wlicense__support .badge{
    font-weight: bold;
}
.wlicense__subscription {
    display: flex;
    gap: 2px;
    align-items: center;
}
.wlicense__subscription span {
    color: #fff;
    border-radius: 8px;
    background: var(--wa-primary);
    padding: 2px 10px;
}
.wlicense__subscription svg {
    width: 30px;
}


.wlicense__uniqid {
    display: flex;
}
.input-license {
    color: #333;
    border-radius: 5px 0 0 5px;
    border: 1px solid #cdcdcd;
    padding: 10px;
    border-right: none;
    width: calc(100% - 50px);
}
.input-license-copy {
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    width: 50px;
    text-align: center;
    align-content: center;

}


.wlicense__actions {
    display: flex;
    justify-content: end;
    margin: 10px 0;
}

.wlicense__tabs {
    margin: 0 20px 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.wlicense__updates {
    margin-bottom: 40px;
}
.wlicense__line {
    width: 80%;
    height: 1px;
    background-color: #92928b;
    margin: 50px auto;
}
.wlicense__updates .wlicense__line:first-child {
    margin-top: 0;
}
.wlicense__tabs > div{
    display: none;
}

.wupdate__header {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    margin-bottom: 15px;
}
.wupdate__title {
    font-weight: bold;
}
.wupdate__actions {
    display: flex;
    justify-content: end;
    gap: 10px;
}
.wupdate__message {
    font-size: 0.75rem;
    padding: 5px;
}
.wupdate__message--warning{
    background: #ffbe00aa;
}

.wupdate__files {

}
.wupdate__file {
    display: flex;
    justify-content: space-between;
    background-color: #ddd;
    font-size: 0.7rem;
    margin: 5px 0;
}
.wupdate__info {
    padding: 15px;
}
.wupdate__filedata {
    font-size: 0.5rem;
}
.wupdate__filedata pre {
    display: inline;
    font-weight: bold;
}

.wupdate__download .wbtn {
    height: 100%;
    padding: 30px !important;
    border-radius: 0;
}
.wupdate__download .wbtn.disabled {
    border: none;
}
.wupdate__download a{
    font-size: 1rem;
}
.wupdate__download i{
    font-size: 1.5rem;
}

.wupdate__changelog .modal {
    --bs-modal-width: 700px;
}
.wupdate__changelogList {
    padding: 1.25rem !important;
    background-color: rgb(243 244 246);
    overflow-y: scroll;
    max-height: 16rem;
}
.wupdate__changelogList li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.wupdate__changelogList li p {
    margin-bottom: 0;
}
.svg-checkmark-green {
    height: 1.25rem;
    width: 1.75rem;
    flex-shrink: 0;
    padding: 0 8px;
    --tw-text-opacity: 1;
    color: rgb(34 197 94);
}
.ylink {
    font-weight: 600;
    color: rgb(102 118 0);
    text-decoration-line: none;
}

#wlicense__view .wlicense__btn-files {
    display: none;
}
#wlicense__view .wlicense__updates {
    display: block;
}

@media (max-width:767px) {
    .wbtn span{
        display: none;
    }
    .wupdate__changelog a span {
        display: none;
    }
}

/* wlicense new */
.wlicense--new {

}
.wlicense--new .wlicense__info {
    flex-direction: column;
    padding: 20px;
}
.wlicense--new .wlicense__domain {
    margin: 10px 0;
}

.wlicense__domain form {
    display: flex;
    flex-wrap: wrap;
}
.wlicense__domain label,
.wlicense__error {
    flex: 1 1 50%;
}
.wlicense__error {
    color: var(--bs-danger);
    display: none;
    text-align: right;
}
.wlicense__error p{
    margin-bottom: 0;
}

.wlicense__input {
    display: flex;
    flex: 1 1 100%;
}
.wlicense__input input{
    color: #333;
    border-radius: 5px 0 0 5px;
    border: 1px solid #cdcdcd;
    padding: 10px;
    border-right: none;
    width: 80%;
}
.wlicense__input button {
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    width: 20%;
    text-align: center;
    align-content: center;
}

.wlicense__input button:disabled,
.wlicense__input button.disabled{
    background: #adac9a !important;/*#848C2B*/
    border-color: #adac9a !important;
}
.wlicense__loading {
    display: none;
}
#wlicense_notice {
    margin-bottom: 20px;
}
#wlicense_notice a {
    color: #333;
    text-shadow: none;
}
#wlicense_notice a:hover {
    font-weight: bold;
}

.wrenewal {
    margin-bottom: 10px;
    background: #eee;
}
.wrenewal--active {
    background: #DAE190;
}
.wrenewal__info{
    padding: 10px;
    display: flex;
    justify-content: space-between;
    color: #111;
    font-size: 13px;


}
.wrenewal__info__left {
    padding: 10px;
    width: 60%;
}
.wrenewal__info__right {
    padding: 10px;
    width: 40%;
}
.wrenewal__support {
    margin-top: 20px;
}

.wrenewal__prices {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: end;
}
.wrenewal__price {
    font-size: 15px;
    font-weight: 600;
}
.wrenewal__regular-price{
    color: var(--bs-gray-700);
    text-decoration: line-through;
}
.wrenewal__actions--add button{
    margin-top: 20px;
    min-width: 100px;
}
.wrenewal__actions--remove {
    margin-top: 15px;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb));
    border-radius: 50%;
    padding: 5px;

}
.wrenewal__actions--remove button {
    background: none;
    border: navajowhite;
    padding: 0;
    margin: 0;
}
.wrenewal__actions--remove i {
    color: #fff;
}
.wrenewal__actions button.disabled {
    border-color: var(--wa-drab-dark) !important;
    background-color: transparent !important;
    color: var(--wa-drab-dark) !important;
    opacity: 1;
}

.wrenewal__message {
    padding:0 20px 20px;
    font-size: 13px;
}
.wrenewal__message .alert {
    padding:10px;
    margin-bottom: 0;
}

.wrenewal-summary {
    padding: 1rem;
    background-color: #fefefe;
    font-size: 0.75rem;
}
.wrenewal-summary__totals {
    border-top: 1px solid var(--bs-gray-200);
    margin-top: .75rem;
    padding-top: 1rem;
}
.wrenewal-summary__line, .wrenewal-summary__total {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: .5rem 0;
}
.wrenewal-summary__totals .wrenewal-summary__value {
    font-size: 1rem;
    font-weight: bold;
}
.wrenewal-detailed__actions .btn-primary {
    display: flex;
    justify-content: center;
}

.wsubscribe__plans {
    margin-top: 50px;
}
.wsubscribe__plan {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    padding: 10px 20px;

    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    position: relative;
}
.wsubscribe__plan:hover {
    border-color: #d1d1d1;
    transition: all .5s ease-in-out !important;
}
.wsubscribe__plan svg{
    width: 60px;
    padding: 8px;
}

.wsubscribe__info {
    display: flex;
    align-items: center;
    gap: 15px;
}
.wsubscribe__info-text {
    display: flex;
    flex-direction: column;
}
.wsubscribe__plan-name {
    font-size: 20px;
    color: #484838;
}
.wsubscribe__licenses {
    font-size: 13px;
    color: #484838;
}

.wsubscribe__prices {
    display: flex;
    gap: 20px;
    align-items: center;
}
.wsubscribe__regular-price {
    text-decoration: line-through;
    color: var(--wa-drab-dark);
}
.wsubscribe__price {
    border: 1px solid var(--wa-primary);
    color: var(--wa-primary);
    padding:5px 15px;
    border-radius: 5px;
    font-weight: bold;
}
.wsubscribe__plan:hover .wsubscribe__price{
    background-color: var(--wa-primary);
    color: #fff;
}

.wsubscribe__plan--bold {
    border-color: var(--wa-primary);
    background-color: #e3ea9d;
}
.wsubscribe__plan--bold svg{
    width: 60px;
    padding: 0;
}
.wsubscribe__plan--bold .wsubscribe__price{
    background-color: var(--wa-primary);
    color: #fff;
}
.wsubscribe__plan--bold:hover {
    transform: scale(1.03);
    border-color: var(--wa-primary);
}

.wsubscribe__off {
    position: absolute;
    top: -12px;
    background: var(--wa-primary);
    color: #fff;
    padding: 2px 10px;
    font-size: 11px;
    border-radius: 10px;
    font-weight: 700;
}

.wsubscribe__description {
    margin-top: 50px;
}
.wsubscribe__help-item {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
}
.wsubscribe__help-item svg{
    width: 20px;
}

.wsubscription {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    padding: 10px 20px;
    background: var(--wa-primary);
    border-radius: 8px;
    color: white;
    gap: 20px;

}
.wsubscription__info {
    display: flex;
    align-items: center;
    gap: 20px;
}
.wsubscription__title{
    font-size: 23px;
    font-weight: bold;
    text-align: center;
}
.wsubscription__title-mobile {
    display: none;
}
.wsubscription__svg{
    width: 60px;
    padding: 0;
}
.wsubscription__date{
    border: 2px solid #fff;
    padding: 5px 15px;
    border-radius: 5px;
}

.wsubscription__actions .btn-ware {
    border-radius: 4px;
    background-color: transparent;
    border: 2px solid #fff;
    padding: 7px 12px !important;
    font-size: 14px;
    color: #fff !important;
    font-weight: bold;
}
.wsubscription__actions .btn-ware:hover {
    background-color: #fff;
    border-color: var(--wa-primary);
    color: var(--wa-primary) !important;
    transition: all .5s ease-in-out !important;
}

.wdivider {
    opacity: 1;
    margin: 5rem 10%;
    color: var(--bs-gray-500);
    border-top-width: 2px;
    border-color: var(--wa-drab-dark);
    padding: 0 20px;
}

@media (max-width:767px) {
    .wsubscription,
    .wsubscription__info {
        flex-direction: column;
    }
    .wsubscription__date,
    .wsubscription__title-desktop {
        display: none;
    }
    .wsubscription__title-mobile {
        display: block;
    }

    .wsubscribe__plan {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    .wsubscribe__info {
        gap: 0;
        flex-direction: column;
    }
}

.wsubscription__list {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.wsubscription__item {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
}

.wchangelog {
    margin-bottom: 80px;
}
.wchangelog__list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding:0 !important;
}

.wbox-download {
    box-shadow: none;
    background: #ffffff;
    border: 1px solid #eaeaea;
    padding: 25px;
    font-size: 13px;
    color: #363636;
    margin: 20px 0;
    position: relative;
}
.wbox-download__header {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;

    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.wbox-download__title {
    font-size: 1.25rem;
    font-weight: bold;
    display: flex;
    gap: 10px;
    align-items: center;
}
.wbox-download__title h2 {
    font-size: 1.25rem;
    margin-bottom: 0;
}
.wbox-download__title span {
    font-size: 0.875rem;
}
.wbox-download__actions {
    display: flex;
    justify-content: end;
    gap: 10px;
}
.wbox-download__message {
    background: #000000bd;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}
.wbox-download__message .btn{
    margin: auto;
    text-align: center;
    padding: 20px;
}

.wrenewal__linkBtn {
    float: left;
    margin: 0 20px;
}



@media (max-width:767px) {
    .wbox-download__header,
    .wbox-download__title {
        flex-direction: column;
        align-items: start;
    }
    .wbox-download__title h2 {
        line-height: 1.5;
    }
    .wbox-download__title i {
        display:none;
    }

}

/* rlt */
.lang-rtl .wlicense__info {
    font-size: 15px;
}
.lang-rtl .input-license {
    border-radius: 0 5px 5px 0;
    border-right: 1px solid #cdcdcd;
    border-left: none;
}
.lang-rtl .input-license-copy {
    border-radius: 5px 0 0 5px;
}
.lang-rtl .wlicense__error {
    text-align: left;
}
.lang-rtl .wlicense__input input{
    border-radius: 0 5px 5px 0;
    border-right: 1px solid #cdcdcd;
    border-left: none;
}
.lang-rtl .wlicense__input button {
    border-radius: 5px 0 0 5px;
}
.lang-rtl .wrenewal__prices {
    text-align: left;
}