.sidebar .sidebar-body {
    max-height: calc(100% - 60px);
    position: relative;
    border-right: 1px solid #172340;
    height: 100%;
    color: white !important;
    -webkit-box-shadow: 0 8px 10px 0 #03060b;
    box-shadow: 0 8px 10px 0 #03060b;
    background: #06064d!important;
}

.sidebar .sidebar-body .nav .nav-item .nav-link {
    color: white;
}

.nav-item {
    margin-bottom: 10px;
    margin-top: 5px;
}

.admin-dash {
    background-color: #ebf9fc;
}

.pending {
    background-color: #ffddaf;
    position: absolute;
    color: #5b3705;
    padding: 2px
}

.btn-primary {
    background-color: #008036 !important;
}

.custom-text-size p {
    font-size: 0.9rem;
    text-align: center;
}

.custom-img {
    margin-top: 50px;
    margin-bottom: 10px;
}

input {
    padding: 10px;
    /* width: 100%; */
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa
}

input.invalid {
    background-color: #ffdddd
}

.tab {
    display: none
}

.buttons {
    background-color: #008036;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    font-family: Raleway;
    cursor: pointer
}

button:hover {
    opacity: 0.8
}

#prevBtn {
    background-color: #bbbbbb
}

.step {
    height: 30px;
    width: 30px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
    margin-right: 10px;
}

.step.active {
    opacity: 1
}

.step.finish {
    background-color: #54e059
}

.all-steps {
    margin-bottom: 30px;
    gap: 20px;
}

.all-steps div {
    font-size: 15px;
}

.thanks-message {
    display: none
}

.nav-link {
    border-radius: 5px;
    padding: 10px !important;
}

.nav-link:hover {
    background-color: white;
    color: #06064d !important;
}

.nav-link:hover .link-title {
    color: #06064d !important;
}

.card {
    border-radius: 15px !important;
}

.checkNumber {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.2px solid gray;
}

.submitted_icon {
    margin-right: 10px;
    font-size: 25px;
    color: #5bac12;
}

.checked_no {
    display: none;
}

.hide {
    display: none;
}

.popup_card {
    width: 500px;
}

.button_width {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 8px !important;
    margin-right: 10px;
}

.form-card-cards {
    width: 220px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.labels {
    height: 100px;
    border: 1px dashed black;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}