:root {
    --movebot-blue: #2196F3;
    --movebot-green: #6acd9f;
    --movebot-red: #e63225;
    --movebot-orange: orange;
    --movebot-gray: #bbb;
    --movebot-light-gray: lightgray;
    --movebot-whitesmoke: whitesmoke;
    --movebot-scanned-blue: #235b9f;
}

.stats-table {
    margin-bottom: 49px;
}

.stats-table th {
    font-weight: normal;
    padding: 20px;
    border: solid 1px whitesmoke;
}

.utilisation-group {
    border-top: solid 1px;
}

.utilisation-headline-row {
    padding: 10px;
    min-height: 64px;
}

.util-headline {
    display: inline-block;
}

.warning-container {
    margin-bottom: 10px;
    border: solid 1px;
    border-radius: 9px;
    padding: 18px;
}

.warning-bell-red {
    color: red;
}

.warning-bell-blue {
    color: #2196F3 !important;
}

.warning-title {
    font-weight: 500;
    margin-bottom: 10px;
}

.warning-description {

}

.extended-bubble {
    display: flex;
    padding: 25px;
    align-items: center;
    justify-content: center;
    border: solid 1px #e3e4e5;
    border-radius: 6px;
}

.extended-bubble-text {
    flex-grow: 1;
}

.util-datapoint {
    float: right;
}

.stats-table td {
    font-weight: normal;
    padding: 20px;
    border: solid 1px whitesmoke;
}

.add-box {
    padding: 10px;
    border: solid 1px whitesmoke;
}

#sidebar-container {
    width: 52px;
    float: left;
    height: 100%;
    background-color: whitesmoke;
    position: fixed;
    min-height: 600px;
    overflow: visible;
    z-index: 300;
}

.datapacks_input {
    padding: 24px;
    border: solid 1px gray;
    margin-top: 20px;
}

.small-button {
    padding: 4px;
    background: whitesmoke;
    border-radius: 2px;
    margin-left: 5px;
    color: black;
}

.datapacks {
    width: 99%;
}

.user-mapping-pill {
    background: gray;
    color: white;
    padding: 5px;
    border-radius: 5px;
    margin-right: 10px;
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.no-border {
    border: none !important;
}

.failures-bell-critical {
    background: red !important;
}

.btn-always-visible {
    opacity: 1 !important;
}

.side-window-subheader {
    margin-bottom: 8px;
}

.side-modal {
    width: 60%;
    /* height: 100%; */
    z-index: 2000;
    position: fixed;
    background-color: white;
    right: 0;
    border-left: solid 1px whitesmoke;
    padding: 24px;
    bottom: 0px;
    top: 70px;
    box-shadow: 0 0 1px rgb(0 0 0 / 10%), 0 5px 24px rgb(0 0 0 / 32%);
    overflow-y: scroll;
}

.width-forty-percent {
    width: 40%;
}

.text-area-label {
    margin-bottom: 5px;
}

.ellipsis-element {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.side-modal-title {

}

.side-modal-content {
    height: 90%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.side-modal-buttons {
    position: fixed;
    bottom: 20px;
    /* right: 20px; */
    width: 100%;
    z-index: 2000;
    background: white;
}

.job-timeline-side-modal-title {
    display: flex;
}

.sync-run {
    border: solid 1px #c5d1db;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.show_simulated_view_window {
    border-radius: 6px;
    padding: 15px;
    margin-right: 10px;
    background: whitesmoke;
}

.path_field {
    width: 90%;
    padding: 14px;
}

.performance-advice {
    padding: 15px;
    border: solid 1px whitesmoke;
    background: whitesmoke;
    margin-bottom: 15px;
    width: 100%;
    display: table;
}

.whitesmoke_box {
    padding: 20px;
    background: whitesmoke;
}

.performance-advice-message {
    display: table-cell;
}

.performance-advice-buttons {
    display: table-cell;
    float: right;
}

.bump_right {
    margin-right: 5px;
}

.bump_bottom {
    margin-bottom: 5px;
}

.rightnav {
    float: right;
    padding: 20px;
}

.rightnav-item {
    display: inline-block;
    padding-left: 10px;
    cursor: pointer;
    color: inherit !important;
    text-decoration: none;
    padding-right: 10px;
}

.rightnav-item:hover {
    text-decoration: none;
}

.large-pill-centered-body {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 16px;
    line-height: 24px;
}

.large-pill-centered-body-sub {
    padding-bottom: 16px;
    line-height: 24px;
}

.issue-description {
    border-radius: 6px;
    padding: 15px;
    margin-right: 10px;
    background: whitesmoke;
}

.condition {
    border: solid 1px #eee;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 10px;
}

.reports-table td {
    white-space: normal !important;
}

.path-selector {
    padding-left: 5px;
    padding-right: 5px;
    color: gray;
}

.versions_info {
    padding: 17px;
    background: whitesmoke;
    border-radius: 6px;
    max-width: 500px;
}

.condition_detail {
    margin-right: 20px;
}

.condition_detail_mui {
    margin-right: 20px;
    display: inline-block !important;
}

.condition_remove {
    float: right;
    cursor: pointer;
    padding-left: 5px;
    padding-top: 7px;
    display: none;
}

.condition:hover > .condition_remove {
    display: inline;
}


.table-legend {
    border: solid 1px whitesmoke;
    background: whitesmoke;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.main-menu-item.p {
    position: relative;
    background-color: #1DB0D5;
    color: #000;
    border-right: 1px solid #1DB0D5;
    border-bottom: none;
    width: 85px;
    height: 65px;
    font-size: 36px;
    padding-top: 8px;
}

.create-migration-button {
    border-radius: 5px;
    /* background-color: #05386b; */
    color: white;
    opacity: 0.9;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    border: solid 1px white;
}

.performance_options {
    padding: 17px;
    background: whitesmoke;
    border-radius: 6px;
}

.form-field-info {
    margin-top: 30px;
    max-width: 800px;
}

.form-field-info-long {
    max-width: 800px !important;
}

.create-migration-button:hover {
    opacity: 1.0;
}

.migration-type-box {
    padding: 50px;
    background-color: whitesmoke;
    border-radius: 3px;
    margin-bottom: 25px;
    cursor: pointer;
}

.migration-type-box:hover {
    padding: 50px;
    background-color: var(--movebot-gray);
    border-radius: 3px;
    margin-bottom: 25px;
}

.main-menu-item, a.main-menu-item {
    color: #999;
    display: block;
    font-size: 15px;
    height: 47px;
    line-height: 43px;
    overflow: visible;
    position: relative;
    text-align: center;
    width: 52px;
    padding-top: 18px;
    text-decoration: none;
}

.simple-pill {
    display: inline-block;
    padding: 16px;
    margin-right: 16px;
    text-align: center;

    background: #333;
    color: white;
    border-radius: 5px;
}

.simple-pill-selected {
    font-weight: 700;
}

.simple-pill-metric {
    font-size: 25px;
}

.simple-pill-title {
}

.padded-bottom-large {
    margin-bottom: 16px;
}

.padded-bottom {
    margin-bottom: 12px;
}

.padded-bottom-small {
    margin-bottom: 8px;
}

.inner-navbar-full-left-item-no-padding-left {
    padding-left: 1px !important;
}

.main-menu-item-branding {
    position: relative;
    background-color: #2196F3;
    color: #000;
    border-right: 1px solid #1DB0D5;
    border-bottom: none;
    width: 85px;
    height: 65px;
    font-size: 36px;
    padding-top: 8px;
}

.table-errors-filename {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.main-menu-item-branding, a.main-menu-item-branding {
    display: block;
    font-size: 15px;
    height: 48px;
    line-height: 35px;
    overflow: visible;
    position: relative;
    text-align: center;
    width: 53px;
    text-decoration: none;
    color: white;
}

a.main-menu-item:hover {
    background: #ddd;
    color: white;
    text-decoration: none;
}

a.main-menu-item-selected {
    color: black;
}

a.main-menu-item-selected:visited {
    color: black;
    text-decoration: none !important;
}

a.main-menu-item-selected:focus {
    color: black;
    text-decoration: none !important;
}

a.main-menu-item-selected:active {
    color: black;
    text-decoration: none !important;
}

.selected {
    background: #4c4c4c !important;
    color: white !important;
}

.main-menu-item > i {
    display: block;
    margin-bottom: 7px;
}

.main-menu-item > span {
    display: block;
    font-size: 12px;
    line-height: .5;
    text-align: center;
    width: 100%;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    /*font-family: courier;*/
}

.topbar-container {
    background: #F7F7F7;
    border-bottom: 1px solid #E6E6E6;
    border-left: 1px solid #e6e6e6;
    bottom: 0;
    color: #383838;
    font-size: 22px;
    height: 65px;
    left: 0;
    line-height: 65px;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 22px;
    position: fixed;
    right: 0;
    top: 0;
    width: auto;
    z-index: 1000;
    margin: 0 0 0 84px;
}

.body-container {
    bottom: 0;
    left: 0;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 22px;
    position: relative;
    top: 82px;
    width: auto;
    z-index: 102;
    margin: 0 0 0 84px;
    right: 20px;
}

.plans {
    display: table;
    padding-top: 50px;
}

.plan {
    display: table-cell;
    padding-top: 20px;
    padding-bottom: 50px;
    width: 400px;

    padding-left: 20px;
    padding-right: 20px;
}

.plan_freeby {
    border: solid 1px #d8d8d8;

}

.plan_standard {
    border-style: solid;
    border-width: 1px;
    border-color: #b6efff;
    margin-bottom: 1.25rem;
    background: #ecfaff;
}

.plan_gold {
    border-style: solid;
    border-width: 1px;

    margin-bottom: 1.25rem;
    background-color: #fcf8e3;
    border-color: #faf2cc;
}

.plan_title {
    text-align: center;
}

.plan_details {

}

.plan_price {
    text-align: center;
}

.plan_row {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 23px;
}

.plan_title {

}

.plan_change {
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    padding-top: 20px;
    text-align: center;
}

body {
    font-family: "Avenir Next W01", "Avenir Next", "Neue Helvetica W01", "Helvetica Neue", Helvetica, sans-serif !important;
    background-color: #E6E8E3 !important;
}

legend {
    font-family: Courier !important;
}

.infobox {
    border: 1px solid #e7e7e7;
    background-color: #F7F7F7;
    border-radius: 3px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.infobox > .metric {
    font-size: 33px;
    text-align: center;
}

.infobox > .desc {
    font-size: 15px;
    text-align: center;
}

.download {
    background-color: whitesmoke;
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline;
}

.upload {
    background-color: whitesmoke;
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline;
}

.failed {
    color: orangered !important;
}

.storage_engine {
}

.mui-btn--secondary {
    color: white !important;
    background-color: gray !important;

}

#topnav {
    height: 75px;
    background-color: #0087C9;
}

#middle_row {
}

.topnav_title {
    color: white;
    font-size: 19px;
    width: 157px;
    display: inline-table;
    padding-top: 23px;
    padding-left: 29px;
    background-color: #37A1D5;
    height: 75px;
}

.topnav_navitem {
    display: inline-table;
    padding-top: 23px;
    padding-left: 20px;
    height: 75px;
}

.topnav_navitem a {
    color: white;
    text-decoration: none;;
    font-size: 15px;
}

.topnav_navitem_right {
    float: right;
    padding-right: 20px;
    padding-top: 28px;
    color: white;
}

.lowernav_title {
    font-size: 12px;
    padding-top: 24px;
    padding-left: 15px;
    padding-right: 21px;
    display: inline-table;
    padding-bottom: 18px;
    text-transform: uppercase;
    font-weight: 600;
    border-right: 1px solid #1DB0D5;
}

.lowernav_description {
    font-size: 14px;
    margin-bottom: 30px;
    padding-left: 3px;
    display: block;
}

.lowernav {
    background-color: #262626;
    color: white;
    height: 70px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    padding-top: 6px;
}

.logobox {
    height: 59px;
    padding-top: 9px;
    width: 160px;
    display: inline-block;
    padding-left: 5px;
    margin-right: 10px;
}

.enabled-disable-indicator {
    padding-top: 13px;
    display: inline-block;
    padding-right: 10px;
}

.right {
    display: inline-table;
    float: right;
    padding-top: 3px;
    padding-right: 9px;
}

#logout {
    position: fixed;
    right: 0px;
    top: 0px;
    height: 48px;
    padding-top: 24px;
    padding-right: 20px;
    padding-left: 20px;
    cursor: pointer;
    color: white;
    z-index: 1501;
}

#accountsettings {
    position: fixed;
    right: 39px;
    top: 0px;
    height: 48px;
    padding-top: 24px;
    padding-right: 20px;
    padding-left: 20px;
    cursor: pointer;
    color: white;
    z-index: 1501;
}

#logout:hover {
    cursor: pointer;
}

.graytext {
    color: gray;
}

#account_info {
    cursor: pointer;
    position: absolute;
    right: 53px;
    top: 0px;
    height: 48px;
    padding-top: 17px;
    padding-right: 20px;
    padding-left: 20px;
    border-left: solid 1px #e5e5e5;
    color: white;
}

#account_info:hover {
    cursor: pointer;
    background-color: var(--movebot-gray) !important;
}

.subpage-nav {
    height: 100%;
    width: 200px;
    float: left;
    position: fixed;
    min-height: 600px;
    overflow: visible;
    z-index: 300;
    border-right: solid 1px var(--movebot-gray);
}

