/* Escreva aqui as alteraçoes de CSS */

.headerBg3 {
	background: var(--main-color-two) 
}

/*  editor summernote  */
.note-toolbar {
	display:none;
}

/*  text price  */
.new-style .cateSidebar1 .catagoriesWraper .priceRangeWraper input {
	padding: 6px 12px 6px 33px !important;
}

.div2 {
  display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
  	gap: 10px;
  	margin-bottom: 50px
}

.div-inputconsulta {
	max-width: 500px;
}

.div-inputconsulta input {
	width: 100%;
  	padding: 20px 15px;
}


.consulta-form table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
  }

  .consulta-form th, td {
    padding: 12px 15px;
    text-align: left;
  }

  .consulta-form th {
    background-color: var(--main-color-two);
    color: white;
    text-transform: uppercase;
    font-size: 14px;
  }

  .consulta-form td {
    background-color: #f4f4f4;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
  }

  .consulta-form tr:nth-child(even) td {
    background-color: #e9e9ff;
  }

.btnConsultar {
        background-color: var(--main-color-one);
        color: #fff;
        border: none;
        border-radius: 10px;
        padding: 20px 10px;
		margin-top: 15px;
        font-size: 18px;
        width: 100%;
        cursor: pointer;
    }
    
    .btnConsultar:hover {
        background-color: var(--main-color-two);
        transition: 0, 3s;
    }


/* */


.footerWrapper .footer-area .footer-tittle .listing .listItem .singleLinks .icon {
	background: var(--main-color-one) !important;
}
.footerWrapper .footer-area .footer-tittle .listing .listItem .icon {
	background: var(--main-color-one) !important;
}
.banner-text p {
	color: white !important;
}
.banner-text .top-text {
	color: white !important;
}
.new-style .headerBg4 {
	background: #2c3f4f;  
}
.footerWrapper {
    background: #2c3f4f;
}

.rounded-red-btn {
    color: #fff;
    background: #f49b3c;
}
  
.bootstrap-tagsinput .tag {
    margin-right: 2px !important;
    color: #444 !important;
    font-size: 14px!important;
    line-height: 24px !important;
    padding: 3px 10px !important;
    border-radius: 3px !important;
    border: 1px solid #e2e2e2 !important;
}

.bootstrap-tagsinput {
    line-height: 32px !important;
    display: block !important;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    color: #fff;
    padding: 10px 19px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.headerBg4 li a {
    color: #fff;
    padding: 10px 19px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.banner-main-head {
                    color: white !important;
                    font-weight: 600;
                    font-size: 64px;
                    line-height: 80px;
                    margin-bottom: 20px;
                }


.icon.toggle-password {
    display: flex;
    justify-content: flex-end;
    font-size: 25px;
    right: 10px;
    top: 6px;
}


 .add_new-domain {
            margin-bottom: 10px;
        }

        .add_new-domain i {
            border: 2px solid #00000052;
            padding: 0 20px;
            font-size: 30px;
            border-radius: 5px;
            color: #00000073;
        }

        .payment-gateway-wrapper ul {
            flex-wrap: wrap;
            display: flex;
        }

        .payment-gateway-wrapper ul li {
            max-width: 100px;
            cursor: pointer;
            box-sizing: border-box;
            height: 50px;
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
        }

        .payment-gateway-wrapper ul li {
            margin: 3px;
            border: 1px solid #ddd;
        }


        .payment-gateway-wrapper ul li.selected:after, .payment-gateway-wrapper ul li.selected:before {
            visibility: visible;
            opacity: 1;
        }

        .payment-gateway-wrapper ul li:before {
            border: 2px solid var(--main-color-one);
            position: absolute;
            right: 0;
            top: 0;
            width: 100%;
            height: 100%;
            content: '';
            visibility: hidden;
            opacity: 0;
            transition: all .3s;
        }

        .payment-gateway-wrapper ul li.selected:after, .payment-gateway-wrapper ul li.selected:before {
            visibility: visible;
            opacity: 1;
        }

        .payment-gateway-wrapper ul li:after {
            position: absolute;
            right: 0;
            top: 0;
            width: 15px;
            height: 15px;
            background-color: var(--main-color-one);
            content: "\f00c";
            font-weight: 900;
            color: #fff;
            font-family: 'Line Awesome Free';
            font-weight: 900;
            font-size: 10px;
            line-height: 10px;
            text-align: center;
            padding-top: 2px;
            padding-left: 2px;
            visibility: hidden;
            opacity: 0;
            transition: all .3s;
        }

        .plan_warning small {
            font-size: 15px;
        }

        .order-btn:disabled {
            background-color: transparent;
            color: var(--main-color-one);
            border: 2px solid var(--main-color-one);
        }

        .loader.loader_page_single {
            z-index: 999999;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            width: 100%;
            background: rgba(255, 255, 255, .9);
            position: fixed;
            display: none;
        }

        .loader_bottom_title {
            font-size: 20px;
            font-weight: 600;
            color: #333;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translateX(-50%);
            margin-top: 80px;
            width: 100%;
            text-align: center;
        }

        .alert_list_inline {
            display: flex;
            align-items: flex-start;
            gap: 10px;
        }

        .alert_list_inline .close {
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #fff;
            color: red;
            font-size: 20px;
            height: 30px;
            width: 30px;
            border: 0;
            outline: none;
        }

        .input-group-text {
            background: #fff;
        }

        .package-description p {
            text-align: justify;
            line-height: 28px;
            padding-inline: 3px;
        }

        .theme-wrapper-bg {
            height: 200px;
        }

        .theme-wrapper {
            border: 1px solid transparent;
            outline: 1px solid transparent;
            padding: 10px;
        }

        .selected_theme {
            transition: 0.5s;
            border-color: var(--main-color-one);
            outline-color: var(--main-color-one);
        }

        .selected_text {
            top: 0;
            left: 11px;
            background-color: var(--main-color-one);
            padding: 10px;
            position: absolute;
            color: white;
            transition: 0.3s;
        }

        .selected_text i {
            font-size: 20px;
        }

        #coupon-form button {
            background-color: var(--main-color-four);
            border-color: var(--main-color-four);
        }

        #coupon-form button:hover {
            color: var(--main-color-four);
            background-color: transparent;
        }
        .del-amount{
            font-size: 20px;
            margin-left: 5px;
        }

