/* gird css */
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
  }
  
  .no-gutters {
	margin-right: 0;
	margin-left: 0;
  }
  
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
  }
  
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
  }
  
  .col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
  }
  
  .row-cols-1 > * {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
  }
  
  .row-cols-2 > * {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
  }
  
  .row-cols-3 > * {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
  }
  
  .row-cols-4 > * {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
  }
  
  .row-cols-5 > * {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
  }
  
  .row-cols-6 > * {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
  }
  
  .col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
  }
  
  .col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
  }
  
  .col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
  }
  
  .col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
  }
  
  .col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
  }
  
  .col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
  }
  
  .col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
  }
  
  .col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
  }
  
  .col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
  }
  
  .col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
  }
  
  .col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
  }
  
  .col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
  }
  
  .col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
  }
  
  .order-first {
	-ms-flex-order: -1;
	order: -1;
  }
  
  .order-last {
	-ms-flex-order: 13;
	order: 13;
  }
  
  .order-0 {
	-ms-flex-order: 0;
	order: 0;
  }
  
  .order-1 {
	-ms-flex-order: 1;
	order: 1;
  }
  
  .order-2 {
	-ms-flex-order: 2;
	order: 2;
  }
  
  .order-3 {
	-ms-flex-order: 3;
	order: 3;
  }
  
  .order-4 {
	-ms-flex-order: 4;
	order: 4;
  }
  
  .order-5 {
	-ms-flex-order: 5;
	order: 5;
  }
  
  .order-6 {
	-ms-flex-order: 6;
	order: 6;
  }
  
  .order-7 {
	-ms-flex-order: 7;
	order: 7;
  }
  
  .order-8 {
	-ms-flex-order: 8;
	order: 8;
  }
  
  .order-9 {
	-ms-flex-order: 9;
	order: 9;
  }
  
  .order-10 {
	-ms-flex-order: 10;
	order: 10;
  }
  
  .order-11 {
	-ms-flex-order: 11;
	order: 11;
  }
  
  .order-12 {
	-ms-flex-order: 12;
	order: 12;
  }
  
  .offset-1 {
	margin-left: 8.333333%;
  }
  
  .offset-2 {
	margin-left: 16.666667%;
  }
  
  .offset-3 {
	margin-left: 25%;
  }
  
  .offset-4 {
	margin-left: 33.333333%;
  }
  
  .offset-5 {
	margin-left: 41.666667%;
  }
  
  .offset-6 {
	margin-left: 50%;
  }
  
  .offset-7 {
	margin-left: 58.333333%;
  }
  
  .offset-8 {
	margin-left: 66.666667%;
  }
  
  .offset-9 {
	margin-left: 75%;
  }
  
  .offset-10 {
	margin-left: 83.333333%;
  }
  
  .offset-11 {
	margin-left: 91.666667%;
  }
  
  @media (min-width: 576px) {
	.col-sm {
	  -ms-flex-preferred-size: 0;
	  flex-basis: 0;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  max-width: 100%;
	}
	.row-cols-sm-1 > * {
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.row-cols-sm-2 > * {
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}
	.row-cols-sm-3 > * {
	  -ms-flex: 0 0 33.333333%;
	  flex: 0 0 33.333333%;
	  max-width: 33.333333%;
	}
	.row-cols-sm-4 > * {
	  -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%;
	}
	.row-cols-sm-5 > * {
	  -ms-flex: 0 0 20%;
	  flex: 0 0 20%;
	  max-width: 20%;
	}
	.row-cols-sm-6 > * {
	  -ms-flex: 0 0 16.666667%;
	  flex: 0 0 16.666667%;
	  max-width: 16.666667%;
	}
	.col-sm-auto {
	  -ms-flex: 0 0 auto;
	  flex: 0 0 auto;
	  width: auto;
	  max-width: 100%;
	}
	.col-sm-1 {
	  -ms-flex: 0 0 8.333333%;
	  flex: 0 0 8.333333%;
	  max-width: 8.333333%;
	}
	.col-sm-2 {
	  -ms-flex: 0 0 16.666667%;
	  flex: 0 0 16.666667%;
	  max-width: 16.666667%;
	}
	.col-sm-3 {
	  -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%;
	}
	.col-sm-4 {
	  -ms-flex: 0 0 33.333333%;
	  flex: 0 0 33.333333%;
	  max-width: 33.333333%;
	}
	.col-sm-5 {
	  -ms-flex: 0 0 41.666667%;
	  flex: 0 0 41.666667%;
	  max-width: 41.666667%;
	}
	.col-sm-6 {
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}
	.col-sm-7 {
	  -ms-flex: 0 0 58.333333%;
	  flex: 0 0 58.333333%;
	  max-width: 58.333333%;
	}
	.col-sm-8 {
	  -ms-flex: 0 0 66.666667%;
	  flex: 0 0 66.666667%;
	  max-width: 66.666667%;
	}
	.col-sm-9 {
	  -ms-flex: 0 0 75%;
	  flex: 0 0 75%;
	  max-width: 75%;
	}
	.col-sm-10 {
	  -ms-flex: 0 0 83.333333%;
	  flex: 0 0 83.333333%;
	  max-width: 83.333333%;
	}
	.col-sm-11 {
	  -ms-flex: 0 0 91.666667%;
	  flex: 0 0 91.666667%;
	  max-width: 91.666667%;
	}
	.col-sm-12 {
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.order-sm-first {
	  -ms-flex-order: -1;
	  order: -1;
	}
	.order-sm-last {
	  -ms-flex-order: 13;
	  order: 13;
	}
	.order-sm-0 {
	  -ms-flex-order: 0;
	  order: 0;
	}
	.order-sm-1 {
	  -ms-flex-order: 1;
	  order: 1;
	}
	.order-sm-2 {
	  -ms-flex-order: 2;
	  order: 2;
	}
	.order-sm-3 {
	  -ms-flex-order: 3;
	  order: 3;
	}
	.order-sm-4 {
	  -ms-flex-order: 4;
	  order: 4;
	}
	.order-sm-5 {
	  -ms-flex-order: 5;
	  order: 5;
	}
	.order-sm-6 {
	  -ms-flex-order: 6;
	  order: 6;
	}
	.order-sm-7 {
	  -ms-flex-order: 7;
	  order: 7;
	}
	.order-sm-8 {
	  -ms-flex-order: 8;
	  order: 8;
	}
	.order-sm-9 {
	  -ms-flex-order: 9;
	  order: 9;
	}
	.order-sm-10 {
	  -ms-flex-order: 10;
	  order: 10;
	}
	.order-sm-11 {
	  -ms-flex-order: 11;
	  order: 11;
	}
	.order-sm-12 {
	  -ms-flex-order: 12;
	  order: 12;
	}
	.offset-sm-0 {
	  margin-left: 0;
	}
	.offset-sm-1 {
	  margin-left: 8.333333%;
	}
	.offset-sm-2 {
	  margin-left: 16.666667%;
	}
	.offset-sm-3 {
	  margin-left: 25%;
	}
	.offset-sm-4 {
	  margin-left: 33.333333%;
	}
	.offset-sm-5 {
	  margin-left: 41.666667%;
	}
	.offset-sm-6 {
	  margin-left: 50%;
	}
	.offset-sm-7 {
	  margin-left: 58.333333%;
	}
	.offset-sm-8 {
	  margin-left: 66.666667%;
	}
	.offset-sm-9 {
	  margin-left: 75%;
	}
	.offset-sm-10 {
	  margin-left: 83.333333%;
	}
	.offset-sm-11 {
	  margin-left: 91.666667%;
	}
  }
  
  @media (min-width: 768px) {
	.col-md {
	  -ms-flex-preferred-size: 0;
	  flex-basis: 0;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  max-width: 100%;
	}
	.row-cols-md-1 > * {
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.row-cols-md-2 > * {
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}
	.row-cols-md-3 > * {
	  -ms-flex: 0 0 33.333333%;
	  flex: 0 0 33.333333%;
	  max-width: 33.333333%;
	}
	.row-cols-md-4 > * {
	  -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%;
	}
	.row-cols-md-5 > * {
	  -ms-flex: 0 0 20%;
	  flex: 0 0 20%;
	  max-width: 20%;
	}
	.row-cols-md-6 > * {
	  -ms-flex: 0 0 16.666667%;
	  flex: 0 0 16.666667%;
	  max-width: 16.666667%;
	}
	.col-md-auto {
	  -ms-flex: 0 0 auto;
	  flex: 0 0 auto;
	  width: auto;
	  max-width: 100%;
	}
	.col-md-1 {
	  -ms-flex: 0 0 8.333333%;
	  flex: 0 0 8.333333%;
	  max-width: 8.333333%;
	}
	.col-md-2 {
	  -ms-flex: 0 0 16.666667%;
	  flex: 0 0 16.666667%;
	  max-width: 16.666667%;
	}
	.col-md-3 {
	  -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%;
	}
	.col-md-4 {
	  -ms-flex: 0 0 33.333333%;
	  flex: 0 0 33.333333%;
	  max-width: 33.333333%;
	}
	.col-md-5 {
	  -ms-flex: 0 0 41.666667%;
	  flex: 0 0 41.666667%;
	  max-width: 41.666667%;
	}
	.col-md-6 {
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}
	.col-md-7 {
	  -ms-flex: 0 0 58.333333%;
	  flex: 0 0 58.333333%;
	  max-width: 58.333333%;
	}
	.col-md-8 {
	  -ms-flex: 0 0 66.666667%;
	  flex: 0 0 66.666667%;
	  max-width: 66.666667%;
	}
	.col-md-9 {
	  -ms-flex: 0 0 75%;
	  flex: 0 0 75%;
	  max-width: 75%;
	}
	.col-md-10 {
	  -ms-flex: 0 0 83.333333%;
	  flex: 0 0 83.333333%;
	  max-width: 83.333333%;
	}
	.col-md-11 {
	  -ms-flex: 0 0 91.666667%;
	  flex: 0 0 91.666667%;
	  max-width: 91.666667%;
	}
	.col-md-12 {
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.order-md-first {
	  -ms-flex-order: -1;
	  order: -1;
	}
	.order-md-last {
	  -ms-flex-order: 13;
	  order: 13;
	}
	.order-md-0 {
	  -ms-flex-order: 0;
	  order: 0;
	}
	.order-md-1 {
	  -ms-flex-order: 1;
	  order: 1;
	}
	.order-md-2 {
	  -ms-flex-order: 2;
	  order: 2;
	}
	.order-md-3 {
	  -ms-flex-order: 3;
	  order: 3;
	}
	.order-md-4 {
	  -ms-flex-order: 4;
	  order: 4;
	}
	.order-md-5 {
	  -ms-flex-order: 5;
	  order: 5;
	}
	.order-md-6 {
	  -ms-flex-order: 6;
	  order: 6;
	}
	.order-md-7 {
	  -ms-flex-order: 7;
	  order: 7;
	}
	.order-md-8 {
	  -ms-flex-order: 8;
	  order: 8;
	}
	.order-md-9 {
	  -ms-flex-order: 9;
	  order: 9;
	}
	.order-md-10 {
	  -ms-flex-order: 10;
	  order: 10;
	}
	.order-md-11 {
	  -ms-flex-order: 11;
	  order: 11;
	}
	.order-md-12 {
	  -ms-flex-order: 12;
	  order: 12;
	}
	.offset-md-0 {
	  margin-left: 0;
	}
	.offset-md-1 {
	  margin-left: 8.333333%;
	}
	.offset-md-2 {
	  margin-left: 16.666667%;
	}
	.offset-md-3 {
	  margin-left: 25%;
	}
	.offset-md-4 {
	  margin-left: 33.333333%;
	}
	.offset-md-5 {
	  margin-left: 41.666667%;
	}
	.offset-md-6 {
	  margin-left: 50%;
	}
	.offset-md-7 {
	  margin-left: 58.333333%;
	}
	.offset-md-8 {
	  margin-left: 66.666667%;
	}
	.offset-md-9 {
	  margin-left: 75%;
	}
	.offset-md-10 {
	  margin-left: 83.333333%;
	}
	.offset-md-11 {
	  margin-left: 91.666667%;
	}
  }
  
  @media (min-width: 992px) {
	.col-lg {
	  -ms-flex-preferred-size: 0;
	  flex-basis: 0;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  max-width: 100%;
	}
	.row-cols-lg-1 > * {
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.row-cols-lg-2 > * {
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}
	.row-cols-lg-3 > * {
	  -ms-flex: 0 0 33.333333%;
	  flex: 0 0 33.333333%;
	  max-width: 33.333333%;
	}
	.row-cols-lg-4 > * {
	  -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%;
	}
	.row-cols-lg-5 > * {
	  -ms-flex: 0 0 20%;
	  flex: 0 0 20%;
	  max-width: 20%;
	}
	.row-cols-lg-6 > * {
	  -ms-flex: 0 0 16.666667%;
	  flex: 0 0 16.666667%;
	  max-width: 16.666667%;
	}
	.col-lg-auto {
	  -ms-flex: 0 0 auto;
	  flex: 0 0 auto;
	  width: auto;
	  max-width: 100%;
	}
	.col-lg-1 {
	  -ms-flex: 0 0 8.333333%;
	  flex: 0 0 8.333333%;
	  max-width: 8.333333%;
	}
	.col-lg-2 {
	  -ms-flex: 0 0 16.666667%;
	  flex: 0 0 16.666667%;
	  max-width: 16.666667%;
	}
	.col-lg-3 {
	  -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%;
	}
	.col-lg-4 {
	  -ms-flex: 0 0 33.333333%;
	  flex: 0 0 33.333333%;
	  max-width: 33.333333%;
	}
	.col-lg-5 {
	  -ms-flex: 0 0 41.666667%;
	  flex: 0 0 41.666667%;
	  max-width: 41.666667%;
	}
	.col-lg-6 {
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}
	.col-lg-7 {
	  -ms-flex: 0 0 58.333333%;
	  flex: 0 0 58.333333%;
	  max-width: 58.333333%;
	}
	.col-lg-8 {
	  -ms-flex: 0 0 66.666667%;
	  flex: 0 0 66.666667%;
	  max-width: 66.666667%;
	}
	.col-lg-9 {
	  -ms-flex: 0 0 75%;
	  flex: 0 0 75%;
	  max-width: 75%;
	}
	.col-lg-10 {
	  -ms-flex: 0 0 83.333333%;
	  flex: 0 0 83.333333%;
	  max-width: 83.333333%;
	}
	.col-lg-11 {
	  -ms-flex: 0 0 91.666667%;
	  flex: 0 0 91.666667%;
	  max-width: 91.666667%;
	}
	.col-lg-12 {
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.order-lg-first {
	  -ms-flex-order: -1;
	  order: -1;
	}
	.order-lg-last {
	  -ms-flex-order: 13;
	  order: 13;
	}
	.order-lg-0 {
	  -ms-flex-order: 0;
	  order: 0;
	}
	.order-lg-1 {
	  -ms-flex-order: 1;
	  order: 1;
	}
	.order-lg-2 {
	  -ms-flex-order: 2;
	  order: 2;
	}
	.order-lg-3 {
	  -ms-flex-order: 3;
	  order: 3;
	}
	.order-lg-4 {
	  -ms-flex-order: 4;
	  order: 4;
	}
	.order-lg-5 {
	  -ms-flex-order: 5;
	  order: 5;
	}
	.order-lg-6 {
	  -ms-flex-order: 6;
	  order: 6;
	}
	.order-lg-7 {
	  -ms-flex-order: 7;
	  order: 7;
	}
	.order-lg-8 {
	  -ms-flex-order: 8;
	  order: 8;
	}
	.order-lg-9 {
	  -ms-flex-order: 9;
	  order: 9;
	}
	.order-lg-10 {
	  -ms-flex-order: 10;
	  order: 10;
	}
	.order-lg-11 {
	  -ms-flex-order: 11;
	  order: 11;
	}
	.order-lg-12 {
	  -ms-flex-order: 12;
	  order: 12;
	}
	.offset-lg-0 {
	  margin-left: 0;
	}
	.offset-lg-1 {
	  margin-left: 8.333333%;
	}
	.offset-lg-2 {
	  margin-left: 16.666667%;
	}
	.offset-lg-3 {
	  margin-left: 25%;
	}
	.offset-lg-4 {
	  margin-left: 33.333333%;
	}
	.offset-lg-5 {
	  margin-left: 41.666667%;
	}
	.offset-lg-6 {
	  margin-left: 50%;
	}
	.offset-lg-7 {
	  margin-left: 58.333333%;
	}
	.offset-lg-8 {
	  margin-left: 66.666667%;
	}
	.offset-lg-9 {
	  margin-left: 75%;
	}
	.offset-lg-10 {
	  margin-left: 83.333333%;
	}
	.offset-lg-11 {
	  margin-left: 91.666667%;
	}
  }
  
  @media (min-width: 1200px) {
	.col-xl {
	  -ms-flex-preferred-size: 0;
	  flex-basis: 0;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  max-width: 100%;
	}
	.row-cols-xl-1 > * {
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.row-cols-xl-2 > * {
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}
	.row-cols-xl-3 > * {
	  -ms-flex: 0 0 33.333333%;
	  flex: 0 0 33.333333%;
	  max-width: 33.333333%;
	}
	.row-cols-xl-4 > * {
	  -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%;
	}
	.row-cols-xl-5 > * {
	  -ms-flex: 0 0 20%;
	  flex: 0 0 20%;
	  max-width: 20%;
	}
	.row-cols-xl-6 > * {
	  -ms-flex: 0 0 16.666667%;
	  flex: 0 0 16.666667%;
	  max-width: 16.666667%;
	}
	.col-xl-auto {
	  -ms-flex: 0 0 auto;
	  flex: 0 0 auto;
	  width: auto;
	  max-width: 100%;
	}
	.col-xl-1 {
	  -ms-flex: 0 0 8.333333%;
	  flex: 0 0 8.333333%;
	  max-width: 8.333333%;
	}
	.col-xl-2 {
	  -ms-flex: 0 0 16.666667%;
	  flex: 0 0 16.666667%;
	  max-width: 16.666667%;
	}
	.col-xl-3 {
	  -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%;
	}
	.col-xl-4 {
	  -ms-flex: 0 0 33.333333%;
	  flex: 0 0 33.333333%;
	  max-width: 33.333333%;
	}
	.col-xl-5 {
	  -ms-flex: 0 0 41.666667%;
	  flex: 0 0 41.666667%;
	  max-width: 41.666667%;
	}
	.col-xl-6 {
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}
	.col-xl-7 {
	  -ms-flex: 0 0 58.333333%;
	  flex: 0 0 58.333333%;
	  max-width: 58.333333%;
	}
	.col-xl-8 {
	  -ms-flex: 0 0 66.666667%;
	  flex: 0 0 66.666667%;
	  max-width: 66.666667%;
	}
	.col-xl-9 {
	  -ms-flex: 0 0 75%;
	  flex: 0 0 75%;
	  max-width: 75%;
	}
	.col-xl-10 {
	  -ms-flex: 0 0 83.333333%;
	  flex: 0 0 83.333333%;
	  max-width: 83.333333%;
	}
	.col-xl-11 {
	  -ms-flex: 0 0 91.666667%;
	  flex: 0 0 91.666667%;
	  max-width: 91.666667%;
	}
	.col-xl-12 {
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.order-xl-first {
	  -ms-flex-order: -1;
	  order: -1;
	}
	.order-xl-last {
	  -ms-flex-order: 13;
	  order: 13;
	}
	.order-xl-0 {
	  -ms-flex-order: 0;
	  order: 0;
	}
	.order-xl-1 {
	  -ms-flex-order: 1;
	  order: 1;
	}
	.order-xl-2 {
	  -ms-flex-order: 2;
	  order: 2;
	}
	.order-xl-3 {
	  -ms-flex-order: 3;
	  order: 3;
	}
	.order-xl-4 {
	  -ms-flex-order: 4;
	  order: 4;
	}
	.order-xl-5 {
	  -ms-flex-order: 5;
	  order: 5;
	}
	.order-xl-6 {
	  -ms-flex-order: 6;
	  order: 6;
	}
	.order-xl-7 {
	  -ms-flex-order: 7;
	  order: 7;
	}
	.order-xl-8 {
	  -ms-flex-order: 8;
	  order: 8;
	}
	.order-xl-9 {
	  -ms-flex-order: 9;
	  order: 9;
	}
	.order-xl-10 {
	  -ms-flex-order: 10;
	  order: 10;
	}
	.order-xl-11 {
	  -ms-flex-order: 11;
	  order: 11;
	}
	.order-xl-12 {
	  -ms-flex-order: 12;
	  order: 12;
	}
	.offset-xl-0 {
	  margin-left: 0;
	}
	.offset-xl-1 {
	  margin-left: 8.333333%;
	}
	.offset-xl-2 {
	  margin-left: 16.666667%;
	}
	.offset-xl-3 {
	  margin-left: 25%;
	}
	.offset-xl-4 {
	  margin-left: 33.333333%;
	}
	.offset-xl-5 {
	  margin-left: 41.666667%;
	}
	.offset-xl-6 {
	  margin-left: 50%;
	}
	.offset-xl-7 {
	  margin-left: 58.333333%;
	}
	.offset-xl-8 {
	  margin-left: 66.666667%;
	}
	.offset-xl-9 {
	  margin-left: 75%;
	}
	.offset-xl-10 {
	  margin-left: 83.333333%;
	}
	.offset-xl-11 {
	  margin-left: 91.666667%;
	}
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.dark .custom-control-label::before{
		color: rgba(255,255,255,var(--tw-text-opacity));
    background-color: rgba(19,23,64,var(--tw-bg-opacity));
    border-color: rgba(54,58,93,var(--tw-border-opacity));
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.btn-block{
	display: block !important;
	width: 100%;
}

/* header css */
#connect_metamask img,
.navbar .group img{
	display: inline-block;
	vertical-align: middle;
}
.logo_pwerby{
	color: #000;
	font-size: 8px;
	position: absolute;
	bottom: -1px;
	right: 10px;
}
.dark .logo_pwerby{
	color: #fff;
	bottom: -8px;
}
.logo_pwerby img {
	max-width: 45px;
	display: inline-block;
	vertical-align: middle;	
}
/* login & otp pages */
.sign-in-up-form h4{
	font-family: CalSans-SemiBold,sans-serif;
	font-size: 1.25rem;
}

/* wallet modals */
#txn_status {
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
}
.pay_alerts {
	font-size: 16px;
	padding: 15px;
	font-weight: 500;
}
.wallet-modal-row, .price-modal-row, .wallet-wrongnt-row, .price-modal-row-n, .createbid-modal,.placebid-modal,.address-wrongnt-row {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 1031;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.wallet-modal-row.show, .price-modal-row.show, .wallet-wrongnt-row.show, .price-modal-row-n.show,.createbid-modal.show, .placebid-modal.show,.address-wrongnt-row.show {
	visibility: visible;
	opacity: 1;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.wallet-modal-inner, .price-modal-inner, .wallet-wrongnt-inner, .price-modal-inner-n, .createbid-modal-inner, .placebid-modal-inner,.address-wrongnt-inner {
	width: 100%;
	max-width: 500px;
	position: absolute;
	left: 50%;
	top: 100px;
	padding: 30px;
	text-align: center;
	background: #fff;
	color: #000;
	border-radius: 10px;
	visibility: hidden;
	opacity: 0;
	transform: translateX(-50%) scale(0);
	-webkit-transform: translateX(-50%) scale(0);
	-moz-transform: translateX(-50%) scale(0);
	-ms-transform: translateX(-50%) scale(0);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.price-modal-inner,.price-modal-inner-n,.createbid-modal-inner, .placebid-modal-inner{
	text-align: left;
}
.price-modal-inner h3, .price-modal-inner-n h3, .createbid-modal-inner h3, .placebid-modal-inner h3{
	color: #000;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ececec;
}
.price-modal-inner .form-control, .price-modal-inner-n .form-control, .createbid-modal-inner .form-control, .placebid-modal-inner .form-control {
	height: 38px;
}
.show .wallet-modal-inner, .show .price-modal-inner, .show .wallet-wrongnt-inner, .show .price-modal-inner-n, .show .createbid-modal-inner, .show .placebid-modal-inner, .show .address-wrongnt-inner{
	visibility: visible;
	opacity: 1;
	transform: translateX(-50%) scale(1);
	-webkit-transform: translateX(-50%) scale(1);
	-moz-transform: translateX(-50%) scale(1);
	-ms-transform: translateX(-50%) scale(1);
	transition: all 0.3s ease-in-out 0.3s;
	-webkit-transition: all 0.3s ease-in-out 0.3s;
	-moz-transition: all 0.3s ease-in-out 0.3s;
	-ms-transition: all 0.3s ease-in-out 0.3s;
}
.wallet-modal-inner h3, .wallet-wrongnt-inner h3, .address-wrongnt-inner h3 {
	color: #000;
	font-weight: 700;
	margin: 0;
}
.warning-icon {
	margin: 20px 0;
}
.wallet-modal-inner p, .wallet-wrongnt-inner p, .address-wrongnt-inner p {
	margin: 0 0 5px;
}
.close-modal, .price-close-modal, .close-modal3, .price-close-modal-n, .createbid-modal-close, .placebid-modal-close,.address-wrongnt-close-modal {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #000;
	text-decoration: none;
	font-size: 15px;
	line-height: 1;
	padding: 8px;
}
.close-modal:hover, .price-close-modal:hover, .close-modal3:hover, .price-close-modal-n:hover, .createbid-modal-close:hover, .placebid-modal-close:hover,.address-wrongnt-close-modal:hover{
	color: #333;
}
.action-group {
	margin-top: 25px;
	padding-top: 10px;
	border-top: 1px solid #ececec;
}
#txn_result,#txn_result_roy, #auction_txn_result, #bid_txn_result {
	white-space: normal;
	word-wrap: anywhere;
	word-break: break-word;
	margin-top: 15px;
	line-height: 1.1;
}
.embed-responsive-ver {
	max-width: 300px;
	margin-left: auto;
}
.embed-responsive-ver:before {
	padding-bottom: 80%;
}
.price_view_row {
	padding: 10px;
}
.price_view_row .creation-count {
	border-right: 0px;
	padding: 0;
}
.price_view_row .ccount {
	font-size: 2.2rem;
	margin: 0;
	font-weight: 400;
}
.cnnet_btn {
	font-size: 15px;
	font-weight: 400;
	padding: 0 20px;
	height: 40px;
	border: none;
	line-height: 40px;
	width: 185px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	box-shadow: none !important;
}


/* home page */
#hero_search input[type="search"]{
	padding-left: 2.5rem;
	background-color: hsla(0,0%,100%,.15);
	height: 58px;
	border-radius: 1rem;
}

/* case studies and proudct */
.col_content_icon img{
	display: inline-block;
	max-height: 340px;
}
.col_content_product p{
	min-height: 1px;
}
#case_rightsholder ul,
#case_creator ul{
	padding-left: 1rem;
}
#case_rightsholder ul li,
#case_creator ul li{
	list-style-type: disc;
	margin-top: 15px;
	font-size: 18px;
	color: rgba(161,162,179,1)
}

/* details pages */
.container-fluid{
		max-width: 100%;
}
.breadcrumb-navbar .breadcrumb-item + .breadcrumb-item::before {
    content: "\f101";
    font-family: "FontAwesome";
		color: #7B7B8F;
		display: inline-block;
    padding-right: .5rem;
}
 
.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}
.breadcrumb-navbar .breadcrumb a {
  padding: 6px 18px;
	border-radius: 20px;
}
.alert .close{
	top: 5px;
	right: 5px;
	line-height: 1;
}
.details-row-img-col{
	-ms-flex: 0 0 230px;
	flex: 0 0 230px;
	max-width: 230px;
	text-align: center;
	margin-right: 30px;
}
.details-row-img-col img{
	width: auto;
	max-width: 100%;
	height: auto;
	object-fit: cover;
}
.details-row-content-col {
	-ms-flex: 0 0 calc(100% - 300px);
	flex: 0 0 calc(100% - 300px);
	max-width: calc(100% - 300px);
}
.pr_details p b {
	font-weight: 500;
	width: 125px;
	display: inline-block;
}
.fea_tags.details_of_product{
	border-left-width: 3px;
}
.bdr_primary {
	border-left-color: #7444ff !important;
}
.bdr_green {
	border-left-color: #10b981 !important;
}
.bdr_red {
	border-left-color: #ef4444 !important;
}
.text-success{
	color: #10b981;
}
.text-primary{
	color: #7444ff;
}
.text-danger{
	color: #ef4444;
}
.i_colored{
	color: #feb240;
}
.details_of_product.lt_bg {
	margin-bottom: 30px;
}
h4.right_ot_title i{
	margin-right:5px;
}
.details-content-col .badge,
.rights_type .badge{
	padding: 3px 10px;
	line-height: 1;
	border-radius: 10px;
}
.rights_type .badge{
	font-size: 12px;
	font-weight: 700;
	margin-left: 15px;
}
@media(max-width: 991.98px){
	.pr_details{
		margin-bottom: 20px;
	}
}
@media(max-width:574.98px){
	.details-row-content-col,
	.details-content-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}
}
/* profile and tabs */
.list-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
}
.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
}
.list-group-item-action {
	width: 100%;
}
.profile_det_wrapper {
	padding: 50px 0px 0px !important;
}
.menu_page_col,
.menu_col{
	padding: 0;
}
.profile_det_wrapper .row{
	border-radius: 20px;
	overflow: hidden;
}
.profile_det_cont h4 {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
	padding-bottom: 10px !important;
	margin-bottom: 25px !important;
}
.profile_det_cont p{
	margin-bottom: 10px;
}
/* my subscription */
.subscription_det,.subscription_exp,.cancle_subscription {
	width: 33.333%;
	padding: 10px 15px;
}
.subscription_exp {
	text-align: center;
}
.subscription_exp p {
	margin: 0;
	line-height: 1;
}
.cancle_subscription {
	text-align: right;
}
.cancle_subscription .btn-danger {
	padding: .3rem .75rem;
}
span.tr_badge {
	font-size: 14px;
	line-height: 1;
	padding: 8px 12px;
	margin-top: 5px;
}
.pt_wrapper .success_badge.tr_badge {
	background: #839721;
	font-size: 12px;
	border-radius: 20px;
}
.pt_wrapper .tr_badge::before, .pt_wrapper .tr_badge::after {
	content: none !important;
}
.pt_wrapper .trial_badge.tr_badge {
	background: #aaa;
	color: #202020;
}
.modal-header button.close{
	font-size: 2rem;
}
#email_verify .modal-content,
#otp_verify .modal-content{
	width: 100%;
	max-width: 32rem;
	margin: 0 auto;
}
.modal-title,
.modal-header{
	margin:0;
	line-height: 1;
}
.rewards_btn a{
	border: none;
}
.rewards_btn a.active{
	font-weight: 600;
}
.activity_table{
	max-height: 100% !important;
} 
@media(max-width: 1024px){
	.rewards_btn{
		margin-top: 20px;
	}
}
.type_creator_radio ul{
	padding: 0;
	list-style: outside none;
	text-align: center
}
.type_creator_radio ul li{
	display: inline-block;
	
}
.type_creator_radio ul li:first-child{
	margin-right: 30px;
}
.type_creator_radio ul li input{
	vertical-align: middle;
}
.type_creator_radio ul li label{
	margin: 0;
	cursor: pointer;
}

/* marketplace */
#hero_search input[type="text"]{
	padding-left: 2.5rem;
	background-color: hsla(0,0%,100%,.15);
	height: 58px;
	border-radius: 1rem;
}

/* connect stripe & wallet settings */
.crypto_connect_container{
	padding-top: 6rem;
	margin-top: 4rem;
}
.crypto_connect_container h4{
	font-size: 1.5rem;
	margin:0;
}
.fox_img{
	max-width:70px;
	display: block;
	margin:  100px auto 10px;
}
.metamask_inner{
	margin: 0 auto 250px;
	max-width: 450px;
	padding: 30px;
	border-radius: 10px;
}
.metamask_inner label img{
	max-width: 20px;
}
.metamask_inner input{
	width: 100%;
	padding: 10px 15px;
	background-color: #fff;
	color: #171717;
	border: 1px solid rgba(203,213,225,1);
	border-radius: 8px;
	height: 50px;
	font-size: 16px;
}
.learn_stripe{
	margin-top: 25px;
}
.learn_stripe a{
	text-decoration: underline;
}
.ct_stripe_logo{
	max-height: 20px;
	vertical-align: middle;
}
.btn.btn-outline-primary{
	padding-left: 2rem;
	padding-right: 2rem;
	padding-bottom: .75rem;
	padding-top: .75rem;
	border-width: 2px;
	transition-duration: .15s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	border-radius: 9999px;
}


/* request quotation */
.quotation_request_form{
	padding: 0px 15px;
}
#request_form, #make_offer_form_id,
.rights_reqform_card .form_card_wrapper{
	max-width: 720px;
	margin: 0 auto;
}
.form-container #request_form select[multiple],
.form_card_wrapper  select[multiple]{
	height: 150px !important;
}
.form-container #request_form label, .form-container #make_offer_form_id label,
.form_card_wrapper label {
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	width: auto;
	line-height: 1;
	padding: 0px;
	margin: 0 0 7px;
}
.form-container #request_form > p, .form-container #request_form .form-row,
.form_card_wrapper p, .form_card_wrapper  .form-row {
	margin-bottom: 20px;
	text-align: left;
	padding: 0;
}
#request_form .form-row,
.form_card_wrapper .form-row {
	overflow: visible;
}
.selector .selector-available h2, .selector .selector-chosen h2, .form-row .selector .selector-available h2, .form-row .selector .selector-chosen h2 {
	font-size: 14px;
	padding: 8px 10px;
	margin: 0;
	;
}
#request_form .selector .selector-filter label{
	top: 19px;
}
#request_form .selector .selector-available input, #request_form .form-row .selector .selector-available input {
	padding-left: 30px;
}
#request_form .selector .selector-available select[multiple] {
	height: 150px !important;
	margin: 0;
}
#request_form .selector .selector-chosen select[multiple] {
	height: 218px !important;
	margin: 0;
}
#request_form fieldset > h2 {
	text-transform: uppercase
}
#request_form fieldset .featured_product_table table tbody td:first-child {
	width: 100%;
}
#request_form fieldset .featured_product_table table tbody td {
	width: 50%;
	border:none;
}
#request_form .featured_product_table td a.delete-row {
	top: 7px;
	bottom: auto;
}
.featured_product_table .add-row {
	max-width: 140px !important;
}
#request_form .featured_product_table .add-row {
	line-height: 1;
	font-size: 14px;
	background: #ffc300;
	color: #171717;
	border-radius: 6px;
	box-shadow: none;
	margin-top: 2px;
	margin-right: 0px;
	font-family: 'Poppins',sans-serif;
	font-weight: 500;
}
.form-container #request_form select {
	background-image: url('https://static.the-ally.com/images/down-arrow.png');
	background-size: 12px auto;
	background-position: 97.5% center;
}
.dark .form-container #request_form select{
	background-image: url('https://static.the-ally.com/images/down-arrow-w.png');
}
.form-container #request_form select[multiple],
.dark .form-container #request_form select[multiple]{
	background-image: none;
}
p.datetime {
	width: 100%;
}
.featured_product_table table {
	margin-bottom: 0px;
}
#request_form .dynamic-form {
	padding: 15px 0px 10px 25px;
	background: transparent;
}
#request_form .dynamic-form-add td {
	padding-bottom: 0px;
}
#request_form .featured_product_table td::before {
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	width: auto;
	line-height: 1;
	padding: 0px;
	margin: 0 0 7px;
}
#make_offer_form_id textarea.form-control {
	height: 150px !important;
}
#make_offer_form_id .custom-radio label {
	margin-bottom: 0;
	line-height: 1.4;
}
#request_form .select2-container {
	width: 100% !important;
}
#request_form .aligned label:not(.vCheckboxLabel)::after {
	height: auto;
}
.quotation_request {
	margin: 40px 0px 20px;
	padding: 20px !important;
}
.conversation_title {
	margin-bottom: 30px;
}
.conversation_title a, .conversation_title a:hover {
	color: #000;
	display: inline-block;
	line-height: 1;
	margin: 0 6px 15px 0px;
	padding: 10px 15px;
	border-radius: 0.25rem;
	background: #ffc300;
	border-color: #ffc300;
}
.conversation_title .desc {
	font-size: 18px;
	margin-bottom: 30px;
}
.conversation_wrapper .rights_details p {
	margin-bottom: 15px;
	position: relative;
}
.conversation_wrapper .rights_details p b {
	min-width: 160px;
	max-width: 160px;
	display: inline-block;
	padding-right: 10px;
	line-height: 1.1;
	vertical-align: middle;
	font-weight: 500;
}
#more_info_toggler {
	display: inline-block;
	text-decoration: none;
	color: #171717;
	margin: 0px 0px 30px;
	font-weight: 600;
	padding: 0px;
}
.q_request_alert {
	font-weight: 700;
	margin-top: 30px;
}
.quotation_status_wrapper {
	max-width: 600px;
	margin: 0 auto;
	padding: 30px;
	border: 1px solid #ddd;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
}
#qswrapper {
	height: 750px;
	overflow: auto;
}
.quotation_status_row {
	padding: 20px;
	background: #fff;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
	color: #171717;
	border-radius: 10px;
	margin-bottom: 25px;
	max-width: 85%;
}
.quotation_status_row:nth-child(odd) {
	margin-left: 13%;
	margin-right: 2%;
}
.quotation_status_row:nth-child(even) {
	background: #ffc300;
}
.sent_by_time {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(0,0,0,.15);
}
.sent_date {
	font-size: 13px;
}
.quotion_detail_row {
	margin-bottom: 10px;
}
.quotion_detail_row p {
	margin-bottom: 7px;
	font-size: 14px;
}
.quotation_status_row .quotion_detail_row p{
	color: #171717;
}
.quotion_detail_row p:last-child {
	margin: 0;
}
.quotion_detail_row p b {
	display: inline-block;
	margin-right: 8px;
	;
}
.quotation_status_row .action_div {
	margin-top: 15px;
}
.quotation_status_row:nth-child(odd) .action_div {
	text-align: right;
}
.quotation_status_row .action_div .btn {
	line-height: 1;
	padding: 0.5rem;
	font-size: 12px;
	margin-left: 5px;
	margin-top: 10px;
	display: inline-block;
}
.quotation_status_row .action_div .btn.btn-success{
	background-color: #10b981;
	color: #fff;
}
.conversation_wrapper .rights_details h4 {
	margin-top: 50px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	font-size: 1.25rem;
	font-weight: 500;
}
@media(max-width: 991.98px) {
	.quotation_status_wrapper {
		margin-top: 40px;
   }
}
@media(max-width: 460px){
	.quotation_status_row .action_div .btn{
		display: block;
	}
}
.make_offer_form .form-container p.datetime {
	font-size: 12px;
}
.make_offer_form .form-container .vDateField, .make_offer_form .form-container .vTimeField {
	width: calc(100% - 300px);
}
.details_of_product .card:not(:last-child) {
	margin-bottom: 40px;
}
.details_of_product .card-header {
	background: #fff;
	border-bottom-color: #ddd;
}
.details_of_product .card-header h5 {
	margin: 0px;
}
.details_of_product .card p b {
	min-width: 150px;
	max-width: 150px;
	display: inline-block;
	padding-right: 10px;
	vertical-align: text-top;
	font-weight: 500;
}
.quotation_request table th, .quotation_request table td {
	font-size: 16px;
	vertical-align: middle;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
	font-size: 14px;
	line-height: 1.4;
	vertical-align: top;
}
.select2-container .select2-selection--multiple .select2-selection__rendered,
.select2-search .select2-search--inline{
	vertical-align: top;
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
	display: inline !important;
}
.rightsfually .select2-container--default .select2-search--inline .select2-search__field{
	height: 30px !important;
}
#filtered_list span.badge{
	padding:4px 12px 4px 6px;
	border-radius: 20px;
	display: inline-block;
	vertical-align: middle;
	margin:0 10px 5px 0px;
}
#filtered_list span.badge a{
	width: 18px;
	height: 18px;
	display: inline-block;
	border-radius: 20px;
	line-height: 16px;
	text-align: center;
	margin-right: 5px;
	cursor: pointer;
}
.dark .dynamic-form{
	border-color: #aaa;
}
.prodcut_section article > div,
.catalogue_card{
	height: 100%;
}
@media(max-width: 991.98px){
	.range_slider_row{
		margin-bottom: 20px;
	}
}
.profile_det_cont table.table th, 
.profile_det_cont table.table td{
	padding: 0.5rem 1rem;
	line-height: 1.2;
}