.page-content {
    margin-left: 218px;
    margin-top: 11px;
}

.port {
    height: 30px;
    width: 30px;
    background: gray;
    display: inline-table;
    margin-left: 5px;
}

.port-online {
    background: #00D800;
}

.portgroup {
    margin-bottom: 5px;
}

.micro-table {
    width: 100%;
}

.micro-table td {
    padding: 8px;
    line-height: 1.42857143;
    border-top: 1px solid whitesmoke;
    height: 53px;
}

.micro-table th {
    text-align: left;
    font-size: 14px;
    color: gray;
    padding: 8px;
    color: #767676;
    font-weight: 500;
}

.main-job-table {
    width: 100%;
}

.main-job-table td {
    padding: 12px;
    line-height: 1.42857143;
    border-top: 1px solid whitesmoke;
    white-space: nowrap;
}

.main-job-table th {
    text-align: left;
    font-size: 14px;
    color: gray;
    padding: 8px;
    color: #767676;
    font-weight: 500;
    white-space: nowrap;
}

.mui-container-fluid {
    /*padding-right: 0px !important;*/
}

.dashboard-line-graph {
    height: 290px;
}

h1, h2, h3 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.tabroot {
    background-color: whitesmoke;
    border-bottom: solid 1px #ddd;
}

.tab {
    display: inline-table;
    padding: 18px;
    border-right: solid 1px #ddd;
    padding-left: 25px;
    padding-right: 25px;
}

.tab-contents {
    padding-left: 10px;
}

.flush {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    height: 100%;
}

.side-panel-item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px whitesmoke;
}

.side-panel {
    border-right: solid 1px #ddd;
}

.mui-container-fluid {
    margin-bottom: 50px !important;
}

.side-panel-item label {
    display: table-cell;
    width: 150px;
}

.side-panel-item span {
    display: table-cell;
}

.standard-form-row label {
    display: table-cell;
    width: 150px;
}

.standard-form-row span {
    display: table-cell;
}

.standard-form-row {

    padding-bottom: 5px;
    padding-top: 5px;
}

.standard-form {
    border-top: solid 1px whitesmoke;
    border-bottom: solid 1px whitesmoke;
}

.standard-form-save-row {
    border-top: solid 1px whitesmoke;
    margin-top: 10px;
    padding-top: 6px;
}

.standard-form-save-row button {

}

.form-table {
    min-width: 572px;
}

.form-table td, th {
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
}

.form-table th {
    text-align: left;
    font-size: 12px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 5px;
    padding-top: 13px;
}

.green {
    color: green;
}

.red {
    color: red;
}

.pd-button.dark {
    background-color: #666;
    border-color: #333;
    color: #FFF;
}

a.pd-button {
    background-color: #999;
    border-radius: 3px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    margin-left: 5px;
}

a.pd-button:hover {
    color: #fff;
}

.body-padded {
    padding-top: 13px;
}

.body-top-padded {
    margin-top: 22px;
}

.dashboard-graph-metrics {

}

.dashboard-graph-metric {
    display: inline-table;
    width: 33%;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
}

.dashboard-graph-metric .metric {
    display: block;
    font-size: 50px;
}

.dashboard-graph-metric .metric-title {

}

.no_alerts {
    font-size: 50px;
    display: block;
}

.friendly_message {
    font-size: 20px;
    color: green;
}

.table-header {

}

.table-header-tab {
    background-color: #bbb !important;
    color: #fff !important;
    padding: 4px 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 28px;
    margin-right: 1px;
}

.table-header-search {
    padding-left: 3px;
}


.form_section {
    display: flex;
}

.form_section_left {
}

.form_section_right {
    border-left: solid 1px whitesmoke;
    padding-left: 25px;
    min-width: 70%;
}

.form_section_title {
}

.form_section_description {
    color: #494949;
    padding-right: 35px;
    width: 270px;
}

.hide_long_string {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mui-textfield-inline {
    padding-top: 0px !important;
    margin-bottom: 0px !important;
}

.mui-select-inline {
    padding-top: 0px !important;
    margin-bottom: 0px !important;
    padding-left: 10px;
    display: inline-block !important;
}

.cdmodal-background {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1600;
    background: var(--modal-blackout-color, rgba(0, 0, 0, .4));
}

.cdmodal-inner {
    box-shadow: 0 15px 45px 0 var(--ubnt-color-drop-shadow);
    background: var(--modal-background-color, #fff);
    border-radius: 4px;
    color: var(--modal-font-color, #525461);
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 40px);
    max-width: calc(100vw - 40px);
    overflow: hidden;
    position: relative;
}

.btn {
    -webkit-appearance: none;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #bdc3c7;
    box-sizing: border-box;
    color: #464a4f;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    letter-spacing: .035em;
    line-height: 10px;
    margin: 5px;
    padding: 10px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    -webkit-transition: border-color .15s linear, box-shadow .15s linear, background-color .15s linear;
    transition: background-color .05s ease-in-out, border-color .05s ease-in-out;
    vertical-align: top;
    white-space: nowrap;
    zoom: 1;
}

.btn:hover {
    color: #464a4f;
    text-decoration: none;
    cursor: pointer;

    background: whitesmoke;
    -webkit-font-smoothing: antialiased;
}

.path {
    margin-bottom: 13px;
    margin-left: 13px;
}

.path-item {
    padding-right: 6px;
    padding-left: 6px;
}

.first_icon {
    width: 10px;
    padding-top: 11px !important;
}

.file_details {
    padding: 8px;
    border-left: solid 1px var(--movebot-gray);
    min-height: 60%;
}

.file_details_title {
    font-weight: bold;
}

.tids {
    display: flex;
    padding-bottom: 75px;
    padding-left: 13px;
}

.tidbit {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-right: 55px;
    min-width: 290px;
    overflow: hidden;
}

.tidbit-title {
    letter-spacing: .7px;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase;
    color: #222;
    font-size: 13px;
    font-weight: 400;
}

.graph-title {
    letter-spacing: .7px;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase;
    color: #222;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}

.tidbit-metric {
    font-size: 45px;
    line-height: 54px;
    margin-bottom: 5px;
}

.tidbit-desc {

}

.tidbit-mini {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-right: 55px;
    min-width: 290px;
    overflow: hidden;
}

.tidbit-mini-title {
    letter-spacing: .7px;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase;
    color: #222;
    font-size: 13px;
    font-weight: 400;
}

.tidbit-mini-metric-number {
    background: red;
    color: white;
    padding: 10px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 3px;
}


.inline-block-title {
    display: inline-block;
}

.info-window-left-border {
    border-left: solid 2px white;
    padding-left: 30px !important;
}

.info-window-bottom-border {
    border-bottom: solid 2px white;
    padding-bottom: 30px !important;
}

.table-icon-link {
    color: gray;
    cursor: pointer;
}

.body-content {
    padding-top: 49px;
}

.normal_page {
    /*padding-top: 40px;*/
    background-color: white;
}

.large-icon {
    font-size: 60px !important;
    color: gray;
    padding-bottom: 25px;
}

.scrolltable {
    margin-top: 20px;
    height: 70%;
    overflow: auto;
}

.scrolltable-small {
    margin-top: 20px;
    height: 50%;
    overflow: auto;
}

.scrollable-form-section {
    max-height: 500px;
    overflow: auto;
}

.additional-permission-options {
    min-width: 30%;
}

.mapping-policy-block {
    min-width: 800px;
    border: solid 1px rgba(166, 145, 113, 0.2);
    padding: 30px;
}

.scrolltable-permissions-metadata {
    max-height: 300px;
    overflow: auto;
}

.scrolltable-permissions-metadata table {
    border-collapse: separate;
}

.scrolltable-permissions-metadata th {
    position: sticky;
    top: 0;
    border-bottom: solid 1px #76767652;
    background: white;
}

#add-manual-permission-mapping > * {
    margin: 5px;
}

.scrolltable table {
    border-collapse: collapse;
}


.micro-table-header-min-width {
    min-width: 50px;
}

.micro-table-small-width {
    width: 30px;
}

.scrolltable th div {
    /*position: absolute;*/
    /*margin-top: -20px;*/
}

.no-right-margin {
    margin-right: 0 !important;
}

.left-margin-small {
    margin-left: 3px;
}

.storage_engine_splash {
    min-height: 90px;
    padding: 20px;
    border: 1px solid #ddd;
    margin: 12px 0;
    border-radius: 4px;
}

.storage_menu {
    float: right;
}

.storage_type {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: normal;
}

.storage_path {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: normal;
    font-style: italic;
}

.dropbox-link-box {
    margin-top: 20px;
    width: max-content;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    background: whitesmoke;
    padding: 16px;
}

.dropbox-link-box img {
    height: 50px;
}

.box-link-box img {
    margin-right: 50px;
    max-height: 50px;
}

.dropbox-link-button {
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
    height: max-content;
}

.box-link-box {
    margin-top: 20px;
}

.folder_settings_box {
    margin-bottom: 50px;
}

.mui-textfield-large {
    width: 350px;
}

.padding-vertical {
    padding: 5px 0;
}

.padding-vertical-large {
    padding: 15px 0;
}

.permission-pill {
    background-color: whitesmoke;
    color: black;
    padding: 7px;
    margin-right: 5px;
    border-radius: 3px;
    font-size: 14px;
}

table.smaller-table {
    width: 80% !important;
}

.path {
    display: inline-table;
    vertical-align: middle;
}

.buttons {
    margin-right: 25px;
}

.file_details_inner {
    padding-top: 25px;
}

.welcome-banner {
    background-color: whitesmoke;
    border-radius: 3px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-top: 10px;
    margin-right: 10px;
}

.welcome-banner-close {
    float: right;
    padding-right: 23px;
    color: gray;
    cursor: pointer;
}

.code-block {
    background-color: #464a4f;
    padding: 13px;
    margin-bottom: 5px;
    margin-right: 10px;
    color: white;
    border-radius: 3px;
    overflow-y: scroll;
    height: max-content;
    max-height: 80%;
}

.search-code-block {
    background-color: #464a4f;
    padding: 13px;
    margin-bottom: 5px;
    margin-right: 10px;
    color: white;
    border-radius: 3px;
}

.search-code-block-text-field {
    display: inline-block;
    width: 80%;
}

.search-code-block-text-field > input {
    animation-duration: .1ms;
    animation-name: mui-node-inserted;
    display: block;
    background-color: transparent;
    color: white;
    border: none;
    outline: 0;
    width: 100%;
    font-size: 16px;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    background-image: none;
    font-family: courier;
}


.buttons-left {
    float: left;
    display: inline-block;
}

.audit-search {
    /* I hate myself */
    display: inline-table !important;
    margin-top: 6px;
    margin-left: 10px;
    padding-bottom: 10px;
}

.file {
    padding-top: 10px;
    padding-bottom: 10px
}

.file i {
    padding-right: 10px
}

#dropzone {
    border: dashed;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    line-height: 100px;
    border-color: #cecece;
    margin-bottom: 10px;
}

.migration-box {
    margin: 12px 0;
    border-radius: 4px;
    background-color: white;
    display: inline-table;
    margin-right: 13px;
    width: 400px;
}

.migration-box-title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: normal;
    overflow-wrap: normal;
    max-width: 350px;
    overflow: hidden;
    white-space: nowrap;
}

.migration-status-row {
    width: 100%;
    display: inline-block;
    padding: 4px;
}

.main-number {
    font-size: 20px;
}

.migration-buttons {
    border-top: solid 2px whitesmoke;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
}

.error-box {
    margin-top: 10px;
    background-color: #f2dede;
    border-color: #ebcccc;
    border-radius: 5px;
    color: #a94442;
    padding: 10px;
    margin-bottom: 10px;
}

.info-window {
    margin-top: 20px;
    padding: 20px;
    border-radius: 6px;
    align-content: center;
    border: solid 1px rgb(232, 237, 235);
}

.info-pill-row-container {
    display: flex;
    gap: 30px;
    padding-right: 15px;
    padding-left: 15px;
}

.info-pill-box {
    border: 1px solid #e3e4e5;
    padding: 40px;
    border-radius: 6px;
    color: #262626;
    flex-grow: 1;
}

.info-pill-heading {
    font-size: 20px;
    font-weight: 600;
}

.info-pill-unit {
    font-size: 20px;
    font-weight: 600;
}

.info-pill-middle-text-container {
    margin-top: 10px;
}

.info-pill-middle-text {
    font-size: 35px;
    font-weight: 500;
}

.info-pill-small-text {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
}

.beta-pill {
    background: gray;
    color: white;
    padding: 5px;
    border-radius: 3px;
    font-size: 12px;
    font-family: sans-serif;
}

.log-console {
    color: white;
    padding-left: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #333;
    font-size: 13px;
}

.migration-status-row-clickable:hover {
    cursor: pointer !important;
    background-color: #E0E0E0 !important;
}

.performance-summary-block {
    border: solid 1px rgb(232, 237, 235);
    margin-bottom: 35px;
    border-radius: 6px;
    box-shadow: rgba(0, 30, 43, 0.3) 0px 4px 10px -4px;
}

.performance-summary-block-title-area {
    border-bottom: solid 1px rgb(232, 237, 235);
    padding: 20px;
}

.performance-summary-block-block-area {
    padding: 20px;
}

.performance-summary-block-bottom-area {
    padding: 20px;
    background: rgb(249, 251, 250);
}

a {
    cursor: pointer !important;
}

