
.defaultValueCon{
    background: #FFFFFF;
    -webkit-box-shadow: 2px 2px 6px rgb(0, 0, 0);
            box-shadow: 2px 2px 6px rgb(0, 0, 0);
    width: 98%;
    margin-top: -15px;
    margin-bottom: -50px;
    margin-left: 10px;
    border-radius: 0px 0px 5px 5px;
    z-index: 2;
}
.defaultValue{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.options{
    padding: 5px;
}
.options:hover{
    background:#2D599E;
    cursor: default;
    color: #FFFFFF;
}
.pending-account {
    padding: 20px;
    border: 2px dashed #ffc107;
    background: #fffaee;
    border-radius: 8px;
    margin-top: 15px;
}
.pending-note {
    border: 1px solid #ffc107;
    border-left: 5px solid #ffc107; 
    background: #fffaee;
    padding: 10px 20px;
    border-radius: 4px;
}
.pending-note b {
    color: #ac8100;
}


