:root{
    --custom: #04658b;
    --custom-opacity: #04658b44
}
body{
    overflow-x:hidden;
    max-width: 100%;
}
ul.nav{
    margin:0;
    display:flex;
    flex-direction: row;
    justify-content: end;
}
ul.nav .nav-item{
    background:rgb(223, 221, 221);
    color:#000 !important;
    text-decoration:none;
    border:none;
    outline:none
}
.nav-tabs .nav-link{
    color:#000 !important;
}
ul.nav .nav-item .active{
    background:var(--custom);
    color:white !important;
    border: none !important
}
.nav-tabs .nav-link {
    border: none !important
}


/* Mark the steps that are finished and valid: */
/* .step.finish {
  background-color: #04AA6D;
} */
.action-button {
    min-width: 100px;
    background: var(--custom);
    color: #fff;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px;
    text-align:center
}
.action-button[disabled='disabled']{
    /* background: var(--custom-opacity) */
    opacity: 0.5
}
section:not(:first-of-type) {
    display: none;
}
.action-button:hover,   .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px var(--custom);
}
.action-button-previous {
    min-width: 100px;
    background: #616161;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 10px;
}

.action-button-previous:hover,   .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}
.selected-partner,#partner-logo{
    max-width: 140px;
    object-fit: contain;
}

/* step pages style  */
.acrdBdy {
    border: 1px solid #eee;
}
.tabsdata {
    padding: 1rem 0rem;
    border: 1px solid #eee;
    margin-top: 1px;
    border-radius: 0px 6px 6px 6px;
}
.tabflexdata {
    display: flex;
    justify-content: space-between;
    padding: 0px 8px;
}
p.fstItem {
    font-size: 15px;
    font-weight: 600;
}
p.secndItem {
    font-size: 14px;
    font-weight: 600;
}
.arrowbgTab{
    border-radius: 0.25rem 0.25rem 0rem 0rem;
    
}
.arrowbgTab:focus{
    box-shadow: none;
}
.navtabgap {
    gap: 2px;
}
.navtabgap .nav-link {
    font-size: 16px;
    font-weight: 500;
}
.navtabgap .nav-link:hover{
    cursor: pointer;
}
img.downArrBlk{
    float: right;
    margin-top: 5px;
    width: 14px;
}
button.btn.btn-block.text-left.arrowbgTab.collapsed img.downArrBlk {
    transform: rotate(0deg) !important;
}
button.btn.btn-block.text-left.arrowbgTab img.downArrBlk {
    width: 14px;
    float: right;
    margin-top: 5px;
    transform: rotate(180deg);
}
/* step pages style  */