@import url('https://fonts.googleapis.com/css?family=Poppins:400,700&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body, .container {
    min-height: 100%;
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    --main-svg-color: #5C5C5C;
    --secondary-svg-color: #8A8A8A;
    background: #f4f3f3;
    color: #4a4b4b;
    overflow-x: hidden;
}

[data-dashboard-frame] {
    height: calc(100% - 4px);
    width: 100%;
    border: none;
}

#extensions-list {
    display: none;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}

#convert-pdf-tab .tab-content.up iframe {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#convert-pdf-tab .tab-content.up {
    z-index: 3;
}

.show-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 3;
    display: none;
}

.show-overlay.show {
    display: block;
}


#adblocker-tab iframe, #safe-tab iframe,
#privacy-tab iframe, #private-tab iframe {
    height: 99%;
}

#speed-tab.tab-item.active-tab {
    display: block;
}

.extension-list-item.not-activated {
    --main-svg-color: #5C5C5C;
    --secondary-svg-color: #5C5C5C;
}

.container {
    width: 1230px;
    max-width: 100%;
    margin: 0 auto;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.card {
    width: 100%;
    display: flex;
    border: solid 1px #e2e2e2;
    background: #fff;
    box-shadow: 0 5px 80px 0 rgba(0, 0, 0, 0.1);
    height: calc(100vh - 75px);
    max-height: 800px;
    margin-top: -30px;
    position: relative;
}

.aside-col {
    width: 285px;
}

.content-col {
    width: calc(100% - 285px);
}

.content-col > .tab-item.active-tab {
    display: flex;
    flex-direction: column;
}

.tab-item.show-tab {
    height: 100%;
    overflow: auto;
}

.aside-col, .content-col {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.title-wrapper {
    background-color: #696969;
    text-align: center;
}

.title-wrapper a {
    padding: 27px 40px;
    text-decoration: none;
    display: block;
}

[about-tab] .more-info-question-wrapper {
    display: none;
}

h1 {
    font-size: 32px;
    color: #fff;
    line-height: 1;
}

.logo-wrapper {
    text-align: left;
}

.logo {
    width: 150px;
}

.extensions-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: calc(100% - 132px);
    overflow-y: auto;
    position: relative;
    background-color: #e0e4e8;
}

.static-menu-item .extension-icon:after,
.static-menu-item .extension-title-list:after {
    display: none !important;
}

.extensions-list:after {
    content: '';
    border-right: 1px solid #e1e1e1;
    position: absolute;
    right: 0;
    height: 100%;
}

.extensions-list .panel-group {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.extension-list-item {
    display: block;
    list-style-type: none;
    width: 100%;
    flex: 1;
}

.extensions-list::-webkit-scrollbar,
.tab-content::-webkit-scrollbar,
.static-content::-webkit-scrollbar,
.tab-item.show-tab::-webkit-scrollbar {
    width: 2px;
}

.extensions-list::-webkit-scrollbar-track,
.tab-content::-webkit-scrollbar-track,
.static-content::-webkit-scrollbar-track,
.tab-item.show-tab::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.9);
}

.extensions-list::-webkit-scrollbar-thumb,
.tab-content::-webkit-scrollbar-thumb,
.static-content::-webkit-scrollbar-thumb,
.tab-item.show-tab::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.extensions-list .extension-list-item:not(:first-child) {
    border-top: 1px solid #fff;
}

.extension-list-item.active-tab-link {
    background-color: #D3D3D3;
}

.extension-link-tab:hover .extension-title-list {
    color: #383535;
}

.extension-sub-item-link.extension-activated:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #696969;
    right: -17px;
    top: 50%;
    transform: translateY(-50%);
}

.extension-sub-item.active .extension-sub-item-link.extension-activated:after {
    opacity: 0;
}

.extension-link-tab {
    display: flex;
    align-items: center;
    padding: 25px 40px;
    color: inherit;
    text-decoration: none;
    height: 100%;
    transition: all .4s;
}

