body{
	background: #e6f6ec;
}
.switch-xl{
	width:80px;
}
.switch-label.switch-xl .switch-input:checked~.switch-slider:before{transform:translateX(52px)}
.switch-label.switch-xl .switch-slider:after{width: 70%;}
.profile-image img{width: 100%; max-width: 100%; object-fit: cover;}
.user-profile-image{max-width: 200px; object-fit: cover;}
.Video-Profile video{max-width:100%}
.Video-Profile .vid-wrap{margin-bottom: 25px;}
.actor-profile-image {max-width: 100%;object-fit: contain;max-height: 200px;width: 100%;min-height: 200px;}
.actor-pic-text{margin-bottom: 25px;}
.actor-pic-text a{box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.4); display: block; padding: 2px; text-align: center;margin-bottom: 5px;}

.form-group.row.required .form-control-label:after {
	content:"*";
	color:red;
	margin-left: 5px;
}
.error-msg {
	color: red;
	font-weight: normal;
	font-size: 12px;
	padding: 0 5px;
}
/** Loader CSS Start*/
.loader {
	border: 10px solid #ffffff;
	border-top-color: rgb(243, 243, 243);
	border-top-style: solid;
	border-top-width: 10px;
	border-radius: 50%;
	border-top: 10px solid #21a6d3;
	width: 80px;
	height: 80px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin: 70px auto 0px;
}

/* Safari */
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.loader-bg {
	background-color: rgba(0,0,0,0.5);
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	height: 100%;
}
.loader-bg .loader-content{
	position: absolute;
	z-index: 1001;
	margin-left: -32px;
	top: 30%;
	left: 50%;
}

.cust-header{
	font-size: 22px;
    color: #3c8773;
    border: none;
    background: transparent;
	padding-top: 30px;
    padding-bottom: 0px;
	/*text-transform: uppercase;*/
}

.cust-submit button{
	background: #3c8773;
	border: 1px #3c8773 solid;
	width: 180px;
	font-size: 18px;
	line-height: 2;
}

