/*.ginput_recaptcha > div {
		margin: 0px auto;
}


body .gform_legacy_markup_wrapper ul#gform_fields_104 li.gfield {
			margin-top: 0px !important;
}


body .gform_legacy_markup_wrapper ul#gform_fields_104 #input_104_7 {
			    height: 38px;
    margin-bottom: 20px;
}*/

.ld-login-modal-register .ginput_recaptcha + .validation_message {
	bottom: -14px !important;	
}

.ld-login-modal-register .ginput_recaptcha iframe {
	transform: scale(.8);	
}

.ld-login-modal-wrapper .ld-alert.ld-alert-warning {
		bottom: 260px;
}

@media screen and (max-height: 815px) and (min-width: 770px) {
		
		.ld-login-modal-wrapper .ld-alert.ld-alert-warning {
				bottom: 170px;
		}
}

@media screen and (max-width: 770px) {
		
		.ld-login-modal-wrapper .ld-alert.ld-alert-warning {
				bottom: unset;
		}
}


#gform_wrapper_90 .gform_submission_error.hide_summary {
		color: #790000 !important;
}



/* cl pricing table global rules */

.btn-table {
border: 0px;
box-shadow: 0 0 0 !important;
}
.hide {
display: none;
}
.bottom, .featured {
text-align: center;
}
.bottom p, .featured {
margin: 0px;
padding: 0;
}
.btn-code {
padding-top: 15px;
}

/* end cl pricing table css */

/* ========================================
   ControlCase Partner Portal - PX VERSION
   WordPress Production Ready CSS
   100% Compatible with ALL browsers
   ======================================== */

.cc-portal {
    margin: 0;
    padding: 0;
}

.cc-portal,
.cc-portal * {
    box-sizing: border-box;
}

.cc-portal {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
}

/* ========================================
   HEADER & NAVIGATION
   ======================================== */

.cc-portal-header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.cc-portal-nav {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.cc-portal-logo {
    font-size: 24px;
    font-weight: bold;
    color: #4DC1AE;
    flex-shrink: 0;
}

.cc-portal-nav-links {
    display: flex;
    list-style: none;
    gap: 32px;
    align-items: center;
    margin: 0;
    padding: 0;
}

.cc-portal-nav-links a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s;
    white-space: nowrap;
    font-size: 15px;
}

.cc-portal-nav-links a:hover {
    color: #4DC1AE;
}

.cc-portal-mobile-menu {
    display: none;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    flex-shrink: 0;
}

.cc-portal-mobile-menu span {
    width: 25px;
    height: 3px;
    background: #333;
    transition: all 0.3s;
    display: block;
}

.cc-portal-mobile-menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(10px, 10px);
}

.cc-portal-mobile-menu.active span:nth-child(2) {
    opacity: 0;
}

.cc-portal-mobile-menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* ========================================
   HERO SECTION
   ======================================== */

.cc-portal-hero {
    background: linear-gradient(135deg, #4DC1AE 0%, #764ba2 100%);
    color: white;
    padding: 48px 24px;
    text-align: center;
    width: 100%;
}

.cc-portal-hero-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.cc-portal-hero h1 {
    font-size: 22px;
    margin: 0 0 16px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0;
}

.cc-portal-hero p {
    font-size: 15px;
    margin: 0 0 24px 0;
    padding: 0;
    line-height: 1.6;
}

.cc-portal-hero-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 32px;
    flex-wrap: wrap;
    padding: 0;
}

@media (min-width: 600px) {
    .cc-portal-hero h1 {
        font-size: 28px;
    }

    .cc-portal-hero p {
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    .cc-portal-hero h1 {
        font-size: 40px;
    }

    .cc-portal-hero p {
        font-size: 18px;
    }
}

/* ========================================
   BUTTONS
   ======================================== */

.cc-portal-btn {
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    white-space: nowrap;
    margin: 0;
}

.cc-portal-btn-primary {
    background: #fff;
    color: #4DC1AE;
}

.cc-portal-btn-primary:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.cc-portal-btn-secondary {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.cc-portal-btn-secondary:hover {
    background: #fff;
    color: #4DC1AE;
}

@media (max-width: 767px) {
    .cc-portal-btn {
        width: 100%;
        font-size: 14px;
        padding: 11px 19px;
    }
}

/* ========================================
   CONTAINER & SECTIONS
   ======================================== */

.cc-portal-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 24px;
    width: 100%;
}

.cc-portal-section {
    margin-bottom: 48px;
    width: 100%;
}

.cc-portal-section h2 {
    font-size: 24px;
    color: #4DC1AE;
    margin: 0 0 24px 0;
    text-align: center;
    padding: 0;
}

.cc-portal-section h3 {
    font-size: 19px;
    color: #4DC1AE;
    margin: 0 0 16px 0;
    padding: 0;
}

.cc-portal-section h4 {
    color: #4DC1AE;
    margin: 0 0 8px 0;
    padding: 0;
    font-size: 16px;
}

.cc-portal-section p {
    margin: 0 0 16px 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .cc-portal-section h2 {
        font-size: 32px;
    }

    .cc-portal-section h3 {
        font-size: 24px;
    }

    .cc-portal-section h4 {
        font-size: 18px;
    }

    .cc-portal-section p {
        font-size: 16px;
    }
}

/* ========================================
   TWO COLUMN LAYOUT
   ======================================== */

.cc-portal-two-column {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: center;
    width: 100%;
}

.cc-portal-two-column img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .cc-portal-two-column {
        grid-template-columns: 1fr 1fr;
        gap: 48px;
    }
}

