﻿body {
  font-family: UCM_Body;
}

.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;
}
/*

/* 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(--primary-2);
  border: none;
  color: var(--white);
  display: inline-block;
  text-align: center;
}

.button-large:hover {
  background: var(--white);
  color: var(--primary-2);
  border: 1.7px solid var(--primary-2) !important;
}
.form-control:focus {
  border-color: 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.5rem !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 {
  margin-top: 8px;
  margin-left: 0;
}
.customCardhead {
  height: 60px;
}
.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;
}

.LabelHeaderText {
  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;
}
.swal2-styled.swal2-cancel {
  background: var(--primary-2) !important;
  color: var(--white) !important;
}
.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel {
  padding: 5px 25px !important;
  border: 0;
  border-radius: 0.2em;
  background: initial;
  color: var(--primary-2);
  width: 150px;
  font-size: 1em;
}

.swal2-styled {
  box-shadow: 0 0 0 1px var(--primary-2) !important;
  font-weight: 500;
}

.swal2-container.swal2-center > .swal2-popup {
  padding-bottom: 40px;
}
.form-control {
  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 ,.select2{
  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 {
  position: absolute !important;
  left: 60% !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  padding-left: 0 !important;
  list-style: none !important;
}