/* TABC CSS starts */
.customer_account_payment_card_title img{max-width:initial;}
.customer_account_payment_card .material-icons{left:0;}
#tabc_form #tabc_number {
    display: inherit;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #d1d3d4;
    
}
// Commented the display property because not able to align in single line
.tabc_text {
    margin-bottom: 10px;
    letter-spacing: 1px;
    /* display: inherit; */
    font-weight: 700;
    font-size: 14px
}

#tabc_form .btn-orange {
    /* min-width: 111px; */ 
}


/* TABC CSS ends */

.acc-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2rem;
    color: #fff;
    background-color: #ff8057;
    border-color: #ff8057;
    background-color: #f47a44;
    display: inline-block;
    letter-spacing: 1px;
    outline: 0 !important;
    /* -webkit-transition: all 0.7s; */
    transition: all 0.5s;
}


/* modal css */

.edit-payment-modal .modal-dialog {
    width: 30%;
}

.add-payment-modal .modal-dialog {
    width: 30%;
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: none !important;
}

.account-pages .closeCss {
    /* top: 5px !important;
    right: -30px !important; */
    top: 5px !important;
    right: -30px !important;
}

.modal.in .modal-dialog {
    /*  margin-top: 31px !important; */
}

.account-pages .form_row {
    /* line-height: 4; */
    margin: 8px;
}

.modal-footer {
    margin-top: -4%;
    text-align: center;
    padding: 10px;
    border-top: none !important;
}

.footer-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 40px;
}

.btn-spacing {
    display: flex;
    justify-content: space-between;
}


/* modal content */

.input-boxes input,
select {
    border-radius: 5px !important;
}

#search-box-filter_31 {
    padding-left: 12px;
border: solid 1.8px #d1d3d4; /* Changed the border color */
line-height: 1.15 !important;
}

.closeCss {
    color: white;
    position: absolute;
    top: -4px !important;
    right: -31px !important;
    background: #f47a44 !important;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    font-size: 18px !important;
    opacity: 1;
    transform: translate(-50%, -50%) !important;
}

.label-1 {
    height: auto !important;
    width: auto !important;
    margin-top: 0;
}

.label-1 input {
    width: auto !important;
    margin-top: -3px !important;
    height: -webkit-fill-available !important;
}

.checkboxes {
    display: inline-flex;
}

.textbox-pattern {
    letter-spacing: 1px;
    opacity: .6;
    border-block-color: grey;
    border: solid 1.8px gray !important;
}

.acc-user {
    font-size: 14px;
    line-break: anywhere;
    font-family: 'ITCAvantGardePro-Bk';
    font-weight: 700;
    letter-spacing: 1px;
}

@media only screen and (max-width: 600px) {
    .modal-dialog {
        width: auto !important;
    }
}
.ACED.account-pages .form_row input{
    margin-bottom:10px;
}
.ACED.account-pages .form_row input,
.ACED.account-pages .form_row select
{
height: 40px;
/* color: #808080; */ /* Commented because it is overriding the placeholder color */
/* opacity:1; */
padding: 0px 5px;
/*line-height:0px;*/ /* issue from excel sheet */
width:100%;    /* issue from excel sheet #389(1)*/
}
/* Commented below code because globally added the color for placeholder */
/* .ACED.account-pages .form_row input::-webkit-input-placeholder {
    color: #808080;
    opacity:1;
}
.ACED.account-pages .form_row input::-webkit-input-placeholder {
  color: #808080;
  opacity:1;
} 
.ACED.account-pages .form_row input::-moz-placeholder { // Firefox 19+ 
  color: #808080;
  opacity:1;
}
.ACED.account-pages .form_row input:-ms-input-placeholder {
  color: #808080;
  opacity:1;
}
.ACED.account-pages .form_row input:-moz-placeholder { // Firefox 18- 
  color: #808080;
  opacity:1;
} */
.ACED.account-pages .form_row label {
height:20px;
}
.birthdaylabel {
    display: block !important;
}

.VIF {
    /* position: absolute; */
    padding-left: 2rem;
    top: 20px;
    font-size: 1.1em;
    width: 100%;
    /* text-align: center; */
    font-family: ITCAvantGardePro-bold;
}

.VIF .welcome {
    display: block;
    /* color: #f47a44; */
    text-transform: uppercase;
    font-size: 1.5em;
}

.VIF .first-letter-organge {
    color: #f47a44;
}


/* .VIF.mobile {
            display: none;
        } */

