@font-face {
    font-family: 'OnAir-Regular';
    font-weight: normal;
    src: url("./fonts/OnAir-Regular/OnAir-Regular.8319ed2816c9.eot"),
        url("./fonts/OnAir-Regular/OnAir-Regular.c08a2aef693d.woff2") format('woff2'),
        url("./fonts/OnAir-Regular/OnAir-Regular.e822f4aa71c6.woff") format('woff');
}

body {
    background: rgba(248, 248, 248, 1);
    font-family: OnAir-Light;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input:required {
    box-shadow: none;
}

section.checkout_universal .alert-success {
    color: #91C90E;
    background-color: transparent;
    padding: 20px 0 20px 48px;
    border-radius: 0;
    border: 0;
    background: url("img/ico_success_fino.a8e1139e3b42.png") no-repeat 20px 28px #f4f9e6;
    font-size: 20px;
}

section.checkout_universal #coverAlert.alert-success {
    margin: 40px 0 -10px
}

section.checkout_universal #leads_success_alert {
    margin: 10px 0 40px 0;
}

section.checkout_universal .loading-view-spinner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #fff;
}

section.checkout_universal .loading-view-spinner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    width: 70px;
    animation: spinner 1.5s infinite linear;
}

section.checkout_universal .other_address {
    margin-bottom: 10px;
}

section.checkout_universal .gradient_shadow_top:before,
section.checkout_universal .gradient_shadow:after {
    content: "";
    width: 100%;
    height: 9px;
    display: block;
    border-bottom: 1px solid #ddd;
}

section.checkout_universal .gradient_shadow:after {
    margin-top: 30px;
}

section.checkout_universal .additionalMobileForm.gradient_shadow:after {
    margin-top: 0;
    margin-bottom: 20px;
}

section.checkout_universal .gradient_shadow_top:before {
    margin: 10px 0;
}

section.checkout_universal .gradient_shadow_top.generate-contract-footer:before {
    margin: -20px 0 30px 0;
}

section.checkout_universal #complete_address {
    margin-top: 30px;
}

section.checkout_universal #add_new_address {
    margin-top: 30px;
}

section.checkout_universal header {
    color: #fff;
}

section.checkout_universal header .call_us {
    background-color: #fbfbfb;
    text-align: right;
}

section.checkout_universal header .call_us p {
    font-size: 16px;
    color: #737373;
    line-height: 18px;
    padding: 10px 0;
    margin-bottom: 0;
}

section.checkout_universal header h1 {
    float: left;
    margin-bottom: 0;
    line-height: 53px;
}

section.checkout_universal header h1 a {
    display: block;
    height: 35px;
    line-height: 35px;
}

section.checkout_universal header h1 a img {
    height: 35px;
    vertical-align: top;
}

section.checkout_universal header .call_us+div {
    background-color: #fff;
}

section.checkout_universal header .call_us+div .logo_container {
    overflow: hidden;
    padding: 13px 15px 13px 40px;
}

section.checkout_universal header .header_cart_view {
    float: right;
    margin-top: 7px;
    display: none;
}

section.checkout_universal header .header_cart_view p {
    color: #061f47;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 18px;
    transition: all 0.3s ease;
}

section.checkout_universal header .header_cart_view p:after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    border: solid #0019a5;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin: 0 0 3px 10px;
}

section.checkout_universal a.logoutButton {
    float: right;
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
    color: #0019A5;
    font-family: OnAir-Light;
    margin-top: 6px;
}

section.checkout_universal a.logoutButton:hover {
    text-decoration: none;
}

section.checkout_universal #bodyCheckout {
    color: #0019a5;
    overflow: hidden;
    background-color: #fff;
}

section.checkout_universal .container_blue {
    display: none;
}

section.checkout_universal .container_blue.sticky-top {
    top: 20px;
}

section.checkout_universal .container_blue.bluePadding {
    padding-left: 20px;
    padding-right: 40px;
    padding-bottom: 0;
    padding-top: 15px;
}

section.checkout_universal .container_blue_secundary {
    margin: 0 -15px;
}

/*Headers*/
section.checkout_universal .container_blue h2 {
    color: #0019a5;
    font-size: 42px;
    padding: 30px 0 0;
}

section.checkout_universal .container_blue h2.selectionColumn {
    color: #0019a5;
    margin: 20px -15px 10px;
    font-size: 28px;
    border-bottom: 1px solid #ddd;
    padding: 15px;
}

section.checkout_universal .container_blue h3 {
    color: #0019a5;
    font-size: 24px;
    margin-bottom: 15px;
}

section.checkout_universal #bodyCheckout .contentBody {
    position: relative;
}

section.checkout_universal #noFurtherDataRequired {
    display: none;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #bebebe;
    padding: 16px 0
}

section.checkout_universal #noFurtherDataRequired.show {
    display: block;
    margin-bottom: 24px;
}

/*Cart*/
section.checkout_universal .cart_element_title {
    color: #0019a5;
    font-size: 22px;
    display: block;
    margin-bottom: 5px;
}

section.checkout_universal .cart_element_msg {
    color: #0019a5;
    font-size: 16px;
    display: block;
    margin-bottom: 6px;
    margin-right: 30px;
}

section.checkout_universal .cart_element_msg li {
    list-style-type: none;
}

section.checkout_universal ul,
section.checkout_universal li {
    margin: 0;
    padding: 0;
    color: #0019A5;
}

section.checkout_universal #personalInfoCart .cart_element_msg span:nth-child(-n+3) {
    text-transform: capitalize;
}

section.checkout_universal .cart_element_msg .lowercase {
    text-transform: lowercase;
}

section.checkout_universal .cart_element_msg.packSelectedData {
    margin-bottom: 0;
}

section.checkout_universal .cart_element_msg span {
    display: inline-block;
}

section.checkout_universal .cart_footer {
    border-bottom: 1px solid #ddd;
    color: #999999;
    padding-top: 10px;
    padding-bottom: 15px;
}

section.checkout_universal .cart_footer .monthly_fee_label {
    font-size: 22px;
    margin-bottom: -6px;
    display: block;
    color: #0019a5;
}

section.checkout_universal .cart_footer .taxes_included {
    font-size: 16px;
    margin-top: 0;
    display: block;
}

section.checkout_universal .cart_footer .price_rate {
    font-size: 36px;
    color: #0019a5;
    line-height: 38px;
}

section.checkout_universal .cart_footer .price_rate_device {
    font-size: 36px;
    color: #0019a5;
    line-height: 38px;
}

section.checkout_universal .cart_footer .taxes_included {
    font-size: 14px;
    line-height: 23px;
    color: #333;
    display: block;
    width: 100%;
    text-align: right;
    padding-right: 15px;
}

section.checkout_universal .cart_footer .taxes_select {
    border: 1px solid #ccc;
    font-size: 16px;
    outline: 0;
    cursor: pointer;
    margin: 10px 0 0 -3px;
    background-color: transparent;
    color: #333;
    padding: 10px 0 10px 10px;
    width: 100%;
}

section.checkout_universal .select_container.ios {
    position: relative;
    width: 100%;
}

section.checkout_universal .cart_footer .select_container.ios {
    width: 190px;
}

section.checkout_universal .cartElement {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

section.checkout_universal .editButtonCart {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 14px;
    height: 14px;
    background: transparent url("img/ico_edit.22f1e663be80.png") no-repeat left top;
}

section.checkout_universal .modifyButtonCart {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 30px;
    display: block;
    width: 14px;
    height: 14px;
    background: transparent url("img/ico_edit.22f1e663be80.png") no-repeat left top;
}

section.checkout_universal .deleteDeviceButton {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 0;
    display: block;
    width: 14px;
    height: 14px;
    background: transparent url("img/Modal_close.9d9286475bb3.svg") no-repeat left top;
    background-size: 14px;
}

section.checkout_universal .cartElement .showPackDetail {
    font-size: 16px;
    color: #41B6E6;
    cursor: pointer;
}

section.checkout_universal .price_summary {
    margin-bottom: 20px;
    display: none
}

section.checkout_universal .price_summary ul {
    margin: 0;
    padding: 0;
}

section.checkout_universal .price_summary ul li {
    list-style-type: none;
    margin: 0;
    color: #0019a5;
    font-size: 16px;
    padding: 12px 0;
    border-bottom: 1px dotted #000;
}

section.checkout_universal .price_summary ul li:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

section.checkout_universal .price_summary ul li span.left_price_summary {
    float: left;
}

section.checkout_universal .price_summary ul li span.right_price_summary {
    float: right;
}

section.checkout_universal #cart_view .showPackDetail:hover {
    text-decoration: underline;
}

section.checkout_universal #cart_view .promo_info ul {
    margin-top: 15px;
}

section.checkout_universal #cart_view .promo_info ul li {
    list-style-type: none;
    margin-bottom: 10px;
    font-size: 16px;
    color: #0019a5;
    line-height: 40px;
}

section.checkout_universal #cart_view .promo_info ul li span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 15px;
}

section.checkout_universal #cart_view .promo_info ul li:nth-child(1) span {
    background-image: url("img/newlock.0f0a6e790e20.svg");
}

section.checkout_universal #cart_view .promo_info ul li:nth-child(2) span {
    background-image: url("img/newrouter.1c42a9ce83a6.svg");
}

section.checkout_universal #cart_view .promo_info ul li:nth-child(3) span {
    background-image: url("img/newsafety.4f8ee88581fa.svg");
}

section.checkout_universal #cart_view .promo_info ul li:nth-child(4) span {
    background-image: url("img/newsupport.bc3e2c29e09b.svg");
}

section #responsive_cart_backdrop {
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

section #responsive_cart_backdrop.show {
    display: block;
}

section .taxSelectedElement {
    color: #0019a5;
    font-size: 16px;
    display: block;
    margin-bottom: 6px;
    margin-right: 30px;
    white-space: nowrap;
    margin-top: 6px;
}

section .additionalLinePortinInfo {
    text-transform: capitalize;
}

section #deviceSelectedCart .cart_device_device {
    overflow: hidden;
}

section #deviceSelectedCart .cart_device_device .cart_device_image {
    float: left;
    width: 90px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 15px;
}

section #deviceSelectedCart .img_with_discount {
    height: 140px;
}

section #deviceSelectedCart .cart_device_device .cart_device_image img {
    width: 100%;
}

section #deviceSelectedCart .cart_device_device .cart_device_prices {
    float: right;
    text-align: right;
    width: calc(100% - 90px);
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 13px;
}

section #deviceSelectedCart .cart_device_device .cart_device_prices .cart_device_info_element {
    display: block;
    color: #333333;
    font-size: 14px;
}

section #deviceSelectedCart .cart_device_device .cart_device_prices .cart_tag_device_benefit {
    background: #82FDC8;
    padding: 4px 12px;
    color: #002E1A;
    border-radius: 15px;
    margin: 5px 0;
    display: inline-block;
}

section #deviceSelectedCart .cart_device_device .cart_device_prices .monthly_price {
    color: #0019a5;
    font-size: 24px;
    line-height: 34px;
}

section #currentPackCart .pack_price {
    color: #0019a5;
    font-size: 24px;
    line-height: 34px;
    position: absolute;
    right: 13px;
    bottom: -6px;
}

section #deviceSelectedCart .cart_device_device .cart_device_prices .months,
section #deviceSelectedCart .cart_device_device .cart_device_prices .totalPrice {
    color: #333;
    font-size: 14px;
    line-height: 24px;
}
/*End Cart*/

/*Steps Guide*/
section.checkout_universal .checkout_steps_guide {
    background: linear-gradient(to bottom, rgb(37, 36, 107), rgb(33, 49, 121) 11%, rgb(29, 74, 149) 22%, rgb(29, 98, 171) 33%, rgb(20, 122, 189) 44%, rgb(34, 146, 207) 55%, rgb(72, 172, 222) 66%, rgb(112, 194, 231) 77%, rgb(148, 210, 236) 88%, rgb(180, 221, 236));
    text-align: center;
    position: relative;
    height: 116px;
    font-size: 15px;
}

section.checkout_universal .checkout_steps_guide .container {
    padding: 0;
}

section.checkout_universal .checkout_steps_guide ul {
    display: table;
    padding: 20px 25px 30px 35px;
    width: 100%;
    max-width: 100%;
}

