@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

body {
    background-color: #27313f;
}

form {
    width: 100%;
}

.white-frame {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
    padding: 16px;
}

.white-frame-2 {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    z-index: 3;
}

.white-frame-3 {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
    margin: 8px;
}

.gray-frame {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
    padding: 16px;
    background-color: #f8f8f8;
}

.all-caps {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.btn-xl {
    padding: 7px 70px;
}

.btn-multiline {
    white-space: normal;
    width: 200px;
}

.toolbox {
    padding: 16px;
}

.toolbox .menu-button {
    margin: 0 6px 0 -8px;
}

.relative-position {
    position: relative;
}

.rc-modal-panel-child-container .bottom-right {
    position: absolute;
    bottom: 16px;
    right: 31px;
}

.mandatory,
.red {
    color: #dd2c00;
}

.maybe.mandatory {
    color: #0891f1;
}

.justify-center {
    justify-content: center;
}

.bold {
    font-weight: bold;
}

.smaller {
    font-size: smaller;
}

.larger {
    font-size: larger;
}

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

.break-word {
    word-break: break-word;
}

.initial-line-height {
    line-height: initial;
}

.gray {
    color: #aaa;
}

.white-frame,
.white-frame-2,
.white-bg {
    background-color: #fff;
}

.gray-bg {
    background-color: #eee;
}

.green-bg {
    background-color: rgba(0, 255, 0, 0.1);
}

.text-truncate {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.md-icon-button {
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.icon-button {
    background-color: white;
    padding: 10px 0;
    width: 100%;
}

.icon-button:hover {
    background-color: rgba(158, 158, 158, 0.2);
}

.icon-button span {
    display: flex;
    align-items: center;
}

.icon-button i {
    margin-right: 16px;
}

.icon-button .rc-md-icon-button:hover {
    color: inherit;
}

.profile-menu .popover-content {
    padding: 0 0 8px;
}

.profile-menu .popover-content .rc-button:focus,
.navigation-pane .rc-button:focus {
    outline: none;
}

.profile-menu .popover-content .rc-button,
.navigation-pane .rc-button {
    padding: 11px 16px;
    border-radius: 0;
}

.profile-menu .popover-content .rc-button {
    font-size: 15px;
}

.navigation-pane .rc-button {
    font-size: 13px;
    color: #7f7f7f;
}

.navigation-pane .rc-button.selected {
    background-color: #34495e;
    color: #fff;
}

.navigation-pane .rc-button.selected:hover {
    background-color: #5a6876;
}

.navigation-pane header {
    position: relative;
    margin-bottom: 8px;
}

.navigation-pane header div {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    padding: 10px;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.navigation-pane header img {
    height: 128px;
    object-fit: cover;
    object-position: top;
}

.navigation-pane .group {
    padding: 26px 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    color: #000;
}

.main-pane {
    padding: 20px;
    position: relative;
}

.main-pane header {
    padding: 20px 24px 11px;
}

.main-pane header .menu-button {
    background-color: transparent;
    border: 0 none;
    margin: 0 30px;
}

.main-pane nav {
    width: 234px;
    padding: 13px 15px 10px 5px;
}

.main-pane main {
    padding: 10px;
    margin: 1px;
}

.main-pane main .paginated-list {
    margin-left: 10px;
}

.main-pane main .data-list {
    border-bottom: 1px solid lightgrey;
    position: relative;
}

.main-pane .top-right {
    position: absolute;
    top: 58px;
    right: 44px;
}

.data-list a:not(.keep-color) {
    color: inherit;
}

.data-list a:hover:not(.keep-color) {
    text-decoration: none;
}

a.no-decoration,
a.no-decoration:hover {
    text-decoration: none;
}

.inherit-color,
.inherit-color:hover,
.inherit-color .rc-md-icon-button:hover {
    color: inherit;
}

.data-list.horizontal-data-list .rc-div-table {
    border-top: 1px solid lightgrey;
    overflow: auto;
}

.data-list.horizontal-data-list .data-cell {
    text-align: left;
    width: 200px;
    border-right: 1px solid lightgrey;
    height: 100%;
}

.data-list.horizontal-data-list.auto-data-cell-width .data-cell {
    width: auto;
}

.data-list.horizontal-data-list .table-header {
    margin: 0;
}

.data-list.vertical-data-list .data-cell {
    text-align: center;
}

.horizontal-search .filter-pane {
    overflow: auto;
    padding: 26px 11px;
    width: 320px;
}

.filter-pane .horizontal-form {
    margin-bottom: 20px;
}

.filter-pane .horizontal-form .full-width {
    width: unset;
}

.rc-modal-panel-child-container .data-list.horizontal-data-list .data-cell {
    width: 288px;
}

.data-list.slimmer-data-list .data-cell,
.data-list.slim-data-list .data-cell {
    padding: 3px;
    text-align: left;
}

.data-list.slimmer-data-list .table-header,
.data-list.slim-data-list .table-header {
    margin: 0;
}

.data-list.slimmer-data-list.vertical-data-list .rc-div-table-row > div,
.data-list.slim-data-list.vertical-data-list .rc-div-table-row > div {
    padding: 0;
}

.data-list.slimmer-data-list.horizontal-data-list,
.data-list.slim-data-list.horizontal-data-list {
    border: 0 none;
}

.data-list.slim-data-list.horizontal-data-list .data-cell {
    border-top: 1px solid lightgrey;
}

.main-pane main .data-list.no-border,
.data-list.no-border .rc-div-table,
.data-list.no-border.vertical-data-list .rc-div-table-row,
.data-list.no-border.horizontal-data-list .data-cell {
    border: 0 none;
}

.data-list.slimmer-data-list.horizontal-data-list .table-header,
.data-list.slim-data-list.horizontal-data-list .table-header {
    width: 180px;
}

.data-list.no-wrap .data-cell {
    white-space: nowrap;
}

.data-list.no-padding .data-cell {
    padding: 0;
}

.data-list.slimmer-data-list.horizontal-data-list.auto-width .table-header,
.data-list.slim-data-list.horizontal-data-list.auto-width .table-header {
    width: auto;
}

.data-list.slimmer-data-list.horizontal-data-list .data-cell,
.data-list.slim-data-list.horizontal-data-list .data-cell {
    border-right: 0 none;
}

.data-list.slimmer-data-list.horizontal-data-list .rc-div-table,
.data-list.slim-data-list.horizontal-data-list .rc-div-table {
    border: 0 none;
}

.data-list.slimmer-data-list .data-cell {
    padding: 0 10px;
}

.data-list.slimmer-data-list .table-header {
    text-align: right;
}

.rc-modal-panel-child-container .bordered-modal-panel {
    border: 1px solid lightgrey;
    border-top: 0 none;
    padding: 5px;
}

.rc-modal-panel-child-container .bordered-modal-panel .level3 {
    margin-top: 10px;
}

.rc-modal-panel-child-container {
    max-height: 90%;
    display: flex;
    position: relative;
}

.rc-modal-panel-child-container .buttons {
    margin: 0 15px;
}

.border-right {
    border-right: 1px solid #b8b7b7;
}

.date-range-picker > span {
    min-width: 20px;
    text-align: center;
    font-size: larger;
}

.rc-md-circle-icon-button.excel-icon {
    background: #fff url("/images/excel.svg") no-repeat center;
    background-size: 24px;
}

.customer-pi-tx .horizontal-form {
    width: 600px;
}

div.usage-chart.usage-chart * {
    border: 0 none;
}

.usage-chart .rc-title {
    padding: 16px;
}

.usage-chart .rc-div-table-row {
    margin: 11px 16px;
    position: relative;
}

.usage-chart .rc-div-table-row .rc-label-wrapper:nth-of-type(1) {
    width: 95%;
}

.usage-chart .rc-div-table-row .rc-label-wrapper:nth-of-type(2) .data-cell {
    position: absolute;
    right: 0;
    font-size: 19px;
    color: #ff7607;
    display: contents;
}

.maintenance {
    color: white;
    background: url("/images/main-bg.png") no-repeat;
    background-size: cover;
}

.sub-tab-container {
    border-top: 1px solid #e0e0e0;
    padding: 20px 20px 0 20px;
    flex: 1;
    display: flex;
}

.iframe-css-row {
    border-bottom: 1px solid #e0e0e0;
}

.cc-icon {
    width: 24px;
    position: absolute;
    bottom: 12px;
    right: 5px;
}

.mark-failed-btn {
    bottom: 16px;
}

/**
* Media queries
 */

@media (min-width: 1281px) {
    .hide-lg {
        display: none;
    }
}

@media (max-width: 1280px) {
    .hide-sm {
        display: none;
    }

    .navigation-pane {
        position: absolute;
        top: 0;
        height: 100%;
    }

    .left-pane {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 3;
    }
}

/**
* Layout rules
 */

.toggle {
    display: block;
    line-height: 24px;
    margin: 4px 0;
    min-height: 28px;
    padding: 2px 8px;
    position: relative;
}

.toggle input {
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    box-sizing: border-box;
    padding: 0;
}

.toggle .disabled.toggle-icon {
    cursor: not-allowed;
}

.toggle .toggle-icon {
    background: #9e9e9e;
    background-clip: padding-box;
    border-radius: 9px;
    height: 18px;
    left: 0;
    top: 5px;
    width: 32px;
    border: 1px solid #9e9e9e;
    cursor: pointer;
    display: inline-block;
    position: absolute;
}

.toggle .toggle-icon::before {
    background: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
}

.toggle input:checked + .toggle-icon::before {
    left: 14px;
    background: #34495e;
}

.hidden-overflow {
    overflow: hidden;
}

.hidden-overflow-x {
    overflow-x: hidden;
}

.auto-overflow {
    overflow: auto;
}

.full-width {
    width: 100%;
}

.half-width {
    width: 50%;
}

.quarter-width {
    width: 25%;
    box-sizing: border-box;
}

.max-width-320px {
    max-width: 320px;
}

.max-height-6 {
    max-height: 6em;
}


.padded-10 {
    padding: 10px;
}

.padded-20 {
    padding: 20px;
}

.flex {
    flex: 1;
    display: flex;
}

.layout-row,
.layout-column {
    box-sizing: border-box;
}

.layout-column {
    flex-direction: column;
}

.layout-row {
    flex-direction: row;
}

.medium {
    height: 88px;
    min-height: 88px;
    max-height: 88px;
}

.data-cell {
    padding: 11px 3px;
    overflow-wrap: break-word;
}

.pagination-controls {
    padding: 10px 8px;
}

.absolute {
    position: absolute;
}

.absolute.centered {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-hand:hover {
    cursor: hand;
    color: #204d74;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.form-control[disabled].cursor-text {
    background-color: #fff;
}

.form-control[disabled].cursor-text,
.cursor-text {
    cursor: text;
}

.table-header {
    font-weight: bold;
    margin: 5px;
}

.floating-alert-list {
    position: fixed;
    bottom: 54px;
    right: 5px;
    z-index: 1020;
    max-width: 50%;
}

.red {
    color: red;
}

.green {
    color: green;
}

.card .rc-title-wrapper {
    padding: 24px 16px 16px;
}

.width-200px {
    width: 200px;
}

.no-wrap {
    white-space: nowrap;
}

.break-spaces {
    white-space: break-spaces;
}

.no-shrink {
    flex: 1 0 auto;
}

.version {
    color: #6c7a8e;
    font-size: 10px;
    bottom: 0;
    right: 0;
    margin: 2px;
}

/**
* Re-com overrides
 */

html,
body,
.popover,
.tooltip,
.field-label,
.level1, .level2, .level3, .level4 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.rc-backdrop {
    z-index: 3;
}

.rc-row-button {
    font-size: 19px;
}

.rc-row-mouse-over-row {
    opacity: 0.7;
}

.rc-md-circle-icon-button {
    background-color: #fff;
}

.rc-md-circle-icon-button.rc-circle-emphasis {
    background-color: #2b3c4e;
}

.rc-md-circle-icon-button.rc-circle-emphasis:hover {
    background-color: #6789ab;
}

.rc-title.level2 {
    font-size: 24px;
}

.rc-title.level3 {
    font-weight: bold;
}

.rc-title.level4 {
    font-size: 13px;
}

a .level2 {
    color: inherit;
}

.rc-div-table {
    border: 0 none;
    border-bottom: 1px solid lightgrey;
    position: relative;
}

.date-range-picker .dropdown-button.activator {
    display: none;
}

.date-range-picker .rc-datepicker-dropdown-anchor {
    width: 100%;
}

.filter-pane .rc-label {
    font-size: smaller;
    color: rgba(0, 0, 0, 0.54);
}

.rc-tabs {
    text-transform: uppercase;
}

.sp-breadcrumbs .rc-throbber {
    margin: 0;
}

/**
* Bootstrap overrides
*/

.badge {
    padding: 3px 6px;
    background-color: #d3d3d3;
}

.active .badge {
    background-color: black;
}

input.form-control,
.date-range-picker .form-control {
    color: rgba(0, 0, 0, 0.87);
    border-color: rgba(0, 0, 0, 0.12);
    border-radius: 0;
    border-width: 0 0 1px 0;
    outline: none;
    box-shadow: none;
}

input.form-control:focus {
    box-shadow: none;
    border-color: #3f51b5;
    border-width: 0 0 2px 0;
}

.invalid .rc-label {
    color: #dd2c00;
}

.invalid .chosen-container-single .chosen-single,
.invalid input.form-control {
    border-color: #dd2c00;
    border-bottom-width: 2px;
}

.nav-stacked.nav-pills.rc-tabs {
    text-transform: inherit;
}

.nav-pills > li + li {
    margin-top: 0;
}

.nav-pills > li > a {
    display: flex;
    align-items: center;
    min-height: 56px;
    border-radius: 0;
    color: black;
}

.nav-stacked.nav-pills > li > a {
    border-bottom: 1px solid #dadada;
    padding-left: 26px;
}

.nav-pills:not(.nav-stacked ) > li > a {
    padding: 12px 24px;
}

.nav-pills > li > a:focus,
.nav-pills > li > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background-color: #d4d4d4;
    color: inherit;
}

.nav-pills > li.active > a {
    font-weight: bold;
    color: inherit;
    background-color: transparent;
}

.nav-stacked.nav-pills > li.active > a {
    border-left: 5px solid #6188ae;
}

.nav-pills:not(.nav-stacked) > li.active > a {
    border-bottom: 5px solid #6188ae;
}

.badge-primary {
    background-color: #0891f1;
}

.badge-secondary {
    background-color: #6c757d;
}

.badge-success {
    background-color: #28a745;
}

.badge-danger {
    background-color: #dc3545;
}

.badge-warning {
    color: unset;
    background-color: #ffc107;
}

.badge-info {
    background-color: #17a2b8;
}

.badge-light {
    color: unset;
    background-color: #f8f9fa;
}

.badge-dark {
    background-color: #343a40;
}


.form-control.small {
    font-size: 85%;
}

.full-year-calendar .calendar {
    width: 800px;
    overflow: hidden;
}

.full-year-calendar .calendar .day.selected {
    background-color: #0891f1;
    color: #fff
}

.embossed {
    font-family: Arial, serif;
    letter-spacing: 0;
    text-shadow: 1px 1px 2px #000, -1px -1px 0 rgba(255, 255, 255, 0.9);
}

.step {
    margin-bottom: 30px;
}

.step .bullet {
    background-color: #0891f1;
    width: 32px;
    height: 32px;
    border-radius: 16px;
}

.disabled.step .bullet {
    background-color: #ccc;
}

.step .bullet .subtitle {
    white-space: nowrap;
    bottom: -30px;
}

.step .steps-link {
    border-bottom: 2px solid #0891f1;
    min-height: 1px;
    width: 100%;
}

.disabled.step .steps-link {
    border-color: #ccc;
}

.grid {
    display: flex;
    flex-wrap: wrap;
}

.grid .grid-card {
    margin: 20px 20px;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 4px;
}

.swipe-restriction-icon {
    color: red;
    background-color: #eee;
    padding: 5px;
    height: 34px;
    border-radius: 17px;
}

.swipe-restriction-icon .rc-md-icon-button:hover {
    color: inherit;
}

/** SLIDER **/

.rc-slider-track {
    background-color: #337ab7;
}

.rc-slider-handle {
    border: solid 1px #2e6da4;
    opacity: 1;
}

.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {
    border-color: #204d74;
    box-shadow: 0 0 0 2px #2e6da4;
}

.rc-slider-handle:focus-visible {
    border-color: #2db7f5;
    box-shadow: 0 0 0 3px #2e6da4;
}

.rc-slider-handle-click-focused:focus {
    border-color: #2e6da4;
}

.rc-slider-handle:hover {
    border-color: #204d74;
}

.rc-slider-handle:active {
    border-color: #204d74;
    box-shadow: 0 0 5px #204d74;
}

.rc-slider-dot-active {
    border-color: #2e6da4;
}

.circle-logo {
    overflow: hidden;
    border-radius: 50%;
}

.circle-logo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.justify {
    text-align: justify;
}

.inline {
    display: inline;
}

.lines-bar {
    width: 100%;
    position: relative;
    height: 5px;
    border: 1px solid;
    border-radius: 10px
}

.match-free-text {
    width: 100%;
}

.vertical-search .match-free-text {
    width: initial;
    position: relative;
}

.match-free-text .free-text-criteria {
    margin-left: 24px
}

.vertical-search .match-free-text .free-text-criteria {
    margin-left: 8px;
    position: absolute;
    bottom: -15px;
    transform: scale(0.7);
}

.card-image {
    background-color: #FFF
}

.card-image .ci-container {
    border: 1px solid #D3DAE4;
    box-shadow: 1px 1px 6px 0px #5E76971F;
    border-radius: 5px;
}


.card-image .ci-text,
.card-image .ci-text .btn {
    font-weight: 700;
}

.card-image .ci-title {
    font-size: 18px;
    padding-bottom: 20px;
}

.card-image .ci-container .ci-toggle {
    padding: 20px 0
}

.card-image .ci-container .ci-toggle span {
    margin: 8px 0 0 30px;
}

.card-image .ci-container .ci-clipboard-btn button {
    border: 1px solid #D3DAE4;
}

.card-image .ci-container .ci-clipboard-btn button span {
    justify-content: center;
}

.card-data-sync-dropdown label {
    margin-top: 2px;
    margin-right: 20px;
}

.info-box {
    background-color: #e2ebf5;
    border: 1px solid #146edb;
    padding: 15px;
    margin-top: 10px;
    border-radius: 5px;
}

.blue-pointer-box {
    color: #146edb;
    width: 15px;
    cursor: pointer;
}

.card-servicing-iframe {
    font-family: 'Poppins', Arial, serif;
}

.card-servicing-iframe .container {
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: white;
}

.card-servicing-iframe .container .row {
    margin: 16px;
    display: flex;
    justify-content: space-between;
}

.card-servicing-iframe .container .row .label {
    font-weight: 500;
    font-size: 15px;
    color: black;
}

.card-servicing-iframe .container .row .value {
    font-weight: 500;
    font-size: 15px;
}

 .activation-requirements .rc-title{
    font-weight: 400;
    padding-bottom: 1.2em;
}

.activation-requirements .data-list.horizontal-data-list {
    border: none;
}

.activation-requirements .data-list.horizontal-data-list .rc-div-table {
    border: none;
}

.activation-requirements .main-pane main .data-list {
    border: none;
}

.activation-requirements .data-list.horizontal-data-list .data-cell {
    border: none;
    display: flex;
    align-items: center;
    padding: 0.2em 0.5em !important;
    width: 40px;
}
.activation-requirements .data-list.horizontal-data-list .rc-h-box {
    padding: 0 3em;
}

.activation-requirements .data-list.horizontal-data-list .table-header {
    font-weight: normal !important;
    font-size: 1em !important;
    width: 200px;
}

.activation-requirements .data-list.horizontal-data-list .column-header .table-header {
    font-weight: bold !important;
}

.activation-requirements .data-list.horizontal-data-list .data-cell {
    padding: 0.1em 0.5em !important;
}

.activation-requirements .data-list.horizontal-data-list .table-header {
    font-weight: bold;
    font-size: 0.95em;
    padding-bottom: 0.2em;
}

.activation-requirements .data-list.horizontal-data-list .data-cell .toggle .toggle-icon {
    margin-left: 1em;
}

.card-activation-iframe {
    max-width: 420px;
    background-color: #ffffff;
    border-radius: 24px;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

/* Tittle */
.card-activation-iframe .rc-title-wrapper {
    display: flex;
    justify-content: center;
}

.card-activation-iframe .rc-title {
    font-size: 22px;
    font-weight: 600;
    color: #111;
    margin: 0 auto 24px auto;
    text-align: center;
}

/* Labels */
.card-activation-iframe .rc-label label {
    font-size: 14px;
    font-weight: 400;
    color: #444;
    margin-bottom: 6px;
    text-align: left;
    display: block;
}

/* Inputs y selects */
.card-activation-iframe input,
.card-activation-iframe select {
    width: 100%;
    padding: 10px 14px;
    font-size: 14px;
    color: #555;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.card-activation-iframe input:focus,
.card-activation-iframe select:focus {
    background-color: #fff;
    border-color: #999;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
}

/* Button */
.card-activation-iframe .rc-button,
.card-activation-iframe .submit-button {
    display: block;
    padding: 10px 28px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    transition: background-color 0.2s ease;
}

.card-activation-iframe .rc-button:hover {
    background-color: #222;
}

/* Footer */
.card-activation-iframe .footer {
    border-top: 1px solid #eee;
    margin-top: 32px;
    padding-top: 12px;
    font-size: 10px;
    color: #777;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-family: 'Poppins', sans-serif;
}

.card-activation-iframe .footer .rc-label {
    margin: 0;
    padding: 0;
}

.card-activation-iframe .footer img {
    height: 1.5em;
    margin: 0;
}

.card-activation-iframe .footer {
    border-top: 1px solid #eee;
    margin-top: 2em;
    padding-top: 12px;
    font-size: 11px;
    color: #777;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    font-family: 'Poppins', sans-serif;
}

.card-activation-iframe .footer .rc-label {
    margin: 0;
    padding: 0;
    display: inline-block;
    line-height: 1.4;
}

.card-activation-iframe .footer img {
    height: 1.4em !important;
    margin: 0 !important;
    vertical-align: middle;
}

.card-activation-iframe .close-button {
    background: transparent;
    font-size: 20px;
    font-weight: bold;
    color: #999;
    cursor: pointer;
    padding: 0;
    min-width: 24px;
    min-height: 24px;
    margin-top: -5px;
    margin-right: -5px;
}

.card-activation-iframe .close-button:hover {
    color: #000;
    background: transparent;
}

.warn-box {
    background-color: #fafad2;
    border: 1px solid #ffff00;
    padding: 15px;
    margin-top: 10px;
    border-radius: 5px;
}

.card-activation-iframe .margin-title {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}

.transparent-body {
    background-color: rgba(250, 250, 250, 0);
}

.card-activation-iframe .rc-alert {
    background-color: white;
    color: red;
    border:none;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    min-height: 48px;
    padding: 0;
    margin: 0;
    width: 100%;
}

.card-activation-iframe .rc-alert .rc-alert-body {
    display: block;
}

.disabled-gray-text input {
    color: #777777 !important;
}