body{
    font-size: 14px;
    line-height: 23px;
    font-style: normal;
    font-weight: 400;
    visibility: visible;
    font-family: prompt,sans-serif;
    position: relative;
    background-color: #f8fafd;
}

a:hover {
    text-decoration: none;
}
.text-white {
    color: #FFFFFF;
}

.bg-black{
    background-color: #16171D;
}
.card{
    color:#000;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.562);
    border-radius: 15px;
    border-top: 1.5px solid #FF0000
}

.card-phone{
    color:#000;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.562);
    border-radius: 15px;
    border-top: 1.5px solid #48ff00
}

.card-topup{
    color:#000;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.185);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.562);
    border-radius: 15px;
    border-top: 1.5px solid #ff8800
}

.image_show{
    border-radius: 25px;
}
.image_show_card{
    border-radius: 14px;
}
.bg-card{
    background-color: #16171D;
    color: #00000079;
}
.text-input-none{
    color: #E71C1C;
    background: transparent;
    width: 100%;
    height: 100px;
    resize: none;
    border: none;
}
.text-input-none1{
    width: 100%;
    height: 300px;
    resize: none;
}
.btn-red {
    background-color: #ff0000;
    box-shadow: 0 0 8px rgb(255, 0, 0);
    color: #fff;
    border: 1px solid #a30e0e;
    border-radius: 2rem;
    transition: 0.3s;
}

.btn-red:hover {
    transform: translateY(-5px);
    color: #fff;
}

.btn-red-border {
    background-color: rgba(246, 245, 245, 0);
    color: #fff;
    border: 1px solid #ff0000;
}

.card-server {
    padding: 20px;
    border-radius: 2rem;
}
.zoom {
    border-radius: 2rem;
    transition: transform .2s;
}

.zoom:hover {
    transform: scale(1.1)
}


.btn-yellow {
    background-color: #ec910a;
    box-shadow: 0 0 8px rgb(255, 115, 0);
    color: #fff;
    border-radius: 2rem;
    transition: 0.3s;
}

.btn-yellow:hover {
    transform: translateY(-5px);
    color: #fff;
}

.btn-yellow-border {
    background-color: rgba(246, 245, 245, 0);
    color: #fff;
    border: 1px solid #ff0000;
}

.btn-border {
    background-color: rgba(246, 245, 245, 0);
    color: #ff0000;
    border: 1px solid #ff0000;
    border-radius: 2rem;
    
}


.footer-web {
    padding: 50px 0;
    color: #767676;
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0/8%);
    padding: 100px
}

.footer-web h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 16px
}

.footer-web ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0
}

.footer-web ul a {
    color: inherit;
    text-decoration: none;
    color: #767676
}

@media(max-width: 767px) {
    .footer-web .item:not(.social) {
        text-align:center;
        padding-bottom: 20px
    }
}

.footer-web .item.text {
    margin-bottom: 36px
}

@media(max-width: 767px) {
    .footer-web .item.text {
        margin-bottom:0
    }
}

.footer-web .item.text p {
    opacity: .6;
    margin-bottom: 0
}

.footer-web .item.social {
    text-align: center
}

@media(max-width: 991px) {
    .footer-web .item.social {
        text-align:center;
        margin-top: 20px
    }
}

.footer-web .item.social>a {
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255,255,255,.4);
    margin: 0 8px;
    color: #fff;
    opacity: .75
}

.footer-web .item.social>a:hover {
    opacity: .9
}

.btn-border:hover {
    background-color: #ff0000;
    color: #fff;
    border: 1px solid #ff0000;
}


.btn-border {
    background-color: rgba(246, 245, 245, 0);
    box-shadow: 0 0 8px rgb(197, 157, 157);
    color: #ff0000;
    border: 1px solid #ff0000;
}

.btn-border:hover {
    background-color: #ff0000;
    color: #fff;
    border: 1px solid #ff0000;
}

.btn-border-blue {
    background-color: rgba(246, 245, 245, 0);
    box-shadow: 0 0 8px rgb(197, 157, 157);
    color: #300691;
    border: 1px solid #300691;
}

.btn-border-blue:hover {
    background-color: #300691;
    color: #fff;
    border: 1px solid #300691;
}

.btn-border-green {
    background-color: rgba(246, 245, 245, 0);
    box-shadow: 0 0 8px rgb(197, 157, 157);
    color: #069112;
    border: 1px solid #069112;
}

.btn-border-green:hover {
    background-color: #069112;
    color: #fff;
    border: 1px solid #069112;
}

.image-product-buy{
    border-radius: 15px;
    width: 200px;
}

hr {
    border-top: 2px solid var(--main);
    opacity: 1;
}

.card-shop{
    color:#000;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgb(0 0 0/8%);
    border-radius: 15px;
    border-top: 1.5px solid #FF0000;
    border-bottom: 1.5px solid #FF0000;
    transition: 0.3s;
}
  
.card-shop:hover {
    transform: translateY(-5px);
}

.card-info {
    background-color: #fff;
    box-shadow: 2px 2px 2px rgb(245, 136, 136);
    border-radius: 15px;
    border: 2px solid #FF0000;
    color: #fff;
}

.card-menu {
    background-color: #fff;
    border-radius: 15px;
    border: 2px solid #9b9b9b;
    color: rgb(255, 255, 255);
}

.control-ss {
    border-bottom: 3px solid var(--main);

}

.card-login {
    color:#000;
    background-color: #ffffff;
    border-radius: 15px;
    border-top: 2px solid #FF0000;
    border-bottom: 2px solid #FF0000;
}

.card-admin {
    color:#000;
    background-color: #ffffff;
    border-radius: 15px;
    border-top: 2px solid #FF0000;
    border-bottom: 2px solid #FF0000;
    transition: 0.3s;
}

.card-admin:hover {
    transform: translateY(-5px);
}

.bg-navbar {
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0/8%);
    padding: 15px
}


.text-control {
    display: block;
    width: 100%;
    height: 2.1875rem;
    padding: 1.3rem 1rem;
    font-size: 1rem;
    line-height: 1.52857;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e9dddd;
    border-radius: 5rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .text-control {
        -webkit-transition: none;
        transition: none
    }
}

.text-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.text-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgb(236 93 93 / 25%);
    box-shadow: 0 0 0 .2rem rgb(236 93 93 / 25%)
}

.text-control::-webkit-input-placeholder {
    color: #b7bac9;
    opacity: 1
}

.text-control::-moz-placeholder {
    color: #b7bac9;
    opacity: 1
}

.text-control::-ms-input-placeholder {
    color: #b7bac9;
    opacity: 1
}

.text-control::placeholder {
    color: #b7bac9;
    opacity: 1
}

.text-control:disabled,.text-control[readonly] {
    background-color: #edf1f2;
    opacity: 1
}

select.text-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.text-control-file,.text-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.52857
}

.col-form-label-lg {
    padding-top: calc(.625rem + 1px);
    padding-bottom: calc(.625rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.3125rem + 1px);
    padding-bottom: calc(.3125rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.text-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.52857;
    color: #656565;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.text-control-plaintext.text-control-lg,.text-control-plaintext.text-control-sm {
    padding-right: 0;
    padding-left: 0
}

.text-control-sm {
    height: calc(1.9375rem + 2px);
    padding: .3125rem .625rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.text-control-lg {
    height: calc(3.125rem + 2px);
    padding: .625rem 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 7.375rem;
}

select.text-control[multiple],select.text-control[size],textarea.text-control {
    height: auto
}

.text-group {
    margin-bottom: 1rem
}

.text-text {
    display: block;
    margin-top: .25rem
}