section.checkout_universal .checkout_steps_guide ul li {
    list-style-type: none;
    display: inline-block;
}

section.checkout_universal .checkout_steps_guide ul li.steps_guide_element {
    padding: 13px 0 9px;
    font-size: 15px;
    color: #fff;
    position: relative;
    width: 35px;
    text-align: center;
    display: table-cell;
}

section.checkout_universal .checkout_steps_guide ul li.steps_guide_element.hidden {
    display: none !important
}

section.checkout_universal .checkout_steps_guide ul li.steps_guide_element:after {
    content: '';
    display: inline-block;
    width: calc(100% - 150px / 3);
    background-color: #fff;
    height: 3px;
}

section.checkout_universal .checkout_steps_guide ul li.steps_guide_element:last-child:after {
    content: none;
}

section.checkout_universal .checkout_steps_guide ul li.line {
    display: table-cell;
    position: relative;
}

section.checkout_universal .checkout_steps_guide ul li.line.hidden,
section.checkout_universal .checkout_steps_guide ul li.line.last {
    display: none !important
}

section.checkout_universal .checkout_steps_guide ul li.line div {
    width: 95%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    margin: auto;
    top: 30px;
    left: 0;
    right: 0;
}

section.checkout_universal .checkout_steps_guide ul li.steps_guide_element .number_step {
    display: block;
    width: 38px;
    height: 38px;
    margin: 0 auto;
    border-radius: 18px;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    padding: 1px 0 0 0;
    position: relative;
    background-image: url("img/circle_bg_default.853e0cf09ba0.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

section.checkout_universal .checkout_steps_guide ul li.complete+li div {
    background-color: #8DC240;
}

section.checkout_universal .checkout_steps_guide ul li.steps_guide_element.complete .number_step {
    background-color: #91C90E;
    background-image: none;
}

section.checkout_universal .checkout_steps_guide ul li.steps_guide_element.complete:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-image: url("img/checkmark.000f6da3797a.png");
    background-repeat: no-repeat;
    background-color: #91C90E;
    background-position: center center;
    position: absolute;
    z-index: 2;
    border-radius: 25px;
}

section.checkout_universal .checkout_steps_guide ul li.steps_guide_element.complete.active:before {
    content: none;
}

section.checkout_universal .checkout_steps_guide ul li.line.complete div {
    background-color: #91C90E;
}

section.checkout_universal .checkout_steps_guide ul li.steps_guide_element.active .number_step {
    background-color: #fff;
    color: #41B6E6;
}

section.checkout_universal .checkout_steps_guide ul li.steps_guide_element .name_step {
    display: block;
    width: 100px;
    position: absolute;
    margin: 5px auto 0 auto;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
}

section.checkout_universal .checkout_steps_guide ul li.steps_guide_element.last .d-md-block:after {
    content: '';
}

section.checkout_universal .checkout_steps_guide ul li.steps_guide_element .responsive_step {
    background: #333333;
    height: 10px;
    width: 50px;
    display: block;
}

section.checkout_universal .checkout_steps_guide ul li.steps_guide_element.active .responsive_step {
    background: #41B6E6;
}

section.checkout_universal .checkout_steps_guide ul li#step_5_Confirmation {
    display: none !important;
}
/*End Steps Guide*/

/*Login Banner*/
section.checkout_universal #loginBanner {
    background-color: #E1E6FF;
    border-radius: 5px;
    overflow: hidden;
    padding: 13px 24px;
    margin-top: 16px;
    margin-bottom: -16px;
}

section.checkout_universal #loginBanner span {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    padding: 5px 0 0 30px;
    display: inline-block;
    background: transparent url("img/loginBannerIcon.cb90580e454c.svg") no-repeat left 6px;
}

section.checkout_universal #loginBanner a {
    font-size: 14px;
    line-height: 24px;
    background: #0019A5;
    border-radius: 4px;
    color: #fff;
    padding: 6px 15px;
    float: right;
}
/*End Logn Banner*/

/*Tecalis*/
section.checkout_universal #tecalis_error_msg .error_msg {
    background: #FDF9F2 url("img/alert-triangle-1.e88606b4ec44.svg") no-repeat 16px 19px;
    color: #FF7F41;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.19px;
    line-height: 30px;
    padding: 18px 65px 15px;
    margin-bottom: 45px
}

section.checkout_universal #tecalis_ko_msg .error_msg {
    background: #FDEAED;
    color: #F4364C;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.19px;
    line-height: 30px;
    padding: 18px 25px 15px;
    margin-bottom: 45px
}

section.checkout_universal #document_validation_sending_type .info_msg .error_msg {
    background: #F3FAFF;
    color: #000066;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.19px;
    line-height: 30px;
    padding: 18px 16px;
    margin-bottom: 45px
}

section.checkout_universal #document_validation_sending_type .info_msg #tecalis_error_max_time_button {
    margin-top: 34px;
}
/*End Tecalis*/

/*Forms*/
section.checkout_universal .form-group.document_field {
    margin-bottom: 0;
}

section.checkout_universal .form-group {
    margin-bottom: 10px;
}

section.checkout_universal .input-caption {
    display: block;
    font-size: 16px;
    color: #333;
    margin-top: 5px;
}

section.checkout_universal .input-caption a {
    color: #41B6E6;
}

section.checkout_universal #personal_info_view .form-group label {
    margin-top: 26px;
}

section.checkout_universal form .form_module {
    margin: 0 -40px;
    padding: 0 40px;
    position: relative;
}

section.checkout_universal form .products .form_module:last-child:after {
    content: none;
}

section.checkout_universal form .form_module.wborderBot {
    margin-bottom: 30px;
}

section.checkout_universal form label {
    font-size: 16px;
    margin-top: 5px;
    color: #333333;
}

section.checkout_universal form .form-control {
    font-size: 17px;
    line-height: 25px;
    padding: .575rem .75rem;
    color: #002e6e;
    border: 1px solid #BEBEBE;
    border-radius: 0;
    background-color: #fff;
}

section.checkout_universal form .form-control.ellipsisInput {
    padding-right: 30px;
    text-overflow: ellipsis;
}

section.checkout_universal form .form-control::placeholder {
    color: #999;
    opacity: 1;
}

section.checkout_universal .mvne_street_form_address_data {
    margin-top: 30px;
}

section.checkout_universal form .form-control:focus {
    background-color: #fff;
}

section.checkout_universal form select.form-control {
    background: linear-gradient(to bottom, #f6f6f6 0%, #e7e7e7 100%);
    text-transform: capitalize;
}

section.checkout_universal form select.form-control.toLabel {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #0019a5;
    background: none;
}

section.checkout_universal form select.form-control option {
    text-transform: capitalize;
}

section.checkout_universal .new_address {
    font-size: 16px;
    line-height: 14px;
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
    color: #41B6E6;
}

section.checkout_universal .new_address:before {
    content: '';
    display: inline-block;
    background-image: url("img/button_back.2f9d48167f91.svg");
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    vertical-align: top;
    transform: rotate(180deg);
    margin-right: 10px;
}

section.checkout_universal .new_address:hover {
    text-decoration: underline;
}

section.checkout_universal .street_complete_field {
    margin-top: 10px;
}

section.checkout_universal .shipping_address_main_mobile {
    display: block;
    width: 100%
}

section.checkout_universal #global_shipping_address_module {
    margin-bottom: 30px;
}

section.checkout_universal .newBillingAddressForm {
    margin-top: 10px;
}

section.checkout_universal .custom-radio-button input[type="radio"]:disabled+label {
    opacity: 0.3;
    cursor: not-allowed;
}

section.checkout_universal #addNewAdditionalLine.disabled {
    color: #fff;
}

section.checkout_universal form .form-control.loader {
    background-image: url("img/precarga_checkout_o2.7334291e7fd9.gif");
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: right -1px;
}

section.checkout_universal form .form-control.loader.disabled {
    background: #dddddd url("img/precarga_checkout_o2.7334291e7fd9.gif") no-repeat 96% -1px;
    background-size: 38px;
    padding-right: 34px;
}

/* Autocomplete menu */
.ui-autocomplete {
    position: relative;
    list-style: none;
    background-color: white;
    z-index: 10;
    width: 214px;
    line-height: 200%;
    font-size: 18px;
    border: solid 1px #DCDCDC;
    padding: 0;
    box-shadow: 2px 3px 3px -3px #ccc;
}

.ui-autocomplete li {
    margin: 0;
    cursor: pointer;
    border-bottom: 1px solid #DCDCDC;
    font-size: 16px;
    color: #0019a5;
    padding-left: 15px;
}

.ui-autocomplete .ui-menu-item {
    padding-left: 0 !important
}

.ui-autocomplete li div {
    padding-left: 15px;
}

.ui-autocomplete .ui-menu-item .ui-state-active,
.ui-autocomplete li:hover {
    background-color: #C0D9ED;
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-menu .ui-menu-item {
    padding-left: 0;
}

section.checkout_universal .help_msg {
    font-size: 18px;
    display: block;
    margin-bottom: 15px
}

section.checkout_universal .row-custom-radios {
    margin-bottom: 15px;
}

section.checkout_universal .deviceConfiguration .row-custom-radios {
    margin-bottom: 0;
}

section.checkout_universal .custom-radio {
    margin-left: 0;
    margin-bottom: 5px;
    padding-left: 15px;
}

section.checkout_universal .custom-radio.additional_line_element {
    border: 1px solid #bebebe;
    padding: 10px;
    display: block;
    margin-bottom: 20px;
    margin-left: 15px;
}

section.checkout_universal .custom-radio.additional_line_element.active {
    border: 1px solid #0019A5;
}

section.checkout_universal .custom-radio.additional_line_element .additionalLinePrice {
    float: right;
    font-family: OnAir-Regular;
    color: #0019a5;
    line-height: 23px;
    font-size: 26px;
}

section.checkout_universal .custom-radio .custom-control-label {
    font-size: 15px;
    line-height: 26px;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-top: 0;
    height: 26px;
}

section.checkout_universal .custom-control-label-chips {
    font-size: 15px;
    line-height: 26px;
    cursor: pointer;
    margin: 0;
    padding: 0 12px;
}

section.checkout_universal .custom-radio.additional_line_element .custom-control-label {
    font-size: 17px;
    color: #0019A5;
    line-height: 24px;
    padding-left: 35px;
    max-width: 90%;
}

section.checkout_universal .custom-radio-button input {
    display: none;
}

section.checkout_universal .custom-radio-button input[type="radio"]+label {
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #0019A5;
    border: 1px solid #BEBEBE;
    cursor: default;
    padding: 12px 8px;
    line-height: normal;
    border-radius: 4px;
}

section.checkout_universal .custom-radio-button input[type="radio"]:checked+label {
    background-color: #E1E6FF;
    color: #0019A5;
    border: 1px solid #0019A5;
    cursor: pointer;
    pointer-events: none;
}

section.checkout_universal .custom-radio-button input[type="radio"]:hover+label {
    background-color: #E1E6FF;
    color: #0019A5;
    border: 1px solid #E1E6FF;
    cursor: pointer;
}

section.checkout_universal #comunications_language {
    margin-top: 30px;
}

section.checkout_universal #comunications_language select {
    text-transform: capitalize;
    margin-top: 5px;
}

section.checkout_universal .additional-new-line-copy+p {
    font-size: 16px;
    margin-top: 10px;
    display: none;
    padding-left: 25px;
}

section.checkout_universal .custom-radio .custom-control-label:before {
    left: -2px;
    top: 3px;
    width: 22px;
    height: 22px;
}

section.checkout_universal .custom-radio.additional_line_element .custom-control-label:before {
    top: 2px;
}

section.checkout_universal .inputDate .invalid-feedback {
    margin: 0.8rem 15px 0.8rem 15px;
}

section.checkout_universal .custom-checkbox .custom-control-label {
    margin: 3px 0 0 10px !important;
}

section.checkout_universal .custom-checkbox .custom-control-input:checked .custom-control-label:after {
    background-image: url("img/ico_tick_checkbox.78c0093b4a48.svg");
    background-size: 13px 13px;
    display: none;
}

section.checkout_universal #productConfigFiberProduct {
    position: relative;
    padding-bottom: 10px;
}

section.checkout_universal form #accountDC,
section.checkout_universal form #accountEntity,
section.checkout_universal form #accountOffice {
    padding: .575rem .40rem;
    text-align: left;
}

