.buy-back-container{
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 130px;
	background: #F5F5F5;
	min-height: 100vh;
}
.buy-back-container .heading-sec{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.buy-back-container .heading-sec h3{
	font-size: 16px;
	font-weight: 500;
	color: #000;
}
.buy-back-container .heading-sec .login-btn{
	background: #5367FC;
	display: table;
	padding: 10px 25px;
	border-radius: 30px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
.buy-back-container .tab-sec{
	width: 100%;
	height: auto;
	position: relative;
}
.buy-back-container .tab-sec .nav-tabs{
	margin-bottom: 4px;
}
.buy-back-container .tab-sec .nav-tabs .nav-link{
	font-size: 16px;
	color: #ABAAAA;
	padding: 10px 20px;
	border: none;
	border-color: #5367FC;
}
.buy-back-container .tab-sec .nav-tabs .nav-link.active{
	border-bottom: 4px solid #5367FC;
	color: #231F20;
	background: transparent;
}
.buy-back-container .tab-sec .tab-pane{
	padding-top: 0px;
     min-height:300px;
}
.buy-back-container .tab-sec .tab-pane .buy-back-main-item-box{
	background: #fff;
	border-radius: 20px;
	border: 1px solid #F5F5F5;
	margin-bottom: 8px;
	overflow: hidden;
	-webkit-box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.06);
	-moz-box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.06);
	box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.06);
}
.buy-back-container .tab-sec .tab-pane .buy-item{
	width: 100%;
	height: auto;
	position: relative;
	padding: 15px 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: 0.3px;
	border: 1px solid #F5F5F5;
}

