@charset "UTF-8";

:root {
  --primary-color: #6cb33f;
  --primary2-color: #86c04f;
  --primary-color-lighter: #a0da6c;
  --blue-color: #1da9e7;
  --orange-color: #f8971d;
  --danger-color: #e21b24;
  --danger2-color: #ff005d;
  --black-color: #303030;
  --black-grey-color: #2B3443;
  --light-black-color: #65666A;
  --grey-color: #94959c;
  --light-grey-color: rgba(198, 201, 210, 0.5);
  --lighter-grey: #E3E3E3;
  --light-grey: #f2f2f2;
  --light-blue-grey: #cdd0d8;
  --container-width: 1160px;
  --grish-color: #97a3a9;
  --white-color: #ffffff;
}

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.di {
  display: inline;
}

.dib {
  display: inline-block;
}

.db {
  display: block;
}

.dt {
  display: table;
}

.dno {
  display: none;
}

.vt {
  vertical-align: top;
}

.vb {
  vertical-align: bottom;
}

.f11 {
  font-size: 11px;
}

.f12 {
  font-size: 12px;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
}

.f28 {
  font-size: 28px;
}

.f32 {
  font-size: 32px;
}

.f36 {
  font-size: 36px;
}

.f42 {
  font-size: 42px;
}

.f48 {
  font-size: 48px;
}

.f54 {
  font-size: 54px;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.italic {
  font-style: italic;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.pointer,
.outsideclick,
.cursor {
  cursor: pointer;
}

.ct {
  cursor: text;
}

.cd {
  cursor: default;
}

.cm {
  cursor: move !important;
}

.right {
  float: right;
}

.left {
  float: left;
}

.fullWidth {
  width: 100%;
}

.fullHeight {
  height: 100%;
}

.overflow {
  overflow: auto;
}

.nopad {
  padding: 0;
}

.pad2 {
  padding: 2px;
}

.pad3 {
  padding: 3px;
}

.pad5 {
  padding: 5px;
}

.pad7 {
  padding: 7px;
}

.pad10 {
  padding: 10px;
}

.pad15 {
  padding: 15px;
}

.pad40 {
  padding: 40px;
}

.pad50 {
  padding: 50px;
}

.padt0 {
  padding-top: 0px;
}

.padt5 {
  padding-top: 5px;
}

.padt7 {
  padding-top: 7px;
}

.padt10 {
  padding-top: 10px;
}

.padt20 {
  padding-top: 20px;
}

.padt40 {
  padding-top: 40px;
}

.padt50 {
  padding-top: 50px;
}

.padb0 {
  padding-bottom: 0px;
}

.padb7 {
  padding-bottom: 7px;
}

.padb10 {
  padding-bottom: 10px;
}

.padb15 {
  padding-bottom: 15px;
}

.padb20 {
  padding-bottom: 20px;
}

.padb40 {
  padding-bottom: 40px;
}

.padb50 {
  padding-bottom: 50px;
}

.padl0 {
  padding-left: 0px;
}

.padl10 {
  padding-left: 10px;
}

.padl20 {
  padding-left: 20px;
}

.padl40 {
  padding-left: 40px;
}

.padl50 {
  padding-left: 50px;
}

.padr0 {
  padding-right: 0px;
}

.padr10 {
  padding-right: 10px;
}

.padr20 {
  padding-right: 20px;
}

.padr40 {
  padding-right: 40px;
}

.padr50 {
  padding-right: 50px;
}

.marauto {
  margin: auto;
}

.marcenter {
  margin: 0 auto;
}

.nomar {
  margin: 0;
}

.mar2 {
  margin: 2px;
}

.mar3 {
  margin: 3px;
}

.mar5 {
  margin: 5px;
}

.mar7 {
  margin: 7px;
}

.mar10 {
  margin: 10px;
}

.mar40 {
  margin: 40px;
}

.mar50 {
  margin: 50px;
}

.mart0 {
  margin-top: 0px;
}

.mart5 {
  margin-top: 5px;
}

.mart10 {
  margin-top: 10px;
}

.mart15 {
  margin-top: 15px;
}

.mart20 {
  margin-top: 20px;
}

.mart30 {
  margin-top: 30px;
}

.mart40 {
  margin-top: 40px;
}

.mart50 {
  margin-top: 50px;
}

.marb0 {
  margin-bottom: 0px;
}

.marb10 {
  margin-bottom: 10px;
}

.marb20 {
  margin-bottom: 20px;
}

.marb40 {
  margin-bottom: 40px;
}

.marb50 {
  margin-bottom: 50px;
}

.marl0 {
  margin-left: 0px;
}

.marl5 {
  margin-left: 5px;
}

.marl10 {
  margin-left: 10px;
}

.marl20 {
  margin-left: 20px;
}

.marl30 {
  margin-left: 30px;
}

.marl40 {
  margin-left: 40px;
}

.marl50 {
  margin-left: 50px;
}

.marr0 {
  margin-right: 0px;
}

.marr10 {
  margin-right: 10px;
}

.marr20 {
  margin-right: 20px;
}

.marr40 {
  margin-right: 40px;
}

.marr50 {
  margin-right: 50px;
}

.mart-5 {
  margin-top: -5px;
}

.copy-button {
  width: 80px;
  background: #dde3e7;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #405063 !important;
  border: 1px solid #dde3e7;
  font-size: 14px;
  font-family: "Poppins", arial;
}

.copy-button i {
  margin-right: 6px;
}

.flex-row {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 480px) {
  .flex-row {
    flex-direction: column;
  }
}

.flex-row .col1 {
  width: 100%;
}

.flex-row .col2 {
  width: calc(50% - 10px);
}

@media (max-width: 480px) {
  .flex-row .col2 {
    width: 100%;
  }
}

.flex-row .col3 {
  width: calc(33% - 10px);
}

@media (max-width: 480px) {
  .flex-row .col3 {
    width: 100%;
  }
}

.flex-row .col4 {
  width: calc(25% - 10px);
}

@media (max-width: 480px) {
  .flex-row .col4 {
    width: 100%;
  }
}

.flex-row .col5 {
  width: calc(20% - 10px);
}

@media (max-width: 480px) {
  .flex-row .col5 {
    width: 100%;
  }
}

.flex-start {
  justify-content: flex-start;
}

@media (hover: hover) {
  .minimal-scrollbars {
    scrollbar-color: transparent transparent;
  }

  .minimal-scrollbars:hover {
    scrollbar-color: #D2D2D2 transparent;
  }

  .minimal-scrollbars::-webkit-scrollbar-thumb {
    background-color: transparent;
  }

  .minimal-scrollbars:hover::-webkit-scrollbar-thumb {
    background-color: #D2D2D2;
    border-radius: 4px;
  }
}

.material-spinner {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 11.5px solid #1316d6;
  -webkit-animation: spinner-bulqg1 0.8s infinite linear alternate, spinner-oaa3wk 1.6s infinite linear;
          animation: spinner-bulqg1 0.8s infinite linear alternate, spinner-oaa3wk 1.6s infinite linear;
}

@-webkit-keyframes spinner-bulqg1 {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }

  12.5% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }

  25% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }

  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }

  62.5% {
    -webkit-clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }

  75% {
    -webkit-clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }

  100% {
    -webkit-clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}

