  main{
        min-height: calc(100vh - 121px);
  }
  #loader { 
    border: 12px solid #f3f3f3; 
    border-radius: 50%; 
    border-top: 12px solid #444444; 
    width: 70px; 
    height: 70px; 
    animation: spin 1s linear infinite; 
    } 

    @keyframes spin { 
    100% { 
      transform: rotate(360deg); 
    } 
    } 

    .center1 { 
    position: absolute; 
    top: 0; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    margin: auto; 
    }
.m-0 {
    margin: 0!important;
}
.smallersize{
  font-size: 14px;
}
.box[_ngcontent-rst-c14] {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.list-group-item.active {
    background-color: white;
}
.list-group-item {
     background-color: inherit; 
}
.p-0 {
    padding: 0!important;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
.m-2 {
    margin: .5rem!important;
}
.p-20{
  color: white;
  font-weight: 600;
  padding: 20px;
}
.sidenav {
  height: 100%;
  width: 200px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 20px;
}
.sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  color: black;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}
:active, :focus, :visited, a:hover {
    outline: 0;
    text-decoration: unset;
}
.bootstrap-select .bs-ok-default::after {
    width: 0.3em;
    height: 0.6em;
    border-width: 0 0.1em 0.1em 0;
    transform: rotate(45deg) translateY(0.5rem);
}
.btn.dropdown-toggle:focus {
    outline: none !important;
}
button.btn.dropdown-toggle.bg-white.rounded-pill.px-4.py-3.shadow-sm.bs-placeholder}{
  border: 1px solid #eaeae6;
}
span.help-block{
    color: red;
}
 .hide_file {
        position: absolute;
        /*z-index: 1000;*/
        opacity: 0;
        cursor: pointer;
        right: 0;
        top: 0;
        height: 100%;
        font-size: 24px;
        width: 100%;
        
    }
    .progress{
        width: 80%;
        margin: 0 auto;
        margin-top: 20px;
    }
    .progress-bar {
        background-color: #84be39 !important;
    }

    .dropzone.dz-started .dz-message{
        display: block;
    }
    .dropzone{
        min-height: 170px;
    }
    .container_upload{
        width: 50%;
        margin: 0 auto;
    }

    .upload-area{
        width: 100%;
        margin-top: 20px;
        border: 2px dotted lightgray;
        border-radius: 3px;
        margin: 0 auto;
        text-align: center;
        overflow: auto;
        position: relative;
    }

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

    .upload-area h1{
        text-align: center;
        font-weight: normal;
        font-family: sans-serif;
        line-height: 50px;
        color: darkslategray;
    }

    #file{
        display: none;
    }

    /* Thumbnail */
    .thumbnail{
        width: 80px;
        height: 80px;
        padding: 2px;
        border: 2px solid lightgray;
        border-radius: 3px;
        float: left;
        margin: 5px;
    }

    .size{
        font-size:12px;
    }
    .doc_name,.cat_name{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        display: inline-block;
        padding-bottom: 10px;
    }
    .bootstrap-select .bs-ok-default::after {
    width: 0.3em;
    height: 0.6em;
    border-width: 0 0.1em 0.1em 0;
    transform: rotate(45deg) translateY(0.5rem);
}
.btn.dropdown-toggle:focus {
    outline: none !important;
}
button.btn.dropdown-toggle.bg-white.rounded-pill.px-4.py-3.shadow-sm.bs-placeholder}{
  border: 1px solid #eaeae6;
}
span.help-block{
    color: red;
}
.card .card-image{
      overflow: hidden;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      -o-transform-style: preserve-3d;
      transform-style: preserve-3d;
  }
  span.heading{
    font-weight: 600;
      font-size: 15px;
      padding: 3px;
      color: black;
  }
  .card{
      margin-top: 10px;
      position: relative;
      -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 4 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }

  .card .card-content {
      padding: 10px;    
  }

  .card .card-content .card-title, .card-reveal .card-title{
      font-size: 16px;
      font-weight: 200;    
  }

  .card .card-action{
      padding: 20px;
      border-top: 1px solid rgba(160, 160, 160, 0.2);
  }
  .card .card-action a{
      font-size: 15px;
      color: #ffab40;
      text-transform:uppercase;
      margin-right: 20px;    
      -webkit-transition: color 0.3s ease;
      -moz-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      -ms-transition: color 0.3s ease;
      transition: color 0.3s ease;
  }
  .card .card-action a:hover{    
      color:#ffd8a6;
      text-decoration:none;
  }

  .card .card-reveal{    
      padding: 20px;
      position: absolute;
      background-color: #FFF;
      width: 100%;
      overflow-y: auto;
      /*top: 0;*/
      left:0;
      bottom:0;
      height: 100%;
      z-index: 1;
      display: none;    
  }
  .card .card-reveal p{
      color: rgba(0, 0, 0, 0.71);
      margin:20px ;
  }

  .btn-custom{
      background-color: transparent;
      font-size:18px;
  }
   .show_icons{
        display: none;
        position: absolute;
        margin-left: 44%;
       margin-top: -7%;

    }
    .show_icons_doc{
       display: none;
        position: absolute;
        margin-left: 44%;
       margin-top: -7%;
    } 
    div.card {
        border: 0;
        margin-bottom: 20px;
        border-radius: 0;
        background: #fff;
        width: 100%;
        box-shadow: 0 0 0 0 transparent;
        margin-top:0;
    }
    .all-report-cards .card{
      margin-bottom:0;
      height:100%;
    }
    .all-report-cards .card .card-body{
      padding: 13px;
    }
    .all-report-cards .col-md{
      margin-bottom:1.2rem;
    }

