@import url("html_tooltip.fa2e236007c9.css");
@import url("datatables.b5cad81c7307.css");

/* Global Select Input Style */
input, select {
    width: 100%
}
/* Global input placeholder color */
::placeholder,
.form-control::placeholder {
    color: #999;
}

.url_source_col {
    cursor: pointer;
}

#nasdl_map {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  border: .0625rem solid rgba(17,24,39,.125);
}

.what3words-autosuggest-input-wrapper {
    display: block !important;
}
.what3words-autosuggest-state {
    top: 42px !important;
}
.what3words-autosuggest {
    font-family: "Inter" !important;
    font-weight: normal;
}
what3words-autosuggest>.what3words-autosuggest>.what3words-autosuggest-error-wrapper {
    position: absolute;
    top: 71px;
}
.what3words-autosuggest-error {
    border-radius: 0.5rem;
    border: .0625rem solid rgba(17,24,39,.125);
}
.copy-to-clipboard {
    cursor: context-menu;
}
.badge {
    border-radius: 0.3rem;
}
.organisation-status-badge {
    font-size: 0.7em;
    padding: 5px;
    vertical-align: text-bottom;
}
.person-invitation-status-badge {
    vertical-align: middle;
    margin-bottom: 0.15rem;
}
.datatable-organisation-status-badge {
    font-size: 1em;
    padding: 8px;
    margin: 2px;
}
.badge-multiline {
    display: inline-block;
    white-space: normal;
}
.badge-250 {
    max-width: 350px;
    /* max-width: 80%; */
}
#people_list table tbody td {
    white-space: inherit;
}
.bg-grey {
    background-color: #6c757d;
}

/* Disable hover effect on btn-link */
.btn-link.active:focus, .btn-link:active:focus {
    box-shadow: none;
}
.btn-link:focus {
    outline: 0;
    box-shadow: none;
}
/* Change color of disabled btn links in card headers */
.card-header .btn-link.disabled, .card-header .btn-link:disabled {
    color: #e5e56b!important;
}

/* Divide card into multiple sections using full-width badge */
.card-divider {
    display: flex;
    line-height: 1.3rem;
}

/*
    Organisation Operational status styles start
*/
.organisation-ceased-trading,
.organisation-ceased-trading td,
.organisation-ceased-trading th {
    color: rgba(17,24,39,.5)!important;
}
/* Organisation Operational status styles end */

.card-header-text-action-button {
    color: #e5e56b;
    font-weight: 600;

    padding: 0 !important;
    padding-right: 0.25rem !important;

    font-size: .875rem!important;
    margin-top: 0;
    line-height: 1.3;
    display: block;
    float: right;
}
.card-header-text-action-button:hover {
    color: #e5e56be0;
}
.card-header-text-action-button:disabled {
    color: #e5e56b;
}
.card-header-text-action-button-separator {
    color: white;
    font-weight: 600;

    padding: 0 !important;
    padding-right: 0.25rem !important;

    font-size: .875rem!important;
    margin-top: 0;
    line-height: 1.3;
    display: block;
    float: right;
}
.card-header-empty-section {
    border-radius: 0.4375rem!important;
}

.card-header h2 span {
    vertical-align: middle;
}

.modal .card-header {
    background-color: var(--bs-gray-200);
}

.modal .card {
    font-size: 0.97em;
}

.status-badge-for-card-header-v2 {
    padding: 0.25rem;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    top:-.025rem!important;
}

.fas,
.far {
    margin-right: 5px;
}

.datatable-row-sanctioned {
    background-color: #ca4d6878;
}

.datatable-row-pending-sanction-review {
    background-color: #f9d087;
}

.datatable-row-ceased-trading {
    background-color: #9CA3AF;
}

/* Nav-tabs inactive tab bottom border */
.nav-tabs .nav-link {
    border-bottom: .0625rem solid #9ca3af;
}

/* Sidebar adjustments start */
.sidebar.contracted {
    max-width: 80px !important;
}

.sidebar.contracted .sidebar-header {
    /* Disable centering of the logo for collapsed sidebar */
    justify-content: unset!important;
}

.sidebar.contracted .sidebar-header-text {
    color: #515d8a!important
}

.sidebar.contracted .sidebar-header-divider {
    max-width: 50px;
}
span .sidebar-icon {
    width: 20px !important;
    display: inline-block;
}
/* Sidebar adjustments end */