/* ========================================
   BENEFITS GRID - MOBILE FIRST
   ======================================== */

.cc-portal-benefits-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 24px;
    width: 100%;
}

@media (min-width: 480px) {
    .cc-portal-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (min-width: 768px) {
    .cc-portal-benefits-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
        margin-top: 32px;
    }
}

@media (min-width: 1024px) {
    .cc-portal-benefits-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
    }
}

/* ========================================
   BENEFIT CARD
   ======================================== */

.cc-portal-benefit-card {
    background: #01516F;
    padding: 24px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    color: white;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    margin: 0;
}

.cc-portal-benefit-card p {
    word-break: break-word;
    line-height: 1.6;
    margin: 0;
    color: #fff!important;
    font-size: 14px;
}

.cc-portal-benefit-card h4 {
    color: #4DC1AE;
    margin: 0 0 12px 0;
    padding: 0;
    font-size: 16px;
}

.cc-portal-benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

@media (min-width: 768px) {
    .cc-portal-benefit-card {
        padding: 24px;
    }

    .cc-portal-benefit-card h4 {
        font-size: 18px;
    }

    .cc-portal-benefit-card p {
        font-size: 16px;
    }
}

/* ========================================
   PARTNERS SLIDER - FIXED FOR MOBILE
   ======================================== */

.cc-portal-partners-slider {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 32px 0;
    background: #f9f9f9;
    width: 100%;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.cc-portal-partners-track {
    display: flex;
    gap: 24px;
    animation: cc-portal-scroll 30s linear infinite;
    width: max-content;
    padding: 0 24px;
    margin: 0;
}

.cc-portal-partners-slider:hover .cc-portal-partners-track {
    animation-play-state: paused;
}

.cc-portal-partner-logo {
    min-width: 150px;
    width: 150px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s;
    flex-shrink: 0;
    margin: 0;
    font-weight: bold;
    color: #4DC1AE;
    font-size: 15px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cc-portal-partner-logo:hover {
    transform: scale(1.05);
}

@keyframes cc-portal-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {
    .cc-portal-partners-slider {
        padding: 24px 0;
    }

    .cc-portal-partners-track {
        gap: 16px;
        padding: 0 16px;
    }

    .cc-portal-partner-logo {
        min-width: 120px;
        width: 120px;
        height: 60px;
        padding: 12px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .cc-portal-partners-slider {
        padding: 24px 0;
    }

    .cc-portal-partners-track {
        gap: 12px;
        padding: 0 12px;
    }

    .cc-portal-partner-logo {
        min-width: 100px;
        width: 100px;
        height: 50px;
        padding: 8px;
        font-size: 11px;
    }
}

/* ========================================
   MODAL
   ======================================== */

.cc-portal-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 2000;
    justify-content: center;
    align-items: center;
    padding: 16px;
}

.cc-portal-modal-content {
    background: white;
    padding: 24px;
    border-radius: 10px;
    max-width: 500px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    animation: cc-portal-slideIn 0.3s ease-out;
    margin: auto;
}

@keyframes cc-portal-slideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.cc-portal-close-modal {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    background: none;
    border: none;
    padding: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s;
    margin: 0;
}

.cc-portal-close-modal:hover {
    color: #000;
    background: #f0f0f0;
}

/* ========================================
   FORM ELEMENTS
   ======================================== */

.cc-portal-form-group {
    margin-bottom: 24px;
    width: 100%;
}

.cc-portal-form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
    font-size: 15px;
}

.cc-portal-form-group input,
.cc-portal-form-group select,
.cc-portal-form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    transition: border-color 0.3s;
    font-family: inherit;
}

.cc-portal-form-group input:focus,
.cc-portal-form-group select:focus,
.cc-portal-form-group textarea:focus {
    outline: none;
    border-color: #4DC1AE;
    box-shadow: 0 0 0 3px rgba(77, 193, 174, 0.1);
}

.cc-portal-form-group input.error,
.cc-portal-form-group select.error {
    border-color: #e74c3c;
}

.cc-portal-error-message {
    color: #e74c3c;
    font-size: 13px;
    margin-top: 4px;
}

