.as-oil-l-item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.as-oil-content-overlay {
  background-color: #f5f6f3 !important;
}

.as-oil-l-wrapper-layout-max-width {
  max-width: 1500px !important;
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.as-oil__intro-txt {
  min-width: 160px !important;
  max-width: 70% !important;
  width: 55%;
  font-family: Catamaran;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #2478f6;
}

.as-oil-l-row.as-oil-l-buttons {
  max-width: 300px !important;
  min-width: 170px !important;
  width: 280px;
}

.as-oil__cpc_close--button {
  text-decoration: underline;
  font-family: Catamaran;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.56px;
  color: #606060;
}

.as-oil__btn-optin.as-js-optin {
  width: 151px;
  height: 36.3px;
  border-radius: 8.1px;
  background-color: #2478f6;
  font-family: Catamaran;
  font-size: 14px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.56px;
  color: #ffffff;
}

.as-oil-more-information {
  text-decoration: underline;
}

@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInRight {
  animation: 1s backInRight ease-in-out;
}
html,
body {
  overflow-x: hidden;
  height: 100%;
}

#root {
  height: 100%;
}

@media (max-width: 1821px) {
  .ant-table-wrapper .ant-table.ant-table-middle {
    font-size: 12px;
  }
}

.introjs-tooltip-header {
  display: none;
}

.introjs-tooltip {
  min-width: 400px !important;
  max-width: 500px !important;
}

.introjs-tooltip .introjs-helperNumberLayer {
  position: relative;
  top: 27px;
  right: -28px;
  display: inline-block;
  height: 0px;
  padding: 0;
}
.introjs-tooltip .introjs-tooltipbuttons {
  border-top: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  padding-top: 0;
}

.introjs-tooltip .introjs-tooltiptext {
  padding: 32px;
}

.introjs-tooltip .introjs-tooltiptext {
  padding-bottom: 0;
}
.introjs-tooltip .introjs-prevbutton {
  display: none;
}

.introjs-tooltipbuttons .introjs-button.introjs-nextbutton {
  color: white;
  background-color: #2478f6;
  border-radius: 5px;
  padding: 0.5rem 4rem;
  border: none;
  text-shadow: none;
}

.introjs-tooltipbuttons .introjs-button.introjs-nextbutton:focus {
  box-shadow: none;
}

.ant-select-dropdown ::-webkit-scrollbar {
  width: 8px;
  height: 5px;
}
.ant-select-dropdown ::-webkit-scrollbar-track {
  border-radius: 20px;
  background: #eaf2fa;
}
.ant-select-dropdown ::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #2178ff;
}

.ant-select-dropdown {
  scrollbar-width: thin;
}

.ant-notification {
  font-family: 'proxima-nova';
}

.ant-notification .ant-notification-notice-message {
  font-weight: 600;
}

.ant-notification .ant-notification-notice-description {
  font-weight: 500;
}

.ant-message-custom-content.ant-message-error {
  display: flex;
  align-items: center;
}