@media (min-width: 992px) {
    .navbar-nav .dropdown-menu-center {
        left: 50%;
        transform: translateX(-80%);
    }
}

/* Form help text styles */
.form-text ul {
    list-style: none;
    padding-inline-start: 0;
}
.form-text li {
    margin-top: .25rem;
    font-size: .955em;
}

.invalid-feedback {
    display: unset;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
}

input[type="time"] {
    line-height: .955rem;
}

.hr_status_0 {
    color: #e11d48 !important;
}

.hr_status_1 {
    background-color: #e5e56b !important;
    color: #1F2937 !important;
}

.hr_status_2 {
    background-color: #10b981 !important;
    color: #fff !important;
}

.hr_status_3 {
    background-color: #e11d48 !important;
    color: #fff !important;
}

.hr_status_4 {
    background-color: #D2FFE3 !important;
    color: #374151 !important;
}

.hr_status_5 {
    background-color: #111827 !important;
    color: #fff !important;
}

.hr_status_6 {
    background-color: #fba918 !important;
    color: #1F2937 !important;
}

.hr_status_7 {
    background-color: #f3c78e !important;
    color: #1F2937 !important;
}

.hr_status_8 {
    background-color: #10b981 !important;
    color: #fff !important;
}

.hr_status_9 {
    background-color: #e11d48 !important;
    color: #fff !important;
}

.hr_status_10 {
    background-color: #1E90FF !important;
    color: #fff !important;
}

.hr_status_11 {
    background-color: #fba918 !important;
    color: #1F2937 !important;
}

.hr_status_12 {
    background-color: #e11d48 !important;
    color: #fff !important;
}

.required:after {
    content: " *";
    color: red;
}

/* jQuery UI styles start */
.ui-menu {
    overflow-x: scroll;
    max-height: 60%;
}

.ui-widget {
    line-height: 1.5;
    font-family: inherit !important;
    font-size: 1em !important;
    font-weight: normal;
}

.ui-widget-content {
    background: #ffffff;
    color: inherit !important;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu .ui-menu-item {
    padding-left: 5px;
}
.ui-autocomplete .ui-menu-item>a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    /* line-height: 18px; */
    /* color: #555555; */
    white-space: nowrap;
}

.ui-autocomplete .ui-menu-item>a.ui-corner-all.ui-state-hover,
.ui-autocomplete .ui-menu-item>a.ui-corner-all.ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: none;
    background: #ffffff;
    font-weight: normal;
    color: #212121;
    margin: 0px;
}
.ui-autocomplete a{
    color: #374151;
    transition: all;
}
/* jQuery UI styles end */


/* Organisation Details page custom styles */
@media (max-width: 1620px) {
    .organisation-details-text-section {
    font-size: 14px;
    }
}

/* Handling Request Details Header */
#handling_request_details_header .table-1 tr td:first-child {
    width: 145px !important;
}
#handling_request_details_header .table-2 tr td:first-child {
    width: 170px !important;
}
#handling_request_details_header .table-3 tr td:first-child {
    width: 155px !important;
}

