.partnercode {
	text-align: center;
    line-height: 18px;
}
.partnercode .span2 {
    color: #000;
    font-weight: 700;
}
[data-layout=horizontal] .navbar-menu .navbar-nav .nav-link i {
    line-height: 1;
    display: none;
}
.countdown {
  display: flex;
  justify-content: center;
  font-family: Arial, sans-serif;
  padding: 6px 0px;
}
.time-box {
	text-align: center;
    border: 1px solid #f5463352;
    padding: 10px;
    margin-left: 1px;
    height: 65px;
    width: 80px;
    background: #f4433626;
    border-radius: 0;
}
.time-box span {
	color: #F44336;
    display: block;
    font-size: 2em;
    font-weight: 700;
}
.btn-verified-ac {
    background: #f2fff7 !important;
    color: #009688 !important;
    border: 0px solid;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 90px;
    padding: 5px 10px;
}
.socialiocns a {
	padding: 10px;
    margin-right: 10px;
}
.socialiocns .facebook {
	border: 1px solid #ddd;
    background: #3f5596;
    color: #fff;
}
.socialiocns .facebook:hover {
	border: 1px solid #ddd;
    background: #fff;
    color: #3f5596;
}
.socialiocns .twitter {
	border: 1px solid #ddd;
    background: #000;
    color: #fff;
}
.socialiocns .twitter:hover {
	border: 1px solid #ddd;
    background: #000;
    color: #fff;
}
.socialiocns .instagram {
	border: 1px solid #ddd;
    background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    color: #fff;
}
.socialiocns .instagram:hover {
	border: 1px solid #ddd;
    background: #000;
    color: #fff;
}
.help-box {
    border-radius: .6rem;
	padding: 20px;
	margin: 75px 20px 20px;
	background-color: #fff;
}
:is([data-layout=vertical],[data-layout=semibox])[data-sidebar-size=sm] .help-box {
    display:none;
}
.help-box img {
    position: relative;
    margin-top: -70px;
    height: 120px;
}
[data-layout=horizontal] .help-box {
    display: none;
}
[data-layout=vertical] .help-box-vertical {
    display: none;
}
.mrp-price {
	text-decoration: line-through;
}
.billing-sidebar {
	/* background-color: #242e46; */
	border-right: 0px solid #ddd !important;
}
.billing-sidebar .navbar-nav .nav-link {
    color: #fff !important;
}
[data-layout=horizontal]  .billing-sidebar .navbar-nav .nav-link {
    color: #242e46 !important;
}

/* width */
::-webkit-scrollbar {
  height: 8px;
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 90px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
  cursor:pointer;
}
#ITRTable {
    width: 100%;
    overflow: auto;
    border: 1px solid var(--vz-border-color);
}
thead, tbody, tfoot, tr, td, th {
    border: 1px solid #ddd;
}
[data-bs-theme=dark] thead, tbody, tfoot, tr, td, th {
    border: 1px solid #dddddd63;
}
#TablePagination button {
    margin: 0 3px;
    padding: 5px 12px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    border-radius: 3px;
}
#TablePagination button.active {
    background-color: #4a5aa3;
    color: white;
}
#TablePagination button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
#TablePagination .ellipsis {
    margin: 0 5px;
    font-weight: bold;
    color: #666;
}

.custom-menu {
	display: none;
	position: absolute;
    background-color: #fff;
    z-index: 9999;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
	width: 300px;
}
.custom-menu ul li a {
	color: #333;
}
.custom-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.custom-menu ul li {
	padding: 10px 10px;
	cursor: pointer;
	border-bottom: 1px solid #dddddd7d;
}
.custom-menu ul li:hover {
	background-color: #f3eef2;
}
.custom-menu ul li:hover a {
	color: #333;
}
.custom-menu ul li a i {
	position: absolute;
}
.custom-menu ul li a span {
	color: #333;
    padding-left: 25px;
}
@media (min-width: 576px){
.modal {
    --pk-modal-margin: 1.75rem;
    --pk-modal-box-shadow: 0 1px 2px rgba(56, 65, 74, .15);
    background: rgb(0 0 0 / 10%);
    --Modal-backdrop: rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
}}
.modal-backdrop.show {
    opacity: 0 !important;
}
.modal-backdrop {
    z-index: auto !important;
}
