
#float-menu {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 45%;
    left: 0;
    overflow: hidden;
    z-index: 10;
    background-image: url(../img/minilogo.png) ;
    background-size: contain;
    border-radius: 25px;
    cursor: pointer;
}
@font-face {
    font-family: "SVN-Poppins";
    src: url('/css/SVN-Poppins-Regular.ttf') format('truetype'),
        url('/css/SVN-Poppins-SemiBold.ttf') format('truetype');
}
* {
    font-family: SVN-Poppins,Helvetica,Arial,sans-serif;
    font-size: 14px;
}
*, :after, :before {
    box-sizing: border-box;
}
body {
    color: #374151;
}
h1, h2, h3, h4, h5 {
    margin:unset;
    padding: unset;
    color:  #000;
}
.basic-form {
    width: 100%;
    max-width: 400px;
}
.basic-form input, .basic-form select {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: unset;
}
.basic-form input:focus, .basic-form input:active, .basic-form input:hover, .basic-form select:focus, .basic-form select:hover {
    border: 1px solid #ff5f2e;
    color: #ff5f2e;
}
.basic-form button {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    font-weight: 600;
    color: #ff5f2e;
    border-radius: 40px;
    border: 1px solid #ff5f2e;
    background-color: #fff;
    font-size: .975rem;
    padding: 8px 0.85rem;
    cursor: pointer;
    width: 100%;
}
.basic-form button[disabled] {
    border-color: #d6d6d6;
    color: #fff;
    background-color: #d6d6d6;
}
.basic-form button.active {
    color: #fff;
    background: -webkit-gradient(linear,right top,left top,color-stop(0,#ff5f2e),to(#ff8a66));
    background: -webkit-linear-gradient(right,#ff5f2e,#ff8a66);
    background: linear-gradient(270deg,#ff5f2e,#ff8a66);
    border-color: #ff8e6b;
}
.basic-form .form-msg {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 5px;
    padding: 5px 10px;
}
.basic-form .form-msg.warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.basic-form .form-msg.info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.basic-form .form-msg.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.basic-form .form-msg.danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.p-m-gw {
    cursor:pointer;
    padding:14px;
    width: 100%;
}
.p-m-gw:not(:last-child) {
    border-bottom: 1px solid #f2f2f2;
}
.p-m-gw:hover,.p-m-gw:focus {
    background: #ff5f2d0d;
}
.p-m-gw.active{
    border: 1px solid #ff5f2e;
}
.loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #e0efff85;
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
.badge-primary {
    color: #fff;
    background-color: #007bff;
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
.badge-info {
    color: #fff;
    background-color: #17a2b8;
}
.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
.badge-dark {
    color: #fff;
    background-color: #343a40;
}
.recharge-item {
    max-width: calc(33.3333% - 10px);
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    margin-right: 5px;
    flex: 0 0 100%;
}
.recharge-item-box {
    display: flex;
    justify-content: center;
    background-color: #fff;
    align-items: center;
    flex-wrap: wrap;
    margin: 5px -10px;
    border: 1px solid #dedede;
    border-radius: 8px;
    height: 100px;
    text-align: center;
    padding: 5px;
    cursor: pointer;
}
.recharge-item-box:hover,.recharge-item-box:focus  {
    background: #ff5f2d0d;
}
.recharge-item .recharge-item-box span {
    display: block;
    width: 100%;
    color: #1a1a1a;
    font-weight: 700;
    font-size: 14px;
}
.recharge-item .recharge-item-box .special-box {
    background: #ff5f2d;
    color: #fff;
    font-weight: 700;
    padding: 4px 0;
    font-size: 12px;
    border-radius: 4px;
    white-space: nowrap;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial;
    overflow: hidden;
    text-overflow: ellipsis;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
.boxRechargeInfo {
    border: 1px solid #e4e4e4;
    padding: 12px 15px;
    border-radius: 8px;
}
.boxRechargeInfo .box-r-item{
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.boxRechargeInfo .box-r-item span:first-child{
    font-size: 14px;
}
.boxRechargeInfo .box-r-item .box-r-item-r {
    position: relative;
}
.boxRechargeInfo .box-r-item .box-r-item-r span {
    display: flex;
    align-items: center;
}
.boxRechargeInfo .box-r-item .box-r-item-r span, .boxRechargeInfo .box-r-item .box-r-item-r span p{
    margin: unset;
    padding: unset;
    font-size: 16px;
    font-weight: 700;
}
.boxRechargeInfo .box-r-item:not(:last-child){
    border-bottom: 1px solid #e4e4e4;
}
.noticopy {
    position: absolute;
    right: -60px;
    white-space: nowrap;
    background: rgb(255, 255, 255);
    color: rgb(220, 27, 141);
    border: 1px solid rgb(220, 27, 141);
    border-radius: 15px;
    font-size: 12px;
    min-height: 25px;
    padding: 5px 10px;
}

.hide{
    z-index: -9;
    height: 0px; width: 0px; 
}


.show{
    z-index: 99;
    max-height: 1024px; width: auto;max-width: 500px; 
}

.showlopphu{
    z-index: 98;
}

.md .dialog-button {
    background: var(--f7-color-green);
    width: 100%;
    max-width: 200px;
    border-radius: 25px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
}