/* ====== RESET GLOBAL ====== */

.btn-consulta-fipe {
	margin-top:244px;
}
/* ====== CONTAINER PRINCIPAL ====== */
#div1 {
    width: 100%;
    display: flex;
    justify-content: center;
}

.card {
  margin-top: 30px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  padding: 32px 28px;
  border: 1px solid #e5e7eb;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.07);
}

/* ====== CABEÇALHO ====== */
.card::before {
  content: "Consulta Tabela FIPE";
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 24px;
  text-align: center;
  letter-spacing: -0.3px;
}

/* ====== RADIO GROUP ====== */
.radio-group {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.radio-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: #f3f4f6;
  border-radius: 12px;
  cursor: pointer;
  font-size: 14px;
  color: #374151;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}

.radio-pill:hover {
  background: #e5e7eb;
}

.radio-pill .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #9ca3af;
  background: transparent;
  transition: all 0.2s ease;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]:checked + .radio-pill {
  background: #2563eb;
  color: #fff;
  border-color: #1d4ed8;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

input[type="radio"]:checked + .radio-pill .dot {
  background: #fff;
  border-color: #fff;
}

/* ====== GRID DOS SELECTS ====== */
.grid {
    display: flex;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 22px;
    width: 100%;
    flex-direction: column;
}

@media (min-width: 600px) {
  .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

label.block {
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
  font-size: 14px;
  color: #374151;
}

/* ====== SELECT2 AJUSTADO ====== */
.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  height: 40px;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  display: flex;
  align-items: center;
  background-color: #fff;
  transition: all 0.2s ease;
  padding: 5px 10px;
}

.select2-container--default .select2-selection--single:hover {
  border-color: #2563eb;
}

.select2-container--default .select2-selection__arrow {
  height: 38px;
}

.select2-container--default .select2-selection__rendered {
  color: #111827;
  padding-left: 10px;
  font-size: 14px;
  line-height: 38px;
}

/* ====== BOTÃO ====== */
.btn-consulta-fipe {
  width: 100%;
  padding: 12px 18px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(90deg, #2563eb, #1d4ed8);
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.2px;
}

.btn-consulta-fipe:hover {
  background: linear-gradient(90deg, #1e40af, #1d4ed8);
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(29, 78, 216, 0.25);
}

.btn-consulta-fipe:active {
  transform: scale(0.98);
  box-shadow: none;
}

/* ====== RESULTADO ====== */
.resultado {
  margin-top: 24px;
  background: #f9fafb;
  border-radius: 10px;
  padding: 18px 20px;
  font-size: 14px;
  color: #374151;
  line-height: 1.6;
  border: 1px solid #e5e7eb;
  overflow-wrap: break-word;
}

.resultado strong {
  color: #111827;
}

.muted {
    margin-bottom: 10px;
}

/* ====== FOCUS STATES ====== */
select:focus,
.select2-container--default .select2-selection--single:focus {
  outline: none;
  border-color: #2563eb !important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
  padding: 5px 10px;
}

/* ====== TRANSIÇÕES SUAVES ====== */
button, select, .radio-pill, .card {
  transition: all 0.25s ease-in-out;
}

/* ====== AJUSTES MOBILE ====== */
@media (max-width: 420px) {
  .card {
    padding: 24px 20px;
  }

  .radio-group {
    flex-direction: column;
    align-items: stretch;
  }

  .radio-pill {
    justify-content: center;
  }
}