.btn-radius {
    border-radius: 10px !important;
}

.btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 45px;
    max-width: 50%;
    min-width: 60%;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    flex: auto;
    position: relative;
    background-color: rgba(125, 124, 132, 0.677);
    margin-top: 13px;
    text-shadow: 1px 1px 1px rgba(76, 68, 68, 0.14);
    text-transform: uppercase;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
}

a.btn {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    color: #fff;
}

.btn-vold {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 8px;
    text-align: center;
    height: 40px;
    top: 20px;
    color: #090909;
    max-width: 40%;
    min-width: 50%;
    background-color: rgba(135, 134, 145, 0.677);
    margin: 13px 0px 0px 0px;
    padding: 13px 28px 10px 8px;
    text-shadow: 1px 1px 1px rgba(76, 68, 68, 0.14);
    text-transform: uppercase;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
    width: 80px;
}

.btn-sm {
    font-size: 11px;
    font-weight: 300;
    padding: 11px 25px;
}

.btn-lg {
    padding: 18px 49px;
}

.btn-xs {
    font-size: 10px;
    padding: 8px 14px;
}


/* .btn-secondary{
    background: #183b81;
    background: -moz-linear-gradient(-45deg, #797b7f 0%, #b5b8bf 50%, #8e9397 51%, #8e9397 71%, #828589 100%);
    background: -webkit-linear-gradient(-45deg, #797b7f 0%,#b5b8bf 50%,#8e9397 51%,#8e9397 71%,#828589 100%);
    background: linear-gradient(135deg, #797b7f 0%,#b5b8bf 50%,#8e9397 51%,#8e9397 71%,#828589 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#797b7f', endColorstr='#828589',GradientType=1 );
    background-size: 200% 200%;
    -webkit-animation: AnimationName 3s ease infinite;
    -moz-animation: AnimationName 3s ease infinite;
    animation: AnimationName 3s ease infinite;
    -webkit-animation: AnimationName 3s ease infinite;
    -moz-animation: AnimationName 3s ease infinite;
    animation: AnimationName 3s ease infinite;
   
    border: medium none;
} */

.alignbtn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: #434242;
}

.btn-vold:not(.huawei) span i {
    background: url(https://static.apkpure.com/www/static/imgs/details_new_icon.svg?t=20230629) no-repeat 0 -52px;
    display: flex;
    width: 20px;
    height: 20px;
    position: relative;
    justify-content: center;
    left: 0;
    top: 10%;
    margin-top: 0px;
}

.btn-vold:not(.huawei) span {
    display: flex;
    width: 100%;
    height: 100%;
    flex: auto;
    color: #fefefeed;
    position: relative;
    justify-content: center;
    top: 15%;
    text-align: center;
}

.btn:not(.huawei) span i {
    background: url(https://static.apkpure.com/www/static/imgs/details_new_icon.svg?t=20230629) no-repeat 0 -52px;
    display: flex;
    width: 20px;
    height: 20px;
    position: relative;
    justify-content: center;
    left: 0;
    top: 4%;
    margin-top: 0%;
    margin-left: 4px;
}

.btn:not(.huawei) span {
    display: flex;
    width: 100%;
    height: 100%;
    flex: auto;
    color: #fefefeed;
    position: relative;
    justify-content: center;
    top: 25%;
    text-align: center;
}