:root {
    --c2p-main-width: 250px;
    --c2p-main-color: #bbb;
    --c2p-main-input-color: 50, 168, 133;
    --c2p-new-btn-width: auto;
    --c2p-new-btn-height: auto;
    --c2p-info-btn-size: 20px;
}

.c2p-def .c2p-new-btn {
    width: var(--c2p-new-btn-width) !important;
    height: var(--c2p-new-btn-height) !important;
}

.c2p-def .c2p-form {
    position: relative;
    width: var(--c2p-main-width); 
    border: 2px solid var(--c2p-main-color);    
    border-radius: 9px; 
    overflow: hidden;
}

.c2p-def .c2p-form .c2p-no-profiles {
    height: 60px;
    text-align: center;
}
.c2p-def .c2p-form .c2p-no-profiles > span {
    display: table;
    width: 95%;
    border: 2px solid #d81340;    
    border-radius: 9px; 
    padding: 3px;   
    margin: 4px auto auto;
}

.c2p-def .c2p-form .c2p-no-profiles > a {
    display: flex;
    justify-content: right;
    text-decoration: none;
    color: rgb(var(--c2p-main-input-color));
    padding: 3px;
    margin: 3px 2% 0 0;    
}

.c2p-def .c2p-form .c2p-no-profiles > a:hover {
    text-decoration: underline;
}

.c2p-def .info {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    transition: ease .2s all;
    background-size: var(--c2p-info-btn-size); 
    width: var(--c2p-info-btn-size);
    height: var(--c2p-info-btn-size);
    margin-left: 6px;
    cursor: pointer;
}

