*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: "Poppins", sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
::selection{
    color: #fff;
    background-color: #173e69;
}
nav {
    display: block;
}

body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 0.8125rem !important;
    font-weight: 500;
    line-height: 1.5;
    color: #515151;
    text-align: left;
    background-color: #f3f3f9;
}
#myTable_wrapper label {
    font-size: 11pt;
    font-weight: 500;
    color: #878a99 !important;
}
#myTable_info {
    font-size: 11pt;
    font-weight: 500;
    color: #878a99 !important;
    margin-top: 10px;
}
#myTable_paginate {
    font-size: 11pt;
    font-weight: 500;
    color: #878a99 !important;
    margin-top: 10px;
}
table td.pdf-box a:hover {
    color: #c9c6c2;
}
table td.pdf-box a {
    height: 30px;
    width: 30px;
    background: #173e69;
    border-radius: 50%;
    padding: 9px;
    position: absolute;
    color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 11pt;
}

a {
    color: #173e69;
    text-decoration: none !important;
    background-color: transparent;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Poppins", sans-serif;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

h1,
.h1 {
    font-size: 2.5rem;
    font-weight: normal;
}

#table-listing table thead th {
    font-size: 11pt;
    font-weight: 700;
}

#table-listing table tbody td {
    font-size: 11pt;
    font-weight: 500;
}

/* .dashboard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
} */

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

#table-listing li {
    list-style: none;
}

@font-face {
    font-family: "Poppins", sans-serif;
    src: url(../fonts/averta-regular-webfont.woff2);
}

@font-face {
    font-family: "BngMUXZYTX";
    src: url(../fonts/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2);
}

.dashboard-app {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-top: 84px;
}

.dashboard-multiple-card.card {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    padding: 10px;
}

.dashboard-content {
    padding-bottom: 100px;
}

.dashboard-nav img {
    width: 125px;
}

.dropdown-menu {
    --bs-dropdown-color: #ffffff !important;
    --bs-dropdown-bg: #173e69 !important;
    --bs-dropdown-border-radius: 0px !important;
    --bs-dropdown-link-active-color: #fff !important;
    --bs-dropdown-link-color: #fff !important;
}

.dashboard-btn span {
    color: #173e69;
}

.overview_top button {
    padding: 6px 40px;
}

.overview_top button span {
    font-size: 16px;
}

.btn:first-child:active i {
    color: #ffff;
}

.btn:first-child:active span {
    color: #ffff;
}

.dashboard-btn i {
    color: #173e69;
    font-size: 32px;
    line-height: 42px;
}

/* .overview_top:hover i {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
} */

.h-240px {
    height: 109px;
    max-width: 246px;
    width: 100%;
    background: #ffc107;
    margin-bottom: 25px;
    line-height: 18px;
}

.dashboard-btn.content-heading {
    padding: 32px 2px;
}

td {
    white-space: nowrap;
}

.btndrop-primary {
    border: 1px solid #173e69;
    padding: 2px 26px;
    border-radius: 3px;
    box-shadow: 0px 0px 3px 2px #335b86;
}

.dashboard-nav {
    min-width: 238px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    background-color: #fff;
}

.dashboard-compact .dashboard-nav {
    display: none;
}

.dashboard-nav header {
    min-height: 84px;
    padding: 8px 27px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #cdcdcd;
}

.dashboard-nav header .menu-toggle {
    display: none;
    margin-right: auto;
}

.dashboard-nav a {
    color: #515151;
}

.dashboard-nav a:hover {
    text-decoration: none;
}

.dashboard-nav {
    background-image: url(../img/asideimg.png);
    background-position: right;
    background-size: cover;
}

.dashboard-nav a {
    color: #000000;
    font-size: 11pt;
    font-weight: 600;
}

