.select2-container .select2-selection--single {
    height: 30px !important;
    border-radius: 0 !important;
    font-family: "Times New Roman";
    color: #c9c8c8;
    font-size: 14px;
}

.select2-container--default .select2-dropdown.select2-dropdown--below {
    background-color: #101825 !important;
    font-family: "Times New Roman";
    color: #c9c8c8 !important;
}

.select2-search__field {
    background-color: #101825 !important;
    font-size: 14px !important;
    border-radius: 0 !important;
    height: 30px !important;
}

.select2-selection {
    background-color: #101825 !important;
}

.select2-container--default .select2-selection--single {
    padding-top: 5px !important;
}

.select2-selection--single {
    padding-left: 5px !important;

}

.select2-selection--single .select2-selection__rendered {
    color: #c9c8c8 !important;
    text-align: center !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    color: #c9c8c8 !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default .select2-dropdown {
    border-color: #fd7c14 !important;
}

.select2-container--default .select2-dropdown.select2-dropdown--above {
    background-color: #101825 !important;
    color: #c9c8c8 !important;
}

input[type="text"],
input[type="password"],
select,
input[type="file"],
input[type="email"],
input[type="number"] {
    height: 30px !important;
    font-size: 14px !important;
    padding: 5px !important;
}

input[type="file"] {
    padding: 3px !important;
}

.register-account-slide {
    width: 100%;
    margin-right: 10px;
}

.artc-step-wizard-step p {
    margin-top: 10px;
}

.artc-step-wizard-row {
    display: table-row;
}

.artc-step-wizard {
    display: table;
    width: 100%;
    position: relative;
}

.artc-step-wizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.artc-step-wizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.artc-step-wizard-step {
    display: table-cell;
    position: relative;
}

.btn-register-account-paginator {
    text-align: center;
    padding: 6px 8px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 0 !important;
    background-color: black;
    color: #c9c8c8;
    border-color: #fd7c14;
}

.btn-register-account-paginator:hover {
    background-color: #fd7c14;
    color: black;
}

.btn-register-account-paginator.active {
    background-color: #fd7c14;
    color: black;
}

.artc-step-wizard-step-label {
    cursor: pointer;
}

.artc-step-wizard-step-label.active {
    color: #fd7c14 !important;
}

.artc-step-wizard-step-label:hover {
    color: #fd7c14 !important;
}

.register-new-account-form-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    opacity: 0.2;
    z-index: 200;
}

.tructated-avatar-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    resize: none;
    max-width: 50%;
}

.splash-avatar-collapse img {
    border: solid 2px transparent;
    cursor: pointer;
}

.splash-avatar-collapse img.active {
    border: solid 2px #fd7c14;
}

.avatar-preview {
    border: solid 2px #fd7c14;
}

.splash-avatar-collapse img:hover {
    border: solid 2px #fd7c14;

}

.splash-avatar-collapse {
    overflow: hidden scroll;
    height: 204px;
}


.btn-use-personal-address-as-billing {
    width: 100% !important;
    font-size: 14px !important;
    font-family: "Times New Roman";
    border-radius: 0 !important;
    border: solid 1px #c9c8c8 !important;
    color: #c9c8c8 !important;
}

.toggle-group .btn-warning {
    background-color: #fd7c14 !important;
    font-size: 14px !important;
    color: black !important;
    font-weight: 1 !important;
}


.toggle-group .btn-default {
    font-size: 14px !important;
    background-color: #101825 !important;
    font-weight: 1 !important;
    color: #c9c8c8 !important;
}

.toggle-group .toggle-handle {
    background-color: #c9c8c8 !important;
}

.select2-selection__rendered {
    padding-left: 32px !important;
}

.loading-state-spinner {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 5%;
    top: 25%;
    color: #fd7c14;
    z-index: 100;
    font-size: 12px;
}

.view-terms-policy-link:hover {
    color: #5e8ce0 !important;
}


.btn-proceed-new-account {
    text-align: center;
    width: 150px;
    padding: 6px 8px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 0 !important;
    background-color: black;
    color: #c9c8c8;
    border-color: #fd7c14;
}

.btn-proceed-new-account:hover {
    background-color: #fd7c14;
    color: black;
}

.register-new-account-frame {
    border: solid 1px #fd7c14;
}