.buy-back-container .tab-sec .tab-pane .buy-item .left{
	width: auto;
	height: auto;
	display: flex;
	align-items: center;
}
.buy-back-container .tab-sec .tab-pane .buy-item .left .icon{
	width: 42px;
	height: auto;
	position: relative;
	flex: 0 0 42px;
	margin-right: 15px;
}
.buy-back-container .tab-sec .tab-pane .buy-item .left .icon img{
	width: 100%;
}
.buy-back-container .tab-sec .tab-pane .buy-item .left .text{
	width: 100%;
	height: auto;
}
.buy-back-container .tab-sec .tab-pane .buy-item .left .text h5{
	color: #231F20;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}
.buy-back-container .tab-sec .tab-pane .buy-item .left .text h6{
	color: #ABAAAA;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 5px;
}
.buy-back-container .tab-sec .tab-pane .buy-item .left .text p{
	color: #231F20;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 5px;
}
.buy-back-container .tab-sec .tab-pane .buy-item .left .text span{
	color: #ABAAAA;
} 
.buy-back-container .tab-sec .tab-pane .buy-item .right{
	text-align: right;
}
.buy-back-container .tab-sec .tab-pane .buy-item .right .apply-btn{
	background: #5367FC;
	border: none;
	border-radius: 10px;
	padding: 13px 30px;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: 700;
	font-size: 16px;
	display: none;
}   
.buy-back-container .tab-sec .tab-pane .buy-item .right h5{
	color: #231F20;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}
.buy-back-container .tab-sec .tab-pane .buy-item .right p{
	color: #ABAAAA;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 5px;
}
.buy-back-container .view-details{
	width: 100%;
	height: auto;
	position: sticky;
	background: rgba(83, 103, 252, 0.05);
	border-radius: 16px;
	padding: 30px 20px;
	top: 100px;
}
.buy-back-container .view-details{

} 
.buy-back-container .view-details h5{
	font-size: 20px;
	color: #231F20;
	font-weight: 600;
	padding-left: 20px;
	position: relative;
	margin-bottom: 30px;
}
.buy-back-container .view-details h5:before{
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #5367FC;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.buy-back-container .view-details img{
	width: 70%;
	margin: auto;
	display: table;
	margin-bottom: 20px;
}
.buy-back-container .view-details h6{
	text-align: center;
	font-size: 16px;
	color: #231F20;
	padding: 0 30px;
}
.buy-back-container .view-details .form-group{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	border: 1px solid #000000;
	border-radius: 8px;
	overflow: hidden;
	margin-top: 20px;
	padding: 2px;
	margin-bottom: 20px;
}
.buy-back-container .view-details .form-group .form-control{
	font-size: 14px;
	height: 50px;
	border: none;
}
.buy-back-container .view-details .form-group .continue-btn{
	background: #000;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 8px;
}
.buy-back-container .view-details .form-check .form-check-input{
	width: 20px;
	height: 20px;
}
.buy-back-container .view-details .form-check .form-check-label{
	font-size: 12px;
	margin-top: 5px;
	margin-left: 5px;
}
.buy-back-container .view-details .form-check .form-check-label a{
	color: #5367FC;
}
.buy-back-container .tab-sec .tab-pane .status{
	width: 100%;
	height: auto;
	position: relative;
	background: #fff;
	border-radius: 20px;
	margin-bottom: 8px;
	padding: 15px 25px;
	-webkit-box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.06);
	-moz-box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.06);
	box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.06);
}
.buy-back-container .tab-sec .tab-pane .status .status-item{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.buy-back-container .tab-sec .tab-pane .status .status-item .left{
	width: auto;
	height: auto;
	display: flex;
	align-items: center;
}
.buy-back-container .tab-sec .tab-pane .status .status-item .left .icon{
	width: 42px;
	height: auto;
	position: relative;
	flex: 0 0 42px;
	margin-right: 15px;
}
.buy-back-container .tab-sec .tab-pane .status .status-item .left .icon img{
	width: 100%;
}
.buy-back-container .tab-sec .tab-pane .status .status-item .left .text{
	width: 100%;
	height: auto;
}
.buy-back-container .tab-sec .tab-pane .status .status-item .left .text h5{
	color: #231F20;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}
.buy-back-container .tab-sec .tab-pane .status .status-item .left .text h6{
	color: #ABAAAA;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 5px;
}
.buy-back-container .tab-sec .tab-pane .status .status-item .left .text p{
	color: #231F20;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 5px;
}
.buy-back-container .tab-sec .tab-pane .status .status-item .left .text span{
	color: #ABAAAA;
} 
.buy-back-container .tab-sec .tab-pane .status .status-item .right{
	text-align: right;
}  
.buy-back-container .tab-sec .tab-pane .status .status-item .right h5{
	color: #231F20;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}
.buy-back-container .tab-sec .tab-pane .status .status-item .right p{
	color: #ABAAAA;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 5px;
}
.buy-back-container .tab-sec .tab-pane .status .status-view{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #dddddd;
}
.buy-back-container .tab-sec .tab-pane .status .status-view .left{
	width: 50%;
	height: auto;
	flex: 0 0 50%;
	display: flex;
	align-items: center;
}
.buy-back-container .tab-sec .tab-pane .status .status-view .left .icon{
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	margin-right: 10px;
}
.buy-back-container .tab-sec .tab-pane .status .status-view .left p{
	font-size: 12px;
	color: #999999;
	margin-bottom: 3px;
}
.buy-back-container .tab-sec .tab-pane .status .status-view .left h6{
	font-size: 14px;
	color: #040408;
}
.buy-back-container .tab-sec .tab-pane .status .status-view .right{
	width: 50%;
	flex: 0 0 50%;
	height: auto;
	display: flex;
	align-items: center;
	border-left:1px solid #dddddd;
	padding-left: 20px;
}
.buy-back-container .tab-sec .tab-pane .status .status-view .right .icon{
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	margin-right: 10px;
}
.buy-back-container .tab-sec .tab-pane .status .status-view .right p{
	font-size: 12px;
	color: #999999;
	margin-bottom: 3px;
}
.buy-back-container .tab-sec .tab-pane .status .status-view .right h6{
	font-size: 14px;
	color: #5367FC;
}
.buy-back-container .tab-sec .tab-pane .status .status-view .right h6.success{
	color: #00B589;
}
.buy-back-container .tab-sec .tab-pane .status .status-view .right h6.failed{
	color: #FF3D3A;
}
.buy-back-container .tab-sec .tab-pane .status .close-date{
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #dddddd;
	text-align: right;
	padding-bottom: 10px;
}
.buy-back-container .tab-sec .tab-pane .status .close-date p{
	color: #040408;
	font-size: 14px;
}
.buy-back-container .tab-sec .tab-pane .status .close-date p span{
	color: #ABAAAA;
}
.buy-back-container .tab-sec .tab-pane .share-details{
	width: 100%;
	height: auto;
	position: relative;
	padding: 0 25px 15px;
	margin-bottom: 10px;
	display: none;
}
.buy-back-container .tab-sec .tab-pane .share-details .share-top{
	width: 100%;
	height: auto;
	position: relative;
	background: #F5F5F5;
	border-radius: 20px;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.buy-back-container .tab-sec .tab-pane .share-details .share-top .left{
	width: auto;
	height: auto;
	display: flex;
	align-items: center;
}
.buy-back-container .tab-sec .tab-pane .share-details .share-top .left .icon{
	width: 42px;
	height: auto;
	position: relative;
	flex: 0 0 42px;
	margin-right: 15px;
}
.buy-back-container .tab-sec .tab-pane .share-details .share-top .left .icon img{
	width: 100%;
}
.buy-back-container .tab-sec .tab-pane .share-details .share-top .left .text{
	width: 100%;
	height: auto;
}
.buy-back-container .tab-sec .tab-pane .share-details .share-top .left .text h5{
	color: #231F20;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}
.buy-back-container .tab-sec .tab-pane .share-details .share-top .left .text h6{
	color: #ABAAAA;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 5px;
}
.buy-back-container .tab-sec .tab-pane .share-details .share-top .left .text p{
	color: #231F20;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 5px;
}
.buy-back-container .tab-sec .tab-pane .share-details .share-top .left .text span{
	color: #ABAAAA;
} 
.buy-back-container .tab-sec .tab-pane .share-details .share-top .right{
	text-align: right;
}  
.buy-back-container .tab-sec .tab-pane .share-details .share-top .right h5{
	color: #231F20;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}
.buy-back-container .tab-sec .tab-pane .share-details .share-top .right p{
	color: #ABAAAA;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 5px;
}
.buy-back-container .tab-sec .tab-pane .share-details .details-item{
	width: 100%;
	height: auto;
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #dddddd;
}
.buy-back-container .tab-sec .tab-pane .share-details .details-item .heading{
	color: #231F20;
	font-size: 14px;
	margin-bottom: 5px;
}
.buy-back-container .tab-sec .tab-pane .share-details .details-item .sub-heading{
	color: #ABAAAA;
	font-size: 12px;
}
.buy-back-container .tab-sec .tab-pane .share-details .details-item .main{
	color: #231F20;
	font-size: 16px;
	font-weight: 600;
}
.buy-back-container .tab-sec .tab-pane .share-details .details-item .main.green{
	color: #00B589;
}
.buy-back-container .tab-sec .tab-pane .share-details .details-item .sub-main{
	color: #ABAAAA;
	font-size: 12px;
	font-weight: 400;
}

.applied-buy-back .modal-body .btn-close{
	float: right;
}
.applied-buy-back .modal-body .image{
	width: 132px;
	height: 132px;
	position: relative;
	margin: auto;
}
.applied-buy-back .modal-body{
	padding-bottom: 40px;
}
.applied-buy-back .modal-body .image img{
	width: 100%;
}
.applied-buy-back .modal-body .text{
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
}
.applied-buy-back .modal-body .text h4{
	font-size: 20px;
	color: #231F20;
	font-weight: 600;
	margin-bottom: 20px;
}
.applied-buy-back .modal-body .text p{
	color: #00B589;
	font-size: 16px;
	font-weight: 500;
}
.buy-back-apply-modal .modal-dialog{
	max-width: 678px;
}
.buy-back-apply-modal .modal-body{
	padding: 30px 10px 50px;
}
.buy-back-apply-modal .modal-body h3{
	text-align: center;
	color: #231F20;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 500;
}
.buy-back-apply-modal .modal-body .btn-close{
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 99;
}
.buy-back-apply-modal .modal-body .image{
	width: 40%;
	margin: auto;
}
.buy-back-apply-modal .modal-body .image img{
	width: 100%;
}
.buy-back-apply-modal .modal-body p{
	font-weight: 500;
	color: #231F20;
	text-align: center;
}
.buy-back-apply-modal .modal-body .form-box{
	width: 70%;
	margin: auto;
}
.buy-back-apply-modal .modal-body .form-group{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	border: 1px solid #000000;
	border-radius: 8px;
	overflow: hidden;
	margin-top: 20px;
	padding: 2px;
	margin-bottom: 20px;
}
.buy-back-apply-modal .modal-body .form-group .form-control{
	font-size: 14px;
	height: 50px;
	border: none;
}
.buy-back-apply-modal .modal-body .form-group .continue-btn{
	background: #000;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 8px;
}
.buy-back-apply-modal .modal-body .form-check .form-check-input{
	width: 20px;
	height: 20px;
}
.buy-back-apply-modal .modal-body .form-check .form-check-label{
	font-size: 12px;
	margin-top: 5px;
	margin-left: 5px;
}
.buy-back-apply-modal .modal-body .form-check .form-check-label a{
	color: #5367FC;
}
.buy-back-details-container{
	width: 100%;
	height: auto;
	position: relative;
	background: #5367FC;
	background-image:url(../../assets/img/buyback/details-back.png);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: top 18% right; 
/*	min-height: 100vh;*/
    min-height: auto;
	padding-top: 30px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;   
}
.buy-back-details-container .heading-sec{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.buy-back-details-container .heading-sec h3{
	font-size: 16px;
	font-weight: 500;
	color: #000;
}
.buy-back-details-container .heading-sec .login-btn{
	background: #fff;
	display: table;
	padding: 10px 25px;
	border-radius: 30px;
	color: #5367FC;
	font-size: 14px;
	font-weight: 500;
}
.buy-back-details-container .tender-title{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 40px;
}
.buy-back-details-container .tender-title h4{
	color: #FFFFFF;
	font-weight: 600;
	font-size: 22px;
}
.buy-back-details-container .tender-title p{
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}
.buy-back-details-container .share-details{
	width: 100%;
	height: auto;
	position: relative;
	padding: 0 25px 15px;
	background: #fff;
	border-radius: 24px 24px 0 0;
}
.buy-back-details-container .share-details .apply-btn{
	width: 100%;
	border: none;
	padding: 12px 20px;
	border-radius: 30px;
	background:#5367FC;
	font-size: 14px;
	color: #fff;
	margin-top: 45px;
}
.buy-back-details-container .share-details .share-top{
	width: 100%;
	height: auto;
	position: relative;
	background: #F5F5F5;
	border-radius: 20px;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.buy-back-details-container .share-details .share-top .left{
	width: auto;
	height: auto;
	display: flex;
	align-items: center;
}
.buy-back-details-container .share-details .share-top .left .icon{
	width: 42px;
	height: auto;
	position: relative;
	flex: 0 0 42px;
	margin-right: 15px;
}
.buy-back-details-container .share-details .share-top .left .icon img{
	width: 100%;
}
.buy-back-details-container .share-details .share-top .left .text{
	width: 100%;
	height: auto;
}
.buy-back-details-container .share-details .share-top .left .text h5{
	color: #231F20;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}
.buy-back-details-container .share-details .share-top .left .text h6{
	color: #ABAAAA;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 5px;
}
.buy-back-details-container .share-details .share-top .left .text p{
	color: #231F20;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 5px;
}
.buy-back-details-container .share-details .share-top .left .text span{
	color: #ABAAAA;
} 
.buy-back-details-container .share-details .share-top .right{
	text-align: right;
}  
.buy-back-details-container .share-details .share-top .right h5{
	color: #231F20;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}
.buy-back-details-container .share-details .share-top .right p{
	color: #ABAAAA;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 5px;
}
.buy-back-details-container .share-details .details-item{
	width: 100%;
	height: auto;
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #dddddd;
}
.buy-back-details-container .share-details .details-item .heading{
	color: #231F20;
	font-size: 14px;
	margin-bottom: 5px;
}
.buy-back-details-container .share-details .details-item .sub-heading{
	color: #ABAAAA;
	font-size: 12px;
}
.buy-back-details-container .share-details .details-item .main{
	color: #231F20;
	font-size: 16px;
	font-weight: 600;
	white-space: nowrap;
}
.buy-back-details-container .share-details .details-item .main.green{
	color: #00B589;
}
.buy-back-details-container .share-details .details-item .sub-main{
	color: #ABAAAA;
	font-size: 12px;
	font-weight: 400;
}
.apply-details-modal{
	background-color: rgba(0,0,0,0.7);
	
}
.apply-details-modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,50px);
}
.apply-details-modal .modal-dialog{
	margin: 0;
	position: fixed !important;
	bottom: 0 !important;
	left: 0% !important;
	right: 0% !important;
	margin-bottom: 0 !important;
}
.apply-details-modal.bubacy-new-popup .modal-dialog{
	position: absolute!important;
	margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    bottom:0;
}
.apply-details-modal.show .modal-dialog {
    transform: none;
}
.apply-details-modal .modal-content{
	background: transparent;
	border-radius: 0;
	border: none;
	border-radius: 16px 16px 0 0;
}
.apply-details-modal .modal-content .modal-body{
	background: #fff;
	border-radius: 16px 16px 0 0;
}
.apply-details-modal .modal-content .modal-header{
	padding: 17px;
	border: none;
}
.apply-details-modal .modal-content .modal-header .modal-title{
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
.apply-details-modal .modal-content .modal-header .close-btn{
	border: none;
	background-color: transparent;
	padding: 0;
}
.apply-details-modal .modal-body .apply-sec{
	width: 100%;
    height: auto;
    position: relative;
    border-radius: 16px;
    padding: 10px 0px;
}
.apply-details-modal .modal-body .apply-sec h5{
	font-size: 20px;
	color: #231F20;
	font-weight: 600;
	padding-left: 20px;
	position: relative;
	margin-bottom: 30px;
}
.apply-details-modal .modal-body .apply-sec h6{
	text-align: center;
	margin-bottom: 40px;
	padding: 0 40px;
	font-size: 16px;
	color: #231F20;
}
.apply-details-modal .modal-body .apply-sec h5:before{
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #5367FC;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.apply-details-modal .modal-body .apply-sec .price-box{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-radius:16px;
	padding: 10px;
	border: 1px dotted #ABAAAA;
	margin-bottom: 30px; 
}
.apply-details-modal .modal-body .apply-sec .price-box .left{
	display: flex;
	align-items: center;
}
.apply-details-modal .modal-body .apply-sec .price-box .left .icon{
	width: 28px;
	height: auto;
	flex: 0 0 28px;
	margin-right: 8px;
}
.apply-details-modal .modal-body .apply-sec .price-box .left .icon img{
	width: 100%;
}
.apply-details-modal .modal-body .apply-sec .price-box .left p{
	font-size: 12px;
	color: #231F20;
}
.apply-details-modal .modal-body .apply-sec .price-box .left p span{
	color: #ABAAAA;
}
.apply-details-modal .modal-body .apply-sec .price-box .left h4{
	font-size: 16px;
	font-weight: 500;
	color: #231F20;
}
.apply-details-modal .modal-body .apply-sec .price-box .right{
	text-align: right;
}
.apply-details-modal .modal-body .apply-sec .price-box .right span{
	color: #ABAAAA;
	font-size: 12px;
	margin-bottom: 8px;
}
.apply-details-modal .modal-body .apply-sec .price-box .right .black{
	color: #231F20;
	font-size: 16px;
	font-weight: 500;
}
.apply-details-modal .modal-body .apply-sec .price-box .right .green{
	color: #00B589;
	font-size: 14px;
	font-weight: 400;
}
.apply-details-modal .modal-body .apply-sec .quantity-box{
	width: 100%;
	text-align: center;
	height: auto;
	position: relative;
}
.apply-details-modal .modal-body .apply-sec .quantity-box p{
	color: #999999;
	font-size: 14px;
	margin-bottom: 8px;
}
.apply-details-modal .modal-body .apply-sec .quantity-box h6{
	color: #111;
	font-size: 14px;
	margin-bottom: 23px;
}
.apply-details-modal .modal-body .apply-sec .quantity-box .qnt-input{
	border: 1px solid #ABAAAA;
	border-radius: 8px;
	width: auto;
	display: table;
	margin: auto;
	padding: 5px 10px;
	margin-bottom: 10px;
}
.apply-details-modal .modal-body .apply-sec .quantity-box .qnt-input button{
	background: transparent;
	border: none;
	font-size: 20px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}
.apply-details-modal .modal-body .apply-sec .quantity-box .qnt-input button:hover{
	background: #5367FC;
	color: #fff;
}
.apply-details-modal .modal-body .apply-sec .quantity-box .qnt-input input{
	border: none;
	background: transparent;
	text-align: center;
	height: 24px;
	width: 50px;
	font-size: 22px;
	font-weight: 700;
}
.apply-details-modal .modal-body .apply-sec .share-box{
	width: 100%;
	height: auto;
	padding: 10px 0;
	border-bottom: 1px solid #D8D8D8;
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.apply-details-modal .modal-body .apply-sec .share-box p{
	font-size: 14px;
	color: #231F20;
}
.apply-details-modal .modal-body .apply-sec .share-box .rate{
	font-size: 16px;
	color: #231F20;
	font-weight: 500;
}
.apply-details-modal .modal-body .apply-sec .apply-btn{
	width: 100%;
	height: auto;
	background: #5367FC;
	padding: 15px;
	border-radius: 10px;
	font-size: 14px;
	color: #fff;
	border: none;
	margin-top: 30px;
}
@media screen and (max-width: 1200px) {
	.buy-back-details-container {
       padding-top: 75px;
 }
}
@media screen and (max-width: 767px) {
	.buy-back-container{
		padding-top: 75px;
	}
	.buy-back-container .heading-sec p a.blue{
		font-size: 14px;
	}
	.buy-back-container .heading-sec{
		margin-bottom: 20px;
	}
	.buy-back-container .heading-sec h3{
		font-size: 22px;
	}
	.buy-back-container .tab-sec .nav-tabs .nav-link{
		font-size: 14px;
		padding: 8px 14px;
	}
	.buy-back-container .tab-sec .tab-pane{
		padding-top: 10px;
	}
	.buy-back-container .tab-sec .tab-pane .buy-item{
		padding: 10px 15px;
	}
	.buy-back-container .tab-sec .tab-pane .buy-item .left .icon{
		width: 28px;
		flex: 0 0 28px;
	}
	.buy-back-container .tab-sec .tab-pane .buy-item .left .text h5{
		font-size: 14px;
	}
	.buy-back-container .tab-sec .tab-pane .buy-item .left .text h6{
		font-size: 10px;
	}
	.buy-back-container .tab-sec .tab-pane .buy-item .left .text p{
		font-size: 10px;
	}
	.buy-back-container .tab-sec .tab-pane .buy-item .right h5{
		font-size: 14px;
		font-weight: 500;
	}
	.buy-back-container .tab-sec .tab-pane .buy-item .right p{
		font-size: 10px;
	}
	.buy-back-container .view-details{
		display: block;
		margin-bottom:10px;
	}
	.buy-back-container .tab-sec .tab-pane .status .status-item .left .icon{
		width: 28px;
		flex: 0 0 28px;
	}
	.buy-back-container .tab-sec .tab-pane .status .status-item .left .text h5{
		font-size: 14px;
	}
	.buy-back-container .tab-sec .tab-pane .status .status-item .left .text h6{
		font-size: 10px;
	}
	.buy-back-container .tab-sec .tab-pane .status .status-item .right h5{
		font-size: 14px;
	}
	.buy-back-container .tab-sec .tab-pane .status .status-item .right p{
		font-size: 10px;
	}
	.buy-back-container .tab-sec .tab-pane .status .status-view .right .icon{
		width: 28px;
		flex: 0 0 28px;
	}
	.buy-back-container .tab-sec .tab-pane .status .status-view .right .icon img{
		width: 100%;
	}
	.buy-back-container .tab-sec .tab-pane .status .status-view .left .icon{
		width: 28px;
		flex: 0 0 28px;
	}
	.buy-back-container .tab-sec .tab-pane .status .status-view .left .icon img{
		width: 100%;
	}
	.buy-back-container .tab-sec .tab-pane .status .status-view .left h6{
		font-size: 12px;
	}
	.buy-back-container .tab-sec .tab-pane .status .status-view .right h6{
		font-size: 12px;
	}
	.buy-back-container .tab-sec .tab-pane .status{
		padding: 10px 15px;
	}
	.buy-back-container .tab-sec .tab-pane .status .close-date{
		text-align: center;
	}
	.buy-back-container .tab-sec .tab-pane .share-details .share-top .left .icon{
		width: 28px;
		flex: 0 0 28px;
	}
	.buy-back-container .tab-sec .tab-pane .share-details .share-top .left .text h5{
		font-size: 14px;
	}
	.buy-back-container .tab-sec .tab-pane .share-details .share-top .left .text h6{
		font-size: 10px;
	}
	.buy-back-container .tab-sec .tab-pane .share-details .share-top .right h5{
		font-size: 14px;
	}
	.buy-back-container .tab-sec .tab-pane .share-details .share-top .right p{
		font-size: 10px;
	}
	.buy-back-container .tab-sec .tab-pane .share-details .details-item .main{
		font-size: 14px;
		white-space: nowrap;
	}
	.buy-back-apply-modal .modal-body .image{
		width: 80%;
	}
	.buy-back-apply-modal .modal-body .form-box{
		width: 100%;
	}
	.buy-back-container .tab-sec .tab-pane .buy-item .right .apply-btn{
		font-size: 14px;
		padding: 10px 20px;
	}
}