section.checkout_universal label[for=coverage_select_Address] {
    color: #0019a5;
    font-size: 24px;
}

section.checkout_universal #coverage_select_Address {
    max-height: 170px;
    overflow-y: scroll;
    border: 1px solid #DCDCDC;
}

section.checkout_universal #coverage_select_Address p {
    font-size: 16px;
    color: #0019a5;
    line-height: 40px;
    padding-left: 10px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

section.checkout_universal #coverage_select_Address p:hover {
    background-color: #C0D9ED;
}

section.checkout_universal .capitalizedField {
    text-transform: capitalize;
}

section.checkout_universal .lowercaseField {
    text-transform: lowercase;
}

section.checkout_universal .alternativePacks .alternativeElement {
    border: 1px solid #dcdcdc;
    background: #fff;
    border-radius: 4px;
    padding: 15px
}

section.checkout_universal .alternativePacks .alternativeElement .alternativeMsg {
    margin-bottom: 24px;
}

section.checkout_universal .alternativePacks .alternativeElement .product_info {
    float: left;
    font-size: 36px;
    font-family: 'OnAir-Bold';
    line-height: 29px;
    margin-right: 10px;
}

section.checkout_universal .alternativePacks .alternativeElement .product_info .unit {
    font-size: 21px;
    display: inline-block;
}

section.checkout_universal .alternativePacks .alternativeElement .product_info .data_details {
    font-size: 14px;
    line-height: 20px;
    display: block;
    font-family: 'OnAir-Light';
}

section.checkout_universal .alternativePacks .alternativeElement .plus_element {
    float: left;
    width: 20px;
    text-align: center;
    color: #0019A5;
    font-size: 28px;
    line-height: 33px;
    font-family: 'OnAir-Bold';
    margin-right: 10px;
}

section.checkout_universal .alternativePacks .alternativeElement .price {
    float: left;
    border-left: 2px solid #0019A5;
    color: #1DA6E9;
    font-size: 42px;
    font-family: 'OnAir-Bold';
    line-height: 29px;
    padding-left: 15px
}

section.checkout_universal .alternativePacks .alternativeElement .price .price_unit {
    font-size: 21px;
    display: inline-block;
}

section.checkout_universal .alternativePacks .alternativeElement .price .price_taxes {
    font-size: 14px;
    line-height: 20px;
    display: block;
    font-family: 'OnAir-Light';
}

section.checkout_universal .alternativePacks .alternativeElement .view_details {
    font-family: 'OnAir-Light';
    font-size: 14px;
    line-height: 20px;
    color: #1DA6E9;
    margin-top: -5px;
    display: block;
    cursor: pointer;
}

section.checkout_universal .alternativePacks .alternativeElement .alternativeElementButtons {
    margin-top: 13px;
}

section.checkout_universal .alternativePacks .alternativeElement .title_alternativePack {
    margin: -7px 0 7px;
    display: block;
    text-transform: uppercase;
}

section.checkout_universal .alternativePacks .alternativeElement .description_list {
    margin-top: 16px;
    color: #333333
}

section.checkout_universal .alternativePacks .alternativeElement .description_list span {
    color: #0019A5
}

section.checkout_universal .alternativePacks .alternativeElement .description_list ul {
    margin: 0;
    padding: 0;
}

section.checkout_universal .alternativePacks .alternativeElement .description_list ul li {
    margin: 0 0 16px;
    padding: 0 0 0 23px;
    list-style-type: none;
    font-size: 16px;
    line-height: 24px;
    background: transparent url("img/alternative_bullet.f9cbffb3e3df.svg") no-repeat left 7px;
}

section.checkout_universal .alternativePacks .collapse_bullets {
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
    background: transparent url("img/collapse_conditions_close.422f8b9cc217.png") no-repeat right 11px;
    padding-right: 15px;
}

section.checkout_universal .alternativePacks .collapse_bullets.hidden {
    display: none;
}

section.checkout_universal .alternativePacks .collapse_bullets.open {
    background-image: url("img/collapse_conditions_open.b208800870db.png")
}

/*Validation*/
section.checkout_universal .document_field.error .invalid-feedback {
    display: block;
    white-space: nowrap;
    color: #F4364C;
    font-size: 16px;
    padding: 5px 0;
    margin-top: 0;
}

section.checkout_universal .form-group.error .invalid-feedback {
    display: block;
    color: #F4364C;
    font-size: 16px;
    padding: 5px 0;
    margin-top: 5px;
}

section.checkout_universal .accountField label {
    font-size: 15px;
}

section.checkout_universal .accountField .col-md-2 {
    padding-right: 0;
}

section.checkout_universal .accountField .col-md-4 {
    padding-right: 20px;
}

section.checkout_universal .accountField #accountCode {
    text-transform: uppercase;
}

section.checkout_universal .accountField .invalid-feedback {
    margin: -15px 15px -5px 15px;
    white-space: nowrap;
    color: #F4364C;
    font-size: 16px;
    padding: 5px 0;
}

section.checkout_universal .form-group.error .form-control,
section.checkout_universal .document_field.error .form-control {
    border-color: #F4364C;
}

section.checkout_universal .form-group.done .form-control {
    border-color: #91C90E;
}

section.checkout_universal .custom-checkbox.error .custom-control-label::before {
    background: #efa2a9;
}

section.checkout_universal input[type="text"]:disabled {
    background: #dddddd;
    color: #666666;
    border: none;
}

section.checkout_universal input[type="number"]:disabled {
    background: #dddddd;
    color: #666666;
    border: none;
}

section.checkout_universal .document_msg_error {
    width: 100%;
    margin: 0 45px 0 15px;
}

section.checkout_universal .form-control.errorMsisdn {
    border: 1px solid #F4364C;
}

section.checkout_universal .pErrorMsisdn {
    display: none;
    font-size: 80%;
    color: #F4364C;
    margin-top: 5px;
}

section.checkout_universal .form-control.errorMsisdn+.pErrorMsisdn {
    display: block;
}

section.checkout_universal .form-group.document_field[data-documentType] .invalid-feedback {
    display: none;
}

section.checkout_universal .form-group.document_field.error[data-documentType='nif'] .invalid-feedback.nifMsg {
    display: block;
}

section.checkout_universal .form-group.document_field.error[data-documentType='nie'] .invalid-feedback.nieMsg {
    display: block;
}

section.checkout_universal .form-group.document_field.error[data-documentType='cif'] .invalid-feedback.cifMsg {
    display: block;
}

section.checkout_universal .form-group.document_field.error[data-documentType='passport'] .invalid-feedback.passportMsg {
    display: block;
}

/*End Validation*/
section.checkout_universal #checkoutConditions+label {
    margin-bottom: 30px;
}

section.checkout_universal .form-group.disabled {
    opacity: 0.3;
}

section.checkout_universal .footerForm {
    margin: 0 -30px 40px -30px;
    padding: 20px 30px 10px;
}

section.checkout_universal .footerForm .row {
    display: block;
}

section.checkout_universal .footerForm .form-group {
    margin-bottom: 25px;
}

section.checkout_universal .footerForm .form-group.loader {
    text-indent: -999px;
    background-image: url("img/Spinner-1s-98px.18f64963b8f4.svg");
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: center center;
}

section.checkout_universal #modalNumberSelection .form-group.loader {
    text-indent: -9999px;
    background-image: url("img/Spinner-1s-98px.18f64963b8f4.svg");
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: center center;
}

section.checkout_universal .mvne_street_form_validate_button.loaderButton,
section.checkout_universal .mvne_street_form_select_button.loaderButton {
    text-indent: -999px;
    background-image: url("img/Spinner-1s-98px.18f64963b8f4.svg");
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: center center;
}

section.checkout_universal .footerForm button {
    display: block;
}

section.checkout_universal .custom-control-label {
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

section.checkout_universal .custom-control-label a {
    color: #41B6E6;
    text-decoration: none;
}

section.checkout_universal .iccOpener {
    background: transparent url("img/u322.ed8a8f32cb8a.png") no-repeat left 5px;
    display: block;
    padding: 0 0 6px 25px;
    cursor: pointer;
}

section.checkout_universal .accountField.col-md-9 {
    margin-left: -30px;
}

section.checkout_universal .custom-control-input:checked~.custom-control-label:before,
section.checkout_universal .custom-radio .custom-control-input:checked~.custom-control-label:before {
    background-color: #fff;
    border: 1px solid #ccc;
    width: 22px;
    height: 22px;
}

section.checkout_universal .custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: none !important;
    background-color: #0019a5;
    border-radius: 10px;
    width: 12px;
    height: 12px;
    margin: auto;
    top: 2px;
    bottom: 0;
    left: 3px;
}

section.checkout_universal .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("img/ico_tick_checkbox.78c0093b4a48.svg");
    background-size: 13px;
    left: 4px;
    top: 6px;
}

section.checkout_universal .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #fff;
    border-radius: 0;
}

section.checkout_universal .custom-checkbox .custom-control-label::before {
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #BEBEBE;
    width: 22px;
    height: 22px;
}

section.checkout_universal .custom-checkbox .custom-control-label::after {
    width: 1.5rem;
    height: 1.5rem;
    left: -1px !important;
    top: 3px !important;
}

section.checkout_universal select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 9px);
}

section.checkout_universal select.form-control.outputElement {
    background: #ecf8fc;
    border: 0;
    padding: 5px 10px;
    margin-left: -4px;
    -webkit-appearance: none;
    display: inline-block;
    width: auto;
    text-overflow: ellipsis;
    max-width: 100%;
}

section.checkout_universal select.form-control.outputElement::-ms-expand {
    display: none;
}

section.checkout_universal #mobile_pack_shipping_address .container {
    padding: 0;
}

section.checkout_universal .textIndentProduct {
    margin-left: 20px;
}

section.checkout_universal #productConfigAdditionalLineProduct h3 {
    margin-top: 30px;
}

/*Alerts*/
section.checkout_universal .alert-info {
    border: 0;
    background: rgba(65, 182, 230, 0.1);
    color: #0019A5;
    font-size: 16px;
    line-height: 24px;
    border-radius: 0;
    padding: 24px;
}

section.checkout_universal .alert-warning,
section.checkout_universal .alert-msg-warning,
section.checkout_universal .alert-esim-warning,
section.checkout_universal .alert-special-msg {
    border: none;
    color: #FF7F41;
    font-size: 16px;
    border-radius: 0;
    background-color: rgba(255, 153, 0, 0.0470588235294118);
    padding: 16px;
}

section.checkout_universal .notAvailableMessage {
    margin-bottom: 10px;
}

section.checkout_universal .notAvailableMessage span {
    padding: 13px 20px;
    background: #0019A5;
}

section.checkout_universal .alert-special-msg {
    color: #F4364C;
    background-color: rgba(244, 54, 76, 0.0470588235294118);
}

section.checkout_universal .alert-msg-warning {
    display: none;
}

section.checkout_universal .generate-contract-footer .warning_msg {
    margin-bottom: 30px;
}

section.checkout_universal .msg-text-trans {
    display: block;
    margin-bottom: 10px;
}
/*End alerts */

/*buttons*/
.btn {
    padding: 17px 27px;
    font-size: 16px;
    line-height: 16px;
    border: 0;
    border-radius: 4px;
}

.btn.btn-primary,
.btn.btn-send {
    background-color: #41B6E6;
    border-color: #41B6E6;
    transition: all 0.3s ease;
}

.btn-send {
    color: #fff;
    margin-bottom: 55px;
}

.btn.btn-primary:hover,
.btn.btn-send:hover {
    background-color: #357BA7;
}

.btn.btn-secondary {
    color: #41B6E6;
    background: transparent !important;
    padding: 0;
}

.btn.btn-secondary.resendPinButton {
    margin-bottom: 40px;
}

.btn.btn-secondary:hover {
    text-decoration: underline;
}

.btn.btn-secondary.hidden {
    display: none;
}

.btn.btn-secondary:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url("img/button_back.2f9d48167f91.svg");
    background-size: 15px 15px;
    background-repeat: no-repeat;
    vertical-align: top;
    margin-right: 10px;
}

.btn.btn-secondary-light {
    background: transparent !important;
    box-shadow: 0 0 0 #000 !important;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #3E99D4;
}

