:root {
  --phnewsdaily-primary: #2BBAE6;
  --phnewsdaily-primary-text: #f9ffe7;
  --phnewsdaily-background-main: #ffffff;
  --phnewsdaily-background-darker: #eaeaea;
  --phnewsdaily-secondary: #545454;
  --phnewsdaily-secondary-dark: #33202a;
  --phnewsdaily-secondary-text: #FFF;
  --phnewsdaily-text-dark: #111;
  --phnewsdaily-text: #555;
  --phnewsdaily-text-light: #777;
  --phnewsdaily-header-background: #fff;
  --phnewsdaily-header-lighter: #fff;
  --phnewsdaily-header-text: #39c4ff;
  --phnewsdaily-menu-text: #ffffff;
  --phnewsdaily-title-text: #000;
  --phnewsdaily-top-bar-text: #777777;
  --phnewsdaily-top-bar-background: #000;
  --phnewsdaily-mobile-header-background: #FFFFFF;
  --phnewsdaily-mobile-header-text: #222222;
}
.primary-font {
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
}
.secondary-font {
  font-family: "Quicksand", Times, "Times New Roman", serif;
}
body {
  background: var(--phnewsdaily-background-main);
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  word-wrap: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Quicksand", Times, "Times New Roman", serif;
}
a {
  color: var(--phnewsdaily-secondary);
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
a:hover,
a:visited {
  color: var(--phnewsdaily-secondary-dark);
}
a:focus {
  outline: dotted 1px black;
}
::-moz-selection {
  background: var(--phnewsdaily-primary);
  color: var(--phnewsdaily-primary-text);
}
::selection {
  background: var(--phnewsdaily-primary);
  color: var(--phnewsdaily-primary-text);
}
.phnewsdaily-pagination {
  text-align: center;
  margin: 14px 0px;
}
.phnewsdaily-pagination .page-numbers {
  color: var(--phnewsdaily-text);
  margin-right: 3px;
  margin-left: 3px;
  border: solid 1px var(--phnewsdaily-text-light);
  padding: 2px 10px;
  text-decoration: none;
}
.phnewsdaily-pagination .page-numbers.current {
  background: var(--phnewsdaily-background-darker);
}
.phnewsdaily-pagination a.page-numbers:hover {
  background: var(--phnewsdaily-background-darker);
}
#cursor {
  position: fixed;
  top: -10px;
  left: -10px;
  width: 10px;
  height: 10px;
  background-color: var(--phnewsdaily-primary);
  border-radius: 50%;
  pointer-events: none;
  z-index: 999;
}
@media only screen and (max-width: 1200px) {
  #cursor {
    display: none;
  }
}
#cursor-border {
  --size: 50px;
  position: fixed;
  top: calc(var(--size) / -2);
  left: calc(var(--size) / -2);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 1px var(--phnewsdaily-primary);
          box-shadow: 0 0 0 1px var(--phnewsdaily-primary);
  pointer-events: none;
  -webkit-transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out, height 0.15s ease-out, background-color 0.15s ease-out;
  transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out, height 0.15s ease-out, background-color 0.15s ease-out;
  z-index: 999;
}
@media only screen and (max-width: 1200px) {
  #cursor-border {
    display: none;
  }
}
/* Preloader styles */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
}
/* Preloader animation styles (replace with your own) */
#preloader .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: 12px solid #f3f3f3;
  border-top: 4px solid #34d8db;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#top-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#top-search .icon {
  width: 30px;
  margin-top: 5px;
}
#top-search .icon:hover {
  cursor: pointer;
}
#top-search .cross {
  width: 30px;
  display: none;
}
#top-search .cross:hover {
  cursor: pointer;
}
.comment-content a {
  text-decoration: underline;
  color: var(--phnewsdaily-primary);
}
table a {
  text-decoration: underline;
  color: var(--phnewsdaily-primary);
}