.rightsfually .title-section.faq_title_wrapper,
.rightsfually .title-section.terms_condition_header{
	padding-bottom: 4rem;
	padding-top: 6rem;
}
.title-section h3,
.terms_condition_header h3{
	font-size: 2.25rem;
	line-height: normal;
	font-weight: 500;
	text-align: center;
}

.accordion .btn-block{
	text-align: left;
}
.accordion .card{
	margin-bottom: 20px;
	border-radius: 10px;
}
.accordion .card-header .btn-link{
	padding: 15px;
	position: relative;
}
.accordion .card-header .btn-link:after{
	font-size: 13px;
}
.accordion .card-header .btn-link.collapsed:after{
	transform: translateY(-50%) rotate(45deg);
	transition: transform 0.3s ease-in-out;
}
.accordion .card-body{
	padding: 15px;
}

.contact_us_title h2{
	font-size: 1.75rem;
	line-height: normal;
}
.contact_us_title p{
	font-size: 16px;
}
.rightsfually .contact_us_title::after{
	bottom: 0;
}
.input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}
.input-group-prepend {
	margin-right: -1px;
}
.input-group-append, .input-group-prepend {
	display: -ms-flexbox;
	display: flex;
}
.input-group > .custom-file, 
.input-group > .custom-select, 
.input-group > .form-control, 
.input-group > .form-control-plaintext {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	margin-bottom: 0;
	border-top-left-radius:0rem !important;
	border-bottom-left-radius:0rem !important;
}
.rightsfually .input-group-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
	border-width: 1px;
	border-style: solid;
	border-top-left-radius:0.5rem !important;
	border-bottom-left-radius:0.5rem !important;
}
.rightsfually .contact_column .form-group .form-control{
	height: 50px;
	border-radius:0.5rem;
}
.pay_method_btns a.btn,
.pay_method_btns a.btn img{
	vertical-align: middle;
	display: inline-block;
}