@keyframes spinner-bulqg1 {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }

  12.5% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }

  25% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }

  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }

  62.5% {
    -webkit-clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }

  75% {
    -webkit-clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }

  100% {
    -webkit-clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}

@-webkit-keyframes spinner-oaa3wk {
  0% {
    transform: scaleY(1) rotate(0deg);
  }

  49.99% {
    transform: scaleY(1) rotate(135deg);
  }

  50% {
    transform: scaleY(-1) rotate(0deg);
  }

  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}

@keyframes spinner-oaa3wk {
  0% {
    transform: scaleY(1) rotate(0deg);
  }

  49.99% {
    transform: scaleY(1) rotate(135deg);
  }

  50% {
    transform: scaleY(-1) rotate(0deg);
  }

  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}

html::-webkit-scrollbar {
  height: 20px;
  width: 12px;
  background: #f1f1f1;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

body {
  background-color: #f6f7f9;
  font-family: "Poppins", arial;
}

.main-header {
  background-color: #fff159;
  background: #ebf3ff;
  width: 100%;
}

.main-header .logo-section {
  display: flex;
  padding: 15px 0;
  align-items: center;
  justify-content: space-between;
}

.main-header .purple-button {
  background: #7000f4 !important;
  color: #ffffff !important;
  fill: #ffffff !important;
  border: none !important;
  text-decoration: none !important;
  outline: 0;
  box-shadow: -1px 6px 19px rgba(112, 0, 244, 0.2) !important;
  border-radius: 4px !important;
  padding: 8px 14px;
}

.main-header .search-container {
  display: flex;
  justify-content: center;
  padding-bottom: 8px;
}

.main-header .search-bar {
  position: relative;
}

@media (max-width: 480px) {
  .main-header .search-bar {
    width: 100%;
  }
}

.main-header .search-bar .search-wrapper {
  height: 48px;
  display: flex;
  background: white;
  border-radius: 4px;
  width: 600px;
  border: 1px solid #1e4682;
}

@media (max-width: 480px) {
  .main-header .search-bar .search-wrapper {
    width: 100%;
  }
}

.main-header .search-bar .search-input {
  width: calc(100% - 48px);
  border-color: white;
  border: 1px solid #fff;
  height: 100%;
  background-color: #fff;
  padding: 16px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  -webkit-appearance: none;
  outline: none;
}

@media (max-width: 480px) {
  .main-header .search-bar .search-input {
    min-width: auto;
    width: calc(100% - 48px);
  }
}

.main-header .search-bar .search-icon {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  background: #F6F7F9 !important;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  color: #686868;
}

.main-header .search-bar .search-popup {
  position: absolute;
  margin-top: 0;
  background: #fff;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 12px 12px 12px rgba(198, 201, 210, 0.25);
}

.main-header .search-bar .search-popup .popup-container {
  display: block;
  width: 100%;
  height: 100%;
}

.main-header .search-bar .search-popup .item {
  display: flex;
  font-size: 16px;
  padding: 16px;
  font-weight: 400;
  text-decoration: none;
  flex-direction: column;
}

.main-header .search-bar .search-popup .item:hover {
  background: #F6F7F9;
}

.main-header .search-bar .search-popup .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #333;
}

