button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    cursor: pointer;
}
#broj-side-right{
    z-index: 10;
    position: absolute;
    width: max-content;
    min-width: 32px;
    height: max-content;
    min-height: 50px;
    right: 0px;
    top: 126px;
    writing-mode: tb-rl;
    box-sizing: border-box;
    border-radius: 5px 0px 0px 5px;
    cursor: pointer;
    font-family: NotoSansKR,sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #fff;
    display: flex;
}

#broj-side-right .flex-box{
    display: flex;
    justify-content: center;
    align-items: center;
}

#broj-side-right .side-right-btn{
    background: #2c2c2c;
    margin-bottom: 6px;
    box-sizing: border-box;
    width: 36px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px 1px 1px 8px;
}

#broj-side-right .text-overflow{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

#broj-side-right .side-right-btn.active{
    background: #383838;
}

#broj-side-right .side-right-btn:hover{
    background: #383838;
}

.side-popup-zone{
    position: absolute;
    z-index: 11;
    right: 0px;
    background: #383838;
}

#newsfeed-zone #broj-newsfeed-body{
    flex-direction: column;
    width: 100%;
    height: calc(100% - 35px);
}

#newsfeed-zone #broj-newsfeed-header{
    width: calc(100% - 10px);
    height: 35px;
    justify-content: space-between;
    border-bottom: 3px #4a4a4a solid;
    padding-bottom: 12px;
}

#newsfeed-zone #broj-newsfeed-header img{
    width: 18px;
    height: 18px;
    cursor: pointer;
}

#newsfeed-zone{
    width: 100%;
    height: 100%;
    padding: 12px 14px 12px 24px;
    box-sizing: border-box;
    font-family: NotoSansKR,sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.broj-feed-unit{
    width: 100%;
    max-width: 376px;
    padding: 12px 0px;
    box-sizing: border-box;
    height: 108px;
    border-bottom: 3px #4a4a4a solid;
}

.broj-feed-unit .feed-unit-title{
    width: 100%;
    height: 24px;
    font-family: NotoSansKR,sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    justify-content: flex-start;
}

.broj-feed-unit .feed-unit-title img{
    width: 24px;
    height: 24px;
    margin-right: 6px;
}

.broj-feed-unit .feed-unit-content{
    width: 100%;
    height: 42px;
    font-family: NotoSansKR,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    justify-content: flex-start;
}

.broj-feed-unit .feed-unit-bottom{
    width: 100%;
    height: 18px;
    font-family: NotoSansKR,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    justify-content: flex-start;
}

#newsfeed-zone #broj-newsfeed-header .newsfeed-reset-timezone{
    height: 100%;
    width: 70px;
    padding-right: 5px;
}

#newsfeed-zone #broj-newsfeed-header .newsfeed-reset-timezone span{
    font-family: NotoSansKR,sans-serif;
    font-size: 8px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #a4a4a4;
    width: 100%;
}

#newsfeed-zone #broj-newsfeed-header .newsfeed-reset-timezone div{
    font-family: NotoSansKR,sans-serif;
    font-size: 8px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #fff;
    padding-right: 2px;
}

#calendar-zone{
    padding: 30px 15px;
}

#calendar-zone .jslide-popup-i{
    height: 60%;
    width: 100%;
}
#calendar-zone .jslide-popup-m{
    height: 40%;
    width: 100%;
    margin: 0px;
    background: rgb(23, 25, 29);
}

#more-newsfeed-zone{
    width: 100%;
    height: 100%;
    padding: 0px 24px 24px;
    font-family: NotoSansKR,sans-serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: white;
    transition: all ease 500ms 0s;
    background: #121212;
}

#more-newsfeed-zone #broj-newsfeed-header{
    height: 89px;
    width: 100%;
    justify-content: space-between;
}

#more-newsfeed-zone #broj-newsfeed-header .newsfeed-on-off{
    height: 100%;
    width: max-content;
    overflow: hidden;
    padding-right: 20px;
    cursor: pointer;
    transition: all ease 500ms 0s;
}

#more-newsfeed-zone #broj-newsfeed-header .newsfeed-toggle-zone{
    height: 100%;
    width: max-content;
    overflow: hidden;
    padding-right: 18px;
    cursor: pointer;
}

