/* @import url('open-iconic/font/css/open-iconic-bootstrap.min.css'); */

html, body {
    font-family: "Times New Roman", Times, serif;
    /* font-family: 'Segoe UI Emoji', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
    background-color: #f7f8f8;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.container input {
    border-radius: 0.4em 0.4em;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    width: 30px;
    height: 45px
}

#thelevel {
    width: 39px;
}

/* The Modal START (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
  }

/* The Close Button */
.modalclose {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .modalclose:hover,
  .modalclose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
/* The Modal END (background) */

#equalsign {
    font-size: 27px;
}

#input {
    width: 18rem;
    border-radius: 0.3em 0.3em;
}

.operator {
    font-size: 27px;
    color: lavender;
    text-align: center
}

.card {
    font-family: sans-serif;
    width: 18rem
}
    .card .badge.text-white.animate {
        animation-name: animatesuccess;
        animation-duration: 4s;
    }
    .card .badge.text-dark {
        /* font-weight: bold; */
        font-size: 20px;
        background-color: #39e063;
    }
    .card .badge.text-warning {
        /* font-weight: bold; */
        font-size: 20px;
        background-color: #444d50;
    }
    .card .star_f {
        font-size: 20px;
    }


.m-1 {
    /* font-weight: bold; */
    font-size: 20px;
}

#alert {
    width: 18rem;
    text-align: center;
    border-radius: 0.3em;
}

#alertmsg {
    font-family: sans-serif;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
    font-weight: bold;
}

.slow {
    font-weight: bold;
    font-size: 15px;
    color: #332d2d00;
    }

    span[class*="slowtik"]{
        color:#332d2d00;
        animation-name: animatewhitetik;
        animation-duration: 2s;
        }
    
    span[class*="slowtok"]{
        color:#332d2d00;
        animation-name: animatewhitetok;
        animation-duration: 2s;
    }

    @keyframes animatewhitetik {
        0%   {color: rgb(201, 198, 196);}
        25%  {color: rgb(246, 250, 6);}
        50%  {color: rgb(246, 250, 6);}
        100% {color: rgb(246, 250, 6);}
    }

    @keyframes animatewhitetok {
        0%   {color: rgb(187, 186, 185);}
        25%  {color: rgb(246, 250, 6);}
        50%  {color: rgb(246, 250, 6);}
        100% {color: rgb(246, 250, 6);}
    }


.accumulate {
font-weight: bold;
font-size: 15px;
color: #332d2d00;
}
    span[class*="accumulatetik"]{
    color:#332d2d00;
    animation-name: animatewhitetik;
    animation-duration: 3s;
    }

    span[class*="accumulatetok"]{
        color:#332d2d00;
        animation-name: animatewhitetok;
        animation-duration: 3s;
    }

    @keyframes animatewhitetik {
        0%   {color: rgb(201, 198, 196);}
        25%  {color: rgb(255, 255, 255);}
        50%  {color: rgb(255, 255, 255);}
        100% {color: rgb(255, 255, 255);}
    }

    @keyframes animatewhitetok {
        0%   {color: rgb(187, 186, 185);}
        25%  {color: rgb(255, 255, 255);}
        50%  {color: rgb(253, 252, 252);}
        100% {color: rgb(255, 255, 255);}
    }

span[class*="animatesuccess"]{
    animation-name: animatesuccess;
    animation-duration: 2s;
}

@keyframes animatesuccess {
    0%   {background-color: rgb(236, 248, 236);}
    25%  {background-color: green;}
    50%  {background-color: rgb(162, 252, 162);}
    100% {background-color: green;}
  }

span[class*="animatetok"]{
    animation-name: animatefailtik;
    animation-duration: 2s;
}

span[class*="animatetik"]{
    animation-name: animatefailtok;
    animation-duration: 2s;
}

@keyframes animatefailtik {
    0%   {background-color: rgb(236, 248, 236);}
    25%  {background-color: rgb(235, 129, 103);}
    50%  {background-color: rgb(182, 70, 33);}
    100% {background-color: rgb(236, 35, 35);}
    }

@keyframes animatefailtok {
    0%   {background-color: rgb(236, 248, 236);}
    25%  {background-color: rgb(235, 129, 103);}
    50%  {background-color: rgb(182, 70, 33);}
    100% {background-color: rgb(236, 35, 35);}
    }

#alert.NoAlert {
    height: 3rem;
    width: 18rem;
    display:block;
    border-radius: 0.3em;
}

#alert.redalert {
    height: 3rem;
    width: 18rem;
    border-width: 2px;
    border-style:solid;
    color: #DC4C64;
    background-color: #0c0606;
    border-color: #080100;
    border-radius: 0.3em;
    padding-top: 4px;
  }

  #alert.warning {
    height: 3rem;
    width: 18rem;
    border-width: 2px;
    border-style:solid;
    color: #f0ad4e;
    background-color: #3b2e0d;
    border-color: #0f0d04;
    border-radius: 0.3em;
    padding-top: 4px;
  }
  
  #alert.success {
    height: 3rem;
    width: 18rem;
    border-width: 2px;
    border-style:solid;
    color: #14A44D;
    background-color: #0e140e;
    border-color: #060806;
    border-radius: 0.3em;
    padding-top: 4px;
  }

  #alert.info {
    height: 3rem;
    width: 18rem;
    border-width: 2px;
    border-style:solid;
    color:#54B4D3;
    background-color: #0f2d44;
    border-color: #010203;
    border-radius: 0.3em;
    padding-top: 4px;
  }

.top-row {
    background-color: #fff;
}

.main {
    flex: 1;
}

.main .btn-toolbar {
    width: 18rem;
    border-radius: 0.4em;
}

.main .btn-toolbar .btn {
    font-weight: bold;
    text-align: center;
    font-size: 28px;
    width: 40px;
    height: 50px
}

.main .btn-toolbar .btn:disabled {
    font-weight: bold;
    text-align: center;
    font-size: 27px;
    width: 40px;
    height: 49px
}

.icon-with-text {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
}
