/*
 *  BSS Radio Official Site - CSS Style
 *  Powered by A.S.V. Studios APPS
 *  
 *  Aggiornamento file CSS: [DATA DA DESTINARSI]
 *
*/



/* IMPORTAZIONE FONT E/O ELEMENTI NEL CSS */

@import url("bootstrap.min.asv.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: "Daddy";
    src: url("fonts/daddy.ttf") format("truetype");
    font-display: swap;
}



/* STYLE GENERALE */

*{
    font-family: sans-serif !important;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

h3.title{
    text-align: center;
    font-weight: 600;
    font-size: 1.40rem;
    padding: 8px;
    margin-bottom: 13px;
    background: #2e3185aa;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #ededed;
}

.selectAllowed{
    user-select: text;
}

.grassetto{
    font-weight: 600 !important;
}

a{
    color: #ffc107;
}

.clickable{
    cursor: pointer;
}

dt {
    margin-bottom: 15px;
    font-weight: normal;
}

dd {
    margin-bottom: 15px;
    margin-inline-start: 13px;
}

ol > li{
    margin-bottom: 5px;
}

.br_button{
    border: none;
    padding: 7px 15px;
    width: 100%;
    border-radius: 10px;
    color: white;
    background: #00000073 !important;
    position: relative;
    transition: 100ms;
    text-decoration: none;
}

.br_button:hover{
    background: #000000a9 !important;
}

.br_button:active{
    background: #000000 !important;
}

.mb-3{
    margin-bottom: 0.55rem !important;
}

.button-green{
    color: #66cf3c;
}

.button-blue{
    color: #00BCD4;
}

.button-red{
    color: #F44336;
}

.button-yellow{
    color: #FFC107;
}

input[type=text].br_form, input[type=password].br_form, input[type=date].br_form{
    margin: 0;
    width: 100%;
    padding: 8px 10px;
    border-radius: 7px;
    border: none;
    color: white;
    background-color: #00000073;
    text-align: left;
    transition: 100ms;
}

input[type=text].br_form::placeholder, input[type=password].br_form::placeholder{
    color: #ffffff75;
    text-align: left;
}

input[type=text].br_form:disabled, input[type=password].br_form:disabled{
    color: #ffffff75 !important;
}

input[type=submit].right{
    margin: 15px 0 0 auto;
    width: auto;
    display: block;
}

::-webkit-calendar-picker-indicator{
    background-color: #aaabe7;
    padding: 5px;
    cursor: pointer;
    border-radius: 3px;
}

.br_formCheckControl{
    margin-bottom: 4px;
}

.br_formCheckControl > input[type=checkbox]{
    margin-right: 5px;
}

.br_formCheckControl > label{
    font-weight: 100;
    color: #f5f5f5fc;
}

.br_select{
    margin: 0;
    width: 100%;
    padding: 8px 10px;
    border-radius: 7px;
    border: none;
    color: white;
    background-color: #00000088 !important;
    text-align: left;
    transition: 100ms;
    appearance: none;
    background: #00000088 url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='white'/></g></svg>") no-repeat;
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
    background-size: 0.65rem auto;
}

input[type=text].br_form:active, input[type=password].br_form:active, input[type=text].br_form:hover, input[type=password].br_form:hover, input[type=text].br_form:focus, input[type=password].br_form:focus{
    background-color: #000000aa;
    outline: none;
}

input[type=text].disabled, input[type=password].disabled{
    color: gray;
}

input:read-only{
    color: #ffffffcc !important;
}

.form-text{
    color: #ffffffcc !important;
    margin-left: 0!important;
}

.br_boxNotify{
    padding: 10px 15px 10px 15px;
    margin-bottom: 15px;
    box-shadow: #00002464 0px 5px 5px 0px;
    border-radius: 15px;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
}

.notify-attenzione{
    background: #ff9800b8;
}

.br_boxNotify > p{
    font-weight: 500;
    padding: 7px 0;
    margin: 0;
}

.alert{
    position: relative;
    padding: 7px 10px;
    margin-bottom: 1rem;
    border: solid 2px white;
    border-radius: 7px;
}

.alert-danger{
    border-color: #b10000;
    background-color: #550000a3;
    color: white;
}

.br_alertSUCCESSO{
    padding: 5px 15px 5px 15px;
    margin: 0;
    background: #0e7f21b8;
    border-radius: 7px;
    border: 2px solid #11a911;
    display: block;
    text-align: center;
}

.br_alertERRORE{
    padding: 5px 15px 5px 15px;
    background: #7f0e0eb8;
    border-radius: 7px;
    border: 2px solid #a91111;
    display: block;
    text-align: center;
}

.INDICATORE{
    border: 0.5px solid red;
}

.centerText{
    text-align: center;
}

.noMargin{
    margin: 0;
}

.marginBottom10{
    margin-bottom: 10px;
}

.noPadding{
    padding: 0;
}

.float-box{
    display: inline-block;
    width: 100%;
}

.float-left{
    float: left;
    width: auto;
}

.float-right{
    float: right;
    width: auto;
}



/* Site Page */

.bodypage{
    margin: 0 !important;
    padding: 0 !important;
    background: #260b41 url("https://pannel.bssradio.net/_img/bgpage.webp") center top no-repeat;
    background-size: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.br_content{
    margin-top: 25px;
    flex: 1;
}

.topAlert{
    text-align: center;
    color: #0f2b46;
    background: #ffc107;
    padding: 10px;
    font-size: 1.2rem;
    font-family: "Poppins", sans-serif;
}

.br_navbar{
    width: 100%;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    background: #00002488;
    box-shadow: #00002433 0px 5px 5px 0px;
    position: sticky;
    top: 0;
}

.br_navbar > .br_nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.br_navbar > .br_nav > .br_navHeader > .menu, .br_navbar > .br_nav > .br_navHeader > .title{
    display: block;
    font-size: 25px;
    float: left;
    cursor: pointer;
}

.br_navbar > .br_nav > .br_navHeader > .menu{
    margin-left: 30px;
    padding: 10px 0 0 0;
    color: #ddddddcc !important;
}

.br_navbar > .br_nav > .br_navHeader > .title{
    font-family: "Daddy", sans-serif !important;
    font-size: 2rem;
}

.br_navbar > .br_nav > .br_navLinks{
    font-size: 20px;
    font-weight: 300 !important;
}

.br_navbar > .br_nav > .br_navLinks > a{
    color: #ffffffbb;
    text-decoration: none;
    transition: 150ms ease;
}

.br_navbar > .br_nav > .br_navLinks > a:nth-child(even){
    margin: 0 20px;
}

.br_navbar > .br_nav > .br_navLinks > a:hover{
    color: #ffffff;
}

.br_box_static{
    background: #00002466;
    padding: 20px 20px;
    margin: 20px 0;
    box-shadow: #00002464 0 5px 5px 0;
    border-radius: 20px;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    height: calc(var(--content-height) - 155px);
}

.welcome{
    background: url(https://pannel.bssradio.net/_img/backgroundPanelPage.webp);
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 75px 15px;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: #00002499 0px 5px 5px 0px;
}

.welcome > h1 {
    font-family: "Daddy", sans-serif !important;
    font-size: 4rem;
    margin: 0;
    text-shadow: 0px 3px 4px #0000008c;
}

.welcome > p {
    margin: -5px 0 5px 0;
    font-size: 1.3rem;
    font-style: italic;
}

.br_container{
    background: #000024aa;
    border-radius: 10px;
    padding: 13px;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    margin-bottom: 25px;
}

.br_footer{
    position: relative;
    margin: 0;
    padding: 0;
}

.br_footer:before {
    content: "";
    background: url("https://pannel.bssradio.net/_img/footerpage.webp") bottom center no-repeat;
    position: absolute;
    bottom: 0;
    background-size: 100%;
    height: 706px;
    width: 100%;
    z-index: -1000;
    display: block;

}
.br_footer > .copyright{
    width: 100%;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    background: #00002488;
    text-align: center;
    font-size: .9rem;
    color: #ffffffdd;
    padding: 25px 15px;
}