.elementor * {
    outline: none !important;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #0075bf;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 15%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}

@media only screen and (max-width: 1024px) {
    .modal {
        padding-top: 25%; /* Location of the box */
    }

    .modal-box {
        max-width: 95%;
    }
}

.modal-box {
    background-color: #fefefe;
    margin: auto;
    max-width: 800px;
    border-radius: 5px;
}

.modal-title {
    width: 100%;
    font-size: 30px;
    background-color: #0075bf;
    margin-bottom: 5px !important;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 0px 20px;
    color: white;
    font-weight: 600;
}

.modal-header {
    width: auto;
    font-weight: bold;
    font-size: 22px;
    padding-right: 5px;
}

.modal-text {
    width: auto;
    font-size: 16px;
    padding: 0px 20px 5px 20px;
}

.modal-button {
    padding: 0px 20px 20px 20px;
}

.modal-content {
    margin: auto;
}

.close {
    float: right;
    cursor: pointer;
    margin-top: 10px;
    transform: translate(0%, -50%);
    font-size: 24px;
    padding-top: 32px;
    padding-right: 10px;
    color: white;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.iti__flag {background-image: url("../img/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {background-image: url("../img/flags@2x.png");}
}

.error-email {
    color: #F0AD4E;
}

.error-email:before {
    content: "\e87f";
    color: #F0AD4E;
}

.disabled {
    opacity: 0.6;
}
.tooltip {
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #000;
    text-align: left;
    background-color: #b8e4ff;
    border-radius: 5px;
    position: absolute;
    z-index: 10;
    padding: 10px;
    bottom: 100%;
    left: 0;
    max-width: 600px;
    min-width: 200px;
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

/*.tooltip .tooltiptext::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 100%;*/
/*    left: 10%;*/
/*    margin-left: -5px;*/
/*    border-width: 5px;*/
/*    border-style: solid;*/
/*    border-color: #303030 transparent transparent transparent;*/
/*}*/

.hovered .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.fa-info-circle {
    color: #0075bf;
}



input[type=date] {
    height: 48.39px;
    border: 1px solid #7A7A7A;
    color: #54595F;
    padding: 10px;
    border-radius: 2px;
    outline: none !important;
}

input:focus, .select2:focus, textarea:focus {
    box-shadow:  1.5px 1.5px rgb(0, 117, 191) !important;
}

input[type=radio]:focus, input[type=file]:focus, input[type=checkbox]:focus{
    box-shadow:  none !important;
}

.noDealerOutput {
    margin-top: 10px;
}
.LabelRequired:after {
    content: "*";
    color: red;
    padding-left: 0.2em;
}

.ButtonIconPlus:before {
    content: "+";
    padding-right: 0.1em;
}

.ButtonIconPlus {
    background-color: #0075bf;
    color: white;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
    margin: 1px;
    padding: 5px;
}

.ButtonIconPlus:hover {
    background-color: #31A5EE;
    color: white;
}

.elementor-field-group-field_6d84381 {
    margin-bottom: 0px !important;
}

.noDealerCheckbox {
    margin-top: 10px;
    width: 100%;
    index: 100;
    outline: none !important;
}

.img-div {
    margin-top: 5px;
    width: auto;
    position: relative;
    float: left;
}

.bijlageDelete {
    opacity: 0;
    position: absolute;
    right: -5px;
    z-index: 10;
    margin-right: 5px;
    cursor: pointer;
    text-align: center;
    color: red;
    border-radius: 50%;
    background: #44444435;
}
.bijlageDeletePDF {
    opacity: 0;
    position: absolute;
    right: -5px;
    z-index: 10;
    top:0;
    margin-right: 5px;
    cursor: pointer;
    text-align: center;
    color: red;
    border-radius: 50%;
    background: #44444435;
}

.img-div:hover > .bijlageDeletePDF{
    opacity: 1;
}

.img-div:hover > .bijlageDelete{
    opacity: 1;
}

select {
    padding: 22px;
    height: 50px;
    font-size: 16px;
    border-radius: 2px;
    color: #7A7A7A;
    outline: none !important;
}
.noDealerSelect {
    margin-top: -2px;
    outline: none !important;
}

#preview > img, #preview2 > img, #preview3 > img, #preview4 > img, #preview5 > img {
    margin-top: 5px;
    padding: 2px;
}
#preview > p, #preview5 > p {
    margin-top: 5px;
    padding: 2px;
    margin-bottom: 0px !important;
}



.warrantyRadio {

}

.confirmationHeader {
    text-align: left !important;
    color: #0075bf !important;
    font-weight: 600 !important;
    font-size: 25px !important;
    padding-top: 60px !important;
    background-color: white !important;
}
td:first-child {
    max-width: 150px;
    width: 40%;
    font-weight: 500;
}
td:last-child{
    max-width: 150px;
    word-wrap: break-word;
    font-size: 16px;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}
tr:nth-child(even){
    background-color: #f5f5f5;
}
table,td,th,tr {
    border: none;
    margin: 0 0 1.8rem;
}


.confirmationHeaderLink {
    float: right;
    font-style: italic;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-top: 10px;
}

.confirmationHeaderLink:hover {
    text-decoration: underline 1px #7a7a7a;
    cursor: pointer;
}

.outputAutocomplete {
    margin: 0px;
    box-shadow: 1px 2px 10px rgb(0 0 0 / 20%);
    width: 100%;
    display: none;
    border-radius: 5px;
}
ul.outputAutocomplete {
    list-style-type: none;
}

.outputAutocompleteLi {
    padding: 5px;
    transition: 0.2s;
}

.outputAutocompleteLi.selected {
    background-color: #f0f0f0;
}
.outputAutocompleteLi.selected .iconCesg{
    color:red;
}

.outputAutocompleteLi:hover {
    background-color: #f0f0f0;
    cursor: pointer;
}

.iconCesg {
    margin-right: 5px;
    color: #7a7a7a;
    transition: 0.2s;
}

.iconCesg {
    color: #7a7a7a;
}
#Autocomplete:hover .iconCesg  {
    color: red;
}

.outputAutocompleteGoogleImg {
    padding: 3px;
    height: 20px !important;
    float: right !important;
}

.select2-rendered__match {
    font-weight: bold;
}

.hide {
    display: none;
}

.icon-container {
    position: absolute;
    right: 20px;
    top: 43px;
}

.icon-container-select {
    position: absolute;
    right: 20px;
    top: 13px;
}

.icon-container-select2 {
    position: absolute;
    right: 10px;
    top: 11px;
}

.toggle-password {
    cursor: pointer;
}
.toggle-confirmpassword {
    cursor: pointer;
}
.toggle-login_password {
    cursor: pointer;
}

.icon-container-password {
    position: absolute;
    right: 15px;
    top: 41px;
    color: red;
    padding-left: 5px;
}

.icon-container-confirmpassword {
    position: absolute;
    right: 15px;
    top: 41px;
    color: red;
    padding-left: 5px;
}
.icon-container-login_password {
    position: absolute;
    right: 15px;
    top: 41px;
    color: red;
    padding-left: 5px;
}

.loader {
    position: relative;
    height: 20px;
    width: 20px;
    display: inline-block;
    animation: around 5.4s infinite;
}

@keyframes around {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.loader::after, .loader::before {
    content: "";
    background: white;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-color: #333 #333 transparent transparent;
    border-style: solid;
    border-radius: 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    animation: around 0.7s ease-in-out infinite;
}

.loader::after {
    animation: around 0.7s ease-in-out 0.1s infinite;
    background: transparent;
}

.validation-error {
    position: absolute;
    top: 75px;
    color: #D9534F;
}

.validation-error-textarea {
    position: relative;
    top: -28px;
    margin-bottom: 0px !important;
    color: #D9534F;
}

#warrantyOutput label::after {
    content: " *";
    color: red;
}

.elementor-field-group-imgWarranty label::after {
    content: " *";
    color: red;
}

#complainCounter {
    width: 100%;
}

