.isa_success {
    color: #4F8A10;
}

.isa_error {
    color: #D8000C;
}

.mo-ms-loader-container {
    margin-left: 5px;
    display: flex;
}

.mo-ms-ellipsis {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 24px;
}

.mo-ms-ellipsis div {
    position: absolute;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0078d4;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.mo_sps_help_desc {
    font-size: 13px;
    border-left: solid 2px rgba(128, 128, 128, 0.65);
    margin-top: 10px;
    padding-left: 10px;
  }

.mo-ms-ellipsis div:nth-child(1) {
    left: 10px;
    animation: lds-ellipsis1 0.6s infinite;
}

.mo-ms-ellipsis div:nth-child(2) {
    left: 10px;
    animation: lds-ellipsis2 0.6s infinite;
}

.mo-ms-ellipsis div:nth-child(3) {
    left: 30px;
    animation: lds-ellipsis2 0.6s infinite;
}

.mo-ms-ellipsis div:nth-child(4) {
    left: 50px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(20px, 0);
    }
}

.mo-ms-loader {
    display: none;
}


#mo-ms-title-logo {
    border: 50px;
    width: 35px;
    height: 35px;
    padding: 15px 15px 5px 15px;
}

.mo-container {
    background-color: none;
}

.ms-tab-background {
    background-color: none;
}

.mo-ms-tab-border {
    /* border-color: rgba(204,204,204,0.8);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: none; */
}

.mo-ms-tab {
    height: 36px;
    margin: 0 20px;
}

.mo-ms-tab-ul {
    fill: black;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.mo-ms-tab-li-icon {
    height: 16px;
    width: 16px;
}

.mo-ms-tab-li {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
}

.mo-ms-tab-li a {
    text-decoration: none;
}

.mo-ms-tab-li-div {
    fill: black;
    display: flex;
    align-items: center;
    padding: 0 8px;
    height: 36px;
    color: #048387;
}

.mo-ms-tab-li-div:hover {
    background-color: #cbcbcb;
    /* color: black; */
}

.mo-ms-tab-li-label {
    flex: 1 1 auto;
    font-weight: 400;
    font-size: 13px;
    padding-left: 8px;
    align-self: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
}

.mo-ms-tab-li-div-active,
.mo-ms-tab-li-div-active:hover {
    border-bottom: 2px solid #669bff;
    text-decoration: none;
    color: #669bff;
}

.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;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.mo-ms-tab-content-tile-content {
    padding-top: 15px;
}

.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=email],
input[type=password],
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: 30px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 450 !important;
    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;
    border-radius: 4px;
}

.mo-ms-tab-content-button__disabled {
    box-sizing: border-box;
    height: 30px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 450 !important;
    border-width: 1px;
    border-style: solid;
    margin: 0;
    background-color: #1B9BA1;
    border-color: #1B9BA1;
    color: white;
    fill: white;
    padding: 0 20px 0 20px;
    border-radius: 4px;
}

.mo-ms-tab-content-button:hover {
    background-color: #048387;
    border-color: #048387;
}

.mo-ms-tab-content-app-config-table td.left-div {
    word-break: break-all;
    width: 20%;
}

.mo-ms-tab-content-app-config-table td.right-div {
    word-break: break-all;
}


.switch {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 16px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cdcdcd;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #0085ba;
}

input:focus+.slider {
    box-shadow: 0 0 1px #0085ba;
}

input:checked+.slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

input:disabled+.slider {
    background-color: #ebebeb;
    cursor: default;
}

/* Rounded sliders */
.slider.round {
    border-radius: 24px;
}

.slider.round:before {
    border-radius: 50%;
}


.mo-ms-tab-content-app-config-table {
    margin-top: 20px;
    width: 100%;
}

#mo_sps_progress_div {
    width: 15%;
    background-color: white;
    text-align: center;
    height: 1rem;
    padding: 1rem;
    color: black;
}

#mo_sps_upload_progress_bar {
    width: 0%;
    height: 1rem;
    background-color: #04AA6D;
    line-height: 1rem;
}

#mo_sps_upload_progress_percent {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 2;
    bottom: 0rem;
}

