﻿.CardBillingInfo {
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.CardBillingInfoItem {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
}
.iotButton {
    background: var(--ButtonColor);
    width: calc(100% - 10px);
    height: 32px;
    border-radius: 5px;
    color: white;
    border: none;
}
body {
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}
.labeltruncate {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.subdate {
    float: left;
    margin-left: 7px;
    width:132px;
}
.ShowNone {
    display: none;
}
.ShowFlex {
    display: flex;
}
.add1yrsub {
    width: 100px;
    height: 20px;
    margin-left: 10px;
}
.CurrentOptionsAssett {
    width: calc(100% - 4%);
    margin-left: 2%;
    float: left;
    border: solid white 2px;
    margin-bottom: 7px;
    background: var(--ToolbarTop);
    border-radius: 7px;
    padding-bottom: 2px;
}
.CardDetails {
    width:calc(100% - 22px);
    border: 1px solid var(--MainAccentColor);
    border-radius: 5px;
    
    background: var(--Back2);
    padding: 10px;
}
.CardDetailsLabel {
    width: 120px;
    float: left;
}
.CardDetailsGoogleApple {
    width: calc(100% - 22px);
    /*border: 1px solid var(--MainAccentColor);*/
    border-radius: 5px;
    
    background: var(--Back2);
    padding: 10px;
}

.CardSel.selected {
    background: #0275cc;
}

.card-button {
    width: 150px;
    margin-left: calc(50% - 75px);
    background: var(--MainAccentColor);
    padding: 10px;
    margin-top: 10px;
    color: white;
    font-weight: 700;
}