body {
  font-family: UCM_Body;
}
.placeholder-small {
  font-size: 16px;
}
.forgotPasword-outer {
  width: 40%;
  min-height: 20em;
  background: rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  padding: 0.5em;

}
/* Small Button */
.button-small {
  padding: 5px 30px !important;
  background-color: var(--light) !important;
  border-radius: 5px;
  font-size: 15px;
  color: var(--primary-2) !important;
  border: 1.7px solid var(--primary-2) !important;
  border: none;
  width: 150px;
 
}
.button-small:hover {
  /* background: var(--primary-2) !important; */
  color: var(--white) !important;
  border: 1.7px solid var(--primary-2) !important;
  background: linear-gradient(145deg, #72507e, #7e3e66) !important;
}
.button-dasboard {
  padding: 8px 30px !important;
  border: 1.7px solid var(--primary-2) !important;
  border-radius: 7px;
  font-size: 15px;
  color: var(--primary-2);
  width: 150px;
  transition: background-color 0.3s, color 0.3s, transform 0.3s;
  position: relative;
}
.button-dasboard:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}
.button-dasboard:hover {
  background: linear-gradient(145deg, #72507e, #7e3e66) !important;
  color: var(--light);
}

/* .submit {
  float: right;
} */

/* Medium Button */
.button-medium {
  padding: 8px 20px !important;
  font-size: 16px;
  background: var(--white);
  color: var(--primary-2);
  border: 1.7px solid var(--primary-2) !important;
  width: 200px; 
  text-align: center;
  
}

.button-medium:hover {
  background: var(--primary-2);
  color: var(--white);
}
/* Large Button */

.button-large {
  padding: 7px 24px;
  font-size: 18px;
  background: var(--white);
  color: var(--primary-2);
  border: 1.7px solid var(--primary-2) !important;
  text-align: center;
  width:100%;

}

.button-large:hover {
  background: var(--primary-2);
  color: var(--white);
  
}
.form-control:focus {
  border: 1.7px solid var(--primary-2) !important;
}
.toggle-password-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.custom-table th,
.custom-table td {
  background: var(--light);
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-size: 13px;
  height: 30px;
}
.custom-table .small-cell {
  width: 0.1rem !important;
}
.custom-table .medium-cell {
  width: 0.3rem !important;
}
/* .custom-table .meduim-cell{
        width:20% !important;
   } */

.bg-green {
  background-color: rgb(218, 239, 237);
  color: rgb(0, 172, 105);
  opacity: 1;
}
.dataTables_filter input {
  margin-left: 0.3em !important;
  border-radius: 9px !important;
}

.dataTables_length {
  margin-left: 20px;
}

.page-item.active .page-link {
  z-index: 3;
  color: var(--white);
  background-color: var(--primary-2);
  border-color: var(--primary-2);
}

.page-item.active .page-link:hover {
  z-index: 3;
  color: var(--white);
  background-color: var(--primary-2);
  border-color: var(--primary-2);
}
.page-link {
  color: black;
}
.custom-span {
 
  font-size: 4px;
}
.customCardhead {
  height: 60px;
  width: 100%;
  background-color: var(--light-white)
}
.custom-card {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #dee2e6;
  background-color: rgb(255, 255, 255);
  margin-top: 0;
}
.btn-outline-primary-1 {
  background-color: #e2e6ea;
  border-radius: 7px;
  font-size: 13px;
  color: var(--primary-2);
}

.btn-outline-primary-1:hover {
  background-color: var(--primary-2);
  color: #e2e6ea;
}

.headerText {
  font-family: Futura;
  background-color: #666666;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: var(--primary-2);
  text-shadow: var(--primary-2);
  font-size: 25px;
  font-weight: 300;
 
}
.head {
  height: 60px;
}

.detailsCardHead {
  font-weight: 500;
  font-size: 20px;
  color: #5f0f40;
}
.buttonCreate{
  margin-left: 15px;
  margin-top:5px;
}



 .form-control  {
  width: 100%;
  border: 1px solid var(--primary-2);
  border-radius: 5px;
  font-size: 16px;
  height: 35px;
  color: var(--primary-2);
  
}
.select2{
  width: 100%;
  border: 1px solid var(--primary-2);
  border-radius: 5px;
  font-size: 16px;
  height: 35px;
  color: var(--primary-2);

}
.form-control :focus {
  outline: none;
  border-color:var(--primary-2);
  box-shadow: none !important;

}


.form-select {
  height: 35px;
  border: 1px solid var(--primary-2);
  color: var(--primary-2);
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}
.form-select:hover {
  color: var(--primary-2);
  background-color: var(--white);
}
.form-select:focus {
  outline: none;
  border-color:var(--primary-2);
  box-shadow: 0 0 5px var(--primary-2);
}

.custom-file-input {
  position: relative;
  width: 100%;
  height: 40px;
  overflow: hidden;
  color: var(--primary-2);
  background-color: var(--white);
  border-radius: 5px;
  border: 1px solid var(--primary-2);
  display: inline-block;
}

.input-file {
  position: absolute;
  font-size: 100px;
  right: 0;
  top: 0;
  opacity: 0;
}

.file-label {
  display: inline-block;
  padding: 8px 20px;
  cursor: pointer;
  background-color: var(--primary-2);
  color: var(--white);
}

.file-name {
  margin-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.input-group-text{
  height: 35px !important;
  border: 1px solid var(--primary-2);
} 
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  color: var(--primary-2) !important;
}


/* .pagination {
  display: flex !important;
  justify-content: center !important;
  padding-left: 0 !important;
  list-style: none !important;
} */

.pagination {
  position: absolute !important;
  left: 60% !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  padding-left: 0 !important;
  list-style: none !important;
}