/* Fix for Select2 field on "Create Handling Reqeust" page */
#create_handling_reqeust .select2-hidden-accessible {
    position: initial !important;
    height: 0px !important;
}
#create_handling_reqeust .select2-container {
    margin-top: -1px !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-25 {
    width: 25% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

/* Make nested nav items smaller */

.nav-item .nav-item .nav-link {
    font-size: smaller;
}

.sidebar:not(.contracted) .multi-level.top-tier>.nav>.nav-item>.nav-link {
    font-size: 0.85em;
    padding-left: 48px;
    font-weight: 600;
}

.sidebar:not(.contracted) .multi-level.top-tier>.nav>.nav-item>.multi-level>.nav>.nav-item>.nav-link {
    font-size: 0.8em;
    padding-left: 63px;
}

.sidebar:not(.contracted) .multi-level.top-tier>.nav>.nav-item>.multi-level>.nav>.nav-item>.multi-level>.nav>.nav-item>.nav-link {
    font-size: 0.75em;
    font-style: italic;
    padding-left: 78px;
}

.sidebar .nav-item>.nav-link>a,
.sidebar .nav-item>.nav-link>.link-arrow {
    color: inherit;
    transition: color 0s;
}

.sidebar:not(.contracted) .nav-item>.expandable-link {
    padding: 0 0.2rem 0 0!important;
}

.sidebar:not(.contracted) .nav-item>.expandable-link>a {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
    padding-left: 0.75rem;
}

.sidebar:not(.contracted) .multi-level.top-tier .nav-item>.expandable-link>a {
    padding-left: 48px;
}

.sidebar:not(.contracted) .multi-level.top-tier .nav-item>.multi-level>.nav>.nav-item>.expandable-link>a {
    padding-left: 63px;
}

.sidebar:not(.contracted) .nav-item>.expandable-link>.link-arrow {
    padding: 0.55rem;
}

.sidebar .nav-link .link-arrow {
    transition: rotate .2s ease;
    transition: color 0s ease!important;
}

.sidebar .nav-link .link-arrow[aria-expanded=true] {
    transform: rotate(90deg);
}

.nowrap {
    white-space: nowrap;
}

.page-header-btn {
    display: flex;
    align-items: center;
    height: 100%;
}

.nowrap {
    white-space: nowrap;
}

.color-inherit {
    color: inherit!important;
}

/* Location Pricing Details modal */
.expandable-card {
    border-radius: 0px;
    border: 0.1px solid var(--bs-gray-200);
}

.expandable-section-header {
    color: white;
    cursor: pointer;
}

.expandable-section-header .link-arrow {
    transition: transform .2s ease;
}

.expandable-section-header[aria-expanded=true] .link-arrow {
    transform: rotate(90deg);
}

.expandable-section table {
    font-size: 0.8em;
}

.expandable-section tbody tr:not(:last-child) {
    border-bottom: 0.1px solid var(--bs-gray-200);
}

.expandable-section.taxes-warning {
    background-color: rgba(255, 167, 1, 0.76);
}

/* Handling Request Create Page Toggle style */
.toggle {
    display: block;
}

.clock-timepicker {
    display: block !important;
}

a.link-icon-before:before {
    padding-left: 3px;
    padding-right: 3px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    vertical-align: middle;
    font-weight: 800;
    content: '\f0c1';
    color: #4f5d732e;
}

a.link-icon-after:after {
    padding-left: 3px;
    padding-right: 3px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    vertical-align: middle;
    font-weight: 800;
    content: '\f0c1';
    color: #4f5d732e;
}

@media (min-width: 1200px) {
    .modal-xxl {
        max-width: 1280px;
    }
}
.no-label {
    margin-top: 2rem;
}

label:has(+.extend-label),
label:has(+div>.extend-label),
label:has(+div input[type=radio].extend-label) {
    white-space: nowrap;
}

label:has(+.no-label) {
    display: none!important;
}

div:has(>.no-label) {
    padding-left: 0.5rem;
}

div:not(.clock-timepicker):has(>.form-field-w-25),
div:has(>.clock-timepicker>.form-field-w-25),
div:has(>div>input+.form-field-w-25) {
    width: 25%!important;
}

div:not(.clock-timepicker):has(>.form-field-w-40),
div:has(>.clock-timepicker>.form-field-w-40),
div:has(>div>input+.form-field-w-40) {
    width: 40%!important;
}

div:not(.clock-timepicker):has(>.form-field-w-50),
div:has(>.clock-timepicker>.form-field-w-50),
div:has(>div>input+.form-field-w-50) {
    width: 50%!important;
}

div:not(.clock-timepicker):has(>.form-field-w-60),
div:has(>.clock-timepicker>.form-field-w-60),
div:has(>div>input+.form-field-w-60) {
    width: 60%!important;
}

div:not(.clock-timepicker):has(>.form-field-w-75),
div:has(>.clock-timepicker>.form-field-w-75),
div:has(>div>input+.form-field-w-75) {
    width: 75%!important;
}

div:not(.clock-timepicker):has(>.form-field-w-100),
div:has(>.clock-timepicker>.form-field-w-100),
div:has(>div>input+.form-field-w-100) {
    width: 100%!important;
}

.clock-timepicker input {
    min-width: unset!important;
    max-width: 100%;
}

.sfr_documents_is_signed {
    text-align: center;
}

.text-gold {
    color: gold !important;
}

.light-red-bg {
    background-color: #f48181 !important;
}

.lighter-red-bg {
    background-color: #ffd4d4 !important;
}

.light-green-bg {
    background-color: #D2FFE3 !important;
}

.counter_badge {
    padding: 0.2rem 0.4rem;
}

#sfr-status-bar{
    margin-bottom: 0px;
    gap: 25px;
    overflow-x: auto;
    padding-left: 10px;
    height: 60px;
}

