@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@font-face {
     font-family: "Nature Beauty";
     src: url(../../fonts-google/nature_beauty/Nature_Beauty.ttf);
  }
@font-face {
     font-family: "Goldplay";
     src: url(../../fonts-google/goldplay/goldplay.otf);
  }
@font-face {
    font-family: "Open Sans";
    src: url(../../fonts-google/open-sans/OpenSans-Regular.ttf);
}
@font-face {
  font-family: "Open Sans Semi-bold";
  src: url(../../fonts-google/open-sans/OpenSans-SemiBold.ttf);
}

  body{
    background: #ebebeb;
  }


.valid-button-input {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    text-align: right;
    line-height: 2.5;
}


.campo {
    width: 50%;
    float: left;
    color: #c0c0c0;
  }
  
  .campo input {
    width: 98%!important;
  }
  
  .campo select.first-select {
    width: 98%!important;
  }
  
  .campo select {
    width: 100%!important;
  }
  .campo label {
    width: 100%!important;
    color: #666!important;
  }
  
  .controls-row .campo:last-child {
    margin-left: 5px!important;
      width: calc(50% - 5px);
  }
  
  .control-group-icon .campo:last-child {
    margin-left: 5px!important;
      width: calc(50% - 5px);
  }
  
  .controls-campo {
    display: table;
  }

  .fbClose .fbText{
    display: none;
  }
  .fbClose i.fbIcon{
    display: flex;
    z-index: 9;
    background: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 0!important;
    padding-left: 0!important;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .fbClose i.fbIcon:before{
    content: "\f00d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 18px;
  
  }
  .fbClose i.fbIcon svg{display: none;}

  .list-icons{
    font-weight: normal;
    font-family: 'Nunito Sans';
}

.sinpatinhas-titulo {
  margin: 0;
  font-weight: bold;
  font-size: 15px;
}
.sinpatinhas{
  border-radius: 10px;
  padding: 15px 0;
  padding-top: 10px;
  width: 100%;
  text-align: left;
}
.link-sinpatinhas, .rg-sinpatinhas {
  display: inline-block;
  box-sizing: border-box;
    position: relative;
}
.link-sinpatinhas a, .rg-sinpatinhas a {
  padding: 6px 10px;
  background: #3bb5e9;
  color: #ffffff;
  border-radius: 6px;
  display: inline-block;
}
.rg-sinpatinhas .file-upload, .link-sinpatinhas .file-link {
  padding: 3px 5px;
  font-size: 12px;
  background: #efefef;
  color: #666;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translate(-50%, 10px);
}
.modal-rg-pet {
  display: none; 
  position: fixed; 
  z-index: 1000; 
  left: 0; top: 0;
  width: 100%; height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.7);
}

.modal-rg-pet .modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  border-radius: 8px;
  width: 80%;
  text-align: center;
  max-width: 800px;
}

