﻿body {
    background-color: #001a4d;
    color: #034C8C;
    font-family: "Lato", Sans-serif;
    font-size: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    line-height: 1.4;
}

* {
    box-sizing: border-box;
}

a {
    all: unset;
}

#processingBox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 20%;
    z-index: 5000;
}

.RoundSpin {
    background-color: #ffffff;
    width: 125px;
    height: 125px;
    border-radius: 60px;
    padding: 10px;
    position: absolute;
    top: 40%;
    left: 50%;
}

.alertBox {
    min-width: 250px;
    max-width: 800px;
    display: none;
    position: fixed;
    top: 250px;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background: #f2f2f2;
    border: 2px solid #034C8C;
    box-shadow: 0 0 8px #034C8C, 0 0 12px #0366D6, 0 0 18px #0BC8F2;
    text-align: center;
    z-index: 1000;
    border-radius: 25px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    animation: glowx 1.2s infinite alternate ease-in-out;
}
.alertVMail {
    width: 800px;
    height: 600px;
    display: none;
    position: fixed;
    top: 50px; /* ← updated from 50px */
    left: 50%;
    transform: translateX(-50%); /* ← this centers it horizontally */

    padding: 20px;
    background: #f2f2f2;
    border: 2px solid #034C8C;
    box-shadow: 0 0 8px #034C8C, 0 0 12px #0366D6, 0 0 18px #0BC8F2;
    text-align: center;
    z-index: 1000;
    border-radius: 25px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    animation: glowx 1.2s infinite alternate ease-in-out;
}
.alertSMS {
    width: 800px;
    height: 600px;
    display: none;
    position: fixed;
    top: 50px; /* ← updated from 50px */
    left: 50%;
    transform: translateX(-50%); /* ← this centers it horizontally */

    padding: 20px;
    background: #f2f2f2;
    border: 2px solid #034C8C;
    box-shadow: 0 0 8px #034C8C, 0 0 12px #0366D6, 0 0 18px #0BC8F2;
    text-align: center;
    z-index: 1000;
    border-radius: 25px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    animation: glowx 1.2s infinite alternate ease-in-out;
}
.alertMessageSMS {
    width: 100%;
height:350px;
    overflow-y: auto;
    border: 1px solid #999;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    background-color: #ffffff; /* Optional: white background for clarity */
}
.alertMessageSMSSuper {
    border-radius: 20px;
    width: 100%;
    overflow-y: auto;
    border: 1px solid #999;
    padding: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    background-color: #ffffff; /* Optional: white background for clarity */
    color: #034C8C;
}
.processStuffBox {
    min-width: 250px;
    max-width: 500px;
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background: #f2f2f2;
    border: 2px solid #034C8C;
    box-shadow: 0 0 8px #034C8C, 0 0 12px #0366D6, 0 0 18px #0BC8F2;
    text-align: center;
    z-index: 1000;
    border-radius: 25px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    animation: glowx 1.2s infinite alternate ease-in-out;
}

.cmdButtonRev {
    padding: 10px;
    border-width: 1px;
    border-color: #05C7F2;
    background-color: #05C7F2;
    color: white;
    border-radius: 5px;
    /*  height: 25px;*/
    letter-spacing: 0.225em;
    cursor: pointer;
    min-width: 100px;
    font-size: 14px;
    /*    font-size:large;*/
}

    .cmdButtonRev:hover {
        background-color: #034C8C;
        color: #ffffff;
    }
.cmdButtonReg {
    padding: 10px;
    border-width: 1px;
    border-color: #034C8C;
    background-color: #034C8C;
    color: white;
    border-radius: 5px;
    /*  height: 25px;*/
    letter-spacing: 0.225em;
    cursor: pointer;
    min-width: 100px;
    font-size: 14px;
    /*    font-size:large;*/
}

    .cmdButtonReg:hover {
        background-color: #05C7F2;
        color: #ffffff;
    }

.cmdButtonAssign {
    border-width: 1px;
    border-color: #034C8C;
    background-color: #034C8C;
    color: white;
    border-radius: 5px;
    /*  height: 25px;*/
    letter-spacing: 0.225em;
    cursor: pointer;
    height: 30px;
    min-width: 125px;
    margin-bottom: 5px;
}

    .cmdButtonAssign:hover {
        background-color: #05C7F2;
        color: #ffffff;
    }

.txtEntry {
    padding: 5px;
    background-color: #BCDCF2;
    color: #000000;
    border-style: solid;
    border-width: 1px;
    border-color: #89899F;
    max-width: 100%;
}

    .txtEntry:focus {
        background-color: #ffffff;
    }

.divAroundSuper {
    border-style: solid;
    border-width: thin;
    padding: 15px;
    border-radius: 15px;
    background-color: #ffffff;
    color: #034C8C;
}

.divAround {
    border-style: solid;
    border-width: thin;
    padding: 15px;
    border-radius: 15px;
    background-color: #ffffff;
}
.divEncloseSuper {
    background-color: #034C8C;
    /* color: #000000;*/
    border-radius: 20px;
    padding: 20px;
    border-width: thin;
    border-color: #d9e1f2;
    border-style: solid;
    height: 100%;
    margin: 50px;
    color:#ffffff;
}
.divEnclose {
    background-color: #ffffff;
    /* color: #000000;*/
    border-radius: 20px;
    padding: 20px;
    border-width: thin;
    border-color: #d9e1f2;
    border-style: solid;
    height: 100%;
    margin:10px;
}


.floatLogin {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    z-index: 256;
    max-width: 500px;
    padding: 25px;
    text-align: left;
    /*    border-color: white;*/
    border-style: solid;
    border-width: thin;
    background-color: #ffffff;
    border-radius: 25px;
}



.cmdSlotInActive {
    border-width: 1px;
    border-color: #660000;
    background-color: #660000;
    color: white;
    border-radius: 5px;
    /*  height: 25px;*/
    letter-spacing: 0.225em;
    cursor: pointer;
    height: 30px;
    width: 75px;
    margin-bottom: 5px;
}

    .cmdSlotInActive:hover {
        background-color: #cc0000;
        color: #ffffff;
    }



.cmdSlotActive {
    border-width: 1px;
    border-color: #006600;
    background-color: #006600;
    color: white;
    border-radius: 5px;
    /*  height: 25px;*/
    letter-spacing: 0.225em;
    cursor: pointer;
    height: 30px;
    width: 75px;
    margin-bottom: 5px;
}

    .cmdSlotActive:hover {
        background-color: #00cc00;
        color: #ffffff;
    }

.cmdSlotNormal {
    border-width: 1px;
    border-color: #034C8C;
    background-color: #034C8C;
    color: white;
    border-radius: 5px;
    /*  height: 25px;*/
    letter-spacing: 0.225em;
    cursor: pointer;
    height: 30px;
    width: 75px;
    margin-bottom: 5px;
}

    .cmdSlotNormal:hover {
        background-color: #05C7F2;
        color: #ffffff;
    }
.audioStuff {
    background-color: #ffffff;
    color: #a0276e;
    border-radius: 10px;
    margin-top: 15px;
    width: 100%;
}