.media{
    align-items: center !important;
}
.BannerMode{
    float: right;
}
.vs__actions .vs__open-indicator {
    fill: #6e6b7b;
    opacity:5
}
.breadcrumb-item.active {
    color:#1f58b5 ! important
}
/* .textTransform {
    text-transform: uppercase !important
}
.table thead th.textTransform, .table tfoot th.textTransform{
    text-transform: uppercase !important
} */
.media-body{
    font-weight: 500;
    font-size: .9rem !important;
}
.swiper-button-prev:after, .swiper-button-next:after {
    font-size:10px !important;
    /* margin: 5px !important; */
    /* background-color: #7367f0; */
    /* box-shadow: 0 2px 4px 0 #fff !important; */
    border-radius: 100%;
    padding: 5px;
    color: black;
    width: 100%;
    background-position: 50%;
    background-color: #fff;
    background-size: 24px!important;
}

element.style {
    width: 231.75px;
    margin-right: 10px;
}
/* .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    width: 160px !important;
    position: relative;
}
.swiper-wrapper {
    margin: 0 4rem;
} */

.vs-switch {
    padding: 1rem !important;
    width: 75px!important;
}
.vs-switch .vs-switch--circle {
    margin-top: 0.2rem !important;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: .6 !important;
}
.b-sidebar{
    width: 360px !important;
}
.modal-body{
    padding: 0 !important;
}
/* .swiper-slide .swiper-slide-active{
    width: 0px !important
} */
.swiper-slide .swiper-slide-next{
    width: 100% !important
}

.img-fluid{
    width: 100% !important;
}
.card{
    flex: 0 !important;
}
.vs-switch--text.text-off {
color: white !important
}
.main-menu.menu-light .navigation li a {
    padding: 15px 15px 15px 15px !important;
}
.modal .modal-content {
    border-radius: 10px !important;
  }
  .swiper-pagination-bullet{
      background: white !important;
  }
  .swiper-pagination-bullet-active {
    background-color: #1f58b5 !important;
  }
  .closediv{
    justify-content: end;
    display: flex;
    float: right;
    margin-right: 0px !important;
    position: absolute;
    padding-right: 0px !important;
      top: 0px;
    right: 0px;
  }
  .heading1{
    font-size: 20px;
    line-height: 44px;
    color: #1f58b5;
    font-weight: 600;
    font-family: "Montserrat";
    text-align: center;
    margin-top: 1rem;
  }
  .label{
    font-size: 14px;
    letter-spacing: 0px;
    color: #414141;
    font-weight: 600;
    font-family: "Montserrat";
  }
  .input1{
    width: 300px;
    background-color: transparent;
    font-size: 16px;
    line-height: 21px;
    color: #6e6b7b;
    font-weight: 400;
    font-family: "Montserrat";
    }
    .closebtn{
     width: 32px;
     height: 16px;
     font-weight: 400;
     color: #6e6b7b;
 }
.table-responsive{
    margin-bottom: 0px !important;
}
.table th,.table td {
    padding: 1rem 2rem !important;
}
.expired-tag-class {
    background-color: rgba(110, 107, 123, 0.10);
    color: #6e6b7b;
    border-radius: 5px;
    display: inline-block;
    padding: 6px 15px;
}
.approval-tag-class {
    background-color: rgba(0, 175, 18, 0.10);
    color:  #00af12;
    border-radius: 5px;
    padding: 6px 15px;
}
.completed-tag-class {
    background-color: rgba(0, 172, 178, 0.10);
    color: #00acb2;
    border-radius: 5px;
    padding: 6px 15px;
}
.pending-tag-class {
    background-color: rgba(255, 192, 0, 0.22);
    color: #FFC000;
    border-radius: 5px;
    display: inline-block;
    padding: 6px 15px;
}
.rejected-tag-class{
    background-color: rgba(234, 84, 85, 0.22);
    color: #e83e8c;
    border-radius: 5px;
    display: inline-block;
    padding: 6px 15px;
}
.logo-size-class{
    max-width: 150px
}