.dangling-modification {
    padding: 2px 4px;
    background: #ffff0030;
}
.unsaved-modification {
    background: red;
    /* background: #ff00ff20; */
}

.l-text-prioritaire {
    background: Gainsboro;
    /* color: white; */
    margin: 0;
    padding: 0 3pt;
    border: 0;
    /* border: 1px 5px;
     */
    /* border:1pt solid blue; */
}

.l-card {
    background: Gainsboro;
    /* box-shadow: 0 1px 3px rgba(36, 74, 53, 0.2), 0 1px 2px #14141433;
    border-radius: 3px;
    padding: 2px; */
}

.l-tiles-container {
  vertical-align:text-top;
}

.l-tile {
  position: relative; display:inline-block;
  vertical-align:text-top;
  /* width: fit-content; */
  margin:0.5em; padding: 0.5em;
  width:20em;
  background-color:Gainsboro;
  box-shadow: 0 1px 3px rgba(36, 74, 53, 0.2), 0 1px 2px #14141433;
  border-radius: 3px;
}

.disabled-input {
    background: cornsilk;
    padding: 2px 4px;
    /* box-shadow: 0 1px 3px rgba(74, 36, 36, 0.6), 0 1px 2px rgba(185, 0, 0, 0.54); */
}

/* .ql-snow .ql-editor p img {
    max-width: 40ch;
    max-height: 26ch;
} */

// Introduced for preview of a certificate in prima:

div.htmlText table {
  border-collapse: collapse;
}

div.htmlText th {
  padding:3px;
  border: 1px solid;
  text-align: left;
  background-color:Gainsboro;
	}

div.htmlText td {
  padding:3px;
  border: 1px solid;
  vertical-align: top;
  text-align: left;
}


.publisher-document {
  max-width: 840px;
}

/* quill textbox styles */
.ql-textbox {
  border: 2px solid #ccc;
  padding: 10px;
  margin: 10px 0;
  min-height: 60px;
  background: #fafafa;
  border-radius: 4px;
  box-sizing: border-box;
  position: relative;
  transition: border-color 0.2s;
}

.ql-textbox:hover {
  border-color: #4285f4;
}

.ql-textbox:focus-within {
  border-color: #4285f4;
  background: white;
  outline: none;
}

/* Alignment classes */
.ql-textbox-align-left {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 10px;
}

.ql-textbox-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  clear: both;
}

.ql-textbox-align-right {
  float: right;
  margin-left: 10px;
  margin-right: 0;
  margin-bottom: 10px;
}