.elementor-kit-8 button.happyforms-submit {
    background-color: var(--e-global-color-581aed1);
    font-family: "Lato", lato;
    font-weight: 500;
    fill: var(--e-global-color-79a3bd8);
    color: var(--e-global-color-79a3bd8);
    border-color: var(--e-global-color-581aed1);
    padding: 12px 10px;
    margin-top: 14px;
}
    .elementor-kit-8 button.happyforms-submit:hover {
        background-color: var(--e-global-color-79a3bd8);
        fill: var(--e-global-color-581aed1);
        color: var(--e-global-color-581aed1);
        /*border-color: var(--e-global-color-79a3bd8);*/
    }
.elementor-kit-8 button.happyforms-submit svg{
 font-size:10px
}
.trackorder-page {
    padding: 33px 0px;
    background-color: var(--e-global-color-accent);
}
.contactus-form .elementor-widget-container {
    padding: 0px 17px;
}
#menu-main-menu .menu-item.active > a {
    color: var(--e-global-color-e5a7952)
}
/*.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}
 
    .modal-content {
        background-color: #fefefe;
        margin: 15% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
    }

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}*/



.modal.show {
    visibility: visible;
    z-index: 999;
    opacity:1
}

.modal {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(77, 77, 77, 0.7);
    transition: all 0.4s;
}



.modal-content {
    border-radius: 4px;
    position: relative;
    width: 800px;
    background: var(--e-global-color-79a3bd8) !important;
    padding: 1em 2em;
    color: var(--e-global-color-581aed1) !important
}

.modal-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px
}
.modal-title{
    margin:0
}
.modal-footer {
    display: flex;
    justify-content: end;
    align-items: center
}
.close {
    padding: 0 !important;
    margin: 0;
    color: black !important;
    background: none !important;
    border: 0 !important;
    font-size: 30px !important;
}
.close-btn {
    padding: 10px 12px !important;
    color: var(--e-global-color-e5a7952) !important;
    background: none !important;
    margin-right: 10px;
}
.select-btn {
    background: var(--e-global-color-e5a7952) !important;
    padding: 10px 12px !important;
}

/*.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #585858;
    text-decoration: none;
}*/
.border-red {
    border: 1px solid var(--e-global-color-e5a7952) !important
}
.ladda-button {
    position: relative !important;
}
.ladda-spinner {
    position: absolute !important;
    left: 50%;
    top: 50%;
}
#btnTrackShipment{
    position:relative !important
}
.happyforms-submit[disabled]  {
    background-color: black;
}
.text-primary {
    color: var(--e-global-color-e5a7952) !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.active {
    color: #fff !important;
    border: 1px solid #111;
    background-color: #585858;
    background: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#111));
    background: linear-gradient(to bottom, #585858 0, #111 100%);
}
@media (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        font-size: 12px;
    }
}
.mobile-tracking-link{
    display:none !important
}
@media(max-width:768px) {
    .modal-content{
        width:90vw !important
    }
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em !important;
    display: inline-block;
    width: auto !important;
    max-width: 130px !important;
    padding: 0px !important;
}
.dataTables_filter, .ekit_table .dataTables_wrapper .dataTables_length, .ekit_table .ekit_table_length {
    padding-bottom: 0px !important;
}
div.dataTables_wrapper div.dataTables_filter input[type=text] {
    width: 100%;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
    padding: 0px;
    transition: all .3s;
}
div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    font-size: 12px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0em 0em !important;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right !important;
}
@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: left !important;
    }
}
@media(max-width:1024px){
    .mobile-tracking-link {
        display: block !important
    }
}