.mo_sps_desc {
    font-size: 13px;
    border-left: solid 2px rgba(128, 128, 128, 0.65);
    margin-top: 5px;
    padding-left: 10px;
}

.pre-integrate-connect-button {
    height: 2rem;
    display: flex;
    align-items: center;
    background: #47bfc3a3;
    border: 1px solid #1b9ba1;
    cursor: pointer;
    border-radius: 8px;
    font-family: sans-serif;
    font-size: 14px;
    width: 13rem;
}

.pre-integrate-connect-button:hover {
    height: 2rem;
    display: flex;
    align-items: center;
    background: #2c8f93a3;
    border: 1px solid #197f85;
    cursor: pointer;
    border-radius: 8px;
    font-family: sans-serif;
    font-size: 14px;
    width: 13rem;
}

.pre-integrate-connect-button__disabled {
    height: 2rem;
    display: flex;
    align-items: center;
    background: #ffffffa3;
    border: 1px solid #787878a3;
    cursor: pointer;
    border-radius: 8px;
    font-family: sans-serif;
    font-size: 14px;
    width: 13rem;
}

.mo_doc_lib_doc_admin_view {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 8px;
    border-radius: 1em;
    display: flex;
    gap: 8px;
    height: 36rem;
    background-color: white;
    width: 70%;
}

