.icon-green {
    color: green !important;
}

.clickable {
    cursor: pointer;
}

.shine * {
    visibility:hidden  !important;
    background: none !important;
}
.shine{
  background: #f6f7f8;
  background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1200px 2000px;
  display: inline-block;
  position: relative;
  color: transparent !important;
  border: 0px !important;


  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeholderShimmer;
  -webkit-animation-timing-function: linear;
  }

box {
  height: 104px;
  width: 100px;
}


lines {
  height: 10px;
  margin-top: 10px;
  width: 200px;
}

photo {
  display: block!important;
  width: 325px;
  height: 100px;
  margin-top: 15px;
}

@-webkit-keyframes placeholderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

.dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate{
    display: none;
}
.main-saturn-content{
    margin-bottom:100px;
}
.footer {
    height: 2.5rem;
}
.badge-secondary {
    background-color: #6c757d !important;
}
.integration-icon{
    max-height: 55px
}
.integration-box{
    height: 90px
}
.alert-info {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}
.accordion-button {
    color: black !important;
}
.navbar-dropdown-account-wrapper{
    border-radius: 0.3125rem;
}
.dz-success-mark, .dz-error-mark {
    display: none !important;
}
.accordion-button:not(.collapsed)::after {
    content: ""; /* Add this line */
    background-image: url("/static/saturn/svg/icons/down.09ecf2833dfd.svg");
    transform: rotate(-180deg);
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("/static/saturn/svg/icons/down.09ecf2833dfd.svg");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.clickable-row:hover {
    cursor: pointer; /* Changes the cursor to indicate it's clickable */
    background-color: #f5f5f5; /* A light grey background on hover */
}
.bullet-group {
    position: relative;
    padding-left: 11px; /* Space for the bullet */
    border-radius: 0.25rem; /* Bootstrap's default border-radius */
    margin-left: 0px;
}

.bullet-point {
    position: absolute;
    left: 15px;
    top: 9px;
    bottom: 0;
    height: 1em;
    margin: 0px; /* Center bullet vertically */
    font-size: 14px; /* Bullet size */
    color: #333; /* Bullet color */
    line-height: 1em; /* Align bullet properly with the text line */
}

.bullet-textarea {
    border-radius: 0.25rem; /* Match Bootstrap's default border-radius */
    padding-left:18px;
}

.bullet-textarea.non-editable {
    border: none;
    outline: none;
    background-color: transparent;
    resize: none;
    overflow: hidden;
    border-radius: 0;
}

.input-group-append>button {
    border: none;
}

.input-group:hover .input-group-append,
.input-group.edit-mode .input-group-append {
    display: block;
}

.input-group:hover .input-group-prepend,
.input-group.edit-mode .input-group-prepend {
    display: block;
}

.input-group.edit-mode .bullet-textarea {
    border: 1px solid #ced4da; /* Bootstrap's default border color */
    border-radius: 0.25rem; /* Reapply border-radius in edit mode */
}

/* Ensure that the edit and remove buttons have the correct border-radius */
.input-group .edit-line-button,
.input-group .remove-line-button {
    border-radius: 0 0.25rem 0.25rem 0; /* Rounded top right and bottom right corners */
}


.facts-editable {
    padding-left: 0px;
    margin-bottom: 0px;
}

.text-wrap {
    word-wrap: break-word; /* Break words that are too long */
    white-space: normal; /* Allow wrapping */
}

.greyed-out-strikethrough .bullet-point  {
    color: grey !important;
}
.greyed-out-strikethrough .edit-line-button {
    display: none !important;
}
.greyed-out-strikethrough .remove-line-button {
    display: none !important;
}
.greyed-out-strikethrough .restore-line-button {
    display: inline !important;
}
.greyed-out-strikethrough textarea{
    color: grey !important;
    text-decoration: line-through;
    text-decoration-color: grey;
    text-decoration-thickness: 2px;
}

@media print {
    /* Hide everything */
    body * {
        visibility: hidden;
    }

    /* Then display only the printable content and its children */
    .printable-content, .printable-content * {
        visibility: visible;
    }

    /* Adjust the position to print from the top of the page */
    .printable-content {
        position: absolute;
        left: 0;
        top: 0;
    }
    .hide-from-print {
        display:none !important;
    }
}
#clientSelect:invalid {
    border: 2px solid #dc3545; /* Red border for error */
}

.dev-card-height-override{
    height: 6.50rem !important;
}