﻿.bg-webirr-green {
    background-color: #8CC63F !important 
}
.text-webirr-green {
    color: #8CC63F !important
}

.text-webirr-green-dark {
    color: #6E9E31 !important
}

.bg-webirr-gray {
    background-color: #3D3D3D !important 
}

.text-webirr-gray {
    color: #3D3D3D !important 
}

.wb-container {
    background-color: transparent !important;
    border: 0 !important;
/*    border-radius: 8px !important;*/
    padding: 0rem !important;
    box-shadow: none !important;
    margin: 0 !important;
}

.bg-wepay-light {
    background-color: #f7f7f7 !important;
}
select.js-searchable-select + .ts-wrapper {
    min-width: inherit;
}

.ts-wrapper.form-control {
    padding: 0;
    border: 0;
    height: auto;
    font-size: 1rem;
    line-height: 1.5;
}

.ts-wrapper.single .ts-control {
    min-height: calc(1.5em + .75rem + 2px);
    border-color: #dee2e6;
    border-radius: .25rem;
    padding: .375rem .75rem;
    box-shadow: none;
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

.ts-wrapper .ts-control input,
.ts-dropdown,
.ts-dropdown .option {
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

.ts-wrapper.focus .ts-control {
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.ts-wrapper.disabled .ts-control {
    background-color: #e9ecef;
    opacity: 1;
}