.shared-link-box {
}

.scrolltable-no-margin {
    margin-top: 0px !important;
}

.status-pill {
    border-radius: 3px;
    padding: 3px;
}

.status-pill-green {
    background-color: green;
    color: white;
}

.status-pill-red {
    background-color: orangered;
    color: white;
}

.status-pill-gray {
    background-color: gray;
    color: white;
}

.status-pill-lightgreen {
    background-color: #b4e051;
    color: white;
}

.no-wrap {
    white-space: nowrap;
    padding-right: 20px !important;
}

.right-align {
    text-align: right;
}

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

.main_console_container {
}

.main_console {
    box-shadow: -1px 4px 30px 3px rgba(76, 81, 104, .2);
    position: relative;
    border-radius: 4px;
    background: #233659;
}

.main_console_code {
    font-size: 15px;
    padding: 30px 32px;
    list-style-type: none;
    margin: 0;
    font-family: Fira Mono, Consolas, monospace;
    opacity: .95;
    max-height: 200px;
    overflow-y: auto;
    color: white;
}

.main_console_selector {
    border-top: 1px solid hsla(0, 0%, 100%, .15);
    padding-top: 10px;
    padding-bottom: 10px;
}

.main_console_selector_item {
    display: inline;
    padding: 30px;
    color: white;

    font-size: 15px;
    font-family: Fira Mono, Consolas, monospace;
}

.scanned-or-not-scanned {
    background: whitesmoke;
    padding: 5px;
    border-radius: 5px;
    font-size: 13px;
}

.selected_example {
    font-weight: bolder;
}

.heading-thing {
    color: black;
    background: whitesmoke;
    padding: 7px;
    font-weight: bolder;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.heading-thing-filename {
    padding-left: 10px;
}

.code_red {
    color: #e63225 !important;
}

.code_orange {
    color: orange !important;
}

.code_orange_animated {
    color: orange !important;
    animation: blinker 2s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}

.code_green {
    color: green !important;
}

.proceed_with_image {
    max-height: 300px;
}

.proceed_with_caution {
    margin-bottom: 50px;
    background-color: whitesmoke;
    border-radius: 6px;
    padding: 24px;
}

.proceed_with_caution_title {
    font-size: 27px;
}

.all_ok {

}

.code_blue_non_animated {
    color: #2196F3 !important;
}

.code_transparent {
    color: transparent;
}

.code_blue {
    color: #2196F3 !important;
    animation: blinker 2s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}

.transfer-versions-notification {
    background: #2196F3 !important;
    margin-left: 20px;
    font-size: 13px;
    border-radius: 5px;
    padding: 3px;
    color: white;
    padding-right: 10px;
    padding-left: 10px;
}

@keyframes blinker {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.alert {
    color: #0c5460;
    background-color: #d1ecf1;
    position: relative;
    padding: 15px;
    margin-bottom: 1rem;
    border: 1px solid #bee5eb;
    border-radius: .25rem;
}

.inline-form-field {
    padding-right: 10px;
}

.alert-green {
    color: white;
    background-color: #007bff;
    position: relative;
    padding: 15px;
    margin-bottom: 1rem;
    border-radius: 6px;
}

.enterprise_plan {
    display: table-cell;
    padding-top: 20px;
    padding-bottom: 50px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    border: solid 1px var(--movebot-gray);
}

.inner-navbar-full {
    background-color: white;
    margin-top: 20px;
    height: 66px;
    padding: 0px;
    border-bottom: solid 1px #E6E8E3;
}

.inner-navbar-projects {
    margin-top: 10px;
    background-color: white;
    height: 66px;
    padding: 0px;
    border-bottom: solid 1px #E6E8E3;
}

.inner-navbar-full-left {
    float: left;
    padding-top: 16px;
    padding-left: 16px;
}

.inner-navbar-full-right {
    float: right;
    padding-top: 9px;
    padding-right: 9px;
}

.migration-status-row-pill {
    text-transform: uppercase;
    padding: 20px;
}

.migration-status-row-pill-left {
    display: inline-block;
    width: 50%;
    border-top: solid 1px whitesmoke;
    border-bottom: solid 1px whitesmoke;
    border-left: solid 1px whitesmoke;
    border-radius: 3px;
    padding: 6px;
}

.migration-status-row-pill-right {
    display: inline-block;
    width: 50%;
    border: solid 1px whitesmoke;
    padding: 6px;
    border-radius: 3px;

}

.migration-status-row-padded {
    padding-left: 20px;
    padding-right: 20px;
}

.small-heading {
    color: gray;
    font-size: 12px;
    font-weight: bold;
}

.migration-buttons-right {
    float: right;
}

.status-checkbox {
    color: #707070;
}

#bottom-links {
    position: fixed;
    bottom: 0px;
}

.main_logo {
    width: 40px;
}

.lowernav_command {
    display: inline-block;
    margin-left: 17px;
    margin-right: 10px;
}

.lowernav_command > input {
    color: black;
}

.navitem-title i {
    padding-right: 5px;
}

.inner-form-item {
    background-color: white;
    display: inline-block;
    margin-bottom: 10px;
}

.inner-form-item-full {
    background-color: white;
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

.massive-header {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: solid 1px whitesmoke;
    margin-bottom: 27px;
    padding-left: 12px;
}

.float-right {
    float: right;
}

.navitem-title {
    cursor: pointer;
    color: inherit !important;
    text-decoration: none;
}

.navitem-title:hover {
    cursor: pointer;
    color: inherit !important;
    text-decoration: none;
}

#cc_form {
    max-width: 500px;
    padding: 15px;
}

#payment {
    padding-left: 13px;
    padding-bottom: 17px;
}

.lowernav_title {
    cursor: pointer;
}

.lowernav_icon {
    margin-left: 7px;
    padding-bottom: 9px;
}

.inner-navbar-full-left-item {
    box-sizing: border-box;
    line-height: 40px;
    min-width: 100px;
    font-weight: normal;
    margin: 0;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 0;
    color: #445d6e;
    display: inline;

    text-decoration: none;
}

.inner-navbar-full-left-item:hover {
    color: inherit !important;
    text-decoration: none;
}

.inner-navbar-full-left-item-selected {
    font-weight: 600;
    color: black;
    border-color: black;
    border-bottom: solid 2px;
    padding-bottom: 9px;
}

.basemenu-navbar-full-left-item {
    box-sizing: border-box;
    line-height: 40px;
    min-width: 100px;
    font-weight: normal;
    margin: 0;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 0;
    color: #445d6e;
    display: inline;

    text-decoration: none;
}

.basemenu-navbar-full-left-item:hover {
    color: inherit !important;
    text-decoration: none;
}

.basemenu-navbar-full-left-item-selected {
    font-weight: 600;
    color: black;
    border-color: black;
    border-bottom: solid 2px;
    padding-bottom: 18px;
}

.log-tab-item {
    padding: 10px;
    border-radius: 3px;
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 8px;
}

.log-tab-item-selected {
    background-color: #d0d0d0;
    color: black;
    padding: 10px;
    border-radius: 3px;
    margin-right: 5px;
    display: inline-block;
}

.table-no-wrap {
    white-space: nowrap;
    overflow: hidden;
}