.modal-rg-pet .close {
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

@media screen and (min-width: 320px) and (max-width: 932px) {
  .link-sinpatinhas, .rg-sinpatinhas{
  width: 49%;
}
.link-sinpatinhas a, .rg-sinpatinhas a {
  width: 100%;
}
}

/* skin: gray-info */
.tpd-skin-gray-info .tpd-content,
.tpd-skin-gray-info .tpd-title,
.tpd-skin-gray-info .tpd-close { color: #44484c; }
.tpd-skin-gray-info .tpd-background-content { background-color: #fff; }
.tpd-skin-gray-info .tpd-background {
  border-width: 1px;
  border-color: #f1f1f1;
  border-radius: 4px!important;
}
.tpd-skin-gray-info .tpd-background-title { background-color: #fff; }
/* line below the title */
.tpd-skin-gray-info .tpd-title-wrapper { border-bottom: 1px solid #f1f1f1; }
/* shadow */
.tpd-skin-gray-info .tpd-background-shadow { box-shadow: 0 0 8px rgba(0,0,0,.15); }
/* spinner */
.tpd-skin-gray-info .tpd-spinner-spin {
  border-color: rgba(240, 240, 240, 0.2);
  border-left-color: #44484c;
}
/* links */
.tpd-skin-gray-info a { color: #44484c; }
.tpd-skin-gray-info a:hover { color: #28b779; }

/* SKIN EDIT - TIPPED TOOLTIP */


.ql-snow .ql-tooltip[data-mode=link]::before {
    content: "Insira o link:"!important;
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
    border-right: 0px;
    content: 'Salvar'!important;
    padding-right: 0px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
    content: 'Fonte 32'!important;
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
    content: 'Fonte 24'!important;
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
    content: 'Fonte 18'!important;
}

.wizard > .content > .body label {
    display: inline-block;
    margin-bottom: 0!important;
}

.form-control {
    padding: 0.875rem 0.75rem!important;
}

.wizard > .content{
    background: #fff!important;
}

.select2-container--default .select2-selection--single{
    height: 50px!important;
    background-color: #fdfdfd!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 50px!important;
    height: 50px!important;
    color: #4F5467!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
   height: 50px!important;
}


.inner-status{
    width: 200px;
    height: 60px;
    background-color: #f9edbe;
    position: fixed;
    top: 5px;
    right: 0;
    margin: auto;
    left: 0;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    color: #684c14;
    border: 1px solid #f0c36d;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    border-radius: 4px;
    font-size: 1.2em;
    z-index: 99999;
}

.wizard-content .wizard>.actions>ul>li>a {
  padding: 8px 12px;
  font-size: 16px;
}

.card{
    background-color: transparent !important;
}

.card-body {
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.12);
  border-radius: 0.5rem;
}
.card-body-hover:hover{
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.25);
}

#info_instrucoes p{
  margin: 0;
}


.ql-toolbar.ql-snow {
  border: 1px solid #e9ecef!important;
}
.ql-container.ql-snow {
  border: 1px solid #e9ecef!important;
  border-top: none!important;
}

.wizard > .content > .body label.error {
    width: 100%;
    margin-left: 0!important;
}
.wizard > .steps .current a{
    background: #76819f!important;
}
.wizard > .steps .done a{
    background: #e9e9e9!important;
}
.wizard-content .wizard>.actions>ul>li>a{
    background: #28b779;
}
.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"]{
    background: #ffffff!important;
}

@media (max-width: 768px) {
  .wizard-content .wizard>.steps>ul>li {
      display: block;
      float: left;
      width: 100%;
  }
}

.form-control{
    background-color: #fdfdfd!important;
}

.box-inativo img{
    width: 80px;
}

.box-inativo .inativo{
    text-align: center;
    padding: 120px 15px;
}
.box-inativo .inativo .image{
    margin-top: 15px;
}

.editar-vacina, .editar-medicacao {
  background-color: #93a6b9!important;
  border-color: #93a6b9!important;
}
.editar-vacina:hover, .editar-medicacao:hover {
  background-color: #7d8fa1!important;
  border-color: #7d8fa1!important;
}





/* MENU */


@import url(https://fonts.googleapis.com/css?family=Roboto:300);


#checkbox-menu, .btn-menu span { /* Hide the checkbox input & word "Menu" in the button */
    display: none;
}

/* Menu button - starts */
.btn-menu {
    position: fixed;
    background: none;
    color: #3E5569;
    width: 60px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    cursor: pointer;
    transition: width .3s ease-in-out;
    top: 0;
    left: 0;
    z-index: 1040;
    font-size: 20px;
}
/* Menu button - ends */

/* Sidebar - starts */
.sidebar-menu {
    background-color: #fff;
    position: fixed;
    width: 250px;
    height: calc(100% - 0px);
    z-index: 1111;
    transition: transform .3s ease-in-out;
    transform: translateX(-250px);
    padding-top: 50px;
    overflow-y: auto;
    border-right: 1px solid rgba(34,34,48,.1);
    z-index: 1039;
    font-family: "Fredoka", sans-serif;
    top: 0;
}

.sidebar-menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    line-height:1.5;
}

.sidebar-menu ul a {
    position: relative;
    text-decoration: none;
    display: block;
    background-color: transparent;
    color: #3E5569;
    padding: 15px 20px;
    font-size: 0.95rem;
    font-weight: 500;
}

.sidebar-menu ul a li i {
    margin-right: 15px;
    color: #3e5569;
    font-size: 16px;
}

/* Add the word "New" to the second item and "2" to the third item */
.sidebar-menu ul li span {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -9px;
    color: #fff;
    font-size: 13px;
    padding: 0 7px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.sidebar-menu ul li span {
    content: "New";
    background-color: #4CAF50;
}

.sidebar-menu ul li span.pro {
    content: "Pro";
    background-color: #f7c46c;
    color: #363642;
    font-weight: 600;
}

.sidebar-menu ul a:hover, .sidebar-menu ul a.active {
    background-color: #f6f7f9;
    color: #f96a00;
    text-shadow: 1px 1px #fff;
}

.sidebar-menu ul a:hover i, .sidebar-menu ul a.active i{
  color: #f58634;
}

.sidebar-menu ul a:hover::before, .sidebar-menu ul a.active::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #f58634;
    width: 4px;
    height: 100%;
}


.sidebar-menu .toggle-submenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    text-decoration: none;
    color: #3E5569;
    cursor: pointer;
}
.sidebar-menu .toggle-submenu i{
    margin-right: 15px;
}
.sidebar-menu .toggle-submenu i.arrow{
   margin: 0;
}

.sidebar-menu .has-submenu .submenu {
    display: none;
    padding-left: 30px;
}

.sidebar-menu .has-submenu .submenu a{
    font-weight: 400;
}

.sidebar-menu .has-submenu.open .submenu {
    display: block;
}

/* Sidebar - ends */

/* Effect of showing the sidebar - starts */
#checkbox-menu:checked ~ .sidebar-menu {
    transform: translateX(0);
}

#checkbox-menu:checked + .btn-menu {
    width: 250px;
    padding: 0 20px;
    color:#3E5569;
    font-weight: normal;
    font-size: 16px;
    background: #fff;
    border-right: 1px solid rgba(34,34,48,.1);
    font-family: "Fredoka", sans-serif;
}

