/* FONTS */
@font-face { font-family: "Volter"; src: url("../fonts/volter.woff"); font-display: swap; }
@font-face { font-family: "Volter Bold"; src: url("../fonts/volter_bold.woff"); font-display: swap; }

/* STYLE */
body {
    margin: 0;
    padding: 0;
    background-color: #000000;
    background-image: url(../images/background_black.png);
}

* {
    box-sizing: border-box;
    color: #000000;
    image-rendering: pixelated;
    font-family: Volter, sans-serif;
    font-size: 7pt;
}

*:focus {
    outline: none;
}
::selection {
  background: rgba(0,0,0,0);
}
b {
    font-family: "Volter Bold", sans-serif;
}

a {
    font-family: "Volter Bold", sans-serif;
	font-family: Volter Bold, sans-serif;
}
a:link {
    font-family: "Volter Bold", sans-serif;
	font-family: Volter Bold, sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
}

.link {
    text-decoration: underline;
    cursor: pointer;
}
.linkdc {
    text-decoration: underline;
    cursor: pointer;
	color: #fff !important;
}
.main {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main .landing {
    position: fixed;
    width: 100%;
    height: 100%;
    /*animation: 1s ease-out 0s 1 open;*/
    background-color: #6CADCC;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 105px;
    overflow: hidden;
}

.main .iframe {
    position: relative;
    width: 960px;
    height: 568px;
    margin-top: -24px;
}

.main .borders {
    width: 986px;
    height: 596px;
    position: fixed;
    border-image: url(../images/frame_2.png) 20 19 19 18 fill;
    border-top: 20px solid transparent;
    border-left: 18px solid transparent;
    border-bottom: 19px solid transparent;
    border-right: 19px solid transparent;
    z-index: 3;
    left: calc(50%);
    top: calc(50% - 12px);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.main .landing .background {
    width: 329px;
    height: 100%;
    background: url(../images/oldskool_oldflash_left_bg.png);
    position: absolute;
    bottom: 0;
    left: 0;
}
.main .landing .right {
    width: 100%;
    height: 500px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url();
    background-repeat: no-repeat;
    background-position: bottom right;
}

.main .landing .left {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/habbotv_left.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
	z-index: 2;
}

.main .landing .left .magnifying-glass {
    width: 277px;
    height: 270px;
    position: absolute;
    top: 212px;
    left: 214px;
}

.main .landing .left .magnifying-glass .image {
    width: 277px;
    height: 270px;
    background-image: url(../images/magnifying_glass.png);
    position: absolute;
    z-index: 1;
}

.main .landing .left .magnifying-glass .content {
    width: 161px;
    height: 161px;
    background-color: red;
    border-radius: 100%;
    left: 8px;
    top: 4px;
    z-index: 0;
    position: absolute;
    background-image: url(../images/inside.png);
}

.main .landing .left .magnifying-glass .content:after {
    width: 42px;
    height: 45px;
    content: "";
    position: absolute;
    z-index: 3;
    background-image: url(../images/sofa_border.png);
    top: 93px;
    left: 11px;
}

.main .landing .left .magnifying-glass .content .avatar {
    width: 64px;
    height: 110px;
    position: absolute;
    left: 10px;
    top: 20px;
}

.main .landing .sun {
    height: 100%;
	width: 100%;
    position: absolute;
    top: 0;
    left: calc(50% + 100px);
    transform: translateX(-59%);
    background-image: url(../images/sun.png);
    z-index: 4;
    background-repeat: no-repeat;
    background-position: top center;
}

.main .landing .drape {
    width: 262px;
    height: 182px;
    position: absolute;
    /*top: -233px;*/
    top: -217px;
    left: 0;
    background-image: url(../images/drape.png);
    animation: 1s ease-out 0s 1 drape forwards;
	z-index: 5;
}

.frame {
    border-image: url(../images/frame.png) 36 22 22 18 fill;
    border-top: 36px solid transparent;
    border-left: 18px solid transparent;
    border-bottom: 22px solid transparent;
    border-right: 22px solid transparent;
    z-index: 2;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.frame .title {
    width: 100%;
    font-family: "Volter Bold", sans-serif;
    font-size: 7pt;
    text-align: center;
    color: #EEEEEE;
    margin-top: -25px;
    -webkit-font-smoothing: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: absolute;
}

.frame.error {
    border-image: url(../images/frame_3.png) 36 22 22 18 fill;
    text-align: center;
}

.authentication {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: stretch;
}


.news {
    display: grid;
    grid-template-areas:
            "a a a"
            "b b b"
            "c c c";
    grid-gap: 5px;
    height: 100%;
    width: 400px;
}

.news-card {
    width: 100%;
    border-image-slice: 8 fill;
    border-image-width: 8px;
    border-image-source: url(/v2/client-assets/images/rooms/rectangle-thumbnail-bg.png?v=1.1.3);
    position: relative;
    cursor: pointer;
}

.news-card .news-title {
    right: 0.5rem;
    bottom: 0.6rem;
    position: absolute;
    border-image-source: url(/v2/client-assets/images/rooms/rectangle-thumbnail-room-name-bg.png?v=1.1.3);
    border-image-slice: 7 fill;
    border-image-width: 7px;
    border-image-outset: 0px;
    border-image-repeat: repeat repeat;
    font-size: 9px !important;
    color: white;
    font-family: Volter Bold;
    padding-top: .6rem;
    padding-bottom: .6rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    display: flex;
}

.news-card .news-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: red;
    border-radius: 4px;
    z-index: -1;
    background-position: bottom right;
}

.news-card.first {
    grid-area: a;
}

.news-card.second {
    grid-area: b;
}

.news-card.third {
    grid-area: c;
}

.news-backdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: start;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow-y: scroll;
}

.news-thumbnail {
    width: 100%;
    aspect-ratio: 6 / 1;
    border-image-slice: 8 fill;
    border-image-width: 8px;
    border-image-source: url(/v2/client-assets/images/rooms/rectangle-thumbnail-bg.png);
    position: relative;
    cursor: pointer;
    background-position: bottom right;
}

.news-author {
    left: 0.5rem;
    bottom: 0.6rem;
    position: absolute;
    border-image-source: url(/v2/client-assets/images/rooms/rectangle-thumbnail-room-name-bg.png);
    border-image-slice: 7 fill;
    border-image-width: 7px;
    border-image-outset: 0px;
    border-image-repeat: repeat repeat;
    font-size: 9px !important;
    color: white;
    font-family: Volter Bold;
    padding-top: .6rem;
    padding-bottom: .6rem;
    padding-left: 4.9rem;
    padding-right: 1.2rem;
    display: flex;
}

.news-author .news-avatar {
    width: 64px;
    height: 74px;
    background-image: url(../images/avatar.png);
    position: absolute;
    top: -51px;
    left: -10px;
}

.news-content {
    padding: 4px;
}

.news-content * {
    font-size: 13px !important;
    color: #000000 !important;
    font-family: "Ubuntu Nitro", sans-serif !important;
}



.login {
    display: flex;
    flex-direction: column;
    gap: 26px;
    width: 215px;
	z-index: 4;
}

.register-texts {
    padding-top: 6px;
    padding-bottom: 12px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
}

.input-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

button {
    border-image: url(../images/button.png) 6 7 7 6 fill;
    border-top: 6px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 6px solid transparent;
    border-right: 7px solid transparent;
    height: 23px;
    font-family: "Volter Bold", sans-serif;
    font-size: 7pt;
    cursor: pointer;
    line-height: 7px;
    background-color: transparent;
}

input {
    border-image: url(../images/input.png) 6 6 6 6 fill;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    height: 21px;
    font-family: Volter, sans-serif;
    font-size: 7pt;
    line-height: 7px;
    background-color: transparent;
	text-align: center;
}

.user-counter {
    width: 138px;
    height: 65px;
    background-image: url(../images/user_counter.png);
    position: absolute;
    z-index: 4;
    top: 250px;
    left: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 18px;
}

.user-counter .amount {
    font-size: 18px;
    font-family: "Volter Bold", sans-serif;
    color: #000000;
}

.user-counter .message {
    font-size: 7pt;
    color: #000000;
    margin-top: -5px;
}

.footer {
    padding: 6px 16px;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 0 0 8px 8px;
    position: fixed;
    left: 50%;
    bottom: -19px;
	width: 856px;
    z-index: 0;
    transform: translate(-50%, 100%);
    color: #FFFFFF;
	font-family: 'Volter Bold';
    text-align: center;
}
@keyframes drape {
    0% {
        /*top: -233px;*/
        top: -217px;
    }
    100% {
        /*top: -54px;*/
        top: 0;
    }
}



@keyframes open {
    0% {
        height: 0;
    }
    100% {
        height: calc(100% - 108px);
    }
}

.hotel-link {
    color: #fff;
    vertical-align: middle;
    padding: 4px 0;
    text-transform: uppercase;
    line-height: 19px;
    font-size: 9px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: underline;
    cursor: pointer;
}

.hotel-link i {
    color: #FFFFFF !important;
    font-size: 14px;
    vertical-align: middle;
    margin-top: -2px;
}

.info-frame {
    position: fixed;
    z-index: 99;
    left: 50%;
    top: calc(50vh - 33.5px) !important;
	display: none;
    transform: translate(-50%, -45%);
    width: 500px;
    min-height: 180px !important;
    max-height: 500px !important;
    background: #6794A7 !important;
    box-shadow: inset 0px 0px 0px 1px #FBCC00, inset 0px 0px 0px 2px #FEE100 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    padding: 10px 10px 0px 10px !important;
    -webkit-box-shadow: inset -1px 0px 1px 0px #366274, inset 0px -1px 1px 0px #366274, inset 1px 1px 0px 0px #6794A7, inset 2px 2px 0px 0px #81b7cd, 3px 3px 0px 0px rgb(0 0 0 / 15%) !important;
    box-shadow: inset -1px 0px 1px 0px #366274, inset 0px -1px 1px 0px #366274, inset 1px 1px 0px 0px #6794A7, inset 2px 2px 0px 0px #81b7cd, 3px 3px 0px 0px rgb(0 0 0 / 15%) !important;
    border: 1px solid #000 !important;
}

.info-frame .title {
    padding: 0 !important;
    background-image: radial-gradient(circle at 0.5px 0.5px, #ddd 0.5px, transparent 0) !important;
    background-size: 2px 2px !important;
    text-align: center !important;
    margin: 0 !important;
    border-radius: 13px 13px 0 0 !important;
    height: 16px !important;
    position: absolute !important;
    left: 5px !important;
    top: 3px !important;
    width: calc(100% - 10px) !important;
    font-weight: normal !important;
    margin-top: 1px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.info-frame .title .text {
    background-color: #6794A7 !important;
    padding: 0.2rem 0.45rem 0.36rem 0.45rem !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: clip !important;
    color: #eee !important;
    cursor: default !important;
    height: 16px !important;
    font-family: "Volter Bold", sans-serif;
}

.info-frame .title .close {
    background-color: #6794A7 !important;
    padding: 0;
    border-style: none;
    cursor: pointer;
    position: absolute !important;
    background-position: center center !important;
    width: 13px !important;
    height: 13px !important;
    margin-top: .1rem !important;
    float: right;
    font-size: 1.1rem !important;
    font-weight: 700;
    line-height: 1;
    color: #631E1E;
    outline: none !important;
    border-radius: 0;
    -webkit-appearance: button;
    right: 8px;
    background-image: url(../images/close_white.png);
    border: 1px solid white;
}

.info-frame .content {
    max-height: 610px !important;
    min-width: 226px !important;
    min-height: 140px !important;
    margin-left: 1px !important;
    margin-right: 0px !important;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
    width: calc(100% - 2px);
    background-color: #F0F0F0 !important;
    border-radius: 6px !important;
    border: 1px solid #000 !important;
    padding: 15px 15px 15px 15px !important;
    color: #000 !important;
    box-shadow: inset 0 1px 0 0 rgb(255 255 255 / 60%), inset 0 -1px 0 0 rgb(255 255 255 / 60%), 0 -2px 0 0 rgb(0 82 113 / 20%), 0 2px 0 0 rgb(0 82 113 / 20%) !important;
    overflow: hidden !important;
}

/** LEADERBOARD **/

.toolbarItems {
    height: 33px;
	margin-right: 246px;
    display: flex;
    align-items: center;
    gap: 9px;
    right: 10px;
    bottom: 10px;
    position: fixed;
    z-index: 5;
}
.toolbarItems div {
    filter: drop-shadow(0 2px 0 #444) !important;
    cursor: pointer;
}

.trophy {
    width: 30px;
    height: 33px;
    background-image: url(https://www.habbohotel.tv/assets/images/toplist.png);
    filter: drop-shadow(0 2px 0 #444) !important;
    cursor: pointer;
    position: fixed;
    left: 650px;
    bottom: 10px;
    display: none;
}

.info {
    width: 20px;
    height: 30px;
    background-image: url(../images/info.png);
    filter: drop-shadow(0 2px 0 #444) !important;
    cursor: pointer;
    bottom: 11px;
	left: 873px;
    display: none;
    position: fixed;
	margin-right: 6px;
}

.leaderboardFrame {
    z-index: 10;
    position: absolute;
    left: 50%;
    top: calc(50vh - 12px) !important;
    transform: translate(-50%, -50%);
    width: 646px;
    word-wrap: break-word;
    border: 1px solid #000;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: #C73C3C !important;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000 !important;
    border-radius: 16px !important;
    padding: 10px 10px 0px 10px !important;
    -webkit-box-shadow: inset -1px 0px 1px 0px #8C0101, inset 0px -1px 1px 0px #8C0101, inset 1px 1px 0px 0px #C73C3C, inset 2px 2px 0px 0px #D56C6C, 3px 3px 0px 0px rgb(0 0 0 / 15%) !important;
    box-shadow: inset -1px 0px 1px 0px #8C0101, inset 0px -1px 1px 0px #8C0101, inset 1px 1px 0px 0px #C73C3C, inset 2px 2px 0px 0px #D56C6C, 3px 3px 0px 0px rgb(0 0 0 / 15%) !important;
}

.leaderboardFrame .dragHandler {
    padding: 0 !important;
    background-image: radial-gradient(circle at .5px .5px, #631E1E .5px, transparent 0) !important;
    background-size: 2px 2px !important;
    text-align: center !important;
    margin: 0 !important;
    margin-top: 0px;
    border-radius: 13px 13px 0 0 !important;
    height: 16px !important;
    position: absolute !important;
    left: 5px !important;
    top: 3px !important;
    width: 98.6% !important;
    font-family: 'pixel-bold' !important;
    font-weight: normal !important;
    margin-top: 1px !important;
    align-items: center !important;
    justify-content: space-between !important;
    display: flex !important;
    box-sizing: border-box;
    word-wrap: break-word;
    height: 16px;
}

.leaderboardFrame .dragHandler .title {
    background-color: #C73C3C !important;
    padding: .2rem .45rem 0.36rem .45rem !important;
    position: relative !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: clip !important;
    color: #631E1E !important;
    cursor: default !important;
    height: 16px;
    margin-top: 19px !important;
    font-family: "Volter Bold", sans-serif;
}

.leaderboardFrame .dragHandler .close {
    padding: 0;
    border-style: none;
    cursor: pointer;
    background-color: #C73C3C !important;
    border: 0 !important;
    position: absolute !important;
    right: 11px !important;
    background-position: center center !important;
    width: 13px !important;
    height: 13px !important;
    margin-top: .1rem !important;
    float: right;
    font-size: 1.1rem !important;
    font-weight: 700;
    line-height: 1;
    color: #631E1E;
    outline: none !important;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: button;
    background-image: url(../images/close.png);
}
.leaderboardFrame .frame-leaderboard {
    padding: 1rem !important;
}
.leaderboardFrame .frame-leaderboard .content {
    background-color: #F0F0F0 !important;
    border-radius: 6px !important;
    border: 1px solid #000 !important;
    padding: 3px 3px 3px 3px !important;
    color: #000 !important;
    box-shadow: inset 0px 0px 0px 0px rgb(255 255 255 / 60%), inset 0 -1px 0 0 rgb(255 255 255 / 60%), 0 -2px 0 0 rgb(0 82 113 / 20%), 0 2px 0 0 rgb(0 82 113 / 20%) !important;
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    word-wrap: break-word;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    margin-top: 5px;
}
.leaderboardFrame .frame-leaderboard .content .toplists {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 4px
}
.leaderboardFrame .frame-leaderboard .content .toplists .list {
    width: 203px;
}

.list {
    background-color: #F0F0F0 !important;
    border-radius: 6px !important;
    border: 1px solid #000 !important;
    padding: 3px 3px 3px 3px !important;
    color: #000 !important;
    box-shadow: inset 0px 0px 0px 0px rgb(255 255 255 / 60%), inset 0 -1px 0 0 rgb(255 255 255 / 60%), 0 -2px 0 0 rgb(0 82 113 / 20%), 0 2px 0 0 rgb(0 82 113 / 20%) !important;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.list .leaderboard {
    width: 130px;
    height: 84px;
    background-image: url(../images/toplist_blue.png);
    margin-left: auto;
    margin-right: auto;

    margin-top: 70px;
    margin-bottom: -22px;

}
.list .leaderboard .avatar {
    width: 64px;
    height: 110px;


}
.list .leaderboard .avatar:nth-child(2) {
    margin-top: -82px;
    margin-left: -2px;
}
.list .leaderboard .avatar:nth-child(1) {
    margin-top: -84px;
    margin-left: 31px;
}
.list .leaderboard .avatar:nth-child(3) {
    margin-top: -100px;
    /*left: 62px;*/
    margin-left: 68px;
}

.list .header {
    background-color: #CBCBCB !important;
    border-radius: 6px !important;
    border: 1px solid #000 !important;
    padding: 3px 2px 2px 3px !important;
    color: #000 !important;
    display: flex;
    justify-content: center;
    margin: 0 !important;
}

.list .players {
    display: flex;
    flex-direction: column;
    z-index: 1;
    position: relative;
}
.list .players .player {
    background-color: #FFFFFF !important;
    padding: 3px 5px 2px 5px !important;
    color: #000 !important;
    display: flex;
    justify-content: space-between;
}
.list .players .player:nth-child(1) {
    background-color: #FFDF00 !important;
}
.list .players .player:nth-child(2) {
    background-color: #CDCDCD !important;
}
.list .players .player:nth-child(3) {
    background-color: #F8BC11 !important;
}
.list .players .player .username {
    margin: 0 !important;
}
.list .players .player .score {
    margin: 0 !important;
}

.user-online-counter {
    position: relative;
    z-index: 10000;
	width: 183px;
	height:35px;
    top: 4px;
    right: 0px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 13px;
    padding-right: 13px;
    gap: .25rem;
    height: 35px;
    display: flex;
    flex-direction: row;
    background-color: transparent;
    align-items: center;
    font-size: 9px !important;
    background-image: url(https://www.habbohotel.tv/styles/images/online_counter.png);
    border-radius: 4px;
}

.user-online-counter .user-online-amount {
    gap: .25rem;
    text-shadow: 0 -1px 0 #000;
    line-height: 16px !important;
    letter-spacing: .3px;
    color: rgb(243, 243, 243);
    font-size: 9px;
    font-family: volter bold;
	padding-left: 5px;
}

.bulletin-frame {
    cursor: auto;
    z-index: 10;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 558px;
    word-wrap: break-word;
    border: 1px solid #000;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: #F9D6A0 !important;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000 !important;
    border-radius: 16px !important;
    padding: 10px 10px 0px 10px !important;
    -webkit-box-shadow: inset -1px 0px 1px 0px #B59C74, inset 0px -1px 1px 0px #B59C74, inset 1px 1px 0px 0px #F9D6A0, inset 2px 2px 0px 0px #F7E7CF, 3px 3px 0px 0px rgb(0 0 0 / 15%) !important;
    box-shadow: inset -1px 0px 1px 0px #B59C74, inset 0px -1px 1px 0px #B59C74, inset 1px 1px 0px 0px #F9D6A0, inset 2px 2px 0px 0px #F7E7CF, 3px 3px 0px 0px rgb(0 0 0 / 15%) !important;
}

.bulletin-frame .drag-handler {
    padding: 0 !important;
    background-image: radial-gradient(circle at .5px .5px, #846338 .5px, transparent 0) !important;
    background-size: 2px 2px !important;
    text-align: center !important;
    margin: 0 !important;
    margin-top: 0px;
    border-radius: 13px 13px 0 0 !important;
    height: 16px !important;
    position: absolute !important;
    left: 5px !important;
    top: 3px !important;
    width: 98.6% !important;
    font-family: 'pixel-bold' !important;
    font-weight: normal !important;
    margin-top: 1px !important;
    align-items: center !important;
    justify-content: space-between !important;
    display: flex !important;
    box-sizing: border-box;
    word-wrap: break-word;
    height: 16px;
}

.bulletin-frame .drag-handler .title {
    background-color: #F9D6A0 !important;
    padding: .2rem .45rem 0.36rem .45rem !important;
    position: relative !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: clip !important;
    color: #846338 !important;
    cursor: default !important;
    height: 18px;
    margin-top: 20px !important;
    font-family: "Volter Bold", sans-serif;
}

.bulletin-frame .drag-handler .close {
    padding: 0;
    border-style: none;
    cursor: pointer;
    background-color: #F9D6A0 !important;
    border: 0 !important;
    position: absolute !important;
    right: 11px !important;
    background-position: center center !important;
    width: 13px !important;
    height: 13px !important;
    margin-top: .1rem !important;
    float: right;
    font-size: 1.1rem !important;
    font-weight: 700;
    line-height: 1;
    color: #846338;
    outline: none !important;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: button;
    background-image: url(../images/bulletin/close.png);
}

.bulletin-frame .bulletin-frame__content {
    position: relative;
    margin: 1.5rem 0 1rem 0 !important;
    background-color: #F0F0F0 !important;
    border-radius: 6px !important;
    padding: 3px 3px 3px 3px !important;
    color: #000 !important;
    display: flex;
    flex-wrap: wrap;
    word-wrap: break-word;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    margin-top: 5px;
    width: 538px;
    height: 381px;
    background-image: url(../images/bulletin/background.png);
}

.bulletin-frame__content .bulletin-frame__welcome {
    position: absolute;
    left: 31px;
    top: 14px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.bulletin-frame__content .bulletin-frame__heading {
    font-size: 14pt;
    font-family: Volter Bold, sans-serif;
}

.bulletin-frame__content .bulletin-frame__text {
    max-width: 182px;
    line-height: 7pt;
}

.bulletin-frame__content .bulletin-frame__time {
    line-height: 7pt;
    font-size: 7pt;
    font-family: "Volter Bold", sans-serif;
}

.bulletin-frame__content .bulletin-frame__news-page {
    position: absolute;
    width: 295px;
    left: 17px;
    top: 135px;
    height: 214px;
    overflow-y: scroll;
}

.bulletin-frame__content .bulletin-frame__news {
    position: absolute;
    width: 295px;
    left: 17px;
    top: 135px;
    display: flex;
    flex-direction: column;
    height: auto;
    gap: 7px;
}

.bulletin-frame__news .bulletin-frame__news-card {
    height: 65px;
    width: 100%;
    background-color: #FEFEFE;
    border-radius: 3px;
    box-shadow: 2px 2px 0px 0px #CDCAA9;
    padding: 2px;
    display: flex;
    flex-direction: row;
    gap: 4px;
}

.bulletin-frame__news-card .bulletin-frame__news-image {
    width: 55px;
    min-width: 55px;
    height: 61px;
    background-image: url(../images/bulletin/news/1.png);
}

.bulletin-frame__news-card .bulletin-frame__news-content {
    display: flex;
    flex-direction: column;
    width: 231px;
}

.bulletin-frame__news-content .bulletin-frame__title {
    text-transform: uppercase;
    max-width: 216px;
    overflow: hidden;
    white-space: nowrap;
    font-family: Volter Bold, sans-serif;
}

.bulletin-frame__news-content .bulletin-frame__description {
    max-width: 216px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 7pt;
}

.bulletin-frame__news-content .bulletin-frame__action {
    min-width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

.bulletin-frame__action .bulletin-frame__read {
    text-decoration: underline;
    cursor: pointer;
}

.bulletin-frame__content .bulletin-frame__news-pagination {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    width: 295px;
    left: 17px;
    bottom: 15px;
}

.bulletin-frame__news-pagination div {
    width: auto;
    font-family: "Volter Bold", sans-serif;
    font-size: 7pt;
    color: #917723;
    cursor: pointer;
}

.bulletin-frame__news-pagination div:hover {
    text-decoration: underline;
}

.bulletin-frame__content .bulletin-frame__calendar {
    position: absolute;
    width: 169px;
    height: 156px;
    right: 24px;
    top: 37px;
}

.bulletin-frame__content .bulletin-frame__calendar-title {
    position: absolute;
    width: 169px;
    height: 26px;
    top: -26px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #72210E;
    font-family: "Volter Bold", sans-serif;
}

.bulletin-frame__calendar .bulletin-frame__calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.bulletin-frame__calendar .bulletin-frame__calendar-days div {
    font-size: 7pt;
    line-height: 11px;
    text-transform: uppercase;
    text-align: center;
}

.bulletin-frame__calendar .bulletin-frame__calendar-dates {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    background-color: black;
    gap: 1px;
    padding: 1px;
}

.bulletin-frame__calendar .bulletin-frame__calendar-dates div {
    aspect-ratio: 1 / 1;
    background-color: white;
    text-align: right;
    padding: 0 2px;
    cursor: pointer;
    position: relative;
}

.bulletin-frame__calendar .bulletin-frame__calendar-dates div .bulletin-frame__calendar-date--event {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #FF4136;
    bottom: 8px;
    left: 0;
    pointer-events: none;
}

.bulletin-frame__calendar .bulletin-frame__calendar-dates div:hover {
    background-color: #e3e3e3;
}

.bulletin-frame__calendar .bulletin-frame__calendar-dates div.bulletin-frame__calendar-date--disabled {
    background-color: #D3D3D3;
}

.bulletin-frame__calendar .bulletin-frame__calendar-dates div.bulletin-frame__calendar-date--today {
    box-shadow: inset 0px 0px 0px 1px #000000;
}

.bulletin-frame__content .bulletin-frame__event {
    position: absolute;
    width: 185px;
    height: 156px;
    right: 16px;
    top: 209px;
}

.bulletin-frame__event .bulletin-frame__event-heading {
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
}

.bulletin-frame__event-heading .bulletin-frame__event-date {
    width: 30px;
    height: 30px;
    font-size: 12pt;
    font-family: "Volter Bold", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bulletin-frame__event-heading .bulletin-frame__event-day {
    height: 30px;
    font-size: 7pt;
    font-family: "Volter Bold", sans-serif;
    display: flex;
    align-items: center;
    padding: 0 8px;
}

.bulletin-frame__event .bulletin-frame__event-list {
    width: 100%;
    top: 30px;
    padding: 4px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.bulletin-frame__event-list .bulletin-frame__event-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}

.bulletin-frame__event-card .bulletin-frame__event-color {
    width: 15px;
    height: 11px;
    background-color: #FF4136;
    border: 1px solid #000000;
}

.bulletin-frame__event-card .bulletin-frame__event-title {
    font-size: 7pt;
}
