.formfield{
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 30px 30px;
}
.table-data-two {
    padding: 30px;
}

.header-bar {
    background-color: #4c71dd;
    padding: 10px 15px;
    height: 58px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.header-bar h5 {
    color:#fff;
	padding: 7px;
}
.fm{
    padding: 30px;
}


.d-none {
  display: none;
}

.formfield h3 {
    background-color: #4c71dd;
    padding: 10px 15px;
    height: 58px;
    color: #fff;
    margin: 0;
    font-size: 20px;
	 border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


/******************/

.calendar-wrapper {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.calendar-header {
  background-color: #0033cc;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 12px;
  text-align: left;
  border-radius: 8px 8px 0 0;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  padding: 10px;
}

.day {
  font-weight: 600;
  color: #333;
  text-align: center;
}

.date {
  text-align: center;
  padding: 10px;
  border-radius: 50%;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  cursor: pointer;
  font-weight: 500;
}

.date.selected {
  background-color: #3f51b5;
  color: #fff;
  font-weight: bold;
}

.date.empty {
  visibility: hidden;
}


/***********admin-not-found-component*****************/
.not-found-container {
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
}

.content-box {
  text-align: center;
  padding: 40px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.not-found-gif {
  max-width: 300px;
  height: auto;
  margin-bottom: 20px;
}

.content-box h2 {
  margin-top: 10px;
  font-size: 1.6rem;
  color: #343a40;
}

.content-box p {
  margin: 15px 0;
  color: #6c757d;
}

.content-box button {
  padding: 10px 20px;
  font-size: 1rem;
  color: white;
  background-color: #007bff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.content-box button:hover {
  background-color: #0056b3;
}



/********application-details-components*************/

.appuseric {
  color: #757474;
  padding: 2px;
}
.leftsec {
  border-right: 7px solid #d4d4d5;
}
.textareabox {
  background: transparent;
  border: 1px solid #eae6e6;
  max-height: 420px;
  overflow-y: auto;
  padding: 10px;
}
.textareabox h4 {
  font-size: 13px;
  font-weight: 600;
}
.textareabox p {
  font-size: 12px !important;
  font-weight: 500;
  text-align: justify;
}
label {
  display: inline-block;
}

.form-check-two
{
  color: #4c71dd;
  margin-left: 0px!important;
}

.form-check {
  padding-left: 5px !important;
  color: #4c71dd;
  margin-left: 45px;
}

.form-check i {
  color: #4c71dd;
  padding: 0 5px 0 0;
}
#table label {
  display: inline-block;
  font-size: 15px !important;
}
.form-check a {
  color: #4c71dd;
}
#table label a {
  text-decoration: none;
}
#table thead {
  background: #4c71dd !important;
  color: #fff !important;
  vertical-align: middle !important;
}
.pdficonright {
  color: #ec0e0e !important;
  position: absolute;
  right: 3%;
  text-align: center;
  padding: 4px !important;
  font-size: 15px;
}
#table > :not(caption) > > {
  padding: 3px 10px !important;
}
.btn-file {
  position: relative;
  overflow: hidden;
  padding: 4.5px 8px !important;
  left: 0;
  width: 81px;
  background: rgb(8,112,176);
  background: linear-gradient(90deg,rgb(76, 113, 221) 0%,rgb(43, 97, 254) 100%);
  border: none;
  font-size: 14px !important;
}
.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  cursor: inherit;
  display: block;
}
.btnapp {
  color: #fff;
  font-size: 14px !important;
  width: 81px;
  position: relative;
  background: rgb(8,112,176);
  background: linear-gradient(90deg,rgb(76, 113, 221) 0%,rgb(43, 97, 254) 100%);
  border: none;
  padding: 4.5px 8px !important;
}

.modal-header .btn-close {
  color: #fff !important;
}
.form-check-input {
	color: #000 !important;
	border: var(--bs-border-width) solid #7c7d7e !important;
}


/**********New applicant list***********/

