::-webkit-scrollbar{width:4px}::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,#cbfeff 28%,#7db9ef 68%);border-radius:6px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(to bottom,#cbfeff 28%,#7db9ef 68%)}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:6px}body{margin:0;padding:0;font-family:Arial,sans-serif}.header-video{height:66px;background:#000;width:98%;position:relative;z-index:5;padding:0 1%}.header-inner{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.header-video button{background:linear-gradient(135deg,#cbfeff 28%,#7db9ef 68%);color:#000;padding:10px 30px;border-radius:8px;text-transform:uppercase;border:none;font-weight:600;font-size:16px;cursor:pointer}video.video-background{position:fixed;left:0;top:0;z-index:-1;opacity:.5;width:100%;height:100%;object-fit:fill}.container-custom{display:flex;flex-direction:column;width:100%;height:calc(100vh - 66px);align-items:center;justify-content:space-between;background:url(/assets/banner-overlay-Dd7T4ku4.jpg) no-repeat center center / cover;position:relative;z-index:2}.probability-item{width:100%}.probability-item{width:100%;height:56%;overflow-y:auto}.probability-item table thead tr th{color:#fff}.probability-item table tbody tr td:first-child{width:80%}.probability-item table tbody tr td:last-child{text-align:center}.probability-item table tbody tr td{color:#fff;padding:5px 0}.probability-item table tbody tr td span{padding:5px 0;display:block}.upper-section{display:flex;justify-content:space-between;width:100%;height:70%;padding:10px;gap:10px;box-sizing:border-box}.lower-section{display:flex;justify-content:space-between;width:100%;height:30%;padding:10px;gap:10px;box-sizing:border-box}.selected-image{width:80%;display:flex;align-items:center;justify-content:center;border:1px solid #6abcff;border-radius:10px;overflow:hidden}.selected-image img{width:100%;height:100%;object-fit:contain;box-shadow:#6abcff40 0 54px 55px,#6abcff1f 0 -12px 30px,#6abcff1f 0 4px 6px,#6abcff2b 0 12px 13px,#6abcff17 0 -3px 5px}.item-details{width:20%;display:flex;flex-direction:column;align-items:flex-start;padding:20px;gap:10px;background-color:#0009;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border-radius:10px;border:1px solid #6abcff;box-shadow:#6abcff40 0 54px 55px,#6abcff1f 0 -12px 30px,#6abcff1f 0 4px 6px,#6abcff2b 0 12px 13px,#6abcff17 0 -3px 5px}.description-item{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;margin-bottom:12px;font-size:16px;font-weight:500;width:100%;flex-wrap:wrap;gap:6px;max-height:40%;overflow-y:auto;padding:0 4px;min-height:13%}.probabilities-block{width:31%;height:65px;background:#000;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;font-size:18px;color:#fff;font-weight:400;border-radius:6px;cursor:pointer;border-width:2px;border-style:solid;padding:0 10px 0 8px;box-sizing:border-box;border-color:#7db9ef;background-clip:padding-box}.probabilities-block.selected{background:linear-gradient(135deg,#cbfeff 28%,#7db9ef 68%);color:#000;border-color:#0000;background-clip:padding-box}.nav-button{background-color:transparent;border:none;font-size:24px;cursor:pointer;padding:10px}.nav-button:disabled{cursor:not-allowed}.slider{width:100%;display:flex;align-items:center;background-color:#fff3;border-radius:10px;padding:10px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}button.nav-button{height:50px;width:50px;background:linear-gradient(135deg,#cbfeff 28%,#7db9ef 68%);display:flex;justify-content:center;align-items:center;border-radius:50%;cursor:pointer;line-height:0}.slider-images{display:flex;flex:1;overflow:hidden;gap:8px;padding:0 15px;height:100%;align-items:center;justify-content:center}.slider-images p{font-size:18px;color:#fff}.slider-images .single-image{flex-shrink:0;margin-right:10px;cursor:pointer;transition:transform .3s ease-in-out;width:10%;height:150px}.slider-images .single-image img{width:100%;height:100%;object-fit:cover;border-radius:8px;border:4px solid transparent;transition:all .4s}.slider-images .single-image.selected img{border-color:#fff;transform:scale(1.1);transition:all .4s}.video-section{width:40%;height:100%;background-color:#d7cdcd;box-shadow:0 -2px 10px #0000001a;border-radius:10px;display:flex;align-items:center;justify-content:center;overflow:hidden}.video-section iframe{height:100%;width:100%;object-fit:fill;border:none}.video-feed-wrap{position:fixed;left:0;top:0;background:#000c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);height:100%;width:100%;display:flex;justify-content:center;align-items:center;z-index:99}.video-feed-screen{height:76vh;max-width:50vw;width:100%;background:transparent}.video-feed-screen iframe{height:100%;width:100%}.video-feed-screen img{height:100%;width:100%;object-fit:contain}.video-feed-wrap button{position:absolute;right:20px;top:20px;height:50px;width:50px;background:linear-gradient(135deg,#cbfeff 28%,#7db9ef 68%);border-radius:50%;color:#000;font-weight:600;font-size:18px;cursor:pointer}.video-feed-screen h4{margin:0 0 6px;color:#fff;font-size:18px}.loader{width:48px;height:48px;border:5px solid #fff;border-bottom-color:#5e4ff0;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.probabilities-block span:last-child{line-clamp:2;box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;overflow:hidden;-webkit-box-orient:vertical;word-wrap:break-word;width:100%;display:-webkit-box}.no-image-wrap{height:100%;width:100%}.image-shimmer{background:gray;display:inline-block;mask:linear-gradient(-60deg,#000 30%,#0005,#000 70%) right/350% 100%;animation:shimmer 2.5s infinite;height:100%;width:50%;display:flex;justify-content:center;align-items:center}@keyframes shimmer{to{-webkit-mask-position:left;mask-position:left}}.image-shimmer img{width:150px;box-shadow:none}@media (min-width: 1651px) and (max-width: 1919px){.probabilities-block{width:30%;font-size:15px}}@media (min-width: 1441px) and (max-width: 1650px){.probabilities-block{width:30%;font-size:14px}}@media (min-width: 1200px) and (max-width: 1440px){.probabilities-block{width:30%;font-size:12px}.slider-images .single-image img{height:127px}.probabilities-block span:first-child{font-size:16px;font-weight:700;text-align:start}.probabilities-block span:last-child{font-size:14px;font-weight:600;text-align:start}.slider-images{padding:0 15px!important;align-items:center!important}.selected-image{width:74%}.item-details{width:26%}}@media screen and (min-width: 1200px) and (max-width: 1367px) and (max-height: 720px){.probabilities-block{width:30%;font-size:12px}.slider-images .single-image img{height:100%}.slider-images{padding:10px 15px 0;height:100%;align-items:flex-start}.slider-images .single-image{width:9%;height:80px}}
