﻿body {
}


.mag_ON {
    background-color: #008000 !important;
    color: #FFFFFF !important;
    background: radial-gradient(#008000, #008000) !important;
}

.mag_OFF {
    background-color: #FF0000 !important;
    color: #FFFFFF !important;
    background: radial-gradient(#FF0000, #FF0000) !important;
}

.gadget
{
   font-size: 8pt !important;
   margin-left: 5px !important;
}

.chain
{
    width:28px;
}

.magView {
    width: 32px !important;
    cursor: pointer;
    border: 0px;
}


.prevView {
    width: 32px !important;
    cursor: pointer;
    border: 0px;
}

.delGame {
    font-size: 16pt;
    margin-left: 3px;
    color: #333333;
    cursor: pointer;
    vertical-align: super;
    
}

.resumeGame {
    font-size: 16pt;
    margin-left: 5px;
    color: #006400;
    cursor: pointer;
    vertical-align: super;
    margin-top: -10px;
    padding-bottom: 5px;
    
}

.iconGame
{
    text-align: left !important;
}

.cntrl_vanish {
    display: none;
}

.logoutIcon {
    width: 28px;
    margin-left: 3px;
    cursor: pointer;
}

/* start new code  vvdolar 04/Apr/2025 */
.USRPASSRulesDiv {
    height: 83px;
    margin: 4px;
    margin-left: 11px;
    border: 1px solid #bfbfbf;
    background-color: #DBEEF3;
    padding-left: 1px;
   
}

.USRPASSRulesWide {
    width: 460px;
    
}
.USRPASSRulesNarrow {
    width: 375px;
}
.USRPASSRulesText {
    font-size: 10pt;
    font-weight: normal;
    position: relative;
    top: -12px;
    border: 0px solid blue;
}

.USRPASSRulesTextLI {
    margin-left: -3px;
    font-size: 10pt !important;
    font-weight: normal;
    position: relative;
    top: -10px;
    border: 0px solid blue;
}

.USRPASSRulesTextLINoPOS {
    margin-left: -3px;
    font-size: 10pt !important;
    font-weight: normal;
    position: relative;
    top: 0px;
    border: 0px solid blue;
}

/* end new code  vvdolar 04/Apr/2025 */

.activated_Message {
    margin-bottom: 5px;
    background-color: #F2F2F2;
    color: #008000;
    font-size: 14pt;
    font-weight: bold;
    padding:5px !important;
    text-align :center !important;
}
.QrNoticeText {
    font-weight: bold;
    font-size: 11pt;
    margin-left: 8px;
    color: #66C577;
    vertical-align: middle;
    height: 100%;
    padding-top: 3px;
}