.brand-logo {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #515151;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.brand-logo:focus,
.brand-logo:active,
.brand-logo:hover {
    color: #dbdbdb;
    text-decoration: none;
}

.brand-logo i {
    color: #d2d1d1;
    font-size: 27px;
    margin-right: 10px;
}

.dashboard-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard-nav-item {
    min-height: 56px;
    padding: 8px 20px 8px 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.02em;
    transition: ease-out 0.5s;
}

.card-box a {
    color: #605f5f;
    text-decoration: none;
    font-size: 13pt;
    font-weight: 600;
}

.dashboard-nav-item i {
    width: 32px;
    font-size: 16px;
    margin-left: -40px;
    margin-right: 15px;
    height: 32px;
    background: #173e69;
    box-shadow: 0 0 14px 0px;
    text-align: center;
    line-height: 32px;
    color: #fff;
}

#table-listing .table > :not(caption) > * > * {
    padding-top: 18px;
}

#table-listing thead {
    background: #f6f8fa;
    color: #878a99;
}

.dashboard-nav-item:hover {
    background: rgba(255, 255, 255, 0.04);
}

/* 
.active {
    background: rgb(244, 171, 50);
} */

.dashboard-nav-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard-nav-dropdown.show {
    background: rgba(255, 255, 255, 0.04);
}

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-toggle {
    font-weight: bold;
}

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-toggle:after {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
}

.dashboard-nav-dropdown.show > .dashboard-nav-dropdown-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.dashboard-nav-dropdown-toggle:after {
    content: "";
    margin-left: auto;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(81, 81, 81, 0.8);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.dashboard-nav .dashboard-nav-dropdown-toggle:after {
    border-top-color: rgba(0, 0, 0, 0.72);
}

.dashboard-nav-dropdown-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard-nav-dropdown-item {
    min-height: 40px;
    padding: 8px 20px 8px 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: ease-out 0.5s;
}

.dashboard-nav-dropdown-item:hover {
    background: rgb(246, 182, 77);
}

.menu-toggle {
    position: relative;
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
}

.menu-toggle:hover,
.menu-toggle:active,
.menu-toggle:focus {
    text-decoration: none;
    color: #ffbe3e;
}

.menu-toggle i {
    font-size: 20px;
}

.dashboard-toolbar {
    min-height: 84px;
    background-color: #173e69;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 27px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

.nav-item-divider {
    height: 1px;
    margin: 1rem 0;
    overflow: hidden;
    background-color: rgb(197, 206, 217);
}
.form-check-input:checked {
    background-color: #173e69 !important;
    border-color: #173e69 !important;
}
footer img {
    width: 40px;
}

@media (min-width: 992px) {
    .dashboard-app {
        margin-left: 238px;
    }

    .dashboard-compact .dashboard-app {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .dashboard-content {
        padding: 15px 0px;
    }
    #progressbar li:before {
        width: 26px !important;
        height: 26px !important;;
        line-height: 23px!important;;
    
        font-size: 8px !important;;
       
    }
    #progressbar li:after {
        top: 13px !important;
        left: 30px !important;

    }
    #progressbar li {
        font-size: 8px !important;
    }
    th {
        font-size: 14px;
        font-weight: 400;
    }

    .h-240px {
        max-width: 100% !important;
    }

    .padding-botton-0 {
        padding-bottom: 0px !important;
    }
}

@media (max-width: 992px) {
    .dashboard-nav {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1070;
    }

    .dashboard-nav.mobile-show {
        display: block;
    }
}

@media (max-width: 992px) {
    .dashboard-nav header .menu-toggle {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 992px) {
    .dashboard-toolbar {
        left: 234px;
    }

    .dashboard-compact .dashboard-toolbar {
        left: 0;
    }
}

button,
input {
    border: none;
    outline: none;
}

/****************
      FORM
*****************/

#signup .signup {
    background-color: white;
    width: 100%;
    max-width: 500px;
    padding: 50px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    border-radius: 5px;
    box-shadow:
        0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

#signup h4 {
    text-align: center;
    font-weight: 900;
    margin-bottom: 30px;
}

#signup {
    margin: 80px;
}

#signup h2 {
    text-align: center;
    font-size: 1.1rem;
    font-weight: lighter;

    margin-bottom: 40px;
}