.btn.btn-secondary-light:hover {
    text-decoration: underline;
}

.btn.btn-home {
    background: #fff;
    border-color: #666666;
    color: #666666
}

.btn.disabled,
.btn:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed;
    background-color: #41B6E6;
    border-color: #41B6E6;
}

.btn.disabled:not('.mvne_street_form_validate_button'):hover,
.btn:not('.mvne_street_form_validate_button'):disabled:hover {
    background: linear-gradient(to bottom, #dddddd 0%, #c8c8c9 100%);
    border-color: #c3c4c5;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 17px 27px;
}

.btn.disabled:hover,
.btn:disabled:hover {
    cursor: not-allowed;
    background-color: #41B6E6;
    border-color: #41B6E6;
}

.btn-outline-primary,
.btn-outline-primary:hover {
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: none;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    background: #41B6E6;
    padding: 9px 47px;
    margin-top: 15px;
    color: white;
}

#continue_4_paymentInfo {
    background-color: #33CC66;
    font-size: 18px;
    max-width: 300px;
    padding: 20px;
}

.btn-generate-contract {
    color: #fff !important;
    background: #8dc240 url("img/u163.dc230a5728b5.png") no-repeat 15px 12px !important;
    border: 0;
    border-radius: 7px;
    font-size: 20px;
    text-align: left;
    padding-left: 55px;
}

.btn-generate-contract:hover {
    background-color: #3290CE !important
}

.btn-generate-contract {
    color: #fff !important;
    background: #8dc240 url("img/u163.dc230a5728b5.png") no-repeat 15px 12px !important;
    border: 0;
    border-radius: 7px;
    font-size: 20px;
    text-align: left;
    padding-left: 55px;
}

.btn-generate-contract:hover {
    background-color: #3290CE !important
}


#btn-send-tv-code {
    color: #fff !important;
    background: #8dc240 url("img/Icon_code.7ab278a13c01.svg") no-repeat 15px 12px !important;
    border: 0;
    border-radius: 7px;
    font-size: 20px;
    text-align: left;
    padding: 10px 25px 10px 47px;
    width: auto;
    display: inline-block;
    cursor: pointer;
}

#btn-send-tv-code:hover {
    background-color: #3290CE !important
}
/*End buttons*/
/*End Forms*/

/*Table*/
section.checkout_universal table {
    margin-bottom: 40px;
}

section.checkout_universal table thead th {
    background: rgba(24, 115, 168, 1);
    font-size: 16px;
    font-weight: normal;
    padding: 5px 0 5px 0.75rem;
    border: 0;
    color: #fff;
    width: auto !important;
}

section.checkout_universal table thead th:first-child {
    border-left: 1px solid #eee;
    width: 23%;
    text-align: left;
    padding-left: 0.75rem;
}

section.checkout_universal table thead th:nth-child(2),
section.checkout_universal table thead th:nth-child(3) {
    width: 25%;
    text-align: left;
}

section.checkout_universal table thead th:last-child {
    border-right: 1px solid #eee;
    width: 50%;
    text-align: left;
    padding-right: 0.75rem;
}

section.checkout_universal table tbody td {
    cursor: pointer;
    border: 0;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: normal;
    padding: 1.8rem 0.75rem 1.4rem;
    color: #152441;
    border-bottom: 1px solid #666;
    text-align: left;
}

section.checkout_universal table tbody tr:last-child td {
    border-bottom: 0;
    width: auto !important;
    text-align: left;
}

section.checkout_universal table tbody td:first-child {
    border-left: 1px solid #eee;
}

section.checkout_universal table tbody td:last-child {
    border-right: 1px solid #eee;
    padding-right: 0.75rem;
    text-align: left;
}

section.checkout_universal table tbody td.priceColumn {
    font-size: 24px;
    padding: 1.4rem 0.75rem 1.4rem;
    white-space: nowrap;
}

section.checkout_universal table tbody tr {
    background: rgba(239, 239, 239, 1)
}

section.checkout_universal table tbody tr td.radiobutton {
    background: rgba(239, 239, 239, 1) url("img/u278.550b39369c4a.png") no-repeat 20px 30px
}

section.checkout_universal table tbody tr.selectRow {
    background: rgba(239, 239, 239, 1)
}

section.checkout_universal table tbody tr.selectRow td.radiobutton {
    background: rgba(239, 239, 239, 1) url("img/u279_v2.fd03c16e69a9.png") no-repeat 20px 30px;
}

section.checkout_universal table tbody tr.selectRow td.radiobutton,
section.checkout_universal table tbody tr td.radiobutton {
    background-position: 27px 33px;
}

section.checkout_universal table tbody tr.selectRow td {
    text-align: left;
}

section.checkout_universal table tbody tr.selectRow td:last-child {
    text-align: left;
}
/*End Table*/

/*Coverage*/
section.checkout_universal .street_complete_field {
    margin-bottom: 25px;
}

section.checkout_universal .street_form_street_selector {
    margin-bottom: 25px;
    padding-right: 13px;
}

section.checkout_universal .street_complete_field .locate_icon {
    vertical-align: top;
    background: transparent url("img/u914.b8b570ec62a9.png") no-repeat 18px 10px;
    display: inline-block;
    height: 36px;
    width: 40px;
}

section.checkout_universal .street_complete_field .address {
    background-color: #ecf8fc;
    vertical-align: top;
    font-size: 18px;
    color: #0019a5;
    display: inline-block;
    padding: 18px;
}

section.checkout_universal .modify_address {
    vertical-align: top;
    font-size: 16px;
    color: #41B6E6;
    cursor: pointer;
    margin-bottom: 45px;
    line-height: 16px;
    display: block;
    position: relative;
}

section.checkout_universal .modify_address:hover {
    text-decoration: underline;
}

section.checkout_universal .coverage_load {
    text-align: center;
    margin-bottom: 30px;
}

section.checkout_universal .coverage_load img {
    max-width: 110px;
}

section.checkout_universal .coverage_msg {
    font-size: 18px;
    padding: 15px 0 15px 45px;
    display: block;
}

section.checkout_universal .coverage_msg.confirmation_msg {
    color: #669933;
    background: transparent url("img/u1090.ce1be754e7c3.png") no-repeat 0 18px
}

section.checkout_universal .coverage_msg.warning_msg {
    color: #FF7F41;
    background: #fff2ec;
    background-size: 20px;
    padding: 20px;
    margin-bottom: 40px;
}

section.checkout_universal .coverage_msg.alert_msg {
    color: #F4364C;
    background: url("img/cross_alert.a54fcb43cc2f.svg") no-repeat 20px 25px #fde1e4;
    margin-bottom: 20px;
    background-size: 17px;
    padding: 20px 20px 20px 48px;
}
/*End Coverage*/

/*eSim*/
section.checkout_universal .esim_label span {
    background: transparent url("img/info.dd930b0e6261.svg") no-repeat right 0;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 7px;
}

section.checkout_universal .checkboxNoNumber {
    position: relative
}

section.checkout_universal .esim_email_content .esim_modify_email {
    font-size: 16px;
    color: #0099CC;
    display: block;
    text-decoration: none;
    margin: 15px 0 20px 0;
    cursor: pointer;
}
/*End eSim*/

/*Confirmation Page*/
section.checkout_universal .confirmation_page_templates {
    margin-top: 40px;
}

section.checkout_universal .confirmation_page_templates .confirmation_content a {
    color: #41b6e6;
    text-decoration: none;
}

section.checkout_universal #confirmation_view #confirmation_page_button {
    font-size: 20px;
    color: #fff;
    line-height: 25px;
    border-radius: 3px;
    background-color: #91c90d;
}

section.checkout_universal .confirmation_page_templates .confirmation_title {
    font-weight: 300;
    font-size: 24px;
    color: #032b5a;
    margin-bottom: 30px;
    display: block;
    background-color: #f6f6f6;
    padding: 10px 20px;
}

section.checkout_universal .confirmation_page_templates .confirmation_content {
    padding: 0 25px;
    color: #4a4a4a;
}

section.checkout_universal .confirmation_page_templates .confirmation_content div {
    margin-bottom: 1rem;
    display: block;
}

section.checkout_universal #digital_signature {
    margin-bottom: 40px;
}

section.checkout_universal .confirmation_page_templates ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

section.checkout_universal .confirmation_page_templates ul li {
    padding-left: 25px;
    position: relative;
    line-height: 22px;
    margin-bottom: 10px;
}

section.checkout_universal .confirmation_page_templates ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #d2d2d2;
    position: absolute;
    display: block;
    left: 0;
    top: 8px;
}

section.checkout_universal .confirmation_submsg {
    font-size: 24px;
    line-height: 24px;
    color: #90c90f;
    display: block;
    background: url("img/confirmation_icon.f265bec6a1a4.svg") no-repeat 20px center #f4f9e6;
    padding: 30px 40px 30px 90px;
    margin: 20px 0 30px 0;
}

section.checkout_universal .confirmation_text {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    color: #032b5a;
    margin: 20px 25px;
}

section.checkout_universal #purchase_confirmation_template.withContent {
    margin: 0 -40px 0;
    padding: 0 40px 10px;
}

section.checkout_universal #purchase_confirmation_template.withContent span {
    color: #666;
}

section.checkout_universal #digital_signature_form .document_container {
    margin-top: 10px;
}

section.checkout_universal #digital_signature_form .document_uploader_title {
    font-size: 15px;
    color: #0019a5;
    line-height: 15px;
    margin-bottom: 10px;
}

section.checkout_universal #digital_signature_form .document_uploader {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 20px;
    color: #0099cc;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
}

section.checkout_universal #digital_signature_form #new_signature {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 20px;
    color: #0099cc;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 17px;
    vertical-align: top;
}

section.checkout_universal #digital_signature_form .document_uploader:before {
    content: "";
    display: inline-block;
    background-image: url("img/ico_attach_document.011113db54dc.png");
    background-repeat: no-repeat;
    width: 13px;
    height: 15px;
    margin-right: 5px;
    vertical-align: middle;
}

section.checkout_universal #digital_signature_form .document_container input {
    display: none;
}

section.checkout_universal #digital_signature_form .document_uploader.completed {
    color: #333;
    text-decoration: none;
    cursor: default;
}

section.checkout_universal #digital_signature_form .document_uploader.completed:before {
    background-image: url("img/u1090.ce1be754e7c3.png");
    background-repeat: no-repeat;
    background-size: auto;
    width: 18px;
}

section.checkout_universal #digital_signature_form .document_uploader_options {
    width: 100%;
    max-width: 40%;
    margin-left: 20px;
    display: none;
}

section.checkout_universal #digital_signature_form .document_uploader.completed+div.document_uploader_options {
    display: inline-block;
}

section.checkout_universal #digital_signature_form .document_uploader_options p {
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
    color: #0099cc;
}

section.checkout_universal #digital_signature_form .document_uploader_options p:first-child {
    margin-right: 10px;
}

section.checkout_universal #digital_signature_form #digital_signature_trigger {
    background-color: #0099cc;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    position: relative;
    margin-bottom: 40px;
    padding-left: 20px;
}

section.checkout_universal #digital_signature_form #digital_signature_trigger:before {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    width: 25px;
    height: 25px;
    background-image: url("img/ico_sign_contract.c25e1e2e872f.png");
}

section.checkout_universal #digital_signature_form #digital_signature_trigger.completed {
    background-color: transparent;
    color: #333;
    text-align: left;
    padding-left: 35px;
}

section.checkout_universal #digital_signature_form #digital_signature_trigger.completed:before {
    background-image: url("img/u1090.ce1be754e7c3.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    left: 0;
}

section.checkout_universal #digital_signature_form #send_signature {
    margin-top: 30px;
}

section.checkout_universal #digital_signature_form .dni_img_error_msg {
    display: none;
    white-space: nowrap;
    color: #dc3545;
    font-size: 14px;
    padding: 5px 0;
    margin-top: -20px;
    margin-bottom: 30px;
}

section.checkout_universal #digital_signature_form .error .dni_img_error_msg {
    display: block
}

section.checkout_universal #modal-digital-signature .modal-dialog,
section.checkout_universal #modal-digital-signature-confirmation .modal-dialog {
    max-width: 800px;
    position: relative;
}

section.checkout_universal #modal-digital-signature .modal-dialog .modal-body {
    padding: 0;
}

