:root {
    --primary-color: #2f79f2;
    --font-size: 16px;
    --secondary-color: #f8f8f8;
    --secondary-color-1: #fafafa;
    --secondary-color-3: #f4f5ff;
    --black-color: #202020;
    --white-color: #191b4e;
    --black-light: #777777;
    --font-family: "Inter", sans-serif;
    --text-color: #303030;
    --success-color: #3de968;
    --error-color: #e33e3e;
    --warning-color: #efcf2a;
    --dark-gray: #4d4d4d;
    --mid-gray: #1d1d1d;
    --light-gray: rgb(137, 137, 137);
    --main-bg-color:  circle,
    rgb(17 36 126 / 91%) 20%,
    rgb(3 2 39 / 96%) 90%
  }
  
  *{
    color: rgb(250, 250, 250) !important;
  }

  /* .uploadboxolajs{
    display: flex;
    flex-direction: column;
    align-items: center;
} */

.footer-logo{
  height: 35px !important;
}

.span10{
  display: none;
}

.appscms-feature-image{
  height: 30px;
}

.how-to-img-wrapper img{
  height: 252px;
}

.appscms-howto-image{
  display: flex;
  justify-content: center;
}

.appscms-contenttool-tool{
  min-height: 214px;
}

.ace_gutter-cell{
  background-color: #202020 !important;
} 
