.form-check-input {
    margin-left: 0rem;
}
.login-form .card{
	box-shadow: 0 0 0 0px rgba(119,119,119,0.1);
}
.content-body .container-fluid {
    padding: 2.5rem 3rem 0;
}
.btn-actions {
    padding: 4px 10px;
    margin: 0 3px;
}
.btn-actions i{
	font-size:1.6rem!important;
}
.select-100 .select2-container{
	width:100%!important;
}

.select-100 .select2-container--default .select2-selection--single{
	height:50px!important;
	border-radius:0;
	border: 1px solid #DDDFE1;
}

.select-100 .select2-container--default .select2-selection--single .select2-selection__rendered{
	height:50px!important;
	line-height: 50px;
}
.select-100 .select2-container--default .select2-selection--single .select2-selection__arrow{
	height:48px!important;
}




/*Toggle Switch*/

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.toggle-switch input {display:none;}

.toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggle-switch input:checked + .slider {
  background-color: #37bc9b;
}

.toggle-switch input:focus + .slider {
  box-shadow: 0 0 1px #37bc9b;
}

.toggle-switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.toggle-switch .slider.round {
  border-radius: 34px;
}

.toggle-switch .slider.round:before {
  border-radius: 50%;
}



.white{color:#fff;}

.user-profilepic{
	position:relative;
	overflow:hidden;
	width:250px;
	margin:auto;
	height:250px;
}
.user-profilepic .action{
	background:rgba(0,0,0,0.3);
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	display:none;
	width: 100%;
    height: 100%;
    line-height: 100%;
}
.user-profilepic:hover .action{
	display:block;
}
.action{
    position: relative;
}

.action label{
	    font-size: 45px;
    top: 100px;
    position: relative;
	cursor:pointer;
}

.action input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}


.stockimages img {
    width: 220px; /* You can set the dimensions to whatever you want */
    height: 140px;
    object-fit: cover;
	cursor:pointer;
}


/*Loader*/
.lds-roller {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  margin:15px auto;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4e27f0;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}




.stockimages{
	position:relative;
}

.stockimages ul li{
	list-style:none;
	display:inline-block;
}

.stockimages ul li a{
	background: #fff;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    color: rgb(88, 51, 241)!important;
    display: block;
    text-align: center;
    padding-top: 6px;
    margin: 0 5px;
	cursor:pointer;
}

.stockimages ul{
    margin: 50px auto;
    display: table;
}

.black-overlay{
	position: absolute;
	width:100%;
	height:140px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0,0,0,0);
}

.stockimages:hover .black-overlay{
    background-color: rgba(88, 51, 241, 0.3);
}

.stockimages ul{
	display:none;
}
.stockimages:hover ul{
    display:table;
}
.categories label{
	color:#666;
	font-size:15px;
	cursor:pointer;
	margin-bottom:8px;
}
.categories label:hover, .categories label.active{
	color:#7F63F4;
}

[data-nav-headerbg="color_1"] .nav-header {
    background-color: #2a0ab3;
}

/*.nav-header {
    height: 6rem;
    width: 32rem;
}

[data-sidebar-style="full"][data-layout="vertical"] .nk-sidebar {
    padding-top: 1rem;
    top: 6rem;
}*/


.fw-video {
    position: relative;
    padding-bottom: 56.21%;
    overflow: hidden;
}

.fw-video iframe, .fw-video object, .fw-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}