.extension-sub-item.active .extension-sub-item-link {
    color: #D3D3D3;
}

.extension-icon {
    width: 45px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    position: relative;
}

/*.extension-list-item .extension-icon:after { //надо для синего
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    right: -4px;
    bottom: 10px;
    background-color: #696969;
    display: none;
}*/

.extensions-list .about-tab .extension-icon:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    right: -4px;
    bottom: 10px;
    background-color: transparent !important;
    display: none;
}

.extensions-list .extension-list-item.extension-activated:not(.active-tab-link) .extension-icon:after {
    display: block;
}

.extension-title-list {
    display: inline-block;
    margin-left: 20px;
    color: #5C5C5C;
    font-size: 16px;
    max-width: calc(100% - 75px);
    vertical-align: middle;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
}

.extension-activated .extension-title-list {
    color: #6B6B6B;
}

.active-tab-link:not(.not-activated) .extension-title-list {
    color: #D3D3D3;
}

.privacy-bar {
    position: absolute;
    bottom: -35px;
    width: 100%;
    padding-left: 300px;
}

.tab-header {
    font-size: 0;
    min-height: 132px;
    position: relative;
    padding: 16px 40px;
    background: #708090;
    background-size: cover;
    z-index: 2;
}

.main-tab-header-content {
    left: 0;
    top: 0;
    width: 100%;
}

.main-tab-header-content.absolute {
    position: absolute;
    padding: 16px 40px;
}

.main-tab-header-content:after {
    transition: all .5s;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #708090;
    background-size: cover;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: -1;
}

.main-tab-header-content.absolute:after {
    opacity: .9;
}

