/* #tp4overCalc {
    line-height: 50px;
} */

#options .bootstrap-select {
    width: 100% !important;
}

.selectClassPrice {
    float: right;
    color: red;
    font-size: 17px;
    font-style: normal;
    width: 250px;
    height: 30px;
}

.disable,
.selectClass:disabled {
    color: rgb(169, 169, 169) !important;
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../../common_images/Preloader_3.gif) center no-repeat rgba(255, 255, 255, .6);
    z-index: 1000;
}

#targetEddmDatePicker {
    max-width: 17.625rem !important;
}


#tp4overCalcEddm {
   display: flex;
   align-items: center;
   justify-content: center;
   height: 93vh;
   background-color: none;
}
#tp4overCalcEddm .eddmDatePickerStyle {
   width: 100%;
   margin: auto;
   padding: 1rem;
   border-radius: 10px;
   border: 1px solid rgba(0,0,0,.2);
}
#tp4overCalcEddm .eddmDatePickerStyle label{
    font-size: 1.3rem;
}
#tp4overCalcEddm .eddmDatePickerStyle .input-group{
    justify-content: center;
}

#tp4overMailing,
#tp4overEddmMapLoadIframe,
#eddm_iframe_tp4over,
#eddm_iframe_tp4over_close {
    height: 90vh !important;
}

#eddm_iframe_tp4over_close .default-search {
    min-width: 260px !important;
}

#eddm_iframe_tp4over {
    padding-inline: 0rem !important;
}
 /* {
    height: 90vh !important;
} */

@media (min-width: 768px) {
    tp4overCalcEddm .eddmDatePickerStyle {
        width: 30%;
    }
    #tp4overCalcEddm .eddmDatePickerStyle {
        padding: 2rem 1rem;
        border-radius: 10px;
        width: 30%;
        text-align: center;
    }
    #tp4overCalcEddm .eddmDatePickerStyle label{
        font-size: 1.625rem;
    }
    #eddm_iframe_tp4over {
        padding: 1rem !important;
    }
}
#tp4overCalcEddm .eddmDatePickerStyle .input-group-text{
  background:transparent !important;
}
#shopping-cart .checkoutLeftSide .btn-link {
    padding-left: 0 !important;
    margin-right: 9px;
}

/***** for direct mail css  start *****/
#tp4overMailingPopupUrlIframe {
	max-width: 1238px !important;
    height: 90% !important;
}
.cust-steps-main p{
    color: #777;
}
.cust-steps-main ul {
    padding-left: 1rem;
}
.cust-steps-main h1{
    font-size: 1.375rem; font-weight: 700;
}
.cust-steps-main h3 {
    font-size: 1.125rem; font-weight: 700;
}

/* step -> 1  */

.cust-steps-main .nav-tabs .nav-item .nav-link{
    font-family: "LoraBold",sans-serif !important; font-weight: 500; font-size: .9rem;
}
.cust-steps-main .nav-tabs .nav-item .nav-link span {
    width: 30px; height: 30px; border-radius: 50px;
}
.cust-steps-main .nav-tabs .nav-item .nav-link.active span{
    background-color: #2493ad !important;
}
.cust-steps-main .cust-radio-btns .cust-radio .custom-control {
	border: 1px solid #dbdbdb; width: 100%; padding: 20px 20px 20px 50px; margin: 0; border-radius: 5px;
}
.cust-steps-main .cust-radio-btns .cust-radio ul {
	padding-left: 0;
	list-style: none;
    margin-bottom: 0;
}
.cust-steps-main .cust-radio-btns .cust-radio .custom-control-input {
    cursor: pointer; top: 0;
}
.cust-steps-main .nav-tabs .nav-link::after {
    display: none;
}
.cust-steps-main .nav-tabs .nav-item:not(:last-child)::after {
	content: ""; position: relative;
	background: #dbdbdb;
	width: 60px; height: 3px;
    display: block; margin-right: 0; margin-left: auto;
}
.cust-steps-main .cust-radio-btns .cust-radio .custom-control-label::before {
    width: 30px; height: 30px;
    border-width: 2px; border-color: #777;
    left: -40px; top: -8px;
}
.cust-steps-main .cust-radio-btns .cust-radio .custom-control-label::after {
    display: flex; align-items: center; justify-content: center;
    content: "\f00c";  font-family: "Font Awesome 6 Pro";
    left: -40px; top: -8px;
    width: 30px; height: 30px;
    font-size: 24px; color: #777;
}
.cust-steps-main .cust-radio-btns .cust-radio .custom-control:has(input:checked) {
    border-color: #2493ad;
}
.cust-steps-main .cust-radio-btns .cust-radio .custom-control-input:checked ~ .custom-control-label::before {
    border: none;
}
.cust-steps-main .cust-radio-btns .cust-radio .custom-control-input:checked ~ .custom-control-label::after {
    background: none;
    color: #fff;
}