section.checkout_universal #modal-digital-signature .modal-footer {
    padding: 25px;
}

section.checkout_universal #modal-digital-signature button {
    margin-bottom: 0;
    line-height: 25px;
}

section.checkout_universal #modal-digital-signature-confirmation #print_button_container {
    margin: 30px 0 20px 0;
}

section.checkout_universal #modal-digital-signature-confirmation .modal-body {
    padding: 20px 30px;
}

section.checkout_universal #modal-digital-signature-confirmation #close_signature_confirmation {
    float: right;
    max-width: 150px;
}

section.checkout_universal #modal-digital-signature #empty_canvas_error {
    font-size: 20px;
    color: #F67F47;
    background-color: rgba(246, 127, 71, 0.1);
    padding: 10px 0;
    position: absolute;
    bottom: 40%;
    text-align: center;
    width: 100%;
}

section.checkout_universal #modal-digital-signature .button_container {
    text-align: right;
    padding: 0;
}

section.checkout_universal #modal-digital-signature #cancel_button {
    background-color: transparent;
    border: 0;
}

section.checkout_universal #modal-digital-signature #clear_button {
    margin-right: 10px;
    color: #fff;
    font-weight: bold;
}

section.checkout_universal #modal-digital-signature #clear_button:hover {
    background: #357BA7
}
/*End Confirmation Page*/

/*SMS Validation Modal*/
section.checkout_universal .modal .modal-header {
    margin: 0 20px;
    padding-left: 0;
    border-bottom: 1px solid #D9D9D9;
}

section.checkout_universal .otp-modal-pack-update .modal-pack-update-header {
    padding: 2rem 1rem 0 1rem;
}

.modal-date-dialog {
    width: 730px;
    margin: auto;
}

#tecalis_verification_modal .modal-verification-dialog {
    max-width: 730px;
}

section.checkout_universal #modal-appointment .modal-date-content {
    background-color: #f9f9f9;
    width: 100%;
    padding: 24px 32px;
}

section.checkout_universal #modal-appointment .row-custom-radios {
    height: fit-content;
    overflow: auto;
    max-height: 40vh;
}

section.checkout_universal #modal-appointment .row-custom-radios .custom-radio {
    height: 40px;
}

section.checkout_universal #tecalis_verification_modal .tecalis_verification_modal_content {
    background-color: #f9f9f9;
    width: 100%;
    padding: 24px 32px;
}

section.checkout_universal #tecalis_verification_modal .tecalis_verification_modal_content #document_validation_content li {
    margin: 0;
    padding: 0;
}

section.checkout_universal #tecalis_verification_modal .row-custom-radios {
    height: fit-content;
    overflow: auto;
    max-height: 40vh;
}

section.checkout_universal #tecalis_verification_modal .row-custom-radios .custom-radio {
    height: 40px;
}

.radio-text {
    font-size: 15px;
    display: flex;
}

.date-input {
    margin-right: 10px;
}

#continueDateSelector {
    margin: 35px 0 0 0;
}

section.checkout_universal #modal-appointment .modal-date-body {
    color: #333333;
    font-size: 18px;
}

section.checkout_universal #modal-appointment .modal-date-body .capitalizeSpan {
    text-transform: capitalize;
}

.error-box {
    padding: 24px;
    background: #ECF7FC;
    border-radius: 1px;
    margin: 24px 24px 0 0;
}

.error-box p {
    color: #0019A5;
    margin: 0;
    font-size: 16px;
}

section.checkout_universal .modal .modal-header .close {
    padding: 0;
    opacity: 1;
    height: 45px;
}

section.checkout_universal .modal .modal-header .close span {
    display: block;
    font-size: 70px;
    font-weight: 200;
    line-height: 15px;
    margin: 20px 0 0 0;
    color: #183C68;
    font-weight: none;
    text-shadow: none;
}

section.checkout_universal .modal .modal-header .modal-title {
    font-size: 24px;
    color: #183C68;
}

section.checkout_universal .modal-sms.modal {
    background-color: rgba(51, 51, 51, 0.8);
    text-align: center;
}

section.checkout_universal #modal-error.modal-sms.modal {
    text-align: inherit;
}

section.checkout_universal .modal-sms .modal-header {
    border-bottom: 0;
    padding: 20px 30px 10px 30px;
    position: relative;
}

section.checkout_universal #modal-error.modal-sms .modal-header {
    padding: 32px 10px 24px 10px;
    line-height: 15px;
}

section.checkout_universal .modal-sms .modal-header .close {
    position: absolute;
    right: 20px;
    top: 10px;
}

section.checkout_universal .modal-sms .modal-body {
    padding: 0 30px;
}

section.checkout_universal #modal-error .modal-footer-error {
    margin: 20px 0 36px;
}

section.checkout_universal .modal-sms.modal h2 {
    color: #0019a5;
    font-size: 26px;
    padding: 15px 0 5px;
    margin: 0 auto;
}

section.checkout_universal #modal-error.modal-sms.modal h2 {
    margin: 0;
    width: 100%;
    padding: 0;
    font-size: 30px;
}

section.checkout_universal .modal-sms.modal p {
    line-height: 20px;
}

section.checkout_universal .modal-sms.modal .form-control {
    margin-bottom: 15px;
    padding: 0.75rem 0.5rem;
    text-align: center;
}

section.checkout_universal .modal-sms.modal .phone-number {
    font-style: italic;
}

section.checkout_universal .modal-sms.modal .footer {
    padding: 0 30px 20px 30px;
}

section.checkout_universal .modal-sms.modal .footer p {
    color: #41B6E6;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}

section.checkout_universal .modal-sms.modal .btn.btn-primary,
section.checkout_universal .modal-sms.modal .btn.btn-send {
    display: block;
    width: 100%;
    padding: 0.75rem 0.5rem;
}

section.checkout_universal .modal-sms.modal .error .btn.btn-primary {
    background: #0019A5;
    font-size: 16px;
    line-height: 24px;
    padding: 13px 19px;
}

section.checkout_universal .modal-sms.modal #alternative_button_error {
    margin-right: 20px;
    display: none;
}

section.checkout_universal .modal-sms.modal .btn.btn-send {
    margin-bottom: 15px;
}

section.checkout_universal .modal-sms .modal-content#second-sms,
section.checkout_universal .modal-sms .modal-content#identified-error-modal {
    position: absolute;
    display: none;
}

section.checkout_universal .modal-sms.modal .loading {
    margin-bottom: 25px;
}

section.checkout_universal .modal-sms .modal-content.error .modal-body p:last-of-type {
    color: #FF0000;
}

section.checkout_universal .modal-sms .modal-content.error .modal-body p:last-of-type span {
    display: block;
    font-style: 14px;
}

section.checkout_universal .modal-sms.modal .identified-error {
    border-top: 1px solid #E4E4E4;
}

section.checkout_universal .modal-sms.modal .identified-error {
    padding-top: 25px;
}

section.checkout_universal .modal-sms.modal .identified-error .btn {
    border: 1px solid #008BB9;
    color: #008BB9;
    font-size: 16px;
    background-color: transparent;
    width: 100%;
    max-width: 250px;
    padding: 0.75rem 0;
}

section.checkout_universal .modal-sms.modal .blocking-error {
    background-color: #008BB9;
}

section.checkout_universal .modal-sms.modal .blocking-error p {
    font-size: 16px;
    color: #fff;
}

section.checkout_universal .modal-sms.modal .blocking-error p span {
    display: block;
    font-size: 24px;
}
/*End SMS Validation Modal*/

/*Cant Contract Modal*/
section.checkout_universal .modal#postsaleError .modal-dialog {
    max-width: 600px;
}

section.checkout_universal .modal#postsaleError .modal-header {
    margin: 0;
    padding: 20px 40px;
    border-bottom: 0;
}

section.checkout_universal .modal#postsaleError .modal-header h3 {
    color: #0019A5;
    font-size: 30px;
    line-height: 42px;
}

section.checkout_universal .modal#postsaleError .modal-body {
    margin: 0;
    padding: 0 40px 40px;
    border-bottom: 0;
}

section.checkout_universal .modal#postsaleError .modal-body p {
    color: #333;
    font-size: 17px;
    line-height: 28px;
}

/* OTP Validation Modal */
section.checkout_universal .otp-modal .modal-dialog,
section.checkout_universal .otp-modal-pack-update .modal-dialog {
    max-width: 556px;
}

section.checkout_universal .otp-modal-pack-update .modal-content .modal-pack-update-header h1 {
    color: #0019A5;
}

section.checkout_universal .modal-pack-update-body {
    padding: 1rem;
}

section.checkout_universal .otp-modal-pack-update .modal-content .modal-pack-update-body p:first-of-type {
    color: #0019A5;
    font-size: 18px;
    margin-bottom: 16px;
}

section.checkout_universal .modal-pack-update-footer {
    padding: 1rem;
}

section.checkout_universal .otp-modal .modal-header h3,
section.checkout_universal #generate_customer_error .modal-header h3 {
    font-size: 42px;
    color: #0019A5;
    margin-top: 10px;
}

section.checkout_universal .modal.otp-modal .modal-header .close span {
    width: 26px;
    height: 26px;
    background-image: url("img/close_o2.a64103c76ae3.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

section.checkout_universal .otp-modal .modal-body h4 {
    font-size: 18px;
    color: #0019A5;
    margin-bottom: 30px;
}

section.checkout_universal .otp-modal .sms_verification_container {
    background-color: #f9f9f9;
    max-width: 100%;
}

section.checkout_universal .otp-modal .sms_verification_container_OTP {
    background-color: #f9f9f9;
    max-width: 100%;
}

section.checkout_universal .otp-modal .modal-footer .btn.btn-primary,
section.checkout_universal .otp-modal-pack-update .modal-pack-update-footer .btn.btn-primary {
    background-color: #98D700;
}

section.checkout_universal #otp_verification_send_sms_view,
section.checkout_universal #otp_pack_update_verification_send_sms_view {
    background: transparent url("img/ico_phone.61168f0dbf0c.svg") no-repeat 20px 21px;
}

section.checkout_universal #otp_pack_update_send_again_button {
    margin-top: 10px;
}

section.checkout_universal #otp_pack_update_verification_validate_pin_view {
    background: transparent url("img/ico_locker.177be8545399.png") no-repeat 12px 21px;
}

section.checkout_universal #otp_verification_validate_pin_view {
    background: transparent url("img/ico_locker.c994c966a7c0.svg") no-repeat 12px 21px;
}

section.checkout_universal .otp-modal .otp_verification_container {
    padding: 30px 0 30px 75px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
}

section.checkout_universal .otp-modal .otp_verification_container span {
    font-size: 18px;
    color: #91C90E;
    margin-bottom: 35px;
}

section.checkout_universal .otp-modal .otp_verification_container-success {
    background-color: #F0F9DA;
    border: 0;
    padding: 30px 0 30px 0;
    text-align: center;
}

section.checkout_universal .otp-modal-pack-update #otp_pack_update_verification_verified_pin_view {
    border: 1px solid #CCCCCC;
    width: 100%;
    height: 83px;
    padding: 30px 0;
    background-color: #F9F9F9;
}

section.checkout_universal .otp-modal-pack-update .otp_verification_container-success span {
    background: transparent url("img/ico-check.12f62648c9f6.svg") no-repeat left center;
    background-size: 52px 27px;
    display: inline-block;
    padding-left: 60px;
    font-size: 19px;
    color: #030562;
    margin-left: 17px;
}

section.checkout_universal .otp-modal .modal-footer {
    border-top: 0;
}

section.checkout_universal .otp-modal .modal-footer #button_otp_modal {
    border-top: 1px solid #e9ecef;
}

section.checkout_universal .otp-modal-pack-update .otp_spinner {
    background-image: url("img/precarga_checkout_o2.7334291e7fd9.gif");
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: center;
    height: 84px;
    background-color: #f9f9f9;
    width: 100%;
    border: 1px solid #ccc;
}

section.checkout_universal .otp-modal .otp_spinner {
    position: absolute;
    background-image: url("img/precarga_checkout_o2.7334291e7fd9.gif");
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: center;
    height: 84px;
    background-color: #f9f9f9;
    width: 100%;
    z-index: 10;
    border: 1px solid #ccc;
}

