/* cmsms stylesheet: default_all modified: 07/16/25 13:08:40 */
#cookie_popup {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 300px;
    z-index: 99999999;
    box-sizing: border-box;
    padding: 10px;
    color: #ffffff;
    background-color: #000000bf;
    font-size: 80%;
}

#cookie_popup a:link, #cookie_popup a:visited, #cookie_popup span {
color: #ffffff;
transition: color 0.4s;
cursor: pointer;
}

#cookie_popup a:hover, #cookie_popup span:hover {
color: #fc611f;
}

.purpleBack,
a.purpleBack:link,
a.purpleBack:visited {
	background-color: #462f9d;
	color: #ffffff;
	transition: background-color 0.4s, color 0.4s;
}

.purpleBack h2,
.purpleBack h4,
.purpleBack h5 {
	color: #ffffff;
}

.purpleBack h1,
.purpleBack h3 {
	color: #fc611f
}

.purpleBack h6 {}

.purpleBack a:link, .purpleBack a:visited {
    color: #ffffff;
}

.purpleBack a:hover {
    color: #fc611f;
}

.orangeBack,
a.orangeBack:link,
a.orangeBack:visited {
	background-color: #fc611f;
	color: #ffffff;
	transition: background-color 0.4s, color 0.4s;
}

.lightGreyBack {
	background-color: #e4e8e2;
}

.greyBack {
	background-color: #a7a2a9;
}

.greyBack h1, .greyBack h3 {
	color: #462f9d;
}

a.greyBack:link,
a.greyBack:visited {
	background-color: #a7a2a9;
	color: #462f9d;
	transition: background-color 0.4s, color 0.4s;
}

.darkGreyBack {
	background-color: #313131;
}

.greenBack,
a.greenBack:link,
a.greenBack:visited {
background-color: #3e8f00;
color: #ffffff;
    
}

.whiteBack,
a.whiteBack:link,
a.whiteBack:visited {
	background-color: #ffffff;
	color: #fc611f;
	transition: background-color 0.4s, color 0.4s;
}

a.orangeBack:hover,
a.purpleBack:hover,
a.greyBack:hover {
	background-color: #ffffff;
	color: #462f9d;
}

a.whiteBack:hover {
	background-color: #fc611f;
	color: #462f9d;
}

.whiteBack a.purpleBack:hover,
.whiteBack a.orangeBack:hover {
	background-color: #a7a2a9;
	color: #462f9d;
}

a.disabled:link, a.disabled:visited, a.disabled:hover {
    background-color: #837e85;
    color: #b6adba;
    cursor: not-allowed;
}

a:link, a:visited {
color: #462e9c;
transition: color 0.4s;
}

a:hover {
color: #fc611f;
}

.smallText {
font-size: 80%;
}

.verySmallText {
font-size: 60%;
font-weight: 500;
}

.blockIt {display: block}

.orangeFront {
    color: #fc611f;
}

.purpleFront {
    color: #462f9d;
}

.whiteFront {
    color: #ffffff;
}

a.bannedButton:link, a.bannedButton:visited, a.bannedButton:hover, span.bannedButton {
    background-color: #d8ded5;
    color: #bdc3bb !important;
    cursor: not-allowed;
}

.newMessage {
    font-size: 200%;
    float: right;
}


.centralImageBank .mainPhotoOn {
        cursor: pointer;
        
}

#imageOverlay {
    display: none; /* Initially hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff91; /* Dark background */
    justify-content: center;
    align-items: center;
    z-index: 9999;
    box-sizing:  border-box;
    padding-top: 50px;
}

#overlayImage {
    max-width: 90%;
    max-height: 90%;
    cursor: pointer; /* Clickable */
    display:  block;
    margin: auto;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
}

.smallText {
    font-size: 85%;
}

.readMessage {
    text-align: right;
    color: #ffffff;
    font-style: italic;
    ont-size: 80%;
}

h1 a.smallText {
    font-size: 40%;
    font-family: darkmode-off-cc, sans-serif;
        font-weight: 400;
}

