.carmaBanner,
.carmaSelection,
.carmaModal {
    display: none;
    color: #000;
}

.carmaModal.show {
    display: flex !important;
}

.carmaSelection.show {
    display: block !important;
}

.carmaBanner.show {
    display: flex !important;
}

.carmaDisable {
    pointer-events: none;
    opacity: 0.45;
}

.carmaSelection .carmaSelection-message {
    margin: 0;
}

.carmaSelection .carmaSelection-message svg {
    width: 20px;
    margin-right: 10px;
}

.carmaSelection {
    position: relative;
    border-radius: 4px;
    margin-bottom: 16px;
}

.carmaSelection .carmaSelection-message {
    padding: 12px;
    border-bottom: 1px solid #dcdcdc;
    border-radius: 4px 4px 0 0;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    flex-wrap: wrap;
}

.carmaSelection-sets {
    display: flex;
    justify-content: space-between;
    border: 1px solid #dcdcdc;
    margin: 0 12px 12px;
    border-radius: 4px;
}

.carmaSelection-sets .carmaSelection-set {
    width: 100%;
    text-align: center;
    padding: 6px 0;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    border-right: 1px solid #dcdcdddc;
}

.carmaSelection-sets .carmaSelection-set span {
    font-weight: 400;
    font-size: 13px;
    color: #5b5b5b;
}

.carmaSelection-sets .carmaSelection-set.carmaSelection-setActive {
    background-color: #02ac584a;
    color: #018d49;
}

.carmaSelection-sets .carmaSelection-set:last-child {
    border: none;
    border-radius: 0 4px 4px 0;
}

.carmaSelection-sets .carmaSelection-set:first-child {
    border-radius: 4px 0 0 4px;
}

p.carmaSelection-info {
    padding: 0 12px;
    margin-bottom: 3px;
    font-size: 14px;
}

.carmaSelection-sets .carmaSelection-set:not(.carmaSelection-setActive):hover {
    background-color: #02ac5826;
}

.carmaSelection-custom {
    padding: 0 12px;
    display: flex;
    margin-bottom: 14px;
}

.carmaSelection-custom input {
    width: 100%;
    border-radius: 4px;
    padding: 8px 10px;
    height: 40px;
    min-height: auto;
    color: #000;
    border: 1px solid #018d49;
}

.carmaSelection-custom button {
    margin-left: 10px;
    padding: 6px 14px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #018d49;
    cursor: pointer;
    color: #02793f;
}

.carmaSelection-custom button:hover {
    background: #018d49;
    color: #fff;
}

.carmaModal {
    position: fixed;
    top: 0;
    z-index: 200;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.35);
}

.carmaModal-inner {
    max-width: 880px;
    margin: 0 auto;
    background-color: #fff;
    padding: 22px 22px 12px 12px;
    display: flex;
    position: relative;
    border-radius: 4px;
}
@media screen and (max-width: 749px) {
    .carmaModal-inner {
        flex-direction: column-reverse;
        margin: 20px;
    }
}

.carmaModal-close {
    position: absolute;
    top: -12px;
    right: -12px;
    border: 1px solid #000;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 20px;
    background-color: #fff;
    line-height: 25px;
    cursor: pointer;
}

.carmaModal-content {
    width: 100%;
    margin-right: 20px;
    font-size: 14px;
    line-height: 1.56;
}

.carmaModal-image {
    width: 100%;
    position: relative;
}

.carmaModal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
}

.carmaModal-content p {
    border: 2px solid #dcdcdc;
    border-radius: 4px;
    padding: 8px;
    margin: 0;
}

.carmaModal-content p span {
    text-align: center;
    display: block;
    margin-bottom: 4px;
}

.carmaModal-content a {
    color: #347fe9;
    text-decoration: underline;
}

.carmaModal-close:hover {
    background-color: #dedede;
}

.carmaBanner {
    position: relative;
    align-items: center;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 16px;
}

.carmaBanner .carmaBanner-icon svg {
    width: 30px;
    position: relative;
    top: 5px;
}

.carmaBanner-info {
    position: absolute;
    top: -11px;
    right: -10px;
    width: 22px;
    cursor: pointer;
}

.carmaBanner .carmaBanner-action svg {
    width: 20px;
    margin-right: 6px;
}

.carmaBanner-content {
    width: 100%;
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
}

.carmaBanner-action > div {
    display: flex;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-radius: 40px;
    padding: 2px 6px 2px 3px;
    cursor: pointer;
    font-size: 14px;
}

.carmaBanner-icon {
    background-color: #000;
    border-radius: 4px;
    padding: 2px 5px;
    margin-right: 10px;
    align-self: baseline;
}

.carmaBanner-icon svg g path {
    fill: #fff;
}

.carmaBanner-info svg {
    background-color: white;
    border-radius: 50%;
}
