/*
copyright 2024-2026 SBREEZ software solutions, INDIA
ALL RIGHTS RESERVED
*/


:root{
    --primary1:#9b0ebd;
    --primary2:#bc0d52;

    --p1:#540047;
    --p2:#72036f;

    --b1:#a349a6;
    --o1:#a5a3a2;
}

div#dform{
    padding: 10px;
    background-color: #9b9b9b;
    border-bottom: 16px solid #aaaaaa;
}

div#bform{
    padding: 20px;
    background-color: #0dcaf0;
    margin-bottom: 10px;
    border-bottom: 6px solid #303030;
}

span.noresults{
    border: 12px dotted #fff;
    padding: 10PX;
    font-size: 30px;
}



footer.terms{
    background-color:none;
    border-radius:0px;
}
footer.copyright{
    background-color:none;
    border-radius:0px;
}
.dull{
    opacity:0.3;
}

div#infotification{
    position: fixed;
    z-index: 100;
    background-color: #000;
    color: #FF6B6B;
    padding: 10px;
    margin: 0 auto;
    width: 98%;
    text-align: center;
}
div#infotification > div#message{
    float:left;
    padding:10px;
}

div#infotification > div#close{
    float:right;
}

div.formerrors{
    margin-top: 10px;
    padding: 6px;
    background-color: #C0CBCC;
    border-top: 3px solid #ff0000;
}

div.toast-bg{
    background-color: #fff;
    border-radius:5px;
}

div.toast-primary-bg{
    background-color: var(--b1);
    background-image:url("https://scripts.rewink.in/media/message-pattern.jpg");
}
div.toast-remember{
    background-color: var(--b1);
    background-image:url("https://scripts.rewink.in/media/day.jpg");
}
.bg-orbit{
    background-color: #212529;
    min-height: 200px;
    max-height: 250px;
    overflow-y: scroll;
    color: #f8f9fa;
}
.bg-outline-fire{
    background-color: none;
    border: 1px solid #ff6a00;
}
