
.profile_sec{
    padding: 2rem 0;
    position: relative;
}
.profile_sec .profile_head img{
    width: 160px;
    display: block;
    margin: auto;
    animation: shake 30s linear infinite normal;
}
.profile_sec .profile_head h3{
    font-size: 25px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    text-align: center;
}
.profile_sec .nav-tabs .nav-link.active{
    border: 2px solid #f2af16;
    border-radius: 35px;
    color: #fff;
    font-size: 14px;
    background: #000;
}
.profile_sec .nav-tabs .nav-link{
    border: 2px solid #f2af16;
    border-radius: 35px;
    color: #000;
    font-size: 14px;
}
.profile_sec .nav-tabs{
    border: 0;
    justify-content: center;
}
.profile_sec .nav-tabs .nav-item{
    margin: 0 5px;
}
.profile_sec .wrap_form_details input:focus{
    border-color: #f2af16;
}
.profile_sec .wrap_form_details input{
    border-radius: 35px;
    height: 40px;
    font-size: 14px;
    box-shadow: none;
    outline: none;
}
.profile_sec form button{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #000;
    border-radius: 35px;
    display: block;
    margin: 25px auto 0;
    padding: 7px 29px;
    text-transform: capitalize;
    letter-spacing: .5px;
}
@keyframes shake{
    0%{
        transform:rotate(0deg) translate(20px) rotate(0deg)
    }
    to{
        transform: rotate(-1turn) translate(20px) rotate(1turn)
    }
}
.change_pass{
    height: 100vh;
    position: relative;
    padding: 2rem 0;
    background: #eee;
}
.change_pass .wrap-pasword img{
    width: 90px;
    display: block;
    margin: auto;
    background: #fff;
    position: relative;
    border-radius: 50%;
    z-index: 1;
}
.change_pass .wrap-pasword .img-box{
    position: relative;
}
.change_pass .wrap-pasword .img-box::before{
    animation: 2.5s anim-effect-front 0s linear infinite;
    box-shadow: 0 0 0 80px #e8e8e8;
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 0;
}
.change_pass .wrap-pasword .img-box::after{
    animation: 2.5s anim-effect-back 0s linear infinite;
    box-shadow: 0 0 0 10px #f4f4f4;
    position: absolute;
    content: '';
    width: 35px;
    height: 35px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 0;
    top: 30px;
}
@keyframes anim-effect-front {
    0% {
        box-shadow: 0 0 0 15px #ecc205;
        opacity: 1
    }
    50% {
        box-shadow: 0 0 0 30px rgba(231, 228, 9, 0.6);
        opacity: 1
    }
    100% {
        box-shadow: 0 0 0 40px rgba(231, 200, 20, 0);
        opacity: 0
    }
}	
@keyframes anim-effect-back {
    0% {
        box-shadow: 0 0 0 20px rgba(230, 207, 5, 0.11);
        opacity: 1
    }
    50% {
        box-shadow: 0 0 0 50px rgba(227, 243, 4, 0.11);
        opacity: 1
    }
    100% {
        box-shadow: 0 0 0 70px rgba(236, 213, 4, 0.11);
        opacity: 1
    }
}
.change_pass h3{
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    color: #000;
    letter-spacing: .5px;
    margin-top: 45px;
}
.change_pass input{
    height: 40px;
    border-radius: 35px;
    font-size: 13px;
    box-shadow: none!important;
    outline: none;
}
.change_pass input:focus{
    border-color: #ecc205;
}
.change_pass .sub-button button{
    font-size: 15px;
    border-radius: 35px;
    display: block;
    margin: auto;
    background: #000;
    color: #fff;
    letter-spacing: .5px;
    padding: 6px 24px;
}
/* ========== out side nav ======== */
.outside-nav{
    position: relative;
}
.outside-nav .login-nav{
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100vh;
    background: #fff;
    z-index: 99;
    box-shadow: 0px 3px 3px #000;
    padding: 54px 21px;
    transition: all .5s ease-in-out;
    transform: translateX(-100%);
}
.outside-nav .login-nav ul{
    list-style: none;
    padding: 0;
}
.outside-nav .login-nav ul li{
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 17px;
    border-bottom: 1px solid #c7bfbf;
    padding-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.outside-nav .login-nav ul li a{
    color: #000;
}
.outside-nav #closenav{
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 999;
    color: #000;
}
.navactive{
	transform: translate3d(0, 0, 0)!important;
}
/* ========== customer sec table css ========= */
.custumer_table .table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
    background: #036ae8;
    color: #fff;
}
.custumer_table .table td, .custumer_table .table th{
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 0 10px 5px;
}
.recharge_table{
    padding-top: 3rem;
}
.point-table td {
    border: 1px solid #ddd;
    padding: 10px;  
}
.pt-70{
    padding-top: 70px !important; 
}
.p-20{
    padding: 20px; 
}
.point h4,
.point-table {
    color: #000;
}
 