/* Order -> 2 */
.cust-steps-main #review_validation_content b {
	color: #343a40 !important;
}
.cust-steps-main .table-responsive tr th:first-child, .cust-steps-main .table-responsive tr td:first-child {
	text-align: center;
}

.cust-steps-main .cust-capsule a {
    border-radius: 5px;
}
.cust-steps-main .cust-capsule a span {background-color: #ccc; max-width: 60px !important; width: 100%; font-weight: 700; font-size: 16px;}
.cust-steps-main table td{font-weight: 600; color: #777; font-size: 14px;}
.cust-steps-main .modal-footer {
	justify-content: flex-end; padding-inline: 0 !important; border-top: none; padding-top: 1.5rem; padding-bottom: 2.5rem;
}
.cust-steps-main .modal-footer:has(#backToValidationType), .cust-steps-main .modal-footer:has(#acceptMailingDetails) {
    justify-content: space-between;
}
.cust-steps-main .modal-footer .btn {
	margin-inline: 0;
    font-size: 1rem;
}
.cust-steps-main .modal-footer #backToValidationType {
	background: transparent; color: #2493ad; border-color: #2493ad !important;
}
.cust-steps-main .modal-footer #backToValidationType:hover {
    background: #2493ad; color: #fff;
}
.cust-steps-main #mailing-form > ul li {
	padding-bottom: .5rem;
}
.cust-steps-main b {
    color: #343a40 !important;
}
.cust-steps-main .cnfm-txt {
	color: #2493ad;
	font-weight: 600;
}
.cust-steps-main table thead tr {
	position: sticky;
	top: 0;
	background: #dee2e6;
}
.cust-steps-main table thead tr th::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: #2493ad;
	width: 100%;
	height: 2px;
}
.cust-steps-main .cust-crid .form-group {
    margin-bottom: 0 !important;
}

/* media queries */
@media (min-width: 768px) {
    .cust-steps-main .nav-tabs .nav-item .nav-link {
        font-size: 1rem;
    }
    .cust-steps-main .modal-footer .btn {
        font-size: 1.25rem;
    }
    .cust-steps-main .cust-radio-btns .cust-radio .custom-control {
        padding: 20px 20px 20px 70px;
    }
    .cust-steps-main .cust-radio-btns .cust-radio .custom-control-label::before {
        width: 35px; height: 35px;
        left: -50px; top: -7px;
    }
    .cust-steps-main .cust-radio-btns .cust-radio .custom-control-label::after {
        font-size: 20px;
        left: -50px; top: -7px;
        width: 35px; height: 35px;
    }
    .cust-steps-main .i-approve-bar > .col-md-6 {
        max-width: 50% !important;
        width: 50% !important;
        flex: 0 0 50% !important;
        margin-bottom: 0 !important;
    }
}

body:has(.cust-steps-main) {
    background: none;
}
#tp4OverUploadMailingPopup {
    min-height: 780px;
}
/* for direct mail css  end */