.cc-portal-checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 16px;
}

.cc-portal-checkbox-group input[type="checkbox"] {
    width: auto;
    margin-top: 5px;
    cursor: pointer;
    margin: 0;
}

.cc-portal-success-message {
    background: #d4edda;
    color: #155724;
    padding: 16px;
    border-radius: 5px;
    margin-bottom: 16px;
    display: none;
}

.cc-portal-password-hint {
    font-size: 13px;
    color: #666;
    margin-top: 4px;
}

/* ========================================
   FOOTER
   ======================================== */

.cc-portal-footer {
    background: #2c3e50;
    color: white;
    padding: 32px 24px 16px;
    width: 100%;
}

.cc-portal-footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 32px;
    width: 100%;
}

@media (min-width: 600px) {
    .cc-portal-footer-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 900px) {
    .cc-portal-footer-content {
        grid-template-columns: repeat(3, 1fr);
    }
}

.cc-portal-footer-section h3 {
    color: #4DC1AE;
    margin: 0 0 16px 0;
    padding: 0;
    font-size: 18px;
}

.cc-portal-footer-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cc-portal-footer-section ul li {
    margin-bottom: 8px;
}

.cc-portal-footer-section a {
    color: #ddd;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 15px;
}

.cc-portal-footer-section a:hover {
    color: #4DC1AE;
}

.cc-portal-footer-bottom {
    text-align: center;
    padding-top: 32px;
    border-top: 1px solid #444;
    color: #aaa;
    font-size: 14px;
}

/* ========================================
   RESPONSIVE DESIGN - TABLET
   ======================================== */

@media (max-width: 767px) {
    .cc-portal-nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: white;
        flex-direction: column;
        padding: 16px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        gap: 16px;
        z-index: 999;
    }

    .cc-portal-nav-links.active {
        display: flex;
    }

    .cc-portal-mobile-menu {
        display: flex;
    }

    .cc-portal-container {
        padding: 32px 24px;
    }

    .cc-portal-hero {
        padding: 32px 24px;
    }

    .cc-portal-hero-buttons {
        flex-direction: column;
    }

    .cc-portal-modal-content {
        padding: 24px;
    }
}

/* ========================================
   RESPONSIVE DESIGN - MOBILE
   ======================================== */

@media (max-width: 480px) {
    .cc-portal-nav {
        padding: 12px 16px;
    }

    .cc-portal-logo {
        font-size: 19px;
    }

    .cc-portal-container {
        padding: 24px 16px;
    }

    .cc-portal-hero {
        padding: 24px 16px;
    }

    .cc-portal-section {
        margin-bottom: 32px;
    }

    .cc-portal-section h2 {
        font-size: 21px;
        margin: 0 0 19px 0;
    }

    .cc-portal-section h3 {
        font-size: 18px;
        margin: 0 0 13px 0;
    }

    .cc-portal-benefits-grid {
        gap: 16px;
        margin-top: 16px;
    }

    .cc-portal-benefit-card {
        padding: 16px;
    }

    .cc-portal-two-column {
        gap: 24px;
    }

    .cc-portal-footer {
        padding: 24px 16px 12px;
    }

    .cc-portal-footer-content {
        gap: 24px;
    }

    .cc-portal-hero h1 {
        font-size: 21px;
        margin: 0 0 13px 0;
    }

    .cc-portal-hero p {
        font-size: 14px;
        margin: 0 0 19px 0;
    }

    .cc-portal-section p {
        font-size: 14px;
    }
}

/* ========================================
   ACCESSIBILITY & EXTRAS
   ======================================== */

.cc-portal-btn:focus,
.cc-portal-close-modal:focus {
    outline: 2px solid #4DC1AE;
    outline-offset: 2px;
}

.cc-portal img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Ensure proper spacing for nested elements */
.cc-portal > * {
    margin-top: 0;
    margin-bottom: 0;
}


/*privacy modal*/

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.modal-box {
  background: white;
  border-radius: 12px;
  max-width: 90vw;
  max-height: 90vh;
  width: 100%;
  max-width: 500px;
  height: auto;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
  animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  color: #666;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.2s;
  z-index: 10000;
}

.close-btn:hover {
  background: rgba(0,0,0,0.1);
}

.form-container {
  padding: 20px;
  padding-top: 60px; /* Space for close button */
}

@media (max-width: 768px) {
  .modal-box {
    max-width: 95vw;
    margin: 20px;
    border-radius: 8px;
  }
  
  .close-btn {
    top: 10px;
    right: 15px;
    font-size: 24px;
  }
  
  .form-container {
    padding: 15px;
    padding-top: 50px;
  }
}

@media (max-width: 480px) {
  .modal-overlay {
    padding: 10px;
  }
  
  .form-container {
    padding: 10px;
    padding-top: 45px;
  }
}