/* =========================================================================================================================== */
/* === FILES LOADED FROM DIGITAL ASSET MANAGER =============================================================================== */
@import url('//assets.p-p.systems/assetfiles/fonts/ppd-fontello-e8faf662/css/ppd-collection-v4.css');
@import url('//assets.p-p.systems/assetfiles/fonts/bs-icons-1.8.1/bootstrap-icons.css');
@import url('//assets.p-p.systems/assetfiles/fonts/open-sans/open-sans.css');
@import url('//assets.p-p.systems/assetfiles/fonts/lato/lato.css');
/* =========================================================================================================================== */
/* =========================================================================================================================== */
/* === MEDIA QUERIES LOADED FROM DIGITAL ASSET MANAGER ======================================================================= */
@import url('home-office-media-queries.css');
/* =========================================================================================================================== */
/* =========================================================================================================================== */


/* Usage:  background-color: var(--pp-blue); */
:root {
    --pp-blue: #007AC9;
    --pp-blue-alt: #00ADFF;
    --pp-red: #B71234;
    --pp-red-alt: #DA004C;
    --pp-red-alt-2: #AE003D;
    --pp-black: #000000;
    --pp-grey: #4D4D4D;
    --pp-light-grey: #585F66;
    --pp-lightest-grey: #B3B7BA;
    --pp-white: #FFFFFF;
    --pp-green: #2EA02E;
    --pp-background-white: background-color: #FFFFFF;
    --pp-background-blue: background-color: #007AC9;
    --pp-background-blend: background: linear-gradient(66deg,rgba(6, 123, 237, 0.61) 0%, rgba(226, 17, 17, 0.86) 70%, rgba(0, 0, 0, 0.8) 100%);
    --tsm-gold: #B6923A;
    --tsm-gold-alt: #A47400;
}

body { 
    font-family: 'Open Sans', Lato, sans-serif;
    background: #f9f9f9;
}

#wrapper { padding: 90px 15px; }

.navbar-expand-lg .navbar-nav.side-nav { flex-direction: column; }

.card {
    margin-bottom: 15px;
    border-radius: 0;
    box-shadow: 0 3px 5px rgba(0,0,0,.1);
}

.header-top { box-shadow: 0 3px 5px rgba(0,0,0,.1) }

.leftmenutrigger, .navbar-nav li a .shortmenu { display: none; }

.card-title { font-size: 28px; }

@media (min-width: 992px) {
    #wrapper { padding: 70px 15px 15px 75px; }
    .navbar-nav.side-nav:hover {
        left: 0;
        box-shadow: 1px 0px 7px 3px #000;
    }
    .side-nav li a { padding: 20px; }
    .navbar-nav li a .shortmenu {
        float: right;
        display: block;
        opacity: 1;
    }
    .navbar-nav.side-nav:hover li a .shortmenu {
        /* opacity: 0;*/
        /*display: none;*/
        opacity: 0;
        position: absolute;
        left: -500px;
    }
    .navbar-nav.side-nav {
        background: #585f66;
        box-shadow: 2px 1px 2px rgba(0,0,0,.1);
        position: fixed;
        top: 56px;
        flex-direction: column!important;
        left: -140px;
        width: 200px;
        overflow-y: auto;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
    }
    .side-menu-item a {
        padding-top: 0.2rem !important;
        padding-bottom: 0.2rem !important;
    }
    .side-icon-svg-short {
        padding-bottom: .3rem;
    }
    .side-icon {
        padding-bottom: .3rem;
    }
    .side-icon-img {
        left: -6px;
        position: relative;
        padding-bottom: .6rem;
        padding-top: .5rem;
    }
    .navbar-nav.side-nav li a .longmenu {
        /*display: none;*/
        transition:all .4s ease-in-out;
        left: -500px;
        position: fixed;
    }
    .navbar-nav.side-nav:hover li a .longmenu {
        /*display: block;*/
        /*padding-top: 0.3rem;
        padding-bottom: 0.3rem;*/
        position: unset;
    }
}

.animate, .dash-c-title, .btn, .status-icon, .login-icon, .public-icon, .clock-analog, .clock-date, .clock-tz, .clock-year {
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
}

