@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


/* reset styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}

body {
line-height: normal;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

fieldset {
border: 1px solid #d4d4d2;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
padding: 5px 7px;
}

.clearfix:after {
clear: both;
content: ".";
display: block;
font-size: 0;
height: 0;
line-height: 0;
visibility: hidden;
}

.clearfix {
display: block
}

/* content */
html,
body {
height: 100%;
}

body {
color: #000000;
font-family: 'Inter', sans-serif;
background: #fafafa;
font-size: 16px;
min-width: 780px;
-webkit-text-size-adjust: none;
}

b, strong {
font-weight: 600;
}

#container {
height: 100%;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-flow: column nowrap;
}

h1 {
font-size: 30px;
}

h3 {
font-size: 130%;
}

a {
color: #f45b5a;
text-decoration: none;
outline: none;
}

a:hover {
color: #f23a39;
text-decoration: none;
}

input[type=text],
input[type=password] {
font-family: 'Inter', sans-serif;
height: 40px;
padding: 10px 20px;
background-color: #FFFFFF;
border: 1px solid #eeeeee;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
box-sizing: border-box;
color: #000000;
font-size: 16px;
outline: none;
}

input[type=text]:disabled,
input[type=text]:read-only,
input[type=password]:disabled,
textarea:disabled {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}

input[type=text]:focus:not(:read-only),
input[type=password]:focus:not(:read-only),
textarea:focus:not(:read-only),
select:focus:not(:read-only) {
border-color: #bbbbbb;
box-shadow: 0 0 0 4px rgba(187, 187, 187, 0.15);
outline: none;
}

.dropdown-container:focus-within .dropdown-button {
border-color: #bbbbbb;
box-shadow: 0 0 0 4px rgba(187, 187, 187, 0.15);
outline: none;
}

::-webkit-input-placeholder {
color: #000000;
opacity: 1;
}

:-moz-placeholder {
color: #000000;
opacity: 1;
}

::-moz-placeholder {
color: #000000;
opacity: 1;
}

:-ms-input-placeholder {  
color: #000000;
opacity: 1;
}

input[type=submit],
input[type=button],
button {
font-size: 16px;
font-weight: 600;
font-family: 'Inter', sans-serif;
padding: 0 20px;
margin: 0;
height: 40px;
background: #f45b5a;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
border-radius: 12px;
color: #FFFFFF;
border: none;
outline: none;
cursor: pointer;
outline: none;
}

input[type=submit]:hover:not(:disabled),
input[type=button]:hover:not(:disabled),
button:hover:not(:disabled) {
background: #f23a39;
}

input[type=submit].alt,
input[type=button].alt,
button.alt {
background: #2c2d2e;
}

input[type=submit].alt:hover,
input[type=button].alt:hover,
button.alt:hover {
background-color: #1b1b1c;
}

input[type=submit].delete,
button.delete {
background: #d63f51;
color: #FFFFFF;
}

input[type=submit].delete:hover,
button.delete:hover {
background: #f66476;
}

input[type=submit].add,
button.add {
background: #37955f;
}

input[type=submit]:disabled,
button:disabled {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
cursor: default;
}

button.next span {
padding-right: 30px;
background: url(/css/main_img/button_next.svg) no-repeat scroll right center;
}

button.prev span {
padding-left: 30px;
background: url(/css/main_img/button_prev.svg) no-repeat scroll left center;
}

button.add span {
padding-left: 25px;
background: url(/css/main_img/button_add_white.svg) no-repeat scroll left center;
}

button.edit span {
padding-left: 25px;
background: url(/css/main_img/button_edit.svg) no-repeat scroll left center;
}

button.delete span {
padding-left: 25px;
background: url(/css/main_img/button_delete.svg) no-repeat scroll left center;
}

button.indent-left {
margin-left: 10px;
}

button.indent-right {
margin-right: 10px;
}

select {
padding: 2px 3px 2px 2px;
height: 26px;
color: #000000;
border: 1px solid #eeeeee;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
background: #FFFFFF;
font-family: 'Inter', sans-serif;
font-size: 100%;
}

select option {
padding: 2px 2px;
}

label {
position: relative;
top: -2px;
}

.align-left {
text-align: left;
}

.align-right {
text-align: right;
}

.align-center {
text-align: center;
}

.float-left {
float: left;
}

.float-right {
float: right;
}

.float-none {
float: none;
}

.hr {
margin: 10px 0;
border-top: 1px solid #E5E5E5;
}

.alt-text {
color: #888888;
}

.content-width {
max-width: 1172px;
padding: 40px 15px;
margin: 0 auto;
}

.content-max-width {
max-width: 750px;
}

.header-top {
border-bottom: 1px solid #eeeeee;
}

.header-content {
max-width: 1172px;
padding: 20px 14px;
margin: 0 auto;
}

#header .logo {
float: left;
}

#header .logo a {
display: inline-flex;
height: 65px;
align-items: center;
}

#header .logo a img {
display: inline-block;
vertical-align: middle;
height: 50px;
}

#header .details {
float: right;
padding-top: 18px;
line-height: 20px;
font-size: 14px;
}

#header .details .username {
float: left;
padding: 5px 0;
}

#header .details .logout {
float: left;
margin-left: 30px;
}

#header .details .logout a {
background: url(/css/main_img/logout.svg) no-repeat scroll right center;
background-size: auto 18px;
display: inline-block;
text-decoration: none;
padding: 5px 0;
padding-right: 20px;
font-weight: 600;
color: #000000;
border-bottom: 2px solid transparent;
}

#header .details .logout a:hover {
border-color: #000000;
}

.header-nav {
background: #f45b5a;
}

.header-nav .header-nav-wrapper {
max-width: 1172px;
margin: 0 auto;
padding: 0 15px;
}

.header-nav ul {
padding-right: 80px;
position: relative;
z-index: 1;
}

.header-nav ul li {
float: left;
}

.header-nav ul > li {
position: relative;
z-index: 1;
}

.header-nav ul > li:first-child {
margin-left: -15px;
}

.header-nav ul li a {
display: block;
height: 60px;
line-height: 64px;
padding: 0 15px;
font-size: 16px;
color: #FFFFFF;
font-weight: 600;
border-bottom: 3px solid transparent;
text-decoration: none;
}

.header-nav ul li a:hover {
opacity: 0.8;
}

.header-nav ul li.active a,
.header-nav ul li.active a:hover {
border-color: #FFFFFF;
opacity: 1;
}

.header-nav ul li a span {
display: block;
cursor: pointer;
}

#footer {
margin-top: auto;
background: #000000;
color: #FFFFFF;
}

.footer-content {
padding-top: 16px;
padding-bottom: 16px;
text-align: center;
font-size: 14px;
}

/* action links */
a.action {
display: inline-block;
padding-left: 22px;
line-height: 24px;
font-weight: 600;
}

a.action.no-label {
height: 24px;
padding-left: 24px;
}

a.action.edit {
background: url(/css/main_img/edit.svg) no-repeat scroll 0 center;
}

a.action.no-label.edit {
background: url(/css/main_img/edit.svg) no-repeat scroll center;
}

a.action.configure {
background: url(/css/main_img/configure.svg) no-repeat scroll 0 center;
color: #000000;
}

a.action.no-label.configure {
background: url(/css/main_img/configure.svg) no-repeat scroll center;
}

a.action.configure.disabled {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}

a.action.no-label.configure.disabled {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}

a.action.delete {
background: url(/css/main_img/delete.svg) no-repeat scroll 0 center;
color: #d63f51;
}

a.action.delete:hover {
color: #f4384b;
}

a.action.no-label.delete {
background: url(/css/main_img/delete.svg) no-repeat scroll center;
}

a.action.delete.disabled {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
color: #d63f51;
}

a.action.no-label.delete.disabled {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}

a.action.refresh {
background: url(/css/main_img/refresh.svg) no-repeat scroll 0 center;
color: #000000;
}

a.action.no-label.refresh {
background: url(/css/main_img/refresh.svg) no-repeat scroll center;
}

a.action.disabled {
cursor: default;
}

/* form inputs */
.input-row .label {
float: left;
width: 160px;
padding-top: 11px;
font-weight: 600;
}

.input-row .label.multiline {
padding-top: 0;
}

.input-row .input,
.input-row .text {
padding-left: 170px;
}

.input-row .input,
.submit-buttons {
line-height: 1.5;
}

#LoginForm .submit-buttons a {
margin-left: 16px;
}

.input-row.auto-size .label {
width: auto;
padding-right: 10px;
}

.input-row.auto-size .text {
padding-left: 0;
}

.input-row .input {
padding-bottom: 6px;
}

.input-row .input input[type=text],
.input-row .input input[type=password] {
width: 308px;
}

.input-row .input.zip {
width: 120px;
float: left;
padding-left: 10px;
}

.input-row .input.zip input[type=text] {
width: 100px;
}

.input-row .input.city {
width: 200px;
float: left;
padding-left: 0;
}

.input-row .input.city input[type=text] {
width: 188px;
}

.input-row .text {
padding-top: 11px;
}

.customer-data .input-row .input.zip input[type=text] {
width: 100px;
}

.customer-data .input-row .input.city,
.customer-data .input-row .input.city input[type=text] {
width: 188px;
}

.button-prefix {
padding: 0 10px;
}

.input-row.invalid,
.label.invalid,
.input.invalid {
color: #e81839;
}