#signup h2 span {
    text-decoration: underline;
    cursor: pointer;
    color: #173e68;
}

/*  Field */
#signup .signup__field {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

#signup .form-select:focus {
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

#signup .form-select {
    border: 1px solid #fff !important;
    border-radius: 0 !important;
}

#signup .signup__field:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0px;
    height: 2px;
    background: #f4b244;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.4s ease;
}

#signup .signup__field:hover:before {
    width: 100%;
}

/*  Input */
#signup .signup__input {
    width: 100%;
    height: 100%;
    font-size: 1rem;
    padding: 10px 10px 0;
    border-bottom: 2px solid #555555 !important;
    background: #e9edf4;
    color: #262626;
}

/*  Label */
#signup .signup__label {
    color: #bdbdbd;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 9px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

#signup .signup__input:focus + .signup__label,
#signup .signup__input:valid + .signup__label {
    top: 0;
    font-size: 1rem;
    background-color: white;
}

/*  Button */
#signup button {
    background: #173e68;
    color: white;
    padding: 12px 0;
    font-size: 1.2rem;
    border-radius: 0px;
    cursor: pointer;
}

#signup button:hover {
    background: #ffbe3e;
}

.signup img.sign-imglogo {
    margin: auto;
}

.overview {
    padding: 10px 30px;
}

.overview h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px;
}

.overview .overview_total {
    font-size: 13px;
    font-weight: 400;
    color: #e8e8e8;
    margin-bottom: 20px;
}

.overview .overview_content {
    display: flex;
    gap: 7px;
    justify-content: center;
    align-items: center;
}

.overview .overview_card {
    background: rgba(255, 255, 255, 0.2);
    width: 300px;
    padding: 10px 5px;
    border-radius: 5px;
    transition: all 200ms ease-in-out;
}

.overview .overview_card:hover {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.297);
}

.overview .overview_card .overview_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.overview .overview_card .overview_top div {
    display: flex;
    align-items: center;
    gap: 3px;
}

.overview_card.card {
    background: #ffbe3e;
    padding: 10px;
    color: #fff;
    margin-bottom: 23px;
}

.overview_top {
    display: flex;
    justify-content: space-between;
}

.overview .overview_card .overview_top div img {
    width: 25px;
}

.overview .overview_card .overview_top div p {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.overview .overview_card .overview_top p {
    font-size: 13px;
    font-weight: 500;
    color: #62f9ba;
}

.overview_num {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    margin-top: 0px;
    margin-left: 1px;
    margin-bottom: 2px;
}

.overview_text {
    font-size: 10px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px;
    margin-left: 5px;
}

footer {
    z-index: 99;
    position: fixed;
    width: 100%;
    background: #fff;
    border-top: 1px solid #bfbfbf;
    bottom: 0;
}

footer a {
    color: #000;
}

@media screen and (max-width: 768px) {
    #signup .signup {
        background-color: white;
        width: 100%;
        max-width: 500px;
        padding: 20px 20px;
    }

    #signup {
        margin: 64px 10px;
    }

    .dashboard-nav header {
        border-bottom: 1px solid #000;
    }
}

/** Login 2 start **/
.login .login-inner {
    z-index: 999;
    position: relative;
    min-height: 100vh;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
}

.login .login-inner:before {
    content: "";
    width: 35%;
    height: 100%;
    position: absolute;
    top: 0;
    background: url(../img/thumbnail.jpg) top left repeat;
    background-position-x: left;
    background-position-y: top;
    background-size: auto;
    background-position: center center;
    background-size: cover;
    border-radius: 30px 0px 0px 30px;
    right: 0;
}

.login h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "avertaregular", "Spartan", sans-serif;
}

