body {
    background: url() center center no-repeat;
    background-attachment: fixed !important;
    background-size: cover;
    background-position: top;
}

.gradient-border {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.the_wheel {
    background-image: url('spin-new-year-2026-alx.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 113%;
}

#myCanvas {
    background-size: 53%;
    width: 93%;
    margin-top: 118px;
    position: relative;
    top: -12px;
}



.alert-bg2.active {
    display: flex !important;
}

.popo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    position: relative;
    bottom: 45px;


}

.poli {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    position: relative;
    bottom: 36px;
}

.btn-keren {
    background-color: #ea0000;
    color: rgb(255, 255, 255);
    margin: 10px;
    padding: 10px 30px;
    font-weight: bold;
}

.btn-keren:hover {
    color: rgb(0, 0, 0);
    background-color: rgba(255, 255, 0, 0.459);
}

.alert-bg2 {
    z-index: 99999 !important;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
}

.florr {
    height: 200px;
    position: relative;
    top: 35px;
    padding: 10px;
}





.alert-bd2 {
    position: relative;
    background: #000000e0;
    color: white;
    font-weight: bold;
    padding: 20px;
    border-radius: 10px;
    height: auto !important;
    border: 3px solid #ff0000;
}

.alert-close2 {
    font-size: 26px;
    font-weight: bold;
    color: white;
    position: absolute;
    top: -10px;
    right: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    background: rgb(255, 0, 0);
}

.alert-bd,
.alert-bd2 {
    width: 726px;
    max-width: 100%;
    max-height: 100%;
    font-size: 16px;
}


.putu {
    max-width: 30px;
}

.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150vh;

}

.round {
    border-radius: 100px;
    border: 1px solid #000;
}

@keyframes scaleCup {
    0% {
        transform: scale(0.6);
    }

    100% {
        transform: scale(1);
    }
}

h1 {
    text-align: center;
    font-size: 1em;
    margin-top: 20px;
    margin-bottom: 20px;
}


.modal-btn {
    display: block;
    margin: 0 -2rem -2rem -2rem;
    padding: 1rem 2rem;
    font-size: .75rem;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-weight: 600;
    border-radius: 0 0 .25rem .25rem;
    background-color: var(--green);
    text-decoration: none;
}

@keyframes confettiRain {
    0% {
        opacity: 1;
        margin-top: -100vh;
        margin-left: -200px;
    }

    100% {
        opacity: 1;
        margin-top: 100vh;
        margin-left: 200px;
    }
}

.confetti {
    opacity: 0;
    position: absolute;
    width: 1rem;
    height: 1.5rem;
    transition: 500ms ease;
    animation: confettiRain 5s infinite;
}

#confetti-wrapper {
    overflow: hidden !important;
}

.input-group {
    display: flex;
    flex-direction: column;
    align-content: center;
    /* height: 56px; */
    margin-top: 3vh;
    position: relative;
    align-items: center;
}

.input-group>.form-control,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    max-width: 500px;
    min-width: 0;
    border-radius: 15px;
    border-top-right-radius: 15px;
    margin: 10px;

}


.tombol {
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
    background-color: #ff0000;
    color: rgb(255, 255, 255);
    padding: 5px 0;
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 10px 5px rgb(150 113 8);
    animation: flicker 5s linear infinite;
}

.tombol:hover {
    color: rgb(255, 255, 255);
}

:root {
    --primary-neon: rgba(243, 131, 131, 0.9);
    --light-neon: rgba(161, 87, 87, 0.7);
    --pulse-neon: rgba(161, 87, 87, 0.5);
    --bright-neon: rgb(161, 87, 87);
    --off-neon: rgb(255 255 255);
    --neon-shadow: 0 0 7px 4px var(--light-neon), 0 0 7px 4px var(--light-neon) inset;
    --neon-shadow-pulse: 0 0 8px 5px var(--pulse-neon), 0 0 8px 5px var(--pulse-neon) inset;
    --neon-shadow-bright: 0 0 8px 4px var(--bright-neon), 0 0 8px 4px var(--bright-neon) inset;
    --neon-shadow-text: 0 0 7px var(--primary-neon);
}

@keyframes flicker {
    0% {
        box-shadow: var(--neon-shadow);
    }

    45% {
        box-shadow: var(--neon-shadow-pulse);
    }

    90% {
        box-shadow: var(--neon-shadow);
        border-color: var(--primary-neon);
        color: var(--primary-neon);
        text-shadow: var(--neon-shadow-text);
    }

    90.01% {
        box-shadow: none;
        border-color: var(--off-neon);
        color: var(--off-neon);
        text-shadow: none;
    }

    94% {
        box-shadow: none;
        border-color: var(--off-neon);
    }

    94.01% {
        box-shadow: var(--neon-shadow);
        border-color: var(--primary-neon);
    }

    95% {
        box-shadow: var(--neon-shadow);
        border-color: var(--primary-neon);
    }

    95.01% {
        box-shadow: none;
        border-color: var(--off-neon);
    }

    95.5% {
        box-shadow: none;
        border-color: var(--off-neon);
    }

    95.51% {
        box-shadow: var(--neon-shadow);
        border-color: var(--primary-neon);
    }

    96% {
        box-shadow: var(--neon-shadow);
        border-color: var(--primary-neon);
    }

    96.01% {
        box-shadow: none;
        border-color: var(--off-neon);
    }

    96.5% {
        box-shadow: none;
        border-color: var(--off-neon);
    }

    96.51% {
        box-shadow: var(--neon-shadow-bright);
        border-color: var(--primary-neon);
    }

    100% {
        box-shadow: var(--neon-shadow);
        border-color: var(--primary-neon);
    }
}



/* customizable snowflake styling */
.snowflake {
    color: #fff;
    font-size: 2em;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 5px #000;
}

@-webkit-keyframes snowflakes-fall {
    0% {
        top: -10%
    }

    100% {
        top: 100%
    }
}

@-webkit-keyframes snowflakes-shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px)
    }
}

@keyframes snowflakes-fall {
    0% {
        transform: translateX(-100%) rotate(0deg);
        top: -10%;
        opacity: 0.5;
    }

    70% {
        transform: translateX(100%) rotate(360deg);
        top: 110%;
        opacity: 0.7;
    }
}

.img-fluid {
    max-width: 100%;

}



