.popup-config-wrapper{position:fixed;top:50%;transform:translateY(-50%);width:400px;background-color:#fff;box-shadow:0 -1px 15px #d1d1d1;justify-content:center;align-items:center;z-index:99;padding:35px 25px 30px;display:flex;flex-direction:column;border-radius:7px}.popup-config-wrapper .general-btn-yellow{height:45px}.popup-config-wrapper.left{right:unset;left:50px}.popup-config-wrapper.right{right:50px;left:unset}.popup-config-container{position:relative;display:flex;flex-direction:row;align-items:flex-start;gap:20px;width:100%}.popup-config-close-btn{position:absolute;display:inline-block;font-weight:200;color:var(--text-gray);line-height:.6;top:-22px;right:-12px;cursor:pointer;width:27px;height:27px}.popup-config-close-btn img{width:100%;height:100%}.popup-config-img{width:60px;height:60px;flex-shrink:0}.popup-config-title{color:var(--primary-color);font-size:19px}.popup-config-text{font-size:14px;margin-top:15px;margin-bottom:25px}@media screen and (max-width: 500px){.popup-config-wrapper{top:unset;bottom:105px;width:calc(100% - 20px);transform:translateY(0);padding:30px 23px 20px 20px}.popup-config-wrapper.left{left:unset}.popup-config-wrapper.right{right:unset}.popup-config-wrapper .general-btn-yellow{height:40px}.popup-config-close-btn{top:-20px;right:-14px;width:25px;height:25px}.popup-config-img{width:30px;height:30px}.popup-config-title{font-size:15px}.popup-config-text{font-size:12px;margin-top:10px;margin-bottom:20px}}
