@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Manrope:wght@200;300;400;500;600;700;800&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Urbanist:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


.admin table thead tr th {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #aab2c8;
}
.admin table tbody tr td,
.admin table tbody tr td p {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #263238;
}
.admin .table thead tr th,
.admin .table tbody tr td {
  text-align: left;
  vertical-align: middle;
}
.admin .table tbody tr {
  background: #f5f6fa;
  border-radius: 10px;
  border-bottom: 15px solid #fff;
}
.admin .table {
  border: transparent;
}
#overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(33, 35, 42, 0.7);
  z-index: 2;
  cursor: pointer;
}

/* ========= CUSTOM BREADCRUMB ========== */
.item-breadcamb-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.breadcrumb-container {
  display: flex;
  gap: 10px;
  align-items: center;
}
.breadcrumb-nav-container {
  background: #FCFDFD;
  padding: 10px;
  width: 100%;
}
.breadcrumb-navlink {
  text-decoration: none;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #AAAAAA;
}
button.btn.breadcrumb-items {
  padding: 0px !important;
}
.custom-bread-color  {
  color: rgba(0, 0, 0, 1) !important;
}
.breadcrumb-navlink:hover {
  color: rgba(0, 0, 0, 1);
  font-weight: 600;
}
.breadcrumb-current-page {
  margin-bottom: 0;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}
.breadcrumb-component.custom {
  background: rgba(252, 253, 253, 1);
  padding-left: 30px;
}
.title-page-head {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  font-family: 'Roboto';
  opacity: 0.7;
}

/* ========= END CUSTOM BREADCRUMB ========== */

/* ========= CUSTOM FORM INPUT ============= */
.ql-container.ql-snow {
  border: 1px solid rgba(0, 0, 0, 0.22);
  background: #ffffff;
}
.ql-toolbar.ql-snow {
  border: 1px solid rgba(0, 0, 0, 0.22);
  border-bottom: 0 !important;
  border-radius: 12px 12px 0 0;
}

/* ========= END CUSTOM FORM INPUT ============= */
.table-responsive::-webkit-scrollbar {
  width: 6px;
}
.table-responsive::-webkit-scrollbar-track {
  background: #fff;
}
.table-responsive::-webkit-scrollbar-thumb {
  background-color: #228B22;
  border-radius: 20px;
  border: 3px solid transparent;
}

@keyframes animate {
	0% {
		transform: rotateX(-20deg) rotateY(-360deg);
	}
	100% {
		transform: rotateX(-20deg) rotateY(0deg);
	}
}

.css-13cymwt-control {
  background: #F2F6FA !important;
}
.react-bootstrap-table table {
  table-layout: auto !important;
}