.snowflake {
    position: fixed;
    top: -10%;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: snowflakes-fall, snowflakes-shake;
    -webkit-animation-duration: 10s, 3s;
    -webkit-animation-timing-function: linear, ease-in-out;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-play-state: running, running;
    animation-name: snowflakes-fall, snowflakes-shake;
    animation-duration: 10s, 3s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-play-state: running, running
}

.snowflake:nth-of-type(0) {
    left: 1%;
    -webkit-animation-delay: 0s, 0s;
    animation-delay: 0s, 0s
}

.snowflake:nth-of-type(1) {
    left: 10%;
    -webkit-animation-delay: 1s, 1s;
    animation-delay: 1s, 1s
}

.snowflake:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 6s, .5s;
    animation-delay: 6s, .5s
}

.snowflake:nth-of-type(3) {
    left: 30%;
    -webkit-animation-delay: 4s, 2s;
    animation-delay: 4s, 2s
}

.snowflake:nth-of-type(4) {
    left: 40%;
    -webkit-animation-delay: 2s, 2s;
    animation-delay: 2s, 2s
}

.snowflake:nth-of-type(5) {
    left: 50%;
    -webkit-animation-delay: 8s, 3s;
    animation-delay: 8s, 3s
}

.snowflake:nth-of-type(6) {
    left: 60%;
    -webkit-animation-delay: 6s, 2s;
    animation-delay: 6s, 2s
}

.snowflake:nth-of-type(7) {
    left: 70%;
    -webkit-animation-delay: 2.5s, 1s;
    animation-delay: 2.5s, 1s
}

.snowflake:nth-of-type(8) {
    left: 80%;
    -webkit-animation-delay: 1s, 0s;
    animation-delay: 1s, 0s
}

.snowflake:nth-of-type(9) {
    left: 90%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s
}

.snowflake:nth-of-type(10) {
    left: 25%;
    -webkit-animation-delay: 2s, 0s;
    animation-delay: 2s, 0s
}

.snowflake:nth-of-type(11) {
    left: 65%;
    -webkit-animation-delay: 4s, 2.5s;
    animation-delay: 4s, 2.5s
}

.snowflake:nth-of-type(12) {
    left: 15%;
    -webkit-animation-delay: 4s, 2s;
    animation-delay: 5s, 3s
}

.snowflake:nth-of-type(13) {
    left: 95%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s
}

.snowflake:nth-of-type(14) {
    left: 15%;
    -webkit-animation-delay: 4s, 1.5s;
    animation-delay: 5s, 2zs
}

.social {
    left: 0;
    width: 0;
    position: fixed;
    top: 110px;
    z-index: 9999999999;
}

.social ul {
    padding: 0px;
    -webkit-transform: translate(-130px, 0);
    -moz-transform: translate(-130px, 0);
    -ms-transform: translate(-130px, 0);
    -o-transform: translate(-130px, 0);
    transform: translate(-130px, 0);
}

.social ul li {
    display: block;
    margin: 6px;
    margin-left: 0px;
    background: rgba(0, 0, 0, 0.86);
    width: 189px;
    text-align: right;
    padding: 4px;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    height: 53px;
    border: groove 2px #ffbd00;
}

.social ul li:hover {
    -webkit-transform: translate(110px, 0);
    -moz-transform: translate(110px, 0);
    -ms-transform: translate(110px, 0);
    -o-transform: translate(110px, 0);
    transform: translate(110px, 0);
    background: rgba(95, 95, 95, 0.7);
}

.social ul li:hover a {
    color: #fff;
}

.social ul li:hover i {
    color: #fff;
    background: rgba(0, 0, 0, 0.86);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.social ul li i {
    margin-left: 10px;
    color: #000;
    background: #fff;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 20px;
    background: #ffffff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

footer#footer {
    background-color: #91010394;
    border-top: 10px solid #231708;
    color: rgba(255, 255, 255, 1);
    font-weight: 300;
    font-size: 13px;
}

footer#footer .footer-bottom {
    padding: 20px 0;
    background-color: #91010300;
    font-size: 12px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    vertical-align: middle;
}

.bottomnv {
    width: auto;
    margin-bottom: -26px;
}

@font-face {
    font-family: source_sans;
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/619030/SourceSansPro-ExtraLight.ttf');
    /*src: url('fonts/OpenSans-Light.ttf');*/
}

a {
    text-decoration: none;
    color: #B20026;
}

h2 {
    font-size: 40px;
}

h4 {
    font-size: 30px;
}

.float {
    float: left;
}

.link_button h3 {
    color: #B20026;
    padding: 0px 10px;
    width: 140px;
}

.list {
    font-size: 22px;
}

.bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.center {
    text-align: center;
}

.column-center {
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
}

.login {
    width: 25%;
}

.logout {
    position: absolute;
    ;
    top: 10px;
    right: 10px;
}

/*.pure-u-1-2 {
	padding: 0px 5px;
}*/

/*.pure-u-1-3 {
	padding: 0px 5px;
}*/

.up-directory {
    position: absolute;
    top: 10px;
    left: 12%;
}

.button-link {
    background-color: #B20015;
    height: 50px;
    width: 200px;
    margin: 5px 5px;
    color: white;
    font-size: 22px;
    font-weight: 600;
    white-space: normal;
    padding: 0 4px;
}

.button-link-sm {
    background-color: #B20015;
    height: 40px;
    width: 150px;
    margin: 5px 5px;
    color: white;
    font-family: source_sans;
    font-size: 22px;
    font-weight: 600;
    white-space: normal;
    padding: 0 4px;
}

/*Form Elements////////////////////////////////////////////////////////////////////////////////////////////////*/

.tab-form input,
.tab-form select,
.tab-form textarea {
    width: 100%;
}

.tab-form select,
.tab-form input {
    height: 25px;
}

.tab-form button {
    height: 30px;
}

.tab-form table {

    color: aliceblue;

}

/*Dashboard////////////////////////////////////////////////////////////////////////////////////////////*/
.dash-tile-heading-container {
    margin-bottom: 15px;
    height: 56px;
    line-height: normal;
}

.dash-tile-heading {
    background: #b20000;
    font-size: 40px;
    font-weight: bold;
    height: 100%;
    /*width: 80%;*/
    /*min-width: 260px;*/
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 15px;
    box-shadow: 6px 6px 10px rgba(15, 15, 15, .8);
}

.open-waves {
    /*min-width: 160px;*/
    min-width: 140px;
}

.ondemand_stats th {
    font-size: 22px;
    width: 1%;
}

