
.btn-login-alt {
    background: #263238 !important;
    border-color: #2e3840 !important;
}

.desktop-logo {
    height: 7rem !important;
}

.new-user-result {
    display: none;
}

iframe {
    width: 100%;
    height: 100vh;
    border: 2px solid rgb(132,91,223);
}

.authentication-brand-error {
    height: 95px !important;
    width: auto !important;
}

.tabulator .tabulator-header .tabulator-col {
    background-color: #111c43 !important;
    border-right: 0 !important
}

.tabulator .tabulator-header {
    border-bottom: 3px solid #15afdd !important;
}

.tabulator {
    border-bottom: 5px solid #fbfbfb !important;
}

.tabulator .tabulator-footer {
    border-top: 3px solid #fbfbfb !important;
}

.tabulator .tabulator-footer {
    background-color: #fbfbfb !important;
}

.tabulator-row .tabulator-cell {
    border-right: 1px solid #e5e5e5 !important;
    padding: 10px 6px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    font-family: "Inter", sans-serif;
}

#vet-status,
#select-app-assign,
#search-input,
.tabulator-filter {
    display: inline-block !important;
    width: auto !important;
}

.avatar.avatar-sm {
    width: 1.5rem !important;
    height: 1.5rem !important;
    line-height: 1.5rem !important;
}

.accordion-bg {
    background-color: #111c43 !important;
}

.accordion-bg-alt {
    background-color: #273873 !important;
}

.license-checklist-bg {
    background-color: #9481D7 !important;
    color: #FFF !important;
}

.license-section-title {
  color: #fff !important;
  padding: 8px;
  font-size: 16px;
  display: block !important;
  background-color: #616670 !important;
}

.license-bg {
    background-color: #5971b3 !important;
}

.license-bg-alt {
    background-color: #43568a !important;
}

.tab-style-7 .nav-link.active, .tab-style-7 .nav-link:active,
.checklist-bg {
    background-color: #767fa1 !important;
    color: #e1e3eb !important;
}

.checklist-file-img {
    height: 20px !important;
}

.mail-attachment {
    display: flex !important;
    /*min-width: 100px !important;*/
    margin-left: 10px !important;
    padding: 10px !important;
    border-radius: .5rem;
}

.attachment-icon {
    margin-right: 10px !important;
}

.timeline .timeline-body {
    background-color: #e7ecfd !important;
}

.comment-input {
    width: 80% !important;
    display: inline-block !important;
    background-color: #e7ecfd !important;
    flex-grow: 1;
    margin-right: 10px;
}

.comment-input-box {
    display: flex;
    justify-content: center;
}

.input-group {
    display: flex;
    align-items: center;
}

.btn-comment-send {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.timeline {
    margin-bottom: 40px;
}

#select-app-assign {
    margin-right: 10px;
}

.input-error {
    border: 1px solid #fc5b62 !important;
  }

  .editable-title {
    font-weight: bold;
    font-size: 16px;
    padding: 4px;
    border: 1px dashed transparent;
  }

  .editable-title:focus {
    outline: none;
    border: 1px dashed #007bff;
    background: #eef7ff;
  }

  
#drawflow {
    position: relative;
    width: 100%;
    height: 100%;
    background: var(--background-color);
    background-size: 25px 25px;
    background-image: linear-gradient(to right, #f1f1f1 1px, transparent 1px), linear-gradient(to bottom, #f1f1f1 1px, transparent 1px);
}  

  #drawflow, #subflow {
    width: 100%;
    height: 600px;
    margin-top: 10px;
  }

  .drawflow .drawflow-node {
    background: #FFF !important;
  }

  .drawflow .drawflow-node.selected {
    background: rgb(192, 122, 225) !important;
  }

  .drawflow .connection .main-path {
    stroke: #cdcad2 !important;
  }

  .drawflow .drawflow-node .input {
    background: #ba87c5 !important;
    border-color: #1d0622 !important;
  }

  .drawflow .drawflow-node .output {
    background: #48a8d9 !important;
    border-color: #103345 !important;
  }

  .drawflow-node .btn {
    margin-top: 10px;
    background: #845adf !important;
    color: white;
    padding: 5px;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
    width: 100%;
  }

  #subflowModal .modal-body {
    height: 80vh;
    width: 100%;
  }

  #suflowModal textarea {
    width: 100%;
    height: 100%;
  }

  #subflow {
    height: 80% !important;
    margin-top: 10px;
    background: var(--background-color);
    background-size: 25px 25px;
    background-image: linear-gradient(to right, #f1f1f1 1px, transparent 1px), linear-gradient(to bottom, #f1f1f1 1px, transparent 1px);
  }

  .hidden { display: none; }

  #form-section {
    max-width: 100%;
    border: 1px solid #ccc;
    margin-top: 10px;
  }

.fjs-powered-by-link,
button[data-field-type="table"],
button[data-field-type="spacer"],
button[data-field-type="iframe"],
button[data-field-type="taglist"],
button[data-field-type="expression"] {
        display: none !important;
}

.form-section-title {
  background: #111c43 !important;
  color: #fff !important;
  padding: 8px;
  font-size: 16px;
  display: block !important;  
}

.dropzone {
    border: 2px dashed #dd2ddd !important;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    margin-top: 10px;
    min-height: 75px !important;
}

.app-sidebar .slide-menu.child1 li, .app-sidebar .slide-menu.child2 li, .app-sidebar .slide-menu.child3 li {
  padding-inline-start: 0.75rem !important;
}

.ql-container {
    height: 70% !important;
}

/* This is for the form builder to keep within the card */
.fjs-editor-container {
  display: inline-block !important;
}

/* This is for the disabled elements in application review process to not show faded out */
.form-check-input:disabled + .form-check-label,
.form-check-input[disabled] + .form-check-label,
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    opacity: 1 !important;
    color: #000 !important;
}

.btn-tdms {
  min-width: 110px !important;
}

.jsoneditor-poweredBy {
    display: none !important;
}

.hr-hidden {
  opacity: 0 !important;
}