.btn-circle.btn-xl {
    width: 100px;
    height: 100px;
    padding: 13px 18px;
    border-radius: 60px;
    font-size: 15px;
    text-align: center;

}

.gaudge-box {
    height: 60px;
    width: 30%;
    margin: 10px 0;
    float: left;
}


.led-box {
    height: 30px;

    margin: 10px 5px;
    float: left;
}

.led-box p {
    font-size: 12px;
    text-align: center;
    margin: 1em;
}

.led-red {
    margin: 0 auto;
    width: 24px;
    height: 24px;
    background-color: #F00;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 12px;
    -webkit-animation: blinkRed 0.5s infinite;
    -moz-animation: blinkRed 0.5s infinite;
    -ms-animation: blinkRed 0.5s infinite;
    -o-animation: blinkRed 0.5s infinite;
    animation: blinkRed 0.5s infinite;
}

@-webkit-keyframes blinkRed {
    from { background-color: #F00; }
    50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
    to { background-color: #F00; }
}
@-moz-keyframes blinkRed {
    from { background-color: #F00; }
    50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
    to { background-color: #F00; }
}
@-ms-keyframes blinkRed {
    from { background-color: #F00; }
    50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
    to { background-color: #F00; }
}
@-o-keyframes blinkRed {
    from { background-color: #F00; }
    50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
    to { background-color: #F00; }
}
@keyframes blinkRed {
    from { background-color: #F00; }
    50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
    to { background-color: #F00; }
}

.led-yellow {
    margin: 0 auto;
    width: 24px;
    height: 24px;
    background-color: #FF0;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 12px;
    -webkit-animation: blinkYellow 1s infinite;
    -moz-animation: blinkYellow 1s infinite;
    -ms-animation: blinkYellow 1s infinite;
    -o-animation: blinkYellow 1s infinite;
    animation: blinkYellow 1s infinite;
}

@-webkit-keyframes blinkYellow {
    from { background-color: #FF0; }
    50% { background-color: #AA0; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0; }
    to { background-color: #FF0; }
}
@-moz-keyframes blinkYellow {
    from { background-color: #FF0; }
    50% { background-color: #AA0; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0; }
    to { background-color: #FF0; }
}
@-ms-keyframes blinkYellow {
    from { background-color: #FF0; }
    50% { background-color: #AA0; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0; }
    to { background-color: #FF0; }
}
@-o-keyframes blinkYellow {
    from { background-color: #FF0; }
    50% { background-color: #AA0; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0; }
    to { background-color: #FF0; }
}
@keyframes blinkYellow {
    from { background-color: #FF0; }
    50% { background-color: #AA0; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0; }
    to { background-color: #FF0; }
}

.led-green {
    margin: 0 auto;
    width: 24px;
    height: 24px;
    background-color: #ABFF00;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 12px;
}

.led-blue {
    margin: 0 auto;
    width: 24px;
    height: 24px;
    background-color: #24E0FF;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #006 0 -1px 9px, #3F8CFF 0 2px 14px;
}


.led-off {
    margin: 0 auto;
    width: 24px;
    height: 24px;
    background-color: #616263;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #006 0 -1px 9px, #313232 0 2px 14px;
}


.led-text{
    font-size: 1.2em!important;
}


.counter {
    font-size: 100px;
}

.counter.positive {
    color: green;
}

.counter.negative {
    color: red;
}



.stop-process{
    font-size: 50px;
    font-weight: bold;
    color: #e315d2;
    cursor: pointer ;
    background-color: black;
}
.stop-process:hover{

    color: #f0a1e9;

}

.processCell{
    display: table-cell!important;
    vertical-align: middle!important;
    text-align: center!important;
}

.a-call{
    margin-left: 40px;
    border-bottom: 1px solid #b8b5b5;
    height: 53px;
}
.sessiontd{
    width: 250px;
}

.chat-btns{
    visibility: hidden;
}
.cht-box-owned{
    padding: 1px;
}
.cht-box-owned:hover{
    padding: 0px;
    border: 1px solid rgba(223, 219, 219, 0.83);
    cursor: pointer;
    border-radius: 5px;
}
.trsh-one-mess{
    position: relative;
    top: -10px;
    right: 0px;
    color: #c903fa;
    visibility: hidden;
}

.messaging-menu:hover{
    background-color: rgba(221, 225, 249, 0.79);
}
.active-messaging-menu{
    background-color: rgb(221, 225, 249);
}

.active-messaging-menu:hover{
    background-color: rgb(237, 240, 255);!important;
}


.counter-new-messages{
    color: white!important;
    display: none;
    font-weight: bold;
    margin-left: 10px;
}

.counter-new-messages-in-chat-list{
    color: white!important;
    display: none;
    font-weight: bold;
    margin-left: 10px;
}

.shakeWa{
    animation: move 1.3s ease-in;
}

@keyframes move {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}
#topLogoLinkId {
    background-image: url("/images/logo-yellow-black.png");
    background-position: 0px 7px;
    background-size: contain;

}
.navbar-brand {
    display: inline-block;
    padding-top: 0.5625rem;
    padding-bottom: 0.5625rem;
    margin-right: 0.75rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}


.file-manager-element{
    position: relative;
    min-width: 70px;
    min-height: 30px;

}


.file-manager-element-info{

}

.file-title{
    font-size: 16px;
    font-weight: normal;
    color: #61606f;
}
.file-user{
    font-weight: 700;
    margin-right: 4px;
    color: #616061;

}
.file-timestamp {
    font-size: 13px;
    color: #749bc8;
}
.file-actions{
    visibility: hidden;
    border-radius: 4px;
    border: 1px solid #aaa;
    top: 0px;
    right: 0px;

    background-color: white;
    position: absolute;
}


.file-action-icon{
    padding: 5px;
    touch-action: none!important;
    float: left;
    margin-left: 2px ;
    margin-right: 2px ;
}


.file-action-icon i{
    color: #999999;
}

.miniwini{
    font-size: 0.8em;
    font-style: oblique;
}


#feedbackColumn{
    position: fixed;
    z-index: 97;
    right: 0px;
    top: 50%;
    display: block;
    background-color: #e3e2e2;
    font-size: 1.05em;
    margin-top: -125px;
    display: block;
    border: 1px solid #7d7d7d !important;
    border-radius: 5px;
    writing-mode: vertical-rl;
    text-orientation: mixed;

}




#three-feedback-buttons{
    font-size: 1.2em;
    font-family:var(--bs-body-font-family);
    font-weight: bold;
}




#three-feedback-buttons svg{
    border: 1px solid #7d7d7d !important;
    padding:10px;
    border-radius: 6px;
    background-color: rgba(200,200,200,0.5);
    cursor: pointer;
    box-shadow: #0a0c10;

}

#three-feedback-buttons svg:hover{
    background-color: rgba(120,120,120,0.5);
    fill: #b53bdd;
}

#feedbackModal{

}

.three-feedback-buttons-selected-svg{
    background-color: rgba(120,120,120,0.5)!important;
    fill: #b53bdd;
}

#share-modal .modal-dialog, #upload-modal .modal-dialog{
    margin-top: 100px;
}

.content-modal-settings h4 {
    text-align: center;
}

.content-modal-settings {
    font-family: "Nunito", "ProximaNova", monospace;
    padding-left:10px;
    padding-right:10px;
    word-spacing: -0.2em;
    font-size: 0.95em;
    text-align: left;

}

.content-modal-share
{
    font-family: "Nunito", "ProximaNova", monospace;
    padding-top:30px;
    padding-bottom:30px;

    font-size: 0.85em;
    text-align: center;
}

.content-modal-share h4 {
    margin-top: 0px;
    font-size: 16px;
}
.content-modal-share span.copyText {
    position: relative;
    display: block;
    width: 90%;
}


.content-modal-share .btn-xs
{
    margin-left: 20px;
    margin-top: 10px;
}