.tab-header.flex-between-center {
    height: 132px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tab-header.flex-between-center .tab-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.tab-header-wrapper {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.tab-header .img-wrapper {
    width: 280px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
}

.tab-header .img-wrapper img {
    width: 175px;
}

.tab-header .details-wrapper {
    width: calc(100% - 280px);
    display: inline-block;
    vertical-align: top;
    padding-left: 40px;
    position: relative;
}

.details-content + .more-info-question-wrapper {
    top: 19px;
}

.details-content {
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 60px);
}

h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

.extension-info {
    padding-right: 10px;
    max-width: calc(100% - 140px);
}

.extension-info-list-item {
    padding: 29px 40px 25px 40px;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #e1e1e1;
}

.extension-info-list-item.big-list-info {
    padding: 50px 30px 55px 65px;
    flex-direction: column;
}

.extension-info-list-item.big-list-info .extension-action-wrapper {
    display: inline-block;
}

.extension-info-list-item.big-list-info,
.extension-info-list-item.not-flex {
    display: block;
}

.extension-info-list-item:last-child,
.extension-info-list-item.not-border {
    border-bottom: none;
}

.extension-title-info {
    margin-bottom: 10px;
    font-size: 18px;
}

.description-extension {
    font-size: 14px;
}

.extension-action-wrapper {
    min-width: 140px;
    text-align: center;
}

.coming-soon .extension-action-wrapper{
    max-width: 140px;
    text-align: center;
    margin: 15px auto auto;
}

.extension-action-wrapper.text-box-button {
    min-width: 1px;
    text-align: left;
    font-size: 0;
}

.default-text-box {
    padding: 13px 15px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #e1e1e1;
    background-color: #f4f4f4;
    border-radius: 5px;
    display: inline-block;
    color: #4a4b4b;
    margin-right: 15px;
}

.extension-action-wrapper.text-box-button .default-text-box {
    width: 355px;
}

.extension-action-wrapper.text-box-button .btn {
    width: 140px;
}

.extension-action-wrapper.text-right {
    text-align: right;
}

.extension-action-wrapper .btn {
    width: 100%;
}

.tab-content .btn, .btn {
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    padding: 12px 10px;
    transition: all .3s;
    border: 2px solid transparent;
}

.btn.btn-md {
    min-width: 140px;
}

.btn.btn-lg {
    min-width: 170px;
    padding: 10px 35px;
    font-size: 16px;
}

.btn.details-btn {
    padding: 8px 10px 8px 20px;
    text-align: left;
    position: relative;
}

.btn.details-btn .corner-arrow {
    position: absolute;
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    right: 15px;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -6px;
}

.btn.details-btn.showed .corner-arrow {
    transform: rotate(-45deg);
    margin-top: -4px;
}

.btn.default-btn:hover .corner-arrow {
    border-color: #D3D3D3;
}

.btn.details-btn .details-text {
    font-size: 16px;
}

.btn.gray-btn {
    background-color: #f7f8f9;
    border-color: #ebedf0;
    color: #565757;
}

.btn.gray-btn:hover {
    background-color: #fff;
}

.btn.default-btn {
    background-color: #D3D3D3;
}

.btn.default-btn:hover {
    color: #D3D3D3;
    border-color: #D3D3D3;
    background-color: #696969;
}

.btn.btn-reverse {
    background: #696969;
    color: #D3D3D3;
}

.btn.btn-reverse:hover {
    color: #696969;
    border-color: #696969;
    background-color: #D3D3D3;
}

.details-table .btn {
    padding: 8px 10px;
}

.btn.checked-btn {
    background-color: #696969;
}

.btn.checked-btn:hover {
    color: #696969;
    border-color: #696969;
    background-color: #D3D3D3;
}

.soon {
    font-size: 14px;
    color: #c5c5c5;
    display: inline-block;
}

.label-checkbox-wrapper {
    position: relative;
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}

.label-checkbox-wrapper input[type="checkbox"] {
    display: none;
}

.label-checkbox-wrapper input[type="checkbox"]:checked + .checkbox-wrapper {
    background-color: red;
}

.label-checkbox-wrapper input[type="checkbox"]:checked + .checkbox-wrapper .checkbox-toggler {
    left: 19px;
}

.checkbox-wrapper {
    padding: 3px;
    border-radius: 50px;
    width: 40px;
    height: 25px;
    background-color: #cdcdcd;
    transition: all .3s;
    display: inline-block;
    cursor: pointer;
}

.checkbox-toggler {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3px;
    transition: all .5s;
}

.details-table {
    margin-bottom: 10px;
}

.data-details {
    font-size: 16px;
    color: #fff;
    display: none;
}

.data-details .icon {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.data-details .update-text {
    margin: 0 10px;
}

.data-details td {
    padding: 10px 5px;
    line-height: 1;
    width: 200px;
    border-bottom: 1px solid #D3D3D3;
}

.details-table .col-value {
    font-weight: bold;
}

.details-table .col-key {
    width: 165px;
}

.tab-item {
    display: none;
    height: 100%;
}

.tab-item .tab-item {
    height: calc(100% - 49px);
    flex: 1;
    overflow: auto;
}

#default-screen .tab-content {
    overflow: auto;
}

.tab-content {
    max-height: calc(100% - 137px);
    position: relative;
    z-index: 1;
    flex: 1;
}

.show-tab .tab-content {
    overflow: auto;
    height: calc(100% - 132px);
}

.tab-inner-content {
    opacity: 0;
    transition: all .3s ease-in;
    height: 100%;
    width: 100%;
}

.tab-item .inner-tabs-content-tabs .tab-item {
    display: none;
    transform: translateY(5px);
    opacity: 0;
    transition: all .3s ease-in;
}

.tab-item .inner-tabs-content-tabs .tab-item.show-tab {
    display: block;
}

.tab-item .inner-tabs-content-tabs .tab-item.active-tab {
    transform: translateY(0);
    opacity: 1;
    transition: all .5s ease-out;
}

.show-tab .tab-inner-content {
    opacity: 1;
    transition: all .5s ease-out;
}

.tab-content.centered-item,
.tab-inner-content.centered-item,
.tab-inner-content .centered-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.toggled-div {
    display: none;
}

.toggle-next-div {
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
}

.extension-sub-item a {
    font-size: 15px;
    line-height: 2.5em;
    color: #8CA2A0;
    text-decoration: none;
    display: block;
    max-width: 188px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.extension-sub-item-link {
    position: relative;
}

.extension-sub-list {
    list-style: none;
    padding: 10px 0 10px 95px;
    border-top: 1px solid #e1e1e1;
    background-color: #fafafa;
    position: relative;
    overflow: hidden;
}

.extension-sub-item {
    position: relative;
    display: block;
    width: max-content;
}

.extension-sub-item:before {
    content: '';
    width: 20px;
    border-top: 1px solid #eaeaea;
    position: absolute;
    left: -36px;
    top: 50%;
    transition: all .3s;
    pointer-events: none;
}

.extension-sub-item:after {
    content: '';
    position: absolute;
    left: -36px;
    top: 0;
    height: calc(100% - 27px);
    width: 1px;
    background-color: #eaeaea;
    pointer-events: none;
}

.extension-sub-item:first-child:after {
    top: -10px;
    height: calc(100% / 2 + 10px);
}

.extension-sub-item:nth-child(2):after {
    top: calc(-100% - 10px);
    height: calc(200% - 8px);
}

.extension-sub-item:nth-child(3):after {
    top: calc(-200% - 10px);
    height: calc(300% - 8px);
}

.extension-sub-item:nth-child(4):after {
    top: calc(-300% - 10px);
    height: calc(400% - 8px);
}

.extension-sub-item:nth-child(5):after {
    top: calc(-400% - 10px);
    height: calc(500% - 8px);
}

.extension-sub-item:hover:before, .extension-sub-item:hover:after,
.extension-sub-item.active:before, .extension-sub-item.active:after {
    border-color: #696969;
    background-color: #696969;
    z-index: 1;
}

.panel-default {
    position: relative;
}

.extension-link-tab-content {
    width: 100%;
    position: relative;
}

.accordion-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #a7a7a7;
}

.accordion-icon {
    display: none;
}

.accordion-icon-collapse {
    display: block;
}

.extension-link-tab[aria-expanded="false"] .accordion-icon-collapse {
    display: block;
}

.extension-link-tab[aria-expanded="true"] .accordion-icon-collapse {
    display: none;
}

.extension-link-tab[aria-expanded="true"] .accordion-icon-expand {
    display: block;
}

.extension-icon {
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    position: relative;
    transition: all .3s;
}

.text-static-content ol,
.text-static-content ul {
    padding-left: 30px;
}

.toggle {
    font-size: 20px;
    line-height: 27px;
}

.inner {
    padding-left: 1em;
    overflow: hidden;
    display: none;
}

.toggled-div li {
    line-height: 1.5;
}

.text-static-content a {
    color: #007bff;
    text-decoration: none;
}

.text-static-content a:hover {
    color: #007bff;
    text-decoration: underline;
}

.text-center {
    text-align: center;
}

.text-static-content ol {
    margin: 10px 0;
}

.text-static-content h4 {
    margin: 5px 0 8px 0;
}

.not-installed-wrapper {
    text-align: center;
    font-size: 20px;
    width: 100%;
    line-height: 1;
    height: 100%;
    padding: 90px 20px 20px 20px;
    display: flex;
    justify-content: center;
    overflow: auto;
}

.not-installed-wrapper .divider {
    width: 80px;
}

.divider {
    display: block;
    margin: 30px auto;
    height: 1px;
    background-color: #4a4b4b;
}

.not-installed-wrapper p {
    margin: 20px 0;
    line-height: 28px;
}

.title-tab {
    color: #393939;
    padding: 35px 55px;
    background-color: #F3F3F3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-tab-question-wrapper .extension-icon {
    width: 60px;
    color: #fff;
    margin-right: 20px;
}

.title-tab-question {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    width: calc(100% - 80px);
}

.title-tab-question h2 {
    margin-bottom: 5px;
}

.title-tab-question p {
    font-size: 14px;
    color: #fff;
}

h3 {
    font-size: 24px;
}

h3 .title-text {
    font-size: 14px;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
}

h3 .title {
    display: inline-block;
    vertical-align: middle;
}

/*.learn-more {
    color: red;
    font-weight: 500;
}*/

.more-info-question-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: right;
}

