.fmL1-m1 .jx1 small.err-msg {position: absolute; z-index: 1; right: 0; line-height: 1.6em; color: black; text-transform: uppercase; }
.ysc {
    scrollbar-color: #ffd052 #F5F5F5;
}
.ysc::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(255,200,200,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.ysc::-webkit-scrollbar
{
    width: 5px;
    background-color: #F5F5F5;
}

.ysc::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(255,200,200,.3);
    background-color: #ffd052;
}

.tooltip {
    background-color: white;
    display: inline-block;
    border: white 2px solid;
    line-height: 1.6em;
    padding: 0 0.5em;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;
}
.tooltip i {
    color: orange;
}
.tooltip:before{
    position: absolute;
    font-family:"Font Awesome 5 Pro";
    font-weight: 900;
    top:0.8em;
    left: 2em;
    content:"\f0dd";
    color: white;
}

.tooltip2 {
    background-color: white;
    display: inline-block;
    border: white 2px solid;
    line-height: 1.6em;
    padding: 0 0.5em;
    border-radius: 4px;
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;
    color:black;
    left: -0.8em;
    top: 2em;
}

.tooltip2:before{
    position: absolute;
    font-family:"Font Awesome 5 Pro";
    font-weight: 900;
    top:-0.7em;
    left: 1em;
    content:"\f0de";
    color: white;
}

@media screen and (min-width: 960px) {
    .ysc2 {
        scrollbar-color: #ffd052 #F5F5F5;
        min-height: 290px;
    }
    .ysc2::-webkit-scrollbar-track
    {
        -webkit-box-shadow: inset 0 0 6px rgba(255,200,200,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    .ysc2::-webkit-scrollbar
    {
        height: 8px;
        background-color: #F5F5F5;
    }

    .ysc2::-webkit-scrollbar-thumb
    {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(255,200,200,.3);
        background-color: #ffd052;
    }
}
.no-shadow{
    box-shadow: none !important;
}
@media screen and (min-width: 960px){
    .pgm43 {
        display: none !important;
    }
}
.visible {
    overflow: visible !important;
}
.pointer {
    cursor: pointer !important;
}
.drop-list {
    position: absolute;
    background-color: white;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    padding: 0 10px;
    line-height: 30px;
    top:25px;
    z-index: 1000;
}
.drop-list li {
    list-style: none;
    display: inline-flex;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.drop-list li img {
    margin-right: 10px;
}
.pgm43{
    display: inline-flex;
    position: fixed;
    align-items: center;
    width: 100%;background: rgba(255,255,255,0.9);
    padding: 0.6em;
    left: 0;
    border-top: solid 1px #cccccc;
    box-shadow: 1px 3px 4px rgba(0,0,0,0.1);
}
.pgm43 div {
    padding: 0 0.5em;
}
.pgm43 .c-time {
    border-right: solid 2px #cccccc;
}
.transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.card {
    padding: 30px 20px;
    box-shadow: 0 0 10px rgba(0 ,0 ,0 ,0.1);
    border-radius: 15px;
    border: solid 1px #eee;
}

.alert {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top:0;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    color: #004085;
    background-color: #cce5ff;
    z-index: 1000;
    border: 1px solid #b8daff;
    border-radius: 5px;
    cursor: pointer;
}
input:disabled {
    -webkit-text-fill-color: #999;
    opacity: 1;
}
