.toplevel_page_cool-plugins-timeline-addon #wpwrap {
  background: #F5F6F9;
}
.plugin-not-required {
  opacity: 0.4;
}
li#toplevel_page_cool-plugins-timeline-addon img {
  width: 18px;
  height: 18px;
}
.ctl_row-rev{
    display: flex;
    flex-direction: row-reverse;
}
#cool-plugins-container {
  display: inline-block;
  margin: 15px auto;
  padding: 0;
  box-sizing: border-box;
  width: calc(100% - 20px);
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px -5px #afafaf;
  overflow: hidden;
}

#cool-plugins-container * {
  box-sizing: border-box;
}

#cool-plugins-container .button {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  height: 24px;
  line-height: 22px;
  min-height: 24px;
}

#cool-plugins-container.cool-plugins-timeline-addon .cool-header {
  background-color: #f12945;
  background: linear-gradient(to right, #f12945, #dfacb3, #6cddd9, #02c5be);
  padding: 20px 10px;
  margin: 0;
  display: inline-block;
  width: 100%;
}

#cool-plugins-container.cool-plugins-timeline-addon .cool-header h2 {
  color: #fff;
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  width: auto;
}

#cool-plugins-container.cool-plugins-timeline-addon .cool-header a.button {
  float: right;
  margin: 0 5px;
}

.cool-body-left {
  display: inline-block;
  width: calc(100% - 231px);
  vertical-align: top;
  padding: 10px;
  border-right: 1px solid #ddd;
}

.cool-body-right {
  display: inline-block;
  width: 230px;
  vertical-align: top;
  float: right;
  padding: 10px;
}

.cool-body-right ul li {
  list-style: square;
  margin-left: 15px;
}

.cool-body-left h3 {
  padding: 0 0 10px;
  margin: 0 0 15px;
  border-bottom: 1px solid #ddd;
}

.cool-body-left .plugins-list {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.cool-plugins-timeline-addon .twae_welcome_plugin_list {
  margin-top: 3rem;
}

.cool-body-left .plugin-block {
  display: inline-block;
  width: calc(50% - 2px);
  padding: 0 10px 30px;
}

.cool-body-left .plugin-block-inner {
  display: inline-flex;
}

.plugin-info {
  padding-left: 10px;
}

.plugin-logo img {
  width: 72px;
  height: 72px;
}

h4.plugin-title {
  margin: 0 0 3px;
  font-size: 14px;
}

.plugin-desc {
  color: #a0a0a0;
  font-size: 12px;
}

.plugin-stats {
  display: inline-flex;
  margin-top: 10px;
  justify-content: center;
}

#cool-plugins-container.cool-plugins-timeline-addon .plugin-stats * {
  border-radius: 0;
  height: 24px;
  line-height: 22px;
  min-height: 24px;
}

.plugin-version {
  background: #1bb95a;
  border: 1px solid #139648;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 0 3px;
}

span.plugin-update-available {
  padding: 0 5px;
  color: #d21e01;
  font-size: 12px;
  font-weight: bold;
}

.wp-submenu li:has(> a[href*="edit.php?post_type=timeline-builder"])::before {
    content: "";
    border-bottom: 1px solid rgb(255 255 255 / 0.2);
    display: block;
    float: left;
    margin: 8px 0; 
    width: 100%;
}

.wp-submenu li:has(> a[href*="edit.php?post_type=cool_timeline"])::before {
    content: "";
    border-bottom: 1px solid rgb(255 255 255 / 0.2);
    display: block;
    float: left;
    margin: 8px 0; 
    width: 100%;
}

@media only screen and (max-width: 600px) {
  .cool-body-left,
  .cool-body-right {
    width: 100%;
  }
  .cool-body-left .plugin-block {
    width: 100%;
    padding: 0 0 30px;
  }
}
/* Old dashboard CSS End */


:root {
  --ctl-bg: #f8fafc;
  --ctl-primary: #15AAA9;
  --ctl-purple: #6366f1;
  --ctl-border: #e7e6e6;
  --ctl-text-main: #1e293b;
  --ctl-text-dim: #64748b;
  --ctl-success: #22c55e;
  --ctl-pink: #db2777;
  --ctl-orange: #ea580c;
  --ctl-green: #16a34a;
}

.toplevel_page_cool-plugins-timeline-addon:has(.ctl-top-header) .ctl-dashboard-wrapper,
.ctl-dashboard-wrapper:has(.ctl-top-header) {
  /* padding-top: 70px; */
}