.profile_det_cont .crypto_connect_container{
	padding:0px;
}
.profile_det_cont .metamask_inner {
	margin:30px auto;
	max-width: 100%;
	padding: 0px;
	border-radius: 0px;
	background: transparent;
	box-shadow: none !important;
	text-align: left;
}
.profile_det_cont .wallet_balance .card-body{
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 30px;

}
.profile_det_cont .wallet_balance .card-body p{
	font-size: 15px;
}
.profile_det_cont .wallet_balance .card-body h3{
	font-size: 24px;
}
.profile_det_cont .metamask_inner .input-group .form-control{
	border-top-left-radius: 0.5rem !important;
	border-bottom-left-radius: 0.5rem !important;
	border-top-right-radius: 0rem !important;
	border-bottom-right-radius: 0rem !important;
	overflow: hidden;
	text-overflow: ellipsis;
}
.profile_det_cont .metamask_inner .input-group .btn.btn-primary{
	border-top-left-radius: 0rem;
	border-bottom-left-radius: 0rem;
	border-top-right-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive .embed-responsive-item, 
.embed-responsive embed, 
.embed-responsive iframe, 
.embed-responsive object, 
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.pay_in_crypto_btns .btn{
	vertical-align: middle;
	width: 100%;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 1rem !important;
}
.pay_in_crypto_btns .btn:last-child{
	margin-bottom: 0 !important;
}
.pay_in_crypto_btns .btn img{
	max-width: 15px;
	vertical-align: middle;
}
#id_voucher_code{
	border: 1px solid rgba(54,58,93,1)
}
.btn.disabled{
	opacity: 0.3;
	cursor: not-allowed;
}
.settings_checkboxs{
	margin: 30px 0px;
}
.dark .settings_checkboxs label{
	color: #fff;
}
.pt-3{
	padding-top: 1rem;
}
.mt-5{
	margin-top: 2rem
}
.border-top{
	border-top: 1px solid rgba(255,255,255,.125)
}
.btn.btn-danger,
.btn.btn-success,
.btn.btn-secondary,
.action-button{
	display: inline-block;
	padding: 8px 15px;
	font-weight: 700;
	border-radius: 4px;
}
.shared_infra_poly_imgcol img,.know_web3_step{
	background: rgba(13, 16, 45,1)
}
#host_registration .form-row{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.partner_singup_title h1{
	font-size: 1.75rem;
}
.partner_singup_title p{
	font-size: 1.1rem;
}
.terms_condition_check label{
	font-size: 1rem;
}
#host_registration .form-action{
	margin-top: 20px;
}
#host_registration .form-action .btn.action_btn{
	--tw-text-opacity: 1;
	--tw-bg-opacity: 1;
	--tw-shadow: 5px 5px 10px rgba(108,106,213,.25),inset 2px 2px 6px #a78df0,inset -5px -5px 10px #6336e4;
	--tw-shadow-colored: 5px 5px 10px var(--tw-shadow-color),inset 2px 2px 6px var(--tw-shadow-color),inset -5px -5px 10px var(--tw-shadow-color);
	box-shadow: 0 0 transparent,0 0 transparent,var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
	color: rgba(255,255,255,var(--tw-text-opacity));
	background-color: rgba(131,88,255,var(--tw-bg-opacity));
	font-weight: 600;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-bottom: .75rem;
	padding-top: .75rem;
	transition-duration: .15s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	border-radius: 9999px;
}
#host_registration .form-action .btn.action_btn:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(116,68,255,var(--tw-bg-opacity));
}
.filter_section .dropdown-item,
.page-footer ul li a{
	text-transform: capitalize;
}
.download_file{
	padding: 5px 18px 5px 8px;
	border-radius: 20px;
	display: inline-block;
	margin-right: 5px;
}
.download_file i{
	width: 22px;
	height: 22px;
	font-size: 10px;
	text-align: center;
	display: inline-block;
	line-height: 22px;
	border-radius: 50%;
}
.creator_profile_img{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
	border-radius: 50%;
}