.navbar-nav li a svg {
    font-size: 25px;
    /* float: left; */
    margin: 0 10px 0 5px;
}

.side-nav li { border-bottom: 1px solid #212529; }

.page_title {
    padding: 30px 0px;
}

.page_title h1 {
    color: #c0392b;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 0;
    position: relative;
    text-transform: capitalize;
}

.page_title h1::before {
    background: #c0392b;
    width: 70px;
    height: 2px;
    position: absolute;
    content: '';
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page_title h1::after {
    position: absolute;
    content: '';
    background: #fbc531;
    width: 30px;
    height: 2px;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*Menu starts*/
.menu_tab {
    margin: 0 auto;
    justify-content: center;
}

.nav-item {
    display: inline-block;
    text-align: center;
}

.nav-link i {
    color: #eee;
}

.top-menu .nav-link {
    font-size: .8rem;
}

.top-menu .nav-link i {
    font-size: 1rem;
}

#topStatus i:before {
    font-size: 1.3rem;
    vertical-align: text-bottom;
}

#topSnippet i:before {
    font-size: 1.2rem;
    vertical-align: text-bottom;
}

#topAssets i:before {
    font-size: 1.2rem;
    vertical-align: text-bottom;
}

#topAnalytics i:before {}

#topWebmail i:before {
    font-size: 1.4rem;
    vertical-align: text-bottom;
    margin-right: 2px;
}

#navbarDarkDropdownMenuLinkDNS svg {
    margin-top: -3px;
    fill: #eee;
}

#topSpeed i:before {
    font-size: 1.1rem;
    margin-right: .3rem;
}

#topVault i:before {
    font-size: 1.2rem;
}

#topTMN {
    margin-right: .5rem;
}

#topTMN img {
    width: 1.4rem;
    vertical-align: text-bottom;
    margin-top: 2px;
    margin-bottom: -2px;
}

.navbar-text {
    padding-top: 0;
}

.nav-tabs .nav-link {
    transition: .4s;
}

.nav-tabs .nav-link.active {
    background: #c0392b;
    color: #fff;
    font-weight: 700;
    border: 1px solid #c0392b;
    text-transform: capitalize;
}

.nav-link {
    color: #000;
}

.nav-tabs .nav-link:hover {
    background: #c0392b;
    color: #fff;
    border: 1px solid #c0392b;
}

.single_menu {
    position: relative;
    margin-bottom: 75px;
    transition: .4s;
}

.single_menu:hover img {
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);
clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);

}

.single_menu img {
    width: 33%;
    position: absolute;
    height: 140px;
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    transition: .4s;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.menu_content {
    padding-left: 200px;
}

.menu_content h4 {
    font-size: 25px;
    font-weight: 300;
    border-bottom: 1px dashed #c0392b;
    line-height: 2;
    text-transform: capitalize;
}

.menu_content h4 span {
    font-size: 25px;
    font-weight: 800;
    float: right;
    font-style: italic;
    color: #c0392b;
}

.menu_content p {
    font-weight: 200;
    font-size: 16px;
    letter-spacing: 1px;
}

.menu_btn.btn.btn-danger {
    margin: 0 auto;
    display: block;
    width: 140px;
}
/*Menu ends*/

.menu_btn.btn.btn-danger {
    margin: 0 auto;
    display: block;
    width: 140px;
}

.btn.btn-danger {
    background: #c0392b;
    border: 1px solid #c0392b;
    transition: .4s;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    font-weight: 700;
    overflow: hidden;
    padding: 15px 25px;
}

.btn.btn-danger::before {
    position: absolute;
    content: '';
    background: #e74c3c;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 100%;
    transition: .4s;
    z-index: -1;
}

.btn.btn-danger:hover:before{
    top: 0;
    left: 0;
}

.navbar-brand > img:nth-child(1) {
  width: 1.8rem;
  margin: 0;
  padding: 0;
  height: 1.8rem;
}

.navbar-brand {
  padding-bottom: 0;
  padding-top: 0;
}

.dash-card {
    width: 20rem;
    margin: auto;
    padding: 0;
}

.dash-c-title {
    font-size: .9rem;
    font-family: 'Lato';
    letter-spacing: 1px;
    font-weight: 600;
}

/*
.dash-c-title:hover {
    transform: scale(2);
    background: #fff;
    margin: auto;
    width: fit-content;
    border-radius: 1px;
    border: 1px solid #007ac9;
    border-right-width: 1px;
    border-left-width: 1px;
    border-left-width: 0;
    border-right-width: 0;
    z-index: 1;
}
*/

#navbarDarkDropdownMenuLink {
    padding-left: .1625rem;
    color: rgba(255,255,255,.55);
}