.ondemand_stats tr {
    width: 400px;
}

.ondemand_stats td {
    width: 1%;
    font-size: 18px;
    text-align: center;
}

.ondemand_container {
    margin: 0px 0px 20px 0px;
    min-width: 450px;
}

/* Mod Status By Wave/////////////////////////////////////////////////////////////////////////////////////////*/
.wave_stat {
    width: 100%;
    max-height: 30px;
}

.mod_status {
    float: left;
    width: 610px;
    margin: 15px 5px 15px 5px;
    padding: 10px 8px 10px 8px;
    background: rgba(44, 54, 54, .7);
    box-shadow: 0px 0px 5px 1px #475758 inset, 0px 0px 20px 5px #000000;
    border: 1px;
    border-radius: 5px;
}

.wave_number {
    /*color: white;*/
    /*float: left;*/
    width: 20px;
    margin: 2px 5px;
    text-align: center;
    font-size: 30px;
}

.bar_percent_wrapper {
    /*width: 700px;*/
}

.bar_container {
    /*float: left;*/
    width: 71%;
    margin: 2px 2px 2px 2px;
}

#bar {
    float: left;
    background-color: #6EFF00;
    height: 48px;
    margin: 6px 0px 6px 0px;
}

.bar_percent {
    width: 50px;
    /*float: left;*/
    margin: 2px;
    padding-top: 1px;
    text-align: center;
    font-size: 30px;
    /*color: white;*/
}

.progress_bar {
    border: 1px;
    border-radius: 5px;
    height: 50px;
    /*background-color: #6EFF00;*/
    -webkit-animation-name: results;
    -moz-animation-name: results;
    -webkit-animation-duration: 2.5s;
    -moz-animation-duration: 2.5s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
}

@-webkit-keyframes results {
    0% {
        width: 0;
        opacity: 0.5;
        background-color: purple;
    }

    100% {
        width: 100%;
        opacity: 1;
    }
}

@-moz-keyframes results {
    0% {
        width: 0;
        opacity: 0.5;
        background-color: purple;
    }

    100% {
        width: 100%;
        opacity: 1;
    }
}

/*Tile Formatting //////////////////////////////////////////////////////////////////////////////////////////////*/
.tile {
    /*border-style: solid;*/
    margin: 25px 15px 0px 15px;
    border-color: rgba(18, 18, 17, .7);
    border-width: 1px;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(15, 15, 15, .8) inset;
    background-color: #202020;
    padding: 0px 0px 10px 0px;
}

.tile h2 {
    margin: 20px 0px;
}

.tile-padded {
    border-color: rgba(18, 18, 17, .7);
    border-width: 1px;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(15, 15, 15, .8) inset;
    background-color: #202020;
    padding: 10px;
}

/*Table Formatting (Site Wide)////////////////////////////////////////////////////////////////////////////////*/
.table {
    padding-top: 5px;
    text-align: center;
    width: 100%;
    font-size: 20px;
}

.table tbody tr:hover {
    background-color: rgba(255, 0, 54, .3);
    color: white;
}

.table th {
    text-align: center;
    font-size: 20px;
}

/*Tab Formatting////////////////////////////////////////////////////////////////////////////////*/
.tab_tile {
    border-color: rgba(18, 18, 17, .7);
    border-width: 1px;
    border-radius: 0px 5px 5px 5px;
    box-shadow: 2px 2px 10px rgba(15, 15, 15, .8) inset;
    background-color: #202020;
    padding: 10px;
}

/*RF Equip Table Formatting ////////////////////////////////////////////////////////////////////////////////*/
#current_list {
    padding: 0px 35px;
}

.rf_table {
    margin-top: 15px;
    text-align: center;
    width: 100%;
    font-size: 20px;
}


.rf_table th {
    text-align: center;
    font-size: 20px;
}

.rf_table th {
    text-align: center;
}

.rf-inventory tr {
    margin-top: 15px;
    text-align: center;
    font-size: 20px;
}


.rf_table tbody tr:hover {
    background-color: rgba(255, 0, 54, .3);
    color: white;
}

.rf_table th {
    font-size: 20px;
}

.rf_table th:first-child {
    width: 205px;
}

.rf_table th:nth-child(2) {
    width: 285px;
}

.rf_table th:nth-child(3) {
    width: 285px;
}

.rf_table th:nth-child(4) {
    width: 220px;
}

.rf_table th:nth-child(5) {
    width: 310;
}

/*RF Inventory Table Formatting ////////////////////////////////////////////////////////////////////////////////*/
.rf-inventory {
    margin-top: 15px;
    text-align: center;
    /*width: 100%;*/
    font-size: 16px;
}

.rf-inventory th {
    text-align: center;
    font-size: 16px;
}

.rf-inventory th {
    text-align: center;
}

.rf-inventory tr {
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
}


.rf-inventory select {
    font-size: 16px;
}

.rf-inventory input {
    font-size: 14px;
}

.rf-inventory tbody tr:hover {
    background-color: rgba(255, 0, 54, .4);
    color: white;
}

.rf-inventory th {
    font-size: 20px;
}

.rf-inventory th:first-child {
    width: 110px;
}

.rf-inventory th:nth-child(2) {
    width: 105px;
}

.rf-inventory th:nth-child(3) {
    width: 115px;
}

.rf-inventory th:nth-child(4) {
    width: 200px;
}

.rf-inventory th:nth-child(5) {
    width: 200px;
}

.rf-inventory th:nth-child(6) {
    width: 200px;
}

.rf-inventory th:nth-child(7) {
    width: 200px;
}

.rf-inventory th:nth-child(8) {
    width: 155px;
}

.rf-inventory th:nth-child(9) {
    width: 100px;
}

.rf-inventory th:nth-child(10) {
    width: 100px;
}

.rf-inventory tbody tr:nth-child(3) {
    margin-top: 10px;
}

/*850 Reports////////////////////////////////////////////////////////////////////////////////////////////*/
.form_850 {
    width: 100%;
    text-align: center;
}

.form_850 th {
    text-align: center;
}

.form_850 tr {
    text-align: center;
    width: 100%;
}


.form_850 tr:hover {
    background-color: rgba(255, 0, 54, .4);
    color: white;
}

.form_850 th:first-child {
    width: 40px;
}

.form_850 th:nth-child(2) {
    width: 180px;
}



/*Pending Crane Reports///////////////////////////////////////////////////////////////////////////*/
.pending_crane {
    width: 100%;
    text-align: center;
}

