.customInput .slds-input{
    border:0 !important;
    background-color: #ffffff !important;
    border-radius: 0 !important;
    padding:10px 20px !important;
    margin-top:5px;
}

.customInput .slds-input:focus{
    border-color: #000000 !important;
    box-shadow: #000000 0 0 0 1px inset, 0 0 3px #000000 !important;
}

.customInput .slds-combobox__input{
    border:0 !important;
    background-color: #ffffff !important;
    border-radius: 0 !important;
    padding:8px 20px !important;
    margin-top:5px;
}

.customInput .slds-combobox__input:focus{
    border-color: #000000 !important;
    box-shadow: #000000 0 0 0 1px inset, 0 0 3px #000000 !important;
}


.customButtonCss button{
    border-radius: 0 !important;
    width: 200px !important;
    padding: 2.5px 20px;
    background-color: #124a35 !important;
    border-color: #124a35 !important;
}
.customButtonCss buton:hover{
    background-color: #124a35 !important;
    border-color: #124a35 !important;
}

.customButtonDubaiCss button{
    border-radius: 0 !important;
    width: 200px !important;
    padding: 2.5px 20px;
    background-color: #3b77b1 !important;
    border-color: #3b77b1 !important;
}
.customButtonDubaiCss buton:hover{
    background-color: #3b77b1 !important;
    border-color: #3b77b1 !important;
}

.customTab .slds-tabs_scoped__nav{
    border-radius: 0;
}

.customTab .slds-tabs_scoped__content{
    border-radius: 0;
    background-color: #f9f8f6;
}

.customDTDubaiButtonCss button{
    border-radius: 0 !important;
    width: 200px !important;
    padding: 2.5px 20px;
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #FFFFFF !important;
}
.customDTDubaiButtonCss buton:hover{
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #FFFFFF !important;
}