body {
  background-color: #fff;
  overflow-x: scroll;
  height: 95vh;
}

.mo_sps_main_plugin_container {
  margin-left: -20px;
  background-color: #fff;
  height: 95vh;
  overflow: hidden;
}

.app-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
textarea {
  background-color: transparent;
  box-shadow: none;
  border: none;
  padding: 10px;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
textarea:focus {
  border-color: none;
  box-shadow: none;
  outline: none;
}

.mo_sps_header_search_bar ::placeholder,
.mo_sps_header_search_bar input[type=text] {
  color: #000 !important;
}

.mo_sps_sidebar_menu_item {
  background-color: #fff;
  font-weight: 480;
  margin-bottom: 3px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mo_sps_sidebar_menu_item-active {
  border-right: 3px solid #EB5424;
  color: #EB5424;
  /* background-color: #E3F2FD; */
}

.mo_sps_sidebar_menu_item:hover {
  cursor: pointer;
  background-color: #E3F2FD;
  outline: none;
}

.mo_sps_quick_link_button {
  cursor: pointer;
  outline: none;
  border: none;
}

.mo_sps_quick_link_button:link {
  text-decoration: none;
  color: #000;
  outline: none;
  border: none;
}

.mo_sps_quick_link_button:visited {
  text-decoration: none;
  color: #000;
  outline: none;
  border: none;
}

.mo_sps_quick_link_button:focus {
  text-decoration: none;
  color: #000;
  outline: 0;
  border: none;
  box-shadow: none
}

.mo_sps_quick_link_button:hover {
  text-decoration: none;
  color: #000;
  outline: none;
  border: none;
}

.mo_sps_quick_link_button:active {
  text-decoration: none;
  color: #000;
  outline: 0;
  border: none;
  box-shadow: none
}

.mo_sps_link_button {
  color: #fff;
  cursor: pointer;
  outline: none;
  border: none;
}

.mo_sps_link_button:link {
  text-decoration: none;
  color: #fff;
  outline: none;
  border: none;
}

.mo_sps_link_button:visited {
  text-decoration: none;
  color: #fff;
  outline: none;
  border: none;
}

.mo_sps_link_button:focus {
  text-decoration: none;
  color: #fff;
  outline: 0;
  border: none;
  box-shadow: none
}

.mo_sps_link_button:hover {
  text-decoration: none;
  color: #fff;
  outline: none;
  border: none;
}

.mo_sps_link_button:active {
  text-decoration: none;
  color: #fff;
  outline: 0;
  border: none;
  box-shadow: none
}

.mo_sps_search_results_item {
  padding: 10px;
  width: 93%;
  cursor: pointer;
  margin: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.mo_sps_search_results_item:hover {
  background-color: #eee;
}

.mo_sps_support_form_widget {
  width: 60px;
  height: 100px;
  box-shadow: rgba(25, 118, 210, 0.16) 0px 3px 6px, rgba(25, 118, 210, 0.23) 0px 3px 6px;
  padding: 10px;
  border-radius: 20px 0px 0px 20px;
  background-color: #1976D2;
  font-weight: 400;
  top: 600px;
  right: 0px;
  position: fixed;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;

}

.mo_sps_support_widget_left_arrow_icon {
  color: #000;
  font-weight: bold;
}

.mo_sps_demo_request_image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 40%;
  height: 500px;
}

.mo_sps_demo_request_form {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 60%;
  height: 620px;
  overflow: scroll;
}

@media screen and (max-width: 1500px) {
  .mo_sps_home_container{
    zoom: 95%;
  }
  .mo_sps_settings_container{
    zoom: 95%;
  }
  .mo_sps_header_title {
    display: none;
  }

  .mo_sps_header_search_bar{
    width: 600px !important;
  }

  .mo_sps_connection_status_button_wrraper{
    padding: 0px 12px !important;
    height: 40px;
    margin-left: 5px;
  }

  .mo_sps_connection_status_button_icon{
    width: 8px !important;
    height: 8px !important;
  }

  .mo_sps_connection_status_button_text{
    font-size: 12px !important;
  }

  .mo_sps_header_license_plan_button_icon{
    width: 15px !important;
    height: 15px !important;
  }

  .mo_sps_side_panel{
    width: 180px !important;
  }

  .mo_sps_sidebar_menu_item{
    padding: 15px !important;
    font-size: 10px !important;
  }

  .mo_sps_upgrade_now_card{
    height: 200px !important;
  }

  .mo_sps_upgrade_now_card_image{
    left: 45px !important;
    height: 70px !important;
  }

  .mo_sps_upgrade_now_card_title{
    font-size: 12px !important;
  }

  .mo_sps_upgrade_now_card_button{
    padding: 10px 20px !important;
  }

  .mo_sps_doc_table_container{
    height: 300px !important;
  }

  .mo_sps_sharepoint_site_name_initials{
    width:55px !important;
    height:55px !important;
    font-size:24px !important;
  }

  .mo_sps_site_name{
    font-size: 18px !important;
  }

  .mo_sps_quick_link_button{
    font-size: 10px !important;
  }

  .mo_sps_quick_link_icon{
    width: 20px !important;
    height: 20px !important;
  }

  .mo_sps_module_button{
    font-size: 10px !important;
  }

  .mo_sps_link_button{
    width:140px !important;
    height: 40px !important;
    font-size: 12px !important;
  }

  .mo_sps_drive_name {
    font-size: 14px !important;
  }

  .mo_sps_drive_selection_icon{
    font-size: 14px !important;
  }

  .mo_sps_support_form_widget {
    top: 230px;
    width: 50px !important;
    height: 80px !important;
  }

  .mo_sps_support_widget_text{
    font-size: 12px !important;
  }

  .mo_sps_support_form_container{
    top:5px !important;
    width: 320px !important;
    height: 520px !important;
  }

  .mo_sps_support_form{
    transform: scale(0.8) !important;
    margin-top: -50px !important;
  }

  .mo_sps_app_settings{
    height: 400px !important;
    width: 700px !important;
  }

  .mo_sps_support_widget_left_arrow_icon_wrapper{
    width: 20px !important;
    height: 20px !important;
  }
  .mo_sps_support_widget_left_arrow_icon {
    font-size: 10px !important;
  }

  .mo_sps_demo_request_cotainer{
    transform: scale(0.8) !important;
    margin-top: -60px !important;
  }

  .mo_sps_demo_request_image {
    display: none;
  }

  .mo_sps_demo_request_form {
    justify-content: center;
    align-items: center;
    width: 98%;
    font-size: 15px !important;
    margin-top: 0px !important;
  }

  .mo_sps_video_streaming_component{
    height: 420px !important;
  }

  .mo_sps_advanced_settings_container{
    height: 480px !important;
  }

  .mo_sps_main_loader:after {
    top: 200px !important;
  }

}

.mo_sps_main_loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
}

.mo_sps_main_loader:after {
  content: '';
  top: 300px;
  left: 800px;
  transform: translateX(100%);
  width: 50%;
  height: 220px;
  position: absolute;
  z-index: 1;
  animation: slide 4s infinite;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
  /* IE6-9 */
}

@keyframes slide {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.mo_sps_video_streaming_component::-webkit-scrollbar {
  width: 5px;
}

.mo_sps_advanced_settings_container::-webkit-scrollbar{
  width: 5px;
}

.mo_sps_show_scrollbar::-webkit-scrollbar{
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
  
}

#wpfooter {
  display: none !important;
  height: 0;
}

#wpbody-content{
  padding-bottom: 0px !important;
}