: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
-ms-grid-columns: 1fr 1fr;
grid-template-columns: repeat(2, 1fr);
/* Instagram setting css */
/* Reset default table styles */
border-collapse: collapse;
/* Apply custom styles for the 'emebedpress' class */
border-collapse: collapse;
background-color: #F5F7FD;
.emebedpress th, .emebedpress td {
.emebedpress tbody tr:nth-child(even) {
background-color: #f9f9f9;
.emebedpress img.user-avatar {
.emebedpress input[type="text"] {
background-color: transparent;
background-color: #0073aa;
.emebedpress .button-primary {
background-color: #5b4e96;
.emebedpress .button-secondary {
background-color: #f44336 !important;
.emebedpress .button-secondary:focus i {
/* Styles for the account-section */
td.instagram-user-account .username {
td.instagram-user-account .userid {
text-decoration: none !important;
background-color: #0073aa !important;
display: inline-flex !important;
background-color: #4caf50;
background-color: #f44336;
transform: translate(-50%, -50%);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
background-color: #007bff;
.custom-dialog button:hover {
background-color: #0056b3;
.custom-dialog button:last-child {
/* Optional: To make the buttons the same width */
margin-top: 0px !important;
@media only screen and (max-width: 767px) {
grid-template-columns: repeat(1, 1fr);
header.embedpress-header p {
/* // Calendly settings page design */
.calendly-embedpress-authorize-button {
justify-content: space-between;
.calendly-settings-title {
margin-bottom: 30px !important;
a.calendly-connect-button {
color: rgb(54, 100, 174);
border-color: rgb(54, 100, 174);
a.calendly-connect-button:hover {
background: rgb(54, 100, 174);
/* pointer-events: none !important; */
background: rgba(54, 100, 174, 0.08);
border-color: rgba(54, 100, 174, 0.08);
a.calendly-connect-button img {
/* Apply styles to the event-type-list container */
font-family: Arial, sans-serif;
/* Apply styles to the list-header */
background-color: #3664ae;
/* Apply styles to the user's avatar */
.calendly-user .bqa3nmp img {
/* Apply styles to the user's name */
/* Apply styles to the event-type-card */
grid-template-columns: repeat(3, 1fr);
.calendly-data-placeholder .event-type-card-list {
.event-type-card-list-item {
background-color: #ffffff;
border: 1px solid #faf4f4;
border-top: 6px solid var(--calendly-event-color);
.calendly-profile-avatar {
.calendly-profile-avatar img {
border-bottom: 1px solid #ebe1e1;
.event-type-card-top h2 {
.event-type-card-bottom {
justify-content: space-between;
.event-status.In-active {
.calendly-event-copy-link {
[data-event-status="In-active"] .event-type-card-top a, [data-event-status="In-active"] .calendly-event-copy-link {
[data-event-status="In-active"].event-type-card-list-item {
border-top-color: #b2b2b2 !important;
[data-event-status="In-active"] .calendly-event-copy-link svg path {
.calendly-event-copy-link svg {
/* scheduled list table css */
.rwd-table tr:first-child {
border-top: 1px dotted red;
border-bottom: 1px dotted red;
content: attr(data-th) ": ";
.rwd-table th, .rwd-table td {
padding-left: 30px !important;
/* Set the table width to 100% */
/* table-layout: fixed; */
.rwd-table th, .rwd-table td {
font-family: Arial, sans-serif;
/* Divide the width evenly among the columns */
.rwd-table th:first-child {
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
.rwd-table th:last-child {
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom: 1px dotted #ddd;
/* border-radius: 10px; */
/* border-right: 1px dotted #ddd; */
/* .rwd-table td:first-child {
border-left: 1px dotted #ddd;