@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
body {
	background: #343a40;
	color: #fff;
}

html,
body {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

* {
	font-family: "Ubuntu", sans-serif;
}

p p{
    margin-bottom: 0;
}

.material-icons{
	font-size: inherit !important;
}

.panel-cont{
	max-height: 100vh;
	overflow-y: auto;
	padding-bottom: 120px;
}
.top-panel {
	background: #242527;
	margin-bottom: 70px;
}
.panel-cont-fixed{
	max-width: 100% !important;
}
.panel-cont-fixed .top-panel {
	background: #242527;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 123;
}
.login-body{
	margin-top: 82px;
}
.panel-cont-fixed .home-body{
	margin-top: 88px;
}
.panel-cont-fixed .gen-body{
	margin-top: 78px;
}

.top_dp_logo {
	max-height: 8em;
}

.top_dp {
	width: 50px;
	height: 50px;
	border-radius: 100%;
}

.top_icon {
	height: 50px;
	width: 50px;
	border-radius: 100px;
}

a {
	text-decoration: none;
	color: #EC5C93;
}

.both-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.both-center-f {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.v-center {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.panel-title {
	color: #9c9c9c;
	font-weight: 600;
}

.close-panel-btn {
	width: 40px !important;
	height: 40px !important;
}

.close-panel-btn span {
	font-size: 18px !important;
}

.drk-btn-in-panel{
	top: 0 !important;
	transform: none !important;
}

.btn-dark-btn {
	position: relative;
	width: 50px;
	height: 50px;
	cursor: pointer;
	line-height: 1;
	background: #25292C;
	margin: 0px auto;
	text-align: center;
	border-radius: 999px;
	color: rgba(155, 155, 155, 1);
	text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.8), 1px 1px 2px rgba(0, 0, 0, 1);
	font-size: 1.5em;
	font-family: sans-serif;
	box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.3), inset 3px 15px 45px rgba(255, 255, 255, 0.1), inset -1px -1px 2px rgba(0, 0, 0, 0.5), inset -3px -15px 45px rgba(0, 0, 0, 0.2), 1px 5px 30px -4px rgba(0, 0, 0, 1);
	-webkit-transition: 0.1s ease-out;
	-moz-transition: 0.1s ease-out;
	-o-transition: 0.1s ease-out;
	transition: 0.1s ease-out;
	display: inline-block;
	top: calc(50% + 1px);
	transform: translateY(-50%);
}

.btn-dark-btn:before {
	content: "";
	background: #1A1A1A;
	position: absolute;
	top: -15px;
	left: -15px;
	z-index: -1;
	border-radius: 999px;
	box-shadow: inset -1px -1px 2px rgba(255, 255, 255, 0.3), inset -5px -15px 40px rgba(255, 255, 255, 0.1), inset 1px 1px 2px rgba(0, 0, 0, 0.5), inset 5px 15px 40px rgba(0, 0, 0, 0.2), -2px -40px 50px -20px rgba(255, 255, 255, 0.1), 2px 35px 50px -10px rgba(0, 0, 0, 0.4), 0px 0px 25px 8px rgba(60, 60, 60, 1);
}

.btn-dark-btn:active {
	box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.3), inset 3px 15px 45px rgba(0, 0, 0, 0.2), inset -1px -1px 2px rgba(0, 0, 0, 0.5), inset -3px -15px 45px rgba(255, 255, 255, 0.1), 1px 5px 10px -4px rgba(0, 0, 0, 1);
}

.btn-dark-btn span {
	font-size: 25px;
}

.ng-txt {
	color: #9c9c9c;
	line-height: 1.3
}

.wht-crd {
	background-color: white;
	padding: 15px 12px;
	background-size: 30% auto;
	background-repeat: no-repeat;
	background-position: 97% center;
	border-radius: 10px;
}

.wht-crd .ng-txt-ttl {
	color: #000;
	font-weight: bold;
}

.wht-crd .ng-txt {
	color: #4c5358;
	font-size: 13px;
	font-family: Poppins;
	font-weight: 500;
}

