/*
    Common
*/

.wizard,
.tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a,
.tabcontrol a {
    outline: 0;
}

.wizard ul,
.tabcontrol ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard ul>li,
.tabcontrol ul>li {
    display: block;
    padding: 0;
}

/* Accessibility */
.wizard>.steps .current-info,
.tabcontrol>.steps .current-info {
    position: absolute;
    left: -999em;
}

.wizard>.content>.title,
.tabcontrol>.content>.title {
    position: absolute;
    left: -999em;
}

/*
    Wizard
*/

.wizard>.steps {
    position: relative;
    display: block;
    width: 100%;
}

.wizard.vertical>.steps {
    display: inline;
    float: left;
    width: 30%;
}

.wizard>.steps .number {
    font-size: 1.429em;
}

.wizard>.steps>ul>li {
    width: 25%;
}

.wizard>.steps>ul>li,
.wizard>.actions>ul>li {
    float: left;
}

.wizard.vertical>.steps>ul>li {
    float: none;
    width: 100%;
}

.wizard>.steps a,
.wizard>.steps a:hover,
.wizard>.steps a:active {
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard>.steps .disabled a,
.wizard>.steps .disabled a:hover,
.wizard>.steps .disabled a:active {
    background: rgba(10, 17, 84, 0.5);
    color: #aaa;
    cursor: default;
}

.wizard>.steps .current a,
.wizard>.steps .current a:hover,
.wizard>.steps .current a:active {
    background: #0A1154;
    color: #fff;
    cursor: default;
}

.wizard>.steps .done a,
.wizard>.steps .done a:hover,
.wizard>.steps .done a:active {
    background: rgba(10, 17, 84, 0.5);
    color: #fff;
}

.wizard>.steps .error a,
.wizard>.steps .error a:hover,
.wizard>.steps .error a:active {
    background: #ff3111;
    color: #fff;
}

.wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

.wizard.vertical>.actions {
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

.wizard>.actions>ul {
    display: inline-block;
    text-align: right;
}

.wizard>.actions>ul>li {
    margin: 0 0.5em;
}

.wizard.vertical>.actions>ul>li {
    margin: 0 0 0 1em;
}

.wizard>.actions a {
    background-color: none;
    color: #0A1154;
    display: block;
    padding: 0.5em 1em;
    border: 1.5px solid #0A1154;
    text-decoration: none;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.wizard>.actions a:hover {
    background-color: #0A1154;
    color: #ffffff;
}

.wizard>.actions .disabled a,
.wizard>.actions .disabled a:hover,
.wizard>.actions .disabled a:active {
    background: #eee;
    color: #aaa;
}

.wrapper-form {
    background: #F5F5F5;
    flex-wrap: wrap;
    padding: 4% 0;
    border-radius: 8px;
    margin-bottom: 1%;
}

.text-box{
    height: 54px;
    border: unset !important;
    background-color: #e6e6e6 !important;
}

.half-size {
    width: 50% !important;
}

.wrapper-text {
    border: 1px solid #A4A4A4;
    padding-top: -15px;
    border-radius: 6px;
    margin: 1rem auto;
}

.label-text {
    margin: -10px 0 0 10px;
    font-size: small;
    background-color: white;
    text-align: center;
    width: 40%;
    color: #4D4D4D;
}

/* .wizard>.steps a, .wizard>.steps a:hover, .wizard>.steps a:active{
    margin:0 !important;
    
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
} */

.wizard>.steps .current a, .wizard>.steps .current a:hover, .wizard>.steps .current a:active{
    /* background:  */
}

.readonly{
    background-color: #A4A4A4;
}

label{
    font-size: unset;
    color:unset;
}

.trial-input {
    border: 0.7px solid #A4A4A4 !important;
    border-radius: 4px !important;
    margin:0 !important;
    /* padding: 0 5px !important; */
    outline: none;
}

.indentation {
    padding:0 30vw 0 2vw;
}

.pl-5 {
    padding-left: 5px !important;
}

.base-container {
    background-color: #e4e4e4;
    border-width: 2px;
    border-style: solid;
    border-color:  #c7c7c7;
    border-radius: 3%;
    min-height: 140vh;
}

.header {
    background-color: white;
    border-bottom: 2px solid #c7c7c7;
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
}

.rounded-logo{
    height: 7vw;
    width: 7vw;
    margin: 0 auto;
    padding: 1.5vw;
    background-color: #FFFFFF;
    border-radius: 50%;
}

.rounded-logo>img {
    width: auto;
    height: 4vw;
}

.content-border {
    border-radius: 5px;
    flex:0.1;
}

.content-padding {
    padding: 1rem 2rem;
}

.product-header {
    padding-bottom: 1rem;
    border-bottom: 1px solid #c7c7c7;
}

.product-content {
    padding: 1rem 0;
}

.end {
    align-self: flex-end;
}

.content-footer {
    border-bottom-left-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem;
}

.product-details {
    float:left;
    background-color: white;
    -webkit-box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.75);
    width: 30%;
}