.question-char {
    border-radius: 50%;
    border: 3px solid #fff;
    width: 60px;
    height: 59px;
    line-height: 60px;
    background-color: #708090;
    font-weight: bold;
    font-size: 46px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
    position: relative;
    z-index: 2;
}

.question-char:hover {
    background-color: #fff;
    color: #D3D3D3;
    border-color: #fff;
}

.question-char:hover + .question-tooltip {
    top: 75px;
    opacity: 1;
    z-index: 3;
    visibility: visible;
}

.question-tooltip {
    width: 340px;
    border-radius: 5px;
    background-color: #fff;
    position: absolute;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    padding: 15px 20px;
    right: 0;
    color: #5D5D5D;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    z-index: -1;
    transition: all .5s;
    opacity: 0;
    top: 45px;
    visibility: hidden;
}

.question-tooltip:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #fff;
    right: 24px;
    top: -5px;
    transform: rotate(45deg);
}

[data-is-installed] {
    display: none;
}

/*.statistics-blocked {
    list-style: none;
    padding: 0;
    margin-top: 25px;
    width: 100%;
}*/

/*.statistics-list {
    padding: 12px 30px 12px 23px;
    background-color: #f1f1f1;
    border-radius: 3px;
    margin-bottom: 7px;
    font-weight: bold;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.statistics-name {
    font-size: 16px;
    line-height: 30px;
    padding-left: 47px;
    display: inline-block;
    position: relative;
}

.statistics-name:before {
    content: '';
    background: url('../img/shield.png') center no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
}*/

