/*
*******************************
* Created by: Alessandro Bonora 
* 14-06-2024.
*******************************
*/
/* 
    Created on : 14 giu 2024, 17:08:01
    Author     : Alex
*/

.broadcastHome {
    overflow-y: scroll;
    height: 240px;
}

.fs-30 {
    font-size:30px;
    font-weight: 900;
}

.fs-24 {
    font-size:24px;
    font-weight: 700;
}

.fs-20 {
    font-size:20px;
    font-weight: 600;
}

.fs-18 {
    font-size:18px;
}

.fs-16 {
    font-size:16px !important;
}

.fs-14 {
    font-size:14px !important;
}

.fs-12 {
    font-size:12px;
}

.fs-10 {
    font-size:10px;
}

.border-16 {
    border-radius: 16px;
}


/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #19282c;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #7a8184;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #A5A7AB;
}

.cb-validate {
    transform: translate(0px, 2px);
    cursor: pointer;
    accent-color: green;
}

.dropfilezone {
    min-height: 180px;
    display: flex;
    text-decoration: none;
}

.hover {
    cursor:  pointer;   
}

.text-orange {
    color: #FF902B;
}

.bg-orange {
    background: #FF902B;
}

.w15 {
    width: 15px;
}

.avatar {
    font-size: 64px;
    margin-bottom: 2px;
}

.hidden {
    display: none;
}

