@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;500;700;900&display=swap');

/* custom style  */
body{
    font-family: Arial, Helvetica, sans-serif;
    background: #fff;
}
.font-poppins{
    font-family: poppins;
}
.cursor-pointer{
    cursor: pointer;
}
/*Search Bar Styling*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body{
  background: #fff;
  font-family: 'Open Sans', sans-serif;
}

.headerContainer{
    display: inline-flex;
    width: 100%;
    padding:50px 0px;  
    padding-top: 0px;
}

.topRow {
    width: 100%;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    place-content: center;
    top: 6px;
    position: relative;
}

.search {
    width: 100%;
    position: relative;
    display: inline-flex;
    flex-flow: row nowrap;
    place-content: center;
    align-items: center;
    z-index: 0;
    top: 6px;
}

.searchTerm {
    width: 84% !important;
    border: 2.5px solid #14caf0;
    border-right: none;
    padding: 7px;
    height: 36px;
    border-radius: 8px 0 0 8px;
    outline: none;
    color: #1c4b82;
}

.searchTerm:focus{
  color: #1c4b82;
}

.searchButton {
    width: 46px;
    height: 36px;
    border: 1px solid transparent;
    background-image: linear-gradient(to top, #1c4b82 0%, #4588bd 100%);
    text-align: center;
    color: #fff;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    font-size: 19px;
    line-height: 1px;
}

#woof {
    white-space: nowrap;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    left: 105px;
    top: 30px;
    margin: 0px;
    z-index: 50000 !important;
    transition: 2000ms;
    display: inline-flex;
    visibility: hidden;
    background: #14caf0;
    padding: 3px 10px;
    border-radius: 5px;
    transform: rotate(-5deg);
}

/*Resize the wrap to see the search bar change!*/
.wrap{
width: 50%;
 justify-content: center;
 align-items: center;
 display: inline-flex;
}
.form-control::placeholder {
    font-size: 0.95rem;
    color: #aaa;
    font-style: italic;
  }
  .form-control:focus {
    box-shadow: none;
  }
  
  .form-control-underlined {
    border-width: 0;
    border-bottom-width: 1px;
    border-radius: 0;
    padding-left: 0;
  }
  .main{
    height: 77vh;
    background: #fff !important;
  }

  /*Card CSS*/
  .p-2 {
    padding: 0.5rem 0rem !important;
    padding-top: 0rem !important;
    border: none;
    
}

.cardBody {
    padding: 30px 10px;
    text-align: center;
    align-items: center !important;
    justify-content: space-evenly !important;
}

/* Search Button Styles*/
.searchBtn {
    color: #fff !important;
    border: none !important;

    border-radius: 1px 9px 9px 1px;
}


.searchBtn-check:focus+.searchBtn, .searchBtn:focus {
    outline: 0;
    box-shadow: none !important;
    border:none !important;
}


/*Puppy logo css*/
.logo{
    position: relative;
    bottom: 12%;
    left: 5%;
    z-index: 1;
}


.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: none !important;
    outline: 0;
    box-shadow: none !important;
}

.spacer{
    width:30%;
    height:30px;
}

.frontPageTitle {
    text-align: center;
    font-family: roboto;
    font-weight: 900;
    color: #fff;
    width: 100%;
    text-align: center;
    font-family: roboto;
    font-weight: 900;
    width: 100%;
    font-size: 35px;
}

.headerStyle {
    text-align: center;
    font-family: roboto;
    font-weight: 900;
    display: inline-flex;
    padding: 25px;
    background-image: linear-gradient(45deg, rgb(28 75 129) 0%, rgb(54 113 166) 50%, rgb(28, 75, 129) 100%);
    width: 100%;
}

.cardDisplay {
    padding: 0.5rem 0rem !important;
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    color: #fff;
    font-family: roboto;
    font-weight: 900;
    text-transform: uppercase;
    border: none;
    align-items: stretch;
    align-content: stretch;
    justify-content: space-evenly;
    display: inline-flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    background-image: linear-gradient(45deg, rgb(28 75 129) 0%, rgb(54 113 166) 50%, rgb(28, 75, 129) 100%);
    min-width: 273px;
    min-height: 387px !important;
}


.dogPhoto{
    min-height: 300px;
    max-height: 300px;
    object-fit:cover;
    background-position: top top;
}




.closeButton {
    padding: 1px 10px;
    border: 1px solid #0dcaf0;
    background: #0dcaf0;
    border-radius: 2px;
}

.closeButton:hover {
    padding: 1px 10px;
    border: 1px solid #0dcaf0 !important;
    background: #0dcaf0 !important;
    border-radius: 2px;
    transform: scale(1.1) !important;
}

