/*
Theme Name: CityOn Vets - Dashboard
Theme URI: https://crowdpolicy.com
Author: Nikos Batsikas
Author URI: https://www.crowdpolicy.com/en/
Description: CityOn Vets - Dashboard custom WordPress theme
Tags:
Version: 1.0
Requires at least: 5.0
Tested up to: 5.9
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cityonvets
*/

@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");

:root {
  --dark-green: #124944;
  --medium-green: #e8f5f2; /* ap-color */
  --light-green: #e8f5f29e; /* ap-color */
  --light-blue: #e6eeec; /* ap-color */
  --dark-grey: #707070;
  --black: #111111;
  --menu-green: #006f7566; /* ap-color */
}

/* CSS RESET */
main {
  flex: 1;
}

html,
body {
  border: none;
  margin: 0;
  padding: 0;
}

html,
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Manrope", sans-serif !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  height: 100%;
  background-color: var(--light-blue) !important;
}

.hidden {
  display: none !important;
}

html {
  min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
  border: none;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
}

a {
  text-decoration: none !important;
}

img {
  width: 100%;
}

.wp-block-image img {
  object-fit: contain;
}

blockquote::before,
blockquote::after {
  content: "";
}

body {
  overflow-x: hidden;
}

.text-dark-green {
  color: var(--dark-green);
}

.text-medium-green {
  color: var(--medium-green);
}

.top-text {
  color: var(--dark-green);
  font-weight: bold;
}

.account-btn {
  color: var(--menu-green);
  font-size: 18px;
  font-weight: 500;
  transition: all ease-in-out 0.3s;
}

.account-btn:hover {
  color: var(--dark-green);
}

.user-icon {
  transition: all ease-in-out 0.3s;
}

.account-btn.current {
  color: var(--dark-green);
}

.account-btn.current .user-icon {
  filter: brightness(0) saturate(100%) invert(21%) sepia(36%) saturate(734%)
    hue-rotate(125deg) brightness(100%) contrast(97%);
}

.account-btn:hover .user-icon {
  filter: brightness(0) saturate(100%) invert(21%) sepia(36%) saturate(734%)
    hue-rotate(125deg) brightness(100%) contrast(97%);
}

.top-section-wrapper {
  border-bottom: 2px solid #97ccca;
}

/* Header (Burger Menu) */

.sticky {
  position: fixed;
  z-index: 1200;
  padding-bottom: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + main {
  padding-top: 100px;
}

div#responsive-header {
  box-shadow: 0px 2px 8px #00000029;
}

button.navbar-toggler i {
  font-size: 38px;
}

div#navbarToggler {
  padding: 1.5rem 2rem;
}

div#navbarToggler ul {
  list-style: none;
}

div#navbarToggler .sidebar-menu-item a {
  gap: 1.5rem;
}

button.navbar-toggler[aria-expanded="true"] i::before {
  content: "\f00d";
  font-size: 40px;
}

@media screen and (max-width: 600px) {
  .sticky {
    top: 0;
  }
}

@media screen and (max-width: 450px) {
  div#responsive-header .toggle-wrapper {
    padding: 1.5rem !important;
  }
}

/* Footer */

.copyright-text,
.copyright-text a {
  color: #000000 !important;
  font-size: 12px;
}

/* UM global */
i.um-icon-eye,
i.um-icon-eye-disabled {
  font-size: 24px;
  color: var(--medium-green) !important;
}