a.renew_btn {
    display: inline-block;
    padding: 5px;
    font-size: 12px;
    color: #fff;
    background: #333;
}
div.container {
    padding: 0;
    margin-top: 0;
}
.left h1 {
    margin: 0;
    display: inline-block;
    color: #fff;
    font-size: 30px;
}
#menu-toggle a {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}
#menu-toggle a span {
    width: 30px;
    height: 2px;
    background: #fff;
    color: #ffff;
    border: 1px solid #fff;
    display: inline-block;
    margin: 3px 0;
}
ul.main-menu {
    padding: 0;
    margin: 0;
    background: #fff;
    box-shadow: 0 0 20px #382b2b73;
    display: none;
    position: relative;
    position: absolute;
    top: 36px;
    right: 0;
    width: 200px;
    height: 275px;
    overflow: auto;
}
ul.main-menu li {
    list-style: none;
    position: relative;

}

ul.main-menu li a {
    color: #040404;
    display: block;
    padding: 10px;
    font-size: 13px;
    border-bottom: 1px solid #eee;
    padding: 10px;
}
ul.main-menu li ul {
    position: absolute;
    top: 45px;
    right: 0;
    background: #f8f9fa;
    width: 160px;
    padding: 0;
    box-shadow: 0 0 20px #00000045;
    display: none;
}
.menu-area {
    position: relative;
}
a.close {
    position: absolute;
    top: 0;
    right: 19px;
    font-size: 35px;
    transform: rotate(45deg);
    color: #000 !important;
}
ul.main-menu li a img {
    margin-right: 10px;
}
.dark-bg {
    padding: 20px;
    background: #000;
}
.withdrawal-block {
    padding: 20px;
    box-shadow: 0 0 20px #00000042;
    margin-bottom: 20px;
}
.withdrawal-block h2,.withdrawal-block h4 {
    color: #000;
}
.f-yellow {
    color: #f7b015 !important;
}
.withdrawal-block input {
    margin: 1em 0;
}
.custom-btn {
    background: #f7b015;
    color: #Fff;
}
.form-field label {
    display: block;
    margin-bottom: 5px;
    color: #000;
    font-size: 15px;
}
.form-field input {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ddd;
    margin: 0;
}
.form-field input::placeholder{
    color: #c0c0c0;
} 

.form {
    padding: 20px;
    border: 1px solid #ffe004;
}
.submit-btn {
    text-align: center;
}
.submit-btn input[type="submit"]{
    background: #000;
    color: #fff;
    padding: 5px 20px;
    border:none;
}
.form-field {
    margin-bottom: 20px;
}
.point h4 {
    font-size: 20px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #020202;
    border-color: #dee2e6 #dee2e6 #fff;
}
.tab-content {
    padding: 10px;
    border: 1px solid #ddd;
}
main {
    overflow: auto;
}
.table-bordered td, .table-bordered th {
    text-align: center;
}
table{
    margin: 0 !important;
}
ul.main-menu {
    
    display: block;
    top:0;
    right: 0;
    width: 100%;   
}