
.mo-ms-tab-content {
    padding: 10px 20px 20px 20px;
}

.mo-ms-tab-content h1 {
    color: #323130;
    font-size: 20px;
    font-weight: 200;
}

.mo-ms-tab-content-information {
    padding-left: 3px;
    margin-bottom: 15px;
}

.mo-ms-tab-content-left-border {
    border-left: 1px solid rgb(216, 216, 216);
    left: 12px;
}

.mo-ms-tab-content-tile {
    padding: 10px 20px 20px;
    border: 1px solid rgb(216, 216, 216);
    margin-bottom: 15px;
    box-shadow: rgb(207, 213, 222) 1px 2px 4px;
    width: 100%;
    display: inline-block;
    margin-left: 20px;
}

.mo-ms-tab-content-tile-content {
    padding-top: 4px;
}

.mo-ms-tab-content-app-config-table {
    margin-top: 20px;
    width: 100%;
}

.mo-ms-tab-content-app-config-table td {
    padding-bottom: 5px;
}

.mo-ms-tab-content-app-config-table input[type=text],
input[type=url],
input[type=number] {
    border-color: #8a8886;
    height: 24px;
    padding: 3px 8px 5px;
    width: 100%;
}

.mo-ms-tab-content-button {
    box-sizing: border-box;
    height: 24px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    margin: 0;
    background-color: #1B9BA1;
    border-color: #1B9BA1;
    color: white;
    fill: white;
    padding: 0 20px 0 20px;
}

.mo-ms-tab-content-button:hover {
    background-color: #048387;
    border-color: #048387;
}

.mo_sps_table_to_scroll {
    max-height: 24.5rem;
    overflow-y: auto;
    overflow-x: hidden;
}

.mo_sps_table_to_scroll::-webkit-scrollbar {
    width: 0.3em;
    height: 0.5em;
}

.mo_sps_table_to_scroll::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 5px;
}

/* Show scrollbar on hover */
.mo_sps_table_to_scroll:hover::-webkit-scrollbar-thumb {
    background-color: #888;
}

.mo_sps_table_to_scroll::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

/* Handle for the scrollbar */
.mo_sps_table_to_scroll::-webkit-scrollbar-handle {
    background-color: #ddd;
}

.mo_sps_doc_table thead {
    background-color: aliceblue;
    position: sticky;
    z-index: 1;
    top: 0rem;
}

.mo_sps_table_tr {
    height: 1rem;
    word-wrap: none !important;
}

.mo_sps_table_tr:hover {
    background-color: #ebebeb;
    cursor: pointer;
}

.mo_sps_table_loader_div {
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mo_sps_table_tbody_tbody {
    display: none;
    word-wrap: none !important;
    border: none;
}

.mo_sps_scroll_to_top_button{
    display: none;
    position: sticky;
    bottom: 2%;
    left: 94%;
    padding: 8px;
    background-color: rgb(255 255 255);
    color: rgb(34, 34, 34);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
}

.mo_sps_scroll_to_top_button:hover {
    background-color: rgb(211, 211, 211);
}

.mo_sps_doc_breadcrumbs {
    font-size: 1rem;
    display: flex;
    font-family: sans-serif;
    font-weight: 500;
    margin-right: 0.4rem;
    width: 64%;
    align-items: center;
    gap: 6px;
}

.mo_sps_doc_breadcrumbs_items {
    cursor: pointer;
    display: inline-block;
    max-width: 200px; /* Adjust width as needed */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mo_sps_table_thead_td {
    padding: 8px 10px;
    font-weight: bold !important;
    /* border-bottom: none !important; */
    /* border: none; */

}

.mo_sps_table_tbody_td {
    font-size: 14px;
    padding: 8px 10px;
    align-items: center;
    border-left: none !important;
    word-wrap: normal !important;
    word-break: normal !important;
    border: none !important;
}

.mo_sps_file_share_download {
    display: none;
    margin-left: auto;
}

.mo_sps_table_tr:hover .mo_sps_file_share_download {
    display: flex;
}

.mo-ms-tab-content-tile_sc {
    padding: 10px 20px 20px;
    /* border: 1px solid rgb(216,216,216); */
    margin-bottom: 15px;
    /* box-shadow: rgb(207,213,222) 1px 2px 4px; */
    display: inline-block;
    overflow-x: scroll;
}

.mo-ms-tab-content-tile_sc::-webkit-scrollbar {
    display: none;
}

.mo_sps_doc_table {
    font-family: sans-serif;
    font-size: 1rem;
    width: 99%;
    min-width: 40rem;
    border: none !important;
    box-shadow: none !important;
    border-spacing: 0px;
}

.mo_sps_share_download_span {
    display: flex;
    align-items: center;
    padding-right: 6px;
}

.mo_sps_table_tr_file_name_div:hover {
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}

.mo_sps_search_button {
    border: none;
    float: right;
    background: none;
    cursor: pointer;
}

.mo_sps_file_search {
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding-left: 0.5rem !important;
}

.mo_sps_file_search:focus {
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding-left: 0.5rem !important;
}

.mo_sps_file_search:active {
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding-left: 0.5rem !important;
}

.mo_sps_exit_button {
    border: none;
    float: right;
    background: none;
    cursor: pointer;
}

.mo_sps_use_shortcode:hover {
    text-decoration: none;
}

.mo_sps_doc_refresh,
.mo_sps_doc_refresh:focus,
.mo_sps_doc_refresh:active {
    border: none !important;
    outline: none !important;
}

input[type=radio] {
    display: inline-block !important;
}

.mo_doc_lib_generate_shortcode_container {
    width: 30%;
    padding: 16px;
    box-shadow: rgb(207, 213, 222) 1px 2px 4px;
    background-color: white;
    margin: 6rem 1em 1em 0em;
    border: 1px solid rgb(216, 216, 216);
}

.mo_doc_lib_gsc_heding {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mo_doc_lib_gsc__inputs_container {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}


.mo_sps_tooltip {
    position: relative;
    display: inline-block;
}


.mo_sps_tooltip .mo_sps_tooltiptext {
    visibility: hidden;
    width: 240px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 2px;
}


.mo_sps_tooltip .mo_sps_tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}


.mo_sps_tooltip:hover .mo_sps_tooltiptext {
    visibility: visible;
}

.mo_doc_lib_gsc {
    font-size: 14px;
    font-weight: 500;
}

.mo_doc_lib_gsc__inputs {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 8px;
}

.mo_doc_lib_gsc_container {
    margin-bottom: 1rem
}

.mo_doc_lib_gsc_tab_settings {
    padding: 4px;
    /* overflow-y: auto; */
}

.mo_doc_lib_gsc_tab_settings::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}

.mo_doc_lib_gsc_tab_settings::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 5px;
}

/* Show scrollbar on hover */
.mo_doc_lib_gsc_tab_settings:hover::-webkit-scrollbar-thumb {
    background-color: #888;
}

.mo_doc_lib_gsc_tab_settings::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

/* Handle for the scrollbar */
.mo_doc_lib_gsc_tab_settings::-webkit-scrollbar-handle {
    background-color: #ddd;
}