 * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Roboto,Helvetica Neue,sans-serif;
  outline: none;
}
::-webkit-scrollbar {
  background: transparent;
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-thumb {
  background-color: #888;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
body {background-color: #f0f2f7;}
#contents {
  position: relative;
  transition: .3s;
  margin-left: 290px;
  background-color: #f0f2f7;
}
.margin {
  margin-left: 0 !important;
}
/* Start side navigation bar  */

.side-nav {
  float: left;
  height: 100%;
  width: 290px;
  background-color: #fff;
  color: #CCC;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: .3s;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  /*z-index: 9999999;*/
  z-index: 999;
  border-right: 1px solid rgba(0,0,0,.12);
  font-size: 14px;
}
.side-nav .close-aside {
  position: absolute;
  top: 7px;
  right: 7px;
  cursor: pointer;
  color: #EEE;
}
.side-nav .heading {
  padding: 15px 15px 15px 30px;
  overflow: hidden;
}
.side-nav .heading > img {
  width: 100%;
  max-width: 158px;
}
.side-nav .info {
  float: left;
  width: 69%;
  margin-left: 3%;
}
.side-nav .heading .info > h3 {margin: 0 0 5px}
.side-nav .heading .info > h3 > a {
  color: #EEE;
  font-weight: 100;
  margin-top: 4px;
  display: block;
  text-decoration: none;
  font-size: 18px;
}
.side-nav .heading .info > h3 > a:hover {
  color: #FFF;
}
.side-nav .heading .info > p {
  color: #BBB;
  font-size: 13px;
}
/* End heading */

.side-nav .categories > li > a {
  padding: 10px 15px 10px 15px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.02);
  cursor: pointer;
  vertical-align: middle;
  display: flex;
  line-height: 30px;
}
.side-nav .categories > li > a .material-icons {
  margin-right: 5px;
  line-height: inherit;
}
.nav-icon-img {
  max-width: 22px;
  margin-right: 5px;
  margin-top: -5px;
}
.side-nav .categories > li > a {
  color: #495057;
  text-decoration: none;
  padding-left: 10px;
}
/* Start num: there are three options primary, danger and success like Bootstrap */
.side-nav .categories > li > a > .num {
  line-height: 0;
  border-radius: 3px;
  font-size: 14px;
  color: #FFF;
  padding: 0px 5px
}
.dang {background-color: #f35959}
.prim {background-color: #0275d8}
.succ {background-color: #5cb85c}
/* End num */

.side-nav .categories > li > i {
  font-size: 18px;
  margin-right: 5px
}
/* .side-nav .categories > li > a:after {
  content: "\f053";
  font-family: fontAwesome;
  font-size: 11px;
  line-height: 1.8;
  float: right;
  color: #AAA;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
} */
.side-nav .categories > li > a.has-sub-menu:after {
  content: "\f053";
  font-family: fontAwesome;
  font-size: 11px;
  line-height: 1.8;
  float: right;
  color: #AAA;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-left: auto;
}
/* .side-nav .categories .opend > a:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
} */
.side-nav .categories a.opend:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.side-nav .categories > li > a:hover {
  color: #144677;
}
.side-nav .categories > li > a.active {
  color: #ffffff !important;
    font-weight: 500;
    background: #255b90;
}
.bg-primary {
  background-color: #255b90!important;
}
.side-nav .categories > li > a.active .nav-icon-img {
  filter: invert(1);
}

/* End categories */
/* Start dropdown menu */
.side-nav .categories .side-nav-dropdown {
  padding-top: 0px;
  padding-left: 30px;
  list-style: none;
  display: none;
}
.side-nav .categories a.opend + .side-nav-dropdown {
  display: block;
}
.side-nav .categories .side-nav-dropdown > li > a {
  color: #666666;
  text-decoration: none;
  padding: 7px 0;
  display: block;
  padding-left: 10px;
}
.side-nav .categories .side-nav-dropdown > li > a.active {
  color: #ffffff !important;
  font-weight: 500;
  background: #255b90;

}
.side-nav .categories .side-nav-dropdown > li > a:hover {
   color: #144677;
    /* font-weight: 500; */
}
.side-nav .categories p {
  margin-left: 30px;
  color: #535465;
  margin-top: 10px;
}
.categories > li.active {
  background-color: #144677;
}
.categories > li.active a {
  color: white;
}
.categories > li.active img {
    filter: invert(100%) sepia(93%) saturate(0) hue-rotate(266deg) brightness(105%) contrast(109%);
}
.side-nav .categories > li > a.content-none:after {
  content: none;
}
/* End dropdown menu */

.show-side-nav {
  -webkit-transform: translateX(-290px);
  -moz-transform: translateX(-290px);
  transform: translateX(-290px);
}

.nav-icon-img {
  filter: invert(18%) sepia(25%) saturate(5175%) hue-rotate(192deg) brightness(95%) contrast(85%);
}
.side-nav .categories > li > a:after {
  margin-top: 2px;
}
.side-nav .categories > li {
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.border-bottom-nav-tab {
  border-bottom: 1px solid #e0e0e0;
}


/* Start media query */
@media (max-width: 767px) {
  /* .side-nav .categories > li {
    padding-top: 12px;
    padding-bottom: 12px;
  } */
  .side-nav .search {
    padding: 10px 0 10px 30px
  }
}

/* End side navigation bar  */
/* Start welcome */



.main-color {
  color: #ffc107
}
.warning {background-color: #f0ad4e}
.danger {background-color: #d9534f}
.success {background-color: #5cb85c}
.inf {background-color: #5bc0de}

.mat-button, .mat-fab, .mat-flat-button, .mat-icon-button, .mat-mini-fab, .mat-raised-button, .mat-stroked-button {
    font-family: Roboto,Helvetica Neue,sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.mat-button, .mat-icon-button, .mat-stroked-button {
    color: inherit;
    background: transparent;
}

.mat-button, .mat-icon-button, .mat-stroked-button, .mat-flat-button {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
}

.mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary {
    color: #144677;
}

/* Start bootstrap */
.navbar-right .dropdown-menu {
  right: auto !important;
  left: 0 !important;
}
.navbar-default {
  background-color: #fff;
  border: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
      background-color: #fff;
    border-bottom: 1px solid #dee2e6;
    box-shadow: 0 1px 10px rgba(0,0,0,.16);
    border-radius: 10px;
}
.navbar-default .navbar-nav>li>a {
  color: #EEE !important;
  line-height: 55px !important;
  padding: 0 10px !important;
}
.navbar-default .navbar-brand {color:#FFF !important}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {color: #EEE !important}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {background-color: transparent !important; color: #FFF !important}

.navbar-default .navbar-brand {line-height: 55px !important; padding: 0 !important}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {color: #FFF !important}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {margin: 0 !important}
.nav-btn {    box-shadow: 0 0 0 0 rgba(0,0,0,.2), 0 0 0 0 rgba(0,0,0,.14), 0 0 0 0 rgba(0,0,0,.12);
  border: 1px solid;
  border-color: rgba(0,0,0,.12);
}   
.nav-btn:hover {
  background-color: #f6f8fa;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-btn .mat-icon {
  position: relative;
  top: 7px;
}
.profile-btn {
    height: 100%;
    padding: 5px 20px;
}
.profile-btn div {
    display: flex;
    align-items: center;
    height: 100%;
}
.profile-btn div .icon {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 10px;
}
.profile-btn div {
    display: flex;
    align-items: center;
    height: 100%;
}
.profile-btn div .btn-text {
    flex-direction: column;
    line-height: normal;
    align-items: normal;
}
.profile-btn .icon img {
  width: 100%;
}
.profile-btn div .btn-text div:first-child {
    font-size: .8rem;
    font-weight: 700;
}
.profile-btn div .btn-text div:last-child {
    font-size: .6rem;
    padding-top: 3px;
    text-transform: uppercase;
}
.top-header-img {
  width: 100px;
  margin-left: 15px;
}
.show-side-btn {
      font-size: 26px;
    color: #aaaaaa;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 3px;
}
.slim-breadcrumb {
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
    font-size: 14px;
}

.slim-mainpanel {
    transition: all .2s ease-in-out;
    min-height: calc(100vh - 276px);
}
.slim-mainpanel {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}
.slim-mainpanel .container {
    max-width: none;
    padding: 25px;
}
.slim-pagetitle {
    margin-top: 15px;
    margin-bottom: 10px;
    color: #343a40;
    padding-left: 10px;
    border-left: 4px solid #144677;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: .5px;
}

.section-wrapper {
    border: 1px solid #ced4da;
    background-color: #F6F7FC;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    box-shadow: 1px 1px 20px -5px rgba(0,0,0,.2);
}
.section-wrapper {
    border: none;
}

.a-center.dir-column {
    flex-direction: column;
}
.a-center.j-center {
    justify-content: center;
}
.a-center {
    display: flex!important;
    align-items: center;
}
.mat-fab {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
    transform: translate3d(0, 0, 0);
    transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 0;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    padding: 0;
    flex-shrink: 0;
}
.mat-fab:not([class*=mat-elevation-z]), .mat-mini-fab:not([class*=mat-elevation-z]) {
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2), 0 6px 10px 0 rgba(0,0,0,.14), 0 1px 18px 0 rgba(0,0,0,.12);
}
.mat-fab.mat-warn, .mat-flat-button.mat-warn, .mat-mini-fab.mat-warn, .mat-raised-button.mat-warn {
    background-color: #d50000;
}
.mat-fab.mat-warn, .mat-flat-button.mat-warn, .mat-mini-fab.mat-warn, .mat-raised-button.mat-warn {
    color: #fff;
}
.mat-fab .mat-button-wrapper {
    padding: 16px 0;
    display: inline-block;
    line-height: 24px;
}
.mat-icon {
    background-repeat: no-repeat;
    display: inline-block;
    fill: currentColor;
    height: 24px;
    width: 24px;
}


/*------------------------------------------------------------------------------------
------------------- selfassessment ----------------------------------------
-------------------------------------------------------------------------------*/

.card-header-bold {
        font-weight: 600;
        border-color: #f3f3f3;
      }
      .card-border-right {
        border-right: 1px solid #f3f3f3;
      }
      .card-border-bottom {
        border-bottom: 1px solid #f3f3f3;
      }
      .card-header-light {
        font-weight: 400;
      }
      .q-status-block {
            width: 22px;
    height: 35px;
    border-radius: 0px 4px 4px 0px;
    display: inline-block;
      }
      .question-block {
        width: 75px;
        float: left;
    border-radius: 4px 0px 0px 4px;
    flex-basis: 75px;
    text-align: center;
        border: 1px solid #dadada;
      }
      .green {
        background-color: green;
      }
      .orange {
        background-color: orange;
      }
      .red {
        background-color: red;
      }
      .vertical-center {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
      }
      .cursor-pointer {
        cursor: pointer;
      }
      .card-body .nav-tabs .nav-link {
        padding: 10px;
        font-size:14px;
        font-weight: 600;
      }
      .btn-group-custom {
        box-shadow: none !important;
        width: 100%;
      }
      .btn-group-custom-parent {
        width: 50%;
    margin-top: 15px;
      }
      .btn-group-custom-parent .btn-secondary {
        background-color: transparent;
        border: 1px solid #e0e0e0;
        color: #4f4f4f;
        text-align: left;
      }
      .btn-group-custom-parent .btn-check:active+.btn-secondary, .btn-group-custom-parent .btn-check:checked+.btn-secondary, .btn-group-custom-parent .btn-secondary.active, .btn-group-custom-parent .btn-secondary:active, .btn-group-custom-parent .show>.btn-secondary.dropdown-toggle {
        background-color: #144677;
        border: none;
      }
      .gray-btn-bg {
        background-color: #b5b2b2;
      }
      .btn:focus.gray-btn-bg, .btn:hover.gray-btn-bg {
        background-color: #8c8c8c;
      }
      .justify-space-between {
        justify-content: space-between;
      }
      .answer-description {
        display: inline-block;
      }
      .file-h6 {
          margin-bottom: 2px;
      }
      .file-h6 span {
          color: #af0000;
      }
      .intimate-text {
          color: red;
          font-size: 13px;
      }
      span.mandatory-star {
        color: #ff0b0b;
      }
      span.color-box {
          width: 10px;
          height: 10px;
          margin-top: 20px;
          display: inline-block;
          margin-right: 5px;
      }
      span.color-box.answered {
          border: 1px solid #004e00;
          background-color: green;
      }
      span.color-box.yettoanswer {
        background-color: #ffa500;
        border: 1px solid #9c6603;
      }
      span.flag-color {
          background-color: #ff2a00;
          border: 1px solid #b51e00;
      }
      span.flag-icon {
          color: white;
          font-size: 21px;
          margin-top: 6px;
      }
      span.descript-text {
        font-size: 12px;
      }
      .file-detail-table tr {
        vertical-align: middle;
      }
      .pdf-img {
          filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
      }

      /*------------------- upload page ---------------------*/
      .upload-form-container {
        border: 1px solid #e0e0e0;
      }
      .upload-form-row {
        border-bottom: 1px solid #e0e0e0;
      }
      .upload-form-row:last-child {
        border-bottom: 0;
      }



      /*------------------------ responsive ------------------------*/

@media (max-width: 767px) {
  .navbar>.container-fluid .navbar-brand {
    margin-left: 15px !important;
  }
  .navbar-default .navbar-nav>li>a {
    padding-left: 0 !important;
  }
  .navbar-nav {
    margin: 0 !important;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: none !important;
  }
  .slim-mainpanel .container {
    padding: 25px;
}

}

.navbar-default .navbar-nav>li>a {
  float: left !important;
}
.navbar-default .navbar-nav>li>a>span:not(.caret) {
  background-color: #e74c3c !important;
  border-radius: 50% !important;
  height: 25px !important;
  width: 25px !important;
  padding: 2px !important;
  font-size: 11px !important;
  position: relative !important;
  top: -10px !important;
  right: 5px !important
}
.dropdown-menu>li>a {
  padding-top: 5px !important;
  padding-right: 5px !important;
}
.navbar-default .navbar-nav>li>a>i {
  font-size: 18px !important;
}




/* Start media query */

@media (max-width: 767px) {
  #contents {
    margin: 0 !important
  }
  .statistics .box {
    margin-bottom: 25px !important;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #CCC !important
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #FFF !important
  }
  .navbar-default .navbar-toggle{
    border:none !important;
    color: #EEE !important;
    font-size: 18px !important;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {background-color: transparent !important}
}

@media (min-width: 576px) {
  .slim-pageheader {
    padding: 0 0 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

}

.modal {
    z-index: 90000;
}
.menupage-height-set {
  height: calc(100vh - 195px);
}

.view-icon {
  color: blue;
  margin: 5px;
  cursor: pointer;
}
.delete-icon {
  color: red;
  margin: 5px;
  cursor: pointer;
}
.edit-icon {
  margin: 5px;
  cursor: pointer;
}

/*--------------- header ------------------*/

#bs-example-navbar-collapse-1 {
  height: 50px;
}
#bs-example-navbar-collapse-1 .float-end .nav-btn {
      position: relative;
    top: 50%;
    transform: translateY(-43%);
}
#bs-example-navbar-collapse-1 .fa-bars.show-side-btn {
  margin-top: 5px;
}
.navbar.navbar-default {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1000;
}

table { 
  table-layout: fixed;
}

/*add-25-05-2021*/
.nav-btn .mat-icon {
  position: relative;
  top: 0px;
  vertical-align: middle;
}

.card-header-bold h6 {
	margin: 0;
}
.card-header-bold h6 span {
	margin: 0 !important;
    line-height: 19px;
}

.point-btn {
	z-index: 2;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
	border: 0;
	padding-bottom: 10px;
}

.dropdown-menu .dropdown-item span {
  vertical-align: middle;
margin-right: 8px;
}
.mat-form-field-appearance-outline .mat-select-arrow-wrapper {
  transform: translateY(0);
}


.table-marker-detail th, .table-marker-detail td {  
  padding: .50rem !important;
  vertical-align: middle !important;    
}

.table>:not(caption)>*>* {
  padding: .75rem !important;
}

.bg-blue {
  background-color: #255b90;    
}

.bg-header-navyblue {
  background-color: #144677 !important;    
  color:#ffffff !important;  
}

.bg-header-blue {
  background-color: #255b90 !important;    
  color:#ffffff !important;
}

.bgcolor-salmon {
  background-color: #FFA07A !important;      
}

.txt-color {
  color:#ffffff !important;
}

.mat-row:nth-child(even){
  background-color: #e6f5fc;
}

.mat-header-row {
  background-color: #255b90;   
}

.mat-header-cell{
  color: #ffffff !important;
}

.mat-sort-header-arrow {
  color:#ffffff;
}

.status-tag {
  width: 100px;
  padding: 5px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 12px;
  border-radius: 5px;
}

.ml-25{
  margin-left: 25px;
}

.m-imp-0{
  margin: 0px;
}

.mb-imp-5{
  margin-bottom: 5px !important;
}

.ftsize-14 {
  font-size: 14px;
}

.ftsize-16 {
  font-size: 16px;
}

.ftsize-18 {
  font-size: 18px;
}
.to-upper {
  text-transform: uppercase;
}

.ftweight-normal {
  font-weight: normal !important;
}

.ftweight-lighter {
  font-weight: lighter !important;
}

.table-cell-vertical th, .table-cell-vertical td {
  vertical-align: middle !important;
}

.wd-100{
  width: 100px;
}

.wd-auto {
  width: auto;
}

.icon-red-color {
  color: red !important;
}

/*********************DASHBOARD -- START ************************/

.dashboard-statewise-list tr:nth-child(even){
  background-color: #e6f5fc;
}

.section-dashboard .asseser-upload-card .col-md-4 .card {
	height: 100%;
}
.section-dashboard .asseser-upload-card .col-md-4 .card .card-body .col-3 {
	    display: flex;
    align-items: center;
    justify-content: center;
}
.section-dashboard .asseser-upload-card .col-md-4 .card .card-body .col-3 span {
	    margin-top: 0px !important;
    align-items: center;
}

.section-dashboard .assesor-table-top-box h5.prog-bar-card-h5 {
  font-size: 16px;
  margin-bottom: 3px;
}
.section-dashboard .assesor-table-top-box .prog-count-span {
font-size: 14px;
}
.section-dashboard a.icon-download-excel {
color: #007bff;
}
.section-dashboard a.icon-download-excel span {
font-size: 24px !important;
}


/*********************DASHBOARD -- END ************************/

.bulk-upload-btn, .add-user-btn {
	display: flex;
	align-items: center;
}

.ftweight-500{
  font-weight: 500;
}

/*
.accordian-sibling + .accordion-collapse {
  display: none;
}

*/

/******************** Document Upload / Asessment  - START ****************/
.row-vertical-align-middle {
  display: flex;
  align-items: center;
}
/*
label.status-drop-label {
  -webkit-transform: translateY(-10px) translateY(7px) scale(.8);
  transform: translateY(-10px) translateY(7px) scale(.8);
  background: white;
  z-index: 1;
  padding: 0px 5px;
  padding-top: 0px !important;
  line-height: 10px;
}
.form-outline .status-dropdown.active~.form-label, .form-outline .status-dropdown:focus~.form-label {
  -webkit-transform: translateY(-10px) translateY(7px) scale(.8);
  transform: translateY(-10px) translateY(7px) scale(.8);
}

.status-dropdown {
  cursor: pointer;
  font-size: 15px;
}*/
label.status-drop-label {
  -webkit-transform: translateY(-10px) translateY(7px) scale(.8);
  transform: translateY(-10px) translateY(7px) scale(.8);
  background: white;
  z-index: 1;
  padding: 0px 5px;
  padding-top: 0px !important;
  line-height: 10px;
}
.form-outline .status-dropdown.active~.status-drop-label, .form-outline .status-dropdown:focus~.status-drop-label {
  -webkit-transform: translateY(-10px) translateY(7px) scale(.8);
  transform: translateY(-10px) translateY(7px) scale(.8);
}

.status-dropdown {
  cursor: pointer;
  font-size: 15px;
}

.mat-form-field-label-wrapper {
  top: 0;
}

.nodalofficer-view-icon {
  padding: 0px;
  float: right;
  font-size: 24px;
  margin: 0px;
}

.assessor-view-icon {
  padding: 0px;
  float: right;
  font-size: 24px;
  margin: 0px;
}
/******************** Document Upload / Asessment  - END ****************/

body.sm-screen #contents {
  margin-left: 0 !important;
}
.sm-toggle-btn {
  display: none;
}
.lg-toggle-btn {
  display: initial;
}
.bg-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgb(0 0 0 / 50%);
  left: 0;
  right: 0;
  top: 0;
  border: 0;
  z-index: 8;
  display: none;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: background-color,visibility;
}
.side-nav {
  z-index: 9 !important;
}
.container-fluid .desktop {
  display: initial;
}
.hide-sm {
  display: inline-block;
}
.container-fluid.mobile {
  display: none;
}
.mobile .mat-stroked-button {
    min-width: 0;
    line-height: initial;
}
.top-header-img.ss-logo {
  width: auto;
  max-width: 150px;
}
.btn-logout {
  min-width: 0;
  top: 50%;
  transform: translateY(-25%);
  line-height: normal;
  padding: 0;
}

.table td, .table th {
  vertical-align: middle;
}
@media screen and (max-width: 1400px) { 
    .sm-toggle-btn {
      display: initial;
    }
    .lg-toggle-btn {
      display: none;
    }
    .side-nav {
      transform: translateX(-290px);
    }
    .side-nav.show-side-nav {
      transform: translateX(0);
      z-index: 9 !important;
    }
    body.sm-screen.sm-menu .bg-overlay {
      display: block;
    }
}
@media screen and (max-width: 900px) { 
  .container-fluid .hide-sm {
    display: none;
  }
  .container-fluid.mobile {
    display: block;
    border-top: 1px solid #e0e0e0;
  }
}

@media screen and (max-width: 620px) { 
  .top-header-img.ss-logo {
    display: none;
  }
}

@media screen and (max-width: 450px) { 
  .desktop .top-header-img {
    display: none;
  }
}