div.card.card-plain {
    background: transparent;
    box-shadow: none;
}
div.card .card-header {
    border-radius: 0;
    padding: 0;
    border: 0;
    background: transparent;
    margin: 0 0 10px 0;
    font-weight: 600;
    color: #000;
}
.card-header h1, .card-header h2, .card-header h3, .card-header h4{
    font-weight:600;
} 

.card-plain .card-header:not(.card-avatar) {
    margin-left: 0;
    margin-right: 0;
}

.div.card .card-body{
    padding: 15px 30px;
}

div.card .card-header-primary {
   background: linear-gradient(60deg,#ab47bc,#85be37);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(156,39,176,.6);
}

div.card .card-header-danger {
    background: linear-gradient(60deg,#ef5350,#d32f2f);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(244,67,54,.6);
}


.card-nav-tabs .card-header {
    margin-top: -30px!important;
}

.card .card-header .nav-tabs {
    padding: 28px;
}

.nav-tabs {
    border: 0;
    border-radius: 3px;
    padding: 0 15px;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-item .nav-link.active {
    background-color: hsla(0,0%,100%,.2);
    transition: background-color .3s .2s;
}

.nav-tabs .nav-item .nav-link{
    border: 0!important;
    color: #fff!important;
    font-weight: 500;
}

.nav-tabs .nav-item .nav-link {
    color: #fff;
    border: 0;
    margin: 0;
    border-radius: 3px;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 15px;
    background-color: transparent;
    transition: background-color .3s 0s;
}

.nav-link{
    display: block;
}

.nav-tabs .nav-item .material-icons {
    margin: -1px 5px 0 0;
    vertical-align: middle;
}

.nav .nav-item {
    position: relative;
}
.nav-tabs {
     border-bottom: unset !important; 
}
label.red {
    width: 100%;
}
.folder.col-2.full_folder{
  text-align: center;
}
.folder.col-2.full_folder:hover{
   background-color: #f2f2f2;
}
.folder_btn.btn{
  visibility: hidden;
  position: relative;
  float: right;
  padding: 0px !important;
}
.doc_btn.btn{
  visibility: hidden;
  position: relative;
  float: right;
  padding: 0px !important;
}
.document_icon{
  padding: 20px;
}
.document_icon:hover{
   background-color: #f2f2f2;
}
.folder_svg_dot{
  height: 15px;
  width: 15px;
}
.test_questions{
  display: none;
}
#test_questions1{
  display: block;
}
.btn_right{
  float: right;
  margin-right: 2%;
}
input.select2-search__field{
  width: 133px !important;
}
.options_test{
  padding:20px;
}
.input_test{
  padding: 8px;
}
.badge-success{
    background-color: #cbf4c9;
    color: #0e6245;
    font-size: 12px;
}
.badge-danger{
  color: #721c24;
    background-color: #f8d7da;
  font-size: 12px;
}

#pulse {
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 9999;
 overflow: hidden;
 background: #0a0a0a;
 width: 100%;
 height: 100%;
}
.field-icon {
  cursor: pointer;
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
  color: #000;
  margin-right: 3%;
}
.__noResults{
  padding:30px;
}
/* 
#pulse:before {
 content: '';
 position: fixed;
 width: 60px;
 height: 3px;
}

#pulse:after {
 content: '';
 display: block;
 
 background: url('../public/pulse.svg') 0 0 no-repeat;
 
 width: 100%;
 height: 100%;
 position: relative;
 -webkit-animation: 2s animate-pulse linear infinite;
 -moz-animation: 2s animate-pulse linear infinite;
 -o-animation: 2s animate-pulse linear infinite;
 animation: 2s animate-pulse linear infinite;
 clip: rect(0, 0, 100px, 0);
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;

} */
#pulse img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@-webkit-keyframes pulse {
 0% {
   clip: rect(0, 0, 100px, 0);
   opacity: 0.4;
 }
 4% {
   clip: rect(0, 66.66667px, 100px, 0);
   opacity: 0.6;
 }
 15% {
   clip: rect(0, 133.33333px, 100px, 0);
   opacity: 0.8;
 }
 20% {
   clip: rect(0, 300px, 100px, 0);
    opacity: 1;
 }

 80% {
   clip: rect(0, 300px, 100px, 0);
    opacity:0;
 }

 90% {
   clip: rect(0, 300px, 100px, 0);
   opacity: 0;
 }

 100% {
   clip: rect(0, 300px, 100px, 0);
   opacity:0;
}
}
@keyframes animate-pulse {
 0% {
   clip: rect(0, 0, 100px, 0);
 }
 4% {
   clip: rect(0, 66.66667px, 100px, 0);
 }
 15% {
   clip: rect(0, 133.33333px, 100px, 0);
 }
 20% {
   clip: rect(0, 300px, 100px, 0);
    opacity:1;
 }

 80% {
   clip: rect(0, 300px, 100px, 0);
    opacity:0;
 }

 90% {
   opacity: 0;
 }

 100% {
   clip: rect(0, 300px, 100px, 0);
   opacity:0;
}
 
}
.tile{
    border-radius: 3px;
    min-width: calc(20% - 17px);
    margin-bottom: 23px;
    text-align: center;
    border: 1px solid #eeeeee;
    transition: 0.2s all cubic-bezier(0.4, 0.0, 0.2, 1);
    position: relative;
    padding: 35px 16px 25px;
    margin-right: 17px;
    cursor: pointer;
}
.tile:hover{
  box-shadow: 0px 7px 5px -6px rgba(0, 0, 0, 0.12);
}
.tile-company{
    border-radius: 3px;
    min-width: calc(20% - 17px);
    margin-bottom: 23px;
    text-align: center;
    border: 1px solid #eeeeee;
    background: white;
    transition: 0.2s all cubic-bezier(0.4, 0.0, 0.2, 1);
    position: relative;
    padding: 35px 16px 25px;
    margin-right: 17px;
    cursor: pointer;
}
.tile-company:hover{
  box-shadow: 0px 7px 5px -6px rgba(0, 0, 0, 0.12);
}
.tick-color{
   color: #48e641;
}
.modal-body {
   
    overflow-y: auto;
}
.options_test{
  max-height: 300px;
  overflow-y:auto;
}
.question_card{
    max-height: 125px;
    overflow-y: auto;
}
.start_quiz_body{
  max-height: 350px;
  overflow-y:auto;
}
::-webkit-scrollbar {
  width: 7px;
}
/* Track */
::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.1); 
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.2); 
  border-radius:10px;
}


@media (max-width:767px){
  .saf-user-name{
    display:none;
  }
  ul.people{
    height: 70vh;
    overflow: auto;
   overflow-x: hidden;
 }
}