/* partner profile */
.page_title.page-profile{
	padding: 0px;
}
.page-channels-row, .partner_profile_card {
	width: 100%;
	padding: 0px 70px;
}
.page-profile img{
	width: 100%;
	height: auto;
}
.nw_details {
	margin-top: 20px;
}
.nw_details .media img{
	border-radius: 50%;
	width: 80px;
	height: 80px;
	object-fit: cover;
}
/* .nw_details.noradius .media img{
	border-radius: 4px;
} */
.nw_details .media h5{
	text-transform: capitalize;
}
.nw_details .media p{
	font-size: 14px;
}
.social_links a{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-right: 15px;
	text-decoration: none;
	border-radius: 50%;
	font-size: 18px;
}
.rv_link {
	margin-bottom: 20px;
}
.rv_link a{
	text-decoration: none;
}
.rv_link .media h5{
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	color: #fff;
}
.rv_link .media img{
	border-radius: 10px;
	max-width: 40%;
}
.rv_link .media p .auname{
	font-size:  13px;
	margin-right: 0;
}
.rv_link .media p .toviews,
.rv_link .media p .postedtime{
	font-size:  12px;
}
.rv_link .media-body p{
	margin-bottom: 10px;
	line-height: 1.1;
}
.nw_content_details .card-body h3{
	font-weight: 500;
	font-size: 24px;
}
.nw_content_details .title_desc p{
	font-size: 18px;
}
.nw_content_details .card-body p:last-child{
	margin: 0;
}
.profile-content-details .card-title a{
	font-size: 16px;
	display: inline-block;
	padding: 5px 20px;
	text-decoration: none;
}
.profile-content-details .card-body{
	padding: 1.25rem;
}
/* stack column partner details */
.stack_column .item_img a{
	display: block;
}
.stack_column .item_img img{
	width: 100%;
	border-radius: 15px;
	max-width: 100%;
}
.stack_column .item_img img
.stack_column .item_caption{
	margin-top: 20px;
}
.stack_column .item_caption{
	margin-top: 10px;
}
.stack_column .item_caption img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
} 
/* .stack_column.noradius .item_caption img{
	border-radius: 4px;
} */
.stack_column .item_caption h5{
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}
.stack_column .item_caption p{
	font-size: 13px;
	margin:3px 0 0;
	line-height: 1;
}
.stack_column .item_caption .media{
	align-items: center;
}
.stack_column .item_caption p span{
	display: inline-block;
}
.auname{
	text-transform: capitalize;
	margin-right: 15px;
}
.toviews{
	margin-right: 15px;
}
.postedtime{
/* padding-left: 15px;
margin-left: 10px; */
	position: relative;
}
.postedtime:after{
	content:none;
	position: absolute;
	left: -2px;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	border-radius: 50%;
}
.stack_column .item_img,
.stack_column .item_caption{
  position: relative;
}
.stack_column .dropdown{
  position: absolute;
  top: 5px;
  right:10px;
  z-index: 2;
}
.stack_column .dropdown .dropdown-toggle{
  color: #fff;
  font-size: 20px;
	padding: 10px 12px;
	width: auto;
}
.stack_column .dropdown .dropdown-toggle:after,
.stack_column .dropdown .dropdown-toggle:before{
  content:none;
}
.stack_column .dropdown-menu{
	position: absolute;
	right: 25px;
	min-width: 150px;
	top: 10px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in;
}
.stack_column .dropdown .dropdown-toggle:hover + .dropdown-menu,
.stack_column .dropdown-menu:hover{
	visibility: visible;
	opacity: 1;
	transition: all 0.3s ease-in;
}
.stack_column .dropdown-item{
  padding: 10px;
}
.stack_column .dropdown-item i{
  margin-right: 5px;
}
.pr_publish_video{
  position: absolute;
  right: 0;
  top: 0;
}
.profile-content-details{
	border-radius: 10px;
}
.profile-content-details .stack_column{
	height: 100%;
}
.pricing-wrapper .row > [class*=col-] .stack_column{
	margin-bottom: 0px;
}
.partner_profile_card .nw_details .media h5{
	margin-bottom: 0;
}
.partner_profile_card .nw_details .postedtime{
	display: none;
}
.profile-content-details .pricing-wrapper{
	padding: 40px;
	min-height: 1px;
}
.profile-content-details .pricing_card{
	box-shadow: none !important;
}
.profile-content-details .wizard_layout_list ul li{
	opacity: 1;
}
.profile-content-details .stack_listing_container [class*=col-]{
	margin-bottom: 30px;
}