.main-header .search-bar .search-popup .description {
  font-size: 14px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #7b7b7b;
}

.main-header .mobile-nav {
  display: none;
}

@media (max-width: 768px) {
  .main-header .mobile-nav {
    display: inline-block;
  }
}

.main-header .mobile-nav .navbar-toggler {
  border-radius: 4px;
  padding: 6px 10px;
}

.main-header .mobile-nav .navbar-toggler:focus {
  box-shadow: none;
}

.main-header .main-nav {
  margin-top: 12px;
}

@media (max-width: 768px) {
  .main-header .main-nav {
    display: none;
  }
}

.main-header .navigation > ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.main-header .navigation > ul > li {
  position: relative;
  padding-bottom: 8px;
}

.main-header .navigation > ul > li > a {
  transition: all 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  padding: 6px 12px 10px 12px;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  color: #333;
}

.main-header .navigation > ul > li > a:after {
  background: #7000f4;
  position: absolute;
  left: 50%;
  content: "";
  height: 3px;
  width: 0;
  transition: width 0.5s, left 0.5s, right 0.5s;
  top: auto;
  bottom: 0;
}

.main-header .navigation > ul > li > a:hover:after {
  width: 100%;
  left: 0;
  right: 0;
}

.main-header .navigation > ul > li > a.active:after {
  background: #7000f4;
  position: absolute;
  content: "";
  height: 3px;
  width: 0;
  transition: width 0.5s, left 0.5s, right 0.5s;
  top: auto;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
}

.main-header .navigation > ul > li:hover .sub-menu {
  display: block;
}

.main-header .offcanvas-body.navigation > ul {
  flex-direction: column;
  align-items: flex-start;
}

.main-header .sub-menu {
  margin-top: 8px;
  transition: all 0.3s ease;
  background: #fff;
  position: absolute;
  box-shadow: 0 20px 40px -5px rgba(9, 30, 66, 0.18);
  z-index: 1000;
  display: none;
  border-radius: 4px;
}

.main-header .sub-menu:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  top: -5px;
  left: 19px;
  border-width: 0 6px 6px;
  border-color: transparent transparent #fff;
}

.main-header .sub-menu ul {
  list-style-type: none;
  display: flex;
  align-items: flex-start;
  margin: 12px;
  padding: 0;
  flex-direction: column;
  width: 196px;
  justify-content: center;
}

.main-header .sub-menu ul li {
  position: relative;
  width: 100%;
  margin: 2px 0;
}

.main-header .sub-menu ul li a {
  transition: all 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  padding: 6px 12px;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  line-height: 20px;
  display: block;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
}

.main-header .sub-menu ul li a:hover {
  background-color: #eaf1fb;
}

.main-header.grey {
  background-color: #fff;
}

.main-header.grey .search-bar .search-wrapper {
  border: 1px solid #212529;
}

.main-header.grey .search-bar .search-icon {
  background: #212529 !important;
  color: #fff;
}

.slider {
  width: 100%;
  background-color: #def1ff;
  background: #ebf3ff;
  font-family: "Inter", sans-serif;
}

@media (max-width: 480px) {
  .slider {
    padding: 0 16px;
  }
}

.slider .slider-header {
  font-size: 60px;
  margin-bottom: 50px;
  margin-top: 10px;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 480px) {
  .slider .slider-header {
    font-size: 36px;
    margin-bottom: 24px;
  }
}

.slider .slider-text {
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
  color: #212529;
}

.slider .special-color {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #501e9c 0%, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff847f 100%);
}

.popular-categories {
  background-color: #eff0f2;
  background: #f8faff;
}

.new-categories {
  background-color: #f6f7f9;
}

.categories {
  padding: 64px 0;
}

@media (max-width: 480px) {
  .categories {
    padding: 48px 0;
  }
}

.categories h5 {
  font-size: 28px;
  font-weight: 700 !important;
  margin-bottom: 24px;
  color: #1e4682;
}

@media (max-width: 480px) {
  .categories h5 {
    padding: 0 16px;
  }
}

.categories .categories-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 24px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

@media (max-width: 480px) {
  .categories .categories-list {
    padding: 0 16px;
  }
}