#checkbox-menu:checked + .btn-menu span { /* Show again the word "Menu" in the button */
    display: inline;
    font-weight: 700;
    margin-left: 13px;
}

#checkbox-menu:checked + .btn-menu span.close {
    position: absolute;
    right: -51px;
    padding: 15px 10px 14px 10px;
    top: 0;
    display: table;
    width: 50px;
    text-align: center;
}

.close {
    opacity: 0.9;
    color: #31374a;
    background: rgb(246 247 249 / 50%);
    text-shadow: 1px 1px #fff;
}
/* Effect of showing the sidebar - ends */

.link-store-active{
    color: #78dcff!important;
}

/* FIM MENU SIDEBAR */

.btn-menu-drop-pages {
    color: #31374a;
    background-color: #fff;
    border: solid 1px rgba(0,0,0,.20);
    border-radius: 0.25rem;
}
.btn-menu-drop-pages:hover, .btn-menu-drop-pages:active {
    color: #31374a;
    background: linear-gradient(180deg,#f6f7f9,#f6f7f9);
    border-color: #d7dce5;
}
.btn-menu-drop-pages:not(:disabled):not(.disabled):active{
    color: #31374a;
    background: linear-gradient(180deg,#f6f7f9,#f6f7f9);
    border-color: #d7dce5;
}
.show>.btn-menu-drop-pages.dropdown-toggle {
    color: #31374a;
    background: linear-gradient(180deg,#f6f7f9,#f6f7f9);
    border-color: #d7dce5;
}
.show>.btn-menu-drop-pages.dropdown-toggle:focus {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.btn-menu-drop-pages:focus {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.dropdown-item:active {
    color: #212529;
    text-decoration: none;
    background-color: #e2e6ea;
}
.dropdown-item {
    font-size: 15px;
    color: #212529;
    border-bottom: solid 1px #f1f1f1;
}
.dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-item .image-pet {
    float: right;
    overflow: hidden;
    display: inline-grid;
}
.dropdown-item .image-pet img{
    width: 100%;
    border: solid 1px #b9b9b9;
    height: 23px;
    width: 23px;
    border-radius: 50%;
}
.dropdown-menu{
    padding: 0;
}
.btn-new-bottom {
    color: #fff;
    background-color: #3E5569;
    border-color: #3E5569;
    border-radius: 100%;
    padding: 0.375rem 0.649rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.btn-new-bottom:hover {
    color: #fff;
    background-color: #5a6976;
    border-color: #5a6976;
}

#modal-pet-perdido .modal-header{
  flex-direction: column;
  align-items: center;
  border-bottom: 0;
  color: #686a87;
  padding-bottom: 0;
}
#modal-pet-perdido .modal-header h5{
  font-size: 28px;
  font-weight: 900;
}
#modal-pet-perdido .modal-footer{
  border-top: 0;
}
#modal-pet-perdido .modal-body .description{
  margin: 1rem 0;
  padding: 0.5rem 0;
  font-size: 16px;
}
#modal-pet-perdido .modal-body .description .title {
  color: #494b68;
  font-weight: 600;
  margin-bottom: 1rem;
}

#modal-pet-perdido .modal-body p.call-title {
  font-size: 16px;
  color: #494b68;
  font-weight: 600;
}

#modal-pet-perdido .modal-body p.call-number {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 0.5rem;
  color: #494b68;
}

#modal-pet-perdido .modal-body p.call-number a {
  color: #494b68;
  text-decoration: none;
}

#modal-pet-perdido .alert-warning {
  color: #ffffff;
  background-color: #686a87;
  border-color: #686a87;
  display: table;
  margin: 0 auto;
  font-size: 22px;
  text-transform: uppercase;
}

.dtp-btn-now, .dtp-btn-clear, .dtp-btn-cancel, .dtp-btn-ok {
    border: none;
    border-radius: 2px;
    position: relative;
    padding: 8px 10px;
    margin: 10px 1px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    will-change: box-shadow,transform;
    -webkit-transition: -webkit-box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    -o-transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    outline: 0;
    cursor: pointer;
    text-decoration: none;
    background: 0 0;
}
.dtp-btn-now:hover, .dtp-btn-clear:hover, .dtp-btn-cancel:hover, .dtp-btn-ok:hover{
    background-color: rgba(153,153,153,.2);
}
.dtp table.dtp-picker-days tr>td {
    font-size: 1em!important;
}
.input-group-text{
    cursor: pointer;
}
.form-control{
    font-size: 16px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
}
.select2-container--default .select2-results>.select2-results__options {
    font-size: 16px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 16px;
}

.modal-body .select2-container--default .select2-selection--single {
  border: 1px solid #e9ecef!important;
}

.ui-autocomplete{
    z-index: 1051!important;
    font-size: 16px!important;
}
.pull-right{
    float: right;
}
.pull-left{
    float: left;
}
.tpd-skin-light a {
    color: #ffffff!important;
    text-decoration: none!important;
}
.tpd-tooltip{
    z-index: 1050!important;
}
.menu-view{
    cursor: pointer;
    position: relative;
}

