.wizard{
    padding-top: 0px !important;
}
    .wizard > .content,
    .form-group{
        border: 0px;
        margin: 0px;
        width: 100%;
    }
    .wizard > .content{
        min-height: 25em !important;
    }
    .wizard > .content > .body {
        padding: 0px;
        align-items: center;
        /* display: flex; */
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        /* justify-content: center; */
    }
    .wizard > .content > .body  .form-group{
        flex: 1 0 100%;
    }
    .wizard > .actions a{
        border-radius: 0px;
    }
    .auth .brand-logo{
        margin-bottom: 0px;
    }
    .wizard > .actions{
        padding-top: 0px;
    }
    .auth .auth-form-light select {
        color: black;
        /* border-color: #4B49AC; */
        border: 1px solid #CED4DA;
        border-radius: 0px !important;
    }
    .plan-selection{
        margin-bottom: 20px;
        padding: 3px;
        border-radius: 0px !important; 
    }
    .wizard > .steps .current-info, .wizard > .steps .number {
        display: none;
    }
    .wizard > .steps {
	    /* margin-bottom: 10px; */
        margin-top: 10px;
    }

    .wizard > .steps ul {
		display: flex;
		position: relative;
    }
    .wizard > .steps ul li {
        width: 10.16%;
        margin-right: 10px;
    }
    .wizard > .steps ul li a {
        display: inline-block;
        width: 100%;
        height: 7px;
        background: #e6e6e6;
        border-radius: 3.5px;
        padding: 0px;
	}
    .wizard > .steps a:hover {
        display: inline-block;
        width: 100%;
        height: 7px;
        background: #e6e6e6;
        border-radius: 3.5px;
        padding: 0px;
    }

    .wizard > .steps a:active {
        display: inline-block;
        width: 100%;
        height: 7px;
        background: #e6e6e6;
        border-radius: 3.5px;
        padding: 0px;
    }
    .wizard > .steps ul li a.first, .steps ul li a.checked{
        background: #f3d4b7;
        transition: all 0.5s ease;
    }
    
    .modal {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        overflow: scroll !important;
    }
    .modal-content {
        background-color: #fff;
        margin: 5% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 60%;
        max-height: 80%;
        overflow: scroll;
    }
    .close {
        color: #fff;
        float: right;
        font-size: 28px;
        font-weight: bold;
        margin: 2% 20%;
        width: 60%;
        opacity: 1 !important;
    }
    .close:hover,
    .close:focus {
        opacity: 0.8 !important;
        text-decoration: none;
        cursor: pointer;
    }
    #registeration-form-steps.wizard .content {
        overflow: visible !important;
        min-height: auto !important;
        height: 100% !important;
    }
    #registeration-form-steps.wizard .body {
        height: 100%;
        float: unset;
        position: relative;
    }
    #tp_row_transposed-table-subscriber_0 th,
    #registeration-form-steps #tp_row_transposed-table-subscriber_0 td,
    #transposed-table-payg #tp_row_transposed-table-payg_0 th,
    #transposed-table-payg #tp_row_transposed-table-payg_0 td{
        border-top: 0px;
        font-size: 1rem;
    }


    .select2-container--default .select2-selection--single .select2-selection__arrow{
        top: 8px !important;
    }

    