body{
    font-family: "Poppins", sans-serif !important;
    font-style: normal;
}
:root{
  	--primary-ui: #C01BA4;  
    --secondary-ui: #FF8F85;
    --white-ui:#fff;
    --black-ui:#000;
    --border-ui:#FDECFF;
    --background-ui:#2d2f31;
    --hover-ui: #F8B4FF2E;
    --gray-ui: #495057;
    --main-heading-ui:#e61818;
}
h1{
    font-weight: 700;
    font-size: 42px; 
    color: var(--gray-ui);
  max-width: 970px;
  margin: 0 auto 20px; 
}
h3{
    display: block;
  font-weight: 500;
  font-size: 24px;
  color: var(--gray-ui);
}
p{
    color: var(--gray-ui);
  font-size: 14px;
  font-weight: 400;
}
.banner p{
    font-size: 30px;
    color: var(--white-ui); 
    letter-spacing: 8px;}
.nav-link:hover,.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: var(--primary-ui) !important;
        background: var(--hover-ui) !important;}
.btn.active{
    color: var(--white-ui) !important;
    background: linear-gradient(95deg, #BF1AA5 1.7%, #FF8785 92.88%) !important;
    border: 1px solid #fff0 !important;
}
.wp-list .btn{
    color: var(--gray-ui);
    font-size: 14px;    
    padding: 6px 10px;
    margin-bottom: 5px;
    border: 1px solid var(--primary-ui);}
.nav-link{
    color: var(--gray-ui)!important;
    font-size: 14px!important;    
    padding: 6px 10px !important;
    font-weight: 400 !important;
    margin-bottom: 5px;}
    
.btn span{font-size: 17px;}
.wp-body .nav{
    width: 20%;
    border: 1px solid var(--border-ui);
    border-radius: 8px;
    overflow: hidden;
    padding: 17px 10px;
    box-shadow: rgba(17, 17, 26, 0) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    position: sticky;
    top: 20px;}
.wp-body .tab-content{
    width: 80%;
    border: 1px solid var(--border-ui);
    border-radius: 8px;
    overflow: hidden;
    padding: 15px 20px;
    box-shadow: rgba(17, 17, 26, 0) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;}
.banner {
    background: #2d2f31;
    height: 100vh;}
.box{
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);}
.box span{
	display: block;
	width: 20px;
	height: 20px;
	border-bottom: 2px solid var(--white-ui);
	border-right: 2px solid  var(--white-ui);
	transform: rotate(45deg);
	margin: -10px;
	animation: animate 2s infinite;}
.box span:nth-child(2){
	animation-delay: -0.2s;}
.box span:nth-child(3){
	animation-delay: -0.4s;}
@keyframes animate{
	0%{
		opacity: 0;
		transform: rotate(45deg) translate(-20px, -20px);}
	50%{
		opacity: 1;}
	100%{
		opacity: 0;
		transform: rotate(45deg) translate(20px, 20px);
}}
.section-data-code {
    background: var(--gray-ui);
    color: var(--white-ui);
    padding: 15px;
    margin: 0;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.wp-list .nav{
    width: 100%;
    border: none;
    border-radius: 8px;
    overflow: visible;
    padding: 0px 10px;
    box-shadow: rgba(17, 17, 26, 0) 0px 4px 16px, rgba(17, 17, 26, 0) 0px 8px 32px;
    margin-bottom: 15px; }
.wp-list .tab-content {
    border: none;
    border-radius: 8px;
    overflow: visible;
    padding: 0px 0px;
    box-shadow: rgba(255, 255, 255, 0.04) 0px 4px 16px, rgba(255, 255, 255, 0.05) 0px 8px 32px;
    margin-top: 11px;
    width: 100%;
    margin: auto;
}
.wp-list .tab-content img{
    box-shadow: rgba(17, 17, 26, 0.11) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}


.copy-button.btn {
    position: absolute;
    right: 12px;
    color: #fff !important;
    background: #9B9B9B;
    top: 12px;
    border: 1px solid #8C8C8C;
}
xmp{
    font-size: 13px; 
    margin: 0px;
    overflow: scroll;
}
.img-sml img,
.img-sml img{
    width: 500px;
}
.get-text h6{
    font-size: 19px;
    color: #333;
}
.success-popup {
    position: fixed;
    top: 20px;
    right: 20px;
    background: linear-gradient(95deg, #BF1AA5 1.7%, #FF8785 92.88%) !important;
    color: var(--white-ui);
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 1000;
    font-size: 12px;
}