.readonly {color: #cccccc;}

#outerResultModal {position:  fixed;background-color: #ffffffc7;z-index: 9999;width:  100%;height:  100%;box-sizing: border-box;padding-top:  50px;}

#innerResultModal {width:  300px;margin:  auto;}

#outerResultApplication {position:  fixed;background-color: #ffffffc7;z-index: 9999;width:  100%;height:  100%;box-sizing: border-box;padding-top:  50px; top: 0px; left: 0px;}

#innerResultApplication {width:  300px;margin:  auto;}

.hiddenThing {
    display: none !important;
}

.mostlyHiddenThing {
    display: none;
}


#coverImage {overflow:hidden;  max-height:300px;}
#coverImage img {  width: 100%;
  height: 100%;

  object-fit: cover; }

.adColumn{
line-height: 0px;
}

.rightAdFloater > *{float: right;}

#OuterPriceToPay {
    display: table;
    margin-right: auto;
    margin-bottom: 20px;
}

.centerIt {text-align: center}

.hidden-file-input {
    display: none !important;
}
/* cmsms stylesheet: applications modified: 07/16/25 13:08:40 */
.smallApplicationSummary {
flex:1;}
.smallApplicationImage {width: 150px;}
.smallApplicationImage img {
width: 100%;height: auto;
}

.smallTabs {font-size: 70%;padding-left:10px !important;}

.smallTabs .tabButton {width: 150px; padding: 10px 20px;  box-sizing: border-box; }

.applicationNote {
background-color: #a7a2a9;
-webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        padding: 30px;
        margin-bottom: 20px;
        color: #000000;
}

.applicationNoteDate {
        font-size: 70%;
        display: block;
        color: #462f9d;
}

.applicationNotemessage {

}

#applicationHero #messageButtons {
    gap: 10px;
    width: 100%;
}

#applicationHero #messageButtons .blockButton {
    text-align: center;
    padding: 15px 10px 0px 10px;
}

@media (max-width: 1639px) {
    #applicationHero #messageButtons .blockButton {
    text-align: center;
    padding: 7px 10px 0px 10px;
    height: 50px;
}
    
}

@media (max-width: 1339px) {
    #applicationHero  {
    flex-direction: column;
}

#applicationHero .nineColumn, #applicationHero .fiveColumn {
    width: 100%;
}
}

@media (max-width: 739px) {
    #applicationHero #messagesBank {
        margin-top: 10px;
    }
    
    #applicationHero #messageButtons .blockButton {
    display: block;
    margin-bottom: 5px;
    height: auto;
    padding: 7px;
}
}
/* cmsms stylesheet: editPetGridBits modified: 07/16/25 13:08:40 */
.editPetGrid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important; /* A bit of breathing room between items */
    justify-content: space-between !important;
    width: 100% !important;
}

