

/** cdw_modal.scss **/
body
#cdw_shadowed_body{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1000;transition:all 0.2s ease;opacity:0;background-color:#fff}body
#cdw_modal_container{position:fixed;top:5vh;width:600px;max-width:96vw;z-index:1005;min-height:200px;background-color:#eee;border-radius:15px;box-shadow:0 5px 20px #000;transition:all 0.2s ease;opacity:0;padding:0
0 20px 0;margin:0;left:50%;transform:translateX(-50%)}@media (min-width: 992px){body #cdw_modal_container.big-size{width:75vw}}body
#cdw_modal_header{display:flex;padding:0;border-bottom:1px solid #999;margin:0;justify-content:space-between}body #cdw_modal_header
#cdw_modal_title{padding:10px
15px;font-weight:500;font-size:18px}body #cdw_modal_header
h2{margin:0;font-family:Montserrat,sans-serif;font-size:21px;display:flex;align-items:center;justify-content:space-between;width:100%}body #cdw_modal_header h2
.cdw_modal_toolbar{font-size:26px}body #cdw_modal_header h2 .cdw_modal_toolbar .link-icon{margin-left:10px}body
#cdw_modal_close{font-size:20px;padding:10px
15px;margin-left:5px;cursor:pointer;opacity:0.7}body #cdw_modal_close:hover{opacity:1}body
#cdw_modal_content{padding:10px
15px;max-height:80vh;overflow-y:auto}body #cdw_modal_content
.cdw_modal_container_limited{min-height:80px;max-height:120px;overflow-y:auto;box-shadow:inset 0 10px 10px rgba(0, 0, 0, 0.5);padding:10px;border-radius:3px;margin-bottom:10px}@media (min-width: 992px){body #cdw_modal_content
.cdw_modal_container_limited{max-height:200px}}body #cdw_modal_content
.cdw_modal_loader{transform:rotateZ(45deg);perspective:1000px;border-radius:50%;width:48px;height:48px;color:#fff;display:block;margin:32px
auto}body #cdw_modal_content .cdw_modal_loader:before,
body #cdw_modal_content .cdw_modal_loader:after{content:"";display:block;position:absolute;top:0;left:0;width:inherit;height:inherit;border-radius:50%;transform:rotateX(70deg);animation:1s cdw_modal_spin linear infinite}body #cdw_modal_content .cdw_modal_loader:after{color:var(--main-color);transform:rotateY(70deg);animation-delay:0.4s}@keyframes
rotate{0%{transform:translate(-50%, -50%) rotateZ(0deg)}100%{transform:translate(-50%, -50%) rotateZ(360deg)}}@keyframes
cdw_modal_rotateccw{0%{transform:translate(-50%, -50%) rotate(0deg)}100%{transform:translate(-50%, -50%) rotate(-360deg)}}@keyframes
cdw_modal_spin{0%,100%{box-shadow:0.2em 0px 0 0px currentcolor}12%{box-shadow:0.2em 0.2em 0 0 currentcolor}25%{box-shadow:0 0.2em 0 0px currentcolor}37%{box-shadow: -0.2em 0.2em 0 0 currentcolor}50%{box-shadow: -0.2em 0 0 0 currentcolor}62%{box-shadow: -0.2em -0.2em 0 0 currentcolor}75%{box-shadow:0px -0.2em 0 0 currentcolor}87%{box-shadow:0.2em -0.2em 0 0 currentcolor}}body.night
#cdw_shadowed_body{background-color:#000}body.night
#cdw_modal_container{background-color:#222;box-shadow:0 5px 20px #000}body.night
#cdw_modal_header{border-bottom:1px solid #999}body.night #cdw_modal_content
.cdw_modal_container_limited{box-shadow:inset 0 10px 10px rgba(0, 0, 0, 0.5)}