.menu-actions, .menu-actions-three{
    position: absolute;
    z-index: 1038;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display:none;
    padding: 20px;
    background: #fff;
    border-radius: 0.5rem;
    width: 200px;
    text-align: center;
}

.menu-actions-three{
    width: 275px!important;
}

.page-link, .page-link:hover {
    color: #2f2f32;
}
.page-item.active .page-link {
    background-color: #ababab;
    border-color: #ababab;
    color: #ffffff;
}
.page-item.active .page-link:hover {
    background-color: #cbcbcb;
    border-color: #cbcbcb;
}


.btn-lighter {
  color: #31374a!important;
  background: #fff;
  border: solid 1px rgba(0,0,0,.20);
  border-radius: 0.25rem;
}

.btn-lighter:hover {
  background: linear-gradient(180deg,#f6f7f9,#f6f7f9);
  border-color: #d7dce5;
}

.btn-grayish{
  color: #fff;
  background-color: #93a6b9 !important;
  border-color: #93a6b9 !important;
}
.btn-grayish:hover {
  color: #fff;
  background-color: #7d8fa1 !important;
  border-color: #7d8fa1 !important;
}

.btn-dangerous{
  color: #da542e!important;
  background: #fff;
  border: solid 1px #ffa68d;
  border-radius: 0.25rem;
}
.btn-dangerous:hover {
  background: #fff7f4;
  border-color: #edb4a4
}


.btn-view {
  color: #31374a!important;
  background: #fff;
  border: solid 1px rgba(0,0,0,.20);
  border-radius: 0.25rem;
}

.btn-view:hover {
  background: linear-gradient(180deg,#f6f7f9,#f6f7f9);
  border-color: #d7dce5;
}


/* TABELA RESPONSIVA */
.table-rel{
  margin-bottom: 15px;
}
.table-rel td.td-rel {
    border-top: 1px solid #c9c9c9!important;
}
.table-rel .title{
  width: 130px;
	font-size: 13px;
	font-weight: bold;
}
.table-rel .title-th {
	  vertical-align: middle;
}
/*@media screen and (max-width: 600px) {*/
@media screen and (max-width: 800px) {
.table-rel{
	 border: none!important;
}
.table-rel .title {
    display: none!important;
  }
.table-rel .title-th {
	  display: none!important;
}
.table-rel .desc-td {
	  width: 100%!important;
		text-align:right!important;
}
.table-rel .desc-td p {
    margin: 0px;
    border-top: 0!important;
}

.table-rel .box-tr {
	  margin-bottom: 20px!important;
		border: solid 1px #d8dce3;
}

.table-rel .table-tr {
		border-bottom: 1px dotted #d8dce3;
}

.table-rel .box-tr:last-child {
	  margin-bottom: 0!important;
}

.table-rel tr {
    display: block;
  }
.table-rel td {
    border-bottom: 1px dotted #ccc;
		border-left: none!important;
		border-top: none!important;
    display: block;
    font-size: 13px;
    text-align: right;
  }
.table-rel td:last-child {
    border-bottom: 0!important;
  }

.table-rel td:last-child {
	  border-bottom: 0!important;
	}

.table-rel td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
}
/* TABELAS */

.choices__input {
    font-size: 16px!important;
}
.choices__inner {
    background-color: #fdfdfd!important;
    font-size: 16px!important;
    color: #4F5467 !important;
    border: 1px solid #e9ecef!important;
    border-radius: 2px !important;
}

.card-body-header .choices__inner {
    border: solid 1px rgb(203 203 203) !important;
}


    #loader-pagination {
    display: none;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    }
    #loader-pagination img {
    width: 40px;
    height: 40px;
    }

/* Tela preta semitransparente (backdrop) */
.modal-obs {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.5);
  overflow: auto;
  justify-content: center;
  align-items: center; /* centralizado por padrão */
}

.modal-content-obs {
  background-color: #fff;
  margin: auto;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  position: relative;
}

.modal-content-obs h2 {
  font-size: 1rem;
}
.close-btn-obs {
    color: #aaa;
    position: absolute;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    right: 20px;
    top: 10px;
}

.campo {
    width: 50%;
    float: left;
    color: #c0c0c0;
  }
  
  .campo input {
    width: 98%!important;
  }
  
  .campo select.first-select {
    width: 98%!important;
  }
  
  .campo select {
    width: 100%!important;
  }
  .campo label {
    width: 100%!important;
    color: #666!important;
  }
  
  .controls-row .campo:last-child {
    margin-left: 5px!important;
      width: calc(50% - 5px);
  }
  
  .control-group-icon .campo:last-child {
    margin-left: 5px!important;
      width: calc(50% - 5px);
  }

.box-search-v{
	position: relative;
}
@media (max-width: 768px){
    .box-search-v{
        right: 0;
        bottom: 0;
        position: absolute;
    }
    .box-search-v input[type='search']{
        font-size: 16px!important;
    }
    .box-search-v{
        right: -10px;
        bottom: -5px;
        position: absolute;
    }
}

