html, body{
	scroll-behavior: smooth;
}
a:hover{
	text-decoration: none;
}
.navbar .navbar-nav > li {
  padding-right: 30px !important;
}
.navbar-nav .btn-primary{
	padding: 10px 24px;
	border: 0;
}
.user_profile_dropdown {
  background: #F9FCFF;
  border: 1px solid rgba(96, 96, 96, 0.14);
  border-radius: 40px;
  padding: 5px 14px;
  display: flex;
  align-items: center;
}
.user_circle_img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.navbar-collapse.collapse{
	visibility: visible;
}
/*Home page css start*/
.mb-3{
	margin-bottom: 0.75rem !important;
}
.mb-4{
	margin-bottom: 1rem !important;
}
button:focus{
	outline: 0;
}
.anim-primary-btn {
    background-color: #007CFF;
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2px;
    text-decoration: none;
    transition: all .4s;
    display: flex;
    position: relative;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.anim-primary-btn-bg {
    z-index: 1;
    background: linear-gradient(93deg, #0068D6 -16.42%, #007CFF 71.68%);    
    border-radius: 8px;
    position: relative;
    color: #fff;
    padding: 13px 32px;
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
}

.anim-primary-btn-bg:hover {
    background-color: #862678;
}
.border-gradient {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    min-height: 30rem;
    position: absolute;
    transform: rotate(-55deg);
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
 }
.border-gradient{
  animation: spin 3s linear infinite;
  background:conic-gradient(from 0 at 50% 50%,rgba(255,255,255,1) 0deg,rgba(255,255,255,0) 60deg,rgba(255,255,255,0) 310deg,rgba(255,255,255,1) 360deg);
}
.anim-primary-btn:hover .border-gradient {
  animation-duration: 3s;
  animation-play-state: running;
}
.h-text-gradnt{
	background-image: linear-gradient(127deg, #004084 -15.18%, #007CFF 89.01%);
	color: transparent;
}
.h-intro-sec::before{
	content: '';
	position: absolute;
	left: 10px;
	top: -50px;
	background-image: url('../images/sop-creator-bg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 50%;
    height: 100%;
}
.h-fetur-sngl{
	border: 6px solid transparent;
	background: 
    linear-gradient(to right, rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0.90)), 
    linear-gradient(to right, #D87CFF , #9ACCFF); 
  	background-clip: padding-box, border-box;
  	background-origin: padding-box, border-box;
}
.h-fetur-sngl-inn{
  	padding: 16px;
  	height: 100%;
}
.h-test-card{
	border: 1px solid transparent;
	background: 
    linear-gradient(to right, white, white), 
    linear-gradient(to right, #D87CFF , #9ACCFF); 
  	background-clip: padding-box, border-box;
  	background-origin: padding-box, border-box;
  	height: 100%;
}
.form-field{
	border-radius: 8px;
	border: 1px solid #CFD0D1;
	background: #fff;
	height: 40px;
	outline: 0;
	box-shadow: none;
	padding: 12px;
	font-size: 1rem;
	color: #343a40;
	width: 100%;
	transition: all .3s ease-in-out;
}
.form-field:focus{
	border: 1px solid #007CFF;
}
.accordion-btn span svg, .accordion-btn span svg path{
	transition: all .3s ease-in-out;
}
.accordion-btn.active span svg{
	transform: rotate(135deg);
}
.accordion-btn.active span svg path{
	fill: #A1A4A8;
}
.accordion-btn{
	transition: all .3s ease-in-out;
}
.accordion-btn.active{
	color: #007CFF;
}
.key-elemt-card-dtl{
	width: calc(100% - 52px);
	padding-left: 24px;
}
.key-icon-blue{
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out;
}
.key-elemt-card-icon:hover .key-icon-blue{
	opacity: 1;
	visibility: visible;
}
.key-icon-black{
	transition: all .3s ease-in-out;
}
.key-elemt-card-icon:hover .key-icon-black{
	opacity: 0;
	visibility: hidden;
}
/*Home page css end*/
.smpl-card-titl{
	width: calc(100% - 28px);
	padding-left: 12px;
}
.smpl-card-box{
	box-shadow: 0px 1px 8px 0px #E3EBF4;
	border-top: 5px solid #89C2FF;
	border-radius: 2px;
	max-height: 314px;
	height: 100%;
	padding: 12px;
}
.smpl-dtl p{
	font-size: 5.806px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 5px;
	text-align: justify;
	color: #868889;
}
.smpl-card-box::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 52%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 90.59%);
}
.smple-card-sngl a:hover{
	text-decoration: none;
}
/*login css start*/
.left-sign-up-form{
	height: calc(100vh - 70px);
	display: flex;
	padding-bottom: 5px;
	/*padding-top: 50px;*/
	overflow-y: auto;
  align-items: center;
  justify-content: center;
}
.sign-up-right-img{
	height: calc(100vh - 70px);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}
.sign-up-logo-col{
	padding-top: 25px;
	padding-left: 50px;
	margin-bottom: 25px;
}
.sign-up-col{
	height: calc(100vh - 70px);
}
.sign-up{
	width: 354px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	background: #FFFFFF;
	padding: 24px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	align-items: center;
}
.google-signin-btn{
  display: flex;
  align-items: center;
  width: 100%;
  border: 2px solid #007CFF;
  background-color: #007CFF;
  border-radius: 3px;
  color: #fff;
  min-height: 50px;
}
.google-signin-btn .gogle-sgnup-icon{
  width: 47px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 3px;
}
.google-signin-btn .gogle-sgnup-text{
  width: calc(100% - 47px);
  text-align: center;
}
.google-signin-btn:hover{
  border: 2px solid #003BDF;
  background-color: #003BDF;
  opacity: 1;
  color: #fff;
}
.primary-btn{
	background-color: #007CFF;
	color: #ffffff;
	text-align: center;
	padding: 7px 22px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 8px;
	min-width: 100px;
	border:0;
	transition: 0.3s ease;
	white-space: nowrap;
	/*line-height: initial;*/
	display: inline-block;
}
.login-right-col{
	background-image: url('../images/login-start.webp');
	background-position: 0 -150%;
}
.login-right-col.login-right-col-lor{
	background-image: url('../images/login-start-lor.webp');
}
.blog-card-box{
	box-shadow: 0px 1px 8px 0px #E3EBF4;
	border-radius: 8px;
	border: 1px solid #E5E5E5;
	overflow: hidden;
	transition: all .3s ease-in-out;
}
/*.blog-card-box::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
}*/
/*.blog-card-box.blog-card-ovrly-one::before{
	background: linear-gradient(0deg, rgba(16, 83, 154, 0.60) 0%, rgba(16, 83, 154, 0.60) 100%);
}
.blog-card-box.blog-card-ovrly-two::before{
	background: linear-gradient(0deg, rgba(136, 93, 0, 0.60) 0%, rgba(136, 93, 0, 0.60) 100%);
}
.blog-card-box.blog-card-ovrly-three::before{
	background: linear-gradient(0deg, rgba(117, 0, 166, 0.40) 0%, rgba(117, 0, 166, 0.40) 100%);
}
.blog-card-box.blog-card-ovrly-four::before{
	background: rgba(0, 102, 136, 0.60);
}
.blog-card-box.blog-card-ovrly-five::before{
	background: rgba(116, 66, 67, 0.60);
}
.blog-card-box:hover .blog-card-read-more svg{
	transform: translateX(164px);
}*/
.blog-card-box:hover{
	box-shadow: 0 6px 8px 2px #E3EBF4;
}
.blog-card-box .blog-card-ttl{
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
}
.blogs-arrow-btn.swiper-button-disabled{
	background-color: transparent !important;
	border: 1px solid #D3D3D3;
}
.blog-card-ttl-box{
	min-height: 72px;
}
.blogs-arrow-btn{
	background-image: none;
	background-color: #007CFF;
	border: 1px solid #007CFF;
	border-radius: 8px;
	transition: all .3s ease-in-out;
}
.blogs-arrow-btn.swiper-button-disabled svg path {
    fill: #D3D3D3;
}
.hdr-profl-drpdwn{
	padding: 12px 0;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 6px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  top: 40px;
}
.hdr-profl-drpdwn-list{
	display: block;
  padding: 4px 16px;
}
.user_profile_dropdown.active .prf-drpdwn-arrow{
	transform: rotate(180deg);
}
.mob-login-btn{
	display: none;
}
/*login css end*/
/*blog detail page start*/
.blg-dtl-heading h2::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff980;
	width: 62px;
	height: 38px;
	z-index: -1;
}
.blog-bnr{
	box-shadow: 0 3px 24px 0 #E3EBF4;
  border-radius: 10px;
  height: 480px;
}
.blog-create-sop-box{
	background: rgb(216,124,255);
	background: linear-gradient(90deg, rgba(216,124,255,1) 0%, rgba(154,204,255,1) 100%);
	border-radius: 4px;
}
.blog-sidebar-sngl-img{
	border-radius: 10px;
	box-shadow: 0 1px 10px 0 #E3EBF4;
}
.blog-sidebar-sngl-card .blog-sidebar-card-ttl{
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all .3s ease-in-out;
  font-size: 14px;
	line-height: 20px;
}
.blog-sidebar-sngl-card a:hover .blog-sidebar-card-ttl{
	color: #007CFF;
}
.blog-dtl-wrap h3{
	font-size: 18px;
	line-height: 26px;
}
.blog-dtl-wrap p, .blog-dtl-wrap ul li{
	font-size: 16px;
	line-height: 26px;
}
.blog-create-sop-box p{
	font-size: 20px;
}
.blog-comment-wrap .form-sngl label{
	font-size: 14px;
}
.blog-dtl-wrap p.mb-4{
	margin-bottom: 26px !important;
}
.blog-create-sop-box{
	margin-bottom: 26px !important;
}
.blog-table-wrap th{
	padding: 16px 28px;
	font-size: 14px;
	line-height: 20px;
}
.blog-table-wrap td{
	padding: 20px 28px;
	font-size: 14px;
	line-height: 20px;
}
.blog-sidebar-form .form-last-field{
	margin-bottom: 1.5rem;
}
.blog-sidebar-form .anim-primary-btn, .blog-comment-wrap .anim-primary-btn{
	padding: 0;
}
.blog-sidebar-form .anim-primary-btn-bg, .blog-comment-wrap .anim-primary-btn-bg{
	padding: 12px 32px;
  font-size: 16px;
  line-height: 1;
}
.blog-dtl-wrap ul{
	margin-bottom: 26px !important;
}
.blog-card-img img{
	height: 100%;
	object-fit: cover;
	transition: all .3s ease-in-out;
}
.blog-card-box:hover .blog-card-img img{
	transform: scale3d(1.2, 1.2, 1.2);
}
.blog-review-boxes{
	height: 240px;
	overflow: hidden;
}
.blog-review-boxes.show-full-boxes{
	height: auto;
}
.blog-review-box:last-child{
	border-bottom: 0;
}
.blog-view-btn .blog-view-btn-arrow svg{
	transition: all .3s ease-in-out;
}
.blog-view-btn.less .blog-view-btn-arrow svg{
	transform: rotate(180deg);
}
/*blog detail page end*/
/*Rolling Popup css start*/
.color-868889{
	color: #868889;
}
.fw-400{
	font-weight: 400;
}
.fw-500{
	font-weight: 500;
}
.lh-1{
	line-height: 1;
}
.lh-24{
	line-height: 24px;
}
.popup-bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  position: fixed;
  z-index: 121212;
  background: rgba(31, 31, 31, 0.6);
  overflow: hidden;
}
.custom-popup {
  width: 600px;
  min-height: 300px;
  position: absolute;
  z-index: 12121212;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.close-popup{
	position: absolute;
	top: 20px;
  right: 20px;
}
.rolling-popup-wrap .custom-popup{
	width: 912px;
}
.rolling-boxes{
	padding: 0 54px 26px;
}
.rolling-box-sngl{
	margin-top: 34px;
}
.rolling-slct-file-wrap{
	margin-top: 20px;
}
.rolling-slct-btn img{
	margin-left: 12px;
}
.primary-gradient-bg{
	padding: 13px 32px;
	background: linear-gradient(93deg, #0068D6 -16.42%, #007CFF 71.68%);
	font-size: 16px;
}
.primary-gradient-bg:hover{
	color: #fff;
}
.rolling-slct-btn{
	display: flex;
	align-items: center;
	background: #A6A6A6;
	transition: all .5s ease-in-out;
}
.rolling-box-sngl > label{
	border: 1px solid #D9D9D9;
	border-radius: 10px;
	padding: 24px 32px;
	width: 100%;
	display: flex;
	cursor: pointer;
	transition: all .5s ease-in-out;
}
.rolling-box-sngl > label:hover{
	box-shadow: 0 4px 20px 0 rgba(202, 202, 202, 0.43);
}
.rolling-icon{
	flex: 0 0 100px;
	max-width: 100px;
	max-height: 124px;
  min-height: 95px;
}
.rolling-text{
	flex: 0 0 calc(100% - 135px);
	max-width: calc(100% - 135px);
	padding: 0 40px;
}
.rolling-text-hdng{
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	color: #1F1F1F;
}
.rolling-radio-icon{
	flex: 0 0 35px;
	max-width: 35px;
}
.rolling-slct-file-wrap label{
	border: 0;
	padding: 0;
	width: max-content;
	margin-bottom: 0;
	pointer-events: none;
}
.rolling-slct-file-wrap label a:hover{
	color: #fff;
}
.rolling-icon-gray{
	transition: clip-path 0.5s ease-in-out;
}
.rolling-icon-color{
	clip-path: circle(0% at 50% 50%);
  transition: clip-path 0.5s ease-in-out;
}
.rolling-box-sngl input[type="radio"]:checked,
.rolling-box-sngl input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.rolling-box-sngl input[type="radio"]:checked + label{
	border: 1px solid transparent;
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)), linear-gradient(to right, #D87CFF, #9ACCFF);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  box-shadow: 0 4px 20px 0 rgba(202, 202, 202, 0.43);
}
.rolling-box-sngl input[type="radio"]:checked + label .rolling-icon-gray{
	clip-path: circle(0% at 50% 50%);
}
.rolling-box-sngl input[type="radio"]:checked + label .rolling-icon-color{
	clip-path: circle(100% at 50% 50%);
}
.rolling-radio-gray{
	transition: transform .5s ease-in-out;
}
.rolling-radio-color{
	transform: scale(0);
	transition: transform .5s ease-in-out;
}
.rolling-box-sngl input[type="radio"]:checked + label .rolling-radio-gray{
	transform: scale(0);
}
.rolling-box-sngl input[type="radio"]:checked + label .rolling-radio-color{
	transform: scale(1);
}
.rolling-box-sngl input[type="radio"]:checked + label .rolling-slct-btn-label{
	pointer-events: initial;
}
.rolling-box-sngl input[type="radio"]:checked + label .rolling-slct-btn{
	background: linear-gradient(93deg, #0068D6 -16.42%, #007CFF 71.68%);
}
.rolling-slct-file-box{
	border: 1px solid transparent;
  background: linear-gradient(to right, #fff, #fff), linear-gradient(to right, #D9D9D9, #D9D9D9);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  border-radius: 6px;
  min-width: 300px;
  margin-right: 15px;
  pointer-events: none;
}
.rolling-slct-file-text{
	min-height: 44px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 27px;
	font-weight: 400;
	color: #D9D9D9;
	text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.rolling-slct-delete{
	width: 20px;
	filter: contrast(0.2);
	pointer-events: none;
	padding: 0;
  border: 0;
  background: transparent;
}
.rolling-box-sngl input[type="radio"]:checked + label .rolling-slct-file-box{
	border: 1px solid transparent;
	background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)), linear-gradient(to right, #D87CFF, #9ACCFF);
	background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  pointer-events: initial;
}
.rolling-box-sngl input[type="radio"]:checked + label .rolling-slct-file-text{
	color: #000;
}
.rolling-box-sngl input[type="radio"]:checked + label .rolling-slct-delete{
	filter: contrast(1);
	pointer-events: initial;
}
/*Rolling Popup css end*/
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: calc(100% - 120px);
    }
}
@media (min-width: 1300px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1277px !important;
    }
}
@media screen and (min-width: 1300px) and (max-width: 1499px){
	.login-right-col{
		background-position: 0 -10%;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1299px){
	.blog-card-box:hover .blog-card-read-more svg {
    transform: translateX(106px);
	}
	.login-right-col{
		background-position: 0 -75%;
	}
	.rolling-boxes > h3{
		margin-bottom: 0.25rem !important;
	}
	.rolling-box-sngl {
    margin-top: 20px;
	}
	.rolling-icon {
    flex: 0 0 80px;
    max-width: 80px;
    max-height: 100px;
    min-height: 95px;
	}
	.rolling-text {
    flex: 0 0 calc(100% - 105px);
    max-width: calc(100% - 105px);
    padding: 0 24px;
	}
	.rolling-radio-icon {
    flex: 0 0 25px;
    max-width: 25px;
	}
	.rolling-text-para{
		font-size: 12px;
		line-height: 20px;
	}
	.rolling-popup-next{
		margin-top: 2rem !important;
	}
	.rolling-form-inner-wrap{
		margin-bottom: 1.5rem !important;
	}
	.rolling-boxes {
    padding: 0 54px 0;
	}
}
@media screen and (max-width: 767px) {
	.mob-order-1{
		order: 1;
	}
	.mob-order-2{
		order: 2;
	}
	.mob-text-center{
		text-align: center;
	}
	.user_profile_dropdown {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.navbar{
		padding: 0;
	}
	.home-bnr-cntnt{
		text-align: center;
	}
	.anim-primary-btn-bg{
		padding: 9px 32px;
    	font-size: 14px;
	}
	.h-intro-sec::before{
		width: 100%;
    	height: 56%;
    	left: 0;
	    top: initial;
	    bottom: 10px;
	}
	.h-create-sec{
		background-image: url('../images/mob-h-crete-bg.webp') !important;
	}
	.left-sign-up-form{
		height: auto;
		padding-bottom: 25px;
		padding-top: 40px;
	}
	.sign-up{
		box-shadow: none;
	}
	.login-right-col{
		background-image: none;
	}
	.fetur-card-ttl{
		padding-left: 12px;
	}
	.sign-up{
		padding: 10px;
	}
	.mob-login-btn{
		display: block;
	}
	.student_login_cta{
		margin-top: 16px;
	}
	.blog-card-img img{
  	object-fit: cover;
  	height: 144px;
  }
  .blog-bnr{
  	height: initial;
  }
  .blg-dtl-heading h2::before{
  	width: 35px;
    height: 28px;
  }
  .blog-sidebar-form .intl-tel-input{
  	width: 100%;
  }
  .blog-create-sop-box p{
  	margin-bottom: 14px;
  }
  .blog-dtl-wrap h3 {
    font-size: 16px;
    line-height: 24px;
	}
  .blog-dtl-wrap p, .blog-dtl-wrap ul li {
    font-size: 14px;
    line-height: 22px;
	}
	.blog-dtl-wrap p.mb-4 {
    margin-bottom: 20px !important;
	}
	.blog-create-sop-box {
    margin-bottom: 20px !important;
	}
	.blog-table-wrap th {
    padding: 10px;
    font-size: 12px;
    line-height: 16px;
	}
	.blog-table-wrap td {
    padding: 10px;
    font-size: 12px;
    line-height: 16px;
	}
	.blog-dtl-wrap ul{
		margin-bottom: 20px !important;
	}
	.blog-review-boxes{
		height: 300px;
	}
	/* New sop rolling popup responsive css start */
	.anim-primary-btn-bg{
		padding: 9px 24px;
    font-size: 14px;
    font-weight: 400;
	}
	.rolling-popup-wrap .custom-popup {
	  width: 92%;
	  padding-left: 18px;
    padding-right: 18px;
	}
	.rolling-boxes {
	   padding: 0 0 16px;
	}
	.rolling-boxes h3{
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 6px !important;
		margin-top: 12px;
	}
	.rolling-boxes > p{
		font-size: 12px;
		margin-bottom: 34px;
	}
	.rolling-box-sngl {
    margin-top: 20px;
	}
	.rolling-box-sngl > label{
		padding: 14px 16px;
	}
	.rolling-icon {
    flex: 0 0 35px;
    max-width: 35px;
    max-height: 45px;
    min-height: 45px;
	}
	.rolling-radio-icon {
    flex: 0 0 15px;
    max-width: 15px;
	}
	.rolling-text {
    flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px);
    padding: 0 10px;
	}
	.rolling-text-hdng{
		font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
	}
	.rolling-text-para{
		font-size: 12px;
		line-height: 18px;
	}
	.rolling-slct-file-wrap {
    margin-top: 16px;
	}
	.rolling-popup-next{
		margin-top: 2.5rem !important;
	}
	.rolling-slct-btn img {
    margin-left: 10px;
    width: 13px;
	}	
	.rolling-slct-file-box{
		width: calc(100% - 26px);
    margin-right: 10px;
	}
	.rolling-slct-file-text{
		min-height: 34px;
		font-size: 12px;
		min-width: 160px;
	}
	.rolling-slct-delete {
	  width: 16px;
	}
	/* New sop rolling popup responsive css end */
}