/*.statistics-int {
    color: #5a5b5b;
    font-size: 20px;
    line-height: 30px;
}*/

.tabs-list {
    padding: 0 45px;
    background-color: #edeff5;
    border-bottom: 3px solid #e1e1e1;
}

.tabs-list li {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-bottom: -6px;
    transition: all .3s;
}

.tabs-list li:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 0;
    bottom: 0;
    right: 0;
    transition: width .8s, background .8s;
}

.tabs-list .active-tab-link-right:after {
    background-color: #8d8f92;
    width: 100%;
    left: 0;
}

.tabs-list .active-tab-link-left:after {
    background-color: #8d8f92;
    width: 100%;
}

.tabs-list .left:after {
    left: 0;
}

.tabs-list .active-tab-link {
    color: #8d8f92;
}

.tabs-list a {
    font-size: 14px;
    text-decoration: none;
    color: inherit;
    font-weight: 500;
    padding: 15px 45px;
    display: block;
}

/*.title-tab-list-wrapper {
    padding: 20px 0;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container-tab-padding {
    padding: 0 40px;
}

.title-tab-list {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}*/

/*.default-link {
    font-size: 14px;
    color: red;
    border-bottom: 1px dashed red;
    text-decoration: none;
    transition: all .3s;
}

.default-link:hover {
    color: red;
}*/

/*.extension-info-table {
    border-collapse: collapse;
    font-size: 12px;
    width: 100%;
}

.extension-info-table tr:nth-child(odd) {
    background-color: #f9f9fb;
}

.extension-info-table tr {
    padding: 15px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.extension-info-table .time-col {
    min-width: 100px;
    text-align: right;
}

.extension-info-table tbody {
    width: 100%;
}

.table-info-wrapper {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    !*max-height: 285px;*!
    !*overflow-y: auto;*!
}*/

