body {
    background-color: var(--color-theme-white);
    font-family: Roboto !important;
}

h2 {
    color: var(--color-theme-blue);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

h3 {
    color: var(--color-theme-text-dark);
    color: var(--color-theme-blue);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

/* Dialog tooltip container */
.tooltip-dialog {
    position: relative;
    display: inline;
    cursor: pointer;
}

.tooltip-dialog p:hover {
    color: var(--color-theme-text-dark);
}

/* Tooltip text */
.tooltip-dialog .tooltiptext-dialog {
    display: flex;
    visibility: hidden;
    background-color: var(--color-theme-white);
    color: var(--color-theme-text-dark);
    border: solid var(--color-theme-dash-blue) 2px;
    text-align: center;
    padding: 6px 12px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 100%; /* Lifts the tooltip to the top edge of the container */
    margin-bottom: 12px; /* Adds space above the tooltip */
    width: 450px;
}

.ipp_hotel_info {
    margin-bottom: 48px;
}


.ipp_nowrap * {
    white-space: nowrap;
}

.ipp_hidden {
    display: none !important; 
}

a:hover {
    text-decoration: none;
}

h3 {

    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */

    /* blue 10% */
    color: #102742;
}

h4 {
    color: var(--color-theme-text-dark);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
    letter-spacing: 0.5px;
}

input[type=text], input[type=email]{
    background-color: var(--color-theme-white);
    border-radius: 8px;
    border-width: 0;
    padding: 6px;

    background: var(--color-theme-white);
    box-shadow: 1px 2px 20px 0px rgba(0, 0, 0, 0.08);
}

.modal-body input[type=text] {
    width: 60%;
}
.modal-body input[type=email] {
    width: 80%;
}

select {
    background-color: var(--color-theme-white);
    border-radius: 8px;
    border-width: 0;

    padding: 6px;
    
    background: var(--color-theme-white);
    box-shadow: 1px 2px 20px 0px rgba(0, 0, 0, 0.08);
}

select {
    background-color: var(--color-theme-white);
    border-radius: 8px;
    border-width: 0;
    padding: 6px;
}

.ipp_button {
    display: flex;
    padding: 10px 16px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: max-content;
    white-space: nowrap;

    border-radius: 8px;
    border-width: 0px;
    background: var(--color-theme-button-blue, #FFF);
    box-shadow: 2px 4px 8px 0px rgba(81, 81, 82, 0.10);
    color: var(--color-theme-very-light-blue);
}

.ipp_button.ipp_thin {
    padding: 5px 8px;
}

.ipp_button_light {
    display: flex;
    padding: 10px 16px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: max-content;
    white-space: nowrap;

    border-color: var(--color-theme-button-blue);
    border-width: 1px !important;
    border-radius: 8px;
    border-width: 0px;
    background: var(--color-theme-white, #FFF);
    box-shadow: 2px 4px 8px 0px rgba(81, 81, 82, 0.10);
    color: var(--color-theme-button-blue);
}

.ipp_button:disabled {
    background: var(--color-theme-grey)
}

.ipp_panel {
    display: flex;
    padding: 48px 20px;
    flex-direction: column;
    gap: 48px;

    border-radius: 12px;
    background: var(--color-theme-white);
    box-shadow: 2px 4px 40px 0px rgba(0, 0, 0, 0.08);
}

.ipp_panel_padded {
    padding: 12px 40px 12px 10px;
}

.ipp_panel_light {
    display: flex;
    padding: 12px 20px;
    flex-direction: column;
    gap: 2px;

    border-radius: 12px;
    background: var(--color-theme-white);
    box-shadow: 2px 4px 40px 0px rgba(0, 0, 0, 0.08);
}

.ipp_panel_light .ipp_button {
    background-color: var(--color-theme-very-light-blue);
    color: var(--color-theme-text-dark);
    font-weight: 700;
}

.ipp_panel_light .ipp_button i {
    color: var(--color-theme-pastel-blue);
}

.ipp_panel_light p {
    margin-bottom: 6px;
}

.ipp_text_pastel_blue {
    color: var(--color-theme-pastel-blue);
}

.ipp_panel_dark {
    width: 100%;
    display: flex;
    padding: 12px 0px;
    flex-direction: column;
    gap: 4px;
}

.ipp_panel_dark ul {
    padding: 0px;
}

.ipp_panel_dark li {
    display: flex;
    padding: 12px 16px;
    align-items: center;
    align-self: stretch;

    border-radius: 6px;
    background: var(--color-theme-white);
}

.ipp_form {
    display: flex;
    flex-direction: column;
    gap: 12px;

}

.ipp_row {
    display: flex;
    flex-direction: row;
}

.ipp_row_reverse {
    display: flex;
    flex-direction: row-reverse;

}

.ipp_spaced_row {
    display: flex;
    flex-direction: row;
}

.ipp_spaced_row > div {
    flex: 1; /* Distribute available space equally among child elements */
    margin-right: 16px; /* Adjust the margin between child elements */
}

.ipp_spaced_row > div:last-child {
    margin-right: 0px;
}

.ipp_column{
    display: flex;
    flex-direction: column;
}

.ipp_button_column {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ipp_hotel_auth_list {
    display: flex;
    flex-direction: column;;
}

.hotel_toggle {
    display: inline-block; /* Treat the button as an inline-block element */
    max-width: 100%; /* Set a max-width to ensure content can overflow */
    overflow: hidden; /* Hide overflow content */
    text-overflow: ellipsis; /* Add ellipsis to overflow content */
    white-space: nowrap; /* Prevent text from wrapping to a new line */
    text-align: left; /* Align text to the left */
    width: 320px;
}

.ipp_center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ipp_end {
    justify-content: flex-end;
}

.ipp_page {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: -webkit-fill-available;
    width: -moz-available;
    padding: 0px 32px;
}

.ipp_logo_heading {
    margin-top: 96px;
    margin-bottom: 48px;
    display: flex;
    justify-content: center;

}

textarea {
    background-color: var(--color-theme-white);
    border-radius: 8px;
    border-width: 0;
    padding: 6px;
    background-color: var(--color-theme-white);
    box-shadow: 2px 4px 40px 0px rgba(0, 0, 0, 0.08);
}

.auth_form textarea {
    height: 2.4rem;
}

h1.ipp_header_1 {
    color: var(--color-theme-blue);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 32px;
}

.ipp_watermark {
    width: 452.8px;
    height: 624.077px;
    opacity: 0.1;
    flex-shrink: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    transform: translate(50%, 0%);
}

.ipp_login_panel {
    width: 480px;
    background-color: var(--color-theme-white);
    padding: 0px 48px;
}

.ipp_login_panel * {
    width: 100%;
}

.ipp_page_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    align-self: stretch;
    padding-top: 32px;
    padding-bottom: 16px;;
    border-bottom: 1px Solid var(--color-theme-grey);
}

.ipp_page_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.ipp_page_title svg {
    color: var(--color-theme-light-blue);
}

.ipp_page_title h3 {
    color: var(--color-theme-blue);
    margin: 0;
}

.ipp_user_links {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.ipp_user_links svg {
    color: var(--color-theme-light-blue);
}

.ipp_user_links a {
    color: var(--navy, #334759);
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
}

.ipp_text_button {
    display: flex;
    padding: 10px 16px;
    align-items: center;
    gap: 8px;

    border-radius: 8px;
    border-width: 0px;
    background: var(--color-theme-white, #FFF);
    color: var(--color-theme-blue);
}

.ipp_button svg {
    color: var(--color-theme-light-blue);
}

.ipp_button_row {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 24px 0px;
    gap: 0px 12px;
}

.ipp_button_login {
    display: flex;
    width: 195px;
    height: 52px;
    margin-top: 48px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: var(--color-theme-button-login);
}

.ipp_button_login {
    color: rgba(89, 97, 102, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--color-theme-blue);
}

.ipp_button_dropdown {
    width: fit-content;
    padding: 0px 24px;
}

.ipp_form {
    margin-bottom: 24px;
}

.ipp_form p {
    margin: 0px;
}

.ipp_list_input {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: fit-content;
}

.ipp_list_input > * {
    margin: 0;
}

.ipp_table th {
    padding-bottom: 24px;

}

.ipp_table td {
    padding-top: 12px;
    padding-bottom: 6px;
    border-bottom: 1px solid var(--color-theme-grey);

}

.ipp_table form {
    margin: 0;
}

.ipp_table_grid td {
    border: 1px solid var(--color-theme-grey);
    padding: 6px;
}

.ipp_list_entry {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    background: var(--color-theme-white);

    border-radius: 4px;
    background: var(--color-theme-white);
    box-shadow: 1px 2px 20px 0px rgba(0, 0, 0, 0.08);

    padding: 12px;
    gap: 10px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    min-height: 68px;

}

.ipp_list_entry.claim > div {
    flex: 1;
}

.ipp_list_entry hr {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 4px;
    height: 2px;
    color: var(--color-theme-grey);
}

.scrollable_filter {
  overflow-y: auto;
  overflow-x: hidden;
  min-width: 450px;;
  max-height: 350px;
  padding-right:20px;
}

.ipp_auth_entry_content {
    display: flex;
    align-items: center;
}

.ipp_back_nav_bar {
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.ipp_back_nav_bar > h3 {
    margin: 0;
}

.state_unalloc .ipp_auth_entry_content {
    background: linear-gradient(to right, var(--color-theme-light-blue-auth-gend) 0%, var(--color-theme-light-blue-auth-gstart) 3%, var(--color-theme-light-blue-auth-gend) 40%, var(--color-theme-light-blue-auth-gend) 35%);
}

.state_unauth .ipp_auth_entry_content {
    background: linear-gradient(to right, var(--color-theme-light-red-auth-gend) 0%, var(--color-theme-light-red-auth-gstart) 3%, var(--color-theme-light-red-auth-gend) 40%, var(--color-theme-light-red-auth-gend) 35%);
}

.state_auth .ipp_auth_entry_content {
    background: linear-gradient(to right, var(--color-theme-light-green-auth-gend) 0%, var(--color-theme-light-green-auth-gstart) 3%, var(--color-theme-light-green-auth-gend) 40%, var(--color-theme-light-green-auth-gend) 35%);
}

.wrap {
    justify-content:space-evenly
}


.ipp_list_entry_padded {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    margin-bottom: 8px;

    min-height: 52px;

    border-radius: 4px;
    background: var(--color-theme-white);
}

.ipp_list_entry p {
    margin: 0;
}


.ipp_dashboard_entry {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    background: var(--color-theme-white);

    border-radius: 4px;
    background: var(--color-theme-white);
    box-shadow: 1px 2px 20px 0px rgba(0, 0, 0, 0.08);

    padding: 12px;
    gap: 10px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    min-height: 68px;

}

.ipp_dashboard_entry > div {
    flex: 1;
}

.ipp_dashboard_entry hr {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 4px;
    height: 2px;
    color: var(--color-theme-grey);
}

.ipp_dashboard_entry p {
    margin: 0;
}


.ipp_list {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: var(--color-theme-white);
    gap: 10px;
}

a {
    color: var(--light-blue, #4A73A5);
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

.ipp_soft_link {
    color: var(--pastel-blue, #97AEBD);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}

.ipp_input {
    display: flex;
    justify-content: flex-start;
    column-gap: 12px;
}

.hotel_list_list_heading {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px 16px;
}

.ipp_page_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ipp_fill {
    /* Chrome */
    width: -webkit-fill-available;
    width: -moz-available;
}

.ipp_auth_button {
    padding: 0px 4px;
    border-radius: 8px;

    display: flex;
    padding: 10px 16px;
    align-items: center;
    justify-content: center;
    gap: 8px;

    
    height: max-content;
    white-space: nowrap;

    border-radius: 8px;
    border-width: 0px;
    background: var(--color-theme-white);
    box-shadow: 2px 4px 8px 0px rgba(81, 81, 82, 0.10);

    color: var(--color-theme-text-dark);

    font-weight: 600;
    margin-left: 12px;
    margin-right: 12px;;
}

.ipp_auth_button:hover {
    cursor: pointer;
}

.ipp_auth_url_input {
    justify-content: flex-end;
    column-gap: 12px;
}

.ipp_dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.ipp_dropdown_content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    box-shadow: 0px 0px 11px 4px rgba(0, 0, 0, 0.2);
    z-index: 1;
    gap: 8px;
    right: 0;
    width: fit-content;
    align-items: flex-end;
    background-color: var(--color-theme-white);
    white-space: nowrap;
}

.ipp_dropdown_content .ipp_button {
justify-content: flex-end;
}

.ipp_dropdown_element {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border: var(--color-theme-white) solid 0px;
    border-bottom-width: 3px;
    padding-left: 6px;
}

/* .ipp_dropdown:hover .ipp_dropdown_content {
    display: flex;
} */

.ipp_dropdown_element:hover {
    background-color: var(--color-theme-blue);
    border-color: var(--color-theme-light-blue);
}

.ipp_dropdown_element:hover button {
    color: var(--color-theme-very-light-blue);
}

.ipp_dropdown_link {
    border-width: 0;
    background-color: rgba(255, 255, 255, 0);
    color: var(--color-theme-blue);
}

.ipp_auth_url_input p {
    font-size: 18px;
}

.ipp_auth_button_disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}

.ipp_auth_filter_row {
    column-gap: 24px;
}

.ipp_logout_form {
    margin: 0;
}

.ipp_claims_entry {
    justify-content: flex-start;
}

.ipp_card_large {
    
}

.ipp_card_panel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
}

.ipp_card_panel_stretch {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 12px;
}

.ipp_dash_card_panel {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-bottom: 48px;
}

.ipp_dash_card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: var(--color-theme-white);
    box-shadow: 2px 4px 40px 0px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    gap: 12px;
    padding: 16px;
    flex: 1;
    cursor: pointer;
    border: 2px solid var(--color-theme-white);
}

.ipp_dash_card:hover{
    border-color: var(--color-theme-dash-light-blue);
}

.ipp_dash_card h1 {
    margin: 0;
}

.ipp_inner_dash_card {
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: space-between;
}

.ipp_dash_card p {
    font-size: 14px;
    color: var(--color-theme-text-grey);
}

.ipp_dash_icon {
    background-color: var(--color-theme-button-login);
    height: 32px;
    padding: 12px;
    border-radius: 12px;
}

.ipp_dash_blue {
    background-color: var(--color-theme-dash-light-blue);
    color: var(--color-theme-dash-blue);
}

.ipp_dash_red {
    background-color: var(--color-theme-dash-light-red);
    color: var(--color-theme-dash-red);
}

.ipp_dash_green {
    background-color: var(--color-theme-dash-light-green);
    color: var(--color-theme-dash-green);
}

.ipp_dash_yellow {
    background-color: var(--color-theme-dash-light-yellow);
    color: var(--color-theme-dash-yellow);
}

.ipp_card {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 200px;
    display: flex;
    padding: 24px 24px;
    flex-direction: column;
    gap: 24px;

    justify-content: space-between;

    border-radius: 12px;
    background: var(--color-theme-white);
    box-shadow: 2px 4px 40px 0px rgba(0, 0, 0, 0.08);
}

.ipp_card a {
    word-wrap: break-word;
}

.ipp_card h3 {
    margin-bottom: 24px;
    /* display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}

.ipp_card p {
    margin-bottom: 8px;
}

.ipp_wrap {
    overflow-wrap: anywhere;
    flex-wrap: wrap;
}

.ipp_tooltip_icon {
    color: var(--color-theme-pastel-blue);
}

.ipp_clipped {
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    
}

.mw_300 {
    max-width: 300px;
}

.ipp_auth_button_widget {
    display: flex;
    justify-content: flex-end;
}

.modal-body a {
    word-wrap: break-word;
}

.modal-content {
    background-color: var(--color-theme-white);
}

#new-hotel-form {
 width: 100%;
}

#popup-content {
    padding-left: 48px;
    padding-right: 48px;
}



#new-hotel-form p {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#new-hotel-form select {
    width: 45%;
}

#new-hotel input[type=text]{
    background-color: var(--color-theme-white);
    border-radius: 8px;
    border-width: 0;
    padding: 6px;

    background: var(--color-theme-white);
    box-shadow: 1px 2px 20px 0px rgba(0, 0, 0, 0.08);
    
}

.ipp_unalloc_panel {
    flex: 1;
}

.ipp_unauth_panel {
    flex: 1;
}

.ipp_panel_column {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.ipp_panel_body {
    display: flex;
    background-color: var(--color-theme-white);
    border-radius: 0px 0px 12px 12px;
    gap: 4px
}

.ipp_panel_title {
    display: flex;
    background-color: var(--color-theme-very-light-blue);
    border-radius: 12px 12px 0px 0px;
    padding: 16px;
}

.ipp_panel_title>h3 {
    margin: 0;
}

.ipp_panel_title_red {
    display: flex;
    background-color: var(--color-theme-light-red-transparent);
    border-radius: 12px 12px 0px 0px;
    padding: 16px;
}

.ipp_panel_title_red>h3 {
    color: var(--color-theme-light-red);
    margin: 0;
}

.ipp_panel_full {
    display: flex;
    background-color: var(--color-theme-white);
    border-radius: 12px;
    /* padding: 16px 16px 20px 20px; */
    gap: 4px
}

.ipp_auth_dropdown {
    position: relative;
    display: inline-block;
    margin-bottom: 24px;
    background-color: var(--color-theme-white);
    border-radius: 12px;
    color: var(--color-theme-text-dark);
}

.ipp_auth_dropdown:hover {
    cursor: pointer;
}

.ipp_auth_dropdown_content {
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 1;
}

.ipp_auth_dropdown_content div {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    background-color: var(--color-theme-white);
    display: flex;
    flex-direction: row;
    gap: 12px;
    white-space: nowrap;
}

.ipp_multiselect {
    height: auto; 
    overflow-y: visible;
}

.ipp_auth_dropdown_content>div:hover {
    background-color: var(--color-theme-blue);
    color: var(--color-theme-white);
}

.ipp_auth_dropdown_content:hover * {
    cursor: pointer;
}

/* .ipp_auth_dropdown:hover .ipp_auth_dropdown_content {
    display: block;
} */

.ipp_circle_container {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-size: cover;
    background-color: var(--color-theme-blue);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ipp_overlay_text {
    display: flex;
    flex-direction: column;
    position: absolute;
    color: white;
    text-align: center;
    font-size: 40px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-dialog:hover .tooltiptext-dialog {
visibility: visible;
}

.modal-header {
    justify-content: center;
}



/* Style for the parent container */
#claim-gallery {
display: flex;
flex-wrap: wrap;
gap: 10px;
/* Set the width of the container */
width: 400px;
}

/* Style for selected images */
#claim-gallery .selected {
    border: 2px solid blue;
}

/* Style for the images */
#claim-gallery img {
/* Set the width and height of the images */
width: 400px; /* Fixed size */
height: 300px; /* Fixed size */
/* Ensure all images maintain their aspect ratio */
object-fit: cover;

cursor: pointer;
/* Add transition for smooth animation */
transition: border-color 0.3s ease;
}

#claim-status-dropdown {
    width: 100%;
}

.tooltip-dialog-underline {
    text-decoration: underline;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: none !important; /* Remove max-height restriction */
    overflow-y: auto;
}

.email-column {
    float: left;
    width: 20%;
}

.email-row:after {
  content: "";
  display: table;
  clear: both;
}

.rate_chaser_row_element {
    width: 200px;
}

.rate_chaser_row_element_short {
    width: 70px;
}

.ipp_list_entry_image_match {
    display: flex;
    flex-direction: row;
    align-items: left;

    background: var(--color-theme-white);

    border-radius: 4px;
    background: var(--color-theme-white);
    box-shadow: 1px 2px 20px 0px rgba(0, 0, 0, 0.08);

    padding: 12px;
    gap: 10px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    min-height: 68px;
}

.ipp_TCs_text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    background: var(--color-theme-white);

    border-radius: 4px;
    background: var(--color-theme-white);
    box-shadow: 1px 2px 20px 0px rgba(0, 0, 0, 0.08);

    padding: 12px;
    gap: 10px;
    margin-bottom: 30px;

    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */

    min-height: 68px;

}

.terms_indent {
    margin-left: 40px;
}

.para_space {
    margin-bottom: 56px;
}

.ipp_guide_text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: left;

    background: var(--color-theme-background-light-selected);

    border-radius: 16px;
    background: var(--color-theme-background-light-selected);
    box-shadow: 1px 2px 20px 0px rgba(0, 0, 0, 0.08);

    padding: 12px;
    gap: 10px;
    margin-bottom: 30px;

    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */

    min-height: 68px;

}

.ipp_guide_text img {
  width: auto;
  height : auto;
  max-height: 100%;
  max-width: 100%;
}

.ipp_guide_thin_para {
    width: 60%;
    margin-left: 180px;
}

.ck-form-constrain {
    max-width: 1400px;
    /* overflow: hidden; */
}
