.w-100 {
	width: 100%;
}
.w-50 {
	width: 45%;
}
.div_subject {
	padding: 15px;
    border: 1px solid #b3b3b3;
    margin: 15px 15px;
    background: #fafafa;
    border-radius: 4px;
    box-shadow: 0 4px 4px #b3b3b3;
    position: relative;
}
.closeBtn {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 31px;
	height: 30px;
	border-radius: 100%;
	background-color: #ea4f4f;
	display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    flex-wrap: wrap;
    cursor: pointer;
}
.d-flex{
	display: flex !important;
}
.closeBtn:hover {
	background-color: #ec2323;
}
.col-12 {
	padding: 0 15px;
}
.radioBtns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
/*.radioBtns input[type='radio'] {
	display: none;
}*/
/*.radioBtns input[type='radio'] + label.form-check-label {
	font-size: 16px;
}
.radioBtns input[type='radio'] + label.form-check-label span {
	display: inline-flex;
  	width: 40px;
  	height: 40px;
  	margin: -1px 4px 0 0;
  	cursor: pointer;
  	border-radius: 50%;
  	border: 2px solid #ffffff;
  	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  	background-repeat: no-repeat;
  	background-position: center;
  	text-align: center;
  	line-height: 44px;
  	align-items: center;
  	justify-content: center;
}*/
.add_subject {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.add_subject p {
	margin-top: 25px;
	font-size: 0.875rem;
	font-weight: 600;
}
.div_subject input[type="text"], .finalInput .form-group input {
	border-radius: 4px;
}
.finalInput {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 25px;
}
.finalInput .form-group {
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 250px;
}
.cgpaCalculator {
	margin-top: 40px;
}

.radioBtns .form-check:nth-child(1) label, .radioBtns .form-check:nth-child(2) label {
	color: rgb(22 174 12);
	opacity: 0.6;
}
.radioBtns .form-check:nth-child(3) label, .radioBtns .form-check:nth-child(4) label {
	color: rgb(12 122 174);
	opacity: 0.6;
}
.radioBtns .form-check:nth-child(5) label, .radioBtns .form-check:nth-child(6) label {
	color: rgb(198 201 0);
	opacity: 0.6;
}
.radioBtns .form-check:nth-child(7) label {
	color: rgb(248 0 0);
	opacity: 0.6;
}
.radioBtns .form-check input[type='radio']:checked ~ label {
  	opacity: 1;
}

@media only screen and (max-width: 767px) {
	.w-50 {
		width: 100%;
	}
}