body[data-sidebar="light"] #sidebar-menu ul li a,
body[data-sidebar="light"] #sidebar-menu ul li a i {
  color: inherit;
}
.stats {
  font-size: 1.2rem !important;
}
.statistics {
  font-size: 2rem !important;
}

.text-success {
  color: #34c38f !important;
}

.bg-muted {
  background-color: #f0eded !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-secondary {
  background-color: #15125a !important;
}

.btn-secondary {
  background-color: #15125a !important;
  color: #fff;
}
.btn-secondary:hover {
  background-color: #15125a !important;
  color: #fff;
}

.text-primary {
  color: #556ee6 !important;
}

.text-secondary {
  color: #15125a !important;
}

.table thead th {
  border: transparent;
}

.active-menu {
  color: #ffffff !important;
  background-color: #15125a;
  border-radius: 50px 0px 0px 50px;
}
.active-menu i {
  color: #ffffff !important;
}
#sidebar-menu {
  padding: 0px 8px 0px 5px;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
}

.dash-card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-out;

  /* background: #fff;
            box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
            -webkit-transition: all 0.2s ease-in;
            -moz-transition: all 0.2s ease-in;
            -ms-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in; */
}

/* #left {
  background-image: url(../images/secondary1\\(1\).png);
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
} */
 .checkout-tabs .nav-pills .nav-link.active {
    background-color: #15125a !important; }

input::placeholder {
  text-transform: capitalize;
}

.nav-tabs {
  display: inline-flex;
  width: 100%;
  overflow-x: auto;
  border-bottom: 2px solid #DDD;
  -ms-overflow-style: none; /*// IE 10+*/
  overflow: -moz-scrollbars-none;/*// Firefox*/}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  border-width: 0;
}
.nav-tabs>li>a {
  border: none;
  color: #666;
}
.nav-tabs>li.active>a,
.nav-tabs>li>a:hover {
  border: none;
color: #151257 !important;  
  background: transparent;
}
.nav-tabs>li>a::after {
  content: "";
  background: #151257;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}
.nav-tabs>li.active>a::after,
.nav-tabs>li:hover>a::after {
  transform: scale(1);}
tab-nav>li>a::after {
  background: #21527d none repeat scroll 0% 0%;
  color: #fff;
}
.tab-pane {
  padding: 15px 0;
}
.tab-content {
  padding: 20px
}

.nav-tabs::-webkit-scrollbar {
  display: none; /*Safari and Chrome*/
}


.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav{
    flex-wrap: inherit; 
}
.rounded-lg {
  border-radius: 1rem !important;
}
 #renunciation_preview {
  height: 40rem;
   overflow: hidden;
   overflow-y: scroll;
 }
 #my_form{
  height: 80px;
 }
    #form_wrapper {
      height: 40rem;
    }

@media only screen and (max-width: 425px) {
  #renunciation_preview{
    /* width: 20rem; */
    overflow: hidden;
    overflow-x: scroll;
  }
  #form_wrapper{
    height: 15rem;
  }
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