.login .login-box {
    background: #fff;
    border-radius: 20px;
    margin: 0 auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(to left top, #f4ab32 30%, #143d6a 84%);
    /* background: url(../img/background-b.jpg) top left repeat; */
    background-size: cover;
    position: relative;
    max-width: 1140px;
}

.login .form-section {
    text-align: center;
    padding: 70px 90px;
    background: #fff;
    border-radius: 0px 20px 20px 0px;
}

.login .form-section p {
    color: #535353;
    font-size: 16px;
}

.login .form-section a {
    text-decoration: none;
    color: #535353;
}

.login .form-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.login .form-section .social-list li {
    display: inline-block;
    margin-bottom: 5px;
}

/* .login .logo-2 img{
    margin-bottom: 20px;
 
} */
.dog-logocity img {
    width: 72px;
}

.logo-2 {
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    justify-content: center;
    margin: 0 auto;
    height: 80px;
    width: 99px;
    cursor: pointer;
    position: relative;
    align-items: center;
    display: flex;
    background: #fff;
    margin-top: 7px;
}

.login .form-section .thembo {
    margin-left: 4px;
}

.login .form-section h3 {
    text-align: center;
    margin: 0 0 25px;
    font-size: 25px;
    font-weight: 700;
    color: #173e69;
}

.login .form-section .form-group {
    margin-bottom: 25px;
}

.login .form-section .form-box {
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
}

.login .form-section .form-control {
    padding: 10px 25px;
    font-size: 16px;
    outline: none;
    color: #535353;
    border-radius: 50px;
    border: 1px solid #f3f3f3;
    background: #f3f3f3;
    height: 50px;
}

.login .form-section button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.login .form-section .terms {
    margin-left: 3px;
}

.login .btn-section {
    margin-bottom: 25px;
    display: inline-block;
}

.login .btn-section .btn-1 {
    border-radius: 50px 0 0 50px;
    border-right: solid 1px #e6e6e6;
}

.login .btn-section .link-btn {
    font-size: 16px;
    float: left;
    background: #f3f3f3;
    font-weight: 400;
    text-align: center;
    text-decoration: blink;
    line-height: 37px;
    width: 110px;
    color: #505050;
    font-family: "avertaregular", "Spartan", sans-serif;
    border-radius: 0px;
}

.login .btn-section .link-btn:hover {
    color: #173e69;
}

.login .btn-section .active-bg {
    color: #173e69;
}

.login .btn-section .btn-2 {
    border-radius: 0 50px 50px 0;
}

.login .form-section .form-check {
    float: left;
    margin-bottom: 0;
}

.login .form-section .form-check a {
    color: #535353;
}

.login .form-section .form-check-label {
    padding-left: 5px;
    font-size: 16px;
    color: #535353;
}

.login .form-section a.forgot-password {
    line-height: 50px;
}

.login .form-check-input:focus {
    border-color: transparent;
    box-shadow: none;
}

.login .form-check-input:checked {
    background-color: #0dcaf0 !important;
}

.login .form-section .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    position: absolute;
    margin-left: -22px;
}

.login .logo {
    text-align: center;
    margin-bottom: 10px;
}

