footer {
    box-shadow: 0 -1px 3px #888;
}

/* Left share ur details Forms */
.supplier_feedbackWrap {
    position: fixed;
    left: auto;
    bottom: 20px;
    padding: 15px;
    border-radius: 6px;
    background-color: #fff;
    width: 350px;
    right: 20px;
    z-index: 9999;
}

.supplier_feedbackWrap .topTitle-text {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.supplier_feedbackWrap .topTitle-text .close_img {
    cursor: pointer;
}

.supplier_feedbackWrap .lft_blk {
    color: #363636;
    display: flex;
    flex-direction: column;
}

.supplier_feedbackWrap .main_txt {
    font-size: 14px;
    font-weight: 600;
}

.supplier_feedbackWrap .info_txt {
    font-size: 12px;
    font-style: italic;
}

.supplier_feedbackWrap form {
    padding: 10px 0;
}

.supplier_feedbackWrap .formControl {
    display: flex;
    flex-direction: column;
    margin: 0 0 15px 0;
}

.supplier_feedbackWrap .formControl label {
    font-size: 12px;
    font-weight: 500;
}

.supplier_feedbackWrap .formControl select {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
}

.supplier_feedbackWrap .formControl input {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
}

.supplier_feedbackWrap .ctaControl {
    align-items: center;
}

.supplier_feedbackWrap .formControl .submitCta {
    background-color: #d9232d;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border: none;
    border-radius: 4px;
    padding: 10px 30px;
}


/* Right showInterest_widget */

.showInterest_widget {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(16, 16, 16, 0.45);
    z-index: 999;
}

.showInterest_widget .widget_innerWrap {
    border-radius: 6px;
    width: 300px;
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.showInterest_widget .innerPromotionWrap {
    position: relative;
}

.showInterest_widget .widget_innerWrap .lft_block {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 0 0 15px;
    width: 70%;
}

.showInterest_widget .titleHeading {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.showInterest_widget .smlText {
    font-size: 10px;
    color: #fff;
}

.showInterest_widget .showInterest_cta {
    font-size: 10px;
    background-color: #d9232d;
    color: #fff;
    padding: 5px;
    border: 1px solid #fff;
    font-weight: 500;
    border-radius: 4px;
    margin: 20px 0 0 0;
}

.showInterest_widget .widget_innerWrap .close_img {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.success-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.success-div img {
    margin-bottom: 15px;
    width: 65px;
}

.success-div span {
    font-size: 14px;
    font-weight: bold;
}

.success-div button {
    background: #D9232D 0% 0% no-repeat padding-box;
    border-radius: 4px;
    color: #fff;
    padding: 6px 25px;
    margin-top: 15px;
    font-weight: bold;
}

.sc_new-footer_sec {
    display: flex;
    align-items: center;
}

.goog-te-gadget-simple img {
    float: left;
    margin-top: 6px
}

.goog-te-gadget-simple span {
    float: left
}

.goog-te-gadget-simple span a img,
.goog-te-gadget-simple span a span:nth-child(3),
.skiptranslate iframe {
    display: none
}

.goog-te-gadget-simple {
    line-height: 30px;
    text-align: center;
    padding: 2px 7px;
    font-size: 12px !important;
    border-radius: 4px;
    width: max-content;
    box-shadow: 0 8px 6px -6px #0000005c;
    margin: 0 !important;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    margin-left: 10px
}

.cnfm-dmg-tkt {
    z-index: 9999;
}

.tcktFilterModal .ticktAttachCta {
    margin: 10px 0 20px
}

.ticktAttachCta .attachDmgFiles {
    border: 1px dashed #d9232d;
    border-radius: 4px;
    padding: 8px 0;
    color: #d9232d;
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    align-items: center;
    cursor: pointer
}

.tcktFilterModal .ticktAttachCta button {
    border: 1px dashed #d9232d;
    border-radius: 4px;
    font-size: 14px;
    color: #d9232d;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    background: #fff;
    padding: 10px
}

.ticktAttachCta div img {
    width: 20px;
    margin: 0 0 0 5px
}

.ticktAttachCta .attachDisc {
    font-size: 10px;
    display: flex;
    color: #a2a2a2;
    justify-content: flex-end
}

.tkt-mdl {
    display: flex !important;
    position: absolute;
    right: 0;
    margin-bottom: 60px;
    height: 93% !important;
    overflow: auto !important;
}

.tcktCtaBottom{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-top: 1px solid #f1f1f1;
    padding: 12px 0;
    padding-bottom: 20px;
    position: fixed;
    bottom: 0;
    width: 385px;
    background-color: #fff;
    border-radius: 0 8px;
}

.orderIdInput{
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 15px 0 10px;
    font-size: 12px;
    color: #000;
    cursor: pointer;
    background-size: 10px;
    cursor: pointer;
    margin: 0 0 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    border: 1px solid #363636;
    border-radius: 4px;
    background-color: white;
    color: black;
}

.orderIdInput::placeholder{
    font-size: 12px;
    color: #000;
}