/* _content/PoalimTrivia/Views/Display/Index.cshtml.rz.scp.css */
#main-wrapper-landscape[b-oisbgcdocg] {
    width: 1920px;
    position: fixed;
}

#content-display[b-oisbgcdocg] {
    background-image: url('/display_bg_question.jpg');
    height: 1080px;
}

#content-display-results[b-oisbgcdocg] {
    background-image: url('/display_bg_results.jpg');
    height: 1080px;
}


#remaining-time-display[b-oisbgcdocg] {
    position: absolute;
    right: 67px;
    top: 281px;
    transform: translate(-50%, -50%);
    padding: inherit;
    margin: 0;
    font-size: 110px;
    font-weight: bold;
    width: 200px;
    height: 200px;
    text-align: center;
    color: white;
    line-height: 200px;
    font-family: PoalimBeta5Bold;
}


#question-panel-display[b-oisbgcdocg] {
    position: absolute;
    width: 1305px;
    height: 291px;
    left: 125px;
    top: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#question-text-display[b-oisbgcdocg] {
    direction: rtl;
    text-align: center;
    font-size: 86px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    line-height: 86px;
    margin: 0;
    padding: 0 40px;
    color: #525252;
    font-family: PoalimBeta5Regular;
}

#answers-container-display[b-oisbgcdocg] {
    width: 1678px;
    height: 270px;
    left: 50%;
    top: 538px;
    position: absolute;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 252px;
    row-gap: 62px;
}

.answer-container-display[b-oisbgcdocg] {
    width: 662px;
    height: 102px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    transform-origin: 50% 50%;
}

.answer-display[b-oisbgcdocg] {
    direction: rtl;
    text-align: center;
    font-size: 36px;
    padding: 30px;
    font-weight: bold;
    margin: 0;
    width: 100%;
    line-height: 36px;
    z-index: 10;
    color: #525252;
    font-family: PoalimBeta5Regular;
}


#question-panel-correct-answer-display[b-oisbgcdocg] {
    position: absolute;
    width: 1305px;
    height: 291px;
    left: 125px;
    top: 145px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 40px;
}

#correct-answer-text-display[b-oisbgcdocg] {
    direction: rtl;
    text-align: center;
    font-size: 70px;
    width: 90%;
    line-height: 70px;
    margin: 0;
    padding: 0 20px;
    color: #525252;
    font-family: PoalimBeta5Regular;
}

#correct-answer-num[b-oisbgcdocg] {
    position: absolute;
    width: 122px;
    height: 300px;
    left: 1300px;
    top: 130px;
    font-size: 90px;
    font-weight: bold;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: PoalimBeta5Bold;
}

#display-columns-container[b-oisbgcdocg] {
    position: absolute;
    width: 985px;
    height: 350px;
    left: 446px;
    bottom: 262px;
    display: flex;
    align-items:end;
    gap: 67px;
}

.display-column[b-oisbgcdocg] {
    width: 143px;
    height: 50%;
    border: 10px solid white;
    border-radius: 10px;
    transition: height ease-in-out 1s;
}

#display-column0[b-oisbgcdocg] {
    background-color: #9468e3;
}
#display-column1[b-oisbgcdocg] {
    background-color: #ac795a;
}
#display-column2[b-oisbgcdocg] {
    background-color: #ee192d;
}
#display-column3[b-oisbgcdocg] {
    background-color: #fed964;
}
#display-column4[b-oisbgcdocg] {
    background-color: #ffa8db;
}
/* _content/PoalimTrivia/Views/Management/Index.cshtml.rz.scp.css */
.singleRow[b-hr8x121np5] {
    display: flex;
    gap: 20px;
    align-items: center;
}

.panel[b-hr8x121np5] {
    background-color: #eeeeee;
    padding: 20px;
    margin: 5px;
}
/* _content/PoalimTrivia/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-8jwkwax1cy] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-8jwkwax1cy] {
  color: #0077cc;
}

.btn-primary[b-8jwkwax1cy] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-8jwkwax1cy], .nav-pills .show > .nav-link[b-8jwkwax1cy] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-8jwkwax1cy] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-8jwkwax1cy] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-8jwkwax1cy] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-8jwkwax1cy] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-8jwkwax1cy] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