.login .social-list a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    font-size: 19px;
    margin: 2px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.login .login-box:hover .social-list a {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.login .social-list a:hover {
    color: #fff;
}

.login .btn-theme {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    font-weight: 400;
    font-family: "avertaregular", "Spartan", sans-serif;
    border-radius: 50px;
    float: left;
}

.login .btn-theme:hover {
    color: #fff;
}

.login .btn-theme:hover:after {
    transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
    transition:
        transform 0.4s linear,
        transform 0.4s linear;
}

.btn:first-child:active,
:not(.btn-check) + .btn:active {
    color: #ffffff;
    background-color: #173e69;
    border-color: #173e69;
}

.dogsact.btn-theme {
    background: #006098 !important;
}

.dogsact.btn-theme::after {
    background: #f1df01 !important;
}

.dogsnsw.btn-theme {
    background: #22419b !important;
}

.dogsnsw.btn-theme::after {
    background: #b33765 !important;
}

.dogsnt.btn-theme {
    background: #ff6c0d !important;
}

.dogsnt.btn-theme::after {
    background: #de3e00 !important;
}

.dogsqueensland.btn-theme {
    background: #7f1f42 !important;
}

.dogsqueensland.btn-theme::after {
    background: #a11c39 !important;
}

.dogssa.btn-theme {
    background: #7f072a !important;
}

.dogssa.btn-theme::after {
    background: #2c2c2c !important;
}

.tasdogs.btn-theme {
    background: #1a234d !important;
}

.tasdogs.btn-theme::after {
    background: #967e42 !important;
}

.dogsvictoria.btn-theme {
    background: #ffb033 !important;
}

.dogsvictoria.btn-theme::after {
    background: #00448a !important;
}

.dogswest.btn-theme {
    background: #1a8c8c !important;
}

.dogswest.btn-theme::after {
    background: #949494 !important;
}

.login .btn-info:after {
    background: #ffbe3e;
}

.login .btn-theme:after {
    position: absolute;
    top: -18px;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 7px;
    transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
    transform-origin: top center;
    transition:
        transform 0.4s linear,
        transform 0.4s linear;
    z-index: -1;
    background: #355981;
}

.login .btn-lg {
    font-size: 17px;
    padding: 0 50px;
    line-height: 50px;
}

.login .btn-info {
    background-color: #173e69;
}

.login .btn {
    box-shadow: none !important;
}

.login .btn-md {
    padding: 0 50px;
    font-size: 15px;
    line-height: 45px;
}

.login .info {
    position: relative;
    width: 398px;
    margin: 0 auto;
    height: 420px;
}

.login .info .box h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 500;
    color: #fff;
}

.login .info .box {
    position: absolute;
    width: 420px;
    margin: 0 auto;
    height: 420px;
    overflow: hidden;
    padding: 20px;
    /* border: solid 5px rgb(255 255 255 / 20%); */
}

.login .info .box .content {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    /* border: solid 1px rgb(255 255 255 / 20%); */
    padding: 10px 20px;
}

.login .info .box span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
}

.login .info .box span:nth-child(1) {
    transform: rotate(0deg);
}

.login .info .box span:nth-child(2) {
    transform: rotate(90deg);
}

.login .info .box span:nth-child(3) {
    transform: rotate(180deg);
}

.login .info .box span:nth-child(4) {
    transform: rotate(270deg);
}

.login .info .box span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    /* background: #fff;
    animation: animate 4s linear infinite; */
}

@keyframes animate {
    0% {
        transform: scaleX(0);
        transform-origin: left;
    }

    50% {
        transform: scaleX(1);
        transform-origin: left;
    }

    50.1% {
        transform: scaleX(1);
        transform-origin: right;
    }

    100% {
        transform: scaleX(0);
        transform-origin: right;
    }
}

.login.login-background {
    animation: Gradient 15s ease infinite;
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.login.login-background .cube {
    position: absolute;
    top: 80vh;
    left: 200px;
    width: 10px;
    height: 10px;
    border: solid 1px #173e69;
    transform-origin: top left;
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    animation: cube 6s ease-in forwards infinite;
}

.login.login-background .cube:nth-child(2n) {
    border-color: #cde0ef;
}

.login.login-background .cube:nth-child(2) {
    animation-delay: 2s;
    left: 300px;
    border-color: #ffbe3e;
    top: 200px;
}

.login.login-background .cube:nth-child(3) {
    animation-delay: 3s;
    left: 50%;
    top: 150px;
    border-color: #173e69;
}

.login.login-background .cube:nth-child(4) {
    animation-delay: 4s;
    left: 30%;
    top: 150px;
}

.login.login-background .cube:nth-child(5) {
    animation-delay: 5s;
    left: 50%;
    bottom: 150px;
    border-color: black;
}

.login.login-background .cube:nth-child(6) {
    animation-delay: 6s;
    right: 10%;
    top: 50%;
    border-color: #173e69;
}

.dashboard-table-list.card {
    border-left: 4px solid #173e69 !important;
    background: #fff !important;
    box-shadow: none !important;
    border-radius: 0px;
}

.form-heading.dogsact {
    color: #006098 !important;
}

.form-heading.dogsnsw {
    color: #254399 !important;
}

.form-heading.dogsnt {
    color: #ff6c0d !important;
}

.form-heading.dogsqueensland {
    color: #a21e36 !important;
}

.form-heading.dogssa {
    color: #7f0828 !important;
}

.form-heading.tasdogs {
    color: #1a234d !important;
}

.form-heading.dogsvictoria {
    color: #ffb230 !important;
}

.form-heading.dogswest {
    color: #1a8c8c !important;
}

/*@keyframes Animate Background*/
@keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes cube {
    from {
        transform: scale(0) rotate(0deg) translate(-50%, -50%);
        opacity: 1;
    }

    to {
        transform: scale(20) rotate(960deg) translate(-50%, -50%);
        opacity: 0;
    }
}

.membership-margin {
    margin: 20px 20px;
}

#myTable_filter {
    margin-bottom: 18px;
}