.mo_doc_lib_admin_app_config_container {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.mo_doc_lib_admin_support_form_container {
    width: 32%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 1em;
    background-color: white;
    position: sticky;
    bottom:0;
}

.mo_sps_general_tab_heading {
    height: 3rem;
    margin: 0;
    background: aliceblue;
    border-radius: 1em 1em 0em 0em;
    display: flex;
    align-items: center;
}

.mo_sps_general_tab_heading_content {
    padding: 1em;
    font-size: 1.4rem;
}

/* Automatic connection and user info tab */
/* START */
.mo_sps_auto_connection_container{
    display:flex;justify-content: center;
}
.mo_sps_auto_connection{
    display: flex;
    align-items: center;
    width: 8.5rem;
}
.mo_sps_auto_connection_connect{
    border: none;
    background:#1b9ba1;
    height: 2.2rem;
    border-radius: 13px 0px 0px 13px;
    width:6.5rem;
    font-size: 16px;
    cursor: pointer;
    color: white;
    font-weight: 400;
}
.mo_sps_auto_connection_connect_disabled{
    border: 1px solid #e2e2e2;
    background:#fafafa;
    height: 2.2rem;
    border-radius: 13px 0px 0px 13px;
    width:6.5rem;
    font-size: 16px;
    color: rgb(181, 181, 181);
    font-weight: 400;
}
.mo_sps_auto_connection_connect:hover{
    background:#11767bad;
}
.mo_sps_auto_connection_select{
    border:none;
    height: 2.2rem;
    border-radius: 0px 13px 13px 0px;
    margin-left: 1px;
    width:2rem;
    display:flex;
    align-items:center;
    background:#1b9ba1;
    font-size:15px;
    cursor: pointer;
}
.mo_sps_auto_connection_select_disabled{
    border: 1px solid #e2e2e2;
    height: 2.2rem;
    border-radius: 0px 13px 13px 0px;
    margin-left: 1px;
    width:2rem;
    display:flex;
    align-items:center;
    background:#fafafa;
    font-size:15px;
}
.mo_sps_auto_connection_select:hover{
    background:#11767bad;
}
.mo_sps_auto_connection_arrow_down{
    width:1rem;
}
.mo_sps_auto_connection_arrow_up{
    width:1rem;display:none;transform:rotate(180deg);
}
.mo_sps_auto_connection_select_drpdn{
    box-shadow: 0px 0px 8px #ccc;
    position: absolute;
    z-index: 2;
    top: 2.8rem;
    right: 0;
    background: #ffffff;
    text-align: left;
    display: none;
    padding: 0.5em 0;
    border-radius: 0.5em;
}
.mo_sps_auto_connection_select_ul{
    width:8.5rem;
    padding:0; margin:0;
}
.mo_sps_auto_connection_select_li{
    padding: 5px;margin:0;
    cursor:pointer;
    display: flex;
    align-items: center;
    gap: 4px;
}
.mo_sps_auto_connection_select_li:hover{
    background-color: #d5d5d5;
}
.mo_sps_auto_connection_select_button_text{
    display: flex;
    align-items: center;
    width: -webkit-fill-available;
    justify-content: center;
}
.mo_sps_auto_connection_selected_li{
    background: black !important;
    color: white !important;
}
.mo-ms-display-user-info-div1{
    padding-right: 5px;
    padding-left: 15px;
    margin-top: 5px;
    width:25%;
    display:flex;
    flex-direction:column;
    align-items: center;
}
.mo-ms-display-user-info-div1-innerdiv{
    border: 1px solid #8080806e;
    border-radius: 13px;
    width: 35%;
    align-items: center;
    padding: 4px;
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    padding: 5px 10px 5px 10px
}
.circle
{
  /* border: 1px solid; */
  width: 9px;
  height: 9px;
  border-radius: 50%;
  /* background-color: #ff0000; */
  background-color: green;
  opacity: 0.6;
  margin-right: 7px;
  margin-left: 2px;
}
.mo-ms-display-user-info-div2{
    padding-right: 5px;
    width:80%;
    display:flex;
    flex-direction:column;
}
.mo-ms-display-user-info-div2 p {
    color:#00a8ff;
    font-size: large;
    margin-top: 0px;
    margin-bottom: 10px;
}
.mo-ms-display-user-info-div2-innerdiv1{
    display:flex;
    flex-direction:row;
    color:gray;
}
.mo-ms-display-user-info-div3{
    padding-right: 5px;
    width:25%;
    display:flex;
    flex-direction:column;
    align-items: center;
}
.mo-ms-tab-app-config-connection-main-div{
    display:flex; 
    flex-direction:row; 
    align-items: center;
    padding-top: 10px;
}
.mo-ms-tab-app-config-connection-sub-div{
    display:flex; 
    flex-direction:column; 
    margin-left: 13px;
}
input[type=submit]:disabled {
    background: #dddddd;
    cursor:default;
}
.mo_sps_newbanner_flex-container {
    display: flex;
    padding-bottom: 6px;
    box-shadow: rgb(207,213,222) 1px 2px 4px;
}

.mo_sps_newbanner_flex-content {
    flex-direction: row;
    flex-grow: 1;
}

.mo_sps_newbanner_manage-apps-button,
.mo_sps_newbanner-ask-us-button,
.mo_sps_newbanner-faq-button,
.mo_sps_newbanner_book-meeting-button {
    cursor: pointer;
    padding-right: 10px;
    border: none;
    background-color: white;
}

.mo_sps_newbanner_manage-apps-button:hover,
.mo_sps_newbanner-ask-us-button:hover,
.mo_sps_newbanner-faq-button:hover,
.mo_sps_newbanner_book-meeting-button:hover{
    background-color: #f3f2f1;
}

.mo_sps_newbanner_manage-apps-button {
    color: #1B9BA1;
}

.mo_sps_newbanner-ask-us-button {
    cursor: pointer;
    color: #1B9BA1;
}

.mo_sps_newbanner-faq-button {
    cursor: pointer;
    color: #1B9BA1;
}

.mo_sps_newbanner_book-meeting-button {
    display: block !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    margin: 29px 0 0 60px !important;
    border-width: 1px !important;
    border-style: solid !important;
    margin: 10px !important;
    background-color: #1B9BA1 !important;
    border-color: #1B9BA1 !important;
    font-size: 1.1rem !important;
    margin-right: 35px !important;
}

.mo_sps_newbanner_book-meeting-button span {
    margin-top: 11px;
}

.banner_buttons:hover{
    background: #11767bad !important;
}
.mo-sps-add-new-tooltip {
    position: absolute;
    background-color: #1b9ba1;
    color: white;
    padding: 0px 5px 20px 5px;
    border-radius: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height: 115px;
    width: 180px;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
}
/* END */

/* Media library folder_search_css */
/* START */


.search-button{
    padding: 4px;
    border: none;
    height: 30px;   
    border-bottom-right-radius: 12%;
    border-top-right-radius: 12%;
    vertical-align: middle;
    background-color: #0078d4;
}
.search-button:hover{
    background-color: #004f8b;
}

.list_items{
    margin:2px;
    padding: 7px 18px 5px 0px;
    text-decoration: none;
    justify-items: left;
    color: #000;
    padding: 5px;
    position: relative;
    display: flex;
    margin: 0px;
    box-sizing: border-box;
    align-items: center;
    min-width: 0%;
    flex-grow: 1;
    flex-shrink: 1;
}

.list_items:hover {
    color: #000;
    background-color: #eee;
}

.list_div {
    max-height: 30vh;
    overflow-y:scroll;
}
.list_div::-webkit-scrollbar{
    display: none;
}

.mo_med_lib_folder_search_button{
    background: none;
    border: none;
    padding: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    
}

.mo_med_lib_folder_search_button:hover{
    background: #ccc;
}

.mo_med_lib_folder_close_button{
    background: none;
    border: none;
    padding: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: none;
}

.mo_med_lib_folder_close_button:hover{
    background: #ccc;
}


.search_div {
    z-index:1;
    font-size: 12px;
    border-radius: 3px;
    position:absolute;
    display:none;
    background-color:#ffffff;
    width: 23.2rem;
    margin-top: 4px;
    padding: 10px;
    box-shadow: 0px 0px 5px 0px #888888;
    max-height: 50vh;
    overflow-y: scroll;
}

.search_div::-webkit-scrollbar{
    display:none;
}

#mySearch {
    width: 210px;
}

