/*
copyright 2024-2026 SBREEZ software solutions, INDIA
ALL RIGHTS RESERVED
*/
div#relay{
    background-color:#72036f;
    padding:10px;
    border:12px solid #6c757d;
}
div#relay-details{
    color: #ddd;
    padding:1px;
    margin:2px;
}

div.bg-relay{
    border:2px solid #1f1f1f;
    background-color: #212529;
    overflow-y: auto;
    color: #eee;
    font-size:18px;
    margin:2px;
}
div.bg-relay:hover {
    color: black;
    background-color: #ececec;
    text-shadow:0px 0px 0.2em #212529;
}

div#nav-tabContent{
    color: #fff;
}

body{
    background-color: var(--p1) !important
}


div#smileys{
    background-color: #212529;
    border-radius: 20px;
}

button.smiley{
    font-size:25px;
}
textarea#fanbox{
    font-size:20px;
}

hr.breeze-seperator {
    border: 3px dashed #212529;
    margin: 20px;
    margin: 20px auto 20px auto;
    padding: 2px;
    background-color: #fff;
}

div#available_reactions{
    background-color: #ececec;
    color: #6f6f6f;
    border-radius: 18px;
    border-left: 0px;
    font-size: 13px;
    font-style: normal;
    font-family: arial;
}

div.react{
    background-color: #ececec;
    padding:5px;
    text-align:center;
}
div.react:hover{
    background-color: #bfbfbf;
    border-radius: 10px;
}
img.reaction{
    width: 52px;
    height: 52px;
    margin: 2px;
    cursor: pointer;
}
img.reactions{
    width: 45px;
    height: 45px;
    margin: 2px;
    border-radius: 0px 10px 10px 10px;
}
img.reacted{
    width: 50px;
    height: 50px;
    margin: 2px;
    border-style: inset;
    box-shadow: 0px -1px 20px 20px #ffffff;
}
img.myreaction{
    border: 5px solid #000000;
    width: 50px;
    height: 50px;
    margin: 2px;
    border-radius: 25px;
    border-style: dashed;
    box-shadow: 0px 0px 5px 5px #a349a6;
}
img.nullreaction{
    border-style: outset;
    width: 50px;
    height: 50px;
    margin: 2px;
}
.selectedreaction{
    border-radius: 30px;
    box-shadow: 0px 3px 5px 1.5px #8c8c8c;
    width: 50px;
    height: 50px;
    border:2px solid #cfcfcf;
}

div#colour_information{
    overflow: scroll;
    max-height: 555px;
}

img.cardcrose{
    border-radius:20px;
}

div.card{
    border:0px;
    border-radius:0px;
}
div.note{
    color: #646464;
    text-align: center;
    font-size: 16px;
}