table.dataTable > thead > tr > th {
    padding: 6px !important;
    font-size: 10pt !important;
}

table.dataTable thead th,
table.dataTable tfoot th {
    font-size: 11pt !important;
    color: #212529;
}

table.dataTable tbody th,
table.dataTable tbody td {
    /* padding: 10px 11px 13px !important;
    font-size: 11pt !important; */
    padding: 5px 11px 3px !important;
    font-size: 10pt !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid rgb(231 233 235) !important;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: #e7e9eb !important;
    border-style: solid;
    border-width: 0;
}

.dashboard h5 {
    font-size: 16px !important;
    font-weight: 600;
    margin-top: 6px;
}

@media (max-width: 1200px) {
    .login .form-section {
        padding: 70px 50px;
    }
}

@media (max-width: 1024px){
    .nav-justified .nav-item, .nav-justified>.nav-link {
        flex-basis: auto !important;
        flex-grow: 0  !important;
        /* text-align: center; */
    }
    
}
@media (max-width: 992px) {
    .login .form-section h3 {
        font-size: 22px;
    }
    .text-end {
        text-align: inherit !important;
    }
    .login .info {
        height: 420px;
        width: 100%;
    }

    .login .info .box {
        height: 420px;
        width: 100%;
    }

    /* .login .form-info{
        width: 100%;
    } */

    .login .form-section {
        padding: 20px;
    }

    /* .login .bg-img{
        display: none!important;
    } */
    /* 
    .login .login-box {
        max-width: 500px;
    } */

    .login .logo {
        display: inherit;
    }

    .login .login-inner:before {
        display: none;
    }

    .login.login-background .cube:nth-child(2) {
        right: 100px;
        top: 100px;
    }

    .form-control:focus {
        color: #212529;
        background-color: #fff;
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(23, 62, 105, 0.18) !important;
    }

    .login.login-background .cube:nth-child(3) {
        left: 50px;
        top: 50px;
    }

    .login.login-background .cube:nth-child(4) {
        left: 100px;
        top: 350px;
    }

    .login.login-background .cube:nth-child(5) {
        left: 100px;
        bottom: 50px;
    }

    .login.login-background .cube:nth-child(6) {
        right: 50px;
        top: 5%;
    }
}

@media (max-width: 768px) {
    .login .form-section {
        padding: 50px 30px;
        border-radius: 0px;
    }

    .login .login-box {
        padding-top: 11px;
    }

    #litter-registration .card-body {
        padding: 0 !important;
    }
}

/* ============================================= */
.dog-color-box {
    width: 32px;
    height: 24px;
    display: inline-block;
}
span {
    font-size: 11pt !important;
}
.status-success {
    background: #188118;
}
.status-danger {
    background: red;
}
.status-skyblue {
    background: skyblue;
}
/* .dog-owned-color {
    display: flex;
 

} */

