/* custom style starts here */

/* .nav-item .nav-link:hover
{
    color: #6100EE !important;
}
.nav-item .nav-link.active
{
    position: relative;
    color: #6100EE !important;
}
.custom-tab-btn.nav-link{
    background-color: #F3F3FD !important;
}

.nav-item .nav-link.active:after
{
    content: "";
    background-color: #6100EE;
    display: block;
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    bottom: -7px;
    height: 3px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
} */
.header-profile-img
{
    width: 36px;
    height: 36px;
}
.logout-profile-img
{
    width: 62px;
    height: 62px;
}
.logout-container
{
    width: 265px;
    height: 235px;
    border: 0.5px solid #ECF2F7;
}

.primary-btn:hover
{
    background-color: #6b18de;
    color: #fff;
    
}
.secondary-btn
{
    color: #fff;
    background-color: #ffff;
    border-radius:5px;
    border: none;
}
.tertiary-btn{
    color: #586894;
    background-color: #ffff;
    border-radius:5px;
    border: none;
    padding:12px 16px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
}
.text-btn
{
    color: #2C303B;
    background-color: none;
    border: none;
    height: 40px;
    padding: 4px 16px;
}

.danger-btn
{
    color: #fff;
    background-color: #ED4040;
    border: 1px solid #ED4040;
    height: 40px;
    padding: 4px 16px;
}
.danger-btn:hover
{
    color: #fff;
   background-color: #d43e3e;
}
.danger-btn:focus
{
    color: #fff;
    box-shadow: 0 0 0 0.25rem #ffd2d2;
}
.danger-btn:active
{
    color: #fff;
    box-shadow: 0 0 0 0.25rem #ffd2d2;
}
.table-title-color
{
    color: #3A4974;
}

.height-420{
    height: 370px;
}
.tab-color{
    background-color: #F3F3Fd;
}
/* custom style ends here */


  .org-logo-sty
  {
    width: 50px;
    height: 36px;
    object-fit: contain;
  }
  .cus-logo-sty
  {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }
  .circle-logo
  {
    width: 24px;
    height: 24px;
  }
  .circle-logo-sty
  {
    background-color: #fff;
    border: 0.85px solid #E7E7E7;
    border-radius: 30px;
    display: inline-block;
    padding: 2px;
    width: 30px;
    height: 30px;
  }
  .org-brd
  {
    border-left: 1px solid #939393;
    padding-left: 16px;
    margin-left: 16px;
    /* height: 40px; */
  }
  .org-logo-batch
{
    background-color: #EFEFEF;
    padding: 8px 18px;
    border-radius: 4px;
}
@media screen and (min-width:1280px)
{
.res-border
{
    border-right: 1px solid #ECECEC;
}
}
@media screen and(max-width:1279px)
{
    .res-border
{
    border-right:none;
}
}
.summ-tbl-scrl
{
    overflow-y: scroll;
    height: 577px;
}
.h-100vh
{
    height: 100vh;
}
.error-img
{
    width: 600px;
    height: 340px;
}