  /* Edit button style */
  .pe{
    position:relative;
  }
  .e{
    position:absolute;
    right:25px;
    top:30px;
    cursor:pointer;
  }
  /* Save and cancel button flex */
  .flx{
    display:flex;
    flex-direction:row;
  }
  .i{
    padding:0px 15px;
    cursor:pointer;
  }
  .border-red-500 {
border-color: #f56565!important;
}
input[type=checkbox][id^=cat_] {
display: none;
}
:checked+label:not(.OBS):before {
content: "\2713";
background-color: #f40029;
transform: scale(1);
}
label:before {
background-color: #fff;
color: #fff;
content: " ";
display: block;
border-radius: 50%;
position: absolute;
top: -5px;
left: -5px;
width: 25px;
height: 25px;
text-align: center;
line-height: 28px;
transition-duration: .4s;
transform: scale(0);
}
:checked+label {
border-color: #ddd!important;
}
label {
padding: 10px;
display: block;
position: relative;
margin-right: 5px;
margin-top: 5px;
cursor: pointer;
}
.border-gray-400 {
border-color: #cbd5e0!important;
}

/* _profile-custom.css */
footer {
    margin-top: 0 !important;
}
#user-profile {
    width: 80%;
    margin: 0px auto;
    padding:20px;
}
@media only screen and (max-width:850px) { 
	#user-profile {
        width: 100%;
        margin: 0px auto;
        padding:20px 0px;
    }

 /* .tabs-menu1 ul > li a.active {
    background-color: #0B4B67;
    color: #FFF!important;
    border-bottom: solid #0B4B67;
  }*/
	
		
  a.active > .mn{
    background-color: #0ea5e9;
    background-image: linear-gradient(315deg,  #22d3ee 0%, #0ea5e9 74%);
    color: white;
    --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  a > .mn{
    background-color: white;
 
  }
  .e{
    font-size: 1.1rem !important;
  }
  .i{
    font-size: 1.2rem !important;
    padding: 0px 10px;
  }
  .form-control{
    font-size: 0.8rem;
  }
	
}

 .tabs-menu1 ul li {
  /* padding: 10px 0px;*/
    margin: 0px 0px!important;
    border-bottom: none!important;
} 
.tabs-menu1 ul li:hover > a {
    background-color: #0B4B67;
    color:#fff;
}

.tabs-menu1 ul li a {
  padding: 10px 40px;
    text-decoration:none;
    color: #0B4B67;
}
.tabs-menu1 ul li a:hover {
    background-color: #0B4B67;
    color: #FFF!important;
    border-bottom: solid #0B4B67;
}
.tabs-menu1 ul > li a.active {
    border-bottom: solid #0B4B67;
    color: #0B4B67;
}
.btn-primary {
    background: rgb(85, 157, 59);
    border-color: rgb(85, 157, 59);
}
.btn-primary:hover {
    background: rgb(48, 94, 32);
    border-color: rgb(48, 94, 32);
}

/* Edit profile */
.form-group {
    margin-bottom: 10px;
}
#editProfile p {
    font-weight: 700;
}


.shepherd-text{
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #475569;
  letter-spacing: 0.3px;
  font-size: small;
}

.shepherd-header{
  background-image: linear-gradient(to right, #2563eb , #06b6d4 ) !important;
  padding: 0.6em !important;
 }
 .shepherd-title{
  font-weight: 500 !important;
  margin-left: 20px;  
  color: white !important;
  letter-spacing: 0.3px;

 }
 .shepherd-cancel-icon{
  color: white !important;
 }

 .group:not(.checked):hover {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 3px 1px rgba(0, 0, 0, 0.1);
}

.group.checked {
  color: #1d4ed8;
  background-color: #e7f8ff;
  border-color: #87c5f6;
  box-shadow: inset 0 0 0 2px #87c5f6;
}

.unchecked {
  @apply rounded-3xl p-4 shadow-md shadow-slate-200 items-center flex justify-center m-2 text-slate-700 hover:shadow-inner;
}

.checked {
  @apply rounded-3xl p-4 shadow-inner items-center flex justify-center m-2 text-sky-400 border-sky-700;
}