label.form-check-label {
    font-size: 11pt;
}
.dashboard-app {
    margin-bottom: 100px;
}
.card {
    margin-bottom: 1.5rem;
    -webkit-box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
    box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
    border: 0;
}
/** Login 2 end **/
/* ========nsw ====== */
.card-nsw {
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    background-color: rgb(255, 255, 255);
    justify-content: center;
    height: 100px;
    width: 100px;
    cursor: pointer;
    position: relative;
    align-items: center;
    display: flex;
}
.nsw-content {
    padding: 2px 16px 4px;
}
.nsw-details-box {
    display: flex;
}
.Pedigree-form label.inline-label {
    display: flex;
}
.btn-border {
    border: 1px solid #9f9c9c !important;
}
input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.form-inline label.inline-label {
    margin: 6px 15px 0px 0px;
    font-size: 15px;
}
.text-pe-0 {
    padding-right: 28px;
}
.form-inline .form-control {
    border: 1px solid #9b9d9f;
    border-radius: 4px;
    padding: 3px;
}

.form-inline .form-control:focus {
    box-shadow: none !important;
}

#litter-registration ul.ol-li-padding li {
    padding-left: 15px;
    line-height: 24px;
    margin-bottom: 9px;
    list-style: decimal-leading-zero;
    font-size: 16px;
    margin-left: 17px
}

#litter-registration h5 {
    margin-left: 16px;
}
#litter-registration h5.brown-text {
    color: Maroon;
    font-size: 10pt !important;
    font-weight: bold;
    padding-left: 27px;
}

.radio-box-left .radio-left {
    margin-left: 40px;
    margin-right: 10px;
}
#litter-registration ol.ol-li-padding li::marker {
    color: brown;
}
.form-inline1 .form-control {
   
    font-size: 10pt !important;
}
.form-inline1 .form-select {
    font-size: 10pt !important;
}
.form-inline1 .form-select {
}
.form-control:focus {
    color: #212529;
    border-color: #9b9d9f !important;

    box-shadow: none !important;
}
.form-inline1 .form-select:focus {
    border: 1px solid #9b9d9f !important;
    outline: 0;
    box-shadow: none !important;
}
.form-inline1 label {
    font-weight: 600;
    margin-top: 8px;
    color: #000;
}
span.blue_theme {
    color: blue;
}

.transfer-id {
    display: flex;
    justify-content: center;
}
.address-details {
    display: flex;
    margin-right: 12px;
}
.lebel-right {
    margin-right: 12px;
}

.bg-green {
    background: #71ab78cf;
}
.btn:first-child:active a {
    color: #fff;
}

/*  */
.animation-nav li a::before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    right: 0;
    height: 100%;
    -webkit-transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
    transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
    background-color: #173e69;
    z-index: -1;
}
.animation-nav li a {
    color: black;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1;
}
.animation-nav li {
    position: relative;
}
.animation-nav li a.active::before,
.animation-nav li a:hover::before {
    width: 100%;
    left: 0;
}
.animation-nav li a.active,
.animation-nav li a:hover {
    color: #fff;
    background-color: transparent !important;
}
.animation-nav li {
    border: 1px solid #173e69;
    border-radius: 8px;
    font-size: 11pt;
    font-weight: 500;
}
.animation-nav li  a{
   
    color: #173e69;
  
}


/* .form-check-input:checked {
    background-color: #405189;
    border-color: #405189;
  } */
   .click-radio input#check {
    font-size: 13pt;
   
}
.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none !important;
}
.btn-background-color:hover {
    background: #173e69;
}
.btn-background-color:hover a{
   color: #ffff;
}
.categories-filter .list-inline-item a {
    display: block;
    color: var(--vz-body-color);
    font-weight: 600;
    padding: 8px 15px;
    margin: 5px;
    cursor: pointer;
  }
  .categories-filter .list-inline-item {
    position:relative;
    margin-right:0
  }
  .categories-filter .list-inline-item a {
    display:block;
    color:var(--vz-body-color);
    font-weight:600;
    padding:8px 15px;
    margin:5px;
    cursor:pointer
  }
  .gallery-box {
    position:relative;
    overflow:hidden;
    border:1px solid transparent;
    margin-bottom:10px;
    -webkit-box-shadow:none;
    box-shadow:none;
    background-color:transparent;
    padding:8px
  }
