/* devanagari */
body[data-layout=horizontal] .page-content {
    margin-top: 80px;
    padding: calc(0px + 24px) calc(24px / 2) 60px calc(24px / 2);
}


  

    .campus-btn.active {
      background-color: #000;
      color: white;
      border-color: #007bff;
    }
.checkbox-group h3{
 font-size: 1rem;
    }
    .checkbox-group {
      display: none;
      margin-top: 10px;
    flex-direction: row;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
		padding: 20px;
		background-color: #eee;
}	
   

    .checkbox-group label {
      display: flex;
      align-items: center;
      padding: 6px 10px;
      border-radius: 6px;
      cursor: pointer;
	transition: transform 0.2s ease-in, box-shadow 0.2s ease-out;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
	background-color: #fff;
	border: 2px dashed #dcdcdc;
	border-radius: 4px;
	margin: 0 5px 10px
    }

    .checkbox-group label img {
      width: 30px;
      height: 30px;
      margin-right: 8px;
    }

    .checkbox-group input[type="checkbox"] {
      display: none;
    }

    .checkbox-group input[type="checkbox"]:checked + span {
      background-color: #d0ebff;
    }

    .checkbox-content {
      display: flex;
      align-items: center;
      padding: 6px 10px;
      border-radius: 6px;
      width: 100%;
    }

    .checkbox-group label span {
      display: flex;
      align-items: center;
      width: 100%;
      padding: 4px;
      border-radius: 6px;
      transition: 0.2s;
    }

    .checkbox-group input[type="checkbox"]:checked + span {
      box-shadow: 0 3px 20px rgba(156, 86, 241, 0.43);
	transform: scale(1.05);
	    border: 2px solid #424e91;
    background-color: #424e91;
	position: relative;
	z-index: 10;
	color: #fff;
	animation: scales 0.3s
    }





  






.clear {
	clear: both
	}

.RadioStyle {
	width: 100%;
  
	}
.RadioStyle label img {
	width: 70px;
	margin-bottom: 15px
	}
.RadioStyle input {
	display: none
	}
.RadioStyle label {
	border: 1px dashed #CCC;
    color: #666;
    padding: 15px 5px 15px 5px;
    background-color: #FFFFFF;
    line-height: 28px;
    min-width: 80px;
    text-align: center;
    float: left;
    margin: 3px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 150px;
	}
.RadioStyle input:checked + label {
    box-shadow: 0 3px 20px rgba(156, 86, 241, 0.43);
    transform: scale(1.05);
    border: 1px solid #424e91;
    background-color: #424e91;
    position: relative;
    color: #fff;
    animation: scales 0.3s;		
	}
.RadioStyle input:disabled + label {
	opacity: 0.7;
	}

.RadioStyle .Block {
	    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
	}


@keyframes scales {
	0% {
		transform: scale(1)
	}
	50% {
		transform: scale(1.25)
	}
	100% {
		transform: scale(1)
	}
}




@media (max-width: 380px) {
.RadioStyle label img {
	width: 40px;
	margin-bottom: 10px
	}
.RadioStyle label {
    width: calc(50% - 10px);
	}
}
