:root {
    --primaryColor: #2274be;
}

.setColor {
    color: var(--primaryColor);
}

.sizeLogo {
    width: 36%;
    object-fit: cover;
}

.step {
    position: relative;
}

.step.step-active {
    border-color: #2274be !important;
}

.step .step-head {
    font-weight: bold;
    cursor: pointer;
    background-color: #2274be !important;
    color: white;
}

.select2-xontainer {
    width: 100% !important;
}

.noReocrd{
    font-size: 20px;
    font-weight: bold;
    padding: 27px 0px !important;
    height: 100% !important;
}