.card {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.badge {
  font-size: 0.875rem;
}
.nav-tabs .nav-link.active {
    background-color: #ffffff;
    color: #000000;
    /* font-weight: 500; */
}
.nav-tabs .nav-link {
    background-color: #4c71dd;
    color: #ffffff;
   margin-right: 5px;
}

/**********New license component**************/

.data-form{
    padding: 20px;
    background-color: #fff;
}

.data-form h6 {
  font-weight: 600;
  padding:15px;
}
.dashboard-content {

}
.progress-btn {
  background-color: #2C79C1;
  border:none;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  margin:0 0.5rem;
  transition:background-color 0.5s, transform 0.5s;
  padding:5px 20px;
  border-radius:5px;
}

.appl-details-ic{
    background: #d3ddf9;
    padding: 5px;
    border-radius: 50%;
    margin-right: 6px;
    width: 25px;
    height: 25px;
    text-align: center;
}

.appl-details-ic-two{
    background: #b8eddf;
    padding: 5px;
    border-radius: 50%;
    margin-right: 6px;
    width: 25px;
    height: 25px;
    text-align: center;
}



/*************************sidebar---admin***********************/

.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 250px;
  background:#4C71DD;  /* fallback for old browsers */
  padding: 6px 14px;
  box-sizing: border-box;  
  z-index:1 !important;
  transition: all 0.5s ease;
  overflow-y: auto;
    overflow-x: hidden;
}
.sidebar.open {
  width: 78px; 
  transition: all 0.5s ease;
}
.sidebar .logo-details {
  height: 60px;
  display: flex;
  align-items: center;
  position: relative;
}
.sidebar .logo-details .icon {
  opacity: 1;
  transition: all 0.5s ease;
}
.sidebar .logo-details .logo_name {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  opacity: 1;
  transition: all 0.6s ease-in;
}
.sidebar.open .logo-details .icon,
.sidebar.open .logo-details .logo_name {
  opacity: 0;
  transition: all 0.3s ease-in;
}
.sidebar .logo-details #btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 22px;
  transition: all 0.4s ease;
  font-size: 23px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
}
.sidebar.open .logo-details #btn {
  text-align: center;
}
.sidebar i {
  color: #ffffff;
  height: 60px;
  min-width: 50px;
  font-size: 28px;
  text-align: center;
  line-height: 60px;
}
.sidebar .nav-list {
  margin-top: 20px;
  padding-left: 0;
  height: 100%;
}

.sidebar .nav-list {
  left: -300px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;  
/* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */  
}

/* Hide scrollbar for Chrome, Safari and Opera */
.sidebar .nav-list::-webkit-scrollbar {
  display: none;
}
.sidebar li {
  position: relative;
  margin: 8px 0;
  list-style: none;
  border-bottom: 1px solid #fff;
  border-radius: 10px;
}
.sidebar li .tooltip {
  position: absolute;
  top: -20px;
  left: calc(100% + 15px);
  z-index: 9;
  background: #000000;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  padding: 6px 12px;
  box-sizing: border-box;  
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
  transition: 0s;
  display: none;
}
.sidebar li:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar.open li .tooltip {
  display: block;
}
.sidebar input {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  outline: none;
  height: 50px;
  width: 100%;
  border: none;
  border-radius: 12px;
  transition: all 0.1s ease;
  background: #7296ff;
  padding: 0 15px 0 60px;
  box-sizing: border-box;  
}
.sidebar.open input {
  width: 50px;
  padding: 0;
  transition: all 1.2s ease;
}
.sidebar .fa-search {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 22px;
  background: #C93663;
  color: #fff;
}
.sidebar.open .bx-search:hover {
  color: #fff;
}
.sidebar li a {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 12px;
  align-items: center;
  text-decoration: none;
  transition: all 0.4s ease;
}