.categories .categories-item {
  background: #fff;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
  text-decoration: none;
  cursor: pointer;
  width: 420px;border-radius: 6px;
}

@media (max-width: 480px) {
  .categories .categories-item {
    width: 100%;
  }
}

.categories .categories-item .icon {
  width: 48px;
  height: auto;
  margin-top: 5px;
}

.categories .categories-item .icon img {
  max-width: 48px;
  max-height: 48px;
}

.categories .categories-item .text-view {
  margin-left: 16px;
}

.categories .categories-item .text {
  font-size: 18px;
  font-weight: 400;
  color: #333;
}

.categories .categories-item .description {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #7b7b7b;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.editor-container {
  width: 100%;
  height: calc(100vh - 264px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.editor-container .editor-wrapper {
  position: relative;
  width: 50%;
  height: 100%;
}

.editor-container .editor,
.editor-container .json-tree {
  position: relative;
  width: 100%;
  height: 100%;
}

.editor-container .tree-area {
  position: relative;
  width: 50%;
  height: 100%;
}

.ip-container {
  border: 1px solid #888;
  padding: 42px;
  margin: 24px 0;
  border-radius: 4px;
  background: #fff;
  font-family: "Inter", sans-serif;
}

.infomation-container {
  font-family: "Inter", sans-serif;
  padding: 48px 24px;
  min-height: 256px;
}

@media (max-width: 480px) {
  .infomation-container {
    padding: 16px;
  }
}

.infomation-container small {
  font-size: 14px;
  color: #999;
  margin-bottom: 2px;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  .infomation-container small {
    font-size: 12px;
  }
}

.infomation-container h6 {
  font-size: 20px;
}

@media (max-width: 480px) {
  .infomation-container h6 {
    font-size: 18px;
  }
}

.password-h1 {
  margin: 20px 0 28px;
  font-size: 32px;
}

@media (max-width: 480px) {
  .password-h1 {
    font-size: 24px;
  }
}

.password-container {
  width: calc(100% - 64px);
  border: 1px solid #c7c8d9;
  border-radius: 4px;
  background: #ecf0f5;
  margin: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 480px) {
  .password-container {
    width: 100%;
  }
}

.password-container .password-input {
  border: 0;
  color: #020f66;
  display: block;
  font-size: 36px;
  max-width: 100%;
  padding: 16px 24px;
  text-align: left;
  max-width: calc(100% - 164px);
  word-break: break-all;
  align-items: center;
  display: flex;
  height: 116px;
}

@media (max-width: 480px) {
  .password-container .password-input {
    height: auto;
    font-size: 28px;
    padding: 12px 16px;
    max-width: calc(100% - 90px);
  }
}

.password-container .password-input.smaller {
  font-size: 16px;
}

.password-container .password-input.meduim {
  font-size: 24px;
}

.password-container .password-input.bigger {
  font-size: 36px;
}

.password-container .password-input.larger {
  font-size: 48px;
}

.password-container .password-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 16px;
}

@media (max-width: 480px) {
  .password-container .password-buttons {
    flex-direction: column;
  }
}

.password-container .copy-button,
.password-container .generate-button {
  border: none;
  padding: 4px 8px;
  color: #020f66 !important;
  background: transparent;
  margin: 0 8px;
  width: auto;
  height: auto;
  cursor: pointer;
  font-size: 28px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.password-container .copy-button img,
.password-container .generate-button img {
  width: 42px;
  height: 42px;
}

@media (max-width: 480px) {
  .password-container .copy-button img,
  .password-container .generate-button img {
    width: 32px;
    height: 32px;
  }
}

.password-container .copy-button:hover img,
.password-container .generate-button:hover img {
  -webkit-animation: password-animation 0.6s ease-in-out 1;
  animation: password-animation 0.6s ease-in-out 1;
}

@-webkit-keyframes password-animation {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.3);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes password-animation {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.3);
  }

  100% {
    transform: scale(1);
  }
}

.password-container.single-icon .password-input {
  max-width: calc(100% - 90px);
}

.password-container.single-icon .password-buttons {
  margin-right: 8px;
}

.password-container.single-icon .copy-button,
.password-container.single-icon .generate-button {
  margin: 0;
}

.password-customize {
  width: calc(100% - 64px);
}

@media (max-width: 480px) {
  .password-customize {
    width: 100%;
    padding: 24px;
  }
}

.password-customize .customize-form {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 480px) {
  .password-customize .customize-form {
    flex-direction: column;
  }
}

.password-customize .customize-form .form-group {
  margin: 16px 12px;
}

.password-customize .score-wrapper {
  display: flex;
  flex-direction: column;
  margin: 36px 0 0;
}

@media (max-width: 480px) {
  .password-customize .score-wrapper {
    display: none;
  }
}

.password-customize .score-item h5 {
  font-size: 16px;
  margin: 0;
}

.password-customize .score-value {
  color: #175ddc;
  font-size: 36px;
  text-transform: capitalize;
}

