@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
html,body {
  font-family: "Open Sans", sans-serif;
}
.head{
    z-index:9;
}
nav {
    background: #393939 !important;
}
.bg-primary {
    background: #FFC629 !important;
}
.bg-dark {
    background: #111 !important;
}
.bg-secondary {
    background: #1e1e1e !important;
}
.bg-tertiary{
    background: #393939 !important;
}
.text-primary {
    color: #FFC629 !important;
}
.text-light{
    color:#c4c4c4!important;
}
.btn-outline-light{
    border-color:#c4c4c4!important;
    color:#c4c4c4!important;
}
.border-primary {
    border-color: #FFC629 !important;
}
.btn-primary{
    background: #FFC629 !important;
    border-color: #FFC629 !important;
    color:#212529!important;
}
.form-control{
    border-radius:3px;
}
p{
    font-size:12px;
}
/**/
.head .navbar-brand {
    width:150px;
}
.head .btn-sm{
    font-size:10px;
}
.hm-bnr .card{
    min-width:70px;
}
.hm-bnr .card.balance{
    width:140px;
}
.hm-bnr .card .label{
    font-size:10px;
    font-weight:600;
}
.hm-bnr .deposit img,.hm-bnr .withdraw img{
    width:28px;
}
.create{
    font-size:13px;
}
.create i{
    font-size:24px;
}
.modal-close{
    top:15%;
    right:4%;
}
.accordion-collapse,.accordion-collapse .btn{
    font-size:12px!important;
}
.accordion-button.collapsed{
    background:#111!important;
}
.accordion-collapse.show{
    background:#393939!important;
    border:2px solid #FFC629;
}
.accordion-button::after{
    filter:brightness(100);
}
.accordion-button:focus{
    box-shadow:none;
}
.back-btn {
    font-size: 30px;
    line-height: 30px;
}
::placeholder {
    color: #5a5a5a !important;
}
#myTab button,#transaction-tabs button{
    font-size:12px;
    font-weight:500;
}
.list_item .item_img,.game_panel .item_img{
    width:50px;
    height:50px;
}
.list_item .game-image,.game_panel .game-image {
    width: 42px;
    height: 42px;
    object-fit: cover;
}
.list_item .name{
    font-size:14px;
}
.list_item .link,.list_item .rate,.list_item .btn,.list_item .paneltype,.panel-info,.list_item .dropdown li a{
    font-size:12px;
}
.list_item .dropdown .btn{
    font-size:20px;
}
.game_panel .detail .name{
    font-size:14px;
}
.game_panel .detail .link{
    font-size:12px;
}
#purchase-form label{
    font-size:12px;
}
#purchase-form input,#purchase-form select{
    font-size:12px;
}
.mypanel .item_img{
    width:40px;
    height:40px;
}
.mypanel .detail .name{
    font-size:14px;
}
.mypanel .detail .link{
    font-size:12px;
}
.foot-text a i{
    font-size:20px;
}
.foot-text a span{
    font-size:12px;
}
#buy-now{
    font-size:14px;
}
/* Minimal custom CSS for custom radio dot */
.rate-type-group input[type="radio"] {
    display: none;
}
.rate-type-group label.d-flex {
    position: relative;
    width: 160px;
    padding: 5px 35px;
    border: 2px solid #5a5a5a;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.rate-type-group label.d-flex::before {
    content: '';
    position: absolute;
    left: 15px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #FFC629;
    background-color: transparent;
}
.rate-type-group input[type="radio"]:checked+label {
    border-color: #FFC629;
    color: #FFC629;
}
.rate-type-group input[type="radio"]:checked+label::before {
    background-color: #FFC629;
}
/* Custom dropdown style */
.form-label{
    font-size:14px;
}
.form-control{
    height:30px;
    font-size:12px;
}
.input-group-text{
    font-size:12px;
}
.form-select {
    height: 30px;
    background-color: #111;
    color: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    font-size:12px;
}
.form-select:focus {
    border-color: #FFC629;
    box-shadow: 0 0 0 0.2rem rgba(255, 206, 51, 0.25);
}
/* Custom CSS for bottom alignment */
.modal-dialog-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
}
.remain-bal{
    font-size:15px;
}
.game_panel .card-footer{
    bottom:62px;
}
#myTab button {
    border: 2px solid transparent;
    background-clip: padding-box;
    border-image: none;
    transition: border 0.5s ease-in-out;
}

#myTab #createpanel1-1-tab {
    position: relative;
    overflow: hidden;
}

#myTab #createpanel1-1-tab::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    border-image: linear-gradient(45deg, #FFC629, rgba(254, 80, 1, 0)) 1;
    animation: gradientAnimation 2.5s linear infinite;
}

@keyframes gradientAnimation {
    0% {
        border-image-source: linear-gradient(45deg, rgba(254, 80, 1, 0), rgba(254, 80, 1, 0.8));
    }
    50% {
        border-image-source: linear-gradient(45deg, rgba(254, 80, 1, 0.5), rgba(254, 80, 1, 0));
    }
    100% {
        border-image-source: linear-gradient(45deg, rgba(254, 80, 1, 0), rgba(254, 80, 1, 0.8));
    }
}
.request-summary p{
    border-color: #423e3e!important;
}
.custom-upi-tabs .nav-link.active {
    background-color: #FFC629 !important;
    color: #111 !important;
}
.custom-bank-tabs .nav-link.active {
    background-color: #FFC629 !important;
    color: #111 !important;
}
.custom-bank-tabs .nav-link {
    font-size: 12px;
}