.input-group-addon {
    margin-left: -30px !important;
    z-index: 100;
    margin-top: 12px;
}

.ui-datepicker-month {
    padding: 0.5rem !important;
}

.ui-datepicker-year {
    padding: 0.5rem !important;
}

#freeEstimate {
    max-width: 1300px;
}

#freeEstimate tr td:first-child {
    font-weight: 600;
}

#freeEstimate .my_btn:hover {
    background-color: white;
    text-align: center;
    color: #3B4096;
    padding: 10px 24px;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-purple) !important;
}

input[type=text],
input[type=email] {
    padding: 8px;
    line-height: 2;
}

.form-group .form-select {
    padding: 12px 8px !important;
}

.cstm-table {
    border-collapse: collapse;
    border: 1px solid #bbbbbb;
}

.cstm-table tbody tr td {
    border: 1px solid #bbbbbb;
}

.CstmYear-txt {
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff;
    width: fit-content;
}

.wrapper-YearTxt {
    background-color: #595C5FA3;
    padding: 10px;
    border-radius: 6px 6px 0 0;
}

.Get-ReportBnt {
    background-color: #FFA706;
    color: #000;
    border: 1px solid #FFA706;
    border-radius: 6px;
    text-align: center;
    font-weight: 700;
    font-size: 19px;
    width: 100%;
    max-width: 400px;
    padding: 1rem;
}

.w-70 {
    width: 70% !important;
}

.ml-100 {
    margin-left: 95%;
}

.modelPopUp {
    text-align: center;
}

.modelPopUp span {
    font-size: 100px;
    color: red;
}

.modelPopUp i {
    font-size: 55px;
    color: #3B4096;
}

.modelPopUp h2 {
    margin-bottom: 16px;
    font-size: 30px;
    font-weight: 625;
    line-height: 1.2;
    margin-top: 20px;
}

.modelPopUp p {
    margin-bottom: 0px;
    font-size: 18px;
    color: #495057;
    font-weight: 500;
}

/*30/04/2025*/
.additional-text {
    border-bottom: 1px solid #fff;
}

/*14/07/2025*/
#FreeEstimate_Form h4 {
    font-weight: 600;
}

.bgd {
    background: #F5F6FF;
    border: none;
    width: 80%;
    margin: auto;
}

.bgd-btn {
    width: 50%;
    margin: auto;
}

.ban_btn {
    background-color: #ffa500;
    text-align: center;
    color: #000;
    padding: 14px 53px;
    font-size: 29px;
    font-weight: 600;
}

.termsAndCondition {
    accent-color: #3B4096;
}

@media screen and (min-width: 1600px) {
    .bgd-btn {
        width: 900px;
    }

    .bgd {
        width: 1200px;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1800px) {
    .bgd-banner {
        width: 18% !important;
    }
}

.my-cancel-button {
    color: #000 !important;
}

.my-actions-row {
    width: 100%;
}

.my-actions-row button {
    width: 35%;
}

.my-actions-col {
    width: 100%;
    flex-direction: column;
}

.my-actions-col button {
    width: 40%;
}

.swal2-html-container {
    padding: 5px;
    padding-top: 20px;
}