/* @import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital@0;1&family=Poppins&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  /* #998d7a; */
  /* --main-color: #878585; */
  /* --main-color: #817d7a; */
  --main-color: #414e6d;
  --mc2: #606c884f;
  --mc3: #606c880e;
  --hover-color: #095fa0;
  --main-color-light: hsla(0, 27%, 83%, 0.2);
  --text-color: rgb(45, 48, 50);
  --danger-color: #a34d4d;

  /* --gradient: linear-gradient(to right, #614385 0%, #516395 51%, #614385 100%); */
  /* --gradient: linear-gradient(to right, #606c88 0%, #3f4c6b 51%, #606c88 100%); */
  --gradient: #0078d4;
}

* {
  font-size: 11px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Montserrat", sans-serif;
}

body {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-size: 15px;
  display: flex;
  justify-content: center;
  background: radial-gradient(
    circle at 76% 26%,
    #e9f0f5 0,
    #f2f0f4 57%,
    #f5f5f5 100%
  );
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.content {
  justify-content: center;
  /* margin-left: 66px; */
  /* margin-right: 20px; */
  min-width: 80%;
  background: transparent;
  /* background-color: rgb(255, 255, 255); */
  padding: 0.625em 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

section {
  margin-top: 15px;
  margin-bottom: 15px;
  min-width: 100%;
}

.headerSection {
  /* background-color: var(--gradient); */
  /* background-color: transparent; */
  position: fixed;
  top: 0px;
  margin-top: 20px !important;
  left: 0px;
  /* padding-left: 7%;
  padding-right: 7%; */
  z-index: 30;
  width: 100vw;
  margin-top: 0px;

  padding-bottom: 5px;
  background: #ffffffe7 !important;
  margin-top: 0px !important;
  padding-left: 3%;
  padding-right: 3%;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 14%), 0 0 0.125rem rgb(0 0 0 / 12%);
}

.headerSection h1 {
  margin-bottom: 0px !important;
}

.headerSection .headerInput {
  /* background-color: #ffffff !important;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 14%), 0 0 0.125rem rgb(0 0 0 / 12%); */
  padding: 5px !important;
  min-height: 25px;
  min-width: 100px;
  font-size: 12px;
}

.contentSection {
  margin-top: 80px;
  margin-bottom: 0px;
  animation: fadeInAnimation ease 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

/* TITLE */

h1 {
  font-size: 24px;
  font-weight: 500;
  color: rgb(50, 49, 48);
}

h2 {
  font-size: 20px;
  font-weight: 500;
  color: rgb(50, 49, 48);
}

h4 {
  font-size: 16px;
  font-weight: 400;
  color: rgb(50, 49, 48);
}

h5 {
  font-size: 14px;
  font-weight: 400;
}

label {
  color: #333333;
  font-weight: 500;
  font-size: 10px;
  margin-bottom: 3px;
}

.badge {
  margin: 3px;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  background-color: #f4f4f4 !important;
  border: none !important;
  box-sizing: border-box !important;
  caret-color: #1a73e8 !important;
  color: #202124 !important;
  font-family: inherit;
  /* font-size: inherit; */
  /* font-weight: inherit; */
  /* line-height: inherit; */
  /* min-height: auto; */
  /* outline: 0; */
  /* padding-bottom: 6px !important; */
  /* padding-inline-end: 8px !important; */
  /* padding-inline-start: 8px !important; */
  /* padding-top: 6px !important; */
  text-align: inherit;
  text-overflow: ellipsis;
  width: 100%;
  border-radius: 10px !important;
  font-size: 11px;
}

select {
  /* -webkit-appearance: none; */
  background-color: rgb(241, 243, 244) !important;
  border: none !important;
  box-sizing: border-box !important;
  caret-color: #1a73e8 !important;
  color: #202124 !important;
  font-family: inherit;
  text-align: inherit;
  text-overflow: ellipsis;
  border-radius: 10px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><polygon points='0,0 100,0 50,50'/></svg>")
    no-repeat; */
  background-size: 10px;
  background-position: calc(100% - 20px) 60%;
  background-repeat: no-repeat;
  background-color: #efefef;
  padding: 10px;
  font-size: 11px;
}

.select2-container--default .select2-selection--single {
  border-radius: 10px !important;
  background-color: #f4f4f4 !important;
  min-height: 25px;
  border: none !important;
  font-size: 11px;
  font-weight: 500;
  color: #000 !important;
  font-family: inherit !important;
  height: calc(1.5em + 0.75rem + 0px) !important;
  background-color: #f4f4f4 !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #000 !important;
  font-size: 11px;
  font-weight: 500;
  color: #000 !important;
  font-family: inherit !important;
  line-height: 25px !important;
}

/* TABLE*/
table {
  border-radius: 1.5rem !important;
  background: white;
  /* margin-bottom: 20px; */
  padding: 10px;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 14%), 0 0 0.125rem rgb(0 0 0 / 12%);
}

thead {
  background-color: transparent;
  background-size: 200% auto;
  border-radius: 10px 10px 0px 0px;
  color: #3e3e3e;
  text-transform: capitalize;
  font-weight: bold;
  font-weight: bolder;
  font-size: 11px;
  /* box-shadow: rgba(0, 0, 0, 0.05) 0px 1.6px 3.6px 0px,
    rgba(0, 0, 0, 0) 0px 0.3px 0.9px 0px; */
}

th {
  font-weight: 600 !important;
  border: none !important;
  margin-top: 5px !important;
  padding: 20px 10px 20px 10px !important;
  font-size: 11px;
  text-transform: uppercase;
}

td {
  border: none !important;
  border-bottom: 1px solid #0000001a !important;
  font-size: 11px;
}

.dataTables_length select,
.dataTables_filter input {
  padding: 5px 10px 5px 10px !important;
  border-radius: 10px !important;
  font-size: 11px !important;
  border: 1px #0000001a solid !important;
  background-color: #ffffff !important;
}

.dataTables_length {
  margin-top: 15px !important;
}

.dataTables_filter {
  margin-bottom: 10px !important;
}

.paginate_button {
  padding: 5px !important;
  font-size: 10px;
  margin-top: 10px;
  font-weight: 500;
}

/* BOOTSTRAP */
.card {
  background-color: transparent;
  border: none;
  border-radius: 0.5em;
  margin-bottom: 20px;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.card-body {
  padding: 0px;
}

.modal-header {
  /* background-color: #f5f4f8; */
  background: var(--gradient);
  border: none;
  color: #fff;
  border-radius: 1em 1em 0px 0px;
}

.modal-content {
  background-color: #fafafa;
  border: none;
  border-radius: 1em;
}

.modal-body {
  background-color: #fff !important;
}

.btn {
  border: none !important;
}

.btn-primary {
  width: auto;
  background-color: var(--gradient);
  border: 1px solid var(--gradient);
  border-radius: 0.5em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 0.8em;
  padding-right: 0.8em;
  font-size: 0.9875em;
}

.dt-button {
  width: auto !important;
  background-color: var(--gradient) !important;
  border: 1px solid var(--gradient) !important;
  border-radius: 0em !important;
  padding-top: 0.2em !important;
  padding-bottom: 0.2em !important;
  padding-left: 0.8em !important;
  padding-right: 0.8em !important;
  font-size: 1em !important;
  color: #fff !important;
  margin-top: 15px !important;
  box-shadow: 0 15px 45px var(--main-color-light) !important;
}

.btn-primary:hover {
  background-color: var(--hover-color);
  border: 1px solid var(--hover-color);
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn-danger {
  width: auto;
  background-color: var(--danger-color);
  border: 1px solid var(--danger-color);
  border-radius: 0.5em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 0.8em;
  padding-right: 0.8em;
  font-size: 0.9875em;
  box-shadow: 0 15px 45px var(--main-color-light);
}

.btn-outline-secondary {
  background-color: var(--main-color);
  color: #fff;
}

.form-control {
  font-size: 0.9rem;
  font-weight: 500;
  color: #000;
  height: calc(1.5em + 0.75rem + 0px) !important;
  background-color: #f4f4f4 !important;
}

.form-control[readonly] {
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

.form-group > label {
  /* top: 16px;
  left: 6px;
  position: relative;
  background-color: white;
  padding: 0px 5px 0px 5px;
  font-size: 0.8em; */
  margin-bottom: 0px;
}

/* STYLING */
.bold {
  font-weight: bold;
}

.bigBtn {
  padding: 10px 40px 10px 40px;
  background: var(--gradient);
  margin: 10px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 10px;
}

.bigBtn:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.formBtn {
  padding: 5px 10px 5px 10px;
  background-image: var(--gradient);
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
}

.formBtnDanger {
  padding: 5px 10px 5px 10px;
  background-image: linear-gradient(
    to right,
    #e52d27 0%,
    #b31217 51%,
    #e52d27 100%
  );
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
}

.btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.formBtn:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.background {
  border-radius: 0.5rem !important;
  background: white;
  /* margin-bottom: 20px; */
  padding: 10px;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 14%), 0 0 0.125rem rgb(0 0 0 / 12%);
  width: fit-content;
}

.dashboardContainer {
  padding: 25px;
}

.backgroundDashboard {
  border-radius: 0.5rem !important;
  background: white;
  /* margin-bottom: 20px; */
  padding: 10px;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 14%), 0 0 0.125rem rgb(0 0 0 / 12%);
  width: 100%;
}

.dataTable {
  padding: 0px;
  /* background: #f8f8f8; */
  background: #ffffff;
  /* border: solid 0px black; */
  border-radius: 0.5rem !important;
  margin-bottom: 20px;
  margin-top: 20px;
}

.bx {
  font-size: 16px;
  color: fff;
}

/* PICTURE UPLOAD */

.backgroundPictureUpload {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  /* background: #f8f8f8; */
  background: #ffffff;
  border: solid 0px black;
  border-radius: 0.5rem !important;
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); */
  margin-bottom: 20px;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 14%), 0 0 0.125rem rgb(0 0 0 / 12%);
}