.password-customize .score-value.red {
  color: #d22;
}

.password-customize .score-value.yellow {
  color: #fdaa25;
}

.password-customize .score-value.green {
  color: green;
}

.password-customize .value {
  border-bottom: 4px dashed #bdc3c7;
  text-align: center;
  font-weight: bold;
  font-size: 96px;
  width: 300px;
  height: 100px;
  line-height: 60px;
  margin: 40px auto;
  letter-spacing: -0.07em;
  text-shadow: white 2px 2px 2px;
  color: #34495e;
}

@media (max-width: 480px) {
  .password-customize .value {
    margin: 24px auto;
    font-size: 80px;
  }
}

.password-customize input[type=range] {
  display: block;
  -webkit-appearance: none;
  background-color: #bdc3c7;
  width: 300px;
  height: 5px;
  border-radius: 5px;
  margin: 0 auto;
  outline: 0;
}

.password-customize input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #0080d3;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid white;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.password-customize ​ input[type=range]::-webkit-slider-thumb:hover {
  background-color: white;
  border: 2px solid #0080d3;
}

.password-customize input[type=range]::-webkit-slider-thumb:active {
  transform: scale(1.6);
}

.password-options {
  display: flex;
  width: calc(100% - 396px);
  flex-wrap: wrap;
}

@media (max-width: 480px) {
  .password-options {
    width: 100%;
  }
}

.password-options li {
  width: 100%;
  list-style: none;
  margin: 12px 0;
}

.password-options li label {
  font-size: 18px;
}

.password-options .promoted-checkbox {
  position: relative;
}

