/*CUSTOMIZED CSS*/

/*0492FF*/
/*144168*/

h3, .h3{
  font-size: 1.5rem;
}
*, input, textarea {
  -webkit-user-select: auto !important;
  -khtml-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  -o-user-select: auto !important;
  user-select: auto !important;  
}
.md .toolbar-bottom{
	position: fixed;
	bottom: 0px;
	display: block;
	top: auto !important;
	background: #fff !important;
	box-shadow: 4px 6px 15px rgb(0,0,0,0.3) !important;
	border-radius: 5px;
	border-top: 1px solid rgb(0,0,0,0.1) !important;
}

.md .toolbar-white{
	background: #fff !important;
  box-shadow: 4px 6px 24px rgb(0,0,0,0.1) !important;
}


.md .toolbar-bottom .tab-link, .md .toolbar-white .tab-link{
	color: #acacac !important;
}

.md .toolbar-bottom .tab-link-active, .md .toolbar-white .tab-link-active{
	color: #0492FF !important;
}

.md .toolbar-bottom a span, .md .toolbar-white a span{
	font-size: 11px !important;
}

.md .toolbar.tabbar-labels:not(.toolbar-bottom-md)~* .page-content, .md .toolbar.tabbar-labels:not(.toolbar-bottom-md)~.page-content{
	padding-top: 0px !important;
}

.md .toolbar-white .tab-link{
  border-bottom: 3px solid #acacac;
}

.md .toolbar-white .tab-link-active{
  border-bottom: 3px solid #0492FF;
}

.tab-overlay {
	background: #0492FF;
	height: 80px;
	width: 100%;
	z-index: -10;
	position: absolute;
	display: block;
}

.tab-overlay-flat{
	background: #0492FF;
	height: 110px;
	width: 100%;
	z-index: -10;
	position: absolute;
	display: block;
}

.swiper-wrapper, .demo-swiper{
	height: 170px !important;
}

.demo-swiper .swiper-slide img{
	height: 170px;
	width: 100%;
	object-fit: cover;
	border-radius: 25px;
}

.demo-swiper{
	margin: 0px 0 10px !important;
}

.demo-swiper.demo-swiper-auto .swiper-slide, .demo-swiper.demo-swiper-auto .swiper-slide img{
	border-radius: 15px;
}

.color-white{
	color: #fff !important;
}

.card-dompet-iuran, .card-dompet-iuran .card-content, .card{
	background: #fff;
	border-radius: 10px !important;
	box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.05) !important;
	margin: 8px 0px !important;
}

.text-dompet-iuran{
	font-size: 20px;
	margin-block-start: 0.4em;
	margin-block-end: 0.4em;
}

.p25{
	padding: 25px !important;
}

.right-notif{
	position: absolute;
	right: 20px;
	top: 8px;
}

.right-notif a{
	color: #fff !important;
}

.justify-content-center{
	justify-content: center;
}

.card.card-icon {
	width: 60px;
	height: 60px;
	border-radius: 50% !important;
	margin: 0px auto !important;
	position: relative;
	display: block;
	text-align: center;
}

.card-icon img {
	margin-top: 13px;
	width: 32px;
}

span.icon-label {
	font-size: 12px;
	padding-top: 12px;
	position: relative;
	display: block;
	text-align: center;
}

span.icon-label2 {
  font-size: 10px;
  padding-top: 0px;
  position: relative;
  display: block;
  text-align: center;
}

.m-10 {
	margin: 10px !important;
}

.mb-10{
	margin-bottom: 10px;
}

.mr-10{
	margin-right: 10px;
}

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

.pb-55{
	padding-bottom: 85px !important; 
}

.bg-white{
	background: #fff !important;
  border-radius: 4px;
}

.absolute-white:before {
	content: "";
	background: #fff;
	width: 100%;
	height: 200px;
	display: block;
	position: absolute;
	z-index: -11;
}

