.alert-fixed {
    position:fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index:9999;
    border-radius:0px;
    margin-top: 82px;
}

table td.sc-date {
    font-weight: bold;
}

table td.sc-description {
    padding-left: 1.2em;
}

.sel-mkt {
    /*display: flex;*/
    font-style: normal;
    padding: 0.3em 0em 0.3em 0em;
}

.no-sel-mkt {
    /*display: block;*/
    font-style: italic;
    padding: 0.3em 0em 0.3em 0em;
}

body {
    overflow-y: scroll;
}

.dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner input:not([type=radio]):not([type=checkbox]){
    color: white!important;
}

.control-operations {
    display: flex;
}

.collection-control-start {
    margin-left: auto;
    position:relative;
}

.collection-control-content {
    margin-left: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 1.7em;
}

.component-heading-display {
    margin-left: -0.3em;
    padding-bottom: 0.3em;
}

.side-navbar-bg {
    background-color: rgba(55, 90, 127, 0.65);
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(55, 90, 127);
  width: 30%;
  right: 15px;
  z-index: 1;
}

.dropdown-content .header {
  background: red;
  padding: 16px;
  color: white;
}

.submenu-link {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none !important;
}

.submenu-link:hover {
    color: rgba(255, 255, 255) !important;
}

.services_icon {

}

.services_dropdown {
    position: absolute;
    width: 100%;
    height: 100%;
}

.services_toggle {
    opacity: 0;
}

.services_text {
    display: inline;
    vertical-align: middle;
    color: black;
    margin-left: 0.5em;
    background-color: white;
    border-color: white;
}

.top-level {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.brand-purple {
    background-color: #743DFF;
    border-color: #743DFF;
}

.brand-turquoise {
    background-color: #73FCCC;
    border-color: #73FCCC;
}

.brand-coral {
    background-color: #FF595A;
    border-color: #FF595A;
}

table {
    font-family: Manrope-Regular !important;
}

.hidden-div {
    display: none;
}

.visible-div {
    display: block;
}

.dash-debug-menu__outer, .dash-debug-menu { display: none !important; }


.VirtualizedSelectFocusedOption {
    color: black;
}

.lblright {
    text-align: right;
}

.lblleft {
    text-align: left;
}

.cntrchkbox {
    align-content: center;
}

.settlement-section-start {
    font-weight: bold;
    font-size: large;
    padding-top: 1.6em;
    margin-bottom: 0.6em;
}

.settlement-heading {
    font-weight: bold;
    font-size: large;
    padding-top: 1.3em;
}

.settlement-subheading {
    font-weight: bold;
    padding-top: 0.6em;
}

.settlement-table {
    margin-left: 1em;
    border-collapse: separate;
    border-spacing: 1em 0.3em;
}

.end_id {
    padding-left: 1em;
}

.Select-menu-outer {
    display : block !important;
}

.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label, .Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
    color: white !important;
}

.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label  {
    color: black !important;
}

.is-focused:not(.is-open) > .Select-control {
    background-color:inherit !important;
}

.dropdowncustom .VirtualizedSelectOption {
    color: black;
 }

.total-bids {
    float:left;
}

.total-offers {
    float:right;
}


/*new */

.exlog-outer-container {
    display: flex;
}

.exlog-message-container {
    max-width: 800px;
    margin: 0 auto;
    background-color: #000000;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(255,255,255,0.1);
}

.exlog-message {
    margin: 10px 0;
    position: relative;
    clear: both;
}

.exlog-message-line {
    padding: 12px 20px;
    margin: 2px 0;
    position: relative;
    font-size: 14px;
    font-weight: bold;
}

/* Incoming messages (left-aligned, dark gray) */
.exlog-incoming .exlog-message-line {
    background-color: #323232;
    color: #FFFFFF;
    text-align: left;
    border-radius: 6px 0 0 6px;
    position: relative;
}

.exlog-incoming .exlog-message-line::before,
.exlog-incoming .exlog-message-line::after {
    width: 15px;
    height: 50%;
    position: absolute;
    left: 100%;
    content: "";
}

.exlog-incoming .exlog-message-line::before {
    top: 0;
    background: linear-gradient(to right top, #323232 50%, rgba(0, 0, 0, 0) 50%);
}

.exlog-incoming .exlog-message-line::after {
    top: 50%;
    background: linear-gradient(to right bottom, #323232 50%, rgba(0, 0, 0, 0) 50%);
}

/* Outgoing messages (right-aligned, blue) */
.exlog-outgoing .exlog-message-line {
    background-color: #0A84FF;
    color: white;
    text-align: right;
    border-radius: 0 6px 6px 0;
    margin-left: auto;
    margin-right: 0;
    position: relative;
}

.exlog-outgoing .exlog-message-line::before,
.exlog-outgoing .exlog-message-line::after {
    width: 15px;
    height: 50%;
    position: absolute;
    right: 100%;
    content: "";
}

.exlog-outgoing .exlog-message-line::before {
    top: 0;
    background: linear-gradient(to left top, #0A84FF 50%, rgba(0, 0, 0, 0) 50%);
}

.exlog-outgoing .exlog-message-line::after {
    top: 50%;
    background: linear-gradient(to left bottom, #0A84FF 50%, rgba(0, 0, 0, 0) 50%);
}

.exlog-timestamp {
    font-size: 11px;
    color: #8E8E93;
    margin: 5px 0;
    font-style: italic;
}

.exlog-incoming .exlog-timestamp {
    text-align: left;
}

.exlog-outgoing .exlog-timestamp {
    text-align: right;
}

/* Pill/capsule styling for content in square brackets */
.exlog-pill {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    padding: 2px 8px;
    margin: 0 2px;
    font-size: 12px;
    font-weight: normal;
}

.exlog-incoming .exlog-pill {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.exlog-outgoing .exlog-pill {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
}

.table-without-no-sel {
    margin-top: 0.7em;
}

.exlog-left-panel {
    min-width: 20em;
}

.exlog-right-panel {
    min-width: 20em;
}

#capture-transaction-modal select {
    width: 100%;
}

.modal-description {
    padding-top: 0.4em;
}

.DateInput_input {
    padding: 0!important;
    font-size: inherit;!important;
}
