﻿.stepContainer {
    border-bottom: 4px solid #c5d8e6;
    padding: 4px;
    position: relative;
    font-weight: bolder;
    color: #c5d8e6;
}

.stepContent {
    background-color: #c5d8e6;
    color: white;
    text-align: center;
    padding: 3px;
    border-radius: 45px;
    width: 30px;
    height: 30px;
    font-weight: bolder;
    position: absolute;
    bottom: -17px;
    left: 0;
}

.stepContentEnd {
    background-color: #c5d8e6;
    color: white;
    text-align: center;
    padding: 3px;
    border-radius: 45px;
    width: 30px;
    height: 30px;
    font-weight: bolder;
    position: absolute;
    bottom: -17px;
    right: 0;
}

.removePadding {
    padding: 0;
}

.stepActive {
    color: #1371ae;
    border-color: #1371ae;
}

.stepActiveContent {
    background-color: #1371ae;
}

.payprocess {
    margin-bottom: 80px;
}

.buyBtn {
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    /* border: 1px solid; */
    color: white;
    background-color: #0e71b4;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
}

.btnContainer {
    margin-top: 40px;
    text-align: right;
}
