﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*body {
    font-family: "Poppins", sans-serif;
}*/
.btn:hover {
    opacity: 0.9;
}
input[type="checkbox"] {
    cursor: pointer;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus{background-color: #2b689c !important; border-color: #2b689c !important;}

.btn-primary[disabled]:hover {
    background-color: #2b689c !important;
    border-color: #2b689c !important;
    opacity: 0.7 !important;
} 
input[type="radio"] {
    cursor: pointer;
}
.btn_logout {
    background-color: #d31010;
    float: right;
    width: 100%;
    max-width: 122px;
    padding: 10px 12px;
    border: 0px;
    border-radius: 5px;
    font-size: 15px;
}

.pull-right-display {
    display: flex;
    align-items: center
}

.btn_logoutDiv h5 {
    font-size: 15px;
    color: #000000;
    font-weight: 500 !important;
/*    background: #f1f1f1;*/
    border-radius: 100px;
    padding: 12px 20px;
    margin: 0;
/*    border: 1px solid #f1f1f1;*/
}

    .btn_logoutDiv h5 i {
        color: #000000;
    }
.header .row-header {
    
    margin-bottom: 12px !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin:0 !important;
}
body {
    padding: 0px;
    background-color: #eee;
}

#logout_popup .modal-footer {
    padding: 10px 15px;
}

#logout_popup .modal-dialog {
    max-width: 450px;
    width: 100%;
    margin: 10px auto;
    padding: 0px 10px;
}
#logout_popup .SessionTimeoutfooter .btn {
    padding: 6px 12px;
}
#logout_popup .modal-header {
    padding: 5px 15px;
    background: #4a4a4c;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#logout_popup input {
    background: rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    color: #b9bdbb;
}

#logout_popup {
    z-index: 99999991;
    background: rgba(0,0,0,0.5);
}

    #logout_popup .modal-body {
        padding: 15px;
    }
    #logout_popup .modal-dialog {
    max-width: 480px;
    margin: 30px auto;
}

#logout_popup  #timer {
    font-size: 22px;
    font-weight: 800;
}


#logout_popup .SessionTimeoutfooter.text-right {
    border-top: 1px solid #c4c4c4;
    display: inline-block;
    width: 100%;
    padding: 10px 0 0px;
    margin: 0;
}
#logout_popup .SessionTimeoutInner p, 
#logout_popup #SessionWarning p { 
    margin-bottom: 20px;
}
#logout_popup #SessionWarning .custm_btn_:nth-child(2) {
 background: #2b689c !important;
 border:1px solid #2b689c;
 color:#fff;
}
    #logout_popup .form-control {
        height: 40px;
        max-width: 320px;
        width: 100%;
        margin-bottom: 0px;
        border: 0px;
        box-shadow: none;
        color: #333;
        font-size: 14px;
    }

#Connection_Timeout_popup .modal-footer {
    padding: 5px 15px;
}

#Connection_Timeout_popup .modal-dialog {
    max-width: 370px;
    width: 100%;
    margin: 10px auto;
    padding: 0px 10px;
}

#Connection_Timeout_popup .modal-header {
    padding: 5px 15px;
    background: #4a4a4c;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#Connection_Timeout_popup input {
    background: rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    color: #b9bdbb;
}

#Connection_Timeout_popup .form-control {
    height: 40px;
    max-width: 320px;
    width: 100%;
    margin-bottom: 0px;
    border: 0px;
    box-shadow: none;
    color: #333;
    font-size: 14px;
}

.header-county li .custm-talk-expert {
    color: #78a562;
    font-size: 14px;
    margin-bottom: 2px;
}

.btn-support:hover, .btn-support:focus {
    color: #ffffff;
    outline: none !important;
}
.btn-support:hover {
    background-color: #var(--tc-primary);
    opacity: 0.9 !important;
}
.btn-support {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #ffffff;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    background-color: #var(--tc-primary);
    margin-bottom: 5px;
    padding: 2px 2px 2px 4px !important;
    border-radius: 100px;
    min-width: 115px;
}

