@media (min-width: 320px){
    .common-container {
    max-width: 540px;
}
.single_center_page{
    width: 100%;
}
.inbox-container {
    width: 100%;
    background: #fff;
    padding: 0px;
}
#inboxSelectmenu{
    display: block;
}
.inbox-menu{
    display: none;
}
}
@media (min-width: 576px){
.common-container {
    max-width: 540px;
}
.single_center_page{
    width: 100%;
}
.inbox-container {
    width: 100%;
    background: #fff;
    padding: 0px;
}
#inboxSelectmenu{
    display: block;
}
.inbox-menu{
    display: none;
}
}
@media (min-width: 768px){
.common-container{
    max-width: 720px;
}
.single_center_page{
    width: 100%;
}
.inbox-container {
    width: 85%;
    background: #fff;
    padding: 15px;
}
#inboxSelectmenu{
    display: block;
}
.inbox-menu{
    display: none;
}
}
@media (min-width: 992px){
.common-container {
    max-width: 960px;
}
.single_center_page{
    width: 100%;
}
.inbox-container {
    width: 85%;
    background: #fff;
    padding: 15px;
}
#inboxSelectmenu{
    display: none;
}
.inbox-menu{
    display: flex;
}
}
@media (min-width: 1200px){
.common-container {
    max-width: 1140px;
}
.single_center_page{
    width: 60%;
}
.inbox-container {
    width: 85%;
    background: #fff;
    padding: 15px;
}
#inboxSelectmenu{
    display: none;
}
.inbox-menu{
    display: flex;
}
}
@media (min-width: 1400px){
.common-container {
    max-width: 1320px;
}
.single_center_page{
    width: 60%;
}
.inbox-container {
    width: 85%;
    background: #fff;
    padding: 15px;
}
#inboxSelectmenu{
    display: none;
}
.inbox-menu{
    display: flex;
}
}
.is_loading::before {
    content: "";
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 2px solid #ffff;
    border-left-color: transparent;
    border-radius: 50%;
    margin-right: 10px;
    animation: button-loading-spinner 1s ease infinite;
}
@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}
.common-container {
    width: 100%;
    padding-right: var(--common-gutter-x, 0.75rem);
    padding-left: var(--common-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}
.d-center{
    text-align: center;
}
.dashboard_common{
	width: 100%;
	display: block;
	padding: 50px 0px;
}
.row_common{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.row_single{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.single_center_page{
    padding: 15px 10px 15px 25px;
}
.dashboard_left_common{
	width: 24%;
	padding: 15px;
	border-right: 1px solid #ccc;
}
.dashboard_right_common{
	width: 74%;
	padding: 15px 10px 15px 25px;
}
.dashboard_profile {
	width: 100%;
    display: block;
 
}
.dashboard_image{
	width: 100%;
	display: block;
}
.dashboard_title{
	width: 100%;
	display: block;
}
.dashboard_image img {
    border-radius: 100% !important;
    width: 150px !important;
    height: 150px !important;
    margin: auto !important;
    display: block;
}
.dashboard_title p{
    margin: auto;
    display: block;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-align: center;
    padding: 20px 0px 10px 0px !important;
    text-transform: capitalize;
}
.dashboard_menu{
	padding: 0;
}
.dash_nav_menu{
	list-style: none;
    margin: 0px 0 20px;
    padding: 25px 0;
    margin-right: 15px;
}
.dash_nav_menu >li{
	list-style: none;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 5px 0px;
}
.dash_nav_list a.dash_nav_hyper{
    font-size: 17px;
    font-weight: 500;
}
.dash_nav_list a.dash_nav_hyper span{
    font-size: 25px;
    font-weight: 500;
    color: #2575fc;
    margin-right: 15px;
}

.common_nav{
	list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.common_nav {
    border-bottom: 1px solid #cdcfd5;
    padding: 0 0 10px 0;
}
.common_nav>li {
    line-height: 1.4;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 18px;
}
.common_nav li a.common_nav_link{
  padding: 10px 15px;
}
.common_nav li a.common_nav_link.is-active {
    color: #3e64de;
}

.common_nav li a.common_nav_link.is-active {
    border-bottom: 2px solid #3e64de;
    margin-bottom: -1px;
}
.setting_heading {
    font-size: 1.25rem;
    line-height: 1.6;
    font-weight: 500;
    padding-bottom: 21px;
    padding-left: 6px;
}
.reset_div label {
    font-size: 17px;
    padding: 15px 0px;
    display: block;
    font-weight: 500;
}
.reset_div {
    width: 70%;
}
.reset_button{
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    margin: 15px 0px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    background-color: #3e64de;
    border: 1px solid #3e64de;
    padding: 8px 16px;
    font-size: 16px;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    transition: color 200ms ease-in-out,background-color 200ms ease-in-out,border-color 200ms ease-in-out;
}
.common_profile{
    width: 100%;
}
.profile_row{
    display: flex;
}
.profile_column{
    display: block;
}
.profile_form{
    width: 50%;
}
.profile_form label{
    font-size: 17px;
    padding: 15px 0px;
    display: block;
    font-weight: 500; 
}
.profile_form input{
    padding: 0px 10px !important;
}
.profile_form_column{
    width: 100%;
}
.profile_form_column label{
    font-size: 17px;
    padding: 15px 0px;
    display: block;
    font-weight: 500; 
}
.profile_form_column textarea{
     width: 97.5% !important;
     height: 150px;
    padding: 10px !important;
}
.profile_form_column input{
  width: 97.5% !important;
  padding: 0px 10px !important;
}
.update_profile{
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    margin: 15px 0px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    background-color: #3e64de;
    border: 1px solid #3e64de;
    padding: 8px 16px;
    font-size: 16px;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    transition: color 200ms ease-in-out,background-color 200ms ease-in-out,border-color 200ms ease-in-out;

}
.notifications_button{
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    margin: 15px 0px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    background-color: #3e64de;
    border: 1px solid #3e64de;
    padding: 8px 16px;
    font-size: 16px;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    transition: color 200ms ease-in-out,background-color 200ms ease-in-out,border-color 200ms ease-in-out;

}
.profile_form_column img {
    width: 150px;
    height: 150px;
    border-radius: 150px;
    margin: 20px 0px;
}
#profile_image_label {
    border: 1px solid #ccc;
    width: 19%;
    text-align: center;
    background: #add;
    color: #000;
    border-radius: 10px;
    cursor: pointer;
}
.add_common_button {
    padding: 50px 0px;
    display: block;
    width: 100%;
    height: 200px;
    text-align: center;
    border: 1px dashed #777;
    border-radius: 4px;
    cursor: pointer;
}
.add_common_button span{
    font-size: 40px;
}
.add_common_button p {
    font-size: 16px;
    padding: 10px 5px 5px 22px;
}
.prod_column {
    width: 100%;
}
.prod_column_div label{
     font-size: 17px;
    padding: 15px 0px;
    display: block;
    font-weight: 500; 
}
.prod_column_div input{
  width: 100% !important;
  padding: 0px 10px !important;
}
.prod_column_div textarea{
     width:  100% !important;
     height: 150px;
    padding: 10px !important;
}
.add_common_product .prod_column:first-child .prod_column_div label {
   padding: 0px 0px 15px 0px; 
}
.prod_row{
    width: 100%;
    display: flex;
}
.prod_row_div{
    width: 50%;
}
.prod_row_div label{
    font-size: 17px;
    padding: 15px 0px;
    display: block;
    font-weight: 500; 
}
.prod_row_div .prod_category label{
    font-size: 16px;
    padding: 0px 0px 0px 10px;
    display: inline-block;
    font-weight: 500;
    vertical-align: middle;
}
.prod_category input[type="checkbox"]{
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
.prod_row_div .prod_category {
    padding: 6px 0px;
}
.prod_row_div .prod_category:nth-child(2){
    padding: 0px 0px 6px 0px;
}
.child_cat {
    padding-left: 36px !important;
}
.upload_image_div label{
    border: 1px dashed #ccc;
}
.upload_image_div label {
    text-align: center;
    width: 80%;
    padding: 50px;
    font-size: 16px;
    cursor: pointer;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgb(244, 245, 246);
    object-fit: cover;
    border: 2px dashed rgb(201, 207, 212);
}
.acf-fields > .acf-field{
    padding: 16px 0px !important;
}
.submit_product{
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    margin: 15px 0px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    background-color: #3e64de;
    border: 1px solid #3e64de;
    padding: 8px 16px;
    font-size: 16px;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    transition: color 200ms ease-in-out,background-color 200ms ease-in-out,border-color 200ms ease-in-out;

}
.draft_product{
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    margin: 15px 0px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    background-color: #3e64de;
    border: 1px solid #3e64de;
    padding: 8px 16px;
    font-size: 16px;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    transition: color 200ms ease-in-out,background-color 200ms ease-in-out,border-color 200ms ease-in-out;

}
.common_table_section{
    width: 100%;
}
.common_table{

}
.common_head .common_tr{
    font-weight: 500;
}
.common_body .common_tr{
     font-weight: 400;
}
.common_tr{
    display: flex;
     border: 1px solid #ccc;
     border-top: 0px solid #ccc;
     font-size: 16px;
     font-weight: 400;
     width: 100%;
     direction: ltr;
}
.common_tr .common_th{
    flex: 1 1 0%;
    border-right: 1px solid #ccc;
    text-align: center;
    border-top:1px solid #ccc;
    padding: 5px;
    text-transform: capitalize;
    background:#f2f2f2;
}
.common_tr .common_th:last-child{
    border-right: 0px solid #ccc;
}
.common_tr .common_td{
    flex: 1 1 0%;
    border-right: 1px solid #ccc;
    text-align: center;
    padding: 5px;
}
.common_tr .common_td:last-child{
    border-right: 0px solid #ccc;
}
.common_table .common_tr:nth-child(even){
    background-color: #f2f2f2;
}
.common_table .common_tr:hover {
    background-color: #ddd;
}
.common_list_heading {
    line-height: 20px;
    font-size: 21px;
    font-weight: 600;
    padding: 0 0 20px 0;
    font-family: serif;
}
.calendar_post_list{
  width: 100%;
  padding: 0px 0px 20px 0px;
}
.calendar_post_list label{
    font-size: 17px;
    padding: 15px 0px;
    display: block;
    font-weight: 500; 
}
.calendar_post_list label:first-child{
    padding: 0px 0px 15px 0px;
}
.calendar_post_list select{
    width: 100% !important;
}
.calendar_submit{
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    margin: 15px 0px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    background-color: #3e64de;
    border: 1px solid #3e64de;
    padding: 8px 16px;
    font-size: 16px;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    transition: color 200ms ease-in-out,background-color 200ms ease-in-out,border-color 200ms ease-in-out; 
}
.calendar_submit_section {
    padding: 20px 0px;
}
.flash_error{
    color: #e23815;
    padding: 10px 0px 0px 0px;
    font-size: 16px;
    font-weight: 400;
}
.flash_success{
    color: #0f59d7;
    padding: 10px 0px 0px 0px;
    font-size: 16px;
    font-weight: 400;
}
.feature_product img {
    width: 80%;
    display: block;
    margin: 30px 0px;
    border: 2px dashed rgb(201, 207, 212);
}
.upload_gallery_show {
    display: flex;
    margin-left: 5px;
    width: 100%;
    flex-wrap: wrap;
}
.gallery_product {
    width: 33%;
    padding: 0px 10px 10px 0px;
    position: relative;
}
.gallery_product img{
    border: 2px dashed rgb(201, 207, 212);
}
.gallery_product span {
    color: #ed340e;
    font-size: 28px;
    display: block;
    position: absolute;
    top: 12px;
    right: 14px;
    width: 30px;
    height: 30px;
    z-index: 9999999;
    border: 1px solid #fff;
    border-radius: 100%;
    background: #fff;
    cursor: pointer;
}
.update_product{
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    margin: 15px 0px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    background-color: #3e64de;
    border: 1px solid #3e64de;
    padding: 8px 16px;
    font-size: 16px;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    transition: color 200ms ease-in-out,background-color 200ms ease-in-out,border-color 200ms ease-in-out;

}
.common_td_edit {
    background: #0c61f1;
    padding: 5px 15px;
    color: #ffff;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
}
.common_td_availibility {
    background: #0c61f1;
    padding: 5px 15px;
    color: #ffff;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
}
.common_td_view {
    background: #0c61f1;
    padding: 5px 15px;
    color: #ffff;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
}
.calendar_post_list input[type="number"]{
    display: block;
    width: 100%;
}
.filter-message {
    padding: 5px 0px;
    color: #e23815;
}
.add_pet_button{
    float: right;
    background: #2575fc;
    color: #fff;
    padding: 10px 20px;
    margin: 0px 0px 10px 0px;
    border-radius: 10px;
}
#visibility_pet {
    width: 100%;
    padding: 4px;
    height: auto;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    vertical-align: middle;
}
.required {
    color: #e23815;
    font-size: 21px;
    font-weight: 900;
    padding-left: 4px;
}
.contentPart{
    width: 100%;
    padding-bottom: 30px;
}
.inboxFlexp{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.inboxColp{
    width: 49%;
    padding: 5px 5px;
}
.inboxRows{
    display: block;
    width: 100%;
}
.inboxCol100{
    width: 96%;
    padding: 5px 5px;
    margin-left: 5px;
}
.inboxColp input{
    padding: 0px 5px !important;
}
.inboxCol100 textarea{
    padding: 0px 5px !important;
}
.inboxCol100 input{
    padding: 0px 5px !important;
}
#inboxDetail {
    background: aliceblue;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    background-color: #3e64de;
    border: 1px solid #3e64de;
    padding: 2px 10px;
    font-size: 16px;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    transition: color 200ms ease-in-out,background-color 200ms ease-in-out,border-color 200ms ease-in-out;
}
.is_loading_span::before {
    content: "";
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 2px solid #ffff;
    border-left-color: transparent;
    border-radius: 50%;
    margin-right: 10px;
    animation: span-loading-spinner 1s ease infinite;
}
@keyframes span-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}
.inboxCol100 label{
    padding: 5px 0px;
    display: block;
}
.inboxColp label{
    padding: 5px 0px;
    display: block;
}
.single_service{
    display: flex;
    padding: 20px 0px 15px 0px;
    border-bottom: 1px solid #ccc;
}
.single_service .dscolmn{
    flex: 2 2 0%;
}
.dscolumn_row{
    display: flex;
    justify-content: flex-start;
}
.dscolumn_row svg{
    vertical-align: middle;
    margin-right: 15px;
    width: 40px;
    height: 40px;
}
.dscolumn_row h5{
    margin: 0;
}
.dscolumn_row p{
    margin: 0;
    padding: 5px 0px;
}
.dscolmn input{
    float: right;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    display: block;
    margin: 15px 5px 0px 0px;
}
.save_continue_dash{
    margin: 15px 0px;
}
.save_continue_dash button{
    background: #2575fc;
    color: #fff;
    border-radius: 50px;
    padding: 15px 0px;
    width: 100%;
    font-size: 17px;
}
.img-auto {
    margin: auto;
    display: block;
}
.djustify-center{
    display: flex;
    justify-content: center;
}
summary svg {
   width: 18px;
    height: 18px;
    vertical-align: text-bottom;
    margin-right: 7px;
    cursor: pointer;
}
summary{
    color: #2575fc;
    cursor: pointer;
}
.ppservicetype{
    border-top: 1px solid #ccc;
    padding: 10px 0;
    display: flex;
    border-bottom: 1px solid #ccc;
    margin: 15px 0px;
    cursor: pointer;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ppservicetype .pp_row{
  width: 69%;
}
.ppservicetype .pp_row:last-child{
  width: 29%;
}
.pp_row .pp_row_div{
 display: flex;
}
.pp_row_div .pp_colmn{
 padding: 5px 0px;
}
.pp_colmn svg path {
    fill: rgba(26, 130, 78, 1);
}
.pp_row .pp_right{
    float: right;
    padding: 15px 0px;
}
.pp_right span{
    font-size: 15px;
    font-weight: 600;
    text-align: right;
    padding: 5px 0;
}
.pp_colmn svg{
    vertical-align: middle;
    margin-right: 15px;
    width: 40px;
    height: 40px;
}
.pp_colmn h5{
    margin: 0;
}
.pp_colmn p{
    margin: 0;
    padding: 5px 0px;
}
.pp_right svg {
    vertical-align: middle;
}
.profile_list_menus dl dt a {
    font-weight: 400;
    font-size: 16px;
    color: #2575fc;
    padding: 5px 0px;
    display: block;
}
.field_testimonial{
    border: none;
    padding: 0px;
    margin: 0px;
}
.field_testimonial input[type="email"]{
    margin: 5px 0px;
    padding: 5px;
}
#addMoreemailinput{
    color: #2575fc;
}
.dbg-color{
    background: #e7e7e7;
}
.p-15-5{
    padding: 15px 5px;
}
.p-15-0{
    padding: 15px 0px;
}
.p-10-0{
    padding: 10px 0px;
}
.p-10-5{
    padding: 10px 5px;
}
.djustify-left{
    display: flex;
    justify-content: left;
}
.perclasses{
    padding: 10px 0px;
}
.symbol_multiple {
    padding: 10px 0px;
    margin-right: 10px;
    font-size: 32px;
}
.input-symbol-currency {
    position: relative;
}
.input-symbol-currency input {
    padding-right:12px !important;
    text-align-last: end;
}
.input-symbol-currency:before {
    position: absolute;
    top: 10px;
    content: "£";
    left: 5px;
    font-size: 26px;
    font-weight: 400;
}
.input-symbol-multiply {
    position: relative;
}
.input-symbol-multiply input{
    padding-left: 12px !important;
}
.single_dash label {
    padding: 10px 0px;
    display: block;
    font-weight: 500;
    font-size: 17px;
}
.show_additiona_rates{
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 10px 0px;
}
.show_additiona_rates {
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 10px 0px;
    text-align: center;
    margin: 15px 0px;
    cursor: pointer;
}
.show_additiona_rates:hover{
background: #ccc;
}
.hide_additiona_rates {
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 10px 0px;
    text-align: center;
    margin: 15px 0px;
    cursor: pointer;
}
.hide_additiona_rates:hover{
background: #ccc;
}
.fulltime_radio{
    display: flex;
}
.fulltime_radio span{
    flex: 2 2 0%;
}
.fulltime_radio span input{
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 5px;
}
.fulltime_radio span input{
    vertical-align: middle;
}
.available_week{
    display: flex;
    border: none;
}
.available_week label{
    padding: 10px 20px;
    border: 1px solid #ccc;
    cursor: pointer;
    margin: 1px;
}
.weekActive{
    border: 2px solid #2575fc !important;
}
.number span {
    cursor:pointer; 
}
.number .minus, .plus{
   width: 34px;
    height: 34px;
    background: #3e64de;
    border-radius: 100%;
    padding: 2px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 26px;
}
.number input[type="number"]{
    height:34px !important;
    width: 100px !important;
    text-align: center;
    font-size: 20px !important;
    border:1px solid #ddd;
    border-radius:4px;
    display: inline-block;
    vertical-align: middle;
    }

.gWoSSm {
    font-size: 4em;
    display: block;
    width: auto;
}
.gWoSSmp{
    display: block;
    vertical-align: middle;
}
.image_gallery_pets {
    background: #e7e7e7;
}
.body_langauge_img{
    width: 100%;
    display: block;
}
.body_langauge_img img{
    width: 100%;
    display: block;
    margin: auto;
    padding: 15px 0;
}
.dbutton{
    background: #2575fc;
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 17px;
    margin: 20px 0px;
    display: block;
    text-align: center;
}
.havepetActive{
    border: 3px solid #3e64de;
}
.typePetactive{
    border: 3px solid #3e64de;
}

.malefemalebox{
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
}
.sexActives{
 border: 3px solid #3e64de;
}
.microchippedActive{
    border: 3px solid #3e64de;
}
.spayedActive{
    border: 3px solid #3e64de;
}
.trainehouseActive{
    border: 3px solid #3e64de;
}
.friedlyActive{
    border: 3px solid #3e64de;
}
.frinddogsActive{
    border: 3px solid #3e64de;
}
.friendcatative{
    border: 3px solid #3e64de;
}
.chosen-container-multi .chosen-choices{
    padding: 5px !important;
}
.imgbox_text_absolute{
    position: relative;
    background: #eee;
}
.imgbox_text_absolute span{
    position: absolute;
    color: #666666;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 50px;
}
.toiletActive{
    border: 3px solid #3e64de;
}
.energyActive{
    border: 3px solid #3e64de;
}
.feedingActive{
    border: 3px solid #3e64de;
}
.leftaloneActive{
    border: 3px solid #3e64de;
}
.medicationActive{
    border: 3px solid #3e64de;
}
.inbox-background {
    background: #e7e7e7;
    padding: 10px 0px !important;
}
.inbox-menu{
    padding-bottom: 10px;
    border-bottom: 3px solid #ccc;
}
.inbox-menu li{
    list-style: none;
    padding-right:15px ;
}
.inbox-menu li a{
    font-size: 16px;
    font-weight: 400;
    font-family: sans-serif;
}
.inboxActive{
    padding-bottom: 13px;
    border-bottom: 3px solid #3e64de;
}
#inboxSelectmenu{
    width: 100%;
}
.empty-inbox {
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.empty-inbox img {
    vertical-align: middle;
}

.empty-inbox .empty-inbox-copy {
    padding-left: 40px;
}
}
.empty-inbox .empty-inbox-copy .empty-inbox-header {
    width: 320px;
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    color: #585f66;
}
.notification_div label {
    font-size: 16px;
    padding: 10px 0px 0px 0px;
    display: block;
    font-weight: 400;
    font-style: normal;
    font-family: sans-serif;
}
.email_notify input{
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 8px;
    accent-color: #333;
}
.how_long_class{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 0px;
}

.howlongActive1{
    border: 3px solid #2575fc;
}
.howlongActive2{
    border: 3px solid #2575fc;
}
.dohave_pet span {
    vertical-align: super;
    padding-left: 10px;
}
.dbtn_add_pet {
    border: 1px solid #ccc;
    padding: 8px 20px;
    border-radius: 50px;
    margin: 16px 0px;
    display: inline-block;
}
.btn_up_pet_image{
    border: 1px solid #ccc;
    padding: 8px 12px;
    border-radius: 50px;
    margin: 16px 0px;
    display: inline-block;
}
.image_pet img {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    margin-right: 10px;
}
.mfradio input{
   width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 5px;
    accent-color: #eee;
}
.mfradio{
    margin-right: 18px;
}
.mfradio span{
     vertical-align: middle;
}
.send_booking {
    background: #2575fc;
    color: #fff;
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 17px;
    margin: 20px 0px;
    display: block;
    text-align: center;
}

.upload_gallery_show_photos {
    position: relative;
}
.upload_gallery_show_photos img{
    border: 1px dashed rgb(201, 207, 212);
    vertical-align: middle;
    height: 150px;
    max-width: 100%;
}
.upload_gallery_show_photos span {
    color: #ed340e;
    font-size: 28px;
    display: block;
    position: absolute;
    top: 12px;
    right: 14px;
    width: 30px;
    height: 30px;
    z-index: 9999999;
    border: 1px solid #fff;
    border-radius: 100%;
    background: #fff;
    cursor: pointer;
}
.tablenav {
    clear: both;
    height: 30px;
    margin: 6px 0 4px;
    padding-top: 5px;
    vertical-align: middle;
}
.tablenav .tablenav-pages {
    float: right;
    margin: 0 0 9px;
}
.tablenav .displaying-num {
    margin-right: 7px;
}
.tablenav .tablenav-pages .button, .tablenav .tablenav-pages .tablenav-pages-navspan {
    display: inline-block;
    vertical-align: baseline;
    min-width: 30px;
    min-height: 30px;
    margin: 0;
    padding: 0 4px;
    font-size: 16px;
    line-height: 1.625;
    text-align: center;
}
.pagination-links .button {
    color: #2271b1;
    border-color: #2271b1;
    background: #f6f7f7;
    vertical-align: top;
}
.pagination-links .button {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 2.15384615;
    min-height: 30px;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
}
.pagination-links .button .disabled {
    color: #a7aaad!important;
    border-color: #dcdcde!important;
    background: #f6f7f7!important;
    box-shadow: none!important;
    cursor: default;
    transform: none!important;
}
.add_pet_booking{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0px;
}
.addpet_book2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.book_col1{
    width: 80%;
}
.book_col2{
    width: 19%;
}
.pet_image_book{
    width: 15%;
}
.pet_book_content{
    width: 84%;
}
.pet_image_book img{
   border-radius: 100%;
    width: 100px;
    height: 100px;
}
.book_col2 input{
     width: 26px;
    height: 26px;
    accent-color: #000;
    float: inline-end;
    margin: 30px 0px;
}
.dpet_container{
    width: 100%;
}
.dpet_rows{
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0px;
    column-gap: 1%;
}
.dpet_col{
    width: 32.66%;
    position: relative;
    border: 1px solid #ccc;
    margin: 8px 0;
}
.dpet_image img{
    width: 100%;
    height: 200px;
    display: block;
}
.dpet_overlay{
    position: absolute;
    bottom: 50px;
    padding: 0px 10px;
    background: #f9f9f9;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.dpet_overlay p{
    margin: 0px;
    padding: 10px 0px;
}
.dpet_overlay p strong{
    font-size: 18px;
    font-weight: 500;
    color: #333;
}
.dpet_overlay p span{
    font-size: 16px;
    font-weight: 400;
    color: #333;
}
.dpet_overlay p b{
    font-size: 16px;
    font-weight: 500;
    color: #333;
}
.dpet_edit{
    padding: 10px 10px;
}
.dpet_edit a{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding-right: 10px;
}
@media (max-width: 767px){
.dashboard_left_common{
    width: 100%;
    border-right:0px solid #ccc;
}
.dashboard_right_common{
    width: 100%;
}
.dash_nav_menu{
    margin-right:0px;
}
.reset_div{
    width: 100%;
}
.fulltime_radio{
    flex-wrap: wrap;
}
.fulltime_radio span{
    flex: unset;
    width: 100%;
    margin: 5px 0;
}
 #cnewclander .common_calendar_header{
    padding: 10px 0px;
}
#cnewclander .calendar{
    padding: 5px;
}
#cnewclander .calendar ul{
    margin: 0px;
}
.single_center_page {
    padding: 15px 5px;
}
.table_inbox{
    overflow-x: auto;
}
.the_footer_inbox{
    display: none;
}
.the_thead_inbox{
    display: none;
}
.the_tbody_inbox tr td{
    width: 100%;
    display: block;
    text-align: right;
}
.the_tbody_inbox tr td::before {
    content: attr(data-name);
    color: #000;
    font-weight: 500;
    float: inline-start;
}
#select_inbox_status {
    width: 50%;
}
.the_tbody_inbox tr:nth-child(even){
 background: rgba(0,0,0,.1);
}
#inboxSelectmenu{
    margin-bottom: 20px;
}
.inbox-background{
    background: #fff;
}
.pet_image_book{
    width: 25%;
}
.pet_book_content{
    width: 74%;
}
.pet_image_book img {
    width: 50px;
    height: 50px;
}
.book_col2 input{
    margin: 15px 0px;
}
.pet_book_content p{
    margin: 0;
}
.dpet_col{
    width: 100%;
}
}