
#popup_box {
    visibility: hidden;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #1A3F7312;
    border-radius: 10px;
    position: relative;
    top: -20px;
    transition: visibility 0.5s ease-in-out;
}
/*#popup_box #cancel_button
{

 float:right;
 margin-top:4px;
 margin-bottom:4px;
 margin-right:5px;
 background-color:grey;
 border:none;
 color:white;
 padding:5px;
 border-radius:1000px;
 width:25px;
 border:1px solid #424242;
 box-shadow:0px 0px 10px 0px grey;
 cursor:pointer;
}
*/
#popup_box #cancel_button {
    position: absolute;
    right: 10px;
    top: 8px;
    margin-right: 5px;
    border: none;
    color: #7F8082;
    padding: 5px;
    cursor: pointer;
}
.lgnContainer.container .fludPanel {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #F5F8FC;
    border: none;
    color: #1A3F73;
    padding: 14px 20px;
    min-height: unset !important;
    display: flex;
}

.lgnContainer.container .fludPanel span {
    color: #1A3F73;
    font-weight: bold;
    padding: 0 !important;
    font-size: 24px !important;
    margin: 0 !important;
}

.toolbox-content .center-border {
    border: 1px solid #E3E7ED;
    height: 253px;
    float: left;
    margin-left: 4%;
}

.toolbox-content span.label.labelTitleRight {
    width: 45%;
    text-align: left;
    font-weight: bold;
    padding-right: 14px;
    padding-top: 8px;
}

.toolbox-content span.label.labelTitleleft {
    width: 45%;
    font-weight: bold;
    text-align: right;
    padding-top: 8px;
}

#toolboxPopupOverlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    top: 8%;
    background: rgba(0, 0, 0, 0.5);
    opacity:0;
    transition: opacity 0.3s ease-in-out;
}

