/* Styling for the control (input box) */
.custom-select__control {
  border: solid 1px #e8e6f0 !important;
  padding: 0px 0px 0px 3px !important;
  min-height: 33px !important;
  font-size: 12px !important;
  border-radius: 0px !important;
}

.custom-select__value-container {
  padding: 0px 0px 0px 10px !important;
  font-size: 12px !important;
}

.custom-select__indicators {
  display: none !important;
  font-size: 12px !important;
}

.custom-select__option {
  font-size: 12px !important;
  border: 1px solid #f8f7f7;
}

.select-clear-btn .custom-select__indicators {
  display: flex !important;
  padding: 0;
}
.select-clear-btn .custom-select__dropdown-indicator,
.select-clear-btn .custom-select__indicator-separator {
  display: none !important;
}
.select-clear-btn .custom-select__clear-indicator {
  margin: auto 0;
}
/*Full Width Modal*/

.full-modal-header {
  display: inline-block;
  width: 100%;
  padding: 10px 15px !important;
  border-bottom: none !important;
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 5px !important;
  text-transform: uppercase;
  font-weight: bold;
  color: #2b2522;
  font-size: 13px !important;
}

.full-modal-body {
  width: 100%;
  padding: 15px 30px 30px 30px !important;
  background-color: #fff;
}

.full-modal-head-items {
  margin-bottom: 5px;
  margin-top: 15px;
  font-size: 14px;
  padding-bottom: 5px;
  color: #333;
  border-bottom: 1px dashed #eee;
  font-family: "Arial";
}

.full-modal-footer {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.save-btn {
  color: #fff;
  background-color: #0300ae;
  border-color: #0300ae;
  border: 1px solid transparent;
  padding: 0.375rem 20px;
  font-size: 11px;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: "Arial";
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.save-btn:disabled {
  background-color: #c0c0e0;
}

.cancel-btn {
  color: #000;
  background-color: #e9e9ed;
  border-color: #e9e9ed;
  border: 1px solid transparent;
  padding: 0.375rem 20px;
  font-size: 11px;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: "Arial";
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*Radio Button*/

.radio-button {
  width: 16px;
  height: 16px;
  margin: 5px 5px 5px 5px;
}

.radio-pink {
  accent-color: rgba(255, 4, 89, 0.87);
}

.max-width-900 {
  max-width: 900px !important;
}

.max-width-400 {
  max-width: 400px !important;
}

.fade {
  background-color: rgba(0, 0, 0, 0.24);
}

.modal-grid-body {
  border-bottom: 1px solid #eaecef;
  display: flex;
  width: 100%;
  padding: 0;
}

.modal-grid-body:hover {
  background-color: #f8f9fb;
}

.modal-sl-grid-data {
  padding: 5px 10px;
  font-family: arial;
  color: #000;
  font-size: 12px;
  letter-spacing: 1px;
}

.headings-in-modal {
  font-size: 14px;
  font-weight: bolder;
  text-transform: uppercase;
  padding-bottom: 5px;
  color: #333;
  border-bottom: 1px dashed #eee;
  font-family: "Arial";
}

/*rols and permissions*/
/* .roles-card {
    margin-bottom: 15px;
    border-radius: 5px;
    display: inline-block;
    padding: 0;
    border: 0px solid transparent;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    width: 100%;
    display: flex;
    padding: .75rem 1.25rem;
    background-color: #FFF;
} */

.roles-card .card {
  border-radius: 5px;
  display: inline-block;
  padding: 0;
  border: 0px solid transparent;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  width: 100%;
  background-color: #fff;
}

.roles-card .card .list-group {
  font-size: 12px;
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
}

.roles-card .pull-right {
  float: right;
}

.roles-card .material-switch > input[type="checkbox"] {
  display: none;
}

.roles-card .material-switch > label {
  cursor: pointer;
  height: 0px;
  position: relative;
  width: 40px;
}

.roles-card .label-primary {
  background-color: #47449e;
}

.material-switch > input[type="checkbox"]:checked + label::before {
  background: inherit;
  opacity: 0.5;
}

.material-switch > label::before {
  background: rgb(0, 0, 0);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: "";
  height: 16px;
  margin-top: -8px;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 40px;
}

.material-switch > input[type="checkbox"]:checked + label::after {
  background: inherit;
  left: 20px;
}

.material-switch > label::after {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: "";
  height: 24px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 24px;
}

/*View*/
/*fontWeight: '100', fontSize: '14px'*/
/*fontWeight: '600', fontSize: '16px', wordWrap: 'break-word', wordBreak: 'break-word'*/

.view-modal-heading {
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  color: #2b2522 !important;
  font-family: "Arial";
  line-height: 1.5;
}

.view-item {
  font-size: 14px;
  width: 100%;
  font-weight: bold;
  color: #000;
  letter-spacing: normal;
  font-family: "Arial";
}

/* Alignement Page */

.page-aligne .form-check-input:checked {
  background-color: #0300ae !important;
  border-color: #0300ae !important;
}
.autocomplete-select div {
  display: flex;
  align-items: start;
  justify-content: start;
}

.autocomplete-select div .autocomplete-label {
  display: flex;
  margin-right: 10px;
  font-size: 11px;
  margin-bottom: 0px;
  margin-top: 0px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #333;
  font-family: "Arial";
}

.autocomplete-select div span {
  font-size: 13px;
  font-family: "Arial";
}

.form-details-container svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.form-details-container .details-data {
  font-size: 15px;
  font-weight: 600;
  margin-left: 5px;
}

.form-conatiner {
  position: fixed;
  top: 70px;
  right: 0;
  height: calc(100% - 70px - 50px);
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  /* transition: width 0.4s ease-in; */
  animation: slideInFromRight 0.4s ease-in forwards;
}

.form-conatiner .form-header {
  background: #0c111621;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px 4px 0 0;
  position: absolute;
  width: 100%;
}

.form-title {
  color: #5f5e5e;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.3px;
}

.close-btn {
  background: rgb(38 60 123 / 25%);
  border: none;
  color: #ffffff;
  font-size: 28px;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  line-height: 1;
  padding: 0;
}

.close-btn:hover {
  background: rgb(23 65 129 / 49%);
  transform: scale(1.05);
}

.form-conatiner .form-content {
  padding: 90px 20px 70px 20px;
  height: 100%;
  overflow: auto;
}

.form-conatiner .form-button {
  position: absolute;
  bottom: 0;
  display: flex;
  padding: 20px;
  width: 100%;
  justify-content: end;
  background-color: #fff;
  border-top: 1px solid #ddd;
}

@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}

.form-show-password {
  position: absolute;
  right: 12px;
  fill: var(--primary);
  width: 20px;
  height: 20px;
  cursor: pointer;
  top: calc(50% - 10px);
}