.Support_btn_icon {
    background: var(--tc-primary-dark) !important; /* darker green accent */
    padding: 5px;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.header-county ul {
    padding: 0px;
    margin: 10px 0px 0px;
    list-style: none;
    float: right;
}

    .header-county ul li {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

        .header-county ul li a {
            color: #666;
        }

.header_inner_section { display: flex; justify-content: space-between; align-items: center; gap: 5px;}
.btn_logoutDiv {
    margin-top: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-header {
    padding: 0px 0px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    background-color: #ffffff ;
}

.header-county .custm-county-content span {
    color: #666666;
    font-size: 17px;
    line-height: 30px;
}

.loader img {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
    max-width: 100px;
    width: 100%;
}

.loader {
    background-color: rgb(0 0 0 / 38%);
    width: 100%;
    min-height: 100vh;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 9999999;
}

/* Themed loader (hammer crushing TAX) */
.loader {
    position: fixed;
    top: 0;
    left: 0;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    z-index: 999999;
    width: 100%;
    height: 100%;
}

.tc-brand { display: flex; flex-direction: column; align-items: center; line-height: 1; }

.tc-tax { position: relative; }
    .tc-tax span {
        display: inline-block;
        font-weight: 800;
        font-size: 34px;
        letter-spacing: 2px;
        color: var(--tc-primary-hover) ;
        text-shadow: 0 1px 0 #0f3d1d33;
        transform-origin: bottom center;
        animation: tc-tax-bounce 1.6s ease-in-out infinite;
    }
.tc-tax span:nth-child(2) { animation-delay: .05s; }
.tc-tax span:nth-child(3) { animation-delay: .1s; }

/* subtle impact pulse near the T */
.tc-tax::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 8px;
    height: 8px;
    background: var(--tc-primary);
    border-radius: 50%;
    opacity: 0;
    transform: translateX(-50%) scale(0);
    animation: tc-impact 1.6s ease-in-out infinite;
}

.tc-hammer {
    position: relative;
    width: 80px;
    height: 32px;
    transform-origin: right center;
    animation: tc-swing-down 1.6s ease-in-out infinite;
}
.tc-hammer-head {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 26px;
    height: 50px;
    background: linear-gradient(135deg, #9ca3af 0%, #6b7280 50%, #4b5563 100%);
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3), inset -2px -2px 4px rgba(0,0,0,0.2), inset 1px 1px 2px rgba(255,255,255,0.3);
}
.tc-hammer-neck {
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    width: 8px;
    height: 15px;
    background: linear-gradient(135deg, #4b5563 0%, #374151 100%);
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.tc-hammer-handle {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 52px;
    height: 8px;
    background: linear-gradient(135deg, #a68b5b 0%, #8b5e34 50%, #6d4729 100%);
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2), inset 0 1px 2px rgba(255,255,255,0.1);
}

@keyframes tc-swing-down {
    0%, 45%   { transform: rotate(20deg); }
    60%       { transform: rotate(-8deg); }
    68%       { transform: rotate(-2deg); }
    100%      { transform: rotate(20deg); }
}

@keyframes tc-tax-bounce {
    55% { transform: translateY(0) scale(1) rotate(0); }
    60% { transform: translateY(1px) scale(0.96) rotate(-2deg); }
    66% { transform: translateY(-1px) scale(1.04) rotate(1deg); }
    74% { transform: translateY(0) scale(1) rotate(0); }
}

@keyframes tc-impact {
    0%,55% { opacity: 0; transform: translateX(-50%) scale(0); }
    60%    { opacity: .35; transform: translateX(-50%) scale(2); }
    70%    { opacity: 0; transform: translateX(-50%) scale(2.3); }
    100%   { opacity: 0; transform: translateX(-50%) scale(0); }
}

/* CRUSHERS line */
.tc-crushers {
    margin-top: 2px;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 2px;
    color: #072e50;
    animation: tc-crushers-wobble 1.6s ease-in-out infinite;
}

@keyframes tc-crushers-wobble {
    55% { transform: translateY(0); }
    60% { transform: translateY(1px) rotate(-0.4deg); }
    66% { transform: translateY(-1px) rotate(0.4deg); }
    74% { transform: translateY(0) rotate(0); }
}

body {
    position: relative;
}

.header-logo img {
    max-width: 80px;
}

.row-header {
    margin-top: 5px;
    margin-bottom: 5px !important;
}
.btn:focus {
    outline: none !important;
}
select {
    cursor: pointer;
}


@media only screen and (max-width: 767px) {
    .header_inner_section {
        display: block;
    }

    .btn-support {
        width: 100%;
        justify-content: center;
   
    }
    .row.row-header {
        display: flex;
        align-items: center;
    }

    row.row-header .btn_logoutDiv {
        margin-top: 0;
    }
    .btn_logoutDiv {
        margin-right: 0px;
        justify-content: flex-end;
    }
    .pull-right-display {
        display: flex;
        align-items: center;
        float: inherit !important;
        justify-content: flex-end;
    }
    .main-header {
        padding-top: 0px !important;
    }
}

/* Theme color overrides (logo-matched green) */
:root {
    --tc-primary: #36659a; /* forest green to match logo */
    --tc-primary-hover: #36659a;
    --tc-primary-border: #1e7e34;
    --tc-primary-dark: #21346c;
    --tc-table-row-hover: #f8fcff;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    background-color: var(--tc-primary) !important;
    border-color: var(--tc-primary-border) !important;
    color: #fff;
}

.btn-primary[disabled],
.btn-primary.disabled,
.btn-primary[disabled]:hover,
.btn-primary.disabled:hover {
    background-color: var(--tc-primary) !important;
    border-color: var(--tc-primary-border) !important;
    opacity: 0.7 !important;
}

.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary.active:hover {
    background-color: var(--tc-primary-hover) !important;
    border-color: var(--tc-primary-hover) !important;
}

.btn-support {
    background-color: var(--tc-primary) !important;
}

.btn-support:hover,
.btn-support:focus {
    background-color: var(--tc-primary-hover) !important;
}

.main-header .navbar ul li.active a {
    border-top-color: var(--tc-primary) !important;
}
.taxAppeal-Plus-logo {
    background: #F2F2F2;
    clear: both;
}
.headerRight-content {
    padding-right: 0;
}
.btn_logoutDiv h5 i {
    color: var(--tc-primary);
}
.loader:after {
    content: "";
    background: #0e0e0e24;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.tc-loader {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
}

.taxAppeal-Plus-logo img {
    max-width: 120px;
    padding: 20px 10px;
}