.instant-option {
    left: 0;
    top: 0;
    display: none;
    position: absolute;
    background: #FFF;
    box-shadow: 1px 1px 4px 0 #e6e6e6;
    border-radius: 3px;
    border: 1px solid #EEE;
    padding: 10px 0;
    width: 252px;
    z-index: 100;
}

.inst-op-url {
    display: block;
    padding-left: 15px;
    font-size: 14px;
    line-height: 30px;
    border-bottom: 1px solid #eeeeee57;
}

.inst-op-url:last-child {
    border-bottom: 0 solid #eeeeee57;
}

.inst-op-url:hover {
    background-image: linear-gradient(to bottom, #44b3d4, #49c5ea);
    cursor: pointer;
    color: #FFF;
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.treen-alert {
    display: none;
    position: fixed;
    width: 300px;
    padding: 10px;
    background: #117100b0;
    border-radius: 10px;
    text-align: center;
    color: #FFF;
    left: 50%;
    z-index: 101;
    top: 80%;
    transform: scale(1, 1) translate(-50%, -50%);
    box-shadow: 0 0 2px 2px #1171003d;
}



#popup-title {
    padding: 1px 0 9px 0;
    border-bottom: 0 solid #dedede;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 2px 1px -2px #dcdcdc;
    margin: 10px 10px 2px 10px;
}

#popup-exit {
    float: right;
    border-radius: 15px;
    color: #F44336;
    cursor: pointer;
    font-size: 30px;
}

#popup-title-text {
    font-family: 'Montserrat', sans-serif;
    color: #777373;
}

#popup-details {
    padding: 10px 15px 10px 15px;
    background: #FFF;
    font-size: 17px;
    min-height: 200px;
    overflow-x: auto;
}

#popup-main {
    display: none;
    box-shadow: 0 0 8px 1px #607d8b;
    position: fixed;
    background: #FFF;
    min-width: 300px;
    left: 50%;
    top: 50%;
    transform: scale(1, 1) translate(-50%, -50%);
    z-index: 100;
}

#popup-black-bg {
    display: none;
    z-index: 100;
    background: rgba(0, 0, 0, .8) url(//tools.bikiran.com/bikimg/loading-1.gif) no-repeat center;
    background-size: 50px;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
}