.card-gradient-blue{
	background: #0072ff;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #00c6ff, #0072ff);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #00c6ff, #0072ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.card-gradient-orange{
	background: #f12711;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #f5af19, #f12711);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #f5af19, #f12711); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.card-gradient-purple{
	background: #ff00cc;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #333399, #ff00cc);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #333399, #ff00cc); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.card-gradient-red{
	background: #ee0979;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #ff6a00, #ee0979);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #ff6a00, #ee0979); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.card-promo{
	color: #fff;
	padding: 5px 25px 15px 25px;
	text-align: justify;
	box-shadow: none !important;
	margin-top: 10px;
}

.card-promo button{
	position: relative;
	width: 100px !important;
	color: #fff !important;
	border: 1px solid #fff !important;
	float: right;
	display: block;
}

.no-border{
	border: 0px solid #fff !important;
}

.img-login{
	margin: 0px auto;
	display: block;
	margin-top: 50px;
}

.menubottom{
	position: fixed;
	bottom: 80px;
	width: 100%;
	margin: 10px 0px !important;
}

.img-profile{
	width: 80px;
  height: 80px; 
  object-fit: cover;
  border-radius: 5px;
  border: 3px solid #0492ff;
  line-height: 0px;
  display: block;
}

.hr-mid-saldo{
	display: block;
	position: absolute;
	z-index: 100;
	width: 2px;
	height: 70px;
	background: #d6d6d6;
	left: 50%;
	transform: translate(-50%, 0)
}

.img-home{
  border-radius: 50%;
  width: 42px;
  height: 42px;
  border: 1px solid #fff;
  position: absolute;
  object-fit: cover;
}

.btn-lihat-all{
	position: absolute;
	right: 3px;
	top: -7px;
	font-size: 13px;
	font-weight: 600;
	width: 120px !important;
}

.alert-danger{
	background: #fc544b;
  padding: 15px 7px;
  color: #fff;
  border-radius: 5px;
}

.alert-info{
	background: #3abaf4;
  padding: 15px 7px;
  color: #fff;
  border-radius: 5px;
}

.alert-warning{
	background: #ffa426;
  padding: 15px 7px;
  color: #fff;
  border-radius: 5px;
}

.alert-primary{
	background: #0492FF;
  padding: 15px 7px;
  color: #fff;
  border-radius: 5px;
}

.alert-success{
	background: #63ed7a;
  padding: 15px 7px;
  color: #fff;
  border-radius: 5px;
}

/* new styling */
.img-kampus{
  width: 55px;
  height: 55px;
  max-width: 55px;
  max-height: 55px;
  object-fit: cover;
  border-radius: 5px;
  background-color: #e8e8e8;
}

.img-issue{
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 5px;
}

.item-content65 {
  min-height: 70px !important;
  padding-left: 0px !important;
}

.bannerkampus{

}

.bannerkampus a{
  position: absolute;
  background: #9e9e9e;
  padding: 10px;
  border-radius: 50%;
  top: 10px;
  left: 10px;
}

.bannerkampus img{
  width: 100%;
  display: block;
  position: relative;
  height: 400px;
  object-fit: cover;
  border-radius: 4px;
}