.box-search-v input[type='search']{
	padding: 0.25rem 0.5rem;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border: none;
	margin-bottom: 0;
	position: relative;
	background: #fff;
	width: 150px;
    font-size: 0.76563rem;
    outline:0;
    line-height: 1.5;

	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
  border: solid 1px rgba(0,0,0,.20);
  border-radius: 0.25rem;
}
.box-search-v .input-icon {
	position: absolute;
    right: 10px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #ccc;
}

.box-search-v .input-icon .fas{
	font-size: 12.25px;
}

.box-search-v input[type='search']:focus {
	width: 200px;

	/*-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);*/
}

.checkbox-wrapper-22 .switch {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px;
    margin: 0;
  }

  .checkbox-wrapper-22 .switch input {
    display:none!important;
  }

  .checkbox-wrapper-22 .slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
  }

  .checkbox-wrapper-22 .slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 26px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 26px;
  }

  .checkbox-wrapper-22 input:checked + .slider {
    background-color: #66bb6a;
  }

  .checkbox-wrapper-22 input:checked + .slider:before {
    transform: translateX(26px);
  }

  .checkbox-wrapper-22 .slider.rounder {
    border-radius: 34px;
  }

  .checkbox-wrapper-22 .slider.rounder:before {
    border-radius: 50%;
  }


.ql-container {
    font-size: 16px!important;
}
.tpd-size-large .tpd-content{
    font-size: 15px!important;
}

.top-menu-admin {
    margin-top: 8px;
    display: inline-block;
}
/*body.modal-open .page-breadcrumb {
    padding-right: 20px!important;
}
*/

.container-fixed {
    padding-top: 50px!important;
}

.container-fluid {
  background: #ebebeb;
}

.card .card-title {
    font-weight: 700;
    color: #3E5569;
}

.card-body-header{
    background: #ebebeb!important;
    border: none!important;
    padding-left: 0!important;
    padding-right: 0!important;
    box-shadow: none!important;
}

.card-body-header .input-search{
  padding: 0.750rem 0.75rem!important;
  border: solid 1px rgb(203 203 203) !important;
}
.card-body-header .icon-search-mob {
    position: absolute;
    right: 20px;
    transform: translateY(-50%);
    top: 50%;
    color: #ccc;
    margin: 0;
}

.modal-content{
  border-radius: .5rem;
}

.modal-footer{
   border-radius: .5rem;
}

.page-breadcrumb {
    position: fixed;
    z-index: 9;
    background: #ebebeb;
    padding: 0 20px;
    height: 50px;
    margin: 0 -20px;
    top: 0;
    width: 100%;
    text-align: right;
}

.modal-dialog-center {
  min-height: calc(100vh - 60px)!important;
  display: flex!important;
  flex-direction: column!important;
  justify-content: center!important;
  overflow: auto!important;
}
@media(max-width: 768px) {
.modal-dialog-center {
  min-height: calc(100vh - 20px)!important;
}

.modal-content-obs {
  border-radius: 15px;
  margin: 0.5rem;
  width: 100%;
  max-width: 100%;
  }
.modal-obs {
  align-items: flex-end;
  }
}


.footer-sidebar {
  text-shadow: 1px 1px #ffffff;
  color: #3e5569;
  font-size: 0.75rem;
  padding: 20px 5px 5px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #ededed!important;
    opacity: 0.66;
}

.page-wrapper {
    background: #f5f7fa!important;
}

.fbContent{
  background: url('../../images/loader-floatbox_3.svg') center center no-repeat!important;
  background-size: 40px!important;
}

.fbx.fbContentWrapper{
    border-width: 0!important;
}
.fbx.fbBackground{
  background-color: rgb(235 235 235)!important;
}


.wdc-30{
    width: 33.333%!important;
    flex: 0 0 33.333%!important;
    max-width: 33.333%!important;
}

.wdc-40{
  width: 41.673% !important;
  flex: 0 0 41.673% !important;
  max-width: 41.673% !important;
}

.wdc-70{
  width: 66.667%!important;
  flex: 0 0 66.667%!important;
  max-width: 66.667%!important;
}

.hc-50{
    height: 50px!important;
}
.age{
  text-align: center;
  padding: 5px 0 0 0;
  margin: 0 auto;
}
#age{
  color: #adadad;
  font-weight: 600;
}

.app-store{
   padding: 5px 20px;
}
.app-store img{
    width: 100%;
 }

 .hidden{
  display: none!important;
}
 .app-hidden{
    display: none;
 }
 .app-show{
    display: block;
 }

 .select2-results {
  padding-bottom: 10px;
}

/* Header fixed to the top of the modal */
.modal-header--sticky {
  position: sticky;
  top: 0;
  background-color: inherit; /* [1] */
  z-index: 1055; /* [2] */
}

/* Footer fixed to the bottom of the modal */
.modal-footer--sticky {
  position: sticky;
  bottom: 0;
  background-color: inherit; /* [1] */
  z-index: 1055; /* [2] */
}

.dataTables_length{
  text-align: left;
  line-height: 28px;
}

.dataTables_length select{
  float: right;
  padding: 0 5px!important;
  font-size: 14px!important;
  margin-left: 5px!important;
}

@media (max-width: 768px) {
.dataTables_filter, .dataTables_length{
  text-align: left!important;
}
}