/* Global header (settings, edit, post-new): keep in flow so page content is not covered. */
.ctl-global-timeline-header {
  margin: 0 0 20px 0;
  clear: both;
}
.ctl-global-timeline-header .ctl-top-header {
  position: static;
  width: 101%;
  margin-left: -17px !important;
}

/* Timeline addon pages: show Timeline header first, then WordPress Screen Options / Help. */
.toplevel_page_cool-plugins-timeline-addon #wpbody-content,
.settings_page_cool_timeline_settings #wpbody-content,
.edit-post-type-cool_timeline #wpbody-content,
.post-type-cool_timeline #wpbody-content {
  display: flex;
  flex-direction: column;
}
.toplevel_page_cool-plugins-timeline-addon #wpbody-content .ctl-global-timeline-header,
.settings_page_cool_timeline_settings #wpbody-content .ctl-global-timeline-header,
.edit-post-type-cool_timeline #wpbody-content .ctl-global-timeline-header,
.post-type-cool_timeline #wpbody-content .ctl-global-timeline-header {
  order: -1;
}
.toplevel_page_cool-plugins-timeline-addon #wpbody-content #screen-meta,
.settings_page_cool_timeline_settings #wpbody-content #screen-meta,
.edit-post-type-cool_timeline #wpbody-content #screen-meta,
.post-type-cool_timeline #wpbody-content #screen-meta {
  order: 0;
}
/* No gap between header and screen-meta on timeline list / edit. */
.post-type-cool_timeline #wpbody-content .ctl-global-timeline-header {
  margin-bottom: 0;
}
.post-type-cool_timeline #wpbody-content #screen-meta {
  margin-top: 0;
}
.toplevel_page_cool-plugins-timeline-addon #screen-options-link-wrap,
.toplevel_page_cool-plugins-timeline-addon #contextual-help-link-wrap,
.settings_page_cool_timeline_settings #screen-options-link-wrap,
.settings_page_cool_timeline_settings #contextual-help-link-wrap,
.edit-post-type-cool_timeline #screen-options-link-wrap,
.edit-post-type-cool_timeline #contextual-help-link-wrap,
.post-type-cool_timeline #screen-options-link-wrap,
.post-type-cool_timeline #contextual-help-link-wrap {
  float: right;
  margin: 0 6px 0 0;
}



.ctl-dashboard-wrapper {
  position: relative;
  /* padding-top: 40px; */
  margin: 0 20px 0 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--ctl-text-main);
}
/* Ensure Inter wins over core admin fonts on the dashboard page */
body.toplevel_page_cool-plugins-timeline-addon .ctl-dashboard-wrapper,
body.toplevel_page_cool-plugins-timeline-addon .ctl-dashboard-wrapper * {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
/* Dashicons are an icon-font; don't override with Inter (prevents □ boxes). */
body.toplevel_page_cool-plugins-timeline-addon .ctl-dashboard-wrapper .dashicons,
body.toplevel_page_cool-plugins-timeline-addon .ctl-dashboard-wrapper .dashicons:before {
  font-family: dashicons !important;
}

.ctl-top-header {
  position: absolute;
  top: 0;
  left: -20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;
  height: 62px;
  width: calc(100% + 40px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.03);
  z-index: 99;
 
}

.ctl-header-left .ctl-header-img-box {
  width: 35px;
  height: 35px;
}

.ctl-header-left .ctl-header-img-box img {
  width: 100%;
  height: 100%;
}

 .ctl-top-header .ctl-header-left {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 20px;
}

.ctl-header-left h1 {
  font-size: 19px;
  font-weight: 700;
  margin: 0;
}

.ctl-top-header .ctl-header-right {
  display: flex;
  gap: 12px;
  margin-right: 20px;
}

.ctl-top-header .ctl-header-right svg {
  width: 17px;
  height: 18px
}
.ctl-top-header .ctl-header-right a:focus{
  box-shadow: none !important;
}

.ctl-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}

.ctl-btn-outline {
  background: #fff;
  color: #475569;
  border: 1px solid var(--ctl-border);
}
.ctl-btn-primary{
  background: var(--ctl-primary);
  border: 1px solid var(--ctl-primary);
  color: #fff !important;
}

.ctl-top-header .ctl-btn-primary {
    background: #15AAA9;
    border: none;
  color: #fff !important;
}

.ctl-top-header .ctl-btn-primary a:focus {
  box-shadow: none !important;
}

.ctl-top-header .ctl-btn-primary:hover {
  box-shadow: none !important;
    border: none;
    background: #069392;
}

