:root {
  --primary-color: #23e28e;
  --secondary-color: #136843;
  --text-color: #008000;
  --title-color: #4fe9a5;
  --border-color: #10a965;
  --background-color: #108552;
  --background-color-hover: #03dbb3;
}

body{
    padding: 0px!important;
    margin: 0px!important;
}


::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--title-color); 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}


table {
  font-family: arial, sans-serif;
  width: 100%;
    box-shadow: 0px 1px 30px #d5d5d5;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  line-height: 1.3;
  font-size: 14px;
}


input[type=text],input[type=date], select , textarea, input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0px 2px 3px #afafaf;
}

input[type=submit] {
  width: 100%;
  background-color: var(--background-color-hover);
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
    font-size: large;
}

input[type=submit]:hover {
  background-color: var(--background-color-hover);
}

div {
  border-radius: 5px;
  
  padding: 20px;
}

.add_client{
    max-width: 650px; 
    margin: auto;
}

.add_pet{
    max-width: 500px; 
    margin: auto;
}
.center{text-align:center;    padding: 20px 0; }

.animtables{
    display: grid;
    grid-template-columns: auto ;
}

.animtable{
    display: grid;
    grid-template-columns: auto ;
}

@media only screen and (min-width: 600px) {
.animtables{
    display: grid;
    grid-template-columns: auto ;
}

}

@media only screen and (max-width: 600px) {

#openModal55{
    display:none!important;
}
}

.animaltab {
    
    border-radius: 0px;
    padding: 5px!important;
}


.animaltab {
  max-width:550px;
  min-width:450px;
  width: 100%;
  margin: 0 auto;
}

#showpet{
    margin-top:40px;
    display: flex;
    justify-content: center;
    gap: 20px;
    column-gap: 20px;
}


header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
  border-right:1px solid #bbb;
}

li:last-child {
  border-right: none;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover:not(.active) {
  background-color: #111;
}

.active {
  background-color: var(--primary-color);
}

.logo{
    background: white;
    background: url("https://v2.vetsystem.gr/img/bg.jpg");
    background-repeat: repeat;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid darkgray;
    margin-bottom: 10px;
}
.logo img{
    max-width: 109px;
}

.bg {
    background-image: url("https://v2.vetsystem.gr/img/bg.jpg");
    background-repeat:repeat;
}
i{color:var(--primary-color);}


.countclient{
    color: white;
    background: #62b9d3;
    border-radius: 101px;
    font-size: 23px;
    font-weight: 500;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 20px;
    background-image: url(https://v2.vetsystem.gr/img/client.png);
    background-size: contain;
    background-blend-mode: soft-light;
    background-origin: content-box;
    -webkit-text-stroke: 2px white;
    box-shadow: 0px 3px 10px black;
    border: 3px dashed white;
    vertical-align: middle;
    line-height: 1;
}
.countpet{
    color: white;
    background: #62d3ba;
    border-radius: 101px;
    font-size: 22px;
    font-weight: 500;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 20px;
    background-image: url(https://v2.vetsystem.gr/img/thepaw.png);
    background-size: contain;
    background-blend-mode: soft-light;
    background-origin: content-box;
    -webkit-text-stroke: 2px white;
    box-shadow: 0px 3px 10px black;
    border: 3px dashed white;
    vertical-align: middle;
    line-height: 1;
}

.counter{
    display: flex;
    justify-content: center;
}
.addpetbutton:hover{
    color:var(--text-color)!important;
    border-radius:4px!important;
  
}

.addpetbutton{
    font-size: 10pt;
}

.printit:hover{
    background-color: #e2fffe!important;
}

.formcoll{display: flex; justify-content: space-between;} 
.formcollaplse{padding: 0!important; width: 310px;}

.hafrow{
background-image: url(https://v2.vetsystem.gr/img/popup-builder-intro-bg-4.svg);
    background-position: top center;
    background-repeat: no-repeat;
}


input[type=submit] {
  --bg: var(--background-color);
  --text-color: #fff;
  position: relative;
  border: none;
  background: var(--background-color);
  color: var(--text-color);
  padding: 1em;
  font-weight: bold;
  
  transition: 0.5s;
  border-radius: 5px;
  opacity: 0.8;
  letter-spacing: 1px;
  box-shadow: var(--border-color) 0px 7px 2px, #000 0px 8px 5px;
}

input[type=submit]:hover {
  opacity: 1;
}

input[type=submit]:active {
  top: 4px;
  box-shadow: var(--border-color) 0px 3px 2px,#000 0px 3px 5px;
}



a.addpetbutton {
  cursor: pointer;
  position: relative;
  padding: 10px 24px;
  font-size: 16px;
  color: rgb(193, 163, 98);
  border: 2px solid rgb(101 193 98);
  border-radius: 14px;
  background-color: transparent;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
  overflow: hidden;
}

a.addpetbutton::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
    width: 46px;
    height: 11px;
  scale: 0;
  z-index: -1;
  background-color: rgb(101 193 98);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

a.addpetbutton:hover::before {
  scale: 4;
  color: white!important;
}

a.addpetbutton:hover i {

  color: white!important;
}

a.addpetbutton:hover {
  color: white!important;
  scale: 1.1;
  box-shadow: 0 0px 20px rgba(193, 163, 98,0.4);
}

a.addpetbutton:active {
  scale: 1;
}

a.glink {
    text-decoration: none!important;
    padding: 7px 9px!important;
    border-right: 1px solid!important;
    border-left: 1px solid!important;
}

.ui-datepicker select.ui-datepicker-year {
    width: 58%!important;
    padding: 0!important;
}
.ui-datepicker .ui-datepicker-title{
    margin:0!important;
}

li.subMenu:hover a{background: #409d75!important; color: white;transition: 0.3s;}

.theSMS:hover a .fa-chevron-down{rotate:0deg!important;transition: 0.6s;}
.theclient:hover a .fa-chevron-down{rotate:0deg!important;transition: 0.6s;}
.profile:hover a .fa-chevron-down{rotate:0deg!important;transition: 0.6s;}

.subMenu a{font-size: 14px; padding: 10px 12px;}

div a{
        text-decoration: unset !important;
}

#myModal55 > div > p:nth-child(2){margin-bottom:30px!important;}

#myModal55 > div > div{display: grid ; grid-gap: 20px; text-align: center;}