        body {
            font-family: 'Segoe UI', Arial, sans-serif;
            background-color: #f5f6fa;
            margin: 0;
            padding: 20px;
        }
        h2 {
            color: #2559a1;
            text-align: center;
            margin-bottom: 25px;
        }
        .logbox {
            display: flex;
            justify-content: left;
            background: transparent;
            color: #fff;
            border-radius: 44px;
            /* box-shadow: 0 2px 2px rgba(82, 82, 82, 0.1); */
            padding: 0px;
            width: auto;
        }
        .logbox0 {
            font-family: Helvetica;
            font-size: 12px;
            font-weight: bold;
            padding: 5px;
            color: #979797;
            background: #e3e3e3;
            text-decoration: none;
            border: 0;
            width: 100px;
            justify-items: center;
            justify-content: center;
            margin-left: 1px;
            align-content: center;
            text-align: center;
            border-radius: 10PX 0 0 10PX;
            text-shadow: 1px 1px 5px #ffffff;
                        gap: 10px;

        }
                .logboxR {
                    border: 0;
                    color: #545454;
                    border-radius: 20px;
                    font-weight: bold;
                    font-size: small;
                    padding: 3px;
                    display: none;
        }
        .logbox1 {
            font-family: Helvetica;
            font-size: 14px;
            font-weight: bold;
            padding: 7px;
            color: #979797;
            background: #e3e3e3;
            text-decoration: none;
            border: 0;
            width: 70px;
            justify-items: center;
            justify-content: center;
            margin-left: 1px;
            align-content: center;
            text-align: center;
        }
        .logbox1:hover {
            color: #ffffff;
            background: #88bafb;
        }
        .big-icon {
            font-size: 25px;
            /* or any size you want */
            font: weight 900PX;
            color: #ffffff;
        }
        .card-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px;
        }
        .card {
            background: #fff;
            border-radius: 6px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            padding: 20px;
            width: 180px;
            text-align: left;
            transition: transform 0.2s, box-shadow 0.2s;
        }
        .card:hover {
            transform: translateY(-3px);
            background: linear-gradient(to right, #dff2f9, #f4fafc 30%);
        }
        .card span {
            color: #2e61b4;
            font-weight: 500;
            font-size: 18px;
        }
        .CIstyle {
            display: inline-block;
            text-align: center;
            font-weight: bold;
            border-radius: 50%;
            background-color: #e7e6e6;
            color: #ffffff;
            height: 23px;
            width: 23px;
        }
        .btnBack:hover {
            background-color: #91b1d3;
        }
        /* === BASE HEADING === */
        h1 {
            position: relative;
            padding: 0;
            margin: 0;
            font-family: "Raleway", sans-serif;
            font-weight: 300;
            font-size: 40px;
            color: #080808;
            -webkit-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }
        h1 span {
            display: block;
            font-size: 0.5em;
            line-height: 1.3;
        }
        h1 em {
            font-style: normal;
            font-weight: 600;
        }
        /* === HEADING STYLE #1 === */
        .one h1 {
            text-align: center;
            text-transform: uppercase;
            padding-bottom: 5px;
        }
        .one h1:before {
            width: 28px;
            height: 5px;
            display: block;
            content: "";
            position: absolute;
            bottom: 3px;
            left: 50%;
            margin-left: -14px;
            background-color: #b80000;
        }
        .one h1:after {
            width: 100px;
            height: 1px;
            display: block;
            content: "";
            position: relative;
            margin-top: 25px;
            left: 50%;
            margin-left: -50px;
            background-color: #b80000;
        }
        .hover-link {
            display: contents;
            /* VERY IMPORTANT */
        }
        /* Icon base style */
        .icon {
            margin-bottom: -10px;
            font-size: 25px;
            color: #e3e3e4;
            float: right;
            transition: .30s ease;
            /* smooth hover */
            padding-left: 7px;
        }
        /* Hover effect */
        .hover-link:hover .icon {
            color: #ff8800;
            /* change color */
            transform: scale(1.3);
            /* enlarge */
        }
        .Topid {
            padding: 10px;
            text-align: center;
            /* background: #baddf9; */
            font-weight: bold;
            text-decoration: none;
            color: #fff;
            margin: -20px;
            border-radius: 10px 0px 10px 0;
            Display: flex;
            width: 32px;
        }
        .imgcc {
            height: 45px;
            width: 45px;
            margin: -40px;
            border-radius: 50%;
            margin-left: 120px;
            margin-top: -2px;
            box-shadow: 2px 3px 3px 1px rgba(181, 182, 183, 0.225);
            border: 2px solid #d9d9d9;
        }
         .imgc2 {
 display:flex;
            height: 27px;
            width: 27px;
             border-radius: 50%;
             box-shadow: 2px 3px 3px 1px rgba(181, 182, 183, 0.225);
            border: 2px solid #02fc24;
        }
        .btnBack {
            color: #ffffff;
            padding: 10px 18px;
            border-radius: 4px;
            text-decoration: none;
            text-align: center;
            justify-content: center;
            align-items: center;
            margin: 25px auto;
            display: block;
            width: fit-content;
            font-weight: bolder;
            border: #9d9b9b .41px solid;
            background: linear-gradient(to right, #6b99e8 10%, #2d60ba 90%);
            text-shadow: 12px 12xp 20xp #010101;
        }
        .btnBack:hover {
            border: #ffffff .41px solid;
            box-shadow: #8f8f8f 3px 3px 13px;
            background: linear-gradient(to right, #595d75 10%, #bcbec4 70%);
        }
        .no-data {
            font-family: Helvetica;
            text-align: center;
            font-size: small;
            border-radius: 3px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            padding: 15px;
            width: 280px;
            border-color: #ac5454 3px solid;
            border-left: #f18e6f 7px solid;
            color: #ffffff;
            text-shadow: 5px #080808;
            background: linear-gradient(to right, #5a5a5a 0%, #363636 100%);
            animation: bounce 2s;
            transform: translateY(0px);
            animation-iteration-count: infinite;
            position: absolute;
            margin: auto;
            width: auto;
            height: auto;
            align-content: center;
            justify-content: center;
            box-shadow: #757575 3px 9px 15px;
        }
        @keyframes bounce {
            0% {
                top: 60px;
                -webkit-animation-timing-function: ease-in;
            }
            50% {
                top: 65px;
                height: auto;
                -webkit-animation-timing-function: ease-out;
                box-shadow: #ffffff 1px 1px 1px;
                border-left: #ffffff 7px solid;
            }
            100% {
                top: 60px;
                -webkit-animation-timing-function: ease-in;
            }
        }
        .loginstat {
            display: flex;
            font-family: Helvetica;
            font-size: 14px;
            font-weight: bold;
            padding: 12px;
            color: #5d5d5d;
            background: #e3e3e3;
            border-radius: 5px;
            animation: rbounce 2s;
            animation-iteration-count: 2;
            margin: -10px;
            position: absolute;
            border: 1px #fff;
        }
        @keyframes rbounce {
            0% {
                font-size: 14px;
            }
            50% {
                font-size: 15px;
            }
            100% {
                font-size: 14px;
            }
        }
        .blink-red-border {
            padding: 5px;
            animation: blinkBorder 2s;
            animation-iteration-count: 5;
            border-radius: 6px;
        }
        @keyframes blinkBorder {
            0% {
                font-size: x-small;
            }
            50% {
                font-size: xx-small;
                color: #ff0000;
            }
            100% {
                font-size: x-small;
            }
        }
        /* ======================================= */
        /*            MOBILE RESPONSIVE            */
        /* ======================================= */
        @media (max-width: 600px) {}