.output {
    text-align: center;
    color: #6d2f0f;
}

.cursor::after {
    content: "|";
    display: inline-block;
    animation-name: blink;
    animation-duration: 0.3s;
    animation-iteration-count: infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    49% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.planePath {
    stroke: #09a7da;
    stroke-width: 0.1%;
    stroke-width: 0.5%;
    stroke-dasharray: 1% 2%;
    stroke-linecap: round;
    fill: none;
}

.fil1 {
    fill: #09a7da;
}

.fil2 {
    fill: #006baa;
}

.fil4 {
    fill: #006baa;
}

.fil3 {
    fill: #006baa;
}

.barmenu {
    min-width: 93px;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .container-md {
        width: 700px;
    }
}

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 16px;
}
.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 2px;
    width: 4px;
    background: #fff;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
    left: 2px;
    animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
    left: 8px;
    animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
    left: 14px;
    animation-delay: 0;
}
.lds-facebook.lds-primary div {
    background: #f0ad4e;
}
@keyframes lds-facebook {
    0% {
        top: 2px;
        height: 16px;
    }
    50%,
    100% {
        top: 6px;
        height: 8px;
    }
}

.turn,
.bot {
    display: none;
}
.turn.active,
.bot.active {
    display: block;
}
button.cl-button {
    padding: 10px 24px;
    width: 140px;
    margin: 5px;
    border-style: solid;
    border-width: 2px;
    border-radius: 12px;
    background-color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    transition-duration: 0.5s;
}
.cl-button.button-chan {
    border-color: #f0ad4e;
    background-color: #f0ad4e;
    color: #fff;
}
.cl-button.button-le {
    border-color: #5bc0de;
    background-color: #5bc0de;
    color: #fff;
}
.cl-button.button-tai {
    border-color: #5cb85c;
    background-color: #5cb85c;
    color: #fff;
}
.cl-button.button-xiu {
    border-color: #d9534f;
    background-color: #d9534f;
    color: #fff;
}
.cl-button:disabled,
.cl-button[disabled] {
    opacity: 0.8;
}
.button-chan:hover:enabled {
    border-color: #c0822b;
}
.button-le:hover:enabled {
    background-color: #3298b8;
}
.button-tai:hover:enabled {
    border-color: #488f48;
}
.button-xiu:hover:enabled {
    background-color: #ad423f;
}
@media (min-width: 768px) {
    .box-cl {
        display: flex;
    }
    .box-cl .cl {
        flex: 1;
    }
    .box-cl .panel {
        height: 100%;
    }
}
.box-cl .panel {
    margin-bottom: 0px;
}
.box-cl .panel-body {
    padding-bottom: 0px;
}

.dot-text-chan {
    color: #f0ad4e;
}

.dot-text-le {
    color: #5bc0de;
}

.dot-text-tai {
    color: #5cb85c;
}

.dot-text-xiu {
    color: #d9534f;
}

.badge-success {
    background-color: #5cb85c;
}

.badge-danger {
    background-color: #d9534f;
}

.badge-warning {
    background-color: #f0ad4e;
}

.badge-info {
    background-color: #5bc0de;
}

.badge-primary {
    background-color: #ad4105;
}

.avatar {
    vertical-align: middle;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.bong_tron {
    border-radius: 50%;
    border: #ad4105 solid 2px;
    padding: 6px;
    font-size: 22px;
    font-family: consolas;
    margin-right: 5px;
    font-weight: bold;
    line-height: 1;
}

.bong_tron.small {
    font-size: 15px;
    color: #000000;
    background-color: #fff;
    padding: 6px;
    display: inline-block;
    margin-bottom: 3px;
}

#selection-ball .bong_tron {
    cursor: pointer;
}

#selection-ball .bong_tron:hover:not(.active) {
    opacity: 0.5;
}

#selection-ball .bong_tron.active {
    background-color: #eb7232;
    color: #fff;
    border-color: #FFC107;
}

.modal-content {
    width: 100%;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }
}

.noticeLabel {
    position: absolute;
    top: -10px;
    right: -2px;
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 10px;
    color: #d9534f;
    background: #fff;
    border: 1px solid #d9534f;
}