.cosmo-kp-wrapper {
    margin-top: 20px;
    padding: 22px 20px;
    background-color: #fff;
    border-radius: 14px;
}

.cosmo-kp-wrapper h4 {
    margin-top: 0;
}

.cosmo-kp-title {
    margin-bottom: 8px;
}

.cosmo-kp-manager-controls {
    margin-bottom: 16px;
    padding-bottom: 6px;
    border-bottom: 1px solid #eee;
}

.cosmo-kp-manager-controls label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

.cosmo-kp-manager-controls input,
.cosmo-kp-manager-controls select {
    display: block;
    width: 100%;
    max-width: 300px;
    margin-top: 5px;
}

.cosmo-kp-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cosmo-loader {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #21257E;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.status-text {
    font-weight: bold;
    color: #21257E;
    font-size: 12px;
}

.cosmo-kp-wrapper .choices__inner {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 9px;
    border: 1px solid #d6d6d6;
    background: #FFFFFF;
    padding: 8px 20px 14px 14px;
    transition: .3s;
    color: #191C21;
    font-size: 13px;
    line-height: 138%;
}


.cosmo-kp-wrapper .choices__list.choices__list--single {
    padding: 0;
}

.cosmo-kp-wrapper .choices__inner .choices__item--selectable {
    height: 16px;
    overflow: hidden;
    white-space: nowrap;
    mask-image: linear-gradient(to right, rgb(255, 255, 255) 25%, rgba(0, 0, 0, 0) 97%);
}

.cosmo-kp-wrapper .fg input {
    border-color: #d6d6d6;
    height: 44px;
    width: 100%;
    max-width: unset;
}

.choices__list--dropdown {
    z-index: 22 !important;
}

.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
    font-size: 12px;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
    border-radius: 14px;
}

.kp-btn {
    padding: 14px 24px;
    width: 100%;
    height: 48px;
}

.kp-btn:hover svg {
    fill: transparent;
    stroke: #fff;
}

.kp-btn svg {
    width: 1.25em;
    height: auto;
    margin-right: 0.125em
}