/*.md .page{
	overflow-y: scroll;
	overflow-x: hidden;
  }*/

  .cd-breadcrumb, .cd-multi-steps {
    width: 100%;
    padding: 0em !important;
    margin: 0px 0px auto;
    border-radius: .25em;
  }
  .cd-breadcrumb::after, .cd-multi-steps::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-breadcrumb li, .cd-multi-steps li {
    display: inline-block;
    float: left;
    margin: 0.5em 0;
  }
  .cd-breadcrumb li::after, .cd-multi-steps li::after {
    /* this is the separator between items */
    display: inline-block;
    content: '\00bb';
    margin: 0 .6em;
    color: #959fa5;
  }
  .cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
    /* hide separator after the last item */
    display: none;
  }
  .cd-breadcrumb li > *, .cd-multi-steps li > * {
    /* single step */
    display: inline-block;
    font-size: 1.4rem;
    color: #2c3f4c;
  }
  .cd-breadcrumb li.current > *, .cd-multi-steps li.current > * {
    /* selected step */
    color: #96c03d;
  }
  .no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
    /* steps already visited */
    color: #96c03d;
  }
  .cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
    /* replace the default separator with a custom icon */
    content: '';
    height: 16px;
    width: 16px;
    background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-separator.svg) no-repeat center center;
    vertical-align: middle;
  }
  .cd-breadcrumb.custom-icons li > *::before, .cd-multi-steps.custom-icons li > *::before {
    /* add a custom icon before each item */
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: .4em;
    margin-top: -2px;
    background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-icons-01.svg) no-repeat 0 0;
    vertical-align: middle;
  }
  .cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
    /* change custom icon using image sprites */
    background-position: -20px 0;
  }
  .cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before {
    background-position: -40px 0;
  }
  .cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before {
    background-position: -60px 0;
  }
  .cd-breadcrumb.custom-icons li.current:first-of-type > *::before, .cd-multi-steps.custom-icons li.current:first-of-type > *::before {
    /* change custom icon for the current item */
    background-position: 0 -20px;
  }
  .cd-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(2) > *::before {
    background-position: -20px -20px;
  }
  .cd-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(3) > *::before {
    background-position: -40px -20px;
  }
  .cd-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(4) > *::before {
    background-position: -60px -20px;
  }
  @media only screen and (min-width: 768px) {
    .cd-breadcrumb, .cd-multi-steps {
      padding: 0 1.2em;
    }
    .cd-breadcrumb li, .cd-multi-steps li {
      margin: 1.2em 0;
    }
    .cd-breadcrumb li::after, .cd-multi-steps li::after {
      margin: 0 1em;
    }
    .cd-breadcrumb li > *, .cd-multi-steps li > * {
      font-size: 1.6rem;
    }
  }
  .breadcrumb-item + .breadcrumb-item{
    padding-left: 0px;
  }

  .breadcrumb-item.active {
    font-weight: 700;
  }

  span.status-item-ruang {
    position: absolute;
    right: 10px;
    top: 26px;
    font-size: 12px;
  }

  /* Timeline */
/* .timeline {
  border-left: 4px solid #0492FF;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.8);
  margin: 50px auto;
  letter-spacing: 0.5px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 50px;
  list-style: none;
  text-align: left;
  font-weight: 100;
  max-width: 100%;
}
.timeline h1, .timeline h2, .timeline h3 {
    letter-spacing: .5px;
    font-weight: 100;
    font-size: 1.2em;
}
.timeline .event {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
  position: relative;
  color: #000
}
.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}
.timeline .event:before {
  left: -24px;
  color: rgba(255, 255, 255, 0.4);
  content: attr(data-date);
  text-align: right;
  font-weight: 100;
  font-size: 0.9em;
  min-width: 120px;
}
.timeline .event:after {
  box-shadow: 0 0 0 4px #FFAA00;
  left: -24px;
  background: #FFAA00;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
  top: 5px;
}

.timeline .teknisi{
    display: block;
    font-size: 12px;
    background: whitesmoke;
    padding: 2px 6px 0px;
    border-radius: 5px;
}

.timeline .date{
    font-size: 13px;
    } */
    .qr-left{
      position: absolute;
      right: 10px;
      top: 7px;
      font-size: 25px;
    }

    .laporisu-left{
     position: absolute;
     right: 10px;
   }

   .color-black{
     color: #000 !important
   }

   /* custom fab */

   .newfabs {
    bottom: 20px;
    position: fixed;
    margin: 1em;
    right: 20px;
    z-index: 1000;
  }

  .newfabs .fab {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    text-align: center;
    color: #FFF;
    background: #0492FF;
    margin: 25px auto 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
    cursor: pointer;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    position: relative;
    z-index: 998;
    overflow: hidden;
  }

  #qrcode img{
    width: 50% !important;
    height: 100% !important;
    margin: 0px auto;
  }

  .h-70px{
    height: 70px !important;
  }

  .white-padding-margin{
    padding: 15px;
    margin-bottom: 10px;
  }

  .margin-15{
    margin: 0px 15px !important;
  }
  
  .avatar-upload{
    margin-top: 10px;
  }
  
  .avatar-upload .avatar-edit {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
  }

  .avatar-upload .avatar-edit input {
    display: none;
  }

  .avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    border-radius: 5px;
    background: #50505050;
    border: 1px solid transparent;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
  }

  .avatar-upload .avatar-edit input + label:hover {
    background: #00000050;
    border-color: #d6d6d6;
  }