.btn-background-default {
    background: #173e69;
}
.btn-background-default a {
   color: #fff;
}
.btn-background-default:hover {
    border:1px solid #173e69;
}
.btn-background-default:hover a{
  color: #173e69;
}
.card-header {
    border-bottom: 1px solid #e9ebec;
    background-color: #ffff;
  }
  table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    box-shadow:none !important;
    box-shadow: none !important;
}
/* ----------step form------------------ */
#msform {
    text-align: center;
    position: relative;
    margin-top: 4px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 6px 14px 6px 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 3px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #173e69;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #173e69;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}
input[type="radio"]{
    width: 20px !important;
    height: 20px !important;

}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #173e69;
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #173e69;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #173e69;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    padding-left: 0px;
}

#progressbar .active {
    color: #173e69;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
width: 10%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f25d"
}
#progressbar #online:before {
    font-family: FontAwesome;
    content: "\f0ad"
} 
#progressbar #litter:before {
    font-family: FontAwesome;
    content: "\f298"
} 
#progressbar #application:before {
    font-family: FontAwesome;
    content: "\f02d"
} 
#progressbar #information:before {
    font-family: FontAwesome;
    content: "\f05a "
} 
#progressbar #general:before {
    font-family: FontAwesome;
    content: "\f03a"
} 
#progressbar #limitedregister:before {
    font-family: FontAwesome;
    content: "\f25d"
} 
#progressbar #onlinesystem:before {
    font-family: FontAwesome;
    content: "\f02d";
} 

#progressbar #pupdetails:before {
    font-family: FontAwesome;
    content: "\f6d3";
}


#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}
#confirm .active:before, #confirm.active:after {
    background: transparent !important;
}
#confirm:after {
    content: '';
    width: 100%;
    height: 2px;
    background: transparent !important;
    position: absolute;
    left: 30px;
    top: 25px;
    z-index: -1;
}
#progressbar li:before {
    width: 44px;
    height: 44px;
    line-height: 40px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}
.proceed-online {
    width: 312px !important;
}
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 50px;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #173e69;
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #173e69;
}

.fit-image {
    width: 100%;
    object-fit: cover
}
#loading-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #f5deb363;
    z-index: 999;
  }
  
  #loading-text {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #999;
    width: 100px;
    margin: -43px 0 0 -45px;
    text-align: center;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 20px;
  }
  
  #loading-content {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 170px;
    height: 170px;
    margin: -85px 0 0 -85px;
    border: 3px solid #F00;
  }
  
  #loading-content:after {
    content: "";
    position: absolute;
    border: 3px solid #0F0;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
  }
  
  #loading-content:before {
    content: "";
    position: absolute;
    border: 3px solid #00F;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
  }
  
  #loading-content {
    border: 3px solid transparent;
    border-top-color: #4D658D;
    border-bottom-color: #4D658D;
    border-radius: 50%;
    -webkit-animation: loader 2s linear infinite;
    -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
    animation: loader 2s linear infinite;
  }
  
  #loading-content:before {
    border: 3px solid transparent;
    border-top-color: #D4CC6A;
    border-bottom-color: #D4CC6A;
    border-radius: 50%;
    -webkit-animation: loader 3s linear infinite;
      -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
    animation: loader 3s linear infinite;
  }
  
  #loading-content:after {
    border: 3px solid transparent;
    border-top-color: #84417C;
    border-bottom-color: #84417C;
    border-radius: 50%;
    -webkit-animation: loader 1.5s linear infinite;
    animation: loader 1.5s linear infinite;
      -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
  }
  
  @-webkit-keyframes loaders {
    0% {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @keyframes loader {
    0% {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  #content-wrapper {
    color: #FFF;
    position: fixed;
    left: 0;
    top: 20px;
    width: 100%;
    height: 100%;
  }
  
  #header
  {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    height: 100px;
    background-color: #666;
  }
  
  #content
  {
    width: 800px;
    height: 1000px;
    margin: 0 auto;
    text-align: center;
    background-color: #888;
  }
  /* 08 03 2024 */