.sidebar li a .links_name {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  white-space: break-spaces;
  opacity: 1;
  pointer-events: none;
  transition: all ease-in 0.3s;
  width: 200px;
}
.sidebar.open li a .links_name {
  opacity: 0;
  pointer-events: auto;
  transition: all ease-in 0.3s;
}
.sidebar li:hover
{
  background-color: #012591;
  transition: all 0.2s ease;
  border-radius: 15px 15px 15px 15px;
}
.sidebar li i {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border-radius: 12px;
  color: #ffffff;

}
.sidebar li.profile {
  position: fixed;
  height: 60px;
  width: 250px;
  left: 0;
  bottom: -8px;
  padding: 10px 14px;
  box-sizing: border-box;  
  background: #000000;
  transition: all 0.5s ease;
  overflow: hidden;
  border-radius: 0px;
}
.sidebar.open li.profile {
  width: 78px;
}
.sidebar li .profile-details {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.sidebar li img {
  height: 45px;
  width: 45px;
  object-fit: cover;
  border-radius: 6px;
  margin-right: 10px;
}
.sidebar li.profile .name,
.sidebar li.profile .job {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar li.profile .job {
  font-size: 12px;
  text-overflow: ellipsis;
  width: 100%;

}
.sidebar .profile #log_out {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #012591;
  height: 60px;
  line-height: 60px;
  border-radius: 0px;
  transition: all 0.5s ease;
  border: 1px solid #000;
}
.sidebar.open .profile #log_out {
  width: 78px;
  background: none;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #012591;
  max-width: 100%;  
  transition: all 0.5s ease;
  color: #f1f1f1;
}
.sidebar li.profile:hover{
  border-radius: 0%;
}
.home-section {
  position: relative;
  background: #F1F1F1;
  height: 100vh;
  top: 0;
  transition: all 0.5s ease;
}
/* .sidebar.open ~ .home-section {
  left: 78px;
  width: calc(100% - 78px);
} */
.home-section .text {
  display: inline-block;
  color: #4f1374;
  font-size: 25px;
  font-weight: 500;
  padding: 36px 36px 0;
  box-sizing: border-box;  
}
@media (max-width: 420px) {
  .sidebar li .tooltip{
    display: none;
  }
}



#header {
    width: 100%;
    height: 72px;
    position: sticky;
    padding: 0 35px 0 35px;
    box-sizing: border-box;  
    top: 0;
    left: 0;
    background: #ffffff;
    color: #000000;
    z-index:1;
    transition: all ease-in-out 0.3s;
    font-family: Roboto;
    box-shadow:0 2px 9px #ccc;
}
#header.open{
    padding: 0 36px 0 111px;
    box-sizing: border-box;  
    transition: all 0.5s ease;
}
#header.shrink {
    height: 60px;
    background: rgb(72 29 126 / 0.81);
    -webkit-backdrop-filter: saturate(180%) blur(3px);
    backdrop-filter: saturate(180%) blur(3px);
}
.header-space {
  	height:72px;
}
#header .header {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

#header .header ul {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  list-style: none;
  padding-left: 0;
}
#header .header .logo {
  float: left;
}
#header .header .logo img {
  height: 27px;
  transition: all ease-in-out 0.3s;
}
#header.shrink .header .logo img {
  height: 24px;
  transition: all ease-in-out 0.3s;  
}
#header .header .menu {
  max-width: 210px;
  float: right;
}
#header .header .menu img {
  width: 36px;
  margin: 0 6px;
  transition: all ease-in-out 0.3s;  
}
#header .header .menu img:last-child {
  width: 27px;
  margin: 0 0 0 12px;
  transition: all ease-in-out 0.3s;  
}
#header.shrink .header .menu img {
  width: 27px;
  transition: all ease-in-out 0.3s;  
}
.logo h3{
padding-top: 20px;
  color: #4c71dd;
}

.foot{
  height: 40px;
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  position: fixed;
  bottom: 0;
  z-index: 0;
  color: #000;
  line-height: 40px;
  margin-left: -5%;
}

.clicked  {
  background-color: #6ea1ff !important;
}


.submenu li {
    background-color: #2552c7;
}

.submenu li:hover {
    background-color: #6ea1ff;
}

div.dt-container {
    width: 100%!important;
    overflow: auto!important;
}

.fm .btn
{
    margin-top: 32px !important;
}
