﻿.ldvMsgWndContainer{position:fixed;z-index:99999;background:rgba(0,0,0,.2);}.ldvMsgWnd{position:fixed;min-width:350px;max-width:850px;min-height:190px;max-height:40vh;padding:15px;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);border:1px solid;border-color:RGBA(21,45,73,.25);box-shadow:rgba(50,50,93,.25) 0 2px 5px -1px,rgba(0,0,0,.3) 0 1px 3px -1px;background:#fff;border-radius:15px;-webkit-user-drag:none;overflow:auto;resize:both;}@media screen and (max-width:425px){.ldvMsgWnd{width:85vw;max-width:85vw;}}.ldvMsgWndIcon,.ldvMsgWndClose{justify-content:flex-end;}.ldvMsgWndIcon{margin:0 10px;}.limgMsgWndIcon{width:25px;height:25px;}.ldvMsgWndTitle{font:600 20px "Roboto";color:#152d49;}.ldvMsgWndText{max-height:350px;overflow-y:auto;font:400 16px "Roboto";margin:15px 0;word-break:break-word;white-space:normal;}.ldvMsgWndText::-webkit-scrollbar{width:3px!important;height:3px!important;}.ldvMsgWndText::-webkit-scrollbar-thumb{background-color:#8ac441;}.ldvMsgWndText::-webkit-scrollbar-track{background-color:#e1e1e1;border:1px solid #fff;}.ldvMsgWndCloseBtn{background-image:url(/Addons/DRVBSView/Images/ClosePopUp.svg);filter:brightness(0) saturate(100%) invert(12%) sepia(36%) saturate(2100%) hue-rotate(184deg) brightness(94%) contrast(89%);background-size:contain;background-position:0 0;width:16px;height:16px;cursor:pointer;background-repeat:no-repeat;}.ldvMsgWndBtn{min-width:100px;padding:10px 20px;font:500 15px "Roboto";color:#fff;margin:0 10px;background-color:#8bc441;border-radius:8px;cursor:pointer;}.ldvMsgWndBtnDark{background-color:#152d49;}.ldvMsgWndBtnDanger{color:#fff;background-color:#ff3b3a;}