.dataTables_filter input{
  padding: 0.475rem 0.75rem!important;
}

#zero_config_wrapper{
  padding: 0!important;
  background: #fff;
}

 @media (min-width: 768px) and (max-width: 1024px) {
 .box-vaccines{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;

    flex: 0 0 50%;
    max-width: 50%;
 }
}

@media (min-width: 768px) and (max-width: 1144px) {
.box-medications{
       position: relative;
       width: 100%;
       min-height: 1px;
       padding-right: 10px;
       padding-left: 10px;
   
       flex: 0 0 50%;
       max-width: 50%;
    }
   }



.fc-daygrid-event-harness{
    box-shadow: 0 1px 0px 0px rgba(203, 208, 221, 0.54);
    border-radius: 4px;
    background: rgb(249, 106, 0);
    margin: 0 2px 0 2px;
    padding: 3px 0;
}
a.fc-event{
    color: #fff!important;
}
a.fc-event:hover, a.fc-event:focus{
    background: rgb(249, 106, 0);
}
.fc-daygrid-event-dot{
  border-color: #fff!important;
}

.fc-daygrid-more-link {
  background: #006684;
  color: #fff!important;
  padding: 4px 2px!important;
  margin-top: -8px!important;
}

.fc-scrollgrid-sync-inner a{
  color: #4f5467;
}

.popover{
  border-radius: .5rem;
  border: 0;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.23);
  color: #141824;
  z-index: 9999;
}
.popover-header{
    background: #fff;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    text-align: center;
    border-bottom: 0;
    padding-bottom: 0;
} 
.popover-body{
   color: #000;
   font-size: 14px;
}
.mb_5{
  margin-bottom: 5px;
}


.ui-widget-content {
  background: inherit!important;
}

.racas-group .ui-widget-content {
  background: #fff!important;
}
.racas-group .ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 10px 1em 10px .4em;
}


.my-pets-box{
  display: grid;
  gap: 10px;
  justify-items: center;
  align-items: center;
  align-content: stretch;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(116px, 1fr));
  margin-bottom: 15px;
  padding: 20px 0;
}
.my-pets-box .my-pet {
  text-align: center;
}
.my-pets-box .my-pet .btn-sm{
  border-radius: 0.25rem;
  font-size: 0.85rem;
  color: #475466;
  position: relative;
}
.my-pets-box .my-pet .btn-sm i{
  color: #bbb;
}

.my-pets-box .my-pet  span.pet-name {
  display: block;
  text-align: center;
  margin: 5px 0;
}
.my-pets-box .my-pet  span.pet-name a{
  color: #3E5569;
}
.my-pets-box .my-pet .thumbs img{
  border: solid 3px #fff;
}

.my-family-box{
  display: grid;
  gap: 10px;
  justify-items: center;
  align-items: center;
  align-content: stretch;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  margin-bottom: 15px;
  padding-top: 1rem;
}
.my-family-box .my-family {
  text-align: center;
}
.my-family-box .my-family .btn-sm{
  border-radius: 0.25rem;
  color: #475466;
  position: relative;
}
.my-family-box .my-family .btn-sm i{
  color: #bbb;
}

.my-family-box .my-family  span.parent-name {
  display: block;
  text-align: center;
  margin: 5px 0 0 0;
  text-transform: capitalize;
}
.my-family-box .my-family  span.parent-name a{
  color: #3E5569;
  font-weight: 700;
  font-size: 16px;
}
.my-family-box .my-family  span.degree-name{
  display: block;
  text-align: center;
  color: #a1a1a1;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}
.my-family-box .my-family  span.degree-whatsapp{
  display: block;
  text-align: center;
  color: #a1a1a1;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 5px;
}
.my-family-box .my-family  span.degree-whatsapp a{
  color: #a1a1a1;
  text-decoration: none;
  cursor: default;
}
.my-family-box .my-family .thumbs{
  border: solid 1px rgba(203, 208, 221, 0.54);
}
.my-family-box .my-family .thumbs {
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  width: 88px;
  height: 88px;
  margin: 0 auto;
}
.my-family-box .my-family .thumbs label{
  margin: 0;
  display: block;
  cursor: pointer;
}
.my-family-box .my-family .thumbs img{
  margin: 3px;
  width: calc(100% - 6px);
}

#fixed-button-container {
  width: 600px;
  background: #eeeef0;
  border-radius: 0.5rem;
  padding: 15px;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, -20px);
  z-index: 1049;
}
#fixed-button-container .header-message {
  font-size: 16px;
  font-weight: 700;
  padding: 10px 0;
  border-bottom: solid 1px #ddd;
  display: flex;
  align-items: center;
}

#fixed-button-container .header-message i {
  padding: 8px;
  background: #fff;
  border-radius: 0.3rem;
  margin-right: 10px;
}
#fixed-button-container .close {
  background: #fff;
  padding: 5px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  margin: 5px -15px -5px -10px;
}

