
        #e-tbar_special, #e-tbar_normal, #e-tbar_dedicated {
            width: 100%;
            z-index: 99999;
            transition: top 0.5s ease-in-out;
            color: #fff;
            padding: 3px 0;
            box-sizing: border-box;
            font-size: 14px;
            text-align: center;
        }
        #e-tbar_special .inner-content, #e-tbar_normal .inner-content, #e-tbar_dedicated .inner-content {
            max-width: 1100px;
            margin: 0 auto;
            padding: 0px;
            display: flex;
            gap: 10px;
            align-items: center;
            justify-content: center;
        }
        .close-btn {
            width: 24px;
            height: 24px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .close-btn button {
            background: transparent;
            border: none;
            color: #fff;
            font-size: 20px;
            cursor: pointer;
        }
        body {
            transition: padding-top 0.5s ease-in-out;
        }

        .text-and-countdown, .text-content {
          width: 100%;
          justify-content: center;
          align-items: center;
          display: flex;
          gap: 10px;
        }



        .countdown {
          display: inline;
        }