.ctl-btn:hover {
  opacity: 0.9;
}

.ctl-btn-outline:hover {
  color: #475569;
}

.ctl-indicator {
  width: 4px;
  height: 18px;
  border-radius: 2px;
  margin-right: 12px;
}

.ctl-sidebar-card a.ctl-button-primary,
.ctl-card button.ctl-button-primary,
.ctl-card a.ctl-button-primary {
  background-color: #15AAA9;
  height: auto;
  line-height: 1.5;
  padding: 10px 22px;
  font-size: 14px;
  border-radius: 10px;
  color: #fff !important;
  border: none !important;
}

.ctl-sidebar-card a.ctl-button-primary:focus,
.ctl-card button.ctl-button-primary:focus,
.ctl-card a.ctl-button-primary:focus {
  background-color: #15AAA9 !important;
  color: #fff !important;
}

.ctl-feature-list { 
  list-style: none; 
  padding: 0; 
  margin: 0; 
  margin-left: 7px;
}
.ctl-feature-list li { 
  display: flex; 
  align-items: center; 
  gap: 10px; 
  margin-bottom: 14px; 
  font-size: 15px; 
  color: var(--ctl-text-dim); 
}

.ctl-feature-list li svg {
  width: 18px;
  height: 18px;
  color: var(--ctl-primary);
}

 .ctl-button-primary:hover {
    opacity: 0.9;
    background-color: #069392 !important;
    border-color: #069392 !important;
}

.ctl-btn-buy {
  background-color: #020e21 !important;
  border-color: #020e21 !important;
  color: white !important;
}

.ctl-btn-buy:hover {
  opacity: 0.9;
  background-color: #2d3644 !important;
  border-color: #2d3644 !important;
}

/* Card Action Buttons */
.ctl-card-action {
  margin-top: 15px;
}

.ctl-main-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 30px;
}

.ctl-cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.ctl-dashboard-wrapper .ctl-section-title {
  font-size: 17px;
  font-weight: 600;
  margin: 35px 0 20px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  color: var(--ctl-text-main);
}

.ctl-title-count {
  margin-left: auto;
  font-weight: 500;
  color: #94a3b8;
  font-size: 14px;
}

.ctl-card {
  background: #fff;
  border: 1px solid var(--ctl-border);
  border-radius: 12px;
  padding: 28px;
  display: flex;
  gap: 20px;
  position: relative;
  transition: box-shadow 0.2s ease;
  flex-wrap: wrap;
  overflow: hidden;
}

.ctl-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.ctl-premium-addons .ctl-card {
background: linear-gradient(90deg, #f9fafd 50%, #d3eceea6 100%); 
   border-color: #D3E0FC;
}

.ctl-content {
  min-width: 0;
}

.ctl-info {
  flex: 1;
}

.ctl-info h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.ctl-info p {
  margin: 0;
  font-size: 16px;
  color: var(--ctl-text-dim);
  line-height: 1.7;
  font-weight: 500;
}

.ctl-icon-box {
  width: 44px;
  height: 44px;
}

.ctl-icon-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ctl-badge-group {
  display: flex;
  gap: 8px;
  margin-top: 20px;
  flex-wrap: wrap;
  padding-top: 20px;
  border-top: 1px solid rgba(226, 232, 240, 0.72);
  align-items: center;
  justify-content: space-between;
}

.ctl-badge {
  font-size: 11px;
  padding: 2px 10px;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.ctl-active-update {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.ctl-badge-active {
  background: #dcfce7;
  color: #15803d;
  border: 1px solid rgba(134, 239, 172, 0.65);
}

.ctl-badge-version {
  color: #919191;
  font-weight: 500;
  letter-spacing: 1.6px;
  background: rgba(227, 227, 227, 0.64);
  border: 1px solid #dbdbdb;
}

.ctl-badge-premium {
  background: #000;
  color: #fff;
  position: absolute;
  text-transform: uppercase;
  top: -1px;
  right: 40px;
  font-size: 10px;
  font-weight: 700;
  padding: 1px 11px;
  border-radius: 0 0 5px 5px;
  letter-spacing: 0.5px;
}

.ctl-notification-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 10px;
  right: 10px;
  background: #ef4444;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 10;
}

.ctl-pulse-wrapper {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 22px;
  height: 22px;
  background: rgba(239, 68, 68, 0.15);
  border-radius: 50%;
  animation: ctl-pulse 2s infinite;
  z-index: 9;
}

@keyframes ctl-pulse {
  0% { transform: scale(0.6); opacity: 1; }
  100% { transform: scale(1.8); opacity: 0; }
}

.ctl-card-links {
  display: flex;
  gap: 20px;
}

.ctl-card-links a {
  color: #94a3b8;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
}

.ctl-card-links a:hover {
  color: var(--ctl-primary);
}

.ctl-card-links a:focus {
  box-shadow: none;
}

.ctl-card-links .dashicons {
  font-size: 18px;
}

.ctl-card-links svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  flex-shrink: 0;
}

.ctl-card-footer {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 16px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ctl-sidebar {
  margin-top: 30px;
}

.ctl-sidebar-card {
  background: #fff;
  border: 1px solid var(--ctl-border);
  border-radius: 12px;
  padding: 22px;
  margin-bottom: 20px;
}

.ctl-sidebar-header {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 16px;
}

.ctl-sidebar-header h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--ctl-text-main);
}

