@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
.text-primary {
  color: #608560 !important; }

h1, .h1 {
  font-size: 2rem !important;
  font-weight: 800 !important;
  color: #608560 !important;
  letter-spacing: -1px; }

h2, .h2 {
  font-size: 1.25rem !important;
  font-weight: 800 !important;
  color: #608560 !important;
  letter-spacing: -1px; }

h6, .h6 {
  font-size: 0.8rem !important;
  font-weight: 800 !important;
  color: #608560 !important; }

p, .p {
  font-size: 0.8rem !important;
  font-weight: 300 !important;
  color: #000000; }

.hr {
  color: #F2F2F2;
  border-top: 1px solid;
  width: 100%;
  opacity: 1; }

.btn {
  font-size: 0.8rem !important;
  font-weight: 800 !important;
  border-radius: 0.25rem !important;
  padding: 0.5rem 1.5rem !important; }
  .btn.btn-primary {
    background-color: #608560 !important;
    color: #ffffff;
    border: 1px solid #608560 !important; }
    .btn.btn-primary:hover {
      background-color: #426F42 !important; }
  .btn.btn-secondary {
    background-color: #ffffff;
    color: #608560 !important;
    border: 1px solid #608560 !important; }
    .btn.btn-secondary:hover {
      background-color: #F2F2F2; }
  .btn.btn-icon {
    outline: 1px solid #F2F2F2;
    height: 24px;
    width: 24px; }
    .btn.btn-icon:hover {
      background-color: #F2F2F2; }
    .btn.btn-icon.disabled {
      background-color: #F2F2F2;
      border-color: transparent; }
      .btn.btn-icon.disabled i::before {
        opacity: 0.5; }

body {
  font-family: "Manrope", sans-serif !important; }

.container-fluid {
  padding-left: 3rem !important;
  padding-right: 3rem !important; }

.alert_msg {
  position: absolute;
  top: 0;
  right: 40%;
  width: 20%;
  padding: 8px 12px;
  margin-top: 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  z-index: 5;
  text-align: center; }
  .alert_msg.response_msg, .alert_msg.update_msg {
    background: rgba(96, 133, 96, 0.3); }
  .alert_msg.delete_msg {
    background: rgba(206, 68, 68, 0.3); }

.navbar {
  padding: 2.5rem 3rem !important;
  background-color: #ffffff; }
  .navbar a {
    color: #608560 !important; }
    .navbar a.navbar-brand {
      font-weight: 800;
      font-size: 2.5rem;
      letter-spacing: -1px; }
  .navbar .navbar-nav a {
    height: 2rem;
    width: 2rem;
    padding: 0.5rem;
    border-radius: 0.25rem;
    border: 1px solid #608560 !important; }
    .navbar .navbar-nav a.add-new {
      background-color: #608560 !important; }
      .navbar .navbar-nav a.add-new i {
        width: 16px;
        height: 16px; }
        .navbar .navbar-nav a.add-new i::before {
          color: #ffffff; }
      .navbar .navbar-nav a.add-new:hover {
        background-color: #426F42 !important; }
  .navbar .navbar-nav .layout-toggle {
    display: flex;
    justify-content: center;
    align-items: center; }
    .navbar .navbar-nav .layout-toggle .layout-btn {
      background-color: transparent;
      /* make the button transparent */
      background-repeat: no-repeat;
      /* make the background image appear only once */
      background-position: 6px 6px;
      /* equivalent to 'top left' */
      background-size: 18px;
      cursor: pointer;
      /* make the cursor like hovering over an <a> element */
      vertical-align: middle;
      /* align the text vertically centered */
      height: 2rem;
      width: 2rem;
      padding: 0.5rem;
      border-radius: 0.25rem;
      border: 1px solid #608560 !important; }
      .navbar .navbar-nav .layout-toggle .layout-btn i {
        width: 16px;
        height: 16px; }
      .navbar .navbar-nav .layout-toggle .layout-btn.list {
        background-image: url(assets/list.svg);
        /* 16px x 16px */
        border-radius: 0.25rem 0 0 0.25rem;
        margin-right: 0; }
      .navbar .navbar-nav .layout-toggle .layout-btn.grid {
        background-image: url(assets/view-grid.svg);
        /* 16px x 16px */
        border-radius: 0 0.25rem 0.25rem 0;
        margin-left: 0; }
      .navbar .navbar-nav .layout-toggle .layout-btn:hover {
        background-color: #F2F2F2;
        cursor: pointer; }

.active {
  background-color: #608560 !important; }
  .active.list {
    background-image: url(assets/list_white.svg) !important;
    /* 16px x 16px */ }
  .active.grid {
    background-image: url(assets/view-grid_white.svg) !important;
    /* 16px x 16px */ }
  .active i::before {
    color: #ffffff; }
  .active:hover {
    background-color: #426F42 !important; }

.modal-backdrop {
  background-color: #ffffff !important; }

.modal .modal-dialog {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.07);
  border-radius: 0.5rem; }
  .modal .modal-dialog .modal-content {
    border: none !important; }

.contact-header {
  font-size: 14px;
  font-weight: 800;
  color: #608560 !important;
  margin-bottom: 1rem; }

.contact-row {
  font-size: 12px;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: 0.5rem; }
  .contact-row .name {
    font-weight: 600; }
  .contact-row div {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .contact-row .quotation-mark {
    width: 24px;
    height: 24px;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #F2F2F2;
    border-radius: 4px; }
    .contact-row .quotation-mark.check {
      border: 1px solid #608560 !important;
      background-color: #608560 !important;
      color: #ffffff; }
  .contact-row .mobile-actions {
    display: flex;
    padding: 0.5rem;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    right: 32px;
    top: 0; }

@media (max-width: 767.98px) {
  .contact-row div {
    overflow: visible; } }
@media (max-width: 575.98px) {
  .navbar {
    padding: 1.5rem 2rem !important; }
    .navbar a.navbar-brand {
      font-size: 1.5rem; }

  .container-fluid {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }

  .grid-section {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }

  .alert_msg {
    position: absolute;
    top: 0;
    right: 10%;
    width: 80%;
    color: #ffffff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); }
    .alert_msg.response_msg, .alert_msg.update_msg {
      background: #608560; }
    .alert_msg.delete_msg {
      background: #ce4444; } }
.grid-section {
  padding-left: 2rem;
  padding-right: 2rem;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex; }
  .grid-section .contacts-group {
    padding: 0 1rem; }
    .grid-section .contacts-group .contact-card {
      padding: 1rem;
      font-size: 12px;
      padding-bottom: 3.5rem;
      margin-bottom: 0.5rem; }
      .grid-section .contacts-group .contact-card .name {
        font-weight: 600; }
      .grid-section .contacts-group .contact-card .quotation-mark {
        width: 24px;
        height: 24px;
        padding: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #F2F2F2;
        border-radius: 4px; }
        .grid-section .contacts-group .contact-card .quotation-mark.check {
          border: 1px solid #608560 !important;
          background-color: #608560 !important;
          color: #ffffff; }
      .grid-section .contacts-group .contact-card .actions {
        position: absolute;
        width: calc(100% - 2rem);
        bottom: 1rem;
        right: 1rem;
        padding-top: 1rem;
        border-top: 1px solid #F2F2F2; }

p.success,
p.error, p.hidden {
  color: green;
  display: block;
  font-size: 0.8rem;
  margin-bottom: 2rem;
  text-align: start; }

p.error {
  color: orangered; }

p.hidden {
  opacity: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

form input, form textarea {
  padding: 0.5rem 0.5rem;
  border: 1px solid #608560 !important;
  border-radius: 0.25rem;
  font-size: 14px; }
  form input:focus, form textarea:focus {
    box-shadow: none; }
  form input:focus-visible, form textarea:focus-visible {
    outline: none; }
form select {
  padding: 0.3rem 0.3rem;
  border: 1px solid #608560 !important;
  border-radius: 0.25rem;
  font-size: 14px; }
  form select:focus {
    box-shadow: none; }
  form select:focus-visible {
    outline: none; }

.notes {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.color-dot {
  display: inline-block;
  margin-right: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #F2F2F2; }
  .color-dot.RT {
    background-color: #b2d17d; }
  .color-dot.Pro {
    background-color: #7da4d1; }
  .color-dot.Perso {
    background-color: #deaf76; }
  .color-dot.Meepha {
    background-color: #edde32; }

.RT {
  color: #b2d17d; }

.Pro {
  color: #7da4d1; }

.Perso {
  color: #deaf76; }

.Meepha {
  color: #edde32; }

.radio-container {
  display: block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: -2rem; }

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  margin-left: -32px !important; }

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
  background-color: #ffffff;
  border: 1px solid #608560 !important; }

.radio-container input:checked ~ .checkmark {
  background-color: #608560 !important; }

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-container .checkmark:after {
  content: "";
  position: absolute; }

/* Show the indicator (dot/circle) when checked */
.radio-container:first-child input:checked ~ .checkmark:after {
  display: block;
  background: url(assets/list_white.svg) !important; }

.radio-container:last-child input:checked ~ .checkmark:after {
  display: block;
  background: url(assets/view-grid_white.svg) !important; }

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  background: #608560 !important; }

.radio-container:first-child .checkmark:after {
  background: url(assets/list.svg) !important; }

.radio-container:last-child .checkmark:after {
  background: url(assets/view-grid.svg) !important; }

.radio-container:last-child .checkmark {
  border-radius: 0 0.25rem 0.25rem 0; }

.radio-container:first-child .checkmark {
  border-radius: 0.25rem 0 0 0.25rem; }

/*# sourceMappingURL=style.css.map */