section.checkout_universal .otp-modal .otp_container {
    position: relative;
    min-height: 95px;
}

section.checkout_universal .otp-modal .phone_number_code_container {
    margin-bottom: 15px;
}

section.checkout_universal .otp-modal .phone_number_code_text {
    margin-bottom: 0;
}

section.checkout_universal .otp-modal #phone_number_code {
    font-size: 18px;
    color: #0019A5;
    display: inline-block;
    vertical-align: text-bottom;
}

section.checkout_universal .otp-modal #otp_go_back_button {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}

section.checkout_universal .otp-modal #otp_go_back_button.btn.btn-secondary:before {
    margin-right: 5px;
}

section.checkout_universal .otp-modal .otp_resending_code_msg {
    color: #333;
}

section.checkout_universal .otp-modal .otp_edit_number_info {
    color: #333;
    font-size: 14px;
}
/* End OTP Validation Modal */

/*App modal */
section.checkout_universal .modal-app {
    text-align: center;
}

section.checkout_universal .modal-app .modal-dialog {
    width: 556px;
    max-width: inherit;
}

section.checkout_universal .modal-app .modal-content {
    padding: 56px 48px;
}

section.checkout_universal .modal-app .modal-header {
    border: 0;
    margin: 0 0 16px 0;
    padding: 0;
}

section.checkout_universal .modal-app .modal-header span {
    color: #0019a5;
    font-size: 42px;
    line-height: 53px;
    text-align: center;
    width: 100%
}

section.checkout_universal .modal-app .modal-body {
    margin: 0;
    padding: 0;
    color: #0019a5;
    font-size: 18px;
    line-height: 26px;
}

section.checkout_universal .modal-app .modal-body p {
    margin-bottom: 32px
}

section.checkout_universal .modal-app .modal-body .app_icons {
    margin-bottom: 56px
}

section.checkout_universal .modal-app .app-button {
    margin-bottom: 0
}

/*End App modal */

/*Modal Privacy Policy*/
section.checkout_universal #checkout_privacy_policy_link {
    display: block;
    padding-left: 34px;
    color: #41B6E6;
    text-decoration: none;
    margin-top: 5px;
    cursor: pointer;
}

section.checkout_universal .modal#modal-privacy-policy .modal-header {
    margin: 0 20px;
    padding-left: 0;
    border-bottom: 1px solid #D9D9D9;
}

section.checkout_universal .modal#modal-privacy-policy .modal-header h3 {
    margin: 2px 0 0 -15px;
    font-family: OnAir-Light;
    font-size: 24px;
}

section.checkout_universal .modal#modal-privacy-policy .modal-header .close {
    padding: 0;
    opacity: 1;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
}

section.checkout_universal .modal#modal-privacy-policy .modal-header .close span {
    display: block;
    line-height: 15px;
    margin: 15px 0 0 0;
    color: #183C68;
    font-weight: none;
    text-shadow: none;
    background: transparent url("img/close_o2.a64103c76ae3.svg") no-repeat left top;
    width: 26px;
    height: 26px;
    background-size: 26px;
}

section.checkout_universal .modal#modal-privacy-policy .modal-header .modal-title {
    font-size: 24px;
    color: #183C68;
}

section.checkout_universal .modal#modal-privacy-policy .modal-body {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 20px;
    font-family: OnAir-Light;
    padding: 0;
}

section.checkout_universal .modal#modal-privacy-policy .modal-body a {
    color: #41B6E6;
    text-decoration: none;
}
/*End Modal Privacy Policy*/

/*SMS Validation*/
section.checkout_universal .sms_verification_container,
section.checkout_universal .sms_verification_container_OTP {
    background-color: rgba(249, 249, 249, 1);
    border: 1px solid rgba(204, 204, 204, 1);
    padding: 26px 20px 16px 16px;
    margin-bottom: 10px;
    margin-right: 0;
}

section.checkout_universal .sms_verification_container:after,
section.checkout_universal .sms_verification_container_OTP:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

section.checkout_universal .sms_verification_container span,
section.checkout_universal .sms_verification_container_OTP span {
    font-size: 16px;
    color: #333;
    float: left;
    max-width: 265px;
}

section.checkout_universal .sms_verification_container button,
section.checkout_universal .sms_verification_container_OTP button {
    float: right;
    background-color: #97d700;
    border-radius: 4px;
}

section.checkout_universal .sms_verification_container .inputsms,
section.checkout_universal .sms_verification_container_OTP .inputsms {
    float: left;
    width: 100%;
}

section.checkout_universal .sms_verification_container input,
section.checkout_universal .sms_verification_container_OTP input {
    padding: 8px 15px;
    width: 100%;
    text-align: center;
    font-size: 16px;
}

section.checkout_universal .sms_verification_container-lock {
    background: transparent url("img/ico_locker.c994c966a7c0.svg") no-repeat 15px 12px;
    background-size: 26px;
    padding-left: 70px;
}

section.checkout_universal .sms_verification_container-success {
    background: transparent url("img/ico_success.6dfdaeabdedb.png") no-repeat 10px center;
    background-size: 22px;
    padding-left: 70px
}

section.checkout_universal .sms_verification_container.disabled,
section.checkout_universal .sms_verification_container_OTP.disabled {
    opacity: 0.5;
    pointer-events: none;
}

section.checkout_universal .sms_verification_container .form-group.error .invalid-feedback,
section.checkout_universal .sms_verification_container_OTP .form-group.error .invalid-feedback {
    background: transparent;
    font-size: 16px;
    color: #FF3300;
    padding: 0;
}

section.checkout_universal .sms_verification_container .form-group.error .invalid-feedback:before,
section.checkout_universal .sms_verification_container_OTP .form-group.error .invalid-feedback:before {
    display: none;
}
/*End SMS Validation*/

/*OTP */
section.checkout_universal #otp_modal .sms_verification_container_OTP input,
section.checkout_universal #otp_modal_pack_update .sms_verification_container_OTP input {
    width: 100%;
    padding: 11px 15px;
}

section.checkout_universal #otp_modal #otp_verification_send_sms_view,
section.checkout_universal #otp_modal_pack_update #otp_pack_update_verification_send_sms_view {
    background: #f9f9f9 url("img/ico_phone.61168f0dbf0c.svg") no-repeat 20px 32px;
}

@media only screen and (max-width: 768px) {
    section.checkout_universal #otp_modal_pack_update #otp_pack_update_verification_send_sms_view button {
        width: 100%;
    }

    section.checkout_universal #otp_modal_pack_update #otp_pack_update_verification_validate_pin_view button {
        width: 100%;
    }

    section.checkout_universal #otp_modal_pack_update #otp_pack_update_verification_send_msisdn_input {
        width: calc(100% - 50px);
        margin-left: 50px;
    }

    section.checkout_universal #otp_modal_pack_update #otp_pack_update_verification_validate_pin_input {
        width: calc(100% - 50px);
        margin-left: 50px;
    }
}

section.checkout_universal #otp_modal .sms_verification_container_OTP .inputsms,
section.checkout_universal #otp_modal_pack_update .sms_verification_container_OTP .inputsms {
    width: 65%;
    padding-left: 50px;

}

section.checkout_universal #otp_modal_pack_update #otp_pack_update_verification_validate_pin_view {
    background: #f9f9f9 url("img/ico_locker.177be8545399.png") no-repeat 17px 32px;
    background-size: 35px;
}

section.checkout_universal #otp_modal #otp_verification_validate_pin_view {
    background: #f9f9f9 url("img/ico_locker.c994c966a7c0.svg") no-repeat 17px 32px;
    background-size: 35px;
}

section.checkout_universal .otp-modal .otp_verification_container span {
    margin: auto;
    text-align: center;
    display: inline-block;
    padding-left: 25px;
    background: transparent url("img/ico-check.12f62648c9f6.svg") no-repeat left center;
    background-size: 20px 15px;
}
/*End OTP*/

/*Purchase modal*/
section.checkout_universal .modal-purchase {
    background-color: rgba(51, 51, 51, 0.8);
}

section.checkout_universal .modal-purchase .modal-content {
    padding: 30px 35px;
}

section.checkout_universal .modal-purchase .modal-header {
    display: block;
    padding: 0 0 20px 0;
    margin: 0;
}

section.checkout_universal .modal-purchase .modal-body {
    padding: 0;
    margin: 0;
}

section.checkout_universal .modal-purchase .modal-dialog {
    max-width: 650px;
}

section.checkout_universal .modal-purchase h2 {
    font-size: 24px;
    color: #183c68;
}

section.checkout_universal .modal-purchase p {
    color: #333;
    margin-bottom: 0;
}

section.checkout_universal .modal-purchase .line-container {
    border-bottom: 1px solid #D9D9D9;
    padding: 20px 0;
}

section.checkout_universal .modal-purchase .line-container:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

section.checkout_universal .modal-purchase .line-container p:first-child {
    font-size: 18px;
    color: #183C68;
}

section.checkout_universal .modal-purchase .line-container .line-container-subtitle {
    font-size: 16px;
    color: #999;
}

section.checkout_universal .modal-purchase .status-container {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

section.checkout_universal .modal-purchase .bar-container {
    width: 100%;
    height: 10px;
    max-width: 435px;
    display: inline-block;
    margin-right: 35px;
    background-color: #E8E8E8;
    vertical-align: middle;
    -moz-animation-name: barContainerOpacity;
    -webkit-animation-name: barContainerOpacity;
    animation-name: barContainerOpacity;
    -moz-animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

section.checkout_universal .modal-purchase .line-progress-bar {
    height: 10px;
    width: 0;
}

section.checkout_universal .modal-purchase .status-container.in-progress .line-progress-bar {
    background: linear-gradient(180deg, rgba(65, 158, 218, 1) 0%, rgba(65, 158, 218, 1) 1%, rgba(48, 125, 181, 1) 100%, rgba(48, 125, 181, 1) 100%);
    width: 10px;
    transition: width 1.5s ease;
}

section.checkout_universal .modal-purchase .status-container.in-progress.width0 .line-progress-bar {
    width: 0;
}

section.checkout_universal .modal-purchase .status-container.in-progress.width1 .line-progress-bar {
    width: 25%;
}

section.checkout_universal .modal-purchase .status-container.in-progress.width2 .line-progress-bar {
    width: 50%;
}

section.checkout_universal .modal-purchase .status-container.in-progress.width3 .line-progress-bar {
    width: 75%;
}

section.checkout_universal .modal-purchase .status-container.completed .line-progress-bar {
    background-color: #33CC66;
    max-width: 100%;
    width: 100%;
}

section.checkout_universal .modal-purchase .status-container.error .line-progress-bar {
    background-color: #FF3300;
    width: 100%;
}

section.checkout_universal .modal-purchase .progress-icon {
    display: inline-block;
    width: 105px;
    height: 20px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: -4px;
}

section.checkout_universal .modal-purchase .status-container.waiting .progress-icon {
    background-image: url("img/clock-icon.18631d396645.png");
    background-size: 16px;
}

section.checkout_universal .modal-purchase .status-container.in-progress .progress-icon {
    background-image: url("img/in-progress-icon3.989474c41995.gif");
    background-size: 20px;
}

section.checkout_universal .modal-purchase .status-container.completed .progress-icon {
    background-image: url("img/ico_success.6dfdaeabdedb.png");
}

section.checkout_universal .modal-purchase .status-container.error .progress-icon {
    background-image: url("img/u1224.d4b91f25c7b9.png");
}

section.checkout_universal .modal-purchase .status-container .progress-icon:after {
    display: inline-block;
    margin-left: 30px;
    font-size: 12px;
    color: #333;
    vertical-align: top;
}

section.checkout_universal .modal-purchase .status-container.waiting .progress-icon:after {
    content: 'Esperando...';
}

section.checkout_universal .modal-purchase .status-container.in-progress .progress-icon:after {
    content: 'En progreso...';
}

section.checkout_universal .modal-purchase .status-container.completed .progress-icon:after {
    content: 'Finalizado...';
}

section.checkout_universal .modal-purchase .status-container.error .progress-icon:after {
    content: 'Error...';
}
/*End Purchase modal*/

/*Devices*/
section.checkout_universal #productConfigDeviceProduct.gradient_shadow_top:before {
    margin: 10px 0 23px
}

section.checkout_universal .container_blue #productConfigDeviceProduct h3 {
    background: transparent url("img/Shape.ee10b7e79b86.svg") no-repeat left 4px;
    padding-left: 24px;
}
/*End Devices*/

