﻿/***All Page***/
.bg-brown {
    --bs-bg-opacity: 1;
    background-color: saddlebrown;
}
.text-brown {
    color: saddlebrown;
}
/*Search choose garden*/
.typeahead__item:hover,
.typeahead__item.selected {
    background-color: #f1f1f1;
    cursor: pointer;
}

#input_search {
    margin-bottom: 1rem;
    padding-right: 30px;
    position: relative;
}

.typeahead__cancel-button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.btn_show_connect_action_modal {
    background-color: #fbeee0;
    border: 2px solid #422800;
    border-radius: 30px;
    box-shadow: #422800 4px 4px 0 0;
    color: #422800;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    padding: 0 18px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    .btn_show_connect_action_modal:hover {
        background-color: #fff;
    }

    .btn_show_connect_action_modal:active {
        box-shadow: #422800 2px 2px 0 0;
        transform: translate(2px, 2px);
    }


#html5-qrcode-anchor-scan-type-change {
    opacity: 1;
    display: inline-block;
    border: 1px solid grey;
    border-radius: 4px;
    padding: 4px 18px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    margin-top: 10px;
    width: 90%;
}


#html5-qrcode-button-camera-permission {
    display: inline-block;
    border: 1px solid grey;
    border-radius: 4px;
    padding: 4px 18px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    margin-top: 10px;
    background: green;
    color: #ffffff;
}

#html5-qrcode-button-camera-start {
    border: 1px solid grey;
    border-radius: 4px;
    padding: 3px 7px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    margin-top: 10px;
    background: green;
    color: #ffffff;
}

#html5-qrcode-button-camera-stop {
    border: 1px solid grey;
    border-radius: 4px;
    padding: 3px 7px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    margin-top: 10px;
    background: #ff0000;
    color: #ffffff;
}

#html5-qrcode-select-camera {
    display: inline-block;
    border: 1px solid grey;
    border-radius: 4px;
    padding: 3px 17px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    margin-top: 10px;
    background: #ffffff;
    color: #008000;
}

.btn_show_modal_add_sharing {
    background-color: #fbeee0;
    border: 2px solid #422800;
    border-radius: 30px;
    box-shadow: #422800 4px 4px 0 0;
    color: #422800;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    padding: 0 18px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    .btn_show_modal_add_sharing:hover {
        background-color: #fff;
    }

    .btn_show_modal_add_sharing:active {
        box-shadow: #422800 2px 2px 0 0;
        transform: translate(2px, 2px);
    }

.select2-container--open {
    max-width: -webkit-fill-available;
}


#map-main-place-mark-temp .goongjs-canvas {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
}

#div_data_notification {
    max-height: 350px;
    overflow-y: auto;
}

.vibrate {
    animation: vibrate 2s ease infinite
}

@-webkit-keyframes vibrate {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-3deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(3deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-3deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(3deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}



//source
<li class="vibrate" >
<a > rung rung rung</a >
</li >