#navbarDarkDropdownMenuLink:hover {
    color: #eee;
}

.nav-assets {
    /*margin-top: -1px;*/
}

.nav-assets-dropdown {
    font-size: 2rem;
}

.dns-icon {
    width: 1.3rem;
    fill: rgba(255,255,255,.55);
    margin-right: 0 !important;
}

.dns-icon-dropdown {
    width: 2.3rem;
    fill: rgba(255,255,255,.55);
    margin-right: 0 !important;
    margin-top: 0.3rem !important;
}

#navbarDarkDropdownMenuLinkDNS {
    padding-left: 0;
    padding-top: 7px;
    padding-bottom: 0;
    margin-right: .3rem;
    margin-left: .2rem;
}

/* DROPDOWN CARET */
#navbarDarkDropdownMenuLink:after {
    font-size: 1rem;
    content: '\e99b';
    font-family: "ppd-collection-v4";
    border: 0;
    vertical-align: revert;
}

#navbarDarkDropdownMenuLinkDNS:after {
    font-size: 1rem;
    content: '\e99b';
    font-family: "ppd-collection-v4";
    border: 0;
    vertical-align: 0;
}

.dash-card-body {
    padding: .3rem .5rem;
}

.dash-card-title {
    margin-bottom: 0.2rem;
}

