.blue-stamp{
	/*box-shadow: 0 0 7px #4bfae0 !important;*/
	/*border-top: 5px solid #4bfae0 !important;*/
	box-shadow: 0 0 7px #a020f0 !important;
    border-top: 5px solid #a020f0 !important;
}
.orange-stamp{
	box-shadow: 0 0 7px #F37D15 !important;
	border-top: 5px solid #F37D15 !important;
}
.pink-stamp{
	box-shadow: 0 0 7px #f315a2 !important;
	border-top: 5px solid #f315a2 !important;
}
.red-stamp{
	/*box-shadow: 0 0 7px #4bfa65 !important;*/
	/*border-top: 5px solid #4bfa65 !important;*/
	box-shadow: 0 0 7px #ff0724 !important;
    border-top: 5px solid #ff0724 !important;
}
.normal-stamp{
	box-shadow: 0 0 7px #525252 !important;
	/*border-top: 5px solid #000 !important;*/
}
.blue-stamp-featured{
    border-top: 5px solid #247e17 !important;
    border-radius: 6px;
    box-shadow: 0px 0px 7px #247e17 !important;
}
.orange-stamp-featured{
    border-top: 5px solid #F37D15 !important;
    border-radius: 6px;
    box-shadow: 0px 0px 7px #F37D15 !important;
}
.pink-stamp-featured{
    border-top: 5px solid #f315a2 !important;
    border-radius: 6px;
    box-shadow: 0px 0px 7px #f315a2 !important;
}
.featured-row{
    padding: 8px 0px;
    border-radius: 4px;
}
.user-profile-border{
	border-radius: 12px;
}
.my-profile-border{
	border-radius: 4px;
}
.dashboard-profile-border{
    border-radius: 4px 4px 0px 0px !important;
}
*{
	font-family: 'Anton', sans-serif;
}
.paidstamp-color-blue{
	background-color: blue;
}
.paidstamp-color-orange{
	background-color: #F37D15;
}
.paidstamp-color-pink{
	background-color: #f315a2;
}
.paidstamp-top-0{
	top: 0px !important;
}
.paidstamp-top{
	top: -5px !important;
}
.paidstamp-top-11{
	top: -11px !important;
}
.paidstamp-top-16{
	top: -16px !important;
}
.paidstamp-fixed{
	position: fixed !important;
	right: 4px !important;
}
.paidstamp-left{
	left: 0px !important;
}
.paidstamp-padding{
	padding: 0px 15px 0px 15px !important;
	height: 28px;
}
.paidstamp-slider{
	right: -25px !important;
	top:5px !important;
}

.paidstamp{
	right: 0px;	
    top: -13px;	
	position: absolute;	
	/*height: 30px;*/	
	height:25px;	
	padding:0px 12px 1px 12px;	
	/*max-width: max-content;*/	
	/*padding: 0px 18px 1px 18px;*/	
	border-radius: 30px;	
	display: flex;	
	align-items: center;	
	max-width:100%;
}
.paidstamp p{	
	margin: 0px;	
	font-size: 10px;	
	padding: 5px 2px 2px 2px;	
	color: white;	
	font-family: sans-serif;	
	font-weight:600;	
	text-transform: capitalize;	
	letter-spacing: 1px;	
	-webkit-appearance: initial;	
}	
.parallelogram {	
    width: 18px;	
    height: 33px;	
	/*width: 28px;*/	
 /*   height: 40px;*/	
	transform: skew(-20deg);	
	background: #4785ff;	
	margin-left: 7px;	
	margin-top: 2px;	
	box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);	
}	
.parallelogram-orange {	
    width: 18px;	
    height: 33px;	
	/*width: 28px;*/	
 	/*height: 40px;*/	
	transform: skew(-20deg);	
	background: #ff9233;	
	margin-left: 7px;	
	margin-top: 2px;	
	box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);	
}	
.parallelogram-pink {	
    width: 18px;	
    height: 33px;	
	/*width: 28px;*/	
 	/*height: 40px;*/	
	transform: skew(-20deg);	
	background: #fd4abc;	
	margin-left: 7px;	
	margin-top: 2px;	
	box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);	
}

/*new*/
.pre-paid-stamp{
	left: -31px;
    top: -28px;
    position: absolute;
}
.pre-paid-stamp-a{
    top: 10px !important;
    left: -35px !important;
    font-size: 9px !important;
    transform: rotate(-45deg) !important;
}
.paid--stamp-search-slider{
	right: -198px;
    top: -7px;
    position: absolute;
}
.paid--stamp-dash-slider{
	width: 65%;
    top: -9px;
    right: -33px;
    position: absolute;
}
.paid--stamp-left{
	left: -12px;
    top: -27px;
    position: absolute;
    z-index: 1;
}
.a-blue, .a-blue:hover{
	/* color: #4bfae0; */
	color: #008000;
}
.a-orange, .a-orange:hover{
	color: #F37D15;
}
.a-pink, .a-pink:hover{
	color: #f315a2;
}
.a-red, .a-red:hover{
	/* color: #4bfa65; */
	color: #ff0000;
}
.a-white, .a-white:hover{
	color: #fff;
}

