.navbar-container {
    box-shadow: none;
}

.step-main-container {
    margin-top: 100px;
    padding: 10px 20px;
    z-index: 100;
    position: relative;
}

.step-container {
    display: flex;
    flex-direction: column;
    padding-bottom: 60px;
    position: relative;
}

.step-container::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 19px;
    width: 3px;
    height: 100%;
    background-color: #240b55;
    z-index: -1;
}

.step-container:first-child:after {
    top: 94px;
}

.step-container:last-child:after {
    display: none;
}

.step-container .header {
    display: flex;
    align-items: center;
}

.step-container .header .count {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    font-size: 24px;
    font-weight: 500;
    background-color: #240b55;
    color: white;
    margin-right: 16px;
    flex-shrink: 0;
}

.step-container .header .count.done {
    background-color: #00ca22;
}

.step-container .header .count i {
    display: flex;
}

.step-container .header .header-content {
    display: flex;
    flex-direction: column;
}

.step-container .header .header-content h3 {
    margin: 0;
    font-size: 24px;
}

.step-container .header.main-heading .header-content h3 {
    font-size: 45px;
}

.step-container .header .header-content .sub-head {
    font-size: 12px;
    color: #a6a6a6;
    margin-top: -17px;
}

.step-container .content {
    margin-left: 56px;
    margin-top: 0;
    color: #888888;
}

.step-container .content .text a {
    color: #4F38A2;
    text-decoration: underline !important;
}

.step-container .content button {
    margin-top: 0 !important;
}

.btn-purple {
    color: white !important;
    text-decoration: none !important;
    width: fit-content!important;
}

.pin-to-chrome-container {
    position: fixed;
    top: 0;
    right: 0;
    height: 300px;
    border-radius: 0 0 0 551px;
    overflow: hidden;
    z-index: 99;
}