.viewtube_partnersignup .card{
	background: #0c0c0c;
}
.viewtube_partnersignup .form-control,
.social_urls input{
	background-color: rgba(255,255,255,.2);
	color: #fff;
	border: none;
	border-radius: 0.25rem;
	height: 40px;
	width: 100%;
}
.social_urls label{
	color: #fff;
}
.social_urls label i {
	margin-right: 5px;
}
.viewtube_partnersignup .terms_condition_check{
	max-width: 400px;
	margin: 30px auto 15px;
	color:#fff;
}
.viewtube_partnersignup .terms_condition_check label,
.viewtube_partnersignup .form-group label{
	color:#fff;
}
.viewtube_partnersignup .select2-container{
	width: 100% !important;
}

/* wizard form profile details */
.wizard_form_card .selector .selector-available h2,
.wizard_form_card .selector-chosen h2{
	--tw-bg-opacity: 1;
	background-color: rgba(116, 68, 255, var(--tw-bg-opacity));
	color: #fff;
	font-size: 14px;
	padding: 8px 10px;
}
.wizard_form_card .form-group{
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
.wizard_form_card .form-group label,
.wizard_form_card .form-row label{
	font-size: 13px;
}
.wizard_form_card h2{
	font-size: 18px;
}
.card-title-action h5{
	font-size: 16px;
	margin-bottom: 20px !important;
}
.step_three_form .form-group{
	margin-left: 0;
	margin-right: 0;
}
.recent_trans_table .custom-table{
	padding: 20px;
	border-radius: 10px;
	overflow-x: auto;
	margin-bottom: 30px;
}
.custom-table .country_list span{
	display: inline-block;
	border-radius: 4px;
	font-size: 12px;
}
#exampleModalXl .modal-content{
	width: 100%;
}
#modalCrop .modal-content,#modalCrop2 .modal-content{
  max-width: 800px;
  margin: 0 auto
}
#partner_slider a.channel_name{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* newpartner signup changes */
.viewtube_partnersignup .row{
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.viewtube_partnersignup .social_urls .row{
	max-width: 100%;
}
.title_andother {
  position: absolute;
  top: 90px;
  left: 270px;
}
.title_andother h1{
  margin:0;
}
.viewtube_partnersignup .upload_photo input[type="file"]#id_profile_picture {
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  top: 0;
  position: absolute;
  padding: 0;
  opacity: 0;
}
.eprofile_pic .upload_photo{
  background: #ddd;
}
.viewtube_partnersignup .eprofile_pic .upload_photo .edit_ic {
  width: 100% !important;
  height: 100% !important;
  background: rgba(0,0,0,0.6);
  bottom: auto;
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
  line-height: 180px;
  transition: all 0.3s ease-in-out;
}
.viewtube_partnersignup .upload_photo:hover .edit_ic {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.ecover_pic .upload_photo .edit_ic{
  display: none;
}
.profile_edit_form .ecover_pic .upload_photo input[type="file"]{
	width: 100% !important;
	height: 100% !important;
	top: 0;
	right: 0;
}
.viewtube_partnersignup .ecover_pic .upload_photo input[type="file"]{
  width: 100% !important;
  height: 100% !important;
  top: 0;
  right: 0;
  line-height: 40px;
  text-align: center;
  left: 0;
  border-radius: 50% !important;
  z-index: 4;
  border-radius: 0px !important;
}
.viewtube_partnersignup .select2-container .select2-selection--single{
	height: 50px;
}
.viewtube_partnersignup .select2-container--default .select2-selection--single .select2-selection__arrow{
	width: 30px;
	height: 50px;
	visibility: hidden;
}
.viewtube_partnersignup .terms_condition_check{
	max-width: 400px;
	margin: 30px auto 15px;
}
#id_bio_iframe {
  width: 100%;
}
.viewtube_partnersignup .select2-container .select2-selection{
  padding-right: 30px !important;
  position: relative;
}
.viewtube_partnersignup .select2-container .select2-selection:after {
  content: "";
  position: absolute;
  right: 7px;
  top: 54%;
  transform: translateY(-50%);
  border-top: 4px solid #333;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
textarea#bio{
	padding: 15px;
	height: 150px !important;
	border-radius: 6px;
}
@media(max-width: 991.98px){
	.title_andother{
		position: static;
		padding: 40px 0px 0px;
		text-align: center;
	}
}
/* end newpartner signup changes */