.pending_crane th {
    text-align: center;
}

.pending_crane tr {
    text-align: center;
    width: 100%;
}


.pending_crane tr:hover {
    background-color: rgba(255, 0, 54, .4);
    color: white;
}

.pending_crane th:first-child {
    width: 40px;
}

.pending_crane th:nth-child(2) {
    width: 180px;
}

/*Form Styling ///////////////////////////////////////////////////////////////////////////////////////*/

.form_label {
    height: auto;
    padding-top: 5px;
    font-size: 22px;
}

.button {
    font-size: 18px;
}

/*Custom Lists ///////////////////////////////////////////////////////////////////////////////////////////////*/

#as400_userlist {
    text-align: center;
    width: 80%;
    min-width: 500px;
}

#as400_userlist tr:hover {
    background-color: rgba(255, 0, 54, .3);
    color: white;
}

#as400_userlist th:first-child {
    width: 50px;
}

#as400_userlist th:nth-child(2) {
    width: 180px;
}

#as400_userlist th:nth-child(3) {
    width: 100px;
}

#as400_userlist th:nth-child(4) {
    width: 180px;
}

#as400_userlist th:nth-child(5) {
    width: 180px;
}

/*System Userlist  ///////////////////////////////////////////////////////////////////////////////////////////////*/
.user_tile {
    border-color: rgba(18, 18, 17, .7);
    border-width: 1px;
    border-radius: 0px 5px 5px 5px;
    box-shadow: 2px 2px 10px rgba(15, 15, 15, .8) inset;
    background-color: #202020;
    padding: 10px 10px 10px 0px;
}

.user-tile-heading-container {
    height: 56px;
    line-height: normal;
}

.user-tile-heading {
    /*margin-top: 15px;*/
    background: #b20000;
    color: #fffafa;
    font-size: 20px;
    /*font-weight: bold;*/
    height: 80%;
    width: 184px;
    text-align: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 5px 10px 10px rgba(15, 15, 15, .8);
    outline: 0;
    border: 0;
}

.user-tile-heading:active {
    background: #ff2c2f;
    color: #fffafa;
    margin-top: 2px;
    font-size: 20px;
    /*font-weight: bold;*/
    height: 80%;
    width: 184px;
    text-align: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 5px 10px 10px rgba(15, 15, 15, .8);
    outline: 0;
    border: 0;
}

.system_userlist {
    text-align: center;
    /*width: 100%;*/
    min-width: 500px;
    font-size: 16px;
}

.system_userlist th {
    text-align: center;
    /*width: 100%;*/
    min-width: 15px;
    font-size: 16px;
}

.system_userlist button {
    width: 80px;
}

.system_userlist tbody>tr:hover {
    background-color: rgba(255, 0, 54, .3);
    color: white;
}

/*First Name*/
.system_userlist th:nth-child(1) {
    width: 105px;
}

/*Last Name*/
.system_userlist th:nth-child(2) {
    width: 105px;
}

/*Email*/
.system_userlist th:nth-child(3) {
    width: 275px;
}

/*Active*/
.system_userlist th:nth-child(4) {
    width: 55px;
}

/*Locked*/
.system_userlist th:nth-child(5) {
    width: 55px;
}

/*Extension*/
.system_userlist th:nth-child(6) {
    width: 65px;
}

/*Location*/
.system_userlist th:nth-child(7) {
    width: 120px;
}

/*SMS*/
.system_userlist th:nth-child(8) {
    width: 75px;
}

/*Tier One*/
.system_userlist th:nth-child(9) {
    width: 75px;
}

/*Created*/
.system_userlist th:nth-child(10) {
    width: 145px;
}

/*Created By*/
.system_userlist th:nth-child(11) {
    width: 150px;
}

/*Edit Button*/
.system_userlist th:nth-child(12) {
    width: 80px;
}

/*Reset By*/
.system_userlist th:nth-child(13) {
    width: 80px;
}

/*Disable Button*/
.system_userlist th:nth-child(14) {
    width: 80px;
}

/*Updated By*/
.system_userlist th:nth-child(15) {
    width: 10px;
}

/*Updated By*/
.system_userlist th:nth-child(16) {
    width: 80px;
}

/*Removed System Userlist ///////////////////////////////////////////////////////////////////////////////////////////////*/

.removed_userlist {
    text-align: center;
    /*width: 100%;*/
    min-width: 500px;
    font-size: 16px;
}

.removed_userlist button {
    width: 80px;
}

.removed_userlist tbody>tr:hover {
    background-color: rgba(255, 0, 54, .3);
    color: white;
}

/*First Name*/
.removed_userlist th:nth-child(1) {
    width: 105px;
}

/*Last Name*/
.removed_userlist th:nth-child(2) {
    width: 105px;
}

/*Email*/
.removed_userlist th:nth-child(3) {
    width: 275px;
}

/*Active*/
.removed_userlist th:nth-child(4) {
    width: 55px;
}

/*Locked*/
.removed_userlist th:nth-child(5) {
    width: 55px;
}

/*Extension*/
.removed_userlist th:nth-child(6) {
    width: 65px;
}

/*Location*/
.removed_userlist th:nth-child(7) {
    width: 120px;
}

/*SMS*/
.removed_userlist th:nth-child(8) {
    width: 145px;
}

/*Tier One*/
.removed_userlist th:nth-child(9) {
    width: 150px;
}

/*Created*/
.removed_userlist th:nth-child(10) {
    width: 145px;
}

/*Created By*/
.removed_userlist th:nth-child(11) {
    width: 150px;
}

/*Edit Button*/
.removed_userlist th:nth-child(12) {
    width: 80px;
}

/*Reset By*/
.removed_userlist th:nth-child(13) {
    width: 80px;
}

/*Disable Button*/
.removed_userlist th:nth-child(14) {
    width: 80px;
}

/*Updated By*/
.removed_userlist th:nth-child(15) {
    width: 10px;
}

/*Updated By*/
.removed_userlist th:nth-child(16) {
    width: 80px;
}

/*Employee List  ///////////////////////////////////////////////////////////////////////////////////////////////*/
.employee-list {
    text-align: center;
    /*width: 100%;*/
    min-width: 500px;
    font-size: 16px;
}

.employee-list th {
    text-align: center;
    /*width: 100%;*/
    /*	min-width: 500px;*/
    font-size: 16px;
}

.employee-list button {
    width: 80px;
}