.input-row.invalid .input input[type=text],
.input-row.invalid .input input[type=password],
.input-row.invalid .input .dropdown-button,
.input-row .input.invalid input[type=text],
.input-row .input.invalid input[type=password],
.input-row .input.invalid .dropdown-button,
.dropdown-container.invalid .dropdown-button {
border-color: #e81839;
}

.input-row .radio {
padding-top: 4px;
}

.input-row .radio.no-label {
padding-left: 0;
}

.input-row .radio .item-info {
margin-bottom: -6px;
}

.radio-label {
display: inline-block;
}

.input-row .inline-radio {
float: left;
padding-left: 30px;
}

.input-row .inline-radio:first-child {
padding-left: 0;
}

.empty-row {
width: 450px;
}

.inline-inputs .inputs-col {
float: left;
width: 250px;
padding-left: 20px;
}

.inline-inputs .inputs-col:first-child {
padding-left: 0;
}

.inline-inputs .input-row .label {
float: none;
width: auto;
padding-bottom: 8px;
}

.inline-inputs .input-row .input {
float: none;
padding-left: 0;
}

.input-row.block-label .label {
float: none;
width: auto;
padding-top: 0;
padding-bottom: 8px;
}

.input-row.block-label .input {
float: none;
padding-left: 0;
}

.inline-inputs .input-row .input input[type=text],
.inline-inputs .input-row .input input[type=password] {
width: 100%;
}

.inline-inputs.filters .inputs-col {
box-sizing: border-box;
width: 25%;
min-height: 64px;
padding-right: 0px;
padding-left: 20px;
}

.inline-inputs.filters .inputs-col:first-child {
padding-left: 0px;
}

.inline-inputs.filters .inputs-col.date {
position: relative;
width: auto;
}

.inline-inputs.filters .inputs-col.date input[type=text] {
float: left;
width: 130px;
}

.inline-inputs.filters .inputs-col.submit {
width: auto;
}

.inline-inputs.filters .label.active {
font-weight: 600;
color: #d63f51;
}

.inline-inputs.filters .label.active a {
display: inline-block; 
float: right;
width: 16px;
height: 16px;
text-decoration: none;
background: url(/css/main_img/delete.svg) no-repeat scroll center;
background-size: 12px auto;
margin-top: 1px;
}

.inline-inputs.number-type .inputs-col {
width: auto;
}

.table.order-history .order-subscriptions .table-row .cell-subscription-status .dropdown-button {
font-size: 14px;
}

.inline-inputs.filters .dropdown-content label.dropdown-content-row {
top: 0;
}

.inline-inputs.filters .dropdown-content label.dropdown-content-row span {
position: relative;
top: 1px;
}

.inline-inputs.filters .dropdown-content.status label.dropdown-content-row input[type=checkbox] {
display: none;
}

.inline-inputs.filters .dropdown-content.status label.dropdown-content-row .status {
margin-right: 5px;
top: 0;
}

.inline-inputs.filters .dropdown-content.status label.dropdown-content-row input[type=checkbox]:checked + .status {
background-image: url(/css/main_img/check_white.svg);
background-size: 10px auto;
background-repeat: no-repeat;
background-position: center;
}

.inline-inputs.discounts .input.left {
padding-right: 125px;
}

.inline-inputs.discounts .input.right {
float: right;
width: auto;
}

.separator {
height: 10px;
line-height: 10px;
font-size: 10px;
}

.separator.double {
height: 14px;
}

.input-separator {
display: inline-block;
width: 20px;
height: 10px;
}

.ranges-list {
list-style: decimal;
padding-left: 13px;
}

.ranges-list li {
margin-bottom: 3px;
padding-left: 5px;
}

.ranges-list label {
top: 0;
padding-right: 5px;
}

.ranges-list strong {
display: inline-block;
min-width: 60px;
margin-right: 10px;
}

.ranges-list li > label:first-child + strong {
min-width: 80px;
}

/* steps */
.steps {
margin-bottom: 25px;
}

.steps ul {
padding: 0;
margin: 0;
}

.steps li {
float: left;
margin-left: 10px;
position: relative;
list-style: none;
}

.steps li:first-child {
margin-left: 0;
}

.steps li .container {
display: block;
font-weight: 600;
font-size: 14px;
color: #FFFFFF;
height: 22px;
line-height: 22px;
padding: 0 5px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
background: #999999;
text-decoration: none;
}

.steps li.completed .container {
background: #f45b5a;
}

.steps li.current .container {
background: #f45b5a;
}

.step-content.maximized .submit-buttons,
.submit-buttons.maximized {
margin-top: 30px;
}

.step-content.maximized .submit-buttons.inline {
margin-bottom: 30px;
}

.step-content.maximized .submit-buttons.inline:last-child {
margin-bottom: 0;
}

.white-box {
background: #FFFFFF;
border: 1px solid #dfdfdf;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
padding: 30px 30px 35px 30px;
border-radius: 16px;
}

#CreditCheckForm .white-box {
padding: 15px 30px 15px 30px;
}

/* form sections */
.form-section {
padding-top: 35px;
}

.form-section.no-padding-top {
padding-top: 0;
}

.review .splitted-box-col .form-section:first-child {
padding-top: 0;
}

.review .splitted-box-col h3 {
margin-top: 10px;
}

.form-section.no-header {
padding-bottom: 0;
}

.form-section.data-loading {
text-align: center;
}

.form-section-title {
font-size: 30px;
margin: 0 0 16px 0;
font-weight: 600;
line-height: 1.2;
}

.form-section-title.shops-header {
display: flex;
justify-content: space-between;
align-items: center;
}

.form-section-title.shops-header a {
font-size: 16px;
color: #fff;
background: #f45b5a;
border: none;
border-radius: 12px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
padding: 0 20px;
text-decoration: none;
cursor: pointer;
}

.form-section-title.shops-header a:hover {
background: #f23a39;
}