.modal-bottom .modal-dialog {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100% !important;
  margin: 0;
}
.modal-bottom .modal-dialog .modal-content {
  border-radius: 0.3rem 0.3rem 0 0;
  background: #eeeef0;
}
.modal-bottom .modal-dialog .modal-content .modal-body #ios-message p span{
  background: #fff;
  padding: 2px 5px;
  display: inline-flex;
  margin-left: 5px;
}
.modal-bottom .modal-dialog .modal-content .modal-body #ios-message p span i {
  font-size: 20px;
}
.hide-box{
  display: none!important;
}
/* Estilo para dispositivos móveis */
@media (max-width: 768px) {
  #fixed-button-container {
    width: calc(100% - 40px); /* Subtrai o padding da borda (20px de cada lado) */
    padding: 0 20px; /* Adiciona 20px de padding nas laterais */
    left: 20px;
    right: 20px; /* ou use um valor adequado para seu layout */
    transform: inherit;
    box-shadow: 1px 1px 3px 0px rgba(2, 27, 57, 0.12);
    padding-bottom: 20px;
  }
}


/* PRELOADER */
.preloader {
  background: rgba(250, 250, 250, 0.8)!important;
}

.preloader .lds-ripple {
  text-align: center;
  line-height: 64px;
}

.spinner {
  /* Spinner size and color */
  width: 1.5rem;
  height: 1.5rem;
  border-top-color: #7f9eb9;
  border-left-color: #7f9eb9;

  /* Additional spinner styles */
  animation: spinner 400ms linear infinite;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;  
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}

/* Animation styles */
@keyframes spinner {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* Optional — create your own variations! */
.spinner-large {
  width: 2rem;
  height: 2rem;
  border-width: 3px;
}

.spinner-slow {
  animation: spinner 1s linear infinite;
}

.spinner-blue {
  border-top-color: #09d;
  border-left-color: #09d;
}


/* FOOTER MENU */
@media screen and (min-width:767px) {
.mobile-bottom-nav {
  display: none!important;
}
}
@media screen and (min-width:320px) and (max-width:932px) and (orientation:landscape) {
.mobile-bottom-nav {
    display: flex!important;
}
}

.mobile-bottom-nav__item {
  flex-grow: 1;
  text-align: center;
  font-size: 12px;
  font-weight: lighter;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s;
  font-family: 'Open Sans';
}
.mobile-bottom-nav__item a {
 color:#616161;
}
.mobile-bottom-nav__item a:hover {
  background: #f7f7f7;
}

.mobile-bottom-nav__item a.active {
  color: #ff5b2e;
  font-size: 14px;
 }

.mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  will-change: transform;
  display: flex;
  height: 65px;
  box-shadow: -1px 0 2px 0 rgba(0,0,0,.12);
  background-color: #fff;
  color: #B4B4B4;
}

.mobile-bottom-nav__item i {
font-size: 24px;
padding-bottom: 2px;
}


.mobile-bottom-nav__item--active {
 color: #868686;
}

.mobile-bottom-nav__item--active i {
 color: #db3e39;

}
.mobile-bottom-nav__item-content {
 display: flex;
 flex-direction: column;
 padding:10px 0;
}
/* END - FOOTER MENU */


/* PRELOADER */