#current, #minimal {
    font-size: 12px;
}

.complainCounterText {
    float: right;
}

.uploadLabel {
    background-color: #0075bf !important;
    color: white !important;
    padding: 0.5rem !important;
    border-radius: 0.3rem !important;
    cursor: pointer !important;
    transition: 0.2s;
    font-size: 16px !important;

}
.uploadLabel:hover {
    background-color: #0282d1 !important;
}

#previewType, #previewType2, #previewType3, #previewType4, #previewType5, #previewType6 {
    margin-left: 6px;
    color: #7a7a7a;
    font-size: 16px !important;
}

.elementor-field-group-proofofpurchase, .elementor-field-group-photoproduct, .elementor-field-group-photodamage, .elementor-field-group-photodefect, .elementor-field-group-imgWarranty, .elementor-field-group-uploadVideo {
    margin-bottom: 5px !important;
}

.serialnumberStyle {
    width: 100%;
    background-color: #d9edf7;
    padding: 5px;
    padding-left: 12px;
    color: #7a7a7a;
    border-bottom-right-radius: 3px;

    border-left: 5px solid #0075bf;
}
.labelFields {
    color: #54595F;
    font-weight: 500;
}
.labelFields:after {
    content: "*";
    color: red;
    padding-left: 0.2em;
}

