/* .layout-sidebar-large .main-header .header-icon {
  color:#fff !important;
} */
.layout-sidebar-large .main-header .logo img{
  width: 110px !important;
}
/* .layout-sidebar-large .main-header {
  background:#009688 !important;
} */
.layout-sidebar-large .main-header .logo {
  background: #fff !important;
  height: 100%;
}
.layout-sidebar-large .main-header .logo img {
  margin:5px auto !important;
}
/* .layout-sidebar-large .main-header .menu-toggle div {
  background: #fff !important;
} */

.loading_wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    display: block;
    position: absolute;
  }

  .loader_logo {
    height: 80px;
    width: 120px;
    position: relative;
    margin: 0 auto;
    top: 35%;
  }

  .loader_logo img {
    height: 100%;
    width: 100%;
  }

  .loading {
    border: 3px solid rgba(6, 72, 88, 0.45);
    position: relative;
    margin: 0 auto;
    top: 40%;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border-top-color: #04525c;
    animation: loader 1s ease-in-out infinite;
    -webkit-animation: loader 1s ease-in-out infinite;
  }

  @keyframes loader {
    to {
      -webkit-transform: rotate(360deg);
    }
  }

  @-webkit-keyframes loader {
    to {
      -webkit-transform: rotate(360deg);
    }
  }