.table.orders .shop-status-wrapper {
display: inline-block;
max-width: 187px;
margin-left: 10px;
margin-right: 20px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.table.orders .shop-status-wrapper .status {
display: inline-block;
width: 18px;
height: 18px;
line-height: 18px;
background: #d0d0d0;
vertical-align: middle;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

.table.orders .shop-status-wrapper .status-green {
background: #72a138;
}

.table.orders .shop-status-wrapper .status-red {
background: #ff0000;
}

a.shop.action {
display: inline;
}

a.shop.action.edit {
background: url(/css/main_img/edit.svg) no-repeat scroll 0 center;
margin-right: 15px;
}

a.shop.action.delete {
margin-right: 15px;
}

a.shop.action.unlock {
background: url(/css/main_img/unlock.svg) no-repeat scroll 0 center;
}

h1.form-section-title {
font-size: 30px;
}

h4.form-section-title {
font-size: 14px;
}

.form-section-content .empty-content-box {
text-align: center;
padding: 20px 0;
}

.form-section.billing-group .dropdown-container {
width: 480px;
}

.form-section.billing-group .billing-group-discounts .dropdown-container {
width: auto;
}

.form-section.billing-group .source-billing-group-discounts .submit-buttons {
padding: 0;
width: auto;
}

.form-section.billing-group .billing-group-discounts-table-container {
max-height: 500px;
overflow-y: auto;
}

.form-section.billing-group .source-billing-group-discounts-table-container {
max-height: 325px;
overflow-y: auto;
}

.form-section.billing-group .new-billing-group-rows .source-billing-group-discounts-table-container {
max-height: 340px;
overflow-y: auto;
}

.product-rate-plans-section {
padding-left: 18px;
}

.form-section.bid-levels .splitted-box-col {
width: 48%;
}

.form-section.bid-levels .splitted-box-col.last {
float: right;
}

.configuration-section .form-section-title,
.summary-section .form-section-title {
margin-bottom: 13px;
}

.configuration-section .subscriptions-list,
.summary-section .subscriptions-list {
margin-top: 30px;
}

.configuration-section .form-section-content .subscriptions-list:first-child,
.summary-section .form-section-content .subscriptions-list:first-child {
margin-top: 0;
}

.configuration-section .subscriptions-list h4,
.summary-section .subscriptions-list h4 {
padding-left: 10px;
margin-bottom: 10px;
font-size: 120%;
font-weight: normal;
}

.configuration-section .subscriptions-list h4 span,
.summary-section .subscriptions-list h4 span {
font-weight: 600;
}

.configuration-section .configuration-bar {
padding-left: 10px;
margin-bottom: 10px;
}

.configuration-section .configuration-bar .action {
margin-right: 20px;
}

.review-bar {
float: left;
margin-top: 2px;
margin-left: 20px;
}

.review-bar .action {
margin-right: 20px;
}

.input-spinner {
float: left;
margin-left: 8px;
}

.input-spinner .spinner-item {
display: block;
width: 20px;
height: 13px;
cursor: pointer;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}

.input-spinner .spinner-up {
background: url(/css/main_img/spinner_up.svg) no-repeat scroll center #000000;
margin-top: 6px;
margin-bottom: 3px;
}

.input-spinner .spinner-down {
background: url(/css/main_img/spinner_down.svg) no-repeat scroll center #000000;
}

.input-spinner .spinner-item:hover {
background-color: #10254c;
}

.calendar-link {
float: left;
display: block;
background: url(/css/main_img/calendar.svg) no-repeat scroll center;
width: 16px;
height: 16px;
margin: 11px 0 0 4px;
}

.link-generator .inline-inputs .inputs-col {
width: 120px;
}

.link-generator .inline-inputs .inputs-col:first-child {
width: 80%;
}

/* flash message */
.flash {
position: relative;
min-height: 16px;
padding: 18px 20px;
margin: 0px 0 25px 0;
font-size: 16px;
font-weight: 600;
color: #000000;
}

.flash .icon {
position: absolute;
top: 17px;
left: 20px;
width: 22px;
height: 24px;
}

.flash .indent {
padding-left: 40px;
}

.flash.success {
background: #e3ecd7;
border: 2px solid #72a138;
}

.flash.warning {
color: #3d3d3f;
background: #fff3cd;
border: 2px solid #ffc200;
}

.flash.error {
background: #fae5e7;
border: 2px solid #d0021b;
}

.flash.success .icon {
background: url(/css/main_img/flash_success.svg) no-repeat scroll center;
background-size: auto 15px;
}

.flash.warning .icon {
background: url(/css/main_img/flash_warning.svg) no-repeat scroll center;
background-size: auto 20px;
}

.flash.error .icon {
background: url(/css/main_img/flash_error.svg) no-repeat scroll center;
background-size: auto 20px;
}

.flash.error a {
color: #990000;
font-weight: 600;
}

.flash ul {
margin: 3px 0 0 43px;
list-style-type: disc;
}

.flash.errors-list > .icon {
display: none;
}

.flash.errors-list .indent {
padding: 0;
}

.flash .errors-container,
.tpl-roar .errors-container {
max-height: 250px;
overflow-y: auto;
}

.flash .errors-container h2,
.tpl-roar .errors-container h2 {
margin-top: 20px;
padding: 0 0 10px 0px;
font-size: 16px;
border-bottom: 1px solid #d0021b;
}

.flash .errors-container h2:first-child,
.tpl-roar .errors-container h2:first-child {
margin-top: 0;
}

.flash .errors-container .error-item,
.tpl-roar .errors-container .error-item {
position: relative;
margin-top: 10px;
font-size: 14px;
}

.flash .errors-container .error-item:first-child,
.tpl-roar .errors-container .error-item:first-child {
margin-top: 0;
}

.flash .errors-container .error-item .icon {
display: none;
}

.flash .errors-container .error-header,
.tpl-roar .errors-container .error-header {
font-weight: 600;
}

.flash .errors-container ul,
.tpl-roar .errors-container ul {
margin: 3px 0 0 43px;
list-style-type: disc;
margin-left: 20px;
font-weight: 400;
}

.subscription-details.completed .flash {
text-align: center;
margin: 5px;
padding: 15px;
}

/* progress indicator */
.progress-indicator {
display: inline-block;
padding-left: 27px;
background: url(/css/main_img/progress_indicator.gif) no-repeat 0 3px;
font-size: 14px;
}

.form-section.data-loading .progress-indicator {
margin: 50px 0;
}

/* info box */
.info-box.customer .label,
.info-box.customer .text {
padding-top: 0;
}

.info-box.no-activity a {
display: inline-block;
margin-top: 4px;
font-size: 16px;
}

/* dropdown */
.dropdown-container {
position: relative; 
}

.dropdown-button {
height: 17px;
line-height: 17px;
cursor: pointer;
display: block;
text-decoration: none;
font-weight: 400;
font-family: 'Inter', sans-serif;
padding: 11px 15px 10px 15px;
border: 1px solid #eeeeee;
position: relative;
border-radius: 6px;
background: #FFFFFF;
}

.dropdown-button:hover {
background: #fafafa;
}

.dropdown-button.active {
background: #f5f5f5;
}

.dropdown-button .dropdown-button-content {
margin-right: 20px;
position: relative;
color: #000000;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.dropdown-button:before {
position: absolute;
top: 50%;
margin-top: -7px;
right: 15px;
width: 14px;
height: 14px;
content: '';
background: url(/css/main_img/dropdown_arrow.svg) no-repeat scroll right center;
background-size: 14px auto;
}

.dropdown-button.active:before {
-moz-transform: rotateZ(180deg);
-webkit-transform: rotateZ(180deg);
transform: rotateZ(180deg);
}

.dropdown-button.disabled {
background: #FFFFFF;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
cursor: default;
}

.dropdown-content {
background: #FFFFFF;
padding: 10px 10px 0 10px;
max-height: 223px;
overflow-y: auto;
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25);
}

.dropdown-container .dropdown-content {
display: none;
position: absolute;
z-index: 9;
}

.dropdown-content-row {
display: block;
padding: 8px 15px;
border: 1px solid #eeeeee;
color: #000000;
cursor: pointer;
line-height: 16px;
font-size: 14px;
font-weight: 600;
margin-bottom: 5px;
border-radius: 6px;
}

.dropdown-content-row:last-child {
margin-bottom: 10px;
}

.dropdown-content-row:hover {
background-color: #F5F5F5;
}

.dropdown-content-row.active {
color: #f45b5a;
/* background: #1d3665;
border-color: #10254c; */
}

.dropdown-content-row.no-results:hover {
background: none;
cursor: default;
}

/* dropdown search form */
.dropdown-content.sales-store,
.dropdown-content.operator {
max-height: none;
}

.dropdown-search-form {
position: relative;
padding-bottom: 10px;
}

.dropdown-content.sales-store .dropdown-search-form {
padding-right: 0;
}

.dropdown-content.sales-store .dropdown-search-form input[type=text],
.dropdown-content.operator .dropdown-search-form input[type=text] {
width: 175px; 
font-size: 14px;
}

.dropdown-search-form .loading-progress {
padding: 6px 15px;
background: url(/css/main_img/progress_indicator.gif) no-repeat center 10px;
visibility: hidden;
}

.dropdown-search-form button {
display: none;
}

.dropdown-search-form-items {
max-height: 190px;
overflow-y: auto;
}

.disable-filter {
cursor: pointer;
}

/* new phone number dropdown */
.new-number .dropdown-content {
width: 340px;
}

.new-number .dropdown-content .dropdown-content-header {
margin-bottom: 6px;
padding: 5px;
}

.new-number .dropdown-content .dropdown-content-header button {
margin-left: 10px;
position: relative;
vertical-align: top;
min-width: 80px;
}

.new-number .dropdown-content .dropdown-content-header input[type=text] {
width: 180px;
vertical-align: top;
}

.new-number .dropdown-content .dropdown-content-header .phone-groups {
margin-top: 5px;
}

.new-number .dropdown-content .dropdown-content-header .phone-group {
margin-right: 5px;
}

.new-number .dropdown-content .dropdown-content-body {
min-height: 103px
}

.new-number .dropdown-content .dropdown-content-body.data-loading {
background: url(/css/main_img/progress_indicator.gif) no-repeat center center;
}

.new-number .dropdown-content .dropdown-content-body .no-results {
text-align: center;
padding-top: 42px;
}

.new-number .dropdown-content .dropdown-content-body-row {
margin-bottom: 6px;
}

.new-number .dropdown-content .dropdown-content-body-cell {
float: left;
width: 33.3%;
text-align: center;
}

.new-number .dropdown-content .dropdown-content-item {
font-size: 14px;
display: block;
margin: 0 5px;
padding: 5px 6px;
border: 2px solid #d5d5d5;
color: #1d3665;
cursor: pointer;
line-height: 1.25;
}

.new-number .dropdown-content .dropdown-content-item:hover {
background: #F5F5F5;
color: #1d3665;
}

.new-number .dropdown-content .dropdown-content-item.active {
background: #1d3665;
color: #ffffff;
border-color: #10254c;
}

.new-number .dropdown-content .dropdown-content-footer {
padding: 5px 6px 5px 0;
text-align: right;
}

/* splitted columns */
.splitted-box-col {
float: left;
width: 50%;
}

.splitted-box-col.first .form-section {
padding-right: 15px;
}

.splitted-box-col.last .form-section {
padding-left: 15px;
}

/* AJAX loading box */
.loading-layer {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999998;
background: #ffffff;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
filter: alpha(opacity=1);
-moz-opacity: 0.01;
-khtml-opacity: 0.01;
opacity: 0.01;
}

.loading-box {
position: fixed;
top: 0;
left: 50%;
padding: 0 10px;
background: rgba(0,0,0,0.7);
z-index: 999999;
}

.loading-box div {
padding: 6px 0 6px 27px;
color: #ffffff;
font-weight: 600;
background: url(/css/main_img/progress_indicator.gif) no-repeat scroll 0 center;
}

/* table */
.table {
display: table;
width: 100%;
}

.table .table-header {
display: table-row;
font-weight: 600;
}

.table .table-header-cell {
display: table-cell;
padding: 10px 12px;
font-weight: 600;
vertical-align: middle;
border-bottom: 1px solid #dddedf;
text-align: left;
font-size: 14px;
}

.table .table-header-cell.align-right {
text-align: right;
}

.table .table-header-cell.cell-left,
.table .table-row-cell.cell-left {
padding-left: 0;
}

.table .table-header-cell.cell-right,
.table .table-row-cell.cell-right {
padding-right: 0;
}

.table .table-row {
display: table-row;
}

.table .table-row-cell {
display: table-cell;
border-bottom: 1px solid #dddedf;
padding: 10px 12px;
vertical-align: middle;
font-size: 14px;
}

.table .table-row.last .table-row-cell,
.table .table-row:last-child .table-row-cell,
.table .cell-no-bottom-border {
border-bottom: none;
}

.table .table-row.selected .table-row-cell {
background: rgba(108,32,123,0.1);
}

.table .table-row-cell.cell-left {
border-left: none;
}

.table .table-row-cell.invalid,
.table .table-row-cell .invalid {
color: #e81839 !important;
}

.table .invalid input[type=text],
.table .invalid input[type=password],
.table .invalid .dropdown-button {
border-color: #e81839 !important;
}

.table .empty-results {
padding: 40px 0;
}

/* orders table */
.table.orders .cell-customer-no {
width: 20%;
}

.table.orders .cell-customer-name {
width: 40%;
}

.table.orders .cell-created {
width: 140px;
}

.table.orders .cell-step {
white-space: nowrap;
}

.table.orders .cell-step .step {
display: inline-block;
vertical-align: top;
position: relative;
top: 1px;
width: 18px;
line-height: 18px;
margin-right: 5px;
font-weight: 600;
font-size: 11px;
color: #ffffff;
background: #f45b5a;
text-align: center;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}

.table.orders .cell-step .read-only {
color: #1d3665;
}

.table.orders .cell-step .read-only .step {
background: #1d3665;
}

.table.orders .cell-right {
width: 50px;
text-align: center;
}

.table.orders .cell-customer-no,
.table.orders .cell-customer-step,
.table.orders .cell-right {
padding-top: 5px;
padding-bottom: 5px;
}

/* rate plans table */
.table.rate-plans .table-row-cell {
padding: 6px 12px;
}

.table.rate-plans .cell-left {
width: 200px;
}

.table.rate-plans .cell-file-input,
.table.rate-plans .cell-user-input {
width: 150px;
text-align: center;
}

.table.rate-plans .table-row-cell input[type=text] {
width: 75px;
text-align: right;
}

.table.rate-plans .cell-file-input .uploaded-file {
width: 150px;
padding-top: 3px;
overflow: hidden;
text-overflow: ellipsis;
font-size: 11px;
}

.table.rate-plans .cell-user-input .input-wrapper {
padding-left: 45px;
}

.table.rate-plans .cell-user-input input[type=text] {
float: left;
}

.table.rate-plans .table-row.selected .table-row-cell {
font-weight: 600;
}

/* subscriptions table */
.table.subscriptions .table-header-cell {
padding: 25px 8px;
}

.table.subscriptions .table-row-cell {
padding: 25px 8px;
vertical-align: top;
}

.table.subscriptions .table-row-cell input[type=text],
.table.subscriptions .table-row-cell .dropdown-button,
.table.subscriptions .table-row-cell .dropdown-content-row {
font-size: inherit;
}

.table.subscriptions .table-row-cell button {
font-size: inherit;
}

.table.subscriptions .table-row-cell label.checkbox-label {
padding-top: 3px;
font-size: inherit;
}

.table.subscriptions .cell-select-all {
width: 20px;
vertical-align: middle;
}

.table.subscriptions .cell-phone-no {
width: 22%;
}

.table.subscriptions .cell-user {
}

.table.subscriptions .cell-ref {
width: 130px;
}

.table.subscriptions .cell-sim-card {
width: 22%;
}

.table.subscriptions .cell-port-details {
width: 160px;
}

.table.subscriptions .cell-actions {
width: 40px;
vertical-align: middle;
}

.table.subscriptions .table-row-cell .top-space {
margin-top: 5px;
}

.table.subscriptions .table-row-cell .input-wrapper {
float: left;
width: 50%;
padding: 0 2px;
box-sizing: border-box;
}

.table.subscriptions .cell-user .email .input-wrapper {
width: 100%;
}

.table.subscriptions .cell-phone-no .porting {
height: 90px;
}

.table.subscriptions .cell-phone-no .details {
clear: both;
}

.table.subscriptions .cell-phone-no .ported-number input[type=text] {
width: 100%;
}

.table.subscriptions .table-row-cell.cell-user {
text-align: center;
}

.table.subscriptions .cell-user .name input[type=text],
.table.subscriptions .cell-user .zip-city input[type=text],
.table.subscriptions .cell-user .email input[type=text],
.table.subscriptions .cell-user .street input[type=text],
.table.subscriptions .cell-user .address input[type=text] {
width: 100%;
box-sizing: border-box;
}

.table.subscriptions .cell-ref input[type=text],
.table.subscriptions .cell-port-details input[type=text] {
width: 100%;
}

.table.subscriptions .cell-sim-card .sim-card-distribution-icc input[type=text] {
width: 150px;
}

.table.subscriptions .cell-sim-card .port-date {
position: relative;
}

.table.subscriptions .cell-sim-card .port-date input[type=text] {
float: left;
width: 128px;
}

.table.subscriptions .cell-auto-size {
width: auto;
}

.table.subscriptions .cell-user.cell-auto-size .input-wrapper {
width: 49.4%;
}

.table.subscriptions .cell-user.cell-auto-size .input-wrapper input[type=text],
.table.subscriptions .cell-user.cell-auto-size .email input[type=text],
.table.subscriptions .cell-user.cell-auto-size .street input[type=text],
.table.subscriptions .cell-user.cell-auto-size .address input[type=text] {
width: 100%;
}


.table.subscriptions .cell-select-all label.checkbox-label {
padding: 0 !important;
margin: 0;
top: 2px;
}

.table.subscriptions .cell-select-all label.checkbox-label span {
position: static;
display: block;
margin: 0;
}

/* summary table */
.table.summary {
table-layout: fixed;
}

.table.summary .cell-user {
width: 20%;
}

.table.summary .cell-phone-details {
width: 230px
}

.table.summary .cell-period {
width: 90px
}

.table.summary .cell-options {
width: 180px
}

.table.summary .cell-actions {
width: 25px
}

.table.summary .table-row-entry {
margin-bottom: 1px;
}

.table.summary .table-row-entry-label {
float: left;
display: block;
min-width: 95px;
}

.table.summary .table-row-entry-value {
display: block;
padding-left: 100px;
}

.table.summary .cell-options ul {
list-style: disc;
}

.table.summary .cell-options ul li {
float: left;
margin: 0 10px;
}

/* price list table */
.table.price-list {
margin-top: 25px;  
}

.table.price-list.first {
margin-top: 0;
}

.table.price-list .cell-amount {
width: 100px;
}

.table.price-list .cell-initial-price,
.table.price-list .cell-recurrent-price {
width: 150px;
}

.table.price-list .table-row .table-row-cell,
.table.price-list .table-row:nth-child(even) .table-row-cell {
vertical-align: top;
}

.table.price-list .table-row-cell .options {
margin: 5px 0 0 0;
}

.table.price-list .table-row-cell .options li {
padding: 3px 0;
font-size: 13px
}

.table.price-list .cell-description .options {
margin-left: 20px;
list-style: disc;
}

.table.price-list .table-row.subtotal .table-row-cell {
border: none;
font-weight: 600;
font-size: 18px;
color: #1d3665;
}

.customer-approval .input-row .label {
float: none;
width: auto;
padding-top: 0;
}

.customer-approval .input-row .input {
padding-left: 0;
padding-top: 6px;
}

.customer-approval .input-row .radio {
}

.customer-approval .input-row .radio .checkbox-label {
margin-top: 10px;
vertical-align: top;
min-width: 100px;
}

.customer-approval .input-row .radio-input {
display: none;
vertical-align: top;
}

.customer-approval .input-row .radio-input .input {
padding: 0;
}

.customer-approval .input-row input[type=text] {
width: 230px;
}

.customer-approval .input-row label.checked + .radio-input,
.customer-approval .input-row label.checked + .radio-input + .radio-input {
display: inline-block;
}

.customer-approval .approval-status {
margin-top: 15px;
}

.customer-approval .approval-status.pending {
padding-left: 28px;
background: url(/css/main_img/order_status_processing_alt.svg) no-repeat scroll 0 5px;
background-size: 18px 15px;
}

.customer-approval .approval-status.approved {
padding-left: 28px;
background: url(/css/main_img/order_status_success_alt.svg) no-repeat scroll 0 5px;
background-size: 18px 13px;
}

/* order history table */
.table.order-history {
table-layout: fixed;	
}

.table.order-history .table-row-cell .truncated-content {
display: block;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}

.table.order-history .cell-order-no {
width: 65px;
text-align: right;
}

.table.order-history .cell-date {
width: 120px;
}

.table.order-history .cell-phone {
width: 115px;
}

.table.order-history .cell-price {
width: 90px;
text-align: right;
}

.table.order-history .cell-subscriptions {
width: 120px;
text-align: center;
}

.table.order-history .cell-order-status {
width: 40px;
}

.table.order-history th.cell-right,
.table.order-history > tbody > tr > td.cell-right,
.table.failed-orders th.cell-right,
.table.failed-orders > tbody > tr > td.cell-right {
width: 50px;
text-align: center;
}

.table.order-history .table-row .cell-subscriptions,
.table.order-history .table-row .cell-order-status {
padding-top: 8px;
padding-bottom: 7px;
text-align: center;
}

.table.order-history .table-row .cell-order-status {
text-align: left;
padding-bottom: 6px;
}

.table.order-history .badge,
.table.failed-orders .badge {
display: inline-block;
width: 18px;
height: 18px;
line-height: 18px;
margin-right: 5px;
font-weight: 600;
font-size: 11px;
color: #ffffff;
background: #f45b5a;
text-align: center;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
vertical-align: middle;
}

.table.order-history .status-wrapper,
.table.failed-orders .status-wrapper {
display: inline-block;
max-width: 187px;
margin-left: 10px;
margin-right: 20px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.table.order-history .dropdown-button,
.table.failed-orders .dropdown-button {
padding-left: 10px;
}

.table.order-history .dropdown-button .status-wrapper,
.table.failed-orders .dropdown-button .status-wrapper {
display: block;
max-width: 165px;
margin-left: 0;
margin-top: -1px;
}

.table.order-history .status,
.table.failed-orders .status,
.dropdown-content.status .status {
display: inline-block;
width: 18px;
height: 18px;
line-height: 18px;
background: #d0d0d0;
vertical-align: middle;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

.table.order-history .status-text,
.table.failed-orders .status-text {
position: relative;
top: 1px;
margin-left: 5px;
}

.table.order-history .status-green,
.table.failed-orders .status-approved,
.dropdown-content.status .status-green,
.dropdown-content.status .status-approve,
.dropdown-content.status .status-approved {
background: #72a138;
}

.table.order-history .status-yellow,
.dropdown-content.status .status-yellow {
background: #fff200;
}

.table.order-history .status-orange,
.dropdown-content.status .status-orange {
background: #ff9000;
}

.table.order-history .status-red,
.table.failed-orders .status-rejected,
.dropdown-content.status .status-red,
.dropdown-content.status .status-reject,
.dropdown-content.status .status-rejected {
background: #ff0000;
}

.table.order-history .status-black,
.dropdown-content.status .status-black {
background: #000000;
}

.table.order-history .toggle-row,
.table.failed-orders .toggle-row {
cursor: pointer;
}

.table.order-history .toggle-row .arrow,
.table.failed-orders .toggle-row .arrow {
display: inline-block;
float: left;
width: 17px;
height: 14px;
margin-top: 2px;
background: url(/css/main_img/dropdown_arrow.svg) no-repeat scroll center;
background-size: 10px auto;
-moz-transform: rotateZ(-90deg);
-webkit-transform: rotateZ(-90deg);
transform: rotateZ(-90deg);
}

.table.order-history .toggle-row.expanded .arrow,
.table.failed-orders .toggle-row.expanded .arrow {
-moz-transform: rotateZ(0deg);
-webkit-transform: rotateZ(0deg);
transform: rotateZ(0deg);
}

.table.order-history .order-subscriptions > .table-row-cell {
padding: 0 0 20px 90px;
background: none;
border: none;
overflow: visible;
}

.table.order-history .order-subscriptions .table {
table-layout: fixed;
}

.table.order-history .order-subscriptions .table .table-row-cell,
.table.order-history .order-subscriptions .table .table-header-cell {
background: none;
border-top-color: transparent;
border-left-color: transparent;
border-right-color: transparent;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}

.table.order-history .order-subscriptions .cell-phone-no {
width: 120px;
}

.table.order-history .order-subscriptions .cell-subscription-status {
width: 185px;
padding-left: 12px;
}

.table.order-history .order-subscriptions .cell-right {
width: 50px;
text-align: center;
}

.table.order-history .order-subscriptions .table-row .cell-subscription-status {
padding-top: 5px;
padding-bottom: 3px;
padding-right: 0;
overflow: visible;
}

/* failed orders table */
.table.failed-orders {
table-layout: fixed;	
}

.table.failed-orders .table-row-cell {
vertical-align: top;
padding-top: 19px;
padding-bottom: 18px;
}

.table.failed-orders .cell-customer-number {
width: 85px;
}

.table.failed-orders .cell-date {
width: 130px;
}

.table.failed-orders .cell-order-source {
width: 50px;
}

.table.failed-orders .cell-seller {
width: 110px;
}

.table.failed-orders .cell-sales-rep {
width: 80px;
}

.table.failed-orders .cell-order-status.cell-dropdown {
padding-top: 8px;
padding-bottom: 8px;
}

.table.failed-orders .cell-subscriptions {
width: 95px;
text-align: center;
}

.table.failed-orders .customer-details {
display: none;
white-space: nowrap;
overflow: hidden;
}

.table.failed-orders .table-row.expanded .customer-details {
display: block;
}

.table.failed-orders .order-subscriptions .table-row-cell {
padding-top: 10px;
padding-bottom: 10px;
}

.table.failed-orders .order-subscriptions.last .table-row-cell {
padding-bottom: 30px;
}

/* confirmation box */
.confirmation-box {
position: relative;
margin-top: 35px;
}

.confirmation-box:first-child {
margin-top: 0;
}

.confirmation-box .icon {
position: absolute;
top: 28px;
left: 25px;
width: 28px;
height: 28px;
background: url(/css/main_img/order_status_processing.svg) no-repeat scroll center;
background-size: 20px auto;
}

.confirmation-box h2 {
font-size: 20px;
padding-left: 30px;
font-weight: 600;
}

.confirmation-box h2 span {
display: block;
float: left;
}

.confirmation-box h2 .rate-plan {
width: 40%;
}

.confirmation-box h2 .phone-no {
width: 27%;
}

.confirmation-box h2 .user {
float: right;
width: 33%;
}

.confirmation-box .description {
display: none;
}

.confirmation-box .submit-buttons {
background: none !important;
}

.confirmation-box.current h2,
.confirmation-box.success h2,
.confirmation-box.error h2 {
padding-bottom: 20px;
}

.confirmation-box.current h2 {
}

.confirmation-box.current .icon {
background: url(/css/main_img/order_status_current.svg) no-repeat scroll center;
background-size: 18px auto;
}

.confirmation-box.success h2 {
color: #72a138;
}

.confirmation-box.success .icon {
background: url(/css/main_img/order_status_success.svg) no-repeat scroll center;
background-size: 18px auto;
}

.confirmation-box.error h2 {
color: #D0021B;
}

.confirmation-box.error .icon {
background: url(/css/main_img/order_status_error.svg) no-repeat scroll center;
background-size: 14px auto;
}

.confirmation-box.current .description,
.confirmation-box.success .description,
.confirmation-box.error .description {
display: block;
}

.confirmation-box .description-col {
width: 49%;
float: left;
}

.confirmation-box .description-col.last {
float: right;
}

.confirmation-box .description-row {
margin-top: 11px;
}

.confirmation-box .description h3 {
font-size: 16px;
margin-bottom: 6px;
}

.confirmation-box .description h4 {
font-size: 14px;
margin: 0;
font-weight: normal;
}

.confirmation-box .description ul {
list-style: disc;
margin-left: 20px;
margin-bottom: 5px;
}

.confirmation-box .description ul li {
margin-bottom: 1px;
}

.confirmation-box .errors h4 {
margin: 15px 0 2px 0;
}

.confirmation-box .errors h4.first {
margin-top: 0;
}

.confirmation-box .description-entry-label {
float: left;
display: block;
min-width: 170px;
padding-right: 5px;
}

.confirmation-box .description-entry-value {
display: block;
padding-left: 155px;
}

/* pager */
.pager {
padding-top: 20px;
}

.pager-stats {
float: left;
line-height: 36px;
font-size: 14px;
}

.pager-links {
text-align: center;
}

.pager-links a {
display: inline-block;
padding: 8px 13px;
line-height: 18px;
background: #fafafa;
color: #000000;
font-weight: 600;
font-size: 14px;
margin-right: 10px;
margin-bottom: 10px;
text-decoration: none;
border-radius: 6px;
}

.pager-links a:hover {
background: #f5f5f5;
}

.pager-links .current,
.pager-links .current:hover {
background: #f45b5a;
color: #ffffff;
cursor: default;
}

.pager-links .disabled,
.pager-links .disabled:hover {
background: #fafafa;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
cursor: default;
}

/* transitions */
.transition.deleted {
-webkit-transition: all 0.4s ease-out 0s;
-moz-transition: all 0.4s ease-out 0s;
-ms-transition: all 0.4s ease-out 0s;
-o-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
-moz-transform: scale(1, 0);
-ms-transform: scale(1, 0);
-o-transform: scale(1, 0);
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
}

/* system info box */
.system-info-box {
padding: 40px 15px 0 15px;
max-width: 1172px;
margin: 0 auto;
}

.system-info-box.hidden {
-webkit-transition: all 0.4s ease-out 0s;
-moz-transition: all 0.4s ease-out 0s;
-ms-transition: all 0.4s ease-out 0s;
-o-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
-moz-transform: scale(1, 0);
-ms-transform: scale(1, 0);
-o-transform: scale(1, 0);
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
}

.system-info-box-content {
min-height: 16px;
padding: 18px 35px 18px 20px;
font-size: 16px;
font-weight: 600;
background: #fff3cd;
border: 2px solid #ffc200;
position: relative;
}

.system-info-box-content h1,
.system-info-box-content h2,
.system-info-box-content h3 {
border: none;
font-weight: 600;
line-height: 1.2;
font-size: 30px;
margin: 0 0 5px 0;
padding: 0;
}

.system-info-box-content h2 {
font-size: 24px;
}

.system-info-box-content h3 {
font-size: 20px;
}

.system-info-box-content p {
margin-top: 8px;
}

.system-info-box-close {
display: block;
position: absolute;
top: 12px;
right: 12px;
width: 10px;
height: 10px;
background: url(/css/main_img/close_menu_icon.svg) no-repeat scroll 0 center;
background-size: 10px auto;
cursor: pointer;
}

label.checkbox-label,
label.radio-label {
position: relative;
display: inline-block;
cursor: pointer;
padding-bottom: 0;
padding-top: 3px;
padding-left: 40px;
margin-bottom: 8px;
line-height: normal;
}

.checkbox-label.margin-top {
margin-top: 6px;
}

label.checkbox-label input,
label.radio-label input {
display: none;
}

label.checkbox-label span,
label.radio-label span {
position: absolute;
left: 0;
margin-right: 8px;
width: 18px;
height: 18px;
background: #FFFFFF;
border: 2px solid #d5d5d5;
border-radius: 6px;
}

label.checkbox-label input:checked + span,
label.radio-label input:checked + span {
background: url(/css/main_img/check_white.svg) center no-repeat #f45b5a;
background-size: 10px auto;
border-color: #f45b5a;
}

label.checkbox-label i,
label.radio-label i {
font-style: normal;
font-weight: 600;
}

label.checkbox-label.disabled,
label.radio-label.disabled {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
cursor: default;
}

/* quick order */
.quick-order-page #page-content {
padding-bottom: 75px;
}

.quick-order-page #page-content.no-footer {
padding: 0;
}

.quick-order-page button.action-add span {
padding-left: 20px;
display: inline-block;
background: url(/css/main_img/button_add.svg) no-repeat scroll 0 center;
background-size: auto 12px;
font-size: 16px;
}

.quick-order-page .action-link {
cursor: pointer;
font-weight: 400;
text-decoration: underline;
}

.quick-order-page .submit-buttons .progress-indicator {
margin-left: 20px;
margin-bottom: 20px;
}

.quick-order-page .submit-buttons .cancel {
margin-left: 20px;
color: #000000;
font-size: 16px;
}

.quick-order-page .form-section-title .action-link {
float: right;
margin-top: 10px;
font-size: 16px;
}

.quick-order-page .form-section.customer-data .inputs-col,
.quick-order-page .form-section.subscription.review .inputs-col {
box-sizing: border-box;
padding: 0 0 8px 20px;
}

.quick-order-page .form-section.customer-data .inputs-col:first-child,
.quick-order-page .form-section.subscription.review .inputs-col:first-child,
.quick-order-page .form-section.customer-data .inputs-col:nth-child(4n+1),
.quick-order-page .form-section.subscription.review .inputs-col:nth-child(4n+1) {
padding-left: 0;
}

.quick-order-page .form-section.customer-data .inputs-col.col-2 {
width: 40%;
}

.quick-order-page .info-box {
display: flex;
align-items: center;
background: #f5f7fa;
border: 1px solid #d9e1ec;
padding: 14px 16px;
border-radius: 6px;
}

.quick-order-page .info-text {
position: relative;
padding-left: 36px;
font-size: 16px;
font-weight: 500;
}

.quick-order-page .info-text::before {
content: "";
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 28px;
height: 28px;
background-image: url(/css/main_img/info.svg);
background-size: contain;
background-repeat: no-repeat;
}

.quick-order-page .info-box.error {
background: #fdecea;
border: 1px solid #f5c2c0;
}

.quick-order-page .info-box.error .info-text {
color: #b3261e;
}

.quick-order-page .info-box.error .info-text::before {
background-image: url(/css/main_img/info-error.svg);
}

.quick-order-page .info-box.hidden {
opacity: 0;
pointer-events: none;
height: 0;
padding: 0;
overflow: hidden;
transition: all 0.2s ease;
}

.quick-order-page .form-section.subscription .form-section-content {
position: relative;
padding: 0;
display: table;
width: 100%;
box-sizing: border-box;
background: #f5f5f5;
}

.quick-order-page .form-section.subscription .subscription-owner {
box-sizing: border-box;
width: 33.34%;
padding: 30px;
display: table-cell;
vertical-align: top;
height: 100%;
background: #FFFFFF;
border-radius: 15px 0 0 15px;
}

.quick-order-page .form-section.subscription .subscription-services {
box-sizing: border-box;
padding: 30px;
display: table-cell;
vertical-align: top;
height: 100%;
}

.quick-order-page .form-section.subscription .subscription-services .check-imei .input-row {
display: flex;
flex-direction: column;
padding: 30px 0 15px;
}

.quick-order-page .form-section.subscription .subscription-services .check-imei .label {
margin-bottom: 6px;
}

.quick-order-page .form-section.subscription .subscription-services .check-imei .input {
display: flex;
align-items: center;
gap: 10px;
}

.quick-order-page .form-section.subscription .subscription-services .check-imei .input input {
width: 260px;
height: 40px;
}

.quick-order-page .form-section.subscription .subscription-services .check-imei button {
height: 40px;
cursor: pointer;
}

.quick-order-page .form-section.subscription .rate-plan-variants {
margin-bottom: 25px;
}

.quick-order-page .form-section.subscription .rate-plan-variant input[type=radio] {
display: none;
}

.quick-order-page .form-section.subscription .rate-plan-variant label {
position: relative;
display: block;
margin-bottom: 10px;
cursor: pointer;
font-size: 14px;
}

.quick-order-page .form-section.subscription .rate-plan-variant:last-child label {
margin-bottom: 0;
}

.quick-order-page .form-section.subscription .rate-plan-variant input[type=radio]:disabled + label {
cursor: default;
}

.quick-order-page .form-section.subscription .rate-plan-variant-content {
padding: 13px 17px;
background: #ffffff;
border: 1px solid #dddedf;
font-weight: 400;
font-size: 15px;
border-radius: 12px;
}

.quick-order-page .form-section.subscription .rate-plan-variant-price {
float: right;
color: #f45b5a;
}

.quick-order-page .form-section.subscription .rate-plan-variant-selected-icon {
display: none;
position: absolute;
top: -8px;
right: -8px;
width: 24px;
height: 24px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
background: url(/css/main_img/check_white.svg) no-repeat scroll center #f45b5a;
background-size: 12px auto;
}

.quick-order-page .form-section.subscription .rate-plan-variant input[type=radio]:checked + label {
border: none;
}

.quick-order-page .form-section.subscription .rate-plan-variant input[type=radio]:checked + label .rate-plan-variant-content {
border-color: #f45b5a;
box-shadow: 0 0 0 4px rgba(244, 91, 90, 0.15);
}

.quick-order-page .form-section.subscription .rate-plan-variant input[type=radio]:checked + label .rate-plan-variant-selected-icon {
display: block;
}

.quick-order-page .form-section.subscription .rate-plan-variants-list {
margin: -15px 0 40px 0;
}

.quick-order-page .form-section.subscription .no-togglers .rate-plan-variants-list {
margin-top: 0;
}

.quick-order-page .form-section.subscription .rate-plan-variants.invalid .rate-plan-variant input[type=radio] + label .rate-plan-variant-content {
border-color: #d34700;
}

.quick-order-page .form-section.subscription .rate-plan-variants .dropdown-button {
margin-bottom: 30px;
padding: 12px 15px;
height: auto;
line-height: 25px;
border: 2px solid #1d3665;
font-size: 17px;
font-weight: 600;
color: #1d3665;
}

.quick-order-page .form-section.subscription .rate-plan-variants.invalid .dropdown-button {
border-color: #d34700;
}

.quick-order-page .form-section.subscription .rate-plan-variants .dropdown-button.standard:not(.active) {
margin-bottom: 50px;
}

.quick-order-page .form-section.subscription .subscription-options .options-list {
margin-bottom: 10px;
}

.quick-order-page .form-section.subscription .subscription-options .options-list h4 {
margin: 0;
}

.quick-order-page .form-section.subscription .subscription-options .options-list h4 .action-link {
float: right;
font-size: 16px;
margin-top: 4px;
}

.quick-order-page .form-section.subscription .subscription-options .services {
margin: 0px 0 25px 0;
}

.quick-order-page .form-section.subscription .subscription-options .empty-list .action-button {
min-width: 260px;
text-align: left;
}

.quick-order-page .form-section.subscription .porting-inputs {
margin-top: 15px;
}

.quick-order-page .form-section.subscription .porting-inputs .port-date {
position: relative;
}

.quick-order-page .form-section.subscription h4 {
font-size: 22px;
font-weight: 600;
padding-bottom: 15px;
}

.quick-order-page .form-section.subscription .subscription-number .inline-inputs .label {
padding-top: 0;
}

.quick-order-page .form-section.subscription .subscription-number h4 {
padding-top: 35px;
}

.quick-order-page .form-section.subscription .service-option-row {
margin-top: 8px;
}

.quick-order-page .form-section.subscription .service-option-row:first-child {
margin-top: 0;
}

.quick-order-page .form-section.subscription .service-option-col {
float: left;
}

.quick-order-page .form-section.subscription .service-option-col.value {
float: right;
color: #767676;
text-align: right;
}

.quick-order-page .form-section.subscription .service-option-col.value span {
margin-left: 20px;
}

.quick-order-page .form-section.subscription .service-option-col.value span:first-child {
margin-left: 0;
}

.quick-order-page .form-section.subscription .service-option-col .service-option-action {
display: inline-block;
min-width: 40px;
}

.quick-order-page .form-section.subscription .service-option-col .action-link {
}

.quick-order-page .form-section.subscription .service-option-col .action-delete {
color: #d63f51;
}

.quick-order-page .form-section.subscription .service-option-col .action-delete:hover {
color: #3c3c3c;
}

.quick-order-page .form-section.subscription.review .form-section-content {
margin-top: 20px;
overflow: clip;
}

.quick-order-page .form-section.subscription.review .form-section-content.first {
margin-top: 0;
}

.quick-order-page .form-section.subscription.review h4 {
font-size: 18px;
padding-bottom: 5px;
}

.quick-order-page .form-section.subscription.review .completed h4 {
padding: 8px 0 8px 45px;
line-height: 1.1;
min-height: 28px;
background: url(/css/main_img/order_complete_green.svg) no-repeat scroll 0 0;
background-size: 34px auto;
}

.quick-order-page .form-section.subscription.review .subscription-details h3 {
font-weight: 600;
font-size: 22px;
margin-bottom: 20px;
}

.quick-order-page .form-section.subscription.review .subscription-details {
padding: 30px;
background: #FFFFFF;
}

.quick-order-page .form-section.subscription.review .subscription-footer {
padding: 20px 30px;
border-top: none;
margin-top: -1px;
background: #f5f5f5;
}

.quick-order-page .form-section.customer-approval .text,
.quick-order-page .form-section.billing-options .text {
padding-left: 0;
font-weight: 600;
}

.quick-order-page .form-section.billing-options .text {
padding-top: 0;
}

.quick-order-page .form-section.billing-options .text i {
color: #1d3665;
font-style: normal;
}

.quick-order-page .customer-consents .input-row .input,
.quick-order-page .billing-options .input-row .input {
padding-left: 0;
padding-top: 6px;
}

.quick-order-page .subscription-footer .subscription-total-row {
margin-top: 5px;
}

.quick-order-page .subscription-footer .subscription-total-row:first-child {
margin-top: 0;
}

.quick-order-page .subscription-footer .subscription-total-col {
float: left;
}

.quick-order-page .subscription-footer .subscription-total-col.label {
min-width: 140px;
}

.quick-order-page .subscription-footer .subscription-total-col.value {
float: right;
min-width: 120px;
text-align: right;
}

.quick-order-page .subscription-footer .subscription-total-col.price-label,
.quick-order-page .subscription-footer .subscription-total-col.recurrent {
font-weight: 600;
font-size: 16px;
}

.quick-order-page .subscription-footer .subscription-total-col.initial {
color: #767676;
}

.quick-order-page .subscription-footer .subscription-summary-toggler {
position: relative;
cursor: pointer;
padding-right: 20px;
font-size: 16px;
}

.quick-order-page .subscription-footer .subscription-summary-toggler .toggler-icon {
position: absolute;
top: 8px;
right: 0;
width: 10px;
height: 6px;
background: url(/css/main_img/dropdown.svg) no-repeat scroll 0 0;
background-size: auto 6px;
}

.quick-order-page .subscription-footer .subscription-summary-toggler.expanded .toggler-icon {
transform: rotate(180deg);
}

.quick-order-page .subscription-footer .subscription-summary-content {
border-top: 1px solid #d8d9da;
margin-top: 15px;
}

.quick-order-page .subscription-footer .subscription-summary-section {
border-top: 1px solid #d8d9da;
margin-top: 15px;
}

.quick-order-page .subscription-footer .subscription-summary-section:first-child {
border-top: none;
margin: 0;
}

.quick-order-page .subscription-footer .subscription-summary-row {
padding-top: 15px;
}

.quick-order-page .subscription-footer .subscription-summary-col {
float: left;
}

.quick-order-page .subscription-footer .subscription-summary-col.label {
font-weight: 600;
}

.quick-order-page .subscription-footer .subscription-summary-col.value {
float: right;
color: #767676;
text-align: right;
}

.quick-order-page .subscription-footer .subscription-summary-col.value span {
display: block;
}

.quick-order-page .inline-inputs .input-row .text {
padding: 0 0 10px 0;
}

.quick-order-page .form-section.customer-data .preview-section .input-row .text,
.quick-order-page .form-section.review .input-row .text,
.quick-order-page .subscription-owner.preview-section .text,
.quick-order-page .form-section.customer-approval .text,
.quick-order-page .form-section.billing-options .text {
font-size: 16px;
}

.quick-order-page .form-section.customer-approval-signature .form-section-content {
position: relative;
padding: 0;
}

.quick-order-page .form-section.customer-approval-signature .form-section-content canvas {
width: 100%;
height: 400px;
}

.quick-order-page .form-section.customer-approval .checkbox-label {
min-width: 100px;
margin-top: 10px;
vertical-align: top;
}

.quick-order-page .form-section.customer-approval-signature.invalid .form-section-content {
border-color: #e81839;
}

.quick-order-page .form-section.customer-approval-signature .sigature-label {
position: absolute;
top: 50%;
left: 50%;
margin-top: -10px;
margin-left: -38px;
font-size: 18px;
}

.quick-order-page .terms-link {
display: inline-block;
margin-top: 30px;
font-size: 16px;
}

.quick-order-page .order-footer {
position: fixed;
bottom: 0;
left: 0;
right: 0;
max-height: 70%;
overflow-y: auto;
background: #fcfcfc;
border-top: 1px solid #d2d4d5;
z-index: 100;
min-width: 780px;
}

.quick-order-page .order-footer .order-footer-content {
padding-top: 15px;
padding-bottom: 15px;
}

.quick-order-page .order-footer button {
min-width: 140px;
margin-top: 3px;
}

.quick-order-page .order-footer .order-total {
float: right;
}

.quick-order-page .order-footer .order-total-row {
margin-top: 5px;
}

.quick-order-page .order-footer .order-total-row:first-child {
margin-top: 0;
}

.quick-order-page .order-footer .order-total-col {
float: left;
}

.quick-order-page .order-footer .order-total-col.label {
min-width: 140px;
padding-right: 30px;
}

.quick-order-page .order-footer .order-total-col.value {
float: right;
min-width: 120px;
text-align: right;
}

.quick-order-page .order-footer .order-total-col.price-label,
.quick-order-page .order-footer .order-total-col.recurrent {
font-weight: 600;
font-size: 16px;
}

.quick-order-page .order-footer .order-total-col.initial {
color: #767676;
}

.quick-order-page .order-footer .order-summary-toggler {
position: relative;
cursor: pointer;
padding-right: 20px;
}

.quick-order-page .order-footer .order-summary-toggler .toggler-icon {
position: absolute;
top: 7px;
right: 0;
width: 10px;
height: 6px;
background: url(/css/main_img/dropdown.svg) no-repeat scroll 0 0;
background-size: auto 6px;
transform: rotate(180deg);
}

.quick-order-page .order-footer .order-summary-toggler.expanded .toggler-icon {
transform: rotate(0deg);
}

.quick-order-page .order-footer .order-summary-content {
border-top: 1px solid #dfdfdf;
margin-top: 15px;
}

.quick-order-page .order-footer .order-summary-section {
border-top: 1px solid #dfdfdf;
margin-top: 15px;
}

.quick-order-page .order-footer .order-summary-section:first-child {
border-top: none;
margin: 0;
}

.quick-order-page .order-footer .order-summary-row {
padding-top: 15px;
}

.quick-order-page .order-footer .order-summary-col {
float: left;
}

.quick-order-page .order-footer .order-summary-col.label {
font-weight: 600;
}

.quick-order-page .order-footer .order-summary-col.value {
float: right;
color: #767676;
text-align: right;
}

.quick-order-page .order-footer .order-summary-col.value span {
display: block;
}

.quick-order-page .quick-order-confirmation-box {
position: relative;
padding: 0;
margin-top: 35px;
}

.quick-order-page .quick-order-confirmation-box:first-child {
margin-top: 0;
}

.quick-order-page .quick-order-confirmation-box.pending {
color: #bbbbbb;
}

.quick-order-page .quick-order-confirmation-box .confirmation-box-status-icon {
position: absolute;
top: 28px;
left: 25px;
width: 28px;
height: 28px;
background: url(/css/main_img/order_status_processing.svg) no-repeat scroll center;
background-size: 20px auto;
}

.quick-order-page .quick-order-confirmation-box.current .confirmation-box-status-icon {
background: url(/css/main_img/order_status_current.svg) no-repeat scroll center;
background-size: 18px auto;
}

.quick-order-page .quick-order-confirmation-box.success .confirmation-box-status-icon {
background: url(/css/main_img/order_status_success.svg) no-repeat scroll center;
background-size: 18px auto;
}

.quick-order-page .quick-order-confirmation-box.error .confirmation-box-status-icon {
background: url(/css/main_img/order_status_error.svg) no-repeat scroll center;
background-size: 14px auto;
}

.quick-order-page .quick-order-confirmation-box .confirmation-box-details {
padding: 30px;
padding-left: 60px;
}

.quick-order-page .quick-order-confirmation-box .confirmation-box-details h4 {
font-size: 20px;
padding-bottom: 5px;
}

.quick-order-page .quick-order-confirmation-box.success .confirmation-box-details h4 {
color: #72a138;
}

.quick-order-page .quick-order-confirmation-box.error .confirmation-box-details h4 {
color: #D0021B;
}

.quick-order-page .quick-order-confirmation-box .confirmation-box-details h3 {
font-weight: 600;
font-size: 22px;
}

.quick-order-page .quick-order-confirmation-box .confirmation-box-footer {
display: none;
padding: 0px 30px 30px 30px;
border-top: none;
}

.quick-order-page .quick-order-confirmation-box.expanded .confirmation-box-footer {
display: block;
}

.quick-order-page .quick-order-confirmation-box .confirmation-box-status {
}

.quick-order-page .quick-order-confirmation-box .confirmation-box-status-label {
font-weight: 600;
font-size: 16px;
}

.quick-order-page .quick-order-confirmation-box .confirmation-box-status-action {
margin-top: 5px;
}

.quick-order-page .quick-order-confirmation-box .confirmation-box-status-toggler {
position: relative;
font-size: 14px;
cursor: pointer;
padding-right: 20px;
}

.quick-order-page .quick-order-confirmation-box .confirmation-box-status-toggler .toggler-icon {
position: absolute;
top: 7px;
right: 0;
width: 10px;
height: 6px;
background: url(/css/main_img/dropdown.svg) no-repeat scroll 0 0;
background-size: auto 6px;
}

.quick-order-page .quick-order-confirmation-box .confirmation-box-status-toggler.expanded .toggler-icon {
transform: rotate(180deg);
}

.quick-order-page .quick-order-confirmation-box form {
margin-top: 30px;
}

.quick-order-page .quick-order-confirmation-box form button {
min-width: 100px;
}

.quick-order-page .quick-order-confirmation-box .confirmation-box-status-details .description-entry-label {
font-weight: 600;
}

.quick-order-page .quick-order-confirmation-box .confirmation-box-status-details .description-entry {
color: #767676;
}

.quick-order-page .quick-order-confirmation-box .confirmation-box-status-details h4 {
margin: 15px 0 4px 0;
}

.quick-order-page .form-section.order-status {
padding-top: 0;
}

.quick-order-page .form-section.order-status .form-section-content {
position: relative;
padding: 30px;
background: #72a138;
border: none;
color: #FFFFFF;
}

.quick-order-page .form-section.order-status h1 {
padding: 8px 0 8px 95px;
font-weight: 400;
line-height: 1.1;
font-size: 36px;
min-height: 44px;
background: url(/css/main_img/order_complete.svg) no-repeat scroll 0 0;
background-size: 60px auto;
}

.quick-order-page .form-section.order-status .order-ref {
position: absolute;
right: 30px;
font-size: 16px;
bottom: 40px;
}

.quick-order-page .completed-order-summary {
margin-top: 30px;
}

.quick-order-page .completed-order-summary .order-total-row {
margin-top: 5px;
}

.quick-order-page .completed-order-summary .order-total-row:first-child {
margin-top: 0;
}

.quick-order-page .completed-order-summary .order-total-col {
float: left;
}

.quick-order-page .completed-order-summary .order-total-col.label {
min-width: 140px;
}

.quick-order-page .completed-order-summary .order-total-col.value {
float: right;
min-width: 120px;
text-align: right;
}

.quick-order-page .completed-order-summary .order-total-col.price-label,
.quick-order-page .completed-order-summary .order-total-col.recurrent {
font-weight: 600;
font-size: 22px;
}

.quick-order-page .completed-order-summary .order-total-col.initial {
color: #767676;
font-size: 14px;
}

.help-wrapper {
display: inline-flex;
align-items: center;
gap: 6px;
}

.help-icon {
width: 24px;
height: 24px;
background: url(/css/main_img/help.svg) no-repeat center center;
background-size: contain;
flex-shrink: 0;
}

.address-info {
font-size: 16px;
font-weight: 600;
line-height: 1.4;
}

.sign-links-wrapper .auth-link,
.sign-links-wrapper .physical-sign-link {
display: block;
width: 270px;
box-sizing: border-box;
}

.auth-links {
margin-top: 30px;
}

.auth-link {
position: relative;
display: inline-block;
border-radius: 100px;
background-color: #39134c;
padding: 14px 25px 14px 80px;
box-sizing: border-box;
font-size: 18px;
font-weight: 600;
color: #ffffff;
text-decoration: none;
}

.auth-link::before {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 80px;
background-position: 24px center;
background-repeat: no-repeat;
border-radius: 100px 0 0 100px;
content: '';
}

.auth-link-signicat-bankid::before {
background-image: url(/css/main_img/bank_id.svg);
background-size: 40px auto;
}

.auth-links .auth-link:hover {
background-color: #470d70;
color: #ffffff;
}

.auth-link.disabled,
.auth-link[disabled],
.auth-link[aria-disabled="true"] {
background-color: #9a9a9a;
color: #e5e5e5;
pointer-events: none;
cursor: not-allowed;
opacity: 0.7;
}

.auth-link.disabled::before,
.auth-link[disabled]::before,
.auth-link[aria-disabled="true"]::before {
filter: grayscale(100%);
}

.auth-links .auth-link.disabled:hover,
.auth-links .auth-link[disabled]:hover,
.auth-links .auth-link[aria-disabled="true"]:hover {
background-color: #9a9a9a;
}

.physical-sign-links {
margin-top: 15px;
display: flex;
align-items: center;
gap: 20px;
}

.physical-sign-link {
position: relative;
display: inline-block;
border-radius: 100px;
background-color: #f45b5a;
padding: 14px 25px 14px 80px;
box-sizing: border-box;
font-size: 18px;
font-weight: 600;
color: #ffffff;
text-decoration: none;
}

.physical-sign-link::before {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 80px;
background-position: 24px center;
background-repeat: no-repeat;
border-radius: 100px 0 0 100px;
content: '';
background-image: url(/css/main_img/ink_pen.svg);
background-size: 40px auto;
}

.physical-sign-link:hover {
background-color: #f23a39;
color: #ffffff;
}

.physical-sign-link.disabled {
background-color: #9a9a9a;
color: #e5e5e5;
pointer-events: none;
cursor: not-allowed;
opacity: 0.7;
}

.physical-sign-link.disabled::before {
filter: grayscale(100%);
}

.physical-sign-link.disabled:hover {
background-color: #9a9a9a;
}

.physical-sign-link-wrapper .checkbox-label {
margin-bottom: 0;
}

.quick-order-page .form-section-content.white-box .esim-loader-box {
margin-top: 15px;
padding: 15px;
border-radius: 10px;
background: #f7f7f7;
text-align: center;
}

.quick-order-page .form-section-content.white-box .esim-loader {
font-size: 16px;
font-weight: 500;
}

.quick-order-page .form-section-content.white-box .spinner {
width: 32px;
height: 32px;
border: 3px solid #000;
border-top: 3px solid transparent;
border-radius: 50%;
margin: 0 auto 10px;
animation: spin 1s linear infinite;
}

@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

.quick-order-page .form-section-content.white-box .esim-qr {
position: absolute;
top: 30px;
right: 30px;
max-width: 160px;
max-height: 160px;
}

@media screen and (max-width: 1080px) {
	.table.order-history .cell-phone,
	.table.order-history .cell-e-mail,
	.table.failed-orders .cell-seller {
	width: 0;
	overflow: hidden;
	padding: 0;
	}
	
	.inline-inputs.filters .inputs-col {
	width: 19.5%;
	}
	
	.form-section.billing-group {
	padding-top: 35px;
	}
	
	.splitted-box-col {
	width: 100%;
	}
	
	.splitted-box-col.first .form-section {
	padding-right: 0;
	}
	
	.tpl-window-default .maximized-form .last .form-section.first {
	padding-top: 35px !important;
	}
	
	.splitted-box-col.last .form-section {
	padding-left: 0;
	}
	
	.table.summary .cell-phone-details,
	.table.summary .cell-user {
	width: 25%;
	}
	
	.table.summary .cell-period {
	display: none;
	}
	
	.table.summary .cell-options {
	width: 150px;
	}
	
	.confirmation-box .description-col {
	width: 100%;
	}
	
	.confirmation-box .description-col.last {
	padding-top: 15px;
	}
	
	.quick-order-page .form-section.customer-data .inputs-col,
	.quick-order-page .form-section.subscription.review .inputs-col {
	width: 50%;
	}
	
	.quick-order-page .form-section.customer-data .inputs-col:nth-child(4n+1):not(:first-child),
	.quick-order-page .form-section.subscription.review .inputs-col:nth-child(4n+1):not(:first-child) {
	padding-left: 20px;
	}
	
	.quick-order-page .form-section.customer-data .inputs-col:nth-child(2n+1):not(:first-child),
	.quick-order-page .form-section.subscription.review .inputs-col:nth-child(2n+1):not(:first-child) {
	padding-left: 0;
	}
}

@media screen and (max-width: 880px) {
	.table.order-history .cell-date,
	.table.order-history .order-subscriptions .cell-phone-no {
	width: 80px;
	}
	
	.table.order-history .order-subscriptions .cell-initial-price,
	.table.failed-orders .cell-subscriptions {
	width: 0;
	overflow: hidden;
	padding: 0;
	}
	
	.inline-inputs .inputs-col {
	width: 33.33%;
	box-sizing: border-box;
	}
	
	.table.subscriptions .table-row-cell .input-wrapper {
	width: 100%;
	padding-bottom: 5px;
	}
	
	.table.subscriptions .table-row-cell .input-wrapper:last-child {
	padding-bottom: 0;
	}
	
	.quick-order-page .form-section.subscription .subscription-services .subscription-number .inline-inputs .inputs-col {
	width: 50%;
	}
}