.pre-loader {height: 100%;left: 0;position: fixed;top: 0;width: 100%;z-index: 999991;background-color: #fff!important;}
.loader-inner {padding: 0px;position: absolute;left: 53%;top: 42%;text-align: center;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.paw-footprint-loader {position: absolute;top: 25%;left: 55%;transform: rotate(90deg) translate(-50%, 0%);font-size: 50px;width: 1em;height: 3em;color: #d31145;}
.paw-footprint-loader .paw-footprint {width: 1em;height: 1em;-webkit-animation: 2050ms pawAnimation ease-in-out infinite;animation: 2050ms pawAnimation ease-in-out infinite;opacity: 0;}
div.loader-icon svg{display: none;}
.paw-footprint-loader .paw-footprint svg {width: 100%;height: 100%;display: block;}
.paw-footprint-loader .paw-footprint .paw-icon {fill: currentColor;}
.paw-footprint-loader .paw-footprint:nth-child(odd) {transform: rotate(-10deg);}
.paw-footprint-loader .paw-footprint:nth-child(even) {transform: rotate(10deg) translate(125%, 0);}
.paw-footprint-loader .paw-footprint:nth-child(1) {-webkit-animation-delay: 1.25s;animation-delay: 1.25s;}
.paw-footprint-loader .paw-footprint:nth-child(2) {-webkit-animation-delay: 1s;animation-delay: 1s;}
.paw-footprint-loader .paw-footprint:nth-child(3) {-webkit-animation-delay: 0.75s;animation-delay: 0.75s;}
.paw-footprint-loader .paw-footprint:nth-child(4) {-webkit-animation-delay: 0.5s;animation-delay: 0.5s;}
.paw-footprint-loader .paw-footprint:nth-child(5) {-webkit-animation-delay: 0.25s;animation-delay: 0.25s;}
.paw-footprint-loader .paw-footprint:nth-child(6) {-webkit-animation-delay: 0s;animation-delay: 0s;}
.no-cssanimations .paw-footprint-loader .paw-footprint {opacity: 1;}

@-webkit-keyframes pawAnimation 
{
0% {opacity: 1;}
50% {opacity: 0;}
100% {opacity: 0;}
}

@keyframes pawAnimation 
{
0% {opacity: 1;}
50% {opacity: 0;}
100% {opacity: 0;}
}


/*--------------------------------------------------------------
    Accents
--------------------------------------------------------------*/

    .pre-loader { background-color: var(--wdtBodyBGColor); }
    .loader-text { background-image: linear-gradient(to right, var(--wdtPrimaryColor) 10%, var(--wdtHeadAltColor) 50%, var(--wdtPrimaryColor) 60%); }


/*--------------------------------------------------------------
    Responsive
--------------------------------------------------------------*/

    /*----*****---- << Mobile (Landscape) >> ----*****----*/

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {

    }


    /* Common Styles for the devices below 479px width */

    @media only screen and (max-width: 479px) {

    }
/* PRELOADER */


@font-face {
  font-family: 'icomoon';
  src:  url('../../icomoon/fonts/icomoon.eot?m8pbm8');
  src:  url('../../icomoon/fonts/icomoon.eot?m8pbm8#iefix') format('embedded-opentype'),
    url('../../icomoon/fonts/icomoon.ttf?m8pbm8') format('truetype'),
    url('../../icomoon/fonts/icomoon.woff?m8pbm8') format('woff'),
    url('../../icomoon/fonts/icomoon.svg?m8pbm8#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ico-"], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-member-card-2:before {
  content: "\e93c";
}
.ico-member-card1:before {
  content: "\e93d";
}
.ico-card-pet:before {
  content: "\e93e";
}
.ico-share:before {
  content: "\e93b";
}
.ico-app-1:before {
  content: "\e939";
}
.ico-app:before {
  content: "\e93a";
}
.ico-member-card:before {
  content: "\e937";
}
.ico-photo:before {
  content: "\e938";
}
.ico-file-pdf:before {
  content: "\e935";
}
.ico-file-png:before {
  content: "\e936";
}
.ico-png-file:before {
  content: "\e933";
}
.ico-pdf-file:before {
  content: "\e934";
}
.ico-user:before {
  content: "\e92e";
}
.ico-user-2:before {
  content: "\e92f";
}
.ico-register:before {
  content: "\e930";
}
.ico-people:before {
  content: "\e931";
}
.ico-add:before {
  content: "\e932";
}
.ico-alarm-clock-3:before {
  content: "\e92b";
}
.ico-alarm-clock-2:before {
  content: "\e92c";
}
.ico-alarm-clock:before {
  content: "\e92d";
}
.ico-calendar-next-hour-3:before {
  content: "\e929";
}
.ico-calendar-next-hour-2:before {
  content: "\e92a";
}
.ico-schedule:before {
  content: "\e922";
}
.ico-time:before {
  content: "\e923";
}
.ico-calendar-next-hour:before {
  content: "\e924";
}
.ico-upcoming-3:before {
  content: "\e925";
}
.ico-next-week:before {
  content: "\e926";
}
.ico-upcoming-2:before {
  content: "\e927";
}
.ico-upcoming:before {
  content: "\e928";
}
.ico-cat-cad-3:before {
  content: "\e91e";
}
.ico-cat-cad-2:before {
  content: "\e91f";
}
.ico-dog-cad-3:before {
  content: "\e920";
}
.ico-dog-cad-2:before {
  content: "\e921";
}
.ico-calendar:before {
  content: "\e914";
}
.ico-balloons:before {
  content: "\e917";
}
.ico-birthday-cake2:before {
  content: "\e918";
}
.ico-birthday-cake:before {
  content: "\e919";
}
.ico-edit:before {
  content: "\e91a";
}
.ico-registered-document:before {
  content: "\e91b";
}
.ico-cat-cad:before {
  content: "\e91c";
}
.ico-dog-cad:before {
  content: "\e91d";
}
.ico-disabled-notification:before {
  content: "\e915";
}
.ico-notification:before {
  content: "\e916";
}
.ico-phone-alarm:before {
  content: "\e912";
}
.ico-alert-pet:before {
  content: "\e913";
}
.ico-syringe-4:before {
  content: "\e911";
}
.ico-syringe-3:before {
  content: "\e910";
}
.ico-syringe-2:before {
  content: "\e90f";
}
.ico-vaccine-check-2:before {
  content: "\e90e";
}
.ico-pills-check-2:before {
  content: "\e90d";
}
.ico-pills-check:before {
  content: "\e90c";
}
.ico-whatsapp:before {
  content: "\e904";
}
.ico-power-bank:before {
  content: "\e902";
}
.ico-pix:before {
  content: "\e900";
}
.ico-power-bank2:before {
  content: "\e901";
}
.ico-power-bank3:before {
  content: "\e903";
}
.ico-syringe-check:before {
  content: "\e905";
}
.ico-quality-control:before {
  content: "\e906";
}
.ico-vaccine-check:before {
  content: "\e90b";
}
.ico-approve:before {
  content: "\e907";
}
.ico-insured:before {
  content: "\e908";
}
.ico-medicine:before {
  content: "\e909";
}
.ico-vaccination:before {
  content: "\e90a";
}
