@font-face {
	/*font-family: 'Source Sans Pro';
	src: url('fonts/SourceSansPro.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2212;*/
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	src: url(https://cdn.jsdelivr.net/fontsource/fonts/source-sans-pro@latest/latin-400-normal.woff2) format('woff2'), url(https://cdn.jsdelivr.net/fontsource/fonts/source-sans-pro@latest/latin-400-normal.woff) format('woff');
	unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;

}

.clear-left{
	clear:left;
}
.login-box-msg{
	color: #000;
	font-family: "Source Sans Pro";
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	margin-top:40px;
	margin-bottom:29px;
}

.login-label{
	color: #000;
	font-family: "Source Sans Pro";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:11px;
}
.login-logo{
	text-align: center;
	width: 100%;
	background: white;
	position: fixed;
	z-index: 10;
	padding-bottom:20px;
}
.login-box-body{
	padding-top:120px;
}
.login-input{
	height:48px;
	font-family: "Source Sans Pro";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.login-btn{
	color: var(--Colors-Background-White, #FFF);
	font-family: "Source Sans Pro";
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;	
	border-radius: 10px;
	border: 1px solid #D2D2D2;
	background: linear-gradient(89deg, #000 78.28%, #040404 101.23%);
	backdrop-filter: blur(2px);
	padding-top:11px;
	padding-bottom:15px;
}
.otp-edit-a{
	color: #A65000;
	font-family: "Source Sans Pro";
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.login-label-otp{
	color: #000;
	text-align: center;
	font-family: "Source Sans Pro";
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:48px;
}
.dashboard-menu{
	margin-top:120px;
}
.dashboard-img-container{
	border-radius: 10px;
	border: 0.5px solid #D2D2D2;
	background: var(--Colors-Background-White, #FFF);
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
	text-align: center;
	padding-bottom:1.75rem;
	margin:0.81rem;

}
.dashboard-img-container img{
	width:4.3rem;
	height:4.3rem;
	margin-top:3.1rem;
	margin-bottom:3.1rem;
}

.dashboard-img-label{
	color: #000;
	font-family: "Source Sans Pro";
	font-size: 2.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.forms-main-container{
	padding-left:3.375rem;
	padding-right:3.375rem;
	padding-top:3.75rem;
	padding-bottom:6.875rem;
}
.form-label-question{
	color: #000;
	font-family:  "Montserrat", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; 
	margin-bottom:1.75rem;
}
.form-label-answer{
	color: #000;
	font-family:  "Montserrat", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; 
	margin-bottom:0px;
}
.form-answer-checkbox{
	width:20px;
	height:20px;
	margin:0px !important;
	margin-right:11px !important; 
	accent-color: black;
}
.form-answer-container{
	display:flex;
	align-items: center;
	margin-bottom:1.25rem;
}

.question-container{
	padding-bottom:1.875rem;
}

.form-answer-input{
	width: 80%;
	border: 0px;
	border-bottom: 1px solid;
	font-size: 14px;
}

.form-button-container{
	margin-left:auto;
	margin-right:auto;
	display:flex;
	justify-content: center;
}
.form-continue-btn{
	color: var(--Colors-Background-White, #FFF);
	font-family:  "Montserrat", sans-serif;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;

	font-variant: all-small-caps;
	border-radius: 10px;
	background: #000;
	padding: 0.688rem 7.875rem;
}

.thanku-msg{
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 2.5rem;
	font-style: italic;
	font-weight: 500;
	line-height: normal;
	padding-left:11.813rem;
	padding-right:11.813rem;
	height:60vh;
	display:flex;
	align-items:center;
	justify-content:center;
}
.cat-main-con{
	margin-top:120px;
	width:75%;
	margin-left: auto;
	margin-right: auto;
}
.cat-image{
	width:10.938rem;
	height:auto;
}
.outer-category-container{
	display:flex;
	justify-content:center;
}
.category-container{
	border-radius: 10px;
	border: 1px solid #DCDCDC;
	background: #F8F8FA;
	float:left;
	padding-left:1.875rem;
	padding-right:1.875rem;
	padding-top:0.688rem;
	padding-top:1.063rem;
	margin-bottom:2.5rem;
}
.category-inner-container{
	display:flex;
	flex-direction:column;
}
.category-label{
	color: #000;
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-top:0.563rem;
}
.explore-label{
	margin-top:1.375rem;
	color: #000;
	text-align: center;
	font-size: 0.938rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:1.063rem;
}
.product-grid{
	display:flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
	border:1px solid gray;
	border-radius:10px;
	margin-top:20px;
	background:#FFFFFF;
}
.product-grid-img{
	width:90%;
	aspect-ratio:1/1;
	object-fit:cover;
}
.category-filter-div{
	height: 60rem;
	overflow: scroll;
	position: fixed;
	margin-top:75px;
	border-top:0px;
	background:#F6F6F6;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.sort_by_list{
	height:30px;
}
.category-product-div{
	margin-left: 25%;
	margin-top:45px;
	/*height: 60rem;
	overflow: scroll;
	position: fixed;
	border: 1px solid gray;
	border-left:0px;*/
}
.used_filter_span{
	border:1px solid #F06E3B;
	border-radius:5px;
	padding:8px;
	margin:5px;
}
.total-filter-div{
	position:fixed;
	background:white;
	z-index:10;
	width:100%;
	padding-top:10px;
	//border-bottom:1px solid gray;
}
.total-product-div{
	font-size:1.7rem;
	font-weight:bold;
}
.filter-name{
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-top:16px;
}
.filter-name-value{
	color: #000;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:0px;
	margin-left:12px;
}
.filter-bunch{
	padding-bottom:30px;
	padding-top:10px;
	border-bottom:1px solid grey;
}
.clear-all-filter{
	float:right;
}
.clear-all-filter a{
	color: #E72756;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.filter-text{
	color: #000;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.filter-count{
	color: #E72756;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 2px;
	border: 0.5px solid #E72756;
	background: #FFF;
	margin-left: 16px;
	padding: 4px 8px;
}
.result-tile-count{
	padding-top:16px;
	padding-bottom: 12px;
	color: #1C1C1C;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.filter-no-detail{
	background:#F6F6F6;
	border-bottom:1px solid #888888;
	padding-top:10px;
}
.filter-checkbox-container{
	display:flex;
	align-items:center;
	margin-top:15px;
}
.filter-checkbox{
	height:26px;
	width:26px;
	margin:0px !important;
	accent-color: #4B5EA7;

}
.category-a{
	border-radius: 5px;
	border: 1px solid #6E6E6E;
	width:fit-content;
	display:inline-block;
	padding:5px 8px;
	margin-left:15px;
	text-decoration:none;
}
.category-a img{
	padding-right:10px;
	width:25px;
}
.category-a-label{
	margin-bottom:0px;
	color: #3D3D3D;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}
.category-a-div{
	display:flex;
	align-items:center;
	padding:5px;

}
.cat-container-list{
	overflow:auto;
	white-space:nowrap;
	-ms-overflow-style: none;  
	scrollbar-width: none;
	margin-right:30px;
	display:flex;
	align-items:center;
}

.category-filter-div::-webkit-scrollbar {
	display: none;
}
.cat-container-list::-webkit-scrollbar {
	display: none;
}
.cat-list-selected{
	border-radius: 5px;
	border: 1px solid #F06E3B;
	background: rgba(240, 110, 59, 0.20);
}
.list-selected-filter{
	position:fixed;
	margin-top:20px;
	z-index:20;
	padding-bottom: 20px;
	background: white;
	padding-top: 20px;
	color: #1E1E1E;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.list-products{
	margin-top:75px;
	background:#FAFAFA;
}
.product-info{
	width:100%;
	display:flex;
	align-items:center;
	justify-content: space-between;
	padding:10px 8px;
}
.product-info-sku{
	color: #343434;
	font-family: Montserrat;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.product-info-stock{
	color: #092;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.list-header{
	background: linear-gradient(180deg, #4B529F 0%, #4EC2EC 100%);
	padding-bottom:0px;
}
.list-page-after-header{
	margin-top:95px;
}
.detail-page-after-header{
	margin-top:50px;
}
.list-header-content{
	display:flex;
	align-items:center;
	justify-content: space-between;
	padding:25px 0px;
}
.detail-list-header-content{
	display:flex;
	align-items:center;
	justify-content: space-between;
	padding:15px 0px;
}
.list-header-back{
	padding-left:26px;
}
.list-header-back img{
	width:20px;
}
.list-header-back a{
	text-decoration:none;
	display:flex;
	align-items:center;
}
.list-header-back span{
	padding-left:14px;
	color: #FFF;
	text-align: center;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.list-header-search input{
	border-radius: 5px;
	background: #FFF;
	line-height:32px;
	font-size: 20px;
	height:45px;
}

.list-header-search img{
	width:32px;
}
.list-header-search  .input-group-addon{
	border-radius: 5px;
	background: linear-gradient(180deg, #E72756 0%, #F8B023 100%);
}
.list-header-heart-cart{
	margin-right:32px;
}
.list-header-heart{
	margin-right:50px;
}
.default-hide{
	display:none;
}
.show-more-list{
	font-size:20px;
	margin-top:10px;
	text-decoration:underline;
}
.thumbnil-container-detail{
	width:8.29vw;
	justify-content: space-evenly;
	display: flex;
	flex-direction: column;
}
.thumbnil-image-detail{
	width:5.54vw;
	margin-right: 2vw;
}
.thumbnil-container-detail img{
	width:100%;
	border-radius: 10px;
	border: 1px solid #B6B6B6;
	background:  lightgray 50% / cover no-repeat;
}
.main-image-container{
	width:100%;	
	padding:5%;
}
.main-image-container img{
	width:28vw;
	padding:0%;
	border-radius: 20px;
	border: 1px solid #EDEDED;
	background:  lightgray 50% / cover no-repeat;

}
.image-container{
	display:flex;
}
.product-code-detail-container{
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding-top:4vh;
}
.product-code-detail{
	color: #4B5DA7;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.share-detail{
	color: #000;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.share-container-detail{
	display: flex;
	align-items: center;
	justify-content: center;
}
.customize-detail-label{
	display:flex;
	padding-left: 0.963rem;
	padding-top: 1.063rem;
	padding-bottom: 2.313rem;
}
.customize-detail-label span{
	color: #000;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding-left:6px;
}
.detail-solitaire-container,.mount-detail-container{
	padding-left:1.938rem;
	padding-right:3.063rem;
}
.detail-each-solitaire-container{
	display:flex;	
	align-items:center;
	justify-content: space-between;
	margin-bottom:2.5rem;
}
.detail-each-solitaire-container label{
	color: #000;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:0px;
	padding-left:1.25rem;
}
.detail-each-solitaire-price{
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.detail-each-solitaire-container input[type=checkbox]{
	width:25px;
	height:25px;
	margin-top:0px;
}
.detail-each-solitaire-checkbox{
	display:flex;
	align-items:center;
}
.solitaire-container , .mount-container{
	padding-top:0.625rem;
	border-radius: 10px;
	border: 0.5px solid #CBCBCB;
	margin-top:1.313rem;
	padding-left: 2vw;
}
.detail-view-more{
	padding-left: 1.938rem;
	margin-bottom:0.688rem
}
.detail-view-more button{
	border:unset;
	color: #4B5EA7;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	border-radius: 10px;
	background: #F8F9FC;
	padding: 0.688rem 1.375rem;
}
.ring-size-inner-container{
	display:flex;
	align-items:center;
}
.ring-size-label,.ring-size-inner-container{
	color: #000;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-right:1.563rem;
}
.ring-size-inner-container select{
	height:40px;
	width:6.938rem;
	color: #161616;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-radius: 3px;
	border: 0.3px solid #B0B0B0;
	margin-left:2rem;
	width:14.375rem;

}
.ring-size-inner-container option{
	color: #161616;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.metal-color-text{
	display:flex;
	align-items:center;
	margin-top:1.875rem;
	margin-bottom:1.875rem;
}
.metal-color-text-label{
	color: #000;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-right: 1.563rem;
}
.metal-color-text-value{
	color: #000;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.detail-product-info-container-label{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding-bottom:1.563rem;
}
.detail-product-info-container-label-label{
	color: #161616;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.detail-product-info{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding-bottom:0.625rem;
}
.detail-product-info-label{
	color: #6C6C6C;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.detail-product-info-value{
	color: #000;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.detail-product-info-container{
	padding-bottom:0.5rem;
	border-bottom: 0.5px solid #D7D7D7;
	width:40vw;
}
.detail-price-breakup-container{
	margin-top:0.625rem;
	padding-top:0.625rem;
	border-top: 0.5px solid #D7D7D7;
	width:40vw;
}
.metal-color-text select{
	height:40px;
	color: #161616;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-radius: 3px;
	border: 0.3px solid #B0B0B0;
	width:14.375rem;

}
.metal-color-text option{
	color: #161616;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.detail-purity-container-inner{
	display:flex;
}
.detail-purity-container-inner label{
	color: #000;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin:0px;
	padding-left:0.875rem;
}
.detail-purity-container-inner input[type=radio]{
	width:20px;
	height:20px;
	margin:0px;

}
.detail-radio-container{
	display:flex;
	padding-right:2.875rem;
}
.mount-container{
	padding-bottom: 2.625rem;
	margin-top:2.313rem;
}
.modal-lg{
	width: 96%;
	margin-left: 4%;
	padding: 0;
	margin-top: 0px;
}
.show-more-divine .header-modal{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.show-more-divine .header-modal .header-modal-filter{
	display:flex;
}
.header-modal-filter-filter-label{
	color: #404040;
	text-align: center;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.header-modal-filter-filter-count{
	border-radius: 5px;
	background: #3B5084;
	color: #FFF;
	text-align: center;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	padding:0px 10px;
	margin-left:5px;
	margin-right:20px;
	line-height: 28px;
}
.header-modal-filter-filter-clear-all{
	color: #3B5084;
	text-align: center;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
}
.header-modal-filter-filter-close{
	display:flex;
	align-items:center;
}
.header-modal-filter-filter-close span{
	color: #383838;
	text-align: center;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-right:10px;
}
.header-modal-filter-filter-close i{
	color:#E41212;
	font-size:20px;
}
.show-more-divine-filter-label{
	color: #404040;
	text-align: center;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.show-more-divine-filter-color{
	text-align: center;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #404040;
	background: #FFFFFF;
	display: flex;
	width: 56px;
	padding: 10px 16px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-right:10px;
	border: 0.5px solid #3B5084;
}

.show-more-divine-filter-color-new{
	text-align: center;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #404040;
	background: #FFFFFF;
	/*display: flex;
	width: 56px;*/
	padding: 10px 16px;
	justify-content: center;
	align-items: center;
	border: 0.5px solid #3B5084;
	margin-bottom:10px;
	border-radius:5px;
}




.show-more-divine-filter-color-selected{
	background: #3B5084;
	color: white;
}
.show-more-divine-filter-color-container{
	/*display:flex;*/
}
.show-more-divine-filter-clarity{
	color: #404040;
	text-align: center;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 8px 16px;
	border: 0.5px solid #3B5084;
}

.show-more-divine-filter-carat{
	color: #404040;
	text-align: center;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding: 8px 16px;
	border: 0.5px solid #3B5084;

}
#solitaire-option-table tr td{
	color: #000;
	text-align: center;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.show-more-divine-filter-clarity-selected{
	background: #3B5084;
	color: white;
}

.details-stock-button-inner-container{
	display:flex;
	align-items: center;
}
.details-stock-button{
	text-align: center;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 2.938rem;
	border: 1px solid #3B5084;
	background: #F4F4F4;
	height:3.938rem;
	vertical-align: middle;
	width:10.376vw;
	padding:0.5rem 0.688rem;
}
.details-stock-button-available{
	color: #3B5084;
	line-height: 1.5rem;
}
.details-stock-button-solitaire-stock{
	border: 1px solid #3B5084;
	background: #3B5084;
	color: #FFF;
}
.detail-total-product-result{
	margin-top:1rem;
	color: #000;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.show-more-divine-filter-carat-container{
	margin-top:0.625rem;
	padding-top:0.625rem;
}
.show-more-divine-filter table{
	width:100%;
	border-bottom:2px dashed #164190;
}
.show-more-divine-filter-second-tr{
	padding-top:1.563rem;	
}
.show-more-divine-filter-second-tr td{
	padding-top:1.563rem;
	padding-bottom:1.5rem;
}

.radio_as_checkbox{
	appearance: none;
	border: 1px solid #d3d3d3;
	width: 30px;
	height: 30px;
	content: none;
	outline: none;
	margin: 0;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.radio_as_checkbox:checked {
	appearance: none;
	outline: none;
	padding: 0;
	content: none;
	border: none;
}

.radio_as_checkbox:checked::before{
	position: absolute;
	color: green !important;
	content: "\00A0\2713\00A0" !important;
	border: 1px solid #d3d3d3;
	font-weight: bolder;
	font-size: 21px;
}

.show-more-solitaire-all-solitaire-stock{
	width:50%;
	padding-left:20px;
	padding-right:20px;
	float:left;
}

.show-more-solitaire-all-solitaire-stock table{
	width:80%;
	text-align:center;
}
.show-more-solitaire-all-solitaire-stock table tr{ 
	border-radius: 5px;
	background: rgba(236, 236, 236, 0.50);
}
.show-more-solitaire-all-solitaire-stock table tr td{
	padding:8px 6px;
}
.show-more-solitaire-all-solitaire-image-container{
	width:45%;
	float:right;
	border-radius: 5px;
	background: #FBFBFB;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding-top:2.813rem;
	padding-left:1.563rem;
}

.show-more-solitaire-all-solitaire-image-inner-container{
	width:100%;
	display:flex;
	align-items:center;

}
.show-more-solitaire-all-solitaire-image-inner-container-inner{
	width:40%;
	padding:15px;
	border: 1px solid black;
	border-radius: 12px;
	margin-right: 20px;
}

.show-more-solitaire-all-solitaire-image-inner-container-inner img{
	width:100%
}

.show-more-solitaire-all-solitaire-image-container-span{
	color: #6C6C6C;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;	
}
.show-more-solitaire-all-solitaire-image-container-span-value{
	color: #000;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.show-more-solitaire-all-solitaire-image-container-div{
	margin-bottom:20px;
}
.show-more-solitaire-all-solitaire-image-container-btn{
	color: #FFF;
	text-align: center;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	background: #3B5084;
	padding:12px 43px;
	margin-top:50px;
}

.show-more-solitaire-all-solitaire-stock-cant-find-solitaire-btn{
	color: #203A78;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background:unset;
	border:unset;
}
.show-more-solitaire-all-solitaire-stock-cant-find-solitaire-btn-container{
	position:fixed;
	bottom:10px;
}
.detail_price_div{
	position:fixed;
	background: rgba(233, 233, 233, 0.90);
	backdrop-filter: blur(2px);
	bottom:1rem;
	width:100%;
	padding-top:2rem;
	padding-bottom:2rem;
}
.detail_price_div_amount{
	float:left;
}
.detail_price_div_amount_value{
	color: #000;
	text-align: center;
	font-family: Roboto;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;

}

.detail_price_div_amount_label{
	color: #000;
	text-align: center;
	font-family: Roboto;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;

}
.detail_price_div_button_container{
	float:right;

}
.cant_find_solitaire_container{
	margin-top:40px;
}
.cant_find_solitaire_container_left{
	width:60%;
	float:left;
	padding-left:50px;
}
.cant_find_solitaire_container_right{
	width:40%;
	float:right;
}

.menu-bar{
	background: linear-gradient(180deg, #4B529F 0%, #4EC2EC 100%);
	height:48px;
	display: flex;
	justify-content: right;
	align-items: center;
	position:fixed;
	width:100%;
	z-index:2;
}

.menu-nav{
	color:#FFFFFF;
	font-size:20px !important;
}
.main_menu_label{
	color: #000;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	padding:8px 8px 8px 32px;
}

.sub-menu{
	font-size:16px !important;
}

.menu-part1{
	width:20%;
	text-align:left;
	padding-left:10px;
}
.menu-part2{
	width:60%;
	text-align:center;
	color:#fff;
	font-size:18px;
}

.menu-part3{
	width:20%;
	text-align:right;
	padding-right:10px;
}

.report-table{
	margin-top: 48px;
	background: white;
}

.menu-back-button{
	color:#FFFFFF;
	padding-left: 10px;
	width: 40px;
	display: block;
}

.menu-back-button .fa{
	font-size:20px;
}

.filter-bar {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
	/*padding-top: 60px;*/
	overflow-y: hidden;
	z-index:3;
}
.mobile_report_link{

	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
	/*padding-top: 60px;*/
	overflow-y: hidden;
	z-index:3;
}
.report-filter-head-container{
	padding-left:0px !important;
	padding-right:0px !important;

}
.report-filter-head{
	padding:16px 5px 16px 1px;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-variant: all-small-caps;
	border-bottom:1px solid #DCDCDC;
}
.report-filter-value{
	border-left:1px solid #DCDCDC;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-variant: all-small-caps;
	overflow-y:scroll;
	height:85vh;
}

.report-filter-name-value{
	text-align:left !important;
	width:90%;	
	font-size:14px !important;
	height:100%;

}
.sales_report_header{
	margin-top:50px;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}
.sales_report_link{
	margin-top:5px;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	padding-bottom:20px;
}
.sales_report_date{
	color: #003B66;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	padding-top:10px;
	padding-bottom:10px;
}
.sales_report_type{
	text-align: left;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.sales_report_type_section{
	margin-top:10px;
	border-radius: 10px;
	border: 1px solid #DDD;
	background: rgba(247, 243, 254, 0.50);
	box-shadow: 2px 2px 4px 0px rgba(200, 200, 200, 0.25);
}
.sales_report_type_section_container{
	padding:10px;
}
.sales_report_type_section_name{
	color: #1E1E1E;
	text-align: center;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	padding-top:14px;
	padding-bottom:14px;
}
.sales_report_type_section_value{
	color: #1E1E1E;
	text-align: center;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	padding-bottom:14px;
}
.sales_report_type_section_pcs{
	text-align: center;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	padding-bottom:14px;
}
.primary_mtd_sale_report{
	margin-top:30px;
	padding-left:0px;
	padding-right:0px;
}

.stock_report_container{
	border-radius: 20px;
	border: 1px solid #F0F0F0;
	background: #FFF;
	box-shadow: 2px 2px 4px 0px #FFF9F7;
	margin-top:20px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:20px;
	margin-bottom:25px;
}
.report_total_stock_header{
	padding-top:10px;
	padding-bottom:20px;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	color:black;
}
.stock_report_box_name{
	text-align: center;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	color:black;
}
.stock_report_box{
	margin-top:11px;
	border-radius: 20px;
	border: 1px solid #DDD;
	background: rgba(253, 250, 255, 0.50);
}
.stock_report_box_value{
	color: #1E1E1E;
	text-align: center;
	font-family: Montserrat;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	padding-top:20px;
	padding-bottom:11px;
}
.stock_report_box_pcs{
	text-align: center;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	padding-top:20px;
	padding-bottom:11px;
	color:#000000;
}
.stock_report_outer_container{
	padding-left:15px;
	padding-right:15px;
	color:white;
}
.report_link{
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	padding-bottom:26px;
	margin-top:30px;
}
.report_sub_link{
	font-family: Montserrat;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	padding-bottom:14px;
}
.report_sub_link_a{
	color: #336991;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-variant: all-small-caps;
	padding-bottom:14px;
}
.report_link_i{
	padding-left:5px;
	font-size:8px !important;
}
.dot {
	margin-left:10px;
	height: 5px;
	width: 5px;
	background-color: #000;
	border-radius: 50%;
	display: inline-block;
}
.date-container-filter{
	padding-left:5px;
	padding-right:5px;
}
.date-container-filter-input{
	width:100%;
}
.date-container-outer-filter{
	padding-left:0px;
	padding-right:0px;
}
.report_filter_div{
	position:absolute;
	bottom:20px;
	left:20px;
}
.filter_header_report{
	display:flex;
	align-items: center;
	justify-content: space-between;
	padding-top:20px;
	padding-bottom:10px;
}
.filter_header_report_quick{
	color: #000;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding-left:20px;
}
.filter_header_report_close_btn{
	padding-right:60px;
}
.clear-filter-btn-report{
	margin-left:30px;
	border-color:#4EC2EC;
}
.sales_report_msg{
	color: #717171;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.report-main-container{
	background: #F5F5F5;
	height: fit-content;
	width: 100%;
	min-height: 100vh;
}
.all_report_link{
	border-radius: 20px;
	border: 1px solid #F0F0F0;
	background: #FFF;
	padding:40px;
}
.report_sub_link_stock{
	margin-top:50px;
}
.all_report_link_main_container{
	padding-left:50px;
	padding-right:50px;
}
.report_link_btn{
	display:none;
}

.pj-list-table,.form-link{
	margin-top:75px;
}
.form-link{
	font-size:20px;
}
.form-link div{
	padding-top:20px;
	padding-left:20px;
}
.form-link i{
	margin-left:15px;
}
.main-header-title{
	font-size:24px;
	font-weight:600;
	color:#FFF;
}
.outstanding_report_box{
	display:flex;
	align-items:center;
	justify-content:center;
	aspect-ratio:1;
}

.pj_list_main_branch{
	border-radius: 10px;
	background: linear-gradient(270deg, #EA4B35 0%, #E8354D 100%);
	box-shadow: 2px 4px 4px 0px rgba(181, 181, 181, 0.25);
	width:150px;
	padding-top:20px;
	padding-bottom:20px;
	margin-left:10px;
	margin-right:10px;
}
.pj_list_outlet{
	border-radius: 10px;
	background: linear-gradient(270deg, #45B9E5 0%, #4B5CA6 100%);
	box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
	width:150px;
	padding-top:20px;
	padding-bottom:20px;margin-left:10px;
	margin-right:10px;
}
.pj_list_inactive_pj{
	border-radius: 10px;
	background: linear-gradient(270deg, #F9B620 0%, #F07B32 100%);
	box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
	width:150px;
	padding-top:20px;
	padding-bottom:20px;
	margin-left:10px;
	margin-right:10px;
}

.pj_list_main_branch_header,.pj_list_outlet_header,.pj_list_inactive_pj_header{
	color: #FFF;
	text-align: center;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;	

}
.pj_list_main_branch_value,.pj_list_outlet_value,.pj_list_inactive_pj_value{
	color: #FFF;
	text-align: center;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;

}
.pj-list-count{
	display:flex;
	justify-content:center;
	align-items:center;
}
.align-right{
	text-align:right;
}
.report-table .fa{
	color:black;
}
.download-report-btn .fa{
	color:white;
}
.first_row_header_report{
	background:#F5F5DC;
	height: 40px;
	position: sticky;
	top: 48px;

}
.total_row_header_report{
	font-weight:bold;
	color:#B97F00;
	font-size:16px;
	height: 40px;
	position: sticky;
	top: 86px;
	background:white;

}
.uid-sol-desc-report{
	font-size:16px;
	/*font-weight:bold;*/
}
.uid-metal-desc-report{
	font-size:13px;
}
.report_description_th_img{
	width:65px;
}
.uid-report-img{
	width:53px;
}
.report-desc-container{
	display:flex;
	align-items:center;
}
.report_description_th{
	width:290px;
}
.report-filter-btn{
	background:linear-gradient(180deg, #4B529F 0%, #4EC2EC 100%);
	color:white;
}
.align-center{
	text-align:center;
}
.report-diamond-img{
	font-size:32px !important;
}
.cancel_search_report{
	width:40px;
	border:1px solid #767676;
	padding:7px 10px;
	border-left:0px;

}
.search_report_input{
	height:32px;
}
.logout_btn{
	position:absolute;
	right:50px;
	top:30px;
}
.logout_btn i{
	font-size:20px;	
} 
.report-table i{
	color:black;
}
.report-table td,.report-table th,.report-table tr,.report-table{
	/*width: 1%;
	white-space: nowrap;
	padding-right:15px !important;
	padding-right:15px !important;*/
}
.required{
	color:red;
}
.secondary-sales-form{
	background:#D6F3FF;
}
.secondary-sales-form-header{
	color: rgba(40, 40, 40, 0.85);
	text-align: center;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150%  */
	padding-top:16px;
}
.secondary_sale_date{
	color: #164190;
	font-family: Intro;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:16px;
	margin-bottom:0px;
}
.secondary_sale_jeweller{
	color: rgba(40, 40, 40, 0.85);
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top:12px;
}
.secondary-sales-inner-container{
	border: 0.5px solid #5F7FBC;
	background: rgba(255, 255, 255, 0.35);
	backdrop-filter: blur(5px);
	margin-bottom: 50px;
	padding-bottom: 30px;
	border-radius: 10px;
}
.secondary_sales_submit_btn{
	background: linear-gradient(180deg, #3B5084 0%, #0032AD 100%) !important;
	color: #FFF !important;
	text-align: center !important;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 150% */
	border-radius: 8px;

}

.secondary_sales_confirm_submit_yes{
	border-radius: 5px !important;
	border: 1px solid #234394 !important;
	background: linear-gradient(180deg, #3B5084 0%, #0032AD 100%) !important;
	color: #FFF !important;
	font-family: Montserrat;
	font-size: 12px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: 24px !important;
	text-transform:unset !important;
}
.secondary_sales_confirm_submit_no{
	border-radius: 5px !important;
	border: 1px solid #D5D7DA !important;
	background: #FFF !important;
	color: #414651 !important;
	font-family: Montserrat;
	font-size: 12px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: 24px !important;
	text-transform:unset !important;
}
.secondary_sales_reset_btn{
	border-radius: 8px;
	border: 1px solid #133BA0;
	background: #FFF;
	color: #103AA2;
	text-align: center;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */
}
.justify-content-md-center{
	display:flex;
	justify-content:center;
}
.secondary_sales_purchase_category label{
	margin-bottom:0px;
}
.secondary_sales_purchase_category input[type="radio"]{
	margin-top:0px;
	margin-right:5px;
	margin-left:5px;
}
.secondary_sales_purchase_category_radio_active{
	border-radius: 20px;
	border: 1px solid #133BA0 !important;
	background: #FFF !important;
}
.secondary_sales_purchase_category .secondary_sales_purchase_category_radio{
	background:#E6EFEF;
	padding: 10px;
	border:1px solid #E6EFEF;
	border-radius: 20px;
	display: flex;
	align-items: center;
	padding-left:10px !important;
	padding-top:10px !important;
	padding-bottom:10px !important;
}
.pad-0{
	padding:0px !important;
}
.pad-l-0{
	padding-left:0;
} 
.pad-r-0{
	padding-right:0;
}
.full-width{
	width:100%;
}

.secondary-sales-main-container .col-sm-12{
	padding-top:16px;
	color:#000;
}

.secondary-sales-main-container input[type="text"]{
	height:48px;
	font-size:16px;
	font-weight:normal;
	color:#000;
}
.secondary-sales-main-container input[type="text"]::placeholder{
	font-weight:normal;
	color:#B6B6B6;
}

.secondary-sales-main-container label{
	font-weight:400;
	font-size:16px;
}	
.pt-16{
	padding-top:16px;

}
.ptb-16{
	padding-top:16px;
	padding-bottom:16px;
}	
.clear-both{
	clear:both;	
}	
.input-group-btn .btn{
	height:48px;
	margin-left:unset;
}
.line-48{
	line-height:48px;
}
.h-48{
	height:48px;
}
.color-book-pyds{
	border:2px solid black;
	padding:8px 10px;
	margin-right:3px;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 10px;
}
.selected-color{
	background:black;
	color:white;
}
.secondary_add_more_btn,.secondary_add_more_btn:hover{
	background:#133BA0;
	color:white;
}
.insurance_container input[type="radio"] {
	width: 50px;
	height: 36px;
	border-radius: 5px;
	border: 0.5px solid #133BA0;
	background: #FFF;
	background-color: white;
	-webkit-appearance: none; /*to disable the default appearance of radio button*/
	-moz-appearance: none;
}

.insurance_container input[type="radio"]:focus { /*no need, if you don't disable default appearance*/
	outline: none; /*to remove the square border on focus*/
}

.insurance_container input[type="radio"]:checked { /*no need, if you don't disable default appearance*/
	background-color: #133BA0;
}

.insurance_container input[type="radio"]:checked ~ span:first-of-type {
	color: white;
}

.insurance_container label span:first-of-type {
	position: relative;
	left: -40px;
	font-size: 13px;
	color: #B6B6B6;
}

.insurance_container label span {
	position: relative;
	top: -12px;
}
.insurance_container small{
	color:#666;
}
.secondary_sales_error_msg{
	color:#880808;
}
.mt-70{
	margin-top:70px;
}
@media only screen and (max-width: 480px) {
	.sales_report_header{
		font-size: 20px;
	}
	.sales_report_date{
		font-size: 12px;
		padding-top:5px;
		padding-bottom:5px;
	}
	.sales_report_msg{
		font-size:10px;
	}
	.report-inner-container{
		padding-left:0px;
		padding-right:0px;
	}
	.report_total_stock_header{
		font-size:14px;
	}
	.stock_report_box_name{
		font-size:12px;
	}
	.stock_report_box_value,.stock_report_box_value{
		font-size:24px;
	}
	.stock_report_box_value,.stock_report_box_pcs{
		padding-top:10px;
		padding-bottom:10px;
	}
	.stock_report_box_pcs{
		font-size:12px;
	}
	.all_report_link_main_container{
		display:none;
	}
	.first_mobile_report_link{
		margin-top:75px;
	}
	.report_link_btn{
		display:inline-block;
		color: var(--Primary-Color, #000);
		font-family: Montserrat;
		font-size: 10px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		text-transform: capitalize;
		border-radius: 5px;
		background: #FFF;
		box-shadow: 2px 1px 4px 0px rgba(0, 0, 0, 0.25);
		float:right;
	}
	.sales_report_header{
		margin-top:62px;
	}
	.stock_report_outer_container{
		padding-left:5px;
		padding-right:5px;
	}
	.mobile_report-link-header{
		display:flex;
		justify-content:space-between;
		align-items:center;
		height:60px;

		background: linear-gradient(180deg, #4B529F 0%, #4EC2EC 100%);
		color:#FFF;
		font-size:20px;
		padding-left:20px;
	}
	.mobile_report-link-header button{
		background:transparent;:
		border: 0px;
		padding-right: 20px;
	}
	.report_sub_link{
		padding-left:20px;
	}
	.report_sub_link_a{
		padding-left:20px;
	}
	.report_filter_div{
		z-index:3;
	}	
	.pjlist-datatable{
		overflow:auto;
	}
	.report-desc-container{
		width:250px;
	}
	.mobile_report_link-inner{
		padding-left:0px;
		padding-right:0px;
		height:95%;
		overflow:auto;
	}
	.login-box-body{
		width:60% !important;
	}
	.secondary_sale_date ,.secondary_sale_jeweller{
		font-size:15px;
	}
	.secondary-sales-main-container label{
		font-size:13px;
	}
	.secondary-sales-main-container input[type="text"]::placeholder{
		font-size:13px;
		color: #9C9C9C;
		font-weight:normal;
	}
	.secondary_sale_date{
		color: #164190;
		font-family: Intro;
		font-size: 30px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		margin-top:0px;
		margin-bottom:0px;
	}
	.secondary_sale_jeweller{
		color: rgba(40, 40, 40, 0.85);
		font-family: Montserrat;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		margin-top:12px;
	}

	.insurance_container input[type="radio"] {
		width: 50px;
		height: 36px;
		border-radius: 5px;
		border: 0.5px solid #133BA0;
		background: #FFF;
		background-color: white;
		-webkit-appearance: none; /*to disable the default appearance of radio button*/
		-moz-appearance: none;
	}

	.insurance_container input[type="radio"]:focus { /*no need, if you don't disable default appearance*/
		outline: none; /*to remove the square border on focus*/
	}

	.insurance_container input[type="radio"]:checked { /*no need, if you don't disable default appearance*/
		background-color: #133BA0;
	}

	.insurance_container input[type="radio"]:checked ~ span:first-of-type {
		color: white;
	}

	.insurance_container label span:first-of-type {
		position: relative;
		left: -40px;
		font-size: 13px;
		color: #B6B6B6;
	}

	.insurance_container label span {
		position: relative;
		top: -12px;
	}
	.insurance_container small{
		color:#666;
	}
	.secondary_sales_error_msg{
		color:#880808;
	}
	.show-more-divine-filter-clarity1{
		padding-left:5px !important;
		padding-right:5px !important;
	}
}

.designation_text{
	color: #FFF;
	text-align: center;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}
.designation_count{
	color: #FFF;
	text-align: center;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.designation_data{
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 10px;
	background: linear-gradient(270deg, #EA4B35 0%, #E8354D 100%);
	box-shadow: 2px 4px 4px 0px rgba(181, 181, 181, 0.25);
	width: fit-content;
	min-width: 150px;
	padding: 20px 20px;
	margin-left: 10px;
	margin-right: 10px;
}
.designation_data label{
	cursor:pointer;
}
.designation_data_container{
        display: flex;
        justify-content: space-around;
        text-align: center;
        margin-bottom:10px;
        overflow:auto;
}
.matrix-table tr td{
	text-align:right;
}
.matrix-bold{
	font-weight:bold;
}