.table-hide {
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tids-no-bottom-padding {
    padding-bottom: 20px !important;
}

.details-table td {
    border: solid 1px #d5d5d5;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
}

table.details-table {
    width: 50%;
}

.migration-box:hover {
    cursor: pointer;
    background-color: whitesmoke;
}

.migration-box-hotarea:hover {
    cursor: pointer;
}

.padded-left-right {
    margin-left: 10px;
    margin-right: 10px;
}

.padded-right {
    margin-right: 10px;
}

.padded-right-large {
    margin-right: 20px;
}

.padded-left-large {
    margin-left: 20px;
}

.padded-right-small {
    margin-right: 8px;
}

.disable-a-styling {
    text-decoration: none;
    color: inherit;
    cursor: default !important;
}

.disable-a-styling-keep-cursor {
    text-decoration: none;
    color: inherit;
}

.linky_link {
    cursor: pointer;
}

.smaller-tidbit {
    min-width: 100% !important;
}

.configuration-navbar {
    border-bottom: solid 1px #E6E8E3;
    padding-left: 17px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.configuration-navbar-full-left-item {
    box-sizing: border-box;
    line-height: 40px;
    min-width: 100px;
    font-weight: normal;
    margin: 0;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 0;
    color: #445d6e;
    display: inline;
}

.configuration-navbar-full-left-item-selected {
    font-weight: 600;
    color: gray;
    /*border-color: gray;*/
    /*border-bottom: solid 2px;*/
    padding-bottom: 6px;
}

.storage_logo {
    max-height: 57px;
    margin-top: 30px;
}

.integration-row-line {
    border-top: 1px solid #e5e5e5;
}

.col-right-line {
    border-right: 1px solid #e5e5e5;
}

.integration-feature-col {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 34px;
    padding-right: 34px;
    height: 185px;
}

.inner_login_box {
    background-color: white;
    padding: 50px;
}

.login-right {
    height: 100%;
    padding-top: 100px;
}

.robot-image {
    max-width: 150px;
}

.a-box {
    background-color: whitesmoke;
    border-radius: 3px;
    padding: 50px;
}

.bg-white {
    background-color: white !important;
}

.code_gray {
    color: gray;
}

.navitem-title-selected {
    padding-bottom: 6px;
    /*font-weight: 600;*/
    /*text-decoration: underline;*/
}

.jobtimeline_clickable_row {
    cursor: pointer;
    display: flex;
    width: 100%;
}

.jobtimeline_clickable_row_information_wrapper {
    display: flex;
    width: 100%;
    margin: 0 30px 0 30px;
    padding-bottom: 15px;
    padding-top: 15px;
    transition: all .2s ease-in-out;
    background-color: white;
}

.jobtimeline_clickable_row_information {
    flex-grow: 1;
    display: flex;
}

.jobtimeline_clickable_row_pills_wrapper {
    align-content: center;
    margin: 0 3px 0 3px;
}

.jobtimeline_clickable_row_pills {
    height: 20px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    font-size: 11px;
    color: white;
    padding: 0 5px 0 5px;
}

.jobtimeline_clickable_row_pills i {
    margin-right: 3px;
}

.jobtimeline_next_step_chevron {
    display: flex;
    justify-content: center;
    margin: 20px;
}

.clickable_row {
    cursor: pointer;
}

.clickable_row_extra_height {
    cursor: pointer;
    height: 80px;
}

.clickable_row:hover {
    background-color: whitesmoke;
}

.mui-select {
    z-index: 2000;
}

.bottom-border {
    border-bottom: solid 1px #cdcdcd;
    padding: 11px 11px 11px 11px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.filter-row-left {
    float: left;
    /*padding-left: 12px;*/
}

.filter-row-right {
    float: right;
    padding-right: 12px;
    padding-top: 13px;
}

.filter-row {
    height: 55px;
}

.inherit-background-color {
    background-color: #E6E8E3 !important;
}

.padded-left {
    padding-left: 20px;
}

.padded-left-small {
    padding-left: 12px;
}

.padded-left-smaller {
    padding-left: 8px;
}

.padded-top-large {
    margin-top: 35px;
}

.padded-top {
    margin-top: 20px;
}

.padded-top-small {
    margin-top: 10px;
}

.configuring-transfer-title {
    padding-left: 13px;
}

.separator_rod {
    color: #767676;
}

.padded_link {
    padding-left: 3px;
    padding-right: 3px;
}

.info-window-no-margin {
    margin-top: 0px !important;
    margin-bottom: 20px;
}

.bulk-job-image {
    max-height: 22px;
}

.bulk-job-image-container {
    display: inline-block;
    border: solid 1px whitesmoke;
    padding: 5px;
}

.bulk-job-image-container-arrow {
    background: whitesmoke;
}

.inline-block {
    display: inline-block;
}

.top-caret {
    padding-left: 6px;
    color: black !important;
}

.border-right {
    border-right: solid 1px whitesmoke;
}

.selected-row {
    background: whitesmoke;
}

.selectable-row {
    cursor: pointer;
}

.btn-no-margin {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-right: 2px !important;
}

.btn-no-margin-all {
    margin: 0 !important;
}

.table-column-no-padding {
    padding: 6px !important;
}

table tr .btn {
    opacity: 0;
}

/**/
table tr:hover .btn {
    opacity: 1
}

table tr .hidden-link {
    opacity: 0;
}

/**/
table tr:hover .hidden-link {
    opacity: 1
}

table tr:hover .hide-on-hover {
    opacity: 1
}

table tr .hide-on-hover {
    opacity: 0
}

.transfer-timeline-title {
    font-size: x-large;
}

.transfer-timeline-title p {
    padding: 0 0 10px 0;
}

.transfer-timeline-instance-pills {
    text-align: center;
    align-items: center;
    padding: 6px 20px;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    border-radius: 52px;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
    max-width: fit-content;
    height: 28px;
    color: #63676d;
}

.recommended-action-wrapper {
    margin-bottom: 80px;
    margin-left: 44px;
    margin-right: 30px;
    transition: all .2s ease-in-out;
    background-color: white;
}

.recommended-action-wrapper .popup-option-row-container {
    transition: all .2s ease-in-out;
    background-color: white;
    border-radius: 10px;
}

.popup-option-row-container .recommended {
    font-weight: 600;
}


.recommended-action-empty {
    margin-bottom: 80px;
}

.table-and-launch {
    display: flex;
    flex-direction: column;
    max-height: 93%;
    margin-top: 10px;
}

.filebrowser-top {
    background: whitesmoke;
    color: black !important;
    padding-left: 14px;
    padding-top: 7px;
}

.filebrowser-search-full {
    width: 100%;
    border-top: solid 1px whitesmoke;
    background: white;
    padding-top: 17px;
    bottom: 80px;
    position: absolute;
}

.filebrowser-search {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
}

.filebrowser-search-box {
    /*width: 70%;*/
}

.pageing-label {
    display: inline-block;
    padding: 7px;
}

.filebrowser-top a {
    color: black !important;
}

.sortable-row-header {
    cursor: pointer;
}

.filebrowser-items {
    min-height: 200px;
    height: 300px;
    overflow: scroll;
}

.filebrowser-items-full {
    min-height: 200px;
    height: 60%;
    overflow: scroll;
}

.filebrowser-folder .show-on-hover {
    opacity: 0;
}

/**/
.filebrowser-folder:hover .show-on-hover {
    opacity: 1;
    float: right;
    padding-top: 2px;
}

.lift-off-robot {
    max-height: 300px;
}

.social-icon {
    max-height: 35px;
    padding-right: 5px;
    padding-left: 5px;
}

.filebrowser-outer-container {
    border-left: solid 1px whitesmoke;
    padding-left: 25px;
    min-width: 400px;
}

.light-border {
    border: solid 1px whitesmoke;
    margin-right: 10px;
}

.filebrowser {
}

.filebrowser-folder {
    padding: 13px;
    border-bottom: solid 1px #cdcd;
}

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

.filebrowser-folder-selected {
    background: whitesmoke;
    color: black !important;
    border-radius: 3px;
}

.filebrowser-folder-selected a {
    color: black;
    border-radius: 3px;
}

.filebrowser-folder:hover {
    background: whitesmoke;
    color: black !important;
    border-radius: 3px;
}

.filebrowser-folder:hover a {
    color: black !important;
    text-decoration: none !important;
    border-radius: 3px;
}

.filebrowser-message {
    padding-left: 10px;
    padding-top: 10px;
}

.manual-folder-textarea {
    width: 70%;
    height: 15%;
    min-width: 250px;
    min-height: 100px;
    margin: 10px 0px;
    padding: 5px;
}

.progress-bar {
    height: 50px;
    width: 100%;
}

.progress-element {
    margin-right: 10px;
    display: inline-block;
}

.progress-bar-comments {
    height: 50px;
    width: 100%;
    margin-top: 13px;
    padding-left: 4px;
}

.progress-bar-solid {
    height: 30px;
    background: whitesmoke;
}

.calculating {
    width: 10%;
}

.mkdir {
    width: 16%;
}

.transferring-full {
    width: 95%;
}

.transferring {
    width: 58%;
}

.permissions {
    width: 10%;
}

.finished {
    width: 10%;
}

.progress-bar-solid-actual-progress {
    background-color: #2196F3;
    height: 100%;
    width: 60%;
    margin: 2px;
    padding-top: 3px;
    color: white;
}

.hz-element-bar-solid-actual-progress {
    background-color: #2196F3;
    height: 100%;
    width: 60%;
    margin: 2px;
    color: white;
    padding-left: 10px;
    padding-top: 8px;
}

.progress-bar-blurb {
    margin-top: 33px;
}

.btn-disabled {
    color: gray !important;
    background-color: whitesmoke;
    border: solid 1px white;
}

.btn-hidden {
    visibility: hidden;
}

.btn-disabled:hover {
    color: gray !important;
    background-color: whitesmoke !important;
    border: solid 1px white;
    cursor: not-allowed !important;
}

.disabled-link {
    pointer-events: none;
    color: darkgray;
}

.blue-stripe-table {
    border-left: solid 3px whitesmoke;
}

.horizontal-thing {
    border-left: solid 3px whitesmoke;
    margin-left: 25px;
}

.container {
    width: 600px;
    margin: 100px auto;
}

.dot {
    height: 35px;
    width: 35px;
    background-color: #bbb;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    padding-top: 8px;
    color: white;
    font-weight: bold;
}

.small-dot {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding-top: 8px;
    margin-right: 7px;
}

.line {
    border-top: solid 1px whitesmoke;
    width: 100%;
    line-height: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.dot-selected {
    background-color: #2196F3 !important;
    color: white !important;
}

.dot-container {
    display: inline-block;
    margin-right: 45px;
    cursor: pointer;
}

.inner-navbar-full-left-item {
    cursor: pointer;
}

.clickable_tidbit {
    cursor: pointer;
}

.table-progress-bar-solid {
    height: 22px;
    background-color: var(--movebot-light-gray);
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 3px;
    overflow: hidden;
}

.table-progress-bar-solid .progress-bar-text {
    font-weight: 500;
    color: white;
    padding: 3px 5px 0 5px;
    height: 100%;
    font-size: 12px;
}

.table-progress-bar-solid-progress {
    height: 100%;
    background-color: #2196F3;
    width: 0%;
    overflow: visible;
    white-space: nowrap;
}

.table-progress-bar-wrapper {
    position: relative;
    min-width: 150px;
    padding: 9px 0;
    height: 40px;
}

.table-progress-bar-message {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    font-size: 12px;
    padding-top: 3px;
    padding-left: 3px;
}

.jobtimeline_failures-bell {
    background-color: var(--movebot-gray);
    color: white;
    border-radius: 4px;
    padding: 8px 20px;
    text-align: center;
    white-space: nowrap;
    font-size: 15px;
    margin-right: 7px;
    max-width: fit-content;
}

.jobtimeline-progress-bar-solid {
    background-color: var(--movebot-gray);
    border-radius: 3px;
    width: 100%;
}

.jobtimeline-progress-bar-solid-progress {
    background-color: #2196F3;
    border-radius: 3px;
    height: 100%;
}

.jobtimeline-progress-bar-wrapper {
    position: relative;
    width: 150px;
}

.jobtimeline-progress-bar-message {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    transform: translate(-50%, -50%);
}

.failures-bell {
    background-color: var(--movebot-gray);
    color: white;
    border-radius: 4px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 7px;
    padding-right: 7px;
    display: inline;
    white-space: nowrap;
    font-size: 12px;
    margin-right: 7px;
}

.failures-bell:hover {
    color: white !important;
}

.failures-bell-active {
    background-color: rgb(227, 79, 50);
}

.tool-tip-container {
    position: relative;
    padding: 10px 0;
}

.critical {
    color: rgb(227, 79, 50);
}

.error_warning {
    color: orange;
}

.warnings-bell-active {
    background-color: orange;
}

.discovery-methods {
    margin-left: 10px;
}

.discovery-method {
    margin-bottom: 10px;
}

.jobs_view_title {
    padding: 10px;
    border-bottom: solid 1px whitesmoke;
    margin-bottom: 15px;
    cursor: pointer;
    display: inline-block;
    background: whitesmoke;
    margin-right: 6px;
    border-radius: 9px;
}

.jobs_view_title_selected {
    background: gray !important;
    color: white !important;
}

.whitespace-block {
    height: 50px;
}

.discovery-method-title {
    padding: 20px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
}

.discovery-method-body {
    padding: 20px;
    display: none;
    border-top: solid 2px whitesmoke;
}

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

.show {
    display: block;
}

td input[type=checkbox] {
    margin-top: 4px;
}

.mui-dropdown__menu > li > a {
    line-height: 2.429 !important;
}

.hz-element {
    display: inline-block;
    white-space: nowrap;
    opacity: 0.9;
}

.users-added-pill {
    font-weight: normal;
    background-color: whitesmoke;
    padding: 7px;
    border-radius: 3px;
    margin-left: 10px;
}

.hz-element-bar {
    height: 50px;
    width: 100%;
}

.red-link {
    color: orange !important;
    font-weight: bolder !important;
}

.hz-element-bar-solid {
    height: 35px;
}

.graph-title-left {
    font-weight: bolder;
}

.dashboard-line-graph-legend-item .value {
    float: right;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.value-red {
    background: red;
    color: white;
}

.configuration-navbar-micro-item {
    display: inline-block;
    cursor: pointer;
}

.configuration-navbar-micro-item-separator {
    padding: 10px;
    color: var(--movebot-gray);
}

.icon-blue {
    background: #2196F3;
    color: white;
}

.icon-gray {
    background: whitesmoke;
    color: black;
}

.icon-orange {
    background: red;
    color: white;
    opacity: 50%;
}

.key-stat {
    padding: 24px;
    margin-right: 13px;
    border: solid 1px #e3e4e5;
    margin-bottom: -1px;
    display: table;
    width: 100%;
}

.key-stat .inner {
}

.key-stat:hover {
    background: whitesmoke;
}

.key-stat .name {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #7a7e85 !important;
}

.key-stat .status-icon {
    display: table-cell;
    padding-right: 20px;
    width: 1px;
    vertical-align: middle;
}

.key-stat .description {
    display: block;
}

.key-stat .value {
    /*float: right;*/
    display: table-cell;
    padding-top: 14px;
    width: 1px;
    vertical-align: middle;
}

.key-stat .maindesc {
    display: table-cell;
}

.key-stat .icon {
    padding: 14px;
    margin-right: 13px;
    border-radius: 3px;
    display: table-cell;
}

.jobinstance-description .maindesc {
    padding: 24px;
    margin-right: 13px;
    display: table;
    margin-bottom: -1px;
    width: 100%;
}

.jobinstance-description .name {
    font-weight: 500;
    color: black;
    text-decoration: none;
}

.jobinstance-description .description {
    display: block;
    color: black;
    text-decoration: none;
}

.dashboard-line-graph-legend-item {
    border-bottom: solid 1px whitesmoke;
    padding: 10px;
}

.job-instance-selector {
    margin-top: 12px;
    margin-right: 10px;
}

.min-height-block {
    min-height: 90px !important;
}

.downloadable-report {
    height: 100px;
    border: 1px solid #dfe1e5;
    border-radius: 3px;
    padding: 10px;
    width: 100%;
}

.downloadable-report:hover {
    background-color: whitesmoke;
}

.downloadable-report-title {
    font-size: 16px;
    padding-bottom: 2px;
}

.downloadable-report-description {

}

.clickable {
    cursor: pointer
}

.transfer-total-summary {
    padding: 7px;
    border-radius: 3px;
    width: fit-content;
    float: left;
    margin: 5px;
}

.issue-title-bar {
    background-color: whitesmoke;
    padding: 10px;
    border-radius: 3px;
}

.issue-body {
    background-color: whitesmoke;
    padding: 10px;
}

.issue {
    padding-bottom: 10px;
}

.issue-title-bar-title {
    font-size: 15px;
    display: inline-block;
    color: #767676;
    font-weight: 600;
}

.issue-title-bar-status {
    float: right;
}


.issue-title-bar-title > i {
    padding-right: 5px;
}

.scrolltable-small {
    height: 40%;
}

.scrolltable-large {
    max-height: 70%;
    min-height: 100px;
}

.sync-run-selected {
    background: whitesmoke;
    border: solid 1px whitesmoke !important;
}

.sync-run:hover {
    background: whitesmoke;
    border: solid 1px whitesmoke !important;
}

.subnav-bar-with-border {
    padding-bottom: 10px;
}

.small-border {
    border: solid 1px rgba(0, 0, 0, .12);
    margin-bottom: 15px;
}

.graph-toggle-button {
    padding-left: 10px;
}

.graph-toggle-row {
    margin-bottom: 10px;
}

.additional_bucket {
    padding: 10px;
    margin-top: 10px;
    background-color: whitesmoke;
    cursor: pointer;
}

.additional_bucket_delete {
    float: right;
}

.table-elipse-content {
    display: block;
}

.ellipsis-single-cell-80pc {
    max-width: 1px;
    width: 60%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis-single-cell-40pc {
    max-width: 1px;
    width: 40%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis-single-cell-30pc {
    max-width: 1px;
    width: 30%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis-single-cell-20pc {
    max-width: 1px;
    width: 20%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis-single-cell-15pc {
    max-width: 1px;
    width: 15%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis-single-cell-10pc {
    max-width: 1px;
    width: 10%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.filebrowser-items::-webkit-scrollbar {
    display: none;
}

.filebrowser-items {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.permission-bubble {
    border: solid 1px #e5e5e5;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 5px;
    margin-right: 10px;
    display: flex;
}

.version-bubble {
    border: solid 1px #e5e5e5;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 5px;
    margin-right: 10px;
    display: flex;
}

.permission-bubble-role {
    float: right;
}

.permission-bubble-user {
    font-weight: 500;
    flex-grow: 1;
    align-content: center;
}

.notification-area {
    border-left: solid 3px whitesmoke;
    padding-left: 20px;
}

.notification-row {
    display: table-row;
    width: 100%;
    padding: 10px;
}

.notification-row-clickable {
    cursor: pointer;
}

.notification-row-time {
    display: table-cell;
    padding: 7px;
    white-space: nowrap;
}

.notification-row-message {
    display: table-cell;
}

.embedded-table-title {
    border-bottom: solid 1px whitesmoke;
    padding-top: 14px;
    padding-bottom: 9px;
}

.embedded-table {
    font-size: 12px;
    color: white;
    margin-bottom: 18px;
    margin-top: 18px;
    width: 50%;
}

.embedded-table td {
    border: solid 1px gray;
    padding: 7px;
}

.embedded-table td a {
    color: white;
    text-decoration: underline;
}

.job-tag {
    background-color: var(--movebot-gray);
    color: white;
    border-radius: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 7px;
    padding-left: 7px;
    display: inline;
    white-space: nowrap;
    margin-right: 5px;
}

.mui-row-bottom-border {
    border-bottom: solid 1px #E6E8E3;
    padding-bottom: 10px;
    padding-top: 5px;
}

.google_move_semantic_window {
    width: 100%;
    padding: 20px;
    background-color: whitesmoke;
    border-radius: 4px;
    margin-bottom: 20px;
}

.job_title_header_max_chars {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50ch;
}

.source-destination-header {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50ch;
    display: table-cell;
}

.job_title_arrow {
    margin-right: 5px;
    margin-left: 5px;
    display: table-cell !important;
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 10px;
}

.google_delegated_controls {
    padding: 19px;
    border: solid 1px whitesmoke;
}

.hoverable-table:hover {
    background: whitesmoke;
    cursor: pointer;
}

.search-wizard-container {
    padding: 10px !important;
}

.search-wizard-silder-button {
    color: #fff;
    background-color: #464a4f;
    border-color: #464a4f;
}

.search-wizard-silder {
}

.search-wizard-attributes {
    color: #000;
    width: 800px;
}

.search-wizard-button {
    float: right;
    padding-right: 10px;
}

.search-wizard-dropdown-large {
    width: 280px;
}

.search-wizard-dropdown-small {
    width: 100px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}

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

.slidecontainer {
    width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
    -webkit-appearance: none; /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 25px; /* Specified height */
    background: #d3d3d3; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
    margin-bottom: 7px;
}

/* Mouse-over effects */
.slider:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: #04AA6D; /* Green background */
    cursor: pointer; /* Cursor on hover */
}

.slider::-moz-range-thumb {
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: #04AA6D; /* Green background */
    cursor: pointer; /* Cursor on hover */
}

.performance_option_box {
    border: solid 1px whitesmoke;
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 12px;
    max-width: 800px;
}

.performance_option_box_title {
    margin-bottom: 6px;
}

.google_tickbox_option {
    padding: 15px;
    border-radius: 5px;
    border: solid 1px whitesmoke;
}

/*td .td-anchor {*/
/*    display: block;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    text-decoration: none !important;*/
/*    color: #000000 !important;*/
/*}*/

.performance-advisor {
    padding-left: 9px;
    padding-top: 10px;
}

.performance-table {
    width: 98%;
}

.performance-table-recommendation {
    padding: 10px;
    background-color: whitesmoke;
}

.performance-table-opts {
    padding: 10px;
    background-color: whitesmoke;
    white-space: nowrap;
}

.ok-color {
    background-color: #2196F3;
}

.issues-color {
    background-color: orange;
}

.performance-table-status-color {
    color: white;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 36px;
}

#account_cancel {
    color: #693d3d;
    line-height: 1.5;
    text-align: center;
    border: solid 2px #F5C6CB;
    background-color: #F8D7DA;
    border-radius: 3px;
}

#account_cancel p {
    margin-bottom: 10px;
}

#account_cancel a {
    color: #911414;
    text-decoration: underline;
}

#account_cancel_warning {
    font-size: 10px;
    margin: 10px;

}

.timeline-selected {
}

.transfer-browser-span {
    background: whitesmoke;
    display: block;
    border-radius: 11px;
    padding: 9px;
}

.jobinstance-timeline-wrapper {
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
}

.jobinstance-timeline-vertical-line-outer {
    background: linear-gradient(
            to right,
            transparent 0%,
            transparent calc(50% - 0.81px),
            #c0c0c0 calc(50% - 0.8px),
            #c0c0c0 calc(50% + 0.8px),
            transparent calc(50% + 0.81px),
            transparent 100%);
}

.jobinstance-timeline-vertical-line {
    background: linear-gradient(
            to right,
            transparent 0%,
            transparent calc(50% - 0.81px),
            #c0c0c0 calc(50% - 0.8px),
            #c0c0c0 calc(50% + 0.8px),
            transparent calc(50% + 0.81px),
            transparent 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.jobinstance-timeline-vertical-white-line-top {
    background: linear-gradient(to bottom,
    white 0%,
    white 50%,
    transparent 51%,
    transparent 100%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jobinstance-timeline-vertical-white-line-bottom {
    background: linear-gradient(to top,
    white 0%,
    white 50%,
    transparent 51%,
    transparent 100%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jobinstance-timeline-status-icon {
    display: flex;
    justify-content: center;
    background-color: white;
    padding: 15px 0;
    align-items: center;
}

.jobinstance-timeline-vertical-line-outer .status-icon {
    padding-left: 0;
}

.new-bordered-table-wrapper {
    border: solid 1px #e3e4e5;
    border-radius: 6px;
}

table.new-bordered-table {
    min-width: 100%;
}

.new-bordered-table tr {
}

.new-bordered-table td {
    border-top: solid 1px #e3e4e5;
    border-bottom: solid 1px #e3e4e5;

    height: 56px;
    font-size: 14px;
}

.new-bordered-table th {
    text-align: left;
    height: 56px;
    color: #63676d;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.new-bordered-table th {
    padding-left: 20px;
    padding-right: 20px;
}

.new-bordered-table td {
    padding-left: 20px;
    padding-right: 20px;
}

.table-title-item {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;

    color: black;
    text-decoration: none;
}

.table-title-item-tags {
    font-size: 15px;
    line-height: 16px;
    font-weight: 500;

    color: black;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    padding: 15px 0;
}

.table-data-item {
    font-size: 14px;
    line-height: 16px;
    color: black;
    text-decoration: none;
}

.no-decoration {
    text-decoration: none;
}

.no-decoration:hover {
    text-decoration: none;
    color: inherit !important;
}

.table-title-item:hover {
    text-decoration: none;
    color: black;
}

.simple-migrations-gone {
    background: whitesmoke;
    padding: 20px;
    border-radius: 6px;
}

.project-pill {
    -webkit-box-align: center;
    align-items: center;
    padding: 6px 10px;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    border-radius: 52px;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
    max-width: 100%;
    height: 28px;
    color: #63676d;
}

.store-error-pill * {
    border: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.store-failure-pill {
    margin: 0 10px 0 0;
}

.project-status-pill {
    -webkit-box-align: center;
    align-items: center;
    padding: 6px 10px;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    border-radius: 52px;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
    max-width: 100%;
    height: 28px;
    color: #63676d;
}

.jobs-table-status-pill {
    white-space: nowrap;
}

.stackable-pills .project-status-pill {
    margin: 3px 5px 3px 0;
    height: 33px;
    display: flex;
    gap: 4px;
}

.project-status-pill-alarm {
    color: red;
}

.large-pill {
    border: solid 1px #e3e4e5;
    padding: 40px;
    border-radius: 6px;
}

.recommendations-tracker-pill {
    min-height: 240px;
}

.large-pill-title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 16px;
    line-height: 24px;
}

.large-pill-fact {
    padding-bottom: 10px;
    color: #63676d;
    font-size: 14px;
    font-weight: 500;

}

.project-heading {
    text-overflow: ellipsis;
    width: 210px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    background: whitesmoke;
    padding-top: 5px;
    padding-bottom: 5px;
    /* padding: 5px; */
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    color: black;
}

.project-heading:hover {
    text-decoration: none;
    color: black;
}

.slash-char {
    background: whitesmoke;
    padding: 5px;
    border-radius: 6px;
}

.large-pill-fact-number {
    float: right;
}

.showing-detail {
    background: whitesmoke;
    border-radius: 6px;
    padding: 14px;
}


.cancel {
    animation: blinker 2s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}

.new-bordered-table tr:last-child td {
    border-bottom: none;
}

.next-action-pill {
    border: solid 1px gray;
}

.next-action-pill-description {
}

.next-action-pill-button {
    float: right;
}

.btn-green {
    background-color: #6ACC9F;
    color: black;
    border: none !important;
    font-weight: 600;
}

.btn-green:hover {
    background-color: #6ACC9F;
    color: black;
    border: none !important;
    font-weight: 600;
    cursor: pointer;
}

.btn-primary {
    -webkit-appearance: none;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #bdc3c7;
    box-sizing: border-box;
    color: #464a4f;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    letter-spacing: .035em;
    line-height: 10px;
    margin: 5px;
    padding: 10px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    -webkit-transition: border-color .15s linear, box-shadow .15s linear, background-color .15s linear;
    transition: background-color .05s ease-in-out, border-color .05s ease-in-out;
    vertical-align: top;
    white-space: nowrap;
    zoom: 1;
    background-color: #2196F3;
    border-color: #2196F3;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.btn-primary:hover {
    cursor: pointer;
    color: white;
    text-decoration: none;
}

.star-icon-column {
    width: 1%;
    padding-right: 0 !important;
}

.star-icon-column .star-icon {
    cursor: pointer;
}

.star-icon.on {
    color: orange;
}

.star-icon.off {
    color: gray;
}

.sortable-column {
    cursor: pointer;
    display: flex;
    gap: 5px;
    align-items: center;
}

.sortable-column-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 12px;
}

.sortable-column-icon i {
    height: 2px;
}

.authy_qr_code {
    border: solid 1px #e1e1e1;
    border-radius: 6px;
    margin-top: 20px;
}

.mspbadge_icon {
    height: 27px;
    display: inline-block;
    padding-left: 10px;
}

.mspbadge {
    display: inline-block;
}

.path-hint {
    background: whitesmoke;
    padding: 8px;
    border-radius: 6px;
    text-wrap: nowrap;
    line-height: 43px;
}

.form_section_new {
    border: solid 1px #e1e1e1;
    border-radius: 6px;
    width: 900px;
    margin: 0px auto;
    margin-bottom: 50px;
}

.network_share_form_section {
    border: solid 1px #e1e1e1;
    border-radius: 6px;
}

.network_share_form_section_new_body_inner_row_input_field {
    padding: 16px;
}

.form_section_new_max_width {
    width: inherit !important;
}

.form_section_new_title_block {
    padding: 20px;
    border-bottom: solid 1px #e1e1e1
}

.form_section_new_body {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
}

.form_section_new_body_no_padding {
}

.form_section_new_title_block .form_section_title {
    font-size: 17px;
}

.form_section_new_title_block .form_section_description {
    width: inherit;
}

.form_section_new_body_inner_row {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;

    border-bottom: solid 1px #e1e1e1;
}

.form-field-tickbox {
    align-content: center;
    display: table-cell;
    vertical-align: middle;
}

.form_section_new_body_inner_row_input_field {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 50px;
    border-bottom: solid 1px #e1e1e1;
}

.form_section_new_body_inner_row_input_field_no_bottom_border_middle_padding {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

.form-field-horizontal-info {
    margin-top: 30px;
    max-width: 800px;
    display: table-cell;
    padding-left: 24px;
}

.option-field-selectbox {
    align-content: center;
    display: table-cell;
    vertical-align: middle;
    padding-right: 24px;
}

.option-field-selectbox select {
    min-width: 200px;
}

.option-field-description {
    margin-top: 30px;
    max-width: 800px;
    display: table-cell;
}

.jobtableview__pagination_container {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    gap: 15px;
}

.jobtableview__pagination_container_right {
    padding-top: 13px;
    gap: 15px;
    display: flex;
    align-items: center
}


.jobtableview__tool_table_row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    flex-wrap: wrap;
}

.jobtableview__tool_table_row_left {
    display: flex;
    align-items: center;
}

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

.insight-bubble {
    border-radius: 6px;
    padding: 19px;
    margin-bottom: 20px;
    background: whitesmoke;
}

.insight-bubble-item {
    display: inline-block;
    padding-right: 10px;
}

.insight-bubble-item-highlight {
    background: #4EC288;
    color: white;
    border-radius: 15px;
    padding: 6px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bolder;
    font-weight: 600;
    margin-right: 5px;
    margin-left: 5px;
}

.insight-bubble-item-highlight-red {
    background: red;
    color: white;
    border-radius: 15px;
    padding: 6px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bolder;
    font-weight: 600;
    margin-right: 5px;
    margin-left: 5px;
}

.explorer-link {
    background: #4EC288;
    color: white;
    border-radius: 15px;
    padding: 6px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bolder;
    font-weight: 600;
}

.subscription_type {
    border: solid 2px #262626;
    border-radius: 3px;
    margin-bottom: 12px;
}

.subscription_top {
    padding: 15px;
    background: #262626;
    color: white;
}

.insight-menu {
    border: solid 1px #d0d7de;
    border-radius: 4px;
}

.insight-menu-item {
    border-bottom: solid 1px #d0d7de;
    padding: 11px;
}

.subscription_title {
    font-size: 15px;
    display: inline-block;
    font-weight: 700;
}

.subscription_price {
    float: right;
    background: white;
    color: black;
    padding: 4px;
    border-radius: 6px;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 5px;
}

.subscription_description {
    padding: 20px;
}

.selected_subscription i {
    color: green !important;
}

.subscription_price i {
    color: whitesmoke;
    padding-right: 10px;
}

.subscription_price {
    cursor: pointer;
}

.selected_subscription {
    font-weight: 600;
}

.subscription_top {
    padding-bottom: 22px;
}

.feature-pill {
    display: inline-block;
    background: white;
    border: solid 1px black;
    border-radius: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-right: 10px;
    margin-top: 10px;
}

.light-box {
    border: solid 1px whitesmoke;
    padding: 23px;
}

.padded-out {
    padding: 17px;
}

.navigator-breadcrumb-container {
    width: max-content;
    padding-right: 40px;
}

.navigator-breadcrumb-container-file-explorer {
    padding-top: 18px;
}

.navigator-breadcrumb-container .pill-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.navigator-breadcrumb-container .pill-container .pill {
    width: max-content;
    background: whitesmoke;
    padding: 4px 10px;
    border-radius: 100px;
    border: none;
}

.navigator-breadcrumb-container .pill-container .pill .bold {
    font-weight: bold;
}

.cost-insights-pie-graphs {
    display: flex;
    justify-content: center;
}

.form_section_new_no_set_width {
    width: 100% !important;
}

.huge_metric_metric {
    font-size: 42px;
}

.huge_metric_desc {
    background: whitesmoke;
    padding: 5px;
    border-radius: 6px;
    color: black;
    font-weight: 500;
}

.sharing_table_filters {
    margin-bottom: 10px;
}

.start-scan-btn {
    display: flex;
    align-items: center;
}

.report-desc-icon {
    padding-right: 16px;
}

.upgrade-trial-button {
    border-radius: 4px;
    background-color: #2196F3;
    padding: 8px 12px;
}

.upgrade-trial-button:hover {
    cursor: pointer;
}

.upgrade-trial-button i {
    margin-right: 4px;
}

.flex-right-middle {
    display: flex;
    width: 100%;
    justify-content: end;
    align-items: center;
    column-gap: 10px;
}

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

.no-width {
    width: 0;
}

.add-storage-block {
    width: 40%;
    min-width: 720px;
    z-index: 2000;
    position: fixed;
    background-color: white;
    right: 0;
    border-left: solid 1px whitesmoke;
    padding: 24px;
    bottom: 0px;
    top: 70px;
    box-shadow: 0 0 1px rgb(0 0 0 / 10%), 0 5px 24px rgb(0 0 0 / 32%);
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
}

.add-storage-block-bigger {
    width: 60%;
    z-index: 2000;
    position: fixed;
    background-color: white;
    right: 0;
    border-left: solid 1px whitesmoke;
    padding: 24px;
    bottom: 0px;
    top: 70px;
    box-shadow: 0 0 1px rgb(0 0 0 / 10%), 0 5px 24px rgb(0 0 0 / 32%);
}

.storage-block-container {
    height: 80%;
    overflow-y: scroll;
}

.storage-block-button-section {
    position: fixed;
    width: 40%;
    min-width: 720px;
    right: 0;
    bottom: 0;
    z-index: 2000;
    background: white;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 13px;
}

.btn-primary-padded-top {
    margin: 12px 0 0 0 !important;
}

.text-red {
    color: red;
}

.bucket-info-container {
    margin: 10px 0 0 0;
    padding: 10px 0;
}

.bucket-info-container .info-line {
    margin: 6px 0;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
}

.bucket-info-container .info-line i {
    margin: auto 0;
    padding-right: 6px;
}

.bucket-info-container .info-line .pill {
    width: max-content;
    background: whitesmoke;
    padding: 5px 12px;
    border-radius: 100px;
    border: none;
}

.bucket-info-container .info-line .pill .left-padding {
    padding-left: 4px;
}

.bucket-info-container .info-other {
    padding-top: 6px;
}

.bucket-info-container h3 {
    padding: 30px 0 0 0;
}

.bucket-info-container h3:first-child {
    padding: 0;
}

.hoverable-table .pill {
    width: max-content;
    background: whitesmoke;
    padding: 2px 10px;
    border-radius: 100px;
    margin-right: 4px;
}

.lower-navbar {
    border-bottom: solid 1px #E6E8E3;
}

.lower-navbar-left {
    padding-top: 20px;
    padding-bottom: 18px;
    display: inline-block;
}

.lower-navbar-left a {
    color: black;
    padding-left: 10px;
}

.lower-navbar-right {
    float: right;
    padding-top: 20px;
}

.lower-navbar-link {
    margin-left: 10px;
}

.lower-navbar-link-selected {
    font-weight: 600;
}

.scan-insight-bubble {
    border: solid 1px var(--movebot-gray);
    border-radius: 15px;
    padding: 6px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bolder;
    font-weight: 600;
    margin-right: 5px;
    margin-left: 5px;
}

.add-transfer-window {
    width: 60%;
    z-index: 2000;
    position: fixed;
    background-color: white;
    right: 0;
    border-left: solid 1px whitesmoke;
    padding: 16px 24px 24px 24px;
    bottom: 0px;
    top: 70px;
    box-shadow: 0 0 1px rgb(0 0 0 / 10%), 0 5px 24px rgb(0 0 0 / 32%);
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
}

.transfer-timeline-window-small {
    min-width: 750px;
    width: 40%;
    z-index: 2000;
    position: fixed;
    background-color: white;
    right: 0;
    border-left: solid 1px whitesmoke;
    padding: 16px 24px 24px 24px;
    bottom: 0px;
    top: 70px;
    box-shadow: 0 0 1px rgb(0 0 0 / 10%), 0 5px 24px rgb(0 0 0 / 32%);
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
}

.add-transfer-window-button-section {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 2000;
    background: white;
    padding-bottom: 13px;
}

.add-transfer-source-dest-container {
    max-height: 80%;
    overflow-y: scroll;
    padding-bottom: 60px;

    padding-top: 10px;
}

.add-transfer-window .edit-link {
    font-weight: normal;
    padding-left: 8px;
}


.add-transfer-window .pill-container {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.add-transfer-window .pill {
    display: flex;
    align-items: center;
    gap: 5px;
    border: none;
    padding: 5px 10px;
    border-radius: 16px;
    background-color: whitesmoke;
}

.add-transfer-window .source-list-container {
    border-bottom: 1px solid whitesmoke;
    padding-bottom: 4px;
}

.file-explorer-pill {
    border: none;
    padding: 5px 10px;
    border-radius: 16px;
    background-color: #464a4f;
    font-size: 11px;
    color: white;
}

.file-explorer-pill:hover {
    background-color: black;
}


.file-explorer-checkbox {
    margin-top: 0px !important;
}

.connect-storage-buttons {
    margin-right: 10px !important;
}

::-webkit-scrollbar {
    display: none;
}

.connection-details-box {
    overflow-y: scroll;
    overflow-x: hidden;
}

.connection-online-box {
    height: max-content;
}

.browsing-files {
    color: black;
    background: whitesmoke;
    padding: 7px;
    font-weight: bolder;
    display: inline-block;
    margin-left: 10px;
}

.child-issue-pill {
    padding: 9px 17px;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    border-radius: 52px;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
    display: inline-block;
    color: #63676d;
    margin-right: 10px;
}

.margin-bottom-pill {
    margin-bottom: 10px;
}

.checkbox-row {
    padding: 10px;
    border: solid 1px whitesmoke;
    background: whitesmoke;
}

.checkbox-row span {
    margin-left: 10px;
}

.ignore-files-popout {
    width: 60%;
    z-index: 2000;
    position: fixed;
    background-color: white;
    right: 0;
    border-left: solid 1px whitesmoke;
    padding: 24px;
    bottom: 0px;
    top: 70px;
    box-shadow: 0 0 1px rgb(0 0 0 / 10%), 0 5px 24px rgb(0 0 0 / 32%);
}

.ignore-files-popout-button-section {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 2000;
    background: white;
    padding-bottom: 13px;
}

.flex {
    display: flex;
    margin-left: 10px;
}

.window-popout-content-options-container {
    overflow: hidden;
}

.window-popout-content-options {
    margin-top: -30px;
    overflow-y: scroll;
    height: 100%;
}

.destination-mapping-option-button {
    display: inline-block;
    background: white;
    border: solid 1px whitesmoke;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 16px;
    margin-right: 12px;
    padding: 28px;
    width: 48%;
}

.destination-mapping-option-button-desc {
    font-size: 13px;
    font-weight: 300;
    padding-top: 4px;
}

.mapping-container-overflow {
    height: 100%;
    overflow-y: scroll;
}

.mapping-container {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    height: max-content;
    max-height: 300px;
    overflow-y: scroll;
}

.mapping-container .pill {
    width: max-content;
    background: whitesmoke;
    padding: 4px 10px;
    border-radius: 100px;
    border: none;
    height: 30px;
}

.failed-sources-mapped {
    margin-left: 4px;
}

.source-scan-dropdown {
    padding: 0 !important;
    margin: -5px 0px 0px 0px !important;
    vertical-align: top;
}

.filter-row-flex {
    display: flex;
    padding: 5px 0px;
}

.add-transfer-folder-list {
    margin-top: 16px;
    height: max-content;
    max-height: 225px;
    overflow-y: scroll;
}

.add-transfer-folder-list table {
    width: 100%;
}

.add-transfer-folder-list .row {
    font-weight: 400;
    font-size: 16px;
}

.add-transfer-folder-list .row hr {
    margin: 12px 0;
}

.placeholder-text-large {
    font-weight: 500;
    font-size: 18px;
    color: #262626;
    margin-bottom: 10px;
}

.placeholder-text-small {
    font-weight: 400;
    font-size: 14px;
    color: #262626;
}

.placeholder-image-container {
    margin-bottom: 20px;
}

.placeholder-container {
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    border: solid 1px rgb(232, 237, 235);
}

.placeholder-row-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.placeholder-button-container {
    margin-top: 25px
}

.jobtableview-placeholder-container {
    display: flex;
    justify-content: space-evenly;
    padding-top: 30px;
    padding-bottom: 30px;
}

.dual-placeholder-container {
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
}

.dual-placeholder-container-button {
    margin-bottom: 80px;
    margin-top: 25px;
}

.dual-placeholder-container-button-alt {
    margin-bottom: 20px;
    margin-top: 25px;
}

.dual-placeholder-divider {
    width: 1px;
    background-color: #e3e4e5;
}

.step {
    margin-bottom: 45px;
}

.step-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 13px;
    border-bottom: solid 1px whitesmoke;
    padding-bottom: 9px;
}

.step-body {

}

.step-number {
    background: whitesmoke;
    padding: 7px;
    margin: 3px;
    border-radius: 6px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 6px;
}

.step-active {
    background: #CDE2D6;
}

.step-inactive {

}

.reporting__tool_table_row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    flex-wrap: wrap;
}

.td-row-min-height {
    min-height: 55px;
}

.row-long-arrow-direction-right {
    background-color: whitesmoke;
    padding: 10px;
    border-radius: 6px;
}

.transfers__discovery_scan_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 280px;
}

.transfers__discovery_scan_container a {
    margin-top: 25px;
}

.transfers__discovery_scan_info_container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 280px;
}

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

.transfers__discovery_scan_info_tittle {
    font-size: 20px;
    font-weight: 600;
    align-items: center;
}

.transfers__discovery_scan_info_fact {
    color: #63676d;
    font-size: 14px;
    font-weight: 500;
}

.transfers__mapped_content_container {
    display: flex;
    gap: 8px;
    height: 36px;
    width: 250px;
}

.transfers__mapped_content {
    background-color: #1e80f0;
}

.transfers__unmapped_content {
    background-color: #df3b49;
}

.transfers__mapped_content_loading {
    background-color: var(--movebot-gray);
    width: 250px;
    height: 36px;
}

.transfers__mapped_content_label_container {
    padding: 5px 0px;
    display: flex;
    justify-content: center !important;
    align-items: center;
    color: white;
    flex-direction: column;
}

.transfers__mapped_content_label_container label {
    font-size: 10px
}


.transfers__discovery_scan_error_message {
    font-weight: 600;
}

.break-word {
    word-break: break-word;
}

.snapshot-heading {
    text-overflow: ellipsis;
    width: max-content;
    max-width: 280px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    background: whitesmoke;
    padding-top: 5px;
    padding-bottom: 5px;
    /* padding: 5px; */
    font-weight: 700;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    color: black;
}

.snapshot-heading:hover {
    text-decoration: none;
    color: black;
}

.task-create-box {
    width: 400px;
}

.task-create-box .top-half {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 1px solid lightgrey;
    padding: 20px 0;
}

.task-create-box .bottom-half {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    padding: 20px;
    text-align: left;
    height: 225px;
    position: relative;
}

.flex-task-boxes {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    column-gap: 20px;
}

.bottom-left {
    position: absolute;
    bottom: 20px;
}

.task-job-tag-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 220px;
    margin-top: 6px;
}

.task-job-tag {
    background-color: whitesmoke;
    padding: 4px 11px;
    font-weight: 400;
    border-radius: 6px;
    font-size: 14px;
}

.task-tag-container {
    display: flex;
    gap: 10px;
}

.task-tag {
    background-color: whitesmoke;
    padding: 6px 8px;
    text-wrap: nowrap;
}

.tag-pill-container {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 30px;
}

.tag-pill {
    background: whitesmoke;
    padding: 2px 10px;
    font-weight: 400;
    border-radius: 12px;
}

.pointer:hover {
    cursor: pointer;
}

.task-title {
    text-wrap: nowrap;
    width: max-content;
    max-width: 20%;
}

.viewing-snapshot-title {
    margin: 6px 0 19px 5px;
    font-weight: 700;
    font-size: 14px;
}

.HW_badge {
    position: inherit !important;
}

.HW_badge_cont {
    position: inherit !important;
    display: inherit !important;
    height: inherit !important;
    width: inherit !important;
}

.flex-pill {
    border: solid 1px #e3e4e5;
    padding: 40px;
    border-radius: 6px;
    display: flex;
}

.flex-pill-image {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    margin-right: 50px;
}

.flex-pill-body {
    display: flex;
    flex-direction: column;
    flex-shrink: 1;
    max-width: 100%;
    justify-content: center;
    margin-right: auto;
    min-width: 0;
}

.fill-button {
    padding-top: 12px;
    padding-bottom: 12px;
}

.test-buttons-container {
    padding: 8px;
    border: 1px solid whitesmoke;
    margin: 16px 0;
    display: flex;
    justify-content: space-between;
}

.test-buttons {
    display: flex;
}

.test-upload-btn {
    width: max-content;
}

.test-buttons-description {
    height: max-content;
    margin: auto 0;
    padding-left: 12px;
    font-size: 14px;
    font-weight: 500;
}

.btn-mini-options {
    -webkit-appearance: none;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #bdc3c7;
    box-sizing: border-box;
    color: #464a4f;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    letter-spacing: .035em;
    line-height: 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    -webkit-transition: border-color .15s linear, box-shadow .15s linear, background-color .15s linear;
    transition: background-color .05s ease-in-out, border-color .05s ease-in-out;
    vertical-align: top;
    white-space: nowrap;
    zoom: 1;
    padding: 4px;
}

.form_section_new_body_inner_row_input_field {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 50px;
    border-bottom: solid 1px #e1e1e1;
}

.form_section_new_body_inner_row_input_field_no_border {
    padding: 5px 50px 5px 25px;
}

.hidden-dropdown {
    visibility: hidden;
}

.filebrowser-folder:hover > .hidden-dropdown {
    visibility: visible;
}

.connection-title {
    font-weight: 600;
    font-size: 14px;
    background: whitesmoke;
    width: max-content;
    padding: 6px 11px;
}

.tips-modal {
    background: whitesmoke;
    padding: 16px;
    margin-bottom: 30px;
}

.oauth-connected-title {
    height: max-content;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 10px;
}

.edit-storage-footer-buttons {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.connection-status {
    margin-top: auto;
    margin-bottom: auto;
    height: max-content;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    padding-left: 4px;
}

.connection-status-container {
    display: flex;
    width: max-content;
    gap: 14px;
}

.connection-status-error {
    margin-top: 14px;
    width: max-content;
    max-width: 100%;
    border: 1px rgba(230, 50, 37, 0.5) solid;
    border-radius: 5px;
    padding: 10px;
    background: rgba(230, 50, 37, 0.1);
}

.view-more-error-button {
    padding-top: 10px;
    float: right;
}

.add-transfer-source-dest-container .top-options {
    padding-top: 12px;
}

.add-transfer-source-dest-container .top-options-smaller {
    padding-top: 4px;
}

.padded-square {
    padding-top: 3px;
    padding-bottom: 5px;
}

.middle-icon {
    padding-left: 8px;
    padding-right: 8px;
}

.error-view-job-tab {
    color: black;
    background: whitesmoke;
    padding: 7px;
    padding-left: 12px;
    padding-right: 12px;
    display: inline-block;
    border-radius: 6px;
    margin-right: 10px;
}

.transfer-arrow-box {
    margin-left: 10px;
    margin-right: 10px;
    color: black;
    background: whitesmoke;
    padding: 4px;
    padding-left: 4px;
    padding-right: 4px;
    display: inline-block;
    border-radius: 6px;
}

.destination-filename {
    color: gray;
    font-size: 12px;
}

.connection-test-and-status {
    display: flex;
    gap: 10px;
}

.job-raw-error-block {
    margin-top: 10px;
}

.job-raw-error-block-title {
    margin-top: 25px;
}

.attendee-mappings-container {
    max-height: 182px;
    overflow-y: scroll;
}

.zero-mappings-configured-title {
    font-style: italic;
}

.attendee-mapping-description {
    padding-top: 6px;
}

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

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

.delete-event-attendee-mapping-button {
    color: #1e80f0;
}

.delete-event-attendee-mapping-button:hover {
    cursor: pointer;
}

.filebrowser-item {
    display: flex;
    word-break: break-word;
}

.error-details-nav-container {
    margin-bottom: 16px;
}

.education-info-box {
    width: 100%;
    height: max-content;
    padding: 14px;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid #3d3d3d;
}

.education-info-box:hover {
    background: whitesmoke;
}

.education-info-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-bottom: 16px;
    max-height: 85%;
    overflow-y: scroll;
}

.education-info-box .education-title {
    font-weight: 600;
    font-size: 15px;
}

.education-info-box .education-description {
    padding-top: 5px;
    display: block;
    font-weight: 300;
}

.education-markdown {
    max-height: 75%;
    overflow-y: scroll;
}

.education-markdown .gitbook-info {
    color: white;
    padding: 16px;
    display: flex;
    height: max-content;
    align-items: center;
    column-gap: 16px;
    margin-bottom: 10px;
    background: #6d6d6e;
}

.education-markdown .gitbook-success {
    color: white;
    padding: 16px;
    display: flex;
    height: max-content;
    align-items: center;
    column-gap: 16px;
    margin-bottom: 10px;
    background: #196907;
}

.education-markdown .gitbook-warning {
    color: white;
    padding: 16px;
    display: flex;
    height: max-content;
    align-items: center;
    column-gap: 16px;
    margin-bottom: 10px;
    background: #f28227;
}

.education-markdown .gitbook-danger {
    color: white;
    padding: 16px;
    display: flex;
    height: max-content;
    align-items: center;
    column-gap: 16px;
    margin-bottom: 10px;
    background: #9e0505;
}

.education-markdown .gitbook-info p {
    margin: 0 !important;
}

.education-markdown .gitbook-success p {
    margin: 0 !important;
}

.education-markdown .gitbook-warning p {
    margin: 0 !important;
}

.education-markdown .gitbook-danger p {
    margin: 0 !important;
}

.education-markdown h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px !important;
    font-weight: 600 !important;
}

.education-markdown h1 {
    margin-top: 10px !important;
    font-size: 1.7em !important;
}

.education-markdown h2 {
    margin-top: 20px !important;
    font-size: 1.4em !important;
}

.education-markdown h3 {
    margin-top: 20px !important;
    font-size: 1.17em !important;
}

.education-markdown h4 {
    margin-top: 20px !important;
    font-size: 1em !important;
}

.education-markdown h5 {
    margin-top: 20px !important;
    font-size: .8em !important;
}

.education-markdown h6 {
    margin-top: 20px !important;
    font-size: .6em !important;
}

.gitbook-content h1 {
    margin: 0px 0px 10px 0px !important;
}

.gitbook-content h2 {
    margin: 0px 0px 10px 0px !important;
}

.gitbook-content h3 {
    margin: 0px 0px 10px 0px !important;
}

.gitbook-content h4 {
    margin: 0px 0px 10px 0px !important;
}

.gitbook-content h5 {
    margin: 0px 0px 10px 0px !important;
}

.gitbook-content h6 {
    margin: 0px 0px 10px 0px !important;
}

.education-markdown table tr {
    border-bottom: 2px solid #6d6d6e;
}

.education-markdown table {
    border: none;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 30px;
}

.education-markdown table td {
    border-left: 2px solid #6d6d6e;
    border-right: 2px solid #6d6d6e;
    padding: 6px 10px;
}

.education-markdown table td:first-child {
    border-left: none;
}

.education-markdown table td:last-child {
    border-right: none;
}

.education-markdown table th {
    border-left: 2px solid #6d6d6e;
    border-right: 2px solid #6d6d6e;
    padding: 6px 10px;
    font-weight: normal;
}

.education-markdown table th:first-child {
    border-left: none;
}

.education-markdown table th:last-child {
    border-right: none;
}

.education-markdown pre {
    background-color: #464a4f;
    padding: 13px;
    margin-bottom: 15px;
    margin-right: 10px;
    color: white;
    border-radius: 3px;
    overflow-y: scroll;
    height: max-content;
    width: 100%;
    /*max-height: 80%;*/
    overflow-x: scroll;
}

.education-markdown figure img {
    width: 100%;
}

.error-tracker-cannot-find-documentation {
    background: whitesmoke;
    padding: 22px;
    width: max-content;
    margin-top: 28px;
}

.popup-modal-save-cancel-buttons {
    text-align: right;
    margin-top: 50px;
}

.popup-container {
    position: fixed !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2000;
}

.popup-container .popup {
    opacity: 100% !important;
    min-width: 470px;
    min-height: 200px;
    width: max-content;
    max-width: 50%;
    height: max-content;
    margin-left: auto;
    margin-right: auto;
    background: white;
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    border: 1px solid #4a4a4a;
    border-radius: 12px;
    padding: 30px;
    max-height: 70%;
    overflow-y: scroll;
    top: 50%;
}

.popup-option-row-container {
    display: flex;
    gap: 16px;
    overflow-y: scroll;
    flex-direction: column;
}

.popup-option-row-container .popup-option-row {
    text-align: left;
    align-items: center;
    cursor: pointer;
    padding: 14px 20px;
    border: 1px solid black;
    border-radius: 10px
}

.time-selection-title {
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 30px;
    display: block;
}

.time-selection-subtitle {
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 30px;
}

.time-selection-title-less-padding {
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 6px;
    display: block;
}

.popup-option-row-container .popup-option-row .option-title {
    font-weight: 500;
}

.popup-option-row-container .popup-option-row .option-title-container {
    width: max-content;
    min-width: 50px;
    margin-right: 12px;
    padding-right: 12px;
    padding-bottom: 6px;
}

.chevron-splitter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-right: 20px;
}

.time-selection {
    margin-top: 20px;
}

.time-selection-less-padding {
    margin-top: 6px;
}

.selected-option {
    background-color: whitesmoke;
    border-color: #2196F3;
}

.schedule-time-title {
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
}

.schedule-time-title-error {
    display: block;
    margin-bottom: 16px;
    font-weight: 500;
    color: red;
}

.days-in-the-past-desc {
    display: block;
    margin-top: 26px;
    margin-bottom: 4px;
    font-weight: 400;
    max-width: 90%;
}

.csv-mapping-table-button {
    opacity: 100 !important;
    margin-left: 0px !important;
    margin-right: 20px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.mapping-table-desc {
    font-size: 14px;
    margin-right: 22px;
    display: block;
    background: whitesmoke;
    border-radius: 6px;
    width: max-content;
    padding: 6px 10px;
    font-weight: 500;
}

.download-cursor:hover {
    cursor: pointer;
    font-weight: 500;
}

.csv-dropdown-options-container {
    display: flex;
    align-items: center;
}

.deleted-metadata-warning {
    background-color: whitesmoke;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    font-weight: 500;
}

.transfers-mappings-container {
    display: grid;
    grid-template-columns: 45% 45%;
    gap: 50px;
    align-items: center;
    padding: 30px 0px;
}


.transfers-mappings-container.recommended-steps {
    border-bottom: 1px solid gray;
}


.transfers-mappings-container .item {
    border: 1px solid black;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 20px;
    position: relative;
}

.transfers-mappings-container .item .recommended-label {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #48bc87;
    color: white;
    border-top-left-radius: 10px;
    padding: 3px;
    border-bottom-right-radius: 5px;
    font-size: 10px;
}

.transfer-mapping-inner {
    padding-left: 22px !important;
    padding-right: 22px !important;
    padding-top: 7px !important;
}

.transfer-mapping-inner-border-right {
    border-right: solid 1px whitesmoke;
}

.no-background {
    background-color: inherit;
}

.transfer-type-selections .item {
    text-align: left;
    align-items: center;
    cursor: pointer;
    padding: 14px 20px;
    border: 1px solid black;
    border-radius: 10px;
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.transfer-type-selections .item-light-border {
    text-align: left;
    align-items: center;
    cursor: pointer;
    padding: 14px 20px;
    border: 1px solid var(--movebot-gray);
    border-radius: 10px;
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.transfer-type-selections .image {
    padding: 10px;
    border-radius: 6px;
    background: whitesmoke;
}

.transfer-type-selections .body {
    flex-grow: 1;
}

.transfer-type-selections .body .title {
    display: block;
    width: max-content;
    margin-right: 12px;
    padding-right: 12px;
    padding-bottom: 6px;

    font-weight: 500;
}

.transfer-type-selections .body .description {
    display: block;
}

.transfers-mappings-container .item:hover {
    background-color: whitesmoke;
    cursor: pointer;
}

.autocomplete {
    position: relative;
}

.autocomplete-input {
    padding: 4px;
    width: 100%;
}

.autocomplete-items {
    position: absolute;
    border-bottom: 1px solid #d4d4d4;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;

    overflow: scroll;
    max-height: 200px;
}

.autocomplete-loading {
    position: absolute;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    cursor: default;
    border: 1px solid #d4d4d4;
    border-top-style: none;
    padding: 5px;
}

.autocomplete-loading:hover {
    background-color: white;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: #2196F3 !important;
    color: #ffffff;
}

.autocomplete-active-disabled {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #2196F3;
}


.autocomplete-item-disabled {
    background-color: #ececec !important;
    cursor: none;
}

.autocomplete-item-disabled:hover {
    background-color: #E5E4E2 !important;
    cursor: none;
}

.user-mapping-button {
    min-width: 76px;
}

.notification-message {
    opacity: 0;
    border-radius: 4px;
    padding-left: 15px;
    margin-right: 15px;
    display: flex;
    background-color: #23c552;
    height: 50px;
    gap: 10px;
    color: white;
    align-items: center;
    font-size: 16px;
    transition: opacity 0.5s;
    position: absolute;
    top: 5px;
    width: -webkit-fill-available;
    z-index: -1;
}

.notification-message.error {
    background-color: #ff0f0f;
}

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

.flex-table.checkboxes {
    gap: 15px;
}

.flex-table .row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
    padding-bottom: 8px;
}

.flex-table .row.centered {
    justify-content: center;
}

.flex-table .row.border_bottom {
    border-bottom: solid 1px whitesmoke;
}

.flex-table .row .hidden-action {
    opacity: 0;
}

.flex-table .row:hover .hidden-action {
    opacity: 1;
}

.flex-table .item {
    flex-grow: 1;
    max-width: 520px;
}


.flex-table .header {
    color: #63676d;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
}

.editable_input label {
    color: #383838;
}

.editable_input small {
    color: #333333;
    font-weight: 500;
    font-style: italic;
}

.editable_input.flex_container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.editable_input.flex_container.flex-grow > * {
    flex-grow: 1;
}

.editable_input .label_pill {
    font-size: 8px;
    padding: 3px 5px;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    border-radius: 52px;
    white-space: nowrap;
    width: fit-content;
}

.automap-pill {
    display: flex;
    border: solid 1px whitesmoke;
    border-radius: 6px;
    padding: 10px;
    align-items: center;
}

.horizontal-margin-small {
    margin: 0 5px;
}

.a-no-styling, .a-no-styling:hover {
    text-decoration: none;
    color: inherit;
}

.error-table-selector {
    text-align: left;
    margin: 0;
}

.table-view-selector {
    display: inline-grid;
    color: #445d6e;
    text-decoration: none;
    padding: 10px 20px 5px 2px;
    font-weight: 400;
    margin: 20px 10px 0 10px;
}

.table-view-selector:hover {
    text-decoration: none;
    color: black;
}

.table-view-selector-selected {
    border-bottom: 2px solid black;
    font-weight: 600;
    color: black;

}

.error-table-load-more {
    text-align: left;
    font-weight: 400;
}

.error-grouping-table-actions {
    padding: 10px 0;
}

.recommend-grouping-table {
    border-radius: 5px;
    padding: 15px;
    border: solid 1px #e3e4e5;
    width: calc(50% - 15px);
    display: flex;
}

.recommend-grouping-table-error-icon {
    align-content: center;
    padding: 0 20px 0 5px;
}

.add-transfer-window:has(.document-library-view-checkboxes-container) {
    overflow-y: visible;
}


.document-library-view-checkboxes-container {
    max-height: 20%;
    overflow-y: scroll;
}

@media only screen and (min-height: 1100px) {
    .document-library-view-checkboxes-container {
        max-height: 30%;
    }
}

.document-library-view-steps-container .small-column {
    width: 20px;
}

.document-library-view-steps-container .status {
    color: #2196F3
}

.document-library-view-steps-container {
    padding-top: 10px;
    padding-bottom: 20px;
}

.small-verticle-margin {
    margin: 5px 0 5px 0;
}

.projects {
    flex-grow: 1
}

.expanded {
    min-width: 250px;
}

.projects-sidebar {
    border-right: solid 1px #e3e4e5;
    margin-top: 20px;
    padding: 15px 15px 50px 15px;
}

.side-bar-title {
    margin-top: 7px;
    display: flex;
    gap: 5px;
    height: 23px;
    /*justify-content: flex-end;*/
    float: right;
}

.side-bar-title button {
    background: none;
    border: none;
    padding: 5px;
}

.add-tag-to-project {
    height: 55px;
}

.projects-add-tag {
    margin-left: 0;
}

.add-tag-to-project-title {
    font-weight: 600;
    margin-bottom: 10px;
}

.add-tag-to-project-input input {
    width: 200px;
    margin-right: 10px;
    border: none;
    outline: none;
    box-shadow: none;
}

.add-tag-to-project-input .fake-input-box {
    width: 240px;
    border: 1px solid black;
    border-radius: 3px;
    margin: 5px 0;
    display: flex;
    align-items: center;
    height: 32px;
}

.selectable-add-tag-row {
    margin: 5px 0;
}

.selectable-add-tag-row input {
    margin-right: 5px;
}

.scrollable-selectable-tags {
    max-height: 300px;
    overflow-y: scroll;
    margin-bottom: 20px;
}

.add-tag-help-message {
    font-weight: 400;
    font-size: 10px;
    margin: 0 0 10px 0;
}

.add-tag-err-msg {
    font-weight: 600;
    font-size: 12px;
}

.clickable-tag {
    margin: 7px 0;
    font-weight: 500;
    padding: 5px 10px;
}

.clickable-tag:hover {
    cursor: pointer;
}

.tags-loading {
    margin: 7px 0;
    font-weight: 500;
    padding: 5px 10px;
}

.clickable-tag-selected {
    background: whitesmoke;
    border-radius: 4px;
}

.clickable-tag a {
    text-decoration: none;
    color: black;
}

.clickable-tag a:hover {
    color: black;
}

.stackable-pills {
    display: flex;
    flex-wrap: wrap;
}

.rotated-tag-icons {
    transform: rotate(135deg);
    margin-right: 5px;
}

.projects-container {
    padding: 15px 15px 0 15px;
}

.projects-page-container {
    margin: 0 auto;
    background: white;
    display: flex;
    margin-bottom: 50px !important;
}

.medium-horizontal-margin {
    margin: 0 15px;
}

.create-new-tag {
    margin-bottom: 10px;
}

.movebot-green {
    color: var(--movebot-green);
}

.movebot-red {
    color: var(--movebot-red);
}

.movebot-light-gray {
    color: var(--movebot-light-gray);
}

.movebot-gray {
    color: var(--movebot-gray);
}

.movebot-blue {
    color: var(--movebot-blue);
}

.movebot-orange {
    color: var(--movebot-orange);
}

.movebot-scanned-blue {
    color: var(--movebot-scanned-blue);
}

.movebot-scanned-blue-animated {
    color: var(--movebot-scanned-blue);
    animation: blinker 2s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}

.movebot-complete-green {
    color: green;
}

.background-movebot-whitesmoke {
    background-color: whitesmoke;
!important;
}

.background-movebot-blue {
    background: var(--movebot-blue);
}

.background-movebot-scanned-blue {
    background: var(--movebot-scanned-blue);
}

.background-movebot-green {
    background: #6acd9f;
}

.background-movebot-red {
    background: #e63225 !important;
}

.background-movebot-orange {
    background: orange !important;
}

.background-movebot-light-gray {
    background: var(--movebot-light-gray);
}

.background-movebot-gray {
    background: var(--movebot-gray);
}

.background-movebot-complete-green {
    background: green;
}

.no-padding-bottom {
    padding-bottom: 0;
}

.markasok-job-link {
    font-size: 16px;
    padding: 10px 0 5px 0;
}

.markasok-errors {
    max-height: 500px;
    overflow: scroll;
}

.movejob-count-pill {
    padding: 2px 5px;
    border-radius: 6px;
    color: white;
    font-weight: 600;
    margin-left: 7px;
    font-size: 9px;
}

.movejob-count-pill-small {
    padding: 2px 8px;
    border-radius: 5px;
    color: white;
    margin: 0 0 0 5px;
    font-weight: 500;
    font-size: 12px;
}

.project-progress-bar {
    min-width: 100px;
    border-radius: 3px;
    height: 20px;
    display: flex;
    overflow: hidden;
    opacity: 0.7;
}

.project-progress-bar-other {
    background: var(--movebot-gray);
    height: 20px;
}

.project-progress-bar-progress {
    background: var(--movebot-blue);
    height: 20px;
}

.project-progress-bar-finished {
    background: var(--movebot-green);
    height: 20px;
}

.project-progress-bar-failed {
    background: var(--movebot-red);
    height: 20px;
}

.project-progress-bar-scanned {
    background: var(--movebot-scanned-blue);
    height: 20px;
}

.project-progress-bar-completed {
    background: green;
    height: 20px;
}

.project-progress-bar-no-transfers {
    background: var(--movebot-whitesmoke);
    height: 20px;
}

.project-progress-bar-tool-bar {
    position: absolute;
    background-color: #232323;
    border: 1px solid black;
    border-radius: 5px;
    padding: 15px;
    zIndex: 1000;
    whiteSpace: nowrap;
    boxShadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    bottom: 120%;
    left: 0;
    width: 350px;
    font-weight: 500;
    line-height: 25px;
    color: white;
    word-break: break-word;
}

.width-wide {
    width: 500px;
}

.project-progress-bar-tool-bar-pointer {
    position: absolute;
    bottom: -10px;
    left: 30px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #232323;
}

.left-3 {
    left: 3%;
}

.project-progress-bar-container {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 10px 0;
}

.project-info-box-title {
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}


.project-info-box-sub-title {
    font-size: 14px;
    font-weight: 500;
    color: #63676d;
    display: flex;
    justify-content: space-between;
}

.project-info-box-status-container {
    width: 50%;
    border-radius: 5px;
    display: grid;
    grid-template-columns: repeat(25, 1fr);
    grid-template-rows: repeat(4, auto);
    padding-top: 10px;
    min-width: 500px;
}

.project-status-graph-box {
    border-radius: 3px;
    height: 100%;
    width: 100%;
}

@media (max-width: 1200px) {
    .project-info-box-status-container {
        grid-template-columns: repeat(10, 1fr);
        grid-template-rows: repeat(5, auto);
        min-width: 200px;
    }
}

@media (max-width: 1500px) {
    .project-status-graph-box {
        border-radius: 2px;
    }
}

.project-info-box-container {
    display: flex;
    flex-direction: column;
    min-height: 280px;
    gap: 20px;
}

.project-info-box-stats {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
}

.project-status-graph-box-container {
    aspect-ratio: 1 / 1;
    position: relative;
}

.project-status-graph-tool-bar {
    position: absolute;
    background-color: #232323;
    border-radius: 3px;
    padding: 15px;
    zIndex: 1000;
    whiteSpace: nowrap;
    boxShadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    bottom: 120%;
    left: 0;
    width: 300px;
    font-weight: 500;
    color: white;
}

.project-status-graph-tool-bar-pointer {
    position: absolute;
    bottom: -10px;
    left: 8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #232323;
}

.no-style {
    text-decoration: none;
    color: black;
}

.no-style:hover {
    color: black;
    text-decoration: none;
}

.flex-box {
    display: flex;
}

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

.no-padding-left {
    padding-left: 0 !important;
}

.position-relative {
    position: relative;
}

.recommendations-container {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    max-width: 1000px;
    margin: 30px auto 0 auto;
}

.recommendation-content {
    margin-top: 14px;
    margin-left: 20px;
    width: max-content;
}

.recommendation-pill {
    padding: 20px;
    border-radius: 10px;
    border: solid 1px #e1e1e1;
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

.recommendation-pill:hover {
    background: whitesmoke;
    cursor: pointer;
}

.recommendation-pill-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 18px;
    align-items: center;
}

.recommendation-number-bg {
    background-color: var(--movebot-green);
}

.recommendation-number {
    border-radius: 30px;
    background-color: #bdffc6;
    font-weight: 600;
    font-size: 14px;
    height: 30px;
    min-width: 30px;
    padding: 10px;
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.recommendation-pill-left-header {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.recommendation-pill-right-header {
    display: flex;
    column-gap: 10px;
}

.recommendation-title {
    font-size: 18px;
    font-weight: 600;
}

.recommendation-details-title {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.recommendation-details-subtitle {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 11px;
}

.recommendation-details-errors-table-icon {
    width: 1px;
}

.recommendation-text-area-label {
    margin-bottom: 11px;
    font-weight: 600;
    font-size: 16px;
}

.recommendation-details-description {
    font-size: 14px;
}

.recommendation-desc-container {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.recommendation-desc-container-indent {
    margin-left: 22px;
    margin-bottom: 6px;
}

.recommendation-bolden-name {
    font-weight: 600;
}

.recommendation-pills-container {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

.recommendation-minipill {
    border: 1px solid #e3e4e5;
    border-radius: 7px;
    padding: 0 11px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.recommendation-minipill:hover {
    background-color: whitesmoke;
}

.recommendation-minipill-titledesc-container {
    display: flex;
    column-gap: 3px;
    width: 100%;
    overflow: hidden;
}

.recommendation-minipill-title {
    font-weight: 500;
    text-wrap: nowrap;
    border-right: 1px solid #e3e4e5;
    margin-right: 7px;
    padding-right: 7px;
    display: flex;
    height: 34px;
    align-items: center;
}

.recommendation-minipill-desc {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: max-content;
    margin: auto;
}

.recommendation-minipill-errors-resolved {
    border-left: 1px solid #e3e4e5;
    margin-left: 7px;
    padding-left: 7px;
    display: flex;
    height: 34px;
    align-items: center;
}

.recommendation-details-small-container {
    max-width: 550px;
}

.recommendation-view-more {
    margin-top: 24px;
}

.mapping-half-row {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 8px;
}

.mapping-half-row span {
    word-break: break-word;
}

.vertical-align-middle {
    vertical-align: middle;
}

.transfer-source {
    margin: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.transfer-dest {
    margin: 10px 0px 10px 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.transfer-dest a {
    color: grey;
    font-size: 12px;
}