.paid--stamp-right{
    right: -13px;
    top: -23px;
    width: 33%;
    position: absolute;
	/*right: -183px;*/
 /*   top: -22px;*/
 /*   position: absolute;*/
}
.f-stamp-right{
	right: -15px !important;
    width: 37% !important;
}
.list-right-stamp{
	top: -20px;
    width: 39%;
    right: -18px;
    position: absolute;
}
.list-right-stamp-a{
	top: 20px !important;
    right: -20px !important;
}
.user-right{
	right: -160px;
    top: -18px;
    position: absolute;
}
.right-result{
	right: -12px !important;
    top: -63px !important;
    width: 40%;
}

.transform-right{
	transform: rotate(90deg);
}
.search-footer-a{
	top: 24px !important;
	right: -43px !important;
}
.dash-footer-a {
    top: 27px !important;
    right: -41px !important;
}
.user-a{
	top: 23px !important;
    right: -21px !important;
}
.request-paid{
    right: -16px;
    top: -16px;
    width: 13%;
}
.profile-view-paid{
	right: 1px;
    top: -10px;
    width: 47%;
}
.profile-view-paid-a {
    top: 25px !important;
    right: -12px !important;
}
.request-paid-a {
    top: 22px !important;
    right: -20px !important;
}
.paid-stamp-list{
	right: -13px !important;
}
.paid-stamp-list-a{
	top: 13px !important;
    right: -21px !important;
}
.paid--stamp-right-a,.paid--stamp-right-a---{
	width: 100px;
    margin: 0px;
    font-family: sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    right: -26px;
    font-size: 9px;
    text-align: center;
}

.paid--stamp-left-a{
	width: 100px;
    margin: 0px;
    font-family: sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    transform: rotate(-45deg);
    position: absolute;
    top: 10px;
    left: -14px;
    font-size: 11px;
    text-align: center;
    z-index: 1;
}
.paid--stamp{
    right: 0px;
	position: absolute;
}
.user---a {
    top: 12px !important;
}
.express-stamp{
	width: 55%;
}
.express-stamp-a{
}
.featured-left-paid {
    width: 109px;
    right: -12px !important;
    top: -15px !important;
}
/*.featured-left-paid{*/
/*	width: 40%;*/
/*	right: -12px !important;*/
/*    top: -15px !important;*/
/*}*/
/*.featured-left-paid-a{*/
/*	top: 20px !important;*/
/*    right: -22px !important;*/
/*    font-size:10px !important;*/
/*}*/
.featured-left-paid-a{
    top: 24px !important;
    right: -19px !important;
    font-size: 10px !important;
}
.mt-search--4 {
    margin-top: 1.5rem !important;
}
.new-view-profile-slider{
    margin:6px !important;
}
/*new end*/

@media(min-width:1440px){
    .mt-search--4 {
        margin-top: 0px !important;
    }
	.paid--stamp-search-slider{
		right: -175px !important;
	}
	.search-footer-a{
		right: -20px !important;
	}
	.paid--stamp-left-a{
		top: 14px;
    	left: -9px;
	}
	.profile-view-paid {
	    right: 1px;
	    top: -10px;
	    width: 41%;
	}
	.express-stamp {
	    left: -15px;
    	top: -29px;
	}
	.paid--stamp-dash-slider {
	    width: 55%;
	    top: -9px;
	    right: -11px;
	}
	.dash-footer-a {
	    top: 30px !important;
	    right: -22px !important;
	}
	.paid--stamp-right{
        /*width: 29%;*/
	}
	.request-paid {
        width: 12%;
    }
}
@media(max-width:1024px){
	.paid--stamp-left-a{
		top: 3px;
    	left: -25px;
	}
}
@media screen and (max-width: 768px) and (min-width: 760px) {
	.request-paid {
	    right: -23px;
	    top: -23px;
	    width: 19%;
	}
	.paidstamp p{
	    font-size: 11px;
	}
	.paidstamp{
		padding: 0px 15px 1px 15px;
	}
	.list-right-stamp{
		width: 17%;
	}
	.profile-view-paid {
	    right: 1px;
	    top: -10px;
	    width: 16%;
	}
	.express-stamp {
	    width: 66% !important;
	}
	.paid--stamp-left-a {
	    left: -21px;
	}
	.paid-user-stamp{
	    right: -15px;
	    top: -31px;
	    width: 20%;
	}
	.user---a {
	    top: 16px !important;
	    right: -7px;
	}
}