.terms_privacy_box{
	max-width: 800px;
	margin: 0 auto;
}
.terms_privacy_box_content{
	overflow: auto;
}
.terms_privacy_box_content p{
	margin-bottom: 20px;
}
.terms_privacy_action .disabled{
	opacity: 0.5;
	pointer-events: none;
}
.terms_privacy_action input{
	border:none;
}
#my_balance{
	white-space: normal;
	word-wrap: break-word;
	line-height: 1;
}
.matic_buttons{
	text-align: right;
}
.myrights_list .product_price{
	width: 100%;
	padding-top: 0px;
	text-align: right;
}
.myrights_list .product_price .btn{
	display: inline-block;
	max-width: 100%;
	text-align: center;
}
.pay_alerts b {
	white-space: normal;
	word-wrap: break-word;
}
.avails_table_wrapper table{
	white-space: nowrap;
	display: block
}
.avails_table_wrapper table thead th{
	vertical-align: middle;	
	/* width: 200px; */
	padding:15px;
}
.avails_table_wrapper table tbody td{
	padding: 12px 15px;
	white-space: normal;
	min-width: 160px;
}
.avails_table_wrapper td .public_acc_num{
	word-wrap: break-word;
  	white-space: nowrap;
}
.avails_table_wrapper .table_max_box{
	min-height: 60px;
	max-height: 120px;
	overflow-y: auto;
	padding: 10px;
	max-width: 150px;
	--tw-border-opacity: 0.2;
  	border: 1px solid rgba(54,58,93,var(--tw-border-opacity));
	border-radius: 8px;
}
.dark .avails_table_wrapper .table_max_box{
	--tw-border-opacity: 1;
	border: 1px solid rgba(54,58,93,var(--tw-border-opacity));
}
.avails_table_wrapper .table_max_box > div.nowrap{
	white-space: nowrap;
}
.avails_table_wrapper table tbody tr:nth-child(even),
.avails_table_wrapper table tbody tr:hover{
	background-color: rgba(0,0,0,.025);
}
.dark .avails_table_wrapper table tbody tr:nth-child(even),
.dark .avails_table_wrapper table tbody tr:hover{
	background-color: rgba(255,255,255,.025);
}
.menu_col > .list-group{
    max-height: calc(100vh - 180px);
    overflow-y: auto;
}
@media(max-width: 1199.98px){
	.page-channels-row, .partner_profile_card {
		padding: 0px 50px;
	}
	.rights_btn_list{
		margin-left: 0 !important;
		display: block;
		width: 100%;
	}
	.rights_btn_list .btn{
		max-width: 140px;
		margin-top: 10px;
		font-size: 14px;
	}
}
@media(max-width: 991.98px){
	.page-channels-row, .partner_profile_card {
		padding: 0px 50px;
	}
	.profile-content-details .featured-video .stack_column{
		margin-bottom: 30px;
	}
	.matic_buttons{
		margin-top: 20px;
		text-align: left;
	}
	.profile_det_cont table.table,
	.details_of_product table.table{
		table-layout: auto;
	}
	.profile_det_cont table.table th,
	.profile_det_cont table.table td{
		min-width: 120px;	
		padding: 0.5rem;
	}
}
@media(max-width: 767.98px){
	.page-channels-row, .partner_profile_card {
		padding: 0px 15px;
	}
	.social_links{
		width: 100%;
		margin-top: 20px;
	}
	.profile-content-details .card-title a{
		padding: 5px 10px;
		font-size: 14px;
	}
	.page-profile img{
		height: 26vh;
		object-fit: contain;
		background: #ddd;
		object-position: bottom center;
	}
	.menu_col > .list-group{
		max-height: 100%;
		overflow-y: auto;
	}
}
@media(max-width: 574.98px){
	.menu_page_col, .menu_col{
		max-width: calc(100%  -  30px);
		margin: 0 auto;
	}
	.rewards_activities .rewards_btn a{
		margin: 5px;
	}
	.pr_wall_settings a{
		display: block !important;
	}
	.pr_wall_settings #connect_metamask{
		margin-right: 0px !important;
		margin-bottom: 10px;
	}
	.quotation_status_wrapper{
		padding: 15px;
	}
	.quotation_status_row{
		max-width: 100%;
	}
	.quotation_status_row:nth-child(2n+1){
		margin-left: 0px;
		margin-right: 0px;
	}
	.myrights_list .product_price .btn{
		display: block;
	}
	.myrights_list .product_price .btn:last-child{
		margin-top: 10px;
	}
	#request_form fieldset .featured_product_table table tbody td{
		width: 100%;
	}
	.right_details_left_col .quotation_request{
		padding: 0px !important;
	}
	.details_of_product table.table th,
	.details_of_product table.table td{
		min-width: 100px;
	}
}

