/* devanagari */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJbecnFHGPezSQ.woff2) format('woff2');
	unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJnecnFHGPezSQ.woff2) format('woff2');
	unicode-range: U+0100-02AF, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.wrap.scc_wrapper, #wpbody-content {
	background: #F8F9FF;
}
#wpcontent,#wpwrap {
	background: #F8F9FF;
	font-family: 'Poppins';
}
.title
{
	color: #272529;
}
.form {
	background-color: #FFFFFF;
	padding: 30px;
}
.srel-form{
	background-color: #FFFFFF;
	border-radius: 5px;
}

.srel-subtitle{
	color: #314af3;
	padding: 10px 10px 10px 20px;
}
.srel-form-body{
	padding: 10px;
}
.srel-calc-settings-hr {
	background-color: #dbdffd;
	height: 1px;
	margin: 0px;
}
.main svg{
	margin-bottom: 10px;
}
/* The switch - the box around the slider */
.srel-container .switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 2em;
}

/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.srel-container .slider:before {
	position: absolute;
	content: "";
	height: 25px;
	width: 25px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #2196F3;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

.srel-container input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}
.tooltip-inner{
	max-width: 450px;
}
.tooltip-image{
	object-fit: contain;
	width: 300px;
	height: auto;
}
.accordion-button:focus {
   box-shadow: none;
}
.accordion-button:not(.collapsed){
	box-shadow: none;
}
.header {
	height: 5em;
}
.srel-top-nav-container{
	float:right;
}
ul.srel-edit-nav-items {
	margin-bottom: 0;
	display: flex;
}
ul.srel-edit-nav-items li {
	padding-left: 10px;
	padding-right: 10px;
}
ul.srel-edit-nav-items li a {
	text-decoration: none;
	color: #000000;
	outline: 0px;
	border: 0px;
	padding: 10px;
}
ul.srel-edit-nav-items li a:focus{
	outline: none !important;
}
.highlighted{
	background-color: #304af8FF;
	border-radius: 5px;
	color: #FFFFFF !important;
}
.srel-container input,.srel-container textarea{
	height: 3em;
	background-color: #FCFCFE;
	border: 1px solid #DDDEFD;
}
.srel-container .wp-picker-container {
	width: 100%;
}
.srel-container .wp-picker-container button{
	height: 4em;
	min-width: 50%;
}
.srel-container .wp-picker-container button span{
	height: 100%;
	padding: 0.6em;
	width: 70%;
	float: right;
}
.srel-container .wp-picker-container input[type=text].wp-color-picker{
	height: 4em;
}
.srel-container .wp-picker-container .screen-reader-text{
	display: none;
}
.srel-container .srel-icn-wrapper svg{
	height: 18px;
	width: 18px;
	padding: 0px;
	margin-bottom: 5px;
}
.srel-container .switch{
	margin-left: 10px;
}
.srel-container .switch input:checked+.slider{
	background-color: #314af3;
}
.srel-container .input-group-prepend button{
	height: 3em;
	background-color: #fcfcfe;
	border: 1px solid #dddefd;
	width: 50px;
	border-right: 0px;
	border-radius: 5px 0px 0px 5px;
}
.srel-container .srel-subtitle{
	color: #272529;
	font-size: 20px;
}
#submit
{
	background-color: #E35F55;
	border-color: #E35F55;
}
.srel-container .plr-0 {
	padding-left: 0px;
	padding-right: 0px;
}

.srel-qms-aligner {
	display: flex;
	align-items: center;
	justify-content: center;
}
.srel-qms-card {
	border-radius: 8px;
	color: #15216C;
	background: #C7CAFA;
	padding: 10px;
	line-height: 1;
	height: 100%;
	min-height: 90px;
}
.srel-qms-total {
	background: #2B42D9;
	color: white;
}

.srel-qms-col-info {
	display: flex;
	align-items: center;
}
.srel-qms-total .srel-qms-amount {
	font-size: 2rem;
}

.srel-qms-card .srel-qms-amount {
	font-size: 1.5rem;
	font-weight: 700;
	margin-left: 5px;
}
.srel-qms-col-info2 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	margin-top: 5px;
}
.srel-qms-col-info2 span {
	line-height: 1.2;
}
.srel-qms-won {
	background: #C8E0CC;
}
.srel-qms-lost {
	background: #FFC7C5;
}
.srel-table-container{
	padding: 10px;
}
.srel-container .srel_title_bar {
	font-size: 32px;
	font-weight: 600;
	color: #181c3b;
	text-transform: capitalize;
	margin-bottom: 30px;
	margin-top: 30px;
	margin-left: 1rem;
}
.srel-container .srel_button {
	background-color: #314af3;
	color: #fff;
	padding: 15px 40px;
	border-radius: 8px;
	text-decoration: none !important;
	font-size: 16px;
	text-align: center;
	border: none;
	margin-bottom: 0;
	display: inline-block;
	margin-left: 8px;
}
.row.align-items-center.bg-white.justify-content-center.w-100.header {
	border-radius: 10px;
	box-shadow: 0px 0px 10px #2b2b2b10;
	margin-top: 20px;
	margin-bottom: 30px;
}