.tabbed-page-navbar{
    margin-bottom: 15px;
    gap: 5px;
    overflow-x: auto;
}

#sfr-status-bar .status-block{
    flex-shrink: 0;
}

#sfr-status-bar .nav-button.status-active{
    background-color: #10b981;
    color: white;
}

#sfr-status-bar .nav-button.status-active.active{
    color: #24e6a5;
}

#sfr-status-bar .nav-button.active{
    background-color: #515d8a;
    color: white;
}

/* A horizontal dotted line divider between two status */
#sfr-status-bar .status-divider{
    border-top: 4px dotted #515d8a;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    flex: 0 2 80px;
    align-self: center;
    min-width: 15px;

}

#sfr-inbound-map {
    position: relative;
    border: 0.0625rem solid rgba(17,24,39,.125);
    border-radius: 0.5rem;
    height: 600px;
    width: 100%;
  }

.tabbed-page-navbar .nav-button, #sfr-status-bar .nav-button{
    background-color: white;
    color: black;
    margin-bottom: 5px;
}

.tabbed-page-navbar .nav-button.active{
    background-color: #515d8a;
    color: white;
}

.tabbed-page-navbar::-webkit-scrollbar {
    height: 5px;
}

.tabbed-page-navbar::-webkit-scrollbar-track {
    background: #ccc;
}

.tabbed-page-navbar::-webkit-scrollbar-thumb {
    background: #A8AEC4;
}

.tabbed-page-navbar::-webkit-scrollbar-thumb:hover {
  background: #515d8a;
}

.tabbed-subpage-navbar{
    margin-bottom: 10px;
    gap: 5px;
    overflow-x: auto;
}

.tabbed-subpage-navbar .nav-button{
    background-color: white;
    color: black;
    margin-bottom: 3px;
}

.tabbed-subpage-navbar .nav-button.active{
    background-color: #515d8a;
    color: white;
}

.tabbed-subpage-navbar::-webkit-scrollbar {
    height: 5px;
}

.tabbed-subpage-navbar::-webkit-scrollbar-track {
    background: #ccc;
}

.tabbed-subpage-navbar::-webkit-scrollbar-thumb {
    background: #A8AEC4;
}

.tabbed-subpage-navbar::-webkit-scrollbar-thumb:hover {
  background: #515d8a;
}

.tabbed-subpage-navbar .nav-button {
    font-size: small;
    padding: 0.2rem 0.5rem;
}

.pld_ok, .location_ok, .pld_publication_status:has(.published){
    background-color: #c3e6cb;
    color: black;
    padding: 5px;
}

.pld_partial_pricing_expiry{
    background-color: #fdbc64;
    color: black;
    padding: 5px;
}

.pld_pricing_expired, .location_expired, .pld_publication_status:has(.unpublished){
    background-color: #e55353;
    color: white;
    padding: 5px;
}

.pld_superseded{
    background-color: #c4c4c4;
    color: black;
}

.pld_no_pricing, .location_no_pricing{
    background-color: black;
    color: white;
    padding: 5px;
}

.pld_actions{
    padding-left: 15px;
}

.pld_page_actions_column{
    display: flex;
    justify-content: flex-end;
}

.publish-disabled{
    color: #e5e56b !important;
}

.published, .unpublished{
    display: flex;
    justify-content: center;
}

/* Supersede: Common */
.supersede-table>thead>tr>th, .supersede-table>tbody>tr>td{
    padding-right: 0px !important;
    padding-left: 1rem !important;
}

.supersede-table .first{
    padding-left: 1rem !important;
}

.supersede-table .last, .supersede-table>tbody>tr>td .last{
    padding-right: 0rem !important;
}

.empty-table-spacer{
    height: 50px;
    background-color: #f2f4f6 !important;
}

.pricing-flex-large{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-evenly;
}

.pricing-flex-small{
    display: flex;
    gap: 10px;
    align-items: center;
}

.column-flex{
    display: flex;
    flex-direction: column;
}

.align-text-middle{
    text-align: center;
}

.white{
    color: white;
}

.form-field-error{
    font-weight: 600;
}


