/*
 * This is a manifest file that'll be compiled into embed.self.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.

*/
/* line 14, /home/victus-unix/code/project/corkcrm/corkcrm-upgraded/app/assets/stylesheets/embed.css.scss */
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins";
  background-color: #f3f3f8;
  font-size: 13px;
  color: #676a6c;
  overflow-x: hidden;
  height: 100%;
  display: block;
  line-height: 1.428571429;
}

/* line 27, /home/victus-unix/code/project/corkcrm/corkcrm-upgraded/app/assets/stylesheets/embed.css.scss */
body .container {
  width: 100%;
  background-color: #f3f3f4;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 600px) {
  /* line 37, /home/victus-unix/code/project/corkcrm/corkcrm-upgraded/app/assets/stylesheets/embed.css.scss */
  .container {
    margin: 0px !important;
    padding: 0px !important;
    width: 100% !important;
  }
}
/* line 43, /home/victus-unix/code/project/corkcrm/corkcrm-upgraded/app/assets/stylesheets/embed.css.scss */
a {
  cursor: pointer;
}

/* line 46, /home/victus-unix/code/project/corkcrm/corkcrm-upgraded/app/assets/stylesheets/embed.css.scss */
img {
  vertical-align: middle;
}