.extension-action-wrapper.text-box-button .extension-info {
    margin-bottom: 10px;
}

.cog-icon, .remove-icon {
    cursor: pointer;
    font-size: 20px;
    transition: all .3s;
}

.cog-icon:hover,
.remove-icon:hover {
    opacity: .8;
}

/*.cog-icon {
    color: red;
}

.remove-icon {
    color: #6d6d6f;
}*/

.settings-col {
    width: 75px;
    text-align: center;
}

.extension-col {
    flex: 1;
    padding-left: 25px;
    line-height: 25px;
}

.buttons-table-wrapper {
    padding: 20px 0;
}

.buttons-table-wrapper .btn:not(:last-child) {
    margin-right: 10px;
}

.advance-title-wrapper {
    display: inline-block;
    position: relative;
}

.advance-title-wrapper h4, .advance-title-wrapper .tooltip-char {
    display: inline-block;
    vertical-align: text-top;
    position: relative;
    z-index: 1;
}

.advance-title-wrapper h4 {
    line-height: 20px;
    font-weight: 100;
}

.advance-title-wrapper .tooltip-char {
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    padding: 1px;
    background-color: #cbcbcb;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    transition: all .3s;
    margin-top: -4px;
}

.advance-title-wrapper .tooltip-char:hover + .question-tooltip {
    opacity: 1;
    z-index: 2;
    right: -330px;
    visibility: visible;
}

.advance-title-wrapper .tooltip-char:hover {
    background-color: gray;
}

.advance-title-wrapper .question-tooltip {
    right: -250px;
    box-shadow: -2px 0 20px rgba(0, 0, 0, .1);
    width: 320px;
    z-index: 0;
    top: -6px;
}

.loader-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.advance-title-wrapper .question-tooltip:after {
    right: initial;
    left: -4px;
    top: 6px;
    width: 10px;
    height: 10px;
}

.advance-col {
    width: 175px;
}

.not-installed-wrapper .btn.btn-lg {
    padding: 15px 40px;
}

.from-up {
    animation: from-up .3s linear;
}

.to-down {
    animation: to-down .3s linear;
}

.from-down {
    animation: from-down .3s linear;
}

.to-up {
    animation: to-up .3s linear;
}

.static-content {
    padding: 35px 40px;
    position: relative;
    height: 100%;
    overflow: auto;
}

.text-static-content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.text-static-content h3 {
    margin: 25px 0 20px 0;
}

.text-static-content h3:first-child {
    margin-top: 0;
}

#about-tab .divider {
    width: 120px;
    margin-right: auto;
    margin-left: 0;
}

.privacy-list {
    text-align: center;
    width: 100%;
}

.privacy-list li {
    display: inline-block;
    color: #919191;
    font-size: 14px;
    margin: 0 10px;
    list-style-type: none;
}

.privacy-list li:hover {
    opacity: .7;
}

.privacy-list a {
    color: inherit;
    text-decoration: none;
}

.text-static-content {
    min-height: calc(100% - 30px);
}