.ctl-sidebar-header svg {
  width: 20px;
  height: 20px;
  padding: 8px;
  border-radius: 20px;
}

.ctl-premium-support {
  background: #E6F9FA;
  border-color: #dfdfdf;}

.ctl-key-features .ctl-sidebar-header svg {
  background: #EFFFFE;
  color: var(--ctl-primary);
}

.ctl-trustpilot-rating .ctl-sidebar-header svg {
  background: #fef2f2;
  color: #ef4444;
}

.ctl-cool-timeline-pro .ctl-sidebar-header svg {
  background: #EFFFFE;
  color: var(--ctl-primary);
}

.ctl-premium-support .ctl-sidebar-header svg {
  width: 22px;
  height: 22px;
  background: white;
  color: var(--ctl-primary);
  padding: 10px;
  border-radius: 20px;
}
.ctl-premium-support a:focus {
  box-shadow: none !important;
  }

.ctl-key-features .ctl-feature-list li svg {
  width: 18px;
  height: 18px;
  color: var(--ctl-primary);
}

.ctl-sidebar-text {
  font-size: 15px;
  color: var(--ctl-text-dim);
  line-height: 1.6;
  margin: 0 0 16px;
}

.ctl-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 7px;
}

.ctl-feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 15px;
  color: var(--ctl-text-dim);
}

.ctl-trustpilot {
  margin-top: 12px;
}

.ctl-trustpilot-rating .ctl-stars a {
  margin-bottom: 12px;
}

.ctl-trustpilot-rating .ctl-stars img {
  width: 150px;
  height: auto;
}

.ctl-trustpilot-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--ctl-green);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.ctl-trustpilot-link:hover {
  text-decoration: underline;
}

.ctl-trustpilot-link .dashicons {
  font-size: 14px;
  width: 14px;
  height: 14px;
}

.ctl-btn-full {
  width: 100%;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .ctl-cards-container {
    gap: 25px;
  }
  .ctl-main-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .ctl-sidebar {
    margin-top: 0;
    order: 2;
  }
  .ctl-content {
    order: 1;
  }
  .ctl-header-right {
    margin-right: 20px;
  }
}