.password-options .promoted-input-checkbox {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.password-options .promoted-checkbox input:checked + label > svg {
  height: 20px;
  -webkit-animation: draw-checkbox ease-in-out 0.2s forwards;
  animation: draw-checkbox ease-in-out 0.2s forwards;
}

.password-options .promoted-checkbox label:active::after {
  background-color: #e6e6e6;
}

.password-options .promoted-checkbox label {
  color: #000;
  line-height: 32px;
  cursor: pointer;
  position: relative;
}

.password-options .promoted-checkbox label:after {
  content: "";
  height: 28px;
  width: 28px;
  margin-right: 12px;
  float: left;
  border: 2px solid #0080d3;
  border-radius: 3px;
  transition: 0.15s all ease-out;
}

.password-options .promoted-checkbox svg {
  stroke: #0080d3;
  stroke-width: 2px;
  height: 0;
  width: 24px;
  position: absolute;
  left: 3px;
  top: 4px;
  stroke-dasharray: 33;
}

@-webkit-keyframes draw-checkbox {
  0% {
    stroke-dashoffset: 33;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes draw-checkbox {
  0% {
    stroke-dashoffset: 33;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.password-options .promoted-checkbox input:disabled + label:after {
  border-color: #506175;
}

.password-options .promoted-checkbox input:disabled + label svg {
  stroke: #506175;
}

.google-map {
  width: 100%;
  height: 75%;
  margin-top: 64px;
  min-height: 200px;
}

@media (max-width: 480px) {
  .google-map {
    margin-top: 24px;
  }
}

.sec-content {
  position: relative;
  padding: 64px 0;
  font-family: "Inter", sans-serif;
}

.sec-content .bubble2 {
  position: absolute;
  right: 5%;
  top: 20%;
  width: 30%;
  max-width: unset;
  max-height: unset;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

@media (max-width: 480px) {
  .sec-content .bubble2 {
    display: none;
  }
}

.rotate-center {
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

@-webkit-keyframes rotate-center {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.section-head.style-4 .title_small {
  font-size: 12px;
  padding: 5px 10px;
  background-color: #f7f4ff;
  border-radius: 5px;
  color: var(--color-blue4);
  margin-bottom: 20px;
}

.section-head.style-4 h2 {
  font-size: 40px;
  line-height: 1.3;
  color: #000;
}

.section-head.style-4 h2 span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #501e9c 0%, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff847f 100%);
}

.text {
  font-size: 15px;
  color: #212529;
  line-height: 1.6;
}

.vs-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 48px 0;
  position: relative;
}

@media (max-width: 480px) {
  .vs-container {
    flex-direction: column;
    margin: 0;
  }
}

.vs-container .vs-item {
  padding-left: 90px;
  position: relative;
  max-width: 50%;
}

@media (max-width: 480px) {
  .vs-container .vs-item {
    width: 100%;
    max-width: 100%;
    padding: 0px;
    margin-top: 48px;
  }
}

.vs-container .vs-item.after {
  padding-right: 90px;
  padding-left: 0px;
}

@media (max-width: 480px) {
  .vs-container .vs-item.after {
    padding: 0px;
    margin-top: 0px;
  }
}

.vs-container .vs-item.after:after {
  content: "VS";
  width: 64px;
  height: 64px;
  display: flex;
  position: absolute;
  right: -32px;
  top: calc(50% - 32px);
  background: #90ffdd;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 20px;
}

@media (max-width: 480px) {
  .vs-container .vs-item.after:after {
    display: none;
  }
}

/*footer*/

.col_white_amrc {
  color: #FFF;
}

footer {
  width: 100%;
  background-color: #263238;
  background: #1e4682;
  min-height: 250px;
  padding: 10px 0px 25px 0px;
}

.pt2 {
  padding-top: 40px;
  margin-bottom: 20px;
}

footer p {
  font-size: 16px;
  color: #fff;
  padding-bottom: 0px;
  margin-bottom: 0px;
  line-height: 24px;
}

.mb10 {
  padding-bottom: 15px;
}

.footer_ul_amrc {
  margin: 0px;
  list-style-type: none;
  font-size: 14px;
  padding: 0px 0px 10px 0px;
}

.footer_ul_amrc li {
  padding: 4px 0px;
}

.footer_ul_amrc li a {
  color: #fffdfb;
}

.footer_ul_amrc li a:hover {
  color: #fff;
  text-decoration: none;
}

.fleft {
  float: left;
}

.padding-right {
  padding-right: 10px;
}

.bottom_border {
  border-bottom: 1px solid #7f8a9b;
  padding-bottom: 20px;
}

.foote_bottom_ul_amrc {
  list-style-type: none;
  padding: 0px;
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}

@media (max-width: 480px) {
  .foote_bottom_ul_amrc {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

.foote_bottom_ul_amrc li {
  display: inline;
}

.foote_bottom_ul_amrc li a {
  color: #fff;
  margin: 0 12px;
}

.social_footer_ul {
  display: table;
  margin: 15px 0 0;
  list-style-type: none;
  padding: 0;
}

.social_footer_ul li {
  padding-left: 14px;
  padding-top: 10px;
  float: left;
}

.social_footer_ul li a {
  color: #fffdfb;
  border: 1px solid #7f8a9b;
  padding: 8px;
  border-radius: 50%;
}

.social_footer_ul li i {
  width: 20px;
  height: 20px;
  text-align: center;
}

.footer-bottom {
  display: flex;
  align-items: center;
  padding: 0;
  margin-top: 24px;
}

@media (max-width: 480px) {
  .footer-bottom {
    flex-direction: column;
  }
}

.whois-data .head {
  padding: 0 8px 8px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  min-height: 46px;
}

.whois-data .head h1 {
  padding: 0;
  margin: 0;
  display: inline-block;
  font: 400 30px Lato, sans-serif;
  color: #000;
  word-break: break-all;
}

.whois-data .email {
  vertical-align: bottom;
}

.whois-data .df-row {
  padding: 8px 0;
  border-bottom: 1px solid #e8e8e8;
  margin: 0 20px;
  line-height: 20px;
}

.whois-data .df-row:last-child {
  border-bottom: none;
}

.whois-data .df-block {
  margin-bottom: 15px;
  background-color: #fdfdfd;
  font: 400 15px Lato, sans-serif;
  padding: 0;
  border: 1px solid #d3d3d3;
  border-radius: 8px;
}

.whois-data .df-block-raw {
  margin-bottom: 15px;
  background-color: #f1f1f1;
  font-size: 14px;
  border: 1px solid #bebebe;
  border-radius: 8px;
}

.whois-data .df-heading {
  font: 700 19px Lato, sans-serif;
  padding: 11px 20px;
  border-bottom: 1px solid #d3d3d3;
  background-color: #f0f0f0;
  border-radius: 8px 8px 0 0;
}

.whois-data .df-heading span {
  background: url(/images/lookup_ico.png) no-repeat;
  display: inline-block;
  height: 32px;
  width: 32px;
  vertical-align: middle;
  margin-right: 10px;
}

.whois-data .df-heading span.df-ico-regcon {
  background-position-x: -32px;
}

.whois-data .df-heading span.df-ico-admcon {
  background-position-x: -64px;
}

.whois-data .df-heading span.df-ico-tekcon {
  background-position-x: -96px;
}

.whois-data .df-block-raw .df-heading {
  border-bottom: none;
  border-radius: 8px;
}

.whois-data .df-label {
  float: left;
  width: 140px;
  color: #757575;
}

.whois-data .df-value {
  float: left;
  width: 440px;
  color: #303030;
}

.whois-data .df-raw {
  margin: 10px 20px 20px 20px;
  overflow-x: auto;
}

.whois-data .df-toggle {
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
  float: right;
}

.whois-data .df-toggle::before,
.df-toggle::after {
  content: "";
  position: absolute;
  background-color: #434343;
  transition: transform 0.25s ease-out;
}

.whois-data .df-folded .df-toggle::before {
  top: 20%;
  left: 50%;
  width: 2px;
  height: 60%;
  margin-left: -1px;
}

.whois-data .df-toggle::after {
  top: 50%;
  left: 20%;
  width: 60%;
  height: 2px;
  margin-top: -1px;
}

.whois-data .df-folded .df-raw {
  display: none;
}

.clear {
  clear: both;
}

#main {
  margin: 25px auto;
  width: 95%;
}

pre.codeBlock,
div.codeBlock {
  overflow: auto;
  margin: 0 0 1em;
  padding: 0.5em 1em;
}

pre.codeBlock .codeLine,
pre.codeBlock .line-number,
div.codeBlock .codeLine,
div.codeBlock .line-number {
  font: normal normal 13px/16px monospace;
  font-family: Monaco, monospace;
  color: black;
  display: block;
}

pre.codeBlock.codeBlock span.code,
div.codeBlock span.code {
  min-width: 97%;
  display: inline-block;
}

pre.codeBlock .line-number,
div.codeBlock .line-number {
  margin: 0 1em 0 -1em;
  border-right: 1px solid #eee;
  color: #bbb;
  text-align: right;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding-left: 0.2em;
  padding-right: 0.2em;
}

pre.codeBlock .line-number span,
div.codeBlock .line-number span {
  display: block;
  padding: 0 0.5em 0 1em;
}

pre.codeBlock .cl {
  display: block;
  clear: both;
}

div.diffcontainer {
  position: relative;
  margin: 0 auto;
  display: none;
}

pre.codeBlock.left {
  width: 40%;
  display: inline-block;
  vertical-align: top;
}

pre.codeBlock.right {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  margin-left: 1em;
}

ul.toolbar {
  width: 100%;
  display: none;
  right: 10px;
  top: 5em;
  position: absolute;
}

#report .reportTitle {
  display: none;
  border: thin solid lightgray;
  border-radius: 4px;
  margin-bottom: 1em;
  padding: 5px;
  background-color: rgba(50, 57, 88, 0.1);
  color: black;
  width: 15em;
}

ul.toolbar li {
  border: thin solid lightgray;
  border-radius: 4px;
  margin-bottom: 1em;
  padding: 5px;
  background-color: rgba(50, 57, 88, 0.1);
  color: black;
  cursor: pointer;
  line-height: 18px;
}

ul.toolbar li code {
  margin: 0 2px;
  padding: 0px 5px;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px;
  color: #333;
  line-height: 20px;
  font-family: Monaco, monospace;
  font-size: 0.85em;
}

#buttons {
  white-space: nowrap;
  margin-bottom: 1em;
  width: 164px;
}

#buttons a {
  color: #8a6d3b;
  font-size: 18px;
}

#buttons a.disabled {
  color: #999;
  cursor: auto;
}

#buttons a.disabled:hover {
  text-decoration: none;
  cursor: default;
}

#prevNextLabel {
  width: 80%;
  text-align: center;
  display: inline-block;
}

div.gutter {
  float: left;
}

div.codeLine span.diff {
  cursor: pointer;
  color: #c00;
}

div.codeLine span.eq_off,
div.codeLine span.type_off,
div.codeLine span.missing_off {
  cursor: auto;
}

div.codeLine span.eq {
  background: rgba(50, 57, 88, 0.1);
  color: #333;
}

div.codeLine span.type {
  background: rgba(220, 100, 100, 0.1);
}

div.codeLine span.missing {
  background: rgba(0, 160, 80, 0.1);
  color: green;
}

div.codeLine span.selected {
  background: #cef;
  color: #47e;
}

canvas.center {
  position: absolute;
  left: 40%;
  width: 20%;
  height: 100%;
  top: 0;
}

.jsontextarea {
  width: 100%;
  min-height: 500px;
  padding: 12px;
  background: #f3f3f3;
  border-radius: 4px;
  resize: vertical;
  white-space: pre;
  word-wrap: normal;
  border: 2px solid #6a778e;
}

.jsontextarea.error {
  border-color: #FBC2C4;
}

pre.error {
  background: #FBE3E4;
  color: #D12F19;
  border: thin solid #FBC2C4;
  border-radius: 4px;
  padding: 1em;
  display: none;
}

span.filterBlock {
  margin-bottom: 1em;
}

span.filterBlock input {
  margin-left: 2em;
}

#report {
  margin-bottom: 1em;
  position: relative;
  height: 4em;
  display: none;
}

