.alarm-details {
  border-radius: 0;
  margin-bottom: 10px;
}
.alarm-details .bordered-left {
  border-left: #e6e6e6 1px solid;
}
.alarm-details.height-320 {
  height: 320px !important;
}
.alarm-details .height-35 {
  height: 35px !important;
}
.alarm-details .height-120 {
  height: 120px !important;
}
@media (min-width: 992px) and (max-width: 1088px) {
  .alarm-details .hide-md-1088 {
    display: none;
  }
}
.alarm-details .at-upgrade-msg {
  color: #a3a3a3;
}
.alarm-details .at-upgrade-msg a:not(.btn) {
  color: #317bac !important;
  opacity: 1;
}
.alarm-details .separator:after {
  content: "";
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  left: 16px;
  right: 16px;
  position: absolute;
  bottom: 0;
}
.alarm-details label.disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
.alarm-details .switch.switch-success i::before {
  box-sizing: border-box;
}
.alarm-details .switch.switch-success:disabled {
  cursor: not-allowed;
}
.alarm-details .switch.switch-success :checked + i {
  border-color: #10cfbd;
  background: #10cfbd;
}
.alarm-details .switch.switch-success :checked + i::before {
  border: 1px solid #10cfbd;
}
.alarm-details .switch.switch-success :disabled + i {
  opacity: 0.65;
  cursor: not-allowed;
}
.alarm-details .add-condition-btn i {
  color: #10cfbd;
}
.alarm-details h5 {
  font-size: 28px;
}
.alarm-details h5 span {
  display: block;
  font-weight: normal;
  line-height: 22px;
  color: #a3a3a3;
  font-size: 13px;
  letter-spacing: normal;
}
.alarm-details .switch-wrapper {
  display: flex;
}
.alarm-details .switch-wrapper .switch {
  padding-top: 3px;
}
.alarm-details .switch-wrapper .switch + label {
  padding-left: 15px;
  padding-top: 9px;
}
.alarm-details .risk-level-label {
  float: right;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 15px;
  margin-right: 15px;
}
.alarm-details .at-slider-label {
  color: #a3a3a3;
  user-select: none;
}
.alarm-details .k-slider .k-button.k-button-increase, .alarm-details .k-slider .k-button.k-button-decrease {
  color: #a3a3a3;
}
.alarm-details.lower-panel.panel {
  background-color: transparent;
  border-color: transparent;
}
.alarm-details.lower-panel.panel .panel-heading {
  padding-top: 10px;
  padding-left: 0;
}
.alarm-details .k-grid tr td {
  border-left-width: 1px;
}
.alarm-details .k-widget.k-dropdown {
  border-radius: 5px;
}
.alarm-details span.k-widget.form-control {
  background: transparent;
  border: none;
  box-shadow: none;
}
.alarm-details input.k-input.form-control {
  border: 1px solid #d8dadc;
  border-radius: 5px;
}
.alarm-details .k-grid-cancel,
.alarm-details .k-grid-delete {
  color: #5e5e5e !important;
  background-color: #ffffff !important;
  border-color: #f0f0f0 !important;
}
.alarm-details .k-grid-cancel .k-icon,
.alarm-details .k-grid-delete .k-icon {
  color: #5e5e5e !important;
}
@media (max-width: 991px) {
  .alarm-details[class*=height-] {
    height: auto !important;
  }
  .alarm-details .md-p-b-10 {
    padding-bottom: 10px;
  }
  .alarm-details .alarm-title input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .alarm-details .alarm-buttons {
    display: block;
    float: none !important;
    padding-left: 0 !important;
    margin: 10px 0 0;
  }
  .alarm-details .switch-wrapper {
    float: none !important;
    margin-top: 10px;
  }
  .alarm-details .switch-wrapper .switch + label:not(.always-padding) {
    padding-top: 0;
  }
  .alarm-details .ss-seconds-input {
    width: 130px !important;
  }
  .alarm-details .risk-level-label {
    float: none;
    margin-left: 15px;
  }
}
@media (max-width: 384px) {
  .alarm-details .k-listview .title-v-align-middle.k-edit-item td {
    display: block;
  }
}

.at-grid-gray {
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
}

.alarm-list .k-grid-content td {
  height: 40px;
}

.at-grid-no-select.k-grid tr:hover {
  background-color: transparent !important;
}
.at-grid-no-select.k-grid tr:hover td {
  background-color: transparent !important;
}
.at-grid-no-select.k-grid tr:hover.bg-master-light {
  background-color: #f5f5f5 !important;
}
.at-grid-no-select.k-grid tr:hover.bg-master-light td {
  background-color: #f5f5f5 !important;
}

.at-grid-no-paddings .k-grid-content .k-virtual-scrollable-wrap td[role=gridcell] {
  padding: 0;
  border-color: #b1b1b1;
}
.at-grid-no-paddings .k-listView > div {
  padding: 15px;
}
.at-grid-no-paddings .k-listView .alarm-mobile-buttons {
  padding: 10px;
}
.at-grid-no-paddings .k-listView div.mobile-grid-header {
  font-weight: bold;
  white-space: nowrap;
  font-size: 1.1em;
  background-color: #fff;
  color: #c1c1c1;
  width: calc(100% + 2px);
  margin-left: -16px;
  padding-left: 25px;
  margin-top: -12px;
}
.at-grid-no-paddings .k-listView div.mobile-grid-header i {
  display: inline-block;
}
.at-grid-no-paddings .k-listView div.mobile-grid-header .mobile-title {
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 150px);
  display: inline-block;
  margin-bottom: -5px;
}
.at-grid-no-paddings .k-listView td {
  border-bottom: none;
  padding-bottom: 0;
}
.at-grid-no-paddings .k-listView td.conditions {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
  padding-right: 30px;
}
.at-grid-no-paddings .active .k-listView div.mobile-grid-header {
  color: #404242;
}
.at-grid-no-paddings .active .k-listView .at-grid-gray {
  background-color: #fff;
}
@media (max-width: 359px) {
  .at-grid-no-paddings .k-listView .alarm-mobile-buttons {
    position: relative;
    background: #f5f5f5;
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 15px;
  }
}

