﻿.ai_hover_icon {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 30px;
    cursor: pointer;
}

.ai_fixed_icon {
    width: 20px;
    cursor: pointer;
}

.ai_hover_panel {
    top: 15px;
    right: 15px;
    z-index: 9999;
}

.ai_center_panel {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ai_hover_panel, .ai_center_panel {
    position: fixed;
    border-radius: 10px;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.9);
    padding: 10px;
    width: 500px;
    z-index: 9999;
    background-color: #ffffff;
}

.noscroll {
    overflow: hidden;
}

.aiScreenOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
}