#lang_sel {
    display:none;
}

.error-msg {
    font-size: 18px;
    font-weight:  bold;
    text-align: center;
    margin-top: 40px;
}

.nonQuoteItem {
    width: 400px;
}

.quoteItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item {
    border:  1px solid #bbb;
    border-left: 6px solid #bf0000;
    padding: 20px 30px 20px 30px;
    margin: 20px 0;
}
.item .dscpn {padding: 10px 5px;}    
.child-item, .child-item-t2 { display: none; }
.item button {padding: 8px 12px; margin: 0 10px; font-weight: bold; background-color: white; border-radius: 4px;}
.item button:hover {background-color: #ccc;}
.item button.selected {
    background-color: #d7dbf5;
    border: 3px solid #031cfc;
    color: black;
}
#u-annin, #u-net, #u-liquid { margin: 5px 0px; }

.reqSign { color: #bf0000; }
a.dl-argmen { 
    display: block; 
    border: 1px solid #bf0000; 
    border-radius:6px;
    margin: 20px 0px;
    padding: 8px 20px; 
    color: #bf0000;
    display: inline-block;
    font-size: 16px;
}

#u-secnum, #u-tin { width: 260px; text-align: center; }
.u-stmen { display: flex; gap: 10px; }
.u-stmen li { list-style-type: disc; }
.u-sign { margin-top: 40px; font-size: 18px;}
.u-delcare p {
    margin-top: 20px;
    text-align: justify;
}
.signatureField { border: none; border-bottom: 1px solid black; color: #5e16f0; text-align: center;}
.sbm { 
    margin: 40px auto; 
    border-radius: 20px; 
    background: #bf0000; 
    color: white; 
    font-weight:bold; 
    font-size: 16px; 
    display: inline-block; 
    padding: 10px 30px; 
    letter-spacing: 1px;
    cursor: pointer;
}

.sbm:hover {
    color: white;
}

.finInfoItem {
    padding: 5px 0px;
    width: 500px;
}

.accCurrItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    border-left: 6px solid #4285f4;
}

#u-transfer button { margin-top: 5px; margin-bottom: 5px;;}

.invalidItem {
    border: 3px solid red;
}

#test {    
    position: fixed;
    top: 200px;
    right: 0;
    display: none;    
    
}

.panCloseBtn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 10px;
    background: white;
    border-radius: 4px;
    cursor: pointer;
}

@media (max-width: 767px){
	.quoteItem {
        flex-direction: column;
    }
    .finInfoItem {
        width: auto;
        text-align: center;
    }
}

@media (max-width: 576px){
	#u-secnum, #u-tin { width: auto;}
    .accCurrItem { flex-direction: column; }
    #u-transfer { text-align: center; }
}

#dob{
	width:160px !important;
}
	