@media (max-width: 1639px) {
  .editPetGrid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 1024px) {
  .editPetGrid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 739px) {
  .editPetGrid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
/* cmsms stylesheet: receipts modified: 07/16/25 13:08:40 */
.receipt {border-bottom:  1px solid #313131;padding-bottom:  10px;  flex-direction: row;
  align-items: center;}

.receiptDate {

}

.receiptItem {

}

.receiptPrice {

}

.receiptPrint {

}

.blockButton {

}

.purpleBack {

}

.receiptEmail {

}
/* cmsms stylesheet: professionalServices modified: 07/16/25 13:08:40 */
.professionalService h3 .tagsList {color:  #ffffff;padding-left:  20px;font-weight: 500;font-family: darkmode-off-cc, sans-serif;}

.professionalServiceEssentials .tagsList {text-transform: capitalize;}

.archived  {
    opacity: 0.5;
}

.heroProfessionalService {border: 1px solid #462f9d; background-color: #ffffff;-webkit-box-shadow: 5px 5px 8px 5px rgba(0,0,0,0.25); 
box-shadow: 5px 5px 8px 5px rgba(0,0,0,0.25);}


.innerBannerItem {
    position: relative;
}

.viewBanner {position: absolute; top: 0px; right: 0px; height: 100%;}

.viewBanner img {
	height: 100%;
	cursor:pointer;
	border: 1px solid #ffffff
}

.viewBanner img:hover {
	border: 1px solid #fc611f
}

.viewBannerBack {
    display: none;
position: fixed;
    background-color: #ffffffc7;
    z-index: 9999;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 20px;
    text-align: center;
    top: 0px;
    left: 0px;
    cursor: pointer;}
    
    @media (max-width:  1339px) {
        .viewBanner {position: relative; height: 150px; padding-top: 20px;}
        
        .viewBanner img {
            height: 100%;
            width: auto;
        }
        
        .bannerTitle h3 {font-size: 110%;}
    }
    
    @media (max-width:  1023px) {
#proserveBannersys {flex-direction: column;}

#proserveBannersys .nineColumn, #proserveBannersys .fiveColumn {
    width: 100%;
}
    }
    
    @media (max-width: 739px) {
        
        .professionalServiceLogo img {max-width: 100%; height: auto;}
        
.professionalService .blockButton {
    width: 230px;
    margin=left: auto;
    height: 55px !important;
    margin-left:  20px;
}
}
/* cmsms stylesheet: brochure modified: 07/16/25 13:08:40 */
#brochureSite h4 {
    font-size: 120%;
    font-weight: 400 !important;
    font-family: darkmode-off-cc, sans-serif;
    color: #462f9d;
}

#brochureSite a.orangeBack:hover {
    background-color: #462f9d;
    color: #ffffff;
}

h1#likeH2 {
    color: #ffffff;
    font-size: 230%;
    line-height: 120%;
}

#petStoryModal {
position: absolute;
top: 0px;
left: 0px;
padding-top: 50px;
z-index: 99999999;
display: none;
}

#innerPetStoryModal {
width: 70%;
margin: 0px auto 50px auto;
position: relative;
}


#innerPetStoryModal img {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 40px;
    max-width: 50%;
    height: auto;
}

#petStoryModalClose {position: absolute;
    right: 20px;top: 20px;
}

#petStoryModalOpen {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

@media screen and (max-width: 719px) {
    #petStoryModalOpen {
        position: absolute;
        top: -70px;
        right: 0px;
    }
}
/* cmsms stylesheet: forms modified: 07/16/25 13:08:40 */
.formBuilderForm, .cms_form {
	font-size: 100%;
}

.textInput {
	display: block;
	height: 50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 5px;
	font-size: 100%;
	border: 1px solid #ffffff;
	transition: border-color 0.4s;
} 

.textareaInput {height: 150px;}