@media (max-width: 1024px) and (min-width: 768px) {
    .VIF {
        width: 80%;
        left: 20%;
        text-align: right;
    }
    .edit-payment-modal .modal-dialog {
        width: 50%;
    }
    .add-payment-modal .modal-dialog {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .VIF.mobile {
        display: block;
        position: relative;
        top: 0;
        font-size: 3.6vw;
        margin-bottom: -20px;
        margin-top: -10px;
    }
    /* .VIF:not(.mobile) {
                display: none;
            } */
    .edit-payment-modal .modal-dialog {
        width: 40%;
    }
    .add-payment-modal .modal-dialog {
        width: 40%;
    }
}

.VIF-info {
    /* font-weight: 700; PS-26775 Consolidation of Global CSS */
    padding: 10px;
    text-align: center;
}

.VIF-info span {
    display: block;
    padding-bottom: 10px;
    font-size: 0.8em;
}

@media (max-width: 767px) {
    .VIF-info span {
        display: block;
        font-size: 0.9em;
        padding-bottom: 0px;
    }
}

@media (max-width: 1440px) and (min-width: 800px) {
    .aced-container {
        max-width: 94rem;
        margin: 10px 20rem 0;
    }
}


.account-pages .red-button {
    background-color: #628e83;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border: none;
    padding: 15px 25px;
    font-size: 17.31px;
    display: block;
    width: 160px;
    border-radius: 3rem !important;
}

.selected-tab {
    border-right: solid #628e83 !important;
    /* font-weight: bold !important; */
    font-family: 'ITCAvantGardePro-Bold' !important; /* PS-26775 Consolidation of Global CSS */
    width: max-content;
}

.acc-heading {
    font-weight: bold;
}

.tab-text {
    line-height: 0 !important;
}

.acc-user {
    font-size: 14px;
    line-break: anywhere;
    font-family: 'ITCAvantGardePro-Bk';
    font-weight: 700;
    letter-spacing: 1px;
}

.ul-tabs {
    display: inline-flex;
    width: 100%;
    flex-direction: column;
    border-right: solid 1px #ddd;
}

.wd-100 {
    width: 100% !important;
}

.pd15 {
    padding-bottom: 15%;
}

.supportive-text {
    height: 5rem;
    line-height: 3 !important;
    font-family: 'ITCAvantGardePro-Bk'; /* PS-26775 Consolidation of Global CSS */
}

.mar-btm {
    margin-bottom: 6%;
}
.mar-btm-4p {
    margin-bottom: 4%; /* PS-26775 Consolidation of Global CSS */
}
.pd-bt-15 {
    padding-bottom: 15px;
}

.dsp-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    word-break: break-word;
}

.dsp-flex-auto {
    flex: auto;
}

 /* PS-26775 Consolidation of Global CSS */
/* .selected-tab {
    border-right: solid #628e83 !important;
    font-weight: bold !important;
    width: max-content;
} */

.edit-card {
    color: #f47a44 !important;
    display: flex;
    align-content: stretch;
    justify-content: flex-end;
    /* padding-right: 2%; */
    position: absolute;
    right: 0;
    bottom: 0;
    margin:10px;
    /* padding: 30px 20px;		 */
}

.edit-card a {
    color: #f47a44 !important;
    font-family: 'ITCAvantGardePro-md';
    /* font-weight: 700; PS-26775 Consolidation of Global CSS */
    font-size: 10px;
    text-decoration: none;
    letter-spacing:0.5px;
}

.customer_account_payment_card {
    border: solid 1px #D1D3D4;
    position: relative;
    /* padding: 5px; */
    padding: 16px;
    width: 100%;
    height: 175px;
    border-radius: 1rem;
    /* padding-left: 2%; */
    /* padding-top: 2%; */
    min-height: 150px;
}

.card-title {
    // font-family: auto;
    /* font-size: inherit; */
    margin-top: 4px;
    padding-right: 0px;	
}

/* PS-26775 Consolidation of Global CSS */
/*.card-heading {
    font-weight: bold; 
    font-family: auto;
    font-size: inherit; 
}*/

.pos-pl-15 {
    position: relative;
    left: 15%;
}

.card-detail-font-1 {
    font-size: 12px;
    /* font-family: 'ITCAvantGardePro-Bk'; */
    /* font-weight: 700; */
}

.ht-10 {
    height: 10px
}

.ht-20 {
    height: 20px;
}

iframe {
    visibility: visible !important;
}

a>.primary-btn {
    color: #fff !important;
}

/* PS-26775 Consolidation of Global CSS */
/* .float-rt {
    float: right;
} */

.pd-top-15 {
    padding-top: 15px;
}

.pd-left-zero {
    padding-left: 0
}

.pd-right-zero {
    padding-right: 0
}

.card-info {
    padding-right: 0px; 
	
}
/* giving padding 0px because already gave the 16px padding to card */
.close-btn {
    padding: 0px;
}