.employee-list tbody>tr:hover {
    background-color: rgba(255, 0, 54, .3);
    color: white;
}

/*First Name*/
.employee-list th:nth-child(1) {
    width: 105px;
}

/*Middle Initial*/
.employee-list th:nth-child(2) {
    width: 36px;
}

/*Last Name*/
.employee-list th:nth-child(3) {
    width: 105px;
}

/*Phone*/
.employee-list th:nth-child(4) {
    width: 120px;
}

/*SMS Opt In*/
.employee-list th:nth-child(5) {
    width: 55px;
}

/*Phone Carrier*/
.employee-list th:nth-child(6) {
    width: 105px;
}

/*Location*/
.employee-list th:nth-child(7) {
    width: 125px;
}

/*Position*/
.employee-list th:nth-child(8) {
    width: 155px;
}

/*Updated*/
.employee-list th:nth-child(9) {
    width: 160px;
}

/*Updated By*/
.employee-list th:nth-child(10) {
    width: 140px;
}

/*Edit*/
.employee-list th:nth-child(11) {
    width: 85px;
}

/*Remove*/
.employee-list th:nth-child(12) {
    width: 85px;
}

/*Loading gif/////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5) url('gif/ajax-loader.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.layout.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

/* section version*/

.sectionModal {
    display: none;


    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5) url('gif/ajax-loader.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
.section.layout.loading {

    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
.section.loading .modal {
    display: block;
    height: 200px;
    width: 100px;
}


.loading {
    display: block;
    min-height: 700px;
    width: 100%;


}

/*Tabs CSS/////////////////////////////////////////////////////////////////////////////////////////*/
/*----- Tabs -----*/
.tabs {
    width: 100%;
    display: inline-block;
}

.tabs ul {
    margin: 0px;
}

/*----- Tab Links -----*/
/* Clearfix */
.tab-links:after {
    display: block;
    clear: both;
    content: '';
}

.tab-links li {
    margin: 0px 2px 0px 1px;
    float: left;
    list-style: none;
}

.tab-links a {
    padding: 9px 15px;
    display: inline-block;
    border-radius: 3px 3px 0px 0px;
    background-color: #B20015;
    font-size: 16px;
    font-weight: 600;
    color: white;
    transition: all linear 0.15s;
}

.tab-links a:hover {
    background: #FF2C2F;
    text-decoration: none;
}

li.active a,
li.active a:hover {
    background: #FF2C2F;
    color: white;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}

/*//Phone Directory/////////////////////////////////////////////////////////////////////////////////////////////////*/
.phone-directory {
    font-size: 25px;
    width: 100%;
}

.phone-directory tr {
    height: 30px;
}

.phone-directory td:first-child {
    width: 283px;
}

/*//Corporate Phone Directory/////////////////////////////////////////////////////////////////////////////////////////////////*/
.corp-directory {
    font-size: 25px;
    width: 100%;
}

.corp-directory tr {
    height: 30px;
}

.corp-directory td:first-child {
    width: 300px;
}

.corp-directory td:nth-child(2) {
    width: 300px;
}

/*//AKL ASRS Capacity///////////////////////////////////////////////////////////////////////////////////////////////////////*/
.aklAsrs {
    text-align: center;
    margin: 0;
    line-height: normal;
}

.aklAsrs td:first-child {
    width: 75px;
}

.aklAsrs td:nth-child(2) {
    width: 150px;
}

.aklAsrs td:nth-child(3) {
    width: 150px;
}

.aklAsrs td:nth-child(4) {
    width: 150px;
}

/*//PTL Severes ///////////////////////////////////////////////////////////////////////////////////////////////////////*/
.ptlSevere {
    width: 100%;
    text-align: center;
    margin: 0;
    line-height: normal;
}

.ptlSevere th {
    width: 100%;
    text-align: center;
    margin: 0;
    line-height: normal;
}

.ptlSevere td:first-child {
    width: 50px;
}

.ptlSevere td:nth-child(2) {
    width: 50px;
}

.ptlSevere td:nth-child(3) {
    width: 50px;
}

.ptlSevere td:nth-child(4) {
    width: 50px;
}

.ptlSevere td:nth-child(5) {
    width: 50px;
}

.ptlSevere td:nth-child(6) {
    width: 375px;
}

.ptlSevere td:nth-child(7) {
    width: 50px;
}

.ptlSevere td:nth-child(8) {
    width: 50px;
}

.ptlSevere td:nth-child(9) {
    width: 75px;
}

.ptlSevere td:nth-child(10) {
    width: 150px;
}

/*//Alerts///////////////////////////////////////////////////////////////////////////////////////////////////////*/
.alert {
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    color: white;
    margin: 2px 0px;
    font-size: 20px;
    height: auto;
    padding: 2px 1px;
}

.alert-success {
    background-color: rgba(35, 232, 82, .4);
    border-color: rgb(35, 232, 82);
}

.alert-danger {
    background-color: rgba(178, 0, 0, .4);
    border-color: rgb(220, 0, 0);
}

/*//Mod Dashboard Tables///////////////////////////////////////////////////////////////////////////////////////////////////////*/
.mod-dash-table td {
    font-size: 25px;
    padding: 5px 0px;
}

/*/ Report Lists///////////////////////////////////////////////////////////////////////////////////////////////////////*/
.report-list {
    width: 100%;
    text-align: center;
}

.report-list thead tr {
    width: 100%;
    text-align: center;
}

.report-list thead th {
    width: 100%;
    text-align: center;
}


.report-list td {
    text-align: center;
}

.report-list td:first-child {
    width: 70%;
    font-size: 22px;
}

.report-list td:nth-child(2) {
    width: 15%;
}

.report-list td:nth-child(3) {
    width: 15%;
}

/*/ Insufficients Report///////////////////////////////////////////////////////////////////////////////////////////////////////*/
.insTable {
    width: 100%;
    text-align: center;
}

.insTable th:first-child {
    width: 30px;
}

.insTable th:nth-child(2) {
    width: 20px;
}

.insTable th:nth-child(3) {
    width: 75px;
}

.insTable th:nth-child(4) {
    width: 275px;
}

.insTableHead {
    border-bottom: dashed;
    border-color: white;
    border-width: 1px;
}

.insTableFooter {
    margin-top: 10px;
}

.insTableFooter td:first-child {
    width: 500px;
}

.insTableFooter td:nth-child(2) {
    width: 100px;
}

.insTableFooter td:nth-child(3) {
    width: 100px;
}

.insTableFooter td:nth-child(4) {
    width: 150px;
}

.insTableFooter td:nth-child(5) {
    width: 75px;
}

.insTableFooter td:nth-child(6) {
    width: 50px;
}

.insTableFooter td:nth-child(7) {
    width: 150px;
}

.insTableFooter td:nth-child(8) {
    width: 75px;
}

/*.endInsfSubLine > td {
	padding-bottom: 15px;
}*/

.insfRight {
    text-align: right;
}

.insfTopBorder {
    border-top: dashed;
    border-color: white;
    border-width: 1px;
}


/* Custom Bootstrap CSS VICTOR */

.well-dark {

    background: #a0a0a0;
    border-radius: 0px;


}

/* input font color fix */
/*
input, select {
    
    color:black;
    font-weight: bolder;
        
}
*/

/*
button {
    color:black;
    font-weight: 900;
    
}
*/

/*Dashboard Sidebar ////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.area {
    float: right;
    background: #e2e2e2;
    width: 100%;
    height: 100%;
}

.fa-2x {
    font-size: 2em;
    color: white;
}

.fa {
    position: relative;
    display: table-cell;
    padding: 0px 20px 0px 7px;
    width: 20px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
}

.main-menu:hover,
nav.main-menu.expanded {
    background: rgba(255, 255, 255, .3);
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    position: absolute;
    top: 100px;
    bottom: 0;
    height: 250px;
    right: 0;
    width: 250px;
    overflow: hidden;
    -webkit-transition: width .05s linear;
    transition: width .05s linear;
    -webkit-transform: translateZ(0) scale(1, 1);
    z-index: 1000;
}

.main-menu {
    background: rgba(255, 0, 0, 0.99);
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    position: absolute;
    top: 100px;
    bottom: 0;
    height: 200px;
    right: 0;
    width: 20px;
    overflow: hidden;
    -webkit-transition: width .05s linear;
    transition: width .05s linear;
    -webkit-transform: translateZ(0) scale(1, 1);
    z-index: 1000;
    font-weight: bold;
}


.main-menu .side-container {
    background: rgba(255, 0, 0, 0.99);
    padding-left: 500px;
    padding-right: 500px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    padding-top: 40px;
    padding-bottom: 200px;
    padding-left: 2px;
}

.main-menu .side-container .side-text {
    text-align: center;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    padding-top: 0px;
    padding-left: 0px;
    font-family: source_sans, sans-serif;


}

.main-menu .side-container .side-text-side {
    text-align: center;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    padding-top: 0px;
    padding-left: 0px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */

}

.main-menu:hover .side-container {
    display: none;
}

.main-menu>ul {
    margin: 7px 0;
}

.main-menu li {
    position: relative;
    display: block;
    width: 225px;
}

.main-menu li>a {
    position: relative;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    color: #999;
    font-family: arial;
    font-size: 14px;
    text-decoration: none;
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-transition: all .1s linear;
    transition: all .1s linear;

}

.main-menu .nav-icon {
    position: relative;
    display: table-cell;
    width: 60px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
}

.main-menu .nav-text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 190px;
    margin: 10px;
}

