html body {
  letter-spacing: .025em;
  font-size: .875rem;
  color: #564741;
  font-family: "Poppins";
}
a{
	color:#000;
	text-decoration:none!important;
}
.btn{
	box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
}
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #fff;
    color: #000;
    transition: all 0.3s;
	box-shadow: 0px 0px 9px 0px #00000026;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #fff;
}

#sidebar ul.components {
    padding:0;
    height: 73vh;
    overflow-y: scroll;
}

#sidebar ul p {
    color: #000;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}
.CTAs{
	position : absolute;
	bottom:0px;
	width: 250px;
}
.CTAs .btn-light{
	border: 1px solid #5417D7;
	background:transparent;
}
.login-text{
	color:#5417D7;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
	background-color: #F6F7FF;
	
}
@media(min-width:768px){
	.content-center{
	  margin: 0;
	  position: absolute;
	  top: 50%;
	  left: 20%;
	  transform: translateY(-50%,-50%);
	}
}	
.submit{
	transition: all 0.9s;
	color:#fff;
	background: linear-gradient(to left, #007bff 50%, #5417D7 40%) right;
	border-color: transparent;
  background-size: 210%;
  transition: 0.10s ease-out;

}
.submit:hover{
	background-position: left;
}
.form-control:focus {
  border-color: #ced4da;
  box-shadow: none;
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper .btn {
  border: 2px dashed #A4A4A4;
  color: gray;
  background-color: white;
  border-radius: 8px;
  font-weight: bold;
}
.upload-btn-wrapper input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
input[type="range"] {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none; 
  /* creating a custom design */
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 15px;
  /*  overflow: hidden;  remove this line*/
  
  /* New additions */
  height: 6px;
  background: #ccc;
}

/* Thumb: webkit */
input[type="range"]::-webkit-slider-thumb {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none; 
  /* creating a custom design */
  height: 15px;
  width: 15px;
  background-color: #5417D7;
  border-radius: 50%;
  border: none;
  /* box-shadow: -407px 0 0 400px #f50; emove this line */
  transition: .2s ease-in-out;
}

/* Thumb: Firefox */
input[type="range"]::-moz-range-thumb {
  height: 15px;
  width: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: 8px solid #5417D7;
  /* box-shadow: -407px 0 0 400px #f50; emove this line */
  transition: .2s ease-in-out;
}
#loader-wrapper {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
#loader {
  width: 50px;
  --b: 8px; 
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(#0000 10%,#f03355) content-box;
  -webkit-mask:repeating-conic-gradient(#0000 0deg,#000 1deg 20deg,#0000 21deg 36deg), radial-gradient(farthest-side,#0000 calc(100% - var(--b) - 1px),#000 calc(100% - var(--b)));
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  animation:l4 1s infinite steps(10);
}
@keyframes l4 {to{transform: rotate(1turn)}}

/* Hover, active & focus Thumb: Webkit */

input[type="range"]::-webkit-slider-thumb:hover {
  box-shadow: none;
}
input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: none;
}
input[type="range"]:focus::-webkit-slider-thumb {
  box-shadow: none;
}

/* Hover, active & focus Thumb: Firfox */

input[type="range"]::-moz-range-thumb:hover {
  box-shadow: none;
}
input[type="range"]:active::-moz-range-thumb {
  box-shadow: none;
}
input[type="range"]:focus::-moz-range-thumb {
  box-shadow: none;   
}
.value{
	color: #5417D7;
    font-size: 30px;
    font-weight: bold;
}
.form-group{
	margin-bottom:0.1rem;
}
.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #5417d7!important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.form-group input:checked + label:before{
	background : #5417d7;
}
.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.login-page{
	height:100vh;
}
.login-img{
	height:100vh;
	width:100%;
}
.login-page .card{
	background:url('../../dist/img/login-bg.png');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	color:#fff;
	border-radius: 20px;
	width:360px;
	margin: 0;
    position: absolute;
    top: 20%;
    left: 20%;
    transform: translateY(-50%,-50%);
}
@media(max-width:767px){
	.login-page .card{
		position:relative;
		top: 20%;
		left: 0%;
		width:100%;
	}
}

.login-page .form-control{
	border-left-color: transparent;
	padding-left:4px;
}
.login-page .input-group-text{
	border-right-color: transparent;
	background-color: #fff;
	padding: .375rem .375rem;
}
@media(min-width:768px){
	.login-page .card h1{
		font-size:60px;
	}
}

.pricing-btn{
	border-radius : 40px;
}
.nav-pills{
		background: #ddd;
		padding:10px;
	}
	.nav-pills li a{
		padding:10px;
		padding-right:20px;
		padding-left:20px;
		font-size:20px;
	}
	.tab-content{
		padding:10px;
	}
	.nav-pills li a.active{
		color:#0000ff;
		background:#fff;
	}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

input[type="checkbox"]:disabled + label::before{
  background: gray;
}
input[type="checkbox"]:disabled + label:hover::before{
  background: gray;
  border: 1px solid #d4d4d5;
}