.deako-est-track {
    display: flex;
    align-items: center;
    width: 50%;
    margin: auto;
}

.deako-est-track input[type="text"] {
    border-radius: 8px;
    border: 1px solid #1d1d1d;
    margin-right: 20px;
}
.deako-est-track input[readonly="readonly"] {
    opacity: 0.3;
    cursor: default;
}
.deako-est-track-submit {
    background: #1d1d1d;
    border-radius: 8px;
    color: #ffffff;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    flex-direction: row-reverse;
    border: 1px solid #1d1d1d;
    transition: all 0.3s ease;
    min-width: 183px;
}
.deako-est-track-submit[disabled="disabled"] {
    opacity: 0.3;
}
.deako-est-track-submit[disabled="disabled"]:hover {
    background: #1d1d1d;
    color: #ffffff;
    cursor: default;
}
.deako-est-track-submit:hover {
    background: transparent;
}
.deako-est-track-submit .deako-item-icon-wrap {
    margin-right: 10px;
}
.deako-est-track-submit .deako-elementor-icon-wrap svg, .deako-est-track-submit[disabled="disabled"]:hover .deako-elementor-icon-wrap svg {
    fill: #ffffff;
} 
.deako-est-track-submit:hover .deako-elementor-icon-wrap svg {
    fill: #1d1d1d;
}

.deako-elementor-icon-wrap svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}

/* Result */
.deako-est-track-result {
    margin: 30px 0 0;
    position: relative;
    min-height: 300px;
}


.deako-estimation-viewer-main .deako-loading {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.deako-estimation-viewer-main .deako-loading:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    border-top: 2px solid #1d1d1d;
    border-right: 2px solid transparent;
    box-sizing: border-box;
    animation: deako-rotation 1s linear infinite;
}

@keyframes deako-rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}

.deako-est-track-result p { color: #272E37;font-family: Poppins;font-size: 18px;font-style: normal;font-weight: 400;line-height: normal; text-transform: capitalize;  }
.deako-est-track-result p span { font-weight: 600;}
.deako-est-track-result .hidden, .deako-est-track-result .counter { display:none; }
.deako-est-track-result .pricing-table { width:100%; border-collapse:collapse; font-family:Poppins,sans-serif; font-size:16px; margin:30px 0;}
.deako-est-track-result .pricing-table th, .deako-est-track-result .pricing-table td {padding: 10px;text-align: left;}
.deako-est-track-result .pricing-table td {border-bottom: 1px dotted #ccc; }
.deako-est-track-result .pricing-table th {text-align: left;font-weight: bold;}
.deako-est-track-result .pricing-table td:last-child {text-align: right; }
.deako-est-track-result .pricing-table td:first-child {color: #272E37;font-family: Poppins;font-size: 18px;font-style: normal;font-weight: 600;line-height: normal;}
.deako-est-track-result table.pricing-table tbody > tr:nth-child(odd) > td,
.deako-est-track-result table.pricing-table tbody > tr:nth-child(odd) > th {background-color: inherit;}
.deako-est-track-result table.pricing-table td, table.pricing-table th {border: 0px;}
.deako-est-track-result table.pricing-table td {border-bottom: 1px dotted #ccc !important;}