.c2p-def.datatooltip {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.c2p-def .wait {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: var(--c2p-main-width);
    min-height: 50px;
    background-color: rgba(255, 255, 255, 0.9);
    /* background-color: var(--c2p-main-color); */
    opacity: 0.75;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c2p-def .c2p-form .wait > img {
    width: 48px;
    height: 48px;
}

.c2p-def .c2p-form .c2p-table-card {
    width: 100%;
    border-collapse: collapse;
    background-color: #f7f7f7;
    cursor: pointer;
    vertical-align: middle;
}

.c2p-def .c2p-form .c2p-table-card .c2p-card {
    width: 50px;
    text-align: center;
}
.c2p-def .c2p-form .c2p-table-card .c2p-brand {
    width: 50px;
    padding-bottom: 5px;
}
.c2p-def .c2p-form .c2p-table-card .c2p-card-number {
    width: 50px;  
    padding-bottom: 5px;
}
.c2p-def .c2p-form .c2p-table-card .c2p-card-expired {
    color:#d81340;
    font-size: 10px;
    width: 50px;
    padding-top: 6px;
}
.c2p-def .c2p-form .c2p-table-card .c2p-card-arrow{
    width: 150px;
    text-align: right;
}

.c2p-def .c2p-form .c2p-table-card .c2p-card-row {
    border-bottom: 0;
    /* border-bottom: 2px solid var(--c2p-main-color); */
}
.c2p-def .c2p-form .c2p-table-card tr:not(:last-child) .c2p-card-row {
    border-bottom: 1px solid #ccc;
}

.c2p-def .c2p-form .c2p-table-card .c2p-card-row:hover {
    background-color: rgba(var(--c2p-main-input-color),0.5);    
}

.c2p-def .c2p-form .c2p-table-card .c2p-add-card-row:hover {
    border: 3px solid rgb(var(--c2p-main-input-color));
}

.c2p-def .c2p-form .c2p-table-card .c2p-card .c2p-card-img {
    width: 40px;
    height: 25px;
}

.c2p-def .c2p-form .c2p-table-card .c2p-brand .c2p-visa-icon-img {
    width: 43.6px;
    height: 10px;
}

.c2p-def .c2p-form .c2p-table-card .c2p-brand .c2p-amex-icon-img {
    width: 32.16px;
    height: 10px;
}

.c2p-def .c2p-form .c2p-table-card .c2p-brand .c2p-mc-icon-img {
    width: 32.56px;
    height: 10px;
}

.c2p-def .c2p-form .c2p-table-card .c2p-brand .c2p-discover-icon-img {
    width: 36.16px;
    height: 10px;
}

.c2p-def .c2p-form .c2p-table-card .c2p-card .c2p-plus-img {
    width: 25px;
    height: 25px;
}

.c2p-def .c2p-form .c2p-table-card .c2p-card-number .c2p-card-txt {
    width: 100%;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Open Sans', sans-serif;
    font-size: 9px;
}

.c2p-def .c2p-form .c2p-header {
    background-color: var(--c2p-main-color);
    color: white;
    height: 30px;
    padding: 3px;
    margin: -1px;
    cursor: default;
}

.c2p-def .c2p-form .c2p-header img {
    float: left;
    width: 214px;
    height: 25px;
    padding: 3px 4px 2px 2px;
}

.c2p-def .c2p-form .c2p-header .c2p-img-small {
    float: left;
    width: 22px;
    height: 11px;
    padding: 3px 4px 2px 2px;
}
.c2p-def .c2p-form .c2p-header .header-text {
    color: white;
    font-weight: normal;
    font-size: 14px;
}

.c2p-def .c2p-form .c2p-body {
    font-weight: normal;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Open Sans', sans-serif;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px;
    cursor: default;
}

.c2p-def .c2p-form .c2p-body .inputs {
    width: 100%;
	font-family: 'Roboto', sans-serif;
}

.c2p-def .c2p-form .c2p-body .inputs .body-text {
    width: 100%;
    font-size: 12px;
    margin-left: 3px;
    margin-bottom: 25px;
    text-align: left;
}

.c2p-def .c2p-form .c2p-body .inputs .div-signin {
    display: table;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    clear: both;
}

.c2p-def .c2p-form .c2p-body .inputs .div-signin .lbl-signin {
    display: inline-block;
    position: absolute;
    top: -23px;
    left: 18px;
    color: rgb(var(--c2p-main-input-color));
    background-color: #fff;
    border-radius: 6px;
    z-index: 1;
    font-size: 12px;
    line-height: 18px;
    padding: 0 6px;
    font-weight: 500;
}
.c2p-def .c2p-form .c2p-body .inputs .div-signin .lbl-signin::after {
    content: " *";
    color: #d81340;
}

.c2p-def label[class*="invalid"] {
    color: #e51646 !important;
}

.c2p-def input[class*="invalid"] {
    border-color: #e51646 !important;
    border-width: 2px !important;
    background-color: rgba(229, 22, 70, 0.05) !important;
}

.c2p-def .c2p-form .c2p-body .inputs .error-label {
    color: #d81340;
    font-size: 12px;
    display: block;
    line-height: 18px;
    padding: 0 3px;
    text-align: left;
}

.c2p-def .c2p-form .c2p-body .inputs .div-signin .txt-signin {
    display: inline-block;
    position: relative;
    border: 1px solid rgb(var(--c2p-main-input-color));
    border-radius: 6px;
    transition: border-color 200ms;
    touch-action: manipulation;
    outline: none;
    width: 100%;
    vertical-align: middle;
    cursor: text;
    margin: -15px auto 0 auto;
    padding: 10px;
}

.c2p-def .c2p-form .c2p-body .inputs .lbl-txt-otp {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    text-align: center;
    font-size: 12px;
    margin-bottom: 3px;
}

.c2p-def .c2p-form .c2p-body .inputs .container-txt-otp {
    display: flex !important;
    margin: 0 auto 9 auto;
    justify-content: center;
}

.c2p-def .c2p-form .c2p-body .inputs .container-txt-otp .txt-otp {
    flex-basis: 30px;
    border: 1px solid rgb(var(--c2p-main-input-color));
    border-radius: 6px;
    transition: all 150ms ease-in-out;
    touch-action: manipulation;
    font-size: 18px;
    font-weight: 600;
    color: black !important;
    text-shadow: none !important;
    text-align: center;
    width: 25px;
    height: 35px;
}
.c2p-def .c2p-form .c2p-body .inputs .container-txt-otp .txt-otp:not(:last-child) {
    margin-right: 6px;
}
.c2p-def .c2p-form .c2p-body .inputs .container-txt-otp .txt-otp:focus {
    outline: 3px solid rgba(var(--c2p-main-input-color),0.5);
}

.c2p-def .c2p-form .c2p-body .inputs .resend-otp {
    font-size: 11px;
    width: auto;
    margin: 5px auto 0 auto;
    text-align: center;
}
.c2p-def .c2p-form .c2p-body .inputs .resend-otp span {
    margin-right: 5px;
}

.c2p-def .c2p-form .c2p-body .inputs .resend-otp-btn:hover {
    font-weight: 500;
    text-decoration: underline;
}

.c2p-def .c2p-form .c2p-body .inputs .txt:disabled {
    border: 1px solid #d0d0d0;
    color: unset;
}

.c2p-def .c2p-form .c2p-body .inputs .c2p-btn {
    display: block;
    width: auto;
    background-color: rgb(var(--c2p-main-input-color));
    border: 1px solid rgb(var(--c2p-main-input-color));
    border-radius: 6px;
    transition: border-color 200ms;
    touch-action: manipulation;
    outline: none;
    color: white;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    margin-top: 12px;
    padding: 10px 0;
    line-height: 21px;
}

.c2p-def .c2p-form .c2p-body .inputs .c2p-btn:hover {
    font-weight: 600;
    text-decoration: underline;
    filter: saturate(1.25) contrast(1.1);    
}

/**** Data Tooltip *********/
[data-tooltip] {
	position: relative;
	cursor: pointer;
}

[data-tooltip]:before,
[data-tooltip]:after {
	z-index: 9999;
	visibility: hidden;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	pointer-events: none;
}

[data-tooltip]:before {
	content: ' ';

	position: absolute;
	bottom: calc(100% + 7px);
	left: 50%;

	width: 230px;
	padding: 6px 12px;
	background-color: #0e0125;

	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	font-weight: 400;
	line-height: 1.3125rem;
	text-transform: none;
	color: #fff; 
	transform: translateX(-50%);
	border-radius: 4px;
	direction: ltr;
}

[data-tooltip]:after {
	position: absolute;
	bottom: calc(100% + 2px);
	left: 50%;
	margin-left: -5px;
	width: 0;
	border-top: 5px solid #0e0125;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: ' ';
	font-size: 0;
	line-height: 0;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
	visibility: visible;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}