.pictureUplaodTitle {
  font-size: 1.2em;
  font-weight: 500;
}

.containerPreview {
  max-height: 220px;
  overflow: auto;
  display: flex;
  margin-bottom: 10px;
}

.imagePreview {
  max-height: 220px;
  width: 100%;
  border: none;
  position: relative;
  outline: none;
}

.badge-picture-upload {
  font-size: 11px;
  background-color: var(--main-color);
  color: #fff;
  font-weight: 400;
  padding: 5px;
}

.badge-picture-delete {
  font-size: 11px;
  background-color: var(--danger-color);
  color: #fff;
  font-weight: 400;
  padding: 5px;
}

/* SEARCH INPUT */

.wrapper .search-input {
  background: #fff;
  width: 100%;
  border-radius: 5px;
  position: relative;
}
.search-input input {
  outline: none;
  border-radius: 5px;
}
.search-input.active input {
  border-radius: 5px 5px 0 0;
}
.search-input .autocom-box {
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
}
.search-input.active .autocom-box {
  padding: 10px 8px;
  opacity: 1;
  pointer-events: auto;
}
.autocom-box li {
  list-style: none;
  padding: 8px 12px;
  display: none;
  width: 100%;
  cursor: default;
  border-radius: 3px;
}
.search-input.active .autocom-box li {
  display: block;
}
.autocom-box li:hover {
  background: #efefef;
}