#report button {
  display: block;
  position: absolute;
  top: 0;
  left: 56.5%;
  border-color: #36c;
  color: #36c;
}

button {
  font-size: 1.2em;
  color: #333;
  border: 1px solid #333;
  border-radius: 4px;
  background: white;
  padding: 0.5rem 0.7rem;
  cursor: pointer;
}

.weak {
  color: #333;
  max-width: 25rem;
  font-size: 0.9em;
  position: absolute;
  top: 29px;
  left: 56.5%;
  right: 3%;
  padding: 0 1em 0 0;
}

p {
  margin-bottom: 1em;
}

.header {
  height: 8em;
}

span.fileInput {
  margin-left: 2em;
  margin-top: 0.5em;
  display: inline-block;
}

.throbber-loader:not(:required) {
  display: none;
}

.progress .throbber-loader:not(:required) {
  display: block;
  margin: 5px auto;
}

.initContainer {
  display: flex;
  margin: 24px 0;
  justify-content: space-between;
  align-items: flex-start;
}

.initContainer .left {
  width: calc(50% - 96px);
}

.initContainer .center {
  width: 164px;
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.initContainer .right {
  width: calc(50% - 96px);
}

.output-compare {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 12px;
}

.output-compare .result-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 64px;
}

.output-compare .result-buttons button {
  margin-top: 24px;
}