. .main-menu>ul.logout {
    position: absolute;
    left: 0;
    bottom: 0;
}

.no-touch .scrollable.hover {
    overflow-y: hidden;
}

..no-touch .scrollable.hover:hover {
    overflow-y: auto;
    overflow: visible;
}

a:hover,
a:focus {
    text-decoration: none;
}

nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

nav ul,
nav li {
    outline: 0;
    margin: 0px 0px 0px 30px;
    padding: 0;
}

/*CR bootstrap
////////////////////////////////////////////////////////////////////////////////////////////////////////*/

body .bootstrap {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}

/*
.bootstrap input[type=text] ,
.bootstrap select,
.bootstrap table tr td,
.bootstrap select option,
.bootstrap textarea {
	color:black;
	font-weight: 300;
}
*/

.bootstrap table tr th {
    color: #B20015;
    font-weight: bolder;
}

.bootstrap table td {
    font-size: 14px;
}

.bootstrap h4 {
    font-size: 22px;
}

.bootstrap .btn a {
    color: #B20015;
    font-weight: bolder;
}

.bootstrap .btn-danger {
    color: white;
    /*	font-family: sans-serif;*/
}

.bootstrap.btn-update {
    display: inline-table;
    max-height: 18px;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size-adjust: 95%;
    background-color: #1d5ac3;
    color: aliceblue;
    width: auto;
}

.bootstrap input.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.bootstrap #upload-rdy {
    color: white;
    overflow: hidden;
    position: inherit;
}

.bootstrap.up-response {
    height: 30px;
    margin-bottom: 30px;
}

.bootstrap.server-response {
    padding: 0px;
    margin: 0px;
}

.bootstrap.action {
    background: #BAF765;
    background: linear-gradient(#BAF765, #A7E059) repeat scroll 0 0 transparent;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 5px #487C00;
    display: none;
    padding: 5px 10px;
    position: fixed;
    text-shadow: 1px 1px 0 #D6F3AE;
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center
}

.bootstrap.action h3 {
    color: #282828;
    display: inline-block
}

.bootstrap.action img {
    margin: 0 10px 0px 0
}

.newentree input {
    padding: 5px 8px;
    background: #45c2f3;
    color: #fff;
    margin: 10px 0 0;
    border-radius: 2px;
    border: 1px solid #5f5f5f;
    width: 100px;
    float: right;
    box-shadow: 1px 1px 1px #000
}

.newentree input:hover {
    box-shadow: 1px 1px 1px #bbb;
    cursor: pointer
}

.bootstrap .panel .panel-body *,
.bootstrap .well {
    font-weight: 200;
    color: black;
    /*	font-family: sans-serif;*/
}

.bootstrap .panel .panel-heading h3 {
    text-align: center;
    font-size: 28px;
    font-weight: bolder;
    color: white;
    /*	font-family:sans-serif;	*/
}

/* remove button bootstrap adjust*/
.bootstrap .panel .panel-heading a,
.bootstrap .well .panel-warning a {
    color: white;
    /*	font-weight: bolder;*/
}


/*removes bootstrap round corners from panel section */
.bootstrap .panel .panel-heading {
    border-radius: 0px;
}

.bootstrap .form-control textarea {
    resize: none;
}

.bootstrap h1,
.bootstrap h2,
.bootstrap h3,
.bootstrap h4,
.bootstrap h5,
.bootstrap h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}



