.smate-popup-outer{z-index:999;background:#0000004d;flex-direction:row;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.smate-popup-outer .smate-popup-content{background:#fff;border-radius:10px;flex-direction:column;align-items:center;gap:20px;width:30%;padding:24px;display:flex;position:relative}.smate-popup-outer .smate-popup-content .smate-popup-close{cursor:pointer;display:flex;position:absolute;top:20px;right:20px}.smate-popup-outer .smate-popup-content .smate-popup-close i{color:#1c1c1c;font-size:12px;font-weight:600}.smate-popup-outer .smate-popup-header{flex-direction:column;align-items:flex-start;gap:10px;width:100%;display:flex}.smate-popup-outer .smate-popup-header .smate-popup-header-title{color:#1c1c1c;font-size:20px;font-weight:600;line-height:26px}.smate-popup-outer .smate-popup-header .smate-popup-header-desc{color:#1c1c1c;opacity:.5;font-size:14px;font-weight:400}.smate-popup-outer .smate-popup-body{flex-direction:row;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}@media (max-width:1200px){.smate-popup-outer .smate-popup-content{width:50%;min-width:60%}}@media (max-width:576px){.smate-popup-outer .smate-popup-content{width:80%;min-width:90%;margin:auto 15px}.smate-popup-body .smate-trsprnt-btn{width:100%}}
.smate-dropdown-container{width:100%;display:flex;position:relative}.smate-dropdown-container .smate-dropdown-header{color:#1c1c1c;cursor:pointer;border:1px solid #e5e7eb;border-radius:6px;justify-content:space-between;align-items:center;width:100%;padding:10px 15px;font-size:14px;transition:all .3s linear;display:flex}.smate-dropdown-container .smate-dropdown-header .smate-dropdown-header-icon{transition:all .3s linear;display:flex}.smate-dropdown-container .smate-dropdown-header .smate-dropdown-header-icon i{color:#1c1c1c;font-size:12px;transition:all .3s linear}.smate-dropdown-container .smate-dropdown-content{z-index:9;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;max-height:200px;padding:10px 15px;display:none;position:fixed;overflow-y:auto}.smate-dropdown-container .smate-dropdown-content::-webkit-scrollbar{width:5px}.smate-dropdown-container .smate-dropdown-content::-webkit-scrollbar-thumb{background-color:#e5e7eb;border-radius:8px}.smate-dropdown-container.smate-dropdown-content-show .smate-dropdown-content{display:flex}.smate-dropdown-container.smate-dropdown-content-show .smate-dropdown-header-icon{transition:all .3s linear;transform:rotate(-180deg)}