.feature-presentation {
  color: #404242;
}
.feature-presentation h1,
.feature-presentation h2,
.feature-presentation h3,
.feature-presentation h4,
.feature-presentation h5,
.feature-presentation h6,
.feature-presentation .panel-heading {
  color: #404242;
}
.feature-presentation .max-width-limit {
  max-width: 765px;
}
.feature-presentation .without-top-margin {
  margin-top: -15px;
}
.feature-presentation .wide-block {
  margin-left: -15px;
  width: calc(100% + 15px);
}
.feature-presentation .btn-transparent-white {
  border: white 1px solid;
  background-color: transparent;
  color: white;
}
.feature-presentation .card-shadow {
  box-shadow: rgba(31, 37, 42, 0.1803921569) 0 10px 15px 5px;
}
.feature-presentation .fake-header {
  position: absolute;
  height: 40px;
  top: 100px;
  right: 0;
}
.feature-presentation .fake-header .btn {
  margin-right: 70px;
  margin-top: 2px;
}
.feature-presentation .white-block {
  height: auto;
  background-color: white;
  text-align: left;
  padding-left: 70px;
  padding-top: 35px;
}
.feature-presentation .white-block .header-block {
  color: #2c2e2e;
  font-size: 30px;
  letter-spacing: -0.18px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 15px;
  max-width: calc(100% - 200px);
}
.feature-presentation .white-block .impact-subheader {
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 0;
}
.feature-presentation .white-block .post-heading {
  margin-bottom: 40px;
  width: calc(100% - 545px);
  font-size: 16px;
  line-height: 24px;
}
.feature-presentation .white-block .post-heading p {
  line-height: 24px;
  font-size: 16px;
}
.feature-presentation .white-block .post-heading button {
  font-weight: 500;
}
.feature-presentation .blue-block {
  height: 365px;
  background-color: #147bd1;
  color: white;
  text-align: left;
  padding-left: 70px;
  padding-top: 35px;
  position: relative;
}
.feature-presentation .blue-block .header-block {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}
.feature-presentation .blue-block .text-block {
  margin-bottom: 20px;
}
.feature-presentation .blue-block .text-block li {
  line-height: 32px;
  font-size: 16px;
  margin-left: -23px;
}
.feature-presentation .blue-block::after {
  position: absolute;
  content: "";
  background-color: transparent;
  bottom: -30px;
  left: calc(50% - 30px);
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #147bd1;
}
.feature-presentation .bottom-white-block {
  height: auto;
  background-color: white;
  text-align: left;
  padding-left: 70px;
  padding-top: 50px;
}
.feature-presentation .bottom-white-block .bottom-header {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}
.feature-presentation .float-block {
  position: absolute;
  right: 20px;
  height: 514px;
  top: 145px;
  width: 499px;
  margin-top: 15px;
}
.feature-presentation .float-block img {
  width: 100%;
}
.feature-presentation .flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature-presentation .info-block {
  background-color: white;
  text-align: left;
  margin-left: 55px;
  margin-right: 55px;
  padding-top: 70px;
  padding-bottom: 10px;
}
.feature-presentation .info-block .header-block {
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 1309px) {
  .feature-presentation .max-width-limit {
    max-width: 100%;
  }
  .feature-presentation .white-block {
    height: auto;
  }
  .feature-presentation .white-block .text-block {
    padding-right: 40px;
    width: 100%;
  }
  .feature-presentation .float-block {
    display: none;
  }
}
.feature-presentation .bottom-blue-block {
  height: 434px;
  background-color: #147bd1;
  color: white;
  text-align: left;
  padding-left: 70px;
  padding-top: 35px;
  position: relative;
}
.feature-presentation .bottom-blue-block .header-block {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  line-height: 60px;
  margin-left: -70px;
  margin-bottom: 25px;
}
.feature-presentation .bottom-blue-block .bg-line {
  background-color: #a1caec;
  height: 2px;
  width: 72%;
  display: block;
  position: absolute;
  top: 153px;
  margin-left: 8%;
}
@media (min-width: 1600px) {
  .feature-presentation .bottom-blue-block .bg-line {
    width: 75%;
  }
}
.feature-presentation .bottom-blue-block .numbers-block {
  width: 100%;
  padding-right: 50px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 40px;
}
.feature-presentation .bottom-blue-block .numbers-block > div {
  padding-right: 20px;
}
.feature-presentation .bottom-blue-block .numbers-block > div > div {
  margin-left: auto;
  margin-right: auto;
  display: block !important;
}
.feature-presentation .bottom-blue-block .numbers-block .text-block {
  width: 181px;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  text-align: center;
}
.feature-presentation .bottom-blue-block .numbers-block .number {
  display: inline-block;
  height: 69px;
  width: 69px;
  background-color: #2b88d5;
  border-radius: 70px;
  padding: 25px 0 0 30px;
  font-size: 17px;
  margin-bottom: 20px;
}
@media (max-width: 1260px) {
  .feature-presentation .bottom-blue-block .numbers-block .text-block {
    width: 155px;
  }
}
.feature-presentation .bottom-blue-block .button-block {
  text-align: center;
  margin-left: -70px;
}
.feature-presentation .bottom-blue-block .button-block button {
  font-size: 16px;
  font-weight: 600;
  padding: 11px 29px;
}
.feature-presentation .bottom-blue-block a {
  color: white;
  text-decoration: underline;
}
.feature-presentation .templates-block {
  padding: 0 70px;
}
.feature-presentation .templates-block .header-block {
  text-transform: uppercase;
  padding-top: 60px;
  text-align: center;
  line-height: 30px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 700;
  color: #147bd1;
  margin-bottom: 40px;
}
.feature-presentation .templates-block .templates .template .template-header {
  height: 70px;
  background-color: white;
  margin-bottom: 10px;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 700;
  user-select: none;
}
.feature-presentation .templates-block .templates .template .template-header img {
  height: 40px;
  width: 40px;
}
.feature-presentation .templates-block .templates .template .template-header:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  padding-top: 14px;
  content: "\f0d7";
}
.feature-presentation .templates-block .templates .template .template-header.opened {
  margin-bottom: 2px;
}
.feature-presentation .templates-block .templates .template .template-header.opened:after {
  content: "\f0d8";
}
.feature-presentation .templates-block .templates .template .content-block {
  background-color: white;
  margin-bottom: 10px;
  padding: 20px;
  font-size: 16px;
  line-height: 25px;
}
.feature-presentation .templates-block .templates .template.divider {
  border-bottom: 1px solid #b6b6b7;
  margin-bottom: 10px;
  width: calc(100% - 60px);
  margin-left: 30px;
}
.feature-presentation .table-block {
  height: 450px;
  background-color: #1c2029;
  text-align: center;
}
.feature-presentation .table-block .table-text {
  margin-right: 20px;
  color: #fff;
  text-align: center;
  width: 440px;
  padding: 20px;
  display: inline-block;
}
.feature-presentation .table-block .image-block {
  width: 828px;
  height: 400px;
  display: inline-block;
  margin-top: 50px;
}
.feature-presentation .table-block .image-block img {
  height: 400px;
}
.feature-presentation .text-left {
  text-align: left !important;
}
.feature-presentation .borderless {
  border: none !important;
}
.feature-presentation .background-white {
  background-color: #ffffff;
}
.feature-presentation .gray-block {
  background-color: #f2f2f2;
  padding: 0 30px;
}
.feature-presentation .gray-block .advantage-entry {
  padding: 0 80px;
  margin-bottom: 20px;
}
.feature-presentation .gray-block .icon {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  float: left;
}
.feature-presentation .gray-block .icon img {
  width: 70px;
  height: 70px;
}
.feature-presentation .gray-block .text {
  font-size: 16px;
  color: #4f4f4f;
  font-weight: 400;
  padding-left: 100px;
  text-align: left;
}
@media (max-width: 1150px) {
  .feature-presentation .blue-block .image-block img {
    height: auto;
    width: 100%;
  }
  .feature-presentation .bottom-blue-block .numbers-block .text-block {
    width: 125px;
  }
}
@media (max-width: 991px) {
  .feature-presentation .fake-header,
.feature-presentation .float-block,
.feature-presentation .info-block,
.feature-presentation .bottom-blue-block {
    display: none;
  }
  .feature-presentation .max-width-limit {
    max-width: 100%;
  }
  .feature-presentation .white-block {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 30px;
  }
  .feature-presentation .white-block .header-block {
    max-width: 100%;
    width: 100%;
  }
  .feature-presentation .white-block .text-block {
    text-align: center;
  }
  .feature-presentation .white-block .text-block p {
    text-align: left;
  }
  .feature-presentation .blue-block {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 30px;
  }
  .feature-presentation .blue-block::after {
    display: none;
  }
  .feature-presentation .blue-block button {
    display: none;
  }
  .feature-presentation .blue-block .text-block li {
    font-size: 14px;
  }
  .feature-presentation .table-block {
    height: 250px;
  }
  .feature-presentation .table-block .table-text {
    padding: 40px 20px;
    width: 100%;
  }
  .feature-presentation .table-block .image-block {
    display: none;
  }
  .feature-presentation .gray-block .instruction-content {
    padding-top: 20px;
  }
  .feature-presentation .gray-block .advantage-entry {
    padding: 0 40px;
  }
  .feature-presentation .gray-block .icon {
    float: none;
    margin: 10px auto;
  }
  .feature-presentation .gray-block .text {
    padding-left: 0;
    text-align: center;
  }
  .feature-presentation .templates-block {
    padding: 0 45px;
  }
  .feature-presentation .templates-block .header-block {
    width: 100%;
  }
  .feature-presentation .templates-block .templates .one-column-mobile .template {
    width: 100%;
  }
}
.feature-presentation .subtitle {
  color: #404242;
  font-size: 16px;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 10px;
}
.feature-presentation .dashboardheader {
  font-size: 16px;
  margin-top: 20px !important;
}