.resultsExtraInformationStyle {
    width: 100%;
    background-color: #d9edf7;
    padding: 10px;
    padding-left: 12px;
    color: #7a7a7a;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left: 5px solid #0075bf;
    margin-top: 20px;
}

.chatbox {
    height: 400px;
    width: 80%;
    background-color: #fafafa;
    border-radius: 2px;
    border: 1px solid #eaeaea;
    margin: 0 auto
}

.messageBox {
    padding-top: 25px;
    width: 80%;
    margin: 0 auto;
}

.messageTextarea {
    font-size: 16px;
    min-width: 95%;
    max-width: 95%;

}

#chat_message > textarea {
    padding: 2px;
}

.messageIcon {
    font-size: 25px;
    color: #0075bf;
    text-align: center;
    width: 5%;
}

.messageCustomer {
    padding: 10px;
    background-color: #0075bf;
    color: white;
    float: right;
    margin: 10px;
    border-radius: 15px;
    border-bottom-right-radius: 0px;
    min-width: 50%;
}

.messageCE {
    background-color: #eeeeee;
    color: black;
    padding: 10px;
    float: left;
    margin: 10px;
    border-radius: 15px;
    border-bottom-left-radius: 0px;
    min-width: 50%;
}

.message {
    width: 100%;
}

/* create account/login css */

.InputText {
    background-color: white !important;
    width: 100%;
    outline: none !important;
    margin-bottom: 15px;
    border-width: 1px 1px 1px 1px !important;
    border-radius: 2px 2px 2px 2px !important;
    color: #7A7A7A !important;
    border-color: #7A7A7A !important;

}

.labelCA {
    color: #0075bf !important;
    font-size: 22px !important;
}

.elementor-field-group-field_fb70707, .elementor-field-group-field_f11f68c, .elementor-field-group-field_1d515ca {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}



.progress {
    display: block;
    background-color: #ebebeb;
    border-radius: 10px;
    width: 70%;
    height: 7px;
}

.progress-bar {
    height: 7px;
    border-radius: 10px;
    transition: 0.4s ease;
}

#progress-result {
    color: #90a0b2;
    font-size: 12px;
    position: absolute;
    left: 73%;
    top: -6px;
    width: 100%;
}

.progress-container {
    position: absolute;
    left: 3px;
    width: 33%;
    top: 84px;
}


/* dealer details */


.DealerDetailsTD {
    border: none !important;
}
#ordersActive, #ordersFinished {
    cursor: pointer;
}

.elementor-9089 .elementor-element.elementor-element-88b9090 td {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.elementor-9089 .elementor-element.elementor-element-defe9e4 td {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.DealerDetailsTD:nth-child(1) {
    width: 50px;
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.DealerDetailsTD:nth-child(2) {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dialog-lightbox-message::-webkit-scrollbar {
    width: 7.5px;
}

/* Track */
.dialog-lightbox-message::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 10px;
}

/* Handle */
.dialog-lightbox-message::-webkit-scrollbar-thumb {
    background: #7a7a7a;
    border-radius: 10px;
}

/* Handle on hover */
.dialog-lightbox-message::-webkit-scrollbar-thumb:hover {
    background: #9c9c9c;
}

.IconOptions {
    position: absolute;
    background-color: white;
    box-shadow: 1px 2px 10px rgb(0 0 0 / 20%);
    right: 0;
    top: 35px;
    z-index: 1;
    width: 75%;
    max-width: 250px;
    border-radius: 3px;
    padding: 3px;
}

.InformationCard {
    position: absolute;
    background-color: white;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 20%);
    right: 0;
    margin-top: -10px;
    z-index: 1;
    width: 75%;
    max-width: 250px;
    border-radius: 3px;
    padding: 3px;
}

.LiItem {
    user-select: none;
}

.UlList {
    list-style-type: none;
    margin: 2px !important;

}

.animateCog {
    cursor: pointer;
}

.SearchOrdernumber, .SearchZipcode {
    height: 40px !important;
    margin: 1px !important;
}

.SearchButton {
    height: 40px;
    background-color: #31A5EE;
    border-width: 1px;
    border-color: #31A5EE;
    padding: 0px;
}
.elementor-cesg-search-widget {
    width: 100%;
    border-width: 1px;
    border-color: #31A5EE;
}

input[type=search]:focus {
    box-shadow:  0px 0px rgb(0, 0, 0) !important;
}

.ea-advanced-data-table-sortable th:after {
    right: 0px !important;
}
.ea-advanced-data-table-sortable th:before {
    right: 0px !important;
}

.ea-advanced-data-table-sortable th:last-child:after {
    right: 5px !important;
}
.ea-advanced-data-table-sortable th:last-child:before {
    right: 5px !important;
}