@keyframes from-up {
    0% {
        opacity: 0;
        transform: translateY(-80px);
    }
    50% {
        opacity: 0.2;
        transform: translateY(-40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes to-down {
    50% {
        opacity: 0.2;
        transform: translateY(40px);
    }
    100% {
        opacity: 0;
        transform: translateY(80px);
    }
}

@keyframes from-down {
    0% {
        opacity: 0;
        transform: translateY(80px);
    }
    50% {
        opacity: 0.2;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes to-up {
    50% {
        opacity: 0.2;
        transform: translateY(-40px);
    }
    100% {
        opacity: 0;
        transform: translateY(-80px);
    }
}

@media all and (max-width: 1150px) {
    .extension-action-wrapper.text-box-button .default-text-box {
        width: 255px;
    }

    .tab-header .img-wrapper {
        width: 200px;
    }

    .tab-header .details-wrapper {
        width: calc(100% - 200px);
        padding-left: 15px;
    }

    .data-details {
        font-size: 12px;
    }
}

@media all and (max-height: 830px) {
    #speed-tab .frame-wrapper {
        max-height: 500px;
        overflow: hidden;
    }
}

@media all and (max-height: 768px) {
    .extension-link-tab {
        padding: 17px 40px;
    }

    .extension-icon {
        width: 40px;
    }

    .not-installed-wrapper {
        padding-top: 50px;
    }

    .text-static-content h3 {
        margin-bottom: 15px;
    }

    #about-tab .divider {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media all and (max-height: 630px) {
    .extension-link-tab {
        padding: 14px 40px;
    }
}

.popover-title {
    color: #59bda5;
    font-size: 16px !important;
}

.next {
    color: white !important;
    background: #59bda5 !important;
}

.restart {
    position: absolute;
}

.preload {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
}

.extension-icon {
    font-size: 40px;
    color: rgba(75, 75, 75, 0.64);
}


/*--------------------------------------------------------*/


.upgrade {
    display: block;
    font-family: 'Poppins', sans-serif;
}

.upgrade h2 {
    font-size: 20px;
    color: #2f2f2f;
    text-align: center;
    font-weight: 600;
    margin-top: 15px;
    text-transform: inherit;
}

.upgrade .upgrade-message {
    width: 310px;
    margin: auto;
}


.upgrade .upgrade-message h5 {
    font-size: 15px;
    margin-top: 15px;

}

.upgrade .upgrade-message hr {
    margin-top: 5px;
    border: 1px solid red;
    border-radius: 5px;

}


.upgrade .button-container {
    margin-top: 15px;
}

.upgrade .button-container a {
    display: block;
    border-radius: 5px;
    width: 250px;
    padding: 10px;
    font-size: 22px;
    text-decoration: none;
    cursor: pointer;
    margin: auto;
    font-weight: 400;
    color: #FFFFFF;
    background: rgb(230, 4, 145);
    background: linear-gradient(0deg, rgb(230, 4, 4) 0%, rgba(253, 45, 45, 1) 100%);
    box-shadow: inset 0 -0.6em 1em -0.35em rgba(0, 0, 0, 0.17), inset 0 0.6em 2em -0.3em rgba(255, 255, 255, 0.15), inset 0 0 0em 0.05em rgba(255, 255, 255, 0.12);
    text-align: center;
}


.upgrade .button-container a:active {
    box-shadow: inset 0 0.6em 2em -0.3em rgba(0, 0, 0, 0.15), inset 0 0 0em 0.05em rgba(255, 255, 255, 0.12);
}





/*--------------------------------------------------------*/


.coming-soon {
    display: block;
    font-family: 'Poppins', sans-serif;
}

.coming-soon h2 {
    font-size: 20px;
    color: #2f2f2f;
    text-align: center;
    font-weight: 600;
    margin-top: 15px;
    text-transform: inherit;
}


.coming-soon .button-container {
    margin-top: 15px;
}

.coming-soon .button-container a {
    display: block;
    border-radius: 5px;
    width: 250px;
    padding: 10px;
    font-size: 22px;
    text-decoration: none;
    cursor: pointer;
    margin: auto;
    font-weight: 400;
    color: #FFFFFF;
    background: #0179b5;
    box-shadow: inset 0 -0.6em 1em -0.35em rgba(0, 0, 0, 0.17), inset 0 0.6em 2em -0.3em rgba(255, 255, 255, 0.15), inset 0 0 0em 0.05em rgba(255, 255, 255, 0.12);
    text-align: center;
}


.coming-soon .button-container a:active {
    box-shadow: inset 0 0.6em 2em -0.3em rgba(0, 0, 0, 0.15), inset 0 0 0em 0.05em rgba(255, 255, 255, 0.12);
}