/*.avatar-upload .avatar-edit input + label:after {
    content: "Pilih Gambar";
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 156px;
    padding-top: 150px;
    border-radius: 5px;
    }*/

    .avatar-upload .avatar-preview {
      width: 100%;
      height: 306px;
      position: relative;
      border-radius: 5px;
      border: 3px dashed #808080;
    }

    .avatar-upload .avatar-preview > div {
      width: 100%;
      height: 300px;
      border-radius: 5px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }

    .avatar-upload2{
      margin-top: 10px;
    }

    .avatar-upload2 .avatar-edit2 {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 1;
    }

    .avatar-upload2 .avatar-edit2 input {
      display: none;
    }

    .avatar-upload2 .avatar-edit2 input + label {
      display: inline-block;
      width: 100%;
      height: 100%;
      margin-bottom: 0;
      border-radius: 5px;
      background: #50505050;
      border: 1px solid transparent;
      cursor: pointer;
      font-weight: normal;
      transition: all 0.2s ease-in-out;
    }

    .avatar-upload2 .avatar-edit2 input + label:hover {
      background: #00000050;
      border-color: #d6d6d6;
    }

/*.avatar-upload2 .avatar-edit2 input + label:after {
    content: "Pilih Gambar";
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 156px;
    padding-top: 150px;
    border-radius: 5px;
    }*/

    .avatar-upload2 .avatar-preview2 {
      width: 100%;
      height: 306px;
      position: relative;
      border-radius: 5px;
      border: 3px dashed #808080;
    }

    .avatar-upload2 .avatar-preview2 > div {
      width: 100%;
      height: 300px;
      border-radius: 5px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }

    .avatar-upload3{
      margin-top: 10px;
    }

    .avatar-upload3 .avatar-edit3 {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 1;
    }

    .avatar-upload3 .avatar-edit3 input {
      display: none;
    }

    .avatar-upload3 .avatar-edit3 input + label {
      display: inline-block;
      width: 100%;
      height: 100%;
      margin-bottom: 0;
      border-radius: 5px;
      background: #50505050;
      border: 1px solid transparent;
      cursor: pointer;
      font-weight: normal;
      transition: all 0.2s ease-in-out;
    }

    .avatar-upload3 .avatar-edit3 input + label:hover {
      background: #00000050;
      border-color: #d6d6d6;
    }

