#wpfooter
{
    position:relative !important;
}

/*card css coded over here*/

a:hover{

	text-decoration: none;

}

.card{

max-width: 100%;

	}

 .card:hover {

            background: #fff;

            box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);

            border-radius: 4px;

            transition: all 0.3s ease;

        }

/*status*/

.status{

    color: #fff;

    padding: 1px 18px 2px;
    margin:-4px;
    font-size: 14px;

    border-radius: 2.75px;

}    
.form-control:disabled, .form-control[readonly] {
    background-color: #ff00002e;
    opacity: 1;
}


.Pixops-icon{

	    font-size: 3rem;

	    float: right;

}

.Pixops-register-icon{

	    font-size: 1.25rem;

	    float: right;

}

.Pixops-title{

	color:#363636;

	font-size: 1.25rem;

	font-weight: 600;

	line-height: 1.125;

}

.Pixops-subtitle{

    color:#4a4a4a;

    font-size: 1rem;

    font-weight: 400;

    line-height: 1.25;

}

.Pixops-register-title{

	color:#363636;

	font-size: 2rem;

	font-weight: 600;

	line-height: 1.125;

}

.pixops-admin{

align-items: center;

justify-content: flex-end;

display: flex;

}

a.text-primary:hover {

    color: #fff !important;

}

a.text-primary.active{

	color: #fff !important;

}

}

.pixops-register-sidebar {

    margin-top: 20%;

}

input.input-field.regiter_api {

    width: 93%;

}

#Pixops hr {

    background-color: 

    whitesmoke;

    border: none;

    display: block;

    height: 2px;

    margin: 1.5rem 0;

}

.nav-tabs .nav-link:focus {

    border-color: #ffffff00;

       box-shadow: 0 0 0 1px #5b9dd900, 0 0 2px 1px rgba(30, 140, 190, 0);

       outline: 1px solid transparent;

}

input[type=text]:focus{

	border-color: ;

    box-shadow: 0 0 0 1px #007cba00;

    outline: 2px solid transparent;

}
div#result {
    margin-top: 6px;
    text-transform: uppercase;
}
/*toggele swtch*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

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

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  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;
}

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%;
}