.blk-crd {
	border: 1px solid #242527;
	box-shadow: inset 1px 1px 2px rgb(255 255 255 / 30%), inset 3px 15px 45px rgb(0 0 0 / 20%), inset -1px -1px 2px rgb(0 0 0 / 50%), inset -3px -15px 45px rgb(255 255 255 / 10%), 1px 5px 10px -4px rgb(0 0 0);
	padding: 15px 12px;
	border-radius: 10px;

	background-size: 30% auto;
	background-repeat: no-repeat;
	background-position: 97% center;
}

.blk-crd .form-control, .blk-input {
	/*color: #888888;*/
	color: #fff;
	background-color: transparent;
	border: 1px solid #5d6064;
}

.blk-crd .form-control:focus, .blk-input:focus {
	box-shadow: 0px 0px 12px 1px rgb(93 97 101);
	/*color: #c3c3c3;*/
	color: #fff;
	background-color: transparent;
}

.pri-btn {
	text-shadow: none;
	width: max-content;
	height: max-content;
	color: white;
	padding: 12px 18px;
	font-size: 14px;
	background: #4d4dc5;
	border: 1px solid #343a40;
	position: unset;
	transform: none;
}

.phone-footer.phone {
	width: 100%;
	display: flex;
	position: fixed;
	bottom: -4px;
}

.phone-footer .phone_content {
	width: 100%;
	overflow: hidden;
	position: absolute;
}

.phone-footer .phone_bottom {
	width: 100%;
	height: 66px;
	background: #242527;
}

.phone-footer input {
	display: none;
}

.phone-footer label {
	cursor: pointer;
	display: flex;
	width: 33%;
	height: 62px;
	position: relative;
	z-index: 2;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.phone-footer label span {
	font-size: 25px;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 3;
	transition: 200ms cubic-bezier(0.14, -0.08, 0.74, 1.4);
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #9a9a9a;
	text-shadow: -1px -1px 0px rgb(255 255 255 / 80%), 1px 1px 2px rgb(0 0 0);
}

.phone-footer .circle {
	width: 60px;
	height: 60px;
	position: absolute;
	top: -40px;
	z-index: 1;
	border-radius: 50%;
	left: 0;
	right: 0;
	margin: auto;
	transition: 200ms cubic-bezier(0.14, -0.08, 0.74, 1.4);
	box-shadow: inset 1px 1px 2px rgb(255 255 255 / 30%), inset 3px 15px 45px rgb(255 255 255 / 10%), inset -1px -1px 2px rgb(0 0 0 / 50%), inset -3px -15px 45px rgb(0 0 0 / 20%), 1px 5px 30px -4px rgb(0 0 0);
	background: #323537;
	display: none;
}

.phone-footer .indicator {
	width: 70px;
	height: 70px;
	background-color: #343a40;
	background-size: cover;
	background-position: 0 10px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: -42px;
	right: 0;
	margin: auto;
	transition: 200ms cubic-bezier(0.14, -0.08, 0.74, 1.4);
	display: none;
}

.phone-footer #input_1:checked~[for="input_1"]>span {
	top: -85px;
}

.phone-footer #input_1:checked~.circle,
.phone-footer #input_1:checked~div div .indicator {
	display: block;
	left: -80%;
}

.phone-footer #input_2:checked~[for="input_2"]>span {
	top: -85px;
}

.phone-footer #input_2:checked~.circle,
.phone-footer #input_2:checked~div div .indicator {
	display: block;
	left: -40%;
}

.phone-footer #input_3:checked~[for="input_3"]>span {
	top: -85px;
}

.phone-footer #input_3:checked~.circle,
.phone-footer #input_3:checked~div div .indicator {
	display: block;
	left: 0%;
}

.phone-footer #input_4:checked~[for="input_4"]>span {
	top: -85px;
}

.phone-footer #input_4:checked~.circle,
.phone-footer #input_4:checked~div div .indicator {
	display: block;
	left: 40%;
}

.phone-footer #input_5:checked~[for="input_5"]>span {
	top: -85px;
}