.checkboxInput {
    width: 40px;
    height: 40px;
    position: relative;
    bottom: -10px;
    	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.textInput:hover  {
	border-color: #fb9f78;
}

.fbsubmit {
	background-color: #462f9d;
	color: #ffffff;
	font-family: khula, sans-serif;
	font-weight: 800;
	font-size: 120%;
	box-sizing: border-box;
	padding-top: 5px;
	transition: background-color 0.4s;
		-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 0px;
height: 50px;
min-width: 150px;
}


.fbsubmit:hover {
	background-color: #fc611f;
}

.formBuilderFormRow {
	display: flex;
	gap: 30px;
}

.formBuilderFormRow .textInput {
	flex: 1 1 auto;
}

.formBuilderFormRow .fbsubmit {
	flex: 1 1 auto;
}

.centralBlock {
margin: auto;
}

.fullWidthInput {
width: 100%;
}

.columnContainer .inputRow {
    flex:1;
}

.inputRow {
padding-bottom: 20px;
}

.multiSelect {
    display: block;
    height: 150px; /* Adjustable to show multiple options */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 5px;
    font-size: 100%;
    border: 1px solid #ffffff;
    transition: border-color 0.4s;
    background-color: #fff;
    width: 100%;
    outline: none;
    appearance: none;
}

/* When the select is focused */
.multiSelect:focus {
    border-color: #462f9d; /* Theme color */
    outline: none;
}

/* Styling selected options */
.multiSelect option:checked {
    background-color: #462f9d;
    color: white;
    font-weight: bold;
}

/* Add hover effect on options */
.multiSelect option:hover {
    background-color: #ddd;
    color: black;
}

/* Scrollbar styling */
.multiSelect {
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #462f9d #f0f0f0;
}

.multiSelect::-webkit-scrollbar {
    width: 8px;
}

.multiSelect::-webkit-scrollbar-track {
    background: #f0f0f0;
}

.multiSelect::-webkit-scrollbar-thumb {
    background: #462f9d;
    border-radius: 4px;
}

.dropdownInput {
    display: block;
    height: 50px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 5px;
    font-size: 100%;
    border: 1px solid #ffffff;
    transition: border-color 0.4s;
    background-color: #fff;
    width: 100%;
    appearance: none;
    outline: none;
    cursor: pointer;
}

/* When dropdown is focused */
.dropdownInput:focus {
    border-color: #462f9d;
    outline: none;
}

/* Styling dropdown arrow (default appearance override) */
.dropdownInput {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23462f9d' d='M2 0L0 2h4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    padding-right: 30px; /* Space for arrow */
}

/* Dropdown options */
.dropdownInput option {
    padding: 5px;
}

/* Hover effect for options (only visible in some browsers) */
.dropdownInput option:hover {
    background-color: #ddd;
}

/* Scrollbar styling (if the dropdown is opened in some browsers) */
.dropdownInput {
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #462f9d #f0f0f0;
}

.dropdownInput::-webkit-scrollbar {
    width: 8px;
}

.dropdownInput::-webkit-scrollbar-track {
    background: #f0f0f0;
}

.dropdownInput::-webkit-scrollbar-thumb {
    background: #462f9d;
    border-radius: 4px;
}

/* adopter application form extras */

  .tabContent { display: none; }
  .tabContent.tabActive { display: block; }
  .tabsNav {padding-left: 20px; gap: 10px !important; }
  .tabButton {transition: padding-top 0.4s, background-color 0.4s;background-color: #8e8a8f;color: #ffffff;border: 0px;padding: 15px 20px 10px 20px;-webkit-border-top-left-radius: 10px;-webkit-border-top-right-radius: 10px;-moz-border-radius-topleft: 10px;-moz-border-radius-topright: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;font-family: khula, sans-serif;font-weight: 800;font-size: 125%;line-height: 120%;cursor:  pointer;}
  .tabButton:hover {
	  padding-top: 5px;
background-color: #a09ba2;
  }
  .tabButton.tabButtonActive {background-color: #a7a2a9;color:  #462f9d !important;}

.fieldCompleted label, h1 span.fieldCompleted {color: #3e8f00;}

.fieldCompleted input, .fieldCompleted textarea, .fieldCompleted select {border: 1px solid #3e8f00; color: #3e8f00;}

.tabCompleted.tabCompleted {color: #3e8f00!important; }

.incompleteList {
    font-size: 80%;
    padding: 0px;
    margin: 0px;
}

.incompleteList li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline;
    
}

.tagButtonContainer {
    display: flex;
    flex-wrap: wrap; /* ← This is the magic bit */
    gap: 10px;
    margin-top: 10px;
}

.tagButton {
    padding: 10px;
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
    border: 1px solid #000000;
   background-color: #e4e8e2;
   cursor: pointer;
   transition: background-color 0.4s;
}

.tagButton:hover {
    background-color: #a7a2a9;
}

.tagButtonSelected {
    background-color: #fc611f !important;
}

@media (max-width: 1339px) {
    .tabButton 
 {
    transition: padding-top 0.4s, color 0.4s;
    background-color: #8e8a8f;
    color: #ffffff;
    border: 0px;
    padding: 15px 10px 10px 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: khula, sans-serif;
    font-weight: 800;
    font-size: 110%;
    line-height: 120%;
    cursor: pointer;
}
}

@media (max-width: 1023px) {
    .tabButton 
 {
    transition: padding-top 0.4s, color 0.4s;
    background-color: #8e8a8f;
    color: #ffffff;
    border: 0px;
    padding: 15px 10px 10px 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: khula, sans-serif;
    font-weight: 800;
    font-size: 90%;
    line-height: 120%;
    cursor: pointer;
}
}

@media (max-width: 739px) {
    .submitRow button {
        display: block;
        width: 100%; /* Ensures full width */
        margin-bottom: 20px;
    }

.tabContent { display: block; }

.tabsNav {display: none;}
}
/* cmsms stylesheet: messages modified: 07/16/25 13:08:40 */
/* Message-related styles extracted for standalone use */

a.messageButton:link, a.messageButton:visited {
    display: flex;
    align-items: center;
    border: 1px solid #ffffff;
    margin-bottom: 10px;
    padding: 10px;
    text-decoration: none;
    line-height: 120%;
    position: relative;
    overflow: hidden;
}

.messageApplicationStrip {
    position: absolute;
    right: -10px;
    top: 55px;
    background-color: #3e8f00;
    color: #ffffff;
    font-size: 70%;
    transform: rotate(45deg);
    transform-origin: bottom right;
    padding: 3px 30px;
}

.messageButtonImg {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.messageButtonImg img.landscape {
    height: 100%;
}

.messageButtonImg img.portrait {
    width: 100%;
}

.messageButtonText {
    flex: 1;
    align-items: center;
}

.liveMessage {
    font-style: italic;
    border: 1px solid #fc611f !important;
}

a#accessApplication:link, a#accessApplication:visited {
    position: absolute;
    top: -52px;
    right: 15px;
    background-color: #3e8f00;
    color: #ffffff;
    border: 0px;
    padding: 15px 20px 10px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: khula, sans-serif;
    font-weight: 800;
    font-size: 125%;
    line-height: 120%;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.4s;
}

a#accessApplication:hover {
    color: #ffffff;
    background-color: #462f9d;
}

.conversationSideOne {
    padding: 30px;
    border-radius: 10px;
    background-color: #462f9d;
    color: #ffffff;
    width: 75%;
    margin-left: 25%;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.conversationSideOne .senderCredit {
    font-size: 70%;
    display: block;
    color: #fc611f;
}

.conversationSideTwo {
    padding: 30px;
    border-radius: 10px;
    background-color: #fc611f;
    color: #ffffff;
    width: 75%;
    margin-right: 25%;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.conversationSideTwo .senderCredit {
    font-size: 70%;
    display: block;
    color: #462f9d;
}

#postReply {
    padding-top: 30px;
}

#messageWindow {
    max-height: 600px;
    overflow-y: scroll;
    padding-right: 30px;
}

#messageButtons {
    margin-left: auto;
    width: fit-content;
}

#archivedMessagesBox {
    display: none;
}

#mainInbox {
    max-height: 600px;
    overflow-y: auto;
}

#liveMessageWindow {
    position: relative;
}

#mobileBackToInbox {
  display: none;
}

@media (max-width:  1639px) {
    a#accessApplication:link, a#accessApplication:visited {
        top:-49px;
    }
}

@media (max-width:  1339px) {
    a#accessApplication:link, a#accessApplication:visited {
        top:-47px;
    }
    
    .messageButtonImg {display: none;}
 
}

@media (max-width:  739px) {
    a#accessApplication:link, a#accessApplication:visited {display: none;}
    
      #mainInboxContainer,
  #liveMessageContainer {
    display: none;
  }

  body.mobile-inbox #mainInboxContainer {
    display: block;
  }

  body.mobile-message #liveMessageContainer {
    display: block;
  }

  #mobileBackToInbox {
    display: block;
    margin-bottom: 20px;
  }
  
   #mobileMessageTitle {
      color: #462f9d;
      font-weight:  700;
      font-size:  200%;
      border: 1px solid #fc611f;
      border-left:  0px;
      border-right:  0px;
      padding:  10px 0px;
      margin-bottom:  10px;
  }
  
  
  #mobileBackToInbox {
      display:  block;
      width:  100%;
      border:  0px;
      vertical-align: middle;
      padding: 0px;
  }
 
}
