﻿.wt-mask {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0,0,0,0.6);
   /*background-color: red;*/
   z-index: 9999;
}

.wt-tooltip {
   background-color: white;
   padding: 1rem;
   border-radius: 6px;
   box-shadow: 0 4px 12px rgba(0,0,0,0.3);
   max-width: 300px;
   text-align: center;
}

.wt-nav {
   margin-top: 1rem;
   display: flex;
   justify-content: space-between;
}