.percentage-wrapper {
  display: flex;
  width: calc(100% - 64px);
  align-items: center;
  border-bottom: 3px solid #B64B39;
  background: #fff;
  padding: 16px 24px;
  margin: 36px 0;
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.07);
}

@media (max-width: 480px) {
  .percentage-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}

.percentage-wrapper .percentage-question {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 480px) {
  .percentage-wrapper .percentage-question {
    flex-direction: column;
    align-items: flex-start;
  }
}

.percentage-wrapper .text {
  font-size: 26px;
}

@media (max-width: 480px) {
  .percentage-wrapper .text {
    font-size: 16px;
  }
}

.percentage-wrapper input {
  width: 96px;
  margin: 0 12px;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 18px;
}

.percentage-wrapper input.long {
  width: 96px;
}

.percentage-wrapper input.verylong {
  width: 196px;
}

.percentage-wrapper input.right {
  text-align: end;
}

.percentage-wrapper input:focus {
  box-shadow: none;
}

.percentage-wrapper input.small {
  width: 64px;
  padding-right: 2px;
}

@media (max-width: 480px) {
  .percentage-wrapper input {
    margin-left: 0px;
  }
}

.percentage-wrapper .percentage-answer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.percentage-wrapper button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border-color: transparent;
  margin: 0 12px;
}

.percentage-wrapper button:hover {
  color: #000;
}

.percentage-wrapper .answer {
  margin-left: 16px;
  font-size: 24px;
  font-weight: 600;
}

.percentage-wrapper .answer:empty:before {
  content: attr(placeholder);
  color: #aeaeae;
}

.percentage-wrapper.length .text {
  font-size: 20px;
}

@media (max-width: 480px) {
  .percentage-wrapper.length .text {
    font-size: 16px;
  }
}

.number-generator .number-table {
  flex-direction: column;
  align-items: flex-start;
}

.number-generator .number-table .percentage-answer {
  flex-wrap: wrap;
  margin-top: 16px;
}

.number-generator .number-table .answer {
  margin-left: 0;
  font-family: "Courier New", Courier, monospace;
  font-size: 20px;
  margin-right: 24px;
  width: 116px;
}

.number-generator .number-table .word-number .answer {
  width: 100%;
  text-transform: capitalize;
}

.mobile-row {
  display: flex;
}

.advertisment-head {
  margin: 16px 0 24px;
  font-size: 20px;
}

.features-card.style-5 {
  display: block;
  padding: 36px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none !important;
  height: calc(100% - 30px);
  font-family: "Inter", sans-serif;
  margin-bottom: 30px !important;
}

.features-card.style-5:hover {
  box-shadow: 0px 46px 77px 0px rgba(10, 43, 83, 0.1490196078);
}

.features-card.style-5 .icon {
  margin-bottom: 40px;
}

.features-card.style-5 .icon img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: drop-shadow(0 25px 20px rgba(7, 57, 114, 0.2078431373));
}

.features-card.style-5 .card-title {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.features-card.style-5 .text {
  font-size: 13px;
  line-height: 1.4;
  color: #777;
  height: 56px;
  overflow: hidden;
}

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */

.bmi-calculator {
  display: flex;
}

.bmi-calculator .form {
  flex: 1;
  background-color: #fff;
  height: 256px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 8px;
  padding: 36px 48px;
  font-size: 18px;
}

.bmi-calculator .form .col-form-label {
  color: #666;
}

.bmi-calculator .result {
  width: calc(50% - 50px);
  position: relative;
  background-color: #a52a2a;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 0;
}
.categories-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  margin: 0 auto;
}

.categories-card {
  background: #fff;
  border-radius: 6px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.categories-card:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.categories-card img {
  width: 36px;
  height: 36px;
  margin-bottom: 24px;
  object-fit: contain;
}

.categories-card h3 {
  font-size: 18px;
  margin: 0 0 8px;
  color: #111827;
}

.categories-card p {
  font-size: 14px;
  color: #636388;
  flex-grow: 1;
}

.categories-card a {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 500;
  color: #2563eb;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
}

.categories-card a:hover {
  color: #1d4ed8;
}

.categories-card a::after {
  content: "→";
  margin-left: 6px;
  transition: transform 0.2s ease;
}

.categories-card a:hover::after {
  transform: translateX(4px);
}