#mySearch_div{
    background-color:none;
    padding:2px;
    float:right;
    display:block;
    width:100%;
    align-items: center;
    position:relative;
    justify-content: space-between;
}

#mySearchLoader {
    width:1.5rem;
    height:1.5rem;
    display:none;
    align-items:center;
    display:block;
}

#file_search{
    margin: 0%;
    border: none;
    width:104%;
    vertical-align: middle;
    border-radius: 0;
	background-color: #eaf0fb;
}
#file_search:hover{
    background-color: #E8F0FE;
}
#file_search:focus{
    outline: none;
    box-shadow: none;
    background-color: #E8F0FE;
}

.exit-button{
    padding: 4px;
    border: none;
    height: 30px;
    border-bottom-left-radius: 12%;
    border-top-left-radius: 12%;
    vertical-align: middle;
    background-color: #0078d4;
}
.exit-button:hover{
    background-color: #004f8b;
}


.mo_med_lib_search_folder{
    width:23.2rem;
    margin-top:4px;
    display: none;
}

.mo_med_lib_selected_folder{
    font-size: 14px;
    width: 23.2rem;
    margin-top: 4px;
    border-bottom: 1px solid #ccc;
    height: 1.7rem;
    display: flex;
    align-items: center;
    gap:8px;
}

/* END */

.mo_doc_lib_success_notification{
    display: none;
    width: 19rem;
    background: #f0fff1;
    height: 1.5rem;
    border-left: 4px solid #17881a;
    position: fixed;
    color:#17881a;
    top: 2.5rem;
    left: 10.5rem;
    align-items: center;
    justify-content: flex-start;
    padding: 1em;
    border-radius: 6px;
    z-index: 9999;
}

.mo_doc_lib_error_notification{
    display: none;
    width: 19rem;
    background: #ffeded;
    height: 1.5rem;
    border-left: 4px solid #c03232;
    color:#c03232;
    position: fixed;
    top: 2.5rem;
    left: 10.5rem;
    align-items: center;
    justify-content: flex-start;
    padding: 1em;
    border-radius: 6px;
    z-index: 9999;
}

.mo_copy {
    border: 1px solid #ccc;
    padding: 8px;
    background-color: #fbfbfb;
    cursor: pointer
}

.mo_copy:active {
    background-color: #ccc
}

.copytooltip {
    position: relative;
    display: inline-block;
    size: letter
}

.copytooltip .copytooltiptext {
    visibility: hidden;
    width: 115px;
    background-color: rgba(4, 4, 4, 0.752);
    color: #fff;
    text-align: center;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 12px;
    position: absolute;
    z-index: 1;
    bottom: 102%;
    left: -145%;
    margin-left: 0px;
    font-size: small;
    opacity: 50;
    transition: opacity .3s;
}

.copytooltip .copytooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent
}

.copytooltip:hover .copytooltiptext {
    visibility: visible;
    opacity: 1
}