/*Signing dialog*/
section.checkout_universal #modalSigningData,
section.checkout_universal #modalNumberSelection {
    background-color: rgba(51, 51, 51, 0.8);
    overflow: auto;
}

section.checkout_universal #modalSigningData .modal-content,
section.checkout_universal #modalNumberSelection .modal-content {
    padding: 30px 35px;
}

section.checkout_universal #modalSigningData .modal-header,
section.checkout_universal #modalNumberSelection .modal-header {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
}

section.checkout_universal #modalSigningData .modal-body,
section.checkout_universal #modalNumberSelection .modal-body {
    padding: 0;
    margin: 0;
}

section.checkout_universal #modalSigningData .modal-dialog,
section.checkout_universal #modalNumberSelection .modal-dialog {
    max-width: 920px;
}

section.checkout_universal #modalSigningData .modal-dialog .signing-element,
section.checkout_universal #modalNumberSelection .modal-dialog .signing-element {
    display: block;
    margin-bottom: 25px
}

section.checkout_universal #modalSigningData .modal-dialog p,
section.checkout_universal #modalNumberSelection .modal-dialog p {
    color: #333;
    margin-bottom: 0;
}

section.checkout_universal #modalSigningData .modal-dialog span#phoneNumberSelected,
section.checkout_universal #modalNumberSelection .modal-dialog span#phoneNumberSelected {
    background: #ecf8fc;
    border: 0;
    padding: 18px 25px;
    margin-left: -4px;
    -webkit-appearance: none;
    display: inline-block;
    width: auto;
    text-overflow: ellipsis;
    max-width: 100%;
    font-size: 18px;
    margin-top: 5px;
}

section.checkout_universal #modalSigningData .modal-dialog span.device-signing-title,
section.checkout_universal #modalNumberSelection .modal-dialog span.device-signing-title {
    color: #0019A5;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    display: block
}
/*End Signing dialog*/

/* Card payment dialog */
section.checkout_universal #modalCardPayment {
    overflow: auto;
}

section.checkout_universal #modalCardPayment .modal-dialog {
    max-width: 1016px;
}

section.checkout_universal #modalCardPayment .modal-content {
    padding: 30px 35px;
}

section.checkout_universal #modalCardPayment .modal-payment-feedback {
    display: flex;
    text-align: center;
    justify-content: center;
    min-height: 712px;
}

section.checkout_universal #modalCardPayment .payment-success {
    background: white url("img/payment-success.875a12ce2a37.svg") no-repeat center center;
    height: 60px;
}

section.checkout_universal #modalCardPayment .payment-fail {
    background: white url("img/payment-fail.59c9622d89b7.svg") no-repeat center center;
    height: 60px;
}

section.checkout_universal #modalCardPayment span {
    font-size: 32px;
    font-weight: 300;
    line-height: 125%;
    margin-top: 24px;
}

section.checkout_universal #modalCardPayment .modal-body .row {
    display: flex;
    flex-direction: row-reverse;
}

section.checkout_universal #modalCardPayment #cardPaymentChart h3 {
    color: #0019A5;
    margin-bottom: 24px;
}

section.checkout_universal #modalCardPayment #cardPaymentChart {
    color: #707070;
    font-weight: 600;
}

section.checkout_universal #modalCardPayment #cardPaymentChart .section {
    display: grid;
    grid-template-columns: 83% 17%;
    align-items: baseline;
}

section.checkout_universal #modalCardPayment #cardPaymentChart .price {
    color: black;
    font-weight: bolder;
    font-size: 14px;
    margin: 0;
    text-align: end;
}

section.checkout_universal #modalCardPayment #cardPaymentChart .shipmentSection {
    display: grid;
    grid-template-columns: 15% 70% 15%;
    border-bottom: 1px solid #D9D9D9;
}

section.checkout_universal #modalCardPayment #cardPaymentChart .shipmentSection .icon {
    width: 24px;
    height: 24px;
    background-image: url("img/delivery-van.f1754cacf61b.svg");
}

section.checkout_universal #modalCardPayment #cardPaymentChart .section h4 {
    font-weight: 600;
    margin-top: 10px;
}

section.checkout_universal #modalCardPayment #cardPaymentChart .chartTitle .showChart {
    display: none;
}

section.checkout_universal #modalCardPayment #cardPaymentChart .chartTitle .hideChart {
    display: none;
}

@media only screen and (max-width: 768px) {

    section.checkout_universal #modalCardPayment .modal-content {
        padding: 10px;
        padding-left: 10px !important;
    }

    section.checkout_universal .modal .modal-header {
        border: none;
    }

    section.checkout_universal #modalCardPayment #cardPaymentChart h3 {
        color: #707070;
    }

    section.checkout_universal #modalCardPayment #cardPaymentChart {
        width: 100%;
        z-index: 1;
    }

    section.checkout_universal #modalCardPayment #cardPaymentChart .chartTitle {
        display: grid;
        grid-template-columns: 95% 5%;
    }

    section.checkout_universal #modalCardPayment #cardPaymentChart .chartButton {
        border: none;
        background-color: white;
    }

    section.checkout_universal #modalCardPayment #cardPaymentChart .chartButton:focus {
        outline: none;
    }

    section.checkout_universal #modalCardPayment #cardPaymentChart .chartTitle .showChart {
        display: block;
        width: 34px;
        height: 34px;
        background-image: url("img/show-chart.2bd57c8db464.svg");
        background-repeat: no-repeat;
        background-position: center center;
    }

    section.checkout_universal #modalCardPayment #cardPaymentChart.visible .chartTitle .showChart {
        display: none;
    }

    section.checkout_universal #modalCardPayment #cardPaymentChart .chartTitle .hideChart {
        display: none;
    }

    section.checkout_universal #modalCardPayment #cardPaymentChart.visible .chartTitle .hideChart {
        display: block;
        width: 34px;
        height: 34px;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url("img/hide-chart.aadfded76211.svg");
    }

    section.checkout_universal #modalCardPayment #cardPaymentChart .chartContent {
        display: none;
    }

    section.checkout_universal #modalCardPayment #cardPaymentChart.visible .chartContent {
        display: block;
        box-shadow: 0 20px 39px -24px #DDDDDD;
        padding-bottom: 10px;
    }

    section.checkout_universal #modalCardPayment #cardPaymentChart .shipmentSection {
        display: grid;
        grid-template-columns: 10% 75% 15%;
        border-bottom: 1px solid #D9D9D9;
    }
}

@media only screen and (min-width: 576px) {
    section.checkout_universal #modalCardPayment {
        padding: 10px;
        padding-left: 10px !important;
    }
}

@media only screen and (max-width: 575px) {
    section.checkout_universal #modalCardPayment .modal-payment-feedback {
        min-height: 95vh;
    }
}

/*Devices*/
#modal-remove-devices .close,
#modal-no-discount-device .close {
    outline: 0;
    background: transparent url("img/Modal_close.9d9286475bb3.svg") no-repeat left top;
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    z-index: 2;
    background-size: 17px;
}

#modal-remove-devices .modal-dialog,
#modal-no-discount-device .modal-dialog {
    width: 100%;
    max-width: 556px;
    margin: 1.75rem auto;
}

#modal-remove-devices .modal-content,
#modal-no-discount-device .modal-content {
    padding: 26px 48px 26px 28px;
}

#modal-remove-devices .modal-header,
#modal-no-discount-device .modal-header {
    border: 0;
    margin: 0 0 16px 0;
    padding: 0;
}

#modal-remove-devices .modal-header span,
#modal-no-discount-device .modal-header span {
    color: #0019a5;
    font-size: 30px;
    line-height: 42px;
    text-align: left;
    width: 100%
}

#modal-remove-devices .modal-body,
#modal-no-discount-device .modal-body {
    margin: 0;
    padding: 0;
    color: #0019a5;
    font-size: 18px;
    line-height: 26px;
}

#modal-remove-devices .modal-body p,
#modal-no-discount-device .modal-body p {
    margin-bottom: 32px
}

#modal-remove-devices button,
#modal-no-discount-device button {
    background-color: #0019a5;
    border-color: #0019a5;
}

#modal-devices .modal-dialog {
    max-width: 1250px;
    height: calc(100vh - 60px);
}

#modal-devices .modal-dialog .modal-content{
  height: 100%;
}

#modal-devices iframe {
    border: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

#modal-devices .device_iframe{
    margin-top: 64px;
}

#modal-devices .close {
    outline: 0;
    background: transparent url("img/Modal_close.9d9286475bb3.svg") no-repeat left top;
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    right: 24px;
    top: 24px;
    cursor: pointer;
    z-index: 2;
}
/*End Devices*/

/*Device Detail*/
.chip-input[type="radio"]:checked+label {
    background-color: rgb(229, 232, 246);
    color: rgb(0, 25, 165);
    border: 1px solid rgb(0, 25, 165);
    border-radius: 20px;
}

section.checkout_universal .titular_form {
    padding-left: 15px;
}

@-webkit-@keyframes barContainerOpacity {
    0% {
        background-color: rgba(232, 232, 232, 0.5);
    }

    50% {
        background-color: rgba(232, 232, 232, 1);
    }

    100% {
        background-color: rgba(232, 232, 232, 0.5);
    }
}

@-moz-@keyframes barContainerOpacity {
    0% {
        background-color: rgba(232, 232, 232, 0.5);
    }

    50% {
        background-color: rgba(232, 232, 232, 1);
    }

    100% {
        background-color: rgba(232, 232, 232, 0.5);
    }
}

@keyframes barContainerOpacity {
    0% {
        background-color: rgba(232, 232, 232, 0.5);
    }

    50% {
        background-color: rgba(232, 232, 232, 1);
    }

    100% {
        background-color: rgba(232, 232, 232, 0.5);
    }
}

/*End Purchase modal*/

.casp {
    transform: rotate(90deg);
    color: red;
    text-transform: uppercase;
    text-shadow: 1px 1px 5px #000;
    font-style: italic;
    font-size: 35px;
    font-family: Comic Sans MS;
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 355s linear infinite;
}

/* Safari and Chrome */
@-webkit-keyframes rotating
{
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

section.checkout_universal .hidden {
    display: none
}

section.checkout_universal .vhidden {
    visibility: hidden;
}

section.checkout_universal .hidden-table {
    display: none !important
}

/*Footer*/
section.checkout_universal .col-lg-8 footer {
    background-color: #fff;
    width: 98%;
    padding-right: 15px;
}

section.checkout_universal .col-lg-8 footer div {
    border-top: 1px solid #ddd;
}

section.checkout_universal .col-lg-8 footer p {
    color: #0019a5;
    font-size: 16px;
    margin-top: 10px;
}
/*End Footer*/

/*Components*/
section.checkout_universal .mvne_street_form_validate_button {
    padding: 17px 0;
    background: rgba(50, 144, 206, 1);
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    line-height: 20px;
}

section.checkout_universal .mvne_street_form_validate_button.disabled {
    opacity: 0.3 !important
}

section.checkout_universal .mvne_street_form_select_button {
    margin-top: 10px;
    padding: 17px 0;
    background: rgba(50, 144, 206, 1);
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    line-height: 20px;
}

section.checkout_universal .mvne_street_form_select_button.disabled {
    opacity: 0.3 !important
}

section.checkout_universal .newShippingAddressForm .mvne_street_form_errors.col-md-12,
section.checkout_universal #newBillingAddressView .mvne_street_form_errors.col-md-12 {
    padding-left: 0;
}
/*End Components*/

/*Lineas adicionales contenido*/
section.checkout_universal .additional_lines_content {
    padding: 10px 0 15px 20px;
}

section.checkout_universal .additional_lines_content h4 {
    font-size: 20px;
}

section.checkout_universal .info_additionalLine .additionLine_info_banner {
    border: 1px solid #CBE3F2;
    display: inline-block;
    padding: 2px 5px 7px;
    margin-bottom: 25px;
}

section.checkout_universal .id_additional_mobile_with_mandatory .info_additionalLine .additionLine_info_banner {
    border: 1px solid #CBE3F2;
    display: inline-block;
    padding: 2px 5px 7px;
    margin-bottom: 25px;
    margin-left: 16px;
}

