.organisation-dash-sec{
    min-height: calc(100vh - 36.75rem);
    padding-top: 2rem;
}
/*===================== create new digichek key page code starts =====================*/
.create-key-progress ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;  
    padding-left: 0;  
    margin-bottom: 2.188rem;
}
.create-key-progress ul li{
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0.75rem 3rem 0.75rem 0.75rem;
}


/* .create-key-progress ul li:first-child{
    padding-left: 0;
} */
.create-key-progress .image-left{
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    border: 4px solid #fff ;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: #0F3A49;
    position: relative;
    z-index: 1;
}
.create-key-progress .image-left img{
    max-height: 1.875rem;
}
.create-key-progress .right-box{
    background: #D5EBF2;
    padding: 0.375rem 1.4rem 0.375rem 1.4rem;
    margin-left: -1rem;    
}
.create-key-progress .right-box h5{
    color: #000;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */
    margin-bottom: 0;
    font-family:'Neutra Text Bold', sans-serif;
}
.create-key-progress .right-box p{
    color: var(--G2, #696969);
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem; /* 200% */
    margin-bottom: 0;
}
.create-key-progress li.disable-list{
    filter: grayscale(100%);
}
.create-key-progress li.disable-list .image-left{
    background-color: #ABABAB;
}
.common-form .input-hidden{
    color: var(--FlexUI-Gray-500, #999BA1);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.56rem; /* 104.167% */
}

.qr-scan{
    border-radius: 7.178px;
    background: #FDEFEF;
    padding: 1.313rem;
    display: inline-block;
    margin: 1rem 0;
}
.qr-scan img{
    height: 10rem;
    width: 10rem;
}
.common-form .input-qr .input-group{
    border-radius: 6.489px;
    background: #FDEFEF;
}
.common-form .input-qr .input-group-text{
    background-color: transparent;
    border: none;
}
.common-form .input-qr .input-group-text img{
    max-height: 1.813rem;
}
.common-form .input-qr .input-group input{
    border: none;
    outline: none;
    background: transparent;
    margin-bottom: 0;
}
.height{
    min-height: 35vh !important;
}
.generate-box{
    min-height: 46vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.generate-box h2{
    color: var(--Color-2, #ED1C24);
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family:'Neutra Text Bold', sans-serif;
    margin-bottom: 2.5rem;
}
.generate-box h1{
    color: #000;
    font-family:'Neutra Text Bold', sans-serif;
    font-size: 2.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 2.5rem;
}
.generate-box h1 img{
    height: 3.438rem;
    width: auto;
}
@media (max-width:991px){
    .create-key-progress ul li {
        padding: 0.2rem;
    }
}

/*=============== settings page code starts ===============*/
.profile-image{
    background-color: #F57600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family:'Neutra Text Bold', sans-serif;
    font-size: 2.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 64.4px */
    letter-spacing: -0.92px;
    height: 6rem;
    width: 6rem;
    margin-bottom: 1.6rem;
}
.profile-list{
    padding-left: 0;
    margin-bottom: 0;
}
.profile-list li{
    list-style: none;
    margin-bottom: 1rem;
}
.profile-list li p{
    color: #000;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem; /* 227.273% */
    margin-bottom: 0;
}
.profile-list li p label{
    min-width: 15rem;
}
@media (max-width:768px){
    .profile-image{
        height: 5rem;
        width: 5rem;
        font-size: 2rem;
    }
    .create-key-progress .right-box {
        padding: 0.375rem 0.8rem 0.375rem 1.4rem;
    }
}
.token-box{
    min-height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}