.dash-card-subtitle {
    font-size: .8rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.dash-card-text {}

.dash-list-group {
    height: 130px;
}

.admin-login .dash-c-title {
    font-size: .8rem;
    padding-left: 0;
    padding-right: 0;
}

/*
.admin-hover {
    visibility: hidden;
    height: 0;
}

.dash-card-body:hover + .admin-hover {
    visibility: visible;
    height: unset;
    display: block;
    padding: .2rem;
}*/

.dash-list-group-item {
    font-size: .8rem;
    padding: .2rem .4rem;
}

.dash-list-group-item i {
    margin-right: .5rem;
    color: #007AC9;
}

.status-icon-unlocked {
    border: 1px solid;
    text-align: center;
    margin: .5rem .2rem;
    border-radius: 3px;
    padding: 1px 1px 2px 2px;
}

.status-icon-locked {
    text-align: center;
    font-size: .965rem;
    display: inline-block;
    border-radius: 3px;
    padding: 0px 0px 2px 0px;
    transform: scaleX(1.3);
    border: 1px solid;
    margin: .55rem .2rem;
    border-radius: 2px;
    width: 18px;
}

.sub-text {
    margin-top: .7rem;
}

.dash-card-link {}

.card-body-1 {
    /*padding: .3rem .5rem 1.7rem .5rem;*/
    height: 5.5rem;
}

.login-icon {
    border-radius: 3px;
    padding-bottom: .0975rem;
    font-size: 1.1rem;
    position: absolute;
    right: 7px;
    top: 5.75rem;
}

.public-icon {
    border-radius: 3px;
    padding-bottom: .0975rem;
    font-size: 1.1rem;
    position: absolute;
    right: 7px;
    top: 5.75rem;
}

.status-icon {
    border-radius: 3px;
    font-size: 1.2rem;
    position: absolute;
    left: 8px;
    top: 5.75rem;
    background-color: #acadaf;
}

.status-icon:hover {
    background-color: #FFC107;
}

.status-icon:hover, .login-icon:hover, .public-icon:hover {
    transform: scale(1.5);
}

/* ppd-e-commerce-notebook */
.dash-manual-icon:before {
    content: '\e99d';
    position: absolute;
    text-align: center;
    top: 4.5rem;
    left: 9rem;
    font-size: 2rem;
    color: #4d4d4d;
    font-family: "ppd-collection-v4";
}

/* ppd-doc */
.dash-report-icon:before {
    content: '\e811';
    position: absolute;
    text-align: center;
    top: 4.9rem;
    left: 9rem;
    font-size: 1.7rem;
    color: #4d4d4d;
    font-family: "ppd-collection-v4";
}

/* ppd-shop */
.admin-login:nth-child(1):before {
    color: var(--pp-blue) !important;
}

/* ppd-shop */
.admin-login:nth-child(2):before {
    color: var(--pp-red) !important;
}

/* ppd-shop */
.admin-login:nth-child(3):before {
    color: var(--tsm-gold) !important;
}

/* ppd-shop */
.admin-login:nth-child(4):before {
    color: var(--pp-red) !important;
}

/* ppd-shop */
.dash-store-icon:before {
    content: '\e96a';
    position: absolute;
    text-align: center;
    top: 4.5rem;
    left: 9rem;
    font-size: 2rem;
    color: #4d4d4d;
    font-family: "ppd-collection-v4";
}

/* ppd-lcd */
.dash-work-icon:before {
    content: '\e97e';
    position: absolute;
    text-align: center;
    top: 4.5rem;
    left: 9rem;
    font-size: 2.2rem;
    color: #4d4d4d;
    font-family: "ppd-collection-v4";
}

/* ppd-e-commerce-crate \e919 */
/* ppd-ecom-box-flaps \e9bc */
.dash-workflow-icon:before {
    content: '\e9bc';
    position: absolute;
    text-align: center;
    top: 4.5rem;
    left: 9rem;
    font-size: 2rem;
    color: #4d4d4d;
    font-family: "ppd-collection-v4";
}

/* ppd-mail-alt */
.dash-mail-icon:before {
    content: '\e847';
    position: absolute;
    text-align: center;
    top: 4.4rem;
    left: 9rem;
    font-size: 2.5rem;
    color: #4d4d4d;
    font-family: "ppd-collection-v4";
}

/* ppd-info-alt */
.dash-pp-icon:before {
    content: '\ea5a';
    position: absolute;
    text-align: center;
    top: 4.5rem;
    left: 9rem;
    font-size: 2rem;
    color: #4d4d4d;
    font-family: "ppd-collection-v4";
}

/* nextcloud logo */
.dash-nc-icon:before {
    content: url(https://assets.p-p.systems/assetfiles/images/logos/nc-logo.svg);
    position: absolute;
    text-align: center;
    top: 4.85rem;
    left: 9rem;
    font-size: 2rem;
}

.side-icon-svg-short {
    width: 40px;
}

.side-icon-svg {
    width: 30px;
    margin-top: -4px !important;
}

.longmenu-title img {
    vertical-align: bottom;
}

.longmenu-desc {
    font-size: 0.7rem;
    font-weight: normal;
    text-transform: uppercase;
}

.omni-calculator {
    border: 1px solid #343a40 !important;
    /*width: 37.5rem!important;*/
    /*margin: auto!important;*/
}

.copyright {
    font-size: .795rem;
    color: #b3b7ba;
    padding: .1rem 0 .2rem 0;
    text-align: center;
}

.container-fluid {
    margin-bottom: 5rem;
}

.clock-analog {
    margin-top: -85px;
    display: block;
}

.clock-blackburn, .clock-lahore {
    width: 230px;
    display: inline-block;
    position: relative;
}

.clock-header {
    position: relative;
    right: 52px;
    top: 38px;
    z-index: -2;
}

.clock-header img {
    width: 50px;
    border: 1px solid #585F66;
    border-radius: 2px;
}

.clock-footer {
    margin-top: -3px;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 600;
}

.leap {
    right: 17px;
}

.clock-date, .clock-tz, .clock-year {
    opacity: 0;
}

.clock-analog:hover .clock-date, .clock-analog:hover .clock-tz, .clock-analog:hover .clock-year {
    opacity: 1;
}

#clockTZuk {
    position: absolute;
    right: 34px;
    top: 35px;
    font-size: .8rem;
}

#clockYearUK {
    position: absolute;
    right: 34px;
    bottom: 42px;
    font-size: .8rem;
}