.cust-submit button:hover, .cust-submit button:focus, .cust-submit button:hover, .cust-submit button:active{
	background-color: #3c8773 !important;
	border`: 1px #3c8773 solid !important;
	box-shadow:none;
}

.cust-text a{
	color:#1f1f1b ;
}

.form-group label{
	cursor: pointer;
}

.cust-nav-header{
	background-color: #307360 !important;
	display: table;
	width: 100%;
	text-align: center;
}

.cust-nav-header img{
	width: 200px;
}
.graph-height-set{
    height: 500px;
}
.word-fit{
    word-break: break-word;
}
.word-fit.table th{
    border-top: 0;
}
.table-no-row{
    min-width: 60px;
}

.que-data, .yt-que-data {
    border: 1px solid #cccbcb;
    padding: 10px;
    margin-top: 10px; 
    margin-bottom: 10px; 
}
.answerRow {
    margin-bottom: 10px;
}
.ytanswerRow {
    margin-bottom: 10px;
}
.discoverRow {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #cccbcb;
	padding: 10px;
}
/*.col-md-1.removeDiscoverBtn{
	position: absolute;
	right: 0;
}*/
.kidsCornerRow {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #cccbcb;
	padding: 10px;
}

.kidsCornerQuestionStep, .ytQuestionStep{
	margin-top: 10px;
	margin-bottom: 10px;
}
/*css for mapbox*/
#map { width:100%; height:500px;}
.geocoder {
    position:absolute;
}
#viewmap { width:100%; height:500px;}

.panel-default > .panel-heading {
    color: #333333;
    /* background-color: #f9f9f9; */
    border-color: #e0e0e0;
}
.mapboxgl-popup-close-button{
	display: none;
}
/** END */
#app {
	/*background: rgb(60,135,115);
	background: -moz-linear-gradient(90deg, rgba(60,135,115,0.13209033613445376) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(60,135,115,0.13209033613445376) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(90deg, rgba(60,135,115,0.13209033613445376) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3c8773",endColorstr="#ffffff",GradientType=1);*/
	background: url(../img/backend/login-background.png);
	height: 100vh
}
.login-main-wrap {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
}
.login-main-wrap form {
    padding-top: 10px;
}
.logo-banner-wrap{
	background: url(../img/backend/login-banner.jpg);
    width: 100%;
    background-size: cover;
    height: 100%;
    min-width: 400px;
    background-position: center bottom;
}
/* .logo-banner-wrap img {
    height: 350px;
    width: 100%;
    object-fit: cover;
} */
.login-main-wrap .card-group {
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
}
.app-header {
    border-bottom: 1px solid #c8ced3;
    background-color: #454543;
}
.app-header .navbar-brand{
	color: #CCC;
    font-size: 14px;
    font-weight: bold;
	width: 200px;
}
.sidebar {
    background-color: #454543;
}
.sidebar .sidebar-minimizer {
    background-color: #454543;
}
.app-footer {
	color: #FFF;
    background: #4f4f4d;
}
.app-footer a{
	color: #FFF;
    background: #4f4f4d;
}
.sidebar .nav-link.active {
    color: #fff !important;
    background: #62b22f;
}
.sidebar .nav-link:hover {
    color: #fff !important;
    background: #62b22f;
}
.sidebar .nav-link.active .nav-icon {
    color: #fff;
}
.sidebar .nav-link .nav-icon {
    color: #fff;
}
.navbar-nav .nav-link {
    color: #fff;
}
.app-header .navbar-toggler:hover .navbar-toggler-icon {
    background-image: url(../img/backend/brand/main-img.svg);
}
.removeQuestionBtnBox, .removeYtQuestionBtnBox, .removeKidsCornerBtn, .removeDiscoverBtn {
    position: absolute;
    right: 10px;
    top: 4px;
}
.que-data, .yt-que-data, .kidsCornerRow, .discoverRow {
    position: relative;
}
.ajaxLayout {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 10051;
    top: 0;
    left: 0;
}


.ajaxLoader {
    color: black;
    left: 50%;
    padding: 30px 20px;
    position: fixed;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 50%;
    transform: translate(-50%,-50%);
}

.ajaxText {
    color: #000;
    font-weight: bold;
    font-size: 22px;
}
.ajaxImage {
    padding-bottom: 15px;
}

.marker {width:0; height:0;}

.marker  span {
  display:flex;
  justify-content:center;
  align-items:center;
  box-sizing:border-box;
  width: 30px;
  height: 30px;
  color:#fff;
  background: #669933;
  border:solid 2px;
  border-radius: 0 70% 70%;
  box-shadow:0 0 2px #000;
  cursor: pointer;
  transform-origin:0 0;
  transform: rotateZ(-135deg);
}

.marker b {transform: rotateZ(135deg)}

.brand-minimized .app-header .navbar-brand {
    width: 200px;
}
.sidebar-minimized .sidebar .sidebar-minimizer{
	background-color: #454543;
}
.sidebar-minimized .sidebar .sidebar-minimizer:hover {
    background-color: rgba(0, 0, 0, .3);
}
.sidebar-minimized .sidebar .nav-link:hover{
	background: #62b22f;
}
.sidebar-minimized .sidebar .nav-item:hover > .nav-link{
	background: #62b22f;
}
.sidebar .nav-item{
	transition: none;
}
.breadcrumb-item + .breadcrumb-item::before {
	content:'»';
}

/* ---------- Start Developer CSS -------------- */
.discoverAddForm .custom-radio label,.kidsCornerAddForm .custom-radio label {
    padding-left: 18px;
}
.discoverEditForm .custom-radio label,.kidsCornerEditForm .custom-radio label {
    padding-left: 18px;
}
/* ---------- End Developer CSS -------------- */
/* css added by pranav patel 05-03-2021:start */
.marker .trail-point-disable {
    background: #b3aaaa;
}
#map .marker .single-trail-point {
    background: #ff0202;
}
.panel-group {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
}
.parent-panel > .panel-heading {
    color: #333333;
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 5px;
}
.panel-body {
    padding: 10px;
}
h6.panel-title {
    border-top: 1px solid #ccc;
}
.panel-default:first-child h6.panel-title {
    border: none;
}
.custom-row-bg{
	background-color: aliceblue;
}
.custom-img-width{
	width: 25%;
}
/* css added by pranav patel 05-03-2021:end */
@media (max-width: 1024px) {
    .login-main-wrap form {
		padding-top: 0;
	}
	.logo-banner-wrap{
		min-width: auto;
	}
}
@media (max-width: 767px) {
    .login-main-wrap {
		height: auto;
		padding: 40px 0px;
	}
	.login-main-wrap .card-group>.card {
		margin-bottom: 0;
	}
	/* .logo-banner-wrap img {
		height: 270px;
	} */
	.app-header .navbar-brand {
		margin-left: -110px;
	}
}

