.form-livesession {
    padding-top: 80px;
}

.livesession-code-title {
    font-size: 3.125vw;
    line-height: 56px;
    color: #0362DD;
    max-width: 32.36vw;
}

.label-livesession {
    font-size: 1.1vw;
    line-height: 19px;
    color: #737373;
}

.historymatchs-title {
    color: #0362DD !important;
}

.round-bottom {
    border-radius: 0px 0px 10px 10px !important;
}

.round-bottom-left {
    border-radius: 0px 0px 0px 10px !important;
}

.round-bottom-right {
    border-radius: 0px 0px 10px 0px !important;
}

.test-pag {
    width: 135px;
    height: 32px;
    left: 619.46px;
    top: 1125.88px;
    background: white;
    mix-blend-mode: normal;
    border-radius: 200px;
    padding-top: 4.5px;
    margin-top: 24px;
}

#lvarrowleft:hover img {
    content: url('/images/arr-left-lvss-hover.png');
}

#lvarrowleft:focus img {
    content: url('/images/arr-left-lvss-hover.png');
}

#lvarrowleft:disabled img {
    content: url('/images/arr-left-lvss-disabled.png');
}

#lvarrowright:hover img {
    content: url('/images/arr-right-lvss-hover.png');
}

#lvarrowright:focus img {
    content: url('/images/arr-right-lvss-focus.png');
}

#lvarrowright:disabled img {
    content: url('/images/arr-right-lvss-disabled.png');
}

/* teacher */

.btn-create-game {
    margin-left: 232px;
    width: 350px;
    height: 48px;
    text-transform: uppercase;
    font-size: 0.9vw;
    font-weight: bold;
    margin-top: 40px;
}

.title-livesession {
    font-size: 3.125vw;
    line-height: 56px;
    color: #0E870C;
    margin-left: 232px;
    margin-bottom: 48px;
}

.card-text-subtitle-session {
    color: rgba(0, 0, 0, 0.87);
}

.card-text-session {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}

.card-btn-session {
    color: #0362DD !important;
}

.card-btn-session:hover{
    color: #1A4278 !important;
}

/* new livesession */

.b-gray {
    background-color: #F0F2F5;
}

.b-white {
    background-color: white;
}

.lv-features {
    margin-top: 3vh;
    font-size: 16px;
}

.code-txt-lv {
    background-color: transparent;
    border: 0;
    font-weight: bold !important;
    font-size: 10.55vw;
    line-height: 180px;
    color: #0E870C;
    max-width: 35vw;
}

.title-newlv-h2 {
    font-size: 34px;
    line-height: 42px;
    color: #0362DD;
}


.bluelight-box a {
    color: #0362DD;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}

.spacing-form {
    padding: 160px 140px 80px 150px;
}

.btn-link {
    font-weight: bold !important;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #0362DD;
}

.lbl-lv {
    font-size: 16px;
    line-height: 19px;
    color: #737373;
}

.dropdown-textbox {
    background-color: white;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 8px;
    width: 26vw;
    height: 7.2vh;
    padding-left: 24px !important;
}

.pl-dp-txt {
    font-size: 14px;
    line-height: 17px;
    color: #959595;
}

#arrow-lv {
    width: 3vw;
    display: inline-block;
    height: 1.5vh;
    margin-top: 5px;
}

#dropdownlv:hover #dropdownLvGames {
    color: #959595 !important;
}

#namegame::placeholder {
    color: #959595 !important;
}

.arrow-down-lv {
    background: url("/images/arrow-lv-down.png");
    background-repeat: no-repeat;
}

.title-teams-lv {
    margin-top: -12.5vh;
    color: #0362DD !important;
}

.circle {
    /* width: 100px;
    height: 100px; */
    width: 6.23vw;
    height: 12.7vh;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #0362DD;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #FFFFFF;
}

.circle-text {
    color: #575757;
    font-size: 16px;
    max-width: 300px;
    margin-top: 3vh;
}

.row-lvgames {
    height: 90px;
    margin-left: 1px;
}

.background-alert {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 100;
    margin-top: -65px;
}

.alert-box {
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.14), 0px 6px 30px rgba(0, 0, 0, 0.12), 0px 8px 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    margin-top: 30vh;
    padding-left: 1.5rem;
    padding-right: 1rem;
}

.body-msge {
    width: 23vw;
}

.btn-alert {
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
}

.footer-alert {
    margin-top: 46px;
}

.alert-green {
    z-index: 1;
    background-color: #E7F3E7;
    border-radius: 8px;
    color: #0E870C;
    font-size: 18px;
    top: 90px;
    right: 24px;
}
.alert-green button img:hover{
    content: url('/images/xgreen-hover.png')
}

.alert-red {
    z-index: 1;
    background-color: #F8E6E6;;
    border-radius: 8px;
    color: #B50203;
    font-size: 18px;
    top: 90px;
    right: 24px;
}

.alert-red button img:hover{
    content: url('/images/xred-hover.png')
}

.alert-red button:focus {
    outline: 0;
}

.alert-green button:focus {
    outline: 0;
}

.msge-switch {
    max-width: 180px;
    color: #737373;
    margin-left: 30px;
}

.register-teams-table {
    padding-left: 14vw;
    width: 100vw;
    padding-bottom: 10vh;
}

.register-teams-header {
    border-bottom: 1px solid #0362DD;
    width: 80vw;
}

.register-teams-col-students {
    padding-left: 1.5rem;
    border-left: 1px solid #0362DD;
}

.register-teams-header-text {
    font-size: 25px;
    line-height: 30px;
    color: #1A4278;
}

.lv-card-team {
    background: #FFFFFF;
    box-shadow: 0px 8px 30px rgba(98, 105, 139, 0.25);
    border-radius: 16px;
}

.card-team-title {
    font-size: 18px;
    line-height: 14px;
    color: #313342;
}

.tag-status-student {
    background: #FDEDA3;
    border-radius: 20px;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    font-weight: bold !important;
}

.running {
    background: #FDEDA3;
    border-radius: 20px;
    font-weight: bold !important;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    max-width: fit-content;
}

#lvgames {
    padding-bottom: 100px;
}

#lvgames .col-md-4:hover a{
    text-decoration: none;
}

#brlv:hover {
    color: #66D1FF;
}

#refcourse:hover .card{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04)), #FFFFFF !important;
    /* background-color: blue; */
}
