.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;
}



/* Custom Treencol Popup/modal */
.popup-black-bg {
    display: none;
    z-index: 100;
    background: rgba(0, 0, 0, .75) url(//tools.bikiran.com/bikimg/loading-1.gif) no-repeat center;
    background-size: 50px;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.popup-main {
    display: none;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    background: #FFF;
    min-width: 300px;
    left: 50%;
    top: 50%;
    transform: scale(1, 1) translate(-50%, -50%);
    z-index: 100;
    border-radius: 5px;
}

.popup-header {
    padding: 10px;
    border-bottom: 1px solid #d2d2d2;
    background: #f3f3f3;
    border-radius: 5px 5px 0 0;
}

.popup-exit.icon {
    float: right;
    border-radius: 15px;
    color: #F44336;
    cursor: pointer;
    font-size: 30px;
}

.popup-title-text {
    font-family: 'Open Sans', sans-serif;
    color: #777373;
}

.popup-body {
    padding: 10px 15px 10px 15px;
    background: #FFF;
    font-size: 17px;
    min-height: 200px;
    overflow-x: auto;
    margin-bottom: 5px;
}

.popup-footer {
    text-align: right;
    padding: 10px;
    border-top: 1px solid #d2d2d2;
    background: #f3f3f3;
    border-radius: 0 0 5px 5px;
}
.popup-footer.center {
    text-align: center;
}

.popup-footer .btn{
    min-width: 100px;
    margin: 0 3%;
}

.popup-warning-icon {
    font-size: 50px;
    border-radius: 50%;
    border: 4px solid;
    padding: 20px;
    width: 100px;
    height: 100px;
    opacity: 0.8;
    color: #dc3545;
}