@media screen and (max-width: 782px) {
  .ctl-cards-container {
    grid-template-columns: 1fr;
  }
  .ctl-top-header {
    left: -10px;
    width: calc(100% + 10px);
    padding: 0 15px;
  }
  .ctl-header-left h1 {
    font-size: 15px;
  }
  .ctl-btn {
    padding: 6px 12px;
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .ctl-badge {
    font-size: 8px;
  }
  .ctl-dashboard-wrapper .ctl-section-title {
    font-size: 16px;
  }
  .ctl-card-footer {
    justify-content: center;
  }
  .ctl-top-header {
    height: auto;
    flex-direction: column;
    padding: 15px;
    gap: 12px;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .ctl-dashboard-wrapper {
    padding-top: 0;
  }
  .ctl-header-left,
  .ctl-header-right {
    width: 100%;
    justify-content: center;
    margin-right: 0;
  }
  .ctl-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
  }
  .ctl-dashboard-wrapper .ctl-section-title {
    align-items: flex-start;
    gap: 5px;
  }
  .ctl-badge-group {
    justify-content: center;
  }
  .ctl-feature-list {
    margin-left: 0;
  }
}
/* New dashboard CSS End */

/*   Manager Icons Select Box height */
.ctl-modal-icon .ctl-modal-inner {
  height: 550px !important;
}
.ctl-modal-icon .ctl-modal-content {
  padding: 10px;
  height: 400px !important;
}

/* timeline demo page css start*/

.ctl_started-section {
  width: 100%;
}
.ctl_started-section .tab_panel {
  width: 100%;
  border: 2px solid whitesmoke;
}

.ctl_started-section .button {
  background: #2271b1;
  border-color: #2271b1;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
}
.ctl_get-heading h2 {
  font-size: 40px;
  font-weight: 700;
  color: black;
  padding: 10px 20px;
}
.ctl_steps h6 {
  color: white;
  font-size: 15px;
  background: #f12945;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 0px;
}
.ctl_step {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  align-items: start;
}
.ctl_step-content {
  width: 48%;
  margin: 0 auto;
}
.ctl_video-section {
  width: 48%;
  margin: auto;
}
.ctl_steps-list {
  padding-right: 10px;
}
.ctl_steps-title h2 {
  color: black;
  font-size: 32px;
  padding: 25px 0px;
  margin: 0px;
  line-height: 30px;
  font-weight: bold;
}
li.ctl_step-data {
  padding-bottom: 6px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px;
}
span.ctl_list-icon i {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 2px solid black;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 15px;
  margin-right: 10px;
  color: #13c7c0;
  transition: 0.3s all ease-in-out;
}

.ctl_started-section > .ctl_tab_btn_wrapper {
  position: relative;
  bottom: -2px;
}

.ctl_started-section > .ctl_tab_btn_wrapper > button.ctl_tab_active {
  background-color: transparent;
  border-bottom-color: white !important;
  border-bottom-width: 2px;
  color: #2271b1;
}
.ctl_started-section > .ctl_tab_btn_wrapper > button:hover,
.ctl_started-section > .ctl_tab_btn_wrapper > button:focus,
.ctl_started-section > .ctl_tab_btn_wrapper > button:visited {
  border-color: #f0f0f1;
  box-shadow: 0px 0px #f0f0f1;
}
span.ctl_list-text {
  font-size: 16px;
  word-spacing: 2px;
  color: #555555;
  line-height: 26px;
}
strong.ctl_high {
  color: #222222;
}
.ctl_high-txt {
  color: #555555;
  font-size: 17px;
  padding-bottom: 15px;
  font-weight: 700;
}
video.ctl_timeline-video {
  width: 100%;
}
iframe.ctl_timeline-video {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .ctl_step-content {
    width: 100%;
    margin: auto;
  }
  .ctl_col-rev {
    flex-direction: column-reverse;
  }
  .ctl_video-section {
    width: 100%;
    margin-top: 30px;
  }
  video.ctl_timeline-video {
    width: 100%;
  }
  .ctl_step {
    padding: 20px 0px;
  }
}

@media only screen and (max-width: 425px) {
  .ctl_steps-title h2 {
    font-size: 25px;
  }
}

/* migration css  */

.ctl-progress-bar {
  display: none;
  margin-top: 15px;
  position: relative;
  width: 100%;
  height: 20px;
  background: linear-gradient(to right, #f3f4f6, #e5e7eb);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.ctl-progress-bar-inner {
  height: 100%;
  width: 0%;
  background: linear-gradient(to right, #2271b152, #1f78bfe0);
  transition: width 0.3s ease-in-out;
  position: relative;
}

.migration-redirect-button {
  margin-top: 12px;
  padding: 8px 13px;
  font-size: 13px;
  font-weight: 600;
  color: white;
  background-color: #2271b1;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.migration-status,
.migration-error {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}

.migration-error {
  color: red;
  font-weight: bold;
}

.notice.ctl_migration{
  padding: 5px;
  display: table;
  width: calc(100% - 10px);
  max-width: 700px;
  clear: both;
  border-radius: 5px;
  border: 2px solid #808080b8;
  box-sizing: border-box;
}

.notice.ctl_migration .ctl_logo_container{
width: 80px;
display: table-cell;
padding: 0 10px 0 0;
vertical-align: middle;
}

.cool-plugins-timeline-addon .cool-body-right img{
  width: 100%;
}

.migration_message_container .ctl_migration_btn{
  background-color: #2271b1;
  color: white;
  margin-top:3px;
}
.migration_message_container .ctl_migration_btn:hover{
  background: #135e96;
    border-color: #135e96;
    color: #fff;
}
#termsBox .ctl_data_share{
  margin-top:10px;
}
.ctl-dependency-notice {
  margin: 16px 0 0 0 !important;
  padding: 7px 10px;
  background: #fff8e5;
border-left: 4px solid #ffb900;
  border-radius: 3px;
  color: #856404;
  font-size: 12px;
  line-height: 1.5;
}