#more-newsfeed-zone #broj-newsfeed-header .newsfeed-toggle-zone>.service-toggle-box{
    width: 48px;
    padding: 0 2px;
    height: max-content;
    flex-direction: column;
}

#more-newsfeed-zone #broj-newsfeed-header .newsfeed-toggle-zone>.service-toggle-box .switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
    margin: 0px;
}

#more-newsfeed-zone #broj-newsfeed-header .newsfeed-toggle-zone>.service-toggle-box .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

#more-newsfeed-zone #broj-newsfeed-header .newsfeed-toggle-zone>.service-toggle-box .switch .slider.round {
    border-radius: 34px;
}

#more-newsfeed-zone #broj-newsfeed-header .newsfeed-toggle-zone>.service-toggle-box .switch .slider:before{
    position: absolute;
    content: "";
    height: 16px;
    width: 18px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

#more-newsfeed-zone #broj-newsfeed-header .newsfeed-toggle-zone>.service-toggle-box .switch .slider.round:before {
    border-radius: 50%;
}

#more-newsfeed-zone #broj-newsfeed-header .newsfeed-toggle-zone>.service-toggle-box .switch input:checked + .slider:before{
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

#more-newsfeed-zone #broj-newsfeed-header .newsfeed-toggle-zone>.service-toggle-box input:checked + .slider.orange{
    background-color: #fa6400;
}
#more-newsfeed-zone #broj-newsfeed-header .newsfeed-toggle-zone>.service-toggle-box input:checked + .slider.blue{
    background-color: #5697ee;
}
#more-newsfeed-zone #broj-newsfeed-header .newsfeed-toggle-zone>.service-toggle-box input:checked + .slider.yellow{
    background-color: #f5bd41;
}
#more-newsfeed-zone #broj-newsfeed-header .newsfeed-toggle-zone>.service-toggle-box input:checked + .slider.green{
    background-color: #63c65f;
}
#more-newsfeed-zone #broj-newsfeed-header .newsfeed-toggle-zone>.service-toggle-box input:checked + .slider.purple{
    background-color: #a077ff;
}
#more-newsfeed-zone #broj-newsfeed-header .newsfeed-toggle-zone>.service-toggle-box input:checked + .slider.red{
    background-color: #d73865;
}


#more-newsfeed-zone #broj-newsfeed-header .newsfeed-toggle-zone>.service-toggle-box p.toggle-label{
    font-family: NotoSansKR,sans-serif;
    font-size: 8px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    padding: 5px 0;
}
/*#more-newsfeed-zone #broj-newsfeed-header .newsfeed-on-off.open{*/
/*    width: 400px;*/
/*    max-width: calc(100% - 200px);*/
/*    transition: all ease 500ms 0s;*/
/*}*/

#more-newsfeed-zone #broj-newsfeed-body{
    height: calc(100% - 89px);
    width: 100%;
}

#more-newsfeed-zone .standard-btn{
    width: 77px;
    height: 32px;
    border-radius: 3px;
    background-color: #4a4a4a;
    outline: none;
    color: white;
    font-family: NotoSansKR,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

#more-newsfeed-zone .standard-btn:hover{
    background: #5c5c5c;
}

#more-newsfeed-zone #broj-newsfeed-body .newsfeed-unit-zone{
    flex: 1;
    min-width: 250px;
    height: 100%;
    margin-right: 24px;
    display: none;
}

#more-newsfeed-zone #broj-newsfeed-body .newsfeed-unit-zone.active{
    display: block;
    transition: all ease 500ms 0s;
}

#more-newsfeed-zone #broj-newsfeed-body .newsfeed-unit-zone:last-child{
    margin-right: 0px;
}

#more-newsfeed-zone #broj-newsfeed-body .newsfeed-unit-zone .newsfeed-unit-top{
    width: 100%;
    height: 42px;
    font-family: NotoSansKR,sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    border-bottom: 3px solid #4a4a4a;
    box-sizing: border-box;
}
#more-newsfeed-zone #broj-newsfeed-body .newsfeed-unit-zone .newsfeed-unit-body{
    width: 100%;
    height: calc(100% - 42px);
}
