


#pricing-page{
    background: white;
    position: absolute;
    width: 100vw;
    color: #222;
    padding-bottom: 100px;
}
@media (min-width: 992px){
    .price-item:nth-child(2) .price-content li{
        padding-left: 0px;
        text-align: center;
    }
}
#pricing-page .row.justify-content-center{
    align-items: stretch;
    height: 100%;
}
#pricing-page .row.justify-content-center .col-md-6:nth-child(3) .price-item .price-content li{
    text-align: center !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding:  0px !important;
}
#pricing-page div.price-item.text-center{
    height: 100%;
}
.price-item:nth-child(2) .price-content li:nth-child(1){
    margin-right: 0px !important;
}
.get-link{
    display: none;
}
.modal-get-link-url-new {
    width: 100% !important;
    min-height: 120px !important;
}
.list-item-buttons-new{
    color: #fff;
    position: absolute;
    display: none;
    left: 50%;
    top: 50%;
    flex-direction: column;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    animation: blowUpContent .2s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
}
.list-item:hover .list-item-buttons-new{
    display: flex;
}
.list-item-buttons-new .list-item-button-view, .list-item-buttons-new .list-item-button-select{
    width: 100px;
    padding: 4px 0px;
    border-radius: 10px;
    cursor: pointer;
    margin: 2px 0px;
    text-align: center;
}
.list-item-buttons-new .list-item-button-view:hover, .list-item-buttons-new .list-item-button-select:hover{
    opacity: 0.7;
}
.list-item-buttons-new .list-item-button-view{
    background: #45a2cc;
}
.list-item-buttons-new .list-item-button-select{
    background: #26ae61;
}
.list-item.selected .list-item-buttons-new .list-item-button-select{
    background: #cccccc;
}
.list-item.selected .list-item-selected {
    display: block;
}
.list-item-selected {
    position: absolute;
    display: none;
    top: 10px;
    left: 10px;
    background: #26ae61;
    padding: 2px 3px;
    border-radius: 50%;
}

.viewer-tools.list-item-buttons>div, .viewer-tools.list-item-image-tools>div, .viewer-tools.list-item-image-tools>div .btn-icon{
    width: 3em !important;
    height: 2em !important;
    line-height: 1.2em !important;
    display: flex !important;
    justify-content: center !important;
}
.viewer-tools.list-item-image-tools>div .btn-icon{
    font-size: 2em !important;
}
.downloading{
    text-align: center;
    font-size: 1.3em;
}
#get-link.fixed{
    position: fixed;
    bottom: 6px;
    right: 10px;
    z-index: 100;
}
.viewer-list-item-selected ,.viewer-list-item-select{
    position: fixed;
    top: 10px;
    left: 10px;
    width: 100px;
    padding: 4px 0px;
    border-radius: 2px;
    margin: 2px 0px;
    text-align: center;
    cursor: pointer;
}
.viewer-list-item-selected{
    background: #26ae61;
    display: none;
}
.viewer-list-item-select{
    background:gray;
    display: block;
}
.viewer.list-item.selected .viewer-list-item-selected{
    display: block;
}
.viewer.list-item.selected .viewer-list-item-select{
    display: none;
}
@keyframes blowUpContent {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
}
  
/* BS Custom */
.text-center {
    text-align: center;
}
  
  
 