#clockYearPK {
    position: absolute;
    right: 34px;
    bottom: 42px;
    font-size: .8rem;
}

#clockTZpk {
    position: absolute;
    right: 34px;
    top: 35px;
    font-size: .8rem;
}

#clockDateUK {
    position: absolute;
    font-size: .8rem;
    width: 60px;
    bottom: 27px;
    text-transform: uppercase;
    left: 11px;
}

#clockDatePK {
    position: absolute;
    font-size: .8rem;
    width: 60px;
    bottom: 27px;
    text-transform: uppercase;
    left: 11px;
}

.dashboard-row {}

.slug-icon-alert {
    fill: #585f66;
    width: 230px;
    margin-left: -26px;
    margin-right: -7px;
    margin-bottom: 4px;
}

.ppd-css-alert {
    color: #585f66;
    line-height: 1;
    font-size: 5rem;
    padding: 0;
    margin: 0;
}

.ppd-css-alert:before {
    margin: 0;
}

.web-alert {
    font-size: 90%;
    margin: auto 7rem 1rem 7rem;
    padding-bottom: .5rem;
    color: #000;
}

.web-alert p, .web-alert em:last-of-type {
    color: #000;
}

.mobile-only {
    display: none;
}

.css3 {
    font-size: 1.5rem;
    color: #000 !important;
}

.css {
    font-size: 1.5rem;
}

.active .css3 {
    color: #eee !important;
}

.css3-alert {
    margin-left: -26px;
    margin-right: -7px;
    margin-bottom: 4px;
}

#cssBoxTab, #cssTextShadowTab, #cssColorTab, #moreCSSTab, #duplicateWordsTab {
    padding-top: 0;
}

.ppd-css:before {
    margin: 0;
}

#webTab {
    width: fit-content;
}

#webTab, #webTabContent {
    margin: auto;
}

.list-group-flush {
    text-decoration: none;
    border: 0;
}

.list-group-flush li a {
    text-decoration: none;
}

.list-group-flush li {
    border: 0;
    background-color: unset;
}

/* =========================================================================================================================== */
/* === CSS BOX GENERATOR ===================================================================================================== */
/* =========================================================================================================================== */

main {
  width: 100%;
  height: calc(100vh - 80px);
}

div.wrapper {
  padding: 150px 100px 100px 100px;
  display: flex;
  flex-wrap: wrap;
}

div.manuals, div.display {
  height: 600px;
  background-color: #fafafa;
  border-radius: 15px;
  margin: 0 25px;
}

div.manuals {
  width: calc(30% - 50px);
  display: inline-block;
  flex-direction: column;
}

div.display {
  width: calc(70% - 50px);
  position: relative;
  border: 1px solid var(--pp-grey);
  overflow: hidden;
}

div.output-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

