/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/***
 COLOR START
 ***/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap');
/* ===========================================================================================
============================================================================================== */
/* Override variables ant start */
/* Override variables ant end */
.border {
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.border-0 {
  border: 0;
}
.border-top-0 {
  border-top: 0;
}
.border-right-0 {
  border-right: 0;
}
.border-bottom-0 {
  border-bottom: 0;
}
.border-left-0 {
  border-left: 0;
}
.border-primary {
  border-color: #f4600c;
}
.border-secondary {
  border-color: #06aed4;
}
.border-success {
  border-color: #12b76a;
}
.border-warning {
  border-color: #06aed4;
}
.border-error {
  border-color: #f04438;
}
.border-active {
  border-color: #06aed4;
}
.border-link {
  border-color: #06aed4;
}
.border-white {
  border-color: #fff;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-left-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-s {
  border-radius: 4px !important;
}
.rounded-top-s {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.rounded-right-s {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.rounded-bottom-s {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.rounded-left-s {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.rounded-m {
  border-radius: 8px !important;
}
.rounded-top-m {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}
.rounded-right-m {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.rounded-bottom-m {
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}
.rounded-left-m {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}
.rounded-l {
  border-radius: 16px !important;
}
.rounded-top-l {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}
.rounded-right-l {
  border-top-right-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
}
.rounded-bottom-l {
  border-bottom-right-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
}
.rounded-left-l {
  border-top-left-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
}
.rounded-xl {
  border-radius: 24px !important;
}
.rounded-top-xl {
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
}
.rounded-right-xl {
  border-top-right-radius: 24px !important;
  border-bottom-right-radius: 24px !important;
}
.rounded-bottom-xl {
  border-bottom-right-radius: 24px !important;
  border-bottom-left-radius: 24px !important;
}
.rounded-left-xl {
  border-top-left-radius: 24px !important;
  border-bottom-left-radius: 24px !important;
}
.rounded-xll {
  border-radius: 28px !important;
}
.rounded-top-xll {
  border-top-left-radius: 28px !important;
  border-top-right-radius: 28px !important;
}
.rounded-right-xll {
  border-top-right-radius: 28px !important;
  border-bottom-right-radius: 28px !important;
}
.rounded-bottom-xll {
  border-bottom-right-radius: 28px !important;
  border-bottom-left-radius: 28px !important;
}
.rounded-left-xll {
  border-top-left-radius: 28px !important;
  border-bottom-left-radius: 28px !important;
}
.rounded-circle {
  border-radius: 100%;
}
.rounded-0 {
  border-radius: 0 !important;
}