/*.avatar-upload3 .avatar-edit3 input + label:after {
    content: "Pilih Gambar";
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 156px;
    padding-top: 150px;
    border-radius: 5px;
    }*/

    .avatar-upload3 .avatar-preview3 {
      width: 100%;
      height: 306px;
      position: relative;
      border-radius: 5px;
      border: 3px dashed #808080;
    }

    .avatar-upload3 .avatar-preview3 > div {
      width: 100%;
      height: 300px;
      border-radius: 5px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }

    .list > ul > li > label{
      min-height: 50px !important;
    }

    .smart-select-page .navbar .navbar-inner .subnavbar:after{
      display: none;
    }

    .smart-select-page .page-content .list ul{
      margin: 0px 15px; 
    }

    .smart-select-page .page-content .list ul li label{
      min-height: 50px !important;
    }

    #app{
      height: 100% !important;
    }

    .mid-center{
      float: none;
      position: relative;
      display: block;
      margin: 0px auto !important;
    }

    body{
      overflow-y: hidden !important;
    }

    .page-scroll{
      overflow-y: scroll !important;
    }

    .page-content2{
      height: 100%;
    }

    .sidebar-off{
      color: #1d1d1d !important;
      transition: 0.4s;
    }

    .sidebar-off:hover{
      color: #0492FF !important;
    }

    .tabs-animated-wrap>.tabs>.tab{
      overflow-y: hidden;
      margin-left: 0px !important;
    }

    .swal2-actions{
      text-align: center;
    }

    .swal2-actions button{
      width: auto;
    }

    @keyframes bounce {
      0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        -ms-transform:     translateY(0);
        transform:         translateY(0)
      }
      40% {
        -webkit-transform: translateY(-30px);
        -ms-transform:     translateY(-30px);
        transform:         translateY(-30px)
      }
      60% {
        -webkit-transform: translateY(-15px);
        -ms-transform:     translateY(-15px);
        transform:         translateY(-15px)
      }
    }

    .loadertama{
      display: block;
      position: fixed;
      width: 100%;
      height: 100vh;
      background-color: #fff;
      z-index: 9999;
    }

    .loadertama img{
      width: 100px;
      animation-name: bounce;
      -moz-animation-name: bounce;
      display: block;
      position: absolute;
      left: 0; 
      right: 0; 
      margin-left: auto; 
      margin-right: auto; 
      top: 45%;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
    }

    input[type="date"]::-webkit-calendar-picker-indicator {
      background: transparent;
      bottom: 0;
      color: transparent;
      cursor: pointer;
      height: auto;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: auto;
    }

    .ps>.ps__scrollbar-y-rail{
      z-index: 501;
    }

    .screen-login{
      width: 500px;
      margin: 0px auto;
      box-shadow: 0 20px 100px -20px rgba(0,0,0,.1);
      border-radius: 3px;
      margin-top: 35px;
      padding: 20px;
      background: #fff;
    }

    @media(max-width: 767px){
      .screen-login{
        width: 95%;
        margin-top:20px;
      }
    }

    .issuemastercard li{
      width: 24%;
      display: inline-block;
      margin-left: 3px;
    }

    .issuemastercard li a{
      min-height: 120px !important;
      text-align: center;
      padding-left: 0px;
      border: 1px solid #ddd;
      border-radius: 5px;
    }

    .issuemastercard li a .item-media{
      width: 100%;
    }

    .issuemastercard li a .item-media img{

    }

    .issuemastercard > li > a > .item-inner{
      position: absolute;
      bottom: 0px;
      padding: 0px !important;
      margin-left: 0px !important;
    }

    #appendcampus li{
      width: 49%;
      display: inline-block;
      border: 1px solid #ddd;
      border-radius: 5px;
      margin-right: 5px;
    }

    #appendcampus li .item-media{
      width: 100%;
    }

    #appendcampus li .item-media img{
      width: 96%;
      height: 175px;
      max-width: 96%;
      max-height: 175px;
      margin: 0px auto;
    }

    #appendcampus li .item-inner{
      min-height: 48px;
      padding-right: 0px;
      position: absolute;
      top: 190px;
      padding: 0px 0px 0px 8px !important;
      margin-left: 0px !important;
    }


    .navbarmobile{
      display: none;
    }
    @media(max-width: 767px){
      #appendcampus li{
        width: 100%;
        margin-left: 0px;
      }

      .rowcampusname{
        padding: 0px 15px 0px 15px !important;
      }

      .btncampusname{
        display: block !important;
      }

      .btncampusname div{
        font-size: 9px !important;
        margin-left: 0px !important;
        margin-top: -20px;
      }

      .swipeout-actions-right{
        right: 60px !important;
        top: 25px;
      }

      .swipeout-actions-right a i{
        font-size: 17px !important;
      }

      .side-menu{
        position: fixed !important;
        display: none;
        background-color: #fff;
        border-right: 0px !important;
      }

      .main-content{
        max-width: 100% !important;
      }

      .main-content .content{
        left: 0 !important;
        width: 100% !important;
      }

      .navbar-toggler{
        float: right !important;
        width: auto !important;
      } 

      .md .navbar~* .page-content, .md .navbar~.page-content{
        padding-top:70px;
      }

      .navbarmobile{
        display: block;
      }
    }