.modal {
    position: fixed;
    top: 12vh;
    left: 0px;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden auto;
    outline: 0px;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    padding-bottom: 21px;
    border-bottom: 1px solid rgb(222, 226, 230);
    border-top-left-radius: calc(0.3rem - 1px);
    background-image: linear-gradient(45deg, rgb(28 75 129) 0%, rgb(54 113 166) 50%, rgb(28, 75, 129) 100%);
    border-top-right-radius: calc(0.3rem - 1px);
    text-align: center;
    font-family: roboto;
    font-weight: 900;
    color: white;
    text-transform: uppercase;
    border-radius: 17px 17px 0px 0px;
}

.modal-text{
    text-align: left !important;
    white-space: nowrap;
    font-family: roboto;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0px;
    border-radius: 20px;
}

.filterRow {
    display: inline-flex;
    width: 100%;
    margin: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.filterButton {
    border-radius: 40px;
    border: none;
    background: rgb(13, 202, 240);
    background-image: linear-gradient(240deg, rgb(99, 227, 255) 0%, rgb(20, 202, 240) 100%);
    color: rgb(255, 255, 255);
    width: 140px;
    margin: 10px;
}
.filterButtonActive {
    border-radius: 40px;
    border: none;
    background-image: linear-gradient(45deg, rgb(28 75 129) 0%, rgb(54 113 166) 50%, rgb(28, 75, 129) 100%);
    color: #fff;
    width: 140px;
    margin: 10px;
}

#header{
    background: #19caf0;
    width: 100%;
}
#table{
    margin-top: 28px;
}
.tableDiv {
    margin-left: auto!important;
    overflow-x: hidden;
    width: 90%;
    white-space: break-spaces;
}
.tableRow {
    display: block;
    width: 100%;
    border-top: #d3d9df 1px solid;
}
.table>tbody {
    vertical-align: baseline;
}
.table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: none;
    border-bottom: 0px !important;
    box-shadow: none;
    border: none !important;
}
.tableRowBottom{
    border-bottom: #d3d9df 1px solid;
}
.modal-footer{
    border-top: red;
}
table.table{
    margin-top: 30px;
}

/* left Paw */
#left-paw{
color: #0dcaf0;
transform: rotate(-30deg);
}
/* right paw */
#right-paw{
color: #0dcaf0;
transform: rotate(30deg);
}
/*Paw wave animation */
.wave-left {
    animation-name: wave-left-animation;  /* Refers to the name of your @keyframes element below */
    animation-duration: 3.5s;        /* Change to speed up or slow down */
    animation-iteration-count: 1;  /* Never stop waving :) */
    transform-origin: 70% 70%;       /* Pivot around the bottom-left palm */
    display: inline-block;
  }
.wave-right {
    animation-name: wave-right-animation;  /* Refers to the name of your @keyframes element below */
    animation-duration: 3.5s;        /* Change to speed up or slow down */
    animation-iteration-count: 1;  /* Never stop waving :) */
    transform-origin: 70% 70%;       /* Pivot around the bottom-left palm */
    display: inline-block;
  }
  
  @keyframes wave-left-animation {
      0% { transform: rotate( 0.0deg) }
     10% { transform: rotate(-30.0deg) }  /* The following five values can be played with to make the waving more or less extreme */
     20% { transform: rotate(30.0deg) }
     30% { transform: rotate(-30.0deg) }
     40% { transform: rotate(15.0deg) }
     50% { transform: rotate(-30.0deg) }
     60% { transform: rotate( 15.0deg) }  /* Reset for the last half to pause */
    100% { transform: rotate( -30.0deg) }
  }
  @keyframes wave-right-animation {
    0% { transform: rotate( 0.0deg) }
   10% { transform: rotate(30.0deg) }  /* The following five values can be played with to make the waving more or less extreme */
   20% { transform: rotate(-30.0deg) }
   30% { transform: rotate(30.0deg) }
   40% { transform: rotate(-15.0deg) }
   50% { transform: rotate(30.0deg) }
   60% { transform: rotate( -15.0deg) }  /* Reset for the last half to pause */
  100% { transform: rotate( 30.0deg) }
}
/* App Container */
.appContainer{
    overflow-y: scroll;
}
.filterHeader{
    white-space: nowrap;
}

.tempRadios{
    justify-content: center;
    background-color: transparent;
    width: 100%;
}
.radioSection {
    width: 20%;
    position: relative;
    left: 5%;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 30px;
}
.form-check-label{
    font-family: roboto;
}