/*Global bootstrap clasess/utilities   (clasess that dont need to be under .bootstrap class but dont interfere with pure css)
////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/* Panel classess*/
.panel.panel-primary .panel-heading,
.bg-primary {
    background: #B20015;
    border-color: #B20015;
}

.panel.panel-primary {
    border-color: white;
    border-width: 0px;
    border-radius: 0px;
}

/* changes bootstrap buttons to look like the pure ones on wag site*/
.pure-btns,
.btn.btn-danger {
    border-radius: 0px;
    background: #B20015;
}

.pure-btns,
.btn.btn-danger {
    border-radius: 0px;
    background: #B20015;
}

.btn.btn-success {
    background: #0d8b2d;
}

.pure-btns,
.btn.btn-info,
.btn-warning,
.btn-success {
    border-radius: 0px;
}


/*utilities
////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.scroll-box {
    height: 200px;
    overflow: scroll;
}

.scroll-box-lg {
    height: 700px;
    overflow: auto;
}

.max-scroll-box-lg {
    max-height: 700px;
    overflow: auto;
}

.scroll-box-md {
    height: 500px;
    overflow: auto;
}

.max-scroll-box-md {
    max-height: 400px;
    overflow: auto;
}

.grow {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: scale(6.6);
}

/*TRUE KIOSK STYLE
////////////////////////////////////////////////////////////////////////////////////////////////////////*/


#login-body {
    margin-top: 100px;
}

.kiosk-wrapper {
    padding-top: 50px;
}

.thumbnail-sm {
    width: 150px;
    max-width: 180px;
}

.thumbnail-table {
    max-width: 35px;
}

.login-alert {
    color: orange;
    font-size: 100px;
}

#basic {
    margin: 0 auto;
    padding: 0;
    border-collapse: collapse;
    border: 2px solid #000;
    width: 100%;
}

#basic td {
    background-color: #000;
    padding: 0;
    width: 18%;
    height: 18%;
    border: 1px solid #000;
}

#basic button {
    display: block;
    font-size: 100%;
    width: 100%;
    min-height: 50px;
    padding: 0;
    border: none;
    text-align: center;
    vertical-align: middle;
    color: #000;
    background-color: #ffffff;
}

#basic button.functionKey {
    background-color: #B20015;
    color: aliceblue;
    font-weight: 800px;
}

#basic button.functionKey:hover {
    background-color: #800000;
}

#basic button.disabledKey {
    background-color: #000;
}

#basic button:hover {
    color: #000;
    cursor: pointer;
    background-color: #babbbe;
}

.clear-btn {
    background: none;
    color: white;
    font-size: 24px;
    border-style: none;
}

.clear-btn:focus {
    border-style: none;
}

.btn-square {
    font-size: 30px;
    width: auto;
    height: auto;
    border-radius: 0px;
}

#affixDiv {
    z-index: 100;
}

.alert-warning {
    background: hsla(10, 78%, 45%, 0.99);
    color: #ecddda;
    font-size: 15px;
}

.alert-color-text {
    font-size: 20px;
    color: white;
}

.alert-success {
    background: hsla(120, 100%, 44%, 0.97);
    color: #ecddda;
    font-size: 15px;
}

.close-btn {
    background: none;
    color: white;
    font-size: 29px;
    border: none;
}

.rf-tag {
    width: auto !important;
    height: auto !important;
}

.webkit-user-select {
    width: 1.80in !important;
    height: 0.5in !important;
}

.btn-fixed-tag {
    max-width: 100px;
}

#rf-info {
    color: black;
    font-weight: bolder;
}


/*****CONTACTS*******/

.contact-form option,
.bootstrap .contact-form input,
.bootstrap .contact-form label,
.bootstrap .contact-form h4 {
    color: black;
    font-weight: 900;
    text-transform: capitalize;
}

.response {
    position: fixed;
}



.recent_table {
    margin-top: 15px;
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: white;
    font-family: source_sans, sans-serif;
    font-weight: 100;
    line-height: 1.6em;
}


.recent_table th {
    text-align: center;
    font-size: 25px;
    font-family: source_sans, sans-serif;
    font-weight: 100;
    padding-bottom: 15px;
}



.recent_table tr {
    margin-top: 15px;
    text-align: center;
    font-size: 20px;

}

.recent_table tbody tr:hover {
    background-color: rgba(255, 0, 54, .4);
    color: white;
}

table.redTable {
    border: 2px solid #ff6666;
    background-color: #EEE7DB;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

table.redTable td,
table.redTable th {
    border: 1px solid #ff0000;
    padding: 3px 2px;
}

table.redTable tbody td {
    font-size: 13px;
}

table.redTable tr:nth-child(even) {
    background: #F5C8BF;
}

table.redTable thead {
    background: #ff0000;
}

table.redTable thead th {
    font-size: 19px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    border-left: 2px solid #ff6666;
}

table.redTable thead th:first-child {
    border-left: none;
}

table.redTable tfoot {
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    background: #ff6666;
}

table.redTable tfoot td {
    font-size: 13px;
}

table.redTable tfoot .links {
    text-align: right;
}

table.redTable tfoot .links a {
    display: inline-block;
    background: #FFFFFF;
    color: #000000;
    padding: 2px 8px;
    border-radius: 5px;
}

img.img-fluid.my-3 {
    max-width: 500px;
}

.kotak-panjang {
    height: 55vh;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0px 0px 10px 5px rgb(223, 33, 33);
}

button#kode_voucher {
    width: 350px;
    border-radius: 15px;
    background-color: #ec0b0b;
    color: gold;
    font-weight: bolder;
}


.the_wheel {
    background-image: url(spin-new-year-2026-alx.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 40rem;
    margin-top: 0;
}

.icon_spin {
    position: fixed;
    margin-top: 146px;
    z-index: 100;
    margin-left: 14px;
}

.panah {
    position: fixed;
    margin-top: 136px;
    z-index: 100;
}

#myCanvas {
    background-size: 63%;
    width: 65%;
    margin-top: 7em;
    position: relative;
    top: -6.3em;
}