div.css-output {
  width: calc(70% - 50px);
  background-color: var(--pp-lightest-grey);
  margin: 0px 25px 50px 25px;
  min-height: 250px;
  border-radius: 3px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.css-output > textarea {
  outline: none;
  border: 1px solid whitesmoke;
  background-color: whitesmoke;
  border-radius: 10px;
  min-height: 100px;
  min-width: 90%;
  max-height: 100px;
  max-width: 90%;
  font-size: 18px;
  line-height: 25px;
  display: none;
  padding: 10px;
}

.css-output > span {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin: 20px 0;
}

.css-output > button {
  transition: .4s;
  text-transform: uppercase;
  font-size: 16px;
  margin: 25px 0 25px;
}

.css-output > button.scaled {
  transform: scale(.8);
}

button.copy-button {
  display: none;
}

span.tooltip {
  background-color: var(--pp-black);
  color: white;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 75px;
  margin-bottom: 10px;
  border-radius: 5px;
  display: none;
  animation: tooltip .6s;
  opacity: 0;
}

span.tooltip::after {
  content:"";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--pp-black);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

@keyframes tooltip {
  0% {
    opacity: 0;
    bottom: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    bottom: 90px;
  }
  75% {
    bottom: 75px;
  }
  100% {
    bottom: 75px;
    opacity: 1;
  }
}

/* LOADING ANIMATION */
.lds-ring {
  display: none;
  position: relative;
  width: 50px;
  height: 50px;
  transform: scale(1);
  transition: .5s;
}

.lds-ring > div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  border: 6px solid var(--pp-blue);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite, transparency 3s both;
  border-color: var(--pp-blue) transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes transparency {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

div.block {
  width: 300px;
  height: 300px;
  background-color: white;
  position: absolute;
  top: 50%; 
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
  box-shadow: 0 0 25px 0 gray;
}

div.block:before {
    content: "EXAMPLE BOX";
    margin: 0 2rem;
    position: relative;
    padding: 2rem;
    top: 15vh;
    width: auto;
    display: block;
    text-align: center;
}

.manuals > h2 {
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
}

.top {
  display: flex;
  justify-content: space-between;
}

.top > span, .top > input {
  /*margin-top: 25px;*/
}

.top > span {
  font-size: 1rem;
  line-height: 40px;
}

.bottom {
  display: flex;
  justify-content: center;
}

.display h4 {
    padding-top: .1rem;
    margin-left: -10px;
}

input[type="number"] {
  border: 1px solid var(--pp-light-grey);
  border-radius: 3px;
  background-color: whitesmoke;
  width: 70px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  color: black;
}

input[type="color"] {
  width: 60px;
  height: 40px;
  background-color: white;
  border: 1px solid #000;
  border-radius: 3px;
}

input[type="color"]::-webkit-color-swatch {
  border: none;
  border-radius: 8px;
  padding: 0;
}

/* INPUT RANGE */
/* RESET */

input[type="range"] {
  width: 65%;
  margin: 10px 0;
  background: transparent;
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none;
}

/* STYLING FOR CHROME */

input[type=range]::-webkit-slider-runnable-track {
  background: var(--pp-light-grey);
  border: 0px;
  border-radius: 2px;
  width: 100%;
  height: 10px;
  cursor: pointer;
}

input[type=range]::-webkit-slider-thumb {
  margin-top: -8.5px;
  width: 25px;
  height: 25px;
  background: var(--pp-green);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  -webkit-appearance: none;
}


/* STYLING FOR MOZILLA */

input[type=range]::-moz-range-track {
  background: var(--pp-light-grey);
  border: none;
  border-radius: 2px;
  width: 100%;
  height: 8.4px;
  cursor: pointer;
}

input[type=range]::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: var(--pp-green);
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

/* STYLING FOR IE */


input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 9.3px 0;
  color: transparent;
  width: 100%;
  height: 8.4px;
  cursor: pointer;
}

input[type=range]::-ms-fill-lower {
  background: var(--pp-light-grey);
  border: none;
  border-radius: 2.6px;
}

input[type=range]::-ms-fill-upper {
  background: var(--pp-light-grey);
  border: none;
  border-radius: 2.6px;
}

input[type=range]::-ms-thumb {
  width: 25px;
  height: 25px;
  background: var(--pp-green);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}

input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}

input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
}

input[type=range]:active::-webkit-slider-thumb {
  height: 30px;
  width: 30px;
}

@media (orientation: portrait) {
  div.wrapper {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }  

  div.wrapper > div {
    width: 90%;
    margin: 25px 0;
  }
  
  div.block {
    width: 250px;
    height: 250px;
  }

  div.css-output {
    width: 100%;
  }

}

.manual-controls {
    display: inline-flex;
}

.css-row {
    margin: 0 5px;
}

.css-output {}
/* =========================================================================================================================== */
/* =========================================================================================================================== */

#ps-tab {
    font-size: .7rem;
    position: absolute;
    right: 2rem;
    top: 5rem;
}

#ps-tab li button {
    padding: .3rem .4rem .1rem .4rem;
}

#loader {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #444444;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.server-icon-acc {
    fill: rgb(255, 255, 255);
    display: block;
    margin: 0 auto !important;
}

.nav-link:not(.active) .server-icon-acc {
    fill: rgb(108, 117, 125);
}