html {
  width: 100%;
}

body {
  overflow-x: hidden !important;
}

body.show-spinner>main {
  overflow: hidden !important;
}

/* Hide everything under body tag */
body.show-spinner>* {
  opacity: 0;
}

/* Spinner */
body.show-spinner::after {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0.3);
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  position: fixed;
  z-index: 1;
}
.icon-button {
  padding: 0;
  font-size: 13px;
  width: 22px;
  height: 22px;
  line-height: 24px;
}
.heading-icon {
  color: #922c88;
  font-size: 15px;
  line-height: inherit;
  margin-right: 5px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .app-menu .app-menu-button {
      top:0px
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
 

.search-sm input {
  padding: .65rem .95rem .75rem .65rem !important;
}

.search-sm:after {
  top: 10px;
}

.border-width-5px {
  border-width: 5px !important;
}
.border-color-school{
  border-color: #DBADEC !important;
}
.border-color-own{
  border-color: #C06BA6 !important;
}

.border-color-def{
  border-color: #B64694 !important;
}
.border-color-exp{
  border-color:#E075B2 !important;
}
.border-color-sum{
  border-color: #D4A8E5 !important;
}
.border-color-qa{
  border-color: #2E0C47 !important;
}

.audio-view{
  padding-left: 95px; 
}

.myAudio-dimensions{
  height: 28px;
}

#mydiv {
  position: absolute;
  z-index: 9;
  text-align: center;
  background-color: black;
  padding: 0;
  height: 1px;
  width: 900px;
  margin: 0;
}

.logo {
  width: 150px;
  height: 50px ;  
}


.log-indicator {
  width: 30px;
  height: 30px;
  border: 2px solid #00365a;
  border-radius: 14px;
  display: inline-block;
  align-items: center;
  text-align: center;
  padding-top: 4px;
}
#profileImage {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #512DA8;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding-top: 8px;
    font-weight: bold;
    padding-top: 0;
}
.btn-multiple-state .spinner > span {
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.2s ease-in-out infinite both;
    animation: sk-bouncedelay 1.2s ease-in-out infinite both;
}

#profiespan {
    float: right;
    margin-left: 10px;
}



#frmCheckPassword {
    border-top: #F0F0F0 2px solid;
    background: #FAF8F8;
    padding: 10px;
}

.demoInputBox {
    padding: 7px;
    border: #F0F0F0 1px solid;
    border-radius: 4px;
}

#password-strength-status {
    padding: 5px 10px;
    color: #FFFFFF;
    border-radius: 4px;
    margin-top: 5px;
}

.medium-password {
    background-color: #E4DB11;
    border: #BBB418 1px solid;
}

.weak-password {
    background-color: #FF6600;
    border: #AA4502 1px solid;
}

.strong-password {
    background-color: #12CC1A;
    border: #0FA015 1px solid;
}

#validationmessageId {
    color: red;
}