section.checkout_universal .info_additionalLine .additionLine_info_banner span {
    color: #0019a5;
    font-size: 18px;
    padding: 9px 6px 0;
    display: inline-block;
    vertical-align: top;
}

section.checkout_universal .info_additionalLine .additionLine_info_banner span.additionalLine_price {
    font-size: 26px;
    font-weight: 700;
    padding: 2px 6px 0;
    margin-left: 13px;
}
/*End Lineas adicionales contenido*/

/* Document validation */
@keyframes spinner {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

section.checkout_universal #tecalis_verification_modal {
    font-size: 18px;
}

section.checkout_universal #tecalis_verification_modal label {
    font-size: 16px;
}

section.checkout_universal #tecalis_verification_modal ol {
    margin: 0 0 55px 0;
    padding-left: 10px;
}

section.checkout_universal #tecalis_verification_modal ol li {
    line-height: 32px;
    padding-left: 0;
}

section.checkout_universal #tecalis_verification_modal ol ::marker {
    font-family: OnAir-Light;
}

section.checkout_universal #document_validation_help p {
    margin-bottom: 35px;
}

section.checkout_universal #tecalis_verification_modal .row-custom-radios {
    margin-bottom: 50px;
}

section.checkout_universal .document_validation_tabs ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-left: 0;
}

section.checkout_universal .document_validation_tabs ul li {
    list-style-type: none;
    padding: 0 30px;
    height: 40px;
    cursor: pointer;
    margin-left: 0;
}

section.checkout_universal .document_validation_tabs ul li span {
    display: inline-block;
}

section.checkout_universal .document_validation_tabs ul li span:before {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left bottom;
    vertical-align: -3px;
    margin-right: 5px;
}

section.checkout_universal .document_validation_tabs ul li #phoneTab:before {
    width: 20px;
    height: 30px;
    background-image: url("img/ico-smartphone.813eb0f320af.svg");
}

section.checkout_universal .document_validation_tabs ul li #emailTab:before {
    width: 35px;
    height: 30px;
    background-image: url("img/ico-email.ab3f330ba0c8.svg");
}

section.checkout_universal .document_validation_tabs ul li.selected {
    border-bottom: 2px solid #1DA6E9;
}

section.checkout_universal #tecalis_verification_modal .inputFieldComponent {
    margin-bottom: 50px;
}

section.checkout_universal #tecalis_verification_modal #sending_type_spinner {
    width: 100%;
    max-width: 505px;
}

section.checkout_universal #tecalis_verification_modal .spinner_content {
    border-bottom: 1px solid #bebebe;
    width: 100%;
    max-width: 445px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    margin-bottom: 15px;
}

section.checkout_universal #tecalis_verification_modal .spinner_content span {
    background-image: url("img/document_validation_spinner.b8f58b24864b.svg");
    background-size: 100%;
    height: 60px;
    width: 60px;
    margin-right: 15px;
    animation: spinner 1.5s infinite linear;
}

section.checkout_universal #tecalis_verification_modal .spinner_content p {
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    width: 100%;
    max-width: 300px;
}

section.checkout_universal #tecalis_verification_modal #sending_type_spinner .resend_validation {
    font-size: 16px;
    width: 100%;
    text-align: center;
}

section.checkout_universal #tecalis_verification_modal #sending_type_spinner .resend_validation span {
    color: #1DA6E9;
    cursor: pointer;
}

.showMoreDatesButton {
    color: #41B7E5;
    cursor: pointer;
    border: none;
    background: none;
    margin-left: 15px;
}
/* End of document validation */

/* Media queries */
@media only screen and (min-width: 992px) {
    section.checkout_universal .checkboxNoNumber .custom-checkbox {
        position: absolute;
        bottom: 20px;
    }

    section.checkout_universal #bodyCheckout {
        min-height: calc(100vh - 210px);
    }

    section.checkout_universal #bodyCheckout .d-flex.flex-lg-nowrap {
        min-height: calc(100vh - 210px);
        align-items: stretch;
    }

    section.checkout_universal .checkout_steps_guide ul li.steps_guide_element.active {
        opacity: 1;
        border-color: #41B6E6;
    }

    section.checkout_universal .checkout_steps_guide ul {
        max-width: 66.6%;
    }

    section.checkout_universal .col-lg-8 footer {
        position: absolute;
        bottom: 0;
    }

    section.checkout_universal #bodyCheckout .contentBody {
        background: #fff;
    }

    body {
        background: #fff;
        background: linear-gradient(to right, #ffffff 50%, #f9f9f9 50%);
    }

    section.checkout_universal #cart_responsive {
        display: block !important;
        background-color: #f9f9f9;
    }

    section #responsive_cart_backdrop.show {
        display: none;
    }

    section.checkout_universal .footerForm {
        padding-bottom: 40px;
    }

    section.checkout_universal .street_complete_all_fields .footerForm {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    section.checkout_universal #complete_address_container .footerForm {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .modal-md {
        max-width: 600px;
    }
}

@media only screen and (max-width: 991px) {
    body {
        background: #fff;
    }

    section.checkout_universal #bodyCheckout .contentBody {
        background: #fff;
    }

    section.checkout_universal .container_blue.bluePadding {
        padding-left: 15px;
        padding-right: 15px;
    }

    section.checkout_universal header .header_cart_view {
        display: block;
        position: relative;
    }

    section.checkout_universal header .header_cart_view span {
        display: block;
        width: 60px;
        height: 60px;
        background-image: url("img/cross.4c968b1b9264.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 40%;
        opacity: 0;
        background-color: #efefef;
        position: absolute;
        top: -19px;
        right: -10px;
        transition: all 0.3s ease;
    }

    section.checkout_universal header .header_cart_view.show span {
        opacity: 1;
    }

    section.checkout_universal header .header_cart_view.show p {
        opacity: 0;
    }

    section.checkout_universal #cart_responsive {
        background-color: #efefef;
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        top: 94px;
        width: 100%;
        padding-bottom: 30px;
        display: none;
    }

    section.checkout_universal #cart_responsive .promo_info {
        display: none;
    }

    section.checkout_universal #bodyCheckout .contentBody.contentZindex {
        z-index: -1;
    }

    section.checkout_universal .checkout_steps_guide ul li.steps_guide_element.complete:before {
        z-index: 0;
    }

    section.checkout_universal a.logoutButton {
        width: 100%;
        text-align: right;
    }
}

@media only screen and (max-width: 575px) {

    /*App modal */
    section.checkout_universal .modal-app .modal-dialog {
        width: 100%;
        margin: 0
    }

    section.checkout_universal .modal-app .modal-content {
        padding: 25px 0;
    }

    /*End App modal */

    .modal-date-dialog {
        width: 98%;
        height: 100%;
        margin: auto;
        margin-top: 8px;
    }

    section.checkout_universal #modal-appointment .row-custom-radios {
        height: fit-content;
        overflow: auto;
        max-height: 40vh;
    }

}

@media only screen and (min-width: 768px) {
    section.checkout_universal .checkboxNoNumber .custom-checkbox {
        position: absolute;
        bottom: 20px;
    }

    section.checkout_universal .checkboxNoNumber .custom-checkbox.noNumberTelco {
        position: absolute;
        bottom: inherit;
        top: 44px;
    }

    section.checkout_universal #telco_packs_internet_view .checkboxNoNumber .custom-checkbox {
        bottom: 13px;
    }
}

@media only screen and (max-width: 768px) {

    .modal-date-dialog {
        width: 98%;
        height: 100%;
        margin: auto;
        margin-top: 8px;
    }

    section.checkout_universal #modal-appointment .row-custom-radios {
        height: fit-content;
        overflow: auto;
        max-height: 40vh;
    }

    section.checkout_universal .checkout_steps_guide .container {
        padding: 0 30px;
        overflow: hidden;
    }

    section.checkout_universal .checkout_steps_guide ul {
        padding: 20px 0;
    }

    section.checkout_universal .iccOpener {
        top: -18px;
    }

    section.checkout_universal .checkboxNoNumber .custom-checkbox {
        position: absolute;
        bottom: 20px;
    }

    section.checkout_universal .checkboxNoNumber .custom-checkbox.noNumberTelco {
        position: absolute;
        bottom: inherit;
        top: 44px;
    }

    section.checkout_universal .gradient_shadow:after {
        top: 105%;
    }

    section.checkout_universal table tbody tr {
        background: rgba(239, 239, 239, 1)
    }

    section.checkout_universal table tbody tr.selectRow {
        background: rgba(239, 239, 239, 1)
    }

    section.checkout_universal table thead th {
        padding: 5px 0 5px 0.35rem;
    }

    section.checkout_universal table thead th:first-child {
        padding-left: 0.35rem;
    }

    section.checkout_universal table thead th:last-child {
        padding-right: 0.35rem;
    }

    section.checkout_universal table tbody td {
        font-size: 16px;
        padding: 1.4rem 0.35rem 1.4rem;
    }

    section.checkout_universal table tbody tr td.radiobutton {
        background: rgba(239, 239, 239, 1) url("img/u278.550b39369c4a.png") no-repeat 10px 20px
    }

    section.checkout_universal table tbody tr.selectRow td.radiobutton {
        background: rgba(239, 239, 239, 1) url("img/u279_v2.fd03c16e69a9.png") no-repeat 10px 20px;
    }

    section.checkout_universal table tbody td:first-child {
        min-width: 30px;
    }

    section.checkout_universal table tbody td.priceColumn {
        font-size: 16px;
    }

    section.checkout_universal .footerForm button.btn-primary {
        margin: 0 0 35px 0;
        width: 100%;
    }


    section.checkout_universal .street_form_street_selector {
        padding-right: 0;
    }

    section.checkout_universal .accountField.col-md-9 {
        padding-right: 0;
    }

    section.checkout_universal #payment_info_view .col-8 {
        flex: none;
        max-width: 100%;
        padding-right: 45px;
    }

    section.checkout_universal .accountField.col-md-9 .col-md-2,

    section.checkout_universal .accountField.col-md-9 .col-md-4 {
        padding-right: 0;
    }

    section.checkout_universal #mobilePortinPhoneNumber .form-group.col-12:not(.col-md-6),

    section.checkout_universal #mobilePortinPhoneNumber .custom-radio-button.col-md-3 {
        padding-right: 0;
    }

    section.checkout_universal .street_form_street_selector {
        padding-right: 0;
    }

    section.checkout_universal .modal-purchase .bar-container {
        width: calc(100% - 110px);
        margin-right: 20px;
    }

    section.checkout_universal .accountField .col-md-4 {
        padding-right: 0;
    }

    section.checkout_universal .accountField.col-12 {
        padding-right: 0
    }

    section.checkout_universal .accountField .col-md-2 {
        margin-right: 60%;
    }

    section.checkout_universal .alternativePacks .alternativeElement {
        position: relative;
        padding-bottom: 120px;
    }

    section.checkout_universal .alternativePacks .alternativeElement .price {
        padding: 30px 0 0 0;
        border-left: 0;
        border-top: 2px solid #0019A5;
        margin: 15px 0 10px 0;
        width: 100%;
    }

    section.checkout_universal .alternativePacks .alternativeElement .alternativeElementButtons {
        position: absolute;
        bottom: 15px;
    }

    section.checkout_universal #otp_modal .sms_verification_container_OTP input {
        width: calc(100% - 50px);
        margin-left: 50px;
    }

    section.checkout_universal #otp_modal .sms_verification_container_OTP .inputsms,
    section.checkout_universal #otp_modal_pack_update .sms_verification_container_OTP .inputsms {
        width: 100%;
        padding-left: 0;
    }

    section.checkout_universal #otp_modal .sms_verification_container_OTP button {
        width: 100%;
    }

    section.checkout_universal #loginBanner a {
        float: none;
        display: block;
        margin-top: 10px;
        text-align: center;
        font-size: 16px;
    }

    section.checkout_universal .sms_verification_container_OTP .form-group.error .invalid-feedback {
        margin-left: 50px;
        width: calc(100% - 50px);
    }

}

@media screen and (min-device-pixel-ratio:0) {

    select,
    textarea,
    input[type="text"],
    input[type="text"]:focus,
    select:focus,
    input {
        font-size: 16px !important;
    }
}
/* End media queries */