.supersede-table .form-row.main, .supersede-table .row-name{
    transition: none;
    background-color: rgb(155, 165, 203);
    outline: 1px solid rgb(155, 165, 203);
    border: 1px solid rgb(155, 165, 203);
}

.supersede-table .form-row.error-row {
    transition: none;
    background-color: rgb(155, 165, 203);
    outline: 1px solid rgb(155, 165, 203);
    border: 1px solid rgb(155, 165, 203);
}

.supersede-table .form-row.error-row:hover,
.supersede-table .form-row.error-row + tr:hover,
.supersede-table .form-row.error-row:hover + tr,
.supersede-table .form-row.error-row:has(+ tr:hover) {
    transition: none;
    --bs-table-accent-bg: rgba(17, 24, 39, 0.075);
    outline-color: rgb(144, 155, 191);
    border-color: rgb(144, 155, 191);
}


.supersede-table .form-row.light {
    background-color: rgba(155, 165, 203, 0.5);
}

.supersede-table .form-row.light>td:first-child {
    font-weight: bold;
}

.supersede-table .form-row .select2-search--inline {
    font-size: 100%;
}

.supersede-table .add-col, .supersede-table .deletion-col{
    display: flex;
    justify-content: center;
    align-items: center;
}

.tax-column-flex{
    display: flex;
    flex-direction: column;
}

.main-row{
    height: 150px;
}

.supersede-table .set-width{
    width: 140px !important;
}

.supersede-table .band-width{
    width: 120px !important;
}

.margin-bottom-5{
    margin-bottom: 5px;
}
.margin-top-5{
    margin-top: 5px;
}