@media screen and (max-width: 380px) and (min-width: 370px) {
	.paid--stamp-right {
	    /*right: -13px;*/
	    /*top: -29px;*/
	    /*width: 42%;*/
	    right: -17px;
        top: -25px;
        width: 42%;
	}
	.right-result {
	    right: -12px;
	    top: -64px;
	    width: 36%;
	}
	.paid--stamp-right-a{
		top: -20px;
	   right: -13px;
	}
	.paid--stamp-right-a---{
	    top: 11px;
        right: -24px;
	}
	.user---a{
		top: 21px !important;
	    right: -8px !important;
	}
	.list-right-stamp{
		width: 39% !important;
	}
	.express-stamp{
		width: 35% !important;
		left:-27px;
	}
	.express-stamp-a{
		left: -32px !important;	
	}
	
	.request-paid{
		right: -20px;
		top: -21px;
		width: 40%;
	}
	.profile-view-paid {
	    right: 1px;
	    top: -10px;
	    width: 38%;
	}
	.paid--stamp-left-a {
	    left: -36px;
	}
	.pre-paid-stamp-a {
        top: 8px !important;
        left: -42px !important;
	}
}
@media screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.list-right-stamp{
		width: 30% !important;
	}
	.list-right-stamp-a {
	    /*top: 24px !important;*/
     /*   right: -17px !important;*/
     top: 20px !important;
    right: -29px !important;
	}
	.paid--stamp-left-a {
	    left: -36px;
	}
	.express-stamp{
		width: 37% !important;
		left:-27px;
	}
	.express-stamp-a{
		left: -32px !important;	
	}
	.profile-view-paid{
		width: 33% !important;
	}
	.profile-view-paid-a {
        top: 25px !important;
        right: -12px !important;
    }
    
	.request-paid {
        right: -15px;
        top: -16px;
        width: 33%;
    }
}
@media(min-device-width : 425px) and (max-device-width : 480px) {
	.express-stamp {
	    width: 32% !important;
	    left: -27px;
	}
	.paid--stamp-right {
	    right: -10px;
	    top: -26px;
	    width: 28%;
	}
	.request-paid {
	    right: -20px;
	    top: -21px;
	    width: 36%;
	}
	.profile-view-paid {
	    right: 1px;
	    top: -10px;
	    width: 31%;
	}
	.list-right-stamp-a {
	    top: 26px !important;
	    right: -16px !important;
	}
	.user---a {
	    top: 12px !important;
	    right: -20px;
	}
	.search-aa{
		top: -22px !important;
    	right: -19px !important;
	}.profile-view-paid-a {
        top: 22px !important;
        right: -13px !important;
    }
}
@media(width: 320px){
	.pre-paid-stamp-a {
        top: 0px !important;
        left: -45px !important;
	}
	.profile-view-paid{
		right: -1px !important;
	    top: -12px !important;
	    width: 45% !important;
	}
	.paid--stamp-right {
	    right: -11px;
	    top: -29px;
	    width: 40%;
	}
	.paid--stamp-right-a{
		top: -21px;
    	right: -17px;
	}
	.express-stamp {
	    width: 41% !important;
	    left: -26px !important;
	}
	.list-right-stamp{
		width: 38% !important;
		/*width: 45% !important;*/
	}
	.paid--stamp-left-a {
	    left: -36px;
	}
	.request-paid{
		right: -18px;
	    top: -19px;
	    width: 46%;
	}
}


@media(width: 414px){
	.request-paid {
	    right: -18px;
        top: -23px;
        width: 36%;
	}
	.profile-view-paid {
	    right: 1px;
	    top: -10px;
	    width: 33%;
	}
	.right-result {
        right: -14px !important;
        top: -67px !important;
        width: 32%;
    }
    .paid--stamp-right-a{
        top: -20px;
        right: -19px;
        font-size: 9px;
    }
    .express-stamp {
        width: 33% !important;
    }
}
@media(width: 1920px) {
    
    .paid-stamp-list {
        right: -209px !important;
    }
    .paid-stamp-list-a {
        right: -56px !important;
    }
    .express-stamp {
        width: 41%;
    }
    .paid--stamp-dash-slider {
        width: 39%;
    }
    .paid--stamp-right {
        width: 23%;
    }
    .request-paid {
        width: 9%;
    }
}
@media(width: 1366px) {
    .paid--stamp-dash-slider{
        width: 59%;
        right:-17px;
    }
    .dash-footer-a{
        right:-25px !important;
    }
    .profile-view-paid-a{
        right: -6px !important;
    }
    .request-paid {
        width: 12% !important;
    }
    .paid--stamp-right {
        width: 45%;
    }
    .paid--stamp-right-a, .paid--stamp-right-a---{
        top: 17px;
        right: -17px;
    }
}

@media(max-width: 395px){
    .right-result {
        right: -12px;
        top: -68px;
        width: 32%;
    }
    .paid--stamp-right-a {
        top: -26px;
        right: -20px;
    }
}
@media screen and (width: 360px) {
    .profile-view-paid-a {
        top: 21px !important;
        right: -17px !important;
    }
    .paid--stamp-left-a{
	    top: 6px !important;
        left: -42px !important;
	}
	.request-paid {
        width: 37%;
    }
}
@media(width: 411px){
    .profile-view-paid {
	    right: 1px;
	    top: -10px;
	    width: 33% !important;
	}
}
.design-process-content-like .box-view-profile .paid-stamp-list {
    width: unset !important;
    display: flex;
    justify-content: end;
}