.phone-footer #input_5:checked~.circle,
.phone-footer #input_5:checked~div div .indicator {
	display: block;
	left: 80%;
}

.dev-note-footer {
	position: fixed;
	background: #242527;
	width: 100%;
	bottom: 0;
	text-align: center;
}

.glowing-btn a {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	color: #03e9f4;
	font-size: 16px;
	text-decoration: none;
	overflow: hidden;
	transition: .5s;
	margin-top: 40px;
	letter-spacing: 4px;
}

.glowing-btn a:active {
	background: #03e9f4;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
}

.glowing-btn a span {
	position: absolute;
	display: block;
}

.glowing-btn a span:nth-child(1) {
	top: 0;
	left: -100%;
	width: 100%;
	height: 2px;
	background: linear-gradient( 90deg, transparent, #03e9f4);
	animation: btn-anim1 1s linear infinite;
}

.glowing-btn a span:nth-child(2) {
	top: -100%;
	right: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient( 180deg, transparent, #03e9f4);
	animation: btn-anim2 1s linear infinite;
	animation-delay: .25s;
}

.glowing-btn a span:nth-child(3) {
	bottom: 0;
	right: -100%;
	width: 100%;
	height: 2px;
	background: linear-gradient( 270deg, transparent, #03e9f4);
	animation: btn-anim3 1s linear infinite;
	animation-delay: .5s;
}

.glowing-btn a span:nth-child(4) {
	bottom: -100%;
	left: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient( 360deg, transparent, #03e9f4);
	animation: btn-anim4 1s linear infinite;
	animation-delay: .75s;
}

@keyframes btn-anim1 {
	0% {
		left: -100%;
	}
	50%,
	100% {
		left: 100%;
	}
}

@keyframes btn-anim2 {
	0% {
		top: -100%;
	}
	50%,
	100% {
		top: 100%;
	}
}

@keyframes btn-anim3 {
	0% {
		right: -100%;
	}
	50%,
	100% {
		right: 100%;
	}
}

@keyframes btn-anim4 {
	0% {
		bottom: -100%;
	}
	50%,
	100% {
		bottom: 100%;
	}
}

.up-chk-pg input[type='checkbox']+label, .up-chk-pg input[type='radio']+label {
	position: relative;
	display: flex;
	align-items: center;
	color: #9e9e9e;
	transition: color 250ms cubic-bezier(.4, .0, .23, 1);
}

.up-chk-pg input[type='checkbox']+label>span, .up-chk-pg input[type='radio']+label>span {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	width: 1em;
	height: 1em;
	background: transparent;
	border: 2px solid #9E9E9E;
	border-radius: 2px;
	cursor: pointer;
	transition: all 250ms cubic-bezier(.4, .0, .23, 1);
}

.up-chk-pg input[type='checkbox']+label:hover,
.up-chk-pg input[type='checkbox']:focus+label,
.up-chk-pg input[type='radio']+label:hover,
.up-chk-pg input[type='radio']:focus+label {
	color: #fff;
}

.up-chk-pg input[type='checkbox']+label:hover>span,
.up-chk-pg input[type='checkbox']:focus+label>span,
.up-chk-pg input[type='radio']+label:hover>span,
.up-chk-pg input[type='radio']:focus+label>span {
	background: rgba(255, 255, 255, .1);
}

.up-chk-pg input[type='checkbox']:checked+label>span, .up-chk-pg input[type='radio']:checked+label>span {
	border: .5em solid #9e9e9e;
	animation: shrink-bounce 200ms cubic-bezier(.4, .0, .23, 1);
}

.up-chk-pg input[type='checkbox']:checked+label>span:before, .up-chk-pg input[type='radio']:checked+label>span:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 1px;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	transform: rotate(45deg);
	transform-origin: 0% 100%;
	animation: checkbox-check 125ms 250ms cubic-bezier(.4, .0, .23, 1) forwards;
	min-width: 8px;
	min-height: 13px;
}

@keyframes shrink-bounce {
	0% {
		transform: scale(1);
	}
	33% {
		transform: scale(.85);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes checkbox-check {
	0% {
		width: 0;
		height: 0;
		border-color: #212121;
		transform: translate3d(0, 0, 0) rotate(45deg);
	}
	33% {
		width: .2em;
		height: 0;
		transform: translate3d(0, 0, 0) rotate(45deg);
	}
	100% {
		width: .2em;
		height: .5em;
		border-color: #212121;
		transform: translate3d(0, -.5em, 0) rotate(45deg);
	}
}

.userPINip input {
	width: 15px;
	height: 15px;
	border-radius: 100px;
	padding: 6px;
}

.userPINip input:not(:placeholder-shown) {
	/* You need to add a placeholder to your fields. For example: <input "placeholder=" "/> */
	background: #ec8b60;
}

.userPINip input(:placeholder-shown) {
	/* You need to add a placeholder to your fields. For example: <input "placeholder=" "/> */
	background: transparent;
}

.noselect {
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Old versions of Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.f2rem{
	font-size: 2rem;
}

.cy-color{
	color: #ffa331;
}

.r2c .lc{
	display: inline-block;
    width: 30px;
    text-align: center;
    vertical-align: top;
    height: 100%;
    font-size: 23px
}
.r2c .lc .material-icons{
	position: relative;
	top: 3px;
}
.r2c .rc{
	display: inline-block;
    width: calc(100% - 35px);
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
}

.pINc{
	line-height: 1.3;
    font-size: 10px;
    margin-top: 0px;
    margin-bottom: 0;
}




.form-group {
  position: relative;
}

.form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 7px 0 0 13px;
  transition: all 200ms;
  opacity: 0.5;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
  font-size: 75%;
  transform: translate3d(0, -100%, 0);
  opacity: 1;
  top: 8px;
  left: 13px;
  padding: 0;
  color: #afafaf;
  background: #343a40;
}

.text-pink{
	color: #e83e8c;
}
.btn-sm{
	font-size: 12px !important;
	padding: 10px 13px;
}









.sliding-btn .switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

.sliding-btn .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.sliding-btn .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #8e8e8e;
  -webkit-transition: .4s;
  transition: .4s;
}

.sliding-btn .slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: #343a40;
  -webkit-transition: .4s;
  transition: .4s;
}

.sliding-btn input:checked + .slider {
  background-color: #ffffff;
}

.sliding-btn input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.sliding-btn input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.sliding-btn .slider.round {
  border-radius: 34px;
}

.sliding-btn .slider.round:before {
  border-radius: 50%;
}















/*Now the CSS*/
.tree * {margin: 0; padding: 0;}

.tree ul {
	padding-top: 20px; position: relative;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.tree li {
	float: left; text-align: center;
	list-style-type: none;
	position: relative;
	padding: 20px 5px 0 5px;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	width: max-content;
}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before, .tree li::after{
	content: '';
	position: absolute; top: 0; right: 50%;
	border-top: 1px solid #ccc;
	width: 50%; height: 20px;
}
.tree li::after{
	right: auto; left: 50%;
	border-left: 1px solid #ccc;
}

/*We need to remove left-right connectors from elements without 
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
	display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child{ padding-top: 0;}

/*Remove left connector from first child and 
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after{
	border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before{
	border-right: 1px solid #ccc;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before{
	content: '';
	position: absolute; top: 0; left: 50%;
	border-left: 1px solid #ccc;
	width: 0; height: 20px;
}

.tree li a{
	border: 1px solid #ccc;
	padding: 5px 10px;
	text-decoration: none;
	color: #9a9a9a;
	font-family: arial, verdana, tahoma;
	font-size: 11px;
	display: inline-block;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover, .tree li a:hover+ul li a {
	background: #c8e4f8; color: #000; border: 1px solid #94a0b4;
}
/*Connector styles on hover*/
.tree li a:hover+ul li::after, 
.tree li a:hover+ul li::before, 
.tree li a:hover+ul::before, 
.tree li a:hover+ul ul::before{
	border-color:  #94a0b4;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #4e4e4e !important;
}



gselect gopt, gselect gseltd{
	display: none;
}



.options-screen{
	position: absolute;
    width: 94.2%;
    height: calc(100% - 100px);
    bottom: 0;
    z-index: 9999;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    margin: 0 0 0 3%;
}

.options-screen:before{
	content: " ";
    position: absolute;
    top: -12px;
    background: #787878;
    height: 4px;
    width: 31px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100px;
}
.options-screen-bg{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent;
	z-index: 9999999;
}
.options-screen .crd{
    background-color: #292d31;
    padding: 15px 12px;
    background-size: 30% auto;
    background-repeat: no-repeat;
    background-position: 97% center;
    border-radius: 10px;
    margin: 10px;
    color: #d6d6d6 !important;
}
.options-screen .ng-txt-ttl{
	font-size: 16px;
	font-family: Poppins;
	font-weight: 500;
	font-weight: bold;
}

.scrollble{
	overflow: scroll;
	height: 100%;
}

gselect{
	position: relative;
	display: block;
	height: 100%;
	min-height: 40px;
}
gselect div, gselect span{
    background-color: white;
    width: 100%;
    color: black;
    padding: 8px 11px 6px 34px;
    background-size: 20px 51%;
    background-repeat: no-repeat;
    background-position: 7px center;
}

.fgsel gselect div, .fgsel gselect span{
	min-width: 0 !important;
    width: max-content !important;
    max-width: 100% !important;
}
.fgsel gselect span{
	padding-left: 15px !important; 
	padding-right: 15px !important; 
}

gselect span{
    padding: 8px 0;
    text-align: center;
    min-width: 100%;
}


.upper-icon{
	width: 50px;
    height: 50px;
    /*border-radius: 100px;*/
}
.upper-icon-after{
	margin-left: 60px;
	line-height: 0.8;
}
.upper-icon-after span{
	font-size: 11px;
}



.hori-ul{
	list-style: none;
	white-space: nowrap;
	overflow: auto;
    width: calc(100% - 12px);
}
.hori-ul li{
	display: inline-block;
    background: #292d31;
    padding: 5px 15px;
    border-radius: 100px;
    color: #d5d5d5;
    margin-right: 5px;
}

.seltd_blk_wht{
	background: #dfdfdf !important;
	color: #242527 !important;
	box-shadow: none !important;
}

.layer-fx-full-bg{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #9f9f9f8a;
	z-index: 9999999;
}




.owl-carousel .owl-item img{
    width: auto;
}



































.tsum-tabs p {
  margin: 0 0 20px;
  line-height: 1.5;
}

.tsum-tabs main {
  min-width: 320px;
  max-width: 800px;
  margin: 0 auto;
  
  padding: 20px 0;
  background: #343a40;
}

.tsum-tabs section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

.tsum-tabs .input {
  display: none;
}

.tsum-tabs .label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}

.tsum-tabs .label span {
  font-weight: normal;
  margin-right: 10px;
}



.tsum-tabs .label:hover {
  color: #888;
  cursor: pointer;
}

.tsum-tabs input:checked + .label {
    color: white;
    border: 1px solid #9c9c9c;
    border-top: 2px solid #fff;
    border-bottom: 1px solid #343a40;
}

.tsum-tabs #tab1:checked ~ #content1,
.tsum-tabs #tab2:checked ~ #content2,
.tsum-tabs #tab3:checked ~ #content3,
.tsum-tabs #tab4:checked ~ #content4,
.tsum-tabs #tab5:checked ~ #content5{
  display: block;
  border: 1px solid #9c9c9c;
}

@media screen and (max-width: 650px) {
  .tsum-tabs .label {
    font-size: 0;
  }
  .tsum-tabs .label span {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  .tsum-tabs .label {
    padding: 15px;
  }
}













.note-editable{
    color: #000;
}




#ico-img, #fl-img{
    background: white;
}








.input-group-text{
    border-color: #5d6064;
    background: transparent;
    color: #9d9e9f;
}

.bg-pri{
    background-color: #4d4dc5 !important;
}