@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Muli:300,400);
@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap);
body{
    font-family: Poppins, Helvetica Neue, sans-serif;
    /* font-family: "Muli", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif !important;  */
    font-size:16px;
}
footer{
    font-size:21px;
}
.bg-dark{
    background-color: #212529 !important;
}
.bg-danger{
    background-color: #dd3d31 !important;
}
.btn, .alert, .card, .card-header,input:not([type="radio"]):not([type="checkbox"]){
    border-radius:0 !important;
}

@media (min-width:992px){
    #mainBody{
        min-height: 890px;
    }
}
  
  @-webkit-keyframes fadein {
    from {right: 0; opacity: 0;} 
    to {right: 30px; opacity: 1;}
  }
  
  @keyframes fadein {
    from {right: 0; opacity: 0;}
    to {right: 30px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
    from {right: 30px; opacity: 1;} 
    to {right: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
    from {right: 30px; opacity: 1;}
    to {right: 0; opacity: 0;}
  }
 
  .disable-div {
    pointer-events: none;
  }
  .bodyBgL{
    background-color: #f1f1f1;
  }
  .footerBg{
    background-color: #fff !important;
    box-shadow: 0 0 15px rgba(0,0,0,0.07);
  }

  .container-fluid{
    padding:0 30px;max-width:1600px!important;
  }
  @media only screen and (max-width: 1599px){
    .container-fluid{max-width:1380px!important;}
  }
  @media only screen and (max-width: 767px){
    .container-fluid{padding:0 20px!important;}
  }

  #megaMenu {
    position:absolute;

    width:100%;
    z-index:1;
  }

  .page-link{
    color:#2b3484 !important;
  }

  .page-item.active .page-link{
    background-color:#2b3484 !important;
    border-color:#2b3484 !important;
    color:#ffffff !important;
  }

  .disabled .page-link {
    color: gray !important;
  }
  .form-check-input:checked{
    background-color:#2B3484 !important;
    border-color:#2b3484 !important;
  }

  [v-cloak] {
    display: none;
  }


  .text-vertical {
    transform: rotate(270deg);
    transform-origin: top left;
    padding:0;
    margin-top:100px;
    margin-right: -60px;
    padding-top:10px;
    padding-bottom: 0px;
    }

      .breadcrumb-item a{
        color: #343a40 ! important;
        text-decoration: none !important;
      }

  
.loginBody {
      height: 100%;
    font-family: Poppins-Regular, sans-serif;
    background-image : url("../img/loginBG.png") !important;
    background-repeat: no-repeat;
    /* background-attachment: fixed;  */
    background-size: cover;
      background-position: left top 100% 100%;
      /* background-size: 100% 100%; */
  }
  
  .container-login {
    width: 100%;  
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    /* background: #ebeeef; */
  }
  
  
  .wrap-login {
    width: 670px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
  
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2); 
    border-radius: 5px;
    position: relative;
    z-index: 1;
    background: inherit;
    overflow: hidden;
    color:black;
    padding:70px 100px 50px 100px;
  }
  
  .wrap-login:before {
    content: "";
    position: absolute;
    background: inherit;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 2000px 2000px 2000px rgba(255, 255, 255, .8);
    filter: blur(10px);
    margin: -20px;
  }
  

  .bs4-order-tracking {
    margin-bottom: 30px;
    overflow: hidden;
    color: #878788;
    padding-left: 0px;
    margin-top: 30px
}

.bs4-order-tracking li {
    list-style-type: none;
    font-size: 13px;
    width: 13%;
    float: left;
    position: relative;
    font-weight: 400;
    color: #878788;
    text-align: center
}

.bs4-order-tracking li:first-child:before {
    margin-left: 15px !important;
    padding-left: 11px !important;
    text-align: left !important
}

.bs4-order-tracking li:last-child:before {
    margin-right: 5px !important;
    padding-right: 11px !important;
    text-align: right !important
}

.bs4-order-tracking li>div {
    color: #fff;
    width: 29px;
    text-align: center;
    line-height: 29px;
    display: block;
    font-size: 12px;
    background: #878788;
    border-radius: 50%;
    margin: auto
}

.bs4-order-tracking li:after {
    content: '';
    width: 150%;
    height: 2px;
    background: #878788;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 15px;
    z-index: -1
}

.bs4-order-tracking li:first-child:after {
    left: 50%
}

.bs4-order-tracking li:last-child:after {
    left: 0% !important;
    width: 0% !important
}

.bs4-order-tracking li.active {
    font-weight: bold;
    color: #198754
}

.bs4-order-tracking li.active>div {
    background: #198754
}

.bs4-order-tracking li.active:after {
    background: #198754
}

.card-timeline {
    background-color: #fff;
    z-index: 0
}


.callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.callout h4 {
  margin-top: 0;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout code,
.callout .highlight {
  background-color: #fff;
}

/* Themes for different contexts */
.callout-success {
  background-color: #fff;
  border-color: #198754;
}
.callout-primary {
  background-color: #fff;
  border-color: #2B3484;
}
.callout-danger {
  background-color: #fff;
  border-color: #dc3545;
}
.callout-warning {
  background-color: #fff;
  border-color: #ffc107;
}
.callout-info {
  background-color: #fff;
  border-color: #0a2ecc;
}



.b-example-divider {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  pointer-events: none;
  fill: currentColor;
}

.dropdown-toggle { outline: 0; }

.nav-flush .nav-link {
  border-radius: 0;
}

.btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, .65);
  background-color: transparent;
  border: 0;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, .85);
  background-color: #d2dcf4;
  /* background-color: #d2f4ea; */
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
  text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  /* background-color: #d2f4ea; */
  background-color: #d2dcf4;
}

.scrollarea {
  overflow-y: auto;
}

.fw-semibold { font-weight: 600; }
.lh-tight { line-height: 1.25; }



.fade-enter-active, .fade-leave-active {
  transition: opacity .2s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}

.bounce-transition {
  display: inline-block; /* otherwise scale animation won't work */
}
.bounce-enter {
  animation: bounce-in .9s;
}
.bounce-leave {
  animation: bounce-out .9s;
}
@keyframes bounce-in {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounce-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(0);
  }
}



.menuOverflow{
  position: fixed;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
}
.menuOverflow::-webkit-scrollbar{
  width: 0px;
  background: transparent;
}