.tombol_spin {
    position: absolute;
    top: 11.5rem;
    width: 9.5rem;
    height: 9.5rem;
    text-align: center;
    font-size: 30px;
    border: 3px solid #ffffff;
    background: radial-gradient(#910000, #e10000);
    animation: mantap 1s infinite;
}

.form-wrap {
    max-width: 500px;
    width: 100%;
}

@keyframes mantap {
    0% {
        background-position: 0% 82%;
    }

    50% {
        background-position: 100% 0%;
    }

    100% {
        background-position: 0% 82%;
    }
}

@media only screen and (max-width: 1024px) {
    .the_wheel {
        background-size: cover;
    }
    
    #myCanvas {
        width: 70%;
        margin-top: 18%;
        position: relative;
        top: -6.40rem;
    }
    .tombol_spin {
        position: absolute;
        top: 12.3rem;
        width: 10.3rem;
        height: 10.3rem;
    }
}

@media only screen and (max-width: 800px) {
    .kotak-panjang {
        height: 70vh;
    }

    .the_wheel {
        background-size: cover;
        margin-top: 5em;
    }

    #myCanvas {
        width: 75%;
        margin-top: 18%;
        position: relative;
        top: -6.45rem;
    }
    .florr {
        height: 109px;
        position: relative;
        top: 55px;
        padding: 10px;
    }

    img.img-fluid.my-3 {
        max-width: 450px;
    }

    .alert-bd,
    .alert-bd2 {
        width: 331px;
        max-width: 100%;
        max-height: 398px;
        font-size: 9px;
    }

    .tombol_spin {
        position: absolute;
        top: 18rem;
        width: 11rem;
        height: 11rem;
        text-align: center;
        font-size: 40px;
    }

    .alert-bd2 h3 {
        font-size: calc(0.6rem + .6vw);
    }

    .alert-close2 {
        font-size: 20px;
        width: 30px;
        height: 30px;
    }

    ol, ul {
        padding-left: 1rem;
    }
}

@media only screen and (max-width: 600px) {
    .kotak-panjang {
        height: auto;
    }

    img.img-fluid.my-3 {
        max-width: 450px;
    }

    .alert-close2 {
        font-size: 18px;
        width: 28px;
        height: 28px;
    }

    .tombol_spin {
        position: absolute;
        top: 13.8rem;
        width: 6.5rem;
        height: 6.5rem;
        text-align: center;
        font-size: 30px;
    }
    
    #myCanvas {
        width: 60%;
        margin-top: 17%;
        position: relative;
        top: -5.5rem;
    }

    .the_wheel {
        background-size: cover;
        max-width: 600px;
        margin-top: 4.5em;
    }
}

@media only screen and (max-width: 500px) {
    .the_wheel {
        background-size: 100%;
        width: 100%;
    }

    img.img-fluid.my-3 {
        max-width: 400px;
    }


    #myCanvas {
        background-size: 53%;
        width: 56%;
        margin-top: 71px;
        position: relative;
        top: -17px;
    }

    .tombol_spin {
        position: absolute;
        top: 205px;
        width: 6rem;
        height: 6rem;
        text-align: center;
        font-size: 30px;
    }
}

@media only screen and (max-width: 450px) {
    .florr {
        top: 80px;
    }
    .the_wheel {
        background-size: cover;
        max-width: 450px;
        margin-top: 6em;
    }

    img.img-fluid.my-3 {
        max-width: 380px;
    }

    #myCanvas {
        width: 75%;
        margin-top: 18%;
        position: relative;
        top: -4.2rem;
    }

    .tombol_spin {
        position: absolute;
        top: 135PX;
        width: 5rem;
        height: 5rem;
        text-align: center;
        font-size: 15px;
    }


}

@media only screen and (max-width: 430px) {  
    .tombol_spin {
        position: absolute;
        top: 14.65rem;
        width: 7rem;
        height: 7rem;
        text-align: center;
        font-size: 25px;
    }
}

@media only screen and (max-width: 420px) {
    .tombol_spin {
        position: absolute;
        top: 14.2rem;
        width: 6.7rem;
        height: 6.7rem;
        text-align: center;
        font-size: 25px;
    }
}

@media only screen and (max-width: 400px) {
    .the_wheel {
        background-size: cover;
        max-width: 400px;
        margin-top: 5em;
    }

    img.img-fluid.my-3 {
        max-width: 350px;
    }

    #myCanvas {
        width: 75%;
        margin-top: 18%;
        position: relative;
        top: -3.8rem;
    }

    .tombol_spin {
        position: absolute;
        top: 12.9rem;
        width: 6.5rem;
        height: 6.5rem;
        text-align: center;
        font-size: 25px;
    }
}

@media only screen and (max-width: 380px) {
    .florr {
        top: 60px;
    }
    .the_wheel {
        background-size: cover;
        max-width: 380px;
        margin-top: 3.5em;
    }

    #myCanvas {
        width: 75%;
        margin-top: 18%;
        position: relative;
        top: -3.8rem;
    }

    .tombol_spin {
        position: absolute;
        top: 10.5rem;
        width: 6rem;
        height: 6rem;
        text-align: center;
        font-size: 25px;
    }

    img.img-fluid.my-3 {
        max-width: 350px;
    }
}

@media only screen and (max-width: 360px) {
    .tombol_spin {
        position: absolute;
        top: 11rem;
        width: 6rem;
        height: 6rem;
        text-align: center;
        font-size: 25px;
    }
}

@media only screen and (max-width: 344px) {
    .tombol_spin {
        position: absolute;
        top: 10.5rem;
        width: 6rem;
        height: 6rem;
        text-align: center;
        font-size: 25px;
    }
}

@media only screen and (max-width: 300px) {
    img.img-fluid.my-3 {
        max-width: 250px;
    }

    #myCanvas {
        width: 85%;
        margin-top: 53px;
        position: relative;
        top: -9px;
    }

    .alert-bd,
    .alert-bd2 {
        width: 250px;
        max-width: 100%;
        max-height: 398px;
        font-size: 9px;
    }

    #welcome h3 {
        font-size: calc(0.6rem + .6vw);
        text-align: center;
    }

    ol,
    ul {
        padding: 1rem;
    }

    button#kode_voucher {
        width: 300px;
        border-radius: 15px;
        background-color: yellow;
        color: black;
        font-weight: bolder;
    }

    .the_wheel {
        background-size: cover;
        width: 100%;
        margin-top: 3em;
    }

    .tombol_spin {
        position: absolute;
        top: 12.5rem;
        width: 5.5rem;
        height: 5.5rem;
        text-align: center;
        font-size: 17px;
    }

}

li::marker {
    content: '🏡 ';
    font-size: 1.2em;
}

h3 {
    text-align: center;
}