/* MEDIA QUERIES*/
@media screen and (max-width: 1200px) {
/*Puppy logo css*/
.logo{
    position: relative;
    bottom: 12%;
    left: 2%;
}
.frontPageTitle {
    text-align: center;
    font-family: roboto;
    font-weight: 900;
    width: 100%;
    font-size: 50px;
}
.dogPhoto{
    min-height: 250px;
    max-height: 250px;
    object-fit:cover;
    background-position: top top;
}

.cardDisplay{
    min-width: 230px;
    min-height: 340px !important;
}

}

.frontPageTitle {
    text-align: center;
    font-family: roboto;
    font-weight: 900;
    width: 100%;
    font-size: 35px;
}

.theCloseButton {
    background: linear-gradient(240deg, rgb(99, 227, 255) 0%, rgb(20, 202, 240) 100%) rgb(13, 202, 240);
    border-radius: 8px 8px !important;
    padding: 5px 20px;
    letter-spacing: 1.2px;
    text-transform: lowercase;
}

.theCloseButton:hover {
    background: linear-gradient(120deg, rgb(99, 227, 255) 0%, rgb(20, 202, 240) 100%) rgb(13, 202, 240);
    border-radius: 8px 8px !important;
    padding: 5px 20px;
    letter-spacing: 1.2px;
    text-transform: lowercase;
    transform: scale(1.1);
}
/* temperament Radio Buttons*/
.tempFilter-label {
    display: flex;
    align-items: center;
  
    border-radius: 100px;
    padding: 7px 8px;
    margin: 5px 0;
  
    cursor: pointer;
    transition: .3s;
  }
  
  .tempFilter-label:hover,
  .tempFilter-label:focus-within {
    background: hsla(0, 0%, 80%, .14);
  }
  
  .tempFilter-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
  }
  
  .tempFilter-design {
    width: 22px;
    height: 22px;
    border-radius: 100px;
    background-image: linear-gradient(240deg, rgb(99 227 255) 0%, rgb(20 202 240) 100%);
    position: relative;
}
  
  .tempFilter-design::before {
    content: '';
  
    display: inline-block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
  
    background: hsl(0, 0%, 90%);
    transform: scale(1.1);
    transition: .3s;
  }
  
  .tempFilter-input:checked+.tempFilter-design::before {
    transform: scale(0);
  }
  
  .tempFilter-text {
    color: hsl(0, 0%, 60%);
    margin-left: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    font-family: roboto;
    transition: .3s;
  }
  
  .tempFilter-input:checked~.tempFilter-text {
    color: hsl(0, 0%, 40%);
  }

  .temperamentLabel {
    font-family: roboto;
    font-weight: 500;
    color: #788ea6;
    text-align: center;
    border-radius: 1px;
    padding: 4px 8px;
    border-bottom: 2px solid #19caf0;
    width: 170px;
    text-transform: uppercase;
    letter-spacing: 2px;
}


.tempFilterSection {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 15px 0px;
    padding-bottom: 60px;
}

#breeds{
    padding-bottom: 50px;
    margin-bottom: 50px;
}

/* Mobile size styling */

@media screen and (max-width: 576px) {
    .cardDisplay {
        padding: 0.5rem 0rem !important;
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
        color: #fff;
        font-family: roboto;
        font-weight: 900;
        text-transform: uppercase;
        border: none;
        align-items: stretch;
        align-content: stretch;
        justify-content: space-evenly;
        display: inline-flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        width: 100%;
    }
    .logo{
        position: relative;
        bottom: 14%;
        left: 0%;
    }
    .spacer{
        width:5%;
        height:30px;
    }
    .headerContainer {
        display: inline-flex;
        width: 100%;
        padding: 10px 0px;
        padding-top: 0px;
    }
    .dogPhoto{
        min-height: 400px;
        max-height: 400px;
        object-fit:cover;
        background-position: top top;
    }
    .tempFilterSection {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        padding: 15px 0px;
        padding-bottom: 30px;
    }
    .filterButton {
        border-radius: 40px;
        border: none;
        background: rgb(13, 202, 240);
        background-image: linear-gradient(240deg, rgb(99, 227, 255) 0%, rgb(20, 202, 240) 100%);
        color: rgb(255, 255, 255);
        width: 100px;
        margin: 10px;
    }

    .searchBtn {
        color: #fff !important;
        border: none !important;
        border-radius: 9px 9px 9px 9px;
        text-align: center;
    }
    .searchTerm {
        width: 80% !important;
        border: 2.5px solid #14caf0;
        border-right: 2.5px solid #14caf0;
        padding: 7px;
        height: 36px;
        border-radius: 8px !important;
        outline: none;
        color: #1c4b82;
        margin: 5px;
    }
    #srchBtn{
margin-left:-2px;
    }
}


  




