
.nav-tabs .nav-link.active {
    border-bottom-width: 3px;
    --tw-border-opacity: 1;
    border-color: rgba(24, 49, 96, var(--tw-border-opacity));
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgba(24, 49, 96, var(--tw-text-opacity));
  }

  .h-90x{
      height: 90px;
  }
  @media (min-width: 1200px) {
    .md-screen\:h-45x{
        height:45px
    }
}
  @media (min-width: 1200px) {
    .md-screen\:w-750x{
        width: 750px;
    }
}

@media (min-width: 1200px) {
    .md-screen\:justify-center{
        justify-content: center;
    }
}
@media (min-width: 1200px) {
   .md-screen\:text-right{
        text-align:right;
    }
}
.float-left{
    float:left;
}
.float-right{
    float: right;;
}
.wp-48{
    width:48%;
}

/*login*/
.h-42x{
    height: 42px;
}
.h-45x{
    height: 45px;
}
.border-gray{
    border:solid 1px #949494;
}
.rounded-xl{
    border-radius:6px;
}
.rounded-r-none{
    border-bottom-right-radius:0px;
    border-top-right-radius:0px;
}
.rounded-l-none{
    border-bottom-left-radius:0px;
    border-top-left-radius:0px;
}
.border-r-0{
    border-right-width:0;
}
.bg-gray{
    background:#e9ecef;
}
.px-7{
    padding-left:1.75rem;
    padding-right:1.75rem;
}
.pt-4{
    padding-top:1rem;
}
.leading-10{
    line-height:2.5rem;
}
.leading-12{
    line-height:2.75rem;
}
@media (min-width: 1280px){
    .md-screen\:section-mg {
        padding-left: 0;
        padding-right: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
}
.text-red{
    color:red;
}
.mr-1 {
    margin-right: 0.25rem;
}
/*login*/