.supersede-table select,
option.selected {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.button-row{
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-bottom: 15px;
}

.form-row.row-disabled{
    background-color: #e5e7eb;
}


.form-row .form-control:not(.method_field){
    width: auto;
    max-width: 140px;
    font-size: 0.75rem;
}

.form-row .form-control{
    width: auto;
    font-size: 0.75rem;
}


.stacked-input{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.stacked-input-element {
    height: 40px;
    max-width: 140px;
    white-space: nowrap;
}

.stacked-input-element input {
    margin-left: 5px;
}

.stacked-input-element select {
    width: 100%!important;
}

.supersede-table .select2-container,
.supersede-table .toggle {
    max-width: 280px !important;
}

.already-saved{
    background-color: var(--bs-success) !important;
    border-color: var(--bs-success) !important;
}

.supersede-table .invalid-feedback {
    white-space: normal;
}

/* Supersede: Fuel Pricing */
.header-date-setting{
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 15px 0px;
}

.header-date-open{
    width: auto;
}

.header-date-input{
    height: 25px;
    width: 115px;
    font-size: 0.85rem;
}

.header-date-input-checkbox {
    width: 20px;
    height: min-content;
    margin-top: 5px;
}

.tax-text{
    text-align: center;
    width: 98px;
}

/* Tooltip container */
.tax-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
  }

.pricing-tooltip {
    position: relative;
    display: inline-block;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-thickness: 1px;
  }

/* Tooltip text */
.tax-tooltip .tooltiptext {
    visibility: hidden;
    min-width: 260px;
    max-height: 280px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    overflow-y: auto;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 105%;
    left: -50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
  }

/* Show the tooltip text when you mouse over the tooltip container */
.tax-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tax-text{
    margin-bottom: 5px;
}

.tax-name{
    font-weight: 700;
}

/* Date input is always going to have a value by default*/
.form-row .table-date-input:placeholder-shown:not([disabled]),
.header-date-input:not([disabled]):placeholder-shown,
.form-row .pricing-input:placeholder-shown:not([disabled]) {
    border: 1px solid lightcoral;
}

.form-row .table-date-input:not(:placeholder-shown):not([disabled]),
.form-row .header-date-input:not([disabled]):not(:placeholder-shown),
.form-row .pricing-input:not(:placeholder-shown):not([disabled]) {
    border: 1px solid lightgreen;
}

.force-flex{
    display: flex;
    flex-direction: column;
}

.checkbox-align{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Table inside modal-lg */

.modal-table td, .modal-table th{
    padding-left: 0.1rem !important;
}

.tax-table-button{
    font-family: var(--bs-font-sans-serif);
}

.tax-status-missing {
    background-color: rgb(250, 200, 200);
}

.tax-status-partial{
    background-color: rgb(250, 230, 160);
}

.tax-status-ok{
    background-color: rgb(170, 230, 170);
}

.tax-substatus-missing {
    background-color: rgb(250, 215, 215) !important;
}

.tax-substatus-partial{
    background-color: rgb(250 240 200) !important;
}

.tax-substatus-ok{
    background-color: rgb(213 232 211) !important;
}

.sub-table{
    border-bottom: 1px solid rgb(190, 190, 190);
    background-color: rgb(248, 248, 248);
}

.sub-table tr {
    border-bottom: 1px solid rgb(190, 190, 190);
}

.tax-rate{
    padding-left: 25px;
}

.new-tax{
    color: rgb(52, 110, 129);
    text-decoration: underline;
    font-size: 0.85rem;
    background-color: inherit;
    border-style: inherit;
    padding-left: 0px;
    margin-bottom: 10px;
}

.form-divider{
    height: 0.08rem !important;
}

.space-apart{
    display: flex;
    justify-content: space-between;
}

.add-new-tax{
    display: flex;
}

.new-tax-button, .deletion-col .delete-row, .delete-location-row, .delete-period-row, .add-col .add-row{
    border-style: none;
    background: none;
}

.deletion-col .delete-location-row {
    margin-top: 0.7rem;
}

.flex-space-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pld-form-footer{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
}

.center-text{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-top: 25px;
}

.deletion-col .delete-row,
.deletion-col .delete-period-row{
    padding-top: 10px;
}

.footer-start-line, .header-start-line{
    margin-top: 0px;
    color: var(--bs-gray-900);
    height: 0.11rem !important;
}

.header-start-line{
    margin-bottom: 0px;
}

.formset-page.card-header{
    border-bottom: none;
}

.header-entity{
    color: var(--bs-gray-500);
}

.row-details-wrapper.loading {
    display: none;
  }

.empty-tr{
   height: 26px;
}

.modal-choice-flex{
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

/* Accordion arrow switch */

.accordion-open{
    transform: rotateX(180deg);
    transition: transform .25s ease-in-out;
}

.accordion-closed{
    transform: rotateX(0deg);
    transition: transform .25s ease-in-out;
}

.taxable-taxes .select2-results ul li:nth-child(2n) {
    background-color: #b4bfe6;
}

.taxable-taxes .select2-container--default .select2-results__option[aria-selected=true]{
    background-color: #e5e56b;
}

.taxable-taxes .select2-results ul li:nth-child(2n):hover {
    background-color: #e5e56b;
}

.underline{
    text-decoration: underline !important;
}

.inactive-tax{
    color: var(--bs-gray-400);
}

.active-tax{
    color: var(--bs-green)
}

.band-row .band-pricing{
    width: 12% !important;
}

.top-band-field>div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


.badges-wrapper{
    display: flex;
    flex-wrap: wrap;
}

.div-error{
    border: 1px solid red;
    border-radius: 10px;
}

.larger-width{
    width: 10%
}

.toggle-label-ellipsis+div label {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


@media (min-width: 768px) {
    .modal-dialog-wider {
        max-width: 1200px;
    }
}

/* A class for pre-wrapping normal text (as using <pre> formats it with a monospace font) */
.pre-wrap {
    white-space: pre-wrap;
}

.medium-font {
    font-size: medium;
}

.alternating-primary-colors-table {
    & tbody tr:nth-child(odd) {
        background-color: rgb(155, 165, 203);

        & label {
            color: white;
        }
    }

    & tbody tr:nth-child(even) {
        background-color: rgb(242, 244, 246);

        & label {
            color: #515d8a;
        }
    }

    & .select2-selection--multiple input {
        font-size: .875rem !important;
    }

    & .select2-selection--multiple .select2-search__field {
        margin-top: 0.45rem !important;
    }
}

div.form-check:has(input.checkbox-force-inline) {
    display: inline-block;
}

/* Style the tagify widget dropdown to look more like select2 */

.tagify.form-control {
    padding-right: 5px;
}

.tagify__tag {
    --tag-inset-shadow-size: 5em;
}

.tagify__dropdown {
    transform: translateY(-1px) !important;
}

.tagify__dropdown__wrapper {
    border: .0625rem solid #d1d5db !important;
    border-radius: 0 0 0.5rem 0.5rem;
}

.tagify__dropdown__item--active {
    margin: 0 !important;
    background: #e5e56b !important;
    color: #515d8a !important;
}

.tagify--focus[aria-expanded=true] {
    border-radius: 0.5rem 0.5rem 0 0;
}

.interactive-icon:hover {
    cursor:pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Custom margin classes */
.m-0_5 {
    margin: 0.125rem !important;
}

.mx-0_5 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
}

.my-0_5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
}

.mt-0_5 {
    margin-top: 0.125rem !important;
}

.me-0_5 {
    margin-right: 0.125rem !important;
}

.mb-0_5 {
    margin-bottom: 0.125rem !important;
}

.ms-0_5 {
    margin-left: 0.125rem !important;
}

.m-1_5 {
    margin: 0.375rem !important;
}

.mx-1_5 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
}

.my-1_5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
}

.mt-1_5 {
    margin-top: 0.375rem !important;
}

.me-1_5 {
    margin-right: 0.375rem !important;
}

.mb-1_5 {
    margin-bottom: 0.375rem !important;
}

.ms-1_5 {
    margin-left: 0.375rem !important;
}

/*Organisation Logo on details page*/

.organisation_details_logo_container {
    background-color: #dadddf;
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
    max-height: 100px;
    max-width: 500px;
}

.organisation_details_logo_image {
    width: 100%;
    height: auto;
    max-height: 90px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;
    object-fit: contain;
}

.organisation_details_logo_image::before {
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
}

.signal-lost{
    display: inline-block;
    position: relative;
    right: 8px;
    bottom: 20px;
    width: 22px;
    height: 22px;
}

.checkmark {
    display: inline-block;
    position: relative;
    right: 18px;
    bottom: 13px;
    width: 22px;
    height: 22px;
    transform: rotate(45deg);
}

.checkmark_circle {
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: #10b981;
    border-radius: 11px;
    left: 0;
    top: 0;
}

.checkmark_stem {
    position: absolute;
    width: 3px;
    height: 9px;
    background-color: #fff;
    left: 11px;
    top: 6px;
}

.checkmark_kick {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    left: 8px;
    top: 12px;
}

.question-circle {
    display: inline-block;
    position: relative;
    right: 18px;
    bottom: 13px;
    width: 22px;
    height: 22px;
    background-color: #f3c78e;
    border-radius: 50%;
    color: black;
    position: relative;
}

.question-circle::before {
    content: '?';
    position: absolute;
    font-size: 1rem;
    color: rgb(82, 82, 82);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dropdown-menu{
    z-index: 1001;
}

.sfr-icon-fix-size{
    width: 16px;
    height: 14px;
}

/* Used to position the the card and luggage icon properly */
/* The padding is for the dropdown element, while the margin is for the icon */
.force-padding-08{
    padding-left: 0.8rem !important;
}

.force-padding-09{
    padding-left: 0.9rem !important;
}

.specific-margin-7{
    margin-right: 7px;
}

.specific-margin-6{
    margin-right: 6px;
}

.specific-margin-5{
    margin-right: 5px;
}
.top-backdrop {
    z-index: 1065 !important;
}

.notyf__ripple {
    border-radius: 0;
}

/* Custom column widths (when the built-in ones just don't fit right) */
.col-md-1_5 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .col-md-1_5 {
        flex: 0 0 auto;
        width: 12.499995%;
    }
}

/*Target params*/

#target_param_map{
    position: relative;
    border: 0.625rem solid rgba(17,24,39,.125);
    border-radius: 0.5rem;
    height: 600px;
    width: 100%;
}

#mapToggleBtn{
    cursor: pointer;
}

.target-edit span {
    max-width: 100%;
}

.target-edit .select2-container{
    width: 100% !important;
}

.inactive-color {
    color: #8d95b2;
    margin: 2px !important;
    font-size: 1em;
    vertical-align:middle;
    display: inline-block;
    border: .0625rem solid transparent;
}

/* Fix for formatting issue with multiple select2 fields, where entries are moved to next line but not left-aligned */
.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-right: 25px!important;

    .select2-selection__clear {
        margin-right: -15px!important;
    }
}

button[data-bs-toggle="modal"].is-invalid::after {
    font-family: "Font Awesome 5 Free";
    content: ' \f06a ';
    color: red;
}


.inline-field{
    display: inline-flex;
    padding-bottom: 5px;
}

.td-center-middle{
    text-align: center;
    vertical-align: middle;
}