/* home creator changes */
.creator_slider_column{
	max-width: calc(100% - 550px);
	margin-left: auto;
}
.creator-slider .creator-slide-item{
	padding: 0px 5px;
}
.creator-slider .slick-next, .creator-slider .slick-prev{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
}
.creator-slider .slick-next::before, .creator-slider .slick-prev::before{
	font-size: 20px;
	line-height: 30px;
}
.creator-slider .slick-prev{
	left: -10px;
}
.creator-slider .slick-next{
	right: -10px;
}
.creator-slide-item div > div, .creator-slide-item div > div a, .creator-slide-item span{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.1;
}
@media(max-width: 1280px){
	.creator_slider_column{
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
}
.rfually_address.d-none{
	font-size: 20px;
	line-height: 1.4;
	margin-top: 30px;
	display: block !important;
}
.ally_mail_support.d-none{
	display: block !important;
}
.ally_mail_support{
	font-size: 20px;
	margin-top: 10px;
}
.ally_mail_support a:first-child{
  margin-right: 20px;
}
.ally_mail_support a i.fa-mobile{
	font-size: 24px;
	vertical-align: middle;
}
body#home footer.page-footer{
	padding-top: 50px;
}
body:not(#home) footer.page-footer{
	padding-top: 100px;
}
.connect_formore .card{
	max-width: 950px;
	margin: 0 auto;
}
.connect_formore .hw_icon img{
	max-width: 170px;
}
.messagelist{
	display: block;
	margin: 20px 0px;
}
.messagelist li{
	display: block;
	text-align: center;
	padding: 15px;
	border-radius: 6px;
}
.messagelist li.alert-danger{
	background: #f8d7da;
	color: #721c24;
	font-weight: 600;
}
.messagelist li.alert-success{
	color: #155724;
	background-color: #d4edda;
}
.rights_reqform_card .form-row ul.errorlist{
		margin:0;
}
.rights_reqform_card .form-row ul.errorlist li{
	font-style: 14px;
	color: #ff0000;
	font-style: normal;
}
.avatar_col .pr_div img{
	max-width: 120px;
	max-height: 120px;
	border-radius: 50%;
}
.avatar_col{
	padding: 30px 0px;
}
.myrights_list .order_history_block{
	margin-bottom:20px; 
}
.rights_reqform_card .vDateField,
.rights_reqform_card .vTimeField{
	width: 15em !important;
	margin-left: 5px;
	margin-bottom: 4px;
}
.story_form_title{
	margin-top: 100px;
}
.live_meeting_step_form.story_form_container{
	margin-top: 10px;
	padding-top: 0;
}
.story_form_container .wizard_form_card{
	max-width: 800px;
}
.story_form_container .wizard_layout_list ul li{
	font-size: 15px;
}
.ac_loader{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	top: 0;
	left: 0;
	z-index: 1031;
	display: none;
}
.ac_loader_inner{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}
#metamask_modal .modal-content{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.style-nft-rights1 #faq_accordion .card-header .btn-link{
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: unset;
	word-spacing: 4px;
}
.style-nft-rights1 #faq_accordion .card-body{
	font-size: 20px;
}
.style-nft-rights1 .accordion .card-header .btn-link::after{
	font-size: 16px;
}
.style-nft-rights1 #faq_accordion .card{
	margin-bottom: 25px;
}
.style-nft-rights1 .hero .rightsheader{
	display: block !important;
}
.av_filters_row [class*=col-]{
	margin-bottom: 30px;
}
.otherfilters{
	display: none;
}
.toggle_avfilter{
	margin-top: -15px
}
.toggle_avfilter .toggle_txt2{
	display: none;
}
.toggle_avfilter.open .toggle_txt1{
	display: none;
}
.toggle_avfilter.open .toggle_txt2{
	display: inline;
}

/* width */
.w-\[25\%\] {
	width: 25%;
}