@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap");
@import url("https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css");

/* Style for scrollbar */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f0f0f0;
}

::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #999999;
}

html,
body {
  min-height: 100%;
  position: relative;
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6em;
  color: #333;
  background: #f9f9f9;
  overflow-x: hidden;
  text-shadow: none;
  letter-spacing: 0.3px;
  overflow-y: hidden;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.sec-form-container {
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  z-index: 2;
  /* position: absolute !important; */
  background-color: rgba(128, 128, 128, 0.459) !important;
  overflow: hidden !important;
}

.formContainerVisible {
  visibility: visible;
  opacity: 1;
  position: fixed !important;
}

.formContainerHidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

/* .sec-form-container .form-content {
  width: 45%;
  top: 0;
  bottom: 0;
  position: absolute;
  background-color: white;
  padding: 20px 30px;
  transition: all 0.3s ease-out;
} */

@media (min-width: 320px) {
  .sec-form-container .form-content {
    width: 75%;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: white;
    padding: 20px 30px;
    transition: all 0.3s ease-out;
  }
}
@media (min-width: 375px) {
  .sec-form-container .form-content {
    width: 78%;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: white;
    padding: 20px 30px;
    transition: all 0.3s ease-out;
  }
}

/* small devices (tablets, 768px and up ) */
@media (min-width: 767px) {
  .sec-form-container .form-content {
    width: 65%;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: white;
    padding: 20px 30px;
    transition: all 0.3s ease-out;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media (min-width: 992px) {
  .sec-form-container .form-content {
    width: 45%;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: white;
    padding: 20px 30px;
    transition: all 0.3s ease-out;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media (min-width: 1200px) {
  .sec-form-container .form-content {
    width: 45%;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: white;
    padding: 20px 30px;
    transition: all 0.3s ease-out;
  }
}

.sec-form-container .notification-content {
  max-width: 40%;
  min-width: 20%;
  top: 0;
  bottom: 0;
  position: absolute;
  background-color: white;
  transition: all 0.3s ease-out;
}

.formContentOpen {
  animation: openFormContent 0.3s ease-out forwards;
  overflow-y: auto;
}

.formContentClosed {
  animation: closeFormContent 0.3s ease-out forwards;
}

@keyframes openFormContent {
  0% {
    right: -50%;
  }

  100% {
    right: 0;
  }
}

@keyframes closeFormContent {
  0% {
    right: 0;
  }

  100% {
    right: -50%;
  }
}

.sec-form-container .form-content .title {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #1890ff69;
}

/* react-selectbox css */
.css-13cymwt-control {
  min-height: 28px !important;
}

.css-1fdsijx-ValueContainer {
  padding: 0px 8px !important;
}

/* react-selectbox css ends----------*/

/*
.sec-form-container .form-content .form-inputs input {
  margin-bottom: 20px;
}

.sec-form-container .form-content .form-inputs label {
  font-size: 12px;
  color: rgb(96, 96, 96);
} */

/* add marks for subject  */
.marks {
  border: none;
  border-bottom: 2px solid #ced4da;
}

/* added specifc for counselor assignment */

.mapped-list .css-1xc1iyd-MuiList-root {
  /* padding-top: 50px !important; */
  overflow: visible !important;
  background-color: transparent !important;
}

.mapped-list {
  margin-top: 50px;
  height: 100%;
  overflow-y: scroll;
}

.mapped-list .no-data-found {
  height: 100%;
}

/* assignment checkbox */

.selectHodContainer {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0px !important;
  justify-content: space-evenly !important;
}

.selectHodBox {
  /* margin: 0px 16px !important; */
  position: relative;
  border: 1px solid #d9d9d9;
  display: flex;
  flex-direction: column;
  /* height: 60vh !important; */
  /* width: 40% !important; */
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 4px;
  overflow: hidden;
}

.mainCheckboxItems {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 6px 12px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0;
}

.hidden {
  display: none !important;
}

.name .number {
  font-size: 16px;
}

.email-number {
  font-size: 14px;
}

.no-data-found {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 39px;
  font-weight: 400;
  height: 100%;
  color: #8080804f;
  width: 100%;
}

/* search */
.search-input {
  position: relative;
}

.search-input input {
  padding-right: 35px;
}

.search-filter {
  display: flex;
  flex-wrap: wrap;
}

.search-icons button {
  outline: none;
  border: none;
  box-shadow: none;
  background: none;
}

.search-icons {
  position: absolute;
  top: 9px;
  right: 24px;
}
.view-icons {
  position: absolute;
  right: 24px;
  bottom: 10px;
}
.eye-icons {
  position: absolute;
  right: 24px;
  top: 33px;
}
.eye-icon {
  position: absolute;
  right: 24px;
  top: 37px;
}
.search-icons i {
  font-size: 16px;
  color: #4ac1bd;
}

/* insted of this css follow userAvtar css */
.avatar {
  vertical-align: middle;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

/*  */

/* table img */
.userAvatar {
  vertical-align: middle;
  padding: 0rem 0.44rem !important;
  text-align: center;
}

.userAvatar img {
  height: 35px;
  border-radius: 50%;
}

.trash-icon {
  color: red;
}

/* inner =========
Page */

.content-page {
  min-width: 60vw;
  position: relative;
  min-height: 60vh;
  margin-bottom: 50px;
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* Large devices (laptops/desktops, 992px and up) */
/* @media (min-width: 992px) {...} */

/* Extra large devices (large laptops and desktops, 1200px and up) */
/* @media (min-width: 1200px) {...} */

@media (max-width: 767px) {
  .content-page {
    margin-left: 0;
  }

  .form-group {
    margin-bottom: 5px;
  }

  .page-title-box .form-control {
    margin-bottom: 15px !important;
  }

  .search-input {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
  }
}

/*  inner tab */

/* .tab-content .tab-pane {
  padding: 1.5rem 0.9rem !important;
  background: #ffffff;
  border-radius: 6px;
  border: none;
  -webkit-box-shadow: 0px 0px 13px 0px rgb(236 236 241 / 44%);
  box-shadow: 0px 0px 13px 0px rgb(236 236 241 / 44%);
} */

.tab-content .tab-pane {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 4px;
  padding: 15px;
  background-color: white;
  display: flex;
  flex-direction: column;
}

/*= Button css
=======================================================*/
.btn {
  border-radius: 3px;
  font-size: 13px;
}

.btn-primary {
  color: #fff;
  background-color: #1890ff;
  border-color: #1890ff;
  text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
}

.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:active {
  background: #3cb7b3 !important;
  border-color: #3cb7b3 !important;
  box-shadow: none !important;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

.btn-primary-dark {
  color: #fff;
  background-color: #32a7a3;
  border-color: #32a7a3;
}

.btn:hover {
  color: #fff;
}

.syllabus {
  color: #1890ff !important;
  border: none;
  background-color: #fff !important;
}

.syllabus:hover {
  color: #3cb7b3 !important;
}

/*= table css
=======================================================*/
.card-body.table-card .table tr th:first-child {
  padding-left: 7px;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: none;
  font-weight: 500;
  color: black;
}

.table th {
  font-weight: 500;
}

.card-body.table-card {
  padding: 1.25rem 0;
}

.card-body.table-card .table tr td:last-child,
.card-body.table-card .table tr th:last-child {
  padding-right: 20px;
}

label.custom-file-label {
  float: left;
  width: 100%;
  text-align: left;
}

.table {
  color: #333;
}

.table td,
.table th {
  white-space: nowrap;
}

.table th {
  padding: 0.55rem;
  vertical-align: middle;
}

.table td {
  padding: 0.44rem;
  vertical-align: middle;
}

.tab-content table thead {
  color: #666666;
  font-size: 14px;
}

.tab-content .actions {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tab-content .dropdownActions {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.table {
  overflow: auto;
  table-layout: auto !important;
  margin: 0;
  padding: 0;
  width: 100% !important;
}

.table tbody tr:hover {
  background: #e6f7ff;
}

input[type="date"],
input[type="time"],
input[type="month"] {
  position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator,
input[type="month"]::-webkit-calendar-picker-indicator {
  background-position: right center;
  background-size: auto;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
}

.sec-content {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 4px;
  padding: 15px;
  background-color: white;
  margin: 15px;
  display: flex;
  flex-direction: column;
}

.sec-content .actions {
  display: flex;
  justify-content: space-between;
}

.sec-content table thead {
  color: #666666;
  font-size: 14px;
}

/* form */
.font-weight-600 {
  font-weight: 500;
}

.font-weight-500 {
  font-weight: 500;
  margin-bottom: 0.2rem !important;
}

.city-error-msg {
  width: 100%;
  float: left;
  font-size: 12px;
  color: #f00;
  margin-top: 5px;
}

/* profile---page starts===== */
/* .profile-error-msg {
  width: 100%;
  float: left;
  font-size: 12px;
  padding: 2px 0 0 0 !important;
  color: #f00;
  margin-left: 8px;
}

.profile-label {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.4375em;
  letter-spacing: 0.00938em;
  padding: 0 0 0 2px !important;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 133%;
  margin: 0 !important;
} */
/* 
.profile-label-hidden {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.4375em;
  height: 25px;
  visibility: hidden;
  letter-spacing: 0.00938em;
  padding: 0 0 0 2px !important;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 133%;
  margin: 0 !important;
} */

/* .profile-inputbox {
  width: 100%;
  border: 0px;
  font-size: 0.9rem;
  padding: 5px;
  border-bottom: 1px solid #00000082;
} */

/* input:focus {
  background-color: whitesmoke;
}

.profile-inputbox:focus-visible {
  outline: none;
} */

/* profile---page ends------- */

.form-group {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 0.8rem !important;
}

.form-control {
  width: 100%;
  height: 35px;
  float: left;
  background: #ffffff;
  border: 1px solid #ced4da;
  font-weight: 400;
  font-size: 13px;
  border-radius: 3px;
  padding: 5px 12px;
  color: #444;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.close {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 999;
}

input[type="checkbox"] {
  transform: scale(1.5);
  cursor: pointer;
}

input[type="radio"] {
  transform: scale(1.3);
  cursor: pointer;
}

.dropdown-options-list {
  z-index: 99999;
}
/* spinner */
.spinner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  text-align: center;
  background: #222;
  z-index: 9999999;
  opacity: 0.7;
}

/* counseling page  */

.summary-view {
  margin: 0 10px;
  box-sizing: border-box;
}
.card-summary {
  padding: 5px 0 0 2px !important;
  border-radius: 4px;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  margin: 5px -10px;
}
.summary-card {
  padding: 1rem !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.branch-name {
  margin: 10px 10px 0 10px;
}
.box-count {
  flex: 1 1 calc(33.333% - 1rem);
  margin: 0.5rem;
  text-align: center;
  padding: 15px;
  width: 33.333%;
}
.total-count {
  color: white;
  font-size: 2em;
  margin-bottom: 5px;
}
.designation-title {
  color: white;
  font-size: 15px;
}
/* student card start*/

.student-card {
  margin: 0 20px;
  box-sizing: border-box;
}

.card-item {
  padding: 5px 0 0 2px !important;
  border-radius: 10px;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  margin: 5px -10px;
}

.student-card-body {
  padding: 3px !important;
}

.student-profile {
  float: left;
  height: 70px;
  width: 70px;
}

img {
  max-width: 100%;
}

.student-details {
  /* margin: 0 0 10px; */
  padding-left: 80px;
}

.student-details .card-title {
  font-size: 16px;
  margin-bottom: 10px;
  color: #272727;
}

.student-details .card-subtitle {
  margin-bottom: 0;
  font-size: 12px;
  color: #9a9494;
}

.student-actions {
  opacity: 0;
  /* padding-left: 5px;
  margin-left: 26%; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.student-actions .card-link {
  margin-right: -10px !important;
}

.student-card-body:hover .student-actions {
  opacity: 1;
}

a {
  font-size: 13.9px !important;
  text-decoration: none;
  background-color: transparent;
  transition: color 0.3s;
  cursor: pointer;
}

/* student card end*/

/* counseling manager start */

.tab-header {
  background-color: #3f51b5 !important;
  border-bottom: none;
  border-top: none;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.tab-label {
  display: flex;
  height: 48px;
  cursor: pointer;
  box-sizing: border-box;
  min-width: 160px;
  text-align: center;
  position: relative;
}

header {
  margin-right: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  color: #fff;
  padding: 6%;
  letter-spacing: 0.05em;
}

.tab-header .tab-label header.active {
  opacity: 1 !important;
  background-color: rgba(216, 216, 219, 0.1);
}

.markDetails {
  margin: 12px 0 !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.font-14 {
  font-size: 14px;
  font-weight: 400;
}
/* counseling manager end */

/* print */
.centered ul {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 14px;
}
.left-aligned ul {
  text-align: left;
  list-style: none;
  margin-top: 5%;
  padding: 0;
}

/* full info start */
.form .title {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #1890ff69;
}

/* full info end */

.parent-image-container {
  width: 300px;
  height: 300px;
  border: 1px solid #ccc;
  padding: 0px;
  display: flex;
  margin-bottom: 2em;
  margin-top: 1em;
  justify-content: center;
  align-items: center;
}

.parent-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* personal info start*/

.formTitle {
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.activeForm {
  font-weight: bold;
}

.step {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e9ecef;
  color: #6c757d;
  margin-right: 5px;
}

.activeForm .step {
  background-color: #007bff;
  color: white;
}

.completedForm .step {
  background-color: #28a745;
  color: white;
}

.title:not(:last-child)::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #e9ecef;
  margin-left: 10px;
}

.addressForm-inputs .title {
  font-size: 20px;
  margin-bottom: 25px;
}

/* personal info end*/

/* static dropdown start*/
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle,
.text-primary {
  cursor: pointer;
}

.icon-black {
  color: rgba(0, 0, 0, 0.54);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: -310%;
  display: block;
  background-color: #fff;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  list-style: none;
  min-width: 155px;
  z-index: 999999;
}

.dropdown-menu li {
  display: flex;
  align-items: center;
  padding: 10px 5px;
  margin-bottom: 10px;
}

.dropdown-toggle {
  cursor: pointer;
}

.icon-black {
  color: rgba(0, 0, 0, 0.54);
}

.dropdown-menu li:hover {
  background-color: #e6f7ff;
}

.dropdown-menu a {
  color: rgba(0, 0, 0, 0.54);
  text-decoration: none;
  font-weight: 500;
}

.dropdown-menu a:hover {
  color: #333;
}

.dropdown-menu li svg {
  width: 1em;
  height: 1em;
  margin-right: 8px;
  vertical-align: middle;
}

.dropdown-menus {
  position: absolute;
  top: 113%;
  left: -877%;
  display: block;
  background-color: #fff;
  padding: 10px;
  border-radius: 4px;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  list-style: none;
  min-width: 200px;
  z-index: 999999;
}

/* static dropdown end*/

/* .form-control ::-webkit-input-placeholder {
  color: #d3d3d3;
}

.form-control ::-moz-placeholder {
  color: #d3d3d3;
}

.form-control :-ms-input-placeholder {
  color: #d3d3d3;
}

.form-control ::placeholder {
  color: #d3d3d3;
} */

.header-report {
  display: flex;
  border: 3px solid;
  padding: 10px;
}
.reports-logo {
  display: flex;
  align-items: center;
}
.institute-logo img {
  max-width: 59%;
}
.font-13-700 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
}
.font-12-700 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
}
.dept {
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0px 10px 60px;
}
.font-14-r {
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0px;
}
.date {
  font-size: 14px;
  font-weight: 700;
  margin: 10px 88px 10px 0px;
}
.font-700 {
  font-size: 14px;
  font-weight: 700;
}

/* .vertical-header {
  transform: rotate(270deg);
} */

/* .vertical-header {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
} */

/* .vertical-header span {
  display: inline-block;
  transform: rotate(-90deg);
  white-space: normal;
} */

.report-page .table th {
  text-align: center;
  vertical-align: middle;
  color: black;
}
@media print {
  @page {
    size: landscape;
    margin: 50px 0px;
  }
  body {
    margin: 50px 0px;
    padding-top: 15px;
  }
  .print-container {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}

@keyframes lineAnim {
  0% {
    left: -40%;
  }
  50% {
    left: 20%;
    width: 80%;
  }
  100% {
    left: 100%;
    width: 100%;
  }
}

.two-row-header {
  display: flex;
  flex-direction: column;
  margin: 0 -9px;
}

.Printline {
  display: flex;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 2%;
  padding-inline: 2%;
}

.two-row-header .sub-header {
  border-bottom: 1px solid rgb(224 224 224);
  text-align: center;
  margin-bottom: 1px;
}

/* notification page */
.notification-item {
  padding: 10px 0px;
  margin: 10px 0px;
  border: 1px solid #ccc;
  cursor: pointer;
  transition: background-color 0.2s ease;
  background-color: #fff;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.notification-item:hover {
  background-color: #f0f0f0;
}

.notification-link:hover {
  color: blue;
}

.content-hierarchy {
  min-width: 60vw;
  position: relative;
  height: 100vh;
  margin: 0 12px;
  overflow-y: auto;
  overflow-x: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* calendar  */
.fc-day-number {
  font-size: 1.5em;
  color: #5c005c;
}

.fc-day-header {
  font-size: 1.5em;
  color: #00b294;
}
.fc-day:hover {
  background-color: aliceblue;
}

.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
}

.dot-holiday {
  background-color: #ff7f0e;
}

.dot-event {
  background-color: #28a745;
}

.dot-exam {
  background-color: #3587de;
}
.hovered {
  background-color: aliceblue;
}

.form-groups {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px !important;
}

.form-controls {
  border: none;
  border-bottom: 1px solid #ced4da;
  transition: border-bottom-color 0.3s;
  width: 100%;
  height: 24px;
  float: left;
  background: #ffffff;
  font-weight: 400;
  font-size: 13px;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.form-controls:focus {
  outline: none;
  border-bottom-color: #007bff;
}

.form-controls:focus + label,
.form-controls:not(:placeholder-shown) + label {
  transform: translateY(-200%);
  font-size: 0.7rem;
  color: #007bff;
}
/* calendar style ends */

.exam-time-container .MuiInputBase-input {
  height: 2px !important;
}
.exam-time-container .MuiOutlinedInput-root.Mui-error .MuiOutlinedInput-notchedOutline {
  border-color: #ced4da !important;
}