.col-xs-20pc {
  float: left;
  width: 20%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.at-beta-label {
  text-transform: uppercase;
  color: white;
  background-color: #22252d;
  letter-spacing: 0.01em;
  border-radius: 0;
}

.at-beta-center {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  padding: 8px 15px;
  line-height: 15px;
}

.mktoModalMain {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

label.mktoLabel.mktoHasWidth {
  width: 100% !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  margin-bottom: 5px;
  word-wrap: break-word;
}

label.mktoLabel.mktoHasWidth strong {
  width: 100% !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.mktoForm {
  margin: 30px;
}
.mktoForm .mktoCheckboxList {
  position: relative !important;
  z-index: 100;
}
.mktoForm button {
  background-color: rgb(0, 186, 179) !important;
  width: 100% !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: bold !important;
  align-items: center;
  border: 0 !important;
  padding: 1rem 3rem !important;
  max-width: 100%;
  text-transform: uppercase;
  border-radius: 0.6rem;
}

.mktoForm input {
  height: 43px !important;
  font-size: 17px !important;
  width: 310px !important;
  padding: 5px;
}

.mktoForm input[type=checkbox] {
  width: 15px !important;
}

.mktoModalContent {
  min-height: 800px;
  width: 400px !important;
  border-radius: 0.6rem;
  z-index: 100001 !important;
}

span.mktoButtonWrap.mktoNative {
  margin: 0px !important;
}

.mktoFormRow {
  margin-bottom: 25px !important;
}

.mktoButtonRow {
  width: 100% !important;
}

.mktoConsent {
  margin-top: -4.8em !important;
  margin-left: 3em !important;
}

.mktoModalClose {
  background-color: #666 !important;
  width: 30px !important;
  height: 30px !important;
  padding-top: 3px;
}

.mktoModalMask {
  z-index: 100000 !important;
}

.at-team-pulse-promo {
  background-color: white;
}
.at-team-pulse-promo .blue-block {
  background-color: #147BD1;
  color: white;
  text-align: center;
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 35px;
  position: relative;
  margin-top: -14px;
  margin-left: -30px;
  width: calc(100% + 60px);
}
.at-team-pulse-promo .blue-block:not(.bottom-blue-block) {
  height: 550px;
}
.at-team-pulse-promo .blue-block .blue-block-content {
  position: relative;
  display: block;
  max-width: 1630px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
}
.at-team-pulse-promo .blue-block .blue-block-content .left-block {
  width: 50%;
  text-align: left;
  float: left;
}
.at-team-pulse-promo .blue-block .blue-block-content .left-block .header-block {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600;
  margin-top: 13px;
}
.at-team-pulse-promo .blue-block .blue-block-content .left-block .subheader-block {
  font-size: 17px;
  margin-bottom: 16px;
  font-weight: 500;
}
.at-team-pulse-promo .blue-block .blue-block-content .left-block hr.line {
  max-width: 484px;
  padding: 0;
  margin: 0;
}
.at-team-pulse-promo .blue-block .blue-block-content .left-block .text-block {
  margin-bottom: 20px;
  max-width: 465px;
  padding: 17px 0 0;
  font-size: 14px;
}
.at-team-pulse-promo .blue-block .blue-block-content .left-block .text-block ul {
  margin-top: 18px;
  margin-bottom: 35px;
}
.at-team-pulse-promo .blue-block .blue-block-content .left-block .text-block li {
  font-size: 14px;
  margin-bottom: 10px;
  margin-left: -23px;
  line-height: 22px;
}
.at-team-pulse-promo .blue-block .blue-block-content .picture-block {
  width: 50%;
  float: left;
  padding-top: 40px;
  text-align: right;
}
.at-team-pulse-promo .blue-block .blue-block-content .picture-block img {
  width: 694px;
}
.at-team-pulse-promo .blue-block::after {
  position: absolute;
  content: "";
  background-color: transparent;
  bottom: -30px;
  left: calc(50% - 30px);
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #147BD1;
}
@media (max-width: 1630px) {
  .at-team-pulse-promo .blue-block .blue-block-content .picture-block {
    padding-top: 100px;
  }
  .at-team-pulse-promo .blue-block .blue-block-content .picture-block img {
    width: 486px;
  }
}
@media (max-width: 1309px) {
  .at-team-pulse-promo .blue-block:not(.bottom-blue-block) {
    height: 1000px;
  }
  .at-team-pulse-promo .blue-block .blue-block-content .left-block {
    max-width: 100%;
    width: 100%;
  }
  .at-team-pulse-promo .blue-block .blue-block-content .left-block .text-block {
    width: 100%;
    max-width: 100%;
    padding-bottom: 30px;
  }
  .at-team-pulse-promo .blue-block .blue-block-content .picture-block {
    max-width: 100%;
    width: 100%;
    padding-top: 0;
    text-align: center;
  }
  .at-team-pulse-promo .blue-block .blue-block-content .picture-block img {
    width: 848px;
  }
}
@media (max-width: 1150px) {
  .at-team-pulse-promo .blue-block:not(.bottom-blue-block) {
    height: 830px;
  }
  .at-team-pulse-promo .blue-block .blue-block-content .left-block .text-block {
    padding-bottom: 0;
  }
  .at-team-pulse-promo .blue-block .blue-block-content .picture-block {
    position: relative;
    top: 0;
    right: auto;
  }
  .at-team-pulse-promo .blue-block .blue-block-content .picture-block img {
    width: 615px;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 1088px) {
  .at-team-pulse-promo .blue-block {
    margin-left: -30px;
    margin-right: 0;
    width: calc(100% + 60px);
  }
}
@media (max-width: 768px) {
  .at-team-pulse-promo .blue-block {
    padding-left: 5%;
    padding-right: 5%;
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .at-team-pulse-promo .blue-block:not(.bottom-blue-block) {
    height: 900px;
  }
  .at-team-pulse-promo .blue-block .blue-block-content .left-block .text-block .text-block-buttons {
    margin: 0 auto;
    text-align: center;
  }
  .at-team-pulse-promo .blue-block .blue-block-content .picture-block {
    width: 110%;
    margin-left: -5%;
    max-width: none;
  }
  .at-team-pulse-promo .blue-block .blue-block-content .picture-block img {
    width: 100%;
    max-width: 747px;
  }
}
.at-team-pulse-promo .white-block {
  height: auto;
  background-color: white;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  padding-top: 35px;
  margin-left: 40px;
  margin-right: 40px;
}
.at-team-pulse-promo .white-block .header-block {
  line-height: 35px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  margin: 23px auto 40px;
  color: #147BD1;
}
.at-team-pulse-promo .white-block .text-block p {
  line-height: 20px;
  font-size: 14px;
}
.at-team-pulse-promo .white-block .text-block a {
  text-decoration: underline;
  font-size: 15px;
}
.at-team-pulse-promo .white-block .content-block {
  margin-left: 0;
  margin-right: 0;
  width: 1150px;
  display: flex;
  justify-content: center;
}
.at-team-pulse-promo .white-block .content-block .header-block {
  margin: 0 auto 40px;
  color: #404242;
}
.at-team-pulse-promo .white-block .content-block .content-block-item {
  margin: 0;
  width: 575px;
}
.at-team-pulse-promo .white-block .content-block .content-block-item.content-block-item-bottom {
  display: none;
}
.at-team-pulse-promo .white-block .underline-block {
  border-bottom: 1px solid #EEEEEF;
  width: calc(100% - 80px);
  margin: 40px;
}
.at-team-pulse-promo .white-block .info-block {
  max-width: 500px;
  padding: 70px 20px;
  font-size: 16px;
  line-height: 23px;
}
.at-team-pulse-promo .white-block .info-block .header-block {
  line-height: 38px;
  font-weight: 600;
  font-size: 23px;
  text-align: left;
  margin-bottom: 13px;
}
.at-team-pulse-promo .white-block .info-block ul {
  margin-left: -25px;
  font-size: 14px;
  padding-top: 10px;
}
.at-team-pulse-promo .white-block .info-block ul li {
  line-height: 30px;
}
.at-team-pulse-promo .white-block .picture-block img {
  width: 100%;
}
@media (min-width: 1461px) {
  .at-team-pulse-promo .white-block {
    padding-left: 0;
    padding-right: 0;
  }
  .at-team-pulse-promo .white-block .white-block-content {
    width: 1285px;
    margin: 0 auto;
    position: relative;
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 1400px) {
  .at-team-pulse-promo .white-block {
    margin-left: -30px;
    margin-right: 0;
    width: calc(100% + 60px);
  }
  .at-team-pulse-promo .white-block .underline-block {
    display: none;
  }
  .at-team-pulse-promo .white-block .content-block {
    width: 100%;
    padding-left: 30px;
  }
  .at-team-pulse-promo .white-block .content-block .content-block-item .info-block {
    padding: 40px 20px 0;
  }
  .at-team-pulse-promo .white-block .content-block .content-block-item .picture-block {
    padding-right: 0;
  }
}
@media (max-width: 830px) {
  .at-team-pulse-promo .white-block {
    height: auto;
    margin-left: -20px;
    width: calc(100% + 40px);
    padding-left: 5%;
    padding-right: 5%;
  }
  .at-team-pulse-promo .white-block .content-block {
    width: 100%;
    flex-direction: column;
  }
  .at-team-pulse-promo .white-block .content-block .content-block-item {
    width: 100%;
  }
  .at-team-pulse-promo .white-block .content-block .content-block-item.content-block-item-top {
    display: none;
  }
  .at-team-pulse-promo .white-block .content-block .content-block-item.content-block-item-bottom {
    display: block;
  }
}
.at-team-pulse-promo .bottom-blue-block {
  display: none;
}
@media (max-width: 1150px) {
  .at-team-pulse-promo .bottom-blue-block {
    display: block;
    padding: 20px 0 40px;
    margin-top: 40px;
  }
  .at-team-pulse-promo .bottom-blue-block::after {
    display: none;
  }
  .at-team-pulse-promo .bottom-blue-block .text-block {
    padding: 0;
  }
  .at-team-pulse-promo .bottom-blue-block .text-block .text-block-buttons {
    margin: 0 auto;
    text-align: center;
  }
}

.screenshot-redaction .table-block .image-block {
  height: 420px;
  margin-top: 30px;
}
.screenshot-redaction .table-block .image-block img {
  height: 420px;
}
.screenshot-redaction .gray-block .instruction-content {
  padding-top: 50px;
  padding-bottom: 20px;
}

.dashboard-box-panel {
  height: 545px;
}

.dashboard-panel-row-screenshots {
  min-height: 295px;
}

.widget-post-script {
  position: absolute;
  bottom: 10px;
  right: 20px;
}

.at-loading-wrapper .at-loading-container {
  position: absolute;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  height: calc(100vh - 153px);
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  z-index: 3;
  background-color: #fff;
}
.at-loading-wrapper .at-loading-container::before, .at-loading-wrapper .at-loading-container::after {
  box-sizing: inherit;
}
.at-loading-wrapper .at-loading-container .at-loading .at-loading-bar {
  animation: 0.9s ease-in-out 0s infinite normal none running loading-animation;
  background-color: rgb(193, 198, 204);
  display: inline-block;
  margin-right: 4px;
  height: 0px;
  width: 8px;
}
.at-loading-wrapper .at-loading-container .at-loading .at-loading-bar:nth-child(1) {
  animation-name: loading-animation;
  animation-delay: 0.1s;
}
.at-loading-wrapper .at-loading-container .at-loading .at-loading-bar:nth-child(2) {
  animation-name: loading-animation;
  animation-delay: 0.2s;
}
.at-loading-wrapper .at-loading-container .at-loading .at-loading-bar:nth-child(3) {
  animation-name: loading-animation;
  animation-delay: 0.2s;
}
.at-loading-wrapper .at-loading-container .at-loading .at-loading-bar:nth-child(2) {
  animation-name: loading-animation;
  animation-delay: 0.3s;
}
.at-loading-wrapper .at-loading-container .at-loading .at-loading-bar:nth-child(4) {
  animation-name: loading-animation;
  animation-delay: 0.4s;
}
.at-loading-wrapper .at-loading-container .at-loading .at-loading-bar:nth-child(5) {
  animation-name: loading-animation;
  animation-delay: 0.5s;
}
.at-loading-wrapper .at-loading-container .at-loading .at-loading-bar:nth-child(6) {
  animation-name: loading-animation;
  animation-delay: 0.6s;
}
.at-loading-wrapper .at-loading-container .at-loading .at-loading-bar:nth-child(7) {
  animation-name: loading-animation;
  animation-delay: 0.7s;
}
.at-loading-wrapper .at-loading-container .at-loading .at-loading-bar:nth-child(8) {
  animation-name: loading-animation;
  animation-delay: 0.8s;
}
.at-loading-wrapper .at-loading-container .at-loading .at-loading-bar:nth-child(9) {
  animation-name: loading-animation;
  animation-delay: 0.9s;
}
.at-loading-wrapper .at-loading-container .at-loading .at-hidden-loading {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

@keyframes loading-animation {
  0% {
    height: 0px;
    opacity: 0;
  }
  50% {
    height: 40px;
    opacity: 1;
  }
  100% {
    height: 0px;
    opacity: 0;
  }
}
.k-state-selected .insight-goals-item input[type=checkbox]:checked + label:before {
  border-color: gray !important;
}
.k-state-selected .insight-goals-item input[type=checkbox]:checked + label:after {
  text-align: left !important;
}

.k-popup .k-list .k-item.k-state-selected.insight-goals-item,
.k-popup .k-list .k-item.k-state-focused.insight-goals-item {
  /* background-color: #e0e0e0; */
  color: #404242;
  background-color: #ffffff;
}

.at-insights-timestamp .at-timestamp-text {
  float: right;
  padding-right: 68px;
  font-size: 13px;
  color: #757575;
}
.at-insights-timestamp .at-timestamp-text .at-i-tooltip {
  color: #404242;
  padding-left: 8px;
}
.at-insights-timestamp .btn {
  margin-right: 7px;
  color: #2c2e2e;
  background-color: #03dac5;
  border-color: #03dac5;
  font-weight: 500;
  letter-spacing: 1.25px;
}
.at-insights-timestamp .btn:hover {
  background-color: #4fe5d6;
}
.at-insights-timestamp .btn:disabled {
  background-color: #e5e5e5;
  color: #bfc7c6;
  border-color: #e5e5e5;
}

@media only screen {
  .at-insights-goal-settings-configuration-page {
    position: relative !important;
    width: 90% !important;
    margin-top: 0 !important;
  }
}

@media only screen and (min-width: 1300px) {
  .at-insights-goal-settings-benchmarks-and-goals {
    position: absolute;
    z-index: 1;
    margin-top: 62px;
    margin-left: 55%;
  }
}
@media only screen and (max-width: 1299px) {
  .at-insights-goal-settings-benchmarks-and-goals {
    position: relative;
    float: left;
    z-index: 1;
    margin-top: 12px;
    margin-left: 36px;
  }
}
.at-insights-goal-settings-benchmarks-and-goals .at-goal-setting .goal-label {
  display: flex;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(113, 118, 122);
  margin-bottom: 6px;
}
.at-insights-goal-settings-benchmarks-and-goals .at-goal-setting .at-goal-progress {
  display: inline-block;
  position: absolute;
  width: 32px;
  margin-left: -90px;
  margin-top: 3px;
}
.at-insights-goal-settings-benchmarks-and-goals .at-external-benchmarks {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.01em;
  margin: 0 0 0 4px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: rgb(98, 98, 98);
  background-color: rgb(255, 255, 255);
  text-shadow: none;
  box-shadow: none;
  line-height: 21px;
  padding: 8px 10px 9px 10px;
  position: relative;
  border: 1px solid rgb(240, 240, 240);
  border-radius: 3px;
}
.at-insights-goal-settings-benchmarks-and-goals .at-external-benchmarks:hover {
  background: rgba(0, 0, 0, 0.04);
}
.at-insights-goal-settings-benchmarks-and-goals .at-external-benchmarks a {
  color: rgb(98, 98, 98);
}
.at-insights-goal-settings-benchmarks-and-goals .at-external-benchmarks a:hover {
  background-color: transparent;
}

.at-insights-goal-settings {
  margin: 0px 60px 5px 60px;
}
@media only screen and (min-width: 1050px) {
  .at-insights-goal-settings {
    position: absolute;
    width: calc(100% - 375px);
    z-index: 10;
    margin-top: 20px;
  }
}
.at-insights-goal-settings .at-flex-child {
  margin: 0;
  padding: 0;
}
.at-insights-goal-settings .at-attention-setting {
  margin-top: 20px;
  line-height: 36px;
}
.at-insights-goal-settings .at-attention-setting .at-context-settings label {
  text-align: left;
  font-size: 12px;
  width: 150px;
}
.at-insights-goal-settings .at-attention-setting .at-context-settings input {
  width: 70px;
}
.at-insights-goal-settings .at-attention-setting .at-context-settings .at-goal-progress {
  margin-left: -50px;
}
.at-insights-goal-settings .at-attention-setting label {
  font-weight: 600;
  text-align: right;
  margin-right: 15px;
}
.at-insights-goal-settings .at-attention-setting .at-goal-progress {
  display: inline-block;
  position: absolute;
  width: 32px;
  margin-left: -90px;
  margin-top: 3px;
}
.at-insights-goal-settings .at-account-goal-setting {
  margin-top: 25px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.at-insights-goal-settings .at-account-goal-setting input {
  width: 70px;
}
.at-insights-goal-settings .at-account-goal-setting .at-goal-progress {
  display: inline-block;
  position: absolute;
  width: 32px;
  margin-left: -51px;
  margin-top: 1px;
}
.at-insights-goal-settings .at-account-goal-setting input::-webkit-outer-spin-button,
.at-insights-goal-settings .at-account-goal-setting input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.at-insights-goal-settings .at-account-goal-setting input[type=number] {
  -moz-appearance: textfield;
}
.at-insights-goal-settings .at-exclude-non-biz-activity .at-goal-progress,
.at-insights-goal-settings .at-hide-user-activity-data .at-goal-progress,
.at-insights-goal-settings .at-subscriptions .at-goal-progress {
  display: inline-block;
  position: absolute;
  width: 32px;
  margin-left: -12px;
  margin-top: -5px;
}
.at-insights-goal-settings .at-insights-clear {
  border: none;
  width: 0;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  font-weight: 600;
  -webkit-box-pack: center;
  justify-content: center;
  line-height: 1;
  outline: none;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 0.6875rem;
  height: 24px;
  padding: 0rem;
  position: relative;
  right: 45px;
}
.at-insights-goal-settings .at-insights-clear .at-insights-clear-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  flex-shrink: 0;
}
.at-insights-goal-settings .at-insights-clear .at-insights-clear-icon svg {
  height: 100%;
  width: 100%;
}
.at-insights-goal-settings .collaboration-categories-container {
  width: 360px;
  height: 320px;
  overflow-y: scroll;
  border: solid 1px #e0e0e0;
}
.at-insights-goal-settings .collaboration-categories-container::-webkit-scrollbar-thumb {
  height: 100px;
}
.at-insights-goal-settings .collaboration-categories-container .checkbox {
  border-bottom: solid 1px #e0e0e0;
  height: 40px;
  padding: 10px 0 0 14px;
  margin: 0;
}
.at-insights-goal-settings .collaboration-categories-container .checkbox label {
  padding-left: 36px !important;
}
.at-insights-goal-settings .collaboration-categories-container .checkbox label:before {
  height: 18px;
  width: 18px;
  border: solid 2px #444444;
}
.at-insights-goal-settings .collaboration-categories-container .checkbox label:after {
  height: 18px;
  width: 18px;
}
.at-insights-goal-settings .active-days-container,
.at-insights-goal-settings .utilization-threshold-container {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.at-insights-goal-settings .active-days-container label,
.at-insights-goal-settings .utilization-threshold-container label {
  font-weight: 600;
  text-align: right;
  font-size: 12px;
}
.at-insights-goal-settings .active-days-container input,
.at-insights-goal-settings .utilization-threshold-container input {
  width: 70px;
  margin-bottom: 18px;
}
.at-insights-goal-settings .active-days-container span,
.at-insights-goal-settings .utilization-threshold-container span {
  font-size: 12px;
}
.at-insights-goal-settings .active-days-container .valuePadding,
.at-insights-goal-settings .utilization-threshold-container .valuePadding {
  border: 1px inset #ccc;
}
.at-insights-goal-settings .active-days-container .valuePadding input,
.at-insights-goal-settings .utilization-threshold-container .valuePadding input {
  border: none;
  padding: 0px;
  outline: none;
}
.at-insights-goal-settings .active-days-container .at-goal-progress,
.at-insights-goal-settings .utilization-threshold-container .at-goal-progress {
  display: inline-block;
  position: absolute;
  width: 32px;
  margin-left: -50px;
  margin-top: 2px;
}
.at-insights-goal-settings .active-days-container input::-webkit-outer-spin-button,
.at-insights-goal-settings .active-days-container input::-webkit-inner-spin-button,
.at-insights-goal-settings .utilization-threshold-container input::-webkit-outer-spin-button,
.at-insights-goal-settings .utilization-threshold-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.at-insights-goal-settings .active-days-container input[type=number],
.at-insights-goal-settings .utilization-threshold-container input[type=number] {
  -moz-appearance: textfield;
}

.insights-promo-page {
  padding: 0;
  color: #404242;
}
.insights-promo-page .row {
  padding: 0;
}
.insights-promo-page .insight-section {
  padding: 20px;
}
.insights-promo-page .insight-section .section-width-limit {
  max-width: 1200px;
  margin: 0 auto;
}
.insights-promo-page .insight-section .promo-section {
  display: flex;
  justify-content: space-around;
}
.insights-promo-page .insight-section .insights-promo-blurb {
  max-width: 45%;
}
.insights-promo-page .centered-buttons {
  display: flex;
  justify-content: center;
  color: #2c2e2e;
}
.insights-promo-page .centered-buttons a {
  margin: 0 !important;
}
.insights-promo-page .banner-section {
  width: 100%;
  height: 100px;
  background-color: #47b1f7;
  padding: 0;
  margin-top: -19px;
}
.insights-promo-page .banner-section .banner-text-wrapper {
  margin: auto;
  display: table;
}
.insights-promo-page .banner-section .banner-text-wrapper .banner-text {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
}
.insights-promo-page .banner-section .banner-text-wrapper .banner-text p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin: 0 20px;
}
.insights-promo-page .banner-section .banner-text-wrapper .banner-link {
  color: #ffffff;
  text-decoration: underline;
}
.insights-promo-page .impact-promo {
  text-align: left;
  padding-left: 70px;
  padding-top: 35px;
}
.insights-promo-page .impact-promo .impact-header {
  color: #2c2e2e;
  font-size: 30px;
  letter-spacing: -0.18px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: -5px;
  max-width: calc(100% - 200px);
}
.insights-promo-page .impact-promo .impact-subheader {
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 0;
}
.insights-promo-page .heading-section {
  padding-top: 40px;
}
.insights-promo-page .heading-section div {
  margin: 10px;
}
.insights-promo-page .heading-section .post-heading {
  font-size: 16px;
  line-height: 24px;
}
.insights-promo-page .heading-section .post-heading p {
  font-size: 16px;
  line-height: 24px;
}
.insights-promo-page .video-section {
  padding: 0;
}
.insights-promo-page .video-section.in-progress {
  padding-bottom: 40px;
}
.insights-promo-page .video-section .video-text {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}
.insights-promo-page .video-section .video-wrapper {
  width: 100%;
  max-width: 750px !important;
  max-height: 432px !important;
  margin: 10px auto 10px auto;
}
.insights-promo-page .cta-section {
  padding-bottom: 40px;
}
.insights-promo-page .cta-section .cta-text {
  font-size: 14px;
  line-height: 16px;
  color: #2c2e2e;
}
.insights-promo-page .cta-section .cta-buttons a,
.insights-promo-page .cta-section .cta-buttons .btn {
  height: 48px;
  width: 189px;
  font-size: 16px;
  line-height: 36px;
  margin: 10px;
  padding-left: 24px;
  padding-right: 24px;
}
.insights-promo-page .cta-section .cta-buttons .btn-success {
  background-color: #03dac5;
  border-color: #03dac5;
  color: #2c2e2e;
}
.insights-promo-page .cta-section .cta-buttons .btn-success.btn-outline {
  background-color: #2c2e2e;
  color: #03dac5;
}
.insights-promo-page .cta-section .cta-buttons .btn-outline {
  border-color: #2c2e2e;
  color: #2c2e2e;
}
.insights-promo-page .cta-section .cta-buttons-impact {
  display: flex;
  justify-content: center;
  margin-left: -25px;
}
.insights-promo-page .cta-section .cta-buttons-impact .btn {
  width: 228px;
}
.insights-promo-page .summary-section {
  background: #fafafa;
}
.insights-promo-page .summary-section .summary-point-wrapper {
  margin: 30px;
}
.insights-promo-page .summary-section .summary-point-wrapper .summary-point {
  font-size: 24px;
  line-height: 32px;
}
.insights-promo-page .summary-section .summary-point-wrapper .summary-point-description {
  font-size: 16px;
  line-height: 22px;
}
.insights-promo-page .description-section {
  line-height: 28px;
  text-align: left;
  padding-top: 40px;
  padding-bottom: 40px;
}
.insights-promo-page .description-section ul {
  font-size: 16px;
  line-height: 30px;
  list-style-position: inside;
  padding-left: 0;
}
.insights-promo-page .description-section .coaching-heading {
  font-size: 32px;
  line-height: 38px;
}
.insights-promo-page .description-section p {
  font-size: 16px !important;
}
.insights-promo-page .description-section p:first-child {
  margin-bottom: 20px;
}
.insights-promo-page .description-section p:last-child {
  margin-top: 20px;
}
.insights-promo-page .coaching-background-gray {
  background-color: #fafafa;
}
.insights-promo-page .cta-footer-section {
  font-size: 18px;
  line-height: 28px;
  padding-top: 40px;
  padding-bottom: 10px;
}
.insights-promo-page .cta-footer-section a {
  color: #03dac5;
  text-decoration: underline;
}
.insights-promo-page .cta-footer-section span {
  display: inline-block;
}
@media (max-width: 560px) {
  .insights-promo-page .cta-footer-section span {
    display: block;
  }
}
.insights-promo-page .footer-section {
  font-size: 14px;
  line-height: 24px;
  padding-top: 0;
  padding-bottom: 40px;
}

.integrations-panel-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 55px;
  max-width: 1650px;
}

.integrations-panel {
  color: #404242;
  height: 360px;
  width: 360px;
  margin: 10px 30px 10px 0;
  padding: 5px 10px 15px 10px;
  border: 2px, solid, #e0e0e0;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.integrations-panel:hover {
  border-radius: 4px;
  background: #ffffff;
  cursor: pointer;
  filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.14)) drop-shadow(0px 1px 18px rgba(0, 0, 0, 0.12)) drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
}

.integrations-panel-body {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: calc(100% - 175px) !important;
  margin: 25px 0px;
}

.integrations-panel-button {
  margin-top: 40px;
}

.integrations-img {
  height: 70px;
}

.integrations-img-tag {
  height: 80px;
  width: 70px;
  margin: 0%;
  position: absolute;
  left: 10px;
  top: 3px;
}

.integrations-span-tag {
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: #1cadf0;
  color: #ffffff;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.integrations-panel-header {
  height: auto;
  font-style: normal;
  display: inline-block;
  letter-spacing: 0.02em;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-stroke: 0px;
  transition: opacity 0.3s ease;
}

.integrations-header-panel {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 150px !important;
}

.panel-describe-presales {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  vertical-align: top;
}

.btn-beta-join {
  border-color: #03dac5;
  color: #2c2e2e;
  background: #03dac5;
  font-size: 14px;
}
.btn-beta-join[disabled] {
  color: #cfcfcf;
}
.btn-beta-join:focus {
  border: none !important;
  background: none !important;
}
.btn-beta-join:disabled {
  background-color: #e0e0e0;
  color: #2c2e2e;
  border-color: transparent;
}
.btn-beta-join:disabled:hover {
  background-color: #e0e0e0;
  color: #2c2e2e;
  border-color: transparent;
}
.btn-beta-join:hover {
  background-color: #41c7b7;
  border-color: #41c7b7;
  color: #2c2e2e;
}

.integrations-title {
  margin: 40px 10px 40px 55px;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.15px;
  width: 90%;
}

.drop-down-item {
  padding: 12px 25px;
  text-decoration: none;
  display: block;
}
.drop-down-item:hover {
  background: #ebebeb;
}

.post-sales-check-icon {
  font-size: inherit;
  margin-right: 5px;
  position: relative;
  top: 3px;
  color: #03dac5;
}

.connected-container {
  margin-top: 10px;
}

.connected {
  background-color: white;
  color: #03dac5;
  size: 14px;
  font-weight: 500;
  line-height: 16px;
  display: inline;
  vertical-align: top;
}

.errorstate {
  background-color: white;
  color: #ff6d6d;
  size: 14px;
  font-weight: 500;
  line-height: 16px;
  display: inline;
  vertical-align: top;
}

.footnote {
  font-size: 13px;
  margin-top: 30px;
}

.errorfootnote {
  font-weight: 700;
  font-size: 12px;
  margin-top: 20px;
}

.small-footnote {
  font-weight: 700;
  font-size: 12px;
  margin-top: 5px;
}

.kebab {
  cursor: pointer;
  position: absolute;
  right: 0;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 16px;
  top: 12px;
  z-index: 1;
}
.kebab figure {
  width: 5px;
  height: 5px;
  border-radius: 4px;
  background: black;
  margin: 3px auto;
  list-style: none outside none;
  text-align: center;
}

.kebab-dropdown {
  position: absolute;
  margin: 5px;
  right: 0;
  top: 3em;
  transition: all 0.25s ease-out;
  transform: scale(0);
  transform-origin: 100% 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}

.kebab-dropdown.active {
  transform: scale(1);
  transition: all 0.25s cubic-bezier(0.5, 1.8, 0.9, 0.8);
  background-color: white;
}

.kebab-circle {
  display: block;
  width: 35px;
  height: 33px;
  position: relative;
}

.kebab-circle.active {
  background: rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  display: block;
  width: 35px;
  height: 35px;
  position: relative;
}

.figure-list {
  align-self: center;
  position: relative;
  top: 20%;
}

.modal-body h2 {
  font-weight: 500;
  margin: 15px 0px 15px 0px;
}
.modal-body .resource-header {
  padding-top: 25px;
  text-align: center;
}
.modal-body .modal-resource-description {
  font-size: 12px;
  text-align: center;
  font-weight: 400;
}
.modal-body .integrations-img {
  height: 72px;
  position: absolute;
  float: left;
  margin-top: 25px;
}
.modal-body .resource-img {
  height: 278px;
  text-align: center;
}
.modal-body .data-row-header {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.modal-body .resource-container {
  box-shadow: none;
  padding: 0px 35px;
  white-space: normal;
}
.modal-body .integrations-label {
  padding: 5px 0px 10px 0px;
  font-size: 12px;
  font-weight: 400;
}
.modal-body .integrations-label a {
  text-decoration: underline;
}

/* TODO: including sidebar old css here for now */
.page-content-wrapper .content {
  transition: all 150ms ease-out !important;
  height: auto;
}
.page-content-wrapper .content .full-height {
  overflow: auto;
  height: 100vh;
}

.page-container {
  margin-left: 0;
  width: 100%;
  transition: margin-left 150ms ease-out, width 150ms ease-out;
}

.header {
  margin-left: 0;
  width: 100%;
  transition: margin-left 150ms ease-out, width 150ms ease-out;
}

body[data-sidebar-status=closed] .page-container,
body[data-sidebar-status=closed] .header {
  margin-left: 60px;
  width: calc(100% - 60px);
}

body[data-sidebar-status=open] .page-container,
body[data-sidebar-status=open] .header {
  margin-left: 280px;
  width: calc(100% - 280px);
}

@media (max-width: 991px) {
  .page-container .page-content-wrapper .content {
    overflow-x: clip !important;
    overflow-y: visible !important;
  }
}
