.bgimg a {
  text-decoration: none;
}
.bgimg a:hover {
  color: #000;
  transition: 1s ease;
}
.social a {
  margin-right: 5%;
}
.leftSide,
.rightSide {
  margin-top: 10%;
}
.footer {
  position: sticky;
  top: 500px;
}
.navMenu a {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  background-color: rgb(238, 255, 0);
  color: black;
  text-decoration: none;
  text-align: center;
  border-radius: 7px;
}
.formCase label {
  font-weight: bold;
  text-align: left;
  margin: 0% 2%;
}
.formCase input[type="date"],
input[type="text"],
input[type="number"],
select,
textarea {
  width: 100%;
}
select option {
  background-color: green;
  color: #fff;
}
.formCase textarea {
  border: 1px solid green;
  background-color: rgb(213, 255, 213);
}
input[type="number"].rno {
  color: red;
  font-weight: bold;
}
/*printBill*/

.layer2 {
  font-weight: 500;
  width: 100%;
  margin: 0.5% 0%;
}
.layer1 {
  margin: 1% 0%;
}
.layer1 {
  text-align: center;
}
.rNoText {
  font-weight: bold;
  color: red;
}
.dateText,
.branch {
  text-align: right;
}
#logoImg {
  width: 15%;
}

@media print {
  .base {
    border: 16px solid rgb(0, 0, 105);
  }
  .layer2 {
    margin: 3% 0%;
    font-size: x-large;
    border-top: 1px solid;
  }
  .header {
    display: none;
  }
  .layer3 button {
    display: none;
  }
  .bottom::after {
    content: "ITE YONIK SERVICES & INSTITUTE | ITEYONIKS Nakodar | Contact 8699757756 | 01821-512651";
    display: block;
    text-align: center;
  }
}
/*printBill*/
.yr input[type="text"],
input[type="number"] {
  width: auto;
}
.mts input[type="text"],
input[type="number"],
select {
  width: auto;
}
button.fixPlus {
  position: fixed;
  bottom: 70%;
  right: 2%;
  padding: 1% 1.5%;
  font-size: xx-large;
  border-radius: 25%;
}
a {
  text-decoration: none !important;
}

/* Style of coursesData.php Modal width and margin of modal-content */
.courses_modal {
  width: 180% !important;
  margin: 0 -40%;
}
.courses_modal .input_box {
  display: flex;
  flex-wrap: wrap;
}
.courses_modal .input_box textarea {
  height: 108px;
}
@media (max-width: 900px) {
  .courses_modal {
    width: 100% !important;
    margin: 0;
  }
}
.fieldBox {
  border: 1px solid #222;
  border-radius: 5px;
}
.formTag {
  background-color: rgb(0, 7, 110);
  color: #fff;
  /* width: min-content; */
  margin-bottom: 1%;
}
.fieldBox {
  margin-top: 0.5%;
  padding-bottom: 0.5%;
}
input[type="file"] {
  margin-right: 2%;
}
#totalFee:empty {
  color: red;
  font-weight: bolder;
  border: 2px solid #222;
  background-color: rgb(204, 207, 255);
}
#radio {
  margin-top: 2%;
  border: 1px solid #000;
  border-radius: 5px;
}
.fieldBoxShared {
  margin-left: 3%;
}
.dec {
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  padding: 1%;
  font-weight: bold;
  color: red;
}
 /* Used for switch button in visitorRecData.php */
.switch_btn {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}
.switch_btn 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: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.switch_btn input:checked + .slider {
  background-color: #2196F3;
}
.switch_btn input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.switch_btn input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.con_main{
  width:50%;
  margin-left: 10px;
}
.admin_list{
  list-style: none;
}
.admin_link:hover{
  background-color: yellow;
}
#hname {
  display: none;
}
#hocu {
  display: none;
}
.words{
  height:5ch;
  overflow: hidden;
}