body .modal .modal-header.c9-partner-modal-header {
    display: flex;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    flex: 0 0 auto;
    gap: 10px;
    min-height: 68px;
    padding: 9px 17px !important;
    border-bottom: 1px solid #007477;
    background: linear-gradient(90deg, #008689 0%, #65d6d7 100%) !important;
    color: #fff !important;
    text-align: left !important;
}

body .modal .c9-partner-modal-header::before,
body .modal .c9-partner-modal-header::after,
body .modal .c9-partner-modal-header .modal-title::before,
body .modal .c9-partner-modal-header .modal-title::after,
body .modal .c9-partner-modal-header .modal-title > .bi {
    display: none !important;
}

body .modal .c9-partner-modal-header__icon {
    box-sizing: border-box;
    display: inline-flex;
    flex: 0 0 50px;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .7);
    color: #fff;
    font-size: 23px;
    line-height: 1;
}

body .modal .c9-partner-modal-header__copy {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    text-align: left;
}

body .modal .c9-partner-modal-header .modal-title {
    display: block;
    margin: 0;
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    line-height: 1.12;
    letter-spacing: -.035em;
    overflow-wrap: anywhere;
}

body .modal .c9-partner-modal-header__subtitle {
    margin: 3px 0 2px;
    color: rgba(255, 255, 255, .84);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
}

body .modal .c9-partner-modal-header .btn-close {
    box-sizing: border-box;
    flex: 0 0 51px;
    width: 51px;
    height: 51px;
    margin: 0 0 0 auto;
    padding: 8px;
    border-radius: 7px;
    background-color: rgba(255, 255, 255, .72);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath stroke='%23092b67' stroke-linecap='round' stroke-width='2' d='M2 2l12 12M14 2L2 14'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    filter: none !important;
    opacity: 1;
}

body .modal .c9-partner-modal-header .btn-close::before,
body .modal .c9-partner-modal-header .btn-close::after {
    display: none;
}

body .modal .c9-partner-modal-header .btn-close:hover {
    background-color: rgba(255, 255, 255, .9);
}

body .modal .c9-partner-modal-header .btn-close